:root {
    --bg: #000000;
    --surface: #070708;
    --surface2: #101012;
    --pink: #c8c8d2;
    --pink-light: #f0f0f5;
    --pink-dim: #7a7a84;
    --pink-glow: rgba(210, 210, 220, 0.16);
    --pink-border: rgba(210, 210, 220, 0.38);
    --gold: var(--pink);
    --gold-light: var(--pink-light);
    --text: #f4f4f7;
    --muted: #8d8d97;
    --border: rgba(255, 255, 255, 0.08);
    --chrome: linear-gradient(180deg, #ffffff 0%, #d8d8e0 22%, #9a9aa4 48%, #ececf2 72%, #7c7c86 100%);
    --shell-max: 480px;
    --content-pad: 0.75rem;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: 'Outfit', system-ui, -apple-system, sans-serif;
    background: var(--bg);
    color: var(--text);
    overflow-x: hidden;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
}

.page-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(ellipse 70% 42% at 50% -8%, rgba(200, 200, 214, 0.14) 0%, transparent 58%),
        radial-gradient(ellipse 40% 28% at 100% 100%, rgba(160, 160, 176, 0.06) 0%, transparent 52%),
        radial-gradient(ellipse 36% 24% at 0% 80%, rgba(140, 140, 156, 0.05) 0%, transparent 50%),
        #000;
}

