:root{
  --paper:#f3f0e8;--ink:#121313;--muted:#6d706b;--line:#c9c7bf;--teal:#0b8f89;--teal2:#89d5cf;--card:#faf8f1;--danger:#c34232;--warn:#b87500;--ok:#0a8175;
  --radius:20px;--font-test:system-ui,sans-serif;--test-size:46px;--test-leading:1.25;--test-tracking:0em;--test-weight:400;--liga:normal;--kern:normal;
}
[data-theme="dark"]{--paper:#111514;--ink:#edf1ea;--muted:#9aa49d;--line:#303a36;--card:#171d1b;--teal:#61d2c8;--teal2:#153f3b;--danger:#ff897b;--warn:#e2ad59;--ok:#78d6c7}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:-.01em}button,input,textarea,select{font:inherit;color:inherit}.grain{position:fixed;inset:0;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.4'/%3E%3C/svg%3E");z-index:20}.shell{width:min(1440px,calc(100% - 48px));margin-inline:auto}.site-head{height:74px;padding:0 28px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:color-mix(in srgb,var(--paper) 88%,transparent);backdrop-filter:blur(18px);z-index:12}.brand{display:flex;align-items:center;gap:12px;color:inherit;text-decoration:none}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--ink);color:var(--paper);font-size:28px;font-family:var(--font-test)}.brand strong,.brand small{display:block}.brand strong{font-size:14px;text-transform:uppercase;letter-spacing:.09em}.brand small{font-size:12px;color:var(--muted);margin-top:1px}.head-actions{display:flex;gap:8px}.ghost,.primary,.theme-btn,.mode,.context,.view-switch button,.toggle{border:1px solid var(--line);background:transparent;border-radius:999px;padding:10px 14px;cursor:pointer}.ghost:hover,.mode:hover,.context:hover,.view-switch button:hover{border-color:var(--ink)}.primary{background:var(--ink);color:var(--paper);border-color:var(--ink);white-space:nowrap}.theme-btn{width:42px;height:42px;padding:0}.wide{width:100%}.hero{padding:86px 0 52px}.eyebrow,.panel-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:var(--teal);font-weight:750}.hero h1{font-size:clamp(46px,7vw,108px);line-height:.91;letter-spacing:-.065em;margin:18px 0 28px;max-width:1250px;font-weight:650}.hero h1 em{font-family:Georgia,serif;font-weight:400}.hero h1 span{color:var(--teal)}.hero-copy{font-size:clamp(18px,2vw,26px);line-height:1.4;max-width:930px;color:var(--muted);margin:0 0 36px}.dropzone{min-height:116px;border:1px dashed var(--ink);border-radius:var(--radius);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:22px;background:color-mix(in srgb,var(--card) 70%,transparent);transition:.2s}.dropzone.drag{background:var(--teal2);transform:translateY(-2px)}.drop-icon{width:58px;height:58px;border-radius:50%;background:var(--teal);color:#fff;display:grid;place-items:center;font-size:28px}.dropzone strong,.dropzone span{display:block}.dropzone strong{font-size:19px}.dropzone span{font-size:13px;color:var(--muted);margin-top:4px}.hero-foot{display:flex;justify-content:space-between;color:var(--muted);font-size:12px;margin-top:10px}.status-dot:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--line);margin-right:7px}.status-dot.loaded:before{background:var(--ok)}.bench{display:grid;grid-template-columns:260px minmax(0,1fr) 310px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.control-panel,.diagnostic-panel{padding:28px 24px}.control-panel{border-right:1px solid var(--line)}.diagnostic-panel{border-left:1px solid var(--line)}.control-panel label{display:block;font-size:12px;color:var(--muted);margin:18px 0}.control-panel output{float:right;color:var(--ink);font-variant-numeric:tabular-nums}.control-panel input[type=range]{display:block;width:100%;margin-top:10px;accent-color:var(--teal)}.control-panel hr{border:0;border-top:1px solid var(--line);margin:22px 0}.switch-row{display:flex;align-items:center;justify-content:space-between;margin:12px 0;font-size:13px}.toggle{font-size:10px;padding:7px 10px}.toggle.on{background:var(--ink);color:var(--paper)}textarea{width:100%;resize:vertical;border:1px solid var(--line);background:transparent;border-radius:14px;padding:12px;line-height:1.5}.textarea-label textarea{margin-top:8px}.preview-panel{padding:28px;min-width:0}.preview-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.preview-head h2{font-size:25px;margin:5px 0 0}.view-switch{display:flex}.view-switch button{border-radius:0;font-size:11px;padding:8px 10px}.view-switch button:first-child{border-radius:999px 0 0 999px}.view-switch button:last-child{border-radius:0 999px 999px 0}.view-switch button.active{background:var(--ink);color:var(--paper)}.type-stage{min-height:345px;padding:32px;border:1px solid var(--line);border-radius:var(--radius);display:flex;flex-direction:column;justify-content:space-between;background:var(--card);transition:.2s}.type-stage.ink{background:var(--ink);color:var(--paper)}#heroSample{font-family:var(--font-test);font-size:var(--test-size);line-height:var(--test-leading);letter-spacing:var(--test-tracking);font-weight:var(--test-weight);font-variant-ligatures:var(--liga);font-kerning:var(--kern);margin:0;overflow-wrap:anywhere}.type-meta{font-family:var(--font-test);font-size:15px;border-top:1px solid currentColor;padding-top:16px;opacity:.7}.microstrip{display:flex;gap:24px;overflow:auto;padding:16px 2px 0}.microstrip span{white-space:nowrap;color:var(--muted);font-size:10px}.micro{font-family:var(--font-test);font-weight:var(--test-weight);display:block;color:var(--ink);margin-top:4px}.score-wrap{display:grid;grid-template-columns:92px 1fr;gap:14px;align-items:center}.score-ring{width:92px;height:92px;border-radius:50%;display:grid;place-items:center;align-content:center;border:8px solid var(--line);font-variant-numeric:tabular-nums}.score-ring span{font-size:30px;font-weight:750;line-height:1}.score-ring small{font-size:9px;color:var(--muted)}.score-wrap h3{font-size:20px;margin:4px 0}.score-wrap p{font-size:11px;color:var(--muted);line-height:1.45}.health-list{margin-top:24px}.health{display:flex;justify-content:space-between;padding:12px 0;border-top:1px solid var(--line);font-size:12px}.health.good b{color:var(--ok)}.health.warn b{color:var(--warn)}.health.bad b{color:var(--danger)}.quick-note{margin-top:18px;padding:14px;border-radius:12px;background:var(--teal2);font-size:12px;line-height:1.45}.mode-nav{display:grid;grid-template-columns:repeat(7,1fr);padding:22px 0;gap:8px}.mode{border-radius:12px;text-align:left;display:flex;gap:10px;align-items:center;white-space:nowrap}.mode span{font-size:10px;color:var(--muted)}.mode.active{background:var(--ink);color:var(--paper);border-color:var(--ink)}.mode.active span{color:var(--teal2)}.lab-views{padding:14px 0 70px}.lab-view{display:none}.lab-view.active{display:block}.section-title{display:grid;grid-template-columns:1.3fr .7fr;gap:50px;align-items:end;margin:50px 0 24px}.section-title h2{font-size:clamp(32px,4vw,58px);line-height:1;letter-spacing:-.04em;margin:10px 0 0}.section-title p{color:var(--muted);font-size:15px;line-height:1.6;max-width:520px}.anatomy-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.test-card,.normalisation-card,.edgecase,.feature-box{border:1px solid var(--line);background:var(--card);border-radius:var(--radius);padding:24px}.test-card>span{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em}.test-card.full{grid-column:1/-1}.bigglyphs{font-family:var(--font-test);font-size:clamp(38px,5vw,76px);line-height:1.45;font-weight:var(--test-weight);letter-spacing:var(--test-tracking);margin-top:12px}.bigglyphs.smaller{font-size:clamp(30px,4vw,56px)}.pair-rows{display:flex;gap:14px;flex-wrap:wrap;margin-top:18px}.pair-rows b{font-family:var(--font-test);font-size:38px;border:1px solid var(--line);border-radius:14px;padding:10px 15px;font-weight:var(--test-weight)}.pair-rows i{font:10px Inter,system-ui;color:var(--muted);text-transform:uppercase}.matrix-tools{display:flex;gap:8px;margin-bottom:12px}.matrix-tools label{border:1px solid var(--line);border-radius:999px;padding:6px 12px;font-size:12px}.matrix-tools select{border:0;background:transparent}.uyirmei-grid{display:grid;grid-template-columns:repeat(6,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line);overflow:auto}.uyirmei-cell{min-width:135px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:16px;background:var(--card)}.uyirmei-cell b{font-family:var(--font-test);font-size:38px;font-weight:var(--test-weight);display:block}.uyirmei-cell small{font-size:9px;color:var(--muted)}.normalisation-card{margin-top:12px;display:grid;grid-template-columns:1fr 1.3fr;gap:28px}.normalisation-card h3{font-size:28px;margin:6px 0}.normalisation-card p{color:var(--muted);line-height:1.55}.norm-list{display:grid;gap:8px}.norm-row{display:grid;grid-template-columns:1fr 1fr auto;gap:8px;align-items:center;border-bottom:1px solid var(--line);padding:8px 0}.norm-row b{font-family:var(--font-test);font-size:30px;font-weight:var(--test-weight)}.norm-row small{font-size:9px;color:var(--muted)}.pill{font-size:9px;border-radius:999px;padding:6px 8px;background:var(--teal2)}.pill.warn{background:color-mix(in srgb,var(--warn) 20%,transparent);color:var(--warn)}.stress-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.stress-card{border:1px solid var(--line);border-radius:var(--radius);padding:22px;min-height:190px;background:var(--card)}.stress-card span{font-size:10px;text-transform:uppercase;color:var(--muted)}.stress-card p{font-family:var(--font-test);font-size:36px;line-height:1.5;font-weight:var(--test-weight);letter-spacing:var(--test-tracking);margin:16px 0 0}.edgecase{margin-top:12px}.edgecase code{display:block;color:var(--muted);font-size:11px}.context-tabs{display:flex;gap:8px;margin-bottom:12px}.context.active{background:var(--ink);color:var(--paper)}.context-stage{border:1px solid var(--line);border-radius:var(--radius);padding:clamp(24px,5vw,70px);background:var(--card);min-height:420px}.editorial h3,.poster h3,.ui-card *{font-family:var(--font-test)}.editorial{max-width:860px;margin:auto}.editorial h3{font-size:56px;line-height:1.05;margin:0 0 24px;font-weight:var(--test-weight)}.editorial p{font-family:var(--font-test);font-size:20px;line-height:1.85;margin:0;font-weight:var(--test-weight)}.poster{min-height:300px;display:flex;align-items:flex-end}.poster h3{font-size:clamp(60px,11vw,150px);line-height:.88;letter-spacing:-.05em;margin:0;font-weight:var(--test-weight)}.ui-demo{max-width:720px;margin:auto;display:grid;gap:10px}.ui-card{border:1px solid var(--line);padding:18px;border-radius:14px;display:flex;justify-content:space-between;align-items:center}.ui-card b{font-size:20px}.ui-card small{color:var(--muted)}.waterfall{margin-top:12px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.water-row{display:grid;grid-template-columns:60px 1fr;gap:20px;align-items:baseline;padding:12px 18px;border-bottom:1px solid var(--line);overflow:hidden}.water-row:last-child{border-bottom:0}.water-row small{color:var(--muted);font-variant-numeric:tabular-nums}.water-row div{font-family:var(--font-test);white-space:nowrap;font-weight:var(--test-weight)}.info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.info-item{padding:18px;border:1px solid var(--line);border-radius:14px}.info-item small{color:var(--muted);display:block;margin-bottom:5px}.info-item b{font-size:18px;overflow-wrap:anywhere}.coverage-summary{margin:12px 0;display:flex;gap:10px;flex-wrap:wrap}.coverage-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(86px,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}.cp{border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:12px;background:var(--card);min-height:84px}.cp b{font-family:var(--font-test);font-size:30px;display:block;font-weight:var(--test-weight)}.cp small{font-size:8px;color:var(--muted)}.cp.missing{background:color-mix(in srgb,var(--danger) 9%,var(--card));}.cp.missing b{opacity:.28}.feature-box{margin-top:12px}.tag-cloud{display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}.tag{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;border:1px solid var(--line);border-radius:999px;padding:7px 9px}.tag.hot{border-color:var(--teal);color:var(--teal)}.tag.muted{color:var(--muted)}.compare-load{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}.compare-load>div,.secondary-load{border:1px solid var(--line);border-radius:14px;padding:18px;display:flex;gap:12px;align-items:center}.compare-load span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--ink);color:var(--paper);font-size:11px}.secondary-load{cursor:pointer}.compare-card{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;margin-top:12px}.compare-card>div{padding:32px;background:var(--card);min-width:0}.compare-card>div+div{border-left:1px solid var(--line)}.compare-card p{font-size:42px;line-height:1.45;margin:8px 0;font-weight:var(--test-weight)}#compareA{font-family:var(--font-test)}#compareB{font-family:var(--font-b,system-ui)}.manifesto{border-top:1px solid var(--line);padding:72px 0 100px}.manifesto h2{font-size:clamp(38px,6vw,80px);line-height:.98;max-width:1100px;letter-spacing:-.05em;margin:12px 0}.manifesto p{max-width:800px;color:var(--muted);font-size:17px;line-height:1.65}footer{border-top:1px solid var(--line);padding:22px 28px;display:flex;justify-content:space-between;color:var(--muted);font-size:11px}
@media(max-width:1100px){.bench{grid-template-columns:230px 1fr}.diagnostic-panel{grid-column:1/-1;border-left:0;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}.mode-nav{overflow:auto;grid-template-columns:repeat(7,minmax(160px,1fr))}.stress-grid{grid-template-columns:1fr 1fr}.info-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.shell{width:min(100% - 24px,1440px)}.site-head{padding:0 14px}.head-actions .ghost{display:none}.hero{padding:52px 0 34px}.hero h1{font-size:53px}.dropzone{grid-template-columns:auto 1fr}.dropzone .primary{grid-column:1/-1}.hero-foot{gap:10px}.bench{grid-template-columns:1fr}.control-panel{border-right:0;border-bottom:1px solid var(--line)}.diagnostic-panel{grid-template-columns:1fr;border-left:0}.section-title{grid-template-columns:1fr;gap:8px}.anatomy-grid{grid-template-columns:1fr}.test-card.full{grid-column:auto}.uyirmei-grid{grid-template-columns:repeat(3,minmax(120px,1fr))}.normalisation-card{grid-template-columns:1fr}.stress-grid{grid-template-columns:1fr}.info-grid{grid-template-columns:1fr 1fr}.compare-card,.compare-load{grid-template-columns:1fr}.compare-card>div+div{border-left:0;border-top:1px solid var(--line)}footer{flex-direction:column;gap:6px}}
@media print{.grain,.site-head,.hero .dropzone,.hero-foot,.control-panel,.mode-nav,.context-tabs,.head-actions{display:none!important}.hero{padding:20px 0}.bench{grid-template-columns:1fr}.diagnostic-panel{border:0}.lab-view{display:block!important;break-inside:avoid;margin-bottom:40px}.shell{width:100%}.manifesto{padding:30px 0}body{background:white;color:black}.test-card,.type-stage,.stress-card,.normalisation-card,.context-stage,.cp,.info-item,.feature-box{background:white}.section-title h2{font-size:30px}}


/* Compare 2.0 */
.font-slot small,.secondary-load small{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px}.secondary-load{justify-content:flex-start}.secondary-load i{margin-left:auto;font-style:normal;font-size:20px}.compare-presets{display:flex;gap:7px;flex-wrap:wrap;margin:0 0 10px}.compare-preset,.play-presets button{border:1px solid var(--line);background:transparent;border-radius:999px;padding:8px 11px;font-size:11px;cursor:pointer}.compare-preset.active,.compare-preset:hover,.play-presets button:hover{background:var(--ink);color:var(--paper)}.compare-card.detailed header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:12px}.compare-card.detailed header small{font-size:9px;letter-spacing:.14em;color:var(--muted)}.compare-card.detailed header b{font-size:11px;max-width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.compare-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:12px 0}.compare-fact{border:1px solid var(--line);border-radius:14px;padding:16px;background:var(--card)}.compare-fact>small{display:block;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:10px}.fact-pair{display:grid;grid-template-columns:1fr 1fr;gap:6px}.fact-pair div{min-width:0}.fact-pair span{display:block;font-size:9px;color:var(--muted)}.fact-pair b{display:block;font-size:18px;overflow-wrap:anywhere}.fact-pair .better{color:var(--ok)}.compare-guide{margin-top:36px;border-top:1px solid var(--line);padding-top:30px}.guide-intro{display:grid;grid-template-columns:.6fr 1.1fr 1fr;gap:24px;align-items:start}.guide-intro h3{font-size:30px;line-height:1.08;margin:0}.guide-intro p{margin:0;color:var(--muted);line-height:1.55}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}.guide-card{border:1px solid var(--line);background:var(--card);border-radius:var(--radius);padding:20px}.guide-card .num{font-size:10px;color:var(--teal);letter-spacing:.12em}.guide-card h4{font-size:18px;margin:12px 0 7px}.guide-card p{font-size:12px;line-height:1.55;color:var(--muted);margin:0}.guide-card .mini-sample{font-family:var(--font-test);font-size:27px;line-height:1.45;border-top:1px solid var(--line);margin-top:16px;padding-top:12px}.guide-card .mini-sample.b{font-family:var(--font-b,system-ui);border-top:0;margin-top:0;padding-top:2px}.guide-card .watch{font-size:10px;margin-top:10px;padding:8px;border-radius:9px;background:var(--teal2);color:var(--ink)}


