/* ============================================================================
   Girl page — profile + generation catalog (re-skin to the aistarlets prototype)
   Cover with identity overlay, accent "Chat" action, template grid with
   per-card states. Tokens from aistarlets.css. Class names kept from the
   existing template so the generate / price / gating JS keeps working.
   ============================================================================ */

.gp { width: 100%; }
.gp-shell { width: 100%; }

/* ---------- Cover ------------------------------------------------------- */
.gp-banner {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    max-height: 68vh;
    overflow: hidden;
    background: linear-gradient(158deg,
        oklch(0.56 0.13 320) 0%, oklch(0.38 0.11 346) 54%, oklch(0.22 0.07 346) 100%);
    background-size: cover;
    /* Renders are portrait (600x700) and the face sits in the upper part;
       anchor near the top so a wider-than-render box crops feet, not heads. */
    background-position: 50% 15%;
    isolation: isolate;
}
.gp-banner-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        rgba(11, 9, 16, 0) 42%, rgba(11, 9, 16, .38) 66%, rgba(11, 9, 16, .96) 100%);
    pointer-events: none;
}
.gp-banner-grain { display: none; }

/* glass buttons on the cover */
.gp-back {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 42px;
    padding: 0 14px 0 10px;
    border-radius: 100px;
    background: rgba(6, 8, 10, .5);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
}
.gp-back svg { width: 18px; height: 18px; }

.gp-live {
    position: absolute;
    top: 18px;
    right: 14px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 100px;
    background: rgba(6, 8, 10, .5);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    font-weight: 700;
    font-size: 11px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #dfe9e2;
}
.gp-live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ast-online); }

.gp-banner-foot {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 16px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.gp-avatar-wrap { display: none; } /* identity is shown large over the cover instead */

.gp-identity { display: flex; flex-direction: column; gap: 8px; }
.gp-name {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    font-weight: 800;
    font-size: 34px;
    letter-spacing: -.03em;
    line-height: 1;
    color: #fff;
}
.gp-verified { width: 20px; height: 20px; color: var(--ast-accent-a); flex: none; }
.gp-verified svg { width: 100%; height: 100%; }
.gp-age { font-weight: 700; font-size: 19px; color: var(--ast-accent-a); }

.gp-stats { display: flex; flex-wrap: wrap; gap: 8px; }
.gp-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 11px;
    border-radius: 100px;
    background: rgba(11, 9, 16, .5);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border: 1px solid var(--ast-line);
    font-weight: 700;
    font-size: 11.5px;
    color: #efeaf4;
}
.gp-chip svg { width: 14px; height: 14px; }
.gp-chip--new { color: var(--ast-accent-a); }

.gp-bio {
    margin: 0;
    max-width: 46ch;
    font-size: 13.5px;
    line-height: 1.5;
    color: #e7e1ee;
    text-shadow: 0 1px 12px rgba(0, 0, 0, .6);
}

.gp-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
    max-width: 46ch;
}
.gp-tag {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 100px;
    background: rgba(11, 9, 16, .45);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border: 1px solid var(--ast-line);
    font-size: 11.5px;
    font-weight: 600;
    color: #efeaf4;
    text-decoration: none;
    transition: border-color .15s ease, color .15s ease;
}
.gp-tag:hover {
    border-color: var(--ast-accent-a);
    color: var(--ast-accent-a);
}

.gp-banner-actions { display: flex; flex-direction: column; gap: 10px; }
.gp-chat-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px;
    border: 0;
    border-radius: var(--ast-r-md);
    background: var(--ast-accent);
    color: var(--ast-bg);
    font-family: var(--ast-font);
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 8px 20px -8px var(--ast-accent-a);
    transition: transform .14s ease, filter .2s ease;
}
.gp-chat-btn:active { transform: scale(.975); }
.gp-chat-btn svg { width: 18px; height: 18px; }

/* Gallery opener — frame only: fully transparent inside (the cover shows
   through), framed in the Chat button's own accent gradient. A masked ::before
   draws the gradient ring, since a gradient border-image can't coexist with a
   transparent fill. */