.page-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.055;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.app-shell {
    width: 100%;
    max-width: var(--shell-max);
    margin: 0 auto;
    min-height: 100vh;
    padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px));
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, transparent 140px),
        var(--surface);
    border-left: 1px solid rgba(255, 255, 255, 0.07);
    border-right: 1px solid rgba(255, 255, 255, 0.07);
    position: relative;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.app-shell::before {
    content: '';
    position: absolute;
    top: 0;
    left: 8%;
    right: 8%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
    pointer-events: none;
    z-index: 2;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(7, 7, 8, 0.88);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header::after {
    content: '';
    display: block;
    height: 1px;
    background: linear-gradient(90deg, transparent 4%, rgba(230, 230, 236, 0.55) 50%, transparent 96%);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem var(--content-pad);
    gap: 0.75rem;
    min-height: 56px;
}

.header-brand-wrap {
    display: flex;
    align-items: center;
    min-width: 0;
    flex: 1 1 auto;
}

.header-brand {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-size: 1.18rem;
    font-weight: 700;
}

.wordmark {
    position: relative;
    display: inline-flex;
    align-items: baseline;
    overflow: hidden;
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.05;
    white-space: nowrap;
}

.wordmark-bonus,
.wordmark-burada {
    position: relative;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.wordmark-bonus {
    background-image: linear-gradient(180deg, #ffffff 0%, #ececf4 28%, #c8c8d4 62%, #f7f7fb 100%);
    filter: drop-shadow(0 0 10px rgba(235, 235, 245, 0.35));
}

.wordmark-burada {
    margin-left: 0.08em;
    background-image: linear-gradient(180deg, #9a9aa8 0%, #6e6e7a 42%, #4a4a54 78%, #8a8a96 100%);
    filter: drop-shadow(0 0 8px rgba(80, 80, 90, 0.35));
}

.wordmark-shine {
    position: absolute;
    top: -30%;
    bottom: -30%;
    left: 0;
    width: 42%;
    background: linear-gradient(105deg, transparent 20%, rgba(255, 255, 255, 0.0) 35%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.0) 65%, transparent 80%);
    transform: translateX(-160%) skewX(-18deg);
    animation: wordmarkShine 6.8s ease-in-out infinite;
    pointer-events: none;
    mix-blend-mode: screen;
}

@keyframes wordmarkShine {
    0%, 68% { transform: translateX(-160%) skewX(-18deg); opacity: 0; }
    74% { opacity: 1; }
    86% { transform: translateX(280%) skewX(-18deg); opacity: 0.95; }
    100% { transform: translateX(280%) skewX(-18deg); opacity: 0; }
}

.wordmark.is-header {
    font-size: clamp(1.15rem, 5.2vw, 1.55rem);
}

.wordmark.is-hero {
    font-size: clamp(2.05rem, 10vw, 3.15rem);
    letter-spacing: 0.01em;
}

.chrome-title .wordmark {
    display: inline-flex;
}

.header-logo {
    max-height: var(--header-logo-height, 46px);
    height: auto;
    width: auto;
    max-width: min(220px, 55vw);
    object-fit: contain;
    display: block;
}

.header-tg {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid var(--pink-border);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pink-light);
    text-decoration: none;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}

.header-tg svg { width: 18px; height: 18px; fill: currentColor; }
.header-tg:hover { background: rgba(220, 220, 230, 0.14); box-shadow: 0 0 18px var(--pink-glow); }
.header-tg:active { transform: scale(0.95); }

.header-actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.header-gift {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid var(--pink-border);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    padding: 0;
}

.header-gift img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: brightness(0) invert(92%);
}

.header-gift:hover { background: rgba(220, 220, 230, 0.12); box-shadow: 0 0 16px var(--pink-glow); }
.header-gift:active { transform: scale(0.95); }

.header-gift-count {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: var(--chrome);
    color: #111;
    font-size: 0.58rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

body.modal-open { overflow: hidden; }

.site-modal {
    position: fixed;
    inset: 0;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.site-modal[hidden] { display: none !important; }

.site-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.78);
    backdrop-filter: blur(6px);
}

.site-modal-panel {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 360px;
    max-height: 85vh;
    overflow-y: auto;
    background: linear-gradient(180deg, #141416 0%, #080809 100%);
    border: 1px solid rgba(220, 220, 228, 0.22);
    border-radius: 20px;
    padding: 1.25rem 1.1rem 1.1rem;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.65), 0 0 40px rgba(200, 200, 214, 0.08);
    animation: modalIn 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-modal-panel-win { text-align: center; padding: 1.35rem 1.15rem 1.2rem; }

@keyframes modalIn {
    from { opacity: 0; transform: translateY(12px) scale(0.97); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.site-modal-close {
    position: absolute;
    top: 0.65rem;
    right: 0.75rem;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--muted);
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
}

.site-modal-close:hover { background: rgba(220, 220, 230, 0.12); color: var(--text); }

.site-modal-title {
    font-family: 'Cinzel', serif;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
    padding-right: 2rem;
}

.site-modal-sub { font-size: 0.72rem; color: var(--muted); margin-bottom: 1rem; line-height: 1.45; }

.inventory-list { display: flex; flex-direction: column; gap: 0.5rem; }
.inventory-empty { text-align: center; color: var(--muted); font-size: 0.82rem; padding: 1.5rem 0; }

.inventory-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    color: inherit;
    background: var(--surface2);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 0.65rem 0.75rem;
}

.inventory-item:hover { border-color: rgba(220, 220, 228, 0.35); }

.inventory-item-logo {
    flex: 0 0 52px;
    width: 52px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inventory-item-logo img { max-width: 100%; max-height: 48px; object-fit: contain; }

.inventory-item-body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 0.12rem; }
.inventory-item-body strong { font-size: 0.78rem; font-weight: 700; }
.inventory-item-body span { font-size: 0.68rem; color: var(--muted); }
.inventory-item-body small { font-size: 0.62rem; color: var(--pink-light); }
.inventory-item-go { flex: 0 0 auto; font-size: 0.68rem; font-weight: 700; color: var(--pink-light); }

.win-modal-badge {
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #111;
    background: var(--chrome);
    border: none;
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    margin-bottom: 1rem;
}

.win-modal-card { margin-bottom: 1rem; }
.win-modal-logo img {
    max-width: 88px;
    max-height: 88px;
    object-fit: contain;
    filter: drop-shadow(0 8px 24px rgba(220, 220, 230, 0.28));
    margin-bottom: 0.65rem;
}
.win-modal-empty { font-size: 2.5rem; margin-bottom: 0.5rem; }
.win-modal-prize { font-size: 1.05rem; font-weight: 800; color: var(--text); margin-bottom: 0.35rem; }
.win-modal-sub { font-size: 0.78rem; color: var(--muted); line-height: 1.4; }
.win-modal-hint { font-size: 0.68rem; color: var(--muted); line-height: 1.45; margin-top: 0.65rem; max-width: 16rem; margin-left: auto; margin-right: auto; }
.win-modal-go { width: 100%; max-width: 220px; }

.surprise-cooldown-hint { text-align: center; font-size: 0.72rem; color: var(--muted); margin-top: 0.45rem; min-height: 1.1rem; }
.surprise-cooldown-hint.is-wait { color: var(--pink-light); }

.ticker-wrap {
    overflow: hidden;
    background: linear-gradient(90deg, #0c0c0e, #121214 50%, #0c0c0e);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    width: 100%;
    position: relative;
}

.ticker-wrap::before,
.ticker-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 42px;
    z-index: 1;
    pointer-events: none;
}

.ticker-wrap::before { left: 0; background: linear-gradient(90deg, #0c0c0e, transparent); }
.ticker-wrap::after { right: 0; background: linear-gradient(270deg, #0c0c0e, transparent); }

.ticker-marquee {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 2.5rem;
    padding: 0.55rem 0;
    white-space: nowrap;
    will-change: transform;
    animation: tickerMarquee 25s linear infinite;
}

.ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #d8d8e0;
}

.ticker-item::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--chrome);
    flex-shrink: 0;
}

@keyframes tickerMarquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    .ticker-marquee,
    .chrome-title { animation: none; }
}

.main-content {
    padding: var(--content-pad);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.silver-hero {
    position: relative;
    overflow: hidden;
    margin: 0.15rem 0 0.2rem;
    border-radius: 22px;
    border: 1px solid rgba(220, 220, 228, 0.16);
    background:
        radial-gradient(ellipse 80% 70% at 50% 0%, rgba(230, 230, 238, 0.08) 0%, transparent 58%),
        linear-gradient(180deg, #111114 0%, #08080a 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 18px 50px rgba(0, 0, 0, 0.45);
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.1rem 1.15rem 2rem;
}

.silver-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(28px);
}

.silver-orb-1 { width: 180px; height: 180px; top: -70px; left: -40px; background: rgba(210, 210, 220, 0.14); }
.silver-orb-2 { width: 160px; height: 160px; right: -50px; bottom: -60px; background: rgba(170, 170, 186, 0.1); }

.silver-frame { position: relative; z-index: 1; text-align: center; width: 100%; }

.silver-kicker {
    display: inline-block;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #b8b8c2;
    margin-bottom: 0.7rem;
}

.chrome-title {
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: 1.15;
    color: inherit;
}

@keyframes chromeShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.chrome-rule {
    width: 88px;
    height: 2px;
    margin: 1rem auto 0.95rem;
    background: linear-gradient(90deg, transparent, #fff 20%, #8a8a94 50%, #fff 80%, transparent);
    box-shadow: 0 0 12px rgba(230, 230, 238, 0.45);
}

.silver-lead {
    font-size: 0.86rem;
    color: #a8a8b2;
    line-height: 1.55;
    max-width: 20rem;
    margin: 0 auto 1.15rem;
}

.silver-soon {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-family: 'Cinzel', serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    color: #111;
    background: var(--chrome);
    border-radius: 999px;
    padding: 0.42rem 0.95rem;
    box-shadow: 0 6px 22px rgba(200, 200, 214, 0.18);
}

.silver-soon::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #111;
    opacity: 0.55;
}

.silver-stats {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.45rem;
    margin-top: 1.35rem;
}

.silver-stat {
    padding: 0.7rem 0.35rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
}

.silver-stat b {
    display: block;
    font-family: 'Cinzel', serif;
    font-size: 0.92rem;
    font-weight: 700;
    color: #ececf2;
    margin-bottom: 0.12rem;
}

.silver-stat span {
    font-size: 0.62rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--muted);
}

.slider-section { margin-bottom: 0.25rem; }

.slider {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--pink-border);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.slider-track { display: flex; transition: transform 0.4s ease; will-change: transform; }
.slider-slide { flex: 0 0 100%; display: block; text-decoration: none; }
.slider-slide img { width: 100%; height: auto; aspect-ratio: 16 / 7; object-fit: cover; display: block; }

.slider-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
}

.slider-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    padding: 0;
}

