body.claim-body {
    min-height: 100vh;
    background:
        radial-gradient(circle at 50% 8%, rgba(102, 164, 255, .22), transparent 34%),
        linear-gradient(135deg, #1768f2 0%, #12a990 48%, #f39a32 100%);
}

.claim-hero {
    min-height: 100vh;
    padding: 20px 0 40px;
    color: #fff;
    background:
        linear-gradient(135deg, #1768f2 0%, #12a990 48%, #f39a32 100%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, .12) 0 1px, transparent 1px 18px);
}

.activity-poster {
    position: relative;
    overflow: hidden;
    aspect-ratio: 9 / 16;
    max-width: 520px;
    margin-top: 24px;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: var(--radius);
    background:
        radial-gradient(circle at 50% 82%, rgba(255, 255, 255, .32), transparent 28%),
        linear-gradient(160deg, #1659f5, #8c5cf5 58%, #f0a14a);
    box-shadow: 0 26px 70px rgba(8, 29, 82, .36);
}

.activity-poster img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.poster-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(7, 24, 96, .56) 0%, rgba(12, 40, 116, .12) 32%, transparent 52%, rgba(8, 20, 72, .62) 100%),
        radial-gradient(circle at 50% 7%, rgba(255, 255, 255, .24), transparent 28%);
    pointer-events: none;
}

.poster-copy {
    position: absolute;
    inset: 22px 20px auto;
    display: grid;
    justify-items: center;
    gap: 10px;
    text-align: center;
}

.poster-copy span {
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, .14);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    backdrop-filter: blur(10px);
}

.poster-copy h1 {
    margin: 2px 0 0;
    color: transparent;
    font-size: 46px;
    font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif;
    font-weight: 1000;
    line-height: 1.02;
    letter-spacing: 0;
    transform: skewX(-4deg);
    background: linear-gradient(180deg, rgba(255, 255, 255, .92) 0%, rgba(143, 224, 255, .34) 48%, rgba(255, 255, 255, .08) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1.25px rgba(255, 255, 255, .9);
    paint-order: stroke fill;
    filter: drop-shadow(0 0 16px rgba(86, 206, 255, .44));
    text-shadow:
        0 0 10px rgba(125, 219, 255, .72),
        0 5px 0 rgba(31, 68, 165, .58),
        0 16px 34px rgba(0, 0, 0, .28);
}

.poster-copy strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 13px 4px;
    color: rgba(255, 246, 203, .86);
    font-size: 19px;
    font-weight: 1000;
    line-height: 1.35;
    border: 1px solid rgba(255, 241, 178, .34);
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 255, 255, .04), rgba(255, 223, 114, .16), rgba(255, 255, 255, .04));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 10px 24px rgba(23, 47, 143, .22);
    -webkit-text-fill-color: rgba(255, 244, 194, .82);
    -webkit-text-stroke: .35px rgba(255, 255, 255, .36);
    text-shadow:
        0 0 10px rgba(255, 229, 128, .42),
        0 8px 24px rgba(0, 0, 0, .24);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.desktop-showcase {
    display: none;
}

.claim-ticker {
    position: absolute;
    left: 26px;
    right: 26px;
    top: 33%;
    z-index: 2;
    height: 108px;
    color: #fff;
    overflow: hidden;
    pointer-events: none;
    mask-image: linear-gradient(90deg, transparent 0, #000 14%, #000 86%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 14%, #000 86%, transparent 100%);
}

.ticker-title {
    width: max-content;
    margin: 0 auto 8px;
    padding: 6px 12px;
    border: 1px solid rgba(255, 238, 170, .42);
    border-radius: 999px;
    background: rgba(255, 211, 90, .14);
    color: #fff3bc;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 10px 22px rgba(4, 12, 56, .18), inset 0 1px 0 rgba(255, 255, 255, .22);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.ticker-stream {
    position: relative;
    height: 74px;
}

.ticker-item {
    position: absolute;
    top: var(--y, 12px);
    left: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(16, 37, 112, .48), rgba(103, 84, 192, .26));
    color: rgba(255, 255, 255, .92);
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
    box-shadow: 0 12px 24px rgba(4, 12, 56, .18), inset 0 1px 0 rgba(255, 255, 255, .18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    animation: tickerFloat var(--duration, 10s) linear infinite;
    animation-delay: var(--delay, 0s);
}

.ticker-item::before {
    content: "";
    width: 7px;
    height: 7px;
    margin-right: 7px;
    border-radius: 50%;
    background: #ffd967;
    box-shadow: 0 0 12px rgba(255, 217, 103, .74);
}

@keyframes tickerFloat {
    0% {
        opacity: 0;
        transform: translateX(16px) scale(.94);
    }
    10%,
    84% {
        opacity: .96;
    }
    100% {
        opacity: 0;
        transform: translateX(calc(-100vw - 180px)) scale(1);
    }
}

.claim-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.claim-nav-actions {
    display: flex;
    gap: 10px;
}

.claim-nav-actions a {
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    border: 1px solid rgba(255, 255, 255, .32);
    padding: 12px 18px;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, .1);
}

