:root{--bg:#f4f8fc;--paper:#fff;--surface:#fff;--surface-soft:#f7fbff;--ink:#07162c;--heading:#07162c;--text:#26364c;--muted:#69798f;--soft:#93a3b8;--border:#dce7f2;--border-strong:#c6d5e6;--blue:#075fca;--blue-2:#0b7ce4;--blue-deep:#063b7e;--blue-soft:#e9f3ff;--orange:#f97316;--orange-2:#ff9a2e;--orange-soft:#fff3e7;--green:#39a935;--green-soft:#ecf8ee;--red:#dc2626;--yellow-soft:#fff7d8;--radius-xl:34px;--radius-lg:26px;--radius:20px;--radius-sm:14px;--container:1180px;--shadow:0 24px 72px #07162c1f;--shadow-soft:0 16px 42px #07162c14;--shadow-card:0 12px 30px #07162c13;--fs-micro:clamp(10.75px, .68vw, 11.5px);--fs-caption:clamp(11.5px, .78vw, 12.5px);--fs-meta:clamp(12px, .84vw, 13px);--fs-control:clamp(13px, .92vw, 14px);--fs-body-sm:clamp(13.5px, .96vw, 14.5px);--fs-body:clamp(14.5px, 1.05vw, 16px);--fs-body-lg:clamp(15.5px, 1.3vw, 17.5px);--fs-card-title:clamp(17px, 1.35vw, 19px);--fs-section-title:clamp(22px, 2.35vw, 32px);--fs-page-title:clamp(30px, 4.35vw, 58px);--fs-display:clamp(29px, 4.55vw, 56px);--lh-tight:1.08;--lh-heading:1.14;--lh-body:1.68}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 8% -10%, #075fca21, transparent 30rem), radial-gradient(circle at 95% 1%, #f973161a, transparent 28rem), linear-gradient(180deg, #fbfdff 0%, var(--bg) 45%, #f8fbff 100%);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}.public-shell p,.public-shell h1,.public-shell h2,.public-shell h3,.public-shell h4,.public-shell h5,.public-shell h6{overflow-wrap:break-word}.public-shell p{text-wrap:pretty}.public-shell h1,.public-shell h2,.public-shell h3{text-wrap:balance}button{border:0}.container{width:min(var(--container), calc(100% - 42px));margin:0 auto}.hero{padding:28px 0 44px}.section-gap{margin-top:30px}.muted{color:var(--muted)}.btn{background:linear-gradient(135deg, var(--blue), var(--blue-2));color:#fff;cursor:pointer;min-height:42px;font-size:var(--fs-control);letter-spacing:-.01em;white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-weight:900;line-height:1.2;transition:transform .18s,box-shadow .18s,background .18s,border-color .18s,color .18s;display:inline-flex;box-shadow:0 12px 26px #075fca33}.btn:hover{transform:translateY(-1px);box-shadow:0 16px 34px #075fca3d}.btn.secondary{color:var(--heading);border-color:var(--border);box-shadow:none;background:#fff}.btn.secondary:hover{color:var(--blue);background:var(--blue-soft);border-color:#075fca59}.btn.btn-accent{background:linear-gradient(135deg, var(--orange), var(--orange-2));box-shadow:0 14px 28px #f9731638}.btn.ghost{color:var(--blue);box-shadow:none;background:0 0;border-color:#0000}.btn.danger{background:var(--red)}.btn.success{background:#16a34a}.btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.card{border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);background:#fffffff5;border:1px solid #d6e3f1f5}.card-pad{padding:22px}.grid{gap:18px;display:grid}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.eyebrow{color:var(--blue);font-size:var(--fs-caption);letter-spacing:.115em;text-transform:uppercase;font-weight:950;line-height:1.15}.badge{width:max-content;font-size:var(--fs-caption);background:var(--blue-soft);color:var(--blue);border:1px solid #075fca21;border-radius:999px;align-items:center;padding:7px 10px;font-weight:950;line-height:1.05;display:inline-flex}.badge-warm{background:var(--orange-soft);color:#c45508;border-color:#f9731629}.badge-green{background:var(--green-soft);color:#217a25;border-color:#39a93529}.badge-blue{background:var(--blue-soft);color:var(--blue)}.badge-yellow{color:#a15c00;background:#fff8df;border-color:#ffe3a3}.badge-purple{color:#6d28d9;background:#f3ecff;border-color:#e3d4ff}.badge-red{color:#b91c1c;background:#fff0f0;border-color:#ffd2d2}.badge-pink{color:#be185d;background:#fff0f7;border-color:#ffd2e8}.status-draft{color:#405064;background:#edf2f7}.status-pending_review{color:#a15c00;background:#fff8df}.status-published{background:var(--green-soft);color:#217a25}.status-rejected{color:#b91c1c;background:#fff0f0}.input,.textarea,.select{border:1px solid var(--border);width:100%;color:var(--text);font-size:var(--fs-control);background:#fff;border-radius:18px;outline:none;padding:14px 16px;line-height:1.35;transition:border-color .18s,box-shadow .18s,background .18s}.textarea{resize:vertical;min-height:150px}.input:focus,.textarea:focus,.select:focus{border-color:#075fca8c;box-shadow:0 0 0 5px #075fca1a}.form-grid{grid-template-columns:minmax(0,1fr) auto;gap:12px;display:grid}.form-field{gap:8px;display:grid}.form-field label{font-weight:850;font-size:var(--fs-meta);line-height:1.35}.error-box{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:16px;padding:14px}.public-shell{min-height:100vh;font-size:var(--fs-body);line-height:var(--lh-body);flex-direction:column;display:flex}.public-topline{color:#ffffffd6;font-size:var(--fs-caption);background:linear-gradient(90deg,#06162b,#082c56 52%,#0d432f);border-bottom:1px solid #ffffff17;line-height:1.35}.public-topline-inner{justify-content:space-between;align-items:center;gap:16px;min-height:36px;display:flex}.topline-left,.topline-right{align-items:center;gap:12px;min-width:0;display:flex}.topline-left span:last-child{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.topline-right a{color:#ffffffc7;font-weight:850;transition:color .18s;position:relative}.topline-right a:after{content:"";transform-origin:0;background:#ffffffc7;height:1px;transition:transform .18s;position:absolute;bottom:-3px;left:0;right:0;transform:scaleX(0)}.topline-right a:hover{color:#fff}.topline-right a:hover:after{transform:scaleX(1)}.live-dot{background:var(--orange);border-radius:999px;flex:none;width:8px;height:8px;position:relative;box-shadow:0 0 0 5px #f973162e}.live-dot:after{content:"";border-radius:inherit;border:1px solid #f973166b;animation:1.9s ease-out infinite livePulse;position:absolute;inset:-6px}@keyframes livePulse{0%{opacity:.76;transform:scale(.62)}80%,to{opacity:0;transform:scale(1.55)}}@keyframes mobileMenuItemIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes mobileMenuPanelIn{0%{opacity:0;transform:translateY(-10px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes mobileBackdropIn{0%{opacity:0}to{opacity:1}}.public-header{z-index:40;-webkit-backdrop-filter:blur(18px);background:#ffffffe8;border-bottom:1px solid #d2dfeed6;transition:background-color .22s,box-shadow .22s,border-color .22s;position:sticky;top:0;box-shadow:0 0 #07162c00}.public-header.is-scrolled{background:#fffffff5;border-bottom-color:#bfd0e2e6;box-shadow:0 14px 36px #07162c1a}.public-header:after{content:"";opacity:.72;pointer-events:none;background:linear-gradient(90deg,#0000,#075fca47,#f9731638,#0000);height:1px;position:absolute;bottom:-1px;left:0;right:0}.masthead{grid-template-columns:minmax(250px,auto) minmax(280px,1fr) auto;align-items:center;gap:18px;min-height:82px;display:grid}.brand{transform-origin:0;justify-content:flex-start;align-items:center;gap:10px;min-width:0;max-width:360px;min-height:58px;padding:2px 0;transition:transform .18s;display:inline-flex}.brand:hover{transform:translateY(-1px)}.brand-logo{object-fit:contain;object-position:left center;flex:none;width:clamp(190px,16vw,206px);height:auto;max-height:56px;transition:transform .18s,filter .18s;display:block}.brand:hover .brand-logo{filter:drop-shadow(0 10px 20px #07162c1a)}.brand-badge{color:var(--blue);background:var(--blue-soft);font-size:var(--fs-micro);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border:1px solid #075fca21;border-radius:999px;flex:none;align-items:center;padding:5px 8px;font-weight:950;line-height:1;display:inline-flex;transform:translateY(-1px)}.brand-fallback{color:var(--blue);letter-spacing:-.05em;font-size:clamp(20px,2vw,25px);font-weight:950}.masthead-search,.mobile-nav-search{border:1px solid var(--border);background:#fff;border-radius:999px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;min-height:48px;transition:border-color .18s,box-shadow .18s,transform .18s,background .18s;display:grid;position:relative;overflow:hidden;box-shadow:0 12px 28px #07162c0d}.masthead-search:focus-within,.mobile-nav-search:focus-within{border-color:#075fca7a;transform:translateY(-1px);box-shadow:0 14px 34px #075fca1f,0 0 0 5px #075fca14}.search-icon{color:var(--blue);padding-left:17px;font-weight:950}.masthead-search input,.mobile-nav-search input{width:100%;color:var(--text);font-size:var(--fs-control);background:0 0;border:0;outline:0;padding:12px 10px;line-height:1.35}.masthead-search button,.mobile-nav-search button{background:var(--blue);color:#fff;height:38px;font-size:var(--fs-control);cursor:pointer;border-radius:999px;margin-right:5px;padding:0 16px;font-weight:900;line-height:1;transition:transform .18s,background .18s,box-shadow .18s}.masthead-search button:hover,.mobile-nav-search button:hover{background:var(--blue-2);transform:translateY(-1px);box-shadow:0 10px 20px #075fca2e}.mobile-nav-search,.mobile-nav-header,.mobile-nav-actions,.mobile-menu-backdrop{display:none}.masthead-actions{align-items:center;gap:9px;display:flex}.masthead-actions .btn-accent:hover{box-shadow:0 18px 34px #f9731647}.mobile-menu-btn{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:42px;height:42px;transition:border-color .18s,box-shadow .18s,transform .18s,background .18s;display:none;box-shadow:0 10px 22px #07162c0f}.mobile-menu-btn:hover{background:var(--blue-soft);border-color:#075fca57;transform:translateY(-1px)}.mobile-menu-btn span{background:var(--heading);border-radius:999px;width:18px;height:2px;transition:transform .22s,opacity .18s,background .18s}.mobile-menu-btn.is-open span:first-child{transform:translateY(6px)rotate(45deg)}.mobile-menu-btn.is-open span:nth-child(2){opacity:0;transform:scaleX(.45)}.mobile-menu-btn.is-open span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.public-nav-wrap{background:#ffffffb8;border-top:1px solid #e2ebf5db;transition:background .18s,border-color .18s}.public-header.is-scrolled .public-nav-wrap{background:#ffffffdb;border-top-color:#d4e1f0e0}.public-nav{justify-content:space-between;align-items:center;gap:18px;min-height:48px;display:flex}.nav-links{scrollbar-width:none;align-items:center;gap:6px;min-width:0;display:flex;overflow-x:auto}.nav-links::-webkit-scrollbar{display:none}.nav-links a{color:#42546c;font-size:var(--fs-control);white-space:nowrap;border-radius:999px;padding:9px 13px;font-weight:900;line-height:1.15;transition:color .18s,background .18s,transform .18s;position:relative;overflow:hidden}.nav-links a:after{content:"";background:linear-gradient(90deg, var(--blue), var(--orange));transform-origin:0;border-radius:999px;height:2px;transition:transform .2s;position:absolute;bottom:6px;left:13px;right:13px;transform:scaleX(0)}.nav-links a:hover{color:var(--blue);background:#e9f3ffb8;transform:translateY(-1px)}.nav-links a:hover:after,.nav-links a.router-link-active:after{transform:scaleX(1)}.nav-links a.router-link-active{color:var(--blue);background:var(--blue-soft)}.nav-cta{color:var(--blue);font-size:var(--fs-caption);white-space:nowrap;background:#e9f3ffc7;border:1px solid #075fca1f;border-radius:999px;justify-content:center;align-items:center;padding:7px 10px;font-weight:950;line-height:1;display:inline-flex}.nav-cta strong{color:var(--heading);font-size:var(--fs-caption)}.public-main{flex:1}.public-footer{color:#ffffffc7;background:linear-gradient(135deg,#06162b,#082448 52%,#0a3b2a);border-top:1px solid #ffffff1a;margin-top:52px;position:relative;overflow:hidden}.public-footer:before{content:"";pointer-events:none;background:radial-gradient(circle at 12% 0,#075fca47,#0000 24rem),radial-gradient(circle at 94% 8%,#f9731629,#0000 20rem);position:absolute;inset:0}.public-footer>.container{z-index:1;position:relative}.footer-grid{grid-template-columns:minmax(0,1.45fr) .55fr .55fr .75fr;align-items:start;gap:28px;padding:42px 0 30px;display:grid}.footer-official-label{color:#ffffffdb;width:max-content;font-size:var(--fs-caption);letter-spacing:.07em;text-transform:uppercase;background:#ffffff14;border:1px solid #ffffff1c;border-radius:999px;margin-bottom:14px;padding:7px 10px;font-weight:950;line-height:1;display:inline-flex}.footer-logo{filter:drop-shadow(0 12px 26px #00000038);width:240px}.footer-brand-panel h2{color:#fff;font-size:var(--fs-section-title);line-height:var(--lh-heading);letter-spacing:-.035em;margin:0 0 12px}.footer-brand-panel p,.footer-contact p{color:#ffffffad;font-size:var(--fs-body-sm);line-height:var(--lh-body);max-width:520px;margin:14px 0 0}.footer-badges{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.footer-badges span{color:#ffffffd6;font-weight:850;font-size:var(--fs-caption);background:#ffffff14;border:1px solid #ffffff1a;border-radius:999px;padding:8px 11px;line-height:1.1;transition:transform .18s,background .18s,border-color .18s}.footer-badges span:hover{background:#ffffff1f;border-color:#ffffff2e;transform:translateY(-1px)}.footer-col{gap:10px;display:grid}.footer-col h3{color:#fff;margin:0 0 6px;font-size:clamp(14px,1vw,15.5px);line-height:1.2}.footer-col a{color:#ffffffb8;width:max-content;max-width:100%;font-weight:800;transition:color .18s,transform .18s;position:relative}.footer-col a:hover{color:#fff;transform:translate(3px)}.footer-col a:after{content:"";transform-origin:0;background:#ffffffb3;border-radius:999px;height:1px;transition:transform .18s;position:absolute;bottom:-3px;left:0;right:0;transform:scaleX(0)}.footer-col a:hover:after{transform:scaleX(1)}.footer-mini-cta{background:#ffffff1a;border:1px solid #ffffff1f;border-radius:999px;width:max-content;margin-top:5px;padding:9px 13px;transition:transform .18s,background .18s,border-color .18s;display:inline-flex;color:#fff!important}.footer-mini-cta:hover{background:#ffffff26;border-color:#ffffff38;transform:translateY(-1px)}.footer-bottom{color:#ffffff85;font-size:var(--fs-caption);border-top:1px solid #ffffff1a;justify-content:space-between;gap:16px;padding:16px 0 24px;line-height:1.45;display:flex}.page-kicker{align-items:center;gap:9px;margin-bottom:10px;display:inline-flex}.kicker-line{background:linear-gradient(90deg, var(--blue), var(--orange));border-radius:999px;width:28px;height:2px}.page-title{color:var(--heading);font-size:var(--fs-page-title);letter-spacing:-.052em;margin:0;line-height:1.04}.page-lead{max-width:760px;color:var(--muted);font-size:var(--fs-body-lg);line-height:var(--lh-body);margin:14px 0 0}.section-head{justify-content:space-between;align-items:end;gap:16px;margin-bottom:16px;display:flex}.section-head h2{color:var(--heading);font-size:var(--fs-section-title);line-height:var(--lh-heading);letter-spacing:-.04em;margin:0}.section-head p{color:var(--muted);font-size:var(--fs-body-sm);margin:7px 0 0;line-height:1.6}.section-link{color:var(--blue);white-space:nowrap;font-weight:950}.compact-head{margin-bottom:14px}.result-count{border:1px solid var(--border);color:var(--blue);font-size:var(--fs-meta);background:#fff;border-radius:999px;padding:9px 13px;font-weight:900;line-height:1;display:inline-flex}.home-stack{gap:24px;display:grid}.breaking-strip{border:1px solid var(--border);background:#fff;border-radius:999px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:11px 14px;display:grid;box-shadow:0 10px 28px #07162c0d}.breaking-label{background:linear-gradient(135deg, var(--orange), var(--orange-2));color:#fff;font-size:var(--fs-caption);text-transform:uppercase;letter-spacing:.075em;border-radius:999px;align-items:center;padding:7px 11px;font-weight:950;line-height:1.05;display:inline-flex}.breaking-text{color:var(--heading);font-size:var(--fs-body-sm);white-space:nowrap;text-overflow:ellipsis;font-weight:950;line-height:1.35;overflow:hidden}.breaking-date{color:var(--muted);font-size:var(--fs-caption);font-weight:800;line-height:1.2}.home-mast-intro,.official-page-hero{border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);background:radial-gradient(circle at 94% 0,#f9731626,#0000 18rem),linear-gradient(135deg,#fff,#f6fbff 72%,#fff7ed);border:1px solid #d2dfeef0;grid-template-columns:minmax(0,1fr) minmax(280px,.42fr);align-items:center;gap:24px;padding:clamp(24px,4vw,42px);display:grid;position:relative;overflow:hidden}.home-mast-intro:after,.official-page-hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#075fca21,#0000 68%);border-radius:999px;width:280px;height:280px;position:absolute;top:-100px;right:-90px}.home-mast-intro>*,.official-page-hero>*{z-index:1;position:relative}.intro-action-card{background:#ffffffd1;border:1px solid #d6e3f1f5;border-radius:24px;gap:11px;padding:18px;display:grid;box-shadow:0 14px 34px #07162c0f}.intro-action-card strong{color:var(--heading);font-size:clamp(18px,1.7vw,20px);line-height:var(--lh-heading);letter-spacing:-.03em}.intro-action-card p{color:var(--muted);font-size:var(--fs-body-sm);margin:0;line-height:1.6}.intro-badge{color:#217a25;background:var(--green-soft);width:max-content;font-size:var(--fs-caption);border-radius:999px;padding:7px 10px;font-weight:950;line-height:1.05}.intro-actions{flex-wrap:wrap;gap:10px;margin-top:4px;display:flex}.editorial-layout{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);align-items:stretch;gap:20px;display:grid}.lead-story-card{border-radius:var(--radius-xl);min-height:560px;box-shadow:var(--shadow);isolation:isolate;background:#081a30;position:relative;overflow:hidden}.lead-story-card:after{content:"";z-index:1;background:linear-gradient(#05101f0d,#05101f2e 28%,#05101feb);position:absolute;inset:0}.lead-story-card img{object-fit:cover;width:100%;height:100%;transition:transform .35s;position:absolute;inset:0}.lead-story-card:hover img{transform:scale(1.035)}.lead-story-overlay{z-index:2;color:#fff;padding:clamp(22px,4vw,42px);position:absolute;bottom:0;left:0;right:0}.lead-story-overlay h2{max-width:820px;font-size:var(--fs-display);letter-spacing:-.055em;color:#fff;margin:14px 0 12px;line-height:1.04}.lead-story-overlay p{color:#ffffffd1;max-width:720px;font-size:var(--fs-body-lg);margin:0;line-height:1.62}.light-meta{color:#ffffffb8;margin-top:16px}.lead-empty img{filter:saturate(.8);opacity:.5}.side-feature-stack{align-content:start;gap:12px;display:grid}.section-mini-head{justify-content:space-between;align-items:center;gap:14px;display:flex}.section-mini-head a{color:var(--blue);font-weight:950;font-size:var(--fs-meta);line-height:1.2}.empty-mini-card strong{color:var(--heading)}.empty-mini-card p{margin:8px 0 0}.home-main-grid{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:24px;display:grid}.latest-news-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.editorial-empty h3{color:var(--heading);margin:8px 0}.official-sidebar{gap:16px;display:grid;position:sticky;top:146px}.block-head{margin-bottom:12px}.mini-chip{background:var(--blue-soft);color:var(--blue);font-size:var(--fs-micro);border-radius:999px;padding:6px 9px;font-weight:950;line-height:1.05}.rubric-panel{border-radius:var(--radius-xl);border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#fff;padding:22px}.rubric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.rubric-card{border:1px solid var(--border);background:linear-gradient(135deg,#fff,#f7fbff);border-radius:20px;gap:6px;padding:16px;transition:all .18s;display:grid}.rubric-card:hover{box-shadow:var(--shadow-card);border-color:#075fca47;transform:translateY(-2px)}.rubric-card span{color:var(--heading);font-size:var(--fs-body);font-weight:950;line-height:1.25}.rubric-card small{color:var(--muted);font-size:var(--fs-caption);font-weight:800;line-height:1.25}.article-card{background:#fff;grid-template-rows:auto 1fr;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid;overflow:hidden;box-shadow:0 10px 26px #07162c0f}.article-card:hover{border-color:#075fca3d;transform:translateY(-3px);box-shadow:0 18px 42px #07162c1a}.article-card-media{background:var(--surface-soft);aspect-ratio:16/10;position:relative;overflow:hidden}.article-card-media img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.article-card:hover .article-card-media img{transform:scale(1.04)}.article-card-category{max-width:calc(100% - 24px);color:var(--blue);font-size:var(--fs-caption);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap;text-overflow:ellipsis;background:#ffffffeb;border:1px solid #ffffff8c;border-radius:999px;padding:7px 10px;font-weight:950;line-height:1.05;position:absolute;bottom:12px;left:12px;overflow:hidden}.article-card-body{gap:9px;padding:16px;display:grid}.article-card-topline{color:var(--muted);font-size:var(--fs-caption);justify-content:space-between;align-items:center;gap:8px;font-weight:850;line-height:1.25;display:flex}.article-card-title{color:var(--heading);font-size:var(--fs-card-title);letter-spacing:-.032em;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;line-height:1.24;display:-webkit-box;overflow:hidden}.article-card-excerpt{color:var(--muted);font-size:var(--fs-body-sm);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;line-height:1.58;display:-webkit-box;overflow:hidden}.article-card-foot{color:var(--muted);font-size:var(--fs-caption);justify-content:space-between;align-items:center;gap:12px;padding-top:3px;font-weight:800;line-height:1.25;display:flex}.read-more{color:var(--blue);white-space:nowrap;font-weight:950}.article-meta{color:var(--muted);font-size:var(--fs-caption);flex-wrap:wrap;align-items:center;gap:9px;font-weight:750;line-height:1.35;display:flex}.article-meta .separator{color:#bdc8d5}.article-card--compact{border-radius:20px;grid-template-rows:none;grid-template-columns:118px 1fr;min-height:126px}.article-card--compact .article-card-media{aspect-ratio:auto;height:100%}.article-card--compact img{min-height:126px}.article-card--compact .article-card-body{gap:7px;padding:13px}.article-card--compact .article-card-title{-webkit-line-clamp:3;font-size:clamp(14px,1.05vw,15.4px);line-height:1.28}.article-card--compact .article-card-excerpt,.article-card--compact .read-more{display:none}.article-card--compact .article-card-foot{padding-top:0}.trending-card{background:linear-gradient(#fff,#f8fbff)}.trending-card h2,.topic-card h2,.newsletter-card h2,.guest-cta-card h2,.side-title{color:var(--heading);letter-spacing:-.035em;font-size:clamp(20px,1.9vw,26px);line-height:var(--lh-heading);margin:.35rem 0 1rem}.trending-list{gap:0;display:grid}.trending-item{border-top:1px solid var(--border);grid-template-columns:42px 1fr;gap:12px;padding:14px 0;display:grid}.trending-item:first-child{border-top:0;padding-top:0}.trending-number{background:linear-gradient(135deg, var(--blue-soft), #fff);width:34px;height:34px;color:var(--blue);border:1px solid #075fca1f;border-radius:13px;place-items:center;font-weight:950;display:grid}.trending-title{color:var(--heading);font-weight:950;line-height:1.35;font-size:var(--fs-body-sm);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;display:-webkit-box;overflow:hidden}.trending-meta{color:var(--muted);font-size:var(--fs-caption);margin-top:5px;line-height:1.3;display:inline-flex}.topic-pills{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.topic-pill{border:1px solid var(--border);font-size:var(--fs-control);color:var(--heading);background:#fff;border-radius:999px;align-items:center;gap:8px;padding:10px 12px;font-weight:900;line-height:1.15;transition:all .18s;display:inline-flex}.topic-pill:hover{color:var(--blue);border-color:#075fca59;transform:translateY(-1px);box-shadow:0 12px 24px #075fca12}.topic-pill small{color:var(--muted);font-weight:850}.ad-slot,.ad-card{border-radius:var(--radius-lg);background:linear-gradient(135deg,#f4f9ff,#fffaf4);border:1px dashed #075fca52;gap:9px;padding:20px;display:grid}.ad-slot span,.ad-card span{background:var(--orange-soft);color:#c45508;width:max-content;font-size:var(--fs-micro);text-transform:uppercase;letter-spacing:.075em;border-radius:999px;padding:6px 9px;font-weight:950;line-height:1.05}.ad-slot strong,.ad-card strong{color:var(--heading);font-size:var(--fs-body);line-height:1.35}.ad-slot a,.ad-card a{color:var(--blue);font-weight:950}.newsletter-card,.guest-cta-card{border-radius:var(--radius-lg);color:#fff;box-shadow:var(--shadow-soft);background:linear-gradient(135deg,#075fca,#0b7ce4 48%,#39a935);gap:11px;padding:22px;display:grid;position:relative;overflow:hidden}.newsletter-card:after,.guest-cta-card:after{content:"";background:#ffffff29;border-radius:999px;width:220px;height:220px;position:absolute;top:-70px;right:-70px}.newsletter-card>*,.guest-cta-card>*{z-index:1;position:relative}.newsletter-card .eyebrow,.guest-cta-card span{color:#ffffffd1}.newsletter-card h2,.guest-cta-card h2{color:#fff;margin:0}.newsletter-card p,.guest-cta-card p{color:#ffffffd6;font-size:var(--fs-body-sm);margin:0;line-height:1.65}.newsletter-form{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.newsletter-form input{color:#fff;min-height:42px;font-size:var(--fs-control);background:#ffffff29;border:1px solid #ffffff3d;border-radius:999px;outline:0;padding:0 13px}.newsletter-form input::placeholder{color:#ffffffb8}.newsletter-form button{color:var(--blue);font-size:var(--fs-control);cursor:pointer;background:#fff;border-radius:999px;padding:0 14px;font-weight:950;line-height:1}.compact-cta,.compact-newsletter{padding:20px}.archive-hero,.topic-hero,.search-hero{align-items:end}.elevated-search,.big-search-panel{border:1px solid var(--border);background:#ffffffc2;border-radius:24px;gap:10px;padding:16px;display:grid;box-shadow:0 12px 30px #07162c0e}.search-panel label{color:var(--heading);font-size:var(--fs-meta);font-weight:950;line-height:1.25}.result-note{color:var(--muted);font-size:var(--fs-body-sm);line-height:1.5}.archive-layout{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:22px;display:grid}.archive-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.archive-sidebar{gap:16px;display:grid;position:sticky;top:146px}.newsroom-card h2{color:var(--heading);font-size:clamp(20px,1.9vw,26px);line-height:var(--lh-heading);letter-spacing:-.035em;margin:.4rem 0}.newsroom-card p{color:var(--muted);font-size:var(--fs-body-sm);margin:0;line-height:1.65}.quick-keywords{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.quick-keywords button{border:1px solid var(--border);color:var(--heading);font-size:var(--fs-control);cursor:pointer;background:#fff;border-radius:999px;padding:8px 11px;font-weight:850;line-height:1.15}.quick-keywords button:hover{color:var(--blue);border-color:#075fca4d}.topic-hero-stat{border:1px solid var(--border);text-align:center;background:#fff;border-radius:24px;justify-self:end;min-width:170px;padding:20px;box-shadow:0 14px 34px #07162c0f}.topic-hero-stat strong{color:var(--blue);letter-spacing:-.052em;font-size:clamp(32px,4vw,42px);line-height:1;display:block}.topic-hero-stat span{color:var(--muted);font-size:var(--fs-body-sm);font-weight:850;line-height:1.3}.topic-feature-card{border-radius:var(--radius-xl);border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#fff;grid-template-columns:minmax(260px,.6fr) minmax(0,1fr);align-items:center;gap:22px;padding:16px;display:grid}.topic-feature-card img{object-fit:cover;background:var(--surface-soft);border-radius:24px;width:100%;height:270px}.topic-feature-card h2{color:var(--heading);font-size:clamp(22px,2.8vw,36px);line-height:var(--lh-heading);letter-spacing:-.045em;margin:12px 0 10px}.topic-feature-card p{color:var(--muted);font-size:var(--fs-body-sm);line-height:1.65}.read-more-inline{color:var(--blue);font-weight:950}.label-feature-card{background:linear-gradient(135deg,#fff,#f8fff8)}.page-panel{border-radius:var(--radius-xl);border:1px solid var(--border);box-shadow:var(--shadow-soft);background:linear-gradient(135deg,#fff,#f9fcff);padding:clamp(24px,4vw,44px)}.static-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:24px;display:grid}.static-sidebar{gap:16px;display:grid;position:sticky;top:146px}.static-page{max-width:none}.official-static-page{min-height:460px}.small-list{gap:10px;margin-top:14px;display:grid}.small-list a{border:1px solid var(--border);color:var(--heading);font-size:var(--fs-control);background:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:10px;padding:11px 12px;font-weight:850;line-height:1.3;display:flex}.small-list a:hover{color:var(--blue);border-color:#075fca3d}.article-shell{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:28px;display:grid}.article-reader{border-radius:var(--radius-xl);border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#fff;overflow:hidden}.breadcrumb{color:var(--muted);font-size:var(--fs-meta);flex-wrap:wrap;gap:8px;padding:18px clamp(22px,4vw,48px) 0;font-weight:850;line-height:1.35;display:flex}.breadcrumb a{color:var(--blue)}.article-reader-head{padding:clamp(22px,4vw,44px) clamp(22px,4vw,48px) 18px}.article-title{color:var(--heading);letter-spacing:-.055em;margin:14px 0;font-size:clamp(30px,4.35vw,56px);line-height:1.04}.article-excerpt{color:var(--muted);font-size:var(--fs-body-lg);line-height:var(--lh-body);margin:0 0 18px}.article-author-row{align-items:center;gap:12px;padding-top:4px;display:flex}.author-avatar{background:linear-gradient(135deg, var(--blue-soft), #fff);width:46px;height:46px;color:var(--blue);border:1px solid #075fca1f;border-radius:16px;place-items:center;font-weight:950;display:grid}.article-author-row strong{color:var(--heading);font-size:var(--fs-body-sm);line-height:1.3}.article-cover-wrap{padding:0 clamp(14px,2vw,18px)}.article-hero-img{object-fit:cover;background:var(--surface-soft);border-radius:26px;width:100%;max-height:540px}.article-share-bar{border:1px solid var(--border);background:var(--surface-soft);border-radius:20px;flex-wrap:wrap;align-items:center;gap:10px;margin:14px clamp(14px,2vw,18px) 0;padding:12px 14px;display:flex}.article-share-bar span{color:var(--heading);font-size:var(--fs-body-sm);margin-right:auto;font-weight:950;line-height:1.25}.article-share-bar button{border:1px solid var(--border);color:var(--blue);font-size:var(--fs-control);cursor:pointer;background:#fff;border-radius:999px;padding:8px 12px;font-weight:900;line-height:1.15}.article-reader-body{padding:clamp(22px,4vw,46px) clamp(22px,4vw,48px)}.article-tags{border-top:1px solid var(--border);flex-wrap:wrap;gap:9px;margin-top:26px;padding-top:20px;display:flex}.article-sidebar{gap:16px;display:grid;position:sticky;top:146px}.compact-feed{gap:12px;display:grid}.compact-feed .article-card{min-height:118px;box-shadow:none;border-radius:20px;grid-template-rows:none;grid-template-columns:110px 1fr}.compact-feed .article-card-media{aspect-ratio:auto;height:100%}.compact-feed .article-card img{min-height:118px}.compact-feed .article-card-body{gap:6px;padding:12px}.compact-feed .article-card-title{-webkit-line-clamp:3;font-size:clamp(13.8px,1vw,14.8px);line-height:1.28}.compact-feed .article-card-excerpt,.compact-feed .read-more{display:none}.prose{color:#25364b;max-width:760px;font-size:clamp(16px,1.25vw,18px);line-height:1.82}.prose>:first-child{margin-top:0}.prose img{border-radius:22px;margin:24px 0}.prose h1,.prose h2,.prose h3{line-height:var(--lh-heading);color:var(--heading);letter-spacing:-.032em}.prose h2{margin-top:1.55em;font-size:1.55em}.prose p{margin:1.05em 0}.prose blockquote{border-left:5px solid var(--orange);background:var(--orange-soft);color:#55310f;border-radius:0 18px 18px 0;margin:24px 0;padding:18px 20px}.prose a{color:var(--blue);font-weight:850}.reader-cta-block{background:linear-gradient(135deg, var(--blue-soft), #fffaf4);border:1px solid var(--border);border-radius:26px;justify-content:space-between;align-items:center;gap:20px;margin-top:34px;padding:22px;display:flex}.reader-cta-block h2{color:var(--heading);font-size:clamp(20px,2vw,27px);line-height:var(--lh-heading);letter-spacing:-.035em;margin:8px 0}.reader-cta-block p{color:var(--muted);font-size:var(--fs-body-sm);margin:0;line-height:1.6}.admin-shell,.guest-shell{grid-template-columns:260px 1fr;min-height:100vh;display:grid}.sidebar{color:#e2e8f0;background:#0f172a;height:100vh;padding:22px;position:sticky;top:0;overflow:auto}.sidebar a{color:#cbd5e1;border-radius:14px;justify-content:space-between;align-items:center;margin-bottom:6px;padding:12px 14px;font-weight:700;display:flex}.sidebar a.router-link-active,.sidebar a:hover{color:#fff;background:#ffffff14}.main{padding:28px}.topbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.table-wrap{border:1px solid var(--border);background:var(--surface);border-radius:20px;overflow:auto}table{border-collapse:collapse;width:100%;min-width:760px}th,td{border-bottom:1px solid var(--border);text-align:left;vertical-align:top;padding:14px 16px}th{background:var(--surface-soft);text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-size:12px}@media (width<=360px){.official-home .rubric-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.auth-page{background:radial-gradient(circle at 8% 4%,#075fca2e,#0000 24rem),radial-gradient(circle at 90% 0,#f9731624,#0000 25rem),linear-gradient(135deg,#f8fbff 0%,#edf5ff 52%,#fff7ed 100%);place-items:center;min-height:100vh;padding:clamp(18px,3vw,34px);display:grid}.auth-shell{-webkit-backdrop-filter:blur(18px);background:#ffffffdb;border:1px solid #cdddeeeb;border-radius:34px;grid-template-columns:minmax(300px,.92fr) minmax(360px,1fr);width:min(1080px,100%);display:grid;overflow:hidden;box-shadow:0 32px 90px #07162c29}.auth-hero-panel{color:#fff;isolation:isolate;background:linear-gradient(145deg,#063b7ef0,#075fcae6 52%,#f97316d1),radial-gradient(circle at 16% 16%,#ffffff38,#0000 24rem);flex-direction:column;justify-content:space-between;gap:28px;min-height:620px;padding:clamp(28px,4vw,46px);display:flex;position:relative}.auth-hero-panel:before,.auth-hero-panel:after{content:"";pointer-events:none;z-index:-1;border-radius:999px;position:absolute}.auth-hero-panel:before{background:#ffffff29;width:220px;height:220px;top:-58px;right:-70px}.auth-hero-panel:after{background:#ffffff14;border:1px solid #ffffff2e;width:280px;height:280px;bottom:-108px;left:-100px}.auth-brand-link{color:#fff;letter-spacing:-.02em;align-items:center;gap:12px;width:max-content;max-width:100%;font-weight:950;display:inline-flex}.auth-brand-link span{min-height:28px;font-size:var(--fs-caption);white-space:nowrap;background:#ffffff29;border:1px solid #ffffff2e;border-radius:999px;align-items:center;padding:6px 10px;line-height:1;display:inline-flex}.auth-logo{object-fit:contain;object-position:left center;filter:drop-shadow(0 10px 20px #00000029);width:clamp(166px,17vw,220px);max-height:58px}.auth-hero-content{gap:12px;max-width:520px;display:grid}.auth-kicker{color:#ffffffe6;width:max-content;font-size:var(--fs-caption);letter-spacing:.09em;text-transform:uppercase;background:#ffffff24;border:1px solid #ffffff29;border-radius:999px;align-items:center;gap:8px;padding:8px 11px;font-weight:950;line-height:1;display:inline-flex}.auth-kicker:before{content:"";background:var(--orange-2);border-radius:999px;width:8px;height:8px;box-shadow:0 0 0 5px #ff9a2e2e}.auth-hero-content h1{color:#fff;letter-spacing:-.06em;margin:0;font-size:clamp(32px,4.6vw,58px);line-height:1.03}.auth-hero-content p{color:#ffffffd1;max-width:560px;font-size:var(--fs-body-lg);margin:0;line-height:1.7}.auth-feature-list{gap:12px;margin:0;padding:0;list-style:none;display:grid}.auth-feature-list li{background:#ffffff21;border:1px solid #ffffff26;border-radius:20px;gap:5px;padding:14px 15px;display:grid;box-shadow:inset 0 1px #ffffff14}.auth-feature-list strong{color:#fff;font-size:var(--fs-body-sm);line-height:1.25}.auth-feature-list span{color:#ffffffbd;font-size:var(--fs-meta);line-height:1.55}.auth-form-panel{background:radial-gradient(circle at 100% 0,#075fca14,#0000 16rem),#fffffff5;flex-direction:column;justify-content:center;gap:20px;min-width:0;padding:clamp(28px,4.4vw,54px);display:flex}.auth-back-link{width:max-content;color:var(--blue);font-size:var(--fs-meta);font-weight:900;line-height:1.2}.auth-back-link:hover{color:var(--blue-2)}.auth-form-head{gap:9px;display:grid}.auth-form-head h2{color:var(--heading);letter-spacing:-.052em;margin:0;font-size:clamp(28px,3.4vw,42px);line-height:1.08}.auth-form-head p{color:var(--muted);font-size:var(--fs-body);margin:0;line-height:1.62}.auth-form{gap:15px;display:grid}.auth-field{gap:8px;display:grid}.auth-field>span{color:var(--heading);font-size:var(--fs-meta);font-weight:900;line-height:1.25}.auth-field .input,.auth-field .textarea{background:#fbfdff;border-radius:18px;min-height:50px}.auth-field .input::placeholder,.auth-field .textarea::placeholder{color:var(--soft)}.auth-bio{min-height:108px}.auth-password-wrap{display:grid;position:relative}.auth-password-toggle{background:var(--blue-soft);min-height:34px;color:var(--blue);cursor:pointer;font-size:var(--fs-caption);border-radius:999px;padding:0 12px;font-weight:950;line-height:1;transition:background .18s,color .18s,transform .18s;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.auth-password-toggle:hover{background:var(--blue);color:#fff}.auth-submit{width:100%;min-height:52px;font-size:var(--fs-body-sm);margin-top:2px}.auth-switch{color:var(--muted);font-size:var(--fs-body-sm);text-align:center;margin:0;padding-top:4px;line-height:1.55}.auth-switch a{color:var(--blue);font-weight:950}.auth-switch a:hover{color:var(--blue-2);text-underline-offset:3px;text-decoration:underline}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-top:24px;display:flex}@media (width<=1120px){.masthead{grid-template-columns:minmax(220px,auto) 1fr}.masthead-search{order:3;grid-column:1/-1}.editorial-layout,.home-main-grid,.archive-layout,.article-shell,.static-layout{grid-template-columns:1fr}.official-sidebar,.archive-sidebar,.article-sidebar,.static-sidebar{position:static}.archive-grid,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.brand{gap:8px;max-width:320px;min-height:54px}.brand-logo{width:178px;max-height:52px}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=900px){.grid-3,.grid-2,.latest-news-grid,.home-mast-intro,.official-page-hero,.topic-feature-card,.form-grid,.newsletter-form,.admin-shell,.guest-shell{grid-template-columns:1fr}.sidebar{height:auto;position:static}.main{padding:18px}body.mobile-nav-open{overflow:hidden}.public-topline{font-size:11px}.public-topline-inner{flex-direction:row;align-items:center;gap:8px;min-height:30px;padding:6px 0}.topline-left{gap:8px;width:100%}.topline-left span:last-child{white-space:nowrap}.topline-right{display:none}.masthead{grid-template-columns:minmax(0,1fr) auto;gap:10px;min-height:62px;padding:8px 0}.brand{gap:0;min-height:46px}.brand-badge,.masthead-search,.masthead-actions .btn{display:none}.masthead-actions{gap:0}.mobile-menu-btn{border-color:#c6d5e6f2;width:44px;height:44px;display:inline-flex;box-shadow:0 12px 26px #07162c14}.mobile-menu-btn:active{transform:scale(.96)}.mobile-menu-btn.is-open{background:var(--blue);border-color:var(--blue);box-shadow:0 16px 32px #075fca2e}.mobile-menu-btn.is-open span{background:#fff}.mobile-menu-backdrop{z-index:35;-webkit-backdrop-filter:blur(4px);background:#07162c42;animation:.2s both mobileBackdropIn;display:block;position:fixed;inset:0}.public-nav-wrap{opacity:0;visibility:hidden;pointer-events:none;background:0 0;border-top:0;max-height:0;transition:max-height .32s cubic-bezier(.2,.8,.2,1),opacity .22s,transform .22s,visibility .22s;display:block;position:absolute;top:100%;left:0;right:0;overflow:hidden;transform:translateY(-8px)}.public-nav-wrap.is-open{opacity:1;visibility:visible;pointer-events:auto;max-height:calc(100vh - 86px);overflow:visible;transform:translateY(0)}.public-nav{width:min(100% - 24px, var(--container));overscroll-behavior:contain;-webkit-backdrop-filter:blur(18px);background:#fffffff5;border:1px solid #c6d5e6e0;border-radius:24px;flex-direction:column;align-items:stretch;gap:10px;max-height:calc(100vh - 104px);margin:8px auto 0;padding:12px;overflow-y:auto;box-shadow:0 28px 70px #07162c2e}.public-nav-wrap.is-open .public-nav{animation:.24s both mobileMenuPanelIn}.mobile-nav-header{justify-content:space-between;align-items:center;gap:10px;padding:3px 2px 2px;display:flex}.mobile-nav-header div{gap:2px;display:grid}.mobile-nav-header span{color:var(--blue);font-size:var(--fs-micro);letter-spacing:.08em;text-transform:uppercase;font-weight:950;line-height:1}.mobile-nav-header strong{color:var(--heading);letter-spacing:-.02em;font-size:14px;line-height:1.25}.mobile-nav-search{border-radius:18px;width:100%;min-height:46px;display:grid;box-shadow:0 10px 24px #07162c0e}.mobile-nav-search input{padding-top:11px;padding-bottom:11px}.mobile-nav-search button{min-width:60px}.nav-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;display:grid;overflow:visible}.nav-links a{border:1px solid var(--border);text-align:center;background:#fff;justify-content:center;align-items:center;min-height:44px;padding:10px;display:inline-flex;box-shadow:0 10px 24px #07162c0b}.nav-links a:before{content:"";background:#075fca61;border-radius:999px;width:6px;height:6px;margin-right:7px;transition:background .18s,box-shadow .18s;box-shadow:0 0 0 4px #075fca12}.nav-links a:after{bottom:5px;left:18px;right:18px}.nav-links a.router-link-active:before,.nav-links a:hover:before{background:var(--orange);box-shadow:0 0 0 4px #f973161a}.mobile-nav-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.mobile-nav-actions .btn{width:100%;min-height:44px;padding:10px 12px}.public-nav-wrap.is-open .mobile-nav-header,.public-nav-wrap.is-open .mobile-nav-search,.public-nav-wrap.is-open .nav-links a,.public-nav-wrap.is-open .mobile-nav-actions{animation:.26s both mobileMenuItemIn}.public-nav-wrap.is-open .mobile-nav-search{animation-delay:25ms}.public-nav-wrap.is-open .nav-links a:first-child{animation-delay:50ms}.public-nav-wrap.is-open .nav-links a:nth-child(2){animation-delay:75ms}.public-nav-wrap.is-open .nav-links a:nth-child(3){animation-delay:.1s}.public-nav-wrap.is-open .nav-links a:nth-child(4){animation-delay:.125s}.public-nav-wrap.is-open .nav-links a:nth-child(5){animation-delay:.15s}.public-nav-wrap.is-open .nav-links a:nth-child(6){animation-delay:.175s}.public-nav-wrap.is-open .mobile-nav-actions{animation-delay:.2s}.nav-cta{display:none}.section-head,.topbar,.reader-cta-block{flex-direction:column;align-items:flex-start}.topic-hero-stat{text-align:left;justify-self:start}}@media (width<=640px){:root{--fs-body:14.5px;--fs-body-lg:15.5px;--fs-page-title:clamp(29px, 8.6vw, 40px);--fs-display:clamp(28px, 8.2vw, 39px);--fs-section-title:clamp(21px, 6.1vw, 28px)}.container{width:min(100% - 24px, var(--container))}.hero{padding-top:20px}.card-pad{padding:16px}.brand{max-width:100%;min-height:44px}.brand-logo{width:clamp(148px,41vw,166px);max-height:44px}.page-title{letter-spacing:-.045em;line-height:1.07}.page-lead{line-height:1.66}.home-mast-intro,.official-page-hero,.page-panel,.rubric-panel{border-radius:25px;padding:20px}.breaking-strip{border-radius:22px;grid-template-columns:auto minmax(0,1fr)}.breaking-date{display:none}.lead-story-card{border-radius:26px;min-height:420px}.lead-story-overlay{padding:20px}.lead-story-overlay h2{letter-spacing:-.047em;line-height:1.06}.lead-story-overlay p{font-size:14.5px;line-height:1.6}.article-card--compact,.compact-feed .article-card{grid-template-columns:96px 1fr;min-height:112px}.article-card--compact img,.compact-feed .article-card img{min-height:112px}.article-card--compact .article-card-title,.compact-feed .article-card-title{font-size:14px;line-height:1.3}.article-card-body{padding:14px}.article-card-title{font-size:17.5px;line-height:1.25}.archive-grid,.rubric-grid{grid-template-columns:1fr}.topic-feature-card img{border-radius:20px;height:210px}.article-reader,.article-hero-img{border-radius:24px}.article-title{letter-spacing:-.047em;font-size:clamp(29px,8.4vw,40px);line-height:1.07}.article-excerpt,.prose{font-size:16px}.prose{line-height:1.78}.article-reader-head,.article-reader-body,.breadcrumb{padding-left:20px;padding-right:20px}.article-share-bar{align-items:stretch}.article-share-bar span{width:100%}.footer-grid{grid-template-columns:1fr;padding-top:32px}.footer-bottom{flex-direction:column}}@media (width<=420px){:root{--fs-body:14px;--fs-body-sm:13.5px;--fs-body-lg:15px;--fs-card-title:17px;--fs-page-title:clamp(28px, 8.7vw, 36px);--fs-display:clamp(27px, 8.4vw, 36px);--fs-section-title:clamp(20px, 6.2vw, 26px)}.container{width:min(100% - 18px, var(--container))}.btn{min-height:40px;padding:9px 13px}.brand-logo{width:clamp(136px,42vw,150px);max-height:42px}.nav-links{grid-template-columns:repeat(2,minmax(0,1fr))}.nav-links a{padding:10px 8px;font-size:12.8px;line-height:1.15}.mobile-nav-actions .btn{padding-left:8px;padding-right:8px;font-size:12.8px}.mobile-nav-search button{min-width:54px;padding:0 12px}.mobile-nav-search .search-icon{padding-left:13px}.article-card--compact,.compact-feed .article-card{grid-template-columns:88px 1fr}.article-card--compact img,.compact-feed .article-card img{min-height:106px}.topline-left span:last-child{white-space:nowrap}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.footer-brand-panel{min-width:0}.footer-logo{object-fit:contain;object-position:left center;max-width:100%;height:auto;display:block}.footer-col h3{align-items:center;gap:8px;display:inline-flex}.footer-col h3:before{content:"";background:linear-gradient(135deg, var(--orange), #ffffffe0);border-radius:999px;width:8px;height:8px;box-shadow:0 0 0 4px #f973161f}.footer-col a,.footer-mini-cta{align-items:center;min-height:34px}.footer-bottom span{min-width:0}@media (width<=1120px){.footer-grid{gap:20px}.footer-brand-panel{grid-column:1/-1;max-width:760px}.footer-logo{width:clamp(190px,24vw,220px)}}@media (width<=640px){.public-footer{margin-top:36px}.public-footer:before{background:radial-gradient(circle at 20% 0,#075fca38,#0000 18rem),radial-gradient(circle at 94% 8%,#f973161f,#0000 16rem)}.footer-grid{grid-template-columns:1fr;gap:12px;padding:28px 0 18px}.footer-brand-panel,.footer-col{background:#ffffff0e;border:1px solid #ffffff1a;border-radius:22px;box-shadow:0 18px 42px #0000001a}.footer-brand-panel{padding:16px}.footer-col{gap:7px;padding:14px}.footer-official-label{letter-spacing:.06em;margin-bottom:10px;padding:6px 9px;font-size:10.5px}.footer-logo{width:min(205px,76vw);max-height:62px}.footer-brand-panel p,.footer-contact p{max-width:100%;margin-top:10px;font-size:13.5px;line-height:1.65}.footer-badges{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px;display:grid}.footer-badges span{text-align:center;border-radius:14px;justify-content:center;align-items:center;min-height:34px;padding:7px 8px;font-size:10.8px;line-height:1.2;display:inline-flex}.footer-col h3{margin:0 0 5px;font-size:14px}.footer-col a{color:#ffffffd1;background:#ffffff0e;border:1px solid #ffffff1a;border-radius:15px;align-items:center;width:100%;min-height:42px;padding:9px 11px;font-size:13.5px;line-height:1.25;display:flex}.footer-col a:after{display:none}.footer-col a:hover{background:#ffffff17;border-color:#ffffff29;transform:translateY(-1px)}.footer-mini-cta{background:#ffffff1f;border-radius:15px;justify-content:center;width:100%;min-height:42px;margin-top:4px}.footer-bottom{text-align:center;flex-direction:column;align-items:center;gap:6px;padding:14px 0 22px}}@media (width<=420px){.footer-grid{gap:10px;padding-top:24px}.footer-brand-panel,.footer-col{border-radius:20px}.footer-brand-panel{padding:14px}.footer-col{padding:13px}.footer-logo{width:min(188px,74vw)}.footer-badges{gap:7px}.footer-badges span{min-height:33px;padding:7px 6px;font-size:10.4px}.footer-col a,.footer-mini-cta{min-height:40px;font-size:13px}}@media (width<=640px){.public-footer{margin-top:36px}.footer-grid{gap:0;padding:28px 0 18px}.footer-brand-panel,.footer-col{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.footer-brand-panel{padding-bottom:18px}.footer-col{border-top:1px solid #ffffff1a;gap:4px;padding:16px 0 14px}.footer-contact{padding-bottom:4px}.footer-official-label,.footer-badges span,.footer-mini-cta{background:#ffffff14;border:1px solid #ffffff1c}.footer-official-label{margin-bottom:10px}.footer-badges{flex-wrap:wrap;gap:7px;margin-top:14px;display:flex}.footer-badges span{text-align:left;border-radius:999px;justify-content:center;width:auto;min-height:30px;padding:7px 10px}.footer-col h3{margin:0 0 7px}.footer-col a{width:100%;min-height:38px;box-shadow:none;color:#fffc;background:0 0;border:0;border-bottom:1px solid #ffffff12;border-radius:0;align-items:center;padding:8px 0;display:flex}.footer-col a:hover,.footer-col a:focus-visible{color:#fff;background:0 0;border-color:#ffffff21;transform:translate(3px)}.footer-col a:after{background:linear-gradient(90deg,#ffffffb8,#0000);width:36px;height:1px;display:block;bottom:4px;left:0;right:auto}.footer-mini-cta{border-radius:999px;width:max-content;min-height:38px;margin-top:8px;padding:9px 13px}.footer-mini-cta:hover,.footer-mini-cta:focus-visible{background:#ffffff21;border-color:#ffffff2e;transform:translateY(-1px)}.footer-bottom{border-top-color:#ffffff1a;margin-top:2px}}@media (width<=420px){.footer-brand-panel,.footer-col{border-radius:0;padding-left:0;padding-right:0}.footer-brand-panel{padding-top:0;padding-bottom:16px}.footer-col{padding-top:15px;padding-bottom:13px}.footer-badges{gap:6px}.footer-badges span{min-height:30px;padding:7px 9px;font-size:10.4px}.footer-col a,.footer-mini-cta{min-height:38px}}.footer-grid{align-items:start}.footer-brand-panel,.footer-col{min-width:0}.footer-col h3{width:max-content}.footer-col a{line-height:1.35}.footer-contact p{max-width:360px}@media (width<=760px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px;padding:30px 0 18px}.footer-brand-panel,.footer-contact{grid-column:1/-1}.footer-brand-panel{border-bottom:1px solid #ffffff1a;padding:0 0 18px}.footer-col{border-top:0;border-bottom:1px solid #ffffff14;gap:5px;padding:16px 0 14px}.footer-col:not(.footer-contact):nth-of-type(2){border-right:1px solid #ffffff14;padding-right:12px}.footer-col:not(.footer-contact):nth-of-type(3){padding-left:12px}.footer-contact{border-bottom:0;padding:17px 0 4px}.footer-official-label{margin-bottom:11px}.footer-logo{width:min(198px,68vw);max-height:58px}.footer-brand-panel p,.footer-contact p{max-width:620px;margin-top:10px;font-size:13.6px;line-height:1.62}.footer-badges{gap:7px 8px;margin-top:13px}.footer-badges span{white-space:nowrap;min-height:30px;padding:7px 9px;font-size:10.5px;line-height:1.15}.footer-col h3{letter-spacing:.01em;margin:0 0 8px;font-size:13.6px;line-height:1.15}.footer-col h3:before{width:7px;height:7px;box-shadow:0 0 0 3px #f973161a}.footer-col a{border-bottom:1px solid #fff1;width:100%;min-height:34px;padding:7px 0;font-size:13.25px;line-height:1.28}.footer-col a:last-child{border-bottom-color:#0000}.footer-mini-cta{min-height:38px;margin-top:10px;padding:9px 14px;font-size:13px}.footer-bottom{gap:5px;margin-top:0;padding:14px 0 22px;font-size:11.5px}}@media (width<=420px){.footer-grid{column-gap:14px;padding-top:26px}.footer-brand-panel{padding-bottom:16px}.footer-col{padding-top:14px;padding-bottom:12px}.footer-col:not(.footer-contact):nth-of-type(2){padding-right:9px}.footer-col:not(.footer-contact):nth-of-type(3){padding-left:9px}.footer-logo{width:min(182px,66vw)}.footer-brand-panel p,.footer-contact p{font-size:13.2px;line-height:1.58}.footer-badges{gap:6px}.footer-badges span{min-height:29px;padding:6px 8px;font-size:10px}.footer-col h3{margin-bottom:7px;font-size:13px}.footer-col a{min-height:33px;padding:6px 0;font-size:12.8px}.footer-mini-cta{min-height:37px}}@media (width<=360px){.footer-grid{grid-template-columns:1fr}.footer-col:not(.footer-contact):nth-of-type(2),.footer-col:not(.footer-contact):nth-of-type(3){border-right:0;padding-left:0;padding-right:0}.footer-col:not(.footer-contact){border-bottom:1px solid #ffffff14}.footer-badges span{white-space:normal}}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#08111f;--paper:#0d1828;--surface:#101d30;--surface-soft:#132238;--ink:#eef6ff;--heading:#f5f9ff;--text:#d5e0ee;--muted:#9fb0c5;--soft:#7f91a8;--border:#26384f;--border-strong:#36506d;--blue:#65a9ff;--blue-2:#8bc3ff;--blue-deep:#d9ecff;--blue-soft:#65a9ff24;--orange:#ff9a3c;--orange-2:#ffb15d;--orange-soft:#ff9a3c24;--green-soft:#39a93526;--shadow:0 24px 72px #00000057;--shadow-soft:0 16px 42px #00000042;--shadow-card:0 12px 30px #0000003d}html[data-theme=dark] body{background:radial-gradient(circle at 8% -10%, #65a9ff29, transparent 30rem), radial-gradient(circle at 95% 1%, #ff9a3c1a, transparent 28rem), linear-gradient(180deg, #07101d 0%, var(--bg) 48%, #091321 100%);color:var(--text)}.theme-toggle-btn{min-height:42px;color:var(--heading);cursor:pointer;font-size:var(--fs-control);white-space:nowrap;background:#ffffffe0;border:1px solid #c6d5e6f2;border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:9px 13px;font-weight:950;line-height:1;transition:transform .18s,border-color .18s,background .18s,color .18s,box-shadow .18s;display:inline-flex;box-shadow:0 10px 24px #07162c0f}.theme-toggle-btn:hover,.theme-toggle-btn:focus-visible{background:var(--blue-soft);color:var(--blue);border-color:#075fca57;outline:none;transform:translateY(-1px);box-shadow:0 14px 30px #075fca1f}.theme-toggle-icon{background:linear-gradient(135deg, var(--blue), var(--orange));color:#fff;border-radius:999px;place-items:center;width:22px;height:22px;font-size:13px;line-height:1;display:inline-grid}.theme-toggle-text{transform:translateY(-.5px)}.nav-links a.router-link-active:not(.is-nav-active),.nav-links a.router-link-exact-active:not(.is-nav-active){color:#42546c;background:0 0}.nav-links a.router-link-active:not(.is-nav-active):after,.nav-links a.router-link-exact-active:not(.is-nav-active):after{transform:scaleX(0)}.nav-links a.is-nav-active{color:var(--blue);background:var(--blue-soft)}.nav-links a.is-nav-active:after{transform:scaleX(1)}.latest-news-grid--animated .article-card{opacity:0;animation:.54s cubic-bezier(.2,.8,.2,1) both latestNewsSlideIn}.latest-news-grid--animated .article-card:first-child{animation-delay:30ms}.latest-news-grid--animated .article-card:nth-child(2){animation-delay:90ms}.latest-news-grid--animated .article-card:nth-child(3){animation-delay:.15s}.latest-news-grid--animated .article-card:nth-child(4){animation-delay:.21s}.latest-news-grid--animated .article-card:nth-child(5){animation-delay:.27s}.latest-news-grid--animated .article-card:nth-child(6){animation-delay:.33s}.latest-news-grid--animated .article-card:nth-child(n+7){animation-delay:.39s}@keyframes latestNewsSlideIn{0%{opacity:0;transform:translate(-18px)translateY(8px)}to{opacity:1;transform:translate(0)translateY(0)}}html[data-theme=dark] .public-topline{background:linear-gradient(90deg,#030a14,#07192b 52%,#082215);border-bottom-color:#ffffff14}html[data-theme=dark] .public-header{background:#08111fe6;border-bottom-color:#4b67898c}html[data-theme=dark] .public-nav-wrap{background:#0a1524b8;border-top-color:#435b7885}html[data-theme=dark] .public-header.is-scrolled .public-nav-wrap{background:#0a1524db;border-top-color:#4f69889e}html[data-theme=dark] .masthead-search,html[data-theme=dark] .mobile-nav-search,html[data-theme=dark] .theme-toggle-btn,html[data-theme=dark] .btn.secondary,html[data-theme=dark] .card,html[data-theme=dark] .article-card,html[data-theme=dark] .breaking-strip,html[data-theme=dark] .rubric-panel,html[data-theme=dark] .result-count,html[data-theme=dark] .input,html[data-theme=dark] .textarea,html[data-theme=dark] .select{border-color:var(--border);color:var(--text);background:#101d30f0}html[data-theme=dark] .masthead-search input,html[data-theme=dark] .mobile-nav-search input,html[data-theme=dark] .newsletter-form input{color:var(--text)}html[data-theme=dark] .masthead-search input::placeholder,html[data-theme=dark] .mobile-nav-search input::placeholder,html[data-theme=dark] .newsletter-form input::placeholder{color:var(--soft)}html[data-theme=dark] .home-mast-intro,html[data-theme=dark] .official-page-hero,html[data-theme=dark] .page-panel{border-color:var(--border);background:radial-gradient(circle at 94% 0,#ff9a3c21,#0000 18rem),linear-gradient(135deg,#0d1828,#0f1f35 72%,#171b24)}html[data-theme=dark] .intro-action-card,html[data-theme=dark] .rubric-card,html[data-theme=dark] .newsletter-card,html[data-theme=dark] .guest-cta-card,html[data-theme=dark] .ad-slot,html[data-theme=dark] .reader-cta-block{border-color:var(--border);color:var(--text);background:#101d30e0}html[data-theme=dark] .nav-cta,html[data-theme=dark] .mini-chip,html[data-theme=dark] .badge,html[data-theme=dark] .intro-badge{border-color:#65a9ff2e}html[data-theme=dark] .article-card-category{background:#0d1828e0;border-color:#ffffff1f}html[data-theme=dark] .prose{color:var(--text)}html[data-theme=dark] .nav-links a.router-link-active:not(.is-nav-active),html[data-theme=dark] .nav-links a.router-link-exact-active:not(.is-nav-active){color:var(--muted);background:0 0}html[data-theme=dark] .nav-links a:hover{background:#65a9ff1c}@media (width<=900px){html[data-theme=dark] .public-nav{background:#0d1828f7;border-color:#4b6789bd;box-shadow:0 28px 70px #0000006b}html[data-theme=dark] .nav-links a{border-color:var(--border);background:#101d30f0}.nav-links a.is-nav-active:before,.nav-links a:hover:before{background:var(--orange);box-shadow:0 0 0 4px #f973161a}}@media (width<=640px){.theme-toggle-btn{min-width:44px;min-height:44px;padding:9px}.theme-toggle-text{display:none}}@media (prefers-reduced-motion:reduce){.latest-news-grid--animated .article-card{opacity:1;animation:none!important}}.home-newsroom-main{gap:22px;min-width:0;display:grid}.home-section-panel{border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);background:#ffffffc7;border:1px solid #d2dfeeeb;padding:clamp(18px,2.4vw,24px)}.newsroom-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.newsroom-stat-card{border:1px solid var(--border);background:linear-gradient(135deg,#fff,#f6fbff);border-radius:24px;gap:5px;min-height:112px;padding:16px;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid;position:relative;overflow:hidden;box-shadow:0 12px 28px #07162c0e}.newsroom-stat-card:after{content:"";pointer-events:none;background:#075fca14;border-radius:999px;width:110px;height:110px;position:absolute;top:-42px;right:-38px}.newsroom-stat-card:hover{border-color:#075fca47;transform:translateY(-2px);box-shadow:0 18px 40px #07162c17}.newsroom-stat-card span{color:var(--muted);font-size:var(--fs-caption);text-transform:uppercase;letter-spacing:.065em;font-weight:950;line-height:1.15}.newsroom-stat-card strong{color:var(--heading);letter-spacing:-.055em;font-size:clamp(25px,3vw,36px);line-height:.98}.newsroom-stat-card small{color:var(--muted);font-size:var(--fs-caption);font-weight:850;line-height:1.35}.newsroom-stat-card.accent{background:linear-gradient(135deg, var(--blue), #0b7ce4 46%, var(--orange));border-color:#075fca1f}.newsroom-stat-card.accent span,.newsroom-stat-card.accent strong,.newsroom-stat-card.accent small{color:#fff}.mobile-trending-card{display:none}.latest-section-panel .latest-news-grid{margin-top:6px}.quick-feed-panel{background:linear-gradient(135deg,#fff,#f8fcff)}.quick-feed-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.quick-feed-item{border:1px solid var(--border);background:#fff;border-radius:20px;grid-template-columns:96px minmax(0,1fr);align-items:center;gap:12px;min-height:96px;padding:10px;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid}.quick-feed-item:hover{border-color:#075fca47;transform:translateY(-2px);box-shadow:0 12px 28px #07162c12}.quick-feed-item img{object-fit:cover;background:var(--surface-soft);border-radius:16px;width:96px;height:76px}.quick-feed-item span{gap:4px;min-width:0;display:grid}.quick-feed-item small{color:var(--blue);font-size:var(--fs-micro);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;text-overflow:ellipsis;font-weight:950;line-height:1.1;overflow:hidden}.quick-feed-item strong{color:var(--heading);font-size:var(--fs-body-sm);letter-spacing:-.018em;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.34;display:-webkit-box;overflow:hidden}.quick-feed-item em{color:var(--muted);font-style:normal;font-size:var(--fs-caption);font-weight:800;line-height:1.2}.category-news-panel{background:linear-gradient(#fff,#f8fbff)}.category-news-list{gap:14px;display:grid}.category-news-card{border:1px solid var(--border);background:#fff;border-radius:24px;padding:16px;box-shadow:0 10px 26px #07162c0b}.category-news-head{justify-content:space-between;align-items:end;gap:14px;margin-bottom:13px;display:flex}.category-news-head h3{color:var(--heading);font-size:clamp(20px,2vw,28px);line-height:var(--lh-heading);letter-spacing:-.04em;margin:4px 0 0}.category-news-head a{color:var(--blue);font-size:var(--fs-meta);white-space:nowrap;font-weight:950;line-height:1.2}.category-news-body{grid-template-columns:minmax(220px,.85fr) minmax(0,1fr);align-items:stretch;gap:14px;display:grid}.category-lead-link{background:var(--surface-soft);border:1px solid var(--border);border-radius:20px;display:grid;overflow:hidden}.category-lead-link img{object-fit:cover;background:var(--surface-soft);width:100%;height:180px}.category-lead-link span{gap:6px;padding:13px;display:grid}.category-lead-link strong{color:var(--heading);letter-spacing:-.025em;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:clamp(16px,1.3vw,18px);line-height:1.32;display:-webkit-box;overflow:hidden}.category-lead-link small{color:var(--muted);font-size:var(--fs-caption);font-weight:850;line-height:1.2}.category-mini-list{gap:10px;display:grid}.category-mini-link{border:1px solid var(--border);background:linear-gradient(135deg,#fff,#f8fbff);border-radius:18px;gap:5px;padding:12px 13px;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid}.category-mini-link:hover{border-color:#075fca40;transform:translateY(-1px);box-shadow:0 10px 24px #07162c0e}.category-mini-link strong{color:var(--heading);font-size:var(--fs-body-sm);letter-spacing:-.018em;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.36;display:-webkit-box;overflow:hidden}.category-mini-link small{color:var(--muted);font-size:var(--fs-caption);font-weight:800;line-height:1.2}.side-directory-list{gap:9px;display:grid}.side-directory-list a{border:1px solid var(--border);color:var(--heading);font-size:var(--fs-control);background:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:10px;padding:11px 12px;font-weight:900;line-height:1.25;transition:transform .18s,border-color .18s,color .18s;display:flex}.side-directory-list a:hover{color:var(--blue);border-color:#075fca40;transform:translate(2px)}.side-directory-list small{background:var(--blue-soft);min-width:28px;height:28px;color:var(--blue);font-size:var(--fs-caption);border-radius:999px;place-items:center;font-weight:950;display:inline-grid}html[data-theme=dark] .home-section-panel,html[data-theme=dark] .newsroom-stat-card,html[data-theme=dark] .quick-feed-panel,html[data-theme=dark] .quick-feed-item,html[data-theme=dark] .category-news-panel,html[data-theme=dark] .category-news-card,html[data-theme=dark] .category-lead-link,html[data-theme=dark] .category-mini-link,html[data-theme=dark] .side-directory-list a{border-color:var(--border);color:var(--text);background:#101d30e0}html[data-theme=dark] .newsroom-stat-card:after{background:#65a9ff1a}html[data-theme=dark] .quick-feed-item,html[data-theme=dark] .category-mini-link{background:#0c1829d6}html[data-theme=dark] .newsroom-stat-card.accent{background:linear-gradient(135deg,#075fca,#0b7ce4 46%,#ff9a3c)}html[data-theme=dark] .trending-card{background:#101d30e0}@media (width<=1120px){.newsroom-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.desktop-trending-card{display:none}.mobile-trending-card{display:block}}@media (width<=900px){.home-section-panel{padding:18px}.quick-feed-list,.category-news-body{grid-template-columns:1fr}.category-lead-link{grid-template-columns:126px minmax(0,1fr);align-items:stretch}.category-lead-link img{height:100%;min-height:122px}}@media (width<=640px){.newsroom-stats{grid-template-columns:1fr 1fr;gap:9px}.newsroom-stat-card{border-radius:20px;min-height:96px;padding:13px}.newsroom-stat-card strong{font-size:clamp(22px,8vw,30px)}.home-newsroom-main{gap:18px}.home-section-panel{border-radius:25px;padding:16px}.quick-feed-item{border-radius:18px;grid-template-columns:88px minmax(0,1fr);min-height:88px}.quick-feed-item img{border-radius:14px;width:88px;height:70px}.category-news-card{border-radius:22px;padding:13px}.category-news-head{align-items:flex-start}.category-lead-link{border-radius:18px;grid-template-columns:104px minmax(0,1fr)}.category-lead-link img{min-height:116px}.category-lead-link span{padding:11px}.category-lead-link strong{font-size:14.5px;line-height:1.32}.category-mini-link{padding:11px 12px}}@media (width<=420px){.newsroom-stats{grid-template-columns:1fr}.quick-feed-item{grid-template-columns:82px minmax(0,1fr);padding:8px}.quick-feed-item img{width:82px;height:66px}.category-lead-link{grid-template-columns:94px minmax(0,1fr)}.category-lead-link img{min-height:108px}}.public-shell .fa-solid,.public-shell .fa-regular,.public-shell .fa-brands{flex:none;line-height:1}.topline-title,.footer-topic-line,.footer-col a,.footer-mini-cta,.read-more,.read-more-inline,.section-link,.article-share-bar button,.trending-meta{align-items:center;display:inline-flex}.topline-title,.footer-topic-line{gap:8px;min-width:0}.button-icon{font-size:.95em;transform:translateY(-.5px)}.icon-inline{margin-left:6px;font-size:.82em;transition:transform .18s;transform:translateY(.5px)}a:hover .icon-inline,button:hover .icon-inline,.read-more:hover .icon-inline{transform:translate(2px)translateY(.5px)}.meta-icon{color:var(--blue);margin-right:5px;font-size:.9em;transform:translateY(-.5px)}.meta-icon-spaced{margin-left:10px}.separator-icon{color:#bdc8d5;font-size:4.5px;transform:translateY(-.5px)}.topline-separator,.footer-topic-line .separator-icon{color:#ffffff7a;font-size:4px}.live-dot{width:9px;height:9px;color:var(--orange);background:0 0;border-radius:999px;place-items:center;font-size:7px;display:inline-grid;box-shadow:0 0 0 5px #f973162e}.search-icon{width:38px;color:var(--blue);justify-content:center;align-items:center;padding-left:12px;font-size:15px;font-weight:900;display:inline-flex}.theme-toggle-icon i{font-size:12px}.mobile-menu-btn{flex-direction:row}.mobile-menu-btn .menu-font-icon{color:var(--heading);font-size:18px;transition:color .18s,transform .18s}.mobile-menu-btn:hover .menu-font-icon{color:var(--blue);transform:scale(1.03)}.mobile-menu-btn.is-open .menu-font-icon{color:#fff;transform:rotate(90deg)}.breadcrumb-icon{color:var(--soft);align-self:center;font-size:10px;transform:translateY(.5px)}.article-card-topline span,.article-card-foot span{min-width:0}.article-card-topline span:last-child,.article-card-foot .read-more{flex:none}.article-meta span,.trending-meta{align-items:center}.article-share-bar button,.footer-col a,.footer-mini-cta{gap:7px}@media (width<=640px){.search-icon{width:34px;padding-left:10px;font-size:14px}.meta-icon-spaced{margin-left:8px}.footer-topic-line{flex-wrap:wrap;justify-content:center}}.official-hero-intro{background:linear-gradient(90deg,#075fca14 0 1px,#0000 1px) 0 0/34px 34px,radial-gradient(circle at 88% 10%,#f973161f,#0000 17rem),linear-gradient(135deg,#fff 0%,#f5f9ff 66%,#eef6ff 100%);grid-template-columns:minmax(0,1.08fr) minmax(330px,.52fr);align-items:stretch}.official-hero-intro:before{content:"";background:linear-gradient(180deg, var(--blue), var(--orange));opacity:.92;width:7px;position:absolute;top:0;bottom:0;left:0}.official-hero-copy{align-content:center;gap:16px;min-width:0;display:grid}.official-page-kicker{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.official-hero-tag{min-height:24px;color:var(--blue-deep);font-size:var(--fs-caption);letter-spacing:.045em;text-transform:uppercase;background:#075fca14;border:1px solid #075fca1f;border-radius:999px;align-items:center;padding:6px 10px;font-weight:950;line-height:1;display:inline-flex}.official-hero-points{flex-wrap:wrap;align-items:center;gap:9px;margin-top:4px;display:flex}.official-hero-points span,.official-editorial-list span{min-height:34px;color:var(--heading);font-size:var(--fs-caption);background:#ffffffdb;border:1px solid #c6d5e6e6;border-radius:999px;align-items:center;gap:8px;padding:8px 11px;font-weight:900;line-height:1.15;display:inline-flex;box-shadow:0 10px 24px #07162c0a}.official-hero-points i,.official-editorial-list i{color:var(--blue);font-size:.92em}.official-hero-panel{background:radial-gradient(circle at 100% 0,#f973161c,#0000 12rem),#ffffffe6;border-radius:28px;align-content:start;padding:clamp(18px,2.3vw,24px)}.official-hero-panel .intro-badge{color:var(--blue-deep);background:var(--blue-soft);border:1px solid #075fca1f}.official-editorial-list{gap:8px;margin:3px 0 2px;display:grid}.official-editorial-list span{width:100%;box-shadow:none;background:#fff;border-radius:16px;justify-content:flex-start}.header-desk-card{min-height:42px;color:var(--heading);background:linear-gradient(135deg,#fff,#f6fbff);border:1px solid #c6d5e6f5;border-radius:999px;align-items:center;gap:9px;padding:8px 12px;transition:transform .18s,border-color .18s,color .18s,box-shadow .18s;display:inline-flex;box-shadow:0 10px 24px #07162c0e}.header-desk-card:hover{color:var(--blue);border-color:#075fca52;transform:translateY(-1px);box-shadow:0 14px 30px #075fca1a}.header-desk-card>i{background:var(--blue-soft);width:28px;height:28px;color:var(--blue);border-radius:999px;place-items:center;font-size:13px;display:grid}.header-desk-card span{gap:1px;line-height:1;display:grid}.header-desk-card small{color:var(--muted);letter-spacing:.075em;text-transform:uppercase;font-size:10px;font-weight:950}.header-desk-card strong{color:inherit;font-size:12.5px;font-weight:950}.nav-links a{align-items:center;gap:7px;display:inline-flex}.nav-link-icon{color:var(--soft);font-size:12.5px;transition:color .18s,transform .18s}.nav-links a:hover .nav-link-icon,.nav-links a.is-nav-active .nav-link-icon{color:var(--blue);transform:translateY(-1px)}.nav-highlight-links{justify-content:flex-end;align-items:center;gap:7px;min-width:0;display:flex}.nav-highlight-links a{min-height:32px;color:var(--heading);font-size:var(--fs-caption);white-space:nowrap;background:#ffffffc7;border:1px solid #c6d5e6e0;border-radius:999px;align-items:center;gap:7px;padding:7px 10px;font-weight:900;line-height:1;transition:transform .18s,border-color .18s,color .18s,background .18s;display:inline-flex}.nav-highlight-links a:hover{color:var(--blue);background:var(--blue-soft);border-color:#075fca42;transform:translateY(-1px)}.nav-highlight-links i,.nav-cta i{color:var(--orange);font-size:12px}.nav-cta{gap:7px;min-height:32px}.footer-institution-strip{z-index:1;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;padding:24px 0 0;display:flex;position:relative}.footer-institution-strip span{color:#ffffffd6;min-height:34px;font-size:var(--fs-caption);background:#ffffff14;border:1px solid #ffffff1c;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-weight:900;line-height:1;display:inline-flex}.footer-institution-strip i{color:#ffb15d}.official-footer .footer-grid{grid-template-columns:minmax(0,1.35fr) .58fr .62fr .85fr;padding-top:32px}.official-footer .footer-brand-panel p{max-width:610px}.official-footer .footer-badges span{align-items:center;gap:7px;display:inline-flex}.footer-contact-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;display:flex}html[data-theme=dark] .official-hero-intro{background:linear-gradient(90deg,#65a9ff14 0 1px,#0000 1px) 0 0/34px 34px,radial-gradient(circle at 88% 10%,#ff9a3c1a,#0000 17rem),linear-gradient(135deg,#0d1828 0%,#0f1f35 66%,#101a29 100%)}html[data-theme=dark] .official-hero-tag,html[data-theme=dark] .official-hero-points span,html[data-theme=dark] .official-editorial-list span,html[data-theme=dark] .header-desk-card,html[data-theme=dark] .nav-highlight-links a{border-color:var(--border);color:var(--text);background:#101d30e6}html[data-theme=dark] .official-hero-panel{background:radial-gradient(circle at 100% 0,#ff9a3c1c,#0000 12rem),#101d30e6}html[data-theme=dark] .official-editorial-list span{background:#0c1829db}@media (width<=1180px){.header-desk-card span{display:none}.header-desk-card{justify-content:center;width:42px;padding:7px}.official-footer .footer-grid{grid-template-columns:1fr 1fr}.official-footer .footer-brand-panel,.official-footer .footer-contact{grid-column:1/-1}}@media (width<=1120px){.nav-highlight-links{display:none}}@media (width<=900px){.header-desk-card,.nav-links a:before{display:none}.nav-link-icon{font-size:13px}.nav-highlight-links{order:4;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:100%;display:grid}.nav-highlight-links a{background:#fff;border-radius:16px;justify-content:center;min-height:42px}.mobile-nav-actions{order:5}.official-hero-intro{grid-template-columns:1fr}.official-hero-panel{border-radius:24px}.footer-institution-strip{justify-content:flex-start;padding-top:20px}}@media (width<=760px){.official-footer .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.official-footer .footer-brand-panel,.official-footer .footer-contact{grid-column:1/-1}}@media (width<=640px){.official-hero-intro{padding:22px 18px}.official-hero-intro:before{width:5px}.official-hero-copy{gap:13px}.official-hero-points{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.official-hero-points span{text-align:center;border-radius:16px;justify-content:center;min-height:38px;padding:8px}.official-editorial-list span{min-height:38px}.nav-highlight-links{grid-template-columns:1fr}.nav-highlight-links a{justify-content:flex-start}.footer-institution-strip{gap:7px;padding-top:18px}.footer-institution-strip span{min-height:31px;padding:7px 10px;font-size:10.8px}.official-footer .footer-grid{grid-template-columns:1fr}.footer-contact-actions{flex-direction:column;align-items:stretch}.footer-contact-actions .footer-mini-cta{justify-content:center;width:100%}}@media (width<=420px){.official-hero-points{grid-template-columns:1fr}.official-page-kicker{gap:8px}.official-hero-tag{width:max-content;max-width:100%}}.footer-grid--official{align-items:start}.official-footer .footer-badges a{color:#ffffffd6;font-weight:850;font-size:var(--fs-caption);background:#ffffff14;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:7px;padding:8px 11px;line-height:1.1;transition:transform .18s,background .18s,border-color .18s,color .18s;display:inline-flex}.official-footer .footer-badges a:hover,.official-footer .footer-badges a:focus-visible{color:#fff;background:#ffffff24;border-color:#ffffff38;transform:translateY(-1px)}.footer-contact-list{gap:9px;margin-top:18px;display:grid}.footer-contact-item{color:#ffffffb8;font-size:var(--fs-caption);align-items:center;gap:9px;font-weight:800;line-height:1.45;display:inline-flex}.footer-contact-item i{color:#ffb15d;width:16px}.footer-social-links{flex-wrap:wrap;align-items:center;gap:8px;margin-top:16px;display:flex}.footer-social-links a{color:#ffffffdb;background:#ffffff17;border:1px solid #ffffff1f;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .18s,background .18s,border-color .18s,color .18s;display:inline-flex}.footer-social-links a:hover,.footer-social-links a:focus-visible{color:#fff;background:#ffffff29;border-color:#ffffff3d;transform:translateY(-1px)}.footer-topic-line{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.footer-topic-line a{color:inherit;font-weight:850}.footer-topic-line a:hover,.footer-topic-line a:focus-visible{color:#fff}.article-card--meta-hidden .article-card-body{gap:10px}.article-card--meta-hidden .article-card-title{margin-top:0}.read-more--standalone{width:max-content;color:var(--blue);margin-top:2px;font-weight:900}.article-card--compact.article-card--meta-hidden .article-card-media{min-height:92px}@media (width<=760px){.footer-topic-line{justify-content:flex-start}.footer-social-links a{width:34px;height:34px}}.portal-page-hero{background:linear-gradient(90deg,#075fca0b 0 1px,#0000 1px) 0 0/32px 32px,radial-gradient(circle at 92% 0,#f973161c,#0000 18rem),linear-gradient(135deg,#fffffffa,#f7fbfff0);border:1px solid #c6d5e6f2;gap:22px;position:relative;overflow:hidden}.page-hero-chips{flex-wrap:wrap;align-items:center;gap:8px;margin-top:16px;display:flex}.page-hero-chips button{border:1px solid var(--border);min-height:34px;color:var(--heading);cursor:pointer;font-size:var(--fs-caption);background:#fff;border-radius:999px;align-items:center;gap:7px;padding:8px 11px;font-weight:900;line-height:1.1;transition:transform .18s,border-color .18s,color .18s,background .18s;display:inline-flex;box-shadow:0 8px 20px #07162c0b}.page-hero-chips button:hover,.page-hero-chips button:focus-visible{color:var(--blue);background:var(--blue-soft);border-color:#075fca4d;transform:translateY(-1px)}.official-section-head{border-bottom:1px solid #d6e3f1e6;padding-bottom:14px}.official-archive-grid .article-card{box-shadow:0 12px 28px #07162c11}.official-side-stack{align-self:start}.topic-layout{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:24px;display:grid}.topic-main{min-width:0}.topic-sidebar{gap:16px;display:grid;position:sticky;top:146px}.official-topic-feature{border-color:#c6d5e6f2}.official-topic-stat{background:radial-gradient(circle at 100% 0,#075fca1a,#0000 9rem),#fff}.portal-summary-card{background:radial-gradient(circle at 100% 0,#075fca17,#0000 12rem),linear-gradient(135deg,#fff,#f8fbff);gap:10px;display:grid}.portal-summary-card h2{color:var(--heading);font-size:clamp(20px,1.9vw,26px);line-height:var(--lh-heading);letter-spacing:-.035em;margin:0}.portal-summary-card p{color:var(--muted);font-size:var(--fs-body-sm);margin:0;line-height:1.68}.portal-summary-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:8px;display:grid}.portal-summary-list span{border:1px solid var(--border);background:#ffffffc7;border-radius:18px;gap:3px;padding:12px;display:grid}.portal-summary-list strong{color:var(--blue);letter-spacing:-.05em;font-size:clamp(22px,2.2vw,30px);line-height:1}.portal-summary-list small{color:var(--muted);font-size:var(--fs-caption);font-weight:850;line-height:1.25}.side-directory-list--compact{margin-top:14px}.side-directory-list--compact a span{align-items:center;gap:8px;min-width:0;display:inline-flex}.side-directory-list--compact a span i{width:16px;color:var(--blue);flex:none}.small-list--official a span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.official-service-card{background:radial-gradient(circle at 100% 0,#f9731621,#0000 11rem),linear-gradient(135deg,#fff,#fffaf4);border-style:solid;border-color:#f9731638}.search-result-layout{align-items:start}.topic-pill-button{appearance:none;cursor:pointer;text-align:left}.page-contact-list{margin-top:10px}.page-contact-list .footer-contact-item{color:var(--muted)}.page-contact-list .footer-contact-item i{color:var(--blue)}.official-static-layout .official-static-page{position:relative;overflow:hidden}.official-static-layout .official-static-page:before{content:"";background:linear-gradient(180deg, var(--blue), var(--orange));width:6px;position:absolute;inset:0 auto 0 0}html[data-theme=dark] .portal-page-hero,html[data-theme=dark] .portal-summary-card,html[data-theme=dark] .official-topic-stat,html[data-theme=dark] .official-service-card{border-color:var(--border);background:radial-gradient(circle at 100% 0,#ff9a3c14,#0000 14rem),linear-gradient(135deg,#0d1828,#101d31)}html[data-theme=dark] .page-hero-chips button,html[data-theme=dark] .portal-summary-list span{border-color:var(--border);color:var(--text);background:#101d30d6}html[data-theme=dark] .official-section-head{border-bottom-color:var(--border)}html[data-theme=dark] .page-contact-list .footer-contact-item{color:var(--text)}@media (width<=900px){.topic-layout,.search-result-layout{grid-template-columns:1fr}.topic-sidebar,.official-side-stack{position:static}.portal-page-hero{align-items:stretch}}@media (width<=640px){.portal-page-hero{gap:16px}.page-hero-chips{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.page-hero-chips button{text-align:center;border-radius:16px;justify-content:center}.portal-summary-list{grid-template-columns:1fr}}.topline-right{flex:none;gap:14px}.topline-menu{align-items:center;gap:4px;min-width:0;display:inline-flex}.topline-menu a{color:#ffffffc7;min-height:26px;font-size:var(--fs-caption);white-space:nowrap;border-radius:999px;align-items:center;padding:6px 9px;font-weight:900;line-height:1;transition:background .18s,color .18s,transform .18s;display:inline-flex}.topline-menu a:after{display:none}.topline-menu a:hover,.topline-menu a:focus-visible,.topline-menu a.is-topline-active{color:#fff;background:#ffffff1c;outline:none;transform:translateY(-1px)}.topline-date{color:#ffffffa8;white-space:nowrap;flex:none;font-weight:800}.public-nav{justify-content:flex-start}.mobile-page-links{display:none}.category-nav-links{flex:auto;padding:5px 0}.category-nav-links a{background:0 0;border:1px solid #0000;min-height:36px;padding:9px 12px}.category-nav-links a:hover,.category-nav-links a:focus-visible,.category-nav-links a.is-nav-active{background:var(--blue-soft);border-color:#075fca21;outline:none}.category-nav-links a.is-nav-active .nav-link-icon{color:var(--blue)}.nav-cta{color:#c45508;background:#fff3e7c7;border-color:#f9731629;flex:none;margin-left:auto}.nav-cta i{color:var(--orange)}.official-footer{background:linear-gradient(90deg,#ffffff0a 0 1px,#0000 1px) 0 0/42px 42px,radial-gradient(circle at 8% 0,#075fca3d,#0000 24rem),linear-gradient(135deg,#041225 0%,#071f3f 58%,#092d24 100%)}.official-footer:before{background:radial-gradient(circle at 85% 0,#f9731624,#0000 18rem),linear-gradient(#ffffff09,#0000 34%)}.official-footer .footer-institution-strip{justify-content:flex-start}.official-footer .footer-institution-strip span{background:#ffffff13;border-color:#ffffff21}.official-footer .footer-grid{grid-template-columns:minmax(0,1.42fr) minmax(170px,.62fr) minmax(170px,.62fr) minmax(240px,.78fr);gap:30px;padding-top:34px}.official-footer .footer-brand-panel{padding-right:10px}.official-footer .footer-official-label{color:#fff;background:#ffffff1a;border-color:#ffffff24}.official-footer .footer-logo{width:min(232px,100%);margin-bottom:2px}.official-footer .footer-brand-panel p,.official-footer .footer-contact p{color:#ffffffb8}.official-footer .footer-col h3{color:#fff;letter-spacing:.01em}.official-footer .footer-col a{color:#ffffffc7;font-weight:850}.official-footer .footer-col a:hover,.official-footer .footer-col a:focus-visible{color:#fff;outline:none}.official-footer .footer-badges a,.footer-contact-item,.footer-social-links a,.footer-mini-cta{-webkit-backdrop-filter:blur(8px)}.official-footer .footer-badges a{background:#ffffff17}.footer-contact-list{margin-top:16px}.footer-contact-item{background:#fff1;border:1px solid #ffffff17;border-radius:14px;width:fit-content;max-width:100%;padding:7px 10px}.footer-contact-actions .footer-mini-cta{font-weight:900}.footer-mini-cta--ghost{background:#ffffff0b}.official-footer .footer-bottom{color:#ffffff9e;align-items:center}html[data-theme=dark] .topline-menu a.is-topline-active,html[data-theme=dark] .topline-menu a:hover,html[data-theme=dark] .topline-menu a:focus-visible{background:#65a9ff29}html[data-theme=dark] .category-nav-links a:hover,html[data-theme=dark] .category-nav-links a:focus-visible,html[data-theme=dark] .category-nav-links a.is-nav-active{background:#65a9ff21;border-color:#65a9ff33}html[data-theme=dark] .nav-cta{color:var(--orange-2);background:#ff9a3c1f;border-color:#ff9a3c2e}@media (width<=1180px){.topline-menu a{padding-left:8px;padding-right:8px}.topline-date{display:none}.category-nav-links a{padding-left:10px;padding-right:10px}}@media (width<=900px){.mobile-page-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:100%;display:grid}.mobile-page-links a{background:var(--blue-soft);min-height:40px;color:var(--heading);text-align:center;border:1px solid #075fca1f;border-radius:16px;justify-content:center;align-items:center;gap:7px;padding:9px 10px;font-size:12.8px;font-weight:900;line-height:1.15;display:inline-flex}.mobile-page-links a.is-nav-active{background:linear-gradient(135deg, var(--blue), var(--blue-2));color:#fff;border-color:#075fca2e}.mobile-page-links a.is-nav-active .nav-link-icon{color:#fff}.category-nav-links{padding:0}.category-nav-links a{background:#fff;border-radius:16px;min-height:43px}.public-nav-wrap.is-open .mobile-page-links a{animation:.26s both mobileMenuItemIn}.public-nav-wrap.is-open .mobile-page-links a:first-child{animation-delay:40ms}.public-nav-wrap.is-open .mobile-page-links a:nth-child(2){animation-delay:60ms}.public-nav-wrap.is-open .mobile-page-links a:nth-child(3){animation-delay:80ms}.public-nav-wrap.is-open .mobile-page-links a:nth-child(4){animation-delay:.1s}.public-nav-wrap.is-open .mobile-page-links a:nth-child(5){animation-delay:.12s}.public-nav-wrap.is-open .category-nav-links a:first-child{animation-delay:.14s}.public-nav-wrap.is-open .category-nav-links a:nth-child(2){animation-delay:.16s}.public-nav-wrap.is-open .category-nav-links a:nth-child(3){animation-delay:.18s}.public-nav-wrap.is-open .category-nav-links a:nth-child(4){animation-delay:.2s}.public-nav-wrap.is-open .category-nav-links a:nth-child(5){animation-delay:.22s}.mobile-nav-actions{order:5}html[data-theme=dark] .mobile-page-links a,html[data-theme=dark] .category-nav-links a{border-color:var(--border);color:var(--text);background:#101d30f0}html[data-theme=dark] .mobile-page-links a.is-nav-active{color:#07162c;background:linear-gradient(135deg,#65a9fff2,#ff9a3ceb);border-color:#0000}.official-footer .footer-institution-strip{justify-content:flex-start}}@media (width<=760px){.mobile-page-links{grid-template-columns:repeat(2,minmax(0,1fr))}.official-footer .footer-grid{gap:0}.footer-contact-item{width:100%}}@media (width<=420px){.mobile-page-links,.category-nav-links{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-page-links a,.category-nav-links a{min-height:40px;padding:9px 8px;font-size:12.4px}.official-footer .footer-institution-strip span{text-align:center;justify-content:center;width:calc(50% - 4px)}.official-footer .footer-institution-strip span:last-child{width:100%}}@media (width<=900px){.auth-page{align-items:start;padding:14px}.auth-shell{border-radius:28px;grid-template-columns:1fr}.auth-hero-panel{gap:22px;min-height:auto;padding:26px}.auth-hero-content h1{font-size:clamp(30px,8vw,42px)}.auth-feature-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.auth-feature-list li{border-radius:18px;padding:12px}.auth-form-panel{padding:26px}}@media (width<=640px){.auth-page{place-items:stretch stretch;padding:0}.auth-shell{border-left:0;border-right:0;border-radius:0;min-height:100vh}.auth-hero-panel{padding:22px 18px}.auth-brand-link{justify-content:space-between;gap:10px;width:100%}.auth-logo{width:clamp(148px,48vw,184px);max-height:48px}.auth-brand-link span{padding:6px 8px;font-size:11px}.auth-hero-content{gap:10px}.auth-hero-content h1{font-size:clamp(28px,8.5vw,36px)}.auth-hero-content p{font-size:14.5px;line-height:1.62}.auth-feature-list{grid-template-columns:1fr}.auth-feature-list li{gap:3px;padding:11px 12px}.auth-form-panel{gap:17px;padding:22px 18px 28px}.auth-form-head h2{font-size:clamp(25px,7vw,32px)}.auth-field .input,.auth-field .textarea{border-radius:16px}.auth-password-wrap .input{padding-right:96px}.auth-password-toggle{padding:0 10px;right:7px}}@media (width<=380px){.auth-password-wrap .input{padding-right:84px}.auth-password-toggle{padding:0 8px;font-size:10.75px}}html[data-theme=dark] .auth-form-panel{background:radial-gradient(circle at 100% 0,#3b82f61a,#0000 16rem),#0d1828f5}html[data-theme=dark] .auth-field .input,html[data-theme=dark] .auth-field .textarea{border-color:var(--border);color:var(--text);background:#101d30f0}html[data-theme=dark] .auth-password-toggle{color:#b9d7ff;background:#65a9ff24}html[data-theme=dark] .auth-password-toggle:hover{color:#07162c;background:#65a9ff}.official-home .section-head h2,.official-home .compact-head h2{letter-spacing:-.04em}.official-home .section-head p,.official-home .compact-head p{max-width:620px}.official-home .article-card--meta-hidden .read-more--standalone{align-self:end}@media (width<=900px){.official-home .home-stack{gap:18px}.official-home .section-gap{margin-top:18px}.official-home .home-mast-intro{align-items:start;gap:14px}.official-home .official-hero-points{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:8px;padding-bottom:3px;display:flex;overflow-x:auto}.official-home .official-hero-points::-webkit-scrollbar{display:none}.official-home .official-hero-points span{white-space:nowrap;flex:none}.official-home .intro-action-card{align-self:stretch}.official-home .editorial-layout,.official-home .home-main-grid{gap:18px}.official-home .side-feature-stack{gap:10px}.official-home .latest-news-grid{grid-template-columns:1fr;gap:12px}.official-home .latest-section-panel .article-card,.official-home .side-feature-stack .article-card{border-radius:20px;grid-template-rows:none;grid-template-columns:112px minmax(0,1fr);min-height:118px}.official-home .latest-section-panel .article-card-media,.official-home .side-feature-stack .article-card-media{aspect-ratio:auto;height:100%}.official-home .latest-section-panel .article-card-media img,.official-home .side-feature-stack .article-card-media img{min-height:118px}.official-home .latest-section-panel .article-card-body,.official-home .side-feature-stack .article-card-body{gap:6px;padding:12px}.official-home .latest-section-panel .article-card-title,.official-home .side-feature-stack .article-card-title{-webkit-line-clamp:3;font-size:14.75px;line-height:1.32}.official-home .latest-section-panel .article-card-excerpt,.official-home .side-feature-stack .article-card-excerpt,.official-home .latest-section-panel .read-more--standalone,.official-home .side-feature-stack .read-more--standalone{display:none}}@media (width<=640px){.official-home.hero{padding-top:14px;padding-bottom:30px}.official-home .home-stack{gap:14px}.official-home .breaking-strip{border-radius:18px;gap:8px;padding:8px 10px}.official-home .breaking-label{letter-spacing:.055em;padding:6px 8px;font-size:10.5px}.official-home .breaking-text{font-size:13px;line-height:1.25}.official-home .home-mast-intro{border-radius:24px;gap:14px;padding:18px}.official-home .home-mast-intro:after{width:190px;height:190px;top:-90px;right:-92px}.official-home .official-page-kicker{flex-wrap:wrap;gap:7px}.official-home .official-hero-tag{padding:5px 8px;font-size:10.4px}.official-home .page-title{letter-spacing:-.05em;margin-top:10px;font-size:clamp(26px,7.6vw,34px);line-height:1.07}.official-home .page-lead{-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-top:9px;font-size:14px;line-height:1.55;display:-webkit-box;overflow:hidden}.official-home .official-hero-points{margin-top:12px}.official-home .official-hero-points span{border-radius:999px;min-height:34px;padding:8px 10px;font-size:12.2px;line-height:1.1}.official-home .intro-action-card{border-radius:20px;gap:8px;padding:14px}.official-home .intro-action-card strong{font-size:16px;line-height:1.25}.official-home .intro-action-card p{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13.25px;line-height:1.5;display:-webkit-box;overflow:hidden}.official-home .official-editorial-list{grid-template-columns:1fr;gap:6px}.official-home .official-editorial-list span{min-height:32px;padding:7px 9px;font-size:12.2px}.official-home .intro-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:2px;display:grid}.official-home .intro-actions .btn{width:100%;min-height:40px;padding:9px 10px;font-size:12.6px}.official-home .editorial-layout{gap:12px}.official-home .lead-story-card{border-radius:22px;min-height:320px}.official-home .lead-story-overlay{padding:16px}.official-home .lead-story-overlay .badge{padding:6px 9px;font-size:10.8px}.official-home .lead-story-overlay h2{margin:10px 0 8px;font-size:clamp(23px,7vw,31px);line-height:1.06}.official-home .lead-story-overlay p{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13.4px;line-height:1.46;display:-webkit-box;overflow:hidden}.official-home .light-meta{gap:6px;margin-top:10px;font-size:11.4px}.official-home .section-mini-head,.official-home .section-head,.official-home .compact-head,.official-home .category-news-head{gap:8px}.official-home .section-head h2,.official-home .compact-head h2,.official-home .category-news-head h3,.official-home .trending-card h2{margin-top:3px;font-size:clamp(20px,6vw,25px);line-height:1.12}.official-home .section-head p,.official-home .compact-head p{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:7px;font-size:13.25px;line-height:1.48;display:-webkit-box;overflow:hidden}.official-home .section-link{background:var(--blue-soft);border-radius:999px;min-height:36px;padding:7px 10px}.official-home .mobile-trending-card{border-radius:22px;padding:14px}.official-home .trending-item{grid-template-columns:34px minmax(0,1fr);gap:9px;padding:11px 0}.official-home .trending-number{border-radius:11px;width:30px;height:30px;font-size:12px}.official-home .trending-title{font-size:13.25px;line-height:1.3}.official-home .trending-meta{margin-top:4px;font-size:11px;line-height:1.2}.official-home .home-newsroom-main{gap:14px}.official-home .home-section-panel,.official-home .rubric-panel{border-radius:22px;padding:14px}.official-home .latest-news-grid{gap:10px}.official-home .latest-section-panel .article-card,.official-home .side-feature-stack .article-card{border-radius:18px;grid-template-columns:96px minmax(0,1fr);min-height:104px}.official-home .latest-section-panel .article-card-media img,.official-home .side-feature-stack .article-card-media img{min-height:104px}.official-home .latest-section-panel .article-card-body,.official-home .side-feature-stack .article-card-body{padding:10px 11px}.official-home .latest-section-panel .article-card-title,.official-home .side-feature-stack .article-card-title{font-size:13.75px;line-height:1.3}.official-home .article-card-category{max-width:calc(100% - 14px);padding:5px 7px;font-size:10px;bottom:7px;left:7px}.official-home .quick-feed-panel{padding:14px}.official-home .quick-feed-list{gap:9px}.official-home .quick-feed-item{border-radius:16px;grid-template-columns:76px minmax(0,1fr);min-height:78px;padding:8px}.official-home .quick-feed-item img{border-radius:12px;width:76px;height:60px}.official-home .quick-feed-item strong{font-size:13.25px;line-height:1.28}.official-home .quick-feed-item em,.official-home .quick-feed-item small{font-size:10.6px}.official-home .official-service-card{border-radius:20px;gap:7px;margin-top:14px;padding:14px}.official-home .official-service-card strong{font-size:13.75px;line-height:1.35}.official-home .category-news-list{gap:10px}.official-home .category-news-card{border-radius:19px;padding:11px}.official-home .category-news-head{margin-bottom:9px}.official-home .category-news-head a{background:var(--blue-soft);border-radius:999px;min-height:34px;padding:7px 9px}.official-home .category-lead-link{border-radius:15px;grid-template-columns:88px minmax(0,1fr)}.official-home .category-lead-link img{min-height:94px}.official-home .category-lead-link span{padding:9px}.official-home .category-lead-link strong{-webkit-line-clamp:3;font-size:13.4px;line-height:1.28}.official-home .category-mini-list{gap:7px}.official-home .category-mini-link{border-radius:15px;padding:9px 10px}.official-home .category-mini-link strong{font-size:13.2px;line-height:1.28}.official-home .rubric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.official-home .rubric-card{border-radius:16px;min-height:74px;padding:11px}.official-home .rubric-card span{font-size:13.6px;line-height:1.2}.official-home .rubric-card small{font-size:11px}}@media (width<=420px){.official-home.hero{padding-top:12px}.official-home .home-mast-intro{border-radius:22px;padding:15px}.official-home .page-title{font-size:clamp(25px,7.8vw,32px)}.official-home .page-lead{-webkit-line-clamp:2}.official-home .intro-action-card{padding:12px}.official-home .official-editorial-list{display:none}.official-home .intro-actions .btn{min-height:38px;padding:8px;font-size:12.2px}.official-home .lead-story-card{min-height:292px}.official-home .lead-story-overlay{padding:14px}.official-home .lead-story-overlay h2{font-size:clamp(22px,7.1vw,29px)}.official-home .latest-section-panel .article-card,.official-home .side-feature-stack .article-card{grid-template-columns:86px minmax(0,1fr);min-height:98px}.official-home .latest-section-panel .article-card-media img,.official-home .side-feature-stack .article-card-media img{min-height:98px}.official-home .latest-section-panel .article-card-body,.official-home .side-feature-stack .article-card-body{padding:9px 10px}.official-home .latest-section-panel .article-card-title,.official-home .side-feature-stack .article-card-title{font-size:13.25px}.official-home .quick-feed-item{grid-template-columns:68px minmax(0,1fr)}.official-home .quick-feed-item img{width:68px;height:56px}.official-home .category-lead-link{grid-template-columns:78px minmax(0,1fr)}.official-home .category-lead-link img{min-height:88px}.official-home .rubric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=360px){.official-home .intro-actions,.official-home .rubric-grid{grid-template-columns:1fr}.official-home .latest-section-panel .article-card,.official-home .side-feature-stack .article-card,.official-home .quick-feed-item,.official-home .category-lead-link{grid-template-columns:76px minmax(0,1fr)}.official-home .latest-section-panel .article-card-title,.official-home .side-feature-stack .article-card-title,.official-home .quick-feed-item strong,.official-home .category-lead-link strong,.official-home .category-mini-link strong{font-size:12.85px}}.mobile-home-quick,.footer-mobile-quick{display:none}@media (width<=760px){.official-home.hero{padding-top:10px;padding-bottom:24px}.official-home .home-stack{gap:12px}.official-home .breaking-strip{border-radius:18px;grid-template-columns:auto minmax(0,1fr);padding:8px;position:relative;box-shadow:0 10px 22px #07162c0b}.official-home .breaking-label{min-height:30px;padding:7px 9px;font-size:10px}.official-home .breaking-text{font-size:12.8px;line-height:1.25}.official-home .home-mast-intro{background:radial-gradient(circle at 100% 0,#f973162b,#0000 13rem),linear-gradient(150deg,#fff 0%,#f7fbff 70%,#fff8ed 100%);border-radius:26px;padding:16px;box-shadow:0 14px 34px #07162c0f}.official-home .official-page-kicker .kicker-line{width:24px}.official-home .official-page-kicker .eyebrow{text-overflow:ellipsis;white-space:nowrap;max-width:calc(100vw - 156px);font-size:10.8px;overflow:hidden}.official-home .official-hero-tag{padding:5px 7px;font-size:10px}.official-home .page-title{letter-spacing:-.052em;max-width:100%;margin-top:9px;font-size:clamp(25px,7.4vw,32px);line-height:1.06}.official-home .page-lead{-webkit-line-clamp:2;max-width:100%;margin-top:8px;font-size:13.6px;line-height:1.52}.official-home .official-hero-points{margin-top:11px;margin-left:-2px;padding:0 2px 4px}.official-home .official-hero-points span{min-height:32px;box-shadow:none;padding:8px 10px;font-size:11.8px}.official-home .intro-action-card{background:#ffffffdb;border-radius:20px;gap:7px;margin-top:2px;padding:12px}.official-home .intro-badge{padding:6px 8px;font-size:10.4px}.official-home .intro-action-card strong{font-size:15.2px;line-height:1.28}.official-home .intro-action-card p,.official-home .official-editorial-list{display:none}.official-home .intro-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:3px;display:grid}.official-home .intro-actions .btn{border-radius:14px;justify-content:center;width:100%;min-height:40px;padding:9px 10px;font-size:12.8px}.mobile-home-quick{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:4px 1px 2px;display:grid}.mobile-home-quick a{min-width:0;min-height:64px;color:var(--heading);text-align:center;background:#fff;border:1px solid #d2dfeeeb;border-radius:18px;place-items:center;gap:5px;padding:9px 6px;font-size:11.6px;font-weight:900;line-height:1.1;display:grid;box-shadow:0 10px 22px #07162c0b}.mobile-home-quick i{background:var(--blue-soft);width:30px;height:30px;color:var(--blue);border-radius:12px;place-items:center;font-size:13px;display:grid}.official-home .editorial-layout{gap:12px}.official-home .lead-story-card{border-radius:25px;min-height:300px;box-shadow:0 14px 34px #07162c1a}.official-home .lead-story-overlay{padding:16px}.official-home .lead-story-overlay .badge{padding:7px 9px;font-size:10.5px}.official-home .lead-story-overlay h2{letter-spacing:-.05em;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:10px 0 0;font-size:clamp(23px,7vw,30px);line-height:1.06;display:-webkit-box;overflow:hidden}.official-home .lead-story-overlay p{display:none}.official-home .light-meta{gap:7px;margin-top:10px;font-size:11.8px}.official-home .section-mini-head,.official-home .section-head,.official-home .compact-head{gap:8px;margin-bottom:10px}.official-home .section-head h2,.official-home .compact-head h2,.official-home .trending-card h2{margin-top:4px;font-size:clamp(19px,5.8vw,24px);line-height:1.12}.official-home .section-head p,.official-home .compact-head p{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:4px;font-size:12.8px;line-height:1.45;display:-webkit-box;overflow:hidden}.official-home .section-link{background:var(--blue-soft);border-radius:999px;min-height:34px;padding:8px 10px;font-size:11.8px}.official-home .home-section-panel,.official-home .rubric-panel,.official-home .trending-card{border-radius:23px;padding:14px;box-shadow:0 10px 26px #07162c0b}.official-home .mobile-trending-card{padding-top:13px;padding-bottom:9px}.official-home .trending-item{grid-template-columns:32px minmax(0,1fr);gap:9px;padding:10px 0}.official-home .trending-number{border-radius:11px;width:28px;height:28px;font-size:12px}.official-home .trending-title{font-size:13px;line-height:1.3}.official-home .trending-meta{font-size:11px}.official-home .latest-news-grid{gap:10px}.official-home .latest-section-panel .article-card,.official-home .side-feature-stack .article-card{border-radius:18px;grid-template-columns:94px minmax(0,1fr);min-height:104px;box-shadow:0 8px 20px #07162c0b}.official-home .latest-section-panel .article-card-media img,.official-home .side-feature-stack .article-card-media img{min-height:104px}.official-home .article-card-category{max-width:calc(100% - 14px);padding:5px 7px;font-size:9.8px;bottom:7px;left:7px}.official-home .latest-section-panel .article-card-body,.official-home .side-feature-stack .article-card-body{gap:5px;padding:10px}.official-home .latest-section-panel .article-card-title,.official-home .side-feature-stack .article-card-title{font-size:13.7px;line-height:1.3}.official-home .quick-feed-list,.official-home .category-news-list{gap:9px}.official-home .quick-feed-item{border-radius:17px;grid-template-columns:78px minmax(0,1fr);min-height:78px;padding:8px;box-shadow:0 8px 18px #07162c0a}.official-home .quick-feed-item img{border-radius:13px;width:78px;height:62px}.official-home .quick-feed-item small,.official-home .category-lead-link small,.official-home .category-mini-link small{font-size:10.5px}.official-home .quick-feed-item strong{font-size:12.9px;line-height:1.28}.official-home .quick-feed-item em{display:none}.official-home .category-news-card{border-radius:20px;padding:12px;box-shadow:0 8px 20px #07162c0a}.official-home .category-news-head{align-items:center;margin-bottom:9px}.official-home .category-news-head h3{font-size:18px;line-height:1.16}.official-home .category-news-head a{background:var(--blue-soft);border-radius:999px;align-items:center;gap:5px;min-height:32px;padding:7px 9px;font-size:11.5px;display:inline-flex}.official-home .category-news-body{gap:9px}.official-home .category-lead-link{border-radius:17px;grid-template-columns:86px minmax(0,1fr)}.official-home .category-lead-link img{min-height:94px}.official-home .category-lead-link span{padding:10px}.official-home .category-lead-link strong,.official-home .category-mini-link strong{-webkit-line-clamp:2;font-size:12.9px;line-height:1.28}.official-home .category-mini-list{gap:7px}.official-home .category-mini-link{border-radius:16px;padding:10px}.official-home .rubric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.official-home .rubric-card{border-radius:17px;min-height:64px;padding:11px}.official-home .rubric-card span{font-size:13.2px;line-height:1.18}.official-home .rubric-card small{font-size:11px}.official-home .official-sidebar{display:none}.footer-mobile-quick{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding-top:12px;display:grid}.footer-mobile-quick a{color:#ffffffeb;text-align:center;-webkit-backdrop-filter:blur(10px);background:#ffffff16;border:1px solid #ffffff21;border-radius:18px;place-items:center;gap:6px;min-height:62px;padding:9px 6px;font-size:11.5px;font-weight:900;line-height:1.1;display:grid}.footer-mobile-quick i{color:#fff;background:#ffffff1f;border-radius:12px;place-items:center;width:30px;height:30px;display:grid}.official-footer{border-radius:28px 28px 0 0;margin-top:26px}.official-footer .footer-institution-strip{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:8px;padding-top:16px;display:flex;overflow-x:auto}.official-footer .footer-institution-strip::-webkit-scrollbar{display:none}.official-footer .footer-institution-strip span{border-radius:999px;flex:none;width:auto;min-height:34px;padding:8px 10px;font-size:11.6px}.official-footer .footer-grid{grid-template-columns:1fr;gap:10px;padding-top:14px;padding-bottom:16px}.official-footer .footer-brand-panel,.official-footer .footer-col,.official-footer .footer-contact{background:#fff1;border:1px solid #ffffff1a;border-radius:22px;padding:14px}.official-footer .footer-brand-panel{gap:10px;display:grid}.official-footer .footer-official-label{width:fit-content;padding:7px 9px;font-size:10.8px}.official-footer .footer-logo{width:min(172px,70vw);margin:0}.official-footer .footer-brand-panel p,.official-footer .footer-contact p{-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:12.8px;line-height:1.5;display:-webkit-box;overflow:hidden}.official-footer .footer-badges{scrollbar-width:none;flex-wrap:nowrap;gap:7px;padding-bottom:2px;display:flex;overflow-x:auto}.official-footer .footer-badges::-webkit-scrollbar{display:none}.official-footer .footer-badges a{border-radius:999px;flex:none;padding:8px 10px;font-size:11.4px}.footer-contact-list{gap:7px;margin-top:0;display:grid}.footer-contact-item{border-radius:14px;width:100%;padding:8px 10px;font-size:11.8px}.official-footer .footer-col h3{margin-bottom:10px;font-size:14.5px;line-height:1.15}.official-footer .footer-col a{min-height:38px;padding:8px 0;font-size:12.5px;line-height:1.2}.official-footer .footer-col:not(.footer-contact) a:nth-of-type(n+7){display:none}.footer-contact-actions{grid-template-columns:1fr;gap:8px;margin-top:10px;display:grid}.footer-mini-cta{border-radius:15px;justify-content:center;width:100%;min-height:40px;padding:10px 12px;font-size:12.5px}.footer-social-links{gap:8px;margin-top:10px}.footer-social-links a{border-radius:14px;width:38px;height:38px}.official-footer .footer-bottom{text-align:center;align-items:center;gap:8px;padding:12px 0 18px;font-size:11.6px;line-height:1.45}.official-footer .footer-topic-line{justify-content:center;gap:7px;font-size:11.3px}}@media (width<=420px){.mobile-home-quick,.footer-mobile-quick{gap:7px}.mobile-home-quick a,.footer-mobile-quick a{border-radius:16px;min-height:58px;font-size:11px}.mobile-home-quick i,.footer-mobile-quick i{border-radius:11px;width:28px;height:28px}.official-home .home-mast-intro,.official-home .home-section-panel,.official-home .rubric-panel,.official-home .trending-card{border-radius:21px}.official-home .lead-story-card{border-radius:22px;min-height:270px}.official-home .latest-section-panel .article-card,.official-home .side-feature-stack .article-card{grid-template-columns:84px minmax(0,1fr);min-height:96px}.official-home .latest-section-panel .article-card-media img,.official-home .side-feature-stack .article-card-media img{min-height:96px}.official-home .latest-section-panel .article-card-title,.official-home .side-feature-stack .article-card-title,.official-home .quick-feed-item strong,.official-home .category-lead-link strong,.official-home .category-mini-link strong{font-size:12.8px}.official-home .quick-feed-item{grid-template-columns:70px minmax(0,1fr)}.official-home .quick-feed-item img{width:70px;height:56px}.official-home .category-lead-link{grid-template-columns:78px minmax(0,1fr)}.official-footer .footer-brand-panel,.official-footer .footer-col,.official-footer .footer-contact{border-radius:20px;padding:12px}}html[data-theme=dark] .mobile-home-quick a{color:var(--text);background:#101d30eb;border-color:#7790ac38}html[data-theme=dark] .mobile-home-quick i{color:#b9d7ff;background:#65a9ff29}@media (width<=640px){.official-home .home-newsroom-main{gap:14px}.official-home .home-section-panel,.official-home .rubric-panel,.official-home .trending-card{box-shadow:none;background:#ffffffdb;border:1px solid #d6e2f0e0}.official-home .section-head,.official-home .compact-head,.official-home .section-mini-head{align-items:center;margin-bottom:8px}.official-home .section-head h2,.official-home .compact-head h2,.official-home .category-news-head h3,.official-home .trending-card h2{letter-spacing:-.03em}.official-home .section-head p,.official-home .compact-head p{-webkit-line-clamp:1;max-width:100%}.official-home .section-link,.official-home .mini-action-link,.official-home .section-mini-head>a,.official-home .category-news-head a{min-height:30px;color:var(--blue);box-shadow:none;background:0 0;border:1px solid #075fca2e;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:950;line-height:1}.official-home .side-feature-stack .section-mini-head{padding:0 2px}.official-home .latest-section-panel .article-card,.official-home .side-feature-stack .article-card,.official-home .quick-feed-item,.official-home .category-lead-link,.official-home .category-mini-link,.official-home .rubric-card{box-shadow:none;border-color:#d6e2f0e0}.official-home .latest-section-panel .article-card,.official-home .side-feature-stack .article-card{border-radius:17px}.official-home .quick-feed-panel{background:#ffffffb8}.official-home .quick-feed-list{gap:7px}.official-home .quick-feed-item{background:0 0;border-width:0 0 1px;border-radius:0;min-height:72px;padding:7px 0}.official-home .quick-feed-item:last-child{border-bottom:0}.official-home .quick-feed-item img{border-radius:13px;width:72px;height:58px}.official-home .latest-section-panel .article-card{background:#fff;border-radius:16px}.official-home .latest-section-panel .article-card-title,.official-home .side-feature-stack .article-card-title,.official-home .quick-feed-item strong{-webkit-line-clamp:2}.official-home .category-news-panel{background:#ffffffc7}.official-home .category-news-list{gap:0}.official-home .category-news-card{box-shadow:none;background:0 0;border:0;border-bottom:1px solid #d6e2f0e0;border-radius:0;padding:11px 0}.official-home .category-news-card:first-child{padding-top:0}.official-home .category-news-card:last-child{border-bottom:0;padding-bottom:0}.official-home .category-news-head{gap:8px;margin-bottom:8px}.official-home .category-news-head .eyebrow{display:none}.official-home .category-news-head h3{margin:0;font-size:16px;line-height:1.18}.official-home .category-news-body{gap:6px}.official-home .category-lead-link{background:0 0;border:0;border-radius:0;grid-template-columns:74px minmax(0,1fr)}.official-home .category-lead-link img{border-radius:13px;height:58px;min-height:58px}.official-home .category-lead-link span{align-content:center;padding:0 0 0 8px}.official-home .category-mini-list{gap:0;padding-left:82px}.official-home .category-mini-link{background:0 0;border:0;border-top:1px dashed #d6e2f0e6;border-radius:0;padding:8px 0}.official-home .category-mini-link small{display:none}.official-home .rubric-panel{box-shadow:none;background:0 0;border:0;padding:0}.official-home .rubric-panel .section-head{padding:0 2px}.official-home .rubric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.official-home .rubric-card{background:#ffffffb8;border:1px solid #d6e2f0e6;border-radius:14px;min-height:50px;padding:9px 10px}.official-home .rubric-card span{font-size:12.6px}.official-home .rubric-card small{font-size:10.4px}.official-footer .footer-grid{gap:16px}.official-footer .footer-brand-panel,.official-footer .footer-col,.official-footer .footer-contact{background:0 0;border:0;border-radius:0;padding:0}.official-footer .footer-brand-panel{gap:8px;padding-bottom:2px}.official-footer .footer-official-label{color:#ffffffc7;letter-spacing:.1em;background:0 0;border:0;border-radius:0;padding:0}.official-footer .footer-logo{width:min(158px,62vw)}.official-footer .footer-brand-panel p,.official-footer .footer-contact p{color:#ffffffad;font-size:12.3px;line-height:1.45}.official-footer .footer-badges{margin-top:2px}.official-footer .footer-badges a,.footer-contact-item{box-shadow:none;background:0 0;border:1px solid #ffffff1a}.official-footer .footer-col{border-top:1px solid #ffffff1a;gap:0;padding-top:12px}.official-footer .footer-col h3{text-transform:uppercase;letter-spacing:.055em;color:#ffffffe6;margin:0 0 6px;font-size:13.5px}.official-footer .footer-col a{color:#ffffffb8;border-bottom:1px solid #ffffff13;width:100%;min-height:34px;padding:7px 0;font-size:12.3px}.official-footer .footer-col a:last-child{border-bottom:0}.footer-contact-actions{margin-top:8px}.footer-mini-cta{border-radius:999px;min-height:38px}}@media (width<=420px){.official-home .quick-feed-item{grid-template-columns:68px minmax(0,1fr)}.official-home .quick-feed-item img{width:68px;height:54px}.official-home .category-lead-link{grid-template-columns:70px minmax(0,1fr)}.official-home .category-mini-list{padding-left:78px}.official-footer .footer-brand-panel,.official-footer .footer-col,.official-footer .footer-contact{border-radius:0;padding-left:0;padding-right:0}}@media (width<=640px){html[data-theme=dark] .official-home .home-section-panel,html[data-theme=dark] .official-home .trending-card,html[data-theme=dark] .official-home .category-news-panel,html[data-theme=dark] .official-home .latest-section-panel .article-card,html[data-theme=dark] .official-home .rubric-card{box-shadow:none;background:#101d30db;border-color:#7790ac38}html[data-theme=dark] .official-home .quick-feed-item,html[data-theme=dark] .official-home .category-news-card,html[data-theme=dark] .official-home .category-mini-link{background:0 0;border-color:#7790ac38}html[data-theme=dark] .official-home .rubric-panel,html[data-theme=dark] .official-footer .footer-brand-panel,html[data-theme=dark] .official-footer .footer-col,html[data-theme=dark] .official-footer .footer-contact{box-shadow:none;background:0 0;border-color:#7790ac2e}}@media (width<=760px){.official-home .section-head,.official-home .compact-head,.official-home .section-mini-head,.official-home .category-news-head{text-align:left;justify-content:flex-start;gap:7px;align-items:flex-start!important}.official-home .section-head>div,.official-home .compact-head>div,.official-home .category-news-head>div,.official-home .section-mini-head>div,.official-home .section-mini-head>span:first-child{text-align:left;min-width:0}.official-home .section-head h2,.official-home .compact-head h2,.official-home .category-news-head h3,.official-home .trending-card h2{text-align:left}.official-home .section-head p,.official-home .compact-head p{text-align:left;max-width:100%}.official-home .section-link,.official-home .mini-action-link,.official-home .section-mini-head>a,.official-home .category-news-head a{min-height:30px;box-shadow:none;letter-spacing:0;background:#075fca14;border:1px solid #075fca24;border-radius:999px;align-self:flex-start;padding:7px 10px;font-size:11px;line-height:1}.official-home .latest-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.official-home .latest-section-panel .article-card,.official-home .side-feature-stack .article-card{background:#fff;border-color:#d6e2f0eb;overflow:hidden;border-radius:17px!important;grid-template-rows:auto 1fr!important;grid-template-columns:1fr!important;min-height:0!important;box-shadow:0 8px 18px #07162c0a!important}.official-home .latest-section-panel .article-card-media,.official-home .side-feature-stack .article-card-media{aspect-ratio:1.25/.82;height:auto!important}.official-home .latest-section-panel .article-card-media img,.official-home .side-feature-stack .article-card-media img,.official-home .latest-section-panel .article-card img,.official-home .side-feature-stack .article-card img{object-fit:cover;width:100%;height:100%!important;min-height:0!important}.official-home .latest-section-panel .article-card-body,.official-home .side-feature-stack .article-card-body{min-width:0;gap:5px!important;padding:9px!important}.official-home .latest-section-panel .article-card-title,.official-home .side-feature-stack .article-card-title{letter-spacing:-.018em;-webkit-line-clamp:3!important;font-size:12.7px!important;line-height:1.25!important}.official-home .latest-section-panel .article-card-excerpt,.official-home .side-feature-stack .article-card-excerpt,.official-home .latest-section-panel .read-more--standalone,.official-home .side-feature-stack .read-more--standalone{display:none!important}.official-home .side-feature-stack{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.official-home .side-feature-stack .section-mini-head{flex-direction:row;grid-column:1/-1;justify-content:space-between;margin-bottom:0;display:flex;align-items:center!important}.official-home .side-feature-stack .section-mini-head .eyebrow{line-height:1}.official-home .category-news-head{grid-template-columns:minmax(0,1fr) auto;justify-content:stretch;display:grid;align-items:start!important}.official-home .quick-feed-panel,.official-home .category-news-panel,.official-home .latest-section-panel{text-align:left}}@media (width<=420px){.official-home .latest-news-grid,.official-home .side-feature-stack{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}.official-home .latest-section-panel .article-card,.official-home .side-feature-stack .article-card{border-radius:15px!important}.official-home .latest-section-panel .article-card-body,.official-home .side-feature-stack .article-card-body{padding:8px!important}.official-home .latest-section-panel .article-card-title,.official-home .side-feature-stack .article-card-title{font-size:12px!important;line-height:1.24!important}.official-home .article-card-category{max-width:calc(100% - 12px);padding:4px 6px;font-size:9px;bottom:6px;left:6px}}@media (width<=360px){.official-home .latest-news-grid,.official-home .side-feature-stack{grid-template-columns:repeat(2,minmax(0,1fr))!important}.official-home .latest-section-panel .article-card-title,.official-home .side-feature-stack .article-card-title{-webkit-line-clamp:2!important;font-size:11.6px!important}}.auth-page{background:radial-gradient(circle at 8% 4%,#075fca1a,#0000 23rem),radial-gradient(circle at 92% 0,#f9731614,#0000 24rem),linear-gradient(#f8fbff 0%,#fff 64%,#fffaf5 100%)}.auth-shell{background:#ffffffeb;border-color:#d6e2f0f2;box-shadow:0 24px 70px #07162c1a}.auth-hero-panel{color:var(--heading);background:radial-gradient(circle at 100% 0,#075fca1a,#0000 16rem),linear-gradient(155deg,#fff 0%,#f5faff 72%,#fff7ed 100%);border-right:1px solid #d6e2f0f2}.auth-kicker:before{box-shadow:0 0 0 5px #f973161c}.auth-feature-list li{box-shadow:none;background:#ffffffb8;border-color:#d6e2f0eb}@media (width<=900px){.auth-shell{overflow:visible;box-shadow:0 18px 44px #07162c17}.auth-hero-panel{border-bottom:1px solid #d6e2f0f2;border-right:0;min-height:auto}}@media (width<=640px){.auth-page{place-items:stretch stretch;padding:12px}.auth-shell{border-left:1px solid #d6e2f0f2;border-right:1px solid #d6e2f0f2;border-radius:26px;min-height:auto}.auth-hero-panel{gap:12px;padding:16px}.auth-brand-link{justify-content:space-between}.auth-hero-content h1{font-size:clamp(24px,7vw,31px);line-height:1.08}.auth-hero-content p{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13.5px;line-height:1.48;display:-webkit-box;overflow:hidden}.auth-feature-list{display:none}.auth-form-panel{gap:14px;padding:18px 16px 20px}.auth-form-head h2{font-size:clamp(23px,6.5vw,30px)}.auth-form-head p,.auth-switch{font-size:13.4px;line-height:1.48}.auth-form{gap:12px}.auth-field{gap:6px}.auth-field .input,.auth-field .textarea{border-radius:15px;min-height:46px}.auth-submit{min-height:48px}}html[data-theme=dark] .official-home .latest-section-panel .article-card,html[data-theme=dark] .official-home .side-feature-stack .article-card{background:#101d30e6;border-color:#7790ac38}html[data-theme=dark] .auth-feature-list li{background:#101d30bf;border-color:#4b67898c}.sr-only{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.auth-password-toggle--icon{width:38px;height:38px;min-height:38px;color:var(--blue);box-shadow:none;background:#f3f8ff;border:1px solid #075fca1f;border-radius:999px;place-items:center;padding:0;display:inline-grid}.auth-password-toggle--icon i{font-size:15px;line-height:1}@media (width<=760px){.official-footer .footer-grid{gap:0 12px;grid-template-columns:repeat(2,minmax(0,1fr))!important}.official-footer .footer-brand-panel,.official-footer .footer-col--categories,.official-footer .footer-col--redaksi,.official-footer .footer-col--official{grid-column:1/-1!important}.official-footer .footer-col--categories,.official-footer .footer-col--redaksi{border-top:1px solid #ffffff1a;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding-top:14px;padding-bottom:14px;display:grid}.official-footer .footer-col--categories h3,.official-footer .footer-col--redaksi h3{grid-column:1/-1;margin-bottom:2px}.official-footer .footer-col--categories a,.official-footer .footer-col--redaksi a{color:#ffffffc7;background:#ffffff0b;border:1px solid #ffffff1a;border-radius:14px;gap:6px;min-height:38px;padding:8px 9px;font-size:12px;line-height:1.2}.official-footer .footer-col--categories a:after,.official-footer .footer-col--redaksi a:after{display:none}.official-footer .footer-col--categories a:hover,.official-footer .footer-col--categories a:focus-visible,.official-footer .footer-col--redaksi a:hover,.official-footer .footer-col--redaksi a:focus-visible{color:#fff;background:#ffffff13;border-color:#ffffff2e;transform:translateY(-1px)}.official-footer .footer-col--categories .button-icon,.official-footer .footer-col--redaksi .button-icon{color:#ffb15d;flex:none;width:14px;margin-right:2px;font-size:12px}.official-footer .footer-col--categories a:nth-of-type(n+7),.official-footer .footer-col--redaksi a:nth-of-type(n+7){display:flex}.official-footer .footer-col--official{border-top:1px solid #ffffff1a;padding-top:15px}.official-footer .footer-col--official p{color:#ffffffb3;max-width:34rem;margin-top:6px;font-size:12.6px;line-height:1.5}.official-footer .footer-col--official .footer-contact-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px;display:grid}.official-footer .footer-col--official .footer-mini-cta{border-radius:14px;justify-content:center;width:100%;min-height:40px;padding:10px 8px;font-size:12px;line-height:1.15}.official-footer .footer-social-links{margin-top:10px}.official-footer .footer-social-links a{border-radius:13px;width:36px;height:36px}}@media (width<=380px){.official-footer .footer-col--categories,.official-footer .footer-col--redaksi{gap:7px}.official-footer .footer-col--categories a,.official-footer .footer-col--redaksi a{min-height:36px;padding:7px 8px;font-size:11.5px}.official-footer .footer-col--official .footer-contact-actions{grid-template-columns:1fr}}@media (width<=760px){.category-mobile-page.hero{padding-top:18px}.category-mobile-page .category-app-hero{background:radial-gradient(circle at 92% 8%,#075fca1f,#0000 10rem),linear-gradient(135deg,#fff,#f7fbff);border-radius:24px;align-items:stretch;gap:14px;padding:18px;box-shadow:0 14px 34px #07162c12}.category-mobile-page .page-kicker,.category-mobile-page .category-section-head,.category-mobile-page .category-section-head>div{text-align:left;align-items:flex-start}.category-mobile-page .page-title{letter-spacing:-.055em;font-size:clamp(28px,8vw,38px);line-height:1.04}.category-mobile-page .page-lead{max-width:100%;font-size:14px;line-height:1.55}.category-mobile-page .topic-hero-stat{text-align:left;min-width:0;box-shadow:none;border-radius:18px;justify-content:space-between;justify-self:stretch;align-items:center;gap:10px;padding:12px 14px;display:flex}.category-mobile-page .topic-hero-stat strong{font-size:28px}.category-mobile-page .topic-hero-stat span{font-size:12.5px}.category-mobile-page .topic-layout{gap:18px}.category-mobile-page .category-feature-wrap{margin-top:2px}.category-mobile-page .topic-feature-card{border-radius:24px;overflow:hidden;box-shadow:0 14px 34px #07162c13}.category-mobile-page .topic-feature-card img{object-fit:cover;width:100%;height:180px}.category-mobile-page .topic-feature-card>div{padding:15px}.category-mobile-page .topic-feature-card h2{letter-spacing:-.045em;font-size:clamp(20px,6vw,28px);line-height:1.12}.category-mobile-page .topic-feature-card p{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13.5px;line-height:1.5;display:-webkit-box;overflow:hidden}.category-mobile-page .category-section-head{border-bottom-color:#d6e3f1c7;gap:10px;padding-bottom:10px;display:grid}.category-mobile-page .category-section-head h2{font-size:clamp(22px,6vw,30px);line-height:1.1}.category-mobile-page .category-section-head p{max-width:100%;font-size:13.5px;line-height:1.5}.category-mobile-page .category-section-head .section-link{background:var(--blue-soft);width:max-content;min-height:36px;color:var(--blue);border:1px solid #075fca1a;border-radius:999px;padding:8px 11px;font-size:12.5px}.category-mobile-page .category-archive-grid{gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))!important}.category-mobile-page .category-archive-grid .article-card{border-radius:18px;box-shadow:0 9px 22px #07162c0e}.category-mobile-page .category-archive-grid .article-card-media img{height:96px;min-height:96px}.category-mobile-page .category-archive-grid .article-card-category{max-width:calc(100% - 12px);padding:5px 7px;font-size:9.6px}.category-mobile-page .category-archive-grid .article-card-body{gap:6px;padding:10px}.category-mobile-page .category-archive-grid .article-card-topline,.category-mobile-page .category-archive-grid .article-card-foot,.category-mobile-page .category-archive-grid .article-card-excerpt{display:none}.category-mobile-page .category-archive-grid .article-card-title{letter-spacing:-.025em;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:13.2px;line-height:1.28;display:-webkit-box;overflow:hidden}.category-mobile-page .topic-sidebar{gap:12px}.category-mobile-page .category-info-card,.category-mobile-page .category-related-card,.category-mobile-page .category-label-card{border-radius:20px;padding:14px;box-shadow:0 10px 26px #07162c0e}.category-mobile-page .portal-summary-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.category-mobile-page .portal-summary-list span{border-radius:15px;padding:10px}.category-mobile-page .side-directory-list--compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px;display:grid}.category-mobile-page .side-directory-list--compact a{border-radius:15px;gap:7px;min-height:42px;padding:9px 10px}.category-mobile-page .side-directory-list--compact a span{gap:6px;font-size:12.2px}.category-mobile-page .side-directory-list--compact small{min-width:24px;height:24px;font-size:10px}.category-mobile-page .topic-pills{gap:7px}.category-mobile-page .topic-pill{border-radius:999px;min-height:34px;padding:8px 10px;font-size:12px}}@media (width<=380px){.category-mobile-page .category-archive-grid{gap:9px}.category-mobile-page .category-archive-grid .article-card-media img{height:88px;min-height:88px}.category-mobile-page .category-archive-grid .article-card-body{padding:9px}.category-mobile-page .category-archive-grid .article-card-title{font-size:12.5px;line-height:1.25}.category-mobile-page .side-directory-list--compact{grid-template-columns:1fr}}@media (width<=640px){.auth-shell{border-radius:24px;box-shadow:0 18px 48px #07162c1a}.auth-hero-panel{color:var(--heading);background:radial-gradient(circle at 100% 0,#075fca1a,#0000 13rem),linear-gradient(155deg,#fff 0%,#f5f9ff 68%,#fff8ef 100%);border-bottom:1px solid #cdddeec7}.auth-brand-link,.auth-hero-content h1,.auth-feature-list strong{color:var(--heading)}.auth-brand-link span,.auth-kicker{color:var(--blue);background:#075fca13;border-color:#075fca1f}.auth-hero-content p,.auth-feature-list span{color:var(--muted)}.auth-kicker:before{box-shadow:0 0 0 5px #f9731621}.auth-password-wrap .input{padding-right:52px}.auth-password-toggle--icon{width:36px;height:36px;min-height:36px;right:6px}}html[data-theme=dark] .auth-password-toggle--icon{color:var(--blue);background:#65a9ff1f;border-color:#65a9ff3d}html[data-theme=dark] .auth-password-toggle--icon:hover,html[data-theme=dark] .auth-password-toggle--icon:focus-visible{background:var(--blue);color:#08111f}html[data-theme=dark] .category-mobile-page .category-app-hero,html[data-theme=dark] .category-mobile-page .topic-feature-card,html[data-theme=dark] .category-mobile-page .category-info-card,html[data-theme=dark] .category-mobile-page .category-related-card,html[data-theme=dark] .category-mobile-page .category-label-card{background:#101d30e6;border-color:#7790ac38}html[data-theme=dark]{--bg:#07101d;--paper:#0d1828;--surface:#101c2f;--surface-soft:#132238;--ink:#f4f8ff;--heading:#f5f9ff;--text:#d8e3f1;--muted:#a7b8ce;--soft:#8395ad;--border:#7790ac47;--border-strong:#97b1cf6b;--blue:#79b8ff;--blue-2:#9cccff;--blue-soft:#79b8ff24;--orange:#ffad5c;--orange-2:#ffc27a;--orange-soft:#ffad5c24;--green:#62d46e;--green-soft:#62d46e24;--red:#ff7474;--shadow:0 24px 64px #00000057;--shadow-soft:0 16px 38px #0000003d;--shadow-card:0 12px 26px #00000038}html[data-theme=dark] body{background:radial-gradient(circle at 9% -10%,#79b8ff21,#0000 30rem),radial-gradient(circle at 96% 2%,#ffad5c1a,#0000 28rem),linear-gradient(#060d18 0%,#07101d 48%,#091423 100%)}html[data-theme=dark] .public-shell{color:var(--text)}html[data-theme=dark] .public-shell :where(h1,h2,h3,h4,h5,h6,.page-title,.article-title,.side-title,.article-card-title,.trending-title,.category-lead-link strong,.category-mini-link strong,.quick-feed-item strong,.rubric-card span,.newsroom-card h2,.footer-col h3){color:var(--heading)}html[data-theme=dark] .public-shell :where(p,.page-lead,.article-excerpt,.article-card-excerpt,.trending-meta,.article-card-topline,.article-card-foot,.portal-summary-list span,.topic-hero-stat span,.topic-pill small,.category-mini-link small,.category-lead-link small,.newsroom-card p,.result-note,.muted){color:var(--muted)}html[data-theme=dark] .public-shell :where(.eyebrow,.page-kicker,.read-more,.read-more-inline,.section-link,.mini-action-link,.category-news-head a,.side-directory-list small,.article-card-foot .read-more,.quick-feed-item small,.ad-slot a,.ad-card a){color:var(--blue)}html[data-theme=dark] .public-header{background:#08101de0;border-bottom-color:#7790ac47;box-shadow:0 10px 28px #0000002e}html[data-theme=dark] .public-header.is-scrolled{background:#08101df5;border-bottom-color:#97b1cf57;box-shadow:0 16px 38px #0000004d}html[data-theme=dark] .public-header:after{opacity:.65;background:linear-gradient(90deg,#0000,#79b8ff59,#ffad5c38,#0000)}html[data-theme=dark] .public-nav-wrap,html[data-theme=dark] .public-header.is-scrolled .public-nav-wrap{background:#0a1423c7;border-top-color:#7790ac3d}html[data-theme=dark] .brand-logo,html[data-theme=dark] .footer-logo,html[data-theme=dark] .auth-logo{filter:drop-shadow(0 10px 24px #00000047)}html[data-theme=dark] .brand-badge,html[data-theme=dark] .theme-toggle-btn,html[data-theme=dark] .header-desk-card,html[data-theme=dark] .mobile-menu-btn,html[data-theme=dark] .masthead-search,html[data-theme=dark] .mobile-nav-search{color:var(--text);background:#0f1c2eeb;border-color:#7790ac4d;box-shadow:0 10px 24px #0000002e}html[data-theme=dark] .theme-toggle-btn:hover,html[data-theme=dark] .theme-toggle-btn:focus-visible,html[data-theme=dark] .mobile-menu-btn:hover,html[data-theme=dark] .mobile-menu-btn:focus-visible{color:var(--blue-2);background:#79b8ff24;border-color:#79b8ff59}html[data-theme=dark] .nav-links a,html[data-theme=dark] .topline-menu a,html[data-theme=dark] .mobile-page-links a,html[data-theme=dark] .category-nav-links a{color:var(--muted)}html[data-theme=dark] .nav-links a:hover,html[data-theme=dark] .nav-links a:focus-visible,html[data-theme=dark] .nav-links a.is-nav-active,html[data-theme=dark] .topline-menu a:hover,html[data-theme=dark] .topline-menu a:focus-visible,html[data-theme=dark] .topline-menu a.is-topline-active{color:var(--blue-2);background:#79b8ff21;border-color:#79b8ff47}html[data-theme=dark] .public-shell :where(.card,.home-section-panel,.rubric-panel,.trending-card,.quick-feed-panel,.category-news-panel,.category-news-card,.article-reader,.topic-feature-card,.page-panel,.portal-page-hero,.portal-summary-card,.official-topic-stat,.official-service-card,.official-topic-feature,.official-static-page,.search-panel,.elevated-search,.big-search-panel,.result-count,.newsroom-card,.topic-card,.category-app-hero,.category-info-card,.category-related-card,.category-label-card,.empty-mini-card,.editorial-empty){color:var(--text);background:linear-gradient(#122034f0,#0d1828f0);border-color:#7790ac42;box-shadow:0 14px 34px #00000038}html[data-theme=dark] .public-shell :where(.article-card,.rubric-card,.quick-feed-item,.category-lead-link,.category-mini-link,.side-directory-list a,.small-list a,.topic-pill,.quick-keywords button,.page-hero-chips button,.portal-summary-list span,.official-hero-tag,.official-hero-points span,.official-editorial-list span,.footer-contact-item){color:var(--text);background:linear-gradient(#132238e0,#0c1829e0);border-color:#7790ac3d;box-shadow:0 8px 22px #0000002e}html[data-theme=dark] .public-shell :where(.article-card:hover,.rubric-card:hover,.quick-feed-item:hover,.category-mini-link:hover,.side-directory-list a:hover,.small-list a:hover,.topic-pill:hover,.quick-keywords button:hover){color:var(--blue-2);border-color:#79b8ff61;box-shadow:0 14px 30px #00000042}html[data-theme=dark] .public-shell :where(.home-mast-intro,.official-page-hero,.official-hero-intro,.portal-page-hero,.topic-hero,.search-hero,.archive-hero){background:radial-gradient(circle at 92% 4%,#ffad5c1f,#0000 18rem),radial-gradient(circle at 12% 0,#79b8ff21,#0000 16rem),linear-gradient(135deg,#0e1b2dfa,#0c1727fa 64%,#16181ffa);border-color:#7790ac47;box-shadow:0 18px 44px #0000003d}html[data-theme=dark] .public-shell :where(.intro-action-card,.official-hero-panel){background:radial-gradient(circle at 100% 0,#79b8ff1a,#0000 14rem),linear-gradient(#14243af0,#0d1828f0);border-color:#97b1cf42;box-shadow:0 14px 34px #00000038}html[data-theme=dark] .public-shell :where(.newsletter-card,.guest-cta-card){background:radial-gradient(circle at 100% 0,#ffffff1a,#0000 14rem),linear-gradient(135deg,#075fcae0,#135baddb 48%,#1f7c47db);border:1px solid #97b1cf3d;box-shadow:0 16px 38px #00000042}html[data-theme=dark] .public-shell :where(.newsletter-card p,.guest-cta-card p,.newsletter-card .eyebrow,.guest-cta-card span){color:#f5f9ffd1}html[data-theme=dark] .public-shell :where(.ad-slot,.ad-card){background:linear-gradient(135deg,#79b8ff1a,#ffad5c14);border-color:#79b8ff47;box-shadow:0 12px 28px #0000002e}html[data-theme=dark] .public-shell :where(.ad-slot span,.ad-card span){color:#ffd2a0;background:#ffad5c24;border-color:#ffad5c3d}html[data-theme=dark] .public-shell :where(.input,.textarea,.select,.newsletter-form input,.masthead-search input,.mobile-nav-search input){color:var(--heading);background:#091220cc;border-color:#7790ac4d}html[data-theme=dark] .public-shell :where(.input:focus,.textarea:focus,.select:focus,.newsletter-form input:focus,.masthead-search:focus-within,.mobile-nav-search:focus-within){border-color:#79b8ff8c;box-shadow:0 0 0 4px #79b8ff1f}html[data-theme=dark] .public-shell :where(){color:#73869f}html[data-theme=dark] .public-shell :where(.btn.secondary,.article-share-bar button){color:var(--heading);box-shadow:none;background:#132238e0;border-color:#7790ac42}html[data-theme=dark] .public-shell :where(.btn.secondary:hover,.article-share-bar button:hover){color:var(--blue-2);background:#79b8ff24;border-color:#79b8ff57}html[data-theme=dark] .public-shell .btn.ghost{color:var(--blue-2)}html[data-theme=dark] .public-shell .btn:disabled{opacity:.55;color:var(--soft)}html[data-theme=dark] .public-shell :where(.badge,.mini-chip,.intro-badge,.article-card-category,.trending-number,.side-directory-list small){color:#b9d9ff;background:#79b8ff24;border-color:#79b8ff42}html[data-theme=dark] .public-shell :where(.badge-warm,.badge-yellow){color:#ffd3a3;background:#ffad5c26;border-color:#ffad5c47}html[data-theme=dark] .public-shell .badge-green{color:#baf7c0;background:#62d46e26;border-color:#62d46e47}html[data-theme=dark] .public-shell .badge-purple{color:#d8c8ff;background:#a886ff26;border-color:#a886ff47}html[data-theme=dark] .public-shell .badge-red{color:#ffc0c0;background:#ff747426;border-color:#ff747447}html[data-theme=dark] .public-shell .badge-pink{color:#ffc4df;background:#ff80b926;border-color:#ff80b947}html[data-theme=dark] .public-shell .badge-blue{color:#c7e2ff;background:#79b8ff26;border-color:#79b8ff4d}html[data-theme=dark] .public-shell .status-draft{color:#d5deea;background:#94a3b829;border-color:#94a3b847}html[data-theme=dark] .public-shell .status-pending_review{color:#fde68a;background:#fbbf2429;border-color:#fbbf244d}html[data-theme=dark] .public-shell .status-published{color:#bbf7d0;background:#22c55e29;border-color:#22c55e4d}html[data-theme=dark] .public-shell .status-rejected{color:#fecaca;background:#f8717129;border-color:#f871714d}html[data-theme=dark] .public-shell .article-card-media,html[data-theme=dark] .public-shell .article-hero-img,html[data-theme=dark] .public-shell .topic-feature-card img,html[data-theme=dark] .public-shell .quick-feed-item img,html[data-theme=dark] .public-shell .category-lead-link img{background:#0a1423;box-shadow:inset 0 0 0 1px #ffffff0a}html[data-theme=dark] .public-shell .article-card-media:after,html[data-theme=dark] .public-shell .lead-story-card:before{content:"";pointer-events:none;background:linear-gradient(#0000 60%,#050c162e);position:absolute;inset:0}html[data-theme=dark] .public-shell .lead-story-card{background:#08111f;box-shadow:0 20px 52px #00000052}html[data-theme=dark] .public-shell .lead-story-card:after{background:linear-gradient(#05101f0d,#05101f33 28%,#05101ff0)}html[data-theme=dark] .public-shell .light-meta,html[data-theme=dark] .public-shell .lead-story-overlay p{color:#f5f9ffc7}html[data-theme=dark] .public-shell :where(.article-share-bar,.article-tags,.official-section-head,.category-section-head,.trending-item,.article-reader-body,.footer-bottom){border-color:#7790ac3d}html[data-theme=dark] .public-shell .article-share-bar{background:#091220b8}html[data-theme=dark] .public-shell .breadcrumb{color:var(--muted)}html[data-theme=dark] .public-shell .breadcrumb a:hover{color:var(--blue-2)}html[data-theme=dark] .public-shell .prose{color:var(--text)}html[data-theme=dark] .public-shell .prose :where(h1,h2,h3,h4,strong){color:var(--heading)}html[data-theme=dark] .public-shell .prose a{color:var(--blue-2)}html[data-theme=dark] .public-shell .prose blockquote{color:var(--text);background:#79b8ff14;border-color:#79b8ff47}html[data-theme=dark] .public-shell .prose :where(hr,table,th,td){border-color:#7790ac3d}html[data-theme=dark] .public-shell .prose th{color:var(--muted);background:#132238c7}html[data-theme=dark] .official-footer{background:radial-gradient(circle at 10% 0,#79b8ff1f,#0000 22rem),radial-gradient(circle at 95% 8%,#ffad5c1a,#0000 18rem),linear-gradient(135deg,#030a14,#07172a 58%,#061f16);border-top-color:#97b1cf29}html[data-theme=dark] .official-footer :where(.footer-brand-panel,.footer-col,.footer-contact){box-shadow:none;background:0 0;border-color:#ffffff14}html[data-theme=dark] .official-footer :where(.footer-badges span,.footer-badges a,.footer-mini-cta,.footer-contact-item){color:#f5f9ffd1;background:#ffffff0f;border-color:#ffffff1a}html[data-theme=dark] .official-footer :where(.footer-col a,.footer-brand-panel p,.footer-contact p){color:#e7eef8b3}html[data-theme=dark] .official-footer :where(.footer-col a:hover,.footer-col a:focus-visible,.footer-mini-cta:hover,.footer-mini-cta:focus-visible){color:#fff;background:#ffffff1a;border-color:#ffffff2e}@media (width<=900px){html[data-theme=dark] .public-nav{background:#0a1321fa;border-color:#7790ac57;box-shadow:0 28px 68px #00000070}html[data-theme=dark] .mobile-menu-backdrop{background:#03080f9e}}@media (width<=760px){html[data-theme=dark] .official-home :where(.home-section-panel,.trending-card,.category-news-panel,.rubric-panel),html[data-theme=dark] .category-mobile-page :where(.category-app-hero,.topic-feature-card,.category-info-card,.category-related-card,.category-label-card),html[data-theme=dark] .public-shell :where(.archive-grid .article-card,.official-archive-grid .article-card){background:linear-gradient(#122034e6,#0c1727e6);border-color:#7790ac3d;box-shadow:0 10px 24px #0000002e}html[data-theme=dark] .official-home :where(.quick-feed-item,.category-mini-link,.category-lead-link,.rubric-card){box-shadow:none;background:#0c17279e;border-color:#7790ac38}html[data-theme=dark] .official-home .quick-feed-item{background:0 0;border-bottom-color:#7790ac33}html[data-theme=dark] .official-home :where(.section-link,.mini-action-link,.section-mini-head>a,.category-news-head a),html[data-theme=dark] .category-mobile-page .category-section-head .section-link{color:var(--blue-2);background:#79b8ff1a;border-color:#79b8ff38}html[data-theme=dark] .category-mobile-page :where(.portal-summary-list span,.side-directory-list--compact a,.topic-pill){box-shadow:none;background:#132238c2;border-color:#7790ac38}}html[data-theme=dark] .public-shell .article-card-category{z-index:2}html[data-theme=dark] .public-shell .article-card-media:after{z-index:1}@media (width<=900px){.public-header{z-index:80}.public-nav-wrap{z-index:82}.public-nav-wrap.is-open{overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;max-height:calc(100vh - 84px);padding-bottom:max(12px, env(safe-area-inset-bottom));overflow:hidden auto}@supports (height:100dvh){.public-nav-wrap.is-open{max-height:calc(100dvh - 84px)}}.public-nav{touch-action:pan-y;margin-bottom:10px;max-height:none!important;overflow:visible!important}.public-nav a,.public-nav button,.public-nav input{touch-action:manipulation}.mobile-menu-backdrop{z-index:70}}.auth-page{background:radial-gradient(circle at 10% 0,#075fca17,#0000 23rem),radial-gradient(circle at 96% 8%,#f9731612,#0000 22rem),linear-gradient(#fbfdff 0%,#f6faff 54%,#fffaf5 100%);min-height:100dvh}.auth-shell{background:#fffffff0;border-color:#d7e3f1f0;width:min(1060px,100%);box-shadow:0 24px 64px #07162c1a}.auth-hero-panel{min-height:600px;color:var(--heading);background:radial-gradient(circle at 92% 6%,#075fca1a,#0000 15rem),radial-gradient(circle at 0 100%,#f9731614,#0000 16rem),linear-gradient(155deg,#fff 0%,#f7fbff 62%,#fff7ed 100%);border-right:1px solid #d7e3f1f0}.auth-hero-panel:before{background:#075fca13}.auth-hero-panel:after{background:#f973160e;border-color:#f9731621}.auth-brand-link,.auth-hero-content h1,.auth-feature-list strong{color:var(--heading)}.auth-brand-link span,.auth-kicker{color:var(--blue);background:#075fca13;border-color:#075fca1f}.auth-logo{filter:none}.auth-kicker:before{background:var(--orange);box-shadow:0 0 0 5px #f973161f}.auth-hero-content p,.auth-feature-list span{color:var(--muted)}.auth-feature-list{gap:10px}.auth-feature-list li{background:#ffffffc7;border-color:#d7e3f1f0;box-shadow:0 10px 26px #07162c0b}.auth-form-panel{background:radial-gradient(circle at 100% 0,#075fca0f,#0000 15rem),#fffffffa}.auth-back-link{background:#e9f3ffb3;border:1px solid #075fca1a;border-radius:999px;align-items:center;gap:7px;min-height:34px;padding:7px 10px;display:inline-flex}.auth-back-link i{font-size:12px}.auth-form-head .badge{box-shadow:none}.auth-form-head h2{letter-spacing:-.045em}.auth-form-head p{max-width:430px}.auth-field .input,.auth-field .textarea{background:#fff;border-color:#d2dfeef5;box-shadow:0 8px 18px #07162c09}.auth-field .input:focus,.auth-field .textarea:focus{border-color:#075fca6b;box-shadow:0 0 0 4px #075fca14,0 10px 24px #07162c0b}.auth-password-wrap .input{padding-right:58px}.auth-password-toggle--icon{width:38px;height:38px;min-height:38px;color:var(--blue);box-shadow:none;background:#f3f8ff;border:1px solid #075fca1f;border-radius:999px;place-items:center;padding:0;display:inline-grid;right:8px}.auth-password-toggle--icon:hover,.auth-password-toggle--icon:focus-visible{background:var(--blue);color:#fff;border-color:var(--blue)}.auth-submit{gap:8px}@media (width<=900px){.auth-page{align-items:start;padding:14px}.auth-shell{border-radius:28px;grid-template-columns:1fr;overflow:visible}.auth-hero-panel{border-bottom:1px solid #d7e3f1f0;border-right:0;gap:20px;min-height:auto;padding:24px}.auth-feature-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.auth-feature-list li{border-radius:18px;padding:12px}.auth-form-panel{padding:26px}}@media (width<=640px){.auth-page{place-items:stretch stretch;padding:12px}.auth-shell{border-left:1px solid #d7e3f1f0;border-right:1px solid #d7e3f1f0;border-radius:26px;min-height:auto}.auth-hero-panel{gap:12px;padding:16px}.auth-brand-link{justify-content:space-between;width:100%}.auth-logo{width:clamp(142px,46vw,178px);max-height:46px}.auth-hero-content{gap:9px}.auth-hero-content h1{font-size:clamp(24px,7.2vw,31px);line-height:1.08}.auth-hero-content p{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13.5px;line-height:1.48;display:-webkit-box;overflow:hidden}.auth-feature-list{display:none}.auth-form-panel{gap:14px;padding:18px 16px 20px}.auth-form-head{gap:7px}.auth-form-head h2{font-size:clamp(23px,6.5vw,30px)}.auth-form-head p,.auth-switch{font-size:13.4px;line-height:1.48}.auth-form{gap:12px}.auth-field{gap:6px}.auth-field .input,.auth-field .textarea{border-radius:15px;min-height:46px}.auth-bio{min-height:92px}.auth-submit{min-height:48px}}@media (width<=380px){.auth-password-wrap .input{padding-right:54px}.auth-password-toggle--icon{width:36px;height:36px;min-height:36px}}html[data-theme=dark] .auth-page{background:radial-gradient(circle at 10% 0,#65a9ff29,#0000 23rem),radial-gradient(circle at 96% 8%,#f973161a,#0000 22rem),linear-gradient(#07111f 0%,#0a1728 58%,#14100a 100%)}html[data-theme=dark] .auth-shell{background:#0d1828f0;border-color:#4b6789a3;box-shadow:0 28px 82px #00000057}html[data-theme=dark] .auth-hero-panel{background:radial-gradient(circle at 92% 6%,#65a9ff24,#0000 15rem),radial-gradient(circle at 0 100%,#f973161a,#0000 16rem),linear-gradient(155deg,#101d30fa 0%,#0d1828fa 68%,#1f1911fa 100%);border-color:#4b678994}html[data-theme=dark] .auth-brand-link,html[data-theme=dark] .auth-hero-content h1,html[data-theme=dark] .auth-feature-list strong{color:var(--heading)}html[data-theme=dark] .auth-feature-list li{box-shadow:none;background:#101d30bf;border-color:#4b67898c}html[data-theme=dark] .auth-back-link{background:#65a9ff1a;border-color:#65a9ff2e}.auth-shell--polished{background:#fffffff5;border-color:#d5e2f1f2;border-radius:32px;grid-template-columns:minmax(292px,.86fr) minmax(380px,1fr);width:min(1040px,100%);box-shadow:0 26px 76px #07162c1d}.auth-shell--polished .auth-hero-panel{background:radial-gradient(circle at 10% 0,#075fca1a,#0000 18rem),radial-gradient(circle at 100% 100%,#f973161a,#0000 18rem),linear-gradient(155deg,#fff 0%,#f7fbff 68%,#fff8ef 100%);border-right:1px solid #d5e2f1f2;min-height:600px;padding:clamp(30px,4vw,48px)}.auth-shell--polished .auth-brand-link{min-height:42px}.auth-shell--polished .auth-brand-link span,.auth-shell--polished .auth-kicker{color:var(--blue);background:#f2f7ff;border-color:#075fca1f}.auth-shell--polished .auth-logo{width:clamp(156px,15vw,204px);max-height:54px}.auth-shell--polished .auth-hero-content{gap:14px}.auth-shell--polished .auth-hero-content h1{max-width:520px;color:var(--heading);letter-spacing:-.058em;font-size:clamp(34px,4.3vw,54px)}.auth-shell--polished .auth-hero-content p{max-width:500px;color:var(--muted);font-size:clamp(15px,1.2vw,17px);line-height:1.68}.auth-shell--polished .auth-feature-list{gap:10px}.auth-shell--polished .auth-feature-list li{background:#ffffffd6;border-color:#d5e2f1eb;border-radius:18px;padding:14px 15px 14px 40px;position:relative;overflow:hidden;box-shadow:0 10px 24px #07162c0b}.auth-shell--polished .auth-feature-list li:before{content:"";background:var(--orange);border-radius:999px;width:9px;height:9px;position:absolute;top:18px;left:16px;box-shadow:0 0 0 5px #f973161a}.auth-shell--polished .auth-feature-list strong{color:var(--heading);font-size:14px}.auth-shell--polished .auth-feature-list span{color:var(--muted);font-size:13px;line-height:1.48}.auth-shell--polished .auth-form-panel{background:radial-gradient(circle at 100% 0,#075fca0e,#0000 16rem),#fff;gap:18px;padding:clamp(30px,4.2vw,52px)}.auth-shell--polished .auth-back-link{width:max-content;min-height:38px;color:var(--muted);border-radius:999px;align-items:center;gap:8px;margin-left:-10px;padding:0 10px;font-size:13px;font-weight:900;transition:background .18s,color .18s,transform .18s;display:inline-flex}.auth-shell--polished .auth-back-link:hover,.auth-shell--polished .auth-back-link:focus-visible{background:var(--blue-soft);color:var(--blue);transform:translate(-1px)}.auth-shell--polished .auth-form-head{gap:8px}.auth-shell--polished .auth-form-head .badge{letter-spacing:.07em;text-transform:uppercase;border-radius:999px;width:max-content;padding:7px 10px;font-size:11px}.auth-shell--polished .auth-form-head h2{letter-spacing:-.052em;font-size:clamp(30px,3.2vw,40px)}.auth-shell--polished .auth-form-head p{max-width:420px;color:var(--muted);font-size:15px;line-height:1.55}.auth-shell--polished .auth-form{gap:14px}.auth-shell--polished .auth-field{gap:7px}.auth-shell--polished .auth-field>span{color:#213149;font-size:13px;font-weight:900;line-height:1.2}.auth-shell--polished .auth-field .input,.auth-shell--polished .auth-field .textarea{background:#fff;border-color:#d2dfeefa;border-radius:16px;min-height:49px;font-size:14.5px;box-shadow:0 8px 18px #07162c07}.auth-shell--polished .auth-field .input:hover,.auth-shell--polished .auth-field .textarea:hover{border-color:#075fca3d}.auth-shell--polished .auth-field .input:focus,.auth-shell--polished .auth-field .textarea:focus{border-color:#075fca6b;box-shadow:0 0 0 4px #075fca13}.auth-shell--polished .auth-bio{resize:vertical;min-height:94px}.auth-shell--polished .auth-password-wrap .input{padding-right:58px}.auth-shell--polished .auth-password-toggle--icon{width:36px;height:36px;min-height:36px;color:var(--blue);background:#f3f8ff;border-color:#075fca1f;right:7px}.auth-shell--polished .auth-password-toggle--icon i{font-size:14px}.auth-shell--polished .auth-submit{border-radius:16px;min-height:50px;margin-top:4px;font-size:14.5px;font-weight:950;box-shadow:0 15px 32px #075fca29}.auth-shell--polished .auth-submit:disabled{box-shadow:none}.auth-shell--polished .auth-switch{color:var(--muted);padding-top:2px;font-size:14px}.auth-shell--polished .auth-switch a{font-weight:950}@media (width<=900px){.auth-shell--polished{border-radius:28px;grid-template-columns:1fr;width:min(680px,100%);overflow:hidden}.auth-shell--polished .auth-hero-panel{border-bottom:1px solid #d5e2f1f2;border-right:0;gap:18px;min-height:auto;padding:24px}.auth-shell--polished .auth-hero-content h1{font-size:clamp(28px,7vw,40px)}.auth-shell--polished .auth-feature-list{grid-template-columns:repeat(3,minmax(0,1fr))}.auth-shell--polished .auth-feature-list li{padding:12px 12px 12px 34px}.auth-shell--polished .auth-feature-list li:before{top:16px;left:13px}.auth-shell--polished .auth-form-panel{padding:26px 24px 28px}}@media (width<=640px){.auth-page{place-items:stretch stretch;min-height:100svh;padding:12px}.auth-shell--polished{border-left:1px solid #d5e2f1f2;border-right:1px solid #d5e2f1f2;border-radius:24px;min-height:calc(100svh - 24px);box-shadow:0 14px 38px #07162c16}.auth-shell--polished .auth-hero-panel{gap:12px;padding:18px 16px}.auth-shell--polished .auth-brand-link{justify-content:space-between;gap:10px;width:100%;min-height:38px}.auth-shell--polished .auth-logo{width:clamp(136px,45vw,176px);max-height:44px}.auth-shell--polished .auth-brand-link span{min-height:26px;padding:5px 8px;font-size:10.5px}.auth-shell--polished .auth-kicker{padding:7px 9px;font-size:10.5px}.auth-shell--polished .auth-hero-content{gap:8px}.auth-shell--polished .auth-hero-content h1{font-size:clamp(24px,7.4vw,32px);line-height:1.08}.auth-shell--polished .auth-hero-content p{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13.5px;line-height:1.5;display:-webkit-box;overflow:hidden}.auth-shell--polished .auth-feature-list{display:none}.auth-shell--polished .auth-form-panel{justify-content:start;gap:13px;padding:18px 16px 20px}.auth-shell--polished .auth-back-link{min-height:34px;font-size:12.5px}.auth-shell--polished .auth-form-head h2{font-size:clamp(24px,6.5vw,31px)}.auth-shell--polished .auth-form-head p{font-size:13.5px;line-height:1.48}.auth-shell--polished .auth-form{gap:12px}.auth-shell--polished .auth-field .input,.auth-shell--polished .auth-field .textarea{border-radius:15px;min-height:46px;font-size:14px}.auth-shell--polished .auth-bio{min-height:78px}.auth-shell--polished .auth-submit{min-height:48px}.auth-shell--polished .auth-switch{font-size:13.4px;line-height:1.45}}@media (width<=380px){.auth-page{padding:0}.auth-shell--polished{border-left:0;border-right:0;border-radius:0;min-height:100svh}.auth-shell--polished .auth-hero-panel{padding:16px 14px}.auth-shell--polished .auth-form-panel{padding:16px 14px 18px}}html[data-theme=dark] .auth-shell--polished{background:#0d1828f0;border-color:#4b6789ad;box-shadow:0 30px 80px #0000005c}html[data-theme=dark] .auth-shell--polished .auth-hero-panel{background:radial-gradient(circle at 10% 0,#65a9ff21,#0000 18rem),radial-gradient(circle at 100% 100%,#f973161a,#0000 18rem),linear-gradient(155deg,#101d30fa 0%,#0d1828fa 70%,#1f1911fa 100%);border-color:#4b678999}html[data-theme=dark] .auth-shell--polished .auth-form-panel{background:radial-gradient(circle at 100% 0,#65a9ff17,#0000 16rem),#0d1828f5}html[data-theme=dark] .auth-shell--polished .auth-brand-link span,html[data-theme=dark] .auth-shell--polished .auth-kicker{color:#b9d7ff;background:#65a9ff1f;border-color:#65a9ff29}html[data-theme=dark] .auth-shell--polished .auth-feature-list li,html[data-theme=dark] .auth-shell--polished .auth-field .input,html[data-theme=dark] .auth-shell--polished .auth-field .textarea{color:var(--text);background:#101d30e6;border-color:#4b678994}html[data-theme=dark] .auth-shell--polished .auth-back-link{color:var(--soft)}html[data-theme=dark] .auth-shell--polished .auth-back-link:hover,html[data-theme=dark] .auth-shell--polished .auth-back-link:focus-visible{color:#b9d7ff;background:#65a9ff1f}html[data-theme=dark] .auth-shell--polished .auth-field>span{color:var(--heading)}html[data-theme=dark] .auth-shell--polished .auth-password-toggle--icon{color:#b9d7ff;background:#65a9ff21;border-color:#65a9ff29}html[data-theme=dark] .auth-shell--polished .auth-password-toggle--icon:hover,html[data-theme=dark] .auth-shell--polished .auth-password-toggle--icon:focus-visible{color:#07162c;background:#65a9ff}.auth-shell--polished{border-radius:28px;box-shadow:0 22px 68px #07162c1b}.auth-shell--polished .auth-hero-panel{background:linear-gradient(#ffffffdb,#ffffff5c),linear-gradient(155deg,#fff 0%,#f7fbff 68%,#fffaf4 100%);overflow:hidden}.auth-shell--polished .auth-hero-panel:before,.auth-shell--polished .auth-hero-panel:after{content:"";pointer-events:none;z-index:0;box-shadow:none;background:linear-gradient(90deg,#075fca29,#f9731621);border-radius:0;position:absolute}.auth-shell--polished .auth-hero-panel:before{border:0;width:min(260px,52%);height:1px;inset:28px 28px auto auto}.auth-shell--polished .auth-hero-panel:after{background:linear-gradient(#075fca24,#f973161f);border:0;width:1px;height:min(260px,44%);inset:auto 28px 28px auto}.auth-shell--polished .auth-brand-link,.auth-shell--polished .auth-hero-content,.auth-shell--polished .auth-feature-list{z-index:1;position:relative}.auth-shell--polished .auth-brand-link span,.auth-shell--polished .auth-kicker,.auth-shell--polished .auth-form-head .badge,.auth-shell--polished .auth-back-link,.auth-shell--polished .auth-password-toggle--icon{border-radius:12px}.auth-shell--polished .auth-kicker{color:#34506f;background:#f7fafff5;border-color:#d1dfeff2;gap:9px}.auth-shell--polished .auth-kicker:before{content:"";background:linear-gradient(90deg, var(--blue), #f97316b8);width:18px;height:2px;box-shadow:none;border-radius:0}.auth-shell--polished .auth-feature-list li{background:#ffffffe0;border-left:4px solid #075fca2e;border-radius:16px;padding:14px 15px;box-shadow:0 10px 24px #07162c0a}.auth-shell--polished .auth-feature-list li:before{display:none}.auth-shell--polished .auth-feature-list li:nth-child(2){border-left-color:#f9731633}.auth-shell--polished .auth-feature-list li:nth-child(3){border-left-color:#075fca24}.auth-shell--polished .auth-form-panel{background:linear-gradient(#fffffffa,#fffffff5),linear-gradient(135deg,#075fca0b,#0000 42%,#f9731609)}.auth-shell--polished .auth-form-head .badge{color:#34506f;background:#f6f9fd;border:1px solid #d1dfeff2}.auth-shell--polished .auth-field .input,.auth-shell--polished .auth-field .textarea,.auth-shell--polished .auth-submit{border-radius:14px}@media (width<=900px){.auth-shell--polished .auth-hero-panel:before{width:min(220px,48%);top:22px;right:22px}.auth-shell--polished .auth-hero-panel:after{height:min(180px,38%);bottom:22px;right:22px}.auth-shell--polished .auth-feature-list li{padding:12px}}@media (width<=640px){.auth-shell--polished{border-radius:22px}.auth-shell--polished .auth-hero-panel:before,.auth-shell--polished .auth-hero-panel:after{opacity:.55}.auth-shell--polished .auth-brand-link span,.auth-shell--polished .auth-kicker,.auth-shell--polished .auth-form-head .badge,.auth-shell--polished .auth-back-link,.auth-shell--polished .auth-password-toggle--icon{border-radius:10px}}@media (width<=380px){.auth-shell--polished{border-radius:0}.auth-shell--polished .auth-hero-panel:before,.auth-shell--polished .auth-hero-panel:after{display:none}}html[data-theme=dark] .auth-shell--polished .auth-hero-panel{background:linear-gradient(#101d30b8,#101d3057),linear-gradient(155deg,#101d30fa 0%,#0d1828fa 70%,#181512fa 100%)}html[data-theme=dark] .auth-shell--polished .auth-kicker,html[data-theme=dark] .auth-shell--polished .auth-form-head .badge{color:#c9dbef;background:#101d30e6;border-color:#4b678994}html[data-theme=dark] .auth-shell--polished .auth-feature-list li{border-left-color:#65a9ff4d}html[data-theme=dark] .auth-shell--polished .auth-feature-list li:nth-child(2){border-left-color:#f99b5547}
