@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100vh;overflow:hidden}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}:root.dark{--bg-primary: #0f0f1e;--bg-secondary: #1a1a2e;--bg-gradient-start: #0f0f1e;--bg-gradient-end: #1a1a2e;--card-bg: rgba(255, 255, 255, .03);--card-border: rgba(255, 255, 255, .08);--card-hover-border: rgba(255, 255, 255, .15);--text-primary: #e2e8f0;--text-secondary: #94a3b8;--text-tertiary: #64748b;--border-color: rgba(255, 255, 255, .05);--button-bg: rgba(255, 255, 255, .05);--hover-bg: rgba(255, 255, 255, .08);--active-bg: rgba(129, 140, 248, .15);--column-bg: rgba(255, 255, 255, .02);--empty-icon-color: #334155;--empty-text-color: #475569;--shadow-color: rgba(0, 0, 0, .3);--accent-color: #818cf8;--gradient-blue: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-orange: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);--gradient-green: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);--glow-blue: rgba(129, 140, 248, .2);--glow-orange: rgba(251, 146, 60, .2);--glow-green: rgba(52, 211, 153, .2)}:root.light{--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-gradient-start: #f8fafc;--bg-gradient-end: #e2e8f0;--card-bg: #ffffff;--card-border: #e2e8f0;--card-hover-border: #cbd5e1;--text-primary: #0f172a;--text-secondary: #475569;--text-tertiary: #64748b;--border-color: #e2e8f0;--button-bg: #f1f5f9;--hover-bg: #e2e8f0;--active-bg: rgba(99, 102, 241, .1);--column-bg: #f8fafc;--empty-icon-color: #cbd5e1;--empty-text-color: #94a3b8;--shadow-color: rgba(0, 0, 0, .1);--accent-color: #6366f1;--gradient-blue: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);--gradient-orange: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);--gradient-green: linear-gradient(135deg, #10b981 0%, #06b6d4 100%);--glow-blue: rgba(99, 102, 241, .15);--glow-orange: rgba(245, 158, 11, .15);--glow-green: rgba(16, 185, 129, .15)}body{background:linear-gradient(135deg,var(--bg-gradient-start) 0%,var(--bg-gradient-end) 100%);color:var(--text-primary)}#root{width:100%;height:100vh;overflow:hidden}.column-content{scroll-behavior:smooth}::selection{background-color:var(--active-bg);color:var(--text-primary)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--column-bg)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--card-border)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.task-card-enter{animation:fadeInUp .4s cubic-bezier(.16,1,.3,1) forwards}.page-enter{animation:fadeIn .3s ease forwards}button{transition:all .2s cubic-bezier(.4,0,.2,1)}button:active:not(:disabled){transform:scale(.98)}a{transition:color .2s ease}button:focus-visible,input:focus-visible,a:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