.gp-gallery-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px;              /* same box as .gp-chat-btn — heights must match */
    border: 0;
    border-radius: var(--ast-r-md);
    background: transparent;
    color: #fff;
    font-family: var(--ast-font);
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: transform .14s ease, filter .2s ease;
}
.gp-gallery-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 1.5px;
    border-radius: inherit;
    background: var(--ast-accent);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    pointer-events: none;
}
.gp-gallery-btn[hidden] { display: none; }   /* beats the inline-flex above */
.gp-gallery-btn:hover { filter: brightness(1.15); }
.gp-gallery-btn:active { transform: scale(.975); }
.gp-gallery-btn svg { width: 18px; height: 18px; color: var(--ast-accent-a); }

/* Phones stack them full-width; from tablet up that reads as oversized, so the
   pair sits on one row, each button only as wide as its label. Must come after
   both button blocks — it overrides their width: 100%. */
@media (min-width: 560px) {
    .gp-banner-actions { flex-direction: row; align-items: center; }
    .gp-chat-btn { width: auto; padding: 14px 40px; }
    .gp-gallery-btn { width: auto; padding: 14px 26px; }
}

/* ---------- Content / section head ------------------------------------- */
.gp-content { padding: 20px 18px 8px; }
.gp-section-head { margin-bottom: 14px; }
.gp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-weight: 700;
    font-size: 10.5px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--ast-text-2);
    margin-bottom: 10px;
}
.gp-eyebrow-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--ast-accent-a);
    box-shadow: 0 0 0 3px color-mix(in oklab, var(--ast-accent-a) 26%, transparent);
}
.gp-heading {
    margin: 0 0 6px;
    font-weight: 800;
    font-size: 24px;
    letter-spacing: -.02em;
    line-height: 1.12;
    color: #fff;
}
.gp-subheading { margin: 0; font-size: 13.5px; line-height: 1.5; color: var(--ast-muted); }

/* ---------- Template grid ---------------------------------------------- */
.gp-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 16px 0 12px;
}
@media (min-width: 560px) { .gp-grid { grid-template-columns: repeat(3, 1fr); } }

.gp-card {
    aspect-ratio: 4 / 5;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: var(--ast-surface);
    border: 1px solid var(--ast-line);
    transition: transform .15s ease;
}
.gp-card:active { transform: scale(.99); }
.gp-card--working { pointer-events: none; }