.claim-layout {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.claim-panel {
    margin: 0 auto;
    color: var(--ink);
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(255, 255, 255, .66);
    border-radius: var(--radius);
    box-shadow: 0 22px 54px rgba(10, 22, 78, .32);
    padding: 18px;
    backdrop-filter: blur(18px);
    max-height: 48vh;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.panel-title {
    margin-bottom: 18px;
}

.panel-title span {
    display: inline-block;
    padding: 7px 10px;
    border-radius: var(--radius-sm);
    color: #0b63ce;
    background: #e8f1ff;
    font-size: 13px;
    font-weight: 900;
}

.panel-title h2 {
    margin: 12px 0 6px;
    font-size: 28px;
    line-height: 1.2;
}

.panel-title p {
    margin: 0;
    color: #64748b;
    font-weight: 800;
}

.claim-stepper {
    margin-bottom: 18px;
}

.claim-primary {
    margin-top: 2px;
}

.claim-result {
    display: none;
    margin-top: 16px;
    padding: 16px;
    border-radius: var(--radius);
    border: 1px solid #bbf7d0;
    background: #ecfdf5;
    color: #065f46;
    font-weight: 800;
    line-height: 1.7;
}

.claim-result.show {
    display: block;
}

.claim-flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
    margin-bottom: 54px;
}

.claim-flow .flow-item {
    background: #fff;
    box-shadow: var(--soft-shadow);
}

.claim-empty {
    width: min(560px, calc(100% - 32px));
    margin: 90px auto;
    padding: 30px;
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--soft-shadow);
}

.claim-empty h1 {
    margin: 0 0 12px;
}

.claim-empty p {
    margin: 0 0 22px;
    color: #64748b;
}

@media (max-width: 900px) {
    .claim-hero {
        min-height: 100vh;
        padding-bottom: 28px;
    }

    .activity-poster {
        width: min(430px, calc(100vw - 28px));
        margin-top: 18px;
    }

    .claim-layout {
        left: 14px;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
    }

    .claim-panel {
        padding: 16px;
    }

    .claim-flow {
        grid-template-columns: 1fr;
        margin-top: 18px;
    }
}

