*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f9fafb;color:#111827;min-height:100vh}header{background:#fff;border-bottom:1px solid #e5e7eb;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 3px #0000000d}header h1{font-size:1.5rem;font-weight:700;color:#fb923c}header nav a{color:#6b7280;text-decoration:none;font-size:.9rem;transition:color .2s}header nav a:hover{color:#f97316}main{max-width:600px;margin:0 auto;padding:40px 24px}.add-section{margin-bottom:32px}#form{display:flex;gap:8px}#input{flex:1;background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:14px 16px;color:#111827;font-size:.95rem;transition:border-color .2s,box-shadow .2s}#input:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f9731626}#input::placeholder{color:#9ca3af}#form button{background:linear-gradient(135deg,#f97316,#fb923c);color:#fff;border:none;border-radius:8px;padding:14px 24px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;box-shadow:0 4px 12px #f9731640}#form button:hover{background:linear-gradient(135deg,#ea580c,#f97316);transform:translateY(-1px);box-shadow:0 6px 16px #f9731659}#form button:active{transform:translateY(0)}.list-section{display:flex;flex-direction:column;gap:8px}.loading,.empty{text-align:center;color:#6b7280;padding:40px;font-size:.95rem}.todo{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;display:flex;align-items:center;gap:12px;transition:all .2s;box-shadow:0 1px 2px #00000008}.todo:hover{border-color:#fb923c;box-shadow:0 2px 8px #f9731626}.todo.completed{opacity:.6}.todo.completed .todo-text{text-decoration:line-through;opacity:.7}.checkbox{width:20px;height:20px;cursor:pointer;accent-color:#f97316}.todo-text{flex:1;font-size:.95rem;line-height:1.5;transition:opacity .2s}.delete-btn{background:#ef44441a;color:#f87171;border:1px solid rgba(239,68,68,.3);border-radius:6px;padding:6px 12px;font-size:.85rem;cursor:pointer;transition:all .2s;white-space:nowrap}.delete-btn:hover{background:#ef444433;border-color:#ef444480}@media (max-width: 640px){main{padding:24px 16px}header{padding:16px}header h1{font-size:1.3rem}#input{font-size:16px;padding:16px}#form button{padding:16px 20px}.todo{padding:18px 16px}.checkbox{width:24px;height:24px}.todo-text{font-size:1rem}.delete-btn{padding:8px 14px;font-size:.9rem}}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#ffffffb8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999}.loading-overlay.hidden{display:none}.spinner-box{background:#fff;padding:28px 36px;border-radius:22px;box-shadow:0 12px 40px #00000014;text-align:center;min-width:240px}.spinner-box p{margin-top:16px;margin-bottom:0;font-size:14px;color:#666;font-weight:600}.spinner{width:56px;height:56px;margin:0 auto;border:5px solid #f5e6d0;border-top:5px solid #c2692a;border-radius:50%;animation:spinSmooth .8s linear infinite}@keyframes spinSmooth{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.summary-grid,.form-grid{grid-template-columns:1fr}.btn-primary{width:100%}.btn-wrap{justify-content:stretch}.theme-switcher{position:static;justify-content:center;margin-top:12px}}