/* custom-request tile — one grid cell, accent-lit, opens the request sheet */
.gp-card--custom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 200px;
    padding: 24px 16px;
    text-align: center;
    cursor: pointer;
    color: inherit;
    font-family: var(--ast-font);
    background:
        radial-gradient(125% 95% at 50% 0%,
            color-mix(in oklab, var(--ast-accent-glow) 48%, var(--ast-surface)) 0%,
            var(--ast-surface) 72%);
    border: 1px solid color-mix(in oklab, var(--ast-accent-a) 30%, var(--ast-line-strong));
}
.gp-custom-tag {
    position: absolute;
    top: 12px; left: 13px;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--ast-muted);
}
.gp-custom-spark {
    width: 56px; height: 56px;
    flex: none;
    border-radius: 16px;
    display: grid;
    place-items: center;
    margin-bottom: 8px;
    background: var(--ast-accent-140);
    box-shadow: 0 12px 26px -10px var(--ast-accent-a);
}
.gp-custom-spark svg { width: 26px; height: 26px; color: var(--ast-bg); }
.gp-custom-title { font-weight: 800; font-size: 16px; letter-spacing: -.01em; color: #fff; }
.gp-custom-sub { margin: 0; font-size: 12.5px; line-height: 1.4; color: var(--ast-muted); }

/* shared textarea (used inside the sheet) */
.gp-custom-input {
    width: 100%;
    min-height: 84px;
    padding: 13px;
    border-radius: var(--ast-r-md);
    border: 1px solid var(--ast-line-strong);
    background: rgba(255, 255, 255, .04);
    color: var(--ast-text);
    font-family: var(--ast-font);
    font-size: 14.5px;
    line-height: 1.45;
    resize: none;
    outline: none;
    margin-bottom: 12px;
}
.gp-custom-input:focus { border-color: color-mix(in oklab, var(--ast-accent-a) 55%, transparent); }

/* ---- custom request bottom sheet -------------------------------------- */
.gp-sheet { position: fixed; inset: 0; z-index: 140; }
.gp-sheet[hidden] { display: none; }
.gp-sheet-scrim {
    position: absolute;
    inset: 0;
    background: rgba(5, 4, 9, .66);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    opacity: 0;
    transition: opacity .26s ease;
}
.gp-sheet.is-open .gp-sheet-scrim { opacity: 1; }
.gp-sheet-panel {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    max-width: 620px;
    margin: 0 auto;
    padding: 12px 20px calc(24px + env(safe-area-inset-bottom, 0px));
    background: var(--ast-surface);
    border: 1px solid var(--ast-line-strong);
    border-bottom: none;
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -26px 64px -30px rgba(0, 0, 0, .85);
    transform: translateY(100%);
    transition: transform .3s cubic-bezier(.22, .61, .36, 1);
}
.gp-sheet.is-open .gp-sheet-panel { transform: translateY(0); }
.gp-sheet-grip {
    display: block;
    width: 44px; height: 5px;
    margin: 0 auto 20px;
    padding: 0;
    border: 0;
    border-radius: 100px;
    background: var(--ast-line-strong);
    cursor: pointer;
}
.gp-sheet-head { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.gp-sheet-head .gp-custom-spark {
    width: 48px; height: 48px;
    border-radius: 14px;
    margin: 0;
}
.gp-sheet-head .gp-custom-spark svg { width: 23px; height: 23px; }
.gp-sheet-title { margin: 0; font-weight: 800; font-size: 24px; letter-spacing: -.02em; color: #fff; }
.gp-sheet-desc { margin: 0 0 16px; font-size: 14.5px; line-height: 1.5; color: var(--ast-text-2); }
.gp-sheet .gp-custom-input { min-height: 118px; margin-bottom: 16px; font-size: 15px; }
.gp-sheet .gp-gen-btn--custom { padding: 15px; font-size: 15px; border-radius: 14px; }
body.gp-sheet-lock { overflow: hidden; }

/* generate buttons + price pill */
.gp-gen-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 11px 12px;
    border: 0;
    border-radius: 12px;
    font-family: var(--ast-font);
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
    color: var(--ast-bg);
    background: var(--ast-accent);
    box-shadow: 0 6px 16px -8px var(--ast-accent-a);
    transition: transform .14s ease, filter .2s ease, opacity .2s ease;
}
.gp-gen-btn:active { transform: scale(.97); }
.gp-gen-btn.is-loading { opacity: .7; pointer-events: none; }
.gp-gen-btn--video {
    color: var(--ast-accent-a);
    background: rgba(255, 255, 255, .04);
    border: 1px solid color-mix(in oklab, var(--ast-accent-a) 45%, transparent);
    box-shadow: none;
}
.gp-gen-btn--custom { width: 100%; }
.gp-price {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px 3px 6px;
    border-radius: 100px;
    font-weight: 800;
    font-size: 12px;
}
.gp-coin { width: 14px; height: 14px; display: block; }

/* category card media */
.gp-card-media {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: linear-gradient(158deg,
        oklch(0.5 0.12 300) 0%, oklch(0.3 0.09 320) 100%);
}
.gp-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gp-card-noimg {
    width: 100%; height: 100%;
    display: grid;
    place-items: center;
    font-size: 34px;
    opacity: .5;
}
.gp-card-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 9, 16, 0) 45%, rgba(11, 9, 16, .82) 100%);
    pointer-events: none;
}
.gp-card-kind {
    position: absolute;
    top: 9px;
    right: 9px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    border-radius: 100px;
    background: rgba(11, 9, 16, .55);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    font-weight: 700;
    font-size: 9px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #dfe9e2;
}
.gp-card-kind svg { width: 11px; height: 11px; }
.gp-card-label {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-weight: 700;
    font-size: 12.5px;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .6);
}
.gp-card-owned {
    position: absolute;
    top: 9px;
    left: 9px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    border-radius: 100px;
    background: rgba(11, 9, 16, .55);
    font-weight: 800;
    font-size: 9px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--ast-online);
}

.gp-card-actions {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 10px;
}
.gp-card-done {
    padding: 9px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: var(--ast-faint);
}
.gp-card--exhausted { opacity: .82; }

/* ======================================================================
   Generate tile — tap → animate → reveal (idle · loading · photo · video)
   ====================================================================== */