/* Font metadata */
.font-meta-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin:30px 0 12px;padding-top:26px;border-top:1px solid var(--line)}
.font-meta-head h3{font-size:28px;letter-spacing:-.025em;margin:5px 0 0}.font-meta-head p{max-width:520px;color:var(--muted);font-size:11px;line-height:1.55;margin:0}
.metadata-profile{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:24px}.meta-card{border:1px solid var(--line);background:var(--card);border-radius:var(--radius);padding:19px;min-width:0}.meta-card-title{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);padding-bottom:10px;border-bottom:1px solid var(--line);margin-bottom:2px}.meta-row{display:grid;grid-template-columns:minmax(120px,.42fr) 1fr;gap:14px;padding:10px 0;border-bottom:1px solid color-mix(in srgb,var(--line) 62%,transparent);align-items:start}.meta-row:last-child{border-bottom:0}.meta-row small{font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.meta-row>div{font-size:12px;line-height:1.5;overflow-wrap:anywhere}.meta-row a{color:var(--teal);text-decoration-thickness:1px;text-underline-offset:3px}.meta-row b,.meta-row span{display:block}.meta-row span{margin-top:3px;color:var(--muted);font-size:10px}.meta-license{border-color:color-mix(in srgb,var(--teal) 34%,var(--line))}.meta-wide{grid-column:1/-1}.meta-wide p{font-size:12px;line-height:1.65;color:var(--muted);margin:12px 0 0;white-space:pre-wrap}.meta-wide .meta-sample{font-family:var(--font-test);font-size:20px;color:var(--ink)}.meta-empty{grid-column:1/-1;border:1px dashed var(--line);border-radius:var(--radius);padding:24px}.meta-empty b,.meta-empty span{display:block}.meta-empty span{font-size:11px;color:var(--muted);margin-top:5px}

/* OpenType playground */
.play-toolbar{display:grid;grid-template-columns:minmax(240px,.7fr) 1.3fr;gap:14px;align-items:end;margin-bottom:12px}.play-toolbar label{font-size:11px;color:var(--muted)}.play-toolbar input{display:block;width:100%;margin-top:6px;border:1px solid var(--line);background:var(--card);border-radius:14px;padding:14px 16px;font-family:var(--font-test);font-size:28px}.play-presets{display:flex;gap:7px;flex-wrap:wrap}.play-presets button{font-family:var(--font-test);font-size:16px}.shape-hero{display:grid;grid-template-columns:1.25fr .75fr;gap:20px;border:1px solid var(--line);background:var(--card);border-radius:var(--radius);padding:28px;align-items:end}.play-result{font-family:var(--font-test);font-size:clamp(78px,12vw,180px);line-height:1.05;letter-spacing:0;margin:14px 0}.shape-hero p{color:var(--muted);line-height:1.55;max-width:760px}.shape-key{display:flex;flex-direction:column;gap:10px;font-size:11px}.shape-key span{display:flex;align-items:center;gap:9px}.swatch{width:11px;height:11px;border-radius:3px;display:inline-block}.swatch.base,.token.base{background:var(--viz-1,#2b7a78)}.swatch.vowel,.token.vowel{background:var(--viz-2,#d98b39)}.swatch.pulli,.token.pulli{background:var(--viz-3,#9556a8)}.swatch.grantha,.token.grantha{background:var(--viz-4,#be4b62)}.swatch.joiner,.token.joiner{background:var(--viz-5,#5676b8)}.pipeline{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto 1fr;gap:8px;align-items:center;margin:12px 0}.pipe-step{border:1px solid var(--line);border-radius:14px;padding:14px;background:var(--card);display:flex;gap:10px;align-items:flex-start;min-height:76px}.pipe-step>span{width:25px;height:25px;border-radius:50%;background:var(--ink);color:var(--paper);display:grid;place-items:center;font-size:9px;flex:0 0 auto}.pipe-step small{display:block;color:var(--teal);font-size:9px;text-transform:uppercase;letter-spacing:.09em;margin-bottom:4px}.pipe-step b{font-size:11px;line-height:1.35}.pipe-arrow{color:var(--muted)}.play-layout{display:grid;grid-template-columns:1.5fr .7fr;gap:12px}.glyph-story,.shape-explain,.feature-route,.accuracy-note{border:1px solid var(--line);background:var(--card);border-radius:var(--radius);padding:22px}.mini-head{display:flex;justify-content:space-between;gap:20px;align-items:start}.mini-head p{font-size:11px;color:var(--muted);max-width:420px;margin:0;line-height:1.5}.glyph-story-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:8px;margin-top:18px}.glyph-token{border:1px solid var(--line);border-radius:14px;overflow:hidden}.glyph-token .token{padding:14px;color:#fff;min-height:86px;display:flex;align-items:flex-end;justify-content:space-between}.glyph-token .char{font-family:var(--font-test);font-size:45px;line-height:1}.glyph-token .role{font-size:9px;text-transform:uppercase;letter-spacing:.1em}.glyph-token .token-info{padding:11px}.glyph-token .token-info b,.glyph-token .token-info small{display:block}.glyph-token .token-info b{font-size:11px;overflow-wrap:anywhere}.glyph-token .token-info small{font:9px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--muted);margin-top:3px}.shape-explain h3{font-family:var(--font-test);font-size:34px;margin:12px 0}.shape-explain ol{padding-left:20px;margin:12px 0}.shape-explain li{font-size:12px;line-height:1.55;margin:8px 0}.shape-explain .tip{background:var(--teal2);padding:12px;border-radius:10px;font-size:11px;line-height:1.5;margin-top:14px}.feature-route{margin-top:12px;display:grid;grid-template-columns:.7fr 1.3fr;gap:24px}.feature-route h3{font-size:28px;margin:7px 0}.feature-route p{color:var(--muted);line-height:1.55;font-size:12px}.feature-route-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.feature-chip{border:1px solid var(--line);border-radius:12px;padding:13px}.feature-chip small{display:block;color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.08em}.feature-chip b{display:block;font:700 15px ui-monospace,SFMono-Regular,Menlo,monospace;margin:5px 0}.feature-chip span{font-size:9px;line-height:1.35;color:var(--muted)}.feature-chip.present{border-color:var(--ok)}.feature-chip.present b{color:var(--ok)}.accuracy-note{margin-top:12px;font-size:11px;line-height:1.55;color:var(--muted)}.accuracy-note b{color:var(--ink)}

/* Showcase-grade specimen PDF */
.print-report{display:none}
.report-sheet{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;position:relative;overflow:hidden;color:#10211f;background:#fbfaf6}
.report-sheet small{letter-spacing:.13em;text-transform:uppercase}
.report-page-mark{position:absolute;left:14mm;right:14mm;bottom:7mm;border-top:.35pt solid #aeb8b5;padding-top:2.5mm;display:flex;justify-content:flex-end;font:6.4pt/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em;color:#66716e}
.report-brand{display:flex;align-items:center;gap:3mm;position:relative;z-index:2}.report-brand>span{width:11mm;height:11mm;border:1.2pt solid currentColor;border-radius:50%;display:grid;place-items:center;font-family:var(--font-test);font-size:20pt}.report-brand b,.report-brand small{display:block}.report-brand b{font-size:8pt;letter-spacing:.16em;text-transform:uppercase}.report-brand small{font-size:6.4pt;color:#5f6b68;margin-top:.8mm;letter-spacing:.05em;text-transform:none}
.report-cover{background:#10211f;color:#f8f4ea}.report-cover-ghost{position:absolute;right:-22mm;top:28mm;font-family:var(--font-test);font-size:235pt;line-height:.8;color:#17443f;opacity:.72;z-index:0}.report-cover-top{display:flex;justify-content:space-between;align-items:start;position:relative;z-index:2}.report-edition{font:6.7pt ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.14em;color:#a9c4be}.report-cover .report-brand small{color:#a9c4be}.report-cover-main{position:relative;z-index:2;margin-top:43mm;max-width:158mm}.report-title>small{font-size:7pt;color:#71bcb1}.report-title h1{font-size:45pt;line-height:.92;letter-spacing:-.05em;margin:4mm 0 3mm;max-width:160mm}.report-title p{font-size:9pt;color:#b7c8c4;margin:0}.report-cover-credit{font-size:8pt;color:#d7e0dd;margin-top:4mm}.report-specimen{font-family:var(--font-test);font-size:27pt;line-height:1.5;margin-top:15mm;padding-top:7mm;border-top:.7pt solid #47716b;max-width:170mm}.report-cover-bottom{position:absolute;left:14mm;right:14mm;bottom:19mm;display:grid;grid-template-columns:48mm 1fr;gap:8mm;align-items:end;z-index:2}.report-score{display:flex;align-items:end;gap:3mm}.report-score strong{font-size:46pt;line-height:.82;color:#ef7258}.report-score span{font-size:6.3pt;line-height:1.45;letter-spacing:.1em;text-transform:uppercase;color:#b7c8c4}.report-cover-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:3mm;border-top:.5pt solid #47716b;padding-top:4mm}.report-cover-facts small,.report-cover-facts b{display:block}.report-cover-facts small{font-size:5.8pt;color:#7da29c}.report-cover-facts b{font-size:7.2pt;line-height:1.35;margin-top:1.3mm;color:#f8f4ea;overflow-wrap:anywhere}.report-cover .report-page-mark{border-color:#47716b;color:#7da29c}
.report-section-head{display:grid;grid-template-columns:13mm 1fr;gap:5mm;border-bottom:1.2pt solid #10211f;padding-bottom:5mm;margin-bottom:7mm}.report-section-head>span{font-size:9pt;font-weight:800;color:#0a665e}.report-section-head small{font-size:6.5pt;color:#60706c}.report-section-head h2{font-size:22pt;line-height:1.05;letter-spacing:-.035em;margin:1.3mm 0 0;max-width:155mm}
.report-overview-hero{display:grid;grid-template-columns:48mm 1fr;gap:8mm;align-items:center;margin-bottom:7mm}.report-overview-glyph{height:48mm;background:#0a665e;color:#fff;display:grid;place-items:center;font-family:var(--font-test);font-size:70pt;line-height:1}.report-overview-hero small{font-size:6.2pt;color:#687773}.report-overview-hero h3{font-size:28pt;line-height:1;margin:2mm 0}.report-overview-hero p{font-size:8.5pt;line-height:1.55;color:#53625f;max-width:110mm}
.report-metrics{display:grid;grid-template-columns:repeat(5,1fr);gap:2.5mm}.report-metric{border-top:2.5pt solid #9db1ac;padding:3mm 2mm 0;min-height:22mm}.report-metric.complete{border-color:#0a665e}.report-metric.partial{border-color:#d99c3a}.report-metric.weak{border-color:#d46049}.report-metric small{display:block;font-size:5.7pt;color:#64736f}.report-metric strong{display:block;font-size:18pt;line-height:1;margin-top:2.5mm}.report-metric i{display:block;height:1mm;background:#dfe6e3;margin-top:3mm}.report-summary{display:grid;grid-template-columns:1fr 1fr;gap:6mm;margin-top:8mm}.report-summary>div{border-top:.5pt solid #9eaaa7;padding-top:4mm}.report-summary h3{font-size:10pt;margin:0 0 2mm}.report-summary p,.report-summary li{font-size:8pt;line-height:1.55;color:#42514e}.report-summary ul{margin:0;padding-left:4.5mm}.report-summary li{margin-bottom:1.7mm}.report-signature-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:3mm;margin-top:7mm;background:#eef3f0;padding:5mm}.report-signature-strip small,.report-signature-strip b{display:block}.report-signature-strip small{font-size:5.7pt;color:#6a7774}.report-signature-strip b{font-size:7.8pt;line-height:1.35;margin-top:1.5mm;overflow-wrap:anywhere}
.report-repertoire-block{border-top:.55pt solid #9ba7a4;padding:5mm 0}.report-repertoire-block small{display:block;font-size:6pt;color:#62706d;margin-bottom:3mm}.report-repertoire-block div{font-family:var(--font-test);font-size:24pt;line-height:1.65;word-spacing:.08em}.report-repertoire-block.compact div{font-size:17pt}.report-coverage-ribbon{display:grid;grid-template-columns:repeat(5,1fr);gap:2mm;margin-top:4mm}.report-coverage-ribbon>div{padding:3mm;background:#edf2ef;border-left:2.5pt solid #aab5b2}.report-coverage-ribbon>div.complete{border-color:#0a665e}.report-coverage-ribbon>div.partial{border-color:#d99c3a}.report-coverage-ribbon>div.weak{border-color:#d46049}.report-coverage-ribbon span,.report-coverage-ribbon b{display:block}.report-coverage-ribbon span{font-size:5.8pt;color:#65736f}.report-coverage-ribbon b{font-size:12pt;margin-top:1mm}
.report-uyirmei-hero{display:grid;grid-template-columns:18mm 28mm 1fr;align-items:center;gap:4mm;background:#0a665e;color:#fff;padding:6mm;margin-bottom:5mm}.report-uyirmei-hero>span{font-size:5.8pt;letter-spacing:.16em}.report-uyirmei-hero>b{font-family:var(--font-test);font-size:41pt;line-height:1}.report-uyirmei-hero p{font-family:var(--font-test);font-size:18pt;line-height:1.5;margin:0}.report-uyirmei-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2mm}.report-uyirmei-grid>div{border:.45pt solid #c3cbc8;padding:2.5mm;min-height:28mm}.report-uyirmei-grid small,.report-uyirmei-grid b,.report-uyirmei-grid span{display:block}.report-uyirmei-grid small{font-size:5pt;color:#687571}.report-uyirmei-grid b{font-family:var(--font-test);font-size:22pt;line-height:1.25;margin:1mm 0}.report-uyirmei-grid span{font:5pt ui-monospace,monospace;color:#73807c}.report-uyirmei-grid .missing{background:#fff1ed;border-color:#d46049}.report-base-runs{display:grid;grid-template-columns:1fr 1fr;gap:3mm;margin-top:5mm}.report-base-runs>div{border-top:.5pt solid #9ba7a4;padding-top:3mm}.report-base-runs small{font-size:5.5pt;color:#687571}.report-base-runs p{font-family:var(--font-test);font-size:13pt;line-height:1.55;margin:1.2mm 0 0}
.report-shape-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3mm}.report-shape-card{min-height:61mm;background:#eef3f0;padding:5mm;position:relative}.report-shape-card:nth-child(2),.report-shape-card:nth-child(5){background:#e5eeeb}.report-shape-card small{font-size:5.8pt;color:#5c6c68}.report-shape-card>div{font-family:var(--font-test);font-size:43pt;line-height:1.15;margin:5mm 0 3mm}.report-shape-card p{font-size:7.2pt;line-height:1.45;color:#44534f;margin:0}.report-shape-card code{font:6.7pt ui-monospace,monospace;color:#0a665e}.report-shape-route{display:flex;justify-content:space-between;align-items:center;gap:2mm;margin-top:5mm;padding:4mm;background:#10211f;color:#fff;font-size:6.2pt;letter-spacing:.05em}.report-shape-route i{color:#78b8ae;font-style:normal}
.report-distinction-grid{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:3mm}.report-distinction-grid>div{border-top:2.5pt solid #0a665e;padding-top:4mm}.report-distinction-grid small{font-size:5.8pt;color:#60706c}.report-distinction-grid p{font-family:var(--font-test);font-size:38pt;line-height:1.2;margin:3mm 0}.report-distinction-grid span{font-size:7.3pt;line-height:1.45;color:#4b5b57}.report-pulli-field{margin-top:9mm;border-top:.5pt solid #9ba7a4;padding-top:5mm}.report-pulli-field small,.report-density-lines small{font-size:5.8pt;color:#60706c}.report-pulli-field div{font-family:var(--font-test);font-size:22pt;line-height:1.7;margin-top:3mm}.report-density-lines{margin-top:6mm;background:#eef3f0;padding:5mm}.report-density-lines p{font-family:var(--font-test);font-size:17pt;line-height:1.6;margin:2mm 0 0}
.report-display{background:#f0eadd}.report-display-kicker{font-size:6.5pt;letter-spacing:.16em;color:#0a665e}.report-display-giant{font-family:var(--font-test);font-size:108pt;line-height:.9;letter-spacing:-.03em;color:#10211f;margin:18mm 0 12mm}.report-display-quote{font-family:var(--font-test);font-size:25pt;line-height:1.55;max-width:173mm}.report-display-quote em{color:#0a665e;font-style:normal}.report-display-custom{position:absolute;left:14mm;right:14mm;bottom:34mm;border-top:1pt solid #10211f;padding-top:5mm;font-family:var(--font-test);font-size:12.5pt;line-height:1.65}.report-display-meta{position:absolute;left:14mm;bottom:18mm;font:6.4pt ui-monospace,monospace;letter-spacing:.08em;color:#5f6c68}
.report-reading-lead{font-family:var(--font-test);font-size:20pt;line-height:1.65;max-width:172mm;border-bottom:1pt solid #0a665e;padding-bottom:7mm}.report-reading-columns{display:grid;grid-template-columns:1.08fr .92fr;gap:10mm;margin-top:8mm}.report-reading-columns small{font-size:5.8pt;color:#64736f}.report-reading-columns p{font-family:var(--font-test);margin:2mm 0 0;color:#172825}.report-reading-columns>div:first-child p{font-size:14pt;line-height:1.8}.report-reading-columns>div:last-child p{font-size:11pt;line-height:1.85}.report-reading-caption{position:absolute;left:14mm;right:14mm;bottom:20mm;background:#eef3f0;border-left:3pt solid #0a665e;padding:4mm;font-size:7pt;line-height:1.5;color:#4a5a56}
.report-waterfall-list{display:flex;flex-direction:column;gap:1mm}.report-waterfall-list>div{display:grid;grid-template-columns:12mm 1fr;align-items:baseline;border-bottom:.35pt solid #ccd3d0;padding:1.6mm 0;min-height:12mm}.report-waterfall-list small{font:5.8pt ui-monospace,monospace;color:#65736f}.report-waterfall-list p{font-family:var(--font-test);font-size:var(--s);line-height:1.25;margin:0;white-space:nowrap;overflow:hidden}.report-ui-strip{position:absolute;left:14mm;right:14mm;bottom:20mm;display:flex;align-items:center;gap:3mm;background:#10211f;color:#fff;padding:4mm;font-family:var(--font-test);font-size:10pt}.report-ui-strip span{padding:2mm 3mm;border-right:.35pt solid #4b6661}.report-ui-strip b{margin-left:auto;background:#ef7258;color:#10211f;padding:2.3mm 4mm;font-weight:700}
.report-engineering-top{display:grid;grid-template-columns:1.2fr .8fr;gap:5mm}.report-coverage-panel,.report-feature-panel{background:#eef3f0;padding:5mm}.report-coverage-panel>small,.report-feature-panel>small{font-size:5.8pt;color:#60706c}.report-map-row{display:grid;grid-template-columns:16mm 1fr;gap:2mm;align-items:start;margin-top:3mm}.report-map-row>b{font-size:6pt;color:#4c5c58;padding-top:1.2mm}.report-map-row>div{display:flex;flex-wrap:wrap;gap:1mm}.report-cp{width:7mm;height:7mm;display:grid;place-items:center;font-family:var(--font-test);font-size:9pt;background:#fff;border:.35pt solid #c3cbc8}.report-cp.missing{background:#f9ddd6;border-color:#d46049;color:#9b3628}.report-cp.unknown{color:#899490}.report-features{display:flex;flex-wrap:wrap;gap:1.4mm;margin-top:3mm}.report-features span{font:6pt ui-monospace,monospace;border:.45pt solid #9eaaa7;padding:1.5mm 2.2mm;background:#fff}.report-features span.hot{border-color:#0a665e;color:#0a665e;font-weight:700}.report-identity{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5mm;margin-top:5mm}.report-identity>div{border-top:.45pt solid #aab4b1;padding-top:2.5mm;min-width:0}.report-identity small,.report-legal small{display:block;font-size:5.3pt;color:#687571}.report-identity b{display:block;font-size:6.9pt;line-height:1.35;margin-top:1.2mm;overflow-wrap:anywhere}.report-tech{display:grid;grid-template-columns:repeat(6,1fr);gap:2mm;margin-top:4mm}.report-tech>div{background:#f1f3f0;padding:2.6mm;min-height:14mm}.report-tech small{font-size:5pt;color:#6a7774;display:block}.report-tech b{font-size:6.7pt;line-height:1.3;display:block;margin-top:1mm;overflow-wrap:anywhere}.report-legal{display:grid;grid-template-columns:1.5fr .5fr;gap:4mm;margin-top:4mm;border-top:1pt solid #10211f;padding-top:4mm}.report-legal b{font-size:7.5pt;display:block;margin:1.5mm 0}.report-legal p{font-size:6.2pt;line-height:1.42;margin:1.2mm 0;overflow-wrap:anywhere}.report-url{font-family:ui-monospace,monospace;font-size:5.5pt!important}.report-method{position:absolute;left:14mm;right:14mm;bottom:20mm;border-top:.5pt solid #aab4b1;padding-top:3mm;font-size:6.2pt;line-height:1.45;color:#4d5b58}

@media(max-width:1100px){.compare-facts{grid-template-columns:1fr 1fr}.guide-grid{grid-template-columns:1fr 1fr}.play-layout,.feature-route{grid-template-columns:1fr}.pipeline{grid-template-columns:1fr}.pipe-arrow{transform:rotate(90deg);justify-self:center}.feature-route-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.font-meta-head{display:block}.font-meta-head p{margin-top:8px}.metadata-profile{grid-template-columns:1fr}.meta-wide{grid-column:auto}.meta-row{grid-template-columns:1fr;gap:4px}.guide-intro,.shape-hero,.play-toolbar{grid-template-columns:1fr}.guide-grid,.compare-facts{grid-template-columns:1fr}.feature-route-grid{grid-template-columns:1fr 1fr}.play-result{font-size:88px}.mini-head{display:block}.mini-head p{margin-top:8px}}
@media print{
  @page{size:A4 portrait;margin:0}
  html,body{width:210mm!important;background:#fff!important}
  body>*:not(main),main>*:not(.print-report){display:none!important}
  .print-report{display:block!important;background:#fff;color:#10211f}
  .report-sheet{display:block!important;box-sizing:border-box;width:210mm;height:297mm;min-height:297mm;padding:14mm 14mm 17mm;page-break-after:always;break-after:page;background:#fbfaf6;color:#10211f}
  .report-sheet:last-child{page-break-after:auto;break-after:auto}
  .grain{display:none!important}
  a{color:inherit;text-decoration:none}
  *{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}
}

/* Print refinements */
.report-shape-card:nth-child(6)>div{font-size:28pt;white-space:nowrap}
@media print{
  .report-sheet{background:#fbfaf6;color:#10211f}
  .report-cover{background:#10211f!important;color:#f8f4ea!important}
  .report-display{background:#f0eadd!important;color:#10211f!important}
}
/* Full Tamil matrix + Unicode specimen pages */
.report-matrix-legend{display:grid;grid-template-columns:9mm repeat(13,minmax(0,1fr));gap:1mm;margin-bottom:1.5mm;padding-left:0;align-items:end}.report-matrix-legend span{font-family:var(--font-test);font-size:7.5pt;text-align:center;color:#5f6e6a;min-width:0}.report-matrix-legend .matrix-corner{visibility:hidden}.report-full-matrix{display:flex;flex-direction:column;gap:1mm}.matrix-row{display:grid;grid-template-columns:9mm repeat(13,minmax(0,1fr));gap:1mm;align-items:stretch}.matrix-row>b,.matrix-cell{height:8.3mm;display:grid;place-items:center;border:.35pt solid #c5cecb}.matrix-row>b{font-family:var(--font-test);font-size:11pt;background:#10211f;color:#fff;border-color:#10211f}.matrix-cell{font-family:var(--font-test);font-size:8.3pt;background:#f6f7f3;color:#10211f}.matrix-cell:nth-child(11),.matrix-cell:nth-child(12),.matrix-cell:nth-child(13){background:#e7efec}.matrix-cell.missing{background:#f8ded8;color:#9a3d30;border-color:#d46049}.report-matrix-note{position:absolute;left:14mm;right:14mm;bottom:19mm;font-size:6.4pt;line-height:1.45;color:#5c6966;border-top:.5pt solid #9ea9a6;padding-top:3mm}
.report-normalisation-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3mm}.report-normalisation-grid>div{background:#eaf0ed;padding:5mm;min-height:52mm}.report-normalisation-grid small,.report-normalisation-grid b,.report-normalisation-grid code{display:block}.report-normalisation-grid small{font-size:5.8pt;color:#5f6e6a}.report-normalisation-grid b{font-family:var(--font-test);font-size:39pt;line-height:1.15;margin:5mm 0 4mm}.report-normalisation-grid code{font:6pt ui-monospace,SFMono-Regular,Menlo,monospace;color:#0a665e}.report-unicode-callout{margin-top:4mm;background:#10211f;color:#fff;padding:4mm 5mm;display:grid;grid-template-columns:.7fr 1.3fr;gap:5mm;align-items:start}.report-unicode-callout b{font-size:8pt;line-height:1.4}.report-unicode-callout p{font-size:6.7pt;line-height:1.45;margin:0;color:#cad7d3}.report-unicode-tests{display:grid;grid-template-columns:1fr 1fr;gap:4mm;margin-top:4mm}.report-unicode-tests>div{border-top:1pt solid #0a665e;padding-top:4mm}.report-unicode-tests small,.report-unicode-word small{font-size:5.8pt;color:#5f6e6a}.report-unicode-tests p{font-family:var(--font-test);font-size:18pt;line-height:1.55;margin:3mm 0 2mm}.report-unicode-tests span{font-size:6.5pt;line-height:1.45;color:#52605d}.report-unicode-word{margin-top:6mm;background:#f0eadd;padding:5mm}.report-unicode-word p{font-family:var(--font-test);font-size:14pt;line-height:1.6;margin:2mm 0 0}

/* v4 restored: preserve the uploaded font's real specimen outlines.
   Report labels may use system bold, but any text rendered in --font-test
   must never be synthetically emboldened/italicised by the browser. */
.report-sheet{
  font-synthesis:none;
}
.report-brand>span,
.report-cover-ghost,
.report-specimen,
.report-overview-glyph,
.report-repertoire-block div,
.report-uyirmei-hero b,
.report-uyirmei-hero p,
.report-uyirmei-grid b,
.report-base-runs p,
.report-shape-card>div,
.report-distinction-grid p,
.report-pulli-field div,
.report-density-lines p,
.report-display-giant,
.report-display-quote,
.report-display-custom,
.report-reading-lead,
.report-reading-columns p,
.report-waterfall-list p,
.report-ui-strip,
.report-cp,
.report-matrix-legend span,
.matrix-row>b,
.matrix-cell,
.report-normalisation-grid b,
.report-unicode-tests p,
.report-unicode-word p{
  font-weight:400 !important;
  font-style:normal !important;
  font-synthesis:none !important;
  -webkit-text-stroke:0 !important;
  text-shadow:none !important;
}
.report-ui-strip b{
  font-weight:400 !important;
  font-synthesis:none !important;
}

/* MeiScope brand + compact two-column entry */
.brand-mark{width:58px;border-radius:16px;font-size:17px;font-weight:650;letter-spacing:-.06em}
.hero{padding:44px 0 34px}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(390px,.75fr);gap:54px;align-items:center}
.hero-message{min-width:0}
.hero h1{font-size:clamp(50px,6vw,86px);line-height:.94;max-width:820px;margin:16px 0 22px}
.hero-copy{font-size:clamp(16px,1.5vw,21px);line-height:1.5;max-width:760px;margin:0 0 26px}
.hero-points{display:flex;flex-wrap:wrap;gap:8px}
.hero-points span{border:1px solid var(--line);border-radius:999px;padding:8px 11px;font-size:11px;color:var(--muted);background:color-mix(in srgb,var(--card) 55%,transparent)}
.hero-points b{color:var(--teal);margin-right:5px;font-size:9px;letter-spacing:.08em}
.hero-upload-card{border:1px solid var(--line);border-radius:28px;padding:28px;background:var(--card);min-width:0}
.hero-upload-card h2{font-size:34px;letter-spacing:-.035em;line-height:1;margin:9px 0 10px}
.hero-upload-card>p{font-size:13px;line-height:1.55;color:var(--muted);margin:0 0 18px;max-width:520px}
.hero-upload-card .dropzone{min-height:154px;grid-template-columns:56px 1fr;gap:15px;padding:20px}
.hero-upload-card .dropzone .primary{grid-column:1/-1;width:100%;border-radius:12px}
.hero-upload-card .drop-icon{width:50px;height:50px;font-size:23px}
.hero-upload-card .dropzone strong{font-size:16px}
.hero-upload-card .dropzone span{font-size:11px;line-height:1.4}
.hero-guide-link{display:block;color:var(--teal);font-size:11px;text-decoration:none;margin-top:14px}.hero-guide-link:hover{text-decoration:underline}

/* Discoverability: seven-step guided inspection */
.inspector-guide{padding:42px 0 12px;border-top:1px solid var(--line)}
.guide-topline{display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:end;margin-bottom:18px}
.guide-topline h2{font-size:clamp(30px,3.5vw,48px);line-height:1;letter-spacing:-.04em;margin:9px 0 0}
.guide-topline p{font-size:13px;line-height:1.6;color:var(--muted);margin:0;max-width:580px}
.guide-steps{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}
.guide-step{min-width:0;text-align:left;border:1px solid var(--line);background:var(--card);border-radius:15px;padding:14px;cursor:pointer;color:inherit;transition:.18s}
.guide-step:hover{border-color:var(--ink);transform:translateY(-1px)}
.guide-step>span{font-size:9px;color:var(--teal);letter-spacing:.13em;display:block;margin-bottom:12px}
.guide-step>b{font-size:12px;display:block;margin-bottom:5px}
.guide-step>small{font-size:9.5px;line-height:1.4;color:var(--muted);display:block}
.guide-step.active{background:var(--ink);color:var(--paper);border-color:var(--ink)}
.guide-step.active>small{color:color-mix(in srgb,var(--paper) 70%,transparent)}
.guide-step.active>span{color:var(--teal2)}
.guided-nav{position:sticky;top:74px;z-index:10;margin-top:14px;padding:10px 12px;border:1px solid var(--line);border-radius:16px;background:color-mix(in srgb,var(--paper) 94%,transparent);backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:space-between;gap:20px}
.guided-status{display:flex;align-items:center;gap:13px;min-width:0}.guided-status>span{flex:0 0 auto;font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);border-right:1px solid var(--line);padding-right:13px}.guided-status div{min-width:0}.guided-status b,.guided-status small{display:block}.guided-status b{font-size:12px}.guided-status small{font-size:10px;color:var(--muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:650px}.guided-actions{display:flex;gap:7px;flex:0 0 auto}.guided-actions button{padding:8px 12px;font-size:10px}.guided-actions button:disabled{opacity:.35;cursor:not-allowed}
.mode-nav{padding:10px 0 18px}
.mode{padding:9px 11px;font-size:11px}

/* Creator credit */
footer b{color:var(--ink);font-weight:650}
.report-edition small{display:block;font-size:5.5pt;letter-spacing:.04em;margin-top:1.5mm;text-transform:none;opacity:.72}
.report-page-mark{font-size:5.4pt!important;letter-spacing:.04em!important}

@media(max-width:1100px){
  .hero-grid{grid-template-columns:1fr .8fr;gap:28px}.hero h1{font-size:62px}.guide-steps{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:760px){
  .brand small{display:none}.brand-mark{width:48px;height:38px;font-size:14px}.hero{padding:28px 0 28px}.hero-grid{grid-template-columns:1fr;gap:24px}.hero h1{font-size:48px}.hero-upload-card{padding:20px;border-radius:20px}.hero-points{display:none}.guide-topline{grid-template-columns:1fr;gap:8px}.guide-steps{grid-template-columns:1fr 1fr}.guided-nav{top:74px;align-items:flex-start}.guided-status small{display:none}.guided-actions .ghost{display:none}.mode-nav{overflow:auto;grid-template-columns:repeat(7,minmax(145px,1fr))}.inspector-guide{padding-top:32px}
}
.report-brand>span{width:16mm;height:11mm;border-radius:5.5mm;font-size:9pt;letter-spacing:-.05em}

/* Reading Texture v2 · editorial, interface and poster specimens */
.context-stage{overflow:hidden}
.context-stage[data-context="editorial"]{padding:clamp(20px,4vw,56px)}
.context-stage[data-context="ui"]{padding:clamp(14px,2.2vw,28px);background:color-mix(in srgb,var(--paper) 84%,var(--card))}
.context-stage[data-context="poster"]{padding:0;background:var(--ink)}
.editorial-feature,.editorial-feature *,.ui-product,.ui-product *,.poster-composition,.poster-composition *{font-synthesis:none}
.editorial-feature{max-width:1120px;margin:auto;font-family:var(--font-test);font-weight:var(--test-weight)}
.editorial-feature b,.editorial-feature strong,.editorial-feature h3,.editorial-feature h4,.editorial-feature em,.editorial-feature cite,
.ui-product b,.ui-product strong,.ui-product h3,.ui-product h4,.ui-product em,
.poster-composition b,.poster-composition strong,.poster-composition em{font-weight:var(--test-weight);font-style:normal}
.ed-header{border-bottom:1px solid var(--line);padding-bottom:24px;margin-bottom:28px}
.ed-kicker{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:var(--teal);margin-bottom:15px}
.ed-kicker i{color:var(--muted)}
.ed-header h3{font-size:clamp(42px,5.5vw,78px);line-height:1.02;letter-spacing:-.045em;margin:0;max-width:1020px}
.ed-dek{font-size:clamp(17px,1.8vw,24px);line-height:1.55;color:var(--muted);max-width:900px;margin:18px 0 0}
.ed-dek em{color:var(--ink)}
.ed-meta{display:flex;gap:8px 18px;flex-wrap:wrap;margin-top:22px;font-size:9px;letter-spacing:.09em;text-transform:uppercase;color:var(--muted)}
.ed-opening{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(220px,.45fr);gap:36px;align-items:start;margin-bottom:30px}
.ed-lead p{font-size:clamp(20px,2vw,28px);line-height:1.65;margin:0}
.dropcap:first-letter{float:left;font-size:4.8em;line-height:.73;padding:12px 12px 0 0;color:var(--teal)}
.ed-fact{border-top:3px solid var(--teal);padding-top:12px}
.ed-fact>span{font-size:10px;color:var(--teal);letter-spacing:.12em}.ed-fact b{display:block;font-size:21px;margin:10px 0 8px}.ed-fact p{font-size:13px;line-height:1.6;color:var(--muted);margin:0}
.ed-body{columns:2;column-gap:44px;column-rule:1px solid var(--line);font-size:16px;line-height:1.9}
.ed-body>p{break-inside:avoid;margin:0 0 20px}.ed-body strong,.ed-body em{color:var(--teal)}
.ed-quote{column-span:all;margin:32px 0;padding:30px clamp(18px,4vw,44px);border:1px solid var(--line);border-left:5px solid var(--teal);background:color-mix(in srgb,var(--teal2) 35%,transparent);position:relative}
.ed-quote>span{position:absolute;left:16px;top:-2px;font-size:74px;line-height:1;color:color-mix(in srgb,var(--teal) 38%,transparent)}
.ed-quote p{font-size:clamp(27px,3.1vw,44px);line-height:1.35;letter-spacing:-.025em;margin:0 0 14px 28px;max-width:900px}
.ed-quote cite{display:block;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-left:28px}
.ed-lower{display:grid;grid-template-columns:1fr 1.25fr;gap:14px;margin-top:34px}
.ed-checklist,.ed-numbers{border:1px solid var(--line);border-radius:18px;padding:22px}
.ed-label{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--teal)}
.ed-checklist ul{padding-left:20px;margin:15px 0 0}.ed-checklist li{font-size:13px;line-height:1.6;margin:8px 0;padding-left:4px}
.ed-numbers{display:grid;grid-template-columns:repeat(4,1fr);align-items:end;gap:10px}
.ed-numbers div{border-left:1px solid var(--line);padding-left:12px}.ed-numbers div:first-child{border-left:0;padding-left:0}.ed-numbers strong{display:block;font-size:clamp(30px,4vw,56px);line-height:1;color:var(--teal)}.ed-numbers span{display:block;font-size:10px;color:var(--muted);margin-top:7px}
.ed-caption{border-top:1px solid var(--line);margin-top:28px;padding-top:12px;font-size:9px;line-height:1.55;color:var(--muted)}

/* Interface specimen */
.ui-product{max-width:1180px;margin:auto;border:1px solid var(--line);border-radius:24px;background:var(--card);overflow:hidden;font-family:var(--font-test);font-weight:var(--test-weight)}
.ui-topbar{height:66px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 18px 0 14px}
.ui-product-brand{display:flex;align-items:center;gap:10px}.ui-product-brand>i{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--ink);color:var(--paper);font-size:18px;font-style:normal}.ui-product-brand b,.ui-product-brand small{display:block}.ui-product-brand b{font-size:14px}.ui-product-brand small{font-size:8px;color:var(--muted);margin-top:2px;letter-spacing:.06em}
.ui-top-actions{display:flex;align-items:center;gap:8px}.ui-top-actions>span,.ui-top-actions>b{width:34px;height:34px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:11px}.ui-top-actions>b{background:var(--teal);border-color:var(--teal);color:white}
.ui-shell{display:grid;grid-template-columns:164px 1fr;min-height:560px}
.ui-sidebar{border-right:1px solid var(--line);padding:16px 10px;display:flex;flex-direction:column;gap:5px}.ui-sidebar a{display:flex;align-items:center;gap:9px;padding:10px 11px;border-radius:10px;font-size:11px;color:var(--muted)}.ui-sidebar a i{font-style:normal;width:18px;text-align:center}.ui-sidebar a.active{background:var(--ink);color:var(--paper)}.ui-version{margin-top:auto;padding:12px 9px 4px;font-size:9px;color:var(--muted);line-height:1.45}.ui-version small{font-size:7px}
.ui-main{padding:24px;min-width:0}.ui-welcome{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;padding:6px 2px 22px}.ui-welcome>div>span{font-size:8px;letter-spacing:.12em;color:var(--teal)}.ui-welcome h3{font-size:clamp(28px,3.5vw,45px);letter-spacing:-.035em;line-height:1.08;margin:6px 0}.ui-welcome p{font-size:12px;color:var(--muted);margin:0;max-width:590px;line-height:1.55}.ui-welcome button{border:0;background:var(--ink);color:var(--paper);border-radius:12px;padding:12px 14px;display:flex;align-items:center;gap:8px;white-space:nowrap}.ui-welcome button small{opacity:.6;font-size:8px}.ui-welcome button b{font-size:16px}
.ui-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:9px}.ui-metrics>div{border:1px solid var(--line);border-radius:14px;padding:14px;background:color-mix(in srgb,var(--card) 65%,var(--paper))}.ui-metrics small{display:block;font-size:8px;letter-spacing:.08em;color:var(--muted);text-transform:uppercase}.ui-metrics strong{font-size:28px;line-height:1.1;display:inline-block;margin-top:7px}.ui-metrics strong span{font-size:11px;color:var(--muted)}.ui-metrics em{float:right;margin-top:12px;color:var(--teal);font-size:8px}
.ui-content-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(220px,.65fr);gap:9px}.ui-panel-rich,.ui-mini-card,.ui-note{border:1px solid var(--line);border-radius:16px;background:color-mix(in srgb,var(--card) 72%,var(--paper))}.ui-panel-rich{padding:18px}.ui-panel-rich>header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:13px;margin-bottom:2px}.ui-panel-rich header small{font-size:7px;letter-spacing:.1em;color:var(--teal)}.ui-panel-rich header h4{font-size:18px;margin:3px 0 0}.ui-panel-rich header>span{font-size:9px;color:var(--muted)}
.ui-task{display:grid;grid-template-columns:25px 1fr auto;gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.ui-task:last-child{border-bottom:0}.ui-task>i{width:21px;height:21px;border:1px solid var(--line);border-radius:7px;display:grid;place-items:center;font-style:normal;font-size:9px}.ui-task.done>i{background:var(--teal);border-color:var(--teal);color:#fff}.ui-task b,.ui-task small{display:block}.ui-task b{font-size:11px}.ui-task small{font-size:8px;color:var(--muted);margin-top:3px}.ui-task>em{font-size:7px;border:1px solid var(--line);padding:4px 7px;border-radius:999px;color:var(--muted)}.ui-task.done{opacity:.58}
.ui-side-stack{display:grid;gap:9px}.ui-mini-card,.ui-note{padding:16px}.ui-mini-card>small{font-size:7px;letter-spacing:.1em;color:var(--muted)}.ui-mini-card>strong{display:block;font-size:32px;margin:7px 0}.ui-mini-card>p{font-size:9px;line-height:1.5;color:var(--muted);margin:7px 0 0}.ui-mini-card>b{font-size:16px;display:block;margin-top:7px}.ui-progress{height:5px;background:var(--line);border-radius:999px;overflow:hidden}.ui-progress i{display:block;height:100%;background:var(--teal);border-radius:inherit}.ui-mini-card button{border:1px solid var(--line);background:transparent;border-radius:8px;padding:7px 9px;margin-top:11px;font-size:8px}.ui-mini-card.accent{background:var(--ink);color:var(--paper)}.ui-mini-card.accent p,.ui-mini-card.accent small{color:color-mix(in srgb,var(--paper) 62%,transparent)}.ui-mini-card.accent .ui-progress{background:color-mix(in srgb,var(--paper) 18%,transparent)}
.ui-note{display:grid;grid-template-columns:24px 1fr;gap:8px;align-items:start}.ui-note span{font-size:31px;color:var(--teal);line-height:1}.ui-note p{font-size:10px;line-height:1.55;margin:0;color:var(--muted)}

/* Poster specimen */
.poster-composition{position:relative;min-height:650px;overflow:hidden;background:var(--ink);color:var(--paper);font-family:var(--font-test);font-weight:var(--test-weight);padding:28px clamp(24px,4vw,54px) 34px;isolation:isolate}
.poster-composition:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 49.8%,color-mix(in srgb,var(--paper) 10%,transparent) 50%,transparent 50.2%),linear-gradient(0deg,transparent 64%,color-mix(in srgb,var(--paper) 8%,transparent) 64.15%,transparent 64.3%);z-index:-1}
.poster-topline{display:flex;justify-content:space-between;align-items:center;font-size:9px;letter-spacing:.15em;text-transform:uppercase;color:color-mix(in srgb,var(--paper) 58%,transparent);border-bottom:1px solid color-mix(in srgb,var(--paper) 18%,transparent);padding-bottom:13px}
.poster-ghost{position:absolute;right:-.03em;top:.02em;font-size:clamp(320px,50vw,690px);line-height:.8;color:color-mix(in srgb,var(--teal) 18%,transparent);z-index:-1;letter-spacing:-.1em}
.poster-main{display:flex;flex-direction:column;align-items:flex-start;margin-top:52px;line-height:.79;letter-spacing:-.07em;position:relative;z-index:1}.poster-main span{display:block}.poster-one{font-size:clamp(72px,10vw,155px);margin-left:3%}.poster-two{font-size:clamp(112px,17vw,260px);color:var(--teal);margin-left:15%;margin-top:.05em}.poster-three{font-size:clamp(86px,12.8vw,195px);margin-left:2%;margin-top:.08em}
.poster-vertical{position:absolute;right:20px;top:92px;writing-mode:vertical-rl;text-orientation:mixed;font-size:8px;letter-spacing:.18em;color:color-mix(in srgb,var(--paper) 48%,transparent);text-transform:uppercase}
.poster-bottom{position:absolute;left:clamp(24px,4vw,54px);right:clamp(24px,4vw,54px);bottom:28px;border-top:1px solid color-mix(in srgb,var(--paper) 22%,transparent);padding-top:16px;display:grid;grid-template-columns:1fr 1.4fr auto;gap:24px;align-items:end}.poster-bottom>div b{display:block;font-size:28px}.poster-bottom>div span{display:block;font-size:8px;letter-spacing:.2em;color:var(--teal);margin-top:4px}.poster-bottom p{font-size:12px;line-height:1.6;color:color-mix(in srgb,var(--paper) 70%,transparent);margin:0}.poster-bottom p em{color:var(--teal)}.poster-bottom>strong{font-size:64px;line-height:.8;color:color-mix(in srgb,var(--paper) 25%,transparent)}

@media(max-width:900px){
  .ed-opening{grid-template-columns:1fr}.ed-fact{max-width:520px}.ed-body{columns:1;column-rule:0}.ed-quote{column-span:none}.ed-lower{grid-template-columns:1fr}.ed-numbers{grid-template-columns:1fr 1fr}.ui-shell{grid-template-columns:1fr}.ui-sidebar{display:none}.ui-content-grid{grid-template-columns:1fr}.poster-composition{min-height:560px}.poster-bottom{grid-template-columns:1fr auto}.poster-bottom>p{display:none}
}
@media(max-width:560px){
  .ed-header h3{font-size:38px}.ed-opening{gap:20px}.dropcap:first-letter{font-size:3.9em}.ed-numbers{grid-template-columns:1fr 1fr}.ui-main{padding:14px}.ui-welcome{align-items:flex-start;flex-direction:column}.ui-metrics{grid-template-columns:1fr}.ui-side-stack{grid-template-columns:1fr}.poster-main{margin-top:70px}.poster-two{margin-left:4%}.poster-bottom{grid-template-columns:1fr auto}.poster-composition{min-height:520px}
}
.latin-state{font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-weight:400;display:flex;justify-content:space-between;gap:18px;align-items:center;padding:9px 12px;margin:0 0 16px;border:1px solid var(--line);border-radius:10px;background:color-mix(in srgb,var(--paper) 62%,transparent);font-size:9px;color:var(--muted)}
.latin-state span{text-transform:uppercase;letter-spacing:.1em;color:var(--teal);white-space:nowrap}.latin-state b{font-weight:550;color:var(--muted)}.latin-state.missing span{color:var(--warn)}
@media(max-width:560px){.latin-state{align-items:flex-start;flex-direction:column;gap:4px}}
