/* ============================================================
   phzz.click - mobile-first frame stylesheet
   Every custom class, variable and hook uses the "shellc6ef6-"
   prefix so the design stays namespaced on the canvas.
   Palette: #9370DB | #BA55D3 | #FFB74D | #CC99FF | #1E1E1E
   ============================================================ */

:root {
    --shellc6ef6-grape: #9370DB;
    --shellc6ef6-orchid: #BA55D3;
    --shellc6ef6-amber: #FFB74D;
    --shellc6ef6-mauve: #CC99FF;
    --shellc6ef6-ink: #1E1E1E;

    --shellc6ef6-bg: #15101f;
    --shellc6ef6-bg-soft: #1d1630;
    --shellc6ef6-panel: #251c3d;
    --shellc6ef6-panel-2: #2c2148;
    --shellc6ef6-line: rgba(204, 153, 255, 0.16);
    --shellc6ef6-line-strong: rgba(204, 153, 255, 0.34);

    --shellc6ef6-text: #f4ecff;
    --shellc6ef6-text-dim: #c8b6e8;
    --shellc6ef6-text-muted: #9b88bf;

    --shellc6ef6-grad-brand: linear-gradient(135deg, #9370DB 0%, #BA55D3 55%, #CC99FF 100%);
    --shellc6ef6-grad-warm: linear-gradient(135deg, #FFB74D 0%, #BA55D3 100%);
    --shellc6ef6-grad-ink: linear-gradient(180deg, #1d1630 0%, #15101f 100%);

    --shellc6ef6-radius-s: 10px;
    --shellc6ef6-radius-m: 16px;
    --shellc6ef6-radius-l: 22px;

    --shellc6ef6-shadow-card: 0 8px 22px rgba(0, 0, 0, 0.38);
    --shellc6ef6-shadow-float: 0 12px 30px rgba(120, 60, 200, 0.34);

    --shellc6ef6-header-h: 58px;
    --shellc6ef6-bottom-h: 70px;
    --shellc6ef6-safe-bottom: 18px;

    --shellc6ef6-tap: 44px;
    --shellc6ef6-maxw: 430px;
}

* { box-sizing: border-box; }

html, body {
    margin: 0;
    padding: 0;
    background: var(--shellc6ef6-bg);
    color: var(--shellc6ef6-text);
    font-family: "Segoe UI", "Helvetica Neue", Roboto, Arial, system-ui, sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1.55;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: var(--shellc6ef6-mauve); text-decoration: none; }
a:hover, a:focus { color: var(--shellc6ef6-amber); }
button { font-family: inherit; }

/* ---------- Phone canvas + frame ---------- */
.shellc6ef6-canvas {
    width: 100%;
    max-width: var(--shellc6ef6-maxw);
    margin: 0 auto;
    min-height: 100vh;
    background: var(--shellc6ef6-bg);
    position: relative;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
    padding-bottom: calc(var(--shellc6ef6-bottom-h) + var(--shellc6ef6-safe-bottom) + 14px);
}

.shellc6ef6-skip {
    position: absolute;
    left: -9999px;
    top: 0;
    background: var(--shellc6ef6-amber);
    color: #1a1030;
    padding: 8px 14px;
    border-radius: 0 0 10px 0;
    z-index: 200;
}
.shellc6ef6-skip:focus { left: 0; }

/* ---------- Header (tab-style top bar) ---------- */
.shellc6ef6-header {
    position: sticky;
    top: 0;
    z-index: 90;
    height: var(--shellc6ef6-header-h);
    background: linear-gradient(180deg, rgba(33, 24, 56, 0.96), rgba(21, 16, 31, 0.96));
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--shellc6ef6-line);
}

.shellc6ef6-header-row {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
}

.shellc6ef6-brand {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
}
.shellc6ef6-brand-logo {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    object-fit: cover;
    border: 1.5px solid var(--shellc6ef6-line-strong);
    box-shadow: 0 0 0 3px rgba(147, 112, 219, 0.18);
    flex-shrink: 0;
}
.shellc6ef6-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
    min-width: 0;
}
.shellc6ef6-brand-name {
    font-weight: 800;
    font-size: 19px;
    letter-spacing: 0.4px;
    background: var(--shellc6ef6-grad-brand);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.shellc6ef6-brand-tag {
    font-size: 10px;
    color: var(--shellc6ef6-text-muted);
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.shellc6ef6-header-actions {
    display: flex;
    align-items: center;
    gap: 7px;
}

.shellc6ef6-btn {
    border: 0;
    cursor: pointer;
    font-weight: 700;
    border-radius: 999px;
    min-height: var(--shellc6ef6-tap);
    padding: 0 16px;
    font-size: 13.5px;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.shellc6ef6-btn:active { transform: scale(0.96); }

.shellc6ef6-btn--ghost {
    background: rgba(204, 153, 255, 0.12);
    color: var(--shellc6ef6-text);
    border: 1px solid var(--shellc6ef6-line-strong);
}
.shellc6ef6-btn--brand {
    background: var(--shellc6ef6-grad-brand);
    color: #fff;
    box-shadow: 0 6px 16px rgba(186, 85, 211, 0.42);
}
.shellc6ef6-btn--warm {
    background: var(--shellc6ef6-grad-warm);
    color: #1a1030;
    box-shadow: 0 6px 16px rgba(255, 183, 77, 0.36);
}
.shellc6ef6-btn--block {
    width: 100%;
}

.shellc6ef6-iconbtn {
    border: 1px solid var(--shellc6ef6-line-strong);
    background: rgba(204, 153, 255, 0.1);
    color: var(--shellc6ef6-text);
    width: var(--shellc6ef6-tap);
    height: var(--shellc6ef6-tap);
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.shellc6ef6-iconbtn svg { width: 22px; height: 22px; }

/* ---------- Expandable menu drawer ---------- */
.shellc6ef6-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(8, 5, 16, 0.6);
    backdrop-filter: blur(2px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 80;
}
.shellc6ef6-backdrop.shellc6ef6-backdrop--show {
    opacity: 1;
    pointer-events: auto;
}

.shellc6ef6-menu {
    position: fixed;
    top: var(--shellc6ef6-header-h);
    left: 0;
    right: 0;
    z-index: 95;
    background: var(--shellc6ef6-grad-ink);
    border-bottom: 1px solid var(--shellc6ef6-line-strong);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.32s ease;
}
.shellc6ef6-menu--open { max-height: 540px; }

.shellc6ef6-menu-inner {
    padding: 10px 12px 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    max-width: var(--shellc6ef6-maxw);
    margin: 0 auto;
}
.shellc6ef6-menu-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 12px;
    min-height: var(--shellc6ef6-tap);
    background: var(--shellc6ef6-panel);
    border: 1px solid var(--shellc6ef6-line);
    border-radius: var(--shellc6ef6-radius-s);
    color: var(--shellc6ef6-text);
    font-weight: 600;
    font-size: 13.5px;
}
.shellc6ef6-menu-link:hover { color: var(--shellc6ef6-text); background: var(--shellc6ef6-panel-2); }
.shellc6ef6-menu-link .shellc6ef6-menu-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--shellc6ef6-grape);
    flex-shrink: 0;
}
.shellc6ef6-menu-link.shellc6ef6-active {
    border-color: var(--shellc6ef6-amber);
    background: rgba(255, 183, 77, 0.12);
}
.shellc6ef6-menu-link.shellc6ef6-active .shellc6ef6-menu-dot { background: var(--shellc6ef6-amber); }

/* ---------- Main / sections ---------- */
.shellc6ef6-main { padding: 0; }

.shellc6ef6-section {
    padding: 22px 14px 6px;
}
.shellc6ef6-section--tight { padding: 14px 14px 4px; }

.shellc6ef6-section-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 12px;
}
.shellc6ef6-section-head::before {
    content: "";
    position: absolute;
    left: 0; top: 4px; bottom: 4px;
    width: 4px;
    border-radius: 4px;
    background: var(--shellc6ef6-grad-warm);
}
.shellc6ef6-section-title {
    font-size: 17px;
    font-weight: 800;
    margin: 0;
    color: var(--shellc6ef6-text);
    letter-spacing: 0.2px;
}
.shellc6ef6-section-sub {
    font-size: 11.5px;
    color: var(--shellc6ef6-text-muted);
    margin-top: 2px;
}
.shellc6ef6-section-link {
    font-size: 11.5px;
    color: var(--shellc6ef6-mauve);
    white-space: nowrap;
}

.shellc6ef6-reveal {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.shellc6ef6-reveal--on {
    opacity: 1;
    transform: none;
}

/* ---------- Hero / carousel ---------- */
.shellc6ef6-hero {
    margin: 12px 12px 4px;
    border-radius: var(--shellc6ef6-radius-l);
    overflow: hidden;
    position: relative;
    box-shadow: var(--shellc6ef6-shadow-card);
}
.shellc6ef6-carousel { position: relative; }
.shellc6ef6-viewport {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #0c0818;
}
.shellc6ef6-track {
    position: absolute; inset: 0;
}
.shellc6ef6-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(1.03);
    transition: opacity 0.55s ease, transform 0.55s ease;
}
.shellc6ef6-slide--active { opacity: 1; transform: scale(1); }
.shellc6ef6-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shellc6ef6-slide-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(13, 9, 25, 0) 35%, rgba(13, 9, 25, 0.85) 100%);
}
.shellc6ef6-slide-cap {
    position: absolute;
    left: 12px; right: 12px; bottom: 10px;
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
    line-height: 1.25;
}
.shellc6ef6-slide-cap small {
    display: block;
    font-weight: 600;
    font-size: 11px;
    color: var(--shellc6ef6-mauve);
    margin-bottom: 2px;
    letter-spacing: 0.5px;
}

