
:root{--bg:#061116;--bg2:#091a20;--panel:#0d2027;--panel2:#112830;--text:#f5f8fa;--muted:#a8bbc3;--line:rgba(255,255,255,.11);--red:#ff3547;--red2:#ff5b34;--green:#10e89a;--cyan:#26d7dd;--max:1180px;--article:830px;--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 70% -15%,rgba(16,232,154,.10),transparent 34%),radial-gradient(circle at 10% 20%,rgba(255,53,71,.09),transparent 28%),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.72;font-size:17px}.shell{width:min(var(--max),calc(100% - 36px));margin:auto}a{color:var(--green);text-underline-offset:3px}img{max-width:100%;display:block}.agebar{background:#031013;border-bottom:1px solid var(--line);font-size:12px;color:#b9cbd1}.agebar .shell{height:34px;display:flex;align-items:center;justify-content:space-between}.site-header{position:sticky;top:0;z-index:30;background:rgba(4,15,19,.91);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.header-row{min-height:78px;display:flex;align-items:center;gap:24px}.brand{flex:0 0 204px}.brand img{width:204px;height:auto;object-fit:contain}.desktop-nav{display:flex;align-items:center;gap:6px;flex:1}.desktop-nav a{color:#eaf1f3;text-decoration:none;padding:9px 9px;border-radius:10px;font-size:13px;font-weight:750;white-space:nowrap}.desktop-nav a:hover{background:rgba(255,255,255,.06)}.header-cta,.cta,.mobile-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;color:#fff;background:linear-gradient(90deg,var(--red),var(--red2));font-weight:900;border-radius:999px;padding:13px 19px;box-shadow:0 12px 30px rgba(255,53,71,.22);white-space:nowrap}.header-cta:hover,.cta:hover{filter:brightness(1.07);transform:translateY(-1px)}.mobile-menu{display:none;margin-left:auto}.mobile-menu summary{cursor:pointer;padding:10px 12px;border:1px solid var(--line);border-radius:12px}.mobile-menu>div{position:absolute;top:78px;left:18px;right:18px;background:#0b1a20;border:1px solid var(--line);padding:12px;border-radius:16px;box-shadow:0 30px 70px #000}.mobile-menu a{display:block;padding:10px 12px;color:#fff;text-decoration:none}.breadcrumbs{padding:20px 0 0;display:flex;gap:8px;color:var(--muted);font-size:13px}.breadcrumbs a{color:#dbe6e9;text-decoration:none}.hero{position:relative;isolation:isolate;overflow:hidden;min-height:540px;padding:68px 0 72px;display:flex;align-items:center;background:#061116}.hero::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(3,11,14,.90) 0%,rgba(3,11,14,.72) 47%,rgba(3,11,14,.64) 100%),linear-gradient(180deg,rgba(3,11,14,.24) 0%,rgba(3,11,14,.30) 48%,rgba(3,11,14,.92) 100%)}.hero::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:150px;z-index:1;pointer-events:none;background:linear-gradient(180deg,transparent,var(--bg))}.hero-grid{display:block;width:100%}.hero-grid>div:first-child{position:relative;z-index:2;max-width:980px}.hero .article-figure{position:absolute;inset:0;z-index:0;margin:0;border:0;border-radius:0;box-shadow:none;background:#061116;pointer-events:none}.hero .article-figure img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.025);filter:brightness(.56) saturate(.82) contrast(1.05)}.eyebrow,.kicker{display:inline-block;color:#84f5ca;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.hero h1,.simple-hero h1{font-size:clamp(38px,5.3vw,68px);line-height:1.05;letter-spacing:-.045em;margin:14px 0 18px;text-shadow:0 3px 24px rgba(0,0,0,.46)}.lead{font-size:19px;color:#d7e2e6;max-width:820px;text-shadow:0 2px 16px rgba(0,0,0,.42)}.byline{display:flex;align-items:center;gap:10px;margin:22px 0 4px;color:#d3dfe3;font-size:13px}.byline img{width:46px;height:46px;border-radius:50%;object-fit:cover;border:2px solid var(--green)}.byline div{display:flex;flex-direction:column}.byline time{margin-left:auto}.byline a{text-decoration:none}.hero .cta-band{align-items:flex-start;margin:24px 0 0}.article-figure{margin:0;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#07191f;box-shadow:0 25px 70px rgba(0,0,0,.28)}.article-figure img{width:100%;height:auto}.notice{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,53,71,.05)}.notice .shell{padding:15px 18px;color:#d8e3e6;font-size:14px}.article{display:grid;grid-template-columns:minmax(0,var(--article)) 270px;gap:48px;padding-top:48px;padding-bottom:78px;align-items:start}.article-main>p,.simple-content>p{margin:0 0 20px;color:#e5ecef}.article-main h2,.simple-content h2{font-size:clamp(28px,3vw,40px);line-height:1.14;letter-spacing:-.035em;margin:56px 0 18px;color:#fff}.article-main h3,.simple-content h3{font-size:23px;line-height:1.2;margin:34px 0 12px;color:#fff}.article-main .article-figure{margin:44px 0 22px}.article-main .article-figure+ h2,.article-main .article-figure+ h3{margin-top:18px}.content-list{padding-left:22px;color:#dde7ea}.content-list li{margin:7px 0}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:18px;margin:26px 0;background:#0a1b21}table{width:100%;border-collapse:collapse;min-width:620px}th,td{padding:12px 14px;border-right:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);text-align:left;vertical-align:top}th{background:rgba(16,232,154,.09);font-size:12px;text-transform:uppercase;letter-spacing:.04em}th:last-child,td:last-child{border-right:0}tr:last-child td{border-bottom:0}.cta-band{display:flex;flex-direction:column;align-items:center;gap:7px;margin:34px 0}.cta-band small{font-size:11px;color:#7f969e}.side{position:sticky;top:118px;display:grid;gap:16px}.side-card{background:linear-gradient(145deg,#0e222a,#0a1920);border:1px solid var(--line);border-radius:18px;padding:18px}.side-card b{display:block;margin-bottom:9px}.side-card a{display:block;color:#dce7ea;text-decoration:none;padding:7px 0;border-top:1px solid rgba(255,255,255,.07);font-size:14px}.side-card p{font-size:13px;color:#b3c5cb}.side-card.danger{border-color:rgba(255,53,71,.25)}.author-box{display:grid;grid-template-columns:150px 1fr;gap:22px;align-items:center;margin-top:64px;padding:22px;border:1px solid var(--line);background:linear-gradient(145deg,#0f232a,#0a181d);border-radius:20px}.author-box img{width:150px;height:150px;object-fit:cover;border-radius:16px}.author-box h2{font-size:28px;margin:4px 0 7px}.author-box p{font-size:14px;color:#bdcdd2;margin:0 0 8px}.site-footer{border-top:1px solid var(--line);background:#030b0e;padding:44px 0 18px}.footer-grid{display:grid;grid-template-columns:1.2fr .7fr .8fr;gap:40px}.footer-logo{width:210px;height:auto;margin-bottom:14px}.footer-grid p{font-size:13px;color:#8da3aa}.footer-grid b{display:block;margin-bottom:10px}.footer-grid a{display:block;color:#b9c9ce;text-decoration:none;font-size:13px;padding:4px 0}.footer-bottom{border-top:1px solid var(--line);margin-top:30px;padding-top:16px;font-size:12px;color:#789198}.simple-hero{padding:58px 0 20px}.simple-content{max-width:900px;padding-bottom:80px}.profile-grid{display:grid;grid-template-columns:280px 1fr;gap:34px;align-items:start}.profile-grid>img{border-radius:20px;border:1px solid var(--line)}.expertise{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.expertise span{border:1px solid var(--line);background:#0b2026;border-radius:999px;padding:6px 10px;font-size:12px}.source-list{display:grid;gap:10px}.source-list a{padding:14px 16px;border:1px solid var(--line);border-radius:12px;text-decoration:none;background:#0a1b21}.legal-box{padding:16px;border-left:3px solid var(--red);background:rgba(255,53,71,.06);border-radius:12px}.notfound{padding:100px 0;text-align:center}.notfound>b{font-size:80px;color:var(--red)}.notfound h1{font-size:42px}.notfound .cta{margin-top:18px}
@media(max-width:1040px){.desktop-nav{display:none}.mobile-menu{display:block}.header-cta{margin-left:auto}.article{grid-template-columns:1fr}.side{position:static;grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){body{font-size:16px}.shell{width:min(var(--max),calc(100% - 24px))}.agebar .shell span:last-child{display:none}.header-row{min-height:70px;gap:12px}.brand{flex-basis:160px}.brand img{width:160px}.header-cta{display:none}.mobile-menu>div{top:70px}.hero{min-height:500px;padding:54px 0 62px}.hero::before{background:linear-gradient(90deg,rgba(3,11,14,.89),rgba(3,11,14,.72)),linear-gradient(180deg,rgba(3,11,14,.28),rgba(3,11,14,.90))}.hero .article-figure img{object-position:center;transform:scale(1.04);filter:brightness(.50) saturate(.80) contrast(1.05)}.hero h1,.simple-hero h1{font-size:clamp(36px,11vw,52px)}.lead{font-size:17px}.byline time{display:none}.article{padding-top:34px;gap:28px}.article-main h2{margin-top:44px}.side{grid-template-columns:1fr}.author-box{grid-template-columns:82px 1fr}.author-box img{width:82px;height:82px}.profile-grid{grid-template-columns:1fr}.profile-grid>img{max-width:340px} .footer-grid{grid-template-columns:1fr}.table-wrap{border:0;background:transparent;overflow:visible}table,thead,tbody,tr,th,td{display:block;min-width:0;width:100%}thead{display:none}tr{border:1px solid var(--line);background:#0a1b21;border-radius:14px;padding:9px 12px;margin-bottom:12px}td{border-right:0;display:grid;grid-template-columns:minmax(110px,40%) 1fr;gap:10px;padding:8px 2px;text-align:left}td::before{content:attr(data-label);font-size:11px;text-transform:uppercase;font-weight:800;color:#9eb1b7}tr:last-child td{border-bottom:1px solid rgba(255,255,255,.12)}tr td:last-child{border-bottom:0}.article-main .article-figure{margin-top:34px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.header-cta,.cta{transition:none}}


/* Hero sizing refinement — centered, narrower presentation */
@media (min-width: 761px){
  .hero{
    width:min(1320px, calc(100% - 48px));
    min-height:500px;
    margin:18px auto 0;
    padding:58px 0 66px;
    border-radius:24px;
    border:1px solid rgba(255,255,255,.07);
    box-shadow:0 28px 80px rgba(0,0,0,.30);
  }
  .hero .shell{
    width:min(1120px, calc(100% - 56px));
  }
  .hero-grid>div:first-child{
    max-width:760px;
  }
  .hero h1{
    font-size:clamp(38px,4.3vw,60px);
  }
  .lead{
    max-width:720px;
  }
  .hero .article-figure img{
    transform:scale(1.01);
  }
}
@media (min-width: 1500px){
  .hero{
    width:min(1240px, calc(100% - 72px));
  }
  .hero .shell{
    width:min(1080px, calc(100% - 64px));
  }
}
@media (max-width:760px){
  .hero{
    width:calc(100% - 20px);
    margin:10px auto 0;
    border-radius:18px;
  }
}

/* Mobile hardening */
html,body{max-width:100%;overflow-x:hidden}
img{max-width:100%}
@media(max-width:760px){
  .site-header .shell{width:calc(100% - 20px)}
  .brand{flex:0 0 148px;min-width:0}
  .brand img{width:148px;height:auto}
  .mobile-menu{margin-left:auto}
  .mobile-menu>div{left:auto;right:10px;width:min(320px,calc(100vw - 20px))}
  .hero{width:100%;margin:0;border-radius:0;border-left:0;border-right:0;min-height:480px;padding:44px 0 54px}
  .hero .shell{width:calc(100% - 28px)}
  .hero h1,.simple-hero h1{font-size:clamp(32px,10vw,44px);overflow-wrap:anywhere}
  .lead{font-size:16px;line-height:1.55}
  .breadcrumbs{overflow-wrap:anywhere}
  .cta,.header-cta{max-width:100%}
}
