@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");:root{--fs-display:clamp(24px,4vw,48px);--fs-h1:clamp(28px,4.5vw,56px);--fs-h2:clamp(16px,2vw,22px);--fs-h3:clamp(18px,2.5vw,28px);--fs-body:15px;--fs-body-lg:18px;--fs-caption:14px;--fs-overline:11px;--fs-micro:10px;--fs-code:13px;--text-primary:#E8E4DC;--text-secondary:#B0B0B0;--text-muted:#808080;--text-disabled:#4A4A4A;--text-bright:#F5F2EB;--shellby-orange:#E8762B;--font-inter:"Inter","Segoe UI",-apple-system,BlinkMacSystemFont,sans-serif}.shellby-display{font-family:var(--font-inter);font-size:var(--fs-display);font-weight:700;line-height:1;letter-spacing:-2px;color:var(--text-bright)}.shellby-h1{font-size:var(--fs-h1);letter-spacing:-1px;color:var(--text-primary)}.shellby-h1,.shellby-h2{font-family:var(--font-inter);font-weight:700;line-height:1.1}.shellby-h2{font-size:var(--fs-h2);letter-spacing:.5px;color:var(--text-bright);margin-bottom:.5em}.shellby-h3{font-family:var(--font-inter);font-size:var(--fs-h3);font-weight:700;line-height:1.3;color:var(--text-primary);margin-bottom:.4em}.shellby-body{font-size:var(--fs-body);font-weight:400}.shellby-body,.shellby-body-lg{font-family:var(--font-inter);line-height:1.75;color:var(--text-secondary)}.shellby-body-lg{font-size:var(--fs-body-lg);font-weight:300}.shellby-overline{font-size:var(--fs-overline);font-weight:500;line-height:1.2;letter-spacing:4px;text-transform:uppercase}.shellby-data,.shellby-overline{font-family:ui-monospace,SF Mono,Consolas,monospace}.shellby-data{font-weight:700;letter-spacing:-1px}.shellby-caption{font-family:var(--font-inter);font-size:var(--fs-caption);font-weight:400;line-height:1.4;color:var(--text-secondary)}.shellby-micro{font-family:ui-monospace,SF Mono,Consolas,monospace;font-size:var(--fs-micro);font-weight:400;letter-spacing:2px;text-transform:uppercase;color:var(--text-muted)}.shellby-table-header{font-family:var(--font-inter);font-size:var(--fs-caption);font-weight:600;color:var(--text-muted)}.shellby-table-cell{line-height:1.6;color:var(--text-secondary)}.shellby-label,.shellby-table-cell{font-family:var(--font-inter);font-size:var(--fs-body);font-weight:400}.shellby-label{color:var(--text-muted)}.shellby-value{font-family:var(--font-inter);font-size:var(--fs-body);font-weight:400;color:var(--text-primary);margin-top:4px;overflow-wrap:break-word;word-break:break-word}@media (max-width:639px){.shellby-value{font-size:16px}}.shellby-card-title{font-family:var(--font-inter);font-size:16px;font-weight:600;color:var(--text-primary)}.shellby-card-field{line-height:1.6;color:var(--text-secondary)}.shellby-card-field,.shellby-card-label{font-family:var(--font-inter);font-size:var(--fs-body)}.shellby-card-label{font-weight:500;color:var(--text-muted)}.toc-section-btn{position:relative;transition:all .2s ease;min-height:36px;display:flex;align-items:center}.toc-section-btn:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:transparent;border-radius:1px;transition:background .2s ease}.toc-section-btn.active:before{background:#E8762B}.toc-section-btn.active{background:rgba(20,24,32,.8)}.risk-gauge-track{fill:none;stroke:#27272a;stroke-width:4}.risk-gauge-fill{fill:none;stroke-width:4;stroke-linecap:round;transform:rotate(-90deg);transform-origin:center;transition:stroke-dashoffset 1.2s cubic-bezier(.4,0,.2,1)}.report-animate-up{animation:reportAnimateUp .5s ease-out both}@keyframes reportAnimateUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.report-animate-in{animation:reportAnimateIn .4s ease-out both}@keyframes reportAnimateIn{0%{opacity:0}to{opacity:1}}.dossie-table-wrapper{overflow-x:auto;border-radius:8px;border:1px solid rgba(63,63,70,.5)}.dossie-table-wrapper table{width:100%;border-collapse:collapse;font-size:14px}.dossie-table-wrapper th{text-align:left;padding:10px 14px;font-weight:500;color:#a1a1aa;background:rgba(39,39,42,.5);border-bottom:1px solid rgba(63,63,70,.5);white-space:nowrap}.dossie-table-wrapper td{padding:10px 14px;color:#e4e4e7;border-bottom:1px solid rgba(39,39,42,.3)}.dossie-table-wrapper tr:last-child td{border-bottom:none}