:root{--container-padding:1rem;--content-max-width:1200px}@media(min-width:640px){:root{--container-padding:1.5rem}}:root{--color-bg:#f5f5f7;--color-surface:#ffffff;--color-surface-raised:#ffffff;--color-text:#1a1a1a;--color-text-secondary:#4b5563;--color-text-muted:#9ca3af;--color-primary:#2563eb;--color-primary-hover:#1d4ed8;--color-primary-light:rgb(37 99 235/8%);--color-border:#e5e7eb;--color-border-light:#f3f4f6;--color-error:#dc2626;--color-error-hover:#b91c1c;--color-error-bg:#fef2f2;--color-success:#16a34a;--color-success-bg:#f0fdf4;--color-warning:#d97706;--color-warning-bg:#fffbeb;--color-status-later:#6b7280;--color-status-later-bg:#f3f4f6;--color-status-todo:#3b82f6;--color-status-todo-bg:#eff6ff;--color-status-doing:#8b5cf6;--color-status-doing-bg:#f5f3ff;--color-status-done:#16a34a;--color-status-done-bg:#f0fdf4;--color-status-waiting:#d97706;--color-status-waiting-bg:#fffbeb;--color-status-onhold:#64748b;--color-status-onhold-bg:#f1f5f9;--radius-sm:6px;--radius:8px;--radius-lg:12px;--radius-xl:16px;--shadow-sm:0 1px 2px rgb(0 0 0/5%);--shadow:0 1px 3px rgb(0 0 0/8%),0 1px 2px rgb(0 0 0/6%);--shadow-md:0 4px 12px rgb(0 0 0/8%),0 1px 3px rgb(0 0 0/6%);--font-sans:system-ui,-apple-system,"Segoe UI",sans-serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.5;-webkit-font-smoothing:antialiased}body{min-height:100dvh}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}