:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#e8eefb;background:#0b1220;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;min-width:320px;background:#0b1220;color:#e8eefb}button,input,textarea{font:inherit}button{border:0;border-radius:8px;cursor:pointer;transition:transform .15s ease}button:hover{transform:translateY(-1px)}input,textarea{width:100%;border:1px solid #122033;border-radius:8px;background:#071226;color:#fff;padding:.95rem 1rem}input::placeholder,textarea::placeholder{color:#e8eefb80}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:2rem}.app-shell{min-height:100vh;padding:2rem}.auth-card,.panel,.hero{background:#0f2133;border:1px solid #0b1626;box-shadow:0 6px 20px #00000080}.auth-card{width:min(100%,440px);border-radius:12px;padding:2rem;min-height:520px}.auth-card.login{min-height:520px;padding:2rem}.brand,.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;color:#9fbfff}h1,h2,h3,p{margin:0 0 .5rem}.form-grid{display:grid;gap:1.6rem}.auth-card.login .form-grid{gap:2rem}.divider{height:1px;background:#deeeff0f;margin:.25rem 0 0}.auth-card .form-actions{display:flex;justify-content:center;gap:.6rem;margin-top:.6rem}.form-actions button{min-width:140px}.auth-toggle{text-align:center;margin-top:.6rem}.auth-card h1{margin-top:.5rem;margin-bottom:.6rem}.auth-card p{margin-bottom:1rem}.field-label{display:block}.field-label span{display:block;margin-bottom:1rem;color:#e8eefbc7}.select{width:100%;border:1px solid #122033;border-radius:8px;background:#071226;color:#fff;padding:1rem;font-size:.98rem;-moz-appearance:none;-webkit-appearance:none;appearance:none}.field-label .select{margin-top:.4rem}.field-label{position:relative}.field-label:after{content:"";position:absolute;right:12px;top:50%;width:0;height:0;pointer-events:none;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid rgba(232,238,251,.75);transform:translateY(-50%)}button[type=submit]{background:#5ea0ff;color:#072038;font-weight:700;padding:.8rem 1rem}.secondary-button{background:#1b2f44;color:#cfe6ff;padding:.6rem .9rem}.danger-button{background:#7a1e1e;color:#ffd6d6;padding:.6rem .9rem}.link-button{background:transparent;color:#9db6ff;padding:0}.link-button.inline{display:inline;padding:0;border:0;background:transparent;cursor:pointer;color:#9db6ff}.notice,.subtle,.empty-state{color:#e8eefbc7}.hero{border-radius:12px;padding:1.4rem 1.6rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem}.stats{display:flex;gap:1.5rem;margin-top:.9rem;align-items:center;justify-content:center}.stat-card{background:#071526;border:1px solid #0b2a3f;padding:1rem 1.4rem;border-radius:12px;min-width:140px;text-align:center;box-shadow:0 8px 24px #02060c73}.stat-value{font-size:1.3rem;font-weight:800;color:#e8eefb}.stat-label{font-size:.82rem;color:#e8eefbb8;margin-top:.25rem}.stat-card.stat-completed{background:#0f2b18;border:1px solid #0b4f2f}.stat-card.stat-completed .stat-value{color:#7fe59a}.stat-card.stat-inprogress{background:#44360a;border:1px solid #7a5a00}.stat-card.stat-inprogress .stat-value{color:#ffd36b}.stat-card.stat-todo{background:#08243b;border:1px solid #1b4f7a}.stat-card.stat-todo .stat-value{color:#9fcfff}.stat-card.stat-tasks{background:#0b2133;border:1px solid #0b1626}.stats-panel{margin-bottom:1rem}.layout{display:grid;grid-template-columns:380px 1fr;gap:1rem}.panel{border-radius:12px;padding:1.25rem}.section-header,.task-copy,.task-actions{display:flex;justify-content:space-between;align-items:center;gap:.6rem}.section-header{margin-bottom:1rem}.task-list{display:grid;gap:.8rem}.task-card{padding:1rem;border-radius:8px;background:#071526;border:1px solid #0b2a3f}.task-card.done{opacity:.8}.task-card.status-completed{border-color:#0b4f2f;box-shadow:0 6px 18px #227a4014}.task-card.status-in-progress{border-color:#7a5a00;box-shadow:0 6px 18px #cc962814}.task-card.status-todo{border-color:#1b4f7a;box-shadow:0 6px 18px #2c76a20f}.task-copy{justify-content:flex-start;align-items:flex-start}.task-copy h3{margin-bottom:.25rem;font-size:1rem}.task-actions{margin-top:.8rem;justify-content:flex-end}.checkbox{width:42px;height:42px;border-radius:8px;background:#072034;color:#fff;font-size:1rem;border:1px solid #093243;display:inline-flex;align-items:center;justify-content:center;line-height:1;flex:0 0 42px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#02060c99;z-index:1000}.modal{width:min(560px,92%);background:#0f2133;border:1px solid #0b1626;padding:1rem;border-radius:10px;box-shadow:0 12px 40px #0009}.modal-body{margin:.6rem 0 .8rem}.modal-actions{display:flex;justify-content:flex-end;gap:.6rem}@media(max-width:900px){.layout{grid-template-columns:1fr}.hero{align-items:flex-start;flex-direction:column}}@media(max-width:640px){.auth-shell,.app-shell{padding:1rem}.auth-card,.panel,.hero{border-radius:8px}.section-header,.task-copy,.task-actions{flex-direction:column;align-items:stretch}}.notification{position:fixed;top:20px;right:20px;padding:1rem 1.5rem;border-radius:8px;font-weight:500;z-index:2000;animation:slideIn .3s ease;box-shadow:0 8px 24px #0006}@keyframes slideIn{0%{opacity:0;transform:translate(400px)}to{opacity:1;transform:translate(0)}}.notification.success{background:#0f3a1f;border:1px solid #2d7c4e;color:#7fe59a}.notification.error{background:#3a0f0f;border:1px solid #7c2d2d;color:#f99}@media(max-width:640px){.notification{top:10px;right:10px;left:10px;padding:.9rem 1.2rem;font-size:.9rem}}@media(max-width:640px){.stats{flex-direction:column;gap:.75rem;align-items:stretch}.stat-card{width:100%;min-width:auto;padding:.9rem 1rem;border-radius:10px}.stat-value{font-size:1.15rem}.stat-label{font-size:.78rem}.field-label:after{right:12px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid rgba(232,238,251,.95)}.select{padding:.9rem 2.4rem .9rem 1rem}.auth-card{padding:1.25rem}}@media(max-width:480px){.hero{flex-direction:row;align-items:center;justify-content:space-between}.hero h1{font-size:1.05rem;margin:0}.hero .secondary-button{padding:.45rem .7rem;font-size:.9rem}}
