@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,400;0,600;0,700;1,400&family=IBM+Plex+Mono:wght@400;500&family=Inter:wght@300;400;500&display=swap";:root{--accent: #1a5276;--accent-light: #2471a3;--accent-hover: #154360;--bg: #ffffff;--bg-surface: #f8f9fa;--bg-elevated: #f0f2f5;--bg-hover: #e8ecf0;--text-primary: #1a1a2e;--text-body: #3d3d5c;--text-secondary: #5a5a7a;--text-muted: #8a8aa0;--border: #e0e0e8;--border-light: #eaeaf0;--red-alert: #c0392b;--amber: #b7950b;--green: #1e8449;--dark-bg: #0d2137;--dark-bg-end: #1a5276}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--bg);color:var(--text-primary);font-family:Inter,-apple-system,sans-serif;font-size:1.05rem;line-height:1.7;-webkit-font-smoothing:antialiased}.skip-link{position:absolute;top:-100%;left:1rem;z-index:1000;padding:.5rem 1rem;background:var(--accent);color:#fff;font-size:.85rem;text-decoration:none;border-radius:0 0 4px 4px}.skip-link:focus{top:0}*:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@keyframes tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}@keyframes mapPulse{0%,to{opacity:.6;r:12}50%{opacity:.15;r:18}}.ticker{background:var(--accent);padding:7px 0;overflow:hidden;position:relative}.ticker-track{display:flex;animation:tickerScroll 50s linear infinite;white-space:nowrap}.ticker-item{font-family:IBM Plex Mono,monospace;font-size:.7rem;font-weight:500;color:#fff;padding:0 2rem;display:flex;align-items:center;gap:.5rem;flex-shrink:0}.ticker-pip{width:4px;height:4px;border-radius:50%;background:#ffffff80;flex-shrink:0}.ticker-source{font-size:.6rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:#ffffff26;padding:.1rem .35rem;border-radius:2px;flex-shrink:0}.ticker-source-rw{background:#0072bc66}.masthead{text-align:center;padding:1.5rem 2rem .8rem;border-bottom:1px solid var(--border)}.masthead-brand{display:flex;align-items:center;justify-content:center}.masthead-logo-link{display:flex;flex-shrink:0;transition:opacity .2s}.masthead-logo-link:hover{opacity:.85}.masthead-logo{height:180px;width:auto;object-fit:contain}.masthead-date{font-family:IBM Plex Mono,monospace;font-size:.6rem;color:var(--text-muted);letter-spacing:.02em}.live-dot{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--green);animation:pulse 2s ease-in-out infinite;vertical-align:middle;margin-right:3px}.nav-bar{display:flex;justify-content:center;align-items:center;padding:.75rem 2rem;border-bottom:1px solid var(--border);background:#fffffff7;backdrop-filter:blur(12px);position:sticky;top:0;z-index:99}.nav-links{display:flex;justify-content:center;gap:2rem}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;flex-direction:column;gap:4px}.nav-toggle-bar{display:block;width:22px;height:2px;background:var(--text-primary);border-radius:1px;transition:transform .3s,opacity .3s}.nav-toggle[aria-expanded=true] .nav-toggle-bar:nth-child(1){transform:rotate(45deg) translate(4px,4px)}.nav-toggle[aria-expanded=true] .nav-toggle-bar:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] .nav-toggle-bar:nth-child(3){transform:rotate(-45deg) translate(4px,-4px)}.nav-bar a{font-size:.76rem;color:var(--text-secondary);text-decoration:none;letter-spacing:.02em;transition:color .2s}.nav-bar a:hover{color:var(--text-primary)}.nav-bar a.active{color:var(--text-primary);position:relative}.nav-bar a.active:after{content:"";position:absolute;bottom:-.75rem;left:0;right:0;height:2px;background:var(--accent)}.nav-bar a.wt-link{color:var(--accent);font-weight:500}.nav-bar a.lang-switch{font-family:IBM Plex Mono,monospace;font-size:.62rem;font-weight:500;letter-spacing:.06em;padding:.15rem .5rem;border:1px solid var(--border-light);border-radius:3px;transition:all .2s}.nav-bar a.lang-switch:hover{border-color:var(--accent);color:var(--accent)}.nav-backdrop{display:none}body.nav-locked{overflow:hidden}@media(max-width:768px){.nav-bar{justify-content:flex-end;padding:.75rem 1rem}.nav-toggle{display:flex;position:relative;z-index:102}.nav-backdrop{display:block;position:fixed;inset:0;background:#0d213780;z-index:100;opacity:0;transition:opacity .25s ease;pointer-events:none}.nav-backdrop:not([hidden]){opacity:1;pointer-events:auto}.nav-links{position:fixed;top:0;right:0;bottom:0;width:min(85vw,320px);flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0;padding:4.5rem 1.5rem 2rem;background:#fff;border-left:1px solid var(--border);box-shadow:-8px 0 24px #0d213714;transform:translate(100%);transition:transform .25s ease;z-index:101;overflow-y:auto;visibility:hidden}.nav-links.nav-open{transform:translate(0);visibility:visible}.nav-bar a{padding:.9rem 0;border-bottom:1px solid var(--border);font-size:.95rem;color:var(--text-primary)}.nav-bar a:last-child{border-bottom:none}.nav-bar a.active{color:var(--accent);font-weight:500}.nav-bar a.active:after{display:none}}@media(prefers-reduced-motion:reduce){.nav-links,.nav-backdrop,.nav-toggle-bar{transition:none!important}}.container,.container--wide{max-width:1400px;margin:0 auto;padding:0 2rem}.container--narrow{max-width:900px;margin:0 auto;padding:0 2rem}.lead-section{padding:2.5rem 0 2rem;border-bottom:1px solid var(--border)}.lead-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:2.5rem;align-items:start}.lead-tag{font-family:IBM Plex Mono,monospace;font-size:.62rem;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--red-alert);margin-bottom:.6rem}.lead-headline{font-family:"IBM Plex Serif",serif;font-size:clamp(1.5rem,2.8vw,2.1rem);font-weight:700;line-height:1.22;margin-bottom:1rem}.lead-headline a{color:var(--text-primary);text-decoration:none}.lead-headline a:hover{text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:3px;text-decoration-color:var(--accent)}.lead-lede{font-family:"IBM Plex Serif",serif;font-size:1rem;line-height:1.75;color:var(--text-body);margin-bottom:1rem}.lead-byline{font-size:.72rem;color:var(--text-muted)}.lead-byline strong{color:var(--text-secondary);font-weight:500}.lead-data-box{background:var(--bg-surface);border:1px solid var(--border-light);position:relative;overflow:hidden}.lead-data-box:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--accent)}.data-box-inner{padding:1.5rem}.data-box-title{font-family:IBM Plex Mono,monospace;font-size:.58rem;text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.data-row{display:flex;justify-content:space-between;align-items:baseline;padding:.5rem 0;border-bottom:1px solid var(--border)}.data-row:last-of-type{border-bottom:none}.data-label{font-size:.8rem;color:var(--text-body)}.data-value{font-family:IBM Plex Mono,monospace;font-size:.8rem;font-weight:500;color:var(--text-primary)}.data-value.up{color:var(--red-alert)}.data-value.warn{color:var(--amber)}.data-value.down{color:var(--green)}.data-source{font-size:.62rem;color:var(--text-muted);margin-top:.8rem;font-style:italic}.map-section{padding:1.8rem 0;border-bottom:1px solid var(--border)}.map-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.map-label{font-family:IBM Plex Mono,monospace;font-size:.58rem;text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted)}.map-legend{display:flex;gap:1.2rem}.map-legend-item{display:flex;align-items:center;gap:.35rem;font-family:IBM Plex Mono,monospace;font-size:.58rem;color:var(--text-muted)}.map-legend-dot{width:7px;height:7px;border-radius:50%}.map-container{position:relative;background:var(--bg-surface);border:1px solid var(--border);border-radius:2px;overflow:hidden;padding:1rem}.map-container svg{width:100%;height:auto;display:block}.map-tooltip{opacity:0;transition:opacity .2s ease;pointer-events:none}.map-point{cursor:pointer}.map-point:hover .map-tooltip{opacity:1}.map-point:hover{filter:brightness(1.3)}.map-pulse{animation:mapPulse 3s ease-in-out infinite}.content-layout{display:grid;grid-template-columns:1fr 300px;gap:2.5rem;padding:2rem 0}.stream-label{font-family:IBM Plex Mono,monospace;font-size:.58rem;text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.brief-item{padding:1.1rem 0;border-bottom:1px solid var(--border)}.brief-item:last-child{border-bottom:none}.brief-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}.brief-region{font-family:IBM Plex Mono,monospace;font-size:.6rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--accent)}.brief-dot{width:3px;height:3px;border-radius:50%;background:var(--text-muted)}.brief-date{font-family:IBM Plex Mono,monospace;font-size:.6rem;color:var(--text-muted)}.brief-headline{font-family:"IBM Plex Serif",serif;font-size:1.05rem;font-weight:600;line-height:1.35;margin-bottom:.35rem}.brief-headline a{color:var(--text-primary);text-decoration:none}.brief-headline a:hover{text-decoration:underline;text-decoration-color:var(--accent);text-decoration-thickness:1px;text-underline-offset:2px}.brief-summary{font-size:.85rem;color:var(--text-secondary);line-height:1.6}.brief-data{font-family:IBM Plex Mono,monospace;font-size:.76rem;font-weight:500}.sidebar-block{margin-bottom:2.2rem}.sidebar-title{font-family:IBM Plex Mono,monospace;font-size:.58rem;text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.wt-widget{background:var(--bg-elevated);border:1px solid var(--border-light);padding:1.2rem;position:relative;overflow:hidden}.wt-widget:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--accent)}.wt-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.8rem}.wt-live{width:6px;height:6px;border-radius:50%;background:var(--green);animation:pulse 2s ease-in-out infinite}.wt-label{font-family:IBM Plex Mono,monospace;font-size:.6rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.wt-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem;margin-bottom:.9rem}.wt-cell{text-align:center;padding:.5rem 0;background:#ffffff05}.wt-cell-val{font-family:IBM Plex Mono,monospace;font-size:1.1rem;font-weight:500}.wt-cell-lbl{font-size:.52rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.wt-cta{display:block;text-align:center;padding:.55rem;font-size:.75rem;font-weight:500;color:var(--text-primary);text-decoration:none;border:1px solid var(--border-light);transition:all .2s}.wt-cta:hover{border-color:var(--accent);color:var(--accent)}.wt-note{font-size:.58rem;color:var(--text-muted);text-align:center;margin-top:.4rem}.expert-item{padding:.7rem 0;border-bottom:1px solid var(--border)}.expert-item:first-child{padding-top:0}.expert-item:last-child{border-bottom:none}.expert-by{font-size:.68rem;color:var(--text-muted);margin-bottom:.15rem}.expert-by strong{color:var(--text-secondary);font-weight:500}.expert-h{font-family:"IBM Plex Serif",serif;font-size:.9rem;font-weight:600;line-height:1.35}.expert-h a{color:var(--text-primary);text-decoration:none}.expert-h a:hover{text-decoration:underline;text-decoration-color:var(--accent)}.expert-enriched{font-family:IBM Plex Mono,monospace;font-size:.55rem;color:var(--accent);margin-top:.15rem;letter-spacing:.02em}.c-table{width:100%;border-collapse:collapse}.c-table th{font-family:IBM Plex Mono,monospace;font-size:.52rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);text-align:left;padding:0 0 .35rem;border-bottom:1px solid var(--border-light);font-weight:500}.c-table th:not(:first-child){text-align:right}.c-table td{padding:.4rem 0;border-bottom:1px solid var(--border);font-size:.78rem;color:var(--text-body)}.c-table td:not(:first-child){text-align:right;font-family:IBM Plex Mono,monospace;font-size:.72rem;font-weight:500}.c-table tr:last-child td{border-bottom:none}.c-link{color:var(--text-primary);text-decoration:none;font-weight:500}.c-link:hover{text-decoration:underline;text-decoration-color:var(--accent)}.sdot{display:inline-block;width:5px;height:5px;border-radius:50%;margin-right:4px;vertical-align:middle}.sdot.alert{background:var(--red-alert)}.sdot.watch{background:var(--amber)}.sdot.stable{background:var(--green)}.all-countries{display:block;font-size:.72rem;color:var(--accent);text-decoration:none;margin-top:.6rem}.all-countries:hover{text-decoration:underline}.contribute-text{font-size:.8rem;color:var(--text-secondary);line-height:1.55;margin-bottom:.5rem}.contribute-link{font-size:.78rem;font-weight:500;color:var(--accent);text-decoration:none;border-bottom:1px solid var(--accent);padding-bottom:1px}.info-strip{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.5rem 0;text-align:center}.info-strip p{font-size:.82rem;color:var(--text-secondary);margin-bottom:.2rem}.info-strip p:last-child{margin-bottom:0}.info-strip .accent{color:var(--accent);font-weight:500}.about-section{padding:2.5rem 0;border-bottom:1px solid var(--border)}.about-rule{width:40px;height:2px;background:var(--accent);margin-bottom:1.2rem}.about-heading{font-family:"IBM Plex Serif",serif;font-size:1.1rem;font-weight:600;margin-bottom:.8rem}.about-text{font-size:.88rem;color:var(--text-secondary);line-height:1.7;max-width:640px;margin-bottom:.5rem}.site-footer{background:var(--bg-surface);border-top:1px solid var(--border);padding:0}.site-footer .container{padding-top:2.5rem;padding-bottom:1.5rem}.footer-rule{display:none}.footer-columns{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:2rem}.footer-brand{margin-bottom:.75rem}.footer-logo-full{height:80px;width:auto;object-fit:contain;opacity:.85;mix-blend-mode:multiply}.footer-desc{font-size:.85rem;line-height:1.6;color:var(--text-body);margin-bottom:.5rem}.footer-address{font-size:.8rem;color:var(--text-secondary)}.footer-col-title{font-family:IBM Plex Mono,monospace;font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);margin-bottom:.75rem}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-links a{font-size:.85rem;color:var(--text-body);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--accent)}.footer-meta{border-top:1px solid var(--border);padding-top:1.2rem;display:flex;justify-content:space-between;align-items:center}.footer-copy,.footer-reg{font-size:.75rem;color:var(--text-muted)}.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}.footer-newsletter{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0;margin-bottom:2rem;border-bottom:1px solid var(--border)}.footer-newsletter-text{display:flex;flex-direction:column;gap:.15rem}.footer-newsletter-text strong{font-family:"IBM Plex Serif",serif;font-size:1rem;color:var(--text-primary)}.footer-newsletter-text span{font-size:.85rem;color:var(--text-secondary)}.footer-newsletter-form{display:flex;gap:.5rem}.footer-newsletter-input{font-size:.85rem;padding:.5rem 1rem;border:1px solid var(--border);border-radius:4px;background:var(--bg);color:var(--text-primary);width:260px}.footer-newsletter-input:focus{border-color:var(--accent);outline:none}.footer-newsletter-btn{font-size:.85rem;font-weight:500;padding:.5rem 1.2rem;background:var(--accent);color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s}.footer-newsletter-btn:hover{background:var(--accent-hover)}.page-hero{padding:3rem 0 2rem;border-bottom:1px solid var(--border)}.page-hero-tag{font-family:IBM Plex Mono,monospace;font-size:.62rem;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:.6rem}.page-hero-title{font-family:"IBM Plex Serif",serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;line-height:1.2;margin-bottom:.8rem}.page-hero-lede{font-family:"IBM Plex Serif",serif;font-size:1rem;line-height:1.7;color:var(--text-body);max-width:640px}.about-logo-full{display:block;max-width:400px;height:auto;margin-bottom:1.5rem;opacity:.9}.page-section{padding:2.5rem 0;border-bottom:1px solid var(--border)}.section-heading{font-family:"IBM Plex Serif",serif;font-size:1.15rem;font-weight:600;margin-bottom:1rem}.prose{max-width:640px}.prose p{font-size:.88rem;color:var(--text-secondary);line-height:1.75;margin-bottom:.8rem}.prose a{color:var(--accent);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s}.prose a:hover{border-bottom-color:var(--accent)}.methodology-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1.5rem}.method-card{background:var(--bg-surface);border:1px solid var(--border-light);padding:1.5rem;position:relative}.method-number{font-family:IBM Plex Mono,monospace;font-size:.6rem;font-weight:500;letter-spacing:.08em;color:var(--accent);margin-bottom:.6rem}.method-title{font-family:"IBM Plex Serif",serif;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.method-text{font-size:.82rem;color:var(--text-secondary);line-height:1.6}.method-text a{color:var(--accent);text-decoration:none}.stats-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1.5rem;padding:1.5rem;background:var(--bg-surface);border:1px solid var(--border-light)}.stat-item{text-align:center}.stat-value{font-family:IBM Plex Mono,monospace;font-size:1.6rem;font-weight:500;color:var(--accent)}.stat-label{font-size:.62rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-top:.2rem}.team-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem;margin-top:1rem}.team-card{background:var(--bg-surface);border:1px solid var(--border-light);padding:1.5rem}.team-card-open{border-style:dashed}.team-role{font-family:IBM Plex Mono,monospace;font-size:.55rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.3rem}.team-name{font-family:"IBM Plex Serif",serif;font-size:1rem;font-weight:600;margin-bottom:.5rem}.team-bio{font-size:.82rem;color:var(--text-secondary);line-height:1.6}.team-bio a{color:var(--accent);text-decoration:none}.team-bio a:hover{text-decoration:underline}.content-tiers{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem;margin-top:1rem}.tier-item{background:var(--bg-surface);border:1px solid var(--border-light);padding:1.5rem;position:relative}.tier-gated{border-color:var(--accent)}.tier-gated:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--accent)}.tier-freq{font-family:IBM Plex Mono,monospace;font-size:.55rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.4rem}.tier-title{font-family:"IBM Plex Serif",serif;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.tier-desc{font-size:.82rem;color:var(--text-secondary);line-height:1.6;margin-bottom:.8rem}.tier-access{font-family:IBM Plex Mono,monospace;font-size:.58rem;text-transform:uppercase;letter-spacing:.06em;color:var(--green)}.tier-access-gated{color:var(--accent)}.page-cta-section{text-align:center;padding:3rem 0}.cta-heading{font-family:"IBM Plex Serif",serif;font-size:1.4rem;font-weight:600;margin-bottom:.5rem}.cta-text{font-size:.88rem;color:var(--text-secondary);margin-bottom:1.5rem}.cta-actions{display:flex;align-items:center;justify-content:center;gap:1.5rem}.cta-button{display:inline-block;padding:.6rem 1.8rem;font-size:.8rem;font-weight:500;color:#fff;background:var(--accent);text-decoration:none;border:none;transition:opacity .2s}.cta-button:hover{opacity:.85}.cta-link{font-size:.8rem;font-weight:500;color:var(--accent);text-decoration:none}.contact-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:start}.contact-form-wrap{background:var(--bg-surface);border:1px solid var(--border-light);padding:2rem}.form-group{margin-bottom:1.2rem}.form-label{display:block;font-family:IBM Plex Mono,monospace;font-size:.62rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.4rem}.form-optional{font-weight:400;text-transform:none;letter-spacing:normal;color:var(--text-muted);opacity:.6}.form-input{width:100%;padding:.6rem .8rem;font-family:Inter,sans-serif;font-size:.85rem;color:var(--text-primary);background:var(--bg);border:1px solid var(--border-light);outline:none;transition:border-color .2s}.form-input:focus{border-color:var(--accent)}.form-input::placeholder{color:var(--text-muted)}.form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M3 5l3 3 3-3' fill='none' stroke='%237a7f94' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .8rem center;padding-right:2rem}.form-textarea{resize:vertical;min-height:80px}.form-submit{display:block;width:100%;padding:.7rem;font-family:Inter,sans-serif;font-size:.82rem;font-weight:500;color:#fff;background:var(--accent);border:none;cursor:pointer;transition:opacity .2s}.form-submit:hover{opacity:.85}.form-note{font-size:.62rem;color:var(--text-muted);text-align:center;margin-top:.6rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-info-block{margin-bottom:1.8rem}.contact-info-label{font-family:IBM Plex Mono,monospace;font-size:.58rem;text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);margin-bottom:.4rem;padding-bottom:.3rem;border-bottom:1px solid var(--border)}.contact-info-value{display:block;font-size:.88rem;color:var(--accent);text-decoration:none;margin-top:.5rem}.contact-info-value:hover{text-decoration:underline}.contact-info-note{font-size:.8rem;color:var(--text-secondary);line-height:1.6;margin-top:.4rem}.feed-filters{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;border-bottom:1px solid var(--border)}.filter-group{display:flex;gap:.5rem}.filter-btn{font-family:IBM Plex Mono,monospace;font-size:.62rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);background:none;border:1px solid var(--border-light);padding:.35rem .8rem;cursor:pointer;transition:all .2s}.filter-btn:hover{border-color:var(--text-secondary);color:var(--text-secondary)}.filter-btn.active{border-color:var(--accent);color:var(--accent)}.filter-select{font-family:IBM Plex Mono,monospace;font-size:.62rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);background:var(--bg);border:1px solid var(--border-light);padding:.35rem .8rem;cursor:pointer;outline:none}.feed-stream{padding:1rem 0}.feed-item{padding:1.5rem 0;border-bottom:1px solid var(--border)}.feed-featured{padding:2rem 0}.feed-type{font-family:IBM Plex Mono,monospace;font-size:.55rem;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--red-alert);margin-bottom:.5rem}.feed-type-expert{color:var(--accent)}.feed-headline{font-family:"IBM Plex Serif",serif;font-size:clamp(1.2rem,2vw,1.6rem);font-weight:700;line-height:1.25;margin-bottom:.7rem}.feed-headline a{color:var(--text-primary);text-decoration:none}.feed-headline a:hover{text-decoration:underline;text-decoration-color:var(--accent);text-decoration-thickness:1.5px;text-underline-offset:3px}.feed-headline-sm{font-family:"IBM Plex Serif",serif;font-size:1.02rem;font-weight:600;line-height:1.35;margin-bottom:.35rem}.feed-headline-sm a{color:var(--text-primary);text-decoration:none}.feed-headline-sm a:hover{text-decoration:underline;text-decoration-color:var(--accent);text-decoration-thickness:1px;text-underline-offset:2px}.feed-summary{font-size:.88rem;color:var(--text-secondary);line-height:1.7;margin-bottom:.8rem;max-width:720px}.feed-summary-sm{font-size:.84rem;color:var(--text-secondary);line-height:1.6}.feed-data-strip{display:flex;gap:1.5rem;margin-bottom:.5rem}.feed-data-item{display:flex;align-items:baseline;gap:.4rem}.feed-data-label{font-family:IBM Plex Mono,monospace;font-size:.55rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.feed-data-val{font-family:IBM Plex Mono,monospace;font-size:.78rem;font-weight:500;color:var(--text-primary)}.feed-source{font-size:.68rem;color:var(--text-muted);font-style:italic}.feed-expert-meta{font-size:.68rem;color:var(--text-muted);margin-top:.4rem}.feed-expert-meta strong{color:var(--text-secondary);font-weight:500}.feed-expert-item{border-left:2px solid var(--accent);padding-left:1.2rem}.feed-more{padding:1.5rem 0;text-align:center}.feed-end-note{font-size:.72rem;color:var(--text-muted)}.wt-hero{padding:3rem 0 2rem;border-bottom:1px solid var(--border);text-align:center}.wt-hero-badge{display:inline-block;font-family:IBM Plex Mono,monospace;font-size:.55rem;text-transform:uppercase;letter-spacing:.15em;padding:.3rem .8rem;border:1px solid var(--accent);color:var(--accent);margin-bottom:.8rem}.wt-hero-title{font-family:"IBM Plex Serif",serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--accent);margin-bottom:.6rem}.wt-hero-sub{font-size:1rem;color:var(--text-body);max-width:540px;margin:0 auto;line-height:1.7}.wt-features{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.wt-feature{background:var(--bg-surface);border:1px solid var(--border-light);padding:1.5rem}.wt-feature-icon{margin-bottom:.8rem}.wt-feature-title{font-family:"IBM Plex Serif",serif;font-size:.95rem;font-weight:600;margin-bottom:.4rem}.wt-feature-text{font-size:.82rem;color:var(--text-secondary);line-height:1.6}.wt-access-section{border-bottom:none}.wt-access-card{background:var(--bg-surface);border:1px solid var(--border-light);padding:2.5rem;position:relative;overflow:hidden;max-width:640px;margin:0 auto}.wt-access-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--accent)}.wt-access-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.8rem}.wt-access-title{font-family:"IBM Plex Serif",serif;font-size:1.2rem;font-weight:600}.wt-access-badge{font-family:IBM Plex Mono,monospace;font-size:.55rem;text-transform:uppercase;letter-spacing:.06em;color:var(--green);border:1px solid var(--green);padding:.15rem .5rem}.wt-access-desc{font-size:.84rem;color:var(--text-secondary);line-height:1.65;margin-bottom:1.5rem}.wt-access-form .form-group{margin-bottom:1rem}.wt-submit{margin-top:.5rem}.wt-status-strip{display:flex;align-items:center;justify-content:center;gap:2rem;padding:1rem 0}.wt-status-item{display:flex;align-items:center;gap:.4rem;font-size:.72rem;color:var(--text-muted)}.wt-status-item strong{color:var(--text-secondary)}.wt-status-dot{width:6px;height:6px;border-radius:50%;animation:pulse 2s ease-in-out infinite}.article-page{padding:2rem 0}.article-meta-top{margin-bottom:1.5rem}.article-back{font-family:IBM Plex Mono,monospace;font-size:.68rem;color:var(--text-muted);text-decoration:none;transition:color .2s}.article-back:hover{color:var(--accent)}.article-layout{display:grid;grid-template-columns:1fr 300px;gap:2.5rem;align-items:start}.article-title{font-family:"IBM Plex Serif",serif;font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:700;line-height:1.25;margin-bottom:.8rem}.article-byline{font-size:.72rem;color:var(--text-muted);margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.article-byline strong{color:var(--text-secondary);font-weight:500}.article-body{font-family:"IBM Plex Serif",serif;font-size:.95rem;line-height:1.8;color:var(--text-body)}.article-body h2{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin:2rem 0 .8rem}.article-body h3{font-size:.95rem;font-weight:600;color:var(--text-primary);margin:1.5rem 0 .6rem}.article-body p{margin-bottom:1rem}.article-body a{color:var(--accent);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s}.article-body a:hover{border-bottom-color:var(--accent)}.article-sidebar .lead-data-box{position:sticky;top:4rem}.article-subtitle{font-family:"IBM Plex Serif",serif;font-size:1.05rem;color:var(--text-muted);line-height:1.6;margin-bottom:1rem;font-style:italic}.article-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.5rem}.article-tag{font-family:IBM Plex Mono,monospace;font-size:.62rem;color:var(--text-muted);background:#ffffff0a;border:1px solid var(--border);border-radius:3px;padding:.2rem .5rem;letter-spacing:.03em}.article-hero-img{position:relative;width:100%;height:340px;overflow:hidden;margin-bottom:0}.article-hero-img img{width:100%;height:100%;object-fit:cover;object-position:center}.article-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0d21371a,#0d2137b3)}.feed-featured-section{margin-bottom:3rem}.feed-section-label{font-family:IBM Plex Mono,monospace;font-size:.65rem;color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem}.feed-section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.5rem;gap:1rem}.feed-article-count{font-family:IBM Plex Mono,monospace;font-size:.65rem;color:var(--text-muted)}.feed-featured-card{border:1px solid var(--border);border-left:3px solid var(--accent);background:#ffffff05;border-radius:4px;padding:1.5rem 2rem}.feed-featured-title{font-family:"IBM Plex Serif",serif;font-size:clamp(1.1rem,2vw,1.4rem);font-weight:700;line-height:1.3;margin:.5rem 0 .8rem}.feed-featured-title a{color:var(--text-primary);text-decoration:none;transition:color .2s}.feed-featured-title a:hover{color:var(--accent)}.feed-featured-summary{font-size:.85rem;color:var(--text-muted);line-height:1.6;margin-bottom:1rem}.feed-data-date{color:var(--text-muted)!important;margin-left:auto}.feed-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.feed-filter{font-family:IBM Plex Mono,monospace;font-size:.65rem;color:var(--text-muted);background:transparent;border:1px solid var(--border);border-radius:3px;padding:.35rem .75rem;cursor:pointer;transition:all .15s;letter-spacing:.04em}.feed-filter:hover{border-color:var(--accent);color:var(--accent)}.feed-filter.active{background:var(--accent);border-color:transparent;color:#fff}.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.article-card{border:1px solid var(--border);border-radius:5px;overflow:hidden;background:#ffffff05;transition:border-color .2s,transform .2s}.article-card:hover{border-color:#0693e366;transform:translateY(-2px)}.article-card-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.article-card-img{width:100%;height:160px;overflow:hidden;background:#ffffff0a;position:relative}.article-card-img img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s}.article-card:hover .article-card-img img{transform:scale(1.04)}.article-card-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#1a52760f}.article-card-region-bg{font-family:IBM Plex Mono,monospace;font-size:.65rem;color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase}.article-card-body{padding:1rem;display:flex;flex-direction:column;flex:1}.article-card-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.article-card-region{font-family:IBM Plex Mono,monospace;font-size:.6rem;color:var(--accent);letter-spacing:.06em;text-transform:uppercase}.article-card-date{font-family:IBM Plex Mono,monospace;font-size:.6rem;color:var(--text-muted)}.article-card-title{font-family:"IBM Plex Serif",serif;font-size:.88rem;font-weight:600;line-height:1.35;color:var(--text-primary);margin-bottom:.5rem;flex:1}.article-card-sub{font-size:.75rem;color:var(--text-muted);line-height:1.5;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:.75rem;border-top:1px solid var(--border);margin-top:auto}.article-card-author{font-family:IBM Plex Mono,monospace;font-size:.6rem;color:var(--text-muted)}.article-card-cat{font-family:IBM Plex Mono,monospace;font-size:.58rem;color:var(--text-muted);background:#ffffff0a;border:1px solid var(--border);border-radius:2px;padding:.1rem .4rem}.feed-section{padding-bottom:4rem}.article-card-type{font-family:IBM Plex Mono,monospace;font-size:.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#fff;background:var(--accent);padding:.1rem .45rem;border-radius:2px}.feed-filter-count{font-size:.55rem;color:var(--text-muted);margin-left:.2rem}.feed-filter.active .feed-filter-count{color:inherit;opacity:.8}.feed-pagination{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;border-top:1px solid var(--border);margin-top:2rem}.feed-page-info{font-family:IBM Plex Mono,monospace;font-size:.65rem;color:var(--text-muted)}.feed-page-btns{display:flex;gap:.6rem}.feed-page-btn{font-family:IBM Plex Mono,monospace;font-size:.68rem;color:var(--text-secondary);background:transparent;border:1px solid var(--border-light);padding:.5rem 1.2rem;border-radius:4px;cursor:pointer;transition:all .2s}.feed-page-btn:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.feed-page-btn:disabled{opacity:.3;cursor:default}.hp-about{padding:2rem 0;border-bottom:1px solid var(--border);background:var(--bg-surface)}.hp-about-inner{display:grid;grid-template-columns:1.3fr .7fr;gap:3rem;align-items:center}.hp-about-lede{font-size:.92rem;line-height:1.8;color:var(--text-body);margin-bottom:1.5rem}.hp-about-actions{display:flex;gap:.8rem}.hp-about-stats{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid var(--border);border-radius:6px;overflow:hidden;background:var(--bg)}.hp-btn{font-family:IBM Plex Mono,monospace;font-size:.7rem;font-weight:500;letter-spacing:.03em;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.4rem;border-radius:4px;transition:all .25s}.hp-btn--primary{background:var(--accent);color:#fff;box-shadow:0 2px 12px #0693e326}.hp-btn--primary:hover{transform:translateY(-1px);box-shadow:0 4px 20px #0693e340}.hp-btn--ghost{color:var(--text-secondary);border:1px solid var(--border-light)}.hp-btn--ghost:hover{border-color:#0693e366;color:var(--text-primary)}.hp-stat{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:1.2rem .5rem;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.hp-stat:nth-child(2n){border-right:none}.hp-stat:nth-child(n+3){border-bottom:none}.hp-stat-val{font-family:IBM Plex Mono,monospace;font-size:1.4rem;font-weight:600;color:var(--accent)}.hp-stat-lbl{font-family:IBM Plex Mono,monospace;font-size:.52rem;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted)}.hp-section-top{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.5rem}.hp-section-title{font-family:"IBM Plex Serif",serif;font-size:1.2rem;font-weight:700;color:var(--text-primary)}.hp-section-link{font-family:IBM Plex Mono,monospace;font-size:.65rem;color:var(--accent);text-decoration:none;transition:opacity .2s}.hp-section-link:hover{opacity:.7}.hp-featured{padding:1.5rem 0 2rem;border-bottom:1px solid var(--border)}.hp-featured-card{display:grid;grid-template-columns:1.1fr .9fr;border:1px solid var(--border);border-radius:6px;overflow:hidden;background:#ffffff04;text-decoration:none;color:inherit;transition:all .35s ease}.hp-featured-card:hover{border-color:var(--accent-light);box-shadow:0 4px 20px #00000014}.hp-featured-img{position:relative;min-height:260px;overflow:hidden}.hp-featured-noimg{background:linear-gradient(135deg,var(--bg-elevated),var(--bg-surface))}.hp-featured-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.hp-featured-card:hover .hp-featured-img img{transform:scale(1.04)}.hp-featured-overlay{position:absolute;inset:0;background:linear-gradient(to right,transparent 50%,rgba(13,33,55,.5) 100%)}.hp-featured-body{padding:2.2rem;display:flex;flex-direction:column;justify-content:flex-start}.hp-featured-meta{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem;flex-wrap:wrap}.hp-featured-type{font-family:IBM Plex Mono,monospace;font-size:.55rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#fff;background:var(--accent);padding:.2rem .6rem;border-radius:3px}.hp-featured-region{font-family:IBM Plex Mono,monospace;font-size:.58rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--accent)}.hp-featured-date{font-family:IBM Plex Mono,monospace;font-size:.58rem;color:var(--text-muted)}.hp-featured-title{font-family:"IBM Plex Serif",serif;font-size:clamp(1.3rem,2.5vw,1.8rem);font-weight:700;line-height:1.25;color:var(--text-primary);margin-bottom:.8rem}.hp-featured-sub{font-size:.85rem;color:var(--text-secondary);line-height:1.7;margin-bottom:.8rem;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.hp-featured-foot{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid var(--border);margin-top:auto}.hp-featured-author{font-family:IBM Plex Mono,monospace;font-size:.65rem;color:var(--text-secondary);font-weight:500}.hp-featured-readmore{font-family:IBM Plex Mono,monospace;font-size:.6rem;color:var(--accent);transition:transform .2s}.hp-featured-card:hover .hp-featured-readmore{transform:translate(3px)}.hp-slider-section{padding:2rem 0;border-bottom:1px solid var(--border)}.hp-empty{font-size:.9rem;color:var(--text-muted);text-align:center;padding:2rem 0}.hp-empty a{color:var(--accent);text-decoration:none}.hp-empty a:hover{text-decoration:underline}.hp-slider-wrap{position:relative;overflow:hidden}.hp-slider{display:flex;gap:1.2rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:.5rem 0 1.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--border-light) transparent;padding-left:max(1.5rem,calc((100vw - 1060px)/2));padding-right:2rem}.hp-slider::-webkit-scrollbar{height:4px}.hp-slider::-webkit-scrollbar-track{background:transparent}.hp-slider::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:2px}.hp-slide{flex:0 0 280px;scroll-snap-align:start;border:1px solid var(--border);border-radius:6px;overflow:hidden;background:#ffffff04;text-decoration:none;color:inherit;transition:all .3s ease}.hp-slide:hover{border-color:#0693e34d;transform:translateY(-3px);box-shadow:0 8px 24px #0003}.hp-slide-img{height:160px;overflow:hidden;background:var(--bg-elevated)}.hp-slide-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.hp-slide:hover .hp-slide-img img{transform:scale(1.06)}.hp-slide-noimg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--bg-elevated),var(--bg-surface))}.hp-slide-noimg span{font-family:IBM Plex Mono,monospace;font-size:.6rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);opacity:.5}.hp-slide-body{padding:1rem 1.1rem}.hp-slide-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.hp-slide-meta time{font-family:IBM Plex Mono,monospace;font-size:.55rem;color:var(--text-muted)}.hp-slide-region{font-family:IBM Plex Mono,monospace;font-size:.55rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent)}.hp-slide-title{font-family:"IBM Plex Serif",serif;font-size:.85rem;font-weight:600;line-height:1.35;color:var(--text-primary);margin-bottom:.6rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hp-slide-author{font-family:IBM Plex Mono,monospace;font-size:.58rem;color:var(--text-muted)}.hp-topics{padding:3rem 0;border-bottom:1px solid var(--border)}.hp-topics-grid{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.2rem}.hp-topic{display:inline-flex;align-items:center;gap:.6rem;padding:.6rem 1.1rem;background:#ffffff05;border:1px solid var(--border);border-radius:4px;text-decoration:none;color:var(--text-primary);font-family:IBM Plex Mono,monospace;font-size:.72rem;font-weight:500;transition:all .25s}.hp-topic:hover{border-color:#0693e366;background:#0693e30a}.hp-topic span{font-size:.6rem;color:var(--accent);background:#0693e31a;padding:.1rem .45rem;border-radius:3px;font-weight:600}.hp-cta{padding:2.5rem 0}.hp-cta-inner{display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:start}.hp-cta-title{font-family:"IBM Plex Serif",serif;font-size:1.4rem;font-weight:700;margin-bottom:.8rem}.hp-cta-text{font-size:.88rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem;max-width:440px}.hp-cta-side{display:flex;flex-direction:column;gap:.8rem}.hp-cta-card{display:flex;flex-direction:column;gap:.3rem;padding:1.2rem 1.4rem;border:1px solid var(--border);border-radius:5px;background:#ffffff04;text-decoration:none;color:inherit;transition:all .25s}.hp-cta-card:hover{border-color:#0693e34d;transform:translateY(-1px);box-shadow:0 4px 16px #00000026}.hp-cta-card-label{font-family:IBM Plex Mono,monospace;font-size:.7rem;font-weight:600;color:var(--text-primary)}.hp-cta-card-desc{font-size:.75rem;color:var(--text-muted);line-height:1.5}.hp-cta-card-arrow{font-size:1rem;color:var(--accent);transition:transform .2s;align-self:flex-end}.hp-cta-card:hover .hp-cta-card-arrow{transform:translate(4px)}.author-page{padding:3rem 0 4rem}.author-header{border-bottom:1px solid var(--border);padding-bottom:2rem;margin-bottom:2.5rem;display:flex;align-items:flex-start;gap:2rem}.author-photo{flex-shrink:0}.author-photo-img{width:140px;height:140px;border-radius:6px;object-fit:cover;border:2px solid var(--border)}.author-header-top{margin-bottom:.75rem}.author-status{font-family:IBM Plex Mono,monospace;font-size:.7rem;font-weight:600;letter-spacing:.04em;padding:.25rem .6rem;border-radius:3px;display:inline-block}.author-status-active{background:#3daa6d1f;color:var(--green);border:1px solid rgba(61,170,109,.25)}.author-status-inactive{background:#7a7f941a;color:var(--text-secondary);border:1px solid rgba(122,127,148,.2)}.author-name{font-family:"IBM Plex Serif",serif;font-size:2rem;font-weight:700;color:var(--text-primary);line-height:1.2}.author-title{font-size:1rem;color:var(--text-body);margin-top:.4rem}.author-affiliation{font-family:IBM Plex Mono,monospace;font-size:.78rem;color:var(--text-secondary);margin-top:.3rem}.author-linkedin{display:inline-block;margin-top:.75rem;font-family:IBM Plex Mono,monospace;font-size:.78rem;color:var(--accent);text-decoration:none;transition:opacity .2s}.author-linkedin:hover{opacity:.8}.author-layout{display:grid;grid-template-columns:1fr 320px;gap:3rem}.author-section-title{font-family:IBM Plex Mono,monospace;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-primary);margin-bottom:1.2rem;display:flex;align-items:center;gap:.6rem}.author-article-count{font-size:.7rem;background:#0693e31f;color:var(--accent);padding:.15rem .5rem;border-radius:10px}.author-bio-text{font-size:.92rem;color:var(--text-body);line-height:1.75}.author-bio-section{margin-bottom:3rem}.author-articles-list{display:flex;flex-direction:column;gap:1rem}.author-article-card{display:block;padding:1.2rem 1.4rem;border:1px solid var(--border);border-radius:5px;background:#ffffff04;text-decoration:none;color:inherit;transition:all .25s}.author-article-card:hover{border-color:#0693e34d;transform:translateY(-1px);box-shadow:0 4px 16px #00000026}.author-article-meta{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem}.author-article-type{font-family:IBM Plex Mono,monospace;font-size:.65rem;font-weight:600;letter-spacing:.04em;padding:.2rem .5rem;border-radius:3px}.author-article-type-expert{background:#0693e31a;color:var(--accent)}.author-article-type-brief{background:#e55a4f1a;color:var(--red-alert)}.author-article-region{font-family:IBM Plex Mono,monospace;font-size:.68rem;color:var(--text-secondary)}.author-article-title{font-family:"IBM Plex Serif",serif;font-size:1.05rem;font-weight:600;color:var(--text-primary);line-height:1.4}.author-article-summary{font-size:.82rem;color:var(--text-secondary);line-height:1.5;margin-top:.4rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.author-article-date{font-family:IBM Plex Mono,monospace;font-size:.68rem;color:var(--text-muted);display:block;margin-top:.5rem}.author-no-articles{font-size:.88rem;color:var(--text-secondary);font-style:italic}.author-empty-state,.feed-empty-state,.search-empty-state{padding:2.5rem 1.5rem;text-align:center;border:1px dashed var(--border);border-radius:6px;background:var(--surface)}.author-empty-state p,.feed-empty-state p,.search-empty-state p{font-size:.95rem;color:var(--text-secondary);margin:0 0 1rem}.author-empty-cta,.feed-empty-cta,.search-empty-cta{display:inline-block;font-family:IBM Plex Mono,monospace;font-size:.8rem;font-weight:500;color:var(--accent);text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:2px}.author-empty-cta:hover,.feed-empty-cta:hover,.search-empty-cta:hover{color:var(--accent-light)}.author-tags{display:flex;flex-wrap:wrap;gap:.4rem}.author-spec-tag,.author-region-tag{font-family:IBM Plex Mono,monospace;font-size:.68rem;padding:.25rem .55rem;border-radius:3px;white-space:nowrap}.author-spec-tag{background:#0693e314;color:var(--accent);border:1px solid rgba(6,147,227,.15)}.author-region-tag{background:#9b51e014;color:var(--accent);border:1px solid rgba(155,81,224,.15)}.publications-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.2rem;margin-top:1.2rem}.publication-card{padding:1.5rem;border:1px solid var(--border);border-radius:5px;background:#ffffff04;position:relative}.publication-year{font-family:IBM Plex Mono,monospace;font-size:.7rem;font-weight:600;color:var(--accent);letter-spacing:.04em;margin-bottom:.5rem}.publication-title{font-family:"IBM Plex Serif",serif;font-size:1.15rem;font-weight:700;color:var(--text-primary);line-height:1.3}.publication-author{font-family:IBM Plex Mono,monospace;font-size:.75rem;color:var(--text-secondary);margin-top:.3rem}.publication-desc{font-size:.85rem;color:var(--text-body);line-height:1.6;margin-top:.8rem}.publication-meta{display:flex;gap:1rem;margin-top:.8rem;flex-wrap:wrap}.publication-type,.publication-publisher{font-family:IBM Plex Mono,monospace;font-size:.68rem;color:var(--text-muted)}.publication-type{background:#0693e314;color:var(--accent);padding:.2rem .5rem;border-radius:3px}.partner-strip{margin-top:1.5rem}.partner-card{padding:1.2rem 1.5rem;border:1px solid var(--border);border-radius:5px;background:#ffffff04;display:inline-block}.partner-name{font-family:"IBM Plex Serif",serif;font-size:1rem;font-weight:600;color:var(--text-primary)}.partner-location{font-family:IBM Plex Mono,monospace;font-size:.75rem;color:var(--text-secondary);margin-top:.25rem}.partner-focus{font-size:.8rem;color:var(--text-body);margin-top:.3rem}.team-affiliation{font-family:IBM Plex Mono,monospace;font-size:.7rem;color:var(--text-secondary);margin-top:.15rem;margin-bottom:.3rem}.team-card-former{border-style:dashed}.team-card-photo{width:100%;height:180px;object-fit:cover;border-radius:4px;margin-bottom:.8rem;border:1px solid var(--border)}.author-byline-link{color:var(--accent);text-decoration:none;font-weight:600;transition:opacity .2s}.author-byline-link:hover{opacity:.8;text-decoration:underline}.portal-layout{display:grid;grid-template-columns:1fr 340px;gap:2.5rem;align-items:start}.portal-main{min-width:0}.portal-sidebar{position:sticky;top:1rem}.hp-article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.hp-grid-card{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:6px;overflow:hidden;text-decoration:none;color:inherit;transition:all .25s ease;background:var(--bg)}.hp-grid-card:hover{border-color:var(--accent-light);box-shadow:0 4px 16px #00000014;transform:translateY(-2px)}.hp-grid-card-img{position:relative;height:160px;overflow:hidden}.hp-grid-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.hp-grid-card:hover .hp-grid-card-img img{transform:scale(1.05)}.hp-grid-card-body{padding:1rem 1.2rem;display:flex;flex-direction:column;flex:1}.hp-grid-card-meta{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem}.hp-grid-card-region{font-family:IBM Plex Mono,monospace;font-size:.55rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#fff;background:var(--accent);padding:.15rem .5rem;border-radius:2px}.hp-grid-card-date{font-family:IBM Plex Mono,monospace;font-size:.55rem;color:var(--text-muted)}.hp-grid-card-title{font-family:"IBM Plex Serif",serif;font-size:.95rem;font-weight:600;line-height:1.35;color:var(--text-primary);margin-bottom:.4rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hp-grid-card-author{font-family:IBM Plex Mono,monospace;font-size:.6rem;color:var(--text-muted);margin-top:auto;padding-top:.5rem}.sidebar-widget{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:6px;padding:1.2rem;margin-bottom:1.2rem}.sidebar-widget-title{font-family:IBM Plex Mono,monospace;font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--text-secondary);margin-bottom:.8rem;padding-bottom:.5rem;border-bottom:2px solid var(--accent)}.sidebar-list{list-style:none}.sidebar-list li{padding:.5rem 0;border-bottom:1px solid var(--border-light)}.sidebar-list li:last-child{border-bottom:none;padding-bottom:0}.sidebar-list a{text-decoration:none;color:var(--text-primary);font-size:.82rem;font-weight:500;line-height:1.4;display:block;transition:color .15s}.sidebar-list a:hover{color:var(--accent)}.sidebar-list .sidebar-meta{font-family:IBM Plex Mono,monospace;font-size:.55rem;color:var(--text-muted);margin-top:.15rem}.sidebar-regions{display:flex;flex-wrap:wrap;gap:.4rem}.sidebar-region-pill{font-family:IBM Plex Mono,monospace;font-size:.6rem;font-weight:500;text-decoration:none;color:var(--accent);background:#1a527614;padding:.3rem .7rem;border-radius:3px;transition:all .15s}.sidebar-region-pill:hover{background:var(--accent);color:#fff}.sidebar-region-count{color:var(--text-muted);margin-left:.2rem}.sidebar-newsletter-input{width:100%;padding:.5rem .7rem;border:1px solid var(--border);border-radius:4px;font-size:.8rem;font-family:Inter,sans-serif;margin-bottom:.5rem;background:var(--bg)}.sidebar-newsletter-input:focus{outline:none;border-color:var(--accent)}.sidebar-newsletter-btn{width:100%;padding:.5rem;border:none;border-radius:4px;background:var(--accent);color:#fff;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .15s}.sidebar-newsletter-btn:hover{background:var(--accent-hover)}.section-alt{background:var(--bg-surface)}.section-dark{background:var(--accent);color:#fff}.section-dark .hp-section-title,.section-dark .hp-section-link{color:#fff}.partners-strip{padding:2rem 0;border-top:1px solid var(--border)}.partners-inner{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.partners-label{font-family:IBM Plex Mono,monospace;font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);flex-shrink:0}.partners-logos{display:flex;align-items:center;gap:2.5rem;flex-wrap:wrap}.partners-logos a{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--text-secondary);font-size:.85rem;font-weight:500;transition:color .15s;opacity:.7;transition:opacity .2s}.partners-logos a:hover{opacity:1}.partner-item{display:flex;align-items:flex-start;gap:1.5rem}.partner-logo-link{flex-shrink:0}.partner-logo{height:48px;width:auto}.partner-desc-link{text-decoration:none;flex:1;transition:opacity .15s}.partner-desc-link:hover{opacity:.7}.partner-desc{font-size:.8rem;color:var(--text-secondary);line-height:1.6;margin:0}@media(min-width:768px){.partner-logo{height:56px}.partner-desc{font-size:.85rem}}.wt-teaser{background:linear-gradient(135deg,#0d2137 0%,var(--accent) 100%);color:#fff;padding:3rem 0}.wt-teaser-inner{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.wt-teaser-badge{font-family:IBM Plex Mono,monospace;font-size:.55rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:#ffffffb3;margin-bottom:.5rem}.wt-teaser-title{font-family:"IBM Plex Serif",serif;font-size:1.6rem;font-weight:700;line-height:1.25;margin-bottom:.8rem}.wt-teaser-text{font-size:.9rem;color:#ffffffd9;line-height:1.7;margin-bottom:1.2rem}.wt-teaser-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.4rem;border:1px solid rgba(255,255,255,.4);border-radius:4px;color:#fff;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s}.wt-teaser-btn:hover{background:#ffffff1a;border-color:#ffffffb3}.wt-teaser-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.wt-teaser-stat{background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:6px;padding:1.2rem;text-align:center}.wt-teaser-stat-val{font-family:IBM Plex Mono,monospace;font-size:1.5rem;font-weight:700;display:block;margin-bottom:.2rem}.wt-teaser-stat-lbl{font-family:IBM Plex Mono,monospace;font-size:.55rem;text-transform:uppercase;letter-spacing:.1em;color:#ffffffa6}@media(max-width:768px){.lead-layout,.content-layout{grid-template-columns:1fr}.masthead-logo{height:120px}.footer-inner{flex-direction:column;gap:1rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:1rem}.methodology-grid{grid-template-columns:1fr}.stats-strip{grid-template-columns:1fr 1fr}.team-grid,.content-tiers,.contact-layout,.form-row,.wt-features{grid-template-columns:1fr}.wt-access-card{padding:1.5rem}.wt-status-strip{flex-direction:column;gap:.6rem}.feed-filters{gap:.4rem}.articles-grid{grid-template-columns:1fr 1fr}.article-hero-img{height:260px}.feed-section-header{flex-direction:column;gap:.3rem}.cta-actions{flex-direction:column;gap:1rem}.article-layout,.author-layout{grid-template-columns:1fr}.author-header{flex-direction:column;align-items:center;text-align:center}.author-photo-img{width:120px;height:120px}.author-name{font-size:1.6rem}.publications-grid{grid-template-columns:1fr}.hp-about-inner{grid-template-columns:1fr;gap:2rem}.hp-featured-card{grid-template-columns:1fr}.hp-featured-img{min-height:200px}.hp-slide{flex:0 0 250px}.hp-cta-inner{grid-template-columns:1fr;gap:2rem}.portal-layout{grid-template-columns:1fr}.portal-sidebar{position:static}.hp-article-grid{grid-template-columns:repeat(2,1fr)}.wt-teaser-inner{grid-template-columns:1fr}.wt-teaser-stats{grid-template-columns:repeat(4,1fr)}.partners-inner{justify-content:center}}@media(max-width:480px){.articles-grid{grid-template-columns:1fr}.hp-about-actions{flex-direction:column;align-items:stretch}.hp-btn{justify-content:center}.hp-stat-val{font-size:1.1rem}.hp-slide{flex:0 0 230px}.hp-article-grid{grid-template-columns:1fr}.wt-teaser-stats{grid-template-columns:1fr 1fr}}.search-section{padding:2rem 0 4rem}.search-box{margin-bottom:2rem}.search-input{width:100%;padding:.9rem 1.2rem;font-family:Inter,sans-serif;font-size:1rem;color:var(--text-primary);background:var(--bg-surface);border:1px solid var(--border-light);border-radius:4px;outline:none;transition:border-color .2s}.search-input:focus{border-color:var(--accent)}.search-input::placeholder{color:var(--text-muted)}.search-meta{font-family:IBM Plex Mono,monospace;font-size:.65rem;color:var(--text-muted);margin-top:.5rem;letter-spacing:.04em}.search-results{display:flex;flex-direction:column;gap:0}.search-result{display:block;padding:1.2rem 0;border-bottom:1px solid var(--border);text-decoration:none;transition:background .15s}.search-result:hover{background:#ffffff05}.search-result-meta{display:flex;align-items:center;gap:.8rem;margin-bottom:.4rem}.search-result-type{font-family:IBM Plex Mono,monospace;font-size:.55rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#fff;background:var(--accent);padding:.1rem .45rem;border-radius:2px}.search-result-region{font-family:IBM Plex Mono,monospace;font-size:.6rem;color:var(--accent);letter-spacing:.06em;text-transform:uppercase}.search-result-meta time{font-family:IBM Plex Mono,monospace;font-size:.6rem;color:var(--text-muted)}.search-result-title{font-family:"IBM Plex Serif",serif;font-size:1.05rem;font-weight:600;line-height:1.35;color:var(--text-primary);margin-bottom:.3rem}.search-result:hover .search-result-title{color:var(--accent)}.search-result-summary{font-size:.82rem;color:var(--text-secondary);line-height:1.6;margin-bottom:.3rem}.search-result-author{font-family:IBM Plex Mono,monospace;font-size:.6rem;color:var(--text-muted)}.search-empty{font-size:.88rem;color:var(--text-muted);padding:2rem 0;text-align:center}
