@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg:#eceef2;--surface:#fff;--surface-alt:#f3f4f6;--text:#111827;--muted:#6b7280;--line:#e5e7eb;--accent:#2563eb;--max:1280px;--radius:12px;--font:"Inter", system-ui, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0;line-height:1.5}a{color:inherit;text-decoration:none}.wrap{max-width:var(--max);margin:0 auto;padding:0 1rem}.site-header{background:var(--surface);border-bottom:1px solid var(--line);z-index:50;position:sticky;top:0}.site-header .inner{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:1rem;min-height:56px;display:grid}.brand-link{justify-self:start;align-items:center;gap:.55rem;min-width:0;font-size:1.05rem;font-weight:700;display:flex}.brand-text{flex-direction:column;gap:.05rem;min-width:0;display:flex}.brand-icon{object-fit:cover;background:#000;border-radius:8px;flex-shrink:0;width:32px;height:32px;display:block}.nav-main{justify-content:center;justify-self:center;align-items:center;gap:.25rem;display:flex}.nav-main>a,.nav-dropdown-trigger{color:var(--text);border-radius:8px;justify-content:center;align-items:center;gap:.25rem;padding:.45rem .85rem;font-size:.92rem;font-weight:500;line-height:1;transition:background .15s;display:inline-flex}.nav-main>a:hover,.nav-dropdown-trigger:hover{background:var(--surface-alt)}.nav-main>a.active{background:var(--surface-alt);font-weight:600}.nav-dropdown-trigger svg{flex-shrink:0;width:12px;height:12px;margin-top:1px;display:block}.brand-link strong{white-space:nowrap;text-overflow:ellipsis;line-height:1.15;display:block;overflow:hidden}.brand-tagline{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;font-weight:500;display:block;overflow:hidden}.nav-burger{width:40px;height:40px;color:var(--text);cursor:pointer;z-index:70;background:0 0;border:none;border-radius:10px;flex-direction:column;justify-content:center;place-items:center;gap:5px;padding:0;display:none;position:relative}.nav-burger span{background:currentColor;border-radius:2px;width:18px;height:2px;transition:transform .2s,opacity .2s;display:block}.nav-burger.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-burger.is-open span:nth-child(2){opacity:0}.nav-burger.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-nav{display:none}.mobile-nav__backdrop{z-index:60;backdrop-filter:blur(2px);cursor:pointer;background:#0f172a73;border:0;margin:0;padding:0;animation:.2s mobileNavFade;position:fixed;inset:0}.mobile-nav__panel{z-index:65;background:var(--surface);flex-direction:column;width:min(86vw,340px);height:100dvh;animation:.22s mobileNavSlide;display:flex;position:fixed;top:0;right:0;box-shadow:-12px 0 40px #0f172a2e}.mobile-nav__head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;min-height:56px;padding:1rem 1.1rem;display:flex}.mobile-nav__title{letter-spacing:-.01em;font-size:.95rem;font-weight:700}.mobile-nav__close{width:40px;height:40px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:10px;place-items:center;display:grid}.mobile-nav__close:hover{background:var(--surface-alt);color:var(--text)}.mobile-nav__list{-webkit-overflow-scrolling:touch;flex-direction:column;gap:.15rem;padding:.65rem .75rem 1.5rem;display:flex;overflow:auto}.mobile-nav__list a{color:var(--text);border-radius:10px;padding:.78rem .85rem;font-size:1rem;font-weight:600;transition:background .15s;display:block}.mobile-nav__list a:hover,.mobile-nav__list a:active{background:var(--surface-alt)}.mobile-nav__section{margin-top:.35rem}.mobile-nav__list a.mobile-nav__section:first-child{margin-top:0}.mobile-nav__sub{color:var(--muted)!important;padding-left:1.35rem!important;font-size:.92rem!important;font-weight:500!important}body.nav-open{overflow:hidden}@keyframes mobileNavFade{0%{opacity:0}to{opacity:1}}@keyframes mobileNavSlide{0%{transform:translate(100%)}to{transform:translate(0)}}.nav-dropdown{align-items:center;display:flex;position:relative}.nav-dropdown-trigger:hover,.nav-dropdown.active .nav-dropdown-trigger,.nav-dropdown-trigger.active{background:var(--surface-alt);font-weight:600}.nav-dropdown-menu{z-index:60;min-width:200px;padding:.45rem 0 0;display:none;position:absolute;top:100%;left:0}.nav-dropdown-menu:before{content:"";height:.45rem;position:absolute;top:0;left:0;right:0}.nav-dropdown-inner{background:var(--surface);border:1px solid var(--line);border-radius:10px;flex-direction:column;padding:.35rem;display:flex;box-shadow:0 8px 24px #00000014}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{display:block}.nav-dropdown-inner a{border-radius:6px;padding:.45rem .65rem;font-size:.88rem}.nav-dropdown-inner a:hover{background:var(--surface-alt)}.nav-tools{justify-content:flex-end;justify-self:end;align-items:center;gap:.45rem;display:flex}.lang-switch{border:1px solid var(--line,#e2e8f0);background:var(--surface,#fff);border-radius:999px;align-items:center;height:32px;display:inline-flex;overflow:hidden}.lang-switch__btn{letter-spacing:.04em;min-width:32px;height:100%;color:var(--muted);justify-content:center;align-items:center;padding:0 .5rem;font-size:.7rem;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.lang-switch__btn:hover{color:var(--text);background:var(--surface-alt,#f8fafc)}.lang-switch__btn.active{color:#fff;background:var(--text,#0f172a)}.mobile-nav__lang{border-top:1px solid var(--line,#e2e8f0);gap:.65rem;margin-top:.85rem;padding-top:.85rem;display:flex}.mobile-nav__lang a{color:var(--muted);font-size:.85rem;font-weight:700;text-decoration:none}.mobile-nav__lang a.active{color:var(--text)}.article-lang-note{background:var(--surface-alt,#f8fafc);border:1px solid var(--line,#e2e8f0);color:var(--muted);border-radius:8px;margin:0 0 1rem;padding:.65rem .85rem;font-size:.9rem}.icon-btn{width:36px;height:36px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;place-items:center;transition:background .15s,color .15s;display:grid}.icon-btn:hover{background:var(--surface-alt);color:var(--text)}.feed-section{padding:1.25rem 0 2.5rem}.feed-panel{background:var(--surface);border-radius:var(--radius);padding:1.25rem 1.25rem 1.5rem;box-shadow:0 1px 3px #0000000a}.feed-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.feed-subtitle{color:var(--muted);margin:.25rem 0 0;font-size:.88rem;font-weight:400}.feed-empty{text-align:center;color:var(--muted);padding:3rem 1.5rem}.feed-empty p{color:var(--text);margin:0 0 .5rem;font-size:1.05rem}.feed-empty-hint{color:var(--muted)!important;font-size:.9rem!important}.feed-title{letter-spacing:-.02em;margin:0;font-size:1.35rem;font-weight:700}.feed-settings{color:var(--text);cursor:pointer;background:0 0;border:0;align-items:center;gap:.45rem;padding:0;font-size:.9rem;font-weight:500;transition:color .15s;display:inline-flex}.feed-settings:hover{color:var(--accent)}.feed-settings-root{position:relative}html.feed-modal-open{overflow:hidden}.feed-modal[hidden]{display:none!important}.feed-modal{z-index:80;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.feed-modal__backdrop{background:#0f172a73;position:absolute;inset:0}.feed-modal__dialog{z-index:1;background:#fff;border-radius:16px;width:min(560px,100%);max-height:min(90vh,640px);padding:1.35rem 1.35rem 1.15rem;position:relative;overflow:auto;box-shadow:0 24px 60px #0f172a38}.feed-modal__head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.1rem;display:flex}.feed-modal__title{letter-spacing:-.02em;color:#1e293b;margin:0;font-size:1.2rem;font-weight:700}.feed-modal__desc{color:#94a3b8;margin:.4rem 0 0;font-size:.9rem;line-height:1.4}.feed-modal__close{color:#334155;cursor:pointer;background:0 0;border:0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;display:inline-flex}.feed-modal__close:hover{background:#f1f5f9}.feed-modal__chips{flex-wrap:wrap;gap:.55rem;margin-bottom:1.15rem;display:flex}.feed-chip{cursor:pointer;user-select:none;color:#334155;background:#eef1f5;border-radius:8px;align-items:center;gap:.45rem;padding:.45rem .7rem .45rem .5rem;font-size:.88rem;font-weight:500;display:inline-flex}.feed-chip input{opacity:0;pointer-events:none;position:absolute}.feed-chip__box{color:#fff;background:#64748b;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:1.05rem;height:1.05rem;display:inline-flex}.feed-chip:not(:has(input:checked)) .feed-chip__box{color:#0000;background:0 0;border:1.5px solid #94a3b8}.feed-chip:not(:has(input:checked)){color:#64748b}.feed-modal__apply{color:#334155;cursor:pointer;background:#e8ecf1;border:0;border-radius:10px;width:100%;padding:.85rem 1rem;font-size:.98rem;font-weight:600;transition:background .15s}.feed-modal__apply:hover{background:#dbe2ea}.feed-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.news-card{background:var(--surface-alt);border-radius:10px;flex-direction:column;min-height:200px;transition:transform .15s,box-shadow .15s;display:flex;overflow:hidden}.news-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.news-card--wide{grid-column:span 2;min-height:180px}.news-card__thumb{aspect-ratio:16/10;background:#ddd;overflow:hidden}.news-card__thumb img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.news-card:hover .news-card__thumb img{transform:scale(1.03)}.news-card__placeholder{background:linear-gradient(135deg,#d1d5db,#e5e7eb);width:100%;height:100%}.news-card__body,.news-card__text-body{flex-direction:column;flex:1;padding:.85rem 1rem 1rem;display:flex}.news-card__cat{color:var(--muted);margin-bottom:.35rem;font-size:.75rem}.news-card__title{letter-spacing:-.01em;margin:0 0 auto;font-size:.95rem;font-weight:600;line-height:1.35}.news-card--wide .news-card__title{font-size:1.05rem}.news-card__snippet{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:.5rem 0 auto;font-size:.85rem;line-height:1.45;display:-webkit-box;overflow:hidden}.news-card__foot{color:var(--muted);margin-top:.75rem;padding-top:.5rem;font-size:.78rem}.news-card__foot time{font-variant-numeric:tabular-nums}.news-card--overlay,.news-card--wide-overlay{background:#1f2937;min-height:240px;position:relative}.news-card--wide-overlay{min-height:200px}.news-card__bg{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.news-card__overlay{z-index:1;min-height:inherit;color:#fff;background:linear-gradient(#0000 0%,#0003 45%,#000000d1 100%);flex-direction:column;flex:1;justify-content:flex-end;padding:1rem;display:flex;position:relative}.news-card--overlay .news-card__cat,.news-card--wide-overlay .news-card__cat{color:#ffffffbf}.news-card--overlay .news-card__foot,.news-card--wide-overlay .news-card__foot{color:#ffffffa6}.article-page{padding:1.25rem 0 3rem}.article-layout{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:1.5rem;display:grid}.article-main{background:var(--surface);border-radius:var(--radius);min-width:0;padding:1.75rem 2rem 2rem}.breadcrumbs{color:var(--muted);margin-bottom:1.25rem;font-size:.82rem}.breadcrumbs ol{flex-wrap:wrap;gap:.35rem 0;margin:0;padding:0;list-style:none;display:flex}.breadcrumbs li:not(:last-child):after{content:"→";color:var(--line);margin:0 .45rem}.breadcrumbs a{color:var(--muted);text-decoration:none}.breadcrumbs a:hover{color:var(--accent)}.breadcrumbs li:last-child span{color:var(--text);font-weight:500}.article-head{margin-bottom:1.25rem}.article-cat-badge{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);background:var(--surface-alt);border:1px solid var(--line);border-radius:999px;margin-bottom:.85rem;padding:.25rem .65rem;font-size:.75rem;font-weight:600;display:inline-block}.article-cat-badge:hover{color:var(--accent);border-color:var(--accent)}.article-main h1{letter-spacing:-.025em;margin:0 0 1rem;font-size:clamp(1.75rem,3.2vw,2.35rem);font-weight:700;line-height:1.15}.article-meta-row{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem;font-size:.88rem;display:flex}.article-author{color:var(--text);align-items:center;gap:.5rem;font-weight:500;display:inline-flex}.article-author__avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#2563eb);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.85rem;font-weight:700;display:inline-flex}.article-cover-wrap{background:var(--surface-alt,#f3f4f6);border-radius:10px;margin:0 0 1.25rem;overflow:hidden}.article-cover{object-fit:contain;border-radius:10px;width:100%;height:auto;max-height:720px;display:block}.article-lead{color:#374151;border-bottom:1px solid var(--line);margin-bottom:1.5rem;padding-bottom:1.25rem;font-size:1.08rem;line-height:1.6}.article-tags{flex-wrap:wrap;gap:.5rem;margin:1.75rem 0 1rem;padding:0;list-style:none;display:flex}.article-tag{color:var(--muted);background:var(--surface-alt);border:1px solid var(--line);cursor:default;pointer-events:none;user-select:none;border-radius:999px;padding:.35rem .75rem;font-size:.82rem;display:inline-block}.prose a,.article-body a{color:var(--accent,#1d4ed8);text-underline-offset:2px;text-decoration:underline}.prose a:hover,.article-body a:hover{color:var(--text,#111827)}.article-source{color:var(--muted);margin:0 0 1.5rem;font-size:.9rem}.article-source a{color:var(--text);text-underline-offset:2px;font-weight:500;text-decoration:underline}.article-source a:hover{color:var(--accent)}.article-sidebar{background:var(--surface);border-radius:var(--radius);border:1px solid var(--line);padding:1.25rem 1.1rem;position:sticky;top:5rem}.article-sidebar__title{letter-spacing:-.01em;margin:0 0 1rem;font-size:1rem;font-weight:700}.article-sidebar__empty{color:var(--muted);margin:0;font-size:.88rem}.article-sidebar__list{margin:0;padding:0;list-style:none}.article-sidebar__item{border-bottom:1px solid var(--line);padding:.85rem 0;text-decoration:none;display:block}.article-sidebar__list li:last-child .article-sidebar__item{border-bottom:none;padding-bottom:0}.article-sidebar__list li:first-child .article-sidebar__item{padding-top:0}.article-sidebar__cat{text-transform:uppercase;letter-spacing:.03em;color:var(--muted);margin-bottom:.25rem;font-size:.72rem;font-weight:600;display:block}.article-sidebar__headline{color:var(--text);margin-bottom:.35rem;font-size:.92rem;font-weight:600;line-height:1.35;display:block}.article-sidebar__item:hover .article-sidebar__headline{color:var(--accent)}.article-sidebar__time{color:var(--muted);font-size:.78rem}.article-related{border-top:1px solid var(--line);margin-top:.5rem;padding-top:1.5rem}.article-related__title{margin:0 0 1rem;font-size:1.05rem;font-weight:700}.article-related__list{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.article-related__card{background:var(--surface-alt);border:1px solid var(--line);border-radius:10px;padding:1rem 1.15rem;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:block}.article-related__card:hover{border-color:#c7d2fe;box-shadow:0 2px 8px #2563eb14}.article-related__headline{color:var(--text);margin-bottom:.5rem;font-size:.95rem;font-weight:600;line-height:1.4;display:block}.article-related__card:hover .article-related__headline{color:var(--accent)}.article-related__meta{color:var(--muted);flex-wrap:wrap;gap:.5rem 1rem;font-size:.78rem;display:flex}.article-more{margin-top:1.5rem;padding-bottom:1rem}.article-more__title{letter-spacing:-.02em;margin:0 0 1rem;font-size:1.25rem;font-weight:700}.article-more__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}@media (width<=1100px){.article-more__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=960px){.article-layout{grid-template-columns:1fr}.article-sidebar{order:2;position:static}.article-main{order:1}}@media (width<=560px){.article-main{padding:1.25rem 1rem 1.5rem}.article-more__grid{grid-template-columns:1fr}}.prose h2{letter-spacing:-.01em;margin-top:1.75rem;margin-bottom:.65rem;font-size:1.25rem;font-weight:700}.prose p{margin:0 0 1rem;font-size:1rem;line-height:1.7}.prose img{object-fit:contain;background:var(--surface-alt,#f3f4f6);border-radius:8px;max-width:100%;height:auto;max-height:720px;margin:1rem 0;display:block}.article-body{min-width:0;max-width:100%;overflow-x:clip}.article-body>:last-child{margin-bottom:0}.prose .article-video,.article-video{aspect-ratio:16/9;isolation:isolate;background:#0f172a;border-radius:10px;width:100%;max-width:100%;height:auto;margin:1.5rem 0;display:block;position:relative;overflow:hidden}.prose .article-video iframe,.article-video iframe{border:0;width:100%;max-width:100%;height:100%;display:block;position:absolute;inset:0}@supports not (aspect-ratio:16 / 9){.prose .article-video,.article-video{height:0;padding-bottom:56.25%}}.prose ul,.prose ol{margin:0 0 1rem;padding-left:1.25rem;line-height:1.65}.prose li{margin-bottom:.35rem}.breadcrumbs li:last-child{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}@media (width<=720px){.breadcrumbs li:last-child{display:none}.breadcrumbs li:nth-last-child(2):after{content:none}.prose .article-video,.article-video{border-radius:8px;margin:1.25rem 0}}.footer-meta a{color:var(--accent)}.legal-page{padding:1.25rem 0 3rem}.legal-panel{background:var(--surface);border-radius:var(--radius);max-width:860px;margin:0 auto;padding:2rem 2.25rem}.legal-panel h1{letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(1.6rem,3vw,2.1rem);line-height:1.2}.legal-panel h2{margin:1.75rem 0 .65rem;font-size:1.15rem}.legal-lead{color:#374151;margin:0 0 1.25rem;font-size:1.05rem;line-height:1.6}.legal-panel p,.legal-panel li{line-height:1.65}.legal-panel ol,.legal-panel ul{margin:0 0 1rem;padding-left:1.25rem}.legal-panel li{margin-bottom:.45rem}.legal-panel a{color:var(--accent)}.article-source a,.legal-panel a,.footer-meta p a{margin-inline-start:.25em}.legal-note{color:var(--muted);margin-top:1.5rem;font-size:.9rem}@media (width<=560px){.legal-panel{padding:1.25rem 1rem 1.5rem}}.rss-page{padding:1.25rem 0 3rem}.rss-panel{background:var(--surface);border-radius:var(--radius);padding:2rem}.rss-panel__title{margin:0;font-size:1.5rem}.rss-panel__lead{color:var(--muted);margin:.5rem 0 0}.rss-notice{border:1px solid var(--line);color:var(--text);background:#f8fafc;border-radius:10px;margin:1.25rem 0 0;padding:1rem 1.1rem;font-size:.95rem;line-height:1.55}.rss-notice p{margin:0 0 .75rem}.rss-notice p:last-child{margin-bottom:0}.rss-notice__warn{color:#9a3412;background:#fff7ed;border:1px solid #fdba74;border-radius:8px;padding:.75rem .85rem;margin-top:.85rem!important}.rss-notice__warn a{color:#c2410c;font-weight:600;text-decoration:underline}.rss-list{margin:1.5rem 0 0;padding:0;list-style:none}.rss-list li{border-bottom:1px solid var(--line);padding:1rem 0}.rss-list li:last-child{border-bottom:none}.rss-list__desc{color:var(--muted);font-size:.9rem}.rss-list a{color:var(--accent);font-weight:500}.rss-tree{flex-direction:column;gap:1.5rem;margin-top:1.75rem;display:flex}.rss-tree__heading{letter-spacing:-.01em;margin:0 0 .55rem;font-size:1.05rem;font-weight:700}.rss-tree__list{border:1px solid var(--line);background:var(--surface);border-radius:12px;margin:0;padding:0;list-style:none;overflow:hidden}.rss-tree__item{border-bottom:1px solid var(--line);grid-template-columns:28px minmax(7rem,11rem) minmax(0,1fr);align-items:center;gap:.65rem .85rem;padding:.72rem .95rem;display:grid}.rss-tree__item:last-child{border-bottom:none}.rss-tree__item--child{background:color-mix(in srgb, var(--surface-alt,#f8fafc) 70%, transparent);padding-left:2.1rem}.rss-tree__icon{color:#f97316;place-items:center;display:grid}.rss-tree__name{font-size:.95rem;font-weight:650}.rss-tree__item--parent .rss-tree__name{font-weight:750}.rss-tree__link{color:var(--accent);overflow-wrap:anywhere;font-size:.9rem;font-weight:500}@media (width<=640px){.rss-tree__item{grid-template-columns:24px 1fr;gap:.35rem .65rem}.rss-tree__link{grid-column:2/-1;font-size:.84rem}.rss-tree__item--child{padding-left:1.5rem}}.site-footer{margin-top:3rem;padding:0 0 1.5rem}.footer-shell{color:#e5e7eb;background:radial-gradient(1200px 280px at 0 0,#2563eb2e,#0000 55%),radial-gradient(900px 240px at 100% 100%,#0ea5e91a,#0000 50%),linear-gradient(165deg,#0f172a 0%,#111827 48%,#0b1220 100%);border:1px solid #94a3b81f;border-radius:20px;position:relative;overflow:hidden;box-shadow:0 18px 50px #0f172a2e}.footer-shell:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#93c5fd8c,#0000);height:1px;position:absolute;inset:0 0 auto}.footer-main{grid-template-columns:minmax(220px,1.15fr) minmax(0,2fr);gap:2.25rem 2.75rem;padding:2.25rem 1.75rem 1.75rem;display:grid}.footer-brand-block{max-width:360px}.footer-logo{color:inherit;align-items:center;gap:.7rem;margin-bottom:.9rem;text-decoration:none;display:inline-flex}.footer-logo__mark{object-fit:cover;background:#000;border-radius:11px;flex-shrink:0;width:38px;height:38px;display:block;box-shadow:0 8px 20px #00000059}.footer-logo__text{flex-direction:column;gap:.1rem;min-width:0;display:flex}.footer-logo__name{letter-spacing:-.02em;color:#fff;font-size:1.05rem;font-weight:700;line-height:1.2}.footer-logo__tag{color:#94a3b8;font-size:.75rem;font-weight:500}.footer-brand-lead{color:#94a3b8;margin:0 0 1.15rem;font-size:.92rem;line-height:1.55}.footer-actions{flex-wrap:wrap;gap:.5rem;display:flex}.footer-chip{color:#eff6ff;background:#2563eb47;border:1px solid #93c5fd47;border-radius:999px;align-items:center;gap:.4rem;padding:.55rem .85rem;font-size:.84rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex}.footer-chip:hover{background:#2563eb6b;border-color:#93c5fd73}.footer-chip--ghost{color:#cbd5e1;background:#94a3b814;border-color:#94a3b82e}.footer-chip--ghost:hover{background:#94a3b829;border-color:#94a3b84d}.footer-nav{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem 1.5rem;display:grid}.footer-col__title{letter-spacing:.06em;text-transform:uppercase;color:#f8fafc;margin:0 0 .75rem;font-size:.78rem;font-weight:700;text-decoration:none;display:inline-block}a.footer-col__title:hover{color:#93c5fd}.footer-col__list{gap:.45rem;margin:0;padding:0;list-style:none;display:grid}.footer-col__list a{color:#94a3b8;font-size:.9rem;line-height:1.35;text-decoration:none;transition:color .15s}.footer-col__list a:hover{color:#e2e8f0}.footer-bottom{background:#02061747;border-top:1px solid #94a3b824;grid-template-columns:auto 1fr auto;align-items:center;gap:.85rem 1.25rem;padding:1rem 1.75rem 1.25rem;display:grid}.footer-copy{color:#64748b;white-space:nowrap;margin:0;font-size:.82rem}.footer-legal{color:#64748b;margin:0;font-size:.8rem;line-height:1.45}.footer-legal a,.footer-meta a,.footer-meta p a{color:#93c5fd;margin-inline-start:.25em;text-decoration:none}.footer-legal a:hover{color:#bfdbfe}.footer-age{letter-spacing:.02em;color:#cbd5e1;background:#0f172a8c;border:1px solid #94a3b847;border-radius:7px;justify-content:center;align-items:center;min-width:2.1rem;height:1.7rem;padding:0 .45rem;font-size:.72rem;font-weight:700;display:inline-flex}@media (width<=960px){.footer-main{grid-template-columns:1fr;gap:1.75rem}.footer-brand-block{max-width:none}.footer-nav{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.site-footer{margin-top:2rem;padding-bottom:1rem}.footer-shell{border-radius:16px}.footer-main{padding:1.5rem 1.1rem 1.25rem}.footer-nav{grid-template-columns:1fr 1fr;gap:1.15rem 1rem}.footer-bottom{grid-template-columns:1fr auto;padding:1rem 1.1rem 1.15rem}.footer-copy{white-space:normal;grid-column:1/-1}.footer-legal{grid-column:1}}@media (width<=1024px){.feed-grid{grid-template-columns:repeat(2,1fr)}.news-card--wide{grid-column:span 2}}@media (width<=640px){.site-header .inner{grid-template-columns:minmax(0,1fr) auto;gap:.5rem;min-height:52px}.nav-main{display:none}.nav-burger{display:inline-flex}.mobile-nav:not([hidden]){display:block}.brand-link{gap:.45rem;max-width:100%;font-size:.98rem}.brand-icon{width:30px;height:30px}.brand-tagline{font-size:.68rem}.nav-tools{gap:.15rem}.feed-grid{grid-template-columns:1fr}.news-card--wide{grid-column:span 1}.article-panel{padding:1.25rem 1rem}}
