@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --bg: #08090d; --surface: #111218; --surface-2: #16171f; --surface-3: #1d1e27;
  --line: rgba(255,255,255,.09); --line-strong: rgba(255,255,255,.16);
  --text: #f6f5fb; --muted: #9293a1; --violet: #9d7bff; --violet-light: #c5b3ff;
  --green: #6ee7a2; --red: #ff7f87; --amber: #f5c56b; --radius: 22px;
  --shadow: 0 36px 100px rgba(0,0,0,.42);
  color-scheme: dark;
}
:root[data-theme="light"] {
  --bg: #f5f7fb; --surface: #ffffff; --surface-2: #f0f2f8; --surface-3: #e5e8f1;
  --line: rgba(30,27,48,.1); --line-strong: rgba(30,27,48,.18);
  --text: #181622; --muted: #686a79; --violet: #7654db; --violet-light: #6846c7;
  --green: #16804b; --red: #c43d49; --amber: #946100;
  --shadow: 0 28px 70px rgba(49,42,79,.12);
  color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; overflow-x: hidden; color: var(--text); background: var(--bg); font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif; -webkit-font-smoothing: antialiased; transition: color .25s, background-color .25s; }
button, input { font: inherit; }
button:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--violet-light); outline-offset: 4px; }
.page-glow { position: fixed; z-index: -1; pointer-events: none; border-radius: 50%; filter: blur(10px); }
.page-glow-one { width: 680px; height: 680px; top: -360px; left: 50%; transform: translateX(-50%); background: rgba(118,75,255,.17); }
.page-glow-two { width: 420px; height: 420px; top: 520px; right: -300px; background: rgba(72,212,180,.07); }
.shell-width { width: min(1140px, calc(100% - 48px)); margin-inline: auto; }
.nav { height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.brand { display: flex; align-items: center; gap: 11px; color: var(--text); text-decoration: none; font-size: 17px; font-weight: 800; letter-spacing: -.04em; }
.brand > span:last-child span { color: var(--violet-light); }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(157,123,255,.38); border-radius: 10px; color: var(--violet-light); background: rgba(157,123,255,.12); }
.brand-mark svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.privacy-pill { display: flex; align-items: center; gap: 9px; padding: 9px 13px; border: 1px solid var(--line); border-radius: 100px; color: var(--muted); font-size: 11px; font-weight: 700; }
.privacy-pill > span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(110,231,162,.1); }
.theme-toggle { min-width: 82px; height: 36px; padding: 0 12px; display: flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid var(--line); border-radius: 100px; color: var(--muted); background: var(--surface); cursor: pointer; font-size: 10px; font-weight: 800; transition: color .2s, border-color .2s, background .2s, transform .2s; }
.theme-toggle:hover { color: var(--text); border-color: var(--line-strong); transform: translateY(-1px); }
.theme-toggle svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.theme-toggle .moon-icon { display: none; }
[data-theme="light"] .theme-toggle .sun-icon { display: none; }
[data-theme="light"] .theme-toggle .moon-icon { display: block; }

