@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-primary:#1e293b;--color-accent:#6366f1;--color-accent-light:#eef2ff;--color-surface:#f8fafc;--color-white:#fff;--color-border:#e2e8f0;--color-border-light:#f1f5f9;--color-text-muted:#64748b;--color-text-subtle:#94a3b8;--color-green:#16a34a;--color-green-bg:#f0fdf4;--color-green-border:#bbf7d0;--color-amber:#d97706;--color-amber-bg:#fffbeb;--color-amber-border:#fde68a;--color-red:#dc2626;--color-red-bg:#fef2f2;--color-red-border:#fecaca;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #00000012, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #00000014, 0 4px 6px -4px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000000d}html{-webkit-font-smoothing:antialiased;font-size:16px}body{background:var(--color-surface);color:var(--color-primary);min-height:100vh;font-family:Inter,sans-serif;line-height:1.5}h1,h2,h3,h4,h5{font-family:Space Grotesk,sans-serif}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:99px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}input,select,textarea,button{font-family:inherit;font-size:inherit}input:focus,select:focus,textarea:focus{outline:none}.scrollbar-none{scrollbar-width:none}.scrollbar-none::-webkit-scrollbar{display:none}.transition-all{transition:all .15s}.toggle-switch{flex-shrink:0;width:40px;height:22px;display:inline-block;position:relative}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{cursor:pointer;background:#cbd5e1;border-radius:99px;transition:all .2s;position:absolute;inset:0}.toggle-slider:before{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:all .2s;position:absolute;bottom:3px;left:3px;box-shadow:0 1px 2px #00000026}.toggle-switch input:checked+.toggle-slider{background:var(--color-accent)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(18px)}.toggle-switch input:disabled+.toggle-slider{cursor:not-allowed;opacity:.6}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.18s fadeIn}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:1.5s ease-in-out infinite pulse}@keyframes spin{to{transform:rotate(360deg)}}.spinner{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite spin;display:inline-block}.progress-bar{background:#e2e8f0;border-radius:99px;height:6px;overflow:hidden}.progress-fill{background:var(--color-accent);border-radius:99px;height:100%;transition:width .4s}.modal-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:40;background:#0f172a73;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-panel{background:var(--color-white);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);width:100%;max-height:90vh;position:relative;overflow-y:auto}.badge{white-space:nowrap;border-radius:99px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:600;line-height:1.6;display:inline-flex}.line-clamp-1{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slideOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.drawer-enter{animation:.28s cubic-bezier(.34,1.04,.64,1) forwards slideInRight}.drawer-exit{animation:.22s ease-in forwards slideOutRight}@keyframes backdropIn{0%{opacity:0}to{opacity:1}}.backdrop-fade{animation:.22s forwards backdropIn}@keyframes badgePop{0%{transform:scale(.6)}70%{transform:scale(1.15)}to{transform:scale(1)}}.badge-pop{animation:.3s forwards badgePop}@keyframes float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-10px)rotate(3deg)}}.floating-icon{color:#c7d2fe;opacity:.5;pointer-events:none;animation:6s ease-in-out infinite float;position:absolute}.app-layout{background:#f8fafc;height:100vh;display:flex;overflow:hidden}.sidebar{z-index:30;background:#fff;border-right:1px solid #f1f5f9;flex-direction:column;flex-shrink:0;width:220px;height:100vh;transition:transform .3s;display:flex;position:sticky;top:0}.mobile-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:20;background:#0f172a73;display:none;position:fixed;inset:0}.hamburger-btn{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:8px;padding:8px;transition:background .2s,color .2s;display:none}.hamburger-btn:hover{color:#1e293b;background:#f1f5f9}.table-wrapper{width:100%;overflow-x:auto}.table-min-width{min-width:800px}@media (max-width:768px){.sidebar{position:fixed;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.mobile-overlay.open,.hamburger-btn{display:block}.task-header{display:none!important}.task-list-container{background:0 0!important;border:none!important}.task-row{border-radius:12px;margin-bottom:12px;box-shadow:0 2px 4px #00000008;background:#fff!important;border:1px solid #e2e8f0!important;flex-direction:column!important;align-items:flex-start!important;gap:12px!important;padding:16px!important;display:flex!important}.task-row>div{width:100%;justify-content:flex-start!important}.mobile-row-label{color:#94a3b8;text-transform:uppercase;flex-shrink:0;width:80px;font-size:11px;font-weight:600;display:inline-block}.mobile-logo{display:flex!important}.mobile-close-btn{display:block!important}}@media (min-width:769px){.mobile-logo{display:none!important}.mobile-row-label{display:none}.task-row{border-bottom:1px solid #f8fafc}}
