:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box;margin:0;padding:0}body{background:#f5f5f5;font-family:system-ui,-apple-system,sans-serif}.auth-container{justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.auth-form{background:#fff;border-radius:8px;width:100%;max-width:400px;padding:40px;box-shadow:0 2px 10px #0000001a}.auth-form h2{color:#333;margin-bottom:20px}.auth-form input{border:1px solid #ddd;border-radius:4px;width:100%;margin-bottom:15px;padding:12px;font-size:14px}.auth-form button[type=submit]{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:4px;width:100%;padding:12px;font-size:16px}.auth-form button[type=submit]:hover{background:#0056b3}.auth-form p{text-align:center;color:#666;margin-top:15px}.auth-form p button{color:#007bff;cursor:pointer;background:0 0;border:none;text-decoration:underline}.error{color:#dc3545;margin-bottom:10px;font-size:14px}.success{color:#28a745;margin-bottom:10px;font-size:14px}.app-container{max-width:800px;margin:0 auto;padding:20px}header{background:#fff;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:30px;padding:20px;display:flex;box-shadow:0 2px 4px #0000001a}header h1{color:#333}header button{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:4px;padding:8px 16px}header button:hover{background:#c82333}.todo-form{background:#fff;border-radius:8px;margin-bottom:20px;padding:20px;box-shadow:0 2px 4px #0000001a}.todo-form input,.todo-form textarea,.todo-form select{border:1px solid #ddd;border-radius:4px;width:100%;margin-bottom:10px;padding:10px;font-size:14px}.todo-form textarea{resize:vertical;min-height:80px}.todo-form button{color:#fff;cursor:pointer;background:#28a745;border:none;border-radius:4px;width:100%;padding:12px;font-size:16px}.todo-form button:hover{background:#218838}.todos{flex-direction:column;gap:10px;display:flex}.todo-item{background:#fff;border-radius:8px;justify-content:space-between;align-items:flex-start;padding:15px;display:flex;box-shadow:0 2px 4px #0000001a}.todo-item.completed{opacity:.6}.todo-item.completed h3{text-decoration:line-through}.todo-content{flex:1;gap:15px;display:flex}.todo-content input[type=checkbox]{cursor:pointer;margin-top:5px}.todo-details{flex:1}.todo-details h3{color:#333;margin-bottom:5px}.todo-details p{color:#666;margin-bottom:10px;font-size:14px}.todo-meta{gap:15px;font-size:12px;display:flex}.todo-meta span{border-radius:4px;padding:4px 8px}.priority-low{color:#155724;background:#d4edda}.priority-medium{color:#856404;background:#fff3cd}.priority-high{color:#721c24;background:#f8d7da}.due-date{color:#004085;background:#e7f3ff}.delete-btn{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:4px;padding:8px 16px;font-size:14px}.delete-btn:hover{background:#c82333}
