:root{color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:#0b0d11;color:#eef0f4;font-family:Manrope,system-ui,-apple-system,Segoe UI,sans-serif;overflow:hidden}input[type=checkbox]{color-scheme:dark;accent-color:#8b7cff}button,input,textarea{font-family:inherit}@keyframes fadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.fade-in{animation:fadeIn .3s ease}::selection{background:#8b7cff59}a{color:#a599ff}a:hover{color:#c2b9ff}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#262a33;border-radius:6px}::-webkit-scrollbar-track{background:transparent}.project-card{transition:border-color .15s,background .15s,transform .15s}.project-card:hover{border-color:#fff3;background:#1b2029;transform:translateY(-1px)}.task-card{transition:border-color .15s,box-shadow .15s}.task-card:hover{box-shadow:0 8px 30px #00000073}.sidebar-row{border-radius:8px;transition:background .12s}.sidebar-row:hover{background:#ffffff0a}.ghost-btn{transition:border-color .15s,color .15s,background .15s}.ghost-btn:hover:not(:disabled){border-color:#ffffff3d;background:#ffffff0a;color:#eef0f4}.icon-btn:hover{border-color:#ffffff47}input:focus-visible,textarea:focus-visible{outline:none;border-color:#8b7cffb3}button:focus-visible,[role=button]:focus-visible{outline:2px solid rgba(139,124,255,.8);outline-offset:2px}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(.8);cursor:pointer}
