*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#111827;color:#f3f4f6}.app-loading{display:flex;align-items:center;justify-content:center;height:100vh;color:#9ca3af}.auth-screen{max-width:360px;margin:0 auto;padding:4rem 1.5rem;text-align:center}.auth-screen h1{margin-bottom:.25rem}.auth-subtitle{color:#9ca3af;margin-bottom:2rem}.auth-form{display:flex;flex-direction:column;gap:.75rem}.auth-form input{padding:.75rem;border-radius:8px;border:1px solid #374151;background:#1f2937;color:#f3f4f6;font-size:1rem}.auth-form button{padding:.75rem;border-radius:8px;border:none;background:#38bdf8;color:#111827;font-weight:600;font-size:1rem;cursor:pointer}.auth-form button:disabled{opacity:.6;cursor:default}.auth-sent{color:#4ade80}.auth-error{color:#f87171;margin-top:1rem}.today-screen{max-width:480px;margin:0 auto;padding:1.5rem}.today-header{display:flex;align-items:center;justify-content:space-between}.signout-button{background:none;border:1px solid #374151;color:#9ca3af;border-radius:6px;padding:.4rem .75rem;cursor:pointer}.today-subtitle{color:#6b7280;font-size:.875rem;margin-top:.25rem;margin-bottom:1.5rem}.add-task-form{display:flex;gap:.5rem;margin-bottom:1.5rem}.add-task-form input[type=text]{flex:1}.add-task-form input{padding:.6rem;border-radius:8px;border:1px solid #374151;background:#1f2937;color:#f3f4f6}.add-task-form button{padding:.6rem 1rem;border-radius:8px;border:none;background:#38bdf8;color:#111827;font-weight:600;cursor:pointer}.today-empty{color:#6b7280;text-align:center;margin-top:2rem}.task-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.task-item{background:#1f2937;border-radius:8px;padding:.75rem}.task-item label{display:flex;align-items:center;gap:.75rem;cursor:pointer}.task-item input[type=checkbox]{width:1.25rem;height:1.25rem;flex-shrink:0}.task-title{flex:1}.task-due{font-size:.75rem;color:#9ca3af}.task-item.done .task-title{text-decoration:line-through;color:#6b7280}
