:root {
    --blue: #0f6bff; --sky: #38a3ff; --teal: #00c2ab; --navy: #0b1220;
    --slate: #64748b; --gray: #94a3b8; --line: #e2e8f0; --surface: #f6f9fd; --paper: #fff;
    --success: #16a34a; --warning: #d98708; --error: #ef4444; --info: #06b6d4;
    --radius: 12px; --shadow-sm: 0 1px 2px rgba(11,18,32,.04),0 8px 24px rgba(11,18,32,.04);
    --shadow-md: 0 22px 60px rgba(15,107,255,.12);
    --sans: Inter,"SF Pro Text",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; --mono: "SFMono-Regular",Consolas,monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; font-family: var(--sans); color: var(--navy); background: var(--paper); font-size: 16px; }
body { margin: 0; min-width: 320px; -webkit-font-smoothing: antialiased; }
a { color: inherit; } button,input { font: inherit; }
button { transition: transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease; }
button:hover { transform: translateY(-1px); }
button:focus-visible,input:focus-visible,a:focus-visible { outline: 3px solid rgba(15,107,255,.22); outline-offset: 2px; }
.shell { min-height: 100vh; display: flex; flex-direction: column; overflow: clip; } main { flex: 1; }

.site-header,footer { width: min(1200px,calc(100% - 48px)); margin: auto; display: flex; justify-content: space-between; align-items: center; }
.site-header { height: 88px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 1.36rem; letter-spacing: -.045em; }
.brand strong { font-weight: 760; } .brand-symbol { display: block; width: 44px; height: 44px; flex: none; }
.header-meta { display: flex; align-items: center; gap: 8px; color: var(--slate); text-transform: uppercase; letter-spacing: .09em; font-size: .68rem; font-weight: 650; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 3px rgba(22,163,74,.1); }
.site-footer { min-height: 88px; border-top: 1px solid var(--line); color: var(--slate); font-size: .7rem; }
.footer-brand { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); text-decoration: none; font-size: .9rem; letter-spacing: -.035em; }
.footer-brand strong { font-weight: 760; }
.footer-brand .brand-symbol { width: 25px; height: 25px; }
.footer-note { letter-spacing: .015em; }

