*{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}.app-header{background:linear-gradient(135deg,#fffdf5cc,#f8faffcc);padding:20px 32px;border-bottom:1px solid rgba(0,0,0,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-wrapper{max-width:900px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.app-title{font-size:28px;font-weight:800;color:#1a202c}.header-right{display:flex;align-items:center;gap:16px}.session-banner{display:flex;align-items:center;gap:8px;padding:8px 14px;background:#6366f11a;border-radius:8px;font-size:14px;color:#4f46e5}.session-icon{font-size:16px}.session-text{font-weight:500}.theme-toggle{background:none;border:none;font-size:20px;cursor:pointer;padding:6px 10px;border-radius:6px;transition:background .2s ease}.theme-toggle:hover{background:#0000000d}.mochi-main{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 20px;width:100%}.todo-container{width:100%;max-width:600px}.todo-card{background:#fff;border-radius:16px;box-shadow:0 10px 40px #00000014;padding:32px;display:flex;flex-direction:column;gap:24px}.input-section{display:flex;gap:8px}.todo-input{flex:1;padding:14px 16px;border:2px solid #e2e8f0;border-radius:10px;font-size:16px;transition:border-color .2s ease;font-family:inherit}.todo-input:focus{outline:none;border-color:#4f46e5}.add-button{padding:14px 20px;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;border:none;border-radius:10px;font-size:20px;font-weight:700;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:52px}.add-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #4f46e54d}.add-button:active{transform:translateY(0)}.empty-state{padding:48px 24px;text-align:center}.empty-icon{font-size:64px;margin-bottom:16px}.empty-text{font-size:20px;font-weight:600;color:#2d3748;margin-bottom:8px}.empty-subtext{font-size:14px;color:#718096}.todos-list{display:flex;flex-direction:column;gap:8px}.todo-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f8fafc;border-radius:8px;transition:all .2s ease}.todo-item:hover{background:#eef2ff}.todo-checkbox-label{display:flex;align-items:center;cursor:pointer;flex-shrink:0}.todo-checkbox{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:20px;height:20px;border:2px solid #cbd5e1;border-radius:6px;cursor:pointer;transition:all .2s ease;background:#fff}.todo-checkbox:hover{border-color:#4f46e5}.todo-checkbox:checked{background:linear-gradient(135deg,#4f46e5,#6366f1);border-color:#4f46e5}.todo-checkbox:checked+.checkmark:after{content:"✓";position:absolute;top:2px;left:6px;font-size:14px;color:#fff;font-weight:700}.checkmark{position:relative;display:flex;align-items:center;justify-content:center}.todo-text{flex:1;font-size:16px;color:#2d3748;word-break:break-word}.todo-text.completed{text-decoration:line-through;color:#a0aec0}.delete-button{background:none;border:none;color:#cbd5e1;font-size:18px;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s ease;flex-shrink:0}.delete-button:hover{color:#e53e3e;background:#e53e3e1a}.todos-footer{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid #e2e8f0}.todos-count{font-size:14px;color:#718096;font-weight:500}.clear-button{padding:8px 14px;background:#e53e3e1a;color:#e53e3e;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.clear-button:hover{background:#e53e3e26}.mochi-footer{text-align:center;padding:24px;color:#a0aec0;font-size:14px}.love-heart{display:inline-block;animation:heartbeat 1.4s ease-in-out infinite}@keyframes heartbeat{0%,to{transform:scale(1)}25%{transform:scale(1.1)}}[data-theme=dark]{background:linear-gradient(135deg,#0f172a,#1e293b 30%,#1a1f3a 70%,#0f2f1f);color:#e2e8f0}[data-theme=dark] .app-header{background:linear-gradient(135deg,#1e293bcc,#0f172acc);border-bottom-color:#ffffff0d}[data-theme=dark] .app-title{color:#f1f5f9}[data-theme=dark] .todo-card{background:#1e293b;box-shadow:0 10px 40px #0000004d}[data-theme=dark] .todo-input{background:#0f172a;border-color:#334155;color:#e2e8f0}[data-theme=dark] .todo-input::placeholder{color:#64748b}[data-theme=dark] .todo-input:focus{border-color:#6366f1}[data-theme=dark] .empty-text{color:#e2e8f0}[data-theme=dark] .empty-subtext{color:#94a3b8}[data-theme=dark] .todo-item{background:#0f172a}[data-theme=dark] .todo-item:hover{background:#1e1f3a}[data-theme=dark] .todo-text{color:#e2e8f0}[data-theme=dark] .todo-text.completed{color:#64748b}[data-theme=dark] .todo-checkbox{background:#0f172a;border-color:#475569}[data-theme=dark] .todo-checkbox:hover{border-color:#6366f1}[data-theme=dark] .todos-footer{border-top-color:#334155}[data-theme=dark] .todos-count{color:#94a3b8}[data-theme=dark] .mochi-footer{color:#64748b}@media(max-width:640px){.app-header{padding:16px 20px}.header-wrapper{flex-direction:column;gap:12px}.todo-card{padding:20px;gap:16px}.todo-item{padding:10px 12px}.todo-text{font-size:14px}.app-title{font-size:24px}}
