:root{--night:#0c1821;--night2:#132630;--paper:#f4f0e8;--white:#fffefa;--ink:#17242b;--muted:#6e7a80;--red:#e95748;--red-dark:#bf3d31;--mint:#83c7b5;--gold:#caa45c;--line:#ddd8ce;--shadow:0 28px 80px rgba(8,19,27,.14);--max:1400px}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;width:100%;max-width:100vw;overflow-x:hidden;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}img{max-width:100%;height:auto}.site-header{height:76px;max-width:1480px;margin:auto;padding:0 38px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:11px;color:var(--ink);text-decoration:none;font-size:12px;line-height:1.05;text-transform:uppercase;letter-spacing:.05em}.brand b{font-size:15px}.brand-mark{width:37px;height:37px;background:var(--red);color:white;border-radius:50%;display:grid;place-items:center;font-family:serif;font-size:19px;flex:none}.site-header nav{display:flex;gap:30px}.site-header nav a{color:#526169;text-decoration:none;font-size:13px}.site-header nav a:hover{color:var(--red)}.locale-links{display:flex;gap:6px}.locale-links a{font-size:9px;font-weight:900;color:#68757b;text-decoration:none;border:1px solid var(--line);border-radius:20px;padding:7px}.nav-toggle{display:none;border:1px solid var(--line);background:white;border-radius:8px;padding:8px 10px}.eyebrow{color:var(--red);font-size:11px;letter-spacing:.15em;font-weight:900}.button{display:inline-block;background:var(--red);color:white;text-decoration:none;border-radius:9px;padding:14px 18px;font-weight:900}.article-shell,.archive-shell{max-width:var(--max);margin:auto;padding:55px 38px 100px}.article-header{max-width:950px;margin:auto;text-align:center}.article-header h1,.archive-header h1{font-family:Georgia,serif;font-weight:500;font-size:clamp(43px,5vw,72px);line-height:1.04;letter-spacing:-.045em;margin:20px 0}.article-header>p,.archive-header>p{font-size:18px;line-height:1.65;color:#657177;max-width:820px;margin:0 auto}.article-meta{display:flex;justify-content:center;gap:9px;margin-top:22px;color:#7e888d;font-size:11px}.article-cover{max-width:1120px;height:560px;margin:48px auto 0;border-radius:20px;overflow:hidden;box-shadow:var(--shadow)}.article-cover img{width:100%;height:100%;object-fit:cover}.article-grid{display:grid;grid-template-columns:minmax(0,760px) 290px;gap:70px;justify-content:center;margin-top:55px}.article-content{font-family:Georgia,serif;font-size:18px;line-height:1.78;min-width:0}.article-content h2,.article-content h3,.article-content h4{font-family:Inter,system-ui,sans-serif;line-height:1.15;letter-spacing:-.025em;margin-top:2.1em}.article-content h2{font-size:33px}.article-content h3{font-size:25px}.article-content a{color:var(--red);text-decoration-thickness:1px;text-underline-offset:3px}.article-content figure{margin:34px 0}.article-content img{border-radius:12px}.article-content blockquote{margin:34px 0;padding:4px 0 4px 24px;border-left:4px solid var(--red);font-size:21px;color:#526067}.article-content table{display:block;width:100%;max-width:100%;overflow-x:auto;border-collapse:collapse;font-family:Inter,system-ui,sans-serif;font-size:14px}.article-content th,.article-content td{padding:12px;border:1px solid var(--line);min-width:120px}.article-content th{background:var(--night);color:white}.article-content ul,.article-content ol{padding-inline-start:25px}.article-side{position:relative}.side-card{position:sticky;top:25px;background:var(--night);color:white;border-radius:16px;padding:25px}.side-card h2{font-size:24px;line-height:1.08;letter-spacing:-.035em}.side-card p{font-size:12px;color:#a9b8bf;line-height:1.6}.archive-header{max-width:900px;margin-bottom:45px}.archive-header h1{margin-bottom:15px}.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.story-card{background:white;border:1px solid var(--line);border-radius:15px;overflow:hidden}.story-card>img{width:100%;height:200px;object-fit:cover}.story-card>div{padding:20px}.story-card span{font-size:9px;color:var(--red);font-weight:900}.story-card h2{font-family:Georgia,serif;font-weight:500;font-size:22px;line-height:1.15;margin:10px 0}.story-card p{color:#707b80;font-size:12px;line-height:1.5;max-height:74px;overflow:hidden}.story-card a{color:var(--red);font-size:11px;font-weight:900}.empty{padding:30px;background:white;border-radius:12px}footer{background:var(--night);color:white;padding:60px max(30px,calc((100vw - 1300px)/2)) 28px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:70px}.footer-brand{color:white}.footer-grid p{max-width:380px;color:#95a7af;font-size:12px;line-height:1.6}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:12px}.footer-grid b{font-size:12px}.footer-grid a:not(.brand){color:#9fb0b7;text-decoration:none;font-size:12px}footer>small{display:block;border-top:1px solid #263944;margin-top:45px;padding-top:20px;color:#758890;font-size:10px}[dir=rtl] .article-content,[dir=rtl] .archive-header{text-align:right}[dir=rtl] .article-grid{direction:rtl}@media(max-width:900px){.site-header{height:64px;padding:0 17px;position:relative}.site-header nav{display:none;position:absolute;z-index:30;top:64px;left:12px;right:12px;background:white;border-radius:12px;padding:15px;box-shadow:var(--shadow);flex-direction:column}.site-header nav.open{display:flex}.nav-toggle{display:block}.locale-links{display:none}.article-shell,.archive-shell{padding:38px 18px 70px}.article-header h1,.archive-header h1{font-size:42px}.article-header>p,.archive-header>p{font-size:15px}.article-cover{height:280px;margin-top:32px}.article-grid{grid-template-columns:1fr;gap:35px;margin-top:35px}.article-content{font-size:17px;overflow-wrap:anywhere}.article-content h2{font-size:29px}.article-content h3{font-size:23px}.side-card{position:static}.story-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:32px}}
