.store-badge{--sb-h:40px;--sb-bg:#000;--sb-border:rgba(255,255,255,0.28);--sb-text:#fff;box-sizing:border-box;display:inline-flex;height:var(--sb-h);padding:0 calc(var(--sb-h)*.32) 0 calc(var(--sb-h)*.22);border-radius:calc(var(--sb-h)*.18);border:1px solid var(--sb-border);background:var(--sb-bg);color:var(--sb-text);line-height:1;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;vertical-align:middle;overflow:hidden}.store-badge,.store-badge__icon{align-items:center;flex-shrink:0}.store-badge__icon{display:flex;justify-content:center;width:calc(var(--sb-h)*.52);height:calc(var(--sb-h)*.52);margin-right:calc(var(--sb-h)*.2)}.store-badge__mark{display:block;width:100%;height:100%}.store-badge__mark--img{object-fit:contain}.store-badge__copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0;gap:calc(var(--sb-h)*.02);transform:translateY(-.5px)}.store-badge__eyebrow{font-size:calc(var(--sb-h)*.2);font-weight:500;letter-spacing:.02em;line-height:1.1;opacity:.95}.store-badge__eyebrow,.store-badge__title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;white-space:nowrap}.store-badge__title{font-size:calc(var(--sb-h)*.36);font-weight:600;letter-spacing:-.02em;line-height:1.05}.store-badge--playstore .store-badge__icon{width:calc(var(--sb-h)*.48);height:calc(var(--sb-h)*.54)}.store-badge--playstore .store-badge__eyebrow{font-family:Roboto,Product Sans,Segoe UI,Arial,sans-serif;font-size:calc(var(--sb-h)*.185);letter-spacing:.06em;text-transform:uppercase}.store-badge--playstore .store-badge__title{font-family:Roboto,Product Sans,Segoe UI,Arial,sans-serif;font-size:calc(var(--sb-h)*.34);font-weight:500}.store-badge--microsoft .store-badge__icon{width:calc(var(--sb-h)*.42);height:calc(var(--sb-h)*.42)}.store-badge--microsoft .store-badge__eyebrow{font-family:Segoe UI,Segoe UI Variable,Tahoma,Arial,sans-serif}.store-badge--microsoft .store-badge__title{font-family:Segoe UI Semibold,Segoe UI,Tahoma,Arial,sans-serif;font-size:calc(var(--sb-h)*.34)}.store-badge-row{flex-wrap:wrap;gap:12px 16px}.not-found-page,.store-badge-row{display:flex;align-items:center;justify-content:center}.not-found-page{--nf-accent:#f7931e;--nf-accent-soft:rgba(247,147,30,0.18);--nf-surface:rgba(255,255,255,0.04);--nf-border:rgba(255,255,255,0.1);--nf-text:rgba(255,255,255,0.92);--nf-muted:rgba(255,255,255,0.62);min-height:calc(100vh - 120px);padding:48px 20px 80px;box-sizing:border-box}.not-found-page__card{width:min(720px,100%);padding:clamp(28px,5vw,48px);border-radius:24px;border:1px solid var(--nf-border);background:radial-gradient(120% 80% at 50% 0,rgba(247,147,30,.12),transparent 55%),var(--nf-surface);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center;box-shadow:0 24px 64px rgba(0,0,0,.35)}.not-found-page__badge{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;margin-bottom:20px;border-radius:50%;background:var(--nf-accent-soft);color:var(--nf-accent)}.not-found-page__code{margin:0 0 8px;font-size:clamp(3.5rem,12vw,5.5rem);font-weight:800;line-height:1;letter-spacing:-.04em;background:linear-gradient(135deg,#fff,#f7931e 55%,#e55a2b);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}.not-found-page__title{margin:0 0 12px;font-size:clamp(1.35rem,4vw,1.75rem);font-weight:700;color:var(--nf-text)}.not-found-page__description{margin:0 auto 28px;max-width:420px;font-size:1rem;line-height:1.6;color:var(--nf-muted)}.not-found-page__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.not-found-page__btn{display:inline-flex;align-items:center;gap:8px;padding:11px 18px;border-radius:999px;border:1px solid var(--nf-border);background:hsla(0,0%,100%,.06);color:var(--nf-text);font-size:.9rem;font-weight:500;text-decoration:none;transition:background .2s ease,border-color .2s ease,transform .15s ease}.not-found-page__btn:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.2);transform:translateY(-1px)}.not-found-page__btn--primary{border-color:rgba(0,0,0,0);background:linear-gradient(135deg,#ff8c00,#e55a2b);color:#111}.not-found-page__btn--primary:hover{background:linear-gradient(135deg,#ffa033,#f06a3a);border-color:rgba(0,0,0,0)}.not-found-page__btn svg{flex-shrink:0}@media(max-width:480px){.not-found-page__actions{flex-direction:column;align-items:stretch}.not-found-page__btn{justify-content:center}}