@font-face{font-family:Inter;src:url(../fonts/Inter-Regular.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Inter;src:url(../fonts/Inter-Bold.ttf) format("truetype");font-weight:600 800;font-display:swap}@font-face{font-family:Lora;src:url(../fonts/Lora-Regular.ttf) format("truetype");font-weight:400 600;font-display:swap}@font-face{font-family:"Playfair Display";src:url(../fonts/Playfair-Bold.ttf) format("truetype");font-weight:600 800;font-display:swap}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}:focus-visible{outline:3px solid #d9a441!important;outline-offset:3px!important}

/* style.css */
:root{--bg:#0E0F11;--bg2:#15171A;--card:#1A1D21;--line:#282C31;--text:#EDEBE7;--muted:#9A968E;--gold:#D9A441;--goldSoft:rgba(217,164,65,.12);--blue:#7FB2E8;--red:#C7503F;--navbg:rgba(14,15,17,.82)}
html.light{--bg:#F7F5F0;--bg2:#FFFFFF;--card:#FFFFFF;--line:#E4E0D8;--text:#1A1712;--muted:#6B6459;--navbg:rgba(247,245,240,.85)}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;line-height:1.65;transition:background .35s,color .35s}
h1,h2,h3,h4{font-family:Georgia,'Times New Roman',serif;line-height:1.2;font-weight:700}
a{color:inherit;text-decoration:none}
img{max-width:100%}
.wrap{max-width:1140px;margin:0 auto;padding:0 24px}
.nav{position:sticky;top:0;z-index:50;background:var(--navbg);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav-in{display:flex;align-items:center;justify-content:space-between;height:66px}
.logo{display:flex;align-items:center;gap:10px;font-family:Georgia,serif;font-weight:700;font-size:19px}
.dot{width:14px;height:14px;background:var(--gold);border-radius:3px;transform:rotate(45deg)}
.menu{display:flex;gap:26px}
.menu a{color:var(--muted);font-size:14px;font-weight:500;transition:color .2s}
.menu a:hover{color:var(--text)}
.nav-right{display:flex;align-items:center;gap:12px}
.icon-btn{background:transparent;border:1px solid var(--line);color:var(--text);width:38px;height:38px;border-radius:9px;cursor:pointer;font-size:16px;transition:border-color .2s,background .2s}
.icon-btn:hover{border-color:var(--gold)}
.btn{display:inline-block;background:var(--gold);color:#1a1508;padding:10px 18px;border-radius:9px;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:filter .2s,transform .15s}
.btn:hover{filter:brightness(1.07);transform:translateY(-1px)}
.btn-ghost{background:transparent;border:1px solid var(--line);color:var(--text)}
.btn-ghost:hover{border-color:var(--gold)}
.hamb{display:none;background:transparent;border:1px solid var(--line);color:var(--text);width:38px;height:38px;border-radius:9px;font-size:18px;cursor:pointer}
.hero{padding:74px 24px 46px;max-width:900px;margin:0 auto;text-align:center;animation:ssFadeUp .8s ease both}
.kicker{display:inline-block;color:var(--gold);font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:600;margin-bottom:18px;border:1px solid var(--line);padding:6px 14px;border-radius:20px}
.hero h1{font-size:52px;margin-bottom:22px}
.hero p{color:var(--muted);font-size:19px;max-width:680px;margin:0 auto}
@keyframes ssFadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}
.block{padding:34px 24px}
.sec-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:16px}
.sec-head h2{font-size:28px}
.filters{display:flex;gap:8px;flex-wrap:wrap}
.filter-btn{background:transparent;border:1px solid var(--line);color:var(--muted);padding:8px 16px;border-radius:20px;font-size:13px;cursor:pointer;font-weight:500;transition:all .2s}
.filter-btn:hover{color:var(--text)}
.filter-btn.active{background:var(--goldSoft);border-color:var(--gold);color:var(--gold)}
.searchbar{margin-bottom:22px}
.searchbar input{width:100%;background:var(--card);border:1px solid var(--line);color:var(--text);padding:14px 18px;border-radius:11px;font-size:15px;font-family:inherit;transition:border-color .2s}
.searchbar input:focus{outline:none;border-color:var(--gold)}
.featured-card{display:grid;grid-template-columns:1.15fr 1fr;gap:0;background:var(--card);border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:border-color .25s,transform .25s}
.featured-card:hover{border-color:var(--gold);transform:translateY(-3px)}
.featured-card .thumb{min-height:340px;background:linear-gradient(135deg,#2a2418,#0E0F11);display:flex;align-items:center;justify-content:center;position:relative}
.featured-card .thumb .big{font-family:Georgia,serif;font-size:88px;color:var(--gold);opacity:.28}
.fc-body{padding:40px}
.fc-body .tag{display:inline-block;font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:700;padding:5px 11px;border-radius:6px;margin-bottom:16px}
.fc-body h2{font-size:34px;margin-bottom:16px}
.fc-body p{color:var(--muted);font-size:16px;margin-bottom:22px}
.tag.sejarah,.cat.sejarah{background:rgba(217,164,65,.14);color:var(--gold)}
.tag.geo,.cat.geo{background:rgba(127,178,232,.14);color:var(--blue)}
.tag.misteri,.cat.misteri{background:rgba(199,80,63,.16);color:#E08472}
.meta{color:var(--muted);font-size:13px;display:flex;gap:14px;align-items:center;flex-wrap:wrap}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.post{background:var(--card);border:1px solid var(--line);border-radius:14px;overflow:hidden;cursor:pointer;transition:border-color .25s,transform .25s}
.post:hover{border-color:var(--gold);transform:translateY(-4px)}
.post .ph{height:172px;background:linear-gradient(135deg,#22262b,#14161a);display:flex;align-items:center;justify-content:center}
.post .ph span{font-family:Georgia,serif;font-size:44px;color:var(--muted);opacity:.5}
.pb{padding:20px}
.cat{display:inline-block;font-size:11px;letter-spacing:.08em;text-transform:uppercase;font-weight:700;padding:4px 10px;border-radius:6px;margin-bottom:12px}
.pb h3{font-size:20px;margin-bottom:10px;line-height:1.3}
.pb p{color:var(--muted);font-size:14px;margin-bottom:16px}
.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.pillar{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:30px;transition:transform .25s,border-color .25s}
.pillar:hover{transform:translateY(-3px);border-color:var(--gold)}
.pi{font-size:34px;margin-bottom:14px}
.pillar h3{font-size:21px;margin-bottom:10px}
.pillar p{color:var(--muted);font-size:14px}
.yt-band{display:flex;align-items:center;justify-content:space-between;gap:22px;flex-wrap:wrap;background:linear-gradient(135deg,rgba(199,80,63,.18),var(--card));border:1px solid var(--line);border-radius:16px;padding:30px 34px}
.yt-eyebrow{color:#E08472;font-size:12px;letter-spacing:.14em;text-transform:uppercase;margin-bottom:8px;font-weight:700}
.yt-info h2{font-size:26px;margin-bottom:8px}
.yt-info p{color:var(--muted);font-size:15px;max-width:540px}
.yt-btn{background:#C7503F;color:#fff;font-size:15px;padding:13px 24px}
.yt-btn:hover{filter:brightness(1.1)}
.video-outer{max-width:820px;margin:14px auto 0;padding:0 24px}
.video-wrap{position:relative;width:100%;padding-top:56.25%;border-radius:14px;overflow:hidden;border:1px solid var(--line)}
.video-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.yt-inline{display:inline-block;margin-top:12px;color:#E08472;font-size:14px;font-weight:600}
.yt-inline:hover{color:var(--gold)}
footer{border-top:1px solid var(--line);margin-top:50px;background:var(--bg2)}
.foot-in{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px;padding:50px 24px 30px}
.foot-col h4{font-family:Inter,sans-serif;font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:14px}
.foot-col p{color:var(--muted);font-size:14px;max-width:320px}
.foot-col a{display:block;color:var(--text);font-size:14px;margin-bottom:9px;opacity:.85;transition:opacity .2s}
.foot-col a:hover{opacity:1;color:var(--gold)}
.foot-bottom{text-align:center;color:var(--muted);font-size:13px;padding:22px;border-top:1px solid var(--line)}
.article-hero{max-width:820px;padding-top:44px}
.breadcrumb{font-size:13px;color:var(--muted);margin-bottom:20px}
.breadcrumb a:hover{color:var(--gold)}
.eyebrow{color:var(--gold);font-size:13px;letter-spacing:.1em;text-transform:uppercase;font-weight:600;margin-bottom:14px}
.article-hero h1{font-size:44px;margin-bottom:20px}
.article-cover{height:360px;border-radius:16px;margin-top:26px;background:linear-gradient(135deg,#2a2418,#0E0F11);display:flex;align-items:center;justify-content:center;border:1px solid var(--line)}
.article-cover .big{font-family:Georgia,serif;font-size:96px;color:var(--gold);opacity:.26}
.prose{max-width:720px;margin:36px auto 0;padding:0 24px;font-size:18px}
.prose p{margin-bottom:22px}
.prose h2{font-size:30px;margin:40px 0 16px}
.prose h3{font-size:23px;margin:32px 0 12px}
.prose blockquote{border-left:3px solid var(--gold);padding:6px 22px;margin:26px 0;color:var(--text);font-style:italic;font-size:21px;font-family:Georgia,serif}
.callout-src{max-width:720px;margin:20px auto 0;padding:18px 22px;background:var(--card);border:1px solid var(--line);border-left:3px solid var(--blue);border-radius:10px;color:var(--muted);font-size:14px}
.related{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
#progress{position:fixed;top:0;left:0;height:3px;width:0;background:var(--gold);z-index:60;transition:width .1s linear}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}
.reveal.in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}.hero{animation:none}*{scroll-behavior:auto}}
@media(max-width:860px){.menu{position:absolute;top:66px;left:0;right:0;background:var(--bg2);border-bottom:1px solid var(--line);flex-direction:column;gap:0;padding:8px 0;display:none}.menu.open{display:flex}.menu a{padding:13px 24px}.hamb{display:block}.featured-card{grid-template-columns:1fr}.featured-card .thumb{min-height:200px}.grid,.pillars,.related{grid-template-columns:1fr}.hero h1{font-size:36px}.article-hero h1{font-size:32px}.foot-in{grid-template-columns:1fr}.yt-band{padding:24px}}

.foot-links{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;margin-bottom:12px}
.foot-links a{color:var(--muted);font-size:13px}
.foot-links a:hover{color:var(--gold)}
.page-wrap{max-width:820px}
#chatFab{position:fixed;right:24px;bottom:24px;width:56px;height:56px;border-radius:50%;background:var(--gold);color:#1a1508;border:none;font-size:24px;cursor:pointer;z-index:70;box-shadow:0 8px 24px rgba(0,0,0,.35);transition:transform .2s}
#chatFab:hover{transform:scale(1.08)}
#chatPanel{position:fixed;right:24px;bottom:92px;width:360px;max-width:calc(100vw - 32px);height:520px;max-height:calc(100vh - 130px);background:var(--card);border:1px solid var(--line);border-radius:16px;z-index:71;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 16px 48px rgba(0,0,0,.45);animation:ssFadeUp .3s ease}
#chatPanel[hidden]{display:none}
.chat-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--line);background:var(--bg2)}
.chat-id{display:flex;align-items:center;gap:10px}
.chat-dot{width:10px;height:10px;border-radius:50%;background:#6bbf7f;box-shadow:0 0 0 3px rgba(107,191,127,.2)}
.chat-name{font-weight:700;font-family:Georgia,serif;font-size:15px}
.chat-status{font-size:11px;color:var(--muted)}
.chat-head button{background:transparent;border:none;color:var(--muted);font-size:16px;cursor:pointer}
.chat-body{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px}
.chat-msg{max-width:82%;padding:10px 13px;border-radius:12px;font-size:14px;line-height:1.5}
.chat-msg.bot{background:var(--bg2);border:1px solid var(--line);align-self:flex-start;border-bottom-left-radius:4px}
.chat-msg.user{background:var(--goldSoft);border:1px solid var(--gold);align-self:flex-end;border-bottom-right-radius:4px}
.chat-msg a{color:var(--gold);text-decoration:underline}
.chat-msg ul{margin:6px 0 0;padding-left:18px}
.chat-msg li{margin-bottom:5px}
.chat-cat{font-size:11px;color:var(--muted)}
.chat-note{font-size:11px;color:var(--muted);margin-top:6px}
.chat-typing{align-self:flex-start;display:flex;gap:4px;padding:12px}
.chat-typing span{width:7px;height:7px;border-radius:50%;background:var(--muted);animation:ssBlink 1.2s infinite}
.chat-typing span:nth-child(2){animation-delay:.2s}
.chat-typing span:nth-child(3){animation-delay:.4s}
@keyframes ssBlink{0%,60%,100%{opacity:.25}30%{opacity:1}}
.chat-sugg{display:flex;gap:6px;flex-wrap:wrap;padding:0 12px 8px}
.chat-chip{background:transparent;border:1px solid var(--line);color:var(--muted);font-size:12px;padding:6px 11px;border-radius:16px;cursor:pointer;font-family:inherit}
.chat-chip:hover{border-color:var(--gold);color:var(--text)}
.chat-input{display:flex;gap:8px;padding:12px;border-top:1px solid var(--line)}
.chat-input input{flex:1;background:var(--bg);border:1px solid var(--line);color:var(--text);padding:11px 13px;border-radius:10px;font-family:inherit;font-size:14px}
.chat-input input:focus{outline:none;border-color:var(--gold)}
.chat-input button{background:var(--gold);color:#1a1508;border:none;width:42px;border-radius:10px;font-size:16px;cursor:pointer}
@media(max-width:480px){#chatPanel{right:8px;left:8px;width:auto}}
/* refined layout — tidy & spacious */
.wrap{max-width:1240px;padding:0 28px}
.block{padding:60px 28px}
#terbaru{margin:14px 0 6px}
.hero{max-width:840px;padding:92px 24px 40px}
.hero h1{font-size:48px}
.hero p{max-width:660px}
.sec-head{margin-bottom:28px}
.article-hero{max-width:860px}
.prose,.callout-src{max-width:760px}
.video-outer{max-width:860px}
.page-wrap{max-width:860px}
.grid,.related{grid-template-columns:repeat(3,1fr);gap:26px}
.pillars{gap:26px}
.foot-in{max-width:1240px;margin:0 auto}
@media(max-width:1024px){.grid,.related,.pillars{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.grid,.related,.pillars{grid-template-columns:1fr}.block{padding:44px 20px}.wrap{padding:0 20px}.hero{padding:64px 20px 30px}.hero h1{font-size:34px}}
.visitor-stats{border-top:1px solid var(--line);background:var(--bg2)}
.vs-inner{max-width:1640px;margin:0 auto;display:flex;gap:44px;justify-content:center;flex-wrap:wrap;padding:24px}
.vs-item{text-align:center;min-width:110px}
.vs-num{font-family:Georgia,serif;font-size:30px;font-weight:700;color:var(--gold);display:flex;align-items:center;justify-content:center;gap:8px;line-height:1}
.vs-lbl{font-size:11px;color:var(--muted);letter-spacing:.09em;text-transform:uppercase;margin-top:6px}
.vs-live .vs-num{font-size:19px;color:var(--text)}
.vs-dot{width:9px;height:9px;border-radius:50%;background:#6bbf7f;box-shadow:0 0 0 0 rgba(107,191,127,.5);animation:vsPulse 1.8s infinite}
@keyframes vsPulse{0%{box-shadow:0 0 0 0 rgba(107,191,127,.5)}70%{box-shadow:0 0 0 10px rgba(107,191,127,0)}100%{box-shadow:0 0 0 0 rgba(107,191,127,0)}}
@media(max-width:560px){.vs-inner{gap:28px;padding:20px}.vs-num{font-size:24px}}
/* ===== Thematic UI: Sejarah . Geopolitik . Misteri . Konspirasi ===== */
:root{--violet:#B9A7E6;--violetSoft:rgba(155,127,214,.14)}
body{background:radial-gradient(1100px 720px at 10% -12%,rgba(217,164,65,.10),transparent 60%),radial-gradient(1000px 680px at 100% -4%,rgba(127,178,232,.08),transparent 58%),radial-gradient(1200px 820px at 50% 118%,rgba(199,80,63,.07),transparent 60%),var(--bg);background-attachment:fixed}
body::before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:46px 46px;-webkit-mask-image:radial-gradient(circle at 50% 22%,#000,transparent 82%);mask-image:radial-gradient(circle at 50% 22%,#000,transparent 82%)}
body::after{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;box-shadow:inset 0 0 260px 70px rgba(0,0,0,.5)}
html.light body{background:radial-gradient(1100px 720px at 10% -12%,rgba(217,164,65,.14),transparent 60%),radial-gradient(1000px 680px at 100% -4%,rgba(127,178,232,.12),transparent 58%),var(--bg);background-attachment:fixed}
html.light body::before{background-image:linear-gradient(rgba(0,0,0,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.03) 1px,transparent 1px)}
html.light body::after{box-shadow:inset 0 0 200px 60px rgba(120,110,90,.10)}
.nav{box-shadow:0 1px 0 rgba(217,164,65,.06)}
.nav::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:.5}
.dot{box-shadow:0 0 12px rgba(217,164,65,.6)}
.menu a{position:relative}
.menu a::after{content:"";position:absolute;left:0;right:100%;bottom:-6px;height:1px;background:var(--gold);transition:right .25s}
.menu a:hover::after{right:0}
.kicker{background:linear-gradient(var(--goldSoft),transparent);backdrop-filter:blur(2px)}
.hero h1{letter-spacing:.2px;text-shadow:0 2px 34px rgba(217,164,65,.08)}
.sec-head h2{position:relative;padding-bottom:12px}
.sec-head h2::after{content:"";position:absolute;left:0;bottom:0;width:54px;height:3px;border-radius:2px;background:linear-gradient(90deg,var(--gold),transparent)}
.post,.pillar,.featured-card{background:linear-gradient(180deg,var(--card),rgba(0,0,0,.05))}
.post .ph{background:linear-gradient(135deg,#242a31,#12151a)}
.post:hover{box-shadow:0 14px 40px rgba(0,0,0,.4)}
.featured-card{box-shadow:0 12px 40px rgba(0,0,0,.35)}
.featured-card .thumb{background:radial-gradient(circle at 30% 30%,rgba(217,164,65,.18),transparent 55%),linear-gradient(135deg,#2a2418,#0E0F11)}
.article-cover{background:radial-gradient(circle at 30% 30%,rgba(217,164,65,.16),transparent 55%),linear-gradient(135deg,#2a2418,#0E0F11)}
.tag.misteri,.cat.misteri{background:var(--violetSoft);color:var(--violet)}
.tag.konspirasi,.cat.konspirasi{background:rgba(199,80,63,.16);color:#E08472}
.post:has(.cat.sejarah){border-top:2px solid rgba(217,164,65,.55)}
.post:has(.cat.geo){border-top:2px solid rgba(127,178,232,.55)}
.post:has(.cat.misteri){border-top:2px solid rgba(155,127,214,.6)}
.post:has(.cat.konspirasi){border-top:2px solid rgba(199,80,63,.6)}
.btn{background:linear-gradient(180deg,#E5B457,#D9A441);box-shadow:0 6px 18px rgba(217,164,65,.18)}
.yt-btn{background:linear-gradient(180deg,#D25A47,#C7503F)!important}
.filter-btn.active{box-shadow:0 0 0 1px var(--gold) inset}
.pillar{text-align:center}
.pillar .pi{filter:drop-shadow(0 4px 12px rgba(0,0,0,.35))}
.pillars{grid-template-columns:repeat(4,1fr)}
@media(max-width:1024px){.pillars{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.pillars{grid-template-columns:1fr}}
/* ===== YouTube Channel Profile ===== */
#ytProfile{background:linear-gradient(180deg,var(--card),rgba(0,0,0,.05));border:1px solid var(--line);border-radius:18px;padding:34px;box-shadow:0 12px 40px rgba(0,0,0,.3);position:relative;overflow:hidden}
#ytProfile::before{content:"";position:absolute;top:0;left:0;right:0;height:130px;background:linear-gradient(180deg,rgba(199,80,63,.16),transparent);pointer-events:none}
.ytp-head{display:flex;gap:26px;align-items:flex-start;position:relative;flex-wrap:wrap}
.ytp-ava{width:112px;height:112px;border-radius:50%;flex:none;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#14161a;border:3px solid var(--gold);box-shadow:0 6px 22px rgba(0,0,0,.45)}
.ytp-ava-mono{display:flex;align-items:center;justify-content:center;font-family:Georgia,serif;font-size:54px;color:var(--gold);background-image:radial-gradient(circle at 35% 30%,rgba(217,164,65,.28),transparent 60%)}
.ytp-meta{flex:1;min-width:260px}
.ytp-eyebrow{color:#E08472;font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;margin-bottom:6px}
.ytp-name{font-size:30px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.ytp-verified{font-size:13px;color:#7FB2E8;background:rgba(127,178,232,.16);width:24px;height:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}
.ytp-handle{color:var(--muted);font-size:15px;margin:3px 0 12px}
.ytp-tag{color:var(--text);font-size:15px;margin-bottom:16px;max-width:660px}
.ytp-stats{display:flex;gap:30px;flex-wrap:wrap;margin-bottom:18px}
.ytp-stat{display:flex;flex-direction:column}
.ytp-num{font-family:Georgia,serif;font-size:24px;color:var(--gold);font-weight:700;line-height:1.1}
.ytp-lbl{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em;margin-top:2px}
.ytp-actions{display:flex;gap:12px;flex-wrap:wrap}
.ytp-desc{color:var(--muted);font-size:15px;line-height:1.75;margin:22px 0 0;max-width:800px}
.ytp-vidhead{font-family:Georgia,serif;font-size:19px;margin:26px 0 14px;padding-top:22px;border-top:1px solid var(--line)}
.ytp-videos{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.ytp-vid{display:block;background:var(--bg2);border:1px solid var(--line);border-radius:12px;overflow:hidden;transition:transform .2s,border-color .2s}
.ytp-vid:hover{transform:translateY(-4px);border-color:var(--gold)}
.ytp-thumb{display:block;position:relative;padding-top:56.25%;background-color:#14161a;background-size:cover;background-position:center;background-repeat:no-repeat}
.ytp-play{position:absolute;inset:0;margin:auto;width:46px;height:46px;border-radius:50%;background:rgba(199,80,63,.92);color:#fff;display:flex;align-items:center;justify-content:center;font-size:15px}
.ytp-vtitle{display:block;padding:12px 14px;font-size:14px;font-weight:600;line-height:1.35}
@media(max-width:1024px){.ytp-videos{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.ytp-videos{grid-template-columns:1fr}.ytp-ava{width:88px;height:88px;font-size:42px}#ytProfile{padding:24px}.ytp-name{font-size:24px}}
/* ===== Full-width tidy layout (memenuhi layar, tetap rapi) ===== */
.wrap{max-width:100%;padding:0 clamp(20px,4vw,72px)}
.block{padding:64px clamp(20px,4vw,72px)}
.foot-in{max-width:100%;padding-left:clamp(20px,4vw,72px);padding-right:clamp(20px,4vw,72px)}
.hero{max-width:860px;margin-left:auto;margin-right:auto}
.article-hero,.prose,.callout-src,.video-outer,.page-wrap{margin-left:auto;margin-right:auto}
.grid,.related{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:28px}
.pillars{grid-template-columns:repeat(4,1fr);gap:28px}
#ytProfile .ytp-videos{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}
@media(max-width:1100px){.pillars{grid-template-columns:repeat(2,1fr)}}
@media(max-width:860px){.featured-card{grid-template-columns:1fr}}
@media(max-width:640px){.grid,.related,.pillars{grid-template-columns:1fr}.block{padding:46px 20px}}
/* ===== Section headers tidy ===== */
.sec-head{align-items:flex-end;gap:20px}
.sec-title{display:flex;flex-direction:column}
.sec-eyebrow{color:var(--gold);font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;margin-bottom:8px}
.sec-title h2{margin:0}
.searchbar{margin-bottom:0;max-width:360px;width:100%}
#topik .filters{margin:20px 0 30px}
#terbaru .sec-head,#youtube .sec-head{margin-bottom:24px}
@media(max-width:640px){.searchbar{max-width:100%}.sec-head{align-items:flex-start}}
/* ===== TOC ===== */
.toc{background:var(--card);border:1px solid var(--line);border-left:3px solid var(--gold);border-radius:12px;padding:16px 20px;margin:0 0 26px}
.toc-title{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-weight:700;margin-bottom:10px}
.toc ul{list-style:none;margin:0;padding:0}
.toc li{margin:5px 0}
.toc li.sub{margin-left:18px}
.toc a{color:var(--muted);text-decoration:none;font-size:14.5px;transition:color .15s;border:0}
.toc a:hover{color:var(--gold)}
/* ===== Share ===== */
.share-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin:22px 0 6px}
.share-row .share-lbl{font-size:13px;color:var(--muted);margin-right:2px;font-weight:600}
.sbtn{display:inline-flex;align-items:center;gap:7px;padding:9px 15px;border-radius:9px;border:1px solid var(--line);background:var(--card);color:var(--text);font-size:13px;font-weight:600;cursor:pointer;text-decoration:none;transition:transform .12s,border-color .15s}
.sbtn:hover{transform:translateY(-2px);border-color:var(--gold)}
.sbtn.wa:hover{border-color:#25D366}.sbtn.x:hover{border-color:#8ab4f8}.sbtn.fb:hover{border-color:#1877F2}.sbtn.tg:hover{border-color:#29A9EB}
.sbtn.bm.on{background:var(--goldSoft);border-color:var(--gold);color:var(--gold)}
/* ===== Load more + highlight ===== */
#moreWrap{margin:32px 0 4px;text-align:center}
.load-more{padding:13px 32px;border-radius:10px;border:1px solid var(--line);background:var(--card);color:var(--text);font-weight:600;cursor:pointer;font-family:inherit;font-size:14px;transition:border-color .15s,transform .12s}
.load-more:hover{border-color:var(--gold);transform:translateY(-2px)}
mark{background:var(--goldSoft);color:var(--gold);padding:0 2px;border-radius:3px}
/* ===== Popular ===== */
.pop-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.pop-item{display:flex;align-items:center;gap:16px;background:var(--card);border:1px solid var(--line);border-radius:12px;padding:14px 18px;cursor:pointer;transition:border-color .15s,transform .12s}
.pop-item:hover{border-color:var(--gold);transform:translateY(-2px)}
.pop-rank{font-family:Georgia,serif;font-size:28px;font-weight:700;color:var(--gold);opacity:.55;min-width:30px;text-align:center}
.pop-body h4{margin:0 0 4px;font-size:15px;font-family:Georgia,serif}
.pop-body .pop-meta{font-size:12px;color:var(--muted)}
@media(max-width:640px){.pop-list{grid-template-columns:1fr}}
/* ===== Update besar v2: fitur & tampilan ===== */
.hero{position:relative}
.hero::before{content:"";position:absolute;left:50%;top:14px;width:min(720px,90%);height:210px;transform:translateX(-50%);z-index:-1;pointer-events:none;background:radial-gradient(closest-side,rgba(217,164,65,.16),transparent 72%);filter:blur(20px);animation:ssAurora 9s ease-in-out infinite}
@keyframes ssAurora{0%,100%{opacity:.65;transform:translateX(-50%) scale(1)}50%{opacity:1;transform:translateX(-50%) scale(1.09)}}
.post .ph,.featured-card .thumb{transition:transform .5s ease}
.post:hover .ph,.featured-card:hover .thumb{transform:scale(1.06)}
.post .pb h3{transition:color .2s}
.post:hover .pb h3{color:var(--gold)}
.prose>p:first-of-type::first-letter{font-family:Georgia,serif;float:left;font-size:60px;line-height:.82;padding:6px 12px 0 0;color:var(--gold)}
.prose blockquote{position:relative}
.prose blockquote::before{content:"\201C";position:absolute;left:-4px;top:-22px;font-family:Georgia,serif;font-size:60px;color:var(--gold);opacity:.26}
#resumeWrap:empty{display:none}
#resumeWrap{padding-top:6px;padding-bottom:6px}
.resume-bar{display:flex;align-items:center;gap:14px;background:linear-gradient(180deg,var(--card),rgba(0,0,0,.05));border:1px solid var(--line);border-left:3px solid var(--gold);border-radius:12px;padding:14px 18px;transition:border-color .2s,transform .12s}
.resume-bar:hover{border-color:var(--gold);transform:translateY(-2px)}
.resume-ic{font-size:22px;color:var(--gold);line-height:1}
.resume-tx{display:flex;flex-direction:column;flex:1;min-width:0;overflow:hidden;font-size:15px;color:var(--text)}
.resume-tx b{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:3px;font-weight:700}
.resume-go{color:var(--gold);font-size:13px;font-weight:600;white-space:nowrap}
a:focus-visible,button:focus-visible,input:focus-visible,.post:focus-visible{outline:2px solid var(--gold);outline-offset:2px}
@media(prefers-reduced-motion:reduce){.hero::before{animation:none}.post:hover .ph,.featured-card:hover .thumb{transform:none}}
@media print{.nav,footer,#chatFab,#chatPanel,#progress,#adFeed,.ad-slot,.ad-band,.share-row,.toc,#visitorStats,.visitor-stats,.filters,.searchbar,#resumeWrap,#tersimpan,#youtube,#populer,#related{display:none!important}body{background:#fff!important;color:#000!important}body::before,body::after{display:none!important}.prose{max-width:100%;font-size:12pt;color:#000}.prose h2,.prose h3,.article-hero h1{color:#000}.article-cover{display:none}a{color:#000!important;text-decoration:none}}
/* ===== Upgrade v3: pilar klik, prev/next, TOC aktif ===== */
.pillar[data-cat]{cursor:pointer}
.pillar-cta{display:inline-block;margin-top:12px;color:var(--gold);font-size:13px;font-weight:600;opacity:0;transform:translateY(4px);transition:opacity .2s,transform .2s}
.pillar[data-cat]:hover .pillar-cta,.pillar[data-cat]:focus-visible .pillar-cta{opacity:1;transform:none}
.toc a.active{color:var(--gold);font-weight:700}
.toc a.active::before{content:"\203a ";color:var(--gold)}
#prevNext:empty{display:none}
.prevnext{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:760px;margin:10px auto 4px}
.pn-item{display:flex;flex-direction:column;gap:6px;background:linear-gradient(180deg,var(--card),rgba(0,0,0,.05));border:1px solid var(--line);border-radius:12px;padding:16px 18px;transition:border-color .2s,transform .12s}
.pn-item:hover{border-color:var(--gold);transform:translateY(-2px)}
.pn-item.next{text-align:right}
.pn-dir{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);font-weight:700}
.pn-title{font-family:Georgia,serif;font-size:16px;color:var(--text);line-height:1.35}
@media(max-width:640px){.prevnext{grid-template-columns:1fr}.pn-item.next{text-align:left}}

/* ===== T47: kategori, arsip, newsletter, komentar ===== */
.cat-head{margin-top:6px}
.cat-head .cat-ic{font-size:52px;line-height:1;margin-bottom:10px}
.cat-head h1{font-size:40px;margin:4px 0 12px}
.cat-head p{color:var(--muted);font-size:17px;max-width:640px;line-height:1.6}
.count-badge{font-family:Inter,system-ui,sans-serif;font-size:14px;color:var(--muted);font-weight:500}
.mini-link{color:var(--gold);font-size:14px;font-weight:600;white-space:nowrap}
.mini-link:hover{text-decoration:underline}
body[data-cat=sejarah] .cat-head h1{color:var(--gold)}
body[data-cat=geo] .cat-head h1{color:var(--blue)}
body[data-cat=misteri] .cat-head h1{color:var(--violet)}
body[data-cat=konspirasi] .cat-head h1{color:var(--red)}
.arsip-list{display:flex;flex-direction:column;gap:2px;max-width:920px}
.arsip-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:14px 6px;border-bottom:1px solid var(--line);transition:background .15s ease,padding .15s ease}
.arsip-item:hover{background:var(--card);padding-left:14px;padding-right:14px;border-radius:10px;border-bottom-color:transparent}
.arsip-title{font-family:Georgia,serif;font-size:17px;color:var(--text);line-height:1.35}
.arsip-date{color:var(--muted);font-size:13px;white-space:nowrap}
@media(max-width:640px){.arsip-item{grid-template-columns:1fr auto;gap:6px 12px}.arsip-item .cat{grid-column:1/-1;justify-self:start}}
.nl-card{display:flex;align-items:center;justify-content:space-between;gap:26px;flex-wrap:wrap;background:radial-gradient(circle at 12% 15%,rgba(217,164,65,.14),transparent 55%),linear-gradient(180deg,var(--card),rgba(0,0,0,.05));border:1px solid var(--line);border-radius:18px;padding:34px 36px;box-shadow:0 12px 40px rgba(0,0,0,.28)}
.nl-tx{flex:1;min-width:260px}
.nl-tx h2{font-size:26px;margin:6px 0 8px}
.nl-tx p{color:var(--muted);font-size:15px;max-width:520px;line-height:1.6}
.nl-form{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.nl-input{background:var(--bg);border:1px solid var(--line);color:var(--text);padding:12px 15px;border-radius:10px;font-size:14px;font-family:inherit;min-width:220px}
.nl-input:focus{outline:none;border-color:var(--gold)}
#nlSec:has(#newsletter:empty){display:none}
.cmt-mount{margin-top:8px;min-height:40px}
@media(max-width:640px){.nl-card{padding:26px 22px}.cat-head h1{font-size:30px}}

/* ===== T48: tipografi & tata letak mobile ===== */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
@media(max-width:640px){
  body{line-height:1.6}
  /* Hero */
  .hero{padding:48px 18px 26px}
  .hero h1{font-size:27px;line-height:1.24;margin-bottom:14px}
  .hero p{font-size:15px;line-height:1.6}
  .hero .kicker{font-size:11px;margin-bottom:12px}
  /* Judul seksi */
  .sec-head h2,.sec-title h2{font-size:21px}
  .sec-eyebrow,.eyebrow{font-size:11px;margin-bottom:10px}
  .block{padding:32px 16px}
  .wrap{padding:0 16px}
  /* Featured card */
  .fc-body{padding:24px 20px}
  .fc-body h2{font-size:22px;margin-bottom:12px}
  .fc-body p{font-size:14.5px;margin-bottom:16px}
  .featured-card .thumb{min-height:180px}
  .featured-card .thumb .big{font-size:60px}
  /* Kartu artikel */
  .post .ph{height:150px}
  .post .ph span{font-size:36px}
  .post .pb{padding:18px}
  .post .pb h3{font-size:18px;line-height:1.3}
  .post .pb p{font-size:13.5px}
  /* Halaman artikel */
  .article-hero h1,#title{font-size:25px;line-height:1.26;margin-bottom:14px}
  .prose{font-size:16px;padding:0 2px;margin-top:24px}
  .prose p{margin-bottom:18px}
  .prose h2{font-size:21px;margin:30px 0 12px}
  .prose h3{font-size:18px;margin:24px 0 10px}
  .prose blockquote{font-size:17px;padding:4px 16px;margin:20px 0}
  #artmeta,.artmeta{font-size:12px}
  /* Kategori & arsip */
  .cat-head .cat-ic{font-size:40px}
  .cat-head h1{font-size:26px}
  .cat-head p{font-size:15px}
  .arsip-title{font-size:15px}
  .arsip-date{font-size:12px}
  /* Newsletter */
  .nl-card{padding:24px 20px;gap:18px}
  .nl-tx h2{font-size:21px}
  .nl-tx p{font-size:14px}
  .nl-form{width:100%}
  .nl-form .nl-input,.nl-form .btn{width:100%}
  /* Profil YouTube */
  .ytp-name{font-size:21px}
  /* Navigasi */
  .logo{font-size:16px}
  .yt-btn{font-size:12px;padding:8px 12px}
}
@media(max-width:400px){
  .hero h1{font-size:24px}
  .article-hero h1,#title{font-size:22px}
  .sec-head h2,.sec-title h2{font-size:19px}
  .fc-body h2{font-size:20px}
  .prose{font-size:15px}
  .featured-card .thumb{min-height:160px}
}

/* ===== i18n language switcher + Google Translate ===== */
.lang-wrap{position:relative}
#langBtn{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:600}
.lang-menu{position:absolute;right:0;top:calc(100% + 10px);background:var(--card);border:1px solid var(--line);border-radius:12px;padding:8px;min-width:220px;box-shadow:0 14px 34px rgba(0,0,0,.55);display:none;z-index:200}
.lang-menu.open{display:block}
.lang-menu button[data-lang]{display:block;width:100%;text-align:left;background:none;border:0;color:var(--text);padding:10px 11px;border-radius:8px;cursor:pointer;font-size:14px}
.lang-menu button[data-lang]:hover{background:var(--bg2)}
.lang-sep{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;padding:9px 11px 5px;border-top:1px solid var(--line);margin-top:6px}
#google_translate_element{padding:4px 6px 2px}
.goog-te-gadget{font-size:0 !important;color:transparent !important}
.goog-te-gadget .goog-te-combo{width:100%;background:var(--bg2);color:var(--text);border:1px solid var(--line);border-radius:8px;padding:7px;font-size:13px;margin:0}
.goog-logo-link,.goog-te-gadget span{display:none !important}
body{top:0 !important}
.goog-te-banner-frame,.skiptranslate.goog-te-banner-frame{display:none !important}
#goog-gt-tt,.goog-te-balloon-frame{display:none !important}
font.goog-text-highlight{background:none !important;box-shadow:none !important}

.i18n-note{background:rgba(127,178,232,.10);border:1px solid rgba(127,178,232,.35);color:var(--blue);padding:9px 13px;border-radius:9px;margin:4px 0 12px;font-size:13px;line-height:1.5}

/* Neutralize Google Translate injected overlays so they never block clicks */
html body{top:0 !important;position:static !important}
.goog-te-banner-frame,.skiptranslate.goog-te-banner-frame{display:none !important;visibility:hidden !important}
iframe.goog-te-menu-frame,.goog-te-menu-frame,.goog-te-spinner-pos,#goog-gt-tt,.goog-tooltip,.goog-tooltip:hover,.goog-te-balloon-frame{display:none !important}
body>.skiptranslate{display:none !important}
.lang-menu #google_translate_element,.lang-menu .skiptranslate{display:block !important}

.lang-more{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:4px 2px 2px}
.gt-lang{background:var(--bg2);border:1px solid var(--line);color:var(--text);padding:8px 6px;border-radius:8px;cursor:pointer;font-size:13px;text-align:center;transition:.15s}
.gt-lang:hover{border-color:var(--gold);color:var(--gold)}

/* Clickable section headers */
.sec-go{cursor:pointer;display:inline-block}
.sec-go h2{transition:color .15s}
.sec-go h2::after{content:' \2192';color:var(--gold);opacity:.6;display:inline-block;transition:.15s}
.sec-go:hover h2,.sec-go:focus-visible h2{color:var(--gold)}
.sec-go:hover h2::after,.sec-go:focus-visible h2::after{opacity:1;transform:translateX(3px)}
.sec-go:focus-visible{outline:2px solid var(--gold);outline-offset:4px;border-radius:6px}

[data-href]{cursor:pointer}

/* Aksesibilitas & performa */
.skip-link{position:absolute;left:-9999px;top:0;z-index:2000;background:var(--card,#16181c);color:var(--text,#fff);padding:10px 16px;border-radius:0 0 8px 0;border:1px solid var(--line,#2a2d33);text-decoration:none;font-size:14px}
.skip-link:focus{left:0}
:focus-visible{outline:2px solid #7aa2ff;outline-offset:2px}
@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;scroll-behavior:auto !important}}

/* ===== Upgrade v3: persetujuan cookie, pencarian, lazy image ===== */
.consent-bar{position:fixed;left:0;right:0;bottom:0;z-index:3000;background:rgba(20,21,24,.98);border-top:1px solid rgba(255,255,255,.08);box-shadow:0 -6px 24px rgba(0,0,0,.35);-webkit-backdrop-filter:saturate(140%) blur(6px);backdrop-filter:saturate(140%) blur(6px)}
.consent-in{max-width:1080px;margin:0 auto;padding:14px 18px;display:flex;gap:16px;align-items:center;justify-content:space-between;flex-wrap:wrap}
.consent-tx{color:var(--muted,#b7bcc4);font-size:14px;line-height:1.5;max-width:70ch}
.consent-tx a{color:var(--fg,#e9ebee);text-decoration:underline}
.consent-btns{display:flex;gap:10px;flex-shrink:0}
@media (max-width:560px){.consent-in{justify-content:stretch}.consent-btns{width:100%}.consent-btns .btn{flex:1;text-align:center}}
.search-hero{padding:36px 0 8px}
.search-hero h1{margin:0 0 6px}
.search-box{display:flex;align-items:center;gap:10px;margin:14px 0 4px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:10px 14px}
.search-box input{flex:1;background:transparent;border:0;outline:none;color:var(--fg,#e9ebee);font-size:16px}
.search-box .si{opacity:.7}
.search-info{color:var(--muted,#b7bcc4);font-size:13px;margin:6px 0 18px}
mark{background:rgba(122,162,255,.35);color:inherit;border-radius:3px;padding:0 2px}
.ph[data-bg],.thumb[data-bg],.article-cover[data-bg]{background-color:rgba(255,255,255,.04)}
/* ============================================================
   V3 - Reading & Layout Overhaul (keterbacaan + poles besar)
   ============================================================ */
html{-webkit-text-size-adjust:100%;scroll-padding-top:84px}
body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
::selection{background:rgba(217,164,65,.30);color:var(--text)}
:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:5px}
::-webkit-scrollbar{width:12px;height:12px}
::-webkit-scrollbar-track{background:transparent}
::-webkit-scrollbar-thumb{background:var(--line);border-radius:20px;border:3px solid transparent;background-clip:content-box}
::-webkit-scrollbar-thumb:hover{background:var(--gold);background-clip:content-box}
html{scrollbar-color:var(--line) transparent}
#progress{height:3px;background:linear-gradient(90deg,var(--gold),#E5B457)}

/* ---- Article hero ---- */
.article-hero{max-width:820px;padding-top:52px}
.article-hero h1{font-size:clamp(30px,4.4vw,46px);line-height:1.16;letter-spacing:-.01em;margin-bottom:18px}
.article-hero .meta{gap:10px 14px;font-size:13.5px}
.article-cover{height:clamp(220px,42vw,420px);margin-top:30px}

/* ---- Reading body ---- */
.prose{max-width:730px;font-size:clamp(17.5px,0.6vw + 16px,20px);line-height:1.85;color:var(--text);letter-spacing:.005em}
.prose > p{margin:0 0 26px}
.prose > p:first-child{font-size:1.08em;line-height:1.75}
.prose > p:first-child::first-letter{float:left;font-family:Georgia,'Times New Roman',serif;font-size:3.4em;line-height:.8;padding:6px 12px 0 0;color:var(--gold)}
.prose h2{font-size:clamp(24px,2.6vw,30px);margin:48px 0 16px;letter-spacing:-.01em;scroll-margin-top:88px;position:relative;padding-left:16px}
.prose h2::before{content:"";position:absolute;left:0;top:.18em;bottom:.18em;width:4px;border-radius:3px;background:linear-gradient(180deg,var(--gold),transparent)}
.prose h3{font-size:clamp(19px,2vw,23px);margin:34px 0 12px;scroll-margin-top:88px}
.prose strong{font-weight:700;color:var(--text)}
.prose em{font-style:italic}
.prose a{color:var(--gold);text-decoration:none;border-bottom:1px solid rgba(217,164,65,.42);transition:border-color .15s,color .15s}
.prose a:hover{border-bottom-color:var(--gold)}
.prose blockquote{position:relative;border:0;border-left:4px solid var(--gold);background:linear-gradient(90deg,var(--goldSoft),transparent);margin:34px 0;padding:20px 26px 20px 32px;border-radius:0 12px 12px 0;font-family:Georgia,serif;font-style:italic;font-size:clamp(19px,2vw,22px);line-height:1.6;color:var(--text)}
.prose blockquote::before{content:"\201C";position:absolute;left:12px;top:-8px;font-family:Georgia,serif;font-size:54px;color:var(--gold);opacity:.28;line-height:1}
.prose img{border-radius:12px;border:1px solid var(--line);margin:26px 0}
.prose ul,.prose ol{margin:0 0 26px;padding-left:26px}
.prose li{margin:8px 0}
.prose li::marker{color:var(--gold)}
.prose hr{border:0;height:1px;background:linear-gradient(90deg,transparent,var(--line),transparent);margin:40px 0}
.callout-src{max-width:730px;border-radius:12px;line-height:1.7}

/* ---- Buttons & cards polish ---- */
.btn{border-radius:10px}
.btn:active{transform:translateY(0)}
.post,.pillar,.featured-card{transition:transform .28s cubic-bezier(.2,.7,.2,1),border-color .25s,box-shadow .28s}
.post:hover{transform:translateY(-6px)}
.icon-btn:hover{background:var(--goldSoft)}

/* ---- Prev / Next ---- */
.prevnext{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:36px auto 0;max-width:820px}
.pn-item{display:flex;flex-direction:column;gap:6px;padding:18px 20px;background:var(--card);border:1px solid var(--line);border-radius:12px;transition:transform .2s,border-color .2s}
.pn-item:hover{transform:translateY(-3px);border-color:var(--gold)}
.pn-item.next{text-align:right;align-items:flex-end}
.pn-dir{font-size:12px;color:var(--gold);letter-spacing:.06em;text-transform:uppercase;font-weight:700}
.pn-title{font-family:Georgia,serif;font-size:16px;line-height:1.35}

/* ---- Mobile reading ---- */
@media(max-width:640px){
.prose{font-size:17.5px;line-height:1.78;padding:0 20px}
.prose > p:first-child::first-letter{font-size:3em}
.article-hero{padding-top:34px}
.prevnext{grid-template-columns:1fr}
.pn-item.next{text-align:left;align-items:flex-start}
}
/* ============================================================
   V5 - Layar penuh (Fullscreen) untuk landscape
   ============================================================ */
.ss-fs-float{position:fixed;right:20px;top:74px;z-index:60}
#ssFsHint{position:fixed;left:50%;top:12px;transform:translateX(-50%);z-index:85;display:flex;align-items:center;gap:8px;background:rgba(14,15,17,.92);color:var(--text);border:1px solid var(--gold);border-radius:24px;padding:7px 7px 7px 15px;font-size:13px;font-weight:600;box-shadow:0 8px 24px rgba(0,0,0,.42);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-family:'Inter',system-ui,sans-serif;animation:ssFadeUp .25s ease}
html.light #ssFsHint{background:rgba(255,255,255,.95)}
#ssFsHint[hidden]{display:none}
#ssFsHint .fh-go{cursor:pointer;display:inline-flex;align-items:center;gap:6px}
#ssFsHint .fh-x{background:transparent;border:none;color:var(--muted);font-size:14px;cursor:pointer;width:24px;height:24px;border-radius:50%;line-height:1}
#ssFsHint .fh-x:hover{color:var(--text);background:rgba(255,255,255,.1)}
:-webkit-full-screen{background:var(--bg)}
:fullscreen{background:var(--bg)}

/* ===== V6 Upgrade besar: UI premium + Saweran + progress + back-to-top ===== */
#ssProgress{position:fixed;top:0;left:0;height:3px;width:0;z-index:1200;background:linear-gradient(90deg,var(--accent,#d9a441),#ffd98a);box-shadow:0 0 10px rgba(217,164,65,.6);transition:width .1s linear;border-radius:0 3px 3px 0}
#ssTop{position:fixed;right:18px;bottom:18px;width:46px;height:46px;border-radius:50%;border:1px solid var(--line,rgba(255,255,255,.12));background:var(--card,#15171b);color:var(--text,#eee);font-size:20px;cursor:pointer;opacity:0;transform:translateY(14px) scale(.9);pointer-events:none;transition:.25s;z-index:1100;box-shadow:0 8px 24px rgba(0,0,0,.35)}
#ssTop.show{opacity:1;transform:none;pointer-events:auto}
#ssTop:hover{border-color:var(--accent,#d9a441);color:var(--accent,#d9a441)}
@media(max-width:640px){#ssTop{right:12px;bottom:80px;width:42px;height:42px}}
.support-strip{display:flex;align-items:center;gap:16px;margin:36px 0 8px;padding:18px 20px;border:1px solid var(--line,rgba(255,255,255,.1));border-radius:16px;background:linear-gradient(135deg,rgba(217,164,65,.10),rgba(217,164,65,.02));flex-wrap:wrap}
.support-strip .ss-ic{font-size:30px;line-height:1}
.support-strip .ss-tx{display:flex;flex-direction:column;flex:1;min-width:180px;text-align:left}
.support-strip .ss-tx b{font-family:'Playfair Display',Georgia,serif;font-size:1.15rem}
.support-strip .ss-tx span{color:var(--muted,#9aa0a6);font-size:.92rem}
.support-strip .ss-btn{border:none;cursor:pointer;padding:11px 20px;border-radius:999px;font-weight:700;color:#1a1204;background:linear-gradient(135deg,#f0c869,#d9a441);box-shadow:0 6px 18px rgba(217,164,65,.35);transition:transform .15s;white-space:nowrap}
.support-strip .ss-btn:hover{transform:translateY(-2px)}
#ssDonateFab{background:linear-gradient(135deg,#f0c869,#d9a441)!important;color:#1a1204!important;font-weight:700!important;border:none!important;box-shadow:0 10px 26px rgba(217,164,65,.45)!important;animation:ssFabPulse 2.8s ease-in-out infinite}
#ssDonateFab:hover{transform:translateY(-2px) scale(1.03)!important;filter:brightness(1.03)}
@keyframes ssFabPulse{0%,100%{box-shadow:0 10px 26px rgba(217,164,65,.35)}50%{box-shadow:0 10px 34px rgba(217,164,65,.62)}}
.hero{position:relative;overflow:hidden}
.hero::before{content:"";position:absolute;inset:-40% -10% auto auto;width:60%;height:180%;background:radial-gradient(closest-side,rgba(217,164,65,.16),transparent 70%);pointer-events:none;animation:ssAurora 14s ease-in-out infinite alternate;z-index:0}
.hero>*{position:relative;z-index:1}
@keyframes ssAurora{0%{transform:translate(0,0) scale(1)}100%{transform:translate(-6%,8%) scale(1.15)}}
.post,.featured-card{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.post:hover,.featured-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px rgba(0,0,0,.35)}
@media(prefers-reduced-motion:reduce){#ssDonateFab{animation:none}.hero::before{animation:none}.post:hover,.featured-card:hover{transform:none}}

.preview-ribbon{position:fixed;left:50%;top:8px;transform:translateX(-50%);z-index:9999;background:#d9a441;color:#17120a;padding:7px 14px;border-radius:999px;font:700 11px Inter,sans-serif;letter-spacing:.08em;box-shadow:0 4px 18px rgba(0,0,0,.35)}
.support-strip .ss-btn{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}


/* Reactions + accessibility v14 */
.reaction-box{max-width:800px;margin:34px auto;padding:22px;border:1px solid var(--line);border-radius:16px;background:var(--card);text-align:center}.reaction-title{font:700 17px 'Playfair Display',Georgia,serif;margin-bottom:15px}.reaction-row{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.reaction-btn{display:grid;grid-template-columns:auto auto;gap:2px 8px;align-items:center;padding:10px 14px;border:1px solid var(--line);border-radius:12px;background:var(--bg);color:var(--text);cursor:pointer}.reaction-btn>span{font-size:20px;grid-row:1/3}.reaction-btn b{font-size:11px}.reaction-btn i{font-size:10px;color:var(--muted);font-style:normal}.reaction-btn:hover,.reaction-btn.on{border-color:var(--gold);background:var(--goldSoft)}:focus-visible{outline:3px solid color-mix(in srgb,var(--gold) 70%,white);outline-offset:3px}[data-href][role="link"]:focus-visible{border-color:var(--gold);box-shadow:0 0 0 3px var(--goldSoft)}@media(max-width:600px){.reaction-box{margin:28px 20px}.reaction-row{display:grid;grid-template-columns:1fr}.reaction-btn{justify-content:center}}


/* ===== Layout Hotfix v17: global footer + floating actions ===== */
.global-foot-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px 12px;max-width:100%;padding:18px clamp(20px,4vw,72px) 26px;border-top:1px solid var(--line);text-align:center}
.global-foot-links a{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:7px 13px;border:1px solid transparent;border-radius:999px;color:var(--muted);font-size:13px;line-height:1.2;text-decoration:none;white-space:nowrap;transition:color .2s,background .2s,border-color .2s,transform .2s}
.global-foot-links a:hover,.global-foot-links a:focus-visible{color:var(--text);background:var(--card);border-color:var(--line);transform:translateY(-1px)}
#ssDonateFab{position:fixed!important;right:96px!important;bottom:25px!important;z-index:70!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;min-width:116px!important;height:52px!important;padding:0 18px!important;border-radius:999px!important;font-size:14px!important;line-height:1!important;text-decoration:none!important;white-space:nowrap!important}
#chatFab{right:24px;bottom:24px;z-index:70}
#ssTop{right:29px;bottom:96px;z-index:69}
@media(max-width:640px){
 .global-foot-links{gap:8px;padding:16px 14px 24px}
 .global-foot-links a{flex:0 1 auto;min-height:34px;padding:6px 10px;font-size:12px}
 #ssDonateFab{right:88px!important;bottom:20px!important;min-width:110px!important;height:50px!important;padding:0 15px!important;font-size:13px!important}
 #chatFab{right:18px;bottom:18px;width:52px;height:52px}
 #ssTop{right:23px;bottom:84px;width:42px;height:42px}
}
@media(max-width:360px){#ssDonateFab{min-width:50px!important;width:50px!important;padding:0!important;font-size:0!important}#ssDonateFab .g{font-size:20px!important}}
@media(max-height:460px) and (orientation:landscape){#ssDonateFab{right:84px!important;bottom:12px!important;height:46px!important;min-width:106px!important}#chatFab{right:18px;bottom:12px;width:46px;height:46px}#ssTop{right:20px;bottom:72px;width:40px;height:40px}}

/* v17 mobile header alignment */
@media(max-width:640px){
 .nav-in{padding-left:14px!important;padding-right:14px!important;gap:8px}
 .nav-in>.logo{flex:0 1 auto;min-width:0;font-size:15px;white-space:nowrap}
 .nav-right{flex:0 0 auto;min-width:0;gap:6px}
 .nav-right>.yt-btn{display:none!important}
 .nav-right .icon-btn,.nav-right .hamb{width:36px;height:36px;min-width:36px;padding:0}
 #langBtn{font-size:0}
 #langBtn::first-letter{font-size:16px}
 #langCur{font-size:10px;margin-left:2px}
}
@media(max-width:360px){.nav-in>.logo{font-size:14px}.nav-right{gap:4px}.nav-right .icon-btn,.nav-right .hamb{width:34px;height:34px;min-width:34px}}

/* visual-v11.css */
/* Sydas Sector Visual System v11 — cinematic editorial */
:root{--reader-scale:1;--v11-shadow:0 24px 80px rgba(0,0,0,.34);--v11-glass:rgba(22,24,28,.74)}
body.page-home,body.page-article{background-image:radial-gradient(900px 560px at 8% 0,rgba(217,164,65,.13),transparent 62%),radial-gradient(820px 620px at 100% 14%,rgba(127,178,232,.09),transparent 64%),linear-gradient(180deg,var(--bg),var(--bg2) 48%,var(--bg));background-attachment:fixed}
.nav{background:color-mix(in srgb,var(--navbg) 88%,transparent);backdrop-filter:blur(18px) saturate(1.25);-webkit-backdrop-filter:blur(18px) saturate(1.25)}
.logo{letter-spacing:.025em}.logo .dot{box-shadow:0 0 0 5px rgba(217,164,65,.09),0 0 24px rgba(217,164,65,.35)}

/* Homepage masthead */
.page-home .hero{max-width:1160px;min-height:510px;padding:92px 46px 74px;text-align:left;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;border:1px solid rgba(255,255,255,.055);border-radius:0 0 34px 34px;overflow:hidden;background:linear-gradient(100deg,rgba(14,15,17,.96) 0%,rgba(14,15,17,.78) 57%,rgba(14,15,17,.22) 100%),radial-gradient(circle at 82% 42%,rgba(217,164,65,.26),transparent 27%),linear-gradient(135deg,#191b20,#0e0f11);box-shadow:var(--v11-shadow)}
.page-home .hero::before{inset:auto -8% -58% auto;width:680px;height:680px;background:conic-gradient(from 30deg,rgba(217,164,65,.18),rgba(127,178,232,.08),transparent 55%,rgba(217,164,65,.14));border-radius:50%;filter:blur(3px);animation:v11Orbit 22s linear infinite}
.page-home .hero::after{content:"SS";position:absolute;right:6%;top:50%;transform:translateY(-50%);font:800 clamp(150px,22vw,310px)/.75 'Playfair Display',Georgia,serif;letter-spacing:-.12em;color:transparent;-webkit-text-stroke:1px rgba(217,164,65,.15);opacity:.75;pointer-events:none}
.page-home .hero .kicker{padding:7px 11px;border:1px solid rgba(217,164,65,.35);border-radius:999px;background:rgba(217,164,65,.08);letter-spacing:.2em}
.page-home .hero h1{font-size:clamp(43px,6.2vw,78px);line-height:1.01;letter-spacing:-.035em;max-width:870px;margin:20px 0 24px;text-wrap:balance}
.page-home .hero p{font-size:clamp(16px,1.7vw,20px);line-height:1.72;max-width:650px;margin:0;color:#b8b5ae}
.hero-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:30px}.hero-primary,.hero-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 19px;border-radius:999px;text-decoration:none;font-weight:700;font-size:14px;transition:transform .2s,box-shadow .2s,border-color .2s}.hero-primary{color:#17120a;background:linear-gradient(135deg,#f2cd76,var(--gold));box-shadow:0 10px 30px rgba(217,164,65,.24)}.hero-secondary{color:var(--text);border:1px solid var(--line);background:rgba(255,255,255,.035)}.hero-primary:hover,.hero-secondary:hover{transform:translateY(-2px)}
.hero-facts{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:25px;color:var(--muted);font-size:12px}.hero-facts span{display:inline-flex;align-items:center;gap:7px}.hero-facts i{width:5px;height:5px;border-radius:50%;background:var(--gold);box-shadow:0 0 12px var(--gold)}
@keyframes v11Orbit{to{transform:rotate(360deg)}}

/* Editorial sections and cards */
.page-home .block{padding-top:74px;padding-bottom:54px}.sec-title h2{font-size:clamp(29px,3.5vw,43px);letter-spacing:-.025em}.sec-eyebrow{letter-spacing:.18em}.sec-head{margin-bottom:25px}
.page-home .featured-card{border-radius:24px;min-height:430px;background:linear-gradient(145deg,rgba(29,32,37,.96),rgba(20,22,26,.96));box-shadow:0 30px 90px rgba(0,0,0,.32)}.page-home .featured-card .thumb{min-height:430px}.page-home .featured-card .fc-body{padding:clamp(28px,5vw,58px);display:flex;flex-direction:column;justify-content:center}.page-home .featured-card h2{font-size:clamp(30px,4vw,50px);line-height:1.08;letter-spacing:-.03em;text-wrap:balance}.page-home .featured-card p{font-size:17px;line-height:1.75}
.grid{gap:22px}.post{border-radius:18px;isolation:isolate;box-shadow:0 10px 30px rgba(0,0,0,.14)}.post .ph{height:auto;aspect-ratio:16/9;position:relative;overflow:hidden}.post .ph::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(8,9,11,.52));pointer-events:none}.post .pb{padding:22px 22px 20px}.post .pb h3{font-size:21px;line-height:1.3;letter-spacing:-.015em;margin:12px 0 10px}.post .pb p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post:hover{transform:translateY(-8px);box-shadow:0 24px 60px rgba(0,0,0,.34)}
.filters{padding:6px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.025);width:max-content;max-width:100%;overflow-x:auto}.filter-btn{border:0!important;border-radius:999px!important;white-space:nowrap}.filter-btn.active{box-shadow:0 5px 16px rgba(217,164,65,.17)}

/* Article cinema hero */
.page-article .article-hero{max-width:1120px;padding-top:64px;text-align:center}.page-article .breadcrumb{justify-content:center;margin-bottom:25px}.page-article .eyebrow{display:inline-flex;align-items:center;padding:7px 12px;border:1px solid color-mix(in srgb,var(--gold) 38%,transparent);border-radius:999px;background:var(--goldSoft);margin-bottom:18px}.page-article .article-hero h1{max-width:940px;margin:0 auto 22px;font-size:clamp(40px,6.3vw,76px);line-height:1.03;letter-spacing:-.04em;text-wrap:balance}.page-article .article-hero .meta{justify-content:center}.article-deck{max-width:720px;margin:22px auto 0;color:var(--muted);font:400 clamp(17px,2vw,21px)/1.65 Lora,Georgia,serif}.page-article .article-cover{height:auto;aspect-ratio:16/8.2;max-height:600px;margin-top:42px;border-radius:26px;border:1px solid rgba(255,255,255,.09);box-shadow:0 34px 100px rgba(0,0,0,.42);position:relative;overflow:hidden}.page-article .article-cover::after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04),inset 0 -110px 120px rgba(0,0,0,.18);pointer-events:none}
.reader-tools{position:sticky;top:76px;z-index:20;max-width:780px;margin:30px auto 18px;padding:8px 10px;display:flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:12px;background:var(--v11-glass);backdrop-filter:blur(16px);box-shadow:0 12px 30px rgba(0,0,0,.18)}.reader-tools .rt-label{font-size:11px;color:var(--muted);margin-right:auto;padding-left:5px;letter-spacing:.06em;text-transform:uppercase}.rt-btn{height:34px;min-width:36px;padding:0 10px;border:1px solid transparent;border-radius:7px;background:transparent;color:var(--text);font:600 12px Inter,sans-serif;cursor:pointer}.rt-btn:hover,.rt-btn.on{border-color:var(--gold);background:var(--goldSoft);color:var(--gold)}
.page-article .prose{max-width:760px;font-size:calc(clamp(18px,.6vw + 16px,20px) * var(--reader-scale));line-height:1.9;padding-top:12px}.page-article .prose>p{margin-bottom:30px}.page-article .prose h2{font-size:clamp(28px,3vw,36px);margin-top:58px}.page-article .prose h3{font-size:clamp(21px,2.2vw,26px)}.page-article .prose blockquote{margin:42px -34px;padding:28px 34px 28px 42px;font-size:1.13em}.page-article .prose-fig{margin:38px -80px}.page-article .prose-fig img{width:100%;display:block}.article-end{max-width:760px;margin:42px auto 0;padding:24px;text-align:center;border-top:1px solid var(--line);color:var(--muted);font-size:13px}.article-end::before{content:"◆";display:block;color:var(--gold);font-size:12px;margin-bottom:10px}
.page-article #source,.page-article #shareBox,.page-article #prevNext{max-width:800px}.page-article .share-row{padding:15px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.02)}
body.reader-focus .nav,body.reader-focus footer,body.reader-focus #shareBox,body.reader-focus #prevNext,body.reader-focus #comments,body.reader-focus #ssDonateFab,body.reader-focus #chatFab,body.reader-focus .page-article section.block,body.reader-focus .ad-band{display:none!important}body.reader-focus .article-hero{padding-top:26px}body.reader-focus .article-cover{max-width:900px}body.reader-focus .reader-tools{top:10px}

/* Light theme compatibility */
html.light{--v11-glass:rgba(255,255,255,.8);--v11-shadow:0 24px 80px rgba(32,25,15,.12)}html.light .page-home .hero{background:linear-gradient(100deg,rgba(250,248,243,.97),rgba(250,248,243,.82)),radial-gradient(circle at 82% 42%,rgba(217,164,65,.24),transparent 30%)}html.light .page-home .hero p{color:var(--muted)}html.light .seo-preview{background:#fff}

@media(max-width:860px){.page-home .hero{min-height:450px;padding:72px 28px 58px;border-radius:0 0 24px 24px}.page-home .hero::after{right:-8%;opacity:.38}.page-home .featured-card .thumb{min-height:260px}.page-article .article-hero{padding-top:42px}.page-article .prose blockquote{margin:32px 0}.page-article .prose-fig{margin:30px 0}}
@media(max-width:640px){.page-home .hero{min-height:430px;padding:58px 20px 46px;margin-left:0;margin-right:0}.page-home .hero h1{font-size:clamp(39px,12vw,54px)}.page-home .hero::after{display:none}.hero-actions{width:100%}.hero-primary,.hero-secondary{flex:1}.hero-facts{gap:10px 16px}.page-home .block{padding-top:54px}.page-home .featured-card{border-radius:18px}.page-home .featured-card .fc-body{padding:27px 22px}.filters{border-radius:14px;width:100%}.page-article .article-hero{text-align:left;padding-top:30px}.page-article .breadcrumb,.page-article .article-hero .meta{justify-content:flex-start}.page-article .article-hero h1{font-size:clamp(36px,11vw,53px);margin-left:0}.article-deck{font-size:17px}.page-article .article-cover{border-radius:16px;margin-top:28px;aspect-ratio:16/10}.reader-tools{top:68px;margin:20px 14px 10px;border-radius:10px}.reader-tools .rt-label{display:none}.page-article .prose{font-size:calc(17.5px * var(--reader-scale));padding-left:20px;padding-right:20px}.page-article .prose h2{margin-top:45px}.page-article .share-row{border-radius:10px}.article-end{margin-left:20px;margin-right:20px}}
@media(prefers-reduced-motion:reduce){.page-home .hero::before{animation:none}.hero-primary,.hero-secondary,.post{transition:none}}
@media print{.reader-tools,.article-deck{display:none!important}}


/* Theme + landscape synchronization v12 */
html{color-scheme:dark}html.light{color-scheme:light}
html.light body.page-home,html.light body.page-article{background-image:radial-gradient(900px 560px at 8% 0,rgba(217,164,65,.14),transparent 62%),radial-gradient(820px 620px at 100% 14%,rgba(127,178,232,.13),transparent 64%),linear-gradient(180deg,var(--bg),var(--bg2) 48%,var(--bg))}
html.light .nav{background:rgba(247,245,240,.86)}
html.light .post,html.light .featured-card,html.light .pillar{box-shadow:0 14px 40px rgba(52,43,28,.09)}
html.light .post .ph::after{background:linear-gradient(180deg,transparent 58%,rgba(35,29,20,.18))}
html.light .hero-secondary,html.light .filters,html.light .page-article .share-row{background:rgba(255,255,255,.62)}
html.light .page-article .article-cover{border-color:rgba(32,26,18,.12);box-shadow:0 30px 80px rgba(52,43,28,.16)}
.grid,.related,.pillars{align-items:stretch}.post,.pillar{height:100%}.post{display:flex;flex-direction:column}.post .pb{display:flex;flex:1;flex-direction:column}.post .pb .meta{margin-top:auto}.featured-card>*{min-width:0}

/* Phones and small tablets held sideways */
@media (orientation:landscape) and (max-height:700px){
 .nav-in{height:58px}.menu{top:58px}.page-home .hero{width:100%;max-width:none;min-height:calc(100vh - 58px);padding:42px clamp(28px,6vw,72px);border-radius:0 0 22px 22px}.page-home .hero h1{max-width:72%;font-size:clamp(37px,6.1vw,62px);margin:13px 0 16px}.page-home .hero p{max-width:62%;font-size:15px;line-height:1.55}.page-home .hero::after{right:3%;font-size:clamp(130px,21vw,230px)}.hero-actions{margin-top:20px}.hero-facts{margin-top:16px}.page-home .block{padding-top:48px;padding-bottom:36px}
 .grid,.related{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.pillars{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.page-home .featured-card{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);min-height:330px}.page-home .featured-card .thumb{min-height:330px}.page-home .featured-card .fc-body{padding:30px}.page-home .featured-card h2{font-size:clamp(27px,4vw,39px)}
 .page-article .article-hero{padding-top:30px}.page-article .article-hero h1{font-size:clamp(34px,5.7vw,57px);max-width:88%}.article-deck{font-size:16px;max-width:72%}.page-article .article-cover{max-width:92%;max-height:78vh;margin-left:auto;margin-right:auto;margin-top:25px}.reader-tools{top:64px}.page-article .prose{max-width:720px}.page-article .prose-fig{margin-left:0;margin-right:0}
}
@media (orientation:landscape) and (min-width:641px) and (max-width:980px){
 .wrap{padding-left:28px;padding-right:28px}.grid,.related,.pillars{grid-template-columns:repeat(2,minmax(0,1fr))}.post .ph{aspect-ratio:16/8.5}.page-home .featured-card{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.sec-head{align-items:flex-end}.filters{width:auto;max-width:100%}.reader-tools{max-width:min(720px,calc(100% - 56px))}
}
@media (orientation:landscape) and (max-width:740px){
 .page-home .hero h1,.page-home .hero p{max-width:82%}.hero-facts{display:none}.page-home .featured-card{grid-template-columns:1fr}.page-home .featured-card .thumb{min-height:220px}.grid,.related{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.post .pb{padding:17px}.post .pb h3{font-size:18px}.post .pb p{font-size:13px}.page-article .article-hero h1,.article-deck{max-width:100%}
}
@media (orientation:landscape) and (max-height:430px){.page-home .hero{min-height:auto;padding-top:30px;padding-bottom:30px}.page-home .hero .kicker{font-size:10px}.page-home .hero h1{font-size:clamp(32px,6vw,48px)}.hero-actions{margin-top:14px}.hero-primary,.hero-secondary{min-height:40px}.article-deck{display:none}.page-article .article-cover{max-height:72vh}}

/* international-v16.css */
/* International experience v16 */
.global-hero{padding:80px clamp(20px,6vw,90px) 42px;text-align:center}.global-hero h1{font-size:clamp(40px,6vw,74px);line-height:1.03;letter-spacing:-.04em;max-width:950px;margin:12px auto 20px}.global-hero p{max-width:700px;margin:auto;color:var(--muted);font-size:18px}.global-grid,.glossary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;padding-bottom:70px}.region,.glossary-grid article,.support-method{display:flex;flex-direction:column;justify-content:flex-end;min-height:220px;padding:26px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,var(--card),var(--bg2));color:var(--text);text-decoration:none;transition:.22s}.region:hover,.support-method:hover{transform:translateY(-5px);border-color:var(--gold)}.region b{font:700 28px 'Playfair Display',serif}.region span,.support-method span{color:var(--muted);margin-top:8px}.global-search{width:min(650px,100%);margin:28px auto 0;padding:15px 18px;border:1px solid var(--line);border-radius:999px;background:var(--card);color:var(--text);font-size:16px}.glossary-grid article{justify-content:flex-start;min-height:160px}.glossary-grid h2{font-size:23px;margin-bottom:8px}.glossary-grid p{color:var(--muted)}.global-filters{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:28px}.global-filters button{padding:9px 14px;border:1px solid var(--line);border-radius:999px;background:var(--card);color:var(--text);cursor:pointer}.global-filters button.active{background:var(--gold);color:#17120a}.timeline{max-width:900px;padding-bottom:80px}.timeline article{display:grid;grid-template-columns:150px 1fr;gap:30px;padding:28px 0;border-top:1px solid var(--line)}.timeline time{color:var(--gold);font-weight:700}.timeline h2{font-size:25px}.timeline p{color:var(--muted)}.support-global{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding-bottom:90px}.support-method{min-height:150px;justify-content:center;text-align:center}.support-method b{font-size:21px}.support-method.pending{opacity:.58}.policy{max-width:820px;padding-top:75px;padding-bottom:90px}.policy h1{font-size:clamp(40px,6vw,65px);margin-bottom:30px}.policy h2{margin:36px 0 12px;font-size:28px}.policy p{font:18px/1.85 Lora,Georgia,serif;color:var(--muted)}.translation-dashboard{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.translation-dashboard>div{text-align:center;padding:14px;border:1px solid var(--line);border-radius:9px}.translation-dashboard b,.translation-dashboard span{display:block}.translation-dashboard b{font-size:23px;color:var(--gold)}.translation-dashboard span{font-size:10px;color:var(--muted)}.translation-progress{height:8px;margin:14px 0;background:var(--bg);border-radius:99px;overflow:hidden}.translation-progress i{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--red),var(--gold),#6bbf7f)}.international-hub{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:16px}.international-hub>a{padding:23px;border:1px solid var(--line);border-radius:15px;background:var(--card);text-decoration:none;color:var(--text)}@media(max-width:900px){.global-grid,.glossary-grid{grid-template-columns:repeat(2,1fr)}.support-global{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.global-hero{padding-top:55px}.global-grid,.glossary-grid,.support-global{grid-template-columns:1fr}.timeline article{grid-template-columns:1fr;gap:8px}.translation-dashboard{grid-template-columns:repeat(2,1fr)}.international-hub{grid-template-columns:1fr}}

[data-search][hidden],[data-era][hidden]{display:none!important}

/* intelligence-v20.css */
/* Sydas Sector Global Intelligence Suite v20 */
.intel-shell{padding:10px 0 80px}.intel-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.intel-filters{display:flex;gap:7px;flex-wrap:wrap}.intel-filters button{border:1px solid var(--line);background:var(--card);color:var(--muted);border-radius:999px;padding:9px 13px;cursor:pointer;font:600 12px Inter}.intel-filters button:hover,.intel-filters button.active{background:var(--gold);border-color:var(--gold);color:#17120a}.intel-search{width:min(340px,100%);padding:12px 15px;border:1px solid var(--line);border-radius:999px;background:var(--card);color:var(--text)}.intel-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:15px}.intel-stats>div{padding:14px 16px;border:1px solid var(--line);border-radius:13px;background:var(--card)}.intel-stats b,.intel-stats span{display:block}.intel-stats b{font-size:25px;color:var(--gold)}.intel-stats span{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.09em}.intel-layout{display:grid;grid-template-columns:290px minmax(0,1fr);min-height:520px;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:var(--card)}.intel-places{padding:10px;border-right:1px solid var(--line);max-height:620px;overflow:auto}.intel-place{width:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;border:0;border-radius:11px;padding:12px;background:transparent;color:var(--text);text-align:left;cursor:pointer}.intel-place:hover,.intel-place.active{background:var(--bg2)}.place-dot{width:8px;height:8px;border-radius:50%;background:var(--gold);box-shadow:0 0 10px var(--gold)}.intel-place b,.intel-place small{display:block}.intel-place small{color:var(--muted);margin-top:2px}.intel-place em{font-style:normal;color:var(--gold);font-weight:700}.intel-panel{padding:clamp(24px,4vw,46px)}.intel-panel-head{display:flex;justify-content:space-between;gap:22px;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:23px}.intel-panel-head span{color:var(--gold);font-size:11px;text-transform:uppercase;letter-spacing:.12em}.intel-panel-head h2{font-size:clamp(35px,5vw,58px);margin:5px 0 10px}.intel-panel-head p{max-width:650px;color:var(--muted)}.intel-count{margin:22px 0 12px;color:var(--muted);font-size:12px}.intel-articles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.intel-article{display:flex;flex-direction:column;align-items:flex-start;min-height:125px;padding:15px;border:1px solid var(--line);border-radius:12px;color:var(--text);text-decoration:none;background:var(--bg2)}.intel-article:hover{border-color:var(--gold);transform:translateY(-2px)}.intel-article b{font:600 16px/1.35 'Playfair Display',Georgia,serif;margin:8px 0}.intel-article small{color:var(--muted);margin-top:auto}.intel-empty{padding:20px;color:var(--muted)}
.timeline-hero-v20{max-width:1240px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(330px,.65fr);align-items:center;gap:50px;padding-top:60px;padding-bottom:30px}.timeline-hero-v20 h1{font-size:clamp(42px,6vw,72px);line-height:1.02;margin:12px 0}.timeline-hero-v20 p{color:var(--muted);max-width:620px}.timeline-hero-v20 .ss-globe-shell{width:min(100%,430px)}.timeline-app{padding-bottom:80px}.timeline-controls{padding:20px;border:1px solid var(--line);border-radius:18px;background:var(--card);position:sticky;top:70px;z-index:8}.year-output{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:14px}.year-output span{color:var(--muted);font-size:11px;text-transform:uppercase}.year-output b{font-size:35px;color:var(--gold)}#yearSlider{width:100%;accent-color:var(--gold)}.timeline-selects{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:13px}.timeline-selects select{padding:10px;border:1px solid var(--line);border-radius:10px;background:var(--bg2);color:var(--text)}.timeline-jumps{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px}.timeline-jumps button{border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--muted);padding:7px 10px;cursor:pointer}.timeline-events-v20{max-width:900px;margin:28px auto 0}.timeline-event{display:grid;grid-template-columns:130px 1fr;gap:24px;padding:25px 10px;border-top:1px solid var(--line);cursor:pointer}.timeline-event.active{border-top-color:var(--gold);background:linear-gradient(90deg,var(--goldSoft),transparent)}.timeline-event time{font-size:17px;color:var(--gold);font-weight:700}.timeline-event span{font-size:10px;text-transform:uppercase;color:var(--muted)}.timeline-event h2{font-size:24px;margin:4px 0}.timeline-event p{color:var(--muted)}.timeline-event a{display:inline-block;margin-top:9px;color:var(--gold)}
.dossier-page,.entity-page,.newsletter-page,.identity-page{max-width:1180px;padding-top:65px;padding-bottom:90px}.dossier-hero{max-width:900px;margin-bottom:45px}.dossier-status{display:inline-flex;padding:7px 11px;border-radius:999px;font-size:11px;font-weight:700;text-transform:uppercase}.dossier-status.verified,.verification.verified{background:rgba(80,180,115,.14);color:#7ed59a}.dossier-status.disputed,.verification.disputed{background:rgba(217,164,65,.15);color:var(--gold)}.dossier-status.unknown,.verification.unknown{background:rgba(127,178,232,.13);color:var(--blue)}.dossier-hero h1{font-size:clamp(40px,6vw,72px);line-height:1.03;margin:12px 0 18px}.dossier-hero>p{font-size:18px;color:var(--muted);max-width:800px}.entity-chips{display:flex;gap:7px;flex-wrap:wrap;margin-top:16px}.entity-chips a,.entity-chips span{display:inline-flex;padding:7px 10px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:11px;text-decoration:none}.entity-chips a:hover{color:var(--text);border-color:var(--gold)}.dossier-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:30px}.dossier-main,.dossier-side{padding:25px;border:1px solid var(--line);border-radius:18px;background:var(--card)}.dossier-grid h2{font-size:23px;margin-bottom:16px}.dossier-chronology{list-style:none}.dossier-chronology li{display:grid;grid-template-columns:110px 1fr;gap:18px;padding:15px 0;border-top:1px solid var(--line)}.dossier-chronology time{color:var(--gold);font-weight:700}.fact-claim{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:25px}.fact-claim>div{padding:18px;border:1px solid var(--line);border-radius:13px}.fact-claim p{color:var(--muted);margin:10px 0}.fact-claim sup{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;background:var(--gold);color:#17120a;margin-right:7px}.mini-map{padding:22px;border-radius:13px;background:radial-gradient(circle at 75% 20%,rgba(127,178,232,.2),transparent 30%),var(--bg2);margin-bottom:25px}.mini-map b,.mini-map span{display:block}.mini-map b{font-size:26px}.mini-map span{color:var(--muted);margin:6px 0 16px}.mini-map button{border:1px solid var(--gold);background:transparent;color:var(--gold);border-radius:999px;padding:8px 12px;cursor:pointer}.source-list,.professional-sources{list-style:none}.source-list li,.professional-sources li{display:flex;gap:10px;padding:13px 0;border-top:1px solid var(--line)}.source-list a,.professional-sources a{color:var(--text)}.source-list small,.professional-sources small{display:block;color:var(--muted);margin-top:4px}.source-type{display:inline-flex;align-self:flex-start;padding:3px 6px;border-radius:5px;background:var(--bg2);color:var(--muted);font-size:9px;text-transform:uppercase}.source-type.primary{color:var(--gold)}
.entity-directory-head,.entity-hero{max-width:850px;margin-bottom:40px}.entity-directory-head h1,.entity-hero h1{font-size:clamp(42px,7vw,78px);margin:9px 0}.entity-directory-head p,.entity-hero p{color:var(--muted);font-size:18px}.entity-hero>span{color:var(--gold);text-transform:uppercase;font-size:11px;letter-spacing:.12em}.entity-hero>b{display:block;color:var(--muted)}.entity-coordinate{display:inline-flex;margin-top:15px;padding:7px 10px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-family:monospace}.entity-directory{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.entity-directory>a{display:flex;flex-direction:column;min-height:170px;padding:21px;border:1px solid var(--line);border-radius:15px;background:var(--card);color:var(--text);text-decoration:none}.entity-directory>a span{font-size:28px}.entity-directory>a b{font-size:21px;margin:12px 0}.entity-directory>a small{color:var(--muted);margin-top:auto}.entity-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:25px}.entity-layout>div{padding:23px;border:1px solid var(--line);border-radius:17px;background:var(--card)}.entity-layout h2{margin-bottom:17px}.entity-timeline{display:flex;flex-direction:column}.entity-timeline a{display:flex;flex-direction:column;padding:13px 0;border-top:1px solid var(--line);color:var(--text);text-decoration:none}.entity-timeline time{color:var(--gold);font-size:12px}
.article-intel{max-width:860px;margin:17px auto 0;display:flex;justify-content:space-between;gap:14px;align-items:center}.article-intel .entity-chips{margin:0}.dossier-link{white-space:nowrap;color:var(--gold);font-size:12px;text-decoration:none}.audio-article{max-width:800px;margin:26px auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;padding:16px 18px;border:1px solid var(--line);border-radius:15px;background:var(--card)}.audio-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--gold);color:#17120a}.audio-main span,.audio-main b,.audio-main small{display:block}.audio-main span{font-size:9px;text-transform:uppercase;color:var(--gold);letter-spacing:.1em}.audio-main b{font-size:14px;margin:3px 0}.audio-main small{color:var(--muted);font-size:9px}.audio-progress{height:3px;background:var(--line);border-radius:9px;margin:7px 0}.audio-progress i{display:block;width:0;height:100%;background:var(--gold)}.audio-controls{display:flex;gap:5px}.audio-controls button,.audio-controls select{height:34px;border:1px solid var(--line);border-radius:8px;background:var(--bg2);color:var(--text);cursor:pointer}.audio-controls button{width:34px}.audio-controls button.active{background:var(--gold);color:#17120a}.podcast-mode .audio-article{position:sticky;top:70px;z-index:45;box-shadow:0 15px 40px rgba(0,0,0,.35)}.data-viz{max-width:800px;margin:38px auto;padding:22px;border:1px solid var(--line);border-radius:17px;background:var(--card)}.data-viz>div span{color:var(--gold);font-size:10px;text-transform:uppercase}.data-viz h2{font-size:24px;margin:5px 0 15px}.data-viz canvas{display:block;width:100%;height:260px}.data-viz>p{font-size:10px;color:var(--muted);margin-top:10px}.research-box{max-width:800px;margin:28px auto;padding:24px;border:1px solid var(--line);border-radius:17px;background:var(--card)}.research-head h2{font-size:26px;margin:9px 0}.research-head p{color:var(--muted)}.verification{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:9px;text-transform:uppercase;font-weight:700}.professional-sources{margin-top:20px}.professional-sources li>sup{display:grid;place-items:center;flex:0 0 25px;height:25px;border-radius:50%;background:var(--gold);color:#17120a}.correction-link{display:inline-block;margin-top:15px;color:var(--gold)}.smart-route{padding-top:35px;padding-bottom:25px}.smart-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.smart-grid a{display:flex;flex-direction:column;min-height:155px;padding:15px;border:1px solid var(--line);border-radius:13px;background:var(--card);color:var(--text);text-decoration:none}.smart-grid em{font-style:normal;color:var(--gold);font-size:22px}.smart-grid span{font-size:9px;text-transform:uppercase;color:var(--muted);margin:9px 0}.smart-grid b{font-size:14px;line-height:1.35}
.newsletter-cover{padding:55px;border:1px solid var(--line);border-radius:24px;background:radial-gradient(circle at 80% 20%,rgba(217,164,65,.2),transparent 32%),var(--card)}.newsletter-cover span{color:var(--gold);font-size:11px;letter-spacing:.13em}.newsletter-cover h1{font-size:clamp(44px,7vw,82px);margin:10px 0}.newsletter-cover p{font-size:18px;color:var(--muted)}.newsletter-edition{display:grid;grid-template-columns:1.25fr .75fr;gap:18px;margin-top:20px}.newsletter-edition article{padding:25px;border:1px solid var(--line);border-radius:16px;background:var(--card)}.newsletter-edition article>span{color:var(--gold);font-size:10px;text-transform:uppercase}.newsletter-lead h2{font-size:36px;margin:12px 0}.newsletter-edition p{color:var(--muted)}.newsletter-edition a{display:inline-block;margin-top:15px;color:var(--gold)}.newsletter-side{display:grid;gap:18px}.newsletter-past{margin-top:45px}.newsletter-past>div{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.newsletter-past article{display:flex;justify-content:space-between;padding:17px;border-top:1px solid var(--line)}
.identity-hero{max-width:850px}.identity-hero h1{font-size:clamp(44px,7vw,78px);margin:10px 0}.identity-hero p{font-size:18px;color:var(--muted)}.identity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:35px}.identity-card{padding:22px;border:1px solid var(--line);border-radius:16px;background:var(--card)}.identity-card h2{font-size:21px;margin-bottom:9px}.identity-card p,.identity-card li{color:var(--muted)}.identity-card ul{padding-left:18px}.setup-callout{margin-top:30px;padding:20px;border:1px solid var(--gold);border-radius:14px;background:var(--goldSoft)}
.intel-admin{margin:22px 0;padding:0;border:1px solid var(--line);border-radius:12px;background:var(--bg2)}.intel-admin summary{padding:16px;cursor:pointer;font-weight:700;color:var(--gold)}.intel-admin-inner{padding:0 16px 18px}.intel-completeness{display:inline-flex;margin-top:9px;padding:6px 9px;border-radius:999px;background:rgba(199,80,63,.15);color:#e98e82;font-size:11px}.intel-completeness.mid{background:rgba(217,164,65,.15);color:var(--gold)}.intel-completeness.good{background:rgba(70,170,105,.15);color:#76d193}.brand-admin-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
@media(max-width:900px){.intel-layout,.dossier-grid,.entity-layout,.timeline-hero-v20,.newsletter-edition{grid-template-columns:1fr}.intel-places{border-right:0;border-bottom:1px solid var(--line);max-height:260px}.timeline-hero-v20{text-align:center}.timeline-hero-v20 p{margin:auto}.timeline-hero-v20 .ss-globe-shell{width:min(80vw,380px)}.entity-directory,.identity-grid{grid-template-columns:repeat(2,1fr)}.smart-grid{grid-template-columns:repeat(2,1fr)}.article-intel{padding:0 20px}.brand-admin-grid{grid-template-columns:1fr}}
@media(max-width:600px){.intel-toolbar,.intel-panel-head{flex-direction:column;align-items:stretch}.intel-search{width:100%}.intel-stats{grid-template-columns:1fr 1fr}.intel-layout{border-radius:14px}.intel-panel{padding:20px}.intel-articles,.fact-claim,.entity-directory,.identity-grid,.newsletter-past>div{grid-template-columns:1fr}.timeline-event{grid-template-columns:1fr;gap:7px}.timeline-controls{position:static}.dossier-page,.entity-page,.newsletter-page,.identity-page{padding:45px 16px 70px}.dossier-main,.dossier-side{padding:18px}.dossier-chronology li{grid-template-columns:1fr;gap:3px}.audio-article{margin:20px;grid-template-columns:auto 1fr}.audio-controls{grid-column:1/-1;justify-content:center}.smart-grid{grid-template-columns:1fr 1fr}.newsletter-cover{padding:30px 22px}.newsletter-lead h2{font-size:28px}.article-intel{align-items:flex-start;flex-direction:column}.data-viz,.research-box{margin-left:20px;margin-right:20px}}

/* globe-v18.css */
/* Sydas Sector Editorial Globe v18 */
.earth-hero{max-width:1240px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);align-items:center;gap:clamp(28px,5vw,76px);padding-top:clamp(56px,8vw,104px);padding-bottom:clamp(38px,6vw,78px);text-align:left;overflow:visible}
.earth-hero .earth-copy{position:relative;z-index:2}.earth-hero h1{max-width:760px;margin-left:0}.earth-hero p{max-width:650px;margin:0;color:var(--muted);font-size:clamp(16px,1.5vw,19px)}
.earth-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:28px}.earth-actions .btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;text-decoration:none}.earth-actions .earth-ghost{color:var(--muted);font-size:13px;letter-spacing:.04em}
.ss-globe-shell{position:relative;isolation:isolate;width:min(100%,540px);aspect-ratio:1;margin:auto;filter:drop-shadow(0 34px 46px rgba(0,0,0,.36));touch-action:none;user-select:none}
.ss-globe-shell::before,.ss-globe-shell::after{content:"";position:absolute;pointer-events:none;border-radius:50%;z-index:-1}.ss-globe-shell::before{inset:7%;border:1px solid color-mix(in srgb,var(--gold) 34%,transparent);transform:rotate(-17deg) scaleY(.33);box-shadow:0 0 32px color-mix(in srgb,var(--gold) 15%,transparent)}.ss-globe-shell::after{inset:16%;background:radial-gradient(circle at 35% 28%,rgba(127,178,232,.18),transparent 34%),radial-gradient(circle,transparent 56%,rgba(217,164,65,.13) 70%,transparent 74%);filter:blur(8px)}
.ss-globe{display:block;width:100%;height:100%;cursor:grab}.ss-globe:active{cursor:grabbing}
.globe-badge{position:absolute;z-index:4;display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid color-mix(in srgb,var(--line) 82%,var(--gold));border-radius:999px;background:color-mix(in srgb,var(--card) 88%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 10px 25px rgba(0,0,0,.22);font-size:11px;color:var(--muted);pointer-events:none}.globe-badge b{color:var(--text);font-size:12px}.globe-badge i{width:7px;height:7px;border-radius:50%;background:var(--gold);box-shadow:0 0 12px var(--gold)}.globe-badge.one{left:0;top:19%}.globe-badge.two{right:0;bottom:20%}
.globe-caption{position:absolute;left:50%;bottom:2%;transform:translateX(-50%);white-space:nowrap;font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:var(--muted)}
.world-hero{max-width:1240px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(380px,1.1fr);align-items:center;gap:clamp(28px,6vw,90px);padding-top:clamp(48px,7vw,86px);text-align:left}.world-hero h1{margin-left:0}.world-hero p{margin-left:0}.world-hero .ss-globe-shell{width:min(100%,610px)}
.world-intro{position:relative;z-index:2}.world-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:28px}.world-kpis div{padding:12px 10px;border:1px solid var(--line);border-radius:12px;background:color-mix(in srgb,var(--card) 78%,transparent)}.world-kpis b,.world-kpis span{display:block}.world-kpis b{font-size:17px;color:var(--gold)}.world-kpis span{font-size:10px;color:var(--muted);margin-top:2px}
.globe-legend{display:flex;justify-content:center;gap:9px;flex-wrap:wrap;margin:-10px auto 35px}.globe-legend a{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:var(--card);color:var(--muted);font-size:11px;text-decoration:none}.globe-legend a::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--gold);box-shadow:0 0 8px var(--gold)}.globe-legend a:hover{color:var(--text);border-color:var(--gold)}
html.light .ss-globe-shell{filter:drop-shadow(0 26px 36px rgba(49,40,22,.18))}html.light .globe-badge{background:rgba(255,255,255,.82)}
@media(max-width:900px){.earth-hero,.world-hero{grid-template-columns:1fr;text-align:center}.earth-hero h1,.earth-hero p,.world-hero h1,.world-hero p{margin-left:auto;margin-right:auto}.earth-actions{justify-content:center}.earth-hero .ss-globe-shell{width:min(88vw,460px)}.world-hero .ss-globe-shell{width:min(90vw,520px)}.world-intro{order:1}.world-hero .ss-globe-shell{order:2}}
@media(max-width:600px){.earth-hero{padding:42px 16px 34px;gap:15px}.earth-hero h1{font-size:30px}.earth-hero p{font-size:15px}.earth-actions{margin-top:20px}.earth-actions .btn{width:100%}.earth-actions .earth-ghost{width:100%}.ss-globe-shell{max-width:350px}.globe-badge{padding:6px 9px}.globe-badge.one{left:1%;top:17%}.globe-badge.two{right:1%;bottom:17%}.world-hero{padding:45px 16px 20px;gap:10px}.world-kpis{grid-template-columns:repeat(3,1fr)}.world-kpis b{font-size:15px}.globe-legend{padding:0 16px;margin-top:0}}
@media(max-height:480px) and (orientation:landscape){.earth-hero{grid-template-columns:1fr 330px;min-height:calc(100vh - 66px);padding-top:22px;padding-bottom:22px;text-align:left}.earth-hero h1{font-size:31px;margin-left:0}.earth-hero p{font-size:14px}.earth-actions{justify-content:flex-start;margin-top:16px}.earth-actions .btn{width:auto}.earth-actions .earth-ghost{width:auto}.earth-hero .ss-globe-shell{width:300px}.globe-badge{display:none}.world-hero{grid-template-columns:1fr 340px;text-align:left;padding-top:28px}.world-hero h1,.world-hero p{margin-left:0}.world-hero .ss-globe-shell{width:320px}}
@media(prefers-reduced-motion:reduce){.ss-globe-shell::before{box-shadow:none}}

/* home-v19.css */
/* Sydas Sector Editorial Home v19 — calm, compact, focused */
body.page-home .earth-hero{width:min(1180px,calc(100% - 40px))!important;max-width:1180px!important;min-height:0!important;display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(310px,.72fr)!important;flex-direction:initial!important;align-items:center!important;justify-content:initial!important;gap:clamp(28px,5vw,64px)!important;margin:0 auto!important;padding:clamp(44px,5vw,66px) clamp(24px,4vw,54px)!important;border-radius:0 0 24px 24px!important;text-align:left!important;overflow:hidden!important}
body.page-home .earth-hero::after{display:none!important}body.page-home .earth-hero::before{width:480px!important;height:480px!important;right:-8%!important;bottom:-48%!important;opacity:.55!important}
body.page-home .earth-hero .earth-copy{width:100%;min-width:0}body.page-home .earth-hero h1{max-width:650px!important;margin:14px 0 17px!important;font-size:clamp(38px,4.7vw,58px)!important;line-height:1.03!important}body.page-home .earth-hero p{max-width:590px!important;margin:0!important;font-size:clamp(15px,1.3vw,17px)!important;line-height:1.65!important}body.page-home .earth-hero .ss-globe-shell{width:min(100%,410px)!important;max-width:410px!important}body.page-home .earth-actions{margin-top:22px}.earth-actions .btn{min-height:42px;padding:9px 16px;font-size:13px}.earth-actions .earth-ghost{font-size:11px}
body.page-home .hero-actions,body.page-home .hero-facts{display:none!important}
body.page-home .block{padding-top:44px!important;padding-bottom:34px!important}body.page-home .sec-head{margin-bottom:18px}body.page-home .sec-title h2{font-size:clamp(25px,2.7vw,35px)}
body.page-home .featured-card{min-height:320px!important;border-radius:18px!important}body.page-home .featured-card .thumb{min-height:320px!important}body.page-home .featured-card .fc-body{padding:clamp(24px,3vw,38px)!important}body.page-home .featured-card h2{font-size:clamp(27px,3.2vw,39px)!important}body.page-home .featured-card p{font-size:15px!important;line-height:1.62!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
body.page-home #topik .grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}body.page-home #topik .post .ph{height:145px;aspect-ratio:auto}body.page-home #topik .post .pb{padding:17px}body.page-home #topik .post h3{font-size:18px}body.page-home #topik .post p{font-size:13px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}body.page-home #topik .filters{margin-bottom:18px}body.page-home #moreWrap{margin-top:20px}
.home-command{padding-top:42px;padding-bottom:52px}.home-command-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.home-command-title span{display:block;color:var(--gold);font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin-bottom:5px}.home-command-title h2{font-size:clamp(24px,2.6vw,34px)}.home-command-title p{color:var(--muted);font-size:13px;margin-top:5px}.home-tabs{display:flex;align-items:center;gap:6px;padding:5px;border:1px solid var(--line);border-radius:999px;background:var(--bg2);overflow-x:auto;scrollbar-width:none}.home-tabs::-webkit-scrollbar{display:none}.home-tab{border:0;border-radius:999px;background:transparent;color:var(--muted);padding:9px 13px;white-space:nowrap;cursor:pointer;font:600 12px Inter,sans-serif}.home-tab:hover{color:var(--text)}.home-tab.active{background:var(--gold);color:#17120a;box-shadow:0 5px 14px rgba(217,164,65,.22)}.home-command-body{min-height:270px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,color-mix(in srgb,var(--card) 84%,transparent),color-mix(in srgb,var(--bg2) 92%,transparent));overflow:hidden}.home-panel{animation:homePanelIn .22s ease}.home-panel[hidden]{display:none!important}@keyframes homePanelIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
.home-panel>.block{max-width:none!important;padding:25px!important;margin:0!important}.home-panel>.block>.sec-head{display:none}.home-panel #popList{grid-template-columns:repeat(3,minmax(0,1fr));gap:0 22px}.home-panel .pop-item{min-height:92px;padding:14px 4px}.home-panel .pop-rank{font-size:27px}.home-panel .pop-body h4{font-size:14px;line-height:1.35}
.home-panel #internationalHub{padding:25px!important}.home-panel .international-hub{grid-template-columns:repeat(4,1fr);gap:12px}.home-panel .international-hub>a{padding:18px;min-height:130px}.home-panel .international-hub p{font-size:12px;line-height:1.5;margin-top:8px;color:var(--muted)}
.home-panel #youtube{padding:23px!important}.home-panel #ytProfile{padding:0!important;border:0!important;background:transparent!important}.home-panel #ytProfile::before{display:none}.home-panel .ytp-head{padding:0!important;gap:18px}.home-panel .ytp-ava{width:76px;height:76px;min-width:76px}.home-panel .ytp-tag{margin-bottom:10px}.home-panel .ytp-desc,.home-panel .ytp-vidhead{display:none}.home-panel .ytp-videos{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.home-panel .ytp-vid:nth-child(n+4){display:none}.home-panel .ytp-thumb{aspect-ratio:16/8.5}.home-panel .ytp-vtitle{font-size:12px}
.home-panel #tentang{padding:25px!important}.home-panel .pillars{grid-template-columns:repeat(4,1fr);gap:12px}.home-panel .pillar{min-height:170px;padding:18px}.home-panel .pillar .pi{font-size:25px;margin-bottom:8px}.home-panel .pillar h3{font-size:17px}.home-panel .pillar p{font-size:12px;line-height:1.5;margin-bottom:8px}.home-panel .pillar-cta{font-size:11px}
body.page-home #nlSec{padding-top:20px!important}body.page-home .ad-band:empty{display:none}
@media(max-width:900px){body.page-home .earth-hero{grid-template-columns:1fr!important;text-align:center!important;gap:8px!important;padding-top:42px!important}body.page-home .earth-hero h1,body.page-home .earth-hero p{margin-left:auto!important;margin-right:auto!important}body.page-home .earth-actions{justify-content:center}body.page-home .earth-hero .ss-globe-shell{width:min(76vw,350px)!important}.home-command-head{align-items:flex-start;flex-direction:column}.home-tabs{width:100%}.home-panel #popList{grid-template-columns:repeat(2,1fr)}.home-panel .international-hub,.home-panel .pillars{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){body.page-home .earth-hero{width:100%!important;border-radius:0 0 18px 18px!important;padding:38px 18px 28px!important}body.page-home .earth-hero h1{font-size:34px!important;margin-top:12px!important}body.page-home .earth-hero p{font-size:14px!important}body.page-home .earth-hero .ss-globe-shell{width:min(78vw,300px)!important}.earth-actions .earth-ghost{display:none}.globe-badge{display:none}.home-command{padding:32px 16px 40px}.home-command-head{gap:14px}.home-tabs{border-radius:13px}.home-tab{flex:0 0 auto}.home-command-body{border-radius:14px}.home-panel>.block,.home-panel #internationalHub,.home-panel #youtube,.home-panel #tentang{padding:18px!important}.home-panel #popList{grid-template-columns:1fr}.home-panel .pop-item{min-height:78px}.home-panel .international-hub,.home-panel .pillars{grid-template-columns:1fr 1fr}.home-panel .international-hub>a{min-height:105px;padding:14px}.home-panel .international-hub p{display:none}.home-panel .pillar{min-height:135px;padding:14px}.home-panel .pillar p{display:none}.home-panel .ytp-head{align-items:flex-start}.home-panel .ytp-ava{width:58px;height:58px;min-width:58px}.home-panel .ytp-stats,.home-panel .ytp-tag{display:none}.home-panel .ytp-videos{grid-template-columns:1fr 1fr}.home-panel .ytp-vid:nth-child(3){display:none}body.page-home #topik .grid{grid-template-columns:1fr 1fr;gap:12px}body.page-home #topik .post .ph{height:115px}body.page-home #topik .post .pb{padding:14px}body.page-home #topik .post h3{font-size:16px}body.page-home #topik .post p{display:none}}
@media(max-width:430px){body.page-home #topik .grid{grid-template-columns:1fr}.home-panel .international-hub,.home-panel .pillars{grid-template-columns:1fr 1fr}.home-panel .ytp-videos{grid-template-columns:1fr}.home-panel .ytp-vid:nth-child(2){display:none}}
@media(max-height:460px) and (orientation:landscape){body.page-home .earth-hero{width:100%!important;grid-template-columns:minmax(0,1fr) 250px!important;padding:22px 34px!important;gap:20px!important;text-align:left!important}body.page-home .earth-hero h1{font-size:31px!important;margin-left:0!important}body.page-home .earth-hero p{margin-left:0!important;font-size:13px!important}body.page-home .earth-actions{justify-content:flex-start}body.page-home .earth-hero .ss-globe-shell{width:235px!important}.home-command{padding-top:28px}}
@media(prefers-reduced-motion:reduce){.home-panel{animation:none}}

/* Featured card theme synchronization v22 */
html.light body.page-home .featured-card{background:linear-gradient(145deg,rgba(255,255,255,.99),rgba(248,245,238,.99))!important;border-color:var(--line)!important;color:var(--text)!important;box-shadow:0 20px 54px rgba(52,43,28,.12)!important}
html.light body.page-home .featured-card .fc-body{background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(247,243,234,.88));color:var(--text)}
html.light body.page-home .featured-card .fc-body h2{color:var(--text)!important}
html.light body.page-home .featured-card .fc-body p,html.light body.page-home .featured-card .meta{color:var(--muted)!important}
html.light body.page-home .featured-card .thumb:not([style]){background:radial-gradient(circle at 30% 30%,rgba(217,164,65,.2),transparent 56%),linear-gradient(135deg,#F0EBDD,#DED5C4)!important}
html.light body.page-home .featured-card:hover{border-color:var(--gold)!important;box-shadow:0 24px 62px rgba(52,43,28,.16)!important}

/* platform-v23.css */
/* Sydas Sector Platform v23 — intelligence, membership and newsroom */
:root{--signal:#65d59a;--signal-red:#ed7565;--signal-blue:#79afe8;--panel-glass:rgba(26,29,33,.82);--platform-shadow:0 28px 90px rgba(0,0,0,.28)}html.light{--signal:#157a50;--signal-red:#b83c31;--signal-blue:#2d6fae;--panel-glass:rgba(255,255,255,.88);--platform-shadow:0 24px 70px rgba(52,43,28,.12)}
.platform-v23 .nav{z-index:90}.command-btn{width:auto!important;min-width:54px;padding:0 8px;display:flex;gap:5px;align-items:center;justify-content:center}.command-btn span{font-size:15px}.command-btn kbd{font:600 10px Inter,sans-serif;color:var(--muted)}.member-chip{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;border:1px solid color-mix(in srgb,var(--gold) 55%,var(--line));background:var(--goldSoft);color:var(--gold);font:700 13px Inter,sans-serif}.member-chip:hover{background:var(--gold);color:#17120a}.command-palette[hidden]{display:none!important}.command-palette{position:fixed;inset:0;z-index:2000;display:grid;place-items:start center;padding-top:min(14vh,120px)}.command-backdrop{position:absolute;inset:0;background:rgba(3,5,8,.72);backdrop-filter:blur(12px)}.command-palette>section{position:relative;width:min(680px,calc(100vw - 28px));max-height:min(72vh,680px);display:flex;flex-direction:column;border:1px solid color-mix(in srgb,var(--gold) 35%,var(--line));border-radius:20px;background:var(--panel-glass);box-shadow:0 40px 120px rgba(0,0,0,.55);backdrop-filter:blur(24px);overflow:hidden}.command-search{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:18px 20px;border-bottom:1px solid var(--line)}.command-search>span{color:var(--gold);font-size:20px}.command-search input{min-width:0;border:0;outline:0;background:transparent;color:var(--text);font:500 16px Inter,sans-serif}.command-search kbd,.command-palette footer kbd{padding:4px 7px;border:1px solid var(--line);border-radius:6px;color:var(--muted);font-size:10px}.command-palette #commandResults{padding:12px;overflow:auto}.command-label{display:block;padding:7px 10px;color:var(--muted);font:700 9px Inter,sans-serif;letter-spacing:.16em}.command-palette #commandResults>a{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:12px;padding:11px;border-radius:11px}.command-palette #commandResults>a.active{background:var(--goldSoft);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--gold) 40%,transparent)}.command-palette #commandResults>a>i{width:38px;height:38px;display:grid;place-items:center;border-radius:9px;background:var(--bg2);font-style:normal}.command-palette #commandResults>a b,.command-palette #commandResults>a span{display:block}.command-palette #commandResults>a b{font-size:14px}.command-palette #commandResults>a span{font-size:11px;color:var(--muted)}.command-palette #commandResults>a kbd{opacity:.55}.command-actions{padding:8px 10px}.command-actions a{color:var(--gold);font-size:12px}.command-palette>section>footer{display:flex;gap:18px;padding:11px 20px;border-top:1px solid var(--line);color:var(--muted);font-size:10px}.command-open{overflow:hidden}
.platform-status{position:fixed;left:18px;bottom:18px;z-index:80;display:flex;align-items:center;gap:8px;padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:var(--panel-glass);box-shadow:0 8px 30px rgba(0,0,0,.18);backdrop-filter:blur(14px);font-size:10px;color:var(--muted);transition:.3s}.platform-status i,.live-desk-top>div>span i,.live-layer-head>div>span i{width:7px;height:7px;border-radius:50%;background:var(--signal);box-shadow:0 0 0 4px color-mix(in srgb,var(--signal) 15%,transparent);animation:pulseSignal 2s infinite}.platform-status.offline i{background:var(--signal-red)}.platform-status.compact span{display:none}@keyframes pulseSignal{50%{box-shadow:0 0 0 8px transparent}}.install-app{position:fixed;left:18px;bottom:58px;z-index:81;border:1px solid var(--gold);border-radius:999px;background:var(--card);color:var(--text);padding:9px 13px;box-shadow:var(--platform-shadow);cursor:pointer}.install-app span{margin-left:5px;font-size:11px}
.home-live-desk{padding-top:30px;padding-bottom:12px}.live-desk-top{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:15px}.live-desk-top>div>span,.live-layer-head>div>span{display:flex;align-items:center;gap:9px;color:var(--signal);font:700 10px Inter,sans-serif;letter-spacing:.15em}.live-desk-top h2{margin:6px 0 5px;font-size:clamp(25px,3vw,36px)}.live-desk-top p{color:var(--muted);font-size:13px}.live-desk-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) 1.75fr;border:1px solid var(--line);border-radius:18px;background:linear-gradient(135deg,color-mix(in srgb,var(--card) 90%,var(--gold) 4%),var(--bg2));box-shadow:0 18px 60px rgba(0,0,0,.16);overflow:hidden}.live-desk-grid>a{min-height:150px;padding:22px;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:center;transition:.2s}.live-desk-grid>a:hover{background:var(--goldSoft)}.live-desk-grid>a span,.desk-ticker>span{color:var(--muted);font:700 9px Inter,sans-serif;letter-spacing:.14em}.live-desk-grid>a b{font:700 36px Georgia,serif;margin:5px 0;color:var(--text)}.live-desk-grid>a em{font-style:normal;font-size:11px;color:var(--muted)}.desk-ticker{padding:18px 20px}.desk-ticker>div{margin-top:6px}.desk-ticker a{display:grid;grid-template-columns:8px 1fr auto;align-items:center;gap:9px;padding:8px 0;border-bottom:1px solid color-mix(in srgb,var(--line) 72%,transparent)}.desk-ticker a:last-child{border:0}.desk-ticker i{width:6px;height:6px;border-radius:50%;background:var(--signal-blue)}.desk-ticker i.high{background:var(--signal-red)}.desk-ticker b{font:600 11px Inter,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.desk-ticker em{font-style:normal;color:var(--muted);font-size:9px}
.live-layer{max-width:1140px;margin:30px auto 18px;padding:0 24px}.live-layer-head{display:flex;align-items:end;justify-content:space-between;gap:20px}.live-layer-head h2{margin-top:6px;font-size:clamp(25px,3vw,36px)}.live-layer-head>a{color:var(--gold);font-size:12px}.live-layer-filters{display:flex;gap:7px;margin:17px 0;overflow:auto}.live-layer-filters button{border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--muted);padding:8px 14px;cursor:pointer;white-space:nowrap}.live-layer-filters button.active{border-color:var(--gold);background:var(--goldSoft);color:var(--gold)}.live-signal-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.signal-card{position:relative;min-height:180px;padding:18px;border:1px solid var(--line);border-radius:14px;background:var(--card);overflow:hidden}.signal-card::after{content:'';position:absolute;inset:auto -30px -70px auto;width:130px;height:130px;border-radius:50%;background:color-mix(in srgb,var(--signal-blue) 12%,transparent);filter:blur(2px)}.signal-card.high::after{background:color-mix(in srgb,var(--signal-red) 15%,transparent)}.signal-card>div{display:flex;align-items:center;gap:7px}.signal-card>div i{width:6px;height:6px;border-radius:50%;background:var(--signal-blue)}.signal-card.high>div i{background:var(--signal-red)}.signal-card>div span,.signal-card>div em{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-style:normal}.signal-card>div em{margin-left:auto}.signal-card h3{position:relative;z-index:1;margin:17px 0 9px;font-size:18px}.signal-card p{position:relative;z-index:1;color:var(--muted);font-size:11px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.page-platform main{min-height:70vh}.platform-page{max-width:1180px;margin:0 auto;padding:58px 24px 70px}.brief-hero,.watch-head{display:flex;align-items:end;justify-content:space-between;gap:30px;padding:34px 0 30px;border-bottom:1px solid var(--line)}.brief-hero>div>span,.watch-head>span,.brief-title>span,.account-intro>span,.member-head>div>span,.newsroom-head>div>span,.newsroom-audit>div>span{color:var(--gold);font:700 10px Inter,sans-serif;letter-spacing:.16em}.brief-hero h1,.watch-head h1{max-width:740px;margin:9px 0;font-size:clamp(39px,6vw,74px);letter-spacing:-.04em}.brief-hero p,.watch-head p{max-width:670px;color:var(--muted);font-size:16px}.brief-hero aside,.watch-stats{min-width:150px;padding:20px;border:1px solid var(--line);border-radius:16px;background:var(--card);text-align:center}.brief-hero aside b,.watch-stats b{display:block;color:var(--gold);font:700 42px Georgia,serif}.brief-hero aside span,.watch-stats span{color:var(--muted);font-size:10px}.brief-lead{display:grid;grid-template-columns:1.4fr .6fr;gap:18px;margin:28px 0;padding:30px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(135deg,color-mix(in srgb,var(--card) 90%,var(--gold) 5%),var(--bg2));box-shadow:var(--platform-shadow)}.brief-lead>div:first-child>span{color:var(--signal-red);font:700 10px Inter,sans-serif;letter-spacing:.13em;text-transform:uppercase}.brief-lead h2{max-width:750px;margin:10px 0;font-size:clamp(29px,4.5vw,52px)}.brief-lead p{max-width:720px;color:var(--muted)}.brief-lead>div>div{display:flex;gap:7px;flex-wrap:wrap;margin:17px 0}.brief-lead em{padding:5px 9px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-style:normal;font-size:9px}.brief-map{position:relative;min-height:250px;display:flex;flex-direction:column;justify-content:end;padding:22px;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:radial-gradient(circle at 65% 35%,color-mix(in srgb,var(--gold) 25%,transparent),transparent 30%),linear-gradient(145deg,#18232e,#0c1117)}.brief-map i{position:absolute;width:170px;height:170px;right:-25px;top:-20px;border:1px solid rgba(255,255,255,.13);border-radius:50%;box-shadow:inset 0 0 35px rgba(127,178,232,.15)}.brief-map b{position:relative;color:#fff;font-size:22px}.brief-map span{position:relative;color:#aaa;font-size:11px}.brief-section,.watch-results{padding:35px 0}.brief-title{margin-bottom:16px}.brief-title h2{margin-top:5px;font-size:clamp(25px,3vw,36px)}.brief-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.brief-card{border:1px solid var(--line);border-radius:15px;background:var(--card);overflow:hidden;transition:.2s}.brief-card:hover{transform:translateY(-4px);border-color:var(--gold)}.brief-img{height:145px;display:grid;place-items:center;background:linear-gradient(145deg,var(--bg2),var(--card));background-size:cover!important;background-position:center!important}.brief-img span{font:700 45px Georgia;color:var(--gold);opacity:.55}.brief-card>div:last-child{padding:16px}.brief-card small{color:var(--gold);font-size:9px;text-transform:uppercase;letter-spacing:.1em}.brief-card h3{margin:7px 0;font-size:18px}.brief-card p{color:var(--muted);font-size:11px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.signal-table{border-top:1px solid var(--line)}.signal-table>a{display:grid;grid-template-columns:8px 100px 1fr 120px;align-items:center;gap:12px;padding:14px 4px;border-bottom:1px solid var(--line)}.signal-table>a>i{width:7px;height:7px;border-radius:50%;background:var(--signal-blue)}.signal-table>a>i.signal-high{background:var(--signal-red)}.signal-table>a>span,.signal-table>a>em{font-size:10px;color:var(--muted);font-style:normal}.signal-table>a>b{font-size:13px}
.watch-picker{padding:28px 0;border-bottom:1px solid var(--line)}.watch-picker h2{margin-bottom:15px}.watch-picker>div{display:flex;gap:8px;flex-wrap:wrap}.watch-picker button,.interest-picks button{display:flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:999px;background:var(--card);color:var(--muted);padding:9px 13px;cursor:pointer}.watch-picker button i{width:6px;height:6px;border-radius:50%;background:var(--line)}.watch-picker button.active,.interest-picks button.active{border-color:var(--gold);background:var(--goldSoft);color:var(--gold)}.watch-picker button.active i{background:var(--signal)}
.account-shell{display:grid;grid-template-columns:1fr 440px;gap:60px;align-items:center;min-height:640px}.account-intro h1{max-width:600px;margin:10px 0 18px;font-size:clamp(42px,6vw,75px);letter-spacing:-.045em}.account-intro p{max-width:570px;color:var(--muted);font-size:17px}.account-intro ul{display:flex;gap:10px;flex-wrap:wrap;margin-top:25px;list-style:none}.account-intro li{padding:8px 11px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:11px}.account-card{padding:26px;border:1px solid var(--line);border-radius:20px;background:var(--card);box-shadow:var(--platform-shadow)}.account-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:5px;border-radius:11px;background:var(--bg)}.account-tabs button{border:0;border-radius:8px;background:transparent;color:var(--muted);padding:10px;cursor:pointer}.account-tabs button.active{background:var(--card);color:var(--text);box-shadow:0 5px 18px rgba(0,0,0,.15)}#memberForm{display:grid;gap:14px;margin-top:22px}#memberForm label{display:grid;gap:6px;color:var(--muted);font-size:11px}#memberForm input{width:100%;padding:12px 13px;border:1px solid var(--line);border-radius:9px;background:var(--bg);color:var(--text)}.text-btn{border:0;background:transparent;color:var(--gold);cursor:pointer;font-size:11px}#memberMsg{min-height:20px;color:var(--signal-red);font-size:11px}.member-dashboard{padding:30px 0}.member-head{display:flex;align-items:center;gap:17px;padding-bottom:25px;border-bottom:1px solid var(--line)}.member-head>button{margin-left:auto}.member-avatar{width:66px;height:66px;display:grid;place-items:center;border:1px solid var(--gold);border-radius:50%;background:var(--goldSoft);color:var(--gold);font:700 27px Georgia}.member-head h1{font-size:32px}.member-head p{color:var(--muted);font-size:12px}.member-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:22px 0}.member-stats>div{padding:18px;border:1px solid var(--line);border-radius:13px;background:var(--card)}.member-stats b,.member-stats span{display:block}.member-stats b{font:700 30px Georgia}.member-stats span{color:var(--muted);font-size:10px}.member-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:14px}.member-grid>section{padding:22px;border:1px solid var(--line);border-radius:15px;background:var(--card)}.member-grid h2{margin-bottom:13px}.member-grid p,.member-grid small{display:block;color:var(--muted);font-size:11px;margin-bottom:13px}.interest-picks{display:flex;gap:7px;flex-wrap:wrap}.member-history{padding-top:30px}.member-history>div{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:13px}.member-history a{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:14px;border:1px solid var(--line);border-radius:11px;background:var(--card)}.member-history b{font-size:12px}.member-history span{color:var(--muted);font-size:9px;white-space:nowrap}
.newsroom-v23{max-width:none!important}.newsroom-head{display:flex;align-items:end;justify-content:space-between;gap:25px;padding:18px 0 24px}.newsroom-head h1{margin:6px 0;font-size:clamp(31px,4vw,48px)}.newsroom-head p{color:var(--muted)}.newsroom-score{min-width:160px;padding:17px;border:1px solid var(--line);border-radius:14px;background:var(--card);text-align:center}.newsroom-score b,.newsroom-score span{display:block}.newsroom-score b{color:var(--gold);font:700 40px Georgia}.newsroom-score span{color:var(--muted);font-size:9px}.newsroom-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.newsroom-kpis>div{padding:17px;border:1px solid var(--line);border-radius:12px;background:var(--card)}.newsroom-kpis b,.newsroom-kpis span{display:block}.newsroom-kpis b{font-size:25px}.newsroom-kpis span{color:var(--muted);font-size:10px}.newsroom-tools{display:flex;align-items:center;gap:8px;margin:18px 0}.newsroom-tools>span{margin-left:auto;color:var(--muted);font-size:11px}.newsroom-board{display:grid;grid-template-columns:repeat(6,minmax(210px,1fr));gap:10px;overflow-x:auto;padding-bottom:12px}.news-column{min-height:430px;padding:10px;border:1px solid var(--line);border-radius:14px;background:color-mix(in srgb,var(--bg2) 70%,transparent)}.news-column>header{display:flex;justify-content:space-between;padding:7px 5px 12px}.news-column>header span{font:700 10px Inter;letter-spacing:.08em;text-transform:uppercase}.news-column>header b{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--card);font-size:9px}.news-card{margin-bottom:9px;padding:12px;border:1px solid var(--line);border-radius:10px;background:var(--card);box-shadow:0 7px 20px rgba(0,0,0,.1)}.news-card>div:first-child,.news-card footer{display:flex;align-items:center;justify-content:space-between}.news-card .priority{padding:3px 6px;border-radius:5px;background:var(--bg);color:var(--muted);font-size:8px;text-transform:uppercase}.news-card .priority.high,.news-card .priority.urgent{color:var(--signal-red);background:color-mix(in srgb,var(--signal-red) 10%,transparent)}.news-card>div>em{font-style:normal;color:var(--gold);font-size:9px}.news-card h3{margin:9px 0 5px;font-size:14px}.news-card p{color:var(--muted);font-size:9px}.quality-mini{height:3px;margin:10px 0;background:var(--bg);border-radius:99px;overflow:hidden}.quality-mini i{display:block;height:100%;background:var(--gold)}.news-card footer span,.news-card footer button{color:var(--muted);font-size:8px}.news-card footer button{border:0;background:transparent;cursor:pointer}.newsroom-audit{margin-top:20px;padding:20px;border:1px solid var(--line);border-radius:15px;background:var(--card)}.newsroom-audit h2{margin:5px 0 15px}.audit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.audit-grid button{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;padding:11px;border:1px solid var(--line);border-radius:9px;background:var(--bg);color:var(--text);text-align:left;cursor:pointer}.audit-grid button b{color:var(--gold)}.audit-grid button span{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.audit-grid button em{font-style:normal;color:var(--muted);font-size:8px}.editorial-v23-fields{margin:18px 0;padding:18px;border:1px solid color-mix(in srgb,var(--gold) 30%,var(--line));border-radius:13px;background:var(--goldSoft)}.editorial-v23-fields>span{display:block;margin-bottom:12px;color:var(--gold);font:700 10px Inter;letter-spacing:.14em}
.offline-shell{max-width:780px;margin:8vh auto;padding:50px 24px;text-align:center}.offline-orbit{width:160px;height:160px;margin:0 auto 28px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,var(--goldSoft),transparent 68%);font-size:52px}.offline-shell h1{font-size:clamp(38px,6vw,65px)}.offline-shell p{max-width:580px;margin:15px auto 24px;color:var(--muted)}
html.light .brief-map{background:radial-gradient(circle at 65% 35%,rgba(217,164,65,.2),transparent 30%),linear-gradient(145deg,#e8edf1,#d9e0e5)}html.light .brief-map b{color:#18202a}html.light .brief-map span{color:#5e6871}
@media(max-width:1100px){.live-desk-grid{grid-template-columns:repeat(3,1fr)}.desk-ticker{grid-column:1/-1;border-top:1px solid var(--line)}.live-signal-grid,.brief-grid{grid-template-columns:repeat(2,1fr)}.newsroom-board{grid-template-columns:repeat(6,230px)}}
@media(max-width:760px){.command-btn kbd,.platform-status{display:none}.nav-right{gap:7px}.live-desk-top,.brief-hero,.watch-head,.newsroom-head{align-items:flex-start;flex-direction:column}.live-desk-grid{grid-template-columns:repeat(3,1fr)}.live-desk-grid>a{min-height:115px;padding:14px}.live-desk-grid>a b{font-size:27px}.live-desk-grid>a em{font-size:9px}.brief-lead,.account-shell,.member-grid{grid-template-columns:1fr}.brief-map{min-height:190px}.brief-hero aside,.watch-stats{align-self:stretch}.signal-table>a{grid-template-columns:8px 80px 1fr}.signal-table>a>em{display:none}.account-shell{gap:25px;min-height:0}.member-stats,.newsroom-kpis{grid-template-columns:repeat(2,1fr)}.member-history>div,.audit-grid{grid-template-columns:1fr}.newsroom-score{width:100%}}
@media(max-width:520px){.live-desk-grid{grid-template-columns:1fr}.live-desk-grid>a{min-height:90px;border-right:0;border-bottom:1px solid var(--line)}.live-signal-grid,.brief-grid{grid-template-columns:1fr}.brief-hero h1,.watch-head h1{font-size:39px}.brief-lead{padding:20px}.platform-page{padding:35px 17px 55px}.member-stats{grid-template-columns:1fr 1fr}.command-palette{padding-top:12px}.command-palette>section{max-height:calc(100vh - 24px)}.command-palette>section>footer{display:none}.home-live-desk{padding-left:16px;padding-right:16px}.live-desk-top .btn{width:100%;text-align:center}}

/* =========================================================
   ARTICLE EXPERIENCE V29 — focused long-form editorial layout
   ========================================================= */
.article-v29{
  --article-ink:#211e19;
  --article-muted:#6f6a61;
  --article-paper:#fbfaf7;
  --article-rule:rgba(41,35,26,.12);
}
.article-v29 main{overflow:clip}
.article-v29 .explore-nav-v271,
.article-v29 .page-context-v28{display:none}
.article-v29 header.nav{
  border-bottom:1px solid var(--line);
  background:color-mix(in srgb,var(--bg) 88%,transparent);
  backdrop-filter:blur(18px) saturate(130%);
}
.article-v29 header.nav .nav-in{height:64px}
.article-v29 header.nav .logo{letter-spacing:-.015em}
.article-v29 .article-hero{
  position:relative;
  max-width:1180px;
  padding-top:clamp(54px,8vw,96px);
  text-align:center;
}
.article-v29 .article-hero::before{
  content:"";
  position:absolute;
  z-index:-1;
  top:-90px;
  left:50%;
  width:min(1040px,100vw);
  height:540px;
  transform:translateX(-50%);
  background:
    radial-gradient(circle at 34% 35%,color-mix(in srgb,var(--gold) 15%,transparent),transparent 37%),
    radial-gradient(circle at 72% 30%,color-mix(in srgb,var(--blue) 9%,transparent),transparent 34%);
  filter:blur(8px);
  pointer-events:none;
}
.article-v29 .article-hero .breadcrumb{
  justify-content:center;
  margin:0 0 18px;
  color:var(--muted);
  font-size:12px;
}
.article-v29 .article-hero .eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  margin:0 0 20px;
  padding:0 11px;
  border:1px solid color-mix(in srgb,var(--gold) 40%,transparent);
  border-radius:999px;
  background:color-mix(in srgb,var(--gold) 9%,transparent);
  font-size:10px;
  font-weight:800;
  letter-spacing:.16em;
}
.article-v29 .article-hero h1{
  max-width:900px;
  margin:0 auto 20px;
  font-size:clamp(42px,5.2vw,68px);
  line-height:1.035;
  letter-spacing:-.045em;
  text-wrap:balance;
}
.article-v29 .article-deck{
  max-width:700px;
  margin:0 auto 22px;
  color:var(--muted);
  font-size:clamp(17px,1.6vw,20px);
  line-height:1.65;
  text-wrap:pretty;
}
.article-v29 .article-hero .meta{
  justify-content:center;
  gap:8px 12px;
  color:var(--muted);
  font-size:12px;
}
.article-v29 .article-cover{
  width:min(1080px,100%);
  aspect-ratio:16/8.5;
  max-height:none;
  margin:40px auto 0;
  border:1px solid color-mix(in srgb,var(--line) 80%,transparent);
  border-radius:20px;
  box-shadow:0 30px 80px rgba(0,0,0,.24);
}
.article-v29 .article-cover::after{
  background:linear-gradient(180deg,transparent 58%,rgba(0,0,0,.22));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);
}
.article-v29 #videoBox:empty,
.article-v29 .ad-band:empty{display:none}
.article-v29 .toc-v27{
  max-width:760px;
  margin:42px auto 10px;
  padding:20px 22px;
  border:1px solid var(--line);
  border-radius:14px;
  background:color-mix(in srgb,var(--card) 86%,transparent);
  box-shadow:none;
}
.article-v29 .toc-v27>b{
  display:block;
  margin-bottom:12px;
  color:var(--gold);
  font-size:10px;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.article-v29 .toc-v27 ol{margin:0;columns:2;column-gap:34px}
.article-v29 .toc-v27 li{break-inside:avoid;margin:8px 0;color:var(--muted);font-size:13px}
.article-v29 .toc-v27 a{color:inherit;text-decoration:none}
.article-v29 .toc-v27 a:hover{color:var(--gold)}
.article-v29 .prose{
  max-width:720px;
  margin-top:40px;
  padding:0;
  font-size:calc(clamp(18px,.5vw + 16px,20px) * var(--reader-scale));
  line-height:1.88;
  letter-spacing:0;
}
.article-v29 .prose>p{margin-bottom:28px}
.article-v29 .prose>p:first-child{font-size:1.06em;line-height:1.82}
.article-v29 .prose>p:first-child::first-letter{
  margin-top:7px;
  padding-right:12px;
  font-size:3.25em;
  line-height:.76;
}
.article-v29 .prose h2{
  margin:62px 0 20px;
  padding:0 0 14px;
  border-bottom:1px solid var(--line);
  font-size:clamp(27px,2.5vw,34px);
  line-height:1.2;
}
.article-v29 .prose h2::before{display:none}
.article-v29 .prose h3{margin-top:38px;font-size:clamp(21px,2vw,25px)}
.article-v29 .prose blockquote{
  margin:40px -26px;
  padding:25px 30px 25px 34px;
  border-left:3px solid var(--gold);
  border-radius:0 12px 12px 0;
  background:linear-gradient(90deg,color-mix(in srgb,var(--gold) 10%,transparent),transparent);
  font-size:1.08em;
}
.article-v29 .prose img{width:100%;border-radius:14px}
.article-v29 .reader-v27{
  right:22px;
  top:50%;
  padding:6px;
  gap:4px;
  border:1px solid var(--line);
  border-radius:12px;
  background:color-mix(in srgb,var(--card) 88%,transparent);
  backdrop-filter:blur(14px);
  transform:translateY(-50%);
  box-shadow:0 16px 42px rgba(0,0,0,.18);
}
.article-v29 .reader-v27 button{
  width:38px;
  height:36px;
  border:0;
  border-radius:7px;
  background:transparent;
  box-shadow:none;
  font-size:11px;
}
.article-v29 .reader-v27 button:hover,
.article-v29 .reader-v27 button:focus-visible{
  color:var(--gold);
  background:var(--goldSoft);
  outline:2px solid color-mix(in srgb,var(--gold) 55%,transparent);
  outline-offset:1px;
}
.article-v29 .cred-v27,
.article-v29 .related-v27{
  max-width:920px;
  margin-top:56px;
  padding:28px;
  border-radius:16px;
  box-shadow:none;
}
.article-v29 #source,
.article-v29 #shareBox,
.article-v29 #prevNext{max-width:920px}
.article-v29 .related-grid-v27 a{transition:transform .18s,border-color .18s}
.article-v29 .related-grid-v27 a:hover{transform:translateY(-3px);border-color:var(--gold)}

@media(max-width:900px){
  .article-v29 .article-hero{padding-top:52px}
  .article-v29 .reader-v27{right:12px}
  .article-v29 .prose{padding-inline:24px}
}
@media(max-width:700px){
  .article-v29 header.nav .nav-in{height:58px}
  .article-v29 .article-hero{text-align:left;padding:34px 18px 0}
  .article-v29 .article-hero::before{height:400px}
  .article-v29 .article-hero .breadcrumb,
  .article-v29 .article-hero .meta{justify-content:flex-start}
  .article-v29 .article-hero .eyebrow{margin-bottom:15px}
  .article-v29 .article-hero h1{
    margin-left:0;
    font-size:clamp(34px,10.5vw,46px);
    line-height:1.04;
  }
  .article-v29 .article-deck{margin-left:0;font-size:16px;line-height:1.58}
  .article-v29 .article-cover{margin-top:27px;border-radius:14px;aspect-ratio:16/10}
  .article-v29 .toc-v27{margin:28px 18px 0;padding:18px}
  .article-v29 .toc-v27 ol{columns:1;padding-left:20px}
  .article-v29 .prose{margin-top:30px;padding-inline:20px;font-size:calc(17.5px * var(--reader-scale));line-height:1.82}
  .article-v29 .prose>p{margin-bottom:24px}
  .article-v29 .prose h2{margin-top:48px;font-size:27px}
  .article-v29 .prose blockquote{margin:32px 0;padding:22px 22px 22px 26px}
  .article-v29 .cred-v27,
  .article-v29 .related-v27{margin:42px 16px 0;padding:20px;border-radius:14px}
  .article-v29.article-mobile-fix-v281 .reader-v27{
    top:auto!important;
    left:50%!important;
    right:auto!important;
    bottom:76px!important;
    width:max-content!important;
    height:auto!important;
    min-height:0!important;
    padding:5px!important;
    transform:translateX(-50%);
  }
  .article-v29:has(.consent-bar) .reader-v27,
  .article-v29:has(.consent-bar) .reader-tools,
  .article-v29:has(.consent-bar) #chatFab,
  .article-v29:has(.consent-bar) #ssDonateFab{display:none!important}
  .article-v29.article-mobile-fix-v281{padding-bottom:130px}
}
@media(max-width:390px){
  .article-v29 .article-hero h1{font-size:34px}
  .article-v29 .article-hero .meta{font-size:11px}
  .article-v29 .reader-v27 button{width:34px}
}
@media(prefers-reduced-motion:reduce){
  .article-v29 .related-grid-v27 a{transition:none}
}

/* =========================================================
   ARTICLE READING LAYOUT V30 — content-led editorial grid
   ========================================================= */
.article-reading-v30 .reader-v27{display:none!important}
.reading-shell-v30{
  width:min(1120px,calc(100% - 48px));
  margin:44px auto 0;
  display:grid;
  grid-template-columns:220px minmax(0,740px);
  justify-content:center;
  align-items:start;
  gap:clamp(44px,6vw,82px);
}
.reading-rail-v30{
  position:sticky;
  top:92px;
  min-width:0;
}
.reading-shell-v30 .toc-v27,
.reading-shell-v30 .toc{
  width:100%;
  max-width:none;
  margin:0;
  padding:18px 18px 16px;
  border-radius:12px;
  background:color-mix(in srgb,var(--card) 90%,transparent);
}
.reading-shell-v30 .toc-v27 ol,
.reading-shell-v30 .toc ul{
  columns:1;
  margin:0;
  padding-left:18px;
}
.reading-shell-v30 .toc-v27 li,
.reading-shell-v30 .toc li{margin:9px 0;line-height:1.4}
.reading-note-v30{
  padding:18px;
  border:1px solid var(--line);
  border-radius:12px;
  background:color-mix(in srgb,var(--card) 90%,transparent);
}
.reading-note-v30 span{display:block;color:var(--gold);font-size:9px;font-weight:800;letter-spacing:.15em}
.reading-note-v30 b{display:block;margin-top:8px;font-size:15px}
.reading-note-v30 p{margin:7px 0 0;color:var(--muted);font-size:12px;line-height:1.55}
.reading-main-v30{min-width:0}
.article-reading-v30 .reading-main-v30 .prose>.toc{display:none!important}
.reading-main-v30 .reader-tools{
  position:relative;
  top:auto;
  max-width:none;
  margin:0 0 34px;
  border-radius:10px;
  box-shadow:0 10px 28px rgba(0,0,0,.12);
}
.article-reading-v30 .reading-main-v30 .prose{
  width:100%;
  max-width:740px;
  margin:0;
  padding:0;
  color:var(--text);
  font-family:Lora,Georgia,'Times New Roman',serif;
  font-size:calc(19px * var(--reader-scale));
  font-weight:400;
  line-height:1.88;
  letter-spacing:.002em;
  text-align:left;
  text-wrap:pretty;
}
.article-reading-v30 .reading-main-v30 .prose>p{margin:0 0 29px}
.article-reading-v30 .reading-main-v30 .prose>p:first-child{font-size:1.04em;line-height:1.86}
.article-reading-v30 .reading-main-v30 .prose strong{font-weight:700}
.article-reading-v30 .reading-main-v30 .prose h2,
.article-reading-v30 .reading-main-v30 .prose h3{
  font-family:'Playfair Display',Georgia,serif;
  text-wrap:balance;
}
.article-reading-v30 .reading-main-v30 .prose h2{
  margin:64px 0 22px;
  padding-bottom:14px;
  border-bottom:1px solid var(--line);
  font-size:34px;
  line-height:1.17;
}
.article-reading-v30 .reading-main-v30 .prose h3{margin:40px 0 14px;font-size:25px;line-height:1.25}
.article-reading-v30 .reading-main-v30 .prose blockquote{
  margin:42px 0;
  padding:24px 28px;
  font-size:1.08em;
  line-height:1.72;
}
.reading-main-v30>.cred-v27{width:100%;max-width:740px;margin:58px 0 0}
.reader-wide-v27 .reading-shell-v30{grid-template-columns:220px minmax(0,900px);width:min(1240px,calc(100% - 48px))}
.reader-wide-v27 .reading-main-v30 .prose{max-width:900px!important}

@media(max-width:980px){
  .reading-shell-v30{
    width:min(760px,calc(100% - 40px));
    grid-template-columns:1fr;
    gap:22px;
  }
  .reading-rail-v30{position:relative;top:auto}
  .reading-shell-v30 .toc-v27 ol{columns:2;column-gap:28px}
  .reading-main-v30 .reader-tools{top:auto}
}
@media(max-width:640px){
  .reading-shell-v30{width:100%;margin-top:28px;gap:18px}
  .reading-rail-v30{padding:0 18px}
  .reading-shell-v30 .toc-v27 ol{columns:1}
  .reading-main-v30 .reader-tools{
    top:auto;
    margin:0 14px 26px;
    overflow-x:auto;
  }
  .article-reading-v30 .reading-main-v30 .prose{
    padding:0 20px;
    font-size:calc(17.5px * var(--reader-scale));
    line-height:1.82;
  }
  .article-reading-v30 .reading-main-v30 .prose>p{margin-bottom:24px}
  .article-reading-v30 .reading-main-v30 .prose h2{margin-top:50px;font-size:28px}
  .article-reading-v30 .reading-main-v30 .prose h3{font-size:22px}
  .reading-main-v30>.cred-v27{width:auto;margin:44px 16px 0}
}
@media(prefers-reduced-motion:reduce){.platform-status i,.live-desk-top i{animation:none}.brief-card,.signal-card{transition:none}}

/* v24: never overlay mobile navigation with an install prompt */
.install-app{display:none!important}
html.is-navigating{cursor:progress}

/* fa-v25.css */
/* Font Awesome Free local SVG icons v25 */
.fa-icon{display:inline-block;width:1em;height:1em;overflow:hidden;fill:currentColor;vertical-align:-.125em;flex:0 0 auto}.icon-btn>.fa-icon,.hamb>.fa-icon{width:1.08em;height:1.08em}.btn>.fa-icon,.mini>.fa-icon,a>.fa-icon,button>.fa-icon{margin-inline-end:.38em}.icon-btn>.fa-icon,.hamb>.fa-icon,.pi>.fa-icon,.cat-ic>.fa-icon,.audio-icon>.fa-icon,.offline-orbit>.fa-icon{margin-inline-end:0}.pi>.fa-icon,.cat-ic>.fa-icon{width:1.35em;height:1.35em}.audio-icon>.fa-icon,.offline-orbit>.fa-icon{width:1.5em;height:1.5em}.entity-chips .fa-icon,.saved .fa-icon,.codehint .fa-icon{width:.9em;height:.9em}.fa-ready .fa-icon{animation:faIn .18s ease both}@keyframes faIn{from{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}@media(max-width:600px){.nav-right{max-width:calc(100vw - 44px);min-width:0;gap:6px}.nav-right .btn{padding-inline:10px}}@media(prefers-reduced-motion:reduce){.fa-ready .fa-icon{animation:none}}

html,body{overflow-x:clip;max-width:100%}

/* Sydas Sector Editorial Publishing Engine v27 */
.v27-progress{position:fixed;left:0;top:0;height:3px;width:0;background:linear-gradient(90deg,#c99a3d,#65b5d2);z-index:10000}.reader-v27{position:fixed;right:18px;top:42%;display:flex;flex-direction:column;gap:7px;z-index:80}.reader-v27 button{width:42px;height:38px;border:1px solid var(--line);border-radius:10px;background:var(--card);color:var(--text);font-weight:700;box-shadow:0 8px 30px #0003}.reader-wide-v27 .prose{max-width:980px!important}.reader-focus-v27 header,.reader-focus-v27 footer,.reader-focus-v27 .related-v27{opacity:.08;transition:.2s}.reader-focus-v27 header:hover,.reader-focus-v27 footer:hover{opacity:1}.toc-v27{max-width:780px;margin:24px auto;padding:18px 22px;border:1px solid var(--line);border-radius:16px;background:var(--card)}.toc-v27 ol{columns:2;padding-left:20px}.toc-v27 li{margin:7px 0}.cred-v27,.related-v27{max-width:980px;margin:42px auto;padding:26px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,var(--card),transparent)}.cred-head{display:flex;justify-content:space-between;gap:20px}.cred-head span{font-size:11px;letter-spacing:.18em;color:var(--accent)}.cred-state{padding:8px 12px;border-radius:999px;font-size:12px}.cred-state.ok{background:#2e8b5722;color:#6fcf97}.cred-state.warn{background:#c99a3d22;color:#d8ad57}.cred-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0}.cred-grid>div{padding:14px;border:1px solid var(--line);border-radius:12px}.cred-grid p{margin:5px 0;color:var(--muted)}.cred-note{color:var(--muted)}.related-grid-v27{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.related-grid-v27 a{display:flex;flex-direction:column;gap:8px;padding:18px;border:1px solid var(--line);border-radius:14px}.related-grid-v27 span,.related-grid-v27 small{color:var(--muted);font-size:12px}.v27-kpis{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.v27-kpis>div,.workflow-lanes>div{padding:15px;border:1px solid var(--line);border-radius:13px;background:var(--card)}.v27-kpis b{display:block;font-size:26px}.v27-kpis span,.workflow-lanes span{font-size:11px;color:var(--muted)}.workflow-lanes{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-top:12px}.workflow-lanes b{float:right}.health-list-v27{list-style:none;padding:0}.health-list-v27 li{padding:9px;border-bottom:1px solid var(--line)}.health-list-v27 .ok{color:#6fcf97}.health-list-v27 .warn{color:#e0a85a}.search-pro-v27{display:grid;grid-template-columns:2fr 1fr 1fr;gap:10px}.search-pro-v27 input,.search-pro-v27 select{padding:13px;border:1px solid var(--line);border-radius:12px;background:var(--card);color:var(--text)}.search-results-v27{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:20px}.search-results-v27 a{padding:20px;border:1px solid var(--line);border-radius:16px;background:var(--card)}.graph-wrap-v27{overflow:auto;border:1px solid var(--line);border-radius:20px;background:radial-gradient(circle at center,#18304a33,transparent 60%)}#knowledgeGraph{width:1100px;height:680px}.graph-edge{stroke:#69809855}.graph-node{stroke:#fff8}.graph-node.article{fill:#c99a3d}.graph-node.topic{fill:#5a9fd4}.graph-node.country{fill:#6fcf97}#knowledgeGraph text{fill:var(--text);font:12px Inter}.v27-tier-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.v27-tier{padding:25px;border:1px solid var(--line);border-radius:18px;background:var(--card)}.v27-footer-links{display:flex;gap:18px;justify-content:center;padding:18px;flex-wrap:wrap}
@media(max-width:760px){.reader-v27{right:8px;top:auto;bottom:72px;flex-direction:row}.reader-v27 button{width:38px}.toc-v27 ol{columns:1}.cred-grid,.related-grid-v27,.v27-kpis,.workflow-lanes,.search-results-v27,.v27-tier-grid{grid-template-columns:1fr}.search-pro-v27{grid-template-columns:1fr}.cred-head{flex-direction:column}}
@media print{header,footer,.reader-v27,.v27-progress,.chat-launch,.chat-panel{display:none!important}.prose{max-width:none!important;color:#000!important}.cred-v27{break-inside:avoid}}
/* Visible Explore Navigation v27.1 */
.explore-nav-v271{position:sticky;top:64px;z-index:72;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--bg) 94%,transparent);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 8px 24px rgba(0,0,0,.08)}
.explore-scroll-v271{display:flex;align-items:center;gap:5px;overflow-x:auto;scrollbar-width:thin;scroll-snap-type:x proximity;padding-top:9px;padding-bottom:9px;overscroll-behavior-inline:contain}
.explore-scroll-v271::-webkit-scrollbar{height:4px}.explore-scroll-v271::-webkit-scrollbar-thumb{background:var(--line);border-radius:99px}
.explore-label-v271{flex:0 0 auto;margin-right:6px;padding:7px 10px;border-radius:9px;background:var(--accent);color:#111;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.explore-scroll-v271 a{flex:0 0 auto;scroll-snap-align:start;padding:7px 10px;border:1px solid transparent;border-radius:9px;color:var(--muted);font-size:12px;font-weight:650;white-space:nowrap;transition:.18s}
.explore-scroll-v271 a:hover,.explore-scroll-v271 a:focus-visible{color:var(--text);background:var(--card);border-color:var(--line)}
.explore-scroll-v271 a[aria-current="page"]{color:var(--text);background:var(--card);border-color:var(--accent)}
@media(max-width:760px){.explore-nav-v271{top:58px}.explore-scroll-v271{padding-left:14px;padding-right:14px}.explore-label-v271{position:sticky;left:0;z-index:2;box-shadow:8px 0 12px var(--bg)}}
@media print{.explore-nav-v271{display:none!important}}

/* Bottom information links v27.3 */
.footer-policy-v273{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px 18px;margin-top:20px;padding-top:18px;padding-bottom:22px;border-top:1px solid var(--line)}
.footer-policy-v273 a{color:var(--muted);font-size:12px;font-weight:650}
.footer-policy-v273 a:hover,.footer-policy-v273 a:focus-visible,.footer-policy-v273 a[aria-current="page"]{color:var(--text)}
@media(max-width:600px){.footer-policy-v273{gap:10px 16px;padding-inline:16px}}

/* Sydas Sector UX Information Architecture v28 */
.ux-v28 main{position:relative}.ux-v28 .block{padding-top:70px;padding-bottom:22px}.ux-v28 .sec-head{align-items:flex-end;margin-bottom:24px}.ux-v28 .sec-title h2{margin-bottom:6px}.section-summary-v28{max-width:620px;margin:5px 0 0;color:var(--muted);font-size:14px;line-height:1.55;font-weight:450}
.ux-v28 .earth-hero{min-height:min(650px,76vh);margin-top:26px;padding:clamp(28px,5vw,68px);border:1px solid var(--line);border-radius:28px;background:radial-gradient(circle at 78% 42%,color-mix(in srgb,var(--accent) 14%,transparent),transparent 38%),linear-gradient(145deg,var(--card),color-mix(in srgb,var(--bg) 94%,var(--card)));overflow:hidden;box-shadow:0 28px 80px rgba(0,0,0,.16)}
.ux-v28 .earth-copy{max-width:660px}.ux-v28 .earth-copy h1{font-size:clamp(38px,5.4vw,76px);line-height:.98;letter-spacing:-.045em;max-width:780px}.ux-v28 .earth-copy>p{max-width:640px;font-size:clamp(16px,1.5vw,20px);line-height:1.65}.hero-topics-v28{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 20px}.hero-topics-v28 span{padding:6px 10px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;background:color-mix(in srgb,var(--card) 82%,transparent)}
.ux-v28 .earth-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.ux-v28 .earth-actions .btn{display:inline-flex;align-items:center;gap:9px;min-height:44px}.btn-quiet-v28{background:transparent!important;color:var(--text)!important;border:1px solid var(--line)!important}.btn-quiet-v28:hover{background:var(--card)!important;border-color:var(--accent)!important}
.start-v28{padding-top:64px;padding-bottom:28px}.start-heading-v28{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,520px);gap:32px;align-items:end;margin-bottom:24px}.start-heading-v28 h2{font-size:clamp(30px,4vw,48px);margin:4px 0 0;letter-spacing:-.035em}.start-heading-v28>p{color:var(--muted);line-height:1.7;margin:0}.start-grid-v28{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.start-card-v28{position:relative;display:flex;min-height:250px;flex-direction:column;gap:18px;padding:24px;border:1px solid var(--line);border-radius:20px;color:var(--text);background:var(--card);box-shadow:0 12px 35px rgba(0,0,0,.08);transition:transform .22s,border-color .22s,box-shadow .22s}.start-card-v28:hover,.start-card-v28:focus-visible{transform:translateY(-5px);border-color:var(--accent);box-shadow:0 22px 50px rgba(0,0,0,.16)}.start-card-v28>i{font-size:25px;color:var(--accent)}.start-card-v28 h3{font-size:18px;line-height:1.25;margin:0 0 8px}.start-card-v28 p{color:var(--muted);font-size:13px;line-height:1.55;margin:0}.start-card-v28>b{margin-top:auto;font-size:12px;color:var(--accent)}.start-no-v28{position:absolute;right:18px;top:17px;color:var(--muted);font:700 11px/1 ui-monospace,monospace;letter-spacing:.08em}
.trust-strip-v28{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;padding:1px;border:1px solid var(--line);border-radius:18px;background:var(--line);overflow:hidden;margin-top:24px;margin-bottom:10px}.trust-strip-v28>div{display:flex;align-items:center;gap:14px;padding:18px 20px;background:var(--bg)}.trust-strip-v28 i{color:var(--accent);font-size:18px}.trust-strip-v28 span{display:flex;flex-direction:column;gap:3px}.trust-strip-v28 b{font-size:13px}.trust-strip-v28 small{color:var(--muted);font-size:11px;line-height:1.4}
.page-context-v28{display:flex;align-items:center;gap:9px;padding-top:16px;padding-bottom:6px;color:var(--muted);font-size:12px}.page-context-v28 a{color:var(--muted)}.page-context-v28 a:hover{color:var(--text)}.page-context-v28 span[aria-current="page"]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text);font-weight:650}
.ux-v28 #featured,.ux-v28 #grid{scroll-margin-top:150px}.ux-v28 #terbaru,.ux-v28 #topik,.ux-v28 #tentang,.ux-v28 #populer,.ux-v28 #youtube{scroll-margin-top:148px}.ux-v28 #topik{border-top:1px solid var(--line)}
@media(max-width:1050px){.start-grid-v28{grid-template-columns:repeat(2,minmax(0,1fr))}.start-card-v28{min-height:210px}.ux-v28 .earth-hero{min-height:auto}.ux-v28 .earth-copy h1{max-width:650px}}
@media(max-width:700px){.ux-v28 .block{padding-top:48px}.ux-v28 .earth-hero{margin-top:14px;padding:28px 20px;border-radius:20px}.ux-v28 .earth-copy h1{font-size:clamp(36px,12vw,52px);line-height:1.02}.ux-v28 .earth-copy>p{font-size:15px}.ux-v28 .earth-actions{align-items:stretch}.ux-v28 .earth-actions .btn{justify-content:center;width:100%}.start-v28{padding-top:44px}.start-heading-v28{grid-template-columns:1fr;gap:10px}.start-grid-v28{grid-template-columns:1fr}.start-card-v28{min-height:170px}.trust-strip-v28{grid-template-columns:1fr}.ux-v28 .sec-head{align-items:flex-start}.section-summary-v28{font-size:13px}}
@media(prefers-reduced-motion:reduce){.start-card-v28{transition:none}.start-card-v28:hover{transform:none}}

/* iPhone article control collision fix v28.1 */
@media(max-width:600px){
 .article-mobile-fix-v281 header.nav .nav-in{display:flex!important;align-items:center!important;gap:8px!important;padding-inline:14px!important;min-width:0}
 .article-mobile-fix-v281 header.nav .logo{display:flex!important;flex:1 1 auto!important;min-width:112px!important;width:auto!important;overflow:visible!important;white-space:nowrap}
 .article-mobile-fix-v281 header.nav .nav-right{display:flex!important;flex:0 0 auto!important;gap:6px!important;margin-left:auto!important;min-width:0}
 .article-mobile-fix-v281 header.nav #commandBtn,
 .article-mobile-fix-v281 header.nav #memberChip,
 .article-mobile-fix-v281 header.nav #langBtn,
 .article-mobile-fix-v281 header.nav #ssFsBtn,
 .article-mobile-fix-v281 header.nav .yt-btn{display:none!important}
 .article-mobile-fix-v281 header.nav .icon-btn{flex:0 0 36px!important;width:36px!important;height:36px!important;padding:0!important}
 .article-mobile-fix-v281 .article-home-v281{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 40px!important;width:40px!important;height:40px!important;min-width:40px!important;padding:0!important;border-radius:10px!important}
 .article-mobile-fix-v281 .article-home-v281 span{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}
 .article-mobile-fix-v281 .reader-v27{left:12px!important;right:12px!important;bottom:82px!important;width:auto!important;max-width:none!important;justify-content:center!important;gap:5px!important;padding-inline:8px!important;z-index:82!important}
 .article-mobile-fix-v281 #ssTop{display:none!important}
 .article-mobile-fix-v281 #ssDonateFab{left:12px!important;right:auto!important;bottom:max(18px,env(safe-area-inset-bottom))!important}
 .article-mobile-fix-v281 #chatFab{right:12px!important;bottom:max(18px,env(safe-area-inset-bottom))!important}
 .article-mobile-fix-v281{padding-bottom:calc(140px + env(safe-area-inset-bottom))}
}
@media(max-width:360px){
 .article-mobile-fix-v281 header.nav .logo{min-width:96px!important;font-size:14px!important}
 .article-mobile-fix-v281 header.nav a.icon-btn{display:none!important}
}

/* Navigation label removed v28.2 */
.explore-scroll-v271{gap:6px}
@media(max-width:760px){.explore-scroll-v271{padding-left:14px!important}}


/* =========================================================
   ARTICLE DESKTOP V31 — grounded editorial canvas
   ========================================================= */
@media(min-width:981px){
  .article-v29 .article-hero{
    max-width:1240px;
    padding-left:42px;
    padding-right:42px;
    text-align:left;
  }
  .article-v29 .article-hero .breadcrumb,
  .article-v29 .article-hero .meta{justify-content:flex-start}
  .article-v29 .article-hero h1,
  .article-v29 .article-deck{margin-left:0;margin-right:0}
  .article-v29 .article-hero h1{max-width:980px}
  .article-v29 .article-deck{max-width:760px}
  .article-v29 .article-cover{width:100%;margin-top:36px}

  .reading-shell-v30{
    width:min(1240px,calc(100% - 64px));
    margin-top:48px;
    padding:34px 42px 48px;
    grid-template-columns:230px minmax(0,820px);
    justify-content:start;
    gap:46px;
    border:1px solid var(--line);
    border-radius:18px;
    background:color-mix(in srgb,var(--card) 88%,var(--bg));
    box-shadow:0 12px 36px rgba(0,0,0,.07);
  }
  .reading-rail-v30{
    top:84px;
    padding-right:26px;
    border-right:1px solid var(--line);
  }
  .reading-shell-v30 .toc-v27,
  .reading-shell-v30 .toc{
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
  }
  .reading-main-v30 .reader-tools{
    margin:0 0 38px;
    padding:0 0 14px;
    border:0;
    border-bottom:1px solid var(--line);
    border-radius:0;
    background:transparent;
    backdrop-filter:none;
    box-shadow:none;
  }
  .article-reading-v30 .reading-main-v30 .prose{
    max-width:820px;
    font-size:calc(19.5px * var(--reader-scale));
  }
  .reading-main-v30>.cred-v27{max-width:820px}
  .reader-wide-v27 .reading-shell-v30{
    width:min(1320px,calc(100% - 64px));
    grid-template-columns:230px minmax(0,940px);
  }
}


/* =========================================================
   ARTICLE DESKTOP V32 — complete magazine-style redesign
   Scoped to article page and desktop only.
   ========================================================= */
@media(min-width:1100px){
  .article-desktop-v32 main{overflow:visible}
  .article-desktop-v32 header.nav .nav-in{max-width:1360px;height:64px}

  .article-desktop-v32 .article-hero{
    width:min(1320px,calc(100% - 64px));
    max-width:none;
    min-height:620px;
    display:grid;
    grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr);
    grid-template-rows:auto auto auto auto 1fr;
    column-gap:clamp(44px,5vw,76px);
    align-items:center;
    margin:0 auto;
    padding:64px 0 58px;
    text-align:left;
  }
  .article-desktop-v32 .article-hero::before{
    top:0;
    left:34%;
    width:760px;
    height:580px;
    transform:none;
    opacity:.8;
  }
  .article-desktop-v32 .article-hero .breadcrumb{
    grid-column:1;
    grid-row:1;
    justify-content:flex-start;
    align-self:end;
    margin:0 0 18px;
  }
  .article-desktop-v32 .article-hero .eyebrow{
    grid-column:1;
    grid-row:2;
    justify-self:start;
    align-self:end;
    margin:0 0 18px;
  }
  .article-desktop-v32 .article-hero h1{
    grid-column:1;
    grid-row:3;
    align-self:center;
    max-width:650px;
    margin:0 0 22px;
    font-size:clamp(48px,4.7vw,70px);
    line-height:.99;
    letter-spacing:-.052em;
  }
  .article-desktop-v32 .article-deck{
    grid-column:1;
    grid-row:4;
    align-self:start;
    max-width:590px;
    margin:0 0 22px;
    font-size:19px;
    line-height:1.62;
  }
  .article-desktop-v32 .article-hero .meta{
    grid-column:1;
    grid-row:5;
    justify-content:flex-start;
    align-self:start;
    padding-top:2px;
  }
  .article-desktop-v32 .article-cover{
    grid-column:2;
    grid-row:1/6;
    align-self:center;
    width:100%;
    height:auto;
    aspect-ratio:4/3;
    max-height:590px;
    margin:0;
    border-radius:22px;
    box-shadow:0 34px 90px rgba(0,0,0,.26);
  }
  .article-desktop-v32 .article-cover .big{font-size:clamp(110px,13vw,190px)}
  .article-desktop-v32 #adTop:has(.ad-slot){display:none}

  .article-desktop-v32 .reading-shell-v30{
    width:min(1240px,calc(100% - 64px));
    margin:24px auto 0;
    padding:0;
    display:grid;
    grid-template-columns:250px minmax(0,1fr);
    gap:0;
    overflow:clip;
    border:1px solid var(--line);
    border-radius:20px;
    background:var(--card);
    box-shadow:0 18px 55px rgba(0,0,0,.10);
  }
  .article-desktop-v32 .reading-rail-v30{
    position:relative;
    top:auto;
    min-height:100%;
    padding:34px 28px;
    border:0;
    border-right:1px solid var(--line);
    background:color-mix(in srgb,var(--bg) 62%,var(--card));
  }
  .article-desktop-v32 .reading-rail-v30::before{
    content:"NAVIGASI ARTIKEL";
    display:block;
    margin-bottom:19px;
    color:var(--muted);
    font-size:9px;
    font-weight:800;
    letter-spacing:.15em;
  }
  .article-desktop-v32 .reading-shell-v30 .toc-v27>b,
  .article-desktop-v32 .reading-shell-v30 .toc-title{display:none}
  .article-desktop-v32 .reading-shell-v30 .toc-v27 ol,
  .article-desktop-v32 .reading-shell-v30 .toc ul{padding-left:0;list-style:none}
  .article-desktop-v32 .reading-shell-v30 .toc-v27 li,
  .article-desktop-v32 .reading-shell-v30 .toc li{
    margin:0;
    border-top:1px solid var(--line);
  }
  .article-desktop-v32 .reading-shell-v30 .toc-v27 a,
  .article-desktop-v32 .reading-shell-v30 .toc a{
    display:block;
    padding:12px 2px;
    color:var(--muted);
    font-size:12px;
    line-height:1.45;
  }
  .article-desktop-v32 .reading-shell-v30 .toc-v27 a:hover,
  .article-desktop-v32 .reading-shell-v30 .toc a:hover{color:var(--gold)}

  .article-desktop-v32 .reading-main-v30{
    padding:0 clamp(46px,5vw,76px) 64px;
    background:var(--card);
  }
  .article-desktop-v32 .reading-main-v30 .reader-tools{
    position:relative;
    top:auto;
    margin:0 0 48px;
    padding:18px 0 14px;
    border:0;
    border-bottom:1px solid var(--line);
    border-radius:0;
    background:transparent;
    box-shadow:none;
  }
  .article-desktop-v32 .reader-tools .rt-label{padding-left:0}
  .article-desktop-v32 .reading-main-v30 .prose{
    max-width:790px;
    margin:0;
    font-size:calc(19.5px * var(--reader-scale));
    line-height:1.9;
  }
  .article-desktop-v32 .reading-main-v30 .prose>p{margin-bottom:30px}
  .article-desktop-v32 .reading-main-v30 .prose>p:first-child{
    padding-bottom:34px;
    border-bottom:1px solid var(--line);
    font-size:1.07em;
    line-height:1.88;
  }
  .article-desktop-v32 .reading-main-v30 .prose h2{
    margin:68px 0 24px;
    padding:0;
    border:0;
    font-size:38px;
    line-height:1.12;
    letter-spacing:-.025em;
  }
  .article-desktop-v32 .reading-main-v30 .prose h2::after{
    content:"";
    display:block;
    width:54px;
    height:3px;
    margin-top:17px;
    border-radius:3px;
    background:var(--gold);
  }
  .article-desktop-v32 .reading-main-v30 .prose h3{font-size:27px}
  .article-desktop-v32 .reading-main-v30 .prose blockquote{
    margin:46px -18px;
    padding:28px 32px 28px 38px;
    border-left-width:4px;
    border-radius:0 14px 14px 0;
    font-size:1.12em;
  }
  .article-desktop-v32 .reading-main-v30>.cred-v27{
    max-width:790px;
    margin:64px 0 0;
    border-radius:14px;
  }

  .article-desktop-v32 #source,
  .article-desktop-v32 #shareBox,
  .article-desktop-v32 #prevNext,
  .article-desktop-v32 section.block,
  .article-desktop-v32 #comments{max-width:1240px}
  .article-desktop-v32 .related-v27,
  .article-desktop-v32 .cred-v27{box-shadow:none}
}


/* =========================================================
   AFFILIATE BOOK SHOP V34
   ========================================================= */
.shop-page-v34{background:radial-gradient(circle at 84% 8%,color-mix(in srgb,var(--gold) 11%,transparent),transparent 28%),var(--bg)}
.shop-hero-v34{padding:clamp(70px,9vw,124px) 24px 64px;border-bottom:1px solid var(--line)}.shop-hero-v34>.wrap{max-width:1120px}.shop-hero-v34 span,.shop-admin-head-v34>div>span{color:var(--gold);font-size:10px;font-weight:800;letter-spacing:.17em}.shop-hero-v34 h1{max-width:850px;margin:14px 0 22px;font-size:clamp(48px,7vw,86px);line-height:.98;letter-spacing:-.05em}.shop-hero-v34 p{max-width:710px;color:var(--muted);font-size:18px;line-height:1.7}.shop-disclosure-v34{max-width:780px;margin-top:28px;padding:13px 16px;border:1px solid var(--line);border-radius:10px;background:var(--card);color:var(--muted);font-size:12px;line-height:1.55}
.shop-toolbar-v34{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-top:34px;padding-bottom:22px}.shop-toolbar-v34>div b,.shop-toolbar-v34>div span{display:block}.shop-toolbar-v34>div b{font-size:20px}.shop-toolbar-v34>div span{color:var(--muted);font-size:11px}.shop-toolbar-v34 input,.shop-toolbar-v34 select{min-height:44px;padding:0 14px;border:1px solid var(--line);border-radius:10px;background:var(--card);color:var(--text)}.shop-toolbar-v34 input{width:min(420px,44vw);margin-left:auto}
.shop-grid-v34{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;padding-bottom:90px}.book-card-v34{position:relative;min-width:0;border:1px solid var(--line);border-radius:16px;background:var(--card);overflow:hidden;transition:transform .2s,border-color .2s}.book-card-v34:hover{transform:translateY(-5px);border-color:var(--gold)}.book-badge-v34{position:absolute;z-index:2;top:12px;left:12px;padding:6px 9px;border-radius:7px;background:var(--gold);color:#17120a;font-size:9px;font-weight:800}.book-cover-v34{position:relative;display:block;aspect-ratio:4/5;background:linear-gradient(145deg,var(--bg2),var(--card));background-size:cover;background-position:center;text-decoration:none}.book-cover-v34::after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.66));opacity:0;transition:.2s}.book-cover-v34>span{position:absolute;z-index:1;left:14px;bottom:13px;color:#fff;font-size:10px;font-weight:800;letter-spacing:.1em;opacity:0;transform:translateY(5px);transition:.2s}.book-card-v34:hover .book-cover-v34::after,.book-card-v34:hover .book-cover-v34>span{opacity:1;transform:none}.book-body-v34{padding:18px}.book-cat-v34{color:var(--gold);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.book-body-v34 h2{margin:7px 0 5px;font-size:21px;line-height:1.2}.book-author-v34{color:var(--muted);font-size:12px}.book-note-v34{margin:13px 0;color:var(--muted);font-size:12px;line-height:1.55}.book-foot-v34{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:16px;padding-top:14px;border-top:1px solid var(--line)}.book-foot-v34 b{font-size:12px}.book-foot-v34 a{color:var(--gold);font-size:11px;text-decoration:none;text-align:right}.shop-empty-v34{grid-column:1/-1;padding:70px 24px;border:1px dashed var(--line);border-radius:16px;text-align:center}.shop-empty-v34>span{color:var(--gold);font-size:44px}.shop-empty-v34 h2{margin:10px 0}.shop-empty-v34 p{color:var(--muted)}
.shop-admin-head-v34{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:20px 0 24px}.shop-admin-head-v34 h1{margin:8px 0;font-size:clamp(34px,5vw,58px);letter-spacing:-.045em}.shop-admin-head-v34 p{max-width:700px;color:var(--muted)}.shop-admin-grid-v34{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:18px}.book-url-row-v34{display:grid;grid-template-columns:1fr auto;gap:8px}.book-preview-v34{display:flex;align-items:center;gap:15px;margin:0 0 18px;padding:13px;border:1px solid var(--line);border-radius:12px;background:var(--bg)}.book-preview-img-v34{flex:0 0 70px;height:88px;border-radius:8px;background:linear-gradient(145deg,var(--card),var(--bg2));background-size:cover;background-position:center}.book-preview-v34 b,.book-preview-v34 span{display:block}.book-preview-v34 span{margin-top:5px;color:var(--muted);font-size:11px}.book-upload-v34{cursor:pointer}.shop-list-head-v34{display:flex;align-items:center;justify-content:space-between;gap:15px}.book-admin-list-v34{display:grid;gap:9px}.book-admin-item-v34{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:13px;padding:11px;border:1px solid var(--line);border-radius:11px;background:var(--bg)}.book-admin-cover-v34{width:58px;height:72px;border-radius:6px;background:var(--card);background-size:cover;background-position:center}.book-admin-item-v34 span,.book-admin-item-v34 b,.book-admin-item-v34 small{display:block}.book-admin-item-v34 span{color:var(--gold);font-size:9px;text-transform:uppercase}.book-admin-item-v34 b{margin:4px 0;font-size:13px}.book-admin-item-v34 small{color:var(--muted);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.book-admin-item-v34>div:last-child{display:flex;gap:6px}.shop-admin-v34 #bookMsg{flex:1;min-width:180px}.shop-admin-v34 #bookMsg.bad{color:var(--red)}
@media(max-width:1000px){.shop-grid-v34{grid-template-columns:repeat(3,1fr)}.shop-admin-grid-v34{grid-template-columns:1fr}}
@media(max-width:700px){.shop-hero-v34{padding:55px 18px 42px}.shop-hero-v34 h1{font-size:45px}.shop-hero-v34 p{font-size:15px}.shop-toolbar-v34{align-items:stretch;flex-direction:column;padding-inline:18px}.shop-toolbar-v34 input{width:100%;margin:0}.shop-grid-v34{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0 16px 70px}.book-body-v34{padding:14px}.book-body-v34 h2{font-size:17px}.book-note-v34{display:none}.book-foot-v34{align-items:flex-start;flex-direction:column}.shop-admin-head-v34{align-items:flex-start;flex-direction:column}.book-url-row-v34{grid-template-columns:1fr}.book-admin-item-v34{grid-template-columns:50px 1fr}.book-admin-cover-v34{width:50px;height:64px}.book-admin-item-v34>div:last-child{grid-column:1/-1}.shop-list-head-v34{align-items:flex-start;flex-direction:column}}
@media(max-width:390px){.shop-grid-v34{grid-template-columns:1fr}}


/* =========================================================
   HOMEPAGE BOOK MARKETING V35
   ========================================================= */
.home-shop-v35{position:relative;display:grid;grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);gap:46px;margin-top:42px;margin-bottom:72px;padding:clamp(32px,5vw,64px);border:1px solid var(--line);border-radius:20px;background:linear-gradient(120deg,color-mix(in srgb,var(--gold) 9%,var(--card)),var(--card) 42%,var(--bg2));overflow:hidden}.home-shop-v35::before{content:"";position:absolute;right:-120px;top:-140px;width:370px;height:370px;border:1px solid color-mix(in srgb,var(--gold) 22%,transparent);border-radius:50%;box-shadow:0 0 0 48px color-mix(in srgb,var(--gold) 4%,transparent),0 0 0 96px color-mix(in srgb,var(--gold) 3%,transparent);pointer-events:none}.home-shop-promo-v35{position:relative;z-index:1}.home-shop-promo-v35 h2{max-width:590px;margin:11px 0 16px;font-size:clamp(35px,4.4vw,61px);line-height:1.01;letter-spacing:-.045em}.home-shop-promo-v35>p{max-width:570px;color:var(--muted);font-size:15px;line-height:1.7}.home-shop-promo-v35 ul{display:grid;gap:8px;margin:24px 0;padding:0;list-style:none}.home-shop-promo-v35 li{color:var(--text);font-size:12px}.home-shop-promo-v35 li::before{content:"✓";display:inline-grid;place-items:center;width:19px;height:19px;margin-right:9px;border-radius:50%;background:color-mix(in srgb,var(--gold) 16%,transparent);color:var(--gold);font-weight:900}.home-shop-cta-v35{display:inline-flex;align-items:center;gap:28px;min-height:48px;padding-inline:19px;background:var(--gold);color:#17120a}.home-shop-cta-v35 span{font-size:20px}.home-shop-promo-v35>small{display:block;max-width:480px;margin-top:15px;color:var(--muted);font-size:9px;line-height:1.5}.home-shop-shelf-v35{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:center}.home-book-v35{display:block;min-width:0;color:var(--text);text-decoration:none;transition:transform .2s}.home-book-v35:nth-child(2){transform:translateY(20px)}.home-book-v35:hover{transform:translateY(-6px)}.home-book-v35:nth-child(2):hover{transform:translateY(14px)}.home-book-cover-v35{position:relative;aspect-ratio:3/4.25;border:1px solid color-mix(in srgb,var(--gold) 18%,var(--line));border-radius:9px;background:linear-gradient(145deg,var(--bg2),var(--card));background-size:cover;background-position:center;box-shadow:0 18px 35px rgba(0,0,0,.18)}.home-book-cover-v35::after{content:"";position:absolute;inset:60% 0 0;border-radius:0 0 8px 8px;background:linear-gradient(transparent,rgba(0,0,0,.58))}.home-book-cover-v35 span{position:absolute;z-index:1;left:9px;bottom:9px;padding:5px 7px;border-radius:5px;background:var(--gold);color:#17120a;font-size:8px;font-weight:900}.home-book-v35>div:last-child{padding:12px 3px}.home-book-v35 small,.home-book-v35 b,.home-book-v35 em{display:block}.home-book-v35 small{color:var(--gold);font-size:8px;font-style:normal;font-weight:800;letter-spacing:.1em}.home-book-v35 b{margin:5px 0;font-size:14px;line-height:1.25}.home-book-v35 em{color:var(--muted);font-size:10px;font-style:normal}.home-shop-empty-v35{grid-column:1/-1;display:flex;min-height:320px;padding:30px;flex-direction:column;justify-content:flex-end;border:1px solid var(--line);border-radius:14px;background:linear-gradient(145deg,var(--bg2),var(--card));color:var(--text);text-decoration:none}.home-shop-empty-v35 span{color:var(--gold);font-size:9px;font-weight:800;letter-spacing:.15em}.home-shop-empty-v35 b{max-width:480px;margin:9px 0 20px;font-size:27px;line-height:1.15}.home-shop-empty-v35 em{color:var(--gold);font-size:11px;font-style:normal;font-weight:800}
@media(max-width:930px){.home-shop-v35{grid-template-columns:1fr;padding:38px}.home-shop-shelf-v35{max-width:680px}.home-book-v35:nth-child(2){transform:none}.home-book-v35:nth-child(2):hover{transform:translateY(-6px)}}
@media(max-width:620px){.home-shop-v35{gap:30px;margin:28px 14px 55px;padding:28px 20px;border-radius:15px}.home-shop-promo-v35 h2{font-size:38px}.home-shop-promo-v35 ul{margin:19px 0}.home-shop-shelf-v35{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.home-book-cover-v35 span{left:5px;bottom:5px;padding:4px;font-size:6px}.home-book-v35>div:last-child{padding-top:8px}.home-book-v35 small,.home-book-v35 em{display:none}.home-book-v35 b{font-size:10px}.home-shop-empty-v35{min-height:230px}.home-shop-empty-v35 b{font-size:22px}}


/* =========================================================
   COMPACT MOBILE BOOK LAYOUT V37
   ========================================================= */
@media(max-width:620px){
  .shop-hero-v34{padding:38px 16px 26px}
  .shop-hero-v34 h1{max-width:330px;margin:9px 0 12px;font-size:35px;line-height:1.02}
  .shop-hero-v34 p{display:-webkit-box;margin:0;font-size:13px;line-height:1.5;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .shop-disclosure-v34{margin-top:16px;padding:9px 11px;font-size:9px;line-height:1.45}
  .shop-toolbar-v34{display:grid;grid-template-columns:1fr 118px;gap:8px;padding:18px 12px 12px}
  .shop-toolbar-v34>div{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between}
  .shop-toolbar-v34>div b{font-size:16px}.shop-toolbar-v34>div span{font-size:9px}
  .shop-toolbar-v34 input,.shop-toolbar-v34 select{width:100%;min-width:0;min-height:38px;padding:0 10px;font-size:11px}
  .shop-grid-v34{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px;padding:0 10px 50px}
  .book-card-v34{border-radius:10px}
  .book-card-v34:hover{transform:none}
  .book-cover-v34{aspect-ratio:1/1.12}
  .book-cover-v34>span,.book-cover-v34::after{display:none}
  .book-badge-v34{top:7px;left:7px;padding:4px 6px;border-radius:4px;font-size:7px}
  .book-body-v34{padding:10px}
  .book-cat-v34{font-size:7px;letter-spacing:.08em}
  .book-body-v34 h2{display:-webkit-box;min-height:31px;margin:5px 0 3px;font-size:13px;line-height:1.18;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .book-author-v34{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:9px}
  .book-note-v34{display:none}
  .book-foot-v34{display:block;margin-top:8px;padding-top:8px}
  .book-foot-v34 b{display:none}
  .book-foot-v34 a{display:block;font-size:9px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .shop-empty-v34{padding:42px 16px}
  .home-shop-v35{gap:20px;margin:20px 10px 42px;padding:22px 16px}
  .home-shop-promo-v35 h2{margin:8px 0 10px;font-size:31px;line-height:1.02}
  .home-shop-promo-v35>p{display:-webkit-box;font-size:12px;line-height:1.5;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .home-shop-promo-v35 ul{display:none}
  .home-shop-cta-v35{min-height:42px;margin-top:15px;padding-inline:14px;font-size:11px}
  .home-shop-promo-v35>small{margin-top:9px;font-size:7px}
  .home-shop-shelf-v35{gap:6px}
  .home-book-cover-v35{aspect-ratio:1/1.18}
  .home-book-cover-v35 span{padding:3px;font-size:5px}
  .home-book-v35 b{display:-webkit-box;font-size:9px;line-height:1.2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
}
@media(max-width:350px){
  .shop-grid-v34{gap:6px;padding-inline:7px}
  .book-body-v34{padding:8px}
  .book-body-v34 h2{font-size:12px}
}

/* Three-column mobile catalogue: shorter scrolling */
@media(min-width:351px) and (max-width:620px){
  .shop-grid-v34{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px;padding-inline:8px}
  .book-cover-v34{aspect-ratio:1/1.08}
  .book-body-v34{padding:8px 7px}
  .book-body-v34 h2{min-height:26px;font-size:11px;line-height:1.15}
  .book-author-v34{font-size:7px}
  .book-cat-v34{font-size:6px}
  .book-foot-v34{margin-top:6px;padding-top:6px}
  .book-foot-v34 a{font-size:7px}
  .book-badge-v34{top:5px;left:5px;padding:3px 4px;font-size:6px}
}
@media(max-width:350px){.shop-grid-v34{grid-template-columns:repeat(2,minmax(0,1fr))!important}}

/* =========================================================
   ALL HOMEPAGE SECTIONS — COMPACT MOBILE V38
   ========================================================= */
@media(max-width:620px){
  body.home-compact-v38 .block{padding:30px 10px}
  body.home-compact-v38 .sec-head{margin-bottom:14px}
  body.home-compact-v38 .sec-title h2{font-size:24px;line-height:1.08}
  body.home-compact-v38 .section-summary-v28{font-size:11px;line-height:1.45}
  body.home-compact-v38 #terbaru .featured-card{grid-template-columns:42% 58%!important;min-height:148px!important;border-radius:12px!important}
  body.home-compact-v38 #terbaru .featured-card .thumb{min-height:148px!important;height:100%}
  body.home-compact-v38 #terbaru .featured-card .fc-body{padding:12px 11px!important}
  body.home-compact-v38 #terbaru .featured-card h2{display:-webkit-box;margin:6px 0;font-size:16px!important;line-height:1.16;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  body.home-compact-v38 #terbaru .featured-card p{display:none!important}
  body.home-compact-v38 #terbaru .featured-card .meta{font-size:7px;gap:3px}
  body.home-compact-v38 #topik .grid,
  body.home-compact-v38 #savedGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  body.home-compact-v38 #topik .post,
  body.home-compact-v38 #savedGrid .post{border-radius:10px}
  body.home-compact-v38 #topik .post .ph,
  body.home-compact-v38 #savedGrid .post .ph{height:auto!important;aspect-ratio:16/9!important}
  body.home-compact-v38 #topik .post .pb,
  body.home-compact-v38 #savedGrid .post .pb{padding:9px!important}
  body.home-compact-v38 #topik .post h3,
  body.home-compact-v38 #savedGrid .post h3{display:-webkit-box;min-height:31px;margin:5px 0;font-size:13px!important;line-height:1.18;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  body.home-compact-v38 #topik .post p,
  body.home-compact-v38 #savedGrid .post p,
  body.home-compact-v38 #topik .post .meta,
  body.home-compact-v38 #savedGrid .post .meta{display:none!important}
  body.home-compact-v38 .filters{display:flex;flex-wrap:nowrap;gap:5px;margin-bottom:12px;padding:5px;overflow-x:auto}
  body.home-compact-v38 .filter-btn{flex:0 0 auto;padding:7px 9px;font-size:9px}
  body.home-compact-v38 #tentang .pillars{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  body.home-compact-v38 #tentang .pillar{min-height:104px!important;padding:11px!important;border-radius:10px}
  body.home-compact-v38 #tentang .pillar .pi{margin-bottom:5px;font-size:21px}
  body.home-compact-v38 #tentang .pillar h3{font-size:14px}
  body.home-compact-v38 #tentang .pillar p{display:none}
  body.home-compact-v38 #tentang .pillar-cta{margin-top:6px;font-size:8px}
  body.home-compact-v38 #populer .pop-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}
  body.home-compact-v38 #populer .pop-item{min-height:66px!important;padding:9px!important;border-radius:9px}
  body.home-compact-v38 #populer .pop-rank{font-size:22px}
  body.home-compact-v38 #populer .pop-body h4{display:-webkit-box;font-size:11px;line-height:1.18;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  body.home-compact-v38 #populer .pop-meta{font-size:7px}
  body.home-compact-v38 #youtube #ytProfile{padding:14px!important;border-radius:12px}
  body.home-compact-v38 #youtube .ytp-head{gap:10px}
  body.home-compact-v38 #youtube .ytp-ava{width:48px;height:48px;min-width:48px;font-size:22px}
  body.home-compact-v38 #youtube .ytp-name{font-size:18px}
  body.home-compact-v38 #youtube .ytp-tag,
  body.home-compact-v38 #youtube .ytp-stats,
  body.home-compact-v38 #youtube .ytp-desc,
  body.home-compact-v38 #youtube .ytp-vidhead{display:none!important}
  body.home-compact-v38 #youtube .ytp-actions .btn{min-height:34px;padding:7px 9px;font-size:8px}
  body.home-compact-v38 #youtube .ytp-videos{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin-top:12px}
  body.home-compact-v38 #youtube .ytp-vid:nth-child(n+5){display:none}
  body.home-compact-v38 #youtube .ytp-thumb{aspect-ratio:16/9;border-radius:7px}
  body.home-compact-v38 #youtube .ytp-vtitle{display:-webkit-box;font-size:9px;line-height:1.2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  body.home-compact-v38 #nlSec .nl-card{gap:12px;padding:16px 13px;border-radius:11px}
  body.home-compact-v38 #nlSec .nl-card h2{font-size:21px}
  body.home-compact-v38 #nlSec .nl-card p{font-size:10px}
  body.home-compact-v38 #nlSec .nl-form{width:100%}
  body.home-compact-v38 #nlSec input{min-width:0}
  body.home-compact-v38 .resume-bar{margin-top:12px;padding:10px;border-radius:9px;font-size:10px}
}
@media(max-width:340px){
  body.home-compact-v38 #terbaru .featured-card{grid-template-columns:38% 62%!important}
  body.home-compact-v38 #topik .grid{gap:6px!important}
  body.home-compact-v38 #topik .post h3{font-size:12px!important}
}


/* ARTICLE AFFILIATE MARKETING V39 */
.article-affiliate-v39{font-family:Arial,sans-serif}.aff-native-v39{max-width:850px;margin:40px auto;border:1px solid color-mix(in srgb,var(--gold) 38%,var(--line));border-radius:15px;background:linear-gradient(135deg,color-mix(in srgb,var(--gold) 9%,var(--card)),var(--card));overflow:hidden}.aff-native-v39>a{display:grid;grid-template-columns:155px 1fr;min-height:200px;color:var(--text);text-decoration:none}.aff-cover-v39{position:relative;background:linear-gradient(145deg,var(--bg2),var(--card));background-size:cover;background-position:center}.aff-cover-v39:after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.7))}.aff-cover-v39 span{position:absolute;z-index:1;left:10px;bottom:10px;padding:5px 7px;border-radius:5px;background:var(--gold);color:#17120a;font-size:7px;font-weight:900}.aff-copy-v39{padding:22px 24px}.aff-copy-v39 small,.aff-shelf-v39 header span{color:var(--gold);font-size:8px;font-weight:900;letter-spacing:.13em}.aff-copy-v39 h3{margin:7px 0 3px;font-family:Georgia,serif;font-size:25px}.aff-copy-v39 em{color:var(--gold);font-size:10px;font-style:normal}.aff-copy-v39 p{margin:12px 0;color:var(--muted);font-size:12px;line-height:1.5}.aff-copy-v39 strong{display:flex;justify-content:space-between;padding-top:11px;border-top:1px solid var(--line);font-size:10px}.aff-copy-v39 i{color:var(--gold);font-style:normal}.aff-native-v39 footer{padding:7px;border-top:1px solid var(--line);color:var(--muted);font-size:7px;text-align:center}.aff-shelf-v39{max-width:930px;margin:46px auto 28px;padding:24px;border:1px solid var(--line);border-radius:15px;background:var(--card)}.aff-shelf-v39>header{display:flex;align-items:end;justify-content:space-between;margin-bottom:16px}.aff-shelf-v39 h2{margin:4px 0 0!important;font-family:Georgia,serif;font-size:26px!important}.aff-shelf-v39 header>a{color:var(--gold);font-size:9px;text-decoration:none}.aff-shelf-v39>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.aff-shelf-v39>div>a{color:var(--text);text-decoration:none}.aff-shelf-v39 figure{position:relative;aspect-ratio:16/10;margin:0;border:1px solid var(--line);border-radius:8px;background:linear-gradient(145deg,var(--bg2),var(--card));background-size:cover;background-position:center}.aff-shelf-v39 figure span{position:absolute;left:6px;bottom:6px;padding:4px;background:var(--gold);color:#17120a;font-size:6px;font-weight:900}.aff-shelf-v39 small,.aff-shelf-v39 b,.aff-shelf-v39 em{display:block}.aff-shelf-v39 small{margin-top:7px;color:var(--gold);font-size:7px}.aff-shelf-v39 b{margin:3px 0;font-family:Georgia,serif;font-size:13px}.aff-shelf-v39 em{color:var(--muted);font-size:8px;font-style:normal}.aff-shelf-v39>p{margin:13px 0 0!important;color:var(--muted);font-size:7px!important;text-align:right}.aff-empty-v39{display:flex;margin:34px 0;padding:20px;flex-direction:column;border:1px solid var(--line);border-radius:12px;background:var(--card);color:var(--text);text-decoration:none}.aff-empty-v39 small{color:var(--gold);font-size:8px}.aff-empty-v39 b{margin:6px 0;font-family:Georgia,serif;font-size:20px}.aff-empty-v39 span{color:var(--gold);font-size:9px}
@media(max-width:640px){.aff-native-v39{margin:27px 0;border-radius:10px}.aff-native-v39>a{grid-template-columns:90px 1fr;min-height:138px}.aff-copy-v39{padding:11px 10px}.aff-copy-v39 small{font-size:5px}.aff-copy-v39 h3{display:-webkit-box;margin:4px 0 2px;font-size:15px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.aff-copy-v39 em{font-size:7px}.aff-copy-v39 p{display:-webkit-box;margin:6px 0;font-size:8px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.aff-copy-v39 strong{padding-top:6px;font-size:7px}.aff-cover-v39 span{left:5px;bottom:5px;padding:3px;font-size:5px}.aff-native-v39 footer{font-size:5px}.aff-shelf-v39{margin:28px 0;padding:12px 9px}.aff-shelf-v39 h2{font-size:18px!important}.aff-shelf-v39 header>a{font-size:7px}.aff-shelf-v39>div{gap:5px}.aff-shelf-v39 figure{aspect-ratio:1/1.08}.aff-shelf-v39 figure span{left:3px;bottom:3px;padding:2px;font-size:4px}.aff-shelf-v39 small{font-size:5px}.aff-shelf-v39 b{display:-webkit-box;font-size:8px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.aff-shelf-v39 em{display:none}.aff-shelf-v39>p{font-size:5px!important}}


/* ARTICLE DESKTOP TITLE FIT V40 — prevent long headlines being clipped */
@media(min-width:1100px){
  .article-desktop-v32 .article-hero{
    grid-template-columns:minmax(0,1.05fr) minmax(500px,.95fr);
    column-gap:clamp(36px,4vw,60px);
    min-height:640px;
    height:auto;
    align-items:center;
  }
  .article-desktop-v32 .article-hero h1{
    min-width:0;
    max-width:100%;
    font-size:clamp(42px,4vw,60px);
    line-height:1.03;
    letter-spacing:-.04em;
    text-wrap:pretty;
    overflow-wrap:normal;
    word-break:normal;
    overflow:visible;
  }
  .article-desktop-v32 .article-deck{max-width:620px}
  .article-desktop-v32 .article-cover{min-width:0}
}
@media(min-width:1100px) and (max-width:1240px){
  .article-desktop-v32 .article-hero{
    width:min(1160px,calc(100% - 44px));
    grid-template-columns:minmax(0,1fr) minmax(470px,.92fr);
    column-gap:32px;
  }
  .article-desktop-v32 .article-hero h1{font-size:clamp(40px,4.2vw,52px)}
  .article-desktop-v32 .article-deck{font-size:17px}
}


/* ADMIN + ARTICLE TYPOGRAPHY V41 */
.ty-panel-v41{margin:4px 0 20px;padding:18px;border:1px solid color-mix(in srgb,var(--gold) 32%,var(--line));border-radius:13px;background:linear-gradient(135deg,color-mix(in srgb,var(--gold) 7%,var(--card)),var(--card))}.ty-panel-v41>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:15px}.ty-panel-v41 header small{color:var(--gold);font-size:8px;font-weight:900;letter-spacing:.13em}.ty-panel-v41 h3{margin:4px 0;font-size:22px}.ty-panel-v41 header p{margin:0;color:var(--muted);font-size:11px}.ty-controls-v41{display:grid;grid-template-columns:1.3fr repeat(3,1fr) 86px;gap:10px;align-items:end}.ty-controls-v41 label{color:var(--muted);font-size:9px}.ty-controls-v41 label b{float:right;color:var(--gold)}.ty-controls-v41 select{margin-top:6px}.ty-controls-v41 input[type=range]{display:block;width:100%;margin-top:12px;accent-color:var(--gold)}.ty-controls-v41 input[type=color]{display:block;width:100%;height:42px;margin-top:6px;padding:4px;border:1px solid var(--line);border-radius:8px;background:var(--bg)}.ty-preview-v41{margin-top:15px;padding:16px;border:1px solid var(--line);border-radius:10px;background:var(--bg);overflow:hidden}.ty-preview-v41>small{display:block;margin-bottom:10px;color:var(--gold);font:800 7px/1 Arial;letter-spacing:.13em}.ty-preview-v41 p{margin-top:0}.custom-type-v41 .prose{font-family:var(--ty-font)!important;font-size:var(--ty-size)!important;line-height:var(--ty-line)!important;color:var(--ty-color)!important}.custom-type-v41 .prose>p{margin-bottom:var(--ty-space)!important;color:inherit!important}.custom-type-v41 .prose li,.custom-type-v41 .prose blockquote{color:inherit!important}@media(max-width:900px){.ty-controls-v41{grid-template-columns:repeat(2,1fr)}.ty-controls-v41 label:first-child{grid-column:1/-1}}@media(max-width:560px){.ty-panel-v41{padding:13px}.ty-controls-v41{grid-template-columns:1fr}.ty-controls-v41 label:first-child{grid-column:auto}.ty-preview-v41{max-height:210px}}

/* AFFILIATE CAMPAIGN ADMIN V42 */
.aff-admin-v42{margin:4px 0 20px;padding:18px;border:1px solid color-mix(in srgb,var(--gold) 36%,var(--line));border-radius:13px;background:var(--card)}.aff-admin-v42>header{display:flex;justify-content:space-between;gap:18px}.aff-admin-v42 header small{color:var(--gold);font-size:8px;font-weight:900;letter-spacing:.13em}.aff-admin-v42 h3{margin:5px 0;font-size:22px}.aff-admin-v42 header p{margin:0;color:var(--muted);font-size:11px}.aff-stats-v42{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:15px 0}.aff-stats-v42>div{padding:12px;border:1px solid var(--line);border-radius:9px;background:var(--bg)}.aff-stats-v42 b,.aff-stats-v42 span{display:block}.aff-stats-v42 b{font-size:18px}.aff-stats-v42 span{color:var(--muted);font-size:8px}.aff-book-list-v42{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px}.aff-pick-v42{display:flex;gap:9px;padding:10px;border:1px solid var(--line);border-radius:9px;background:var(--bg);cursor:pointer}.aff-pick-v42 input{accent-color:var(--gold)}.aff-pick-v42 b,.aff-pick-v42 small{display:block}.aff-pick-v42 b{font-size:11px}.aff-pick-v42 small{margin-top:3px;color:var(--muted);font-size:8px}@media(max-width:700px){.aff-book-list-v42{grid-template-columns:1fr 1fr}.aff-stats-v42{grid-template-columns:1fr 1fr}.aff-stats-v42>div:last-child{grid-column:1/-1}}


/* SEPARATE LIGHT / DARK ARTICLE TYPOGRAPHY V43 */
.custom-type-v41 .prose{font-family:var(--ty-dark-font)!important;color:var(--ty-dark-color)!important}
html.light .custom-type-v41 .prose{font-family:var(--ty-light-font)!important;color:var(--ty-light-color)!important}
.ty-theme-grid-v43{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}.ty-theme-grid-v43 fieldset{display:grid;grid-template-columns:1fr 90px;gap:10px;margin:0;padding:13px;border:1px solid var(--line);border-radius:10px;background:var(--bg)}.ty-theme-grid-v43 legend{padding:0 7px;color:var(--gold);font-size:9px;font-weight:900}.ty-theme-grid-v43 label{color:var(--muted);font-size:9px}.ty-theme-grid-v43 select{margin-top:6px}.ty-theme-grid-v43 input[type=color]{display:block;width:100%;height:42px;margin-top:6px;padding:4px;border:1px solid var(--line);border-radius:8px;background:var(--card)}.ty-controls-v41.shared{grid-template-columns:repeat(3,1fr)}.ty-preview-tabs-v43{display:flex;gap:6px;margin-top:14px}.ty-preview-tabs-v43 button{padding:7px 10px;border:1px solid var(--line);border-radius:7px;background:var(--bg);color:var(--muted);font-size:9px}.ty-preview-tabs-v43 button.active{border-color:var(--gold);background:var(--gold);color:#17120a}.ty-preview-v41{transition:background .2s,color .2s}.ty-preview-v41.light{background:#f7f3ea!important;border-color:#d8d0c1!important}@media(max-width:650px){.ty-theme-grid-v43{grid-template-columns:1fr}.ty-controls-v41.shared{grid-template-columns:1fr}}


/* CUSTOM QUOTE STYLE V44 */
.quote-admin-v44{margin:0 0 20px;padding:18px;border:1px solid color-mix(in srgb,var(--gold) 32%,var(--line));border-radius:13px;background:var(--card)}.quote-admin-v44>header{display:flex;justify-content:space-between;gap:14px}.quote-admin-v44 header small{color:var(--gold);font-size:8px;font-weight:900;letter-spacing:.13em}.quote-admin-v44 h3{margin:4px 0;font-size:22px}.quote-admin-v44 header p{margin:0;color:var(--muted);font-size:11px}.quote-controls-v44{display:grid;grid-template-columns:1.2fr 1.2fr 1fr 1fr 90px;gap:9px;margin:15px 0}.quote-controls-v44 label,.quote-theme-v44 label{color:var(--muted);font-size:9px}.quote-controls-v44 select{margin-top:6px}.quote-controls-v44 input[type=range]{display:block;width:100%;margin-top:12px;accent-color:var(--gold)}.q-check-v44{display:flex;align-items:center;gap:7px}.quote-theme-v44{display:grid;grid-template-columns:1fr 1fr;gap:10px}.quote-theme-v44 fieldset{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:11px;border:1px solid var(--line);border-radius:9px}.quote-theme-v44 legend{color:var(--gold);font-size:9px;font-weight:800}.quote-theme-v44 input[type=color]{display:block;width:100%;height:36px;margin-top:5px;padding:3px;border:1px solid var(--line);border-radius:7px;background:var(--bg)}.q-preview-v44{--qa:#d9a441;margin:15px 0 0;padding:20px;border-left:4px solid var(--qa);border-radius:8px;background:var(--bg);line-height:1.55}.q-preview-v44[data-preset=highlight]{border:1px solid var(--qa);box-shadow:inset 0 0 35px color-mix(in srgb,var(--qa) 10%,transparent)}.q-preview-v44[data-preset=minimal]{border:0;background:transparent}.q-preview-v44[data-preset=bordered]{border:1px solid var(--qa);border-left:7px solid var(--qa)}.custom-quote-v44 .prose blockquote{font-family:var(--q-font)!important;font-size:var(--q-size)!important;line-height:1.55!important;text-align:var(--q-align)!important;font-style:var(--q-style)!important;color:var(--q-dark-text)!important;border-color:var(--q-dark-accent)!important}.custom-quote-v44[data-quote=highlight] .prose blockquote{padding:28px!important;border:1px solid var(--q-dark-accent)!important;border-radius:14px;background:color-mix(in srgb,var(--q-dark-accent) 9%,var(--card))!important}.custom-quote-v44[data-quote=minimal] .prose blockquote{padding:8px 0!important;border:0!important;background:transparent!important}.custom-quote-v44[data-quote=bordered] .prose blockquote{padding:22px 25px!important;border:1px solid var(--q-dark-accent)!important;border-left:7px solid var(--q-dark-accent)!important;border-radius:8px}.custom-quote-v44[data-quote=editorial] .prose blockquote{border-left:4px solid var(--q-dark-accent)!important}html.light .custom-quote-v44 .prose blockquote{color:var(--q-light-text)!important;border-color:var(--q-light-accent)!important}html.light .custom-quote-v44[data-quote=highlight] .prose blockquote{border-color:var(--q-light-accent)!important;background:color-mix(in srgb,var(--q-light-accent) 8%,#fff)!important}html.light .custom-quote-v44[data-quote=bordered] .prose blockquote,html.light .custom-quote-v44[data-quote=editorial] .prose blockquote{border-color:var(--q-light-accent)!important}@media(max-width:700px){.quote-controls-v44{grid-template-columns:1fr 1fr}.quote-theme-v44{grid-template-columns:1fr}.custom-quote-v44 .prose blockquote{font-size:clamp(17px,var(--q-size),25px)!important;padding:18px!important}}

/* Controlled monetization v48 */
.article-ad-inline-v48,.article-ad-mid-v48,.article-ad-end-v48{max-width:760px;margin:34px auto!important}.article-affiliate-v39.aff-shelf-v39{display:none!important}.article-ad-mid-v48 .ad-slot,.article-ad-inline-v48 .ad-slot,.article-ad-end-v48 .ad-slot{min-height:110px}.prose img{max-width:100%;height:auto}

/* Unified synchronization v49 */
.sync-lang-v49{position:fixed;right:14px;bottom:82px;z-index:1300;height:40px;padding:0 12px;border:1px solid var(--gold);border-radius:99px;background:var(--card);color:var(--text);box-shadow:0 8px 28px rgba(0,0,0,.28);cursor:pointer}.sync-lang-v49 b{color:var(--gold);font-size:10px}.en-notice-v49{max-width:760px;margin:0 auto 18px;padding:13px 16px;border-left:3px solid var(--gold);background:var(--goldSoft);border-radius:8px}.en-notice-v49 b,.en-notice-v49 span{display:block}.en-notice-v49 b{font-size:12px}.en-notice-v49 span{margin-top:4px;color:var(--muted);font-size:10px;line-height:1.5}

/* Reliable update status v50 */
.update-banner-v50{position:fixed;left:14px;right:14px;bottom:14px;z-index:99999;display:flex;align-items:center;justify-content:space-between;gap:15px;max-width:720px;margin:auto;padding:13px 15px;border:1px solid var(--gold);border-radius:11px;background:var(--card);box-shadow:0 18px 60px rgba(0,0,0,.45)}.update-banner-v50 b,.update-banner-v50 span{display:block}.update-banner-v50 b{font-size:12px}.update-banner-v50 span{margin-top:2px;color:var(--muted);font-size:9px}.update-banner-v50 button{padding:9px 12px;border:0;border-radius:7px;background:var(--gold);color:#17120a;font-weight:800;cursor:pointer}.cloud-save-v50{position:fixed;right:14px;bottom:14px;z-index:9998;display:flex;align-items:center;gap:8px;padding:9px 11px;border:1px solid var(--line);border-radius:99px;background:var(--card);box-shadow:0 8px 30px rgba(0,0,0,.32);font-size:9px}.cloud-save-v50 i{width:7px;height:7px;border-radius:50%;background:var(--muted)}.cloud-save-v50.ok i{background:#5ccd83}.cloud-save-v50.busy i{background:var(--gold);animation:v50pulse 1s infinite}.cloud-save-v50.bad i{background:#e56d62}.cloud-save-v50 button{border:0;background:transparent;color:var(--gold);font-size:8px;cursor:pointer}@keyframes v50pulse{50%{opacity:.25}}@media(max-width:600px){.update-banner-v50{align-items:flex-start}.cloud-save-v50{bottom:70px}.cloud-save-v50 button{display:none}}
