:root{--color-primary-extra-light:#fafafa;--color-primary-light:#f3f3f3;--color-primary:#37495b;--color-primary-dark:#1a1 a1a;--color-primary-extra-dark:#090b20;--color-primary-hover:#333;--color-secondary:#058527;--color-secondary-hover:#046e1f;--color-accent:#fb8500;--color-accent-hover:#e67700;--color-focus-ring:#ececec;--color-background:#f7f7f7;--color-surface:#fafafa;--color-feature-background:linear-gradient(180deg,#fff,#fff,#f5f5f500);--color-background-gradient:linear-gradient(180deg,#edfaff,#fff,#fff);--color-background-gradient-sky:radial-gradient(at 20% 30%,#fff 0%,transparent 60%),radial-gradient(at 80% 20%,#e2f4ff00 0%,transparent 55%),radial-gradient(at 50% 80%,#a7d9ff 0%,transparent 60%),radial-gradient(at 60% 40%,#ddf3ff00 0%,transparent 70%),radial-gradient(at 40% 60%,#e8f8ff 0%,transparent 80%),radial-gradient(at 30% 70%,#fff9f1 0%,transparent 60%),linear-gradient(0deg,#cdebff,#fff);--color-background-gradient-sunset:radial-gradient(at 20% 30%,#fff 0%,transparent 60%),radial-gradient(at 80% 20%,#e2f4ff00 0%,transparent 55%),radial-gradient(at 50% 80%,#fff1c1 0%,transparent 60%),radial-gradient(at 60% 40%,#ddf3ff00 0%,transparent 70%),radial-gradient(at 40% 60%,#fff6f2 0%,transparent 80%),radial-gradient(at 30% 70%,#fff9f1 0%,transparent 60%),linear-gradient(0deg,#ffb888,#fff);--color-border-gradient:linear-gradient(180deg,#fff,#fff,#f5f5f500);--color-border:#e1e4ea;--color-border-light:#f3f3f3;--color-border-hover:#c9ccd3;--color-hover:#f5f5f5;--color-active:#f5f5f5;--color-border-active:#e5e5e5;--color-white:#fff;--color-black:#000;--color-text:#080808;--color-text-primary:#37495b;--color-text-secondary:grey;--color-text-blended:#7099b5;--color-text-tertiary:#b3b3b3;--color-text-muted:#b3b3b3;--color-success:#058527;--color-warning:#fb8500;--color-error:#dc4c3e;--color-error-light:#fef7f7;--color-info:#3498db;--color-blue-100:#e6f3ff;--color-blue-600:#0092fb;--color-blue-950:#1a2332;--color-purple-100:#fbe6ff;--color-purple-600:#9200fb;--color-purple-950:#230032;--color-green-100:#e8f5e8;--color-green-600:#058527;--color-green-950:#1a2b1a;--color-yellow-100:#fff8e1;--color-yellow-600:#fb8500;--color-yellow-950:#332a1a;--color-red-100:#ffebee;--color-red-600:#dc4c3e;--color-red-950:#220606;--color-gray-50:#fafafa;--color-gray-100:#f9f9f9;--color-gray-200:#efefef;--color-gray-300:#b3b3b3;--color-gray-400:grey;--color-gray-500:#666;--color-gray-600:#4d4d4d;--color-gray-700:#333;--color-gray-800:#262626;--color-gray-900:#1a1a1a;--color-status-todo:var(--color-gray-300);--color-status-todo-bg:var(--color-gray-100);--color-status-in-progress:var(--color-blue-600);--color-status-in-progress-bg:var(--color-blue-100);--color-status-done:var(--color-green-600);--color-status-done-bg:var(--color-green-100);--color-priority-low:var(--color-green-600);--color-priority-low-bg:var(--color-green-100);--color-priority-medium:var(--color-yellow-600);--color-priority-medium-bg:var(--color-yellow-100);--color-priority-high:var(--color-red-600);--color-priority-high-bg:var(--color-red-100);--shadow-sm:hsla(0,0%,40%,.04) 0px 2px 0px;--shadow-md:0 2px 12px rgba(82,82,82,.03);--shadow-lg:0 -10px 30px rgba(66,66,66,.04);--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-xl:24px;--radius-2xl:52px;--radius-full:9999px;--font-size-xxs:0.625rem;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:3.5rem;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:SF Pro,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--color-text);background:var(--color-white);font-weight:500;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-size:var(--font-size-base);font-weight:400}a{color:inherit;text-decoration:none;transition:all .2s ease}a:hover{color:var(--color-primary)}button{font-family:inherit;cursor:pointer;border:none;background:none;transition:all .2s ease}::selection{background-color:#e0f0ff;color:#004a9e}::-moz-selection{background-color:#e0f0ff;color:#004a9e}mark{background-color:#ffffff00;color:#1e1e1e;border-radius:var(--radius-lg)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:var(--space-4)}.gap-6{gap:var(--space-6)}.gap-8{gap:var(--space-8)}.text-center{text-align:center}.text-lg{font-size:var(--font-size-lg)}.text-xl{font-size:var(--font-size-xl)}.text-2xl{font-size:var(--font-size-2xl)}.text-3xl{font-size:var(--font-size-3xl)}.text-4xl{font-size:var(--font-size-4xl)}.text-5xl{font-size:var(--font-size-5xl)}.text-secondary{color:var(--color-text-secondary)}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}@media (max-width:768px){.container,.container-wide{padding:0 var(--space-4)}.text-5xl{font-size:var(--font-size-4xl)}.text-4xl{font-size:var(--font-size-3xl)}}