:root{--bg:#07111f;--bg-soft:#0c1a2e;--panel:#101f36;--line:rgba(184,205,235,.16);--text:#f6f9ff;--muted:#aebdd2;--blue:#4f83ff;--cyan:#72e2ff;--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 85% -5%,#1b3982 0,transparent 30rem),var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;font-weight:400;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;width:100%;height:100%;object-fit:cover}button,a{transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}button:focus-visible,a:focus-visible{outline:3px solid var(--cyan);outline-offset:4px}.site-header{position:sticky;z-index:50;top:0;display:flex;align-items:center;min-height:72px;gap:32px;padding:0 max(22px,calc((100% - var(--max))/2));background:rgba(7,17,31,.78);border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:10px;font-size:.95rem;font-weight:700;letter-spacing:-.03em;white-space:nowrap}.brand img{width:39px;height:39px;object-fit:contain}.site-nav{margin-left:auto}.site-nav ul{display:flex;gap:28px;margin:0;padding:0;list-style:none}.site-nav a,.signin{font-size:.85rem;font-weight:500;color:var(--muted)}.site-nav a:hover,.site-nav .nav-current a,.signin:hover{color:#fff}.header-actions{display:flex;align-items:center;gap:17px}.search{display:grid;place-items:center;width:34px;height:34px;padding:0;border:0;background:transparent;color:var(--muted);cursor:pointer}.search:hover{color:#fff}.search svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round}.subscribe,.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:9px;font-size:.84rem;font-weight:600}.subscribe{padding:9px 14px;background:#fff;color:#0d1c31}.subscribe:hover{background:var(--cyan)}.home-shell{max-width:var(--max);margin:auto;padding:76px 22px 112px}.home-hero{display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:70px;min-height:570px}.kicker{margin:0 0 13px;color:var(--cyan);font-size:.7rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.hero-intro h1{max-width:570px;margin:0;font-size:clamp(3rem,5.4vw,5.4rem);font-weight:700;line-height:.98;letter-spacing:-.075em}.hero-copy{max-width:530px;margin:25px 0 26px;color:var(--muted);font-size:1.04rem}.topic-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:33px}.topic-list span{padding:6px 10px;border:1px solid var(--line);border-radius:99px;color:#d8e3f4;font-size:.74rem;font-weight:500}.button-primary{padding:13px 17px;background:var(--blue);color:#fff;box-shadow:0 14px 32px rgba(57,108,255,.24)}.button-primary:hover{background:#6b96ff;transform:translateY(-2px)}.featured-story{overflow:hidden;border:1px solid rgba(126,162,255,.35);border-radius:20px;background:linear-gradient(145deg,rgba(25,53,106,.88),rgba(10,25,46,.9));box-shadow:0 24px 80px rgba(0,0,0,.25)}.featured-media,.card-media{display:block;overflow:hidden;background:linear-gradient(135deg,#183b7a,#111c31)}.featured-media{aspect-ratio:16/10}.featured-media img,.card-media img{transition:transform .35s ease}.featured-story:hover img,.post-card:hover img{transform:scale(1.025)}.featured-content{padding:25px 27px 28px}.story-meta{display:flex;align-items:center;gap:11px;flex-wrap:wrap;color:#a7b7cc;font-size:.7rem;font-weight:500}.tag{color:var(--cyan);font-size:.67rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.featured-content h2{margin:10px 0;font-size:clamp(1.45rem,2.4vw,2rem);font-weight:650;line-height:1.14;letter-spacing:-.04em}.featured-content h2 a:hover,.post-card h3 a:hover{color:var(--cyan)}.featured-content p,.post-card p{margin:0;color:var(--muted);font-size:.87rem}.text-link{display:inline-flex;gap:8px;margin-top:19px;color:#fff;font-size:.8rem;font-weight:600}.text-link:hover{color:var(--cyan)}.editorial-note{display:grid;grid-template-columns:1fr .85fr;gap:80px;margin:88px 0;padding:48px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.editorial-note h2,.section-heading h2{max-width:670px;margin:0;font-size:clamp(1.6rem,2.8vw,2.55rem);font-weight:650;line-height:1.15;letter-spacing:-.045em}.editorial-note>p{margin:25px 0 0;color:var(--muted);font-size:.96rem}.section-heading{padding-bottom:22px;border-bottom:1px solid var(--line)}.section-heading .kicker{margin-bottom:8px}.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:21px;padding-top:27px}.post-card{overflow:hidden;border:1px solid var(--line);border-radius:15px;background:rgba(16,31,54,.68)}.post-card:hover{border-color:rgba(114,226,255,.55);box-shadow:0 16px 45px rgba(0,0,0,.2);transform:translateY(-3px)}.card-media{aspect-ratio:16/10}.card-content{padding:19px}.post-card h3{margin:10px 0 9px;font-size:1.18rem;font-weight:650;line-height:1.25;letter-spacing:-.03em}.empty-state{margin:30px 0;color:var(--muted)}.pagination{display:flex;justify-content:center;gap:24px;margin-top:42px;color:var(--cyan);font-size:.85rem}.site-footer{border-top:1px solid var(--line);background:#050b15;padding:56px max(22px,calc((100% - var(--max))/2)) 25px;color:var(--muted)}.footer-main{display:flex;justify-content:space-between;gap:55px;padding-bottom:46px}.site-footer .brand{color:#fff}.site-footer .brand img{width:42px;height:42px}.footer-about p{max-width:490px;margin:16px 0 0;font-size:.86rem}.footer-social ul{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px 22px;margin:12px 0 0;padding:0;list-style:none}.footer-social a{font-size:.82rem;font-weight:500;color:#c7d4e8}.footer-social a:hover{color:var(--cyan)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:22px;border-top:1px solid var(--line);font-size:.73rem}.footer-bottom a:hover{color:#fff}.article-shell{max-width:980px;margin:auto;padding:90px 22px 110px}.article{max-width:760px;margin:auto}.article-header h1{margin:14px 0 22px;font-size:clamp(2.45rem,5vw,4.8rem);font-weight:700;line-height:1.02;letter-spacing:-.07em}.dek{margin:0 0 23px;color:var(--muted);font-size:1.2rem}.byline{color:#aebdd2;font-size:.84rem}.article-image{width:min(1000px,calc(100vw - 44px));margin:42px 50%;transform:translateX(-50%)}.article-image img{height:auto;border-radius:17px}.article-image figcaption{margin-top:8px;color:#8b9ab0;font-size:.75rem}.gh-content{font-size:1.08rem;color:#e2eafa}.gh-content h2,.gh-content h3{margin-top:2em;color:#fff;font-size:1.45rem;line-height:1.25}.gh-content a{color:var(--cyan);text-decoration:underline;text-underline-offset:3px}.gh-content img{height:auto;border-radius:12px}.gh-content blockquote{margin:1.8em 0;padding:3px 0 3px 22px;border-left:3px solid var(--blue);color:#c7d5e9}.gh-content .kg-width-wide{width:min(1000px,calc(100vw - 44px));max-width:none;margin-left:50%;transform:translateX(-50%)}.gh-content .kg-width-full{width:100vw;max-width:none;margin-left:50%;transform:translateX(-50%)}.image-fallback{display:grid;place-items:center;width:100%;height:100%;padding:20px;color:rgba(255,255,255,.75);font-size:1.15rem;font-weight:700;text-align:center}@media(max-width:900px){.home-hero{grid-template-columns:1fr;gap:42px;min-height:0}.hero-intro h1{max-width:700px}.editorial-note{grid-template-columns:1fr;gap:6px}.editorial-note>p{max-width:650px}.story-grid{grid-template-columns:repeat(2,1fr)}.site-nav{display:none}}@media(max-width:620px){.site-header{min-height:62px;padding-inline:18px;gap:12px}.brand span,.signin{display:none}.header-actions{margin-left:auto}.home-shell{padding:55px 18px 75px}.hero-intro h1{font-size:3.05rem}.featured-content{padding:21px}.editorial-note{margin:65px 0;padding:37px 0}.story-grid{grid-template-columns:1fr}.footer-main,.footer-bottom{display:block}.footer-social ul{justify-content:flex-start;margin-top:25px}.footer-bottom a{display:inline-block;margin-top:11px}.article-shell{padding:60px 18px 85px}.article-header h1{font-size:2.7rem}.article-image{width:100%;margin:32px 0;transform:none}.gh-content{font-size:1rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}
