    :root{--ink:#0f172a;--muted:#64748b;--accent:#5eead4;--line:#e2e8f0;--font-title:"Arial Black","Roboto",Arial,sans-serif;--font-text:"Roboto",Arial,sans-serif}
    *{box-sizing:border-box}
    html{min-height:100%;overflow-x:hidden;scroll-behavior:smooth}
    body{min-height:100%;margin:0;color:var(--ink);background:#fff;font-family:var(--font-text)}
    h1,h2,h3,h4,h5,h6{font-family:var(--font-title);font-weight:800}
    body.overlay-open{overflow:hidden}
    a{color:inherit}

    .navbar{position:fixed;inset:0 0 auto;z-index:40;display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:linear-gradient(to bottom,rgba(0,0,0,.58),transparent);transition:background-color .25s ease,backdrop-filter .25s ease}
    .navbar.scrolled{background:rgba(0,0,0,.68);backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px)}
    .hamburger{display:flex;flex-direction:column;gap:5px;padding:8px;background:none;border:0;filter:drop-shadow(0 1px 3px rgba(0,0,0,.55));cursor:pointer}
    .hamburger span{display:block;height:3px;border-radius:3px;background:#fff;transition:transform .3s ease,opacity .3s ease}
    .hamburger span:first-child{width:30px}.hamburger span:nth-child(2),.hamburger span:nth-child(3){width:22px}
    .hamburger.active span:first-child{transform:translateY(8px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
    .logo{position:absolute;top:50%;left:50%;display:inline-flex;align-items:center;transform:translate(-50%,-50%);filter:drop-shadow(0 1px 3px rgba(0,0,0,.55))}
    .logo img{display:block;width:var(--portal-logo-mobile,115px);height:auto}
    .admin-login-link{display:inline-flex;align-items:center;gap:9px;color:#fff;font-size:1rem;font-weight:700;line-height:1;text-decoration:none;filter:drop-shadow(0 1px 3px rgba(0,0,0,.55));transition:color .2s ease,transform .2s ease}
    .admin-login-link svg{width:24px;height:24px;flex:0 0 24px}.admin-login-link:hover,.admin-login-link:focus-visible{color:#5eead4;outline:0;transform:translateY(-1px)}
    .admin-login-copy{display:grid;gap:3px;max-width:180px;min-width:0;text-align:right}.admin-login-copy strong,.admin-login-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-login-copy strong{font-size:.92rem;line-height:1.05}.admin-login-copy small{color:rgba(255,255,255,.72);font-size:.7rem;font-weight:500;line-height:1}.admin-login-avatar{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;overflow:hidden;color:#083344;background:linear-gradient(145deg,#67e8f9,#2dd4bf);border:1px solid #000;border-radius:50%;box-shadow:0 4px 14px rgba(0,0,0,.22);font-size:.85rem;font-weight:800}.admin-login-avatar img{display:block;width:100%;height:100%;object-fit:cover}

    .menu-overlay{position:fixed;inset:0;z-index:60;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;background:rgba(0,0,0,.95);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .35s ease,visibility .35s ease}
    .menu-overlay.open{opacity:1;visibility:visible;pointer-events:auto}
    .close-btn{position:absolute;top:16px;right:16px;display:flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;background:none;border:0;cursor:pointer}
    .close-btn span{position:absolute;width:30px;height:2px;border-radius:2px;background:#fff}.close-btn span:first-child{transform:rotate(45deg)}.close-btn span:last-child{transform:rotate(-45deg)}
    .menu-logo{position:absolute;top:16px;left:50%;display:inline-flex;transform:translateX(-50%)}
    .menu-logo img{display:block;width:var(--portal-logo-mobile,115px);height:auto}
    .menu-news-search{position:relative;z-index:2;width:min(680px,calc(100vw - 96px));opacity:0;transform:translateY(18px);transition:opacity .45s ease,transform .45s ease}.menu-overlay.open .menu-news-search{opacity:1;transform:none;transition-delay:.08s}
    .menu-news-search-field{display:flex;height:62px;align-items:center;gap:12px;padding:0 20px;color:#fff;border:1px solid rgba(255,255,255,.9);border-radius:999px;transition:border-color .2s ease,box-shadow .2s ease}.menu-news-search-field:focus-within{border-color:#5eead4;box-shadow:0 0 0 3px rgba(94,234,212,.16)}.menu-news-search-field svg{width:21px;height:21px;flex:0 0 21px}.menu-news-search-field input{width:100%;min-width:0;height:60px;padding:0;color:#fff;background:transparent;border:0;outline:0;font:inherit;font-size:1.12rem}.menu-news-search-field input::placeholder{color:rgba(255,255,255,.68)}.menu-news-search-field input::-webkit-search-cancel-button{filter:invert(1)}
    .menu-news-search-results{position:absolute;top:calc(100% + 10px);right:0;left:0;overflow:hidden;background:rgba(8,10,14,.98);border:1px solid rgba(255,255,255,.46);border-radius:0;box-shadow:0 22px 60px rgba(0,0,0,.48)}.menu-news-search-results[hidden]{display:none}.menu-news-search-result{display:grid;width:100%;grid-template-columns:112px minmax(0,1fr);gap:18px;align-items:center;padding:14px;color:#fff;background:transparent;border:0;border-bottom:1px solid rgba(255,255,255,.42);font:inherit;text-align:left;cursor:pointer;transition:background-color .18s ease}.menu-news-search-result:last-child{border-bottom:0}.menu-news-search-result:hover,.menu-news-search-result:focus-visible{outline:0;background:rgba(94,234,212,.12)}
    .menu-news-search-result-media{width:112px;height:78px;overflow:hidden;background:linear-gradient(135deg,#1f2937,#475569);border-radius:0}.menu-news-search-result-media img{display:block;width:100%;height:100%;object-fit:cover}.menu-news-search-result-copy{min-width:0}.menu-news-search-result-title{display:block;margin-bottom:4px;overflow:hidden;font-size:1.08rem;font-weight:800;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.menu-news-search-result-description{display:-webkit-box;overflow:hidden;color:rgba(255,255,255,.68);font-size:.9rem;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.menu-news-search-state{display:block;padding:18px 20px;color:rgba(255,255,255,.72);font-size:.9rem;text-align:center}

    .story-hero{position:relative;width:100%;height:100vh;height:100svh;overflow:hidden;background:linear-gradient(135deg,#0f172a,#334155)}
    .story-gallery-track{display:flex;width:100%;height:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}
    .story-gallery-track::-webkit-scrollbar{display:none}
    .story-gallery-frame{flex:0 0 100%;width:100%;height:100%;margin:0;scroll-snap-align:center}
    .story-gallery-frame img{display:block;width:100%;height:100%;object-fit:cover}
    .story-hero::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.34) 38%,rgba(0,0,0,.04) 66%);pointer-events:none}
    .story-hero-copy{position:absolute;right:0;bottom:0;left:0;z-index:2;padding:0 20px 76px;color:#fff;pointer-events:none}
    .story-hero.no-gallery-controls .story-hero-copy{padding-bottom:34px}
    .story-category{display:block;margin-bottom:11px;color:var(--accent);font-size:.78rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase}
    .story-title{max-width:900px;margin:0;font-size:clamp(1.85rem,8.3vw,4.8rem);font-weight:800;line-height:1.08;letter-spacing:-.035em;text-shadow:0 3px 18px rgba(0,0,0,.5)}
    .story-gallery-dots{position:absolute;bottom:24px;left:20px;z-index:3;display:flex;align-items:center;gap:7px}
    .story-gallery-dot{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.5);transition:width .25s ease,background-color .25s ease;cursor:pointer}
    .story-gallery-dot.active{width:24px;background:#fff}
    .story-gallery-expand{position:absolute;right:18px;bottom:15px;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;padding:0;color:#111;background:rgba(255,255,255,.93);border:1px solid rgba(255,255,255,.75);border-radius:50%;box-shadow:0 8px 24px rgba(0,0,0,.28);cursor:pointer;backdrop-filter:blur(8px)}
    .story-gallery-expand svg{width:21px;height:21px}

    .story-content{width:min(760px,100%);margin:0 auto;padding:30px 20px 56px;background:#fff}
    .story-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:28px;color:var(--muted);font-size:.85rem}
    .story-meta svg{width:17px;height:17px;flex:0 0 auto;color:#111}
    .story-author{font-weight:700;color:#111}
    .article-body{color:#202735;font-family:var(--font-text);font-size:1.08rem;line-height:1.75}
    .article-body>:first-child{margin-top:0}.article-body>:last-child{margin-bottom:0}
    .article-body p{margin:0 0 16px}
    .article-body h1,.article-body h2,.article-body h3{margin:1.2em 0 .5em;color:#111;font-family:var(--font-title);font-weight:800;line-height:1.25}
    .article-body h1{font-size:1.55rem}.article-body h2{font-size:1.35rem}.article-body h3{font-size:1.15rem}
    .article-body strong,.article-body b{font-weight:700}.article-body em,.article-body i{font-style:italic}.article-body u{text-decoration:underline}.article-body s{text-decoration:line-through}
    .article-body ul,.article-body ol{margin:0 0 16px;padding-left:1.6rem}.article-body ul{list-style:disc}.article-body ol{list-style:decimal}.article-body li{margin-bottom:6px}
    .article-body blockquote{margin:0 0 16px;padding-left:14px;border-left:3px solid #0ea5e9;color:#555;font-style:italic}
    .article-body code{padding:2px 6px;border-radius:4px;background:#f1f5f9;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.85em}
    .article-body pre{margin:0 0 16px;padding:14px;overflow-x:auto;border-radius:8px;background:#0f172a;color:#e2e8f0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.85rem;line-height:1.55}
    .article-body pre code{padding:0;background:none;color:inherit}.article-body mark{padding:0 2px;border-radius:2px;background:#fef08a;color:inherit}.article-body sub,.article-body sup{font-size:.75em}
    .article-body hr{margin:1.2em 0;border:0;border-top:2px solid var(--line)}
    .article-body img{max-width:100%;height:auto;margin-bottom:16px;border-radius:12px}.article-body a{color:#0284c7;text-decoration:underline}
    .article-placement-ad{margin:0 0 34px}.article-placement-ad-footer{margin:36px 0 0}
    .article-ad-card{display:flex;width:100%;min-width:0;margin:0;overflow:hidden;flex-direction:column;border:1px solid #e5e7eb;border-radius:0;background:#fff;box-shadow:0 6px 18px rgba(15,23,42,.06)}
    .article-ad-card .pc-news-ad-media{width:100%;aspect-ratio:1/1;margin:0;overflow:hidden;background:#fff}.article-ad-card .pc-news-ad-media img{display:block;width:100%;height:100%;object-fit:contain}
    .article-ad-card .pc-news-ad-footer{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:14px;padding:0 14px;border-top:1px solid #e5e7eb}
    .article-ad-card .pc-news-ad-label{flex:0 0 auto;color:#64748b;font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
    .article-ad-card .pc-news-ad-social{display:flex;min-width:0;align-items:center;gap:12px;margin-left:auto;padding-left:14px;border-left:1px solid #cbd5e1}
    .article-ad-card .pc-news-ad-social-link{display:inline-flex;width:24px;height:24px;flex:0 0 24px;align-items:center;justify-content:center;color:#111;text-decoration:none;transition:opacity .2s ease,transform .2s ease}
    .article-ad-card .pc-news-ad-social-link:not(.is-disabled):hover{opacity:.62;transform:translateY(-1px)}.article-ad-card .pc-news-ad-social-link.is-disabled{color:#94a3b8;opacity:.68}.article-ad-card .pc-news-ad-social-link:focus-visible{outline:2px solid #111;outline-offset:3px}.article-ad-card .pc-news-ad-social-link svg{display:block;width:20px;height:20px}
    .story-media{display:grid;width:100%;min-width:0;gap:22px;margin-top:32px}.story-media-group{display:grid;width:100%;min-width:0;gap:12px}.story-media-heading{margin:0;font-size:1rem}.story-audio{display:grid;width:100%;min-width:0;gap:8px;padding:15px;background:#f8fafc;border-radius:12px}.story-audio audio{display:block;width:100%;min-width:100%;max-width:100%}.story-audio audio::-webkit-media-controls-enclosure,.story-audio audio::-webkit-media-controls-panel{width:100%;max-width:100%}.story-video{position:relative;padding-top:56.25%;overflow:hidden;border-radius:14px;background:#0f172a}.story-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

    .article-actions{display:flex;align-items:center;width:100%;margin-top:38px;padding-top:22px;border-top:1px solid var(--line)}
    .article-vote{display:flex;align-items:center;gap:14px;min-width:0}
    .article-share{display:flex;align-items:center;gap:18px;margin-left:auto;padding-left:17px;border-left:1px solid #cbd5e1}
    .vote-btn{display:inline-flex;align-items:center;gap:5px;padding:0;color:#111;background:none;border:0;cursor:pointer;font:inherit;font-size:.78rem;font-weight:700;white-space:nowrap;transition:opacity .2s ease,color .2s ease}
    .vote-btn svg{width:18px;height:18px;flex:0 0 auto}.vote-btn:disabled{cursor:default}.vote-btn:disabled:not(.voted){opacity:.45}.vote-btn.voted{color:#0f766e}.vote-count{font-size:.75rem;color:#64748b;font-variant-numeric:tabular-nums}.vote-count:empty{display:none}
    .share-btn{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:#111;transition:opacity .2s ease,transform .2s ease}.share-btn:hover{opacity:.65;transform:translateY(-1px)}.share-btn svg{width:21px;height:21px}
    .article-footer{padding:24px 20px 34px;background:#f8fafc;text-align:center}
    .article-footer-link{display:inline-flex;align-items:center;gap:9px;color:#334155;font-size:.88rem;font-weight:750;text-decoration:none;transition:color .2s ease,transform .2s ease}
    .article-footer-link:hover,.article-footer-link:focus-visible{color:#0f766e;transform:translateX(-2px)}
    .article-footer-arrow{font-size:1.15rem;line-height:1}

    .article-lightbox{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;overflow:hidden;background:rgba(0,0,0,.97)}
    .article-lightbox.open{display:flex}.article-lightbox-stage{position:absolute;inset:70px 0 64px;display:flex;align-items:center;justify-content:center;overflow:hidden;touch-action:none}
    .article-lightbox-image{display:block;max-width:100%;max-height:100%;object-fit:contain;user-select:none;cursor:zoom-in;transition:transform .16s ease;will-change:transform}
    .article-lightbox.pinching .article-lightbox-image,.article-lightbox.panning .article-lightbox-image{transition:none}.article-lightbox.panning .article-lightbox-image{cursor:grabbing}
    .article-lightbox-close,.article-lightbox-arrow{position:absolute;z-index:2;display:inline-flex;align-items:center;justify-content:center;padding:0;color:#fff;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.3);border-radius:50%;cursor:pointer}
    .article-lightbox-close{top:16px;right:16px;width:44px;height:44px}.article-lightbox-close svg{width:23px;height:23px}
    .article-lightbox-arrow{top:50%;width:50px;height:50px;transform:translateY(-50%)}.article-lightbox-arrow svg{width:28px;height:28px}.article-lightbox-prev{left:20px}.article-lightbox-next{right:20px}
    .article-lightbox-counter,.article-lightbox-zoom{position:absolute;bottom:20px;z-index:2;color:rgba(255,255,255,.82);font-size:.82rem;font-weight:700;letter-spacing:.03em}.article-lightbox-counter{left:20px}.article-lightbox-zoom{right:20px}
    .not-found{min-height:100svh;display:grid;place-content:center;padding:100px 24px;text-align:center;background:#f8fafc}.not-found h1{margin:0 0 12px;font-size:2rem}.not-found a{color:#0284c7;font-weight:700}

    @media(max-width:768px){.article-lightbox-arrow{display:none}.admin-login-link{padding:8px}.admin-login-link.is-guest>span{display:none}.admin-login-link svg{width:25px;height:25px;flex-basis:25px}.admin-login-link.is-authenticated{gap:7px;padding:2px 0}.admin-login-copy{max-width:62px;gap:2px}.admin-login-copy strong{font-size:.72rem}.admin-login-copy small{font-size:.6rem}.admin-login-avatar{width:36px;height:36px;flex-basis:36px;font-size:.76rem}.menu-news-search{width:calc(100vw - 32px)}.menu-news-search-field{height:56px;gap:10px;padding:0 16px}.menu-news-search-field input{height:54px;font-size:1.02rem}.menu-news-search-results{max-height:60svh;overflow-y:auto}.menu-news-search-result{grid-template-columns:88px minmax(0,1fr);gap:12px;padding:10px}.menu-news-search-result-media{width:88px;height:68px}.menu-news-search-result-title{font-size:1rem}.menu-news-search-result-description{font-size:.84rem}}
    @media(min-width:769px){.navbar{padding:18px 24px}.logo img{width:var(--portal-logo-desktop,180px)}.story-content{padding:54px 32px 76px}.story-title{font-size:clamp(3rem,5.5vw,5.2rem)}.story-hero-copy{padding:0 clamp(34px,7vw,110px) 86px}.story-gallery-dots{left:clamp(34px,7vw,110px)}.menu-logo{top:24px}.menu-logo img{width:var(--portal-logo-desktop,180px)}.close-btn{top:24px;right:24px}}
    @media(max-width:370px){.story-title{font-size:1.65rem}.article-vote{gap:10px}.article-share{gap:13px;padding-left:13px}.vote-btn{font-size:.72rem}.vote-btn svg{width:17px;height:17px}}
