*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;min-height:100vh}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,sans-serif;background:#0f0f1a;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{width:100%;min-height:100vh}.spinner{width:36px;height:36px;border:3px solid rgba(99,102,241,.2);border-top-color:#6366f1;border-radius:50%;animation:spin .7s linear infinite}.spinner-sm{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.input-group{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:16px;color:#ffffff4d;pointer-events:none}.auth-input{width:100%;padding:14px 16px 14px 48px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:12px;color:#fff;font-size:15px;font-family:inherit;outline:none;transition:border-color .2s,background .2s}.auth-input::-moz-placeholder{color:#ffffff40}.auth-input::placeholder{color:#ffffff40}.auth-input:focus{border-color:#6366f180;background:#ffffff12}.task-card:hover{border-color:#6366f14d!important;background:#ffffff0f!important;transform:translateY(-1px);box-shadow:0 8px 24px #0003}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#6366f14d;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#6366f180}