.gp-tcard {
    display: flex;
    flex-direction: column;
    min-height: 210px;
    cursor: pointer;
    background: linear-gradient(158deg,
        color-mix(in oklab, var(--ast-accent-glow) 30%, var(--ast-surface)) 0%,
        var(--ast-surface) 82%);
}
.gp-tcard[data-state="idle"]:active { transform: scale(.99); }

.gp-tcard-stage {
    position: relative;
    flex: 1;
    display: grid;
    place-items: center;
    min-height: 150px;
    padding: 18px;
    overflow: hidden;
}
.gp-tcard-tag {
    position: absolute;
    top: 12px; left: 13px;
    z-index: 3;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #efeaf4;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .7);
}

/* idle */
.gp-tcard-idle { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.gp-tcard-icon {
    width: 60px; height: 60px;
    display: grid; place-items: center;
    border-radius: 16px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid var(--ast-line-strong);
    color: var(--ast-text-2);
}
.gp-tcard-icon svg { width: 28px; height: 28px; }
/* request-template teaser shown behind the "Tap to generate" prompt */
.gp-tcard-teaser {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    z-index: 0;
}
.gp-tcard-teaser-shade {
    position: absolute; inset: 0;
    z-index: 1;
    background: linear-gradient(180deg,
        rgba(11, 9, 16, .22) 0%, rgba(11, 9, 16, .34) 46%, rgba(11, 9, 16, .8) 100%);
}
.gp-tcard-cta { position: relative; z-index: 2; font-weight: 700; font-size: 14px; color: #fff; text-shadow: 0 2px 10px rgba(0, 0, 0, .6); }

/* loading */
.gp-tcard-loading { display: none; flex-direction: column; align-items: center; gap: 16px; }
.gp-spinner {
    width: 42px; height: 42px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, .14);
    border-top-color: var(--ast-accent-a);
    border-right-color: var(--ast-accent-b);
    animation: gp-spin .8s linear infinite;
}
@keyframes gp-spin { to { transform: rotate(360deg); } }
.gp-tcard-loading-label {
    font-weight: 600; font-size: 13.5px; color: var(--ast-text-2);
    animation: gp-pulse 1.4s ease-in-out infinite;
}
@keyframes gp-pulse { 0%, 100% { opacity: .55; } 50% { opacity: 1; } }

/* result media */
.gp-tcard-media { display: none; position: absolute; inset: 0; }
.gp-tcard-photo { width: 100%; height: 100%; object-fit: cover; display: block; animation: gp-reveal .5s ease both; }

/* age-gated delivery: the card shows the blurred stand-in it was sent */
.gp-tcard.is-verify-gated .gp-tcard-photo { filter: blur(8px) saturate(.75); transform: scale(1.06); }
.gp-tcard-verify {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    place-items: center;
    gap: 6px;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background: rgba(11, 9, 16, .78);
}

@keyframes gp-reveal { from { opacity: 0; transform: scale(1.04); } to { opacity: 1; transform: none; } }
.gp-tcard-play {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%)!important;
    width: 62px; height: 62px;
    border: 0;
    border-radius: 50%;
    display: grid; place-items: center;
    background: rgba(255, 255, 255, .92);
    color: #16121e;
    cursor: pointer;
    box-shadow: 0 10px 30px -8px rgba(0, 0, 0, .6);
    animation: gp-reveal .4s ease both;
}
.gp-tcard-play svg { width: 26px; height: 26px; margin-left: 3px; }

/* delivered badge */
.gp-tcard-badge {
    position: absolute;
    top: 10px; right: 10px;
    z-index: 3;
    display: inline-flex; align-items: center; gap: 5px;
    padding: 4px 9px 4px 7px;
    border-radius: 100px;
    background: color-mix(in oklab, var(--ast-online) 22%, rgba(11, 9, 16, .6));
    border: 1px solid color-mix(in oklab, var(--ast-online) 45%, transparent);
    font-weight: 800; font-size: 9px; letter-spacing: .06em; text-transform: uppercase;
    color: var(--ast-online);
}
.gp-tcard-badge svg { width: 11px; height: 11px; }