.slider-dot.active { background: #ececf2; transform: scale(1.25); }

.card-rows { display: flex; flex-direction: column; gap: 0.5rem; }

.card-row {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)), #101012;
    border: 1px solid rgba(220, 220, 228, 0.14);
    border-radius: 14px;
    padding: 0.55rem 0.7rem;
    min-height: 66px;
    text-decoration: none;
    color: inherit;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
}

.card-row:hover {
    border-color: rgba(230, 230, 238, 0.4);
    box-shadow: 0 0 22px rgba(200, 200, 214, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.14);
    transform: translateY(-1px);
}

.card-row-logo {
    flex: 0 0 68px;
    width: 68px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-row-logo img { max-width: 100%; max-height: 56px; object-fit: contain; display: block; }

.card-row-title {
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    color: var(--text);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-row-text {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    padding: 0 0.25rem;
}

.card-row-sub {
    font-size: 0.68rem;
    font-weight: 500;
    text-align: center;
    color: var(--muted);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
}

.card-row-btn {
    flex: 0 0 auto;
    background: var(--chrome);
    color: #111;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.62rem;
    font-weight: 700;
    padding: 0.4rem 0.62rem;
    border-radius: 9px;
    pointer-events: none;
    white-space: nowrap;
}

.grid-section { margin-top: 0.25rem; }

.grid-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.65rem;
    padding: 0 0.15rem;
}

.grid-section-title {
    font-family: 'Cinzel', serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--text);
    text-transform: uppercase;
}