@media (min-width: 641px) {
    body.claim-body {
        background:
            linear-gradient(120deg, #071426 0%, #112a54 44%, #0d887e 100%);
    }

    .claim-hero {
        min-height: 100vh;
        padding: 20px 0 54px;
        background:
            linear-gradient(120deg, rgba(7, 20, 38, .96) 0%, rgba(17, 42, 84, .94) 44%, rgba(13, 136, 126, .9) 100%),
            repeating-linear-gradient(120deg, rgba(255, 255, 255, .06) 0 1px, transparent 1px 26px);
    }

    .claim-nav {
        min-height: 58px;
    }

    .claim-nav .brand-logo {
        width: 190px;
        filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .22));
    }

    .claim-nav-actions a {
        display: inline-flex;
        align-items: center;
        min-height: 44px;
        padding: 0 18px;
        border-radius: 999px;
        background: rgba(255, 255, 255, .12);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 14px 28px rgba(3, 12, 34, .16);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }

    .activity-poster {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(390px, 460px);
        grid-template-rows: minmax(330px, 1fr) auto;
        grid-template-areas:
            "showcase panel"
            "ticker panel";
        align-items: center;
        gap: 34px 46px;
        width: min(1180px, calc(100% - 42px));
        max-width: none;
        min-height: min(680px, calc(100vh - 126px));
        aspect-ratio: auto;
        margin: 28px auto 0;
        padding: 44px;
        border-radius: 30px;
        border: 1px solid rgba(255, 255, 255, .22);
        background:
            linear-gradient(135deg, rgba(13, 39, 90, .88), rgba(20, 87, 127, .74) 54%, rgba(15, 126, 116, .72)),
            linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .03));
        box-shadow: 0 32px 90px rgba(2, 10, 34, .34), inset 0 1px 0 rgba(255, 255, 255, .18);
    }

    .activity-poster::before,
    .activity-poster::after {
        content: "";
        position: absolute;
        pointer-events: none;
    }

    .activity-poster::before {
        inset: 0;
        background:
            linear-gradient(118deg, rgba(255, 255, 255, .12) 0%, rgba(255, 255, 255, 0) 32%),
            linear-gradient(66deg, transparent 0 58%, rgba(255, 210, 86, .12) 58% 60%, transparent 60%),
            linear-gradient(90deg, rgba(125, 219, 255, .1), transparent 48%);
    }

    .activity-poster::after {
        top: 8%;
        right: -9%;
        width: 38%;
        height: 86%;
        border-left: 1px solid rgba(255, 255, 255, .14);
        background:
            linear-gradient(180deg, rgba(255, 255, 255, .1), transparent 52%, rgba(255, 209, 90, .08));
        transform: skewX(-10deg);
    }

    .activity-poster img {
        display: none;
    }

    .poster-shade {
        z-index: 0;
        background:
            linear-gradient(180deg, rgba(5, 15, 40, .28), transparent 44%, rgba(5, 15, 40, .26)),
            linear-gradient(90deg, rgba(255, 255, 255, .08), transparent 42%);
    }

    .poster-copy {
        display: none;
    }

    .desktop-showcase {
        position: relative;
        z-index: 2;
        grid-area: showcase;
        display: grid;
        align-self: center;
        justify-items: start;
        gap: 18px;
        max-width: 660px;
        color: #fff;
    }

    .desktop-eyebrow {
        display: inline-flex;
        align-items: center;
        min-height: 34px;
        padding: 0 14px;
        border: 1px solid rgba(255, 255, 255, .26);
        border-radius: 999px;
        background: rgba(255, 255, 255, .12);
        color: #fff4c2;
        font-size: 14px;
        font-weight: 900;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .desktop-title {
        color: transparent;
        font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif;
        font-size: clamp(76px, 8vw, 112px);
        font-weight: 1000;
        line-height: .92;
        letter-spacing: 0;
        transform: skewX(-5deg);
        background: linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(139, 226, 255, .42) 52%, rgba(255, 255, 255, .12) 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1.5px rgba(255, 255, 255, .9);
        filter: drop-shadow(0 0 22px rgba(86, 206, 255, .44));
        text-shadow:
            0 0 18px rgba(125, 219, 255, .7),
            0 8px 0 rgba(31, 68, 165, .46),
            0 24px 44px rgba(0, 0, 0, .28);
    }

    .desktop-subtitle {
        display: inline-flex;
        align-items: center;
        min-height: 42px;
        padding: 0 18px;
        border: 1px solid rgba(255, 241, 178, .34);
        border-radius: 999px;
        background: linear-gradient(90deg, rgba(255, 255, 255, .05), rgba(255, 223, 114, .18), rgba(255, 255, 255, .05));
        color: rgba(255, 244, 194, .9);
        font-size: 22px;
        font-weight: 1000;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 12px 28px rgba(3, 12, 34, .18);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .desktop-highlights {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 4px;
    }

    .desktop-highlights span {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        min-height: 38px;
        padding: 0 13px 0 10px;
        border: 1px solid rgba(255, 255, 255, .2);
        border-radius: 999px;
        background: rgba(255, 255, 255, .1);
        color: rgba(255, 255, 255, .9);
        font-size: 14px;
        font-weight: 900;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .desktop-highlights b {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: #ffd35a;
        color: #613500;
        font-size: 13px;
    }

    .poster-copy span {
        border-radius: 999px;
        background: rgba(255, 255, 255, .13);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
    }

    .poster-copy h1 {
        font-size: clamp(58px, 7vw, 88px);
        line-height: .96;
        text-shadow:
            0 0 18px rgba(125, 219, 255, .72),
            0 7px 0 rgba(31, 68, 165, .46),
            0 22px 42px rgba(0, 0, 0, .28);
    }

    .poster-copy strong {
        font-size: 22px;
        padding: 5px 16px 6px;
    }

    .claim-ticker {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        z-index: 2;
        grid-area: ticker;
        width: min(620px, 100%);
        height: 116px;
    }

    .ticker-title {
        margin: 0 0 10px;
    }

    .ticker-stream {
        height: 78px;
    }

    .ticker-item {
        background: linear-gradient(90deg, rgba(13, 36, 92, .62), rgba(74, 88, 190, .28));
    }

    .claim-layout {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        z-index: 3;
        grid-area: panel;
        width: 100%;
        transform: none;
    }

    .claim-panel {
        width: 100%;
        max-width: none;
        max-height: min(620px, calc(100vh - 160px));
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-width: thin;
        scrollbar-color: rgba(37, 99, 235, .34) transparent;
        padding: 28px;
        border-radius: 26px;
        background: rgba(255, 255, 255, .96);
        border: 1px solid rgba(255, 255, 255, .68);
        box-shadow: 0 28px 70px rgba(4, 12, 42, .34), inset 0 1px 0 rgba(255, 255, 255, .9);
    }

    .claim-panel::-webkit-scrollbar {
        width: 8px;
    }

    .claim-panel::-webkit-scrollbar-track {
        background: transparent;
    }

    .claim-panel::-webkit-scrollbar-thumb {
        border: 2px solid transparent;
        border-radius: 999px;
        background: rgba(37, 99, 235, .34);
        background-clip: padding-box;
    }

    .panel-title {
        margin-bottom: 20px;
    }

    .panel-title h2 {
        font-size: 34px;
        letter-spacing: 0;
    }

    .claim-stepper {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    .status-card {
        border: 1px solid #dfe8f4;
        background: linear-gradient(135deg, #f8fbff, #eef5ff);
        box-shadow: none;
    }

    .input-shell {
        min-height: 54px;
        border-radius: 16px;
    }

    .input-shell input {
        height: 52px;
    }

    .claim-primary {
        min-height: 54px;
        border-radius: 16px;
        background: linear-gradient(135deg, #1d5ded, #2563eb 58%, #0ea5e9);
        box-shadow: 0 18px 32px rgba(37, 99, 235, .28);
    }
}

@media (max-width: 640px) {
    .claim-hero {
        min-height: 100dvh;
        padding: 0;
        overflow: hidden;
        background: #06195b;
    }

    .claim-nav {
        position: fixed;
        z-index: 20;
        top: 12px;
        left: 12px;
        right: 12px;
        align-items: center;
        width: auto;
        pointer-events: none;
    }

    .claim-nav .brand {
        display: none;
    }

    .claim-nav .brand-logo {
        width: 126px;
        filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .28));
    }

    .claim-nav-actions {
        gap: 7px;
        pointer-events: auto;
        margin-left: auto;
    }

    .claim-nav-actions a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 32px;
        padding: 0 11px;
        border-radius: 999px;
        border-color: rgba(255, 255, 255, .34);
        font-size: 12px;
        line-height: 1;
        background: rgba(7, 23, 72, .32);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 10px 20px rgba(4, 14, 56, .16);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
    }

    .activity-poster {
        width: 100vw;
        max-width: none;
        height: 100dvh;
        min-height: 680px;
        margin-top: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .activity-poster img {
        object-position: center center;
    }

    .poster-shade {
        background:
            linear-gradient(180deg, rgba(6, 18, 72, .62) 0%, rgba(10, 36, 116, .16) 30%, rgba(13, 27, 80, .04) 54%, rgba(6, 13, 50, .76) 100%),
            linear-gradient(90deg, rgba(6, 16, 64, .32) 0%, transparent 24%, transparent 76%, rgba(6, 16, 64, .28) 100%);
    }

    .poster-copy {
        inset: clamp(76px, 10dvh, 94px) 18px auto;
        gap: 7px;
    }

    .poster-copy span {
        padding: 7px 11px;
        border-radius: 999px;
        background: rgba(255, 255, 255, .16);
        font-size: 12px;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
    }

    .poster-copy h1 {
        font-size: clamp(34px, 9.2vw, 42px);
        -webkit-text-stroke-width: 1.1px;
        text-shadow:
            0 0 9px rgba(125, 219, 255, .66),
            0 4px 0 rgba(24, 56, 140, .5),
            0 14px 28px rgba(0, 0, 0, .24);
    }

    .poster-copy strong {
        font-size: 15px;
        padding: 3px 10px;
        color: rgba(255, 244, 194, .88);
    }

    .claim-ticker {
        left: 18px;
        right: 18px;
        top: clamp(196px, 27dvh, 232px);
        height: 94px;
    }

    .ticker-title {
        margin-bottom: 6px;
        padding: 5px 10px;
        font-size: 11px;
    }

    .ticker-stream {
        height: 64px;
    }

    .ticker-item {
        min-height: 28px;
        padding: 0 10px;
        font-size: 11px;
    }

    body:has(.register-live.show) .claim-ticker {
        top: clamp(186px, 25dvh, 216px);
        transform: scale(.97);
        transform-origin: top center;
    }

    .claim-layout {
        left: max(12px, env(safe-area-inset-left));
        right: max(12px, env(safe-area-inset-right));
        top: clamp(330px, 54dvh, 480px);
        bottom: auto;
        transform: translateY(-50%);
        z-index: 5;
    }

    .claim-panel {
        max-height: none;
        padding: 12px;
        border: 1px solid rgba(255, 255, 255, .28);
        border-radius: 22px;
        background:
            linear-gradient(180deg, rgba(16, 27, 78, .48), rgba(28, 18, 82, .34));
        box-shadow: 0 18px 42px rgba(5, 10, 46, .34), inset 0 1px 0 rgba(255, 255, 255, .16);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        overflow: visible;
    }

    .panel-title {
        display: none;
    }

    .claim-stepper {
        display: none;
    }

    .status-card {
        display: none;
    }

    .field {
        margin-top: 0;
    }

    .field label {
        display: none;
    }

    .input-shell {
        height: 56px;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, .46);
        border-radius: 16px;
        background: rgba(255, 255, 255, .22);
        box-shadow: 0 12px 28px rgba(5, 14, 58, .24), inset 0 1px 0 rgba(255, 255, 255, .2);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
    }

    .input-shell:focus-within {
        border-color: rgba(255, 235, 146, .84);
        box-shadow: 0 0 0 4px rgba(255, 219, 93, .14), 0 14px 30px rgba(5, 14, 58, .28);
    }

    .input-prefix {
        width: 54px;
        height: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding-left: 0;
        color: #fff;
        border-right: 1px solid rgba(255, 255, 255, .26);
        font-size: 15px;
    }

    .input-shell input {
        height: 54px;
        color: #fff;
        font-size: 17px;
        font-weight: 900;
    }

    .input-shell input::placeholder {
        color: rgba(255, 255, 255, .74);
    }

    #phoneTip {
        display: block;
        margin-top: 8px;
        color: rgba(255, 255, 255, .72);
        font-size: 12px;
        line-height: 1.45;
        text-align: center;
    }

    .claim-primary {
        position: relative;
        isolation: isolate;
        height: 56px;
        margin-top: 12px;
        overflow: hidden;
        border-radius: 999px;
        color: #633000;
        font-size: 18px;
        font-weight: 1000;
        background: linear-gradient(180deg, #fff2b3 0%, #ffd15a 46%, #ffad24 100%);
        box-shadow: 0 16px 32px rgba(86, 42, 6, .30), inset 0 1px 0 rgba(255, 255, 255, .62);
    }

    .claim-primary::before {
        content: "";
        position: absolute;
        inset: 1px 18px auto;
        height: 42%;
        border-radius: inherit;
        background: linear-gradient(180deg, rgba(255, 255, 255, .56), rgba(255, 255, 255, 0));
        z-index: -1;
    }

    .claim-primary .spinner,
    .claim-primary .btn-text {
        position: relative;
        z-index: 1;
    }

    .register-live {
        margin-top: 10px;
        padding: 10px;
        border: 1px solid rgba(255, 255, 255, .24);
        border-radius: 14px;
        background: rgba(255, 255, 255, .12);
    }

    .register-live.show {
        display: block;
    }

    .register-live .muted {
        display: none;
    }

    .live-row {
        gap: 8px;
        color: rgba(255, 255, 255, .88);
        font-size: 12px;
        line-height: 1.45;
    }

    .pulse-dot {
        background: #ffd35a;
        box-shadow: 0 0 0 0 rgba(255, 211, 90, .44);
    }

    .progress {
        height: 5px;
        margin-top: 8px;
        background: rgba(255, 255, 255, .18);
    }

    .progress span {
        background: linear-gradient(90deg, #fff2ac, #ffb72c);
    }

    .claim-result,
    .claim-list {
        display: none !important;
    }

    .claim-flow {
        display: none;
    }

    .toast {
        bottom: max(190px, calc(env(safe-area-inset-bottom) + 182px));
        border-radius: 999px;
        text-align: center;
        z-index: 40;
    }
}
