/**
 * R2GO Web Core Stylesheet
 * Standardized Mobile Web Layout, Shell, Typography, Bottom Navigation, Intro, Brand & Overlays
 */

:root {
    --r2go-primary: #cc785c;
    --r2go-secondary: #c64545;
    --r2go-ink: #0a0b0d;
    --r2go-body: #5b616e;
    --r2go-canvas: #faf9f5;
    --r2go-surface-soft: #f5f0e8;
    --r2go-surface-strong: #efe9de;
    --r2go-hairline: #e6dfd8;
    --r2go-muted: #7c828a;
    --r2go-nav-height: 61px;
    --r2go-safe-top: env(safe-area-inset-top, 0px);
    --r2go-safe-bottom: env(safe-area-inset-bottom, 0px);
    --r2go-nav-gap: 16px;
    --r2go-nav-clearance: calc(var(--r2go-nav-height) + var(--r2go-safe-bottom) + var(--r2go-nav-gap));
    --r2go-intro-top: #09459c;
    --r2go-intro-mid: #2667c6;
    --r2go-intro-low: #6ba3f6;
    --r2go-intro-bottom: #d6e6fd;
    --r2go-intro-gradient: linear-gradient(
        180deg,
        var(--r2go-intro-top) 0%,
        #1557b5 26%,
        var(--r2go-intro-mid) 50%,
        var(--r2go-intro-low) 76%,
        var(--r2go-intro-bottom) 100%
    );
    --r2go-home-blue: #cc785c;
    --r2go-nav-inactive: #9ca3af;
    --r2go-more-icon: #9ca3af;
    --r2go-more-border: #e5e7eb;
    --r2go-shell-max: 440px;
    --r2go-brand-logo-width: 139px;
    --r2go-brand-header-min-height: 48px;
    --r2go-brand-header-pad-top: 2px;
    --r2go-viewport-height: 100dvh;
    --r2go-ready-image-width: min(100%, 440px);
}