[data-theme="light"] .page-glow-one { background: rgba(118,75,255,.1); }
[data-theme="light"] .page-glow-two { background: rgba(31,158,129,.07); }
[data-theme="light"] .eyebrow > span { color: #858697; }
[data-theme="light"] .spec-strip { color: #484956; background: rgba(255,255,255,.75); }
[data-theme="light"] .spec-strip > span { color: #777987; }
[data-theme="light"] .spec-strip i { background: #a5a7b2; }
[data-theme="light"] .upload-panel, [data-theme="light"] .results { background: rgba(255,255,255,.9); }
[data-theme="light"] .panel-topline { color: #777987; }
[data-theme="light"] .local-label { color: #39765a; }
[data-theme="light"] .dropzone { background: radial-gradient(circle at 50% 110%,rgba(118,84,219,.1),transparent 55%),rgba(104,70,199,.015); }
[data-theme="light"] .dropzone:hover, [data-theme="light"] .dropzone.dragging { background: radial-gradient(circle at 50% 110%,rgba(118,84,219,.15),transparent 60%),rgba(104,70,199,.035); }
[data-theme="light"] .dropzone small, [data-theme="light"] .rename-copy small { color: #777987; }
[data-theme="light"] .file-copy strong { color: var(--text); }
[data-theme="light"] .icon-button:hover, [data-theme="light"] .rename-icon { background: rgba(30,27,48,.05); }
[data-theme="light"] .time-card { background: linear-gradient(135deg,rgba(118,84,219,.1),rgba(255,255,255,.4) 45%),#f7f7fb; }
[data-theme="light"] .time-card span { color: #727482; }
[data-theme="light"] .secondary-button { background: rgba(255,255,255,.65); }
[data-theme="light"] .report-card > header, [data-theme="light"] .channel-summary, [data-theme="light"] .metadata-groups h4 { background: rgba(30,27,48,.025); }
[data-theme="light"] .check-row > b, [data-theme="light"] .channel-summary strong { color: #33313d; }
[data-theme="light"] .meter { background: #dfe2ea; }
[data-theme="light"] .speaker-note { color: #287349; }
[data-theme="light"] .speaker-note.warn { color: #b13b45; }
[data-theme="light"] .feature-grid article { background: rgba(255,255,255,.78); }
[data-theme="light"] .privacy-callout { background: linear-gradient(120deg,rgba(22,128,75,.08),rgba(255,255,255,.75) 55%); }
[data-theme="light"] .faq-list summary { color: #292733; }
[data-theme="light"] footer { color: #777987; }
[data-theme="light"] footer > span:first-child { color: #555763; }
.shell { padding: 102px 0 70px; }
.hero { max-width: 900px; margin: 0 auto 58px; text-align: center; }
.eyebrow { color: var(--violet-light); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { margin-right: 9px; color: #5f6070; font-family: "DM Mono", monospace; }
.hero h1 { margin: 22px 0 25px; font-size: clamp(52px,7.2vw,88px); line-height: .99; font-weight: 600; letter-spacing: -.066em; }
.hero h1 em { color: var(--violet-light); font-style: normal; font-weight: 500; }
.hero > p { max-width: 665px; margin: 0 auto; color: var(--muted); font-size: 17px; line-height: 1.7; }
.spec-strip { width: fit-content; max-width: 100%; margin: 30px auto 0; padding: 11px 16px; display: flex; align-items: center; justify-content: center; gap: 13px; border: 1px solid var(--line); border-radius: 100px; color: #b5b5c0; background: rgba(17,18,24,.55); font-family: "DM Mono", monospace; font-size: 10px; }
.spec-strip > span { color: #666776; text-transform: uppercase; letter-spacing: .1em; }
.spec-strip i { width: 3px; height: 3px; border-radius: 50%; background: #484954; }
.upload-panel, .results { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(17,18,24,.9); box-shadow: var(--shadow); overflow: hidden; backdrop-filter: blur(18px); }
.upload-panel { max-width: 900px; margin: 0 auto; padding: 18px; }
.panel-topline { min-height: 44px; padding: 0 6px 14px; display: flex; align-items: center; justify-content: space-between; color: #737480; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.local-label { display: flex; align-items: center; gap: 7px; color: #7b9e8c; }
.local-label svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.dropzone { min-height: 310px; padding: 40px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; cursor: pointer; border: 1px dashed rgba(197,179,255,.32); border-radius: 15px; background: radial-gradient(circle at 50% 110%,rgba(157,123,255,.11),transparent 55%),rgba(255,255,255,.015); transition: border-color .25s, background .25s, transform .25s; }
.dropzone:hover, .dropzone.dragging { border-color: rgba(197,179,255,.75); background: radial-gradient(circle at 50% 110%,rgba(157,123,255,.18),transparent 60%),rgba(157,123,255,.035); transform: translateY(-2px); }
.dropzone.compact { min-height: 185px; }
.upload-icon { width: 64px; height: 64px; margin-bottom: 22px; display: grid; place-items: center; border: 1px solid rgba(197,179,255,.28); border-radius: 18px; color: var(--violet-light); background: linear-gradient(145deg,rgba(157,123,255,.2),rgba(157,123,255,.07)); box-shadow: 0 12px 35px rgba(85,48,190,.18); }
.upload-icon svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.dropzone h2 { margin: 0 0 9px; font-size: 22px; letter-spacing: -.035em; }
.dropzone p { margin: 0 0 23px; color: var(--muted); font-size: 14px; }
.dropzone p span { color: var(--violet-light); font-weight: 700; }
.dropzone small { color: #595a67; font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .08em; }
.file-card { margin-top: 14px; padding: 14px; display: flex; align-items: center; gap: 14px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface-2); }
.file-mark { width: 46px; height: 46px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 11px; color: var(--violet-light); background: rgba(157,123,255,.1); }
.file-mark svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.file-copy { min-width: 0; flex: 1; display: flex; flex-direction: column; gap: 4px; }
.file-copy strong { overflow: hidden; color: #e7e6ee; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.file-copy span { color: var(--muted); font-family: "DM Mono", monospace; font-size: 10px; }
.ready-badge { padding: 5px 9px; border-radius: 100px; color: var(--green); background: rgba(110,231,162,.09); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.icon-button { width: 34px; height: 34px; display: grid; place-items: center; border: 0; border-radius: 9px; color: #767784; background: transparent; cursor: pointer; transition: .2s; }
.icon-button:hover { color: var(--text); background: rgba(255,255,255,.06); }
.icon-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.primary-button, .secondary-button { border: 0; color: var(--text); font-weight: 800; cursor: pointer; transition: transform .2s, background .2s, border-color .2s, opacity .2s; }
.primary-button { width: 100%; min-height: 58px; margin-top: 14px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; border-radius: 13px; color: #0d0915; background: linear-gradient(135deg,#b99fff,#8c68f2); box-shadow: 0 12px 35px rgba(100,65,204,.18); }
.primary-button svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.primary-button:hover:not(:disabled) { transform: translateY(-1px); background: linear-gradient(135deg,#c7b3ff,#9d7bff); }
.primary-button:disabled { opacity: .28; cursor: not-allowed; box-shadow: none; }
.primary-button.loading { opacity: .72; }
.progress-wrap { margin: 18px 5px 5px; }
.progress-copy { margin-bottom: 9px; display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }
.progress-copy strong { color: var(--violet-light); font-family: "DM Mono", monospace; }
.progress-track { height: 4px; overflow: hidden; border-radius: 100px; background: var(--surface-3); }
#progress-bar { width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--violet),var(--violet-light)); transition: width .25s; }
.system-message { margin-top: 14px; padding: 14px 16px; border: 1px solid rgba(255,127,135,.22); border-radius: 11px; color: #ffafb4; background: rgba(255,127,135,.08); font-size: 12px; }
.system-message.warning { border-color: rgba(245,197,107,.24); color: var(--amber); background: rgba(245,197,107,.08); }
.results { margin-top: 42px; padding: 32px; }
.result-heading { padding: 3px 2px 28px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.result-heading h2 { max-width: 760px; margin: 11px 0 0; overflow-wrap: anywhere; font-size: clamp(24px,4vw,38px); line-height: 1.15; letter-spacing: -.045em; }
.overall-badge { flex: 0 0 auto; padding: 10px 14px; border: 1px solid; border-radius: 100px; font-size: 11px; font-weight: 800; white-space: nowrap; }
.overall-badge.pass { border-color: rgba(110,231,162,.25); color: var(--green); background: rgba(110,231,162,.08); }
.overall-badge.fail { border-color: rgba(255,127,135,.25); color: var(--red); background: rgba(255,127,135,.08); }
.time-card { position: relative; min-height: 210px; overflow: hidden; padding: 35px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(157,123,255,.18); border-radius: 16px; background: linear-gradient(135deg,rgba(157,123,255,.1),rgba(255,255,255,.015) 45%),#0c0d12; }
.time-decoration { position: absolute; width: 360px; height: 360px; border: 1px solid rgba(157,123,255,.08); border-radius: 50%; box-shadow: 0 0 0 55px rgba(157,123,255,.018),0 0 0 110px rgba(157,123,255,.012); }
.time-card span, .time-card strong, .time-card small { position: relative; z-index: 1; }
.time-card span { color: #777887; font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.time-card strong { margin: 13px 0 8px; font: 500 clamp(43px,8vw,80px)/1 "DM Mono",monospace; letter-spacing: -.075em; }
.time-card small { color: var(--violet-light); font: 400 10px "DM Mono",monospace; }
.rename-tool { margin-top: 16px; padding: 17px; display: flex; align-items: center; gap: 15px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface-2); }
.rename-icon { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 10px; color: var(--muted); background: rgba(255,255,255,.04); }
.rename-icon svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.rename-copy { min-width: 0; flex: 1; display: flex; flex-direction: column; gap: 4px; }
.rename-copy span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.rename-copy strong { overflow-wrap: anywhere; font: 500 12px "DM Mono",monospace; }
.rename-copy small { color: #6f707d; font-size: 10px; }
.secondary-button { padding: 11px 15px; border: 1px solid var(--line-strong); border-radius: 10px; background: rgba(255,255,255,.025); font-size: 11px; }
.secondary-button:hover:not(:disabled) { border-color: rgba(197,179,255,.45); background: rgba(157,123,255,.08); transform: translateY(-1px); }
.secondary-button:disabled { opacity: .4; cursor: default; }
.report-grid { margin-top: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.report-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--surface-2); }
.report-card > header { min-height: 84px; padding: 20px; display: flex; align-items: center; gap: 15px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.012); }
.card-index { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(157,123,255,.2); border-radius: 9px; color: var(--violet-light); background: rgba(157,123,255,.07); font: 500 10px "DM Mono",monospace; }
.report-card h3 { margin: 0; font-size: 17px; letter-spacing: -.03em; }
.report-card header p { margin: 4px 0 0; color: var(--muted); font-size: 10px; }
.channels-card, .apps-card { grid-column: 1 / -1; }
.check-row { min-height: 74px; padding: 16px 20px; display: grid; grid-template-columns: 27px minmax(0,1fr) auto; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); }
.check-row:last-child { border: 0; }
.status-icon { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 7px; font-size: 11px; font-weight: 900; }
.check-row.pass .status-icon { color: var(--green); background: rgba(110,231,162,.1); }
.check-row.fail .status-icon { color: var(--red); background: rgba(255,127,135,.1); }
.check-label { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.check-label strong { font-size: 12px; }
.check-label span, .check-label small { color: var(--muted); font-size: 9px; }
.check-label small { color: var(--amber); }
.check-row > b { color: #d7d6df; font: 500 11px "DM Mono",monospace; text-align: right; }
.check-row.fail > b { color: var(--red); }
.channel-summary { padding: 17px 20px; display: flex; justify-content: space-between; color: var(--muted); background: rgba(255,255,255,.018); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.channel-summary strong { color: #d9d8e0; }
.channel-list { padding: 4px 20px; }
.channel-row { padding: 15px 0; display: grid; grid-template-columns: 155px minmax(120px,1fr) 110px; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); }
.channel-row > div:first-child { display: flex; flex-direction: column; font-size: 10px; }
.channel-row span { margin-top: 3px; color: var(--muted); font-size: 9px; }
.channel-row > b { font: 500 10px "DM Mono",monospace; text-align: right; }
.meter { height: 5px; overflow: hidden; border-radius: 100px; background: #272832; }
.meter i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#4bbd7d,var(--green)); }
.channel-row.silent .meter i { background: var(--red); }
.speaker-note { margin: 13px 20px 20px; padding: 12px 14px; border: 1px solid rgba(110,231,162,.13); border-radius: 9px; color: #8bcaa6; background: rgba(110,231,162,.055); font-size: 10px; }
.speaker-note.warn { border-color: rgba(255,127,135,.13); color: #e99ba0; background: rgba(255,127,135,.055); }
.metadata-list { margin: 0; }
.metadata-list > div { padding: 16px 20px; display: grid; grid-template-columns: minmax(140px,.32fr) 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.metadata-list dt { color: var(--muted); font-size: 10px; }
.metadata-list dd { margin: 0; overflow-wrap: anywhere; font: 500 11px "DM Mono",monospace; }
.metadata-groups { display: grid; grid-template-columns: 1fr 1fr; }
.metadata-groups > section { min-width: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metadata-groups > section:nth-child(even) { border-right: 0; }
.metadata-groups > section:nth-last-child(-n+2) { border-bottom: 0; }
.metadata-groups h4 { margin: 0; padding: 16px 20px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.018); font-size: 11px; }
.metadata-groups h4 small { display: block; margin-top: 4px; color: var(--muted); font-weight: 400; }
.metadata-row { padding: 11px 20px; display: grid; grid-template-columns: minmax(130px,.45fr) 1fr; gap: 12px; border-bottom: 1px solid var(--line); }
.metadata-row:last-child { border-bottom: 0; }
.metadata-row span { color: var(--muted); font-size: 9px; }
.metadata-row strong { overflow-wrap: anywhere; font: 500 10px "DM Mono",monospace; }
.metadata-empty, .empty-state { padding: 22px 20px; color: var(--muted); font-size: 10px; }
.track-spec + .track-spec { border-top: 1px solid var(--line); }
.track-spec h5 { margin: 0; padding: 12px 20px; color: var(--violet-light); font-size: 10px; }
.fail-text { color: var(--red); }
.new-analysis { margin: 24px auto 2px; display: flex; align-items: center; gap: 8px; }
.new-analysis svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.seo-content { max-width: 1040px; margin: 120px auto 30px; }
.seo-intro { max-width: 710px; margin-bottom: 45px; }
.seo-intro h2, .privacy-callout h2, .faq-heading h2 { margin: 15px 0 16px; font-size: clamp(30px,4.5vw,50px); line-height: 1.08; letter-spacing: -.05em; }
.seo-intro p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.feature-grid article { min-height: 245px; padding: 25px; border: 1px solid var(--line); border-radius: 16px; background: rgba(17,18,24,.72); }
.feature-number { color: var(--violet-light); font: 500 10px "DM Mono",monospace; }
.feature-grid h3 { margin: 62px 0 11px; font-size: 17px; letter-spacing: -.03em; }
.feature-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.privacy-callout { margin-top: 16px; padding: 38px 42px; display: flex; align-items: center; gap: 30px; border: 1px solid rgba(110,231,162,.14); border-radius: 18px; background: linear-gradient(120deg,rgba(110,231,162,.07),rgba(17,18,24,.7) 55%); }
.privacy-callout-icon { width: 64px; height: 64px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(110,231,162,.18); border-radius: 18px; color: var(--green); background: rgba(110,231,162,.07); }
.privacy-callout-icon svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.privacy-callout h2 { margin: 0 0 10px; font-size: 27px; }
.privacy-callout p { max-width: 720px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.faq-section { margin-top: 105px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 75px; align-items: start; }
.faq-heading { position: sticky; top: 30px; }
.faq-heading h2 { font-size: 34px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 72px; padding: 20px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #dedde6; font-size: 13px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 26px; height: 26px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 7px; color: var(--violet-light); font-size: 16px; transition: transform .2s, background .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); background: rgba(157,123,255,.08); }
.faq-list details p { margin: -5px 44px 23px 0; color: var(--muted); font-size: 11px; line-height: 1.75; }
.hidden { display: none !important; }
footer { min-height: 110px; padding: 0 4px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: #565762; font-size: 10px; }
footer > span:first-child { color: #7b7c88; font-weight: 800; }
footer p { margin: 0; }

@media (max-width: 720px) {
  .shell-width { width: min(100% - 24px,1140px); }
  .nav { height: 72px; }
  .privacy-pill { padding: 8px 10px; font-size: 9px; }
  .theme-toggle { min-width: 36px; width: 36px; padding: 0; }
  .theme-label { display: none; }
  .shell { padding-top: 68px; }
  .hero { margin-bottom: 38px; }
  .hero h1 { font-size: clamp(44px,13.5vw,68px); }
  .hero > p { font-size: 14px; }
  .spec-strip { padding: 10px 12px; gap: 8px; flex-wrap: wrap; border-radius: 14px; }
  .spec-strip > span { width: 100%; }
  .upload-panel { padding: 10px; }
  .panel-topline { padding: 6px 5px 14px; }
  .dropzone { min-height: 285px; padding: 30px 14px; }
  .file-card { gap: 10px; }
  .ready-badge { display: none; }
  .results { padding: 14px; }
  .result-heading { padding: 12px 3px 22px; align-items: flex-start; flex-direction: column; }
  .time-card { min-height: 165px; padding: 25px 10px; }
  .time-card strong { font-size: clamp(36px,12vw,52px); }
  .rename-tool { align-items: stretch; flex-wrap: wrap; }
  .rename-copy { flex-basis: calc(100% - 60px); }
  .rename-button { width: 100%; }
  .report-grid { grid-template-columns: 1fr; }
  .channels-card, .apps-card { grid-column: auto; }
  .check-row { grid-template-columns: 27px 1fr; }
  .check-row > b { grid-column: 2; text-align: left; }
  .channel-row { grid-template-columns: 1fr auto; }
  .channel-row .meter { grid-column: 1 / -1; grid-row: 2; }
  .metadata-list > div, .metadata-row { grid-template-columns: 1fr; gap: 5px; }
  .metadata-groups { grid-template-columns: 1fr; }
  .metadata-groups > section, .metadata-groups > section:nth-child(even), .metadata-groups > section:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .metadata-groups > section:last-child { border-bottom: 0; }
  .seo-content { margin-top: 85px; }
  .seo-intro { margin-bottom: 30px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: auto; }
  .feature-grid h3 { margin-top: 35px; }
  .privacy-callout { padding: 28px 22px; align-items: flex-start; flex-direction: column; gap: 20px; }
  .faq-section { margin-top: 75px; grid-template-columns: 1fr; gap: 25px; }
  .faq-heading { position: static; }
  footer { min-height: 100px; flex-wrap: wrap; gap: 8px; text-align: center; }
  footer p { order: 3; width: 100%; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { transition-duration: .01ms !important; } }