/* idle footer: steps + price (price is mandatory) */
.gp-tcard-foot {
    display: flex; align-items: center; justify-content: space-between; gap: 8px;
    padding: 11px 12px;
    border-top: 1px solid var(--ast-line);
}
.gp-tcard-steps { display: inline-flex; align-items: center; gap: 7px; }
.gp-step {
    display: inline-flex; align-items: center; gap: 4px;
    font-weight: 700; font-size: 10px; letter-spacing: .08em; text-transform: uppercase;
    color: var(--ast-faint);
}
.gp-step.is-active { color: var(--ast-accent-a); }
.gp-step svg { width: 12px; height: 12px; }
.gp-step-dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.gp-step-sep { color: var(--ast-faint); font-size: 12px; }
.gp-tcard-price { color: var(--ast-text); }

/* generate-video button (photo done, video available) */
.gp-tcard-vbtn { margin: 10px; width: calc(100% - 20px); }
.gp-tcard-vbtn svg { width: 18px; height: 18px; flex: none; }

/* photo | video toggle (both delivered) — floats over the media */
.gp-tcard-toggle {
    position: absolute;
    left: 10px; right: 10px; bottom: 10px;
    z-index: 4;
    display: flex; gap: 6px;
    padding: 4px;
    border-radius: 100px;
    background: rgba(11, 9, 16, .42);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .14);
}
.gp-tcard-tab {
    flex: 1;
    display: inline-flex; align-items: center; justify-content: center; gap: 6px;
    padding: 9px;
    border: 0;
    border-radius: 100px;
    background: transparent;
    color: var(--ast-text-2);
    font-family: var(--ast-font);
    font-weight: 700; font-size: 12.5px;
    cursor: pointer;
    transition: background .18s ease, color .18s ease;
}
.gp-tcard-tab svg { width: 15px; height: 15px; }
.gp-tcard-tab.is-active { background: var(--ast-accent); color: var(--ast-bg); }

/* state visibility */
/* JS toggles the `hidden` attribute on badge/media/vbtn/toggle/play; author
   display rules above would otherwise defeat it, so force it to win. */
.gp-tcard [hidden] { display: none !important; }
.gp-tcard:not([data-state="idle"]) .gp-tcard-idle,
.gp-tcard:not([data-state="idle"]) .gp-tcard-foot { display: none; }
.gp-tcard[data-state="loading"] .gp-tcard-loading { display: flex; }
.gp-tcard[data-state="photo"] .gp-tcard-media,
.gp-tcard[data-state="video"] .gp-tcard-media { display: block; }

/* empty catalog ---------------------------------------------------------- */
.gp-grid--empty { grid-template-columns: 1fr; }
.gp-coming {
    grid-column: 1 / -1;
    text-align: center;
    padding: 34px 22px;
    border: 1.5px dashed var(--ast-line-strong);
    border-radius: 20px;
    background: var(--ast-surface-soft);
}
.gp-coming-icon {
    width: 52px; height: 52px;
    margin: 0 auto 14px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    background: var(--ast-surface-soft);
    border: 1px solid var(--ast-line-strong);
    color: var(--ast-muted);
}
.gp-coming-icon svg { width: 24px; height: 24px; }
.gp-coming-title { margin: 0 0 6px; font-weight: 800; font-size: 16px; color: #fff; }
.gp-coming-sub { margin: 0 auto; max-width: 32ch; font-size: 13px; line-height: 1.5; color: var(--ast-muted); }

/* toast ------------------------------------------------------------------ */
.gp-toast {
    position: fixed;
    left: 50%;
    bottom: calc(var(--ast-tabbar-h) + 20px + env(safe-area-inset-bottom, 0px));
    transform: translateX(-50%) translateY(10px);
    z-index: 200;
    max-width: calc(var(--ast-shell) - 40px);
    padding: 12px 18px;
    border-radius: 14px;
    background: rgba(20, 16, 28, .96);
    border: 1px solid var(--ast-line-strong);
    color: var(--ast-text);
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.4;
    box-shadow: 0 18px 40px -16px rgba(0, 0, 0, .8);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease, transform .25s ease;
}
.gp-toast[hidden] { display: none; }
.gp-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ---------- Desktop (cover + catalog, two columns) ---------------------- */
@media (min-width: 1024px) {
    .gp-shell {
        display: grid;
        gap: 36px;
        align-items: start;
        padding-top: 12px;
    }
    .gp-banner {
        border-radius: 24px;
        position: sticky;
        top: 20px;
    }
    .gp-content { padding: 0; }
    .gp-heading { font-size: 28px; }
    .gp-grid { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); padding-top: 18px; }
}