.shellc6ef6-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px; height: 34px;
    border-radius: 50%;
    background: rgba(13, 9, 25, 0.55);
    border: 1px solid var(--shellc6ef6-line-strong);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    z-index: 4;
}
.shellc6ef6-arrow svg { width: 16px; height: 16px; }
.shellc6ef6-prev { left: 8px; }
.shellc6ef6-next { right: 8px; }

.shellc6ef6-dots {
    position: absolute;
    left: 0; right: 0; bottom: 8px;
    display: flex; justify-content: center; gap: 6px;
    z-index: 4;
}
.shellc6ef6-dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: rgba(244, 236, 255, 0.45);
    border: 0; padding: 0; cursor: pointer;
    transition: width 0.25s ease, background 0.25s ease;
}
.shellc6ef6-dot--active {
    background: var(--shellc6ef6-amber);
    width: 18px; border-radius: 4px;
}

/* Hero CTA strip under the carousel */
.shellc6ef6-cta {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 9px;
    margin: 10px 12px 4px;
}
.shellc6ef6-cta-card {
    border-radius: var(--shellc6ef6-radius-m);
    padding: 13px 13px;
    background: var(--shellc6ef6-panel);
    border: 1px solid var(--shellc6ef6-line);
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 0;
}
.shellc6ef6-cta-title {
    font-size: 13px; font-weight: 800; margin: 0; color: var(--shellc6ef6-text);
}
.shellc6ef6-cta-text { font-size: 11.5px; color: var(--shellc6ef6-text-dim); margin: 0; }
.shellc6ef6-cta-pills { display: flex; gap: 6px; flex-wrap: wrap; }
.shellc6ef6-pill {
    font-size: 10px; font-weight: 700;
    padding: 4px 8px; border-radius: 999px;
    background: rgba(147, 112, 219, 0.18);
    color: var(--shellc6ef6-mauve);
    border: 1px solid var(--shellc6ef6-line);
}

