@layer reset{*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}img{max-width:100%;height:auto;display:block}button,input{font:inherit}}@layer tokens{:root{--ink:#11110f;--paper:#f1eee7;--white:#fff;--muted:#686861;--line:#c9c7bc;--soft:#e8e6dd;--color-accent:#e2b22a;--signal:var(--color-accent);--alert:#d53b27;--confirmed:#166346;--provisional:#8a5a00;--missing:#5f6268;--sans:Inter, "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif;--serif:"Iowan Old Style", "Yu Mincho", "Hiragino Mincho ProN", serif;--mono:"SFMono-Regular", Consolas, monospace;--max:1200px;--reading:760px;--s1:.5rem;--s2:.75rem;--s3:1rem;--s4:1.5rem;--s5:2rem;--s6:3rem;--s7:4.5rem;--border:1px solid var(--line)}}@layer base{body{color:var(--ink);background:var(--white);font-family:var(--sans);text-rendering:optimizelegibility;line-height:1.7}a{color:inherit;text-underline-offset:.2em;text-decoration-thickness:1px}a:hover{text-decoration-thickness:2px}:focus-visible{outline-offset:3px;outline:3px solid #2165d6}h1,h2,h3{font-family:var(--sans);letter-spacing:-.045em;line-height:1.12}h1{margin:0;font-size:clamp(2.4rem,7vw,5.8rem);font-weight:900}h2{margin:0 0 var(--s3);font-size:clamp(1.8rem,3.5vw,3.25rem);font-weight:900}h3{margin:0 0 var(--s2);font-size:1.15rem;font-weight:850}p{margin:0 0 var(--s3)}.skip-link{z-index:100;background:var(--signal);padding:.7rem 1rem;font-weight:800;position:fixed;top:-5rem;left:1rem}.skip-link:focus{top:1rem}.site-header{z-index:20;background:var(--ink);color:var(--white);border-bottom:1px solid #333;position:relative}.header-inner{width:min(calc(100% - 2rem), var(--max));justify-content:space-between;align-items:center;gap:var(--s4);min-height:82px;margin:auto;display:flex}.brand{align-items:center;gap:.8rem;text-decoration:none;display:flex}.brand-mark{background:var(--signal);width:44px;height:44px;color:var(--ink);font:900 .9rem/1 var(--mono);place-items:center;display:grid;transform:rotate(-3deg)}.brand strong,.brand small{display:block}.brand strong{letter-spacing:.08em;font-size:.9rem}.brand small{color:#b9b9b4;font-size:.7rem}.desktop-nav{align-self:stretch;display:flex}.desktop-nav a{color:#ddd;border-bottom:3px solid #0000;place-items:center;padding:0 .85rem;font-size:.86rem;text-decoration:none;display:grid}.desktop-nav a:hover,.desktop-nav a[aria-current=page]{color:#fff;border-color:currentColor}.mobile-nav{display:none}.site-footer{background:var(--ink);color:#ddd;padding:var(--s7) 0 var(--s5);border-top:1px solid #393a38}.footer-grid{width:min(calc(100% - 2rem), var(--max));justify-content:space-between;align-items:end;gap:1rem;margin:auto;display:flex}.footer-note{color:#aaa;font-size:.82rem}.footer-grid>a{color:#ddd;font-size:.82rem}}@layer components{.container{width:min(calc(100% - 2rem), var(--max));margin-inline:auto}.narrow{width:min(calc(100% - 2rem), var(--reading));margin-inline:auto}.section{border-bottom:var(--border);padding-block:clamp(3rem,5.5vw,5.5rem)}.section-dark{background:var(--ink);color:#fff}.eyebrow{font:800 .72rem/1.3 var(--mono);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .65rem}.lead{color:#3d3d38;max-width:42em;font-size:clamp(1.08rem,2vw,1.3rem)}.button{border:1.5px solid var(--ink);background:var(--ink);color:#fff;border-radius:999px;justify-content:space-between;align-items:center;gap:1rem;min-height:48px;padding:.7rem 1.15rem;font-weight:900;text-decoration:none;display:inline-flex}.button:hover{background:var(--signal);color:var(--ink)}.button-light{color:var(--ink);background:#fff;border-color:#fff}.button-ghost{color:var(--ink);background:0 0}.button-ghost:hover{background:var(--ink);color:#fff}.mobile-list-more{cursor:pointer;margin-top:1.5rem}.mobile-list-more[hidden],.card-grid>.article-card[hidden]{display:none}.hero{min-height:min(780px,100vh - 82px);padding:var(--s7) 0 var(--s6);border-bottom:1px solid var(--ink);background:linear-gradient(90deg,#0000 0 71%,#111 71% 71.08%,#0000 71.08%),radial-gradient(circle at 88% 30%,#cbc9bf 0 1px,#0000 2px) 0 0/16px 16px;align-items:center;display:grid}.hero-grid{grid-template-columns:minmax(0,1.65fr) minmax(260px,.55fr);align-items:end;gap:clamp(2rem,7vw,7rem);display:grid}.hero h1 span{display:block}.hero .accent{background:var(--ink);width:fit-content;color:var(--white);margin-top:.15em;padding:.02em .12em .06em}.hero-aside{border-left:1px solid var(--ink);padding-left:var(--s4)}.hero-number{font:700 clamp(3rem, 7vw, 5rem)/1 var(--serif)}.hero-actions{margin-top:var(--s5);flex-wrap:wrap;gap:.7rem;display:flex}.hero-index{margin:var(--s4) 0;border-top:1px solid var(--ink)}.hero-index div{gap:var(--s2);border-bottom:1px solid var(--line);grid-template-columns:4.5rem 1fr;padding:.5rem 0;display:grid}.hero-index dt{font:800 .68rem var(--mono);letter-spacing:.08em}.hero-index dd{margin:0;font-size:.82rem}.section-heading{justify-content:space-between;align-items:end;gap:var(--s4);margin-bottom:var(--s5);display:flex}.section-heading p{max-width:38rem;color:var(--muted)}.card-grid{border-top:1px solid var(--ink);grid-template-columns:repeat(3,1fr);display:grid}.article-card{padding:var(--s4);border-right:var(--border);border-bottom:var(--border);background:#ffffff73;flex-direction:column;display:flex;position:relative}.article-card:nth-child(3n){border-right:0}.article-card h3 a:after{content:"";position:absolute;inset:0}.article-card:hover{background:#fff}.article-card .card-meta{color:#57564f;font:700 .78rem/1.45 var(--mono);margin:.25rem 0 .8rem}.article-card-photo{padding:0}.article-card-image{z-index:1;aspect-ratio:3/2;background:0 0;display:block;position:relative;overflow:hidden}.article-card-image img{object-fit:cover;object-position:center;width:100%;height:100%}.journal-page .article-card-image-contain{background:#fff}.journal-page .article-card-image-contain img{object-fit:contain;padding:1.25rem}.journal-page .article-card-image-wordmark{background:#fff}.journal-page .article-card-image-wordmark img{object-fit:cover;object-position:center 34%}.article-card-copy{flex-direction:column;flex:1;display:flex}.article-card-copy .eyebrow{margin-bottom:.65rem;font-size:.68rem}.test-grade-label{color:inherit;font:inherit;white-space:nowrap;border-left:1px solid;margin-left:.65rem;padding-left:.65rem;display:inline}.article-card-copy h3{-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:4.05em;margin:0 0 .4rem;font-size:1.125rem;line-height:1.35;display:-webkit-box;overflow:hidden}.article-card-copy>p:last-child{-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:0;font-size:.9375rem;line-height:1.65;display:-webkit-box;overflow:hidden}.article-card-photo .article-card-copy{padding:1.15rem}.review-archive-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.review-archive-grid .article-card-image img{object-fit:contain}.review-archive-grid .test-grade-label{letter-spacing:.015em;font-size:.96rem;font-weight:800}.journal-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.journal-page .page-header h1{font-size:clamp(2.2rem,4vw,3.5rem)}.journal-filters{flex-wrap:wrap;gap:.5rem;display:flex}.journal-filters button{border:1px solid var(--ink);min-height:44px;color:var(--ink);font:800 .8rem/1 var(--mono);cursor:pointer;background:#fff;border-radius:999px;padding:.55rem 1rem}.journal-filters button[aria-pressed=true]{background:var(--ink);color:#fff}.journal-count{font:700 .8rem/1.5 var(--mono);margin:0}.journal-grid>.article-card[hidden]{display:none}.choice-grid{background:var(--ink);border:1px solid var(--ink);grid-template-columns:repeat(2,1fr);gap:1px;display:grid}.choice{background:var(--paper);padding:var(--s5);text-decoration:none}.choice:hover{background:var(--ink);color:var(--white)}.choice strong{font:900 1.5rem/1.2 var(--sans);letter-spacing:-.035em;margin-bottom:.4rem;display:block}.protection-section-heading{margin-top:var(--s6)}.map-preview{background:var(--ink);color:#fff;grid-template-columns:minmax(0,1.2fr) minmax(380px,.8fr);min-height:560px;display:grid}.map-copy{border-left:1px solid #555;align-self:center;padding:clamp(2.5rem,7vw,6.5rem)}.map-copy h2{font-family:var(--serif);font-size:clamp(2.6rem,5vw,5rem)}.map-static{background:#fff;place-items:center;display:grid;overflow:hidden}.map-static img{object-fit:contain;width:100%;height:100%;display:block}.breadcrumbs{width:min(calc(100% - 2rem), var(--max));margin:var(--s3) auto;color:var(--muted);font-size:.74rem}.breadcrumbs ol{flex-wrap:wrap;gap:.35rem;padding:0;list-style:none;display:flex}.breadcrumbs li+li:before{content:"/";margin-right:.35rem}.page-header{padding:var(--s6) 0 var(--s5);border-bottom:1px solid var(--ink);background:var(--white)}.page-header h1{letter-spacing:-.05em;max-width:19ch;font-size:clamp(2.2rem,4vw,3.5rem);line-height:1.08}.page-header-meta{margin-top:var(--s4);color:var(--muted);font:.8rem var(--mono);flex-wrap:wrap;gap:.7rem 1.4rem;display:flex}.fixture-notice{background:var(--paper);border:1px solid #bdb9af;border-left:8px solid var(--ink);align-items:center;gap:1rem;padding:.7rem 1rem;font-size:.85rem;display:flex}.fixture-notice strong{font:800 .72rem var(--mono);white-space:nowrap}.stat-value{gap:var(--s5);border:1px solid var(--ink);border-top:10px solid var(--confirmed);background:#fff;grid-template-columns:1.2fr 1fr;align-items:end;padding:clamp(1.5rem,5vw,3.5rem);display:grid;position:relative}.stat-value:after{content:"CONFIRMED";font:800 .62rem var(--mono);letter-spacing:.12em;color:var(--confirmed);position:absolute;top:.65rem;right:1rem}.stat-value.state-provisional{border-top-color:var(--provisional);background-image:repeating-linear-gradient(135deg,#0000 0 12px,#8a5a0008 12px 14px)}.stat-value.state-provisional:after{content:"PROVISIONAL";color:var(--provisional)}.stat-value.state-missing{border-top-color:var(--missing);background:repeating-linear-gradient(135deg,#ecece8 0 14px,#e5e5e0 14px 16px)}.stat-value.state-missing:after{content:"MISSING ≠ ZERO";color:var(--missing)}.stat-number{font:900 clamp(3.4rem, 10vw, 7.5rem)/.9 var(--sans);letter-spacing:-.065em}.stat-number small{font:700 .9rem var(--sans);letter-spacing:0;margin-left:.5rem}.stat-value dl{margin:0}.stat-value dl div{border-top:var(--border);grid-template-columns:6rem 1fr;padding:.55rem 0;display:grid}.stat-value dt{color:var(--muted);font-size:.8rem}.stat-value dd{margin:0;font-weight:700}.status-chip{font:700 .7rem var(--mono);border:1px solid;align-items:center;gap:.4rem;padding:.2rem .5rem;display:inline-flex}.status-symbol{background:var(--confirmed);width:.6rem;height:.6rem}.state-provisional .status-symbol{background:repeating-linear-gradient(45deg, var(--provisional) 0 2px, transparent 2px 4px);border:1px solid var(--provisional)}.state-missing .status-symbol{border:1px dashed var(--missing);background:0 0}.data-table{border-collapse:collapse;background:#fff;width:100%}.data-table th,.data-table td{border-bottom:var(--border);text-align:left;padding:.8rem}.data-table th{background:var(--ink);color:#fff;font-size:.8rem}.article-shell{grid-template-columns:minmax(0, var(--reading)) 260px;gap:var(--s6);padding-block:var(--s6);align-items:start;display:grid}.article-side{padding:var(--s4);border:1px solid var(--ink);font-size:.82rem;position:sticky;top:1rem}.article-side dl{margin:0}.article-side dt{color:var(--muted);margin-top:.8rem}.article-side dd{margin:0}.legacy-body{overflow-wrap:anywhere}.legacy-body h2,.legacy-body h3{border-top:1px solid var(--ink);margin-top:2.2em;padding-top:.7em}.legacy-body h4,.legacy-body h5,.legacy-body h6{margin-top:1.8em;font-size:1.05rem}.legacy-body img{margin:var(--s4) auto;background:var(--soft)}.legacy-body table{border-collapse:collapse;max-width:100%;display:block;overflow-x:auto}.legacy-body td,.legacy-body th{border:var(--border);padding:.5rem}.legacy-body blockquote{margin:var(--s4) 0;padding:var(--s3) var(--s4);border-left:5px solid var(--ink);background:#fff}.legacy-body .embed-note{background:var(--soft);border-left:4px solid var(--missing);padding:.8rem;font-size:.85rem}.evidence-strip{border:2px solid var(--ink);background:#fff;padding:clamp(1.25rem,4vw,2.5rem)}.evidence-strip>h2{max-width:18ch;font-size:clamp(1.6rem,3vw,2.4rem)}.evidence-grid{background:var(--line);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.evidence-grid div{padding:var(--s3);background:#fff}.evidence-grid dt{font:700 .7rem var(--mono);color:var(--muted)}.evidence-grid dd{margin:.3rem 0 0;font-weight:700}.review-layer-grid{margin-top:var(--s4);background:var(--ink);border:1px solid var(--ink);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.review-layer{min-height:220px;padding:var(--s4);background:var(--paper)}.review-layer.evidence{background:var(--ink);color:#fff;border-top:7px solid #555}.review-layer.legacy{background:var(--paper);border-top:7px solid var(--provisional)}.review-layer.ranking{border-top:7px dashed var(--missing);background:#e5e5e0}.review-layer strong{margin-top:var(--s4);font-size:.76rem;display:block}.lab-section{background:var(--ink);color:#fff}.lab-section .section-heading p,.lab-section .card-meta{color:#aaa}.lab-intro{color:#c8c8c1;max-width:58rem;font-size:1.05rem}.lab-layout{margin-top:var(--s5);grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);gap:clamp(1.5rem,4vw,4rem);display:grid}.lab-feature{position:relative}.lab-feature .feature-image{margin:0}.lab-feature .feature-image img{aspect-ratio:16/9;object-fit:cover;filter:grayscale()contrast(1.08);width:100%}.lab-feature .feature-image figcaption{color:#999;font:.68rem var(--mono);margin-top:.4rem}.lab-feature-copy{padding:var(--s4) 0 0}.lab-feature-copy h3{max-width:28ch;font:600 clamp(1.65rem, 3vw, 2.6rem)/1.15 var(--serif)}.lab-feature-copy h3 a,.lab-index h3 a,.news-row h3 a{text-decoration:none}.lab-feature-copy h3 a:hover,.lab-index h3 a:hover,.news-row h3 a:hover{text-decoration:underline}.lab-index{border-top:1px solid #555}.lab-index article{gap:var(--s3);padding:var(--s4) 0;border-bottom:1px solid #555;grid-template-columns:3rem 1fr;display:grid}.lab-index-number{color:#ddd;font:700 .75rem var(--mono)}.lab-index-excerpt{color:#bbb;font-size:.86rem}.lab-links{gap:var(--s4);margin-top:var(--s5);padding-top:var(--s4);border-top:1px solid #555;flex-wrap:wrap;display:flex}.news-section{background:var(--white)}.news-list{border-top:3px solid var(--ink)}.news-row{gap:var(--s5);padding:var(--s4) 0;border-bottom:1px solid var(--ink);grid-template-columns:9rem minmax(0,1fr) 2rem;align-items:start;display:grid;position:relative}.news-date{font:700 .75rem var(--mono)}.news-date span{color:var(--muted);margin-top:.4rem;display:block}.news-row h3{font:600 clamp(1.2rem, 2vw, 1.65rem)/1.25 var(--serif)}.news-row>div>p:not(.eyebrow){max-width:52rem;color:var(--muted);font-size:.88rem}.news-arrow{font-size:1.5rem}.news-action{margin-top:var(--s5)}.search-form{gap:.5rem;max-width:760px;display:flex}.search-form input{border:2px solid var(--ink);background:#fff;flex:1;min-width:0;min-height:52px;padding:.7rem 1rem}.search-results{margin-top:var(--s5);background:var(--line);grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid}.search-result{gap:var(--s4);background:var(--paper);min-width:0;padding:var(--s4);grid-template-columns:1fr;display:grid}.search-result-photo{grid-template-columns:1fr;gap:0;padding:0}.search-result-photo>div{padding:var(--s4)}.search-result-image{aspect-ratio:3/2;background:0 0;display:block;overflow:hidden}.search-result-image img{object-fit:cover;width:100%;height:100%}.search-result .card-meta{color:var(--muted);font:.72rem var(--mono)}.search-result[hidden]{display:none}.news-empty,.portal-news-empty,.data-approval-notice{border:1px solid var(--ink);background:var(--white);padding:clamp(1.5rem,4vw,3rem)}.portal-news-empty{align-content:center;min-height:220px;display:grid}.portal-news-empty strong{font:900 .72rem var(--mono);letter-spacing:.12em}.status-page{text-align:center;place-items:center;min-height:62vh;display:grid}.status-page .code{font:900 clamp(5rem, 20vw, 12rem)/.8 var(--sans);color:#d3d0c7;letter-spacing:-.07em}.status-page .cluster{justify-content:center}.neutral-panel{max-width:760px;padding:var(--s5);border:2px solid var(--ink);background:#fff}}@layer utilities{.cluster{flex-wrap:wrap;align-items:center;gap:.7rem;display:flex}.news-page,.news-page .page-header{background:var(--white)}.news-filter{border:1px solid var(--ink);background:var(--white);grid-template-columns:minmax(16rem,.75fr) minmax(0,1.7fr);align-items:end;gap:1rem;padding:1.25rem;display:grid}.news-filter label{gap:.45rem;min-width:0;display:grid}.news-filter label>span{font:800 .75rem/1.3 var(--mono);letter-spacing:.04em}.news-filter input,.news-filter select{background:var(--white);width:100%;min-height:46px;color:var(--ink);font:inherit;border:1px solid #8f8c84;border-radius:0;padding:.7rem .8rem}.news-filter input:focus-visible,.news-filter select:focus-visible{outline:3px solid var(--color-accent);outline-offset:2px}.news-filter-details summary{display:none}.news-filter-fields{grid-template-columns:repeat(4,minmax(7rem,1fr)) auto;align-items:end;gap:.75rem;display:grid}.news-filter-clear{white-space:nowrap;min-height:46px}.news-result-count{font:800 .72rem/1.4 var(--mono);margin:0}.news-result-count strong{font-size:1.15rem}.news-filter-empty{border:1px solid var(--ink);background:var(--white);text-align:center;padding:clamp(2rem,5vw,4rem)}.news-filter-empty h2{margin-top:0}.news-editorial-list{border-top:2px solid var(--ink)}.news-editorial-item[hidden],.news-filter-empty[hidden]{display:none}.news-editorial-item{border-bottom:1px solid #bdb9af;padding:clamp(1.5rem,2.7vw,2.25rem) 0}.news-editorial-meta{font:800 .85rem/1.45 var(--mono);letter-spacing:.02em;flex-wrap:wrap;align-items:center;gap:.4rem .85rem;margin-bottom:.75rem;display:flex}.news-editorial-meta span:first-child{background:var(--color-accent);color:var(--ink);padding:.27rem .5rem;font-size:.75rem}.news-editorial-meta time{color:var(--muted)}.news-editorial-body h2{max-width:48rem;margin:0 0 .7rem;font-size:clamp(1.28rem,1.7vw,1.4rem);line-height:1.38}.news-editorial-body h2 a{text-decoration:none}.news-editorial-body p{max-width:48rem;margin:0 0 .85rem;font-size:.94rem;line-height:1.75}.news-source-link{font:800 .75rem var(--mono);letter-spacing:.04em;text-underline-offset:.25rem;text-decoration-thickness:1px}.stack>*+*{margin-top:var(--s4)}.muted{color:var(--muted)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}}@media (width<=820px){:root{--s7:3.5rem}.desktop-nav{display:none}.mobile-nav{display:block;position:relative}.mobile-nav summary{cursor:pointer;border:1px solid #777;padding:.5rem .7rem;font-weight:700;list-style:none}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav[open] nav{background:var(--ink);border:1px solid #777;width:min(84vw,320px);padding:.5rem;display:grid;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 10px 30px #0007}.mobile-nav nav a{border-bottom:1px solid #444;padding:.8rem;text-decoration:none}.hero{background:radial-gradient(circle at 88% 30%,#cbc9bf 0 1px,#0000 2px) 0 0/16px 16px;min-height:auto}.hero-grid,.map-preview,.article-shell,.stat-value,.footer-grid,.lab-layout{grid-template-columns:1fr}.hero-aside{border-left:0;border-top:1px solid var(--ink);padding:var(--s4) 0 0}.card-grid{grid-template-columns:1fr 1fr}.search-results{grid-template-columns:repeat(2,minmax(0,1fr))}.article-card:nth-child(3n){border-right:var(--border)}.article-card:nth-child(2n){border-right:0}.map-static{min-height:300px}.map-copy{border-top:1px solid #555;border-left:0}.article-side{order:-1;position:static}.evidence-grid,.review-layer-grid{grid-template-columns:1fr}.review-layer{min-height:auto}.news-filter{grid-template-columns:1fr}.news-filter-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.news-filter-clear{width:100%}}@media (width<=520px){.news-filter{padding:1rem}.news-filter-details summary{border:1px solid var(--ink);cursor:pointer;justify-content:space-between;align-items:center;min-height:46px;padding:.7rem .8rem;font-weight:850;list-style:none;display:flex}.news-filter-details summary::-webkit-details-marker{display:none}.news-filter-details summary span{background:var(--color-accent);min-width:1.7rem;min-height:1.7rem;color:var(--ink);font:800 .7rem var(--mono);border-radius:50%;place-items:center;display:grid}.news-filter-fields{grid-template-columns:1fr;padding-top:.85rem}.news-editorial-meta{gap:.35rem .7rem}.news-editorial-body h2{font-size:1.3rem}:root{--s7:3rem}.brand small{display:none}.brand strong{font-size:.72rem}.card-grid,.choice-grid{grid-template-columns:1fr}.article-card{border-right:0}.section-heading{display:block}.search-form{display:grid}.search-results,.search-result,.search-result-photo{grid-template-columns:1fr}.stat-value{padding:var(--s4)}.hero{padding-top:var(--s6)}.hero h1{font-size:clamp(2.7rem,14vw,4.2rem)}.hero-actions{display:grid}.hero-actions .button{width:100%}.hero-aside{gap:0 var(--s3);grid-template-columns:5.5rem 1fr;align-items:start;display:grid}.hero-aside>.eyebrow,.hero-aside>.muted,.hero-index{grid-column:1/-1}.hero-number{font-size:3.8rem}.choice{padding:var(--s4)}.map-preview{min-height:0}.map-static{min-height:230px}.map-copy{padding:var(--s5) var(--s3) var(--s6)}.map-copy h2{font-size:2.7rem}.lab-layout{margin-top:var(--s4)}.lab-feature-copy>p:not(.eyebrow):not(.card-meta){display:none}.lab-index article{padding:var(--s3) 0;grid-template-columns:2.2rem 1fr}.lab-index-excerpt,.lab-index .card-meta{display:none}.lab-links{gap:.7rem;display:grid}.news-row{gap:var(--s2);grid-template-columns:1fr 1.5rem}.news-date{grid-column:1/-1;justify-content:space-between;display:flex}.news-date span{margin:0;display:inline}.news-row>div>p:not(.eyebrow),.news-row-secondary{display:none}.news-action .button{width:100%}.stat-value:after{grid-area:1/1/auto/-1;margin-bottom:-.5rem;position:static}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@layer approved-top{.site-header{z-index:20;color:#0a0a09;background:#fff;border:0;position:sticky;top:0;box-shadow:0 1px #d9d6ce}.header-inner{gap:clamp(.8rem,2vw,2rem);width:min(100% - 3rem,1200px);min-height:82px}.brand{color:#0a0a09;flex:none;min-width:260px}.brand strong{white-space:nowrap;letter-spacing:-.03em;font-size:clamp(1rem,1.55vw,1.45rem);font-weight:900;line-height:1}.brand small{color:#0a0a09;margin-top:.45rem;font-size:.72rem;font-weight:700;line-height:1}.desktop-nav{margin-left:auto}.desktop-nav a{color:#0a0a09;white-space:nowrap;border-bottom-width:4px;padding:0 clamp(.45rem,1vw,.9rem);font-size:.82rem;font-weight:800}.desktop-nav a:hover,.desktop-nav a[aria-current=page]{color:#0a0a09;border-color:var(--color-accent)}.header-search{flex:0 0 44px;place-items:center;width:44px;height:44px;text-decoration:none;display:grid}.header-search>span:first-child{border:2px solid #0a0a09;border-radius:50%;width:17px;height:17px;position:relative}.header-search>span:first-child:after{content:"";background:#0a0a09;width:8px;height:2px;position:absolute;bottom:-3px;right:-6px;transform:rotate(45deg)}.mobile-nav{color:#fff}.site-footer{color:#fff;background:#090a09;border-top:0;padding:1.75rem 0 1.15rem}.footer-grid{width:min(100% - 3rem,1200px)}.footer-note{border:0;padding:0}.footer-note p{margin:0}.portal-home{color:#0a0a09;background:#fff}.portal-home main{overflow:hidden}.portal-shell{width:min(100% - 3rem,1200px);margin-inline:auto}.portal-section{padding-top:clamp(2.1rem,3.5vw,3.15rem);padding-bottom:clamp(3rem,5vw,4.5rem)}.portal-topics{padding-bottom:clamp(1.715rem,2.8vw,2.52rem)}.portal-news{padding-top:clamp(1.176rem,1.96vw,1.764rem);padding-bottom:clamp(2.6rem,4.25vw,3.8rem)}.portal-map{padding-bottom:clamp(2.65rem,4.4vw,3.9rem)}.portal-reviews{padding-bottom:clamp(2.6rem,4.25vw,3.8rem)}.portal-recommend{padding-bottom:clamp(2.5rem,4.15vw,3.75rem)}.portal-statistics{padding-bottom:clamp(2.65rem,4.4vw,3.9rem)}.portal-heading{justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1.7rem;display:flex}.portal-heading h2{color:#0a0a09;letter-spacing:-.045em;align-items:center;gap:1rem;margin:0;font-size:clamp(1.75rem,3vw,2.65rem);font-weight:950;line-height:1;display:flex}.portal-heading h2 span{letter-spacing:0;border-left:1px solid;padding-left:1rem;font-size:.82rem;font-weight:800}.portal-heading>a{flex:none;font-size:.76rem;font-weight:800;text-decoration:none}.portal-button{border:1.5px solid #0a0a09;border-radius:999px;justify-content:space-between;align-items:center;gap:1.5rem;min-height:48px;padding:.65rem 1.15rem;font-size:.78rem;font-weight:900;text-decoration:none;display:inline-flex}.portal-button-yellow{border-color:var(--color-accent);background:var(--color-accent);color:#0a0a09}.portal-button-outline{color:inherit;background:0 0;border-color:currentColor}.portal-button-light{color:#0a0a09;background:#fff}.portal-button.portal-journal-cta{color:#0a0a09;width:fit-content;max-width:100%;margin-top:1.5rem}.portal-tag{color:#0a0a09;background:var(--color-accent);padding:.26rem .55rem;font-size:.66rem;font-weight:900;line-height:1;display:inline-block}.mobile-section-cta{display:none}.portal-hero{isolation:isolate;color:#fff;background:#090a09;align-items:center;min-height:clamp(480px,36vw,530px);display:grid;position:relative}.portal-hero picture,.portal-hero picture img{z-index:-3;object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.portal-hero-shade{z-index:-2;background:linear-gradient(90deg,#000000e0 0%,#000000ad 29%,#00000026 58%,#0000000a 100%);position:absolute;inset:0}.portal-hero-copy{padding-block:4rem 3rem}.portal-hero-copy h1{color:#fff;max-width:9ch;font:900 clamp(3.1rem, 6vw, 6rem)/1.05 var(--sans);letter-spacing:-.06em}.portal-hero-mobile-break{display:none}.portal-hero-copy>p{max-width:40rem;margin:1.5rem 0;font-size:clamp(.95rem,1.4vw,1.2rem);font-weight:700;line-height:1.75}.portal-actions{flex-wrap:wrap;gap:.75rem;display:flex}.topic-grid{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:1fr;gap:1.25rem;display:grid}.topic-grid article{background:#fff;border:1px solid #dedbd2;flex-direction:column;min-width:0;display:flex}.topic-thumb{aspect-ratio:3/2;background:0 0;display:block;overflow:hidden}.topic-thumb img{object-fit:cover;width:100%;height:100%}.topic-grid article[data-topic-path="/entry/strata"] .topic-thumb img{object-fit:contain}.topic-grid article>div{flex-direction:column;flex:1;align-items:flex-start;padding:1rem;display:flex}.topic-grid h3{-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:4.05em;margin:.7rem 0 1.1rem;font-size:clamp(1.05rem,1.25vw,1.18rem);line-height:1.35;display:-webkit-box;overflow:hidden}.topic-grid h3 a{text-decoration:none}.topic-meta{color:#57564f;margin-top:auto;font-size:.78rem;font-weight:700;line-height:1.5}.portal-news{background:#fff}.portal-news .news-intro .portal-button-light,.portal-recommend{background:#f1eee7}.news-layout{background:#f1eee7;border-radius:10px;grid-template-columns:290px minmax(0,1fr);gap:clamp(2rem,5vw,5rem);padding:1.35rem 1.25rem 1.25rem;display:grid}.news-intro{align-self:start}.news-intro .portal-heading{margin-bottom:1.25rem;display:block}.news-intro .portal-heading h2{justify-items:start;gap:.65rem;font-size:clamp(1.75rem,2.2vw,2.1rem);display:grid}.news-intro .portal-heading h2 span{border:0;padding:0}.news-intro>p{font-size:1.05rem;font-weight:400}.portal-news-list{border-top:1px solid #0a0a09}.portal-news-list article{background:0 0;border-bottom:1px solid #bdb9af;grid-template-columns:6.5rem 5rem 8rem minmax(0,1fr) 1.5rem;align-items:center;gap:1rem;min-height:68px;display:grid}.portal-news-list time,.portal-news-list span{font-size:.78rem}.portal-news-list article>span:nth-child(2){text-align:center;background:0 0;padding:.35rem .6rem;font-weight:800}.portal-news-list h3{margin:0;font-size:1rem;line-height:1.4}.portal-news-list h3 a{text-decoration:none}.portal-map{color:#fff;background:#090a09}.portal-heading-dark h2{color:#fff}.portal-map-layout{grid-template-columns:minmax(0,42%) minmax(0,1fr);align-items:center;gap:clamp(1.5rem,2.5vw,2rem);display:grid}.map-intro{flex-direction:column;justify-content:center;align-items:flex-start;min-width:0;display:flex}.map-intro h3{font-size:clamp(1.8rem,2.7vw,2.65rem)}.map-intro p{color:#c4c3be}.map-intro p span{text-wrap:balance;display:block}.portal-map-visual{justify-self:start;width:100%;min-width:0;max-width:540px;margin:calc(-1.7rem - clamp(1.75rem,3vw,2.65rem)) 0 0}.portal-map-visual>a{width:100%;display:block}.portal-map-visual img{width:100%;height:auto;display:block}.review-layout{grid-template-columns:minmax(230px,310px) minmax(0,1fr);gap:1.4rem;display:grid}.review-intro{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.review-intro>p:first-child{font-weight:800}.review-intro h3{font-size:clamp(1.9rem,2.4vw,2.35rem);line-height:1.12}.review-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.review-cards article{background:#fff;border:1px solid #d7d4cc;flex-direction:column;min-width:0;display:flex}.review-card-image{aspect-ratio:3/2;display:block;overflow:hidden}.review-card-image img{object-fit:contain;width:100%;height:100%;display:block}.review-cards article>div{flex-direction:column;flex:1;padding:1rem;display:flex}.review-cards span{font:800 .68rem var(--mono)}.review-cards .review-card-label{display:block}.review-cards .test-grade-label{letter-spacing:.015em;font-size:.8rem;line-height:1.4}.review-cards h3{-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:.75rem 0 1rem;font-size:clamp(1.05rem,1.3vw,1.15rem);line-height:1.4;display:-webkit-box;overflow:hidden}.review-cards h3 a{text-decoration:none}.review-cards time{color:#57564f;font:700 .78rem var(--mono);margin-top:auto}.recommend-note{color:#66645f;margin-top:-1rem;font-size:.7rem}.recommend-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;display:grid}.recommend-grid article{background:#fff;flex-direction:column;min-width:0;padding-bottom:2.25rem;display:flex;position:relative}.recommend-grid article>a:first-child{aspect-ratio:3/2;display:block;overflow:hidden}.recommend-grid img{object-fit:cover;width:100%;height:100%}.recommend-category{background:var(--color-accent);color:var(--ink);font:800 .68rem/1.2 var(--mono);align-self:flex-start;margin:.9rem 1rem 0;padding:.2rem .4rem}.recommend-grid h3{-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:4.05em;margin:.65rem 1rem .5rem;padding-right:1rem;font-size:1.125rem;line-height:1.35;display:-webkit-box;overflow:hidden}.recommend-grid h3 a{text-decoration:none}.circle-arrow{border:1px solid #0a0a09;border-radius:50%;place-items:center;width:30px;height:30px;text-decoration:none;display:grid;position:absolute;bottom:.7rem;right:.8rem}.fixture-label{border-left:4px solid #67655f;margin-top:-1rem;padding-left:.65rem;font-size:.7rem}.statistics-source-label{color:#66645f;font:700 .7rem/1.5 var(--mono);margin-top:-1rem}.statistics-grid{background:#d7d4cc;border:1px solid #d7d4cc;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:1px;display:grid}.statistics-grid article{background:#fafafa;min-height:180px;padding:1.15rem}.statistics-grid .stat-trend{background:#fafafa;min-width:0;padding:1.15rem}.stat-trend h3{margin:0 0 .9rem;font-size:1rem}.stat-trend .annual-bars{border-color:#d7d4cc}.statistics-grid article>span{font-size:.75rem;font-weight:800}.statistics-grid h3{margin-top:.4rem;font-size:.95rem}.statistics-grid strong{letter-spacing:-.06em;margin:1.5rem 0 .65rem;font-size:clamp(2.1rem,4.4vw,4.5rem);line-height:.9;display:block}.statistics-grid strong small{letter-spacing:0;margin-left:.35rem;font-size:.85rem}.statistics-grid p{color:#5c5a55;font-size:.78rem}.stat-support{border-top:1px solid #d7d4cc;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:1.2rem 0 0;padding-top:1rem;display:grid}.stat-support dt{color:#66645f;font-size:.68rem;font-weight:700}.stat-support dd{margin:.25rem 0 0;font-size:clamp(.9rem,1.2vw,1.05rem);font-weight:800;line-height:1.4}.stat-support dd small{white-space:nowrap;font-size:.68rem;font-weight:600}.statistics-cta{margin-top:1.35rem}.statistics-grid .state-pending{min-height:140px}.statistics-grid .state-pending.stat-primary{min-height:160px}.statistics-grid .state-pending strong,.statistics-grid .state-pending.stat-primary strong{width:fit-content;max-width:100%;font:900 .72rem/1.4 var(--mono);letter-spacing:.04em;overflow-wrap:anywhere;border:1px solid #8b8982;margin:1rem 0 .65rem;padding:.35rem .55rem}}@media (width<=1080px){.header-inner{width:min(100% - 2rem,1340px)}.brand{min-width:220px}.brand strong{font-size:1rem}.review-layout{grid-template-columns:220px minmax(0,1fr)}.statistics-grid{grid-template-columns:1fr}}@media (width<=820px){.header-inner{min-height:72px}.desktop-nav,.header-search{display:none}.mobile-nav{margin-left:auto;display:block}.mobile-nav summary{color:#0a0a09;border-color:#0a0a09}.mobile-nav[open] nav{background:#0a0a09}.portal-shell{width:min(100% - 2rem,1340px)}.portal-heading{align-items:end}.news-layout{grid-template-columns:1fr}.topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-news-list article{grid-template-columns:6.2rem 5rem minmax(0,1fr) 1.5rem}.portal-news-list article>span:nth-child(3){display:none}.portal-map-layout,.review-layout{grid-template-columns:1fr}.portal-map-visual{order:-1;justify-self:center;width:min(100%,540px);margin-top:0}.map-intro p span{text-wrap:wrap;display:inline}.map-intro,.review-intro{padding:0 0 .5rem}.review-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.recommend-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.header-inner{width:calc(100% - 1.5rem);min-height:66px}.brand{min-width:0}.brand strong{font-size:.86rem}.brand small{font-size:.58rem;display:block}.footer-grid{align-items:start;width:calc(100% - 2rem)}.portal-section{padding-block:2.25rem;padding-top:1.575rem}.portal-topics{padding-bottom:1.295rem}.portal-recommend{padding-bottom:1.85rem}.portal-news{padding-top:.882rem;padding-bottom:1.9rem}.portal-map,.portal-reviews,.portal-statistics{padding-bottom:2rem}.portal-heading{gap:1rem;margin-bottom:1.35rem;display:grid}.portal-heading h2{justify-items:start;gap:.55rem;font-size:1.9rem;line-height:.98;display:grid}.portal-heading h2 span{border-left:0;padding:0;font-size:.82rem;line-height:1.35}.portal-heading>a{justify-self:end}.portal-hero{align-items:end;min-height:0}.portal-hero picture{height:clamp(190px,50vw,200px);top:0;bottom:auto}.portal-hero picture img{object-position:64% center;height:100%}.portal-hero-shade{background:linear-gradient(#00000014 0 35%,#090a09 54% 100%)}.portal-hero-copy{padding-block:14rem 1.75rem}.portal-hero-copy h1{font-size:2.7rem}.portal-hero-mobile-break{display:initial}.portal-hero-copy>p{font-size:.95rem;line-height:1.75}.portal-actions{display:grid}.portal-button{width:100%}.topic-grid{grid-template-columns:1fr;gap:1rem;display:grid}.topic-grid article:nth-child(n+4){display:none}.topic-grid article>div{min-height:0}.topic-grid h3{min-height:0;font-size:1.07rem;line-height:1.4}.portal-tag{font-size:.72rem}.news-intro>p{font-size:1rem;line-height:1.7}.portal-news-list article{grid-template-columns:5.5rem minmax(0,1fr) 1.2rem;gap:.65rem;min-height:82px}.portal-news-list article>span:nth-child(2){grid-area:2/1;align-self:start}.portal-news-list article>span:nth-child(3){display:none}.portal-news-list h3{grid-area:1/2/3;font-size:.92rem;line-height:1.5}.portal-news-list time,.portal-news-list span{font-size:.75rem}.portal-news-list article[data-mobile-priority=secondary]{display:none}.map-intro h3{font-size:2rem;line-height:1.16}.map-intro p{font-size:.95rem;line-height:1.65}.review-cards{grid-template-columns:1fr}.review-intro{display:contents}.review-cards{order:1;margin-top:1.4rem}.review-cards article:nth-child(n+2){display:none}.review-intro .portal-button{order:2;margin-top:1.25rem}.review-layout{gap:0}.review-intro>p{font-size:.95rem;line-height:1.65}.review-intro h3{font-size:2rem}.review-cards h3{font-size:1.1rem}.desktop-section-link{display:none}.recommend-note{margin-top:-.4rem;font-size:.8rem;line-height:1.6}.recommend-grid{grid-template-columns:1fr;gap:1rem}.recommend-grid article{display:flex}.recommend-grid article>a:first-child{height:auto}.recommend-grid h3{min-height:0;margin:1rem 1rem .5rem;font-size:1.08rem;line-height:1.45}.mobile-section-cta{border:1.5px solid;border-radius:999px;justify-content:space-between;align-items:center;min-height:50px;margin-top:1.25rem;padding:.75rem 1rem;font-size:.9rem;font-weight:900;text-decoration:none;display:flex}.fixture-label{margin-top:-.35rem;font-size:.76rem;line-height:1.5}.statistics-grid{grid-template-columns:1fr}.statistics-grid article{min-height:174px;padding:1rem}.statistics-grid .stat-primary{min-height:160px}.statistics-grid .stat-extended{display:none}.statistics-grid article>span{font-size:.75rem}.statistics-grid h3{font-size:1rem}.statistics-grid strong{margin-top:1.2rem;font-size:2.25rem}.statistics-grid .stat-primary strong{font-size:3.4rem}.statistics-grid .state-pending strong,.statistics-grid .state-pending.stat-primary strong{font-size:.72rem}.statistics-grid p{font-size:.76rem;line-height:1.5}}@media (width<=640px){.site-header{transition:transform .18s}.site-header.site-header-hidden{transform:translateY(-100%)}}@media (width<=640px) and (prefers-reduced-motion:reduce){.site-header{transition:none}}
