:root{--color-page-bg: #060d1a;--color-surface: #0b1525;--color-surface-raised: #0d1a2e;--color-surface-input: #060d1a;--color-border: #1a2e4a;--color-border-focus: #00e5ff;--color-accent: #00e5ff;--color-accent-dim: rgba(0, 229, 255, .1);--color-accent-border: rgba(0, 229, 255, .3);--color-accent-dark: #0060d4;--color-text-primary: #e2e8f0;--color-text-secondary: #8099b4;--color-text-muted: #607080;--color-text-faint: #3a5570;--color-text-ultraFaint: #2a4060;--color-text-white: #ffffff;--color-success: #7cff6b;--color-success-dim: rgba(124, 255, 107, .1);--color-success-subtle: rgba(124, 255, 107, .04);--color-success-border: rgba(124, 255, 107, .2);--color-warning: #ffd600;--color-warning-dim: rgba(255, 214, 0, .1);--color-warning-subtle: rgba(255, 214, 0, .04);--color-warning-border: rgba(255, 214, 0, .3);--color-warning-border-subtle: rgba(255, 214, 0, .12);--color-warning-dark: #b8860b;--color-danger: #ff7070;--color-danger-dim: rgba(255, 80, 80, .07);--color-danger-border: rgba(255, 80, 80, .25);--color-danger-muted: rgba(255, 112, 112, .5);--color-overlay-bg: rgba(0, 0, 0, .7);--color-accent-subtle: rgba(0, 229, 255, .03);--color-accent-border-subtle: rgba(0, 229, 255, .1);--color-danger-subtle: rgba(255, 80, 80, .03);--color-danger-border-subtle: rgba(255, 80, 80, .1);--color-role-classifier-bg: rgba(255, 214, 0, .08);--color-role-classifier-border: rgba(255, 214, 0, .18);--color-role-matcher-bg: rgba(0, 229, 255, .08);--color-role-matcher-border: rgba(0, 229, 255, .18);--color-badge-buyer: rgba(0, 229, 255, .1);--color-badge-buyer-text: #00e5ff;--color-badge-vendor: rgba(124, 255, 107, .1);--color-badge-vendor-text: #7cff6b;--color-badge-analyst: rgba(255, 214, 0, .1);--color-badge-analyst-text: #ffd600;--color-badge-default: #1a2e4a;--color-badge-default-text: #607080;--color-score-high: #00e5ff;--color-score-mid: #7cff6b;--color-score-low: #ffd600;--color-rank-gold: #FFD700;--color-rank-silver: #C0C0C0;--color-rank-bronze: #CD7F32;--btn-primary-bg: linear-gradient(135deg, #00e5ff, #0060d4);--btn-primary-color: #060d1a;--btn-secondary-bg: transparent;--btn-secondary-color: #3a5570;--btn-secondary-border: #1a2e4a;--btn-danger-bg: rgba(255, 80, 80, .07);--btn-danger-color: #ff7070;--btn-danger-border: rgba(255, 80, 80, .3);--btn-warning-bg: linear-gradient(135deg, #ffd600, #b8860b);--btn-warning-color: #060d1a;--link-color: #00e5ff;--link-color-hover: #ffffff;--link-color-visited: #7b9cbf;--link-decoration: none;--link-decoration-hover: underline;--nav-item-color: #607080;--nav-item-icon-color: #3a5570;--nav-item-bg: transparent;--nav-item-weight: 400;--nav-item-hover-color: #e2e8f0;--nav-item-hover-icon: #8099b4;--nav-item-hover-bg: rgba(255, 255, 255, .04);--nav-item-active-color: #00e5ff;--nav-item-active-icon: #00e5ff;--nav-item-active-bg: rgba(0, 229, 255, .08);--nav-item-active-weight: 600;--nav-item-active-border: #00e5ff;--nav-section-color: #2a4060;--font-family-base: "DM Sans", "Segoe UI", sans-serif;--font-family-mono: "JetBrains Mono", "Fira Code", monospace;--font-size-xs: 12px;--font-size-sm: 13px;--font-size-base: 15px;--font-size-md: 16px;--font-size-lg: 17px;--font-size-xl: 19px;--font-size-2xl: 22px;--font-size-3xl: 30px;--font-weight-normal: 400;--font-weight-medium: 600;--font-weight-bold: 700;--font-weight-black: 800;--line-height-tight: 1.4;--line-height-base: 1.6;--space-1: 4px;--space-2: 8px;--space-3: 10px;--space-4: 12px;--space-5: 14px;--space-6: 16px;--space-7: 20px;--space-8: 24px;--space-9: 28px;--space-10: 32px;--space-11: 36px;--space-12: 44px;--radius-sm: 5px;--radius-md: 7px;--radius-lg: 8px;--radius-xl: 9px;--radius-card: 14px;--radius-pill: 20px;--radius-full: 9999px;--sidebar-width: 220px;--sidebar-width-collapsed: 56px;--header-height: 56px;--content-padding: 24px;--breakpoint-mobile: 640px;--breakpoint-tablet: 1024px;--touch-target-min: 44px;--container-max-mobile: 100%;--content-padding-mobile: var(--space-5);--container-max-card-sm: 380px;--container-max-card-md: 460px;--container-max-card-lg: 560px;--container-max-content-md: 740px;--container-max-content-lg: 760px;--container-max-results-grid: 1160px;--z-sticky: 10;--z-overlay: 100;--z-modal: 200;--z-toast: 300;--skeleton-base: #0d1a2e;--skeleton-highlight: #1a2e4a;--skeleton-radius: var(--radius-md);--skeleton-shimmer-duration: 1.4s;--spinner-duration: .7s;--empty-icon-color: var(--color-text-ultraFaint)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes sk-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}a{color:var(--link-color);text-decoration:var(--link-decoration);transition:color .15s}a:hover{color:var(--link-color-hover);text-decoration:var(--link-decoration-hover)}a:visited{color:var(--link-color-visited)}nav a,nav a:hover,nav a:visited{color:inherit;text-decoration:none}input[type=range]{-webkit-appearance:none;appearance:none;background:transparent}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:var(--color-accent);border:2px solid var(--color-surface);box-shadow:0 0 4px #00e5ff66;cursor:pointer}input[type=range]::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:var(--color-accent);border:2px solid var(--color-surface);box-shadow:0 0 4px #00e5ff66;cursor:pointer}input[type=range]::-webkit-slider-runnable-track{height:6px;border-radius:3px;background:transparent}input[type=range]::-moz-range-track{height:6px;border-radius:3px;background:transparent}@media(max-width:640px){html,body{overflow-x:hidden;max-width:100vw}:root{--container-max-card-sm: 100%;--container-max-card-md: 100%;--container-max-card-lg: 100%;--container-max-content-md: 100%;--container-max-content-lg: 100%;--container-max-results-grid: 100%}body{-webkit-text-size-adjust:100%}button,a[role=button],a[href],input[type=text],input[type=email],input[type=password],input[type=search],input[type=number],input[type=tel],input[type=url],input:not([type]),select,textarea{min-height:var(--touch-target-min)!important;min-width:var(--touch-target-min)!important}a[data-touch-exempt],[data-touch-exempt] button,[data-touch-exempt] a,input[type=checkbox],input[type=radio]{min-height:0!important;min-width:0!important}}[data-theme=buyer-light]{--buyer-bg: #ffffff;--buyer-bg-soft: #f7f8f7;--buyer-bg-input: #ffffff;--buyer-surface: #ffffff;--buyer-surface-raised: #f7f8f7;--buyer-border: #e3e6e3;--buyer-border-strong: #c9cfc9;--buyer-text: #0f1a14;--buyer-text-2: #3b4a40;--buyer-text-3: #6b7a70;--buyer-text-faint: #97a39c;--buyer-text-on-accent: #ffffff;--buyer-accent: #1f8a4c;--buyer-accent-hover: #176d3c;--buyer-accent-soft: #e9f4ed;--buyer-accent-border: #c2e0cd;--buyer-accent-subtle: rgba(31, 138, 76, .06);--buyer-success: #1f8a4c;--buyer-success-soft: #e9f4ed;--buyer-warning: #b06a00;--buyer-warning-soft: #fbf2dd;--buyer-danger: #b3321b;--buyer-danger-soft: #fbeae5;--buyer-danger-border: #f0c8be;--buyer-rank-gold: #a37200;--buyer-rank-gold-soft: #f7ece2;--buyer-rank-silver: #5b6b62;--buyer-rank-silver-soft: #eef0ee;--buyer-rank-bronze: #8a4a1f;--buyer-rank-bronze-soft: #f7ece2;--buyer-score-high: #1f8a4c;--buyer-score-mid: #5b6b62;--buyer-score-low: #b06a00;--buyer-score-track: #e3e6e3;--buyer-btn-primary-bg: #1f8a4c;--buyer-btn-primary-color: #ffffff;--buyer-btn-primary-bg-hover: #176d3c;--buyer-btn-ghost-bg: #ffffff;--buyer-btn-ghost-color: #0f1a14;--buyer-btn-ghost-border: #c9cfc9;--buyer-btn-ghost-bg-hover: #f7f8f7;--buyer-btn-danger-bg: #fbeae5;--buyer-btn-danger-color: #b3321b;--buyer-btn-danger-border: #f0c8be;--buyer-link: #1f8a4c;--buyer-link-hover: #176d3c;--buyer-font-base: "Inter", system-ui, -apple-system, sans-serif;--buyer-font-mono: "IBM Plex Mono", "JetBrains Mono", monospace;background:var(--buyer-bg);color:var(--buyer-text);font-family:var(--buyer-font-base)}[data-theme=buyer-light] a{color:var(--buyer-link)}[data-theme=buyer-light] a:hover{color:var(--buyer-link-hover)}[data-theme=buyer-light] a:visited{color:var(--buyer-link)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
