@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--plum-50: #F4EFF5;--plum-100: #E7DBEA;--plum-200: #CDB6D4;--plum-300: #B388C5;--plum-400: #8C6391;--plum-500: #684D73;--plum-600: #573B5B;--plum-700: #422C45;--blue-200: #A9BACE;--blue-300: #6B86A8;--blue-400: #466389;--blue-500: #30486D;--blue-600: #213A59;--blue-700: #182B43;--brand-gradient: linear-gradient(135deg, #684D73 0%, #30486D 100%);--brand-gradient-overlay: linear-gradient(135deg, rgba(104,77,115,.9) 0%, rgba(48,72,109,.9) 100%);--hero-scrim: linear-gradient(to right, rgba(0,0,0,.92) 0%, rgba(0,0,0,.7) 45%, transparent 100%);--glow-plum: radial-gradient(circle at 50% 0%, rgba(110,76,115,.4), transparent 55%);--ink-950: #000000;--ink-900: #0A0A0A;--ink-800: #1A1A1A;--ink-700: #374151;--ink-600: #4B5563;--ink-500: #6B7280;--ink-400: #9CA3AF;--ink-300: #D1D5DB;--ink-200: #E5E7EB;--ink-100: #EDEDEF;--ink-050: #FAFAFA;--white: #FFFFFF;--canvas: #FFFFFF;--surface: #FFFFFF;--surface-muted:#FAFAFA;--surface-dark: #000000;--success: #10B981;--success-bg: #ECFDF5;--warning: #F59E0B;--warning-bg: #FFFBEB;--danger: #EF4444;--danger-bg: #FEF2F2;--chart-1: #684D73;--chart-2: #30486D;--chart-3: #B388C5;--chart-4: #4E7D8C;--chart-5: #C98A5E;--chart-6: #8FA1C4;--chart-positive: #10B981;--chart-negative: #EF4444;--chart-track: #EDE9F0;--chart-grid: #EEF0F3;--glass-fill: rgba(255,255,255,.1);--glass-fill-hover: rgba(255,255,255,.2);--glass-border: rgba(255,255,255,.15);--text-primary: var(--ink-800);--text-secondary: var(--ink-500);--text-muted: var(--ink-400);--text-on-dark: #FFFFFF;--text-on-dark-muted: rgba(255,255,255,.65);--text-on-gradient: #FFFFFF;--text-on-gradient-accent: var(--plum-200);--surface-app: var(--canvas);--surface-card: var(--surface);--surface-raised: var(--white);--border-subtle: var(--ink-100);--border-default: var(--ink-200);--accent: var(--plum-500);--accent-hover: var(--plum-600);--accent-active: var(--plum-700);--accent-soft: var(--plum-50);--accent-bright: var(--plum-300);--control-solid: var(--ink-950);--control-solid-hover: var(--ink-800)}:root{--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: var(--font-sans);--font-mono: "SFMono-Regular", ui-monospace, Menlo, Consolas, monospace;--fw-light: 300;--fw-regular: 400;--fw-medium: 500;--fw-semibold: 600;--fw-bold: 700;--fw-extra: 800;--fs-hero: 60px;--fs-display: 48px;--fs-h1: 36px;--fs-h2: 30px;--fs-h3: 24px;--fs-h4: 20px;--fs-lead: 18px;--fs-body: 16px;--fs-body-sm: 15px;--fs-label: 14px;--fs-caption: 13px;--fs-eyebrow: 12px;--fs-micro: 10px;--lh-tight: 1.1;--lh-snug: 1.25;--lh-normal: 1.5;--lh-relaxed: 1.65;--ls-tighter: -.03em;--ls-tight: -.01em;--ls-normal: 0;--ls-wide: .05em;--ls-eyebrow: .2em;--text-eyebrow-size: var(--fs-eyebrow);--text-eyebrow-weight: var(--fw-medium);--text-heading-weight: var(--fw-semibold);--text-body-size: var(--fs-body);--text-body-weight: var(--fw-regular)}:root{--space-0: 0;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--space-20: 80px;--space-28: 112px;--card-padding: 24px;--card-padding-lg: 32px;--card-gap: 20px;--section-gap: 80px;--container-max: 1280px;--container-pad: 24px;--container-pad-lg:32px;--header-height: 80px;--control-height: 52px;--control-height-md: 44px;--control-height-sm: 36px}:root{--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-2xl: 32px;--radius-pill: 9999px;--shadow-xs: 0 1px 2px rgba(0,0,0,.05);--shadow-sm: 0 2px 8px rgba(0,0,0,.06);--shadow-md: 0 10px 30px rgba(0,0,0,.08);--shadow-lg: 0 20px 50px rgba(0,0,0,.1);--shadow-card: 0 20px 50px -20px rgba(0,0,0,.45);--shadow-plum: 0 12px 30px rgba(110,76,115,.35);--shadow-plum-soft: 0 0 24px rgba(110,76,115,.3);--border-width: 1px;--border-hairline: 1px solid var(--border-subtle);--border-card: 1px solid var(--border-default);--border-on-dark: 1px solid rgba(255,255,255,.1);--focus-ring: 0 0 0 3px rgba(110,76,115,.35);--blur-glass: 8px;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1);--ease-standard:cubic-bezier(.4, 0, .2, 1);--dur-fast: .2s;--dur-base: .3s;--dur-slow: .7s;--dur-hero: 1s;--hover-scale: 1.05;--hover-lift: translateY(-4px)}*{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden}body{font-family:var(--font-sans, "Inter", system-ui, -apple-system, sans-serif);background:#f6f7f8;color:var(--ink-800, #1a1a1a);-webkit-font-smoothing:antialiased}:root{--ink-400: #5e6773;--ink-500: #5e6773;--chart-positive: #047857;--chart-negative: #d1242f;--warning: #b45309;--danger: #b91c1c;--danger-on-dark: #f87171;--chart-5: #9c5a2b}#root{min-height:100vh}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#00000024;border-radius:999px;border:3px solid transparent;background-clip:content-box}::-webkit-scrollbar-track{background:transparent}.ps-x{overflow-x:auto}.ps-x::-webkit-scrollbar{height:6px}input,button{font-family:inherit}input:focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible,a[href]:focus-visible,[role=button]:focus-visible,[role=link]:focus-visible{outline:none;box-shadow:var(--focus-ring, 0 0 0 3px rgba(104, 77, 115, .35))}@keyframes ps-shimmer{0%{background-position:-200px 0}to{background-position:200px 0}}.ps-skel{background:linear-gradient(90deg,#eee 25%,#f5f5f5 37%,#eee 63%);background-size:400px 100%;animation:ps-shimmer 1.2s ease-in-out infinite;border-radius:8px}.ps-row{transition:background .12s ease}.ps-row:hover{background:var(--surface-muted, #f5f6f7)}.ps-nav{transition:background .12s ease,color .12s ease}.ps-nav:hover{background:#ffffff0f;color:#ffffffd1}a{color:inherit}