.grid-section-badge {
    font-size: 0.68rem;
    font-weight: 700;
    color: #111;
    background: var(--chrome);
    border: none;
    border-radius: 999px;
    padding: 0.25rem 0.65rem;
}

.num-pink { color: var(--pink-light); font-weight: 800; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem; }

.card-grid-item {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)), #101012;
    border: 1px solid rgba(220, 220, 228, 0.14);
    border-radius: 14px;
    padding: 0.65rem 0.45rem 0.75rem;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.3rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.card-grid-item:hover {
    border-color: rgba(230, 230, 238, 0.4);
    box-shadow: 0 0 22px rgba(200, 200, 214, 0.12);
    transform: translateY(-2px);
}

.card-grid-logo {
    width: 100%;
    aspect-ratio: 1;
    max-height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(220, 220, 228, 0.22);
    padding: 0.4rem;
}

.card-grid-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.card-grid-name {
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1.25;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
}
.card-grid-sub { font-size: 0.6rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.04em; }
.card-grid-badge { font-size: 0.75rem; font-weight: 700; color: #d8d8e0; }

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: var(--shell-max);
    display: flex;
    background: rgba(7, 7, 8, 0.94);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0.4rem 0 calc(0.4rem + env(safe-area-inset-bottom, 0px));
    z-index: 200;
    box-shadow: 0 -4px 28px rgba(0, 0, 0, 0.55);
}

.bottom-nav-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    text-decoration: none;
    color: #8a8a94;
    font-size: 0.62rem;
    font-weight: 600;
    padding: 0.3rem 0 0.45rem;
    position: relative;
}

.nav-icon-img,
.nav-icon-muted {
    width: 26px;
    height: 26px;
    object-fit: contain;
    filter: grayscale(1) brightness(1.15);
    opacity: 0.78;
}

.bottom-nav-item svg { width: 22px; height: 22px; fill: currentColor; }
.bottom-nav-item:hover,
.bottom-nav-item.active { color: #e8e8ee; }

.bottom-nav-item.active::after {
    content: '';
    position: absolute;
    left: 22%;
    right: 22%;
    bottom: 0;
    height: 2px;
    background: var(--chrome);
    border-radius: 2px;
}

@media (max-width: 360px) {
    :root { --content-pad: 0.5rem; }
    .card-grid { grid-template-columns: repeat(2, 1fr); }
    .chrome-title { font-size: 1.5rem; }
}

@media (min-width: 481px) {
    :root { --shell-max: 640px; --content-pad: 1rem; }
    .header-brand,
    .wordmark.is-header { font-size: 1.45rem; }
    .silver-hero { min-height: 340px; padding: 2.4rem 1.4rem; }
    .card-row { min-height: 68px; padding: 0.55rem 0.85rem; }
    .card-row-logo { flex: 0 0 76px; width: 76px; height: 62px; }
    .card-row-logo img { max-height: 62px; }
    .card-grid { gap: 0.65rem; }
}

@media (min-width: 769px) {
    :root { --shell-max: 960px; --content-pad: 1.25rem; }
    body { padding: 1.5rem 1rem 0; }
    .app-shell {
        min-height: calc(100vh - 3rem);
        border-radius: 22px 22px 0 0;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 24px 80px rgba(0, 0, 0, 0.7);
        padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
    }
    .site-header { border-radius: 22px 22px 0 0; }
    .silver-hero { min-height: 380px; border-radius: 24px; }
    .card-rows { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.65rem; }
    .card-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (min-width: 1100px) {
    :root { --shell-max: 1080px; }
    .card-grid { grid-template-columns: repeat(5, 1fr); }
}
