:root{color:#172033;background:#f4f7fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;line-height:1.5;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{min-width:320px}body{min-width:320px;min-height:100vh;margin:0}button,input,select{font:inherit}button,a,select,input[type=checkbox]{touch-action:manipulation}button{min-height:44px;border:0;border-radius:8px;padding:.7rem 1rem;color:#fff;background:#2563eb;font-weight:700;cursor:pointer;transition:background .16s ease,box-shadow .16s ease,transform .16s ease}button:hover:not(:disabled){background:#1d4ed8;box-shadow:0 10px 24px #2563eb33;transform:translateY(-1px)}button:disabled{cursor:not-allowed;opacity:.55}a{color:#1d4ed8;font-weight:700;text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:3px solid #f59e0b;outline-offset:3px}img{max-width:100%;display:block}#root{min-height:100vh}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:72px;padding:.85rem clamp(1rem,4vw,3rem);background:#ffffffeb;border-bottom:1px solid #dbe4f0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand{display:inline-flex;align-items:center;gap:.65rem;color:#172033;font-size:1rem}.brand:hover{text-decoration:none}.brand-mark{display:grid;place-items:center;width:2.25rem;height:2.25rem;border-radius:8px;color:#fff;background:#2563eb;box-shadow:0 12px 28px #2563eb3d}.site-nav ul,.quick-links ul{display:flex;align-items:center;gap:.5rem;padding:0;margin:0;list-style:none}.site-nav a{display:inline-flex;align-items:center;min-height:44px;border-radius:8px;padding:.55rem .8rem;color:#475569}.site-nav a:hover,.site-nav a.active{color:#1d4ed8;background:#eaf1ff;text-decoration:none}.logoff{display:flex;align-items:center;gap:.75rem}.page-shell{width:min(1040px,calc(100% - 2rem));margin:0 auto;padding:clamp(1.5rem,4vw,3rem) 0}.page-heading{margin-bottom:1.5rem}.page-heading h2{margin:0;color:#0f172a;font-size:clamp(2rem,5vw,3.4rem);line-height:1.05}.page-heading p{max-width:680px;margin:.7rem 0 0;color:#64748b}.eyebrow{margin:0 0 .45rem;color:#2563eb;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.muted,.field-help{color:#64748b}.auth-page{display:grid;place-items:center;min-height:calc(100vh - 72px)}.auth-panel,.content-section,.todo-form,.todo-toolbar,.todo-item,.alert,.empty-state,.loading-state{border:1px solid #dbe4f0;border-radius:8px;background:#fff;box-shadow:0 18px 50px #0f172a14}.auth-panel{width:min(460px,100%);padding:clamp(1.25rem,5vw,2rem)}.stacked-form,.todo-form{display:grid;gap:1rem}.field{display:grid;gap:.4rem}.field label{color:#334155;font-size:.92rem;font-weight:800}.field input,.field select{min-height:44px;width:100%;border:1px solid #cbd5e1;border-radius:8px;padding:.72rem .85rem;color:#172033;background:#fff;transition:border-color .16s ease,box-shadow .16s ease}.field input:focus,.field select:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f;outline:none}.form-error{margin:0;color:#b91c1c;font-weight:700}.alert{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding:1rem}.alert p{margin:0}.alert-error{border-color:#fecaca;background:#fff1f2}.alert-warning{border-color:#fde68a;background:#fffbeb}.button-secondary{color:#1e293b;background:#e2e8f0}.button-secondary:hover:not(:disabled){color:#0f172a;background:#cbd5e1;box-shadow:0 10px 24px #0f172a1f}.button-danger{background:#dc2626}.button-danger:hover:not(:disabled){background:#b91c1c;box-shadow:0 10px 24px #dc26262e}.todos-page{display:grid;gap:1rem}.todo-toolbar{display:grid;grid-template-columns:1.3fr .7fr 1fr;gap:1rem;padding:1rem}.control-group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.todo-form{grid-template-columns:minmax(0,1fr) auto;align-items:end;padding:1rem}.todo-form .form-error{grid-column:1 / -1}.todo-list{display:grid;gap:.8rem;padding:0;margin:0;list-style:none}.todo-item{padding:.85rem}.todo-item-form{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.8rem}.todo-item.is-complete .todo-title-button{color:#64748b;text-decoration:line-through}.todo-checkbox{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:transparent;box-shadow:none;cursor:pointer}.todo-checkbox input{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.todo-checkbox:hover{background:transparent;box-shadow:none;transform:none}.todo-checkbox input:focus-visible+.checkbox-control{outline:3px solid rgba(37,99,235,.3);outline-offset:3px}.checkbox-control{width:1.35rem;height:1.35rem;border:2px solid #94a3b8;border-radius:6px;background:#fff;transition:background .16s ease,border-color .16s ease}.checkbox-control.is-checked{border-color:#16a34a;background:#16a34a;box-shadow:inset 0 0 0 4px #fff}.todo-title-button{min-width:0;padding:0;color:#172033;background:transparent;box-shadow:none;font-weight:700;text-align:left;overflow-wrap:anywhere}.todo-title-button:hover:not(:disabled){color:#1d4ed8;background:transparent;box-shadow:none;transform:none}.todo-actions{display:flex;align-items:center;gap:.5rem;justify-content:flex-end}.todo-edit-row{display:grid;grid-column:1 / -1;grid-template-columns:minmax(0,1fr) auto;gap:.8rem}.todo-edit-row .field,.todo-edit-row .form-error{grid-column:1 / -1}.empty-state,.loading-state{padding:1.2rem;color:#64748b;text-align:center}.empty-state p,.loading-state{margin:0}.content-page{display:grid;gap:1rem}.content-section{padding:1.2rem}.content-section h3{margin-top:0}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.stats-grid p{display:grid;gap:.25rem;min-height:88px;margin:0;border-radius:8px;padding:1rem;background:#f8fafc}.stats-grid span{color:#64748b;font-size:.86rem;font-weight:700}.stats-grid strong{color:#0f172a;font-size:1.8rem}.quick-links ul{flex-wrap:wrap;margin-top:1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:820px){.site-header{align-items:stretch;flex-direction:column}.site-nav ul,.logoff{flex-wrap:wrap}.todo-toolbar,.todo-form,.todo-edit-row,.todo-item-form,.stats-grid{grid-template-columns:1fr}.todo-actions{justify-content:stretch}.todo-actions button{flex:1}}@media(max-width:560px){.page-shell{width:min(100% - 1rem,1040px)}.site-header{padding-inline:.75rem}.control-group{grid-template-columns:1fr}.alert{align-items:stretch;flex-direction:column}}
