:root{--alabastro:#f7f5f0;--onice:#1a1a1a;--moca:#5c4033;--terracota:#d95c14;--dorado:#dca846}body{color:#334155;background:#f1f5f9;height:100vh;margin:0;font-family:Inter,sans-serif;display:flex;overflow:hidden}.hidden{display:none!important}#login-screen{z-index:100;background:#fff;display:flex;position:fixed;inset:0}#splash-hero{background:var(--alabastro);border-right:1px solid #e2e8f0;flex-direction:column;flex:1;justify-content:center;padding:4rem;display:none}@media (width>=768px){#splash-hero{display:flex}}#splash-hero img{object-fit:contain;max-width:380px;margin-bottom:2rem}#splash-hero p{color:var(--moca);max-width:400px;margin:0;font-size:1.2rem;line-height:1.6}#auth-container{background:#fff;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.login-box{width:100%;max-width:400px}.auth-header{text-align:center;margin-bottom:2.5rem}.auth-header h2{color:var(--onice);margin:0 0 .5rem;font-size:1.8rem}.auth-header p{color:#64748b;margin:0;font-size:1rem}#login-form,#register-form{flex-direction:column;gap:1.2rem;display:flex}.input-group input{width:100%;color:var(--onice);box-sizing:border-box;z-index:10;pointer-events:auto;background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;padding:1.2rem 1rem;font-size:1rem;transition:all .2s;position:relative}.input-group input:focus{border-color:var(--terracota);box-shadow:0 0 0 4px #d95c141a}.btn-terracota{background:var(--terracota);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:.5rem;padding:1.2rem;font-size:1.1rem;font-weight:700;transition:background .2s}.btn-terracota:hover{background:var(--dorado)}.btn-onice{background:var(--onice);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:.5rem;padding:1.2rem;font-size:1.1rem;font-weight:700;transition:opacity .2s}.btn-onice:hover{opacity:.9}.auth-footer{text-align:center;margin-top:2rem}.auth-footer a{color:var(--terracota);font-size:.95rem;font-weight:700;text-decoration:none;transition:color .2s}.auth-footer a:hover{color:var(--dorado)}.sidebar{background:var(--onice);color:#fff;z-index:50;flex-direction:column;width:250px;transition:transform .3s;display:flex}.sidebar-header{border-bottom:1px solid #334155;padding:1.5rem;font-size:1.2rem;font-weight:700}.nav-link{color:#cbd5e1;cursor:pointer;padding:1rem 1.5rem;text-decoration:none;transition:background .2s}.nav-link:hover,.nav-link.active{color:#fff;border-left:4px solid var(--terracota);background:#334155}.main-content{flex-direction:column;flex:1;display:flex;position:relative;overflow-y:auto}.topbar{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.content-area{padding:2rem}.card{background:#fff;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.btn{cursor:pointer;border:none;border-radius:6px;padding:.6rem 1rem;font-size:.9rem;font-weight:700}.btn-green{color:#fff;background:#10b981}.btn-red{color:#ef4444;background:#fee2e2}.btn-blue{color:#0284c7;background:#e0f2fe}#custom-modal-overlay{z-index:1000;background:#0f172ab3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-box{background:#fff;border-radius:8px;width:90%;max-width:400px;padding:2rem;box-shadow:0 20px 25px -5px #0003}#ot-panel{z-index:40;background:#fff;border-left:1px solid #e2e8f0;flex-direction:column;width:100%;max-width:500px;height:100%;transition:right .3s;display:flex;position:absolute;top:0;right:-100%;box-shadow:-5px 0 25px #0000001a}#ot-panel.active{right:0}.ot-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.ot-body{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.ot-body textarea{box-sizing:border-box;resize:vertical;border:1px solid #cbd5e1;border-radius:4px;width:100%;min-height:100px;padding:.8rem;font-family:inherit}.ot-body textarea[readonly]{color:#475569;cursor:not-allowed;background:#f1f5f9}.list-item{border:1px solid #e2e8f0;border-left:5px solid var(--terracota);background:#fff;border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:1.2rem;display:flex}.list-item.completed{border-left-color:#10b981}.date-group-header{color:#475569;border-bottom:2px solid #e2e8f0;margin:1.5rem 0 .8rem;padding-bottom:.4rem;font-size:1.1rem}.color-swatch{cursor:pointer;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 4px 6px #0000001a}.color-swatch:hover{transform:scale(1.15);box-shadow:0 6px 12px #00000026}.color-swatch input[type=radio]{appearance:none;opacity:0;cursor:pointer;outline:none;width:100%;height:100%;margin:0;position:absolute}.color-swatch:has(input[type=radio]:checked){box-shadow:0 0 0 3px white, 0 0 0 6px var(--onice);transform:scale(1.15)}@media (width<=768px){.sidebar{height:100%;position:absolute;transform:translate(-100%)}.content-area{padding:1rem}}
