:root{--bg-primary:#080a0f;--bg-secondary:#0d1017;--bg-surface:#131720;--text-primary:#e0e4ed;--text-secondary:#8892a4;--accent:#d4af37;--accent-bright:#e8c547;--accent-glow:rgba(212,175,55,.3);--accent-glow-strong:rgba(212,175,55,.5);--redacted:#131720;--border:#1c2235;--success:#22c55e;--error:#ef4444;--classified-red:#8b0000;--classified-glow:rgba(139,0,0,.4);--accent-dim:rgba(212,175,55,.15);--glass-bg:rgba(8,10,15,.7);--glass-border:hsla(0,0%,100%,.06);--glass-blur:24px;--shadow-dramatic:0 20px 60px rgba(0,0,0,.6);--transition-smooth:cubic-bezier(0.4,0,0.2,1);--transition-bounce:cubic-bezier(0.34,1.56,0.64,1);--border-glow:0 0 15px var(--accent-glow)}@property --border-angle{syntax:"<angle>";initial-value:0deg;inherits:false}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}.skip-to-content{position:absolute;top:-40px;left:0;background:var(--accent);color:var(--bg-primary);padding:8px 16px;z-index:1000;transition:top .3s}.skip-to-content:focus{top:0}.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}body{font-family:var(--font-barlow),-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.7;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body:before{top:-50%;left:-50%;width:200%;height:200%;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");animation:grainShift .5s steps(4) infinite}body:after,body:before{content:"";position:fixed;pointer-events:none;z-index:1000}body:after{top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.04) 0,rgba(0,0,0,.04) 4px);opacity:.25}@keyframes grainShift{0%{transform:translate(0)}25%{transform:translate(-2%,-3%)}50%{transform:translate(3%,1%)}75%{transform:translate(-1%,2%)}to{transform:translate(0)}}.logo{font-family:var(--font-staatliches),sans-serif;font-size:1.5rem;color:var(--accent);text-decoration:none;letter-spacing:3px;display:flex;align-items:center;gap:12px;text-shadow:0 0 20px var(--accent-glow);animation:logoPulse 4s ease-in-out infinite;position:relative}@keyframes logoPulse{0%,to{text-shadow:0 0 20px var(--accent-glow)}50%{text-shadow:0 0 30px var(--accent-glow-strong),0 0 60px rgba(212,175,55,.15)}}.nav-mobile.open{display:block;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.features{padding:100px 0;background:var(--bg-secondary);position:relative;overflow:hidden}.section-title+.cases-grid,.section-title+.features-grid{margin-top:60px}.case-preview:before,.features:before{top:0;width:80%;height:100%;background:radial-gradient(ellipse at center,rgba(212,175,55,.03) 0,transparent 70%)}.case-preview:before,.features:after,.features:before{content:"";position:absolute;left:50%;transform:translateX(-50%);pointer-events:none}.features:after{bottom:0;width:200px;height:1px;background:linear-gradient(90deg,transparent,var(--accent-glow),transparent)}.download{padding:100px 0;background:var(--bg-secondary);text-align:center;position:relative;overflow:hidden}.download:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 50% 0,rgba(212,175,55,.06) 0,transparent 60%);pointer-events:none}footer{background:var(--bg-primary);border-top:1px solid var(--border);padding:56px 0 40px;position:relative}footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--accent-glow),transparent)}.copyright{color:var(--text-secondary);font-size:.8rem;letter-spacing:.5px;opacity:.7}.page-header{padding:150px 0 70px;text-align:center;position:relative}.page-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 50% 80%,rgba(212,175,55,.04) 0,transparent 60%);pointer-events:none}.page-header h1{font-family:var(--font-staatliches),sans-serif;font-size:clamp(2.2rem,5vw,3.5rem);letter-spacing:5px;margin-bottom:0;position:relative;display:inline-block}.page-header h1:after{content:"";display:block;width:60px;height:2px;background:linear-gradient(90deg,transparent,var(--accent),transparent);margin:16px auto 0}.page-header .classified-stamp{margin-bottom:8px;font-size:.75rem;opacity:.6}.page-header p{color:var(--text-secondary);max-width:600px;margin:16px auto 0;font-size:1.02rem;font-weight:300;line-height:1.7}.cases-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:24px;gap:24px;margin-bottom:48px}.cases-grid .case-card{animation:cardEntrance .5s var(--transition-smooth) both}.cases-grid .case-card:first-child{animation-delay:0s}.cases-grid .case-card:nth-child(2){animation-delay:.05s}.cases-grid .case-card:nth-child(3){animation-delay:.1s}.cases-grid .case-card:nth-child(4){animation-delay:.15s}.cases-grid .case-card:nth-child(5){animation-delay:.2s}.cases-grid .case-card:nth-child(6){animation-delay:.25s}.cases-grid .case-card:nth-child(7){animation-delay:.3s}.cases-grid .case-card:nth-child(8){animation-delay:.35s}.cases-grid .case-card:nth-child(9){animation-delay:.4s}.cases-grid .case-card:nth-child(10){animation-delay:.45s}.cases-grid .case-card:nth-child(11){animation-delay:.5s}.cases-grid .case-card:nth-child(12){animation-delay:.55s}@keyframes cardEntrance{0%{opacity:0;transform:translateY(30px) scale(.95);filter:blur(4px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.filter-button.active{background:var(--accent);color:var(--bg-primary);border-color:var(--accent)}.faq-item.open{border-color:rgba(212,175,55,.2);box-shadow:0 4px 20px rgba(0,0,0,.2)}.faq-item.open .faq-toggle{transform:rotate(180deg)}.faq-item.open .faq-answer{display:block;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}@supports (animation-timeline:view()){.cases-grid .case-card{animation:cardEntrance .5s var(--transition-smooth) both;animation-timeline:auto;animation-range:normal}}@media (max-width:768px){.cases-grid{grid-template-columns:1fr}.page-header{padding:120px 0 40px}.page-header h1:after{width:40px}body{padding-bottom:70px}}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}:focus:not(:focus-visible){outline:none}@media (prefers-contrast:high){:root{--text-secondary:silver;--border:#404040}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}.breadcrumbs-light .current{color:#fff}::selection{background:rgba(212,175,55,.3);color:var(--text-primary)}::-moz-selection{background:rgba(212,175,55,.3);color:var(--text-primary)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgba(212,175,55,.3)}a{transition:color .3s var(--transition-smooth)}.dc-page{background:#0e0f0d;color:#e8e6df;font-family:var(--font-plex-mono),ui-monospace,monospace;min-height:100vh;line-height:1.7}.dc-page a{color:inherit;text-decoration:none;transition:color .15s}.dc-page a:hover{color:#c8452c}.dc-page ::selection{background:#c8452c;color:#0e0f0d}.dc-display{font-family:var(--font-barlow-condensed),sans-serif;font-weight:800;letter-spacing:1px;line-height:.98;margin:0}.dc-display,.dc-eyebrow{text-transform:uppercase}.dc-eyebrow{font-size:11px;letter-spacing:3px;color:#c8452c;font-weight:600}.dc-wrap{max-width:1400px;margin:0 auto;padding:0 48px;box-sizing:border-box}.dc-wrap--narrow{max-width:1100px}.dc-wrap--about{max-width:900px}.dc-classification{justify-content:center;gap:24px;background:#c8452c;color:#0e0f0d;font-size:10px;font-weight:700;letter-spacing:3px;padding:5px 12px;flex-wrap:wrap;text-align:center}.dc-classification,.dc-nav{display:flex;font-family:var(--font-plex-mono),ui-monospace,monospace}.dc-nav{align-items:center;justify-content:space-between;padding:18px 48px;border-bottom:1px solid #26281f;position:-webkit-sticky;position:sticky;top:0;background:#0e0f0d;z-index:50;box-sizing:border-box}.dc-logo{display:flex;align-items:baseline;gap:10px}.dc-logo-title{font-family:var(--font-barlow-condensed),sans-serif;font-weight:800;font-size:22px;letter-spacing:2px;color:#e8e6df}.dc-logo-fileno{font-size:9px;color:#8a8878;letter-spacing:2px}.dc-nav-links{display:flex;align-items:center;gap:28px;font-size:12px;letter-spacing:1.5px}.dc-nav-link{color:#8a8878;padding-bottom:2px}.dc-nav-link:hover{color:#c8452c}.dc-nav-link.active{color:#c8452c;border-bottom:2px solid #c8452c}.dc-nav-cta{background:#e8e6df;color:#0e0f0d!important;padding:9px 18px;font-weight:600}.dc-nav-cta:hover{background:#c8452c;color:#0e0f0d!important}.dc-nav-toggle{background:none;border:1px solid #33352b;color:#e8e6df;font-size:12px;letter-spacing:2px;padding:8px 12px;cursor:pointer}.dc-nav-mobile,.dc-nav-toggle{display:none;font-family:var(--font-plex-mono),ui-monospace,monospace}.dc-nav-mobile{flex-direction:column;gap:4px;padding:12px 48px 20px;border-bottom:1px solid #26281f;background:#0e0f0d;position:-webkit-sticky;position:sticky;top:61px;z-index:49}.dc-nav-mobile a{color:#b5b2a4;font-size:13px;letter-spacing:1.5px;padding:12px 0;border-bottom:1px solid #1c1e18}.dc-nav-mobile a:hover{color:#c8452c}.dc-nav-mobile .dc-nav-cta{border:none;margin-top:10px;text-align:center;padding:12px}.dc-collection-head{padding-top:48px;padding-bottom:28px;display:flex;flex-direction:column;gap:14px;align-items:flex-start}.dc-crumbs{font-size:11px;letter-spacing:1.5px;color:#6f6d5f;text-transform:uppercase;display:flex;flex-wrap:wrap;gap:0}.dc-crumbs a{color:#6f6d5f;text-decoration:none}.dc-crumbs a:focus-visible,.dc-crumbs a:hover{color:#c8452c}.dc-crumbs [aria-current=page]{color:#b5b2a4}.dc-crumb-sep{padding:0 8px;color:#33352b}.dc-collection-title{font-size:clamp(34px,5vw,54px);line-height:1;max-width:900px}.dc-collection-intro{font-size:14px;line-height:1.9;color:#c9c6b8;max-width:760px;margin:0}.dc-count-chip{border:1px solid #33352b;color:#b5b2a4;font-size:11px;letter-spacing:2px;padding:8px 14px;margin-top:4px}.dc-collection-chips{padding-bottom:28px}.dc-chips{display:flex;flex-wrap:wrap;gap:8px}.dc-chip{border:1px solid #26281f;color:#8a8878;background:#14150f;font-size:11px;letter-spacing:1.5px;padding:8px 14px;text-decoration:none;transition:border-color .15s,color .15s;white-space:nowrap}.dc-chip:focus-visible,.dc-chip:hover{border-color:#c8452c;color:#e8e6df}.dc-chip.active{border-color:#c8452c;background:#c8452c;color:#0e0f0d;font-weight:600}.dc-chip-count{margin-left:8px;font-size:10px;color:#6f6d5f;border-left:1px solid #33352b;padding-left:8px}.dc-chip.active .dc-chip-count{color:#0e0f0d;border-left-color:rgba(14,15,13,.35)}.dc-ranked{position:relative;display:flex}.dc-ranked>.dc-card{flex:1 1}.dc-rank{position:absolute;top:10px;left:10px;z-index:2;font-family:var(--font-barlow-condensed),sans-serif;font-weight:700;font-size:14px;letter-spacing:1px;padding:3px 9px;background:#14150f;color:#8a8878;border:1px solid #33352b}.dc-rank--top{color:#0e0f0d;border-color:transparent;background:#c8452c}.dc-more{display:flex;justify-content:center;padding-top:36px}.dc-empty{padding:48px 0;text-align:center;color:#8a8878;font-size:12px;letter-spacing:1px}.dc-legal .dc-wrap{padding-top:56px;padding-bottom:72px}.dc-legal h1{font-family:var(--font-barlow-condensed),sans-serif;font-weight:800;font-size:clamp(32px,5vw,48px);letter-spacing:1px;text-transform:uppercase;color:#e8e6df;margin:0 0 8px}.dc-legal-updated{font-size:11px;letter-spacing:2px;color:#6f6d5f;text-transform:uppercase;margin:0 0 32px}.dc-legal-body{font-size:14px;line-height:1.9;color:#c9c6b8}.dc-legal-body h2{font-family:var(--font-barlow-condensed),sans-serif;font-weight:700;font-size:22px;letter-spacing:1px;text-transform:uppercase;color:#e8e6df;margin:36px 0 12px;padding-bottom:8px;border-bottom:1px solid #26281f}.dc-legal-body h3{font-size:15px;color:#e8e6df;margin:24px 0 8px}.dc-legal-body p{margin:0 0 14px}.dc-legal-body ol,.dc-legal-body ul{margin:0 0 16px;padding-left:20px}.dc-legal-body li{margin-bottom:7px}.dc-legal-body a{color:#c8452c}.dc-legal-body strong{color:#e8e6df}.dc-decade{margin-bottom:36px}.dc-decade-head{display:flex;justify-content:space-between;align-items:baseline;gap:16px;border-bottom:1px solid #26281f;padding-bottom:8px;margin-bottom:14px}.dc-decade-title{font-family:var(--font-barlow-condensed),sans-serif;font-weight:700;font-size:26px;letter-spacing:1px;color:#e8e6df;text-transform:uppercase;text-decoration:none}.dc-decade-title:focus-visible,.dc-decade-title:hover{color:#c8452c}.dc-decade-count{font-size:10px;letter-spacing:2px;color:#6f6d5f;white-space:nowrap}.dc-tile-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.dc-tile{border:1px solid #26281f;background:#14150f;padding:22px;display:flex;flex-direction:column;gap:10px;text-decoration:none;transition:border-color .15s}.dc-tile:focus-visible,.dc-tile:hover{border-color:#c8452c}.dc-tile-title{font-family:var(--font-barlow-condensed),sans-serif;font-weight:700;font-size:21px;letter-spacing:1px;color:#e8e6df;text-transform:uppercase}.dc-tile-count{font-size:10px;letter-spacing:2px;color:#6f6d5f}.dc-tile-links{display:flex;flex-wrap:wrap;gap:6px}.dc-tile-link{font-size:11px;letter-spacing:1px;color:#8a8878;text-decoration:none}.dc-tile-link:hover{color:#c8452c}.dc-footer{border-top:1px solid #26281f;background:#0e0f0d;font-family:var(--font-plex-mono),ui-monospace,monospace}.dc-footer-browse{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px;max-width:1400px;margin:0 auto;padding:48px;box-sizing:border-box;border-bottom:1px solid #1c1e18}.dc-footer-col-head{font-family:var(--font-barlow-condensed),sans-serif;font-weight:700;font-size:13px;letter-spacing:2px;color:#8a8878;text-transform:uppercase;margin:0 0 14px}.dc-footer-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}.dc-footer-col a{font-size:11px;letter-spacing:1px;color:#6f6d5f;text-decoration:none;transition:color .15s}.dc-footer-col a:focus-visible,.dc-footer-col a:hover{color:#e8e6df}.dc-footer-inner{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:24px 48px;font-size:10px;letter-spacing:2px;color:#6f6d5f;max-width:1400px;margin:0 auto;box-sizing:border-box;flex-wrap:wrap}.dc-footer-inner a{color:#6f6d5f}.dc-footer-inner a:hover{color:#c8452c}.dc-footer-links{display:flex;gap:18px;flex-wrap:wrap}.dc-app-banner{display:none;position:fixed;bottom:0;left:0;right:0;z-index:60;background:#12140f;border-top:1px solid #33352b;padding:10px 16px;align-items:center;justify-content:space-between;gap:12px;font-family:var(--font-plex-mono),ui-monospace,monospace}.dc-app-banner-title{font-size:12px;color:#e8e6df;font-weight:600;letter-spacing:1px}.dc-app-banner-sub{font-size:10px;color:#8a8878;letter-spacing:1px}.dc-app-banner-btn{font-size:12px;padding:10px 18px;white-space:nowrap;flex:none}.dc-app-banner-btn,.dc-btn-primary{background:#c8452c;color:#0e0f0d!important;font-weight:700;letter-spacing:1.5px}.dc-btn-primary{font-size:13px;padding:15px 26px;display:inline-block;text-align:center}.dc-btn-primary:hover{background:#e8e6df;color:#0e0f0d!important}.dc-btn-outline{border:1px solid #4a4c40;color:#e8e6df!important;font-size:13px;letter-spacing:1.5px;padding:15px 26px;display:inline-block;text-align:center}.dc-btn-outline:hover{border-color:#e8e6df}.dc-btn-dark{background:#0e0f0d;color:#e8e6df!important;padding:15px 28px;font-size:12px;letter-spacing:1.5px;font-weight:600;white-space:nowrap;display:inline-block}.dc-btn-dark:hover{color:#c8452c!important}.dc-badge{font-size:9px;font-weight:700;letter-spacing:2px;padding:3px 8px;text-transform:uppercase;display:inline-block}.dc-badge--red{background:#c8452c;color:#0e0f0d}.dc-badge--light{background:#e8e6df;color:#0e0f0d}.dc-badge--outline{border:1px solid #4a4c40;color:#8a8878;font-weight:400}.dc-redact{position:relative;display:inline-block;padding:0 10px;white-space:nowrap;max-width:100%}.dc-redact:after{content:"";position:absolute;inset:0;background:#e8e6df;transform-origin:right center;animation:dcUnredact .56s cubic-bezier(.65,0,.2,1) 1.1s forwards}@keyframes dcUnredact{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (prefers-reduced-motion:reduce){.dc-redact:after{display:none}}.dc-stamp{border:3px solid #c8452c;color:#c8452c;font-weight:700;letter-spacing:4px;opacity:.85;font-family:var(--font-plex-mono),ui-monospace,monospace;display:inline-block}.dc-stats{display:flex;gap:36px;flex-wrap:wrap;padding-top:20px;border-top:1px dashed #33352b}.dc-stat-value{font-family:var(--font-barlow-condensed),sans-serif;font-weight:700;font-size:26px;color:#e8e6df;line-height:1}.dc-stat-label{font-size:10px;letter-spacing:2px;color:#8a8878;margin-top:4px}.dc-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.dc-section-head .dc-display{font-size:32px}.dc-section-note{font-size:11px;letter-spacing:2px;color:#8a8878}.dc-section-note--red{color:#c8452c}.dc-hero{display:grid;grid-template-columns:1.15fr minmax(480px,1fr);grid-gap:48px;gap:48px;padding:72px 48px 56px;max-width:1400px;margin:0 auto;align-items:center;box-sizing:border-box}.dc-hero-status{display:flex;align-items:center;gap:10px;font-size:11px;letter-spacing:3px;color:#c8452c;font-weight:600}.dc-hero-dot{width:8px;height:8px;background:#c8452c;border-radius:50%;animation:dcPulse 2s ease-in-out infinite}@keyframes dcPulse{0%,to{opacity:1}50%{opacity:.35}}.dc-hero-title{font-family:var(--font-barlow-condensed),sans-serif;font-weight:800;font-size:clamp(48px,6vw,76px);line-height:.95;letter-spacing:1px;text-transform:uppercase}.dc-hero-sub{font-size:14px;line-height:1.7;color:#b5b2a4;max-width:490px}.dc-hero-visual{position:relative;height:440px}.dc-dossier-card{position:absolute;box-sizing:border-box;padding:20px;display:flex;flex-direction:column;gap:12px}.dc-dossier-card:hover{border-color:#c8452c!important}.dc-dossier-card--left{top:24px;left:0;width:56%;height:350px;background:#181a15;border:1px solid #33352b;transform:rotate(-2deg)}.dc-dossier-card--right{top:0;right:0;width:52%;max-width:300px;height:370px;background:#1d1f18;border:1px solid #3d3f33;transform:rotate(3deg);box-shadow:-20px 20px 40px rgba(0,0,0,.5)}.dc-dossier-head{display:flex;justify-content:space-between;font-size:9px;letter-spacing:2px;color:#8a8878}.dc-dossier-img{position:relative;overflow:hidden;background:repeating-linear-gradient(45deg,#22241d,#22241d 8px,#1b1d17 0,#1b1d17 16px);display:flex;align-items:center;justify-content:center;font-size:10px;color:#6f6d5f;letter-spacing:1px}.dc-dossier-title{font-family:var(--font-barlow-condensed),sans-serif;font-weight:700;font-size:20px;color:#e8e6df;text-transform:uppercase}.dc-skel{height:8px;background:#33352b}.dc-stamp--hero{position:absolute;bottom:0;left:90px;transform:rotate(-8deg);font-size:16px;padding:6px 16px}.dc-hairline-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:#26281f;border:1px solid #26281f}.dc-hairline-cell{background:#12140f;padding:24px;display:flex;flex-direction:column;gap:8px}a.dc-hairline-cell:hover{background:#181a13}.dc-cell-eyebrow{font-size:10px;color:#c8452c;letter-spacing:2px}.dc-cell-eyebrow--muted{color:#8a8878}.dc-cell-title{font-family:var(--font-barlow-condensed),sans-serif;font-weight:700;font-size:21px;letter-spacing:1px;color:#e8e6df;text-transform:uppercase}.dc-cell-text{font-size:11px;color:#8a8878;line-height:1.6}.dc-card{border:1px solid #26281f;background:#12140f;display:flex;flex-direction:column;gap:12px;padding:24px;text-align:left;box-sizing:border-box;height:100%}.dc-card:hover{border-color:#c8452c}.dc-card--feature{padding:26px;gap:14px}.dc-card-img{position:relative;overflow:hidden;border:1px solid #26281f;background:#0e0f0d}.dc-card-badges{justify-content:space-between}.dc-card-badges,.dc-card-badges-left{display:flex;align-items:center;gap:8px}.dc-card-badges-left{flex-wrap:wrap}.dc-card-year{font-size:10px;color:#8a8878;letter-spacing:2px;white-space:nowrap}.dc-card-title{font-family:var(--font-barlow-condensed),sans-serif;font-weight:700;line-height:1.1;color:#e8e6df;text-transform:uppercase}.dc-card--grid .dc-card-title{font-size:22px}.dc-card--feature .dc-card-title{font-size:26px}.dc-card-summary{line-height:1.65;color:#8a8878;font-size:11px}.dc-card--feature .dc-card-summary{font-size:12px;line-height:1.7;color:#b5b2a4}.dc-card-meta{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px 16px;font-size:10px;letter-spacing:1.5px;color:#8a8878;padding-top:12px;border-top:1px dashed #33352b;margin-top:auto}.dc-card--grid .dc-card-meta{font-size:9px;color:#6f6d5f;padding-top:10px}.dc-card-loc{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis}.dc-card-ev,.dc-card-loc,.dc-card-read{white-space:nowrap}.dc-card-read{color:#c8452c;margin-left:auto}.dc-cases-headrow{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;flex-wrap:wrap}.dc-cases-headrow .dc-display{line-height:.95}.dc-search{background:#12140f;border:1px solid #4a4c40;color:#e8e6df;font-family:var(--font-plex-mono),ui-monospace,monospace;font-size:12px;letter-spacing:1px;padding:14px 18px;width:320px;max-width:100%;outline:none;box-sizing:border-box}.dc-search:focus{border-color:#e8e6df}.dc-search::placeholder{color:#8a8878}.dc-filters{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.dc-filter-btn{font-family:var(--font-plex-mono),ui-monospace,monospace;font-size:11px;letter-spacing:1.5px;padding:9px 16px;cursor:pointer;background:transparent;color:#8a8878;border:1px solid #33352b;text-transform:uppercase;white-space:nowrap}.dc-filter-btn:hover{color:#e8e6df;border-color:#4a4c40}.dc-filter-btn.active{background:#e8e6df;color:#0e0f0d;border-color:#e8e6df}.dc-count{margin-left:auto;font-size:10px;letter-spacing:2px;color:#8a8878}.dc-red-strip{background:#c8452c;color:#0e0f0d}.dc-red-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:36px 48px;max-width:1400px;margin:0 auto;box-sizing:border-box;flex-wrap:wrap}.dc-red-strip .dc-display{color:#0e0f0d}.dc-back{font-size:11px;letter-spacing:2px;color:#8a8878}.dc-file-header{border:1px solid #33352b;background:#12140f;padding:32px;position:relative;display:flex;flex-direction:column;gap:18px}.dc-stamp--file{position:absolute;top:24px;right:28px;transform:rotate(6deg);font-size:13px;letter-spacing:3px;padding:4px 12px;opacity:.8}.dc-file-title{font-family:var(--font-barlow-condensed),sans-serif;font-weight:800;font-size:52px;line-height:.98;letter-spacing:1px;max-width:760px;text-transform:uppercase}.dc-file-img{position:relative;overflow:hidden;border:1px solid #26281f;background:#0e0f0d}.dc-file-meta{display:flex;gap:36px;padding-top:16px;border-top:1px dashed #33352b;font-size:10px;letter-spacing:1.5px;color:#8a8878;flex-wrap:wrap}.dc-file-meta-item{display:flex;flex-direction:column;gap:4px}.dc-file-meta-item .k{color:#6f6d5f}.dc-file-meta-item .v{color:#e8e6df;font-size:12px}.dc-file-meta-item .v--red{color:#c8452c}.dc-case-body{display:grid;grid-template-columns:1fr 320px;grid-gap:40px;gap:40px;align-items:start}.dc-case-main{display:flex;flex-direction:column;gap:28px}.dc-case-main--solo{max-width:calc(100% - 360px)}.dc-sec{display:flex;flex-direction:column;gap:12px}.dc-sec-eyebrow{font-size:10px;letter-spacing:3px;color:#c8452c;font-weight:600;text-transform:uppercase}.dc-sec-body,.dc-sec-body p{font-size:16px;line-height:1.75;color:#c9c6b8}.dc-sec-body{max-width:68ch}.dc-sec-body p{margin:0 0 20px}.dc-sec-body p:last-child{margin-bottom:0}.dc-sec-body a{color:#c8452c}.dc-sec-body h2,.dc-sec-body h3{font-family:var(--font-barlow-condensed),sans-serif;text-transform:uppercase;letter-spacing:1px;color:#e8e6df;margin:8px 0}.dc-sec-body ol,.dc-sec-body ul{padding-left:20px;margin:0 0 14px}.dc-sec-body li{font-size:16px;line-height:1.75;color:#c9c6b8;margin-bottom:8px}.dc-sec-body blockquote{border-left:3px solid #c8452c;padding-left:16px;margin:0 0 14px;color:#e8e6df;font-style:italic}.dc-banner{max-width:1100px;box-sizing:border-box;display:flex;align-items:baseline;gap:16px;border-bottom:1px solid #26281f;padding:0 48px 10px;margin:8px auto 0}.dc-banner-label{font-family:var(--font-barlow-condensed),sans-serif;font-weight:800;font-size:26px;color:#e8e6df}.dc-banner-label,.dc-banner-note{letter-spacing:2px;text-transform:uppercase}.dc-banner-note{font-size:10px;color:#6f6d5f}.dc-sec-body--answer{border-left:3px solid #c8452c;background:#12140f;padding:18px 22px;font-size:17px;color:#e8e6df}.dc-sec-body--answer p:last-child{margin-bottom:0}.dc-faq-qa{margin:0;display:flex;flex-direction:column;gap:20px}.dc-faq-qa-item{border-left:2px solid #26281f;padding-left:16px}.dc-faq-qa dt{font-family:var(--font-barlow-condensed),sans-serif;font-weight:700;font-size:18px;letter-spacing:.5px;color:#e8e6df;margin-bottom:6px}.dc-faq-qa dd{margin:0;font-size:15px;line-height:1.75;color:#c9c6b8}.dc-factcheck{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:18px}.dc-factcheck-status{font-size:10px;letter-spacing:2px;padding:5px 10px;border:1px solid #22c55e;color:#22c55e}.dc-factcheck-date{font-size:10px;letter-spacing:2px;color:#6f6d5f}.dc-sources{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:12px}.dc-sources li{font-size:14px;line-height:1.6}.dc-sources a{color:#c8452c;text-decoration:none}.dc-sources a:focus-visible,.dc-sources a:hover{text-decoration:underline}.dc-source-meta{display:block;font-size:11px;letter-spacing:1px;color:#6f6d5f;margin-top:3px}.dc-source-archive{margin-left:8px;font-size:11px;color:#8a8878!important}.dc-sec--verdict .dc-sec-body{border-left:3px solid #c8452c;background:#12140f;padding:20px 24px}.dc-verdict-rating{display:flex;align-items:baseline;gap:10px;margin-bottom:14px;padding-bottom:12px;border-bottom:1px dashed #33352b}.dc-verdict-bars{color:#c8452c;letter-spacing:3px;font-size:15px}.dc-verdict-word{font-size:11px;letter-spacing:2px;color:#8a8878}.dc-prov{padding:12px 18px;border-top:1px solid #26281f;display:flex;flex-direction:column;gap:10px}.dc-prov-date{font-size:10px;letter-spacing:1.5px;color:#6f6d5f}.dc-prov-head{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.dc-prov-class{font-size:9px;letter-spacing:2px;padding:3px 8px;border:1px solid}.dc-prov-class--primary{color:#22c55e;border-color:#22c55e}.dc-prov-class--retrospective{color:#f59e0b;border-color:#f59e0b}.dc-prov-class--weak{color:#ef4444;border-color:#ef4444}.dc-prov-corrob{font-size:9px;letter-spacing:2px;color:#6f6d5f}.dc-prov-claims,.dc-prov-dates{margin:0;display:flex;flex-direction:column;gap:5px}.dc-prov-claims>div,.dc-prov-dates>div{display:flex;gap:10px;align-items:baseline}.dc-prov-claims dt,.dc-prov-dates dt{flex:0 0 74px;font-size:8px;letter-spacing:2px;color:#c8452c}.dc-prov-claims dd,.dc-prov-dates dd{margin:0;font-size:11px;line-height:1.5;color:#b5b2a4}.dc-prov-later{color:#f59e0b}.dc-prov-source{display:flex;flex-wrap:wrap;gap:10px;font-size:10px;letter-spacing:1px;color:#6f6d5f}.dc-prov-source a{color:#c8452c;text-decoration:none}.dc-prov-source a:hover{text-decoration:underline}.dc-witness .dc-prov{border-top:0;padding:0 0 4px}.dc-witness-more{border-left:3px solid #26281f}.dc-witness-more>summary{cursor:pointer;list-style:none;padding:12px 22px;font-size:10px;letter-spacing:2px;color:#8a8878;background:#101208;border:1px dashed #33352b}.dc-witness-more>summary::-webkit-details-marker{display:none}.dc-witness-more>summary:before{content:"▸ ";color:#c8452c}.dc-witness-more[open]>summary:before{content:"▾ "}.dc-witness-more>summary:hover{color:#e8e6df;border-color:#c8452c}.dc-witness-more-body{gap:20px;margin-top:20px}.dc-witness,.dc-witness-more-body{display:flex;flex-direction:column}.dc-witness{border-left:3px solid #c8452c;background:#12140f;padding:22px 26px;gap:10px}.dc-witness-label{font-size:9px;letter-spacing:2px;color:#8a8878}.dc-witness-quote{font-size:14px;line-height:1.8;color:#e8e6df;font-style:italic}.dc-witness-attr{font-size:10px;letter-spacing:1.5px;color:#6f6d5f}.dc-sidebar{gap:20px;position:-webkit-sticky;position:sticky;top:90px}.dc-panel,.dc-sidebar{display:flex;flex-direction:column}.dc-panel{border:1px solid #33352b;background:#12140f;padding:22px;gap:14px}.dc-panel-head{display:flex;justify-content:space-between;align-items:baseline}.dc-panel-title{font-size:10px;letter-spacing:2px;color:#e8e6df;font-weight:600}.dc-panel-count{font-size:9px;color:#8a8878}.dc-locker-item{display:flex;gap:12px;align-items:center;border:1px solid #26281f;padding:10px 12px;transition:border-color .12s ease,background-color .12s ease}.dc-locker-item:hover{border-color:#4a4c40;background:#15170f}.dc-locker-item:hover .dc-locker-name{color:#c8452c}.dc-locker-item:focus-visible{outline:1px solid #c8452c;outline-offset:1px}.dc-locker-thumb{width:34px;height:34px;flex:none;position:relative;overflow:hidden;object-fit:cover;background:repeating-linear-gradient(45deg,#22241d,#22241d 5px,#1b1d17 0,#1b1d17 10px)}.dc-locker-thumb--icon{display:flex;align-items:center;justify-content:center;background:#1b1d17;color:#c8452c;font-size:12px}.dc-locker-name{font-size:11px;color:#e8e6df}.dc-locker-id{font-size:9px;letter-spacing:1px;color:#6f6d5f}.dc-locker-link{font-size:9px;letter-spacing:2px;color:#c8452c;border-top:1px dashed #33352b;padding-top:12px}.dc-plot-head{display:flex;justify-content:space-between;align-items:baseline;font-size:8px;letter-spacing:2px;color:#6f6d5f;padding-bottom:8px;margin-bottom:2px;border-bottom:1px dashed #26281f}.dc-plot-nobase{color:#5a584e}.dc-plot{position:relative;padding:8px 0 16px 34px}.dc-plot-corner{position:absolute;width:7px;height:7px;border:0 solid #4a4c40}.dc-plot-corner--tl{top:0;left:0;border-top-width:1px;border-left-width:1px}.dc-plot-corner--tr{top:0;right:0;border-top-width:1px;border-right-width:1px}.dc-plot-corner--bl{bottom:0;left:0;border-bottom-width:1px;border-left-width:1px}.dc-plot-corner--br{bottom:0;right:0;border-bottom-width:1px;border-right-width:1px}.dc-plot-link{display:inline-block;margin-top:10px;font-size:9px;letter-spacing:2px;color:#c8452c;text-decoration:none}.dc-plot-link:focus-visible,.dc-plot-link:hover{text-decoration:underline}.dc-plot-cell{position:relative;overflow:hidden;background:repeating-linear-gradient(0deg,transparent,transparent 24px,#191b14 0,#191b14 25px),repeating-linear-gradient(90deg,transparent,transparent 24px,#191b14 0,#191b14 25px),#101209}.dc-plot--empty,.dc-plot-cell{height:150px;border:1px solid #26281f}.dc-plot--empty{display:flex;align-items:center;justify-content:center;background:repeating-linear-gradient(45deg,#15170f,#15170f 8px,#101208 0,#101208 16px)}.dc-plot-empty-text{font-size:9px;letter-spacing:2px;color:#6f6d5f}.dc-plot-vline{top:0;bottom:0;width:1px}.dc-plot-hline,.dc-plot-vline{position:absolute;background:rgba(200,69,44,.42)}.dc-plot-hline{left:0;right:0;height:1px}.dc-plot-mark{position:absolute;width:8px;height:8px;margin:-4px 0 0 -4px;border-radius:50%;background:#c8452c;box-shadow:0 0 9px rgba(200,69,44,.9)}.dc-plot-tick{position:absolute;font-size:8px;letter-spacing:1px;color:#6f6d5f;white-space:nowrap}.dc-plot-tick--lat-hi{top:4px;left:0}.dc-plot-tick--lat-lo{bottom:20px;left:0}.dc-plot-tick--lng-lo{bottom:2px;left:34px}.dc-plot-tick--lng-hi{bottom:2px;right:0}.dc-plot-readout{display:flex;gap:18px;margin:12px 0 0;padding:10px 0 0;border-top:1px dashed #33352b}.dc-plot-readout dt{font-size:8px;letter-spacing:2px;color:#6f6d5f;margin-bottom:3px}.dc-plot-readout dd{margin:0;font-size:11px;letter-spacing:.5px;color:#c9c6b4}.dc-plot-cap{margin:8px 0 0;font-size:9px;letter-spacing:1px;color:#6f6d5f}.dc-side-cta{background:#c8452c;color:#0e0f0d!important;padding:18px 22px;display:flex;flex-direction:column;gap:4px}.dc-side-cta:hover{color:#0e0f0d!important;opacity:.92}.dc-side-cta-title{font-family:var(--font-barlow-condensed),sans-serif;font-weight:800;font-size:20px;letter-spacing:1px;text-transform:uppercase}.dc-side-cta-sub{font-size:10px;line-height:1.5}.dc-ev-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;align-items:start}.dc-ev-card{border:1px solid #33352b;background:#12140f;display:flex;flex-direction:column}.dc-ev-head{display:flex;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #26281f;font-size:9px;letter-spacing:2px;color:#8a8878}.dc-ev-head .lbl{color:#c8452c}.dc-ev-zoom{position:relative;display:block;width:100%;padding:0;overflow:hidden;border:0;cursor:zoom-in;background:#0b0c09;background-image:linear-gradient(hsla(0,0%,100%,.022) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.022) 1px,transparent 0);background-size:22px 22px}.dc-ev-zoom img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;display:block}.dc-ev-zoom-hint{position:absolute;right:10px;bottom:10px;z-index:2;padding:4px 8px;background:rgba(10,11,8,.9);border:1px solid #4a4c40;font-size:9px;letter-spacing:2px;color:#c8452c;opacity:0;transition:opacity .14s ease}.dc-ev-zoom:focus-visible .dc-ev-zoom-hint,.dc-ev-zoom:hover .dc-ev-zoom-hint{opacity:1}.dc-ev-zoom:focus-visible{outline:1px solid #c8452c;outline-offset:-1px}.dc-lightbox{position:fixed;inset:0;z-index:200;display:flex;flex-direction:column;background:rgba(6,7,5,.97);padding:0 0 20px;overflow:hidden;cursor:zoom-out}.dc-lightbox-bar{position:-webkit-sticky;position:sticky;top:0;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px;border-bottom:1px solid #26281f;background:#0b0c09}.dc-lightbox-title{font-size:10px;letter-spacing:2px;color:#8a8878;text-transform:uppercase}.dc-lightbox-close{flex:0 0 auto;padding:6px 10px;cursor:pointer;background:transparent;border:1px solid #4a4c40;font-size:9px;letter-spacing:2px;color:#c8452c}.dc-lightbox-close:hover{border-color:#c8452c}.dc-lightbox-stage{flex:1 1 auto;display:flex;align-items:center;justify-content:center;padding:20px;cursor:default;min-height:0}.dc-lightbox-stage img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}.dc-lightbox-cap{flex:0 0 auto;max-width:760px;max-height:22vh;overflow-y:auto;margin:0 auto;padding:0 20px;cursor:default;font-size:11px;line-height:1.7;color:#8a8878;text-align:center}.dc-ev-title{margin:0;padding:16px 18px 0;font-size:15px;line-height:1.35;font-weight:600;color:#e8e6df;letter-spacing:.2px}.dc-ev-card .dc-ev-title+.dc-ev-cap{padding-top:10px}.dc-ev-card .dc-ev-title+.dc-ev-stack,.dc-ev-card .dc-ev-title+.dc-ev-zoom,.dc-ev-card .dc-ev-title+video{margin-top:14px}.dc-ev-cap{padding:14px 18px;font-size:11px;line-height:1.6;color:#8a8878}.dc-ev-cap--sep,.dc-ev-source{border-top:1px solid #26281f}.dc-ev-source{margin-top:auto;display:flex;align-items:baseline;gap:8px;padding:11px 18px;background:#0e0f0d}.dc-ev-source-k{flex:0 0 auto;font-size:9px;letter-spacing:2px;color:#c8452c}.dc-ev-source-v{font-size:10px;line-height:1.5;color:#8a8878}.dc-ev-source--none .dc-ev-source-k{color:#6f6d5f}.dc-ev-source--none .dc-ev-source-v{color:#5a584e;letter-spacing:1px}.dc-ev-stack{display:flex;flex-direction:column}.dc-ev-stack-item{position:relative;border-bottom:1px solid #26281f}.dc-ev-stack-item:last-child{border-bottom:0}.dc-ev-stack-id{position:absolute;top:10px;left:10px;z-index:2;padding:3px 7px;background:rgba(10,11,8,.85);border:1px solid #4a4c40;font-size:9px;letter-spacing:2px;color:#c8452c}.dc-ev-stack-item--flow{padding-top:14px}.dc-ev-stack-item--flow .dc-ev-stack-id{position:static;display:inline-block;margin:0 0 0 18px;background:transparent;border:0;padding:0}.dc-audio{display:flex;flex-direction:column;gap:16px;padding:20px 18px;box-sizing:border-box;justify-content:center}.dc-audio-row{display:flex;align-items:center;gap:16px}.dc-audio-btn{width:52px;height:52px;background:#c8452c;color:#0e0f0d;border:none;font-size:16px;cursor:pointer;flex:none;font-family:var(--font-plex-mono),ui-monospace,monospace}.dc-audio-info{display:flex;flex-direction:column;gap:8px;flex:1 1;min-width:0}.dc-audio-name{font-size:12px;color:#e8e6df}.dc-audio-track{height:6px;background:#26281f;position:relative;cursor:pointer}.dc-audio-fill{position:absolute;left:0;top:0;bottom:0;background:#c8452c}.dc-audio-time{display:flex;justify-content:space-between;font-size:9px;letter-spacing:1px;color:#6f6d5f}.dc-related-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.dc-related-card{border:1px solid #26281f;padding:18px;display:flex;flex-direction:column;gap:8px}.dc-related-card:hover{border-color:#c8452c}.dc-related-eyebrow{font-size:9px;letter-spacing:2px;color:#c8452c}.dc-related-title{font-size:19px}.dc-principle-title,.dc-related-title{font-family:var(--font-barlow-condensed),sans-serif;font-weight:700;color:#e8e6df;text-transform:uppercase}.dc-principle-title{font-size:20px}.dc-faq-list{display:flex;flex-direction:column;border-top:1px solid #26281f}.dc-faq-item{border-bottom:1px solid #26281f}.dc-faq-q{width:100%;background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 0;text-align:left;font-family:var(--font-plex-mono),ui-monospace,monospace}.dc-faq-q-text{font-size:14px;font-weight:600;color:#e8e6df}.dc-faq-q:hover .dc-faq-q-text{color:#c8452c}.dc-faq-marker{font-size:16px;color:#c8452c;flex:none}.dc-faq-a{font-size:13px;line-height:1.8;color:#8a8878;padding:0 40px 22px 0}.dc-grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.dc-grid-3,.dc-grid-cases{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}@media (max-width:1024px){.dc-grid-cases{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.dc-banner,.dc-footer-browse,.dc-footer-inner,.dc-hero,.dc-nav,.dc-red-strip-inner,.dc-wrap{padding-left:24px;padding-right:24px}.dc-footer-browse,.dc-tile-grid{grid-template-columns:repeat(2,1fr)}.dc-footer-browse{gap:28px;padding-top:36px;padding-bottom:36px}.dc-hero{grid-template-columns:1fr;gap:40px;padding-top:48px}.dc-hero-visual{height:380px}.dc-case-body{grid-template-columns:1fr;gap:32px}.dc-case-main--solo{max-width:100%}.dc-sidebar{position:static}.dc-ev-grid,.dc-related-grid{grid-template-columns:1fr}.dc-grid-3,.dc-grid-cases,.dc-hairline-grid{grid-template-columns:repeat(2,1fr)}.dc-file-title{font-size:40px}.dc-nav-links{display:none}.dc-nav-toggle{display:inline-block}.dc-app-banner,.dc-nav-mobile.open{display:flex}}@media (max-width:640px){.dc-banner,.dc-footer-browse,.dc-footer-inner,.dc-hero,.dc-nav,.dc-nav-mobile,.dc-red-strip-inner,.dc-wrap{padding-left:16px;padding-right:16px}.dc-footer-browse{grid-template-columns:1fr 1fr;gap:24px}.dc-grid-2,.dc-grid-3,.dc-grid-cases,.dc-hairline-grid,.dc-tile-grid{grid-template-columns:1fr}.dc-collection-title{font-size:30px}.dc-red-strip .dc-display,.dc-section-head .dc-display{font-size:26px}.dc-footer-inner{gap:12px}.dc-footer-inner,.dc-red-strip-inner{flex-direction:column;align-items:flex-start}.dc-file-header{padding:22px}.dc-stamp--file{position:static;transform:rotate(0);align-self:flex-start;margin-bottom:4px}}