:root{--background: #f7f9fc;--surface: #ffffff;--surface-alt: #edf3f8;--text: #15202b;--muted: #506173;--border: #c7d2df;--border-strong: #8ea1b5;--accent: #075b9e;--accent-hover: #034a83;--accent-contrast: #ffffff;--focus: #b54708;--danger: #9b1c1c;--danger-hover: #7f1414;--shadow: 0 18px 45px rgba(20, 42, 66, .12);--shadow-small: 0 8px 24px rgba(20, 42, 66, .09);--radius-small: .55rem;--radius: 1rem;--radius-large: 1.5rem;--content-width: 90rem;--footer-background: #1d3442;--footer-text: #f4f7f8;--footer-muted: #c8d4da;--footer-link: #9ed8ff;--footer-border: #587383}@media(prefers-color-scheme:dark){:root{--background: #0c1219;--surface: #121b24;--surface-alt: #182532;--text: #f1f5f9;--muted: #b8c5d2;--border: #3b4c5e;--border-strong: #64778b;--accent: #84c5f4;--accent-hover: #b9ddf8;--accent-contrast: #07131d;--focus: #ffbf47;--danger: #ff9696;--danger-hover: #ffc1c1;--shadow: 0 18px 45px rgba(0, 0, 0, .35);--shadow-small: 0 8px 24px rgba(0, 0, 0, .28)}}*{box-sizing:border-box}body{color:var(--text);background:var(--background);line-height:1.65;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans Devanagari,Noto Sans,Mangal,Arial,sans-serif;text-rendering:optimizeLegibility}#root,.site-shell{min-height:100vh}.site-shell{display:flex;flex-direction:column}main{flex:1}h1,h2,h3,h4{margin-top:0;line-height:1.2;letter-spacing:-.02em}h1{font-size:clamp(2.35rem,7vw,4.9rem)}h2{font-size:clamp(1.75rem,3.5vw,2.65rem)}h3{font-size:clamp(1.25rem,2.2vw,1.65rem)}p{margin-top:0}a{color:var(--accent);text-underline-offset:.2em}a:hover{color:var(--accent-hover)}:focus-visible{outline:3px solid var(--focus);outline-offset:4px}h1:focus,h1:focus-visible,h2:focus,h2:focus-visible,h3:focus,h3:focus-visible,h4:focus,h4:focus-visible,main:focus,main:focus-visible,[tabindex="-1"]:focus,[tabindex="-1"]:focus-visible{outline:none!important;box-shadow:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:.75rem;left:.75rem;z-index:1000;padding:.75rem 1rem;color:var(--accent-contrast);background:var(--accent);border-radius:var(--radius-small);transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}.site-header{position:relative;width:100%;margin:0 0 1.25rem;padding:0;background:var(--footer-background);color:var(--footer-text);border-bottom:1px solid var(--footer-border)}.header-inner{width:min(var(--content-width),calc(100% - 2rem));margin:0 auto;padding:.5rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.header-branding-block{display:flex;justify-content:flex-start;align-items:center}.site-brand{display:inline-flex;align-items:center;gap:.6rem;color:var(--footer-text);text-decoration:none;transition:opacity .2s ease}.site-brand:hover{opacity:.95}.site-brand-text-group{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem;text-align:left}.site-brand-name{color:#fff;font-size:clamp(1.15rem,2.5vw,1.4rem);font-weight:800;line-height:1.2;letter-spacing:-.01em}.header-right-group{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.header-nav-row{display:flex;align-items:center}.navbar-list{display:flex;align-items:center;gap:.25rem;margin:0;padding:0;list-style:none;white-space:nowrap}.nav-link{display:inline-block;padding:.35rem .65rem;color:var(--footer-muted);font-size:.88rem;font-weight:650;text-decoration:none;border-radius:var(--radius-small);transition:all .15s ease}.nav-link:hover{color:#fff;background:#ffffff14}.nav-link.active{color:#fff;background:#ffffff29;font-weight:750}.mobile-menu-btn{display:none;background:#2563eb;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:8px;padding:.45rem;box-shadow:0 2px 8px #2563eb59;cursor:pointer;align-items:center;justify-content:center}@media(max-width:768px){.header-inner{padding:.65rem 0}.mobile-menu-btn{display:inline-flex}.header-nav-row{display:none;width:100%;order:3;padding-top:.5rem}.header-nav-row.mobile-open{display:flex}.navbar-list{flex-direction:column;width:100%;gap:.4rem}.nav-link{width:100%;padding:.5rem .75rem}}.page-shell{width:min(94vw,1440px);max-width:90rem;margin:0 auto;padding:1.5rem 0}.page-header{max-width:48rem;margin-bottom:3rem}.page-header h1{margin-bottom:.8rem}.page-header p{color:var(--muted);font-size:1.15rem}.button-row{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center}.button{display:inline-flex;align-items:center;justify-content:center;min-height:2.5rem;padding:.5rem 1rem;border:1.5px solid transparent;border-radius:6px;font-family:inherit;font-size:.88rem;font-weight:650;line-height:1.25;text-decoration:none;cursor:pointer;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,transform .1s ease}.button:active{transform:scale(.98)}.compact-btn{min-height:2.1rem;padding:.35rem .75rem;font-size:.82rem;border-radius:5px}.primary-button{color:var(--accent-contrast, #ffffff);background:var(--accent, #3b82f6);border-color:var(--accent, #3b82f6)}.primary-button:hover{color:var(--accent-contrast, #ffffff);background:var(--accent-hover, #2563eb);border-color:var(--accent-hover, #2563eb)}.secondary-button{color:var(--text, #f8fafc);background:var(--surface, #1e293b);border-color:var(--border-strong, rgba(255, 255, 255, .2))}.secondary-button:hover{color:var(--text, #f8fafc);background:var(--surface-alt, #334155);border-color:var(--border-strong, rgba(255, 255, 255, .35))}.danger-button{color:#ef4444;background:transparent;border-color:#ef444466}.danger-button:hover{color:#fff;background:#dc2626;border-color:#dc2626}.profile-image{display:block;width:100%;height:auto;object-fit:contain;border-radius:1.5rem}.achievement-card{display:flex;flex-direction:column;height:100%;overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-large);box-shadow:var(--shadow-small);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.achievement-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow);transform:translateY(-2px)}.card-figure{margin:0;width:100%;aspect-ratio:16 / 9;height:190px;overflow:hidden;background:color-mix(in srgb,var(--surface-alt) 80%,var(--surface));position:relative;flex-shrink:0}.card-image-link{display:block;width:100%;height:100%;text-decoration:none}.card-image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.achievement-card:hover .card-image{transform:scale(1.03)}.card-placeholder-figure{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:radial-gradient(circle at center,color-mix(in srgb,var(--footer-background) 85%,#000),var(--footer-background));text-decoration:none}.card-body-wrapper{display:flex;flex-direction:column;flex:1;padding:1.2rem 1.25rem 1.35rem}.achievement-card-header{padding:0 0 .5rem}.achievement-card-title{margin-bottom:.35rem;font-size:1.2rem;font-weight:800;line-height:1.3}.card-title-link{color:var(--text);text-decoration:none;transition:color .2s ease}.card-title-link:hover{color:var(--accent)}.card-excerpt{color:var(--muted);font-size:.92rem;line-height:1.5;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-body{font-family:inherit;font-size:clamp(1.05rem,1.6vw,1.18rem);line-height:1.75;color:var(--text-muted, #e2e8f0)}.article-body p{margin-bottom:1.35rem}.experience-role{margin-bottom:.2rem;color:var(--accent);font-size:1.08rem;font-weight:800}.about-title{color:var(--accent);font-size:1.3rem;font-weight:800}.about-section{padding-top:1.5rem;border-top:1px solid var(--border)}.about-section h2{margin-bottom:1.25rem;font-size:clamp(1.55rem,3vw,2.1rem)}.social-list{display:flex;flex-wrap:wrap;gap:.75rem;margin:0;padding:0;list-style:none}.social-link{display:inline-flex;align-items:center;gap:.6rem;color:var(--text);font-weight:750;text-decoration:none}.social-link:hover{color:var(--accent)}.social-icon{display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;color:var(--accent-contrast);background:var(--accent);border-radius:50%;font-size:.7rem;font-weight:900}.site-footer{margin-top:auto;padding:3rem 0 1.5rem;color:var(--footer-text);background:var(--footer-background);border-top:1px solid var(--footer-border)}.site-footer h2,.site-footer p,.site-footer address{color:inherit}.site-footer a{color:var(--footer-link)}.site-footer a:hover{color:#d8efff}.site-footer .social-link{color:var(--footer-text)}.site-footer .social-link:hover{color:var(--footer-link)}.site-footer .social-icon{color:#10212b;background:var(--footer-link)}.footer-grid,.footer-bottom{width:min(var(--content-width),calc(100% - 2rem));margin:0 auto}.footer-grid{display:grid;grid-template-columns:1.1fr .9fr .8fr;gap:2rem}.footer-grid h2{margin-bottom:.5rem;font-size:1.45rem}.footer-contact{color:var(--footer-muted);font-style:normal}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:1.2rem;color:var(--footer-muted);border-top:1px solid var(--footer-border);font-size:.95rem;font-weight:700}.form-field{margin-bottom:1.1rem}.form-field label,fieldset legend{display:block;margin-bottom:.4rem;font-weight:800}input,textarea,select{width:100%;padding:.72rem .8rem;color:var(--text);background:var(--surface);border:2px solid var(--border-strong);border-radius:var(--radius-small)}textarea{resize:vertical}input:disabled,select:disabled,textarea:disabled{opacity:.7;cursor:not-allowed}fieldset{min-width:0;margin:0 0 1.5rem;padding:1rem;border:1px solid var(--border);border-radius:var(--radius)}.checkbox-field{display:flex;align-items:center;gap:.65rem;margin-bottom:1rem}.checkbox-field input{width:1.25rem;height:1.25rem;flex:0 0 auto}.checkbox-field label{font-weight:700}.field-help{margin:-.15rem 0 .45rem;color:var(--muted);font-size:.94rem}.status-message{min-height:1.6rem;color:var(--accent);font-weight:800}.admin-section{scroll-margin-top:6rem;margin-bottom:2rem;padding:clamp(1.2rem,4vw,2rem);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-large);box-shadow:var(--shadow-small)}.admin-section>h2{margin-bottom:.45rem;font-size:clamp(1.55rem,3vw,2.1rem)}.admin-two-column{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(18rem,.9fr);gap:2rem;align-items:start}.editor-form{min-width:0}.admin-item-list{display:grid;gap:.85rem;margin:0;padding:0;list-style:none}.admin-item-list article{padding:1rem;background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius)}.admin-item-list h4{margin-bottom:.35rem;font-size:1.05rem}hr{margin:2rem 0;border:0;border-top:1px solid var(--border)}@media(max-width:900px){.site-header{position:relative;top:auto;width:100%;margin:0 0 1rem;border-radius:0}.header-inner{padding:.4rem 0 .2rem;gap:.25rem;align-items:flex-start}.header-branding-block{width:100%}.site-brand{gap:.6rem}.site-brand-text-group{flex-direction:column;align-items:flex-start;gap:.05rem}.site-brand-name{font-size:1.05rem;white-space:normal}.header-nav-row{width:100%}.navbar-list{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;gap:.1rem .45rem;width:100%;-webkit-overflow-scrolling:touch;scrollbar-width:none}.nav-link{padding:.2rem .5rem;font-size:.82rem;white-space:nowrap}.footer-bottom{align-items:center;flex-direction:column}.admin-two-column,.footer-grid{grid-template-columns:1fr}}@media(max-width:600px){.page-shell,.footer-grid,.footer-bottom,.header-inner{width:min(100% - 1.25rem,var(--content-width))}.nav-link{padding:.55rem .6rem}.button-row .button{width:100%}.admin-section{padding:1rem;border-radius:var(--radius)}}@media(forced-colors:active){.button,.achievement-card,.admin-section{border:2px solid CanvasText}.social-icon{forced-color-adjust:none}}.visibility-control{padding:.75rem;background:color-mix(in srgb,var(--accent) 7%,var(--surface));border:1px solid var(--border);border-radius:var(--radius-small)}input[aria-invalid=true],textarea[aria-invalid=true],select[aria-invalid=true]{border-color:var(--danger)}.admin-app{min-height:100vh;background:var(--background);color:var(--text)}.admin-login-page{min-height:100vh;display:grid;place-items:center;padding:2rem 1rem}.admin-login-card{width:min(100%,34rem);padding:clamp(1.4rem,5vw,2.5rem);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-large);box-shadow:var(--shadow)}.admin-login-card h1{margin-bottom:.75rem;font-size:clamp(2rem,7vw,3.25rem)}.admin-brand{margin-bottom:.35rem;color:var(--accent);font-size:.95rem;font-weight:850;letter-spacing:.03em}.admin-back-link{display:inline-block;margin-top:1.5rem;font-weight:750}.success-message{padding:.8rem 1rem;color:var(--text);background:color-mix(in srgb,#24843c 16%,var(--surface));border-left:4px solid #24843c;font-weight:750}.admin-shell{min-height:100vh}.admin-topbar{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:5rem;padding:.85rem clamp(1rem,3vw,2rem);color:var(--footer-text);background:var(--footer-background);border-bottom:1px solid var(--footer-border)}.admin-topbar h1{margin:0;color:inherit;font-size:clamp(1.45rem,3vw,2rem)}.admin-topbar .admin-brand{color:var(--footer-link)}.admin-account-summary{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.75rem}.admin-account-summary>span{color:var(--footer-muted);font-weight:700}.admin-topbar .secondary-button{color:var(--footer-text);background:transparent;border-color:var(--footer-border)}.admin-topbar .secondary-button:hover{color:#fff;background:color-mix(in srgb,var(--footer-link) 18%,transparent)}.admin-layout{width:min(100%,100rem);margin:0 auto;display:grid;grid-template-columns:minmax(14rem,18rem) minmax(0,1fr);align-items:start}.admin-sidebar{position:sticky;top:5rem;max-height:calc(100vh - 5rem);overflow-y:auto;padding:1.25rem;border-right:1px solid var(--border)}.admin-sidebar ul{display:grid;gap:.35rem;margin:0;padding:0;list-style:none}.admin-nav-link{display:block;padding:.72rem .85rem;color:var(--text);border-radius:var(--radius-small);font-weight:750;text-decoration:none}.admin-nav-link:hover,.admin-nav-link.active{color:var(--accent-contrast);background:var(--accent)}.admin-content{width:min(100%,76rem);padding:clamp(1rem,3vw,2rem)}.admin-content .admin-section{margin-bottom:0}.admin-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));gap:1rem;margin:1.5rem 0 2rem}.admin-summary-grid>div{padding:1rem;background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius)}.admin-summary-grid dt{color:var(--muted);font-weight:750}.admin-summary-grid dd{margin:.25rem 0 0;font-size:2rem;font-weight:850}button:disabled,.button:disabled{opacity:.62;cursor:wait}@media(max-width:840px){.admin-topbar,.admin-account-summary{align-items:flex-start}.admin-topbar{position:static;flex-direction:column}.admin-account-summary{justify-content:flex-start}.admin-layout{grid-template-columns:1fr}.admin-sidebar{position:static;max-height:none;overflow:visible;border-right:0;border-bottom:1px solid var(--border)}.admin-sidebar ul{display:flex;gap:.45rem;overflow-x:auto;padding-bottom:.4rem}.admin-sidebar li{flex:0 0 auto}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.admin-help-text{color:var(--muted)}.admin-section-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border);flex-wrap:wrap}.admin-section-header h2{margin:0 0 .25rem}.admin-filter-bar{display:flex;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap}.admin-search-input{flex:1;min-width:14rem;padding:.6rem .85rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-small);color:var(--text)}.admin-table-wrapper{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius-small);background:var(--surface)}.admin-table{width:100%;border-collapse:collapse;text-align:left;font-size:.92rem}.admin-table th,.admin-table td{padding:.85rem 1rem;border-bottom:1px solid var(--border);vertical-align:middle}.admin-table th{background:var(--surface-alt);font-weight:700;color:var(--text)}.status-badge{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-size:.78rem;font-weight:700;text-transform:capitalize}.status-badge.published{background:color-mix(in srgb,#10b981 20%,transparent);color:#10b981}.status-badge.draft{background:color-mix(in srgb,#f59e0b 20%,transparent);color:#f59e0b}.compact-btn{padding:.35rem .65rem;font-size:.82rem}.form-action-row{margin-top:2rem;padding-top:1.25rem;border-top:1px solid var(--border)}.admin-layout{display:flex;flex:1;min-height:calc(100vh - 70px)}.admin-sidebar{width:15rem;min-width:15rem;background:var(--surface-alt);border-right:1px solid var(--border);transition:width .2s cubic-bezier(.4,0,.2,1),min-width .2s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;flex-shrink:0;box-sizing:border-box}.admin-sidebar.collapsed{width:3.75rem;min-width:3.75rem}.admin-sidebar-nav-list{list-style:none;margin:0;padding:.5rem;display:flex;flex-direction:column;gap:.2rem;flex:1}.admin-sidebar-nav-list li{margin:0;padding:0;list-style:none}.admin-nav-link{display:flex;align-items:center;gap:.75rem;padding:.55rem .75rem;border-radius:var(--radius-small);color:var(--muted);text-decoration:none;font-weight:500;font-size:.9rem;line-height:1.2;transition:background .15s ease,color .15s ease;white-space:nowrap;overflow:hidden;box-sizing:border-box}.admin-sidebar.collapsed .admin-nav-link{justify-content:center;padding:.6rem 0;gap:0}.admin-sidebar.collapsed .admin-nav-text{display:none}.admin-nav-icon{width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;max-width:18px!important;max-height:18px!important;flex-shrink:0!important;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;display:block}.admin-nav-link:hover{background:color-mix(in srgb,var(--surface) 80%,transparent);color:var(--text)}.admin-nav-link.active{background:var(--accent);color:#fff;font-weight:700}.admin-nav-link.active .admin-nav-icon{stroke:#fff}.admin-quick-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.media-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.media-modal-tabs{display:flex;border-bottom:1px solid var(--border);background:#0003}.media-upload-pane{padding:3rem 2rem;display:flex;justify-content:center;align-items:center}.media-library-pane{display:flex;flex-direction:column;flex:1;overflow:hidden}.media-grid{padding:1.25rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:1rem;overflow-y:auto;align-content:start}.media-grid-card{background:#ffffff08;border:2px solid transparent;border-radius:var(--radius-small);padding:.4rem;cursor:pointer;display:flex;flex-direction:column;align-items:center;text-align:center;transition:border-color .15s ease}.media-grid-card.selected{border-color:var(--accent);background:#3b82f626}.media-card-img{width:100%;height:90px;object-fit:cover;border-radius:4px}.media-card-doc-icon{width:100%;height:90px;background:#ffffff14;border-radius:4px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;color:#94a3b8}.media-card-name{font-size:.75rem;margin-top:.35rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.media-modal-footer{padding:.75rem 1.25rem;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:flex-end;gap:.75rem;background:#0003}.toc-container{background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-small);padding:1.25rem 1.5rem;margin:2rem 0}.toc-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.toc-link{color:var(--accent);text-decoration:none;font-size:.92rem;font-weight:600}.toc-link:hover{text-decoration:underline}.main-article-column{min-width:0}.about-header-info h1{font-size:2rem;margin-bottom:.35rem}.about-subtitle{color:var(--muted);font-size:1.05rem;margin-bottom:.75rem}.about-meta-pills{display:flex;flex-wrap:wrap;gap:.5rem}.meta-pill{font-size:.85rem;padding:.25rem .65rem;background:var(--surface-alt);border:1px solid var(--border);border-radius:20px;color:var(--text)}.news-posts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.75rem;margin-bottom:3.5rem}@media(max-width:900px){.news-posts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.news-posts-grid{grid-template-columns:1fr}}.news-post-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-small);overflow:hidden;display:flex;flex-direction:column;transition:border-color .15s ease,box-shadow .15s ease}.news-post-card:hover{border-color:var(--border-strong, #8ea1b5);box-shadow:var(--shadow-small)}.card-placeholder-text{width:100%;height:100%;aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;color:#fff;background:var(--accent)}.article-tags-row{display:flex;flex-wrap:wrap;gap:.65rem;margin:2.5rem 0 1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.cms-editor-form{margin-top:1rem}.cms-header-row{margin-bottom:1rem}.cms-layout-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:1.5rem;align-items:start}@media(max-width:900px){.cms-layout-grid{grid-template-columns:1fr}}.cms-main-column{display:flex;flex-direction:column;gap:1.25rem}.cms-content-field{margin:0}.cms-toolbar-wrap{margin-bottom:.5rem}.cms-textarea{width:100%;min-height:380px;max-height:520px;overflow-y:auto;font-family:inherit;font-size:.95rem;line-height:1.65;padding:1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-small);color:var(--text);resize:vertical}.cms-sidebar-column{display:flex;flex-direction:column;gap:1.25rem}.cms-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-small);overflow:hidden}.site-brand-tagline,.footer-tagline,.footer-description,.card-date-row{color:var(--muted)}.site-header .site-brand-tagline{color:var(--footer-muted);font-size:.78rem;line-height:1.25}.archive-page,.about-page-shell,.policy-page,.not-found-page{width:min(var(--content-width),calc(100% - 2rem));margin-inline:auto}.empty-state-card,.not-found-card,.policy-article{padding:clamp(1rem,2.5vw,1.6rem);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-small)}.empty-state-card,.not-found-card{text-align:center}.about-profile-card{margin-bottom:1.5rem;padding:clamp(1.1rem,3vw,2rem);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-large);box-shadow:var(--shadow-small)}.about-heading,.policy-article h1,.not-found-card h1{font-size:clamp(2rem,5vw,3.6rem)}.news-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.footer-link-list,.about-contact-links{margin:0;padding:0;list-style:none}.detail-article{min-width:0}.detail-hero,.compact-detail-hero{margin-bottom:1.5rem}.about-contact-links{display:flex;flex-wrap:wrap;gap:.5rem}.tag-pill{display:inline-flex;align-items:center;min-height:2rem;padding:.3rem .7rem;border:1px solid var(--border);border-radius:999px;background:var(--surface-alt);color:var(--text);font-size:.83rem;text-decoration:none}.tag-pill:hover{color:var(--accent);border-color:var(--accent)}.article-body-content,.formatted-article-content,.about-content-body,.policy-article{overflow-wrap:anywhere}.article-body-content img,.formatted-article-content img,.about-content-body img,.policy-article img{max-width:100%;height:auto;border-radius:var(--radius-small)}.content-paragraph{margin-bottom:1.1rem}.content-divider{margin:2rem 0;border:0;border-top:1px solid var(--border)}.content-quote{margin:1.5rem 0;padding:.9rem 1.1rem;border-inline-start:4px solid var(--accent);background:var(--surface-alt);border-radius:0 var(--radius-small) var(--radius-small) 0}.content-link{font-weight:650}.inline-code,.code-block{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.inline-code{padding:.1rem .3rem;background:var(--surface-alt);border:1px solid var(--border);border-radius:.3rem}.code-block{overflow-x:auto;padding:1rem;background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-small)}.site-notice{margin:1rem 0;padding:.8rem 1rem;border:1px solid var(--border);border-radius:var(--radius-small);background:var(--surface-alt)}.warning-notice{border-inline-start:4px solid var(--focus)}.about-profile-header{display:flex;gap:1rem;align-items:center}.related-posts-section{margin-top:2.5rem}.site-footer .footer-publication-name{margin-bottom:.25rem;color:var(--footer-text);font-size:1.25rem;font-weight:800}.site-footer .footer-tagline,.site-footer .footer-description{color:var(--footer-muted)}.site-footer .footer-subheading{color:var(--footer-text);font-size:1rem}.footer-link-list{display:grid;gap:.45rem}.site-footer .footer-link-list a{color:var(--footer-link)}.not-found-icon{margin:0 auto .75rem;font-size:3rem}.admin-login-card{width:min(34rem,100%)}.admin-empty-state{padding:1.25rem;color:var(--muted);text-align:center;border:1px dashed var(--border-strong);border-radius:var(--radius-small)}.media-filter-group{min-width:0}.media-search-input{min-width:10rem}.status-badge.scheduled{border-color:var(--focus)}button:disabled,.button:disabled,select:disabled,input:disabled{cursor:not-allowed;opacity:.58}@media(max-width:960px){.news-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.news-card-grid{grid-template-columns:1fr}.about-profile-header{align-items:flex-start}}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(prefers-contrast:more){:root{--border: var(--border-strong)}a{text-decoration-thickness:.12em}}.archive-pagination{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:var(--space-4, 1rem);margin-top:var(--space-8, 2rem)}@media(max-width:560px){.archive-pagination{grid-template-columns:1fr 1fr}}[aria-disabled=true].button{opacity:.62;pointer-events:none}.formatted-article-content figure{margin:1.5rem 0}.formatted-article-content figcaption{margin-top:.45rem;color:var(--muted);font-size:.9rem}.formatted-article-content .content-table{display:table;width:100%;margin:1.5rem 0;border-collapse:collapse;overflow:auto}.formatted-article-content .content-table th,.formatted-article-content .content-table td{padding:.65rem;border:1px solid var(--border);text-align:start;vertical-align:top}.formatted-article-content .content-table th{background:var(--surface-alt);font-weight:800}.formatted-article-content .content-embed{width:100%;aspect-ratio:16 / 9;border:0}.formatted-article-content video,.formatted-article-content audio{max-width:100%}.formatted-article-content img{max-width:100%;height:auto}.formatted-article-content .aligncenter{display:block;margin-inline:auto}.formatted-article-content .alignleft{float:left;margin:0 1rem 1rem 0}.formatted-article-content .alignright{float:right;margin:0 0 1rem 1rem}.formatted-article-content:after{content:"";display:table;clear:both}@media(max-width:640px){.formatted-article-content .alignleft,.formatted-article-content .alignright{float:none;margin:1rem auto}}.formatted-article-content .wp-block-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;padding:0;list-style:none}.formatted-article-content .wp-block-gallery>*{min-width:0;margin:0}.formatted-article-content .wp-block-gallery img{width:100%;height:auto}.formatted-article-content .wp-block-columns{display:flex;gap:1.25rem;align-items:flex-start;margin:1.4rem 0}.formatted-article-content .wp-block-column{flex:1 1 0;min-width:0}.formatted-article-content .wp-block-buttons{display:flex;flex-wrap:wrap;gap:.65rem;margin:1.25rem 0}.formatted-article-content .wp-block-button__link{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:.6rem 1rem;border-radius:var(--radius-small);background:var(--accent);color:var(--accent-contrast);font-weight:750;text-decoration:none}.formatted-article-content .wp-block-button__link:hover,.formatted-article-content .wp-block-button__link:focus-visible{text-decoration:underline}.formatted-article-content .wp-block-pullquote{margin:1.75rem 0;padding:1.2rem 1.4rem;border-block:3px solid var(--border-strong);text-align:center}.formatted-article-content dl{margin:1.25rem 0}.formatted-article-content dt{margin-top:.7rem;font-weight:800}.formatted-article-content dd{margin:.2rem 0 0 1.25rem}.formatted-article-content details{margin:1.2rem 0;padding:.8rem 1rem;border:1px solid var(--border);border-radius:var(--radius-small)}.formatted-article-content summary{cursor:pointer;font-weight:800}.formatted-article-content .wp-block-separator{clear:both}.formatted-article-content .wp-block-cover{position:relative;overflow:hidden;border-radius:var(--radius-small)}.formatted-article-content .wp-block-image{max-width:100%}@media(max-width:640px){.formatted-article-content .wp-block-gallery,.formatted-article-content .wp-block-columns{display:grid;grid-template-columns:1fr}.formatted-article-content dd{margin-inline-start:.75rem}}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.portal-home{width:min(96vw,1600px)!important;max-width:100rem!important;margin-inline:auto!important;padding:1.5rem clamp(1rem,2.5vw,2.5rem)!important}.main-article-column{min-width:0;max-width:100%}#post-main-title{font-size:clamp(2.35rem,4.2vw,3.5rem)!important;font-weight:900!important;line-height:1.15!important;color:#fff!important;margin:.5rem 0 1.25rem!important;letter-spacing:-.02em!important}.article-body,.formatted-article-content{font-size:1.22rem!important;line-height:1.9!important;color:#e2e8f0!important}.article-body p,.formatted-article-content p{margin-bottom:1.75rem!important}.article-body h2,.formatted-article-content h2{font-size:1.85rem;font-weight:850;color:#fff;margin:2.25rem 0 1rem;letter-spacing:-.01em}.article-body h3,.formatted-article-content h3{font-size:1.45rem;font-weight:800;color:#fff;margin:1.75rem 0 .85rem}.article-body blockquote,.formatted-article-content blockquote{margin:2rem 0;padding:1.25rem 1.75rem;border-left:4px solid #ef4444;background:#111827;border-radius:0 6px 6px 0;font-size:1.25rem;font-style:italic;color:#f8fafc}.tag-pill{padding:.4rem .95rem;background:var(--surface);border:1px solid var(--border-strong);border-radius:4px;font-size:.9rem;font-weight:700;color:#fff;text-decoration:none;transition:background .15s ease,border-color .15s ease}.tag-pill:hover{background:var(--accent);border-color:var(--accent);color:#fff}.admin-media-picker-box{margin-top:.5rem}.admin-media-selected-preview{display:flex;flex-direction:column;gap:.75rem}.admin-selected-thumb{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:var(--radius-small);border:1px solid var(--border)}.admin-media-actions-row{display:flex;gap:.5rem}.compact-btn{padding:.4rem .75rem;font-size:.85rem}.admin-media-empty-picker{display:flex;flex-direction:column;gap:.75rem}.picker-full-btn{width:100%;padding:.65rem 1rem;font-size:.95rem;justify-content:center;gap:.5rem}.wp-media-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:99999;display:flex;align-items:center;justify-content:center;padding:1.5rem}.wp-media-modal-window{background:#1e2430;color:#f1f5f9;border:1px solid #334155;border-radius:8px;width:95vw;max-width:68rem;height:85vh;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #000000bf;overflow:hidden;animation:modal-pop .15s ease-out}.wp-media-modal-top{background:#161b24;border-bottom:1px solid #334155}.wp-media-modal-title-row{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.25rem .5rem}.wp-media-modal-title{margin:0;font-size:1.25rem;font-weight:750;color:#fff}.wp-media-close-btn{background:transparent;border:0;color:#94a3b8;cursor:pointer;padding:.35rem;border-radius:4px;display:flex;align-items:center;justify-content:center}.wp-media-close-btn:hover,.wp-media-close-btn:focus-visible{color:#fff;background:#334155;outline:2px solid #3b82f6}.wp-media-modal-tabs{display:flex;gap:.25rem;padding:0 1.25rem}.wp-media-tab{background:transparent;border:0;border-bottom:3px solid transparent;padding:.6rem 1rem;color:#94a3b8;font-weight:650;font-size:.9rem;cursor:pointer;transition:all .15s ease}.wp-media-tab:hover{color:#fff}.wp-media-tab.active{color:#fff;border-bottom-color:#3b82f6;background:#3b82f614}.wp-media-tab:focus-visible{outline:2px solid #3b82f6;outline-offset:-2px}.wp-media-upload-pane{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}.wp-media-dropzone{border:2px dashed #475569;border-radius:8px;width:100%;max-width:36rem;padding:3.5rem 2rem;text-align:center;background:#161b24}.wp-dropzone-icon{color:#3b82f6;margin-bottom:1rem}.wp-media-dropzone h3{margin:0 0 .5rem;font-size:1.35rem}.wp-media-dropzone p{color:#94a3b8;margin:.5rem 0 1.25rem}.wp-select-files-btn{padding:.65rem 1.5rem;cursor:pointer;display:inline-block}.wp-upload-limit{font-size:.8rem;color:#64748b;margin-top:1.5rem!important}.wp-media-library-pane{flex:1;display:flex;flex-direction:column;overflow:hidden}.wp-media-toolbar{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;background:#161b24;border-bottom:1px solid #334155;gap:1rem}.wp-filter-select,.wp-search-input{background:#0f172a;border:1px solid #334155;color:#f1f5f9;padding:.45rem .75rem;border-radius:4px;font-size:.88rem}.wp-search-input{min-width:16rem}.wp-filter-select:focus,.wp-search-input:focus{outline:2px solid #3b82f6;border-color:#3b82f6}.wp-media-content-split{flex:1;display:grid;grid-template-columns:1fr 20rem;overflow:hidden}.wp-media-grid-scroller{padding:1rem;overflow-y:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(8rem,1fr));gap:.75rem;align-content:start;background:#0f172a}.wp-media-thumb-cell{position:relative;aspect-ratio:1;padding:0;border:3px solid transparent;border-radius:4px;overflow:hidden;background:#1e293b;cursor:pointer;transition:transform .1s ease,border-color .1s ease}.wp-media-thumb-cell:hover{border-color:#475569}.wp-media-thumb-cell.selected{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.wp-media-thumb-cell:focus-visible{outline:2px solid #3b82f6}.wp-media-thumb-cell img{width:100%;height:100%;object-fit:cover}.wp-thumb-check-badge{position:absolute;top:4px;right:4px;background:#3b82f6;color:#fff;width:1.25rem;height:1.25rem;border-radius:3px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0006}.wp-thumb-label{position:absolute;bottom:0;inset-inline:0;background:#0f172ad9;color:#f1f5f9;font-size:.7rem;font-weight:650;padding:.2rem .4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-media-sidebar{background:#161b24;border-left:1px solid #334155;overflow-y:auto;padding:1rem}.wp-sidebar-heading{font-size:.78rem;font-weight:800;color:#94a3b8;letter-spacing:.05em;margin:0 0 .85rem}.wp-sidebar-preview{display:flex;gap:.75rem;margin-bottom:1rem;padding-bottom:.85rem;border-bottom:1px solid #334155}.wp-sidebar-img{width:5rem;height:5rem;object-fit:cover;border-radius:4px;border:1px solid #334155}.wp-sidebar-meta{display:flex;flex-direction:column;gap:.2rem;min-width:0;font-size:.78rem;color:#94a3b8}.wp-meta-filename{color:#fff;word-break:break-all}.wp-delete-btn{background:transparent;border:0;color:#ef4444;padding:0;margin-top:.25rem;cursor:pointer;text-align:left;font-size:.78rem}.wp-delete-btn:hover{text-decoration:underline}.wp-sidebar-fields{display:flex;flex-direction:column;gap:.85rem}.wp-field-row{display:flex;flex-direction:column;gap:.3rem}.wp-field-row label{font-size:.8rem;font-weight:700;color:#cbd5e1}.wp-field-row input,.wp-field-row textarea{background:#0f172a;border:1px solid #334155;color:#fff;padding:.45rem .6rem;border-radius:4px;font-size:.85rem}.wp-field-row input:focus,.wp-field-row textarea:focus{outline:2px solid #3b82f6;border-color:#3b82f6}.wp-no-selection-note{color:#94a3b8;font-size:.9rem;text-align:center;margin-top:2rem}.wp-media-modal-footer{display:flex;justify-content:flex-end;align-items:center;gap:.75rem;padding:.85rem 1.25rem;background:#161b24;border-top:1px solid #334155}.wp-set-featured-btn{background:#2563eb!important;color:#fff!important;padding:.55rem 1.25rem!important;font-weight:700}.wp-set-featured-btn:disabled{opacity:.4;cursor:not-allowed}.cms-category-checkbox-list{display:grid;grid-template-columns:1fr 1fr;gap:.4rem .6rem}.wp-editor-section{max-width:80rem}.wp-title-input{font-size:1.55rem!important;font-weight:700!important;padding:.75rem 1rem!important;background:var(--surface)!important;border:1px solid var(--border-strong)!important;border-radius:4px!important;color:var(--text)!important;width:100%}.wp-title-input:focus{outline:2px solid #3b82f6!important;border-color:#3b82f6!important}.wp-editor-box{background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:1rem}.wp-editor-top-actions{margin-bottom:.75rem}.wp-add-media-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .85rem;font-weight:650;background:var(--surface-alt);border:1px solid var(--border-strong)}.wp-editor-footer-meta{display:flex;justify-content:flex-end;font-size:.8rem;color:var(--muted);padding-top:.5rem}.wp-excerpt-box{margin-top:1.25rem}.wp-sidebar-card{background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:1rem;margin-bottom:1rem}.wp-sidebar-card legend{font-size:.95rem;font-weight:800;padding:0 .4rem;color:var(--text)}.wp-publish-actions-top{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:.85rem}.wp-publish-status-rows{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:.75rem}.wp-status-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.85rem}.wp-status-row select,.wp-status-row input{padding:.3rem .5rem;font-size:.82rem}.wp-main-publish-btn{width:100%;background:#2563eb!important;color:#fff!important;font-weight:750;justify-content:center;padding:.65rem 1rem}.wp-main-publish-btn:hover{background:#1d4ed8!important}.wp-cat-list{max-height:12rem;overflow-y:auto;padding:.4rem .2rem;margin-bottom:.75rem}.wp-add-cat-toggle-btn{background:transparent;border:0;color:#3b82f6;font-size:.85rem;font-weight:700;cursor:pointer;padding:0}.wp-add-cat-toggle-btn:hover{text-decoration:underline}.wp-add-cat-inline{display:flex;gap:.4rem;margin-top:.5rem}.wp-quick-cat-input{flex:1;font-size:.85rem;padding:.35rem .5rem}.wp-tags-input-row{display:flex;gap:.4rem;margin-bottom:.4rem}.wp-tag-input{flex:1;font-size:.85rem;padding:.35rem .5rem}.wp-tag-pills-list{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.65rem}.wp-tag-pill{display:inline-flex;align-items:center;gap:.35rem;background:var(--surface-alt);border:1px solid var(--border);border-radius:3px;padding:.2rem .5rem;font-size:.8rem;color:var(--text)}.wp-tag-remove-btn{background:transparent;border:0;color:var(--muted);cursor:pointer;padding:0;font-size:.75rem;line-height:1}.wp-tag-remove-btn:hover{color:#ef4444}.site-shell{--portal-max: 106rem;--portal-blue: #2f5da8;--portal-blue-deep: #244b8b;--portal-red: #e11d2e;--portal-panel: color-mix(in srgb, var(--surface) 94%, #000 6%);--portal-panel-2: color-mix(in srgb, var(--surface-alt) 92%, #000 8%);--portal-soft-border: color-mix(in srgb, var(--border) 70%, transparent);--portal-shadow: 0 18px 48px rgba(0, 0, 0, .16)}.portal-header{margin-bottom:0!important;border-bottom:0;background:#0f1d2d!important}.portal-brand-row,.portal-primary-nav-inner{width:min(var(--portal-max),calc(100% - clamp(1.25rem,4vw,4rem)))!important;margin-inline:auto!important}.portal-brand-row{padding:1rem 0!important;min-height:5.5rem;flex-wrap:nowrap!important}.portal-brand-row .header-branding-block{margin:0;padding:0;overflow:visible}.portal-brand-row .site-brand{display:inline-flex;align-items:center;gap:.9rem;text-decoration:none}.portal-brand-row .site-brand-text-group{display:flex;flex-direction:column;gap:.05rem}.portal-brand-row .site-brand-name{color:#fff;font-size:clamp(1.25rem,2vw,2rem);font-weight:950;line-height:1;letter-spacing:-.035em}.portal-brand-row .site-brand-tagline{margin-top:.25rem;color:var(--footer-muted);font-size:.72rem;line-height:1.2}.header-right-group{display:flex;align-items:center;gap:.65rem}.portal-header-search{width:min(31rem,38vw);height:2.75rem;display:flex;align-items:center;gap:.55rem;padding:0 .85rem;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#ffffff0f;color:#dbe8f6}.portal-header-search input{flex:1;min-width:0;border:0;outline:0;color:#fff;background:transparent;font:inherit}.portal-header-search input::placeholder{color:#9fb2c6}.portal-header-search button{border:0;background:transparent;color:#c9d7e5;cursor:pointer}.portal-primary-nav-wrap{background:var(--portal-blue)}.portal-primary-nav-inner{min-height:3.2rem;display:flex;align-items:stretch}.portal-primary-nav{width:100%;padding:0!important}.portal-primary-nav .navbar-list{display:flex;align-items:stretch;gap:0;margin:0;padding:0;list-style:none;overflow-x:auto;scrollbar-width:none}.portal-primary-nav .navbar-list::-webkit-scrollbar{display:none}.portal-primary-nav .nav-link{height:3.2rem;display:inline-flex;align-items:center;padding:0 .95rem;color:#fff;text-decoration:none;font-size:.88rem;font-weight:800;white-space:nowrap;border-bottom:3px solid transparent}.portal-primary-nav .nav-link:hover,.portal-primary-nav .nav-link.active{background:#00000024;border-bottom-color:#fff}.portal-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding-bottom:.65rem;border-bottom:1px solid var(--portal-soft-border)}.portal-section-title-wrap{display:flex;align-items:center;gap:.7rem;min-width:0}.portal-section-eyebrow{margin:0 0 .15rem;color:var(--muted);font-size:.7rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.portal-section-title{margin:0!important;font-size:clamp(1.25rem,2vw,1.8rem)!important;font-weight:920!important}.portal-section-link{display:inline-flex;align-items:center;gap:.3rem;text-decoration:none;font-size:.78rem;font-weight:850;white-space:nowrap}.portal-story-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;color:var(--muted);font-size:.75rem}.portal-category-chip{display:inline-flex;width:fit-content;padding:.24rem .52rem;border-radius:.28rem;background:color-mix(in srgb,var(--portal-blue) 25%,transparent);color:color-mix(in srgb,#8fc0ff 80%,var(--text) 20%);text-decoration:none;font-size:.68rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.portal-thumb-placeholder{display:grid;place-items:center;background:linear-gradient(145deg,var(--surface-alt),var(--surface));color:var(--muted);font-size:2rem;font-weight:950}.portal-home{width:min(97vw,var(--portal-max))!important;max-width:none!important;margin-inline:auto!important;padding:clamp(1rem,2vw,1.7rem) clamp(.8rem,1.6vw,1.6rem) 3.5rem!important}.portal-home{display:flex;flex-direction:column;gap:2.35rem}.story-rail-card{min-width:0;padding:1.15rem 1.2rem;border:1px solid var(--portal-soft-border);border-radius:.65rem;background:var(--portal-panel)}.story-rail-head{display:flex;align-items:center;justify-content:space-between;gap:.7rem;padding-bottom:.85rem;border-bottom:1px solid var(--portal-soft-border)}.story-rail-head h2{margin:0;font-size:1.35rem!important;font-weight:930}.story-rail-list{list-style:none;margin:.3rem 0 0;padding:0}.story-rail-item{display:grid;grid-template-columns:2.3rem minmax(0,1fr);gap:.65rem;padding:.85rem 0;border-bottom:1px solid var(--portal-soft-border)}.story-rail-item:last-child{border-bottom:0}.story-rail-copy h3{margin:0 0 .32rem;font-size:.93rem!important;line-height:1.35;font-weight:820}.story-rail-copy h3 a{color:var(--text);text-decoration:none}.story-rail-copy h3 a:hover{color:var(--accent)}.story-rail-copy time{display:block;color:var(--muted);font-size:.7rem}.portal-category-block{min-width:0}.portal-compact-story{display:grid;grid-template-columns:7.4rem minmax(0,1fr);gap:.85rem;padding:.8rem 0;border-bottom:1px solid var(--portal-soft-border)}.portal-compact-story:first-child{padding-top:0}.portal-compact-story:last-child{border-bottom:0}.portal-compact-thumb{display:block;aspect-ratio:4/3;overflow:hidden;border-radius:.35rem;background:var(--surface-alt)}.portal-compact-thumb-img{width:100%;height:100%;object-fit:cover;object-position:center 20%}.portal-compact-copy{min-width:0}.portal-compact-number{display:block;margin-bottom:.12rem;color:var(--portal-red);font-size:.66rem;font-weight:950}.portal-compact-copy h3{margin:0 0 .38rem;font-size:.93rem!important;line-height:1.35;font-weight:820}.portal-compact-copy h3 a{color:var(--text);text-decoration:none}.portal-compact-copy time{color:var(--muted);font-size:.7rem}.portal-category-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.5rem}.portal-category-block{padding-top:.2rem}.portal-category-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(16rem,.92fr);gap:1rem}.portal-category-lead{min-width:0}.portal-category-lead-image{display:block;aspect-ratio:16/9;overflow:hidden;border-radius:.45rem;background:var(--surface-alt)}.portal-category-lead-img{width:100%;height:100%;object-fit:cover;object-position:center 20%}.portal-category-lead-copy{padding-top:.75rem}.portal-category-lead-copy h3{margin:0 0 .5rem;font-size:1.25rem!important;line-height:1.25}.portal-category-lead-copy h3 a{color:var(--text);text-decoration:none}.portal-category-lead-copy>p{margin-bottom:.55rem;color:var(--muted);font-size:.82rem;line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.portal-category-list{border-left:1px solid var(--portal-soft-border);padding-left:.95rem}.portal-category-list .portal-compact-story{grid-template-columns:5.7rem minmax(0,1fr);gap:.65rem;padding:.55rem 0}.portal-category-list .portal-compact-copy h3{font-size:.82rem!important}.article-breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem;margin-bottom:1rem;color:var(--muted);font-size:.74rem}.article-breadcrumbs a{color:var(--muted);text-decoration:none}.article-breadcrumbs a:hover{color:var(--text)}#post-main-title{max-width:30ch;margin:.15rem 0 .7rem!important;color:var(--text)!important;font-size:clamp(2.15rem,4.25vw,4.65rem)!important;line-height:1.04!important;letter-spacing:-.048em!important;font-weight:950!important;text-wrap:balance}.article-body,.formatted-article-content{width:100%!important;max-width:none!important;font-size:calc(1.15rem * var(--reader-scale, 1))!important;line-height:1.88!important;color:color-mix(in srgb,var(--text) 93%,var(--muted))!important;overflow-wrap:anywhere}.article-body>.formatted-article-content{width:100%}.article-body p,.formatted-article-content p,.formatted-article-content li{max-width:94ch}.article-body p,.formatted-article-content p{margin-bottom:1.45rem!important}.article-body h2,.formatted-article-content h2{max-width:36ch;margin:2.35rem 0 1rem!important;color:var(--text)!important;font-size:clamp(1.55rem,2.3vw,2.15rem)!important;line-height:1.22}.article-body h3,.formatted-article-content h3{color:var(--text)!important;font-size:clamp(1.25rem,1.8vw,1.65rem)!important}.article-body a,.formatted-article-content a{text-decoration-thickness:.08em}.formatted-article-content img{width:auto;max-width:100%;border-radius:.4rem}.formatted-article-content figure{max-width:100%}.formatted-article-content table{font-size:.9em}.reader-tools{position:sticky;top:.5rem;z-index:45;display:flex;flex-wrap:wrap;justify-content:space-between;gap:.55rem;margin-bottom:1rem;padding:.5rem .6rem;border:1px solid var(--portal-soft-border);border-radius:.55rem;background:color-mix(in srgb,var(--surface) 93%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 8px 24px #0000001f}.reader-tool-group{display:flex;flex-wrap:wrap;align-items:center;gap:.28rem}.reader-tools button,.reader-tools a{width:2.25rem;height:2.25rem;display:inline-grid;place-items:center;border:1px solid var(--portal-soft-border);border-radius:.4rem;background:var(--surface);color:var(--text);text-decoration:none;cursor:pointer}.reader-tools button:hover,.reader-tools a:hover{background:var(--surface-alt)}.article-reading-progress{position:fixed;z-index:90;top:0;left:0;right:0;height:3px;pointer-events:none;background:transparent}.article-reading-progress span{display:block;height:100%;background:var(--portal-red);transition:width .08s linear}.portal-footer{margin-top:auto;padding:0!important;background:#0f1d2d!important;color:#edf4fb;border-top:0!important}.portal-footer-grid{width:min(var(--portal-max),calc(100% - clamp(1.25rem,4vw,4rem)))!important;margin-inline:auto!important;padding:2.8rem 0 2.2rem!important;display:grid!important;grid-template-columns:minmax(17rem,1.5fr) repeat(3,minmax(10rem,.8fr))!important;gap:2rem!important}.footer-publication-name{margin:0 0 .4rem!important;color:#fff!important;font-size:1.6rem!important}.footer-tagline{color:#e7eef5!important;font-weight:700}.footer-description{max-width:48ch;color:#aebdca!important;font-size:.82rem}.portal-footer .footer-subheading{color:#fff!important;font-size:.85rem!important;text-transform:uppercase;letter-spacing:.07em}.footer-link-list{margin:0;padding:0;list-style:none}.footer-link-list li+li{margin-top:.35rem}.portal-footer .footer-link-list a,.portal-footer .footer-contact a{color:#b7c9d8!important;text-decoration:none;font-size:.8rem}.portal-footer .footer-link-list a:hover,.portal-footer .footer-contact a:hover{color:#fff!important}.footer-contact{font-style:normal;color:#aebdca;font-size:.8rem}.footer-contact p{margin-bottom:.4rem}.social-list{list-style:none;margin:1rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.45rem}.social-link{display:inline-flex;align-items:center;gap:.35rem;color:#c8d7e5!important;text-decoration:none;font-size:.72rem}.social-icon{width:1.8rem;height:1.8rem;display:grid;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:50%;font-size:.58rem;font-weight:900}.footer-bottom{width:min(var(--portal-max),calc(100% - clamp(1.25rem,4vw,4rem)))!important;margin-inline:auto!important;display:flex;justify-content:space-between;gap:1rem;padding:1rem 0 1.3rem!important;border-top:1px solid rgba(255,255,255,.09);color:#8fa1b2;font-size:.72rem}.footer-bottom p{margin:0}.footer-bottom a{color:#b7c9d8}.story-rail-card,.portal-home-sidebar-rail .story-rail-card{min-width:0;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}@media print{@page{margin:1.5cm}*,*:before,*:after{background:transparent!important;box-shadow:none!important;text-shadow:none!important}html,body,.site-shell,.page-shell,.news-article-shell{background:#fff!important;color:#000!important;font-size:12pt!important;line-height:1.6!important;width:100%!important;max-width:100%!important;padding:0!important;margin:0!important;display:block!important}.portal-header,.site-header,.portal-footer,.news-article-breadcrumbs,.article-breadcrumbs,.reader-tools,.article-reading-progress,.news-story-categories,.news-author-avatar-link,.related-posts-section,button,.sr-only{display:none!important}.news-story-header{margin-bottom:1.5rem!important;padding-bottom:.8rem!important;border-bottom:1px solid #ddd!important}.news-story-title,#post-main-title{font-size:22pt!important;font-weight:800!important;line-height:1.2!important;color:#000!important;margin-bottom:.8rem!important}.news-byline-row,.news-author-name-line,.news-story-meta{color:#333!important;font-size:10pt!important;display:block!important;margin-bottom:.5rem!important}.news-reading-grid{display:block!important;width:100%!important}.news-story-main{width:100%!important;max-width:100%!important}.news-story-lead,.news-story-copy p,.formatted-article-content p,.article-body p{font-size:11pt!important;line-height:1.7!important;color:#111!important;text-align:justify!important;margin-bottom:1rem!important}.news-story-figure{max-width:100%!important;margin:1.2rem 0!important;page-break-inside:avoid!important}img{max-width:100%!important;height:auto!important;page-break-inside:avoid!important}h2,h3,blockquote{page-break-after:avoid!important;page-break-inside:avoid!important;color:#000!important}blockquote{border-left:3px solid #666!important;padding-left:1rem!important;margin:1rem 0!important;font-style:italic!important}}.admin-kicker{margin:0 0 .18rem!important;color:var(--accent);font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;font-weight:900}.admin-summary-grid-v2{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:.8rem!important}.admin-summary-grid-v2>div{position:relative;min-height:7.2rem;padding:1rem!important;overflow:hidden}.admin-summary-grid-v2 dt{color:var(--muted);font-size:.72rem;font-weight:800}.admin-summary-grid-v2 dd{margin:.25rem 0 0;font-size:2rem;font-weight:950;line-height:1}.admin-summary-grid-v2 span{display:block;margin-top:.45rem;color:var(--muted);font-size:.66rem}.admin-dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem}.admin-dashboard-card{padding:1rem;border:1px solid var(--border);border-radius:.55rem;background:var(--surface)}.admin-card-heading{display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.admin-card-heading>div{display:flex;align-items:center;gap:.5rem}.admin-card-heading h3{margin:0;font-size:1rem!important}.admin-card-heading>a{font-size:.7rem}.admin-card-icon{width:2rem;height:2rem;display:grid;place-items:center;border-radius:.4rem;background:var(--surface-alt);color:var(--accent)}.admin-story-list{margin-top:.3rem}.admin-story-row{display:grid;grid-template-columns:2rem minmax(0,1fr) auto;gap:.55rem;align-items:center;padding:.7rem 0;border-bottom:1px solid var(--border)}.admin-story-row:last-child{border-bottom:0}.admin-story-row strong{display:block;font-size:.79rem;line-height:1.35}.admin-story-row small{display:block;margin-top:.18rem;color:var(--muted);font-size:.65rem}.admin-story-rank{color:var(--muted);font-weight:950}.admin-story-row>a{width:2rem;height:2rem;display:grid;place-items:center;border-radius:.35rem;color:var(--text);background:var(--surface-alt)}.status-dot{width:.65rem;height:.65rem;border-radius:50%;background:#8b98a6}.status-published{background:#1f9d55!important}.status-draft{background:#c0851a!important}.status-scheduled{background:#4e83d3!important}.admin-readiness-list{margin:.8rem 0 0;padding:0;list-style:none;display:grid;gap:.55rem}.admin-readiness-list li{display:flex;align-items:center;gap:.45rem;font-size:.76rem}.admin-readiness-list svg{color:#2ea96b}.admin-quick-actions{display:grid;gap:.45rem;margin-top:.75rem}.admin-quick-actions>a{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.7rem;align-items:center;padding:.7rem;border:1px solid var(--border);border-radius:.4rem;color:var(--text);text-decoration:none}.admin-quick-actions>a:hover{background:var(--surface-alt)}.admin-quick-actions strong,.admin-quick-actions small{display:block}.admin-quick-actions strong{font-size:.76rem}.admin-quick-actions small{color:var(--muted);font-size:.64rem;margin-top:.1rem}.admin-filter-bar-v2{display:grid!important;grid-template-columns:minmax(14rem,1fr) auto auto auto;align-items:end!important;gap:.65rem!important}.admin-search-wrap{display:flex;align-items:center;gap:.45rem;min-width:0;padding:0 .65rem;border:1px solid var(--border);border-radius:.35rem;background:var(--surface)}.admin-search-wrap .admin-search-input{width:100%;border:0!important;background:transparent!important}.admin-filter-bar-v2>label{display:grid;gap:.22rem;font-size:.66rem;color:var(--muted)}.admin-filter-bar-v2 select{min-width:8rem}.admin-result-count{align-self:center;color:var(--muted);font-size:.7rem;white-space:nowrap}.admin-status-pill{display:inline-flex;padding:.22rem .45rem;border-radius:999px;background:var(--surface-alt);font-size:.64rem;font-weight:850;text-transform:capitalize}.admin-empty-state{min-height:10rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;color:var(--muted)}.admin-empty-state strong{color:var(--text)}.seo-check{display:flex;align-items:center;gap:.35rem;padding:.45rem .5rem;border:1px solid var(--border);border-radius:.35rem;color:var(--muted);font-size:.68rem}.seo-check.ok{color:var(--text);border-color:#1f9d5559;background:#1f9d5512}.admin-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.admin-readiness-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin-top:.8rem}.admin-readiness-grid span{display:flex;align-items:center;gap:.4rem;font-size:.74rem}.admin-readiness-grid svg{color:#2ea96b}.seo-builtins-card{margin-top:1rem}@media(max-width:1300px){.portal-category-sections{grid-template-columns:1fr}.portal-category-layout{grid-template-columns:minmax(0,1.2fr) minmax(18rem,.8fr)}}@media(max-width:1050px){.portal-header-search{width:min(26rem,45vw)}.story-rail-card{max-height:none}.portal-footer-grid,.admin-summary-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:860px){.portal-brand-row{min-height:4.2rem;gap:.5rem}.header-branding-block{min-width:0;flex:1 1 auto;max-width:calc(100% - 56px)}.site-brand,.site-brand-text-group{min-width:0}.portal-header-search{display:none!important}.mobile-menu-btn{display:inline-flex!important;align-items:center;justify-content:center;background:#2563eb!important;border:1px solid rgba(255,255,255,.35)!important;border-radius:8px!important;color:#fff!important;box-shadow:0 2px 8px #2563eb66!important;width:42px;height:42px;min-width:42px;min-height:42px;padding:0;flex-shrink:0}.mobile-menu-btn:hover,.mobile-menu-btn:active{background:#1d4ed8!important}.portal-primary-nav-wrap{position:relative;min-height:44px;background:#2f61ad!important;overflow:hidden}.portal-primary-nav-inner{min-height:44px!important;width:100%!important;padding:0 8px!important}.portal-primary-nav{display:flex!important;width:100%!important;overflow-x:auto!important;scrollbar-width:none!important}.portal-primary-nav::-webkit-scrollbar{display:none!important}.portal-primary-nav .navbar-list{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;width:100%!important;gap:0!important}.portal-primary-nav .navbar-list::-webkit-scrollbar{display:none!important}.portal-primary-nav .nav-link{white-space:nowrap!important;height:44px!important;min-height:44px!important;padding:0 14px!important;font-size:.86rem!important;font-weight:700!important;flex-shrink:0!important;display:inline-flex!important;align-items:center!important}.portal-mobile-menu-drawer{display:block;background:#0d1a29;border-top:1px solid rgba(255,255,255,.1);border-bottom:2px solid #2563eb;padding:1.25rem 1rem 1.5rem;box-shadow:0 20px 40px #00000080;position:relative;z-index:90}.portal-mobile-search-form{display:flex;align-items:center;gap:.55rem;padding:0 .85rem;height:2.75rem;background:#ffffff14;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;margin-bottom:1.25rem}.portal-mobile-search-form input{flex:1;min-width:0;border:0;outline:0;color:#fff;background:transparent;font:inherit;font-size:.92rem}.portal-mobile-search-form input::placeholder{color:#9fb2c6}.portal-mobile-search-form button{border:0;background:transparent;color:#c9d7e5;cursor:pointer;display:flex;align-items:center}.portal-mobile-menu-label{color:#93c5fd;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800;margin-bottom:.4rem;padding-left:.25rem}.portal-mobile-menu-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.2rem}.portal-mobile-menu-list .mobile-nav-link{display:flex;align-items:center;padding:.65rem .85rem;color:#e2e8f0;font-size:.92rem;font-weight:600;text-decoration:none;border-radius:6px;transition:background-color .15s ease}.portal-mobile-menu-list .mobile-nav-link.active,.portal-mobile-menu-list .mobile-nav-link:hover{background:#2563eb40;color:#93c5fd}.portal-home{width:100%!important;padding-inline:.9rem!important}.portal-home{gap:1.75rem}.portal-category-layout{grid-template-columns:1fr}.portal-category-list{border-left:0;border-top:1px solid var(--portal-soft-border);padding:.35rem 0 0}#post-main-title{font-size:clamp(2rem,10vw,3rem)!important}.reader-tools{position:static}.related-posts-grid-v2,.portal-footer-grid{grid-template-columns:1fr!important}.footer-bottom{flex-direction:column}.admin-summary-grid-v2,.admin-dashboard-grid,.admin-settings-grid,.admin-readiness-grid,.admin-filter-bar-v2{grid-template-columns:1fr!important}}@media(prefers-reduced-motion:reduce){.article-reading-progress span{transition:none!important}}@media print{.portal-header,.portal-footer,.reader-tools,.article-reading-progress,.article-breadcrumbs,.related-posts-section{display:none!important}body,.site-shell{background:#fff!important;color:#000!important}#post-main-title,.article-body,.formatted-article-content{color:#000!important}a{color:#000!important;text-decoration:none!important}}.info-page-shell{width:min(94vw,72rem)!important;margin-inline:auto!important;padding:2rem 1rem 4rem!important}.info-page-hero{margin-bottom:1.5rem}.info-page-eyebrow{margin:0 0 .35rem;color:var(--accent);text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:900}.info-page-hero h1{margin-bottom:.65rem;font-size:clamp(2.3rem,5vw,4rem)}.info-page-hero>p:last-child{max-width:68ch;color:var(--muted);font-size:1.05rem}.contact-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.contact-card{min-width:0;display:flex;flex-direction:column;gap:.4rem;padding:1.2rem;border:1px solid var(--portal-soft-border);border-radius:.55rem;background:var(--portal-panel);color:var(--text);text-decoration:none}.contact-card svg{color:var(--accent)}.contact-card span{color:var(--muted);font-size:.7rem;font-weight:850;text-transform:uppercase;letter-spacing:.055em}.contact-card strong{overflow-wrap:anywhere;font-size:.9rem}.contact-card[href]:hover{transform:translateY(-1px);border-color:var(--accent)}@media(max-width:760px){.contact-card-grid{grid-template-columns:1fr}}.archive-page-v2{width:min(96vw,var(--portal-max))!important;max-width:none!important;margin-inline:auto!important;padding:2rem clamp(.9rem,2vw,1.6rem) 4rem!important}.archive-hero-v2{max-width:76rem;margin-bottom:1.4rem;padding-bottom:1.2rem;border-bottom:1px solid var(--portal-soft-border)}.archive-eyebrow{margin:0 0 .35rem;color:var(--accent);text-transform:uppercase;letter-spacing:.09em;font-size:.7rem;font-weight:900}.archive-hero-v2 h1{max-width:26ch;margin-bottom:.55rem;font-size:clamp(2.1rem,4vw,3.8rem)}.archive-hero-v2>p:not(.archive-eyebrow){max-width:68ch;margin-bottom:.55rem;color:var(--muted)}.archive-hero-v2>span{color:var(--muted);font-size:.72rem;font-weight:800}.archive-search-form{max-width:52rem;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.55rem;margin-bottom:1.5rem;padding:.45rem .5rem .45rem .8rem;border:1px solid var(--border);border-radius:.5rem;background:var(--surface)}.archive-search-form input{min-width:0;border:0;outline:0;background:transparent;color:var(--text);font:inherit}.archive-search-form button{height:2.5rem;padding:0 .95rem;border:0;border-radius:.35rem;background:var(--portal-blue);color:#fff;font:inherit;font-weight:850;cursor:pointer}.archive-lead-story{display:grid;grid-template-columns:minmax(20rem,1.25fr) minmax(0,1fr);gap:1.3rem;align-items:center;margin:0 0 2rem;padding-bottom:2rem;border-bottom:1px solid var(--portal-soft-border)}.archive-lead-image-link{display:block;min-height:24rem;overflow:hidden;border-radius:.55rem;background:var(--surface-alt)}.archive-lead-image-link img{width:100%;height:100%;object-fit:cover}.archive-lead-story h2{margin:.65rem 0;font-size:clamp(1.65rem,3vw,3rem)!important;line-height:1.1}.archive-lead-story h2 a{color:var(--text);text-decoration:none}.archive-lead-story p{color:var(--muted);line-height:1.6}.archive-results-section{margin-top:1.5rem}.archive-card-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:1.15rem!important}.portal-post-card{min-width:0;overflow:hidden;border:1px solid var(--portal-soft-border)!important;border-radius:.5rem!important;background:var(--portal-panel)!important;box-shadow:none!important}.portal-post-card-figure{margin:0!important;aspect-ratio:16/9;overflow:hidden;background:var(--surface-alt)}.portal-post-card-figure .card-image-link{display:block;width:100%;height:100%}.portal-post-card-figure .card-image{width:100%;height:100%;object-fit:cover;object-position:center 20%;transition:transform .3s ease}.portal-post-card:hover .card-image{transform:scale(1.018)}.portal-post-card-body{padding:.9rem!important}.portal-post-card-title{margin:.55rem 0 .5rem!important;font-size:1.05rem!important;line-height:1.35!important}.portal-post-card-title a{color:var(--text);text-decoration:none}.portal-post-card-excerpt{margin:0 0 .65rem;color:var(--muted);font-size:.78rem;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.portal-post-card-meta{display:flex;flex-wrap:wrap;gap:.35rem;color:var(--muted);font-size:.68rem}.archive-pagination{margin-top:1.6rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}.archive-pagination>:last-child{justify-self:end}.empty-state-card{padding:2rem;border:1px solid var(--portal-soft-border);border-radius:.55rem;background:var(--portal-panel)}.empty-state-card h2{font-size:1.4rem!important}.empty-state-card p{color:var(--muted)}@media(max-width:1050px){.archive-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:760px){.archive-lead-story{grid-template-columns:1fr}.archive-lead-image-link{min-height:15rem}.archive-card-grid{grid-template-columns:1fr!important}.archive-pagination{grid-template-columns:auto 1fr auto}}.about-page-shell{width:min(92vw,980px);max-width:980px;margin-inline:auto;padding:2.5rem 1rem 4rem}.about-profile-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:clamp(1.5rem,3.5vw,2.75rem);box-shadow:0 4px 24px #0003}.about-profile-header{display:flex;align-items:center;gap:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border);margin-bottom:2rem}.about-photo-wrapper{width:180px;height:180px;min-width:180px;min-height:180px;border-radius:50%;overflow:hidden;border:3.5px solid var(--border-strong, #3b82f6);box-shadow:0 8px 24px #0000004d;background:var(--surface-alt);display:flex;align-items:center;justify-content:center;flex-shrink:0}.about-photo-wrapper img,.about-profile-photo{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important}.about-header-info{flex:1;min-width:0}.about-heading{font-size:clamp(2rem,3.8vw,2.75rem);font-weight:900;line-height:1.15;margin:0 0 .45rem;color:#fff}.about-subtitle{font-size:1.15rem;color:var(--accent);font-weight:700;margin:0 0 1rem}.about-meta-pills{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.meta-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .85rem;background:var(--surface-alt);border:1px solid var(--border);border-radius:999px;font-size:.85rem;color:#f1f5f9;text-decoration:none;font-weight:600;transition:all .2s ease}.meta-pill:hover{border-color:var(--accent);color:#fff}.about-section{margin-bottom:2.5rem}.about-section h2{font-size:1.45rem;font-weight:850;color:#fff;margin:0 0 1rem;border-bottom:2px solid var(--border);padding-bottom:.5rem}.about-section-icon-title{display:flex;align-items:center;gap:.6rem}.about-section-icon-title svg{color:var(--accent)}.about-experience-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.experience-card{background:var(--surface-alt);border:1px solid var(--border);border-radius:6px;padding:1.15rem;transition:transform .2s ease,border-color .2s ease}.experience-card:hover{transform:translateY(-2px);border-color:var(--border-strong)}.experience-duration{font-size:.78rem;font-weight:800;color:var(--accent);text-transform:uppercase;display:block;margin-bottom:.4rem}.experience-role{font-size:1.02rem;font-weight:800;margin:0 0 .35rem;color:#fff;line-height:1.35}.experience-org{font-size:.88rem;color:var(--muted);margin:0}.about-timeline-list{display:flex;flex-direction:column;gap:1.6rem;border-left:2px solid var(--border);padding-left:1.5rem;margin-left:.75rem}.timeline-item{position:relative}.timeline-dot{position:absolute;left:-2.05rem;top:.35rem;width:12px;height:12px;border-radius:50%;background:var(--accent);border:2px solid var(--surface)}.timeline-header{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:.5rem;margin-bottom:.25rem}.timeline-header h3{font-size:1.12rem;font-weight:850;margin:0;color:#fff}.timeline-date{font-size:.82rem;font-weight:750;color:var(--accent)}.timeline-org{font-size:.92rem;color:#cbd5e1;display:block;margin-bottom:.55rem}.timeline-content ul{margin:0;padding-left:1.25rem;color:var(--muted);font-size:.92rem;line-height:1.6}.timeline-content li{margin-bottom:.35rem}.about-awards-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.65rem}.about-awards-list li{background:var(--surface-alt);border:1px solid var(--border);padding:.85rem 1.15rem;border-radius:4px;font-size:.95rem;color:#f1f5f9}.about-awards-list strong{color:#fff}.about-contact-links{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}@media(max-width:768px){.about-profile-header{flex-direction:column;text-align:center}.about-meta-pills{justify-content:center}}.portal-home-content-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:2.25rem;align-items:start;margin-top:2rem}.portal-home-sidebar-rail{min-width:0}.portal-sticky-rail{position:sticky;top:1.5rem}.portal-home-sidebar-rail .story-rail-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.25rem;box-shadow:0 4px 16px #0003}.portal-home-sidebar-rail .story-rail-head{padding-bottom:.75rem;border-bottom:1.5px solid var(--border);margin-bottom:1rem}.portal-home-sidebar-rail .story-rail-head h2{font-size:1.2rem;font-weight:850;color:#fff;margin:0}@media(max-width:960px){.portal-home-content-layout{grid-template-columns:1fr;gap:2rem}.portal-sticky-rail{position:static}}.site-brand-avatar-frame{width:44px;height:44px;min-width:44px;min-height:44px;border-radius:50%;overflow:hidden;border:2px solid var(--border-strong, #3b82f6);box-shadow:0 2px 8px #00000040;background:var(--surface-alt);display:flex;align-items:center;justify-content:center;flex-shrink:0}.site-brand-avatar-img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.portal-hero-lead-section{width:100%;margin-bottom:2rem}.portal-lead-banner-card{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:2.25rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden;padding:1.5rem;box-shadow:0 4px 20px #0003;align-items:center}.portal-lead-banner-image-wrap{display:block;width:100%;aspect-ratio:16 / 9;border-radius:8px;overflow:hidden;background:var(--surface-alt);text-decoration:none}.portal-lead-banner-img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .3s ease}.portal-lead-banner-card:hover .portal-lead-banner-img{transform:scale(1.02)}.portal-lead-banner-placeholder{width:100%;height:100%;display:grid;place-items:center;background:var(--surface-alt);color:var(--muted);font-size:3.5rem;font-weight:900}.portal-lead-banner-content{display:flex;flex-direction:column;justify-content:center;min-width:0}.portal-lead-badge-row{display:flex;align-items:center;gap:.65rem;margin-bottom:.75rem}.portal-lead-badge{display:inline-flex;padding:.25rem .6rem;background:#2563eb;color:#fff;border-radius:4px;font-size:.72rem;font-weight:850;text-transform:uppercase;letter-spacing:.04em}.portal-lead-cat-link{color:#93c5fd;font-size:.82rem;font-weight:750;text-decoration:none}.portal-lead-cat-link:hover{text-decoration:underline}.portal-lead-headline{margin:0 0 .85rem!important;font-size:clamp(1.4rem,2.2vw,2.1rem)!important;font-weight:900!important;line-height:1.25!important;letter-spacing:-.02em!important}.portal-lead-headline a{color:#fff!important;text-decoration:none!important;transition:color .15s ease}.portal-lead-headline a:hover{color:#60a5fa!important}.portal-lead-excerpt{color:#94a3b8;font-size:.95rem;line-height:1.6;margin:0 0 1.2rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.portal-lead-meta-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-top:1rem;border-top:1px solid var(--border)}.portal-lead-meta-info{display:flex;align-items:center;gap:.45rem;color:var(--muted);font-size:.8rem}.portal-lead-meta-item{display:inline-flex;align-items:center;gap:.3rem}.portal-lead-read-link{display:inline-flex;align-items:center;color:#60a5fa;font-size:.85rem;font-weight:800;text-decoration:none}.portal-lead-read-link:hover{text-decoration:underline}@media(max-width:860px){.portal-lead-banner-card{grid-template-columns:1fr;gap:1.25rem;padding:1.2rem}}.article-tags-row{display:flex;align-items:center;flex-wrap:wrap;gap:.65rem;margin:2rem 0 2.5rem;padding:0;border:0!important}.article-tags-label{font-size:.82rem;font-weight:750;color:var(--muted, #94a3b8);text-transform:uppercase;letter-spacing:.05em}.article-tags-list{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.article-tag-chip{display:inline-flex;padding:.3rem .75rem;border-radius:6px;background:var(--surface-alt, #1e293b);border:1px solid var(--border, #334155);color:#93c5fd;text-decoration:none;font-size:.82rem;font-weight:650;transition:all .15s ease}.article-tag-chip:hover{background:#2563eb;color:#fff;border-color:#2563eb}.portal-section-heading{border-bottom:0!important;margin-bottom:1.25rem!important;padding-bottom:0!important}.portal-section-title{font-size:clamp(1.35rem,2.2vw,1.85rem)!important;font-weight:900!important;color:#fff!important;letter-spacing:-.02em!important}.portal-section-link{color:var(--accent, #60a5fa)!important;font-size:.85rem!important;font-weight:750!important}.portal-reader-tools-clean{position:relative!important;top:auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:1rem!important;margin:1rem 0 1.5rem!important;padding:0!important;background:transparent!important;border:0!important;border-top:0!important;border-bottom:0!important;border-radius:0!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.portal-home-sidebar-rail .story-rail-head,.story-rail-head{padding-bottom:.25rem!important;border-bottom:0!important;margin-bottom:.85rem!important}.portal-reader-tools-clean .reader-tool-group{display:flex!important;align-items:center!important;gap:.35rem!important}.reader-tool-btn{width:2.3rem!important;height:2.3rem!important;border-radius:6px!important;border:1px solid var(--border)!important;background:var(--surface-alt)!important;color:var(--text)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:.88rem!important;font-weight:750!important;cursor:pointer!important;text-decoration:none!important;transition:all .15s ease!important}.reader-tool-btn:hover{background:var(--accent, #2563eb)!important;color:#fff!important;border-color:var(--accent, #2563eb)!important}.reader-scale-btn{font-weight:900!important;font-size:.92rem!important;letter-spacing:-.02em!important}.reader-social-link{font-weight:850!important;font-size:.95rem!important}.news-article-reader,.news-story-copy,.news-story-copy p,.news-story-copy li,.formatted-article-content,.formatted-article-content p,.formatted-article-content li,.article-body p,.article-body li,.news-story-lead{font-size:calc(1.15rem * var(--reader-scale, 1))!important;line-height:calc(1.85 * var(--reader-scale, 1))!important}.news-story-copy h2,.formatted-article-content h2,.article-body h2{font-size:calc(1.85rem * var(--reader-scale, 1))!important}.news-story-copy h3,.formatted-article-content h3,.article-body h3{font-size:calc(1.4rem * var(--reader-scale, 1))!important}.news-story-copy p,.formatted-article-content p,.article-body p,.news-story-lead,.about-content-body p{text-align:justify!important;text-justify:inter-word!important;text-wrap:pretty!important;-webkit-hyphens:auto!important;hyphens:auto!important}.news-story-title,#post-main-title,.about-heading,.portal-lead-headline{text-wrap:balance!important}html,body,#root,.site-shell{width:100%;max-width:100%;min-width:0}html,body{margin:0;overflow-x:clip}img,video,iframe,svg{max-width:100%}.site-shell main,.site-shell header,.site-shell footer,.site-shell nav,.site-shell section,.site-shell article,.site-shell aside,.site-shell div{min-width:0}.portal-header{box-shadow:none!important}.portal-brand-row,.portal-primary-nav-inner{width:min(1280px,calc(100% - 32px))!important;max-width:1280px!important}.portal-brand-row{min-height:78px!important;padding:12px 0!important}.portal-brand-row .site-brand-name{font-size:clamp(1.45rem,2.1vw,2rem)!important;letter-spacing:-.025em!important}.portal-header-search{width:min(440px,38vw)!important;height:42px!important;border-radius:3px!important;background:#101c28!important;box-shadow:none!important}.portal-primary-nav-wrap{background:#2f61ad!important;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(0,0,0,.2)}.portal-primary-nav-inner,.portal-primary-nav .navbar-list,.portal-primary-nav .nav-link{min-height:48px!important}.portal-primary-nav .nav-link{height:48px!important;padding:0 16px!important;border-radius:0!important;border-right:1px solid rgba(255,255,255,.08);border-bottom:3px solid transparent!important;font-size:.9rem!important;transition:background-color .12s ease,border-color .12s ease!important}.portal-primary-nav .nav-link:hover,.portal-primary-nav .nav-link:focus-visible,.portal-primary-nav .nav-link.active{background:#244f92!important;border-bottom-color:#fff!important;transform:none!important}.portal-home{width:min(1280px,calc(100% - 32px))!important;max-width:1280px!important;padding:22px 0 56px!important;gap:34px!important}.portal-category-lead-img,.portal-post-card .card-image{transition:transform .16s ease,filter .16s ease!important}.portal-category-lead:hover .portal-category-lead-img,.portal-post-card:hover .card-image{transform:scale(1.012)!important;filter:brightness(.96)}.portal-category-layout{gap:22px!important}.portal-category-lead-image,.portal-compact-thumb,.portal-post-card,.portal-post-card-figure{border-radius:3px!important}.portal-category-chip{border-radius:2px!important}.portal-section-heading{padding-bottom:9px!important;border-bottom:2px solid var(--portal-soft-border)!important}.portal-section-title{letter-spacing:-.018em!important}.portal-section-link{color:var(--muted)!important}.portal-section-link:hover,.portal-section-link:focus-visible{color:var(--text)!important;text-decoration:underline}.portal-category-block{border-radius:0!important;box-shadow:none!important}.portal-category-lead-image,.portal-compact-thumb,.portal-post-card,.portal-post-card-figure{border-radius:2px!important;box-shadow:none!important}.portal-compact-copy h3 a:hover,.portal-compact-copy h3 a:focus-visible,.portal-category-lead-copy h3 a:hover,.portal-category-lead-copy h3 a:focus-visible{color:var(--text)!important;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.portal-home .portal-section-title{font-weight:800!important}.portal-home .portal-category-chip{padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--accent)!important;font-weight:800!important;letter-spacing:.045em!important}.news-article-shell{box-sizing:border-box;width:min(1240px,calc(100% - 32px))!important;max-width:1240px!important;min-width:0!important;margin:0 auto!important;padding:24px 0 64px!important;position:static!important;transform:none!important;overflow:visible!important}.news-article-breadcrumbs{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:6px!important;width:100%!important;min-width:0!important;margin:0 0 18px!important;padding:0!important;position:static!important;color:var(--muted)!important;font-size:.78rem!important}.news-article-breadcrumbs a{color:var(--muted)!important;text-decoration:none!important}.news-article-breadcrumbs a:hover,.news-article-breadcrumbs a:focus-visible{color:var(--text)!important;text-decoration:underline!important}.news-article-shell>.news-story-header{box-sizing:border-box!important;display:block!important;width:min(930px,100%)!important;max-width:930px!important;min-width:0!important;margin:0 0 26px!important;padding:0!important;position:static!important;inset:auto!important;float:none!important;transform:none!important;translate:none!important;overflow:visible!important}.news-story-categories{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:8px!important;min-width:0!important}.news-story-categories{margin:0 0 9px!important}.news-story-categories a{color:var(--accent)!important;text-decoration:none!important;text-transform:uppercase!important;letter-spacing:.055em!important;font-size:.73rem!important;font-weight:900!important}.news-story-categories a:hover,.news-story-categories a:focus-visible{text-decoration:underline!important;text-underline-offset:3px}#post-main-title.news-story-title{box-sizing:border-box!important;width:100%!important;max-width:900px!important;min-width:0!important;margin:0 0 12px!important;padding:0!important;position:static!important;inset:auto!important;float:none!important;transform:none!important;translate:none!important;color:var(--text)!important;font-size:clamp(2.3rem,3.9vw,3.8rem)!important;line-height:1.04!important;letter-spacing:-.035em!important;font-weight:800!important;text-wrap:balance;overflow-wrap:anywhere;word-break:normal!important}.news-byline-row{width:100%!important;max-width:820px!important;margin:0!important;padding:11px 0!important;border-top:1px solid var(--portal-soft-border)!important;border-bottom:1px solid var(--portal-soft-border)!important}.news-author-block{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important}.news-author-avatar-link{flex:0 0 auto!important}.news-author-avatar{width:42px!important;height:42px!important;border:1px solid var(--border)!important;border-radius:50%!important;object-fit:cover!important}.news-author-name-line{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:7px!important;min-width:0!important;line-height:1.25!important}.news-author-name-line a,.news-author-name-line strong{color:var(--text)!important;text-decoration:none!important;font-size:.88rem!important;font-weight:850!important}.news-author-name-line a:hover,.news-author-name-line a:focus-visible{text-decoration:underline!important}.news-author-name-line span{color:var(--muted)!important;font-size:.69rem!important}.news-story-meta{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:4px 13px!important;margin:3px 0 0!important;color:var(--muted)!important;font-size:.72rem!important}.news-story-meta>span{display:inline-flex!important;align-items:center!important;gap:4px!important}.news-story-header .reader-tools{box-sizing:border-box!important;position:static!important;inset:auto!important;float:none!important;transform:none!important;translate:none!important;width:auto!important;max-width:100%!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:wrap!important;gap:12px!important;margin:11px 0 0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important}.news-story-header .reader-tool-group{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:5px!important}.news-story-header .reader-tools button,.news-story-header .reader-tools a{box-sizing:border-box!important;width:32px!important;height:32px!important;display:inline-grid!important;place-items:center!important;padding:0!important;border:1px solid var(--border)!important;border-radius:2px!important;background:transparent!important;color:var(--text)!important;box-shadow:none!important;transform:none!important;transition:background-color .12s ease,border-color .12s ease,color .12s ease!important}.news-story-header .reader-tools button:hover,.news-story-header .reader-tools a:hover,.news-story-header .reader-tools button:focus-visible,.news-story-header .reader-tools a:focus-visible{background:var(--surface-alt)!important;border-color:var(--border-strong)!important;color:var(--text)!important;transform:none!important}.news-article-shell>.news-reading-grid{box-sizing:border-box!important;display:grid!important;grid-template-columns:minmax(0,820px) minmax(280px,320px)!important;justify-content:space-between!important;align-items:start!important;gap:clamp(34px,4vw,56px)!important;width:100%!important;max-width:1240px!important;min-width:0!important;margin:0!important;padding:0!important;position:static!important;inset:auto!important;float:none!important;transform:none!important;translate:none!important;overflow:visible!important}.news-reading-grid>.news-story-main{box-sizing:border-box!important;grid-column:1!important;display:block!important;width:100%!important;max-width:820px!important;min-width:0!important;margin:0!important;padding:0!important;position:static!important;inset:auto!important;float:none!important;clear:none!important;transform:none!important;translate:none!important;overflow:visible!important}.news-story-figure{width:100%!important;max-width:820px!important;margin:0 0 18px!important;padding:0!important}.news-story-image{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:560px!important;object-fit:cover!important;border-radius:2px!important;background:var(--surface-alt)!important}.news-story-figure figcaption{margin:6px 0 0!important;color:var(--muted)!important;font-size:.74rem!important;line-height:1.45!important}.news-story-lead{width:100%!important;max-width:720px!important;margin:0 0 23px!important;color:var(--text)!important;font-size:clamp(1.12rem,1.35vw,1.28rem)!important;line-height:1.62!important;font-weight:690!important}.news-article-reader{width:100%!important;max-width:720px!important;min-width:0!important;margin:0!important}.news-article-reader .toc-container{box-sizing:border-box!important;width:100%!important;max-width:720px!important;margin:0 0 22px!important;padding:12px 14px!important;border:1px solid var(--portal-soft-border)!important;border-radius:2px!important;background:var(--portal-panel-2)!important;box-shadow:none!important}.news-article-reader .toc-container h2{margin:0 0 6px!important;font-size:.88rem!important}.news-article-reader .toc-container ul{columns:1!important;margin:0!important}.news-story-copy,.news-story-copy .formatted-article-content{box-sizing:border-box!important;width:100%!important;max-width:720px!important;min-width:0!important;margin-inline:0!important;color:var(--text)!important;font-size:calc(1.12rem * var(--reader-scale, 1))!important;line-height:1.78!important;overflow-wrap:break-word!important;word-break:normal!important}.news-story-copy p,.news-story-copy .formatted-article-content p,.news-story-copy .formatted-article-content li{max-width:720px!important}.news-story-copy h2,.news-story-copy .formatted-article-content h2{margin:36px 0 11px!important;max-width:31ch!important;font-size:clamp(1.5rem,2vw,1.95rem)!important;line-height:1.18!important;letter-spacing:-.02em!important}.news-story-copy h3,.news-story-copy .formatted-article-content h3{margin:28px 0 9px!important;font-size:clamp(1.22rem,1.6vw,1.5rem)!important}.news-story-copy blockquote,.news-story-copy .formatted-article-content blockquote{margin:26px 0!important;padding:12px 16px!important;border-left:4px solid var(--portal-blue)!important;border-radius:0!important;background:var(--portal-panel-2)!important;font-size:1.04em!important}.related-posts-section{width:100%!important;max-width:820px!important}.related-posts-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.news-reading-grid>.news-right-rail{box-sizing:border-box!important;grid-column:2!important;width:100%!important;max-width:320px!important;min-width:0!important;margin:0!important;padding:0!important;position:static!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;float:none!important;transform:none!important;translate:none!important;display:flex!important;flex-direction:column!important;gap:22px!important;max-height:none!important;overflow:visible!important}.news-right-rail .story-rail-card{box-sizing:border-box!important;width:100%!important;min-width:0!important;margin:0!important;padding:0!important;border:0!important;border-top:3px solid var(--portal-blue)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.news-right-rail .story-rail-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;min-width:0!important;padding:9px 0 8px!important;border-bottom:1px solid var(--portal-soft-border)!important}.news-right-rail .story-rail-head h2{min-width:0!important;margin:0!important;font-size:1.12rem!important;line-height:1.15!important}.news-right-rail .story-rail-list{list-style:none!important;margin:0!important;padding:0!important}.news-right-rail .story-rail-item{box-sizing:border-box!important;display:grid!important;grid-template-columns:88px minmax(0,1fr)!important;gap:9px!important;align-items:start!important;width:100%!important;min-width:0!important;padding:11px 0!important;border-bottom:1px solid var(--portal-soft-border)!important}.news-right-rail .story-rail-item:last-child{border-bottom:0!important}.story-rail-thumb{display:block!important;width:88px!important;max-width:88px!important;aspect-ratio:4 / 3!important;overflow:hidden!important;border-radius:2px!important;background:var(--surface-alt)!important}.story-rail-thumb img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;transform:none!important;transition:filter .12s ease!important}.story-rail-thumb span{width:100%!important;height:100%!important;display:grid!important;place-items:center!important;color:var(--muted)!important;font-size:1rem!important;font-weight:900!important}.news-right-rail .story-rail-item:hover .story-rail-thumb img{filter:brightness(.9)!important;transform:none!important}.news-right-rail .story-rail-copy{min-width:0!important}.news-right-rail .story-rail-copy h3{min-width:0!important;margin:0 0 5px!important;font-size:.86rem!important;line-height:1.3!important;font-weight:750!important;overflow-wrap:anywhere!important}.news-right-rail .story-rail-copy h3 a{color:var(--text)!important;text-decoration:none!important}.news-right-rail .story-rail-copy h3 a:hover,.news-right-rail .story-rail-copy h3 a:focus-visible{color:var(--text)!important;text-decoration:underline!important;text-underline-offset:3px}.news-right-rail .story-rail-copy time{display:block!important;color:var(--muted)!important;font-size:.67rem!important}.story-rail-empty{margin:11px 0 0!important;color:var(--muted)!important;font-size:.77rem!important}.archive-page-v2,.about-page-shell,.info-page-shell,.policy-page,.not-found-page{box-sizing:border-box!important;width:min(1240px,calc(100% - 32px))!important;max-width:1240px!important;min-width:0!important;margin-inline:auto!important}.archive-page-v2{padding:27px 0 58px!important}.archive-page-v2 .archive-hero-v2{max-width:880px!important;margin:0 0 24px!important;padding:0 0 17px!important;border-bottom:2px solid var(--portal-soft-border)!important}.archive-page-v2 .archive-eyebrow,.info-page-shell .info-page-eyebrow{margin-bottom:6px!important;color:var(--accent)!important;font-size:.7rem!important;font-weight:800!important;letter-spacing:.065em!important}.archive-page-v2 .archive-hero-v2 h1,.info-page-shell .info-page-hero h1,.about-page-shell .about-heading,.policy-page .policy-article h1,.not-found-page .not-found-card h1{letter-spacing:-.03em!important;font-weight:800!important}.archive-page-v2 .archive-hero-v2 h1{max-width:22ch!important;margin:0 0 7px!important;font-size:clamp(2rem,3.5vw,3.35rem)!important;line-height:1.05!important}.archive-page-v2 .archive-hero-v2>p:not(.archive-eyebrow){max-width:68ch!important;margin:0 0 7px!important;font-size:.98rem!important;line-height:1.55!important}.archive-page-v2 .archive-search-form{max-width:720px!important;min-height:44px!important;margin:0 0 28px!important;padding:0 0 0 11px!important;gap:8px!important;border:1px solid var(--border)!important;border-radius:2px!important;background:transparent!important;box-shadow:none!important}.archive-page-v2 .archive-search-form:focus-within{border-color:var(--border-strong)!important}.archive-page-v2 .archive-search-form input{min-height:42px!important}.archive-page-v2 .archive-search-form button{align-self:stretch!important;height:auto!important;min-width:86px!important;border-radius:0!important;font-weight:700!important}.archive-page-v2 .archive-lead-story{grid-template-columns:minmax(0,1.42fr) minmax(300px,.86fr)!important;gap:clamp(24px,3vw,40px)!important;align-items:center!important;margin:0 0 30px!important;padding:0 0 30px!important;border-bottom:2px solid var(--portal-soft-border)!important}.archive-page-v2 .archive-lead-image-link{min-height:0!important;aspect-ratio:16 / 9!important;border-radius:2px!important;box-shadow:none!important}.archive-page-v2 .archive-lead-image-link img{display:block!important;transition:filter .14s ease!important}.archive-page-v2 .archive-lead-image-link:hover img,.archive-page-v2 .archive-lead-image-link:focus-visible img{filter:brightness(.95)!important;transform:none!important}.archive-page-v2 .archive-lead-story .portal-category-chip{display:inline!important;min-height:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--accent)!important;font-size:.69rem!important;font-weight:800!important;letter-spacing:.055em!important;text-transform:uppercase!important}.archive-page-v2 .archive-lead-story h2{max-width:19ch!important;margin:8px 0 9px!important;font-size:clamp(1.65rem,2.55vw,2.65rem)!important;line-height:1.08!important;letter-spacing:-.025em!important;font-weight:800!important}.archive-page-v2 .archive-lead-story h2 a:hover,.archive-page-v2 .archive-lead-story h2 a:focus-visible{text-decoration:underline!important;text-decoration-thickness:1px!important;text-underline-offset:3px!important}.archive-page-v2 .archive-lead-story p{margin:0 0 10px!important;font-size:.9rem!important;line-height:1.58!important}.archive-page-v2 .portal-story-meta{font-size:.69rem!important}.archive-page-v2 .archive-results-section{margin-top:0!important}.archive-page-v2 .archive-card-grid{gap:0 22px!important;align-items:start!important}.archive-page-v2 .portal-post-card{height:auto!important;padding:16px 0 22px!important;overflow:visible!important;border:0!important;border-top:1px solid var(--portal-soft-border)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;transform:none!important;transition:none!important}.archive-page-v2 .portal-post-card:hover{border-color:var(--portal-soft-border)!important;box-shadow:none!important;transform:none!important}.archive-page-v2 .portal-post-card-figure{height:auto!important;aspect-ratio:16 / 9!important;margin:0 0 10px!important;border:0!important;border-radius:2px!important;box-shadow:none!important}.archive-page-v2 .portal-post-card .card-image{transform:none!important;transition:filter .14s ease!important}.archive-page-v2 .portal-post-card:hover .card-image{transform:none!important;filter:brightness(.95)!important}.archive-page-v2 .portal-post-card-body{padding:0!important}.archive-page-v2 .portal-post-card-title{margin:6px 0!important;font-size:1.02rem!important;line-height:1.32!important;font-weight:760!important;letter-spacing:-.012em!important}.archive-page-v2 .portal-post-card-title a:hover,.archive-page-v2 .portal-post-card-title a:focus-visible{color:var(--text)!important;text-decoration:underline!important;text-underline-offset:3px!important}.archive-page-v2 .portal-post-card-excerpt{margin:0 0 8px!important;color:var(--muted)!important;font-size:.78rem!important;line-height:1.52!important}.archive-page-v2 .portal-post-card-meta{font-size:.67rem!important}.archive-page-v2 .archive-pagination{margin-top:28px!important;padding-top:18px!important;border-top:2px solid var(--portal-soft-border)!important}.about-page-shell,.policy-page{padding:28px 0 60px!important}.about-page-shell .about-profile-card,.policy-page .policy-article,.not-found-page .not-found-card{margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.about-page-shell .about-profile-header{max-width:900px!important;margin:0 0 24px!important;padding:0 0 20px!important;border-bottom:2px solid var(--portal-soft-border)!important}.about-page-shell .about-profile-photo{width:72px!important;height:72px!important;border-radius:2px!important;box-shadow:none!important}.about-page-shell .about-heading{margin-bottom:3px!important;font-size:clamp(2rem,3.5vw,3.25rem)!important}.about-page-shell .about-meta-pills .meta-pill{padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--muted)!important}.about-page-shell .about-content-body,.policy-page .policy-article{width:min(760px,100%)!important;max-width:760px!important}.about-page-shell .about-section{margin:0!important;padding:23px 0!important;border-top:1px solid var(--portal-soft-border)!important;border-radius:0!important;background:transparent!important}.about-page-shell .about-section:first-child{border-top:0!important;padding-top:0!important}.about-page-shell .about-section h2,.policy-page .detail-hero h1{font-weight:800!important}.policy-page .detail-hero{margin:0 0 18px!important;padding:0 0 14px!important;border-bottom:2px solid var(--portal-soft-border)!important}.policy-page .article-body-content,.policy-page .formatted-article-content{font-size:1.03rem!important;line-height:1.75!important}.info-page-shell{padding:28px 0 60px!important}.info-page-shell .info-page-hero{max-width:820px!important;margin:0 0 25px!important;padding:0 0 18px!important;border-bottom:2px solid var(--portal-soft-border)!important}.info-page-shell .info-page-hero h1{margin:0 0 7px!important;font-size:clamp(2rem,3.7vw,3.35rem)!important;line-height:1.06!important}.info-page-shell .info-page-hero>p:last-child{margin:0!important;font-size:.98rem!important;line-height:1.55!important}.info-page-shell .contact-card-grid{gap:0 22px!important}.info-page-shell .contact-card{gap:5px!important;min-height:132px!important;padding:15px 0 19px!important;border:0!important;border-top:1px solid var(--portal-soft-border)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;transform:none!important;transition:border-color .12s ease,color .12s ease!important}.info-page-shell .contact-card[href]:hover,.info-page-shell .contact-card[href]:focus-visible{border-color:var(--border-strong)!important;background:transparent!important;transform:none!important}.info-page-shell .contact-card svg{width:19px!important;height:19px!important}.info-page-shell .contact-card strong{font-size:.86rem!important;line-height:1.45!important}.not-found-page{padding:55px 0 72px!important}.not-found-page .not-found-card{max-width:680px!important;text-align:left!important;border-top:3px solid var(--portal-blue)!important;border-bottom:1px solid var(--portal-soft-border)!important;padding:24px 0 26px!important}.not-found-page .not-found-icon{width:32px!important;height:32px!important}.not-found-page .not-found-card h1{margin:10px 0 7px!important;font-size:clamp(2rem,4vw,3.2rem)!important}.site-shell .button,.site-shell a.button,.site-shell button{border-radius:2px!important;box-shadow:none!important}.site-shell .button,.site-shell a.button{min-height:38px!important;padding:7px 12px!important;font-size:.8rem!important;font-weight:700!important}.site-shell .button:active,.site-shell a.button:active,.site-shell button:active{transform:none!important}.portal-primary-nav .navbar-list{scrollbar-width:none!important}.portal-primary-nav .navbar-list::-webkit-scrollbar{display:none!important}.site-shell button,.site-shell .button,.site-shell a.button,.site-shell button:hover,.site-shell .button:hover,.site-shell a.button:hover{transform:none}@media(max-width:1120px){.news-article-shell>.news-reading-grid{grid-template-columns:minmax(0,1fr) 286px!important;gap:30px!important}.news-reading-grid>.news-story-main{max-width:none!important}.news-reading-grid>.news-right-rail{max-width:286px!important}}@media(max-width:960px){.news-article-shell{width:min(100% - 28px,850px)!important;max-width:850px!important}.news-article-shell>.news-story-header{width:100%!important;max-width:850px!important}.news-article-shell>.news-reading-grid{display:block!important;width:100%!important;max-width:850px!important}.news-reading-grid>.news-story-main,.news-article-reader,.news-story-copy,.news-story-copy .formatted-article-content{width:100%!important;max-width:100%!important}.news-reading-grid>.news-right-rail{position:static!important;width:100%!important;max-width:100%!important;margin:40px 0 0!important}.news-right-rail .story-rail-item{grid-template-columns:118px minmax(0,1fr)!important}.story-rail-thumb{width:118px!important;max-width:118px!important}.archive-page-v2 .archive-lead-story{grid-template-columns:1fr!important;align-items:start!important}.archive-page-v2 .archive-lead-story>div{max-width:700px!important}}@media(max-width:760px){.portal-brand-row,.portal-primary-nav-inner,.portal-home,.archive-page-v2,.about-page-shell,.info-page-shell,.policy-page,.not-found-page{width:calc(100% - 24px)!important}.portal-brand-row{min-height:66px!important}.portal-brand-row .site-brand-name{font-size:1.35rem!important}.portal-brand-row .site-brand-tagline{display:none!important}.portal-primary-nav .navbar-list{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}.portal-primary-nav .nav-link{white-space:nowrap!important;flex-shrink:0!important}.news-article-shell{width:calc(100% - 24px)!important;padding-top:17px!important}.news-article-breadcrumbs{margin-bottom:14px!important}#post-main-title.news-story-title{max-width:none!important;font-size:clamp(2rem,10vw,2.9rem)!important;line-height:1.04!important;text-wrap:pretty}.news-story-meta{display:grid!important;gap:4px!important}.news-story-header .reader-tools{width:100%!important;gap:8px!important}.news-story-image{border-radius:2px!important}.news-story-copy,.news-story-copy .formatted-article-content{font-size:calc(1.05rem * var(--reader-scale, 1))!important;line-height:1.74!important}.related-posts-grid-v2{grid-template-columns:1fr!important}.news-right-rail .story-rail-item{grid-template-columns:94px minmax(0,1fr)!important}.story-rail-thumb{width:94px!important;max-width:94px!important}.info-page-shell .contact-card-grid,.archive-page-v2 .archive-card-grid{grid-template-columns:1fr!important}.about-page-shell .about-profile-header{align-items:flex-start!important}}@media(max-width:420px){.news-author-block{align-items:flex-start!important}.news-author-avatar{width:39px!important;height:39px!important}.news-story-header .reader-tools button,.news-story-header .reader-tools a{width:34px!important;height:34px!important}.news-right-rail .story-rail-item{grid-template-columns:80px minmax(0,1fr)!important}.story-rail-thumb{width:80px!important;max-width:80px!important}}.news-story-media-frame{width:100%!important;aspect-ratio:16 / 9!important;overflow:hidden!important;position:relative!important;background:var(--surface-alt)!important;border-radius:2px!important}.news-story-media-frame>.news-story-image{display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center center!important;border-radius:0!important}.news-story-copy .formatted-article-content>p,.news-story-copy .formatted-article-content .content-paragraph{margin:0 0 1.5em!important;line-height:1.75!important}.news-story-copy .formatted-article-content>p:last-child,.news-story-copy .formatted-article-content .content-paragraph:last-child{margin-bottom:0!important}.cms-textarea{font-size:1.05rem!important;line-height:1.75!important;max-height:520px!important;overflow-y:auto!important}.cms-textarea p,.cms-textarea>div{margin:0 0 1.5em!important;line-height:1.75!important}.cms-textarea h2{margin:2em 0 .55em!important;line-height:1.2!important}.cms-textarea h3{margin:1.65em 0 .5em!important;line-height:1.25!important}.cms-textarea ul,.cms-textarea ol{margin:0 0 1.5em 1.5em!important}.cms-textarea blockquote{margin:1.5em 0!important}.cms-textarea img{max-width:100%!important;height:auto!important;border-radius:2px!important}.cms-textarea figure{margin:1.5em 0!important}.cms-textarea figcaption{margin-top:.45em!important;color:var(--muted)!important;font-size:.8rem!important}.admin-selected-thumb{aspect-ratio:16 / 9!important;width:100%!important;height:auto!important;object-fit:cover!important;border-radius:2px!important}.featured-image-guidance{display:grid;gap:4px;margin-top:10px;padding:10px 0 0;border-top:1px solid var(--border);font-size:.78rem;line-height:1.45}.featured-image-guidance strong{color:var(--text)}.featured-image-guidance span,.featured-image-guidance small{color:var(--muted)}.featured-image-guidance.good span{color:#7dd3a7}.featured-image-guidance.warn span{color:#f0c36a}.social-preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.social-preview-card{min-width:0;border:1px solid var(--border);border-radius:2px;overflow:hidden;background:var(--surface)}@media(max-width:760px){.social-preview-grid{grid-template-columns:1fr}}.news-story-copy .formatted-article-content>.content-paragraph-block{margin:0 0 1.5em!important;line-height:1.75!important}.news-story-copy .formatted-article-content img,.news-story-copy .formatted-article-content .content-image{display:block!important;width:auto!important;max-width:100%!important;height:auto!important;object-fit:contain!important;border-radius:2px!important}.news-story-copy .formatted-article-content figure{max-width:100%!important;margin:1.5em 0!important;overflow:hidden!important}.news-story-copy .formatted-article-content figcaption{margin-top:.45em!important;color:var(--muted)!important;font-size:.78rem!important;line-height:1.45!important}.about-page-shell .about-profile-header{gap:28px!important;align-items:center!important;border-bottom:0!important;padding-bottom:0!important;margin-bottom:30px!important}.about-page-shell .about-photo-wrapper{width:176px!important;height:176px!important;min-width:176px!important;min-height:176px!important;flex:0 0 176px!important;overflow:hidden!important;border:2px solid var(--portal-blue)!important;border-radius:50%!important;background:var(--surface-alt)!important;box-shadow:none!important}.about-page-shell .about-photo-wrapper .about-profile-photo{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center center!important;border:0!important;border-radius:50%!important;box-shadow:none!important}.about-page-shell .about-section{margin:0 0 34px!important;padding:0!important;border:0!important;background:transparent!important}.about-page-shell .about-section h2{margin:0 0 14px!important;padding:0!important;border:0!important;font-size:1.45rem!important}.about-page-shell .about-experience-grid{display:grid!important;grid-template-columns:1fr!important;gap:22px!important}.about-page-shell .experience-card{margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;transform:none!important}.about-page-shell .experience-card:hover{border-color:transparent!important;transform:none!important}.about-page-shell .about-timeline-list{gap:24px!important;margin:0!important;padding:0!important;border-left:0!important}.about-page-shell .timeline-dot{display:none!important}.about-page-shell .timeline-item{padding:0!important}.about-page-shell .about-awards-list{gap:10px!important}.about-page-shell .about-awards-list li{padding:0!important;border:0!important;border-radius:0!important;background:transparent!important}.news-article-shell .news-story-copy,.news-article-shell .news-story-copy .formatted-article-content,.news-article-shell .news-story-copy p,.news-article-shell .news-story-copy li,.news-article-shell .news-story-lead{font-size:calc(1.12rem * var(--reader-scale, 1))!important;line-height:1.78!important}.news-article-shell .news-story-copy h2,.news-article-shell .news-story-copy .formatted-article-content h2{font-size:calc(1.82rem * var(--reader-scale, 1))!important;line-height:1.2!important}.news-article-shell .news-story-copy h3,.news-article-shell .news-story-copy .formatted-article-content h3{font-size:calc(1.42rem * var(--reader-scale, 1))!important;line-height:1.28!important}.news-article-shell .news-story-copy h4,.news-article-shell .news-story-copy .formatted-article-content h4{font-size:calc(1.2rem * var(--reader-scale, 1))!important;line-height:1.32!important}.cms-editor-toolbar{display:flex;flex-wrap:wrap;align-items:end;gap:8px;margin-bottom:8px}.cms-block-type-label{display:inline-flex;align-items:center;min-height:38px;color:var(--text);font-size:.82rem;font-weight:750}.cms-block-type-select{min-height:38px;min-width:145px}.cms-editor-toolbar button,.cms-block-type-select{border-radius:3px!important}.cms-editor-toolbar button:focus-visible,.cms-block-type-select:focus-visible,.tag-suggestion-list button:focus-visible,.cms-textarea:focus-visible{outline:3px solid var(--focus, #facc15)!important;outline-offset:2px!important}.cms-textarea{min-height:440px!important;border-radius:3px!important;caret-color:currentColor}.cms-textarea h2{font-size:1.7rem!important}.cms-textarea h3{font-size:1.4rem!important}.cms-textarea h4{margin:1.4em 0 .45em!important;font-size:1.18rem!important;line-height:1.3!important}.tag-suggestion-wrap{margin-top:10px}.tag-suggestion-label{margin:0 0 6px;color:var(--muted);font-size:.76rem;font-weight:750}.tag-suggestion-list{display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none}.tag-suggestion-list button{min-height:32px;padding:5px 9px;border:1px solid var(--border);border-radius:3px;background:var(--surface-alt);color:var(--text);cursor:pointer;font:inherit;font-size:.8rem}.tag-suggestion-list button:hover{border-color:var(--accent)}.seo-score-row{display:flex;justify-content:space-between;gap:12px;margin:12px 0 7px;padding-top:10px;border-top:1px solid var(--border)}.seo-check-list{display:grid;gap:4px;margin:0 0 12px;padding:0;list-style:none;color:var(--muted);font-size:.76rem}.seo-check-list .ok{color:#7dd3a7}.seo-check-list .needs-work{color:#f0c36a}.social-preview-card>.social-preview-domain,.social-preview-card>strong,.social-preview-card>p{display:block;margin:0;padding:8px 10px 0}.social-preview-card>p{padding-bottom:10px;color:var(--muted);font-size:.75rem;line-height:1.4}.social-preview-card>img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;border-bottom:1px solid var(--border)}.social-preview-domain{color:var(--muted);font-size:.7rem}.custom-page-shell{width:min(920px,calc(100% - 32px));margin-inline:auto;padding:34px 0 64px}.custom-page-article{width:min(760px,100%)}.custom-page-header{margin-bottom:26px}.custom-page-header h1{margin:0 0 10px;font-size:clamp(2rem,4vw,3.4rem);line-height:1.08;letter-spacing:-.025em}.custom-page-lead{margin:0;color:var(--muted);font-size:1.12rem;line-height:1.65}.custom-page-content .formatted-article-content{font-size:1.05rem!important;line-height:1.75!important}.custom-page-content .formatted-article-content p{margin:0 0 1.5em!important;text-align:justify;text-justify:inter-word}.footer-visibility-controls{display:grid;gap:6px;margin-top:12px}.page-editor-columns{align-items:start}.page-editor-columns>aside{display:grid;gap:16px}.field-optional{color:var(--muted);font-weight:500}@media(max-width:760px){.about-page-shell .about-profile-header{align-items:center!important;text-align:center!important}.about-page-shell .about-photo-wrapper{width:148px!important;height:148px!important;min-width:148px!important;min-height:148px!important;flex-basis:148px!important}.cms-editor-toolbar{align-items:stretch}.cms-block-type-label{width:100%;min-height:0}.cms-block-type-select{flex:1 1 100%}.page-editor-columns{grid-template-columns:1fr!important}}.news-story-copy .formatted-article-content>p,.news-story-copy .formatted-article-content .content-paragraph{text-align:justify!important;text-justify:inter-word!important}.archive-page-v2 .archive-content-layout{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(260px,310px)!important;gap:clamp(24px,3vw,38px)!important;align-items:start!important}.archive-page-v2 .archive-content-layout-single{grid-template-columns:minmax(0,1fr)!important}.archive-page-v2 .archive-main-column,.archive-page-v2 .archive-sidebar{min-width:0!important}.archive-page-v2 .archive-sidebar .portal-sticky-rail{position:sticky!important;top:22px!important}.archive-page-v2 .archive-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.archive-page-v2 .archive-latest-section{margin-top:38px!important;padding-top:24px!important;border-top:1px solid var(--portal-soft-border)!important}.archive-page-v2 .archive-latest-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0 20px!important}.archive-page-v2 .archive-pagination-numbered{display:grid!important;grid-template-columns:minmax(90px,1fr) auto minmax(90px,1fr)!important;align-items:center!important;gap:12px!important}.archive-page-v2 .pagination-pages{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;gap:5px!important}.archive-page-v2 .pagination-link{min-width:38px!important;min-height:38px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:6px 10px!important;border:1px solid var(--border)!important;border-radius:3px!important;background:var(--surface)!important;color:var(--text)!important;text-decoration:none!important;font-size:.8rem!important;font-weight:760!important}.archive-page-v2 .pagination-link:hover,.archive-page-v2 .pagination-link:focus-visible{border-color:var(--accent)!important;text-decoration:underline!important;text-underline-offset:3px!important}.archive-page-v2 .pagination-number.current{border-color:var(--accent)!important;background:var(--portal-blue)!important;color:#fff!important}.archive-page-v2 .pagination-link.disabled{opacity:.55!important;cursor:default!important}.archive-page-v2 .pagination-ellipsis{padding:0 3px!important;color:var(--muted)!important}.news-article-shell>.news-reading-grid.news-reading-grid-no-rail{grid-template-columns:minmax(0,820px)!important;justify-content:center!important}.news-reading-grid-no-rail>.news-right-rail[hidden]{display:none!important}.admin-login-page{min-height:100vh!important;display:grid!important;place-items:center!important;padding:24px!important;background:var(--bg)!important}.admin-login-page .admin-login-card{width:min(100%,430px)!important;display:grid!important;gap:14px!important;padding:24px!important;border:1px solid var(--border)!important;border-radius:4px!important;background:var(--surface)!important;box-shadow:none!important}.profile-image-setting-row{display:grid!important;grid-template-columns:108px minmax(0,1fr)!important;gap:16px!important;align-items:center!important;margin:14px 0!important}.profile-image-preview-circle{width:104px!important;height:104px!important;overflow:hidden!important;border:2px solid var(--accent)!important;border-radius:50%!important;background:var(--surface-alt)!important}.profile-image-preview-circle img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.profile-derived-previews{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-top:14px!important}.profile-derived-previews>div{min-width:0!important}.profile-derived-previews span{display:block!important;margin-bottom:5px!important;color:var(--muted)!important;font-size:.75rem!important;font-weight:700!important}.profile-derived-previews img{display:block!important;width:100%!important;aspect-ratio:16 / 9!important;object-fit:cover!important;border:1px solid var(--border)!important;border-radius:2px!important}.profile-same-image-toggle{margin-top:12px!important}@media(max-width:1120px){.archive-page-v2 .archive-content-layout{grid-template-columns:minmax(0,1fr) 270px!important}.archive-page-v2 .archive-card-grid,.archive-page-v2 .archive-latest-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:860px){.archive-page-v2 .archive-content-layout{grid-template-columns:1fr!important}.archive-page-v2 .archive-sidebar .portal-sticky-rail{position:static!important}}@media(max-width:640px){.archive-page-v2 .archive-card-grid,.archive-page-v2 .archive-latest-grid{grid-template-columns:1fr!important}.archive-page-v2 .archive-pagination-numbered{grid-template-columns:1fr 1fr!important}.archive-page-v2 .pagination-pages{grid-column:1 / -1!important;grid-row:1!important}.archive-page-v2 .pagination-direction:last-child{justify-self:end!important}.profile-image-setting-row,.profile-derived-previews{grid-template-columns:1fr!important}}.category-admin-list article,.category-edit-card{display:grid;gap:.8rem}.category-admin-list article>.button-row{justify-content:flex-start}.category-edit-card{padding:1rem;background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius)}
