:root{color-scheme:light;--ink:#0f1b2d;--steel:#63788f;--mist:#f4f6f8;--paper:#ffffff;--line:#e0e4e9;--line-strong:#d5dbe2;--ink-70:#3a4859;--steel-tint:#8fa0b4;--steel-muted:#8c97a4;--ink-hover:#1c3049;--line-dark:#1c3049;--on-dark:#b7c1cd;--hover-tint:rgba(15,27,45,0.035);--positive:#2c7050;--positive-soft:rgba(44,112,80,0.1);--negative:#a5372c;--negative-soft:rgba(165,55,44,0.1);--amber:#8a6d1f;--amber-soft:rgba(138,109,31,0.12);--font-sans:var(--font-grotesk),system-ui,-apple-system,sans-serif;--font-mono:var(--font-space-mono),ui-monospace,"SFMono-Regular",monospace;--font-family-sans:var(--font-sans);--font-family-mono:var(--font-mono);--mono:var(--font-mono);--bg:var(--mist);--bg-soft:var(--paper);--bg-elevated:color-mix(in srgb,var(--mist) 82%,transparent);--surface:var(--paper);--panel:var(--paper);--panel-elevated:var(--paper);--border:var(--line);--border-subtle:var(--line);--border-light:var(--line-strong);--fg:var(--ink);--fg-muted:var(--ink-70);--fg-dim:var(--steel-muted);--text:var(--ink);--text-secondary:var(--ink-70);--text-tertiary:var(--steel-muted);--text-accent:var(--steel);--accent:var(--steel);--accent-strong:var(--ink);--accent-soft:rgba(99,120,143,0.14);--accent-faint:rgba(99,120,143,0.08);--blue-300:var(--steel);--radius-sm:10px;--radius:10px;--radius-md:20px;--radius-lg:20px;--radius-xl:24px;--radius-pill:999px;--radius-round:50%;--shadow-sm:none;--shadow:0 20px 44px -30px rgba(15,27,45,0.35);--shadow-md:var(--shadow);--shadow-lg:var(--shadow);--shadow-soft:var(--shadow);--container:1200px;--gutter:clamp(1.5rem,4vw,3rem);--section-y:clamp(3.5rem,9vw,6rem);--layout-container-max:var(--container);--layout-gutter:var(--gutter);--layout-section-y:var(--section-y);--footer-height:56px;--ease:cubic-bezier(0.22,0.61,0.36,1);--transition-fast:200ms var(--ease);--transition-base:500ms var(--ease);--focus-ring:0 0 0 3px rgba(99,120,143,0.5)}*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:var(--font-family-sans);background:var(--mist);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}h1,h2,h3,p{text-wrap:pretty}a{color:inherit;text-decoration:none}::selection{background:var(--ink);color:var(--mist)}:focus-visible{outline:none;box-shadow:var(--focus-ring)}.detail-metric-value,.metric-value,.mono,.section-count,.tnum,.variation-chip{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.eyebrow,.metric-label,.report-entry__action,.report-entry__meta,.section-kicker{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.14em;font-weight:400}.login-page{min-height:100vh;display:grid;place-items:center;padding:clamp(24px,5vw,64px);background:linear-gradient(rgba(15,27,45,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(15,27,45,.035) 1px,transparent 1px),var(--mist);background-size:32px 32px}.login-card{width:min(100%,440px);padding:clamp(28px,5vw,44px);border:1px solid var(--line);border-radius:var(--radius-md);background:var(--paper);box-shadow:var(--shadow)}.login-brand{display:flex;align-items:center;gap:12px;margin-bottom:42px}.login-brand>div{display:flex;flex-direction:column;line-height:1.15}.login-brand strong{font-size:1.05rem}.login-brand span{color:var(--steel);font-size:.75rem}.login-heading{margin-bottom:28px}.login-heading h1{margin-top:8px;font-size:clamp(1.8rem,5vw,2.35rem)}.login-heading p{margin-top:8px;color:var(--text-secondary)}.login-form{display:grid;grid-gap:18px;gap:18px}.login-field{display:grid;grid-gap:7px;gap:7px}.login-field label{color:var(--ink-70);font-size:.875rem;font-weight:500}.login-field input{width:100%;height:48px;border:1px solid var(--line-strong);border-radius:var(--radius-sm);padding:0 14px;background:var(--paper);color:var(--ink);font:inherit;transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.login-field input:focus{border-color:var(--steel);outline:none;box-shadow:var(--focus-ring)}.login-error{color:var(--negative);font-size:.875rem}.login-submit{width:100%;margin-top:4px}.login-submit:disabled{cursor:wait;opacity:.7}.login-security-note{border-top:1px solid var(--line);margin-top:28px;padding-top:20px;color:var(--steel-muted);font-size:.78rem}.shell{display:flex;min-height:100vh}.topbar-account{display:flex;align-items:center;gap:12px}.topbar-account__email{max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--font-sans);font-size:.875rem;text-transform:none;letter-spacing:0;color:var(--ink-70)}.topbar-logout{border:0;background:transparent;color:var(--ink);cursor:pointer;font:inherit;font-size:.82rem;font-weight:500}.topbar-logout:hover{text-decoration:underline;text-underline-offset:3px}.shell-scrim{display:none;position:fixed;inset:0;z-index:40;border:0;padding:0;background:rgba(15,27,45,.4);cursor:pointer}.sidebar{flex:none;width:244px;height:100vh;position:-webkit-sticky;position:sticky;top:0;z-index:45;display:flex;flex-direction:column;gap:8px;padding:20px 16px;background:var(--mist);border-right:1px solid var(--line);transition:width var(--transition-fast)}.shell--collapsed .sidebar{width:76px}.sidebar-brand{padding:8px 8px 16px}.sidebar-brand-link{display:flex;align-items:center;gap:11px;min-width:0;color:inherit}.sidebar-brand-text{display:flex;flex-direction:column;line-height:1.15;min-width:0}.sidebar-brand-name{font-weight:600;font-size:1.25rem;letter-spacing:-.01em;color:var(--ink)}.sidebar-brand-by{font-size:.8125rem;color:var(--steel)}.sidebar-nav{display:flex;flex-direction:column;gap:2px}.side-collapse,.side-link{display:flex;align-items:center;gap:12px;width:100%;padding:10px;border:0;border-radius:var(--radius-sm);background:none;color:var(--ink-70);font-family:inherit;font-size:.9375rem;font-weight:500;text-align:left;cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast)}.side-collapse:hover,.side-link:hover{background:var(--hover-tint);color:var(--ink)}.side-collapse:focus-visible,.side-link:focus-visible{outline:none;box-shadow:var(--focus-ring)}.side-link--active{background:var(--accent-faint);color:var(--ink)}.side-link--active .side-icon{color:var(--steel)}.side-icon{flex:none;width:20px;height:20px;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;color:var(--steel-muted)}.side-link__label{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.sidebar-foot{margin-top:auto;display:flex;flex-direction:column;gap:6px;padding-top:12px;border-top:1px solid var(--line)}.side-collapse .side-icon{transition:transform var(--transition-fast)}.sidebar-credit{padding:4px 10px;font-size:.75rem;color:var(--steel-muted);transition:color var(--transition-fast)}.sidebar-credit:hover{color:var(--ink-70)}.shell--collapsed .side-collapse,.shell--collapsed .side-link{justify-content:center}.shell--collapsed .side-link__label,.shell--collapsed .sidebar-brand-text{display:none}.shell--collapsed .sidebar-brand{display:flex;justify-content:center}.shell--collapsed .side-collapse .side-icon{transform:rotate(180deg)}.shell-main{flex:1 1;min-width:0;display:flex;flex-direction:column}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:30;height:64px;display:flex;align-items:center;gap:14px;padding:0 var(--layout-gutter);background:var(--bg-elevated);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.topbar-burger{display:none;align-items:center;justify-content:center;width:40px;height:40px;margin-left:-8px;border:0;border-radius:var(--radius-sm);background:none;color:var(--ink);cursor:pointer}.topbar-burger:hover{background:var(--hover-tint)}.topbar-title{font-weight:600;font-size:1rem;letter-spacing:-.01em;color:var(--ink)}.topbar-spacer{flex:1 1}.shell-content{flex:1 1;min-width:0}@media (max-width:900px){.sidebar{position:fixed;top:0;left:0;z-index:50;transform:translateX(-100%);transition:transform var(--transition-fast)}.shell--collapsed .sidebar,.sidebar{width:260px}.shell--collapsed .side-link__label,.shell--collapsed .sidebar-brand-text{display:block}.shell--collapsed .side-collapse,.shell--collapsed .side-link{justify-content:flex-start}.shell--mobile-open .sidebar{transform:none;box-shadow:var(--shadow)}.shell--mobile-open .shell-scrim{display:block}.topbar-burger{display:inline-flex}.side-collapse{display:none}}.page{max-width:var(--layout-container-max);margin:0 auto;padding:56px var(--layout-gutter) 96px;width:100%}.page-header{margin-bottom:44px}.page-header h1{font-size:clamp(2.4rem,4.5vw,3rem);font-weight:600;letter-spacing:-.02em;line-height:1.06;color:var(--ink)}.page-header p{color:var(--ink-70);font-size:1.0625rem;line-height:1.6;margin-top:14px;max-width:640px}.eyebrow,.section-kicker{display:inline-flex;margin-bottom:14px;color:var(--steel);font-size:.72rem}.dashboard-header{display:flex;align-items:flex-start;justify-content:space-between;gap:32px}.dashboard-heading{max-width:760px}.dashboard-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end;padding-top:4px}.period-control{display:flex;align-items:center;gap:10px;color:var(--steel);font-family:var(--font-mono);font-size:.72rem;text-transform:uppercase;letter-spacing:.14em}.period-select{min-width:190px;height:40px;padding:0 34px 0 14px;border-radius:var(--radius-sm);border:1px solid var(--line-strong);background:var(--paper);color:var(--ink);font-family:var(--font-sans);font-size:.9375rem}.period-select:focus-visible{outline:none;box-shadow:var(--focus-ring);border-color:transparent}.period-select:disabled{color:var(--steel-muted);cursor:not-allowed}.metrics-strip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line);margin-bottom:56px}.metric-cell{padding:26px 28px 28px 0;display:flex;flex-direction:column;gap:10px;border-right:1px solid var(--line);position:relative}.metric-cell+.metric-cell{padding-left:28px}.metric-cell:last-child{border-right:none;padding-right:0}.metric-label{font-size:.7rem;color:var(--steel)}.metric-value{font-size:1.7rem;font-weight:600;letter-spacing:-.02em;line-height:1;color:var(--ink)}.metric-value--date{font-size:1.15rem;letter-spacing:-.01em}.metric-sub{font-size:.8125rem;color:var(--steel-muted)}.metric-value.positive{color:var(--positive)}.metric-value.negative{color:var(--negative)}.metric-value.neutral{color:var(--ink)}.content-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-bottom:24px}.content-grid-full{grid-column:1/-1}.dashboard-section{padding-top:34px;border-top:1px solid var(--line)}.dashboard-section--first{padding-top:0;border-top:0}.dashboard-section+.dashboard-section{margin-top:56px}.dashboard-section-header{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:18px}.dashboard-section-header h2{color:var(--ink);font-size:1.5rem;font-weight:600;line-height:1.14;letter-spacing:-.02em}.section-kicker{margin-bottom:8px}.section-count{color:var(--steel-muted);font-size:.8125rem;white-space:nowrap}.report-entry{display:block;margin:56px 0;color:inherit;text-decoration:none}.report-entry:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:var(--radius-sm)}.report-entry:hover .metric-value.neutral,.report-entry:hover .report-entry__action{color:var(--steel)}.report-entry__meta{display:inline-flex;margin-bottom:14px;color:var(--steel);font-size:.72rem}.report-entry .metrics-strip{margin-bottom:14px}.report-entry__action{display:inline-flex;color:var(--ink-70);font-size:.72rem;letter-spacing:.14em;transition:color var(--transition-fast)}.influence-list{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--paper);overflow:hidden}.influence-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:24px;gap:24px;align-items:center;padding:16px 20px;border-bottom:1px solid var(--line);color:inherit;transition:background var(--transition-fast)}.influence-row:last-child{border-bottom:0}.influence-row:hover{background:var(--hover-tint)}.influence-row:focus-visible{outline:none;box-shadow:var(--focus-ring)}.influence-row__name{min-width:0;color:var(--ink);font-weight:500}.influence-row__metrics{display:inline-flex;align-items:center;gap:12px;color:var(--steel-muted)}.report-detail-tables{display:flex;flex-direction:column;gap:14px;margin-top:34px;padding-top:34px;border-top:1px solid var(--line)}.report-accordion{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--paper);overflow:hidden}.report-accordion__summary{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:76px;padding:18px 22px;cursor:pointer;list-style:none;transition:background var(--transition-fast)}.report-accordion__summary::-webkit-details-marker{display:none}.report-accordion__summary:after{content:"+";flex:0 0 auto;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line-strong);border-radius:var(--radius-sm);color:var(--steel);font-family:var(--font-mono);font-size:1rem;line-height:1}.report-accordion[open] .report-accordion__summary:after{content:"\2212"}.report-accordion__summary:hover{background:var(--hover-tint)}.report-accordion__summary:focus-visible{outline:none;box-shadow:var(--focus-ring)}.report-accordion__title{display:block;color:var(--ink);font-size:1.15rem;font-weight:600;line-height:1.2;letter-spacing:-.01em}.report-accordion__body{padding:0 22px 22px}.table-tools{display:flex;justify-content:flex-end;margin-bottom:12px}.search-field{width:min(100%,340px)}.search-field input{width:100%;height:40px;padding:0 14px;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--paper);color:var(--ink);font:inherit;outline:none}.search-field input::placeholder{color:var(--steel-muted)}.search-field input:focus{box-shadow:var(--focus-ring);border-color:transparent}.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}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--paper)}.table{width:100%;border-collapse:collapse;font-size:.9rem}.table th{text-align:left;padding:12px 16px;font-family:var(--font-mono);font-size:.68rem;font-weight:400;color:var(--steel);text-transform:uppercase;letter-spacing:.12em;border-bottom:1px solid var(--line-strong);background:var(--mist)}.table td{padding:13px 16px;border-bottom:1px solid var(--line);vertical-align:middle;color:var(--ink-70)}.table tbody tr{transition:background var(--transition-fast)}.table tbody tr:hover{background:var(--hover-tint)}.table tbody tr:last-child td{border-bottom:0}.table .text-right{text-align:right}.table .mono{font-family:var(--font-sans);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:.875rem;color:var(--ink)}.table .item-name{font-weight:500;display:flex;align-items:center;gap:8px;color:var(--ink)}.table .item-link{color:var(--ink);transition:color var(--transition-fast)}.table .item-link:hover{color:var(--steel)}.table .item-link:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:4px}.variation-chip{display:inline-flex;align-items:center;gap:3px;font-family:var(--font-sans);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:.8125rem;font-weight:500;padding:3px 10px;border-radius:var(--radius-pill)}.variation-chip.up{color:var(--negative);background:var(--negative-soft)}.variation-chip.down{color:var(--positive);background:var(--positive-soft)}.variation-chip.flat{color:var(--ink-70);background:var(--hover-tint)}.variation-chip--lg{font-size:1.125rem;padding:4px 12px}.chip{display:inline-block;padding:2px 9px;border-radius:var(--radius-pill);font-family:var(--font-mono);font-size:.7rem;letter-spacing:.04em;background:var(--accent-faint);color:var(--steel)}.chip-row{display:inline-flex;flex-wrap:wrap;gap:6px}.history-chart{width:100%;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--paper);padding:16px;overflow:visible}.history-chart__legend{display:flex;justify-content:flex-end;gap:20px;padding:2px 8px 0;color:var(--ink-70);font-size:.75rem}.history-chart__legend span{display:inline-flex;align-items:center;gap:7px}.history-chart__legend-line{width:20px;height:2px;background:var(--steel)}.history-chart__legend-line--official{background:var(--ink);background:repeating-linear-gradient(90deg,var(--ink) 0 5px,transparent 5px 9px)}.history-chart__plot{height:300px;margin-top:8px}.accuracy-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:14px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.accuracy-strip>div{display:flex;flex-direction:column;gap:5px;padding:16px 20px;border-right:1px solid var(--line)}.accuracy-strip>div:first-child{padding-left:0}.accuracy-strip>div:last-child{border-right:0}.accuracy-strip strong{color:var(--ink);font-size:1rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:none;transition:border-color var(--transition-base)}.card+.card{margin-top:24px}.card-header{padding:22px 24px 0;display:flex;align-items:center;justify-content:space-between}.card-title{font-size:1rem;font-weight:600;letter-spacing:-.01em;color:var(--ink)}.card-body{padding:20px 24px 24px}.api-notice{display:flex;align-items:center;gap:10px;margin-bottom:32px;padding:12px 16px;border:1px solid color-mix(in srgb,var(--amber) 35%,transparent);border-radius:var(--radius-sm);background:var(--amber-soft);color:var(--ink-70);font-size:.9rem}.api-notice__dot{width:8px;height:8px;border-radius:var(--radius-round);background:var(--amber);flex:none}.skeleton{background:var(--line);border-radius:var(--radius-sm);animation:skeleton-pulse 1.4s var(--ease) infinite}@keyframes skeleton-pulse{0%,to{opacity:.55}50%{opacity:.9}}.skeleton--eyebrow{width:140px;height:12px;margin-bottom:18px}.skeleton--title{width:min(420px,60%);height:40px;margin-bottom:14px}.skeleton--text{width:min(560px,80%);height:16px}.skeleton-strip{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:28px;gap:28px;border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line);padding:26px 0 28px;margin-bottom:56px}.skeleton--cell{height:64px}.skeleton--block{height:280px;border-radius:var(--radius-md)}.empty-state{text-align:center;padding:32px 16px;color:var(--steel-muted);font-size:.9375rem}.back-link{display:inline-flex;align-items:center;gap:6px;font-size:.9375rem;color:var(--ink-70);margin-bottom:16px;transition:color var(--transition-fast)}.back-link:hover{color:var(--steel)}.detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:32px}.detail-sub{margin-top:4px;color:var(--ink-70);font-size:.9375rem}.detail-header h1{font-size:1.65rem;font-weight:600;letter-spacing:-.02em;color:var(--ink)}.detail-metrics{display:flex;gap:24px;align-items:baseline}.detail-metric{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.detail-metric-value{font-family:var(--font-sans);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:600;letter-spacing:-.02em;color:var(--ink)}.detail-metric-label{font-size:.8125rem;color:var(--steel-muted)}.chart-container{width:100%;height:320px}.chart-tooltip{background:var(--paper)!important;border:1px solid var(--line-strong)!important;border-radius:var(--radius-sm);padding:12px 16px;box-shadow:var(--shadow);font-size:.8125rem}.chart-tooltip-date{font-weight:600;margin-bottom:6px;color:var(--ink)}.chart-tooltip-row{display:flex;justify-content:space-between;gap:16px;color:var(--ink-70)}.chart-tooltip-value{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:500;color:var(--ink)}.btn{display:inline-flex;align-items:center;justify-content:center;height:3rem;padding:0 1.5rem;gap:.5rem;border-radius:var(--radius-sm);font-family:var(--font-sans);font-weight:500;font-size:.9375rem;border:1px solid transparent;cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast)}.btn:focus-visible{outline:none;box-shadow:var(--focus-ring)}.btn-primary{background:var(--ink);color:var(--mist);border-color:var(--ink)}.btn-primary:hover{background:var(--ink-hover);border-color:var(--ink-hover)}.btn-secondary{background:transparent;border-color:var(--ink);color:var(--ink)}.btn-secondary:hover{background:var(--ink);color:var(--mist)}@media (max-width:768px){.dashboard-header{flex-direction:column;align-items:flex-start}.dashboard-actions,.period-control{width:100%;justify-content:space-between}.period-select{flex:1 1;min-width:0}.accuracy-strip,.metrics-strip,.skeleton-strip{grid-template-columns:repeat(2,1fr)}.accuracy-strip>div{border-bottom:1px solid var(--line)}.accuracy-strip>div:nth-child(2n){border-right:0}.metric-cell{border-bottom:1px solid var(--line);padding-right:20px}.metric-cell:nth-child(2n){border-right:none;padding-right:0}.report-accordion__summary{align-items:flex-start;gap:14px;padding:16px}.report-accordion__body{padding:0 16px 16px}.report-accordion__summary .section-count{white-space:normal;text-align:right}.report-accordion__title{font-size:1rem}.table-tools{justify-content:stretch}.search-field{width:100%}.content-grid{grid-template-columns:1fr}.detail-header{flex-direction:column}.detail-metrics{align-self:flex-start}}@media (prefers-reduced-motion:reduce){*{transition:none!important}.skeleton{animation:none;opacity:.7}}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk Fallback;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_49a339{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.__variable_49a339{--font-grotesk:"Space Grotesk","Space Grotesk Fallback"}@font-face{font-family:Space Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ae822095a172cc5c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3c70c5716f1730b3-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fc727f226c737876-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/77fb5eec12c66d49-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/281dae1e814de8c6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/806de4d605d3ad01-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Mono Fallback;src:local("Arial");ascent-override:81.58%;descent-override:26.30%;line-gap-override:0.00%;size-adjust:137.28%}.__className_e8b655{font-family:Space Mono,Space Mono Fallback;font-style:normal}.__variable_e8b655{--font-space-mono:"Space Mono","Space Mono Fallback"}