.hero { position: relative; isolation: isolate; width: min(920px,calc(100% - 48px)); margin: 0 auto; padding: clamp(100px,14vh,150px) 0 120px; text-align: center; }
.hero-orb { position: absolute; z-index: -1; pointer-events: none; }
.orb-one { width: 340px; height: 340px; right: -300px; top: 50px; border-radius: 50%; background: radial-gradient(circle,rgba(56,163,255,.12),rgba(56,163,255,0) 70%); }
.orb-two { width: 260px; height: 260px; left: -250px; bottom: 50px; border-radius: 42% 58% 55% 45%; background: linear-gradient(135deg,rgba(15,107,255,.08),rgba(0,194,171,0)); transform: rotate(24deg); }
.eyebrow { color: var(--slate); text-transform: uppercase; letter-spacing: .13em; font-size: .69rem; font-weight: 700; }
.glint-star { margin-right: 8px; color: var(--blue); font-size: .9rem; }
.hero h1,.report-header h1,.scan-running h1 { color: var(--navy); font-size: clamp(3.6rem,8vw,6.5rem); line-height: .94; letter-spacing: -.065em; margin: 26px 0 25px; font-weight: 720; }
.hero h1 span { color: var(--blue); }
.hero-copy { color: var(--slate); font-size: clamp(1.03rem,2vw,1.2rem); line-height: 1.55; margin: 0 0 36px; }
.hero-copy span { display: block; }
.analyze-form { display: flex; align-items: center; max-width: 720px; margin: 0 auto; padding: 6px; border: 1px solid #cdd7e5; border-radius: 12px; background: var(--paper); box-shadow: 0 16px 48px rgba(11,18,32,.09); transition: border-color .2s ease,box-shadow .2s ease; }
.analyze-form:focus-within { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(15,107,255,.1),var(--shadow-md); }
.url-field { display: flex; flex: 1; align-items: center; min-width: 0; }
.input-icon { display: grid; place-items: center; width: 34px; height: 34px; margin-left: 7px; color: var(--blue); border-radius: 8px; background: #edf5ff; font-weight: 700; transform: rotate(-45deg); }
.analyze-form input { flex: 1; min-width: 0; padding: 16px 14px; color: var(--navy); border: 0; outline: 0; background: transparent; font-size: 1rem; }
.analyze-form input::placeholder { color: var(--gray); }
.analyze-form button,.export-actions button { min-height: 48px; padding: 0 21px; cursor: pointer; border: 1px solid var(--navy); border-radius: 9px; background: var(--navy); color: #fff; font-weight: 680; font-size: .86rem; box-shadow: 0 6px 16px rgba(11,18,32,.12); }
.analyze-form button:hover,.export-actions .primary:hover { background: #16233a; box-shadow: 0 9px 22px rgba(11,18,32,.17); }
.fine-print { max-width: 620px; margin: 16px auto 0; color: var(--slate); font-size: .78rem; line-height: 1.55; }
.hero-assurances { display: flex; justify-content: center; flex-wrap: wrap; gap: 26px; margin-top: 28px; color: var(--slate); font-size: .76rem; }
.hero-assurances span { white-space: nowrap; } .hero-assurances span::first-letter { color: var(--blue); }
.trust-strip { width: min(1000px,calc(100% - 48px)); margin: auto; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); padding: 30px 0 76px; }
.trust-strip>div { display: grid; grid-template-columns: 34px 1fr; padding: 0 34px; border-right: 1px solid var(--line); }
.trust-strip>div:first-child { padding-left: 0; } .trust-strip>div:last-child { border: 0; }
.trust-strip span { color: var(--blue); font: 700 .68rem var(--mono); } .trust-strip strong { font-size: .88rem; }
.trust-strip p { grid-column: 2; margin: 7px 0 0; color: var(--slate); font-size: .8rem; line-height: 1.5; }
.report-preview { width: min(1000px,calc(100% - 48px)); margin: 0 auto 96px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 84px; align-items: center; padding: 84px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.preview-copy .eyebrow { color: var(--blue); }
.preview-copy h2,.faq-heading h2 { margin: 14px 0 18px; color: var(--navy); font-size: clamp(2rem,4vw,3.2rem); line-height: 1.02; letter-spacing: -.055em; }
.preview-copy>p { margin: 0; color: var(--slate); font-size: .9rem; line-height: 1.7; }
.preview-list { display: grid; gap: 11px; margin: 25px 0 27px; padding: 0; list-style: none; }
.preview-list li { position: relative; padding-left: 20px; color: #344258; font-size: .79rem; }
.preview-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 750; }
.text-link { color: var(--blue); text-decoration: none; font-size: .8rem; font-weight: 700; }
.text-link span { margin-left: 4px; transition: margin .18s ease; } .text-link:hover span { margin-left: 8px; }
.preview-card { position: relative; padding: 25px; overflow: hidden; border: 1px solid #d9e3f0; border-radius: 16px; background: linear-gradient(145deg,#fff,#f8fbff); box-shadow: 0 28px 70px rgba(11,18,32,.11); }
.preview-card::after { content: ""; position: absolute; top: -90px; right: -80px; width: 230px; height: 230px; border-radius: 50%; background: radial-gradient(circle,rgba(56,163,255,.16),transparent 68%); pointer-events: none; }
.preview-card-top,.preview-store { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; }
.preview-card-top { padding-bottom: 19px; border-bottom: 1px solid var(--line); color: var(--slate); text-transform: uppercase; letter-spacing: .07em; font: 650 .55rem var(--mono); }
.preview-card-top i { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px rgba(15,107,255,.09); }
.preview-card-top small { font: inherit; color: var(--gray); }
.preview-store { gap: 16px; padding: 23px 0; }
.preview-store>div>span { display: block; margin-bottom: 5px; color: var(--slate); text-transform: uppercase; letter-spacing: .06em; font-size: .57rem; }
.preview-store>div>strong { font-size: 1.12rem; letter-spacing: -.03em; }
.preview-badge { padding: 6px 9px; color: #08783b; border-radius: 999px; background: #eaf9f0; white-space: nowrap; font-size: .61rem; font-weight: 700; }
.preview-metrics { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: var(--line); }
.preview-metrics div { min-width: 0; padding: 15px 13px; background: rgba(255,255,255,.94); }
.preview-metrics span { display: block; overflow: hidden; color: var(--slate); text-overflow: ellipsis; text-transform: uppercase; letter-spacing: .045em; font-size: .52rem; }
.preview-metrics strong { display: block; margin-top: 8px; font-size: 1.08rem; letter-spacing: -.035em; }
.preview-highlight { position: relative; z-index: 1; display: flex; gap: 13px; align-items: flex-start; margin-top: 13px; padding: 16px; color: #fff; border-radius: 10px; background: var(--navy); }
.preview-highlight .glint-glyph { flex-basis: 30px; width: 30px; height: 30px; }
.preview-highlight small { display: block; margin-bottom: 4px; color: #83b8ff; text-transform: uppercase; font: 650 .51rem var(--mono); }
.preview-highlight strong { display: block; font-size: .81rem; }
.preview-highlight p { margin: 5px 0 0; color: #aebbd0; font-size: .64rem; line-height: 1.5; }
.seo-content { width: min(1000px,calc(100% - 48px)); margin: 0 auto 96px; padding-top: 68px; border-top: 1px solid var(--line); }
.seo-intro { display: grid; grid-template-columns: .8fr 1.2fr; column-gap: 70px; align-items: start; }
.seo-intro .eyebrow { grid-column: 1; margin-bottom: 13px; color: var(--blue); }
.seo-intro h2 { grid-column: 1; margin: 0; font-size: clamp(1.7rem,3vw,2.35rem); line-height: 1.08; letter-spacing: -.045em; }
.seo-intro p { grid-column: 2; grid-row: 1/3; margin: 2px 0 0; color: var(--slate); font-size: .96rem; line-height: 1.75; }
.seo-points { display: grid; grid-template-columns: repeat(3,1fr); gap: 42px; margin-top: 54px; }
.seo-points article { padding-top: 18px; border-top: 2px solid var(--line); }
.seo-points span { color: var(--blue); text-transform: uppercase; font: 650 .58rem var(--mono); }
.seo-points h3 { margin: 11px 0 7px; font-size: .92rem; }
.seo-points p { margin: 0; color: var(--slate); font-size: .78rem; line-height: 1.6; }
.faq-section { width: min(1000px,calc(100% - 48px)); margin: 0 auto 110px; display: grid; grid-template-columns: .76fr 1.24fr; gap: 76px; padding-top: 76px; border-top: 1px solid var(--line); }
.faq-heading .eyebrow { color: var(--blue); }
.faq-heading h2 { font-size: clamp(1.85rem,3vw,2.6rem); }
.faq-heading>p { margin: 0; color: var(--slate); font-size: .85rem; line-height: 1.65; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 19px 0; cursor: pointer; list-style: none; color: var(--navy); font-size: .86rem; font-weight: 650; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex: none; color: var(--blue); font-size: 1.15rem; font-weight: 400; transition: transform .18s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -4px 42px 20px 0; color: var(--slate); font-size: .78rem; line-height: 1.65; }
.guide-links { grid-column: 1/-1; display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.guide-links a { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 7px 20px; padding: 21px; border: 1px solid var(--line); border-radius: 11px; text-decoration: none; font-size: .85rem; font-weight: 650; transition: border-color .18s ease,transform .18s ease,box-shadow .18s ease; }
.guide-links a:hover { transform: translateY(-2px); border-color: #cad8e9; box-shadow: var(--shadow-sm); }
.guide-links a span { grid-column: 1; color: var(--blue); text-transform: uppercase; font: 650 .54rem var(--mono); }
.guide-links a b { grid-column: 2; grid-row: 1/3; align-self: center; color: var(--blue); }

.content-page { width: min(1000px,calc(100% - 48px)); margin: 0 auto; padding: 62px 0 110px; }
.back-link { display: inline-block; color: var(--slate); text-decoration: none; font-size: .72rem; font-weight: 650; } .back-link:hover { color: var(--blue); }
.content-hero { max-width: 850px; padding: 92px 0 88px; }
.content-hero .eyebrow { color: var(--blue); }
.content-hero h1 { margin: 19px 0 24px; font-size: clamp(3rem,7vw,5.6rem); line-height: .96; letter-spacing: -.065em; }
.content-hero>p { max-width: 720px; margin: 0; color: var(--slate); font-size: clamp(1rem,2vw,1.16rem); line-height: 1.7; }
.process-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--line); }
.process-grid article { padding: 34px; background: var(--paper); }
.process-grid span,.section-number { color: var(--blue); font: 700 .63rem var(--mono); }
.process-grid h2 { margin: 26px 0 9px; font-size: 1.1rem; }
.process-grid p { margin: 0; color: var(--slate); font-size: .8rem; line-height: 1.65; }
.content-split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; margin: 94px 0; padding-top: 64px; border-top: 1px solid var(--line); }
.content-split .eyebrow { color: var(--blue); }
.content-split h2 { margin: 12px 0 0; font-size: 2.2rem; letter-spacing: -.05em; }
.content-split p { margin: 0 0 18px; color: var(--slate); font-size: .9rem; line-height: 1.75; }
.content-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 35px 38px; color: #fff; border-radius: 14px; background: var(--navy); }
.content-cta span { color: #83b8ff; text-transform: uppercase; font: 650 .56rem var(--mono); }
.content-cta h2 { margin: 7px 0 0; font-size: 1.35rem; letter-spacing: -.035em; }
.content-cta>a { flex: none; padding: 13px 16px; color: var(--navy); border-radius: 8px; background: #fff; text-decoration: none; font-size: .76rem; font-weight: 700; }
.content-cta>a span { margin-left: 4px; color: var(--blue); }
.guide-page .content-hero { max-width: 900px; padding-bottom: 72px; }
.guide-page .content-hero h1 { font-size: clamp(3rem,6.5vw,5.2rem); }
.article-body { width: min(720px,100%); margin-left: auto; }
.article-lead { margin: 0 0 76px; color: #344258; font-size: 1.17rem; line-height: 1.75; }
.article-body>section { position: relative; padding: 0 0 66px 55px; }
.article-body>section::before { content: ""; position: absolute; top: 23px; bottom: 10px; left: 8px; width: 1px; background: var(--line); }
.article-body .section-number { position: absolute; top: 4px; left: 0; }
.article-body h2 { margin: 0 0 14px; font-size: 1.55rem; letter-spacing: -.04em; }
.article-body p { margin: 0; color: var(--slate); font-size: .9rem; line-height: 1.8; }
.code-sample { margin: -32px 0 70px 55px; padding: 20px 22px; overflow-x: auto; color: #dce8fa; border-radius: 10px; background: var(--navy); }
.code-sample span { display: block; margin-bottom: 11px; color: #7e9cc3; text-transform: uppercase; font: 650 .54rem var(--mono); }
.code-sample code { white-space: nowrap; font: .8rem var(--mono); }
.article-note { margin: 0 0 80px 55px; padding: 25px; border: 1px solid #d9e6f8; border-radius: 11px; background: #f6faff; }
.article-note strong { display: block; margin-bottom: 9px; color: var(--blue); text-transform: uppercase; font: 700 .57rem var(--mono); }
.article-note p { margin: 0; color: #52637a; font-size: .81rem; line-height: 1.7; }
.article-note a { color: var(--blue); font-weight: 650; text-underline-offset: 3px; }
.article-next { display: grid; grid-template-columns: 1fr auto; gap: 8px 25px; margin-top: 12px; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-next>span { color: var(--blue); text-transform: uppercase; font: 650 .55rem var(--mono); }
.article-next a { grid-row: 2; grid-column: 1/-1; display: flex; justify-content: space-between; color: var(--navy); text-decoration: none; font-size: 1rem; font-weight: 700; }
.article-next b { color: var(--blue); }

.report-page,.scan-running { width: min(1160px,calc(100% - 48px)); margin: 0 auto; }
.scan-running { max-width: 720px; padding: 11vh 0; }
.scan-running h1 { font-size: clamp(2.8rem,6vw,5rem); margin: 24px 0 18px; } .scan-running h1 span { color: var(--blue); } .scan-running>p { color: var(--slate); }
.pulse { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 0 rgba(15,107,255,.28); animation: pulse 1.5s infinite; }
.progress-list { margin-top: 40px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow-sm); }
.progress-row { display: flex; align-items: center; gap: 15px; padding: 17px 20px; border-bottom: 1px solid var(--line); } .progress-row:last-child { border: 0; }
.progress-symbol { width: 25px; color: var(--gray); font: 700 1rem var(--mono); }
.progress-row.success .progress-symbol { color: var(--success); } .progress-row.failed .progress-symbol { color: var(--error); } .progress-row.running .progress-symbol { color: var(--blue); animation: spin 1.5s linear infinite; }
.progress-row div { display: flex; flex-direction: column; gap: 3px; } .progress-row strong { font-size: .87rem; }
.progress-row small,.progress-count { color: var(--slate); } .progress-count { margin-left: auto; font: 11px var(--mono); }

.report-page { padding: 66px 0 100px; }
.report-header { display: flex; justify-content: space-between; align-items: flex-end; gap: 36px; padding-bottom: 36px; }
.report-header h1 { margin: 14px 0; font-size: clamp(3rem,6.5vw,5.2rem); }
.detection { display: inline-flex; align-items: center; gap: 5px; margin: 0; padding: 7px 11px; border-radius: 999px; font-size: .76rem; font-weight: 680; }
.detection.detected { color: #08783b; background: #eaf9f0; } .detection.not-detected { color: #8a5707; background: #fff7e8; } .detection span { opacity: .7; font-weight: 500; }
.export-actions { display: flex; gap: 8px; }
.export-actions button { min-height: 42px; padding: 0 15px; color: var(--navy); background: var(--paper); border-color: var(--line); box-shadow: none; }
.export-actions button:hover { border-color: #b8c5d6; background: var(--surface); } .export-actions .primary { color: #fff; background: var(--navy); border-color: var(--navy); }
.share-note { margin: 0 0 20px; padding: 10px 14px; color: var(--slate); border: 1px solid var(--line); border-radius: 8px; background: var(--surface); text-align: center; font-size: .72rem; }
.share-note::before { content: "✦"; margin-right: 7px; color: var(--blue); }
.report-nav { position: sticky; top: 10px; z-index: 5; display: flex; gap: 4px; width: fit-content; max-width: 100%; margin: 0 0 22px; padding: 5px; overflow-x: auto; border: 1px solid rgba(226,232,240,.85); border-radius: 10px; background: rgba(255,255,255,.9); box-shadow: var(--shadow-sm); backdrop-filter: blur(14px); }
.report-nav a { padding: 8px 12px; color: var(--slate); border-radius: 7px; text-decoration: none; white-space: nowrap; font-size: .76rem; font-weight: 600; }
.report-nav a:hover { color: var(--blue); background: #edf5ff; }
.notice { margin: 0 0 10px; padding: 13px 16px; color: #7c520b; border: 1px solid #f3d89d; border-radius: 9px; background: #fffaf0; font-size: .8rem; }

.metric-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 10px; margin: 24px 0 60px; }
.metric-grid article { position: relative; min-width: 0; padding: 19px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow-sm); }
.metric-grid article::after { content: ""; position: absolute; right: 16px; bottom: 17px; width: 26px; height: 22px; opacity: .8; background: linear-gradient(90deg,transparent 0 10%,var(--blue) 10% 24%,transparent 24% 34%,var(--sky) 34% 52%,transparent 52% 62%,var(--teal) 62% 82%,transparent 82%); clip-path: polygon(0 100%,0 72%,24% 72%,24% 48%,48% 48%,48% 24%,72% 24%,72% 0,100% 0,100% 100%); }
.metric-grid span { display: block; max-width: 80%; color: var(--slate); text-transform: uppercase; letter-spacing: .065em; font-size: .62rem; font-weight: 680; }
.metric-grid strong { display: block; margin-top: 13px; color: var(--navy); font-size: 1.75rem; letter-spacing: -.045em; }
.highlight-panel { position: relative; display: grid; grid-template-columns: minmax(210px,.72fr) 2fr; gap: 30px; margin: -28px 0 60px; padding: 30px; overflow: hidden; color: #fff; border-radius: 16px; background: var(--navy); box-shadow: 0 22px 55px rgba(11,18,32,.14); }
.highlight-panel::after { content: ""; position: absolute; top: -90px; right: -70px; width: 240px; height: 240px; border-radius: 50%; background: radial-gradient(circle,rgba(56,163,255,.22),rgba(56,163,255,0) 68%); pointer-events: none; }
.highlight-intro { display: flex; align-items: flex-start; gap: 13px; padding: 5px 0; }
.glint-glyph { display: grid; flex: 0 0 34px; place-items: center; width: 34px; height: 34px; color: #fff; border: 1px solid rgba(255,255,255,.14); border-radius: 9px; background: rgba(255,255,255,.08); }
.highlight-intro .eyebrow { color: #8dbdff; }
.highlight-intro h2 { margin: 7px 0 8px; font-size: 1.45rem; letter-spacing: -.035em; }
.highlight-intro p { margin: 0; color: #aebbd0; font-size: .78rem; line-height: 1.55; }
.highlight-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 11px; background: rgba(255,255,255,.12); }
.highlight-grid article { min-width: 0; padding: 18px; background: rgba(255,255,255,.055); }
.highlight-grid article>span { color: #76b1ff; text-transform: uppercase; font: 650 .55rem var(--mono); }
.highlight-grid article>strong { display: block; margin: 16px 0 4px; overflow-wrap: anywhere; color: #fff; font-size: 1.42rem; letter-spacing: -.04em; }
.highlight-grid h3 { margin: 0 0 8px; font-size: .78rem; }
.highlight-grid p { margin: 0; color: #aebbd0; font-size: .67rem; line-height: 1.5; }
.coverage-strip { display: grid; grid-template-columns: 110px 1fr 250px; gap: 36px; align-items: center; margin-bottom: 60px; padding: 25px 28px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(110deg,#f5f9ff,#fff 64%); }
.coverage-score { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 88px; height: 88px; border: 7px solid #dceaff; border-top-color: var(--blue); border-radius: 50%; background: #fff; }
.coverage-score strong { font-size: 1.25rem; letter-spacing: -.04em; } .coverage-score span { color: var(--slate); text-transform: uppercase; letter-spacing: .06em; font-size: .55rem; }
.coverage-strip h2 { margin: 7px 0 6px; font-size: 1.25rem; letter-spacing: -.025em; } .coverage-strip p { margin: 0; color: var(--slate); font-size: .82rem; }
.coverage-strip dl { display: grid; grid-template-columns: 1fr auto; margin: 0; }
.coverage-strip dt,.coverage-strip dd { margin: 0; padding: 6px 0; border-bottom: 1px solid var(--line); font-size: .74rem; } .coverage-strip dt { color: var(--slate); } .coverage-strip dd { text-align: right; font-weight: 680; }

.report-section { scroll-margin-top: 80px; padding: 46px 0 60px; border-top: 1px solid var(--line); }
.storefront-preview { margin: 0 0 42px; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); box-shadow: var(--shadow-sm); }
.storefront-preview-frame { position: relative; aspect-ratio: 16/7.6; overflow: hidden; background: var(--surface); }
.storefront-preview-frame::after { content: ""; position: absolute; inset: auto 0 0; height: 18%; pointer-events: none; background: linear-gradient(transparent,rgba(11,18,32,.06)); }
.storefront-preview img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.storefront-preview figcaption { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 17px 20px; }
.storefront-preview figcaption div { display: flex; flex-direction: column; gap: 4px; }
.storefront-preview figcaption span { color: var(--blue); text-transform: uppercase; font: 650 .55rem var(--mono); }
.storefront-preview figcaption strong { font-size: .78rem; }
.storefront-preview figcaption a { flex: none; color: var(--blue); text-decoration: none; font-size: .7rem; font-weight: 650; }
.section-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; margin-bottom: 28px; }
.section-heading>div { display: flex; align-items: center; gap: 12px; }
.section-heading span { display: grid; place-items: center; width: 25px; height: 25px; color: var(--blue); border-radius: 7px; background: #edf5ff; font: 700 .62rem var(--mono); }
.section-heading h2 { margin: 0; font-size: 1.55rem; letter-spacing: -.035em; } .section-heading p { margin: 0; color: var(--slate); font-size: .8rem; }
.overview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; }
.overview-grid dl,.stats-list { display: grid; grid-template-columns: 1fr 1fr; margin: 0; }
.overview-grid dt,.overview-grid dd,.stats-list dt,.stats-list dd { margin: 0; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: .82rem; overflow-wrap: anywhere; }
.overview-grid dt,.stats-list dt { color: var(--slate); } .overview-grid dd,.stats-list dd { text-align: right; font-weight: 560; }
.evidence { padding: 23px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.evidence h3,.technical h3 { margin: 0 0 16px; font-size: .85rem; } .evidence ul { margin: 0 0 20px; padding-left: 18px; }
.evidence li { margin: 8px 0; color: var(--slate); font-size: .8rem; }
.fingerprint-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-top: 10px; }
.fingerprint-grid article { display: flex; flex-direction: column; min-height: 190px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow-sm); }
.fingerprint-label { color: var(--blue); text-transform: uppercase; font: 650 .59rem var(--mono); }
.fingerprint-grid h3 { margin: 10px 0 5px; font-size: 1.05rem; }
.fingerprint-grid p { margin: 0 0 12px; color: var(--slate); font-size: .76rem; line-height: 1.5; }
.fingerprint-grid ul { margin: 0 0 18px; padding-left: 17px; color: var(--slate); font-size: .72rem; line-height: 1.6; }
.fingerprint-foot { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: auto; }
.fingerprint-foot>strong { color: var(--success); text-transform: uppercase; font: 650 .57rem var(--mono); }
.fingerprint-foot>a { color: var(--blue); font-size: .72rem; font-weight: 650; }
.source-link { color: var(--blue); text-decoration-thickness: 1px; text-underline-offset: 3px; font-size: .74rem; font-weight: 600; } .source-link.compact { font: 600 .67rem var(--mono); }
.catalog-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-bottom: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.catalog-facts>div { min-width: 0; padding: 17px; background: var(--paper); } .catalog-facts span { display: block; color: var(--slate); text-transform: uppercase; letter-spacing: .055em; font-size: .61rem; }
.catalog-facts strong { display: block; margin-top: 7px; overflow-wrap: anywhere; font-size: .84rem; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }
table { width: 100%; border-collapse: collapse; text-align: left; font-size: .78rem; }
th { padding: 11px 13px; color: var(--slate); background: var(--surface); border-bottom: 1px solid var(--line); text-transform: uppercase; letter-spacing: .065em; font-size: .61rem; font-weight: 680; }
td { padding: 13px; border-bottom: 1px solid var(--line); vertical-align: top; } tbody tr:last-child td { border-bottom: 0; } tbody tr:hover { background: #f9fbfe; }
td a { font-weight: 580; text-decoration-color: #bdd5fa; text-underline-offset: 3px; } td small { display: block; margin-top: 4px; color: var(--slate); } td code { white-space: nowrap; font: 11px var(--mono); }
.table-note { color: var(--slate); font-size: .75rem; } .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }

.technology-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.technology-grid article { display: flex; flex-direction: column; min-height: 190px; padding: 19px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow-sm); transition: transform .18s ease,box-shadow .18s ease,border-color .18s ease; }
.technology-grid article:hover { transform: translateY(-2px); border-color: #cfdaea; box-shadow: var(--shadow-md); }
.technology-head { display: flex; align-items: center; gap: 13px; }
.technology-logo { position: relative; display: grid; flex: 0 0 43px; place-items: center; width: 43px; height: 43px; overflow: hidden; color: var(--blue); border: 1px solid #dce6f4; border-radius: 11px; background: #f3f7fd; font: 750 .7rem var(--mono); }
.technology-logo img { position: absolute; inset: 0; width: 100%; height: 100%; padding: 10px; object-fit: contain; background: #f8faff; }
.technology-head span { color: var(--blue); text-transform: uppercase; font: 650 .57rem var(--mono); }
.technology-grid h3 { margin: 4px 0 0; font-size: .96rem; }
.technology-grid p { margin: 18px 0; color: var(--slate); font-size: .75rem; line-height: 1.55; }
.technology-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; }
.technology-foot .confidence { padding: 5px 8px; color: var(--success); border-radius: 999px; background: #ebf8f1; text-transform: uppercase; font: 650 .55rem var(--mono); }
.technology-foot .confidence.medium { color: #93600c; background: #fff7e5; }
.technology-foot .confidence.low { color: var(--slate); background: var(--surface); }
.fact-groups { display: grid; gap: 34px; }
.fact-group-title { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 12px; padding: 0 2px; }
.fact-group-title h3 { margin: 0; font-size: .78rem; letter-spacing: .01em; }
.fact-group-title span { color: var(--gray); text-transform: uppercase; font: 600 .54rem var(--mono); }
.fact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.fact-grid article { display: flex; flex-direction: column; min-height: 205px; padding: 21px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow-sm); }
.fact-grid article>strong { margin: 2px 0 5px; color: var(--navy); font-size: 1.7rem; letter-spacing: -.04em; }
.fact-grid h3 { margin: 0 0 10px; font-size: .88rem; }
.fact-grid p { margin: 0 0 18px; color: var(--slate); font-size: .72rem; line-height: 1.55; }
.fact-grid article>div { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; }
.fact-grid small { color: var(--success); text-transform: uppercase; font: 650 .54rem var(--mono); }
.finding-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.finding { position: relative; padding: 23px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow-sm); }
.finding::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--blue); }
.finding-top { display: flex; justify-content: space-between; align-items: center; } .finding-top>span { padding: 4px 7px; color: var(--blue); border-radius: 999px; background: #edf5ff; text-transform: uppercase; font: 650 .58rem var(--mono); }
.finding h3 { margin: 17px 0 7px; font-size: 1rem; } .finding p { margin: 0; color: var(--slate); font-size: .82rem; line-height: 1.5; }
.finding .why { margin: 16px 0; padding: 12px; color: #44536a; border-radius: 8px; background: var(--surface); font-size: .76rem; line-height: 1.5; }
.finding .why strong { display: block; margin-bottom: 4px; color: var(--navy); text-transform: uppercase; letter-spacing: .06em; font-size: .59rem; }
.finding small { color: var(--slate); line-height: 1.5; } .finding code { font: 10px var(--mono); }
.technical { padding: 25px 0; border-top: 1px solid var(--line); } .technical summary { display: flex; flex-direction: column; gap: 4px; cursor: pointer; }
.technical summary span { font-weight: 650; } .technical summary small { color: var(--slate); } .technical-body { padding-top: 28px; }
.status-line { display: grid; grid-template-columns: 74px 150px 1fr; gap: 15px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .75rem; }
.status { text-transform: uppercase; font: 650 9px var(--mono); } .status.success { color: var(--success); } .status.failed { color: var(--error); } .status.partial { color: var(--warning); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
#blazor-error-ui { display: none; position: fixed; bottom: 0; z-index: 1000; width: 100%; padding: 12px; color: #7a2d28; border-top: 1px solid #f4b8b3; background: #fff1f0; }

@keyframes spin { to { transform: rotate(360deg); } } @keyframes pulse { 50% { box-shadow: 0 0 0 8px rgba(15,107,255,0); } }
@media (max-width: 960px) {
    .metric-grid { grid-template-columns: repeat(3,1fr); } .overview-grid,.two-col { gap: 42px; }
    .highlight-panel { grid-template-columns: 1fr; } .highlight-intro { max-width: 520px; }
    .coverage-strip { grid-template-columns: 96px 1fr; } .coverage-strip dl { grid-column: 1/-1; }
    .report-preview { gap: 46px; }
}
@media (max-width: 760px) {
    .report-header { align-items: flex-start; flex-direction: column; } .overview-grid,.two-col,.finding-list,.technology-grid,.fingerprint-grid,.fact-grid { grid-template-columns: 1fr; }
    .highlight-grid { grid-template-columns: 1fr; }
    .catalog-facts { grid-template-columns: repeat(2,1fr); } .trust-strip { gap: 24px; grid-template-columns: 1fr; }
    .seo-intro { display: block; } .seo-intro p { margin-top: 22px; } .seo-points { grid-template-columns: 1fr; gap: 26px; }
    .trust-strip>div { padding: 0; border: 0; } .section-heading { align-items: flex-start; flex-direction: column; gap: 7px; }
    .report-preview,.faq-section,.content-split { grid-template-columns: 1fr; }
    .report-preview { gap: 48px; } .faq-section { gap: 42px; } .guide-links { grid-template-columns: 1fr; }
    .content-split { gap: 30px; } .content-cta { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 560px) {
    .site-header,footer,.hero,.report-page,.scan-running,.trust-strip,.seo-content,.report-preview,.faq-section,.content-page { width: min(100% - 28px,1160px); }
    .site-header { height: 78px; } .brand { gap: 9px; font-size: 1.18rem; } .brand-symbol { width: 38px; height: 38px; }
    .header-meta { font-size: 0; } .header-meta .status-dot { display: block; } .hero { padding: 82px 0 90px; } .hero h1 { font-size: 3.35rem; } .hero-copy span { display: inline; } .hero-copy span + span::before { content: " "; }
    .analyze-form { display: block; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
    .analyze-form:focus-within { border-color: transparent; box-shadow: none; }
    .url-field { min-height: 62px; padding: 5px 7px; border: 1px solid #cdd7e5; border-radius: 13px; background: var(--paper); box-shadow: 0 10px 30px rgba(11,18,32,.07); transition: border-color .2s ease,box-shadow .2s ease; }
    .url-field:focus-within { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(15,107,255,.1),0 12px 34px rgba(11,18,32,.09); }
    .input-icon { width: 40px; height: 40px; margin-left: 1px; transform: none; }
    .analyze-form input { width: 100%; min-height: 52px; padding: 12px 11px; }
    .analyze-form button { width: 100%; min-height: 58px; margin-top: 10px; border-radius: 12px; }
    .hero-assurances { gap: 10px 18px; } .metric-grid { grid-template-columns: repeat(2,1fr); } .coverage-strip { grid-template-columns: 1fr; gap: 18px; padding: 22px; }
    .highlight-panel { margin-top: -24px; padding: 22px; }
    .coverage-strip dl { grid-column: auto; } .catalog-facts { grid-template-columns: 1fr; } .export-actions { width: 100%; flex-wrap: wrap; } .export-actions button { flex: 1; }
    .report-page { padding-top: 42px; } .report-header h1 { font-size: 2.75rem; } .status-line { grid-template-columns: 65px 1fr; } .status-line>span:last-child { grid-column: 2; }
    .site-footer { min-height: 76px; gap: 18px; }
    .footer-note { white-space: nowrap; text-align: right; font-size: .65rem; }
    .report-preview { margin-bottom: 78px; padding: 68px 0; }
    .preview-card { padding: 18px; border-radius: 13px; }
    .preview-card-top small { display: none; } .preview-store { align-items: flex-start; flex-direction: column; }
    .preview-metrics { grid-template-columns: repeat(2,1fr); }
    .faq-section { margin-bottom: 80px; padding-top: 62px; }
    .content-page { padding-top: 38px; padding-bottom: 78px; }
    .content-hero { padding: 66px 0 58px; } .content-hero h1,.guide-page .content-hero h1 { font-size: 3rem; }
    .process-grid { grid-template-columns: 1fr; } .process-grid article { padding: 27px; }
    .content-split { margin: 70px 0; padding-top: 50px; } .content-split h2 { font-size: 1.8rem; }
    .content-cta { padding: 27px; } .content-cta>a { width: 100%; text-align: center; }
    .storefront-preview-frame { aspect-ratio: 4/3; } .storefront-preview figcaption { align-items: flex-start; flex-direction: column; gap: 12px; }
    .article-lead { margin-bottom: 60px; font-size: 1.02rem; }
    .article-body>section { padding: 0 0 55px 38px; }
    .article-body>section::before { left: 6px; }
    .code-sample,.article-note { margin-left: 38px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
