*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#fef9f3,#fdf2e9 30%,#f0f4ff 70%,#e8f5e9);min-height:100vh;color:#2d3748}.mochi-landing{min-height:100vh;display:flex;flex-direction:column}.mochi-header{padding:24px 32px}.mochi-logo{display:flex;align-items:center;gap:10px}.mochi-logo-icon{width:36px;height:36px;background:linear-gradient(135deg,#ff6b6b,#ffa36b);border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px;color:#fff}.mochi-logo-text{font-size:20px;font-weight:700;color:#2d3748}.mochi-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;max-width:800px;margin:0 auto;text-align:center}.mochi-title{font-size:48px;font-weight:800;line-height:1.15;margin-bottom:16px;color:#1a202c}.mochi-highlight{background:linear-gradient(135deg,#ff6b6b,#ffa36b,#ffd93d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mochi-subtitle{font-size:20px;color:#64748b;line-height:1.6;max-width:560px;margin-bottom:48px}.mochi-suggestions{width:100%}.mochi-suggestions-label{font-size:14px;text-transform:uppercase;letter-spacing:1px;color:#94a3b8;margin-bottom:20px;font-weight:600}.mochi-chips{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;width:100%}.mochi-chip{background:#fff;border:2px solid #f1f5f9;border-radius:16px;padding:20px;text-align:left;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;gap:6px}.mochi-chip:hover{border-color:#ffa36b;transform:translateY(-2px);box-shadow:0 8px 24px #ffa36b26}.mochi-chip-label{font-weight:700;font-size:16px;color:#1a202c}.mochi-chip-desc{font-size:14px;color:#94a3b8}.mochi-footer{padding:24px;text-align:center;color:#cbd5e1;font-size:13px}
