/* AppSmash landing page — recreated from design/handoff/AppSmash Landing.dc.html
   Tokens: design/handoff/README.md ("Mineral/Transmission").
   Headlines are Public Sans per the README (Space Grotesk only inside the
   product miniatures, mirroring the real dashboard). */

* { box-sizing: border-box; }

body.landing {
    margin: 0;
    background: #E3E5DF;
    font-family: 'Public Sans', system-ui, sans-serif;
    color: #14181A;
    -webkit-font-smoothing: antialiased;
}
.landing a { color: inherit; text-decoration: none; }

.wrap { max-width: 1180px; width: 100%; margin: 0 auto; padding-left: 28px; padding-right: 28px; }
.section { padding-top: 64px; }
/* first section after the hero mock sits tighter (double-class so the
   responsive .section overrides can't outrank it) */
.section.section-tight { padding-top: 40px; }
.spacer { flex: 1; }

/* ---------- header ---------- */

.site-head {
    position: sticky; top: 0; z-index: 20;
    background: rgba(227,229,223,.86);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid #CBD0C6;
}
.head-inner { height: 68px; display: flex; align-items: center; gap: 30px; }

.brand { display: flex; align-items: center; gap: 4px; }
.brand-tile {
    width: 34px; height: 34px; border-radius: 10px; background: #2B4EF5;
    display: flex; align-items: center; justify-content: center;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.32), 0 4px 10px -2px rgba(43,78,245,.5), 0 1px 2px rgba(20,24,26,.2);
}
.brand-word { font: 700 25px/1 'Public Sans', sans-serif; letter-spacing: .01em; color: #14181A; }

.head-nav { display: flex; align-items: center; gap: 22px; font: 500 14px/1 'Public Sans', sans-serif; color: #5A6259; }
.head-nav a { color: #5A6259; white-space: nowrap; }
.head-nav a:hover { color: #14181A; }

.btn-signin { font: 600 14px/1 'Public Sans', sans-serif; color: #5A6259; }
.btn-signin:hover { color: #14181A; }
.btn-start {
    font: 600 14px/1 'Public Sans', sans-serif; color: #F2F5FF !important;
    background: #2B4EF5; border-radius: 10px; padding: 11px 16px;
}
.btn-start:hover { background: #1E38BC; }

/* ---------- hero ---------- */

@keyframes draw { from { stroke-dashoffset: 2900; } to { stroke-dashoffset: 0; } }
@keyframes rise { from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes ping {
    0% { transform: scale(.6); opacity: .7; }
    70% { transform: scale(2.6); opacity: 0; }
    100% { transform: scale(2.6); opacity: 0; }
}
@keyframes drift { from { transform: translateX(0); } to { transform: translateX(-160px); } }

.hero { width: 100%; position: relative; overflow: hidden; }
.hero-bg {
    position: absolute; inset: 0; pointer-events: none;
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.85) 20%, rgba(0,0,0,.55) 46%, transparent 72%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.85) 20%, rgba(0,0,0,.55) 46%, transparent 72%);
}
.hero-drift { animation: drift 26s linear infinite alternate; }
.hero-bars { transform-box: fill-box; transform-origin: bottom; animation: rise 1.1s cubic-bezier(.2,.8,.2,1) both; }
.hero-line { stroke-dasharray: 2900; animation: draw 2.2s cubic-bezier(.25,.7,.2,1) both; }
.hero-ping { transform-box: fill-box; transform-origin: center; animation: ping 3.4s ease-out infinite; }
.hero-ping.d2 { animation-delay: .9s; }
.hero-ping.d3 { animation-delay: 1.8s; }

@media (prefers-reduced-motion: reduce) {
    .hero-drift, .hero-bars, .hero-line, .hero-ping { animation: none; }
    .hero-line { stroke-dashoffset: 0; }
    .hero-ping { opacity: 0; }
}

.hero-fg {
    position: relative; padding-top: 78px; padding-bottom: 20px;
    display: flex; flex-direction: column; align-items: center; gap: 24px;
}
.dot-pos { width: 6px; height: 6px; border-radius: 999px; background: #0E7C66; flex: none; }

.hero-h1 {
    margin: 0; max-width: 940px; text-align: center;
    font: 700 76px/1.05 'Public Sans', system-ui, sans-serif;
    letter-spacing: -.032em; text-wrap: balance;
}
.hero-h1 .accent { color: #2B4EF5; }
.hero-sub {
    margin: 0; max-width: 560px; text-align: center;
    font: 400 19px/1.55 'Public Sans', sans-serif; color: #5A6259; text-wrap: pretty;
}
.hero-ctas { display: flex; align-items: center; gap: 12px; padding-top: 4px; flex-wrap: wrap; justify-content: center; }
.btn-hero-primary {
    display: inline-flex; align-items: center; gap: 9px;
    font: 600 16px/1 'Public Sans', sans-serif; color: #F2F5FF !important;
    background: #2B4EF5; border-radius: 12px; padding: 16px 22px;
}
.btn-hero-primary:hover { background: #1E38BC; }
.btn-hero-secondary {
    display: inline-flex; align-items: center; gap: 9px;
    font: 600 16px/1 'Public Sans', sans-serif; color: #14181A;
    background: #F8F9F6; border: 1px solid #CBD0C6; border-radius: 12px; padding: 16px 20px;
}
.btn-hero-secondary:hover { background: #EFF1EC; }

.trust-row { display: flex; align-items: center; gap: 18px; font: 500 13px/1 'Public Sans', sans-serif; color: #6E7670; flex-wrap: wrap; justify-content: center; }
.trust-row span { display: flex; align-items: center; gap: 7px; }

/* ---------- product mock ---------- */

.mock-wrap { padding-top: 20px; display: flex; flex-direction: column; }
.mock-card {
    background: #F8F9F6; border: 1px solid #CBD0C6; border-radius: 18px;
    box-shadow: 0 30px 60px -30px rgba(20,24,26,.28); overflow: hidden;
}
.mock-chrome { height: 44px; border-bottom: 1px solid #E4E7DF; display: flex; align-items: center; gap: 8px; padding: 0 16px; }
.chrome-dot { width: 9px; height: 9px; border-radius: 999px; background: #D9DDD3; flex: none; }
.chrome-url { margin-left: 12px; font: 500 11.5px/1 'IBM Plex Mono', monospace; color: #6E7670; background: #E9ECE4; border-radius: 6px; padding: 5px 10px; }

.mock-body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 16px; }
.mock-titlebar { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.mock-title { font: 600 19px/1 'Space Grotesk', sans-serif; }
.mock-range { font: 500 11px/1 'IBM Plex Mono', monospace; color: #6E7670; border: 1px solid #CBD0C6; border-radius: 6px; padding: 5px 8px; }
.mock-fresh { display: flex; align-items: center; gap: 6px; font: 500 11px/1 'IBM Plex Mono', monospace; color: #6E7670; }
.dot-est { width: 6px; height: 6px; border-radius: 999px; background: #5C8A00; flex: none; }

.mock-kpis { display: flex; gap: 14px; }
.mock-kpi { flex: 1; border: 1px solid #CBD0C6; border-radius: 13px; padding: 15px 16px 13px; display: flex; flex-direction: column; gap: 9px; }
.mock-kpi-label { font: 500 10.5px/1 'IBM Plex Mono', monospace; letter-spacing: .09em; color: #6E7670; }
.mock-kpi-row { display: flex; align-items: flex-end; gap: 9px; }
.mock-kpi-value { font: 600 30px/1 'Space Grotesk', sans-serif; letter-spacing: -.02em; }
.pill-up {
    display: inline-flex; align-items: center; gap: 4px;
    font: 600 11.5px/1 'IBM Plex Mono', monospace; color: #0E7C66;
    background: rgba(14,124,102,.1); border: 1px solid rgba(14,124,102,.22);
    padding: 4px 7px; border-radius: 999px; margin-bottom: 3px;
}
.pill-neg {
    display: inline-flex; align-items: center;
    font: 600 11.5px/1 'IBM Plex Mono', monospace; color: #D2402F;
    background: rgba(210,64,47,.1); border: 1px solid rgba(210,64,47,.22);
    padding: 4px 7px; border-radius: 999px; margin-bottom: 3px;
}
.mock-kpi-caption { font: 400 11.5px/1 'Public Sans', sans-serif; color: #6E7670; }

.mock-chart { border: 1px solid #CBD0C6; border-radius: 13px; padding: 16px 16px 12px; display: flex; flex-direction: column; gap: 12px; }
.mock-chart-head { display: flex; align-items: center; gap: 14px; }
.mock-chart-title { font: 600 14px/1 'Space Grotesk', sans-serif; }
.legend-item { display: flex; align-items: center; gap: 6px; font: 400 12px/1 'Public Sans', sans-serif; color: #5A6259; }
.swatch { width: 9px; height: 9px; border-radius: 3px; flex: none; }
.mock-axis { display: flex; justify-content: space-between; font: 500 10.5px/1 'IBM Plex Mono', monospace; color: #6E7670; }

.alert-card {
    align-self: flex-end; position: relative; z-index: 2;
    /* negative top margin floats it over the mock card's bottom edge */
    margin: -48px 26px 0; width: 330px; max-width: calc(100% - 32px);
    background: #14181A; border-radius: 14px; padding: 16px 17px;
    display: flex; flex-direction: column; gap: 11px;
    box-shadow: 0 24px 48px -22px rgba(20,24,26,.55);
}
.alert-head { display: flex; align-items: center; gap: 9px; }
.dot-neg { width: 7px; height: 7px; border-radius: 999px; background: #D2402F; flex: none; }
.alert-title { font: 600 12.5px/1 'Public Sans', sans-serif; color: #F8F9F6; }
.alert-time { font: 500 10.5px/1 'IBM Plex Mono', monospace; color: #8A9188; }
.alert-body { font: 400 13px/1.5 'Public Sans', sans-serif; color: #C8CCC5; text-wrap: pretty; }
.alert-actions { display: flex; gap: 8px; }
.alert-btn-light { font: 600 11.5px/1 'Public Sans', sans-serif; color: #14181A; background: #F8F9F6; border-radius: 8px; padding: 8px 11px; }
.alert-btn-ghost { font: 600 11.5px/1 'Public Sans', sans-serif; color: #C8CCC5; border: 1px solid #3A403C; border-radius: 8px; padding: 8px 11px; }

/* ---------- sections shared ---------- */

.eyebrow { font: 500 11.5px/1 'IBM Plex Mono', monospace; letter-spacing: .1em; color: #2B4EF5; text-transform: uppercase; }
.h2 { margin: 0; font: 600 46px/1.08 'Public Sans', sans-serif; letter-spacing: -.03em; text-wrap: balance; }
.intro-row { display: flex; align-items: flex-end; gap: 40px; flex-wrap: wrap; }
.intro-row > div { flex: 1 1 440px; min-width: 0; }
.intro-row .eyebrow { margin-bottom: 14px; }
.intro-copy { margin: 0; flex: 1 1 380px; font: 400 17px/1.6 'Public Sans', sans-serif; color: #5A6259; text-wrap: pretty; max-width: 460px; }
.section-body { display: flex; flex-direction: column; gap: 34px; }

.card-row { display: flex; gap: 16px; flex-wrap: wrap; }
.card-row > * { flex: 1 1 240px; min-width: 0; }
.feature-card {
    background: #F8F9F6; border: 1px solid #CBD0C6; border-radius: 16px;
    padding: 24px; display: flex; flex-direction: column; gap: 13px;
}
.icon-tile { width: 36px; height: 36px; border-radius: 11px; background: #E9ECE4; display: flex; align-items: center; justify-content: center; }
.card-title { font: 600 18px/1.25 'Public Sans', sans-serif; }
.card-body { font: 400 14.5px/1.6 'Public Sans', sans-serif; color: #5A6259; text-wrap: pretty; }
.step-label { font: 600 12px/1 'IBM Plex Mono', monospace; color: #6E7670; letter-spacing: .04em; }

/* ---------- watchtower (ink) ---------- */

.wt-panel {
    background: #14181A; border-radius: 24px; padding: 52px 52px 0;
    display: flex; flex-wrap: wrap; gap: 52px; overflow: hidden;
}
.wt-copy { flex: 1 1 440px; min-width: 0; padding-bottom: 52px; display: flex; flex-direction: column; gap: 20px; }
.eyebrow-onink { font: 500 11.5px/1 'IBM Plex Mono', monospace; letter-spacing: .1em; color: #8FA6FF; text-transform: uppercase; }
.h2-onink { margin: 0; font: 600 46px/1.08 'Public Sans', sans-serif; letter-spacing: -.03em; color: #F8F9F6; text-wrap: balance; }
.wt-body { margin: 0; font: 400 17px/1.6 'Public Sans', sans-serif; color: #AEB5A6; text-wrap: pretty; }
.wt-points { display: flex; flex-direction: column; gap: 14px; padding-top: 6px; }
.wt-point { display: flex; gap: 12px; align-items: flex-start; }
.check-tile {
    width: 22px; height: 22px; flex: none; border-radius: 7px; background: #2B4EF5;
    display: flex; align-items: center; justify-content: center; margin-top: 1px;
}
.wt-point-title { font: 600 15.5px/1.4 'Public Sans', sans-serif; color: #F8F9F6; }
.wt-point-sub { font: 400 14.5px/1.55 'Public Sans', sans-serif; color: #8A9188; }

.wt-card {
    flex: 1 1 400px; max-width: 452px; min-width: 0; align-self: flex-end;
    background: #F8F9F6; border-radius: 16px 16px 0 0; padding: 20px;
    display: flex; flex-direction: column; gap: 12px;
    box-shadow: 0 -20px 50px -30px rgba(0,0,0,.5);
}
.wt-card-head { display: flex; align-items: center; gap: 10px; }
.wt-card-title { font: 600 15px/1 'Space Grotesk', sans-serif; }
.badge-new { font: 600 10.5px/1 'IBM Plex Mono', monospace; color: #F2F5FF; background: #D2402F; border-radius: 999px; padding: 4px 7px; }
.wt-card-date { font: 500 11px/1 'IBM Plex Mono', monospace; color: #6E7670; }
.match-row { border: 1px solid #CBD0C6; border-radius: 12px; padding: 13px; display: flex; gap: 12px; align-items: center; }
.match-row.judged { opacity: .62; }
.match-icon { width: 40px; height: 40px; flex: none; border-radius: 10px; background: #E9ECE4; border: 1px solid #CBD0C6; }
.match-main { flex: 1; min-width: 0; }
.match-name { font: 600 13.5px/1.3 'Public Sans', sans-serif; }
.match-meta { font: 500 10.5px/1.4 'IBM Plex Mono', monospace; color: #6E7670; }
.badge-suspect { font: 600 11px/1 'Public Sans', sans-serif; color: #F2F5FF; background: #D2402F; border-radius: 8px; padding: 8px 10px; flex: none; }
.badge-review { font: 600 11px/1 'Public Sans', sans-serif; color: #14181A; background: #E9ECE4; border: 1px solid #CBD0C6; border-radius: 8px; padding: 8px 10px; flex: none; }
.wt-foot {
    display: flex; align-items: center; gap: 8px; border-top: 1px solid #E4E7DF;
    padding-top: 11px; font: 500 11px/1.5 'IBM Plex Mono', monospace; color: #6E7670; flex-wrap: wrap;
}
.wt-foot .dot-est { margin-left: 6px; }

/* ---------- setup accent card ---------- */

.setup-accent { background: #2B4EF5; border: none; }
.setup-accent .step-label { color: #C3CEFF; }
.setup-accent .card-title { color: #F2F5FF; }
.setup-accent .card-body { color: #DAE0FF; }


/* ---------- FAQ ---------- */

.faq-h2 { margin: 0; font: 600 34px/1.1 'Public Sans', sans-serif; letter-spacing: -.025em; }
.faq-cols { display: flex; gap: 16px; flex-wrap: wrap; }
.faq-col { flex: 1 1 380px; min-width: 0; display: flex; flex-direction: column; gap: 16px; }
.faq-card { background: #F8F9F6; border: 1px solid #CBD0C6; border-radius: 14px; padding: 20px; display: flex; flex-direction: column; gap: 8px; }
.faq-q { font: 600 16px/1.35 'Public Sans', sans-serif; }
.faq-a { font: 400 14.5px/1.6 'Public Sans', sans-serif; color: #5A6259; text-wrap: pretty; }

/* ---------- closing CTA ---------- */

.cta-panel {
    background: #2B4EF5; border-radius: 24px; padding: 64px 52px;
    display: flex; align-items: center; gap: 48px; flex-wrap: wrap;
}
.cta-copy { flex: 1 1 440px; min-width: 0; display: flex; flex-direction: column; gap: 16px; }
.cta-h2 { margin: 0; font: 600 52px/1.05 'Public Sans', sans-serif; letter-spacing: -.035em; color: #F2F5FF; text-wrap: balance; }
.cta-sub { margin: 0; font: 400 18px/1.55 'Public Sans', sans-serif; color: #DAE0FF; max-width: 520px; text-wrap: pretty; }
.cta-stack { flex: none; display: flex; flex-direction: column; gap: 12px; align-items: stretch; width: 280px; }
.btn-cta-light { font: 600 16px/1 'Public Sans', sans-serif; color: #14181A; background: #F8F9F6; border-radius: 12px; padding: 18px; text-align: center; }
.btn-cta-light:hover { background: #E9ECE4; }
.btn-cta-ghost { font: 600 16px/1 'Public Sans', sans-serif; color: #F2F5FF !important; border: 1px solid rgba(242,245,255,.4); border-radius: 12px; padding: 18px; text-align: center; }
.btn-cta-ghost:hover { background: rgba(242,245,255,.1); }

/* ---------- footer ---------- */

.footer { padding-top: 44px; padding-bottom: 52px; margin-top: 20px; display: flex; align-items: flex-start; gap: 56px; flex-wrap: wrap; }
.foot-brand { display: flex; flex-direction: column; gap: 12px; width: 300px; }
.foot-brand .brand-tile { width: 30px; height: 30px; border-radius: 9px; background: #14181A; box-shadow: 0 3px 8px -2px rgba(20,24,26,.4); }
.foot-brand .brand-word { font-size: 22px; }
.foot-desc { font: 400 13.5px/1.6 'Public Sans', sans-serif; color: #6E7670; }
.foot-col { display: flex; flex-direction: column; gap: 10px; font: 400 13.5px/1 'Public Sans', sans-serif; color: #5A6259; }
.foot-col a { color: #5A6259; }
.foot-col a:hover { color: #14181A; }
.foot-head { font: 600 11.5px/1 'IBM Plex Mono', monospace; color: #6E7670; letter-spacing: .08em; margin-bottom: 2px; }
.foot-copy { font: 500 11.5px/1.6 'IBM Plex Mono', monospace; color: #6E7670; text-align: right; }

/* ---------- responsive ---------- */

/* Five nav items no longer fit beside the brand and CTAs below ~1120px. */
@media (max-width: 1120px) {
    .head-nav { display: none; }
}

@media (max-width: 960px) {
    .hero-h1 { font-size: 46px; }
    .h2, .h2-onink { font-size: 34px; }
    .cta-h2 { font-size: 38px; }
    .section { padding-top: 52px; }
    .wt-panel { padding: 36px 28px 0; }
    .cta-panel { padding: 44px 32px; }
    .mock-kpis { flex-wrap: wrap; }
    .mock-kpis .mock-kpi { flex: 1 1 180px; }
    .cta-stack { width: 100%; }
    .foot-copy { text-align: left; }
}

/* Portrait phones */
@media (max-width: 600px) {
    .wrap { padding-left: 20px; padding-right: 20px; }
    .section { padding-top: 44px; }

    .head-inner { gap: 14px; height: 60px; }
    .brand-word { font-size: 21px; }
    .btn-signin, .btn-start { white-space: nowrap; }
    .btn-start { padding: 10px 13px; }

    .hero-fg { padding-top: 48px; gap: 20px; }
    .hero-h1 { font-size: 38px; letter-spacing: -.028em; }
    .hero-sub { font-size: 16.5px; }
    .btn-hero-primary, .btn-hero-secondary { font-size: 15px; padding: 14px 18px; }
    .hero-ctas { flex-direction: column; align-items: stretch; width: 100%; }
    .hero-ctas a { justify-content: center; }
    .trust-row { gap: 10px 16px; }

    .mock-body { padding: 16px 14px 18px; }
    .mock-kpis { gap: 10px; }
    .alert-card { margin: -20px 0 0; max-width: 100%; }

    .h2, .h2-onink { font-size: 29px; }
    .intro-row { gap: 22px; }
    .card-row > * { flex-basis: 100%; }
    .wt-panel { padding: 32px 22px 0; gap: 32px; }
    .wt-copy { padding-bottom: 36px; }

    .cta-panel { padding: 36px 22px; gap: 28px; }
    .cta-h2 { font-size: 30px; }
    .cta-sub { font-size: 16px; }
    .faq-h2 { font-size: 26px; }

    .footer { gap: 32px; padding-top: 44px; margin-top: 24px; }
    .foot-brand { width: 100%; }
    .foot-col { flex: 1 1 40%; }
    .foot-copy { width: 100%; }
}

/* ---------- Legal pages (privacy policy) ---------- */

.legal { max-width: 760px; padding-top: 52px; padding-bottom: 30px; }

/* Founder photo on the story page. */
.story-photo {
    display: block;
    width: 100%;
    max-width: 499px;
    height: auto;
    border-radius: 14px;
    border: 1px solid #CBD0C6;
    margin: 8px 0 20px;
}

.legal h1 {
    font: 700 clamp(34px, 5vw, 46px)/1.08 'Public Sans', sans-serif;
    letter-spacing: -.03em;
    color: #14181A;
    margin: 0 0 10px;
}

.legal-updated {
    font: 500 11.5px/1 'IBM Plex Mono', monospace;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #6E7670;
    margin: 0 0 18px;
}

.legal h2 {
    font: 600 22px/1.25 'Public Sans', sans-serif;
    letter-spacing: -.015em;
    color: #14181A;
    margin: 34px 0 10px;
}

.legal p, .legal li {
    font: 400 16px/1.6 'Public Sans', sans-serif;
    color: #5A6259;
    margin: 0 0 12px;
}

.legal ul { padding-left: 22px; margin: 0 0 12px; }
.legal li { margin-bottom: 8px; }
.legal strong { color: #14181A; font-weight: 600; }

.legal a { color: #2B4EF5; }
.legal a:hover { color: #1E38BC; text-decoration: underline; }

.legal code {
    font: 500 13.5px/1 'IBM Plex Mono', monospace;
    background: #E9ECE4;
    border-radius: 6px;
    padding: 2px 6px;
}

.legal-foot { padding-top: 0; margin-top: 0; }

/* ---------- Copycat shame list ---------- */

.shame-table-scroll {
    overflow-x: auto;
    margin: 22px 0 26px;
    border: 1px solid #CBD0C6;
    border-radius: 14px;
    background: #F8F9F6;
}

.shame-table { width: 100%; min-width: 560px; border-collapse: collapse; }

.shame-table th {
    font: 500 10.5px/1 'IBM Plex Mono', monospace;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #6E7670;
    text-align: left;
    padding: 13px 18px;
    border-bottom: 1px solid #CBD0C6;
}

.shame-table td {
    padding: 15px 18px;
    border-bottom: 1px solid #E4E7DF;
    vertical-align: middle;
}

.shame-table tbody tr:last-child td { border-bottom: 0; }

/* Optional "Additional context from submitter" sub-row: reads as part of the
   entry above it, so the entry row's border moves down onto the context row. */
.shame-table tbody tr.has-context td { border-bottom: 0; }

.shame-context-row td { padding: 0 18px 16px; }

.shame-context-label {
    display: block;
    font: 500 10.5px/1 'IBM Plex Mono', monospace;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #6E7670;
    margin-bottom: 6px;
}

.shame-context-text {
    font: 400 14px/1.55 'Public Sans', sans-serif;
    color: #5A6259;
    margin: 0;
    max-width: 62ch;
    white-space: pre-line;
}

.shame-app { display: flex; align-items: center; gap: 11px; }

.shame-icon {
    flex: none;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 9px;
    border: 1px solid #CBD0C6;
    background: #E9ECE4;
    object-fit: cover;
}

.shame-name { font: 600 14.5px/1.3 'Public Sans', sans-serif; color: #14181A; }

/* Original-app store link: ink at this size (accent text needs >=16px/600),
   accent-hover on hover. The copycat side stays a plain-text URL. */
.shame-name a {
    color: #14181A;
    text-decoration: underline;
    text-decoration-color: #AEB5A6;
    text-underline-offset: 2px;
}
.shame-name a:hover { color: #1E38BC; text-decoration-color: currentColor; }

.shame-date {
    font: 500 10.5px/1 'IBM Plex Mono', monospace;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #6E7670;
    margin-top: 4px;
    white-space: nowrap;
}

.shame-store {
    display: inline-block;
    font: 500 10.5px/1 'IBM Plex Mono', monospace;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #5A6259;
    background: #E9ECE4;
    border: 1px solid #CBD0C6;
    border-radius: 6px;
    padding: 4px 8px;
}

.legal .shame-listing-link {
    display: inline-block;
    font: 500 11px/1 'IBM Plex Mono', monospace;
    letter-spacing: .05em;
    color: #5A6259;
    text-decoration: underline;
    text-decoration-color: #AEB5A6;
    text-underline-offset: 2px;
    margin-top: 5px;
    white-space: nowrap;
}
.legal .shame-listing-link:hover { color: #1E38BC; text-decoration-color: currentColor; }

.shame-submit-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin: 0 0 26px;
}

.legal .shame-submit-btn {
    display: inline-block;
    font: 600 15px/1 'Public Sans', sans-serif;
    color: #F2F5FF;
    background: #2B4EF5;
    border-radius: 12px;
    padding: 14px 18px;
    text-decoration: none;
}
.legal .shame-submit-btn:hover { background: #1E38BC; color: #F2F5FF; text-decoration: none; }

.shame-submit-note {
    font: 500 11px/1.5 'IBM Plex Mono', monospace;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #6E7670;
}

.shame-fineprint { font-size: 13.5px; }

/* ---------- 404 page ---------- */

.nf {
    max-width: 760px;
    min-height: 62vh;
    padding-top: 96px;
    padding-bottom: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    text-align: center;
}

.nf-compass { display: flex; }

.nf-h1 {
    margin: 0;
    font: 700 clamp(38px, 6vw, 56px)/1.08 'Public Sans', sans-serif;
    letter-spacing: -.03em;
    color: #14181A;
    text-wrap: balance;
}

.nf-sub {
    margin: 0;
    max-width: 520px;
    font: 400 17px/1.6 'Public Sans', sans-serif;
    color: #5A6259;
    text-wrap: pretty;
}

.nf-foot {
    margin: 0;
    padding-top: 8px;
    font: 400 14px/1.6 'Public Sans', sans-serif;
    color: #6E7670;
}
.nf-foot a { color: #2B4EF5; }
.nf-foot a:hover { color: #1E38BC; text-decoration: underline; }

@media (max-width: 600px) {
    .nf { padding-top: 56px; }
}
