:root{color-scheme:light;--color-navy:#013047;--color-navy-dark:#01212f;--color-navy-soft:#005a82;--color-lime:#78b43c;--color-lime-dark:#488146;--color-purple:#a582a5;--color-teal:#409994;--color-teal-dark:#0f4444;--color-offwhite:#f7f8f5;--color-white:#ffffff;--color-surface:var(--color-white);--color-heading:var(--color-navy);--color-text:#1f2a37;--color-text-muted:#5c6b7a;--color-text-on-navy:#eef2f6;--color-border:#e2e6e0;--color-border-strong:#cdd3cb;--color-danger:#c0392b;--color-danger-soft:#fdecea;--color-success-soft:#eaf5dd;--color-warning-soft:#fdf3d7;--color-info-soft:#e8eef5;--color-selected:#f0f6ea;--color-warning-fg:var(--color-dept-legal);--color-notice-fg:#8a5a1f;--color-love:#e0245e;--color-love-dark:#c01e50;--color-shadow:rgba(1,48,71,0.12);--color-overlay:rgba(1,48,71,0.55);--color-dept-customer-success:var(--color-teal);--color-dept-engineering:var(--color-navy-soft);--color-dept-finance:var(--color-lime-dark);--color-dept-general-admin:#5c6b7a;--color-dept-human-resources:var(--color-purple);--color-dept-it-bs:var(--color-navy);--color-dept-legal:var(--color-teal-dark);--color-dept-marketing:var(--color-lime);--color-dept-product-management:#7b527b;--color-dept-professional-services:#2e7ea5;--color-dept-sales:#2f5e2e;--color-dept-ux:#96588a;--color-type-prompt:var(--color-navy-soft);--color-type-skill:var(--color-purple);--color-type-agent:var(--color-teal);--color-type-resource:var(--color-lime-dark);--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-8:3rem;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-pill:999px;--font-sans:var(--font-inter,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif);--font-mono:var(--font-mono-stack,"SF Mono","Fira Code","Consolas",monospace);--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.375rem;--text-2xl:1.75rem;--shadow-sm:0 1px 2px var(--color-shadow);--shadow-md:0 4px 12px var(--color-shadow);--shadow-lg:0 12px 32px var(--color-shadow);--header-height:64px;--content-max:1200px;--sidebar-width:320px;--transition:150ms ease}:root[data-theme=dark]{color-scheme:dark;--color-offwhite:#0e1621;--color-surface:#17232f;--color-text:#e7edf3;--color-text-muted:#9db0c0;--color-heading:#dbe6f0;--color-border:#263441;--color-border-strong:#38495a;--color-shadow:rgba(0,0,0,0.5);--color-overlay:rgba(3,10,16,0.7);--color-danger:#ef6f63;--color-danger-soft:rgba(224,90,76,0.18);--color-success-soft:rgba(120,180,60,0.18);--color-warning-soft:rgba(224,176,92,0.18);--color-info-soft:rgba(120,160,210,0.16);--color-selected:rgba(120,180,60,0.14);--color-warning-fg:#dcc487;--color-notice-fg:#e6b877}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--color-offwhite);color:var(--color-text);font-size:var(--text-base);line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;transition:background-color var(--transition),color var(--transition);accent-color:var(--color-lime-dark);-webkit-tap-highlight-color:transparent}::selection{background-color:var(--color-lime);color:var(--color-navy)}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}button:disabled{cursor:not-allowed}h1,h2,h3,h4,p{margin:0}:focus-visible{outline:2px solid var(--color-lime-dark);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}