@charset "UTF-8";:root{--color-primary: #234f74;--color-primary-hover: #1c405f;--color-primary-active: #16324a;--color-primary-soft: #eef3f8;--color-primary-muted: #dfe8f0;--color-secondary: #026b8f;--color-secondary-hover: #015c79;--color-secondary-active: #015c79;--color-secondary-soft: #eaf5f9;--color-background: #f4f7f9;--color-surface: #ffffff;--color-surface-sunken: #f4f7f9;--color-border: #dde4ea;--color-border-subtle: #e9eef2;--color-border-strong: #c6d0d9;--color-text-primary: #12191f;--color-text-secondary: #4a5a68;--color-text-muted: #708496;--color-text-on-primary: #ffffff;--color-positive: #2e7d32;--color-positive-soft: #e8f4ea;--color-neutral: #708496;--color-negative: #c62828;--color-negative-soft: #fbeaea;--color-warning: #a86c00;--color-warning-soft: #fbf1de;--font-sans: Inter, Segoe UI, Roboto, Helvetica, Arial, sans-serif;--font-mono: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;--text-2xs: .6875rem;--text-xs: .75rem;--text-sm: .8125rem;--text-base: .875rem;--text-md: 1rem;--text-lg: 1.125rem;--text-xl: 1.375rem;--text-2xl: 1.75rem;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--radius-sm: 3px;--radius-md: 4px;--radius-lg: 6px;--radius-pill: 999px;--shadow-overlay: 0 12px 28px -8px rgba(18, 25, 31, .22), 0 2px 6px -2px rgba(18, 25, 31, .12);--shadow-sticky: 0 1px 0 rgba(18, 25, 31, .06);--shadow-sm: none;--shadow-md: 0 12px 28px -8px rgba(18, 25, 31, .22), 0 2px 6px -2px rgba(18, 25, 31, .12);color-scheme:light;font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html{background:#f4f7f9;-webkit-text-size-adjust:100%}body{min-width:320px;min-height:100vh;margin:0;background:#f4f7f9;color:#12191f;font-size:.875rem;font-variant-numeric:tabular-nums;line-height:1.55;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-weight:600;letter-spacing:-.011em;line-height:1.25}button,input,select,textarea{font:inherit;letter-spacing:inherit}button,a{-webkit-tap-highlight-color:transparent}:where(button,a,input,select,textarea,[tabindex]):focus-visible{outline:2px solid #026b8f;outline-offset:2px;border-radius:3px}a{color:#026b8f;text-underline-offset:.2em}a:hover{color:#015c79}::selection{background:#d9edf4}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.eyebrow{color:#026b8f;font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.tabular{font-variant-numeric:tabular-nums}.button{display:inline-flex;min-height:2.25rem;align-items:center;justify-content:center;gap:.5rem;border:1px solid transparent;border-radius:4px;padding:0 .75rem;cursor:pointer;font-size:.8125rem;font-weight:500;line-height:1;text-decoration:none;white-space:nowrap;transition:background-color .12s ease,border-color .12s ease,color .12s ease}.button:disabled{cursor:not-allowed;opacity:.5}.button--primary{background:#234f74;color:#fff}.button--primary:hover:not(:disabled){background:#1c405f}.button--primary:active:not(:disabled){background:#16324a}.button--secondary{border-color:#c6d0d9;background:#fff;color:#12191f}.button--secondary:hover:not(:disabled){border-color:#708496;background:#f4f7f9}.button--ghost{background:transparent;color:#4a5a68}.button--ghost:hover:not(:disabled){background:#e9eef2;color:#12191f}.button--danger{border-color:#c6d0d9;background:#fff;color:#a52121}.button--danger:hover:not(:disabled){border-color:#c62828;background:#fbeaea}.field,input[type=text],input[type=search],input[type=url],input[type=date],input[type=number],input[type=email],select,textarea{width:100%;min-height:2.25rem;border:1px solid #c6d0d9;border-radius:4px;padding:.35rem .5rem;background:#fff;color:#12191f;font-size:.875rem;transition:border-color .12s ease,box-shadow .12s ease}.field:hover:not(:disabled),input[type=text]:hover:not(:disabled),input[type=search]:hover:not(:disabled),input[type=url]:hover:not(:disabled),input[type=date]:hover:not(:disabled),input[type=number]:hover:not(:disabled),input[type=email]:hover:not(:disabled),select:hover:not(:disabled),textarea:hover:not(:disabled){border-color:#708496}.field:focus,input[type=text]:focus,input[type=search]:focus,input[type=url]:focus,input[type=date]:focus,input[type=number]:focus,input[type=email]:focus,select:focus,textarea:focus{border-color:#026b8f;outline:none;box-shadow:0 0 0 3px #eaf5f9}.field::placeholder,input[type=text]::placeholder,input[type=search]::placeholder,input[type=url]::placeholder,input[type=date]::placeholder,input[type=number]::placeholder,input[type=email]::placeholder,select::placeholder,textarea::placeholder{color:#708496}.field[aria-invalid=true],input[type=text][aria-invalid=true],input[type=search][aria-invalid=true],input[type=url][aria-invalid=true],input[type=date][aria-invalid=true],input[type=number][aria-invalid=true],input[type=email][aria-invalid=true],select[aria-invalid=true],textarea[aria-invalid=true]{border-color:#c62828}textarea{min-height:4rem;line-height:1.4;resize:vertical}.card{border:1px solid #dde4ea;border-radius:6px;background:#fff}.spinner{width:.875rem;height:.875rem;border:2px solid currentcolor;border-right-color:transparent;border-radius:50%;animation:spin .64s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.chart-card{min-width:0;padding:1rem}.chart-card>header{margin-bottom:1rem}.chart-card>header span{display:block;color:#026b8f;font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.chart-card>header h2{margin:.2rem 0 0;color:#12191f;font-size:1.125rem}.chart-card>header p{margin:.5rem 0 0;color:#4a5a68;font-size:.8125rem;line-height:1.4}.chart{width:100%;height:17.5rem}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #dde4ea}.page-header h1,.page-header p{margin:0}.page-header p{margin-bottom:.25rem;color:#026b8f;font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.page-header h1{color:#12191f;font-size:1.75rem}.page-header>div>span{display:block;margin-top:.25rem;color:#4a5a68;font-size:.8125rem}.page-header__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}@media(max-width:767px){.page-header{align-items:stretch;flex-direction:column;gap:.75rem}}.metric{display:grid;align-content:start;gap:.25rem;padding:1rem}.metric__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;color:#4a5a68;font-size:.75rem;font-weight:500;letter-spacing:.02em;text-transform:uppercase}.metric__icon{display:grid;width:1.5rem;height:1.5rem;flex:none;place-items:center;border-radius:3px;background:#eef3f8;color:#234f74;font-size:.75rem}.metric strong{display:block;margin-top:.5rem;color:#12191f;font-size:1.75rem;font-variant-numeric:tabular-nums;font-weight:600;letter-spacing:-.011em;line-height:1.1}.metric small{display:block;margin-top:.25rem;color:#708496;font-size:.75rem;line-height:1.4}.empty-state{padding:2rem 1rem;color:#4a5a68;text-align:center}.empty-state__icon{display:grid;width:2rem;height:2rem;margin:0 auto .75rem;place-items:center;border-radius:3px;background:#e9eef2;color:#708496;font-size:1rem}.empty-state h3,.empty-state p{margin:0}.empty-state h3{color:#12191f;font-size:.875rem;font-weight:600}.empty-state p{margin-top:.25rem;font-size:.8125rem}.error-state{display:grid;justify-items:start;gap:.75rem;border:1px solid #dde4ea;border-left:3px solid #c62828;border-radius:4px;padding:1rem;background:#fff;color:#4a5a68;font-size:.8125rem}.error-state strong{color:#a52121;font-size:.875rem;font-weight:600}.skeleton{overflow:hidden;border-radius:4px;background:linear-gradient(90deg,#e9eef2 25%,#f4f7f9,#e9eef2 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{to{background-position-x:-200%}}.candidacy-status-badge,.collection-status-badge,.sentiment-badge{display:inline-flex;align-items:center;gap:.25rem;border:1px solid transparent;border-radius:999px;padding:.1rem .5rem;font-size:.6875rem;font-weight:600;line-height:1.5;white-space:nowrap}.sentiment-badge--positive{border-color:#2e7d3238;background:#e8f4ea;color:#1f6b32}.sentiment-badge--neutral{border-color:#dde4ea;background:#f4f7f9;color:#4a5a68}.sentiment-badge--negative{border-color:#c6282838;background:#fbeaea;color:#a52121}.sentiment-badge--unavailable{border-color:#dde4ea;background:#fff;color:#708496}.source-badge{display:inline-block;overflow:hidden;max-width:100%;color:#708496;font-size:.75rem;text-overflow:ellipsis;white-space:nowrap}.collection-status-badge{border-color:#dde4ea;background:#f4f7f9;color:#4a5a68}.collection-status-badge--running{border-color:#026b8f40;background:#eaf5f9;color:#015c79}.collection-status-badge--failed{border-color:#c6282838;background:#fbeaea;color:#a52121}.candidacy-status-badge{border-color:#dfe8f0;background:#eef3f8;color:#234f74}.toast-container{position:fixed;z-index:1000;right:1rem;bottom:1rem;display:grid;width:min(23rem,100vw - 2rem);gap:.5rem}.toast{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;border:1px solid #dde4ea;border-left:3px solid #708496;border-radius:4px;padding:.75rem;background:#fff;box-shadow:0 12px 28px -8px #12191f38,0 2px 6px -2px #12191f1f;color:#12191f;font-size:.8125rem;line-height:1.4;animation:toast-in .16s ease-out}.toast button{flex:none;border:0;background:transparent;color:#708496;cursor:pointer;line-height:1}.toast button:hover{color:#12191f}.toast--success{border-left-color:#2e7d32}.toast--error{border-left-color:#c62828}.toast--warning{border-left-color:#a86c00}@keyframes toast-in{0%{opacity:0;transform:translateY(.35rem)}to{opacity:1;transform:none}}.confirm-dialog{width:min(26rem,100vw - 2rem);border:1px solid #dde4ea;border-radius:6px;padding:1.25rem;background:#fff;box-shadow:0 12px 28px -8px #12191f38,0 2px 6px -2px #12191f1f;color:#12191f}.confirm-dialog::backdrop{background:#12191f66}.confirm-dialog__mark{display:grid;width:1.75rem;height:1.75rem;place-items:center;border-radius:3px;background:#fbf1de;color:#8a5a00;font-weight:700}.confirm-dialog h2{margin:.75rem 0 .5rem;color:#12191f;font-size:1.125rem}.confirm-dialog p{margin:0;color:#4a5a68;font-size:.8125rem;line-height:1.4;white-space:pre-line}.confirm-dialog__actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1.25rem}.shell{min-height:100vh}.sidebar{position:fixed;z-index:70;top:0;bottom:0;left:0;display:flex;width:14rem;flex-direction:column;border-right:1px solid #1c405f;padding:1rem .75rem;background:#234f74;color:#fff;transition:transform .16s ease}.brand{display:flex;align-items:center;gap:.5rem;padding:.25rem .5rem 1.5rem;color:#fff;font-size:.875rem;font-weight:600;letter-spacing:-.011em;text-decoration:none}.brand__mark{display:grid;width:1.75rem;height:1.75rem;flex:none;place-items:center;border-radius:3px;background:#026b8f;font-size:.8125rem;font-weight:700}.sidebar nav{display:grid;gap:1px}.sidebar nav p{margin:0 .5rem .5rem;color:#ffffff8c;font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.sidebar nav .nav__section{margin-top:1.25rem}.sidebar nav a{position:relative;display:flex;align-items:center;gap:.5rem;border-radius:4px;padding:.45rem .5rem;color:#ffffffc2;font-size:.875rem;text-decoration:none;transition:background-color .12s ease,color .12s ease}.sidebar nav a:hover{background:#ffffff14;color:#fff}.sidebar nav a.is-active{background:#ffffff1f;color:#fff;font-weight:500}.sidebar nav a.is-active:before{position:absolute;top:.35rem;bottom:.35rem;left:-.75rem;width:2px;background:#0f83aa;content:""}.sidebar nav a>span:first-child{width:1rem;flex:none;text-align:center;opacity:.85}.sidebar footer{display:flex;align-items:center;gap:.5rem;margin-top:auto;padding:.75rem .5rem 0;border-top:1px solid rgba(255,255,255,.12);color:#fff9;font-size:.6875rem}.status-dot{width:.375rem;height:.375rem;flex:none;border-radius:50%;background:#7fd18c}.shell__body{min-height:100vh;margin-left:14rem;transition:margin-left .16s ease}.topbar{position:sticky;z-index:50;top:0;display:flex;min-height:3.25rem;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid #dde4ea;padding:.5rem 1.25rem;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 1px #12191f0f}.topbar__title{display:flex;align-items:center;gap:.5rem;min-width:0}.topbar__title span{display:block;color:#708496;font-size:.6875rem}.topbar__title strong{color:#12191f;font-size:.875rem;font-weight:600}.topbar__loading{color:#708496;font-size:.8125rem}.menu-button{display:grid;width:2rem;height:2rem;flex:none;place-items:center;border:1px solid #dde4ea;border-radius:4px;background:#fff;color:#4a5a68;cursor:pointer;font-size:1rem;line-height:1}.menu-button:hover{border-color:#708496;color:#12191f}.menu-button--mobile{display:none}.context{display:flex;align-items:center;justify-content:flex-end;gap:.75rem}.context__selection{min-width:0;max-width:18rem;text-align:right}.context__selection>span{display:block;color:#708496;font-size:.6875rem;letter-spacing:.02em;text-transform:uppercase}.context__selection strong{display:block;overflow:hidden;color:#12191f;font-size:.8125rem;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.context__selection small{display:block;color:#708496;font-size:.6875rem}.shell main{width:100%;max-width:96rem;margin:0 auto;padding:1.5rem 1.25rem 2.5rem}.shell__backdrop{display:none}@media(min-width:768px){.sidebar.is-hidden{visibility:hidden;transform:translate(-100%)}.shell__body.is-expanded{margin-left:0}}@media(max-width:1199px)and (min-width:768px){.sidebar{width:3.5rem;align-items:center;padding-inline:.5rem}.brand{padding-inline:0}.brand__name,.nav__label,.sidebar nav p,.sidebar footer .nav__label{display:none}.sidebar nav a{justify-content:center;padding-inline:0}.sidebar nav a.is-active:before{left:-.5rem}.shell__body{margin-left:3.5rem}.context__selection{display:none}}@media(max-width:767px){.sidebar{width:min(16rem,82vw);visibility:hidden;transform:translate(-105%)}.sidebar.is-open{visibility:visible;transform:translate(0)}.shell__backdrop{position:fixed;z-index:60;display:block;inset:0;border:0;background:#12191f73}.shell__body{margin-left:0}.menu-button--desktop{display:none}.menu-button--mobile{display:grid}.topbar{min-height:auto;align-items:stretch;flex-direction:column;gap:.5rem;padding:.5rem 1rem}.context{width:100%;justify-content:space-between}.context__selection{max-width:none;text-align:left}.context__selection>span,.context__selection small{display:none}.collect-button{width:2.25rem;padding:0;font-size:0}.collect-button span{font-size:.875rem}.shell main{padding:1rem 1rem 2rem}}.selector{position:relative}.selector__backdrop{position:fixed;z-index:90;inset:0;border:0;background:#12191f3d;cursor:default}.selector__panel{position:absolute;z-index:100;top:calc(100% + .5rem);right:0;width:min(26rem,100vw - 2rem);overflow:hidden;border:1px solid #dde4ea;border-radius:6px;background:#fff;box-shadow:0 12px 28px -8px #12191f38,0 2px 6px -2px #12191f1f}.selector__panel header,.selector__panel footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem}.selector__panel header{align-items:start;border-bottom:1px solid #e9eef2}.selector__panel header p,.selector__panel header h2{margin:0}.selector__panel header p{color:#026b8f;font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.selector__panel header h2{color:#12191f;font-size:1.125rem}.selector__panel header button{flex:none;border:0;background:transparent;color:#708496;cursor:pointer;font-size:1.375rem;line-height:1}.selector__panel header button:hover{color:#12191f}.selector__panel footer{border-top:1px solid #e9eef2;background:#f4f7f9}.selector__search{display:grid;gap:.25rem;padding:.75rem 1rem;color:#4a5a68;font-size:.75rem;font-weight:500}.selector__list{display:grid;max-height:20rem;overflow-y:auto;padding:.25rem .5rem .5rem}.selector__list>button{display:grid;grid-template-columns:1.125rem 1.75rem 1fr;align-items:center;gap:.5rem;border:0;border-radius:4px;padding:.5rem;background:transparent;color:#12191f;cursor:pointer;text-align:left}.selector__list>button:hover{background:#f4f7f9}.selector__list>button.is-selected{background:#eaf5f9}.selector__list>.selector__all{grid-template-columns:1.125rem 1fr;border-bottom:1px solid #e9eef2;border-radius:0;margin-bottom:.25rem;padding-bottom:.75rem}.selector__check{display:grid;width:1.125rem;height:1.125rem;place-items:center;border:1px solid #c6d0d9;border-radius:3px;color:#fff;font-size:.6875rem;font-weight:700}.is-selected .selector__check{border-color:#026b8f;background:#026b8f}.selector__avatar,.selector__list img{width:1.75rem;height:1.75rem;border-radius:3px;object-fit:cover}.selector__avatar{display:grid;place-items:center;background:#eef3f8;color:#234f74;font-size:.75rem;font-weight:600}.selector__copy,.selector__all>span:last-child{display:grid;gap:0;min-width:0}.selector__copy strong,.selector__all>span:last-child strong{overflow:hidden;font-size:.875rem;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.selector__copy small,.selector__all>span:last-child small{color:#708496;font-size:.75rem}.selector__empty{padding:1.5rem 1rem;color:#708496;font-size:.8125rem;text-align:center}@media(max-width:767px){.selector__panel{position:fixed;inset:0;display:grid;width:100%;max-height:none;grid-template-rows:auto auto 1fr auto;border-radius:0}.selector__list{max-height:none}}