@font-face {
    font-family: 'Pretendard';
    src: url('/fonts/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('/fonts/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('/fonts/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Gmarket Sans';
    src: url('/fonts/GmarketSansMedium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

* { box-sizing: border-box; }

input::-ms-reveal,
input::-ms-clear,
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

input::-webkit-credentials-auto-fill-button,
input::-webkit-strong-password-auto-fill-button,
input::-webkit-caps-lock-indicator {
    visibility: hidden !important;
    display: none !important;
    pointer-events: none !important;
    position: absolute !important;
    right: 0 !important;
}

html, body {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    margin: 0;
    min-height: 100vh;
    min-height: 100dvh;
    font-family: Pretendard, "Gmarket Sans", -apple-system, system-ui, sans-serif;
    color: var(--r2go-body);
    background: linear-gradient(180deg, var(--r2go-canvas) 0%, var(--r2go-surface-soft) 100%);
}

body.r2go-app-page {
    background: var(--r2go-canvas);
}

body.r2go-app-page a,
body.r2go-app-page button,
body.r2go-app-page [role="button"],
body.r2go-app-page label,
body.r2go-app-page summary,
body.r2go-app-page input,
body.r2go-app-page select,
body.r2go-app-page textarea {
    -webkit-tap-highlight-color: transparent;
}

body.r2go-app-page a:focus:not(:focus-visible),
body.r2go-app-page button:focus:not(:focus-visible),
body.r2go-app-page [role="button"]:focus:not(:focus-visible),
body.r2go-app-page summary:focus:not(:focus-visible) {
    outline: none;
}

body.r2go-app-page a:active,
body.r2go-app-page button:active {
    opacity: 1;
}

.shell {
    width: min(100%, var(--r2go-shell-max));
    margin: 0 auto;
    min-height: 100vh;
    min-height: 100dvh;
    padding: 24px 20px 40px;
}

body.r2go-app-page .shell {
    position: relative;
    padding: 10px 20px 28px;
    background: var(--r2go-canvas);
}

body.r2go-app-page:not(.is-intro) {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: hidden;
    background: #fff;
}

body.r2go-app-page:not(.is-intro) .shell {
    flex: 1 1 auto;
    width: min(100%, var(--r2go-shell-max));
    height: auto;
    max-height: none;
    min-height: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    contain: none;
    padding-bottom: calc(var(--r2go-nav-clearance) + 20px);
    scroll-padding-bottom: calc(var(--r2go-nav-clearance) + 20px);
    scrollbar-width: none;
    -ms-overflow-style: none;
    background: #fff;
    z-index: 0;
}

body.r2go-app-page:not(.is-intro) .shell::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

/* ==========================================================================
   데스크탑 미리보기 전용 폰 프레임 (갤럭시 S25 Ultra 기준 480x1040)
   실제 모바일(600px 미만)에서는 적용되지 않음.
   Marker: r2go-desktop-phone-frame
   ========================================================================== */
.r2go-phone-status-bar,
.r2go-phone-nav-bar {
    display: none;
}

@media (min-width: 600px) {
    body.r2go-app-page:not(.is-intro) {
        position: relative;
        transform: translateZ(0);
        width: auto !important;
        height: min(1040px, calc(100vh - 40px)) !important;
        min-height: min(1040px, calc(100vh - 40px)) !important;
        max-height: min(1040px, calc(100vh - 40px)) !important;
        aspect-ratio: 480 / 1040;
        margin: 20px auto;
        border: 6px solid #1a1a1a;
        box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
        overflow: hidden !important;
    }

    body.r2go-app-page:not(.is-intro) .r2go-phone-status-bar {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 26px;
        z-index: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 16px;
        background: #0b2385;
        color: #ffffff;
        font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", Pretendard, sans-serif;
        font-size: 12px;
        font-weight: 600;
        font-variant-numeric: tabular-nums;
        letter-spacing: -0.2px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        pointer-events: none;
    }

    .r2go-phone-status-time {
        font-weight: 700;
        font-size: 12px;
        letter-spacing: -0.2px;
    }

    .r2go-phone-status-punchhole {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #000000;
        box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2);
    }

    .r2go-phone-status-icons {
        display: inline-flex;
        align-items: center;
        gap: 5px;
    }

    .r2go-phone-network {
        font-size: 10px;
        font-weight: 800;
        letter-spacing: -0.2px;
        margin-right: 1px;
    }

    .r2go-phone-icon {
        display: inline-block;
        vertical-align: middle;
    }

    body.r2go-app-page:not(.is-intro) .r2go-app-brand {
        margin-top: 0;
        padding-top: 38px;
        padding-bottom: 12px;
        min-height: 48px;
    }

    body.r2go-app-page:not(.is-intro) .r2go-phone-nav-bar {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 36px;
        z-index: 600;
        display: flex;
        align-items: center;
        justify-content: space-around;
        background: #000;
        color: #fff;
        font-size: 15px;
        pointer-events: none;
    }

    body.r2go-app-page:not(.is-intro) .shell {
        padding-top: 0 !important;
    }

    body.r2go-app-page:not(.is-intro) .r2go-bottom-nav-dock {
        bottom: 36px !important;
        padding-bottom: 0 !important;
    }
}


body.r2go-app-page:not(.is-intro) .r2go-bottom-nav-dock {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    background: #fff;
    background-color: #fff;
    transform: none;
    box-shadow: 0 -12px 0 #fff;
}

body.r2go-home-page:not(.is-intro):not(.r2go-ready-fullbleed) .shell.r2go-home-shell {
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    padding-bottom: calc(var(--r2go-nav-clearance) + 20px);
}

body.r2go-home-page:not(.is-intro) {
    --r2go-nav-height: 56px;
}

body.r2go-home-page:not(.is-intro) .r2go-app-brand + .r2go-home {
    margin-top: 0 !important;
}

html.is-intro,
body.r2go-home-page.is-intro {
    background: var(--r2go-intro-gradient);
    overflow: hidden;
}

body.r2go-home-page.is-intro .r2go-home-shell {
    pointer-events: none !important;
}

body.r2go-home-page.is-intro .r2go-bottom-nav-dock,
body.r2go-home-page.is-intro .r2go-more-panel {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

html.r2go-skip-intro,
html.r2go-skip-intro body.r2go-home-page {
    background: var(--r2go-canvas);
    overflow: auto;
}

html.r2go-skip-intro body.r2go-home-page.is-intro .r2go-bottom-nav-dock,
html.r2go-skip-intro body.r2go-home-page.is-intro .r2go-more-panel {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

html.r2go-skip-intro .r2go-intro {
    display: none !important;
}

.brand {
    font-family: "Gmarket Sans", Pretendard, sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: var(--r2go-primary);
    letter-spacing: -0.5px;
}

.headline {
    margin: 28px 0 12px;
    font-family: "Gmarket Sans", Pretendard, sans-serif;
    font-size: 24px;
    line-height: 1.25;
    color: var(--r2go-ink);
}

.copy { margin: 0; line-height: 1.6; }

.pill {
    display: inline-block;
    margin-top: 28px;
    padding: 12px 20px;
    border-radius: 100px;
    background: var(--r2go-primary);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.meta {
    margin-top: 32px;
    font-size: 13px;
    color: #7c828a;
}

/* ==========================================================================
   Intro Screen Styles
   ========================================================================== */
.r2go-intro {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    margin: 0;
    padding: 0;
    background: var(--r2go-intro-gradient);
    color: #fff;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.r2go-intro[hidden] {
    display: none !important;
    pointer-events: none !important;
}

.r2go-intro__stage {
    position: relative;
    width: 100vw;
    max-width: none;
    height: 100vh;
    height: 100dvh;
    max-height: none;
    aspect-ratio: auto;
    overflow: hidden;
    background: var(--r2go-intro-top);
    container-type: inline-size;
    container-name: r2go-intro;
}

@media (min-width: 768px) {
    .r2go-intro__stage {
        width: min(100vw, calc(100dvh * 440 / 956));
        max-width: 440px;
        height: auto;
        max-height: 100dvh;
        aspect-ratio: 440 / 956;
    }
}

.r2go-intro__stage-fill {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: var(--r2go-intro-gradient);
    pointer-events: none;
}

.r2go-intro__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.r2go-intro__capsule {
    position: absolute;
    left: calc(80 / 440 * 100%);
    top: calc(252 / 956 * 100%);
    width: calc(280 / 440 * 100%);
    height: calc(36 / 956 * 100%);
    border: 1px solid #fff;
    border-radius: 50px;
    background: transparent;
    box-sizing: border-box;
    pointer-events: none;
}

.r2go-intro__slogan {
    position: absolute;
    left: 50%;
    top: calc(258 / 956 * 100%);
    width: calc(280 / 440 * 100%);
    margin: 0;
    padding: 0;
    transform: translateX(-50%);
    font-family: Pretendard, sans-serif;
    font-size: calc(17 * 100cqw / 440);
    font-weight: 400;
    line-height: calc(23 * 100cqw / 440);
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    opacity: 1;
    animation: none;
}

.r2go-intro__logo {
    position: absolute;
    left: calc(80 / 440 * 100%);
    top: calc(313 / 956 * 100%);
    width: calc(280 / 440 * 100%);
    height: calc(111 / 956 * 100%);
    object-fit: contain;
    object-position: center;
    opacity: 1;
    transform: none;
    animation: none;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.r2go-intro__objects {
    position: absolute;
    left: calc(153 / 440 * 100%);
    top: calc(522 / 956 * 100%);
    width: calc(135 / 440 * 100%);
    height: calc(160 / 956 * 100%);
    overflow: hidden;
    opacity: 1;
    transform: none;
    animation: none;
    pointer-events: none;
}

.r2go-intro__bag-icon {
    position: absolute;
    left: 0;
    top: 22.48%;
    width: 100%;
    height: calc(100% - 22.48%);
    object-fit: contain;
    object-position: center top;
}

.r2go-intro__bag-handles {
    position: absolute;
    left: 25.06%;
    top: 0;
    width: calc(100% - 50.12%);
    height: calc(100% - 74.09%);
    object-fit: contain;
    object-position: center;
}

.r2go-intro__copy {
    position: absolute;
    left: 50%;
    top: calc(602 / 956 * 100%);
    width: calc(213 / 440 * 100%);
    margin: 0;
    padding: 0;
    transform: translateX(-50%);
    font-family: Pretendard, sans-serif;
    font-size: calc(20 * 100cqw / 440);
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    z-index: 1;
    opacity: 1;
    animation: none;
}

.r2go-intro__corners {
    display: none;
}

.r2go-intro__slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
    background: var(--r2go-intro-top);
    border: 0;
}

.r2go-intro--managed video.r2go-intro__slide {
    z-index: 1;
    opacity: 0;
}

.r2go-intro--managed video.r2go-intro__slide.is-frame-ready {
    opacity: 1;
    transition: opacity 120ms ease;
}

.r2go-intro__youtube {
    pointer-events: none;
}

.r2go-home__youtube {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
}

.r2go-home__youtube iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (prefers-reduced-motion: reduce) {
    .r2go-intro--managed .r2go-intro__slide {
        transition: none;
    }
    .r2go-intro--outro-fade {
        transition: none !important;
    }
}

.r2go-intro--outro {
    background: #5f0080;
    pointer-events: none;
}

.r2go-intro--outro-fade {
    opacity: 0;
    transform: scale(1.03);
    transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* ==========================================================================
   Brand Header & Home Components
   ========================================================================== */
.r2go-app-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    margin: -10px -20px 0;
    padding: calc(var(--r2go-safe-top) + 12px) 16px 12px;
    background-color: #0b2385;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
    z-index: 10;
}

.r2go-app-brand__link {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    line-height: 0;
    text-decoration: none;
}

.r2go-app-brand__logo {
    display: block;
    width: auto;
    height: 28px;
    max-width: 120px;
    object-fit: contain;
}

.r2go-app-brand__trail {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    min-width: 0;
    height: 100%;
}

body.r2go-ready-fullbleed .r2go-app-brand {
    display: none;
}

.r2go-app-brand + .r2go-home,
.r2go-app-brand + .r2go-page--ready-framed {
    margin-top: 0;
}

.r2go-home-header__qr,
.r2go-home-header__bell {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #ffffff;
    text-decoration: none;
}

.r2go-home-header__qr {
    width: 56px;
    color: #ffffff;
}

.r2go-home-header__qr-label,
.r2go-home-header__qr-frame,
.r2go-home-header__qr-scan {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.r2go-home-header__qr-label {
    width: 56px;
    height: 26.5px;
    fill: #ffffff;
    color: #ffffff;
    animation: r2go-qr-text-cycle 4.2s ease-in-out infinite;
}

.r2go-home-header__qr-frame {
    width: 56px;
    height: 26.5px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.r2go-home-header__qr-scan {
    width: 56px;
    height: 26.5px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 1.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0;
    animation: r2go-qr-scan-cycle 4.2s ease-in-out infinite;
}

.r2go-home-header__qr-bar {
    fill: #ffffff;
    opacity: 0;
}

.r2go-home-header__qr-bar--1,
.r2go-home-header__qr-bar--7 { animation: r2go-qr-bars-edge 4.2s ease-out infinite; }

.r2go-home-header__qr-bar--2,
.r2go-home-header__qr-bar--6 { animation: r2go-qr-bars-inner-1 4.2s ease-out infinite; }

.r2go-home-header__qr-bar--3,
.r2go-home-header__qr-bar--5 { animation: r2go-qr-bars-inner-2 4.2s ease-out infinite; }

.r2go-home-header__qr-bar--4 { animation: r2go-qr-bars-center 4.2s ease-out infinite; }

@keyframes r2go-qr-bars-edge {
    0%, 46% { opacity: 0; }
    50%, 94% { opacity: 1; }
    100% { opacity: 0; }
}

@keyframes r2go-qr-bars-inner-1 {
    0%, 50% { opacity: 0; }
    54%, 94% { opacity: 1; }
    100% { opacity: 0; }
}

@keyframes r2go-qr-bars-inner-2 {
    0%, 54% { opacity: 0; }
    58%, 94% { opacity: 1; }
    100% { opacity: 0; }
}

@keyframes r2go-qr-bars-center {
    0%, 58% { opacity: 0; }
    62%, 94% { opacity: 1; }
    100% { opacity: 0; }
}

.r2go-home-header__qr-scanline {
    stroke: #ff7e67;
    stroke-width: 2;
    animation: r2go-qr-scanline 4.2s ease-in-out infinite;
}

@keyframes r2go-qr-text-cycle {
    0%, 42% { opacity: 1; }
    48%, 94% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes r2go-qr-scan-cycle {
    0%, 42% { opacity: 0; }
    48%, 94% { opacity: 1; }
    100% { opacity: 0; }
}

@keyframes r2go-qr-scanline {
    0%, 62% { opacity: 0; transform: translateY(-8px); }
    63% { opacity: 1; transform: translateY(-8px); }
    76% { opacity: 1; transform: translateY(8px); }
    88% { opacity: 1; transform: translateY(-8px); }
    94% { opacity: 0; transform: translateY(-8px); }
    100% { opacity: 0; transform: translateY(-8px); }
}

.r2go-home-header__bell-icon {
    display: block;
    width: 24px;
    height: 24px;
    color: #ffffff;
    stroke: #ffffff;
}

.r2go-home-header__bell-dot {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff3b30;
    border: 1.5px solid #0b2385;
}

.r2go-home-dash {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 0;
    gap: 12px;
}

.r2go-home-dash__rail-wrap {
    position: relative;
    display: flex;
    align-items: stretch;
    margin: 0 -20px;
}

.r2go-home-dash__rail-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
    pointer-events: none;
    z-index: 2;
}

.r2go-home-dash__rail {
    display: flex;
    width: 100%;
    gap: 10px;
    padding: 2px 18px 4px 18px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
}

.r2go-home-dash__rail::-webkit-scrollbar {
    display: none;
}

.r2go-home-dash__rail {
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}

.r2go-home-dash__rail.is-dragging {
    cursor: grabbing;
}

.r2go-home-dash__chip {
    flex: 0 0 128px;
    width: 128px;
    height: 58px;
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 9px;
    background: #ffffff;
    border: 1px solid #ebe5f0;
    border-radius: 9px;
    padding: 8px 12px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    box-sizing: border-box;
}

.r2go-home-dash__chip:active {
    transform: scale(0.97);
}

.r2go-home-dash__chip-3d-img {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.r2go-home-dash__chip-text {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
}

.r2go-home-dash__chip-label {
    color: #777777;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: -0.3px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.r2go-home-dash__chip-value {
    font-size: 14px;
    font-weight: 800;
    color: #111111;
    letter-spacing: -0.3px;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.r2go-home-dash__chip-value small {
    font-size: 11px;
    font-weight: 700;
    margin-left: 1px;
}

/* 1. 캐시(C) 칩 (골드 럭셔리 틴트) */
.r2go-home-dash__chip--cash {
    background: linear-gradient(135deg, #fffdf8 0%, #fff6e5 100%);
    border: 1px solid #f2d596;
}
.r2go-home-dash__chip--cash .r2go-home-dash__chip-label {
    color: #92400e;
}
.r2go-home-dash__chip--cash .r2go-home-dash__chip-value {
    color: #b45309;
}

/* 2. 포인트(P) 칩 (컬리 로열 퍼플 틴트) */
.r2go-home-dash__chip--point {
    background: linear-gradient(135deg, #fbf7fd 0%, #f3e5f8 100%);
    border: 1px solid #dfc2ec;
}
.r2go-home-dash__chip--point .r2go-home-dash__chip-label {
    color: #5f0080;
}
.r2go-home-dash__chip--point .r2go-home-dash__chip-value {
    color: #5f0080;
}

/* 3. 회원정보/신규가입 칩 */
.r2go-home-dash__chip--member {
    background: linear-gradient(135deg, #f9faff 0%, #edf1fd 100%);
    border: 1px solid #ccd7f8;
}
.r2go-home-dash__chip--member .r2go-home-dash__chip-label {
    color: #4338ca;
}
.r2go-home-dash__chip--member .r2go-home-dash__chip-value {
    color: #312e81;
}

/* 4. 초대링크 칩 */
.r2go-home-dash__chip--invite {
    background: linear-gradient(135deg, #fff8fa 0%, #fce9f0 100%);
    border: 1px solid #f8c8d8;
}
.r2go-home-dash__chip--invite .r2go-home-dash__chip-label {
    color: #be123c;
}
.r2go-home-dash__chip--invite .r2go-home-dash__chip-value {
    color: #9f1239;
}

/* 5. 내 추천인 현황 칩 */
.r2go-home-dash__chip--referral {
    background: linear-gradient(135deg, #fffdf2 0%, #fdf6d8 100%);
    border: 1px solid #f5e495;
}
.r2go-home-dash__chip--referral .r2go-home-dash__chip-label {
    color: #854d0e;
}
.r2go-home-dash__chip--referral .r2go-home-dash__chip-value {
    color: #713f12;
}

/* 6. 계보도 칩 */
.r2go-home-dash__chip--tree {
    background: linear-gradient(135deg, #f5fbf8 0%, #e5f6ee 100%);
    border: 1px solid #b7e5ce;
}
.r2go-home-dash__chip--tree .r2go-home-dash__chip-label {
    color: #047857;
}
.r2go-home-dash__chip--tree .r2go-home-dash__chip-value {
    color: #065f46;
}

/* 7. 고객센터 칩 */
.r2go-home-dash__chip--cs {
    background: linear-gradient(135deg, #faf9ff 0%, #edeafe 100%);
    border: 1px solid #d9d3fc;
}
.r2go-home-dash__chip--cs .r2go-home-dash__chip-label {
    color: #6d28d9;
}
.r2go-home-dash__chip--cs .r2go-home-dash__chip-value {
    color: #5b21b6;
}

/* 8. 앱 설치 (PWA) 칩 (골드/퍼플 액센트) */
.r2go-home-dash__chip--pwa {
    background: linear-gradient(135deg, #fbf7fe 0%, #f5e8fd 100%);
    border: 1px solid #d8b4fe;
    cursor: pointer;
}
.r2go-home-dash__chip--pwa .r2go-home-dash__chip-label {
    color: #7e22ce;
}
.r2go-home-dash__chip--pwa .r2go-home-dash__chip-value {
    color: #6b21a8;
}

.r2go-home-dash__section-title {
    display: none;
}

.r2go-home-dash__cards {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0 -20px;
}

.r2go-home-dash__cards--grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    flex: 1 1 auto;
    align-items: stretch;
    min-height: 0;
    padding: 0;
    box-sizing: border-box;
}

.r2go-home-dash__card--grid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
    min-height: 136px;
    padding: 16px 14px;
    border-radius: 4px;
    box-sizing: border-box;
}

.r2go-home-dash__card--grid .r2go-home-dash__card-icon {
    width: 36px;
    height: 36px;
    padding: 8px;
    border-radius: 4px;
    flex-shrink: 0;
}

.r2go-home-dash__card--auction .r2go-home-dash__card-icon {
    background: rgba(255, 126, 103, 0.12);
    color: #ff5c47;
}

.r2go-home-dash__card--bingo .r2go-home-dash__card-icon {
    background: rgba(95, 0, 128, 0.1);
    color: #5f0080;
}

.r2go-home-dash__card--grid .r2go-home-dash__card-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.r2go-home-dash__card--grid .r2go-home-dash__card-title {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.r2go-home-dash__card--grid .r2go-home-dash__card-sub {
    font-size: 12px;
    color: #888888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.r2go-home-dash__card--grid .r2go-home-dash__card-cta {
    align-self: flex-end;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 3px;
    flex-shrink: 0;
}

.r2go-home-dash__card--auction .r2go-home-dash__card-cta {
    background: #ff5c47;
    color: #ffffff;
}

.r2go-home-dash__card--bingo .r2go-home-dash__card-cta {
    background: #5f0080;
    color: #ffffff;
}

.r2go-home-dash__card {
    display: flex;
    background: #ffffff;
    border: 1px solid #ede8f2;
    border-radius: 4px;
    padding: 16px 14px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(95, 0, 128, 0.04);
}


.r2go-home-dash__card-icon {
    color: #faf9f5;
    flex-shrink: 0;
}

.r2go-home-dash__card-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.r2go-home-dash__card-title {
    font-size: 15px;
    font-weight: 500;
    color: #faf9f5;
}

.r2go-home-dash__card-sub {
    font-size: 12px;
    color: #c9c6be;
}

.r2go-home-dash__card-cta {
    flex: 0 0 auto;
    font-size: 13px;
    color: #faf9f5;
}

.r2go-home {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1 1 auto;
    min-height: 0;
}

.r2go-home__header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: var(--r2go-brand-header-min-height);
    padding-top: var(--r2go-brand-header-pad-top);
}

.r2go-home__logo {
    display: block;
    width: var(--r2go-brand-logo-width);
    height: auto;
    aspect-ratio: 113 / 40;
    object-fit: contain;
}

.r2go-home__main {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    margin: 0 -20px;
}

.r2go-home__carousel {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.r2go-home__media {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: auto;
    max-height: none;
    overflow: hidden;
    background: #efe9de;
    color: #111827;
    touch-action: none;
    user-select: none;
}

.r2go-home__media-frame {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.r2go-home__media-frame--empty {
    background: #f5f0e8;
}

.r2go-home__slide-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f0e8;
    color: #8e8b82;
    font-size: 13px;
}

.r2go-home__carousel-track {
    display: flex;
    height: 100%;
    width: 100%;
    transition: transform 480ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.r2go-home__slide {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
}

.r2go-home__video,
.r2go-home__slide-img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: #fff;
    z-index: 0;
    pointer-events: none;
}

.r2go-home__carousel-dots {
    position: absolute;
    left: 50%;
    bottom: 14px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transform: translateX(-50%);
    pointer-events: auto;
}

.r2go-home__carousel-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    border: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
    transition: width 200ms ease, background 200ms ease;
}

.r2go-home__carousel-dot.is-active {
    width: 16px;
    background: #fff;
}

.r2go-home__sound {
    position: absolute;
    right: 16px;
    bottom: max(22px, env(safe-area-inset-bottom));
    z-index: 8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 12px;
    border: 0;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.72);
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    pointer-events: auto;
    transform: translateZ(0);
    max-width: calc(100% - 32px);
    white-space: nowrap;
}

.r2go-home__sound.is-hidden {
    display: none;
}

.r2go-home__sound[aria-pressed="true"] {
    background: rgba(204, 120, 92, 0.92);
}

.r2go-home__sound-label {
    pointer-events: none;
}

/* ==========================================================================
   Ready State Screens
   ========================================================================== */
.r2go-page--ready {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.r2go-ready__header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.r2go-ready__home-link {
    align-self: flex-start;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: var(--r2go-primary);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.r2go-ready__title {
    margin: 0;
    font-family: "Gmarket Sans", Pretendard, sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: var(--r2go-ink);
}

.r2go-ready__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.r2go-ready__image {
    display: block;
    width: min(100%, 360px);
    height: auto;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
}

.r2go-ready__message {
    margin: 0;
    font-size: 16px;
    color: var(--r2go-ink);
    font-weight: 600;
}

.r2go-page--ready-framed {
    gap: 12px;
    min-height: calc(100dvh - var(--r2go-nav-height) - var(--r2go-safe-bottom) - 28px);
}

.r2go-ready__brand-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: var(--r2go-brand-header-min-height);
    padding-top: var(--r2go-brand-header-pad-top);
    flex-shrink: 0;
}

.r2go-page--ready-framed .r2go-ready__brand {
    position: static;
    display: inline-flex;
    align-items: center;
    line-height: 0;
    pointer-events: auto;
}

.r2go-page--ready-framed .r2go-ready__brand-logo {
    display: block;
    width: var(--r2go-brand-logo-width);
    height: auto;
    aspect-ratio: 113 / 40;
    object-fit: contain;
}

.r2go-page--ready-framed .r2go-ready__body {
    flex: 1 1 auto;
    min-height: 0;
    align-items: stretch;
    gap: 0;
}

.r2go-page--ready-framed .r2go-ready__image {
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 15px;
}

body.r2go-ready-fullbleed {
    --r2go-ready-bg: #0a2463;
    --r2go-ready-system-bottom: var(--r2go-safe-bottom);
    background: var(--r2go-ready-bg);
}

@media (display-mode: standalone), (display-mode: fullscreen) {
    body.r2go-ready-fullbleed {
        --r2go-ready-system-bottom: max(var(--r2go-safe-bottom), 52px);
    }
}

body.r2go-ready-tone-game {
    --r2go-ready-bg: #0a2463;
}

body.r2go-app-page.r2go-ready-fullbleed:not(.is-intro),
body.r2go-app-page.r2go-ready-fullbleed:not(.is-intro) .shell {
    background: var(--r2go-ready-bg);
    background-color: var(--r2go-ready-bg);
}

.r2go-page--ready-fullbleed {
    position: absolute;
    inset: 0 0 var(--r2go-ready-system-bottom);
    gap: 0;
    z-index: 1;
    pointer-events: none;
}

.r2go-page--ready-fullbleed .r2go-ready__body {
    position: absolute;
    inset: 0;
    gap: 0;
    align-items: stretch;
}

.r2go-page--ready-fullbleed .r2go-ready__image {
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    pointer-events: none;
}

body.r2go-ready-nav-ghost .r2go-page--ready-fullbleed .r2go-ready__image {
    object-fit: contain;
    object-position: center center;
}

.r2go-page--ready-fullbleed .r2go-ready__brand-header {
    position: absolute;
    top: calc(10px + var(--r2go-safe-top));
    left: 20px;
    z-index: 5;
    pointer-events: auto;
}

.r2go-page--ready-fullbleed .r2go-ready__brand {
    pointer-events: auto;
    line-height: 0;
}

.r2go-page--ready-fullbleed .r2go-ready__brand-logo {
    display: block;
    width: var(--r2go-brand-logo-width);
    height: auto;
    aspect-ratio: 113 / 40;
    object-fit: contain;
}

body.r2go-ready-fullbleed .r2go-bottom-nav-dock {
    position: fixed;
    left: 0;
    right: 0;
    bottom: var(--r2go-ready-system-bottom);
    z-index: 200;
    pointer-events: auto;
    background: transparent;
}

body.r2go-ready-fullbleed .r2go-bottom-nav__item {
    pointer-events: auto;
    cursor: pointer;
}

body.r2go-app-page.r2go-ready-nav-ghost:not(.is-intro) .r2go-bottom-nav-dock {
    background: transparent;
    background-color: transparent;
    box-shadow: none;
    transform: none;
}

body.r2go-ready-nav-ghost .r2go-bottom-nav {
    width: min(100%, var(--r2go-ready-image-width));
    height: calc(88px + var(--r2go-safe-bottom));
    padding-right: 10px;
    padding-left: 10px;
    column-gap: 8px;
    background: transparent;
    background-color: transparent;
    border-top: 0;
}

body.r2go-ready-nav-ghost .r2go-bottom-nav__item {
    height: 88px;
    min-height: 88px;
    max-height: 88px;
}

body.r2go-ready-nav-ghost .r2go-bottom-nav__icon,
body.r2go-ready-nav-ghost .r2go-bottom-nav__label {
    opacity: 0;
    visibility: hidden;
}

body.r2go-ready-fullbleed .r2go-more-panel {
    z-index: 55;
    pointer-events: auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ==========================================================================
   Bottom Navigation Bar
   ========================================================================== */
.r2go-bottom-nav-dock {
    width: 100%;
    background: #fff;
    background-color: #fff;
    padding-bottom: var(--r2go-safe-bottom);
}

.r2go-bottom-nav {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: min(100%, var(--r2go-shell-max));
    margin: 0 auto;
    height: var(--r2go-nav-height);
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: stretch;
    column-gap: 17px;
    background: #fff;
    background-color: #fff;
    border-top: 0;
    z-index: 1;
}

.r2go-bottom-nav__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    box-sizing: border-box;
    height: var(--r2go-nav-height);
    min-height: var(--r2go-nav-height);
    max-height: var(--r2go-nav-height);
    width: 100%;
    max-width: 66px;
    margin: 0 auto;
    padding: 0 0 4px;
    border: 0;
    background: transparent;
    color: var(--r2go-nav-inactive);
    text-decoration: none;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    cursor: pointer;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    touch-action: manipulation;
    appearance: none;
    transition: none !important;
    animation: none !important;
    transform: none !important;
}

.r2go-bottom-nav__item:link,
.r2go-bottom-nav__item:visited,
.r2go-bottom-nav__item:hover,
.r2go-bottom-nav__item:focus,
.r2go-bottom-nav__item:focus-visible,
.r2go-bottom-nav__item:active {
    color: var(--r2go-nav-inactive);
    outline: none;
    box-shadow: none;
    opacity: 1 !important;
    transition: none !important;
    animation: none !important;
    transform: none !important;
}

.r2go-bottom-nav__item.is-active,
.r2go-bottom-nav__item.is-active:link,
.r2go-bottom-nav__item.is-active:visited,
.r2go-bottom-nav__item.is-active:hover,
.r2go-bottom-nav__item.is-active:focus,
.r2go-bottom-nav__item.is-active:focus-visible,
.r2go-bottom-nav__item.is-active:active {
    color: var(--r2go-home-blue);
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    opacity: 1 !important;
    transition: none !important;
    animation: none !important;
    transform: none !important;
}

.r2go-bottom-nav__icon {
    position: relative;
    display: block;
    flex: 0 0 auto;
    flex-shrink: 0;
    width: 39px;
    height: 39px;
    overflow: visible;
    transition: none !important;
    animation: none !important;
    transform: none !important;
}

.r2go-bottom-nav__icon--market {
    width: 32px;
    height: 39px;
}

.r2go-bottom-nav__icon--franchise {
    width: 40px;
    height: 36px;
}

.r2go-bottom-nav__icon--auction {
    width: 41px;
    height: 39px;
}

.r2go-bottom-nav__icon--more {
    width: 32px;
    height: 8px;
    margin-bottom: 10px;
}

.r2go-bottom-nav__icon-img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
    transition: none !important;
    animation: none !important;
    transform: none !important;
    filter: none !important;
}

.r2go-bottom-nav__icon-img--inactive {
    opacity: 1;
}

.r2go-bottom-nav__icon-img--active {
    opacity: 0;
}

.r2go-bottom-nav__item.is-active .r2go-bottom-nav__icon-img--inactive {
    opacity: 0;
}

.r2go-bottom-nav__item.is-active .r2go-bottom-nav__icon-img--active {
    opacity: 1;
}

.r2go-bottom-nav__label {
    display: block;
    flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 16px;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    transition: none !important;
    animation: none !important;
    transform: none !important;
}

/* 홈 전용 5탭: 롯데카드 완벽 일치 규격 (높이 56px, 아이콘 24px, 폰트 10.5px) */
.r2go-bottom-nav--v3 {
    --r2go-nav-purple: #5f0080;
    --r2go-nav-gray: #9ca3af;
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
    padding: 0;
    column-gap: 0;
    border-top: 1px solid #f0f0f4;
    background: #ffffff;
}

.r2go-bottom-nav--v3 .r2go-bottom-nav__item,
.r2go-bottom-nav--v3 .r2go-bottom-nav__item.is-active {
    width: 100%;
    max-width: none;
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
    padding: 6px 0 4px;
    gap: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--r2go-nav-gray);
    text-decoration: none;
}

.r2go-bottom-nav--v3 .r2go-bottom-nav__item.is-active {
    color: var(--r2go-nav-purple);
}

.r2go-bottom-nav--v3 .r2go-bottom-nav__icon {
    position: relative;
    width: 24px;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
}

.r2go-bottom-nav--v3 .r2go-bottom-nav__icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
    image-rendering: -webkit-optimize-contrast;
}

/* 비활성 레이어 (연그레이) */
.r2go-bottom-nav--v3 .r2go-bottom-nav__icon-inactive {
    opacity: 1;
    transition: opacity 220ms ease;
}

/* 활성 레이어 (딥 퍼플: 아래에서 위로 차오르는 액체형 모션) */
.r2go-bottom-nav--v3 .r2go-bottom-nav__icon-active {
    clip-path: inset(100% 0 0 0);
    opacity: 0;
    transition: clip-path 280ms cubic-bezier(0.2, 0.8, 0.25, 1), opacity 150ms ease;
}

/* 활성 탭일 때: 아래에서 위로 쫀득하게 차오름 */
.r2go-bottom-nav--v3 .r2go-bottom-nav__item.is-active .r2go-bottom-nav__icon-active {
    clip-path: inset(0 0 0 0);
    opacity: 1;
}

.r2go-bottom-nav--v3 .r2go-bottom-nav__item.is-active .r2go-bottom-nav__icon-inactive {
    opacity: 0;
}

.r2go-bottom-nav--v3 .r2go-bottom-nav__label {
    display: block;
    height: 12px;
    font-size: 10px !important;
    font-weight: 500 !important;
    line-height: 12px !important;
    letter-spacing: -0.4px;
    color: var(--r2go-nav-gray);
    text-align: center;
    transition: color 240ms ease;
}

.r2go-bottom-nav--v3 .r2go-bottom-nav__item.is-active .r2go-bottom-nav__label {
    color: var(--r2go-nav-purple);
    font-weight: 600 !important;
}

/* ==========================================================================
   More Panel Popup
   ========================================================================== */
.r2go-more-panel {
    position: fixed;
    left: auto;
    right: auto;
    bottom: calc(var(--r2go-nav-height) + var(--r2go-safe-bottom) + 3px);
    top: auto;
    width: 66px;
    box-sizing: border-box;
    min-height: 354px;
    z-index: 35;
    display: flex;
    flex-direction: column;
    padding: 8px 0 10px;
    border-radius: 8px;
    background: var(--r2go-canvas);
    border: 1px solid var(--r2go-more-border);
    box-shadow: 4px 4px 1.5px rgba(100, 100, 101, 0.05);
    transform-origin: bottom center;
    transform: scaleY(0);
    opacity: 0;
    pointer-events: none;
    transition:
        transform 0.38s cubic-bezier(0.34, 1.45, 0.64, 1),
        opacity 0.22s ease-out;
}

.r2go-more-panel.is-open {
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto;
}

body.r2go-app-page:not(.is-intro):not(.r2go-bingo-lobby-page) .r2go-more-panel {
    z-index: 210;
}

.r2go-more-panel[hidden] {
    display: none !important;
}

@media (prefers-reduced-motion: reduce) {
    .r2go-more-panel {
        transition: none;
    }
}

.r2go-more-panel__header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 4px;
    min-height: 20px;
    padding: 0 4px;
}

.r2go-more-panel__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: var(--r2go-more-icon);
    cursor: pointer;
}

.r2go-more-panel__close-img {
    display: block;
    width: 11px;
    height: 12px;
    object-fit: contain;
}

.r2go-more-panel__list {
    list-style: none;
    margin: 0;
    padding: 0 4px;
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.r2go-more-panel__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    color: var(--r2go-more-icon);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
}

button.r2go-more-panel__link {
    width: 100%;
    border: 0;
    background: transparent;
    font-family: inherit;
    cursor: pointer;
}

.r2go-more-panel__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 55px;
    color: var(--r2go-more-icon);
}

.r2go-more-panel__icon--my {
    height: 38px;
}

.r2go-more-panel__icon--seller {
    width: 46px;
    height: 36px;
}

.r2go-more-panel__icon--game {
    width: 40px;
    height: 23px;
}

.r2go-more-panel__icon-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.r2go-more-panel__link:hover,
.r2go-more-panel__link:focus-visible {
    background: transparent;
    outline: none;
    opacity: 0.85;
}
