:root{--color-bg: #101820;--color-surface: #1a2230;--color-border: #2a3240;--color-border-subtle: #1e2835;--color-text: #E8E6E1;--color-text-secondary: #8A8F98;--color-text-tertiary: #5a6070;--color-volt: #CEFF00;--color-accent: #CEFF00;--color-accent-hover: #d9ff4d;--color-success: #CEFF00;--color-agent-gated: #a78bfa;--portrait-warm-highlight: #EBE6DA;--portrait-warm-mid: #9B8F80;--portrait-ink: #101820;--figure-text-min: .6875rem;--figure-metric-size-desktop: 3.5rem;--figure-metric-size-mobile: 2.5rem;--figure-metric-underline: 2px solid rgba(206, 255, 0, .3);--figure-wordmark-opacity: .3;--figure-wordmark-size: .5rem;--figure-grid-border: rgba(138, 143, 152, .3);--figure-cell-border: rgba(138, 143, 152, .25);--figure-subtle-border: rgba(138, 143, 152, .15);--figure-volt-glow: 0 0 6px rgba(206, 255, 0, .35);--figure-volt-underline-color: rgba(206, 255, 0, .3);--font-editorial: "Inter Tight", "Inter", -apple-system, sans-serif;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", "SF Mono", Menlo, Consolas, monospace;--fs-display: 3.5rem;--fs-h1: 2.5rem;--fs-h2: 1.75rem;--fs-h3: 1.25rem;--fs-h4: 1.0625rem;--fs-body: 1rem;--fs-body-sm: .875rem;--fs-meta: .8125rem;--fs-mono-sm: .75rem;--fs-micro: .6875rem;--fs-tiny: .625rem;--ease: cubic-bezier(.4, 0, .2, 1);--dur-fast: .15s;--dur: .2s;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--space-4xl: 6rem;--space-5xl: 8rem;--max-width: 72rem;--content-width: 44rem;--radius-sm: .25rem;--radius-md: .375rem;--radius-lg: .5rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);color:var(--color-text);background-color:var(--color-bg);line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700;letter-spacing:-.03em;color:var(--color-text)}h1{font-size:2.5rem}h2{font-size:1.75rem}h3{font-size:1.25rem}h4{font-size:1.0625rem}.editorial{font-family:var(--font-editorial);letter-spacing:-.025em;font-weight:700}.label-mono{font-family:var(--font-mono);font-size:var(--fs-micro);font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-secondary)}.position-page__body h2{margin-top:var(--space-2xl);padding-top:var(--space-lg);border-top:1px solid var(--color-border);font-size:1.375rem}.position-page__body hr{display:none}p{margin-bottom:var(--space-md);color:var(--color-text-secondary)}a{color:var(--color-accent);text-decoration:none;transition:color .15s ease}a:hover{color:var(--color-accent-hover)}code,.mono{font-family:var(--font-mono)}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-lg)}.content-width{max-width:var(--content-width)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.5}}@keyframes terminal-blink{0%,to{opacity:1}50%{opacity:0}}.live-indicator{display:inline-flex;align-items:center;gap:.375rem;font-size:.6875rem;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--color-volt)}.live-indicator__dot{width:6px;height:6px;border-radius:50%;background:var(--color-volt);animation:pulse-dot 2s ease-in-out infinite}.badge{display:inline-flex;align-items:center;padding:.125rem .5rem;font-size:.625rem;font-weight:500;font-family:var(--font-mono);border-radius:var(--radius-sm);letter-spacing:.06em;text-transform:uppercase;border:1px solid var(--color-border);color:var(--color-text-secondary)}.badge--public{color:var(--color-accent);border-color:#ceff004d}.badge--gated{color:var(--color-agent-gated);border-color:#a78bfa4d}.btn{display:inline-flex;align-items:center;gap:var(--space-sm);padding:.625rem 1.25rem;font-size:.8125rem;font-weight:500;border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;transition:border-color .15s ease,color .15s ease;text-decoration:none;line-height:1;background:transparent;color:var(--color-text-secondary)}.btn:hover{text-decoration:none;border-color:var(--color-text-tertiary);color:var(--color-text)}.btn--primary{background:var(--color-text);color:var(--color-bg);border-color:var(--color-text)}.btn--primary:hover{background:var(--color-accent-hover);color:var(--color-bg);border-color:var(--color-accent-hover)}.btn--ghost{background:transparent;color:var(--color-text-secondary);border:1px solid var(--color-border)}.btn--ghost:hover{color:var(--color-text);border-color:var(--color-text-tertiary)}.btn--sm{padding:.375rem .75rem;font-size:.75rem}.btn--lg{padding:.75rem 1.75rem;font-size:.875rem}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-lg);transition:border-color .15s ease}.card:hover{border-color:var(--color-text-tertiary)}.card--linked{cursor:pointer}.card--linked:hover{border-color:var(--color-accent)}.section-label{font-size:.6875rem;font-family:var(--font-mono);font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--color-accent);margin-bottom:var(--space-md)}table{width:100%;border-collapse:collapse;margin:var(--space-lg) 0;font-size:.875rem}table th{font-family:var(--font-mono);font-size:.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-secondary);text-align:left;padding:var(--space-sm) var(--space-md) var(--space-sm) 0;border-bottom:1px solid var(--color-border)}table td{padding:var(--space-sm) var(--space-md) var(--space-sm) 0;border-bottom:1px solid var(--color-border-subtle);vertical-align:top;line-height:1.5}table tr:last-child td{border-bottom:none}@media(max-width:768px){html{font-size:15px}h1{font-size:1.875rem}h2{font-size:1.5rem}.container{padding:0 var(--space-md)}.source-card__thesis{font-size:1.25rem}table,table thead,table tbody,table th,table td,table tr{display:block}table thead{display:none}table td{padding:var(--space-xs) 0;border-bottom:none}table td:before{font-family:var(--font-mono);font-size:.625rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-tertiary)}table tr{padding:var(--space-sm) 0;border-bottom:1px solid var(--color-border-subtle)}}@media(max-width:768px){.deslop-figure .deslop-table,.deslop-figure .deslop-table thead,.deslop-figure .deslop-table tbody,.deslop-figure .deslop-table tr,.deslop-figure .deslop-table th,.deslop-figure .deslop-table td{display:revert}.deslop-figure .deslop-table thead{display:table-header-group}.deslop-figure .deslop-table tr{display:table-row}.deslop-figure .deslop-table th,.deslop-figure .deslop-table td{display:table-cell}.deslop-figure .deslop-table{font-size:.6875rem}.deslop-figure .deslop-table th{font-size:.5625rem;padding:.375rem .5rem .375rem 0}.deslop-figure .deslop-table td{padding:.5rem .5rem .5rem 0;border-bottom:1px solid var(--color-border-subtle)}.deslop-figure .deslop-table td:before{content:none}}@media(max-width:480px){.deslop-figure .deslop-table{font-size:.625rem}.deslop-figure .deslop-table th{font-size:.5rem;padding:.25rem .375rem .25rem 0}.deslop-figure .deslop-table td{padding:.4375rem .375rem .4375rem 0}}.deslop-figure{margin:var(--space-2xl) 0;padding:var(--space-xl);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);position:relative}.deslop-figure:after{content:"deslop.media";position:absolute;bottom:var(--space-sm);right:var(--space-md);font-family:var(--font-mono);font-size:var(--figure-wordmark-size);color:rgba(138,143,152,var(--figure-wordmark-opacity));letter-spacing:.02em;pointer-events:none}.deslop-figure__title{font-family:var(--font-sans);font-size:.9375rem;font-weight:600;color:var(--color-text);margin-bottom:var(--space-lg)}.deslop-figure__caption{margin-top:var(--space-lg);padding-top:var(--space-md);padding-bottom:var(--space-md);border-top:1px solid var(--figure-grid-border);font-family:var(--font-mono);font-size:var(--figure-text-min);color:var(--color-text-secondary);letter-spacing:.02em}.deslop-figure--directional .deslop-figure__title{border-left:2px solid var(--color-text-secondary);padding-left:.5rem;margin-left:-.625rem}.deslop-metric__number{font-family:var(--font-mono);font-size:var(--figure-metric-size-desktop);font-weight:500;color:var(--color-text);letter-spacing:-.03em;line-height:1.1;padding-bottom:var(--space-xs);border-bottom:var(--figure-metric-underline);display:inline-block}.deslop-metric__unit{font-family:var(--font-mono);font-size:1rem;color:var(--color-text-secondary)}.deslop-metric__context{font-size:.875rem;color:var(--color-text-secondary);line-height:1.6;margin-top:var(--space-sm);max-width:32rem}.deslop-metric__comparison{display:flex;gap:var(--space-xl);margin-top:var(--space-lg);padding-top:var(--space-md);border-top:1px solid var(--figure-cell-border)}.deslop-metric__comp-value{font-family:var(--font-mono);font-size:1.25rem;font-weight:500;color:var(--color-text)}.deslop-metric__comp-label{font-size:.75rem;color:var(--color-text-secondary)}@media(max-width:768px){.deslop-metric__number{font-size:var(--figure-metric-size-mobile)}.deslop-metric__comparison{flex-wrap:wrap;gap:var(--space-md)}.deslop-metric__comp-value{font-size:1.0625rem}.deslop-metric__comp-label{font-size:.6875rem}}.deslop-matrix__wrapper{display:grid;grid-template-columns:auto 1fr 1fr;grid-template-rows:1fr 1fr auto;gap:0}.deslop-matrix__col-header{font-family:var(--font-mono);font-size:.625rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-secondary);padding:.625rem .75rem 0;text-align:center}.deslop-matrix__row-header{font-family:var(--font-mono);font-size:.5625rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-secondary);writing-mode:vertical-lr;transform:rotate(180deg);padding:1rem .5rem;text-align:center;display:flex;align-items:center;justify-content:center;min-width:2rem}.deslop-matrix__cell{background:var(--color-surface);padding:var(--space-md) var(--space-lg);display:flex;flex-direction:column;gap:.25rem;min-height:90px;border:.5px solid var(--figure-cell-border)}.deslop-matrix__cell-label{font-size:.8125rem;font-weight:600;color:var(--color-text)}.deslop-matrix__cell-desc{font-size:.75rem;color:var(--color-text-secondary);line-height:1.5}.deslop-matrix__cell--highlight{border-color:#ceff0040}.deslop-matrix__cell--highlight .deslop-matrix__cell-label{color:var(--color-accent)}.deslop-matrix__cell-tag{font-family:var(--font-mono);font-size:.5625rem;font-weight:500;color:var(--color-accent);text-transform:uppercase;letter-spacing:.06em;margin-top:.375rem}@media(max-width:768px){.deslop-matrix__wrapper{grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:0}.deslop-matrix__corner{display:none}.deslop-matrix__row-header{writing-mode:horizontal-tb;transform:none;grid-column:1 / -1;padding:.5rem .75rem;text-align:left;justify-content:flex-start;min-width:auto;font-size:.5625rem;border-bottom:1px solid rgba(138,143,152,.15)}.deslop-matrix__col-header{font-size:.5rem;padding:.375rem .5rem 0}.deslop-matrix__cell{padding:.75rem;min-height:92px}.deslop-matrix__cell-label{font-size:.75rem}.deslop-matrix__cell-desc{font-size:.6875rem}}@media(max-width:480px){.deslop-matrix__wrapper{grid-template-columns:1fr}.deslop-matrix__row-header{grid-column:1 / -1}.deslop-matrix__col-header{text-align:left;padding:.5rem .75rem .25rem;font-size:.5625rem}.deslop-matrix__cell{padding:.875rem;min-height:auto}.deslop-matrix__cell-label{font-size:.8125rem}.deslop-matrix__cell-desc{font-size:.75rem;line-height:1.5}.deslop-matrix__cell-tag{margin-top:.5rem;font-size:.5rem}}.deslop-pie{display:flex;align-items:center;gap:var(--space-2xl)}.deslop-pie__chart{width:180px;height:180px;flex-shrink:0}.deslop-pie__chart svg{transform:rotate(-90deg);width:100%;height:100%}.deslop-pie__chart circle{fill:none;stroke-width:32}.deslop-pie__legend{display:flex;flex-direction:column;gap:.875rem}.deslop-pie__legend-row{display:flex;gap:var(--space-sm);align-items:flex-start}.deslop-pie__legend-swatch{width:10px;height:10px;border-radius:2px;flex-shrink:0;margin-top:3px}.deslop-pie__legend-label{font-size:.8125rem;font-weight:500;color:var(--color-text)}.deslop-pie__legend-value{font-family:var(--font-mono);font-size:.75rem;color:var(--color-text-secondary)}.deslop-pie__legend-desc{font-size:.6875rem;color:var(--color-text-secondary);line-height:1.4}.deslop-pie__segment--volt{filter:drop-shadow(var(--figure-volt-glow))}@media(max-width:540px){.deslop-pie{flex-direction:column;align-items:flex-start;gap:var(--space-xl)}.deslop-pie__chart{width:140px;height:140px;align-self:center}.deslop-pie__legend-desc{max-width:100%}}.deslop-stacked__row{margin-bottom:var(--space-lg)}.deslop-stacked__label{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.375rem}.deslop-stacked__label-text{font-size:.8125rem;font-weight:500;color:var(--color-text)}.deslop-stacked__label-total{font-family:var(--font-mono);font-size:.75rem;color:var(--color-text-secondary)}.deslop-stacked__bar{display:flex;height:28px;border-radius:3px;overflow:hidden;gap:1px}.deslop-stacked__segment{height:100%;position:relative;min-width:2px}.deslop-stacked__legend{display:flex;flex-wrap:wrap;gap:var(--space-md);margin-top:var(--space-md);padding-top:var(--space-md);border-top:1px solid var(--color-border-subtle)}.deslop-stacked__legend-swatch{width:10px;height:10px;border-radius:2px}.deslop-stacked__legend-text{font-size:.6875rem;color:var(--color-text-secondary)}@media(max-width:768px){.deslop-stacked__label-text{font-size:.75rem}.deslop-stacked__label-total{font-size:.6875rem}.deslop-stacked__legend-text{font-size:.625rem}}@media(max-width:768px){.deslop-figure{padding:1rem;margin:var(--space-lg) 0}.deslop-figure__title{font-size:.8125rem;margin-bottom:.75rem}.deslop-figure__caption{font-size:.5625rem;margin-top:.75rem;padding-top:.625rem;padding-bottom:.75rem}}@media(max-width:480px){.deslop-figure{padding:1rem .75rem}.deslop-figure__title{font-size:.75rem}}.deslop-table tbody tr.deslop-table__row--highlight td{color:var(--color-text);font-weight:500}.deslop-table tbody tr.deslop-table__row--highlight td:first-child,.deslop-table tbody tr.deslop-table__row--highlight td.deslop-table__label{color:var(--color-accent)}.deslop-relationship{width:100%;max-width:100%}.deslop-relationship svg{width:100%;height:auto;display:block}.deslop-relationship__axis{stroke:var(--figure-cell-border);stroke-width:.3}.deslop-relationship__point--volt{filter:drop-shadow(0 0 1.2px var(--color-accent))}.deslop-relationship__point-label{font-family:var(--font-mono);font-size:1.6px;fill:var(--color-text-secondary);letter-spacing:.04em}.deslop-relationship__axis-label{font-family:var(--font-mono);font-size:1.8px;fill:var(--color-text-secondary);letter-spacing:.06em;text-transform:uppercase}.deslop-relationship__tick{stroke:var(--figure-cell-border);stroke-width:.3}.deslop-relationship__gridline{stroke:var(--figure-cell-border);stroke-width:.18;stroke-dasharray:.5 .7;opacity:.5}.deslop-relationship__tick-label{font-family:var(--font-mono);font-size:1.6px;fill:var(--color-text-secondary);letter-spacing:.04em}.deslop-relationship__range-callout{font-family:var(--font-mono);font-size:1.5px;fill:var(--color-accent);letter-spacing:.06em;text-transform:uppercase;opacity:.85}.deslop-relationship__region{fill:var(--color-text-secondary);fill-opacity:.08;stroke:var(--figure-cell-border);stroke-width:.4;stroke-dasharray:.6 .6}.deslop-relationship__region--volt{fill:var(--color-accent);fill-opacity:.15;stroke:var(--color-accent);stroke-opacity:.4}.deslop-relationship__region-label{font-family:var(--font-mono);font-size:1.5px;fill:var(--color-text-secondary);letter-spacing:.06em;text-transform:lowercase;opacity:.85}.deslop-relationship__divider{stroke:var(--figure-cell-border);stroke-width:.3;stroke-dasharray:.8 .6;opacity:.55}.deslop-relationship__divider-label{font-family:var(--font-mono);font-size:1.4px;fill:var(--color-text-secondary);letter-spacing:.08em;text-transform:lowercase;opacity:.75}.deslop-relationship__point-marker{stroke-width:.22;stroke-opacity:.85}.deslop-timeline{position:relative;padding:var(--space-md) 0 var(--space-lg)}.deslop-timeline__rule{position:absolute;left:0;right:0;top:calc(var(--space-md) + 1.5rem);height:1px;background:var(--figure-cell-border)}.deslop-timeline__events{list-style:none;margin:0;padding:0;display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:var(--space-md);position:relative}.deslop-timeline__event{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;padding-top:1.25rem}.deslop-timeline__date{font-family:var(--font-mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-secondary);margin-bottom:.5rem;display:block}.deslop-timeline__marker{display:block;width:.625rem;height:.625rem;border-radius:50%;border:2px solid var(--color-bg);margin:0 auto .625rem;position:relative;z-index:1;box-shadow:0 0 0 1px var(--figure-cell-border)}.deslop-timeline__event--volt .deslop-timeline__marker{width:.875rem;height:.875rem;box-shadow:0 0 0 1px var(--color-accent),0 0 8px var(--color-accent)}.deslop-timeline__label{font-family:var(--font-mono);font-size:.75rem;font-weight:500;color:var(--color-text);letter-spacing:.02em;text-transform:uppercase}.deslop-timeline__event--volt .deslop-timeline__label{color:var(--color-accent)}.deslop-timeline__desc{font-size:.6875rem;color:var(--color-text-secondary);line-height:1.5;margin-top:.5rem;max-width:14rem}@media(max-width:768px){.deslop-timeline__events{grid-auto-flow:row;grid-auto-columns:auto;gap:var(--space-lg)}.deslop-timeline__rule{left:.5rem;right:auto;top:0;bottom:0;width:1px;height:auto}.deslop-timeline__event{flex-direction:row;align-items:flex-start;padding-top:0;padding-left:1.5rem;text-align:left}.deslop-timeline__marker{position:absolute;left:.125rem;top:.25rem;margin:0}.deslop-timeline__date{margin-bottom:.25rem}}.deslop-stockchart{width:100%;max-width:100%}.deslop-stockchart svg{width:100%;height:auto;display:block}.deslop-stockchart__axis{stroke:var(--figure-cell-border);stroke-width:.3}.deslop-stockchart__annotation--volt{filter:drop-shadow(0 0 .8px var(--color-accent))}.deslop-stockchart__annotation-label{font-family:var(--font-mono);font-size:1.6px;fill:var(--color-text-secondary);letter-spacing:.04em}.deslop-stockchart__annotation-label--volt{fill:var(--color-accent);font-weight:500}.deslop-stockchart__baseline-label{font-family:var(--font-mono);font-size:1.5px;fill:var(--color-text-secondary);letter-spacing:.04em;opacity:.75}.deslop-stockchart__extreme-label{font-family:var(--font-mono);font-size:1.5px;fill:var(--color-text);letter-spacing:.04em}.deslop-stockchart__net-delta{font-family:var(--font-mono);font-size:1.8px;font-weight:500;fill:var(--color-text-secondary);letter-spacing:.04em;text-transform:uppercase}.deslop-stockchart__net-delta--loss{fill:var(--color-accent)}.deslop-stockchart__axis-tick{font-family:var(--font-mono);font-size:1.6px;fill:var(--color-text-secondary);letter-spacing:.04em}.deslop-stockchart__axis-label{font-family:var(--font-mono);font-size:1.8px;fill:var(--color-text-secondary);letter-spacing:.06em;text-transform:uppercase}:root{--stance-holds: #CEFF00;--stance-disputes: #d9646e;--stance-disputes-bright: #ff8a8a;--stance-nonengage: #8A8F98;--stance-disputes-opacity: .78;--stance-nonengage-opacity: .62;--stance-nonengage-dasharray: "2 4";--sc-edge-px-per-voice: 7;--sc-edge-min: 7px;--sc-edge-max: 70px;--sc-band-xs: 54px;--sc-band-s: 72px;--sc-band-m: 88px;--sc-band-l: 100px;--sc-band-xl: 128px;--sc-other-bg: rgba(138, 143, 152, .1);--sc-other-stroke: #5a6680;--sc-gate-diamond-size: 28px;--sc-gate-diamond-fill: #101820;--sc-gate-diamond-stroke: #E8E6E1;--sc-gate-label-color: #CEFF00;--sc-gate-question-color: #E8E6E1;--sc-rule-centerline: #3A4250;--sc-rule-outcome-frame: #2a3240;--st-h-bg: #E8E6E1;--st-h-ink: #101820;--st-qh-bg: rgba(232, 230, 225, .22);--st-qh-line: var(--color-text);--st-ne-ink: var(--color-text-tertiary);--st-qd-bg: transparent;--st-qd-line: var(--stance-disputes-bright);--st-d-bg: transparent;--st-d-line: var(--color-text);--st-rf-line: var(--color-text-tertiary);--sc-disclaimer-border: 4px solid var(--color-volt);--sc-disclaimer-bg: rgba(206, 255, 0, .03)}.site-header[data-astro-cid-dmqpwcec]{position:sticky;top:0;z-index:100;background:var(--color-bg);border-bottom:1px solid var(--color-border-subtle)}.nav[data-astro-cid-dmqpwcec]{display:flex;align-items:center;height:3rem;gap:var(--space-xl)}.logo[data-astro-cid-dmqpwcec]{font-family:var(--font-mono);font-weight:500;font-size:1.125rem;letter-spacing:.02em;color:var(--color-text);text-decoration:none}.logo[data-astro-cid-dmqpwcec]:hover{color:var(--color-text)}.logo-dot[data-astro-cid-dmqpwcec]{display:inline-block;width:6px;height:6px;margin:0 1px;vertical-align:middle;position:relative;top:-1px}.nav__links[data-astro-cid-dmqpwcec]{display:flex;gap:var(--space-lg);margin-left:auto}.nav__links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{font-size:.8125rem;font-weight:500;color:var(--color-text-tertiary);padding:var(--space-xs) 0;transition:color .15s ease}.nav__links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:hover,.nav__links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec].active{color:var(--color-text)}.nav__links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec].nav__cta{color:var(--color-bg);background:var(--color-text);border:1px solid var(--color-text);border-radius:var(--radius-sm);padding:4px 10px;font-weight:600;letter-spacing:-.005em;transition:background var(--dur) var(--ease),border-color var(--dur) var(--ease),color var(--dur) var(--ease)}.nav__links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec].nav__cta:hover,.nav__links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec].nav__cta.active{background:var(--color-volt);border-color:var(--color-volt);color:var(--color-bg)}.nav__mobile-toggle[data-astro-cid-dmqpwcec]{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:var(--space-sm);margin-left:auto}.nav__mobile-toggle[data-astro-cid-dmqpwcec] span[data-astro-cid-dmqpwcec]{display:block;width:16px;height:1px;background:var(--color-text-secondary)}@media(max-width:768px){.nav[data-astro-cid-dmqpwcec]{position:relative}.nav__links[data-astro-cid-dmqpwcec]{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:var(--color-bg);border-bottom:1px solid var(--color-border-subtle);padding:var(--space-md) var(--space-lg);gap:var(--space-md)}.nav__links--open[data-astro-cid-dmqpwcec],.nav__mobile-toggle[data-astro-cid-dmqpwcec]{display:flex}}.site-footer[data-astro-cid-sz7xmlte]{margin-top:var(--space-4xl);border-top:1px solid var(--color-border-subtle);padding:var(--space-xl) 0}.footer__row[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:var(--space-xl);flex-wrap:wrap}.footer__logo[data-astro-cid-sz7xmlte]{font-family:var(--font-mono);font-weight:500;font-size:.8125rem;letter-spacing:.02em;color:var(--color-text-tertiary);text-decoration:none}.footer__logo[data-astro-cid-sz7xmlte]:hover{color:var(--color-text-secondary)}.footer__brand[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:var(--space-md)}.footer__standard[data-astro-cid-sz7xmlte]{font-size:.75rem;color:var(--color-text-tertiary);font-style:normal;font-weight:400}.footer__logo-dot[data-astro-cid-sz7xmlte]{display:inline-block;width:4px;height:4px;margin:0 1px;vertical-align:middle;position:relative;top:-1px}.footer__links[data-astro-cid-sz7xmlte]{display:flex;gap:var(--space-md);flex:1}.footer__links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:.75rem;color:var(--color-text-tertiary)}.footer__links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--color-text-secondary)}.footer__contact[data-astro-cid-sz7xmlte]{font-size:.75rem;color:var(--color-text-tertiary)}.footer__copy[data-astro-cid-sz7xmlte]{font-size:.6875rem;color:var(--color-text-tertiary);margin-top:var(--space-md);margin-bottom:0}@media(max-width:768px){.footer__row[data-astro-cid-sz7xmlte]{flex-direction:column;align-items:flex-start;gap:var(--space-md)}}