/* ---------- Game grid ---------- */
.shellc6ef6-cat {
    margin-bottom: 8px;
}
.shellc6ef6-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}
.shellc6ef6-game {
    background: var(--shellc6ef6-panel);
    border: 1px solid var(--shellc6ef6-line);
    border-radius: var(--shellc6ef6-radius-m);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.shellc6ef6-game:active { transform: scale(0.96); }
.shellc6ef6-game:hover { border-color: var(--shellc6ef6-line-strong); box-shadow: var(--shellc6ef6-shadow-card); }
.shellc6ef6-game-thumb {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
    background: #0c0818;
    border-bottom: 1px solid var(--shellc6ef6-line);
}
.shellc6ef6-game-name {
    font-size: 10.5px;
    color: var(--shellc6ef6-text-dim);
    text-align: center;
    padding: 5px 4px 6px;
    line-height: 1.2;
    min-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.shellc6ef6-game-badge {
    position: absolute;
    margin: 6px;
    padding: 2px 6px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    border-radius: 6px;
    background: var(--shellc6ef6-grad-warm);
    color: #1a1030;
}
.shellc6ef6-game-wrap { position: relative; }

/* ---------- Info / content blocks ---------- */
.shellc6ef6-card {
    background: var(--shellc6ef6-panel);
    border: 1px solid var(--shellc6ef6-line);
    border-radius: var(--shellc6ef6-radius-m);
    padding: 14px;
    margin-bottom: 10px;
}
.shellc6ef6-card h2 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 800;
    color: var(--shellc6ef6-text);
    line-height: 1.3;
}
.shellc6ef6-card h3 {
    margin: 12px 0 4px;
    font-size: 13.5px;
    color: var(--shellc6ef6-amber);
    font-weight: 700;
}
.shellc6ef6-card p {
    margin: 0 0 8px;
    color: var(--shellc6ef6-text-dim);
    font-size: 13px;
}
.shellc6ef6-card ul {
    margin: 6px 0 4px;
    padding-left: 18px;
    color: var(--shellc6ef6-text-dim);
    font-size: 12.5px;
}
.shellc6ef6-card li { margin-bottom: 4px; }
.shellc6ef6-card a { font-weight: 600; }

.shellc6ef6-lead {
    font-size: 13px;
    color: var(--shellc6ef6-text-dim);
    margin: 0 0 12px;
}
.shellc6ef6-h1 {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 6px;
    line-height: 1.25;
    background: var(--shellc6ef6-grad-brand);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Two-column compact tiles for short modules */
.shellc6ef6-twin {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}
.shellc6ef6-tile {
    background: var(--shellc6ef6-panel);
    border: 1px solid var(--shellc6ef6-line);
    border-radius: var(--shellc6ef6-radius-m);
    padding: 12px;
}
.shellc6ef6-tile h3 {
    margin: 0 0 6px;
    font-size: 13px;
    color: var(--shellc6ef6-amber);
    font-weight: 700;
}
.shellc6ef6-tile p {
    margin: 0;
    font-size: 12px;
    color: var(--shellc6ef6-text-dim);
}

/* FAQ accordion-free Q&A list */
.shellc6ef6-qa { margin-bottom: 8px; }
.shellc6ef6-qa-item {
    background: var(--shellc6ef6-panel);
    border: 1px solid var(--shellc6ef6-line);
    border-radius: var(--shellc6ef6-radius-s);
    padding: 10px 12px;
    margin-bottom: 7px;
}
.shellc6ef6-qa-q {
    font-size: 13px;
    font-weight: 700;
    color: var(--shellc6ef6-mauve);
    margin: 0 0 4px;
}
.shellc6ef6-qa-a {
    font-size: 12.5px;
    color: var(--shellc6ef6-text-dim);
    margin: 0;
}

/* Payment / styles compact rows */
.shellc6ef6-row {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 9px 0;
    border-bottom: 1px dashed var(--shellc6ef6-line);
}
.shellc6ef6-row:last-child { border-bottom: 0; }
.shellc6ef6-row-ico {
    flex-shrink: 0;
    width: 32px; height: 32px;
    border-radius: 8px;
    background: rgba(147, 112, 219, 0.16);
    display: flex; align-items: center; justify-content: center;
    color: var(--shellc6ef6-mauve);
    font-weight: 800; font-size: 12px;
}
.shellc6ef6-row-body h4 { margin: 0 0 2px; font-size: 13px; color: var(--shellc6ef6-text); }
.shellc6ef6-row-body p { margin: 0; font-size: 12px; color: var(--shellc6ef6-text-muted); }

/* Inline promo link styling */
.shellc6ef6-promolink {
    color: var(--shellc6ef6-amber);
    font-weight: 700;
    cursor: pointer;
    border-bottom: 1px dashed rgba(255, 183, 77, 0.55);
    padding-bottom: 1px;
}
.shellc6ef6-promolink:hover { color: #ffd28a; }

/* ---------- Extended footer (two-column directory) ---------- */
.shellc6ef6-extended {
    margin: 14px 12px 4px;
    padding: 14px;
    border-radius: var(--shellc6ef6-radius-l);
    background: var(--shellc6ef6-bg-soft);
    border: 1px solid var(--shellc6ef6-line);
}
.shellc6ef6-ext-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 12px;
}
.shellc6ef6-ext-block h4 {
    margin: 0 0 8px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--shellc6ef6-amber);
}
.shellc6ef6-ext-list {
    list-style: none;
    margin: 0; padding: 0;
    display: flex; flex-direction: column; gap: 6px;
}
.shellc6ef6-ext-list a, .shellc6ef6-ext-list button {
    font-size: 12px;
    color: var(--shellc6ef6-text-dim);
    background: none; border: 0; padding: 0; text-align: left; cursor: pointer;
    display: inline-block;
}
.shellc6ef6-ext-list a:hover, .shellc6ef6-ext-list button:hover { color: var(--shellc6ef6-mauve); }
.shellc6ef6-ext-brand {
    grid-column: 1 / -1;
    border-top: 1px dashed var(--shellc6ef6-line);
    padding-top: 12px;
    font-size: 12px;
    color: var(--shellc6ef6-text-muted);
}
.shellc6ef6-ext-brand strong { color: var(--shellc6ef6-text); font-weight: 800; }
.shellc6ef6-ext-promos {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
}
.shellc6ef6-ext-promo {
    background: var(--shellc6ef6-grad-brand);
    color: #fff;
    border: 0;
    border-radius: var(--shellc6ef6-radius-s);
    padding: 9px 4px;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    min-height: var(--shellc6ef6-tap);
}
.shellc6ef6-ext-disclaimer {
    grid-column: 1 / -1;
    font-size: 10.5px;
    color: var(--shellc6ef6-text-muted);
    line-height: 1.5;
    border-top: 1px dashed var(--shellc6ef6-line);
    padding-top: 10px;
}

/* ---------- Common footer ---------- */
.shellc6ef6-footer {
    padding: 14px 14px calc(var(--shellc6ef6-bottom-h) + var(--shellc6ef6-safe-bottom) + 18px);
    text-align: center;
    color: var(--shellc6ef6-text-muted);
    font-size: 11px;
}
.shellc6ef6-footer-line { margin: 0 0 4px; }
.shellc6ef6-footer-copy { font-weight: 700; color: var(--shellc6ef6-text-dim); }

/* ---------- Bottom navigation (center-raised) ---------- */
.shellc6ef6-bottom {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    max-width: var(--shellc6ef6-maxw);
    height: calc(var(--shellc6ef6-bottom-h) + var(--shellc6ef6-safe-bottom));
    padding-bottom: var(--shellc6ef6-safe-bottom);
    background: linear-gradient(180deg, rgba(33, 24, 56, 0.96), rgba(13, 9, 25, 0.98));
    border-top: 1px solid var(--shellc6ef6-line-strong);
    backdrop-filter: blur(8px);
    z-index: 85;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: flex-end;
}
.shellc6ef6-bottom-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 3px;
    padding-bottom: 8px;
    color: var(--shellc6ef6-text-muted);
    text-decoration: none;
    background: none;
    border: 0;
    cursor: pointer;
    min-height: var(--shellc6ef6-tap);
    transition: color 0.2s ease;
}
.shellc6ef6-bottom-item:hover { color: var(--shellc6ef6-text-dim); }
.shellc6ef6-bottom-ico {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    transition: transform 0.22s ease;
}
.shellc6ef6-bottom-ico svg { width: 22px; height: 22px; }
.shellc6ef6-bottom-label {
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
/* Active state uses underline marker */
.shellc6ef6-bottom-item.shellc6ef6-active { color: var(--shellc6ef6-text); }
.shellc6ef6-bottom-item.shellc6ef6-active .shellc6ef6-bottom-ico { transform: translateY(-1px); }
.shellc6ef6-bottom-item.shellc6ef6-active::after {
    content: "";
    position: absolute;
    bottom: 2px;
    width: 22px;
    height: 3px;
    border-radius: 3px;
    background: var(--shellc6ef6-amber);
}

/* Center raised CTA */
.shellc6ef6-bottom-item--raised {
    transform: translateY(-18px);
    background: var(--shellc6ef6-grad-warm);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    box-shadow: 0 8px 18px rgba(255, 183, 77, 0.42);
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #1a1030;
    border: 3px solid rgba(21, 16, 31, 0.92);
}
.shellc6ef6-bottom-item--raised .shellc6ef6-bottom-ico svg { width: 24px; height: 24px; }
.shellc6ef6-bottom-item--raised .shellc6ef6-bottom-label {
    position: absolute;
    bottom: -20px;
    font-size: 9.5px;
    color: var(--shellc6ef6-text-dim);
    white-space: nowrap;
}
.shellc6ef6-bottom-item--raised:active { transform: translateY(-18px) scale(0.94); }
.shellc6ef6-bottom-item--raised.shellc6ef6-active::after { display: none; }

/* Partner strip */
.shellc6ef6-partners {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    margin-top: 4px;
}
.shellc6ef6-partners img {
    width: 100%;
    height: 30px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 6px;
    padding: 2px;
    opacity: 0.85;
}

/* ---------- Wide-screen guard keeps the phone canvas ---------- */
@media (min-width: 460px) {
    body { background: #080510; }
    .shellc6ef6-canvas {
        border-left: 1px solid var(--shellc6ef6-line);
        border-right: 1px solid var(--shellc6ef6-line);
    }
}

/* 375-430px can breathe to 5 columns where useful */
@media (min-width: 375px) {
    .shellc6ef6-grid { gap: 9px; }
    .shellc6ef6-ext-promos { gap: 8px; }
    .shellc6ef6-h1 { font-size: 24px; }
}

/* Reduced motion respect */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.001ms !important;
        transition-duration: 0.001ms !important;
    }
}
