*{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}.memory-test-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(135deg,#fef9f3,#fdf2e9 30%,#f0f4ff 70%,#e8f5e9)}.memory-test-card{background:#fff;border-radius:24px;padding:48px;max-width:600px;width:100%;box-shadow:0 20px 60px #0000001a}.memory-test-card h2{font-size:32px;font-weight:800;margin-bottom:16px;background:linear-gradient(135deg,#ff6b6b,#ffa36b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.memory-test-description{font-size:16px;color:#64748b;line-height:1.6;margin-bottom:32px}.memory-test-controls{display:flex;gap:12px;margin-bottom:32px;flex-wrap:wrap}.memory-test-btn{padding:12px 24px;border:none;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.memory-test-btn.primary{background:linear-gradient(135deg,#ff6b6b,#ffa36b);color:#fff;flex:1;min-width:200px}.memory-test-btn.primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #ffa36b4d}.memory-test-btn.primary:disabled{opacity:.7;cursor:not-allowed}.memory-test-btn.secondary{background:#f1f5f9;color:#64748b}.memory-test-btn.secondary:hover{background:#e2e8f0;transform:translateY(-2px)}.memory-test-status{display:flex;flex-direction:column;align-items:center;gap:16px;padding:32px;background:#f8fafc;border-radius:16px;text-align:center}.memory-spinner{width:40px;height:40px;border:4px solid #f1f5f9;border-top-color:#ffa36b;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.memory-test-results{background:#f0fdf4;border:2px solid #86efac;border-radius:16px;padding:24px}.memory-test-results h3{color:#16a34a;font-size:18px;margin-bottom:16px}.memory-test-stat{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #dcfce7}.memory-test-stat:last-of-type{border-bottom:none}.memory-test-stat span{color:#64748b;font-weight:600}.memory-test-stat strong{color:#16a34a;font-weight:800;font-family:Courier New,monospace}.memory-test-note{font-size:13px;color:#64748b;margin-top:16px;line-height:1.5}.memory-test-error{background:#fef2f2;border:2px solid #fca5a5;border-radius:16px;padding:24px;text-align:center}.memory-test-error p{color:#dc2626;font-weight:700;margin-bottom:12px;font-size:16px}.memory-test-error .memory-test-note{color:#991b1b;margin-top:0}@media(max-width:600px){.memory-test-card{padding:32px 20px}.memory-test-card h2{font-size:24px}.memory-test-btn.primary{min-width:100%}}
