/* =========================================================
   ORIPA PAGE - CLEANED VERSION
   =========================================================
   Purpose:
   - No duplicate .pull-btn / .oripa-card / .oripa-banner etc.
   - Premium dark glass style matching the login modal direction.
   - Keep current site background controlled by global style.css.
   ========================================================= */


/* =========================================================
   PAGE LAYOUT
   ========================================================= */

.oripa-page {
    padding: 38px 35px 80px;
    min-height: 80vh;
}

.oripa-title {
    font-size: 42px;
    font-weight: 900;
    color: white;
    margin-bottom: 35px;
    text-align: center;
    letter-spacing: 0.08em;
    text-shadow: 0 0 18px rgba(95, 231, 255, 0.35);
}

.oripa-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 330px));
    justify-content: center;
    gap: 36px;
    max-width: 1460px;
    margin: 0 auto;
}


/* =========================================================
   CATEGORY TABS
   ========================================================= */

.oripa-category-tabs {
    display: flex;
    justify-content: center;
    gap: 18px;
    max-width: 1400px;
    margin: 0 auto 34px;
    padding: 8px 0 10px;
    overflow-x: auto;
    overflow-y: hidden;
    background: transparent;
    box-shadow: none;
    scrollbar-width: none;
}

.oripa-category-tabs::-webkit-scrollbar {
    display: none;
}

.oripa-category-tab {
    min-width: 110px;
    white-space: nowrap;
    padding: 13px 28px;
    border-radius: 999px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,0.18),
            rgba(255,255,255,0.07)
        );

    border: 1px solid rgba(255,255,255,0.18);

    color: white;
    text-decoration: none;
    text-align: center;

    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0;

    backdrop-filter: blur(14px);

    box-shadow:
        0 10px 24px rgba(0,0,0,0.18),
        inset 0 1px 0 rgba(255,255,255,0.14);

    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        background 0.22s ease;
}

.oripa-category-tab:hover {
    transform: translateY(-3px);
    color: white;

    box-shadow:
        0 12px 24px rgba(0,0,0,0.28),
        0 0 18px rgba(95, 231, 255, 0.25),
        inset 0 1px 0 rgba(255,255,255,0.18);
}

.oripa-category-tab.active {
    background:
        linear-gradient(
            135deg,
            #ff7ab8,
            #5fe7ff
        );

    color: white;
    border-color: rgba(255,255,255,0.28);

    box-shadow:
        0 0 24px rgba(95,231,255,0.38),
        0 10px 28px rgba(0,0,0,0.26),
        inset 0 1px 0 rgba(255,255,255,0.22);
}


/* =========================================================
   ORIPA CARD
   ========================================================= */

.oripa-card,
.oripa-card *,
.oripa-card *::before,
.oripa-card *::after {
    box-sizing: border-box;
}

.oripa-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;

    min-height: 360px;

    border-radius: 28px;

    background:
        radial-gradient(
            circle at top left,
            rgba(95,231,255,0.18),
            transparent 38%
        ),
        radial-gradient(
            circle at bottom right,
            rgba(255,80,210,0.16),
            transparent 42%
        ),
        linear-gradient(
            180deg,
            #111a2c,
            #090d1b
        );

    border: 1px solid rgba(95,231,255,0.24);

    box-shadow:
        0 20px 50px rgba(0,0,0,0.38),
        0 0 22px rgba(95,231,255,0.12),
        0 0 18px rgba(255,80,210,0.08);

    backdrop-filter: blur(18px);

    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease;
}

.oripa-card:hover {
    transform: translateY(-7px) scale(1.015);

    border-color: rgba(95,231,255,0.55);

    box-shadow:
        0 28px 65px rgba(0,0,0,0.48),
        0 0 32px rgba(95,231,255,0.30),
        0 0 24px rgba(255,80,210,0.18);
}

.oripa-card:active {
    transform: translateY(-4px) scale(0.99);
}

.oripa-card > * {
    position: relative;
    z-index: 2;
}

.oripa-card.oripa-low-stock {
    border-color: rgba(255, 210, 90, 0.65);

    box-shadow:
        0 20px 50px rgba(0,0,0,0.38),
        0 0 28px rgba(255, 190, 70, 0.28);
}

.oripa-card.oripa-sold-out {
    opacity: 0.82;
    border-color: rgba(255,255,255,0.12);
}

.oripa-sold-out .oripa-banner,
.oripa-sold-out .oripa-text-panel {
    filter:
        grayscale(0.35)
        brightness(0.82);

    opacity: 0.92;
}


/* =========================================================
   CARD TAGS / RIBBONS
   ========================================================= */

.oripa-tags {
    position: static;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;

    padding: 10px 12px 6px;
    min-height: auto;

    background: rgba(0,0,0,0.10);
}

.oripa-tag {
    padding: 3px 9px;
    border-radius: 999px;

    color: rgba(25,25,25,0.92);

    font-size: 11px;
    font-weight: 900;
    line-height: 1;

    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
    backdrop-filter: blur(4px);
    text-shadow: none;
}

.sold-out-ribbon {
    position: absolute;
    top: 18px;
    right: -34px;

    width: 140px;
    padding: 8px 0;

    text-align: center;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.32),
            rgba(70,70,90,0.92)
        );

    color: white;

    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;

    transform: rotate(45deg);

    box-shadow:
        0 0 14px rgba(0,0,0,0.35);

    z-index: 5;
}


/* =========================================================
   BANNER / CARD CONTENT
   ========================================================= */

.oripa-banner {
    width: 100%;
    height: 190px;

    object-fit: cover;
    display: block;

    border-radius: 0;

    transition:
        filter 0.25s ease;
}

.oripa-card:hover .oripa-banner {
    filter: brightness(1.08) saturate(1.08);
}

.oripa-content {
    padding: 22px;
    text-align: center;

    display: flex;
    flex-direction: column;
    gap: 18px;
}

.oripa-text-panel {
    width: 100%;
    margin-bottom: 0;
}

.oripa-name {
    width: 100%;

    color: white;
    text-align: center;

    font-size: 22px;
    font-weight: 900;

    margin-bottom: 14px;

    text-shadow:
        0 3px 12px rgba(0,0,0,0.45),
        0 0 12px rgba(255,255,255,0.08);
}

.oripa-detail-box .oripa-name {
    width: 100%;
    padding: 0;
    background: none;

    font-size: 23px;
    font-weight: 900;
    color: white;
    text-align: center;

    margin-bottom: 14px;
}

.oripa-detail-box {
    width: 100%;
    max-width: 100%;

    padding: 18px 16px 16px;

    border-radius: 20px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,0.09),
            rgba(255,255,255,0.035)
        );

    border: 1px solid rgba(255,255,255,0.13);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.09),
        0 10px 24px rgba(0,0,0,0.22);

    backdrop-filter: blur(14px);
}

.oripa-info {
    width: 100%;

    color: rgba(255,255,255,0.92);
    text-align: center;

    margin-bottom: 7px;

    font-size: 15px;
}

.oripa-detail-box .oripa-info:last-child {
    margin-bottom: 0;
}

.oripa-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    margin-bottom: 8px;

    color: #ffffff;

    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;

    text-shadow:
        0 0 10px rgba(255,255,255,0.15);
}

.koin-icon {
    width: 18px;
    height: 18px;

    object-fit: contain;

    filter:
        drop-shadow(0 0 8px rgba(255, 220, 90, 0.5));
}

.remaining-info {
    margin-bottom: 10px;
}

.oripa-card.oripa-low-stock .remaining-info {
    color: rgb(255, 220, 120);
    font-weight: 900;

    text-shadow:
        0 0 10px rgba(255, 190, 70, 0.65);
}

.oripa-card.oripa-sold-out .remaining-info {
    color: rgba(255,255,255,0.52);
}

.paid-only-label {
    margin-top: -4px;
    margin-bottom: 12px;

    color: rgb(255, 210, 120);

    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;

    text-shadow:
        0 0 10px rgba(255, 210, 120, 0.35);
}


/* =========================================================
   STOCK BAR
   ========================================================= */

.stock-bar {
    width: 100%;
    height: 7px;

    margin: 10px 0 0;

    border-radius: 999px;
    overflow: hidden;

    background: rgba(255,255,255,0.18);

    box-shadow:
        inset 0 1px 3px rgba(0,0,0,0.35);
}

.stock-bar-fill {
    height: 100%;
    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            #ff4fa3,
            #ffd85f,
            #5fe7ff
        );

    box-shadow:
        0 0 10px rgba(255, 220, 90, 0.45);

    transition: width 0.35s ease;
}

.oripa-card.oripa-low-stock .stock-bar-fill {
    background:
        linear-gradient(
            90deg,
            rgba(255, 60, 80, 0.98),
            rgba(255, 190, 70, 0.98)
        );

    box-shadow:
        0 0 12px rgba(255, 90, 80, 0.65);
}

.oripa-card.oripa-low-stock .oripa-detail-box::after {
    content: "残りわずか";

    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-top: 10px;

    padding: 5px 14px;

    border-radius: 999px;

    background: rgba(255, 190, 70, 0.16);
    border: 1px solid rgba(255, 210, 90, 0.45);

    color: rgb(255, 225, 140);

    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;

    box-shadow:
        0 0 12px rgba(255, 190, 70, 0.22);

    animation: lowStockPulse 1.5s ease-in-out infinite;
}

@keyframes lowStockPulse {
    0%, 100% {
        opacity: 0.72;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.04);
    }
}


/* =========================================================
   PULL / RESULT BUTTONS
   ========================================================= */

.pull-button-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;

    margin-top: 0;
}

/* Use inline-flex + height + padding 0 to keep Japanese text visually centered */
.pull-btn {
    width: 100%;
    height: 52px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0;
    margin: 0;

    border: none;
    border-radius: 14px;

    background:
        linear-gradient(
            135deg,
            #ff9eb8,
            #5fe7ff
        );

    color: white;

    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    font-family: inherit;

    cursor: pointer;

    box-shadow:
        0 10px 22px rgba(0,0,0,0.26),
        0 0 12px rgba(95,231,255,0.18);

    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        background 0.22s ease;
}

.pull-btn:hover:not(:disabled) {
    transform: translateY(-3px) scale(1.02);

    box-shadow:
        0 12px 24px rgba(0,0,0,0.35),
        0 0 18px rgba(95, 231, 255, 0.35);
}

.pull-btn:active:not(:disabled) {
    transform: translateY(0) scale(0.98);
}

.pull-btn:disabled {
    background: rgba(255,255,255,0.14);
    color: rgba(255,255,255,0.45);

    cursor: not-allowed;

    box-shadow: none;
    transform: none;
}

.results-btn {
    width: 100%;
    height: 58px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0;
    margin: 0;

    border: none;
    border-radius: 16px;

    background:
        linear-gradient(
            135deg,
            #ffd47a,
            #ff5ca8
        );

    color: white;

    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    font-family: inherit;

    cursor: pointer;

    box-shadow:
        0 12px 26px rgba(0,0,0,0.28),
        0 0 16px rgba(255,92,168,0.18);

    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease;
}

.results-btn:hover {
    transform: translateY(-3px) scale(1.02);

    box-shadow:
        0 14px 30px rgba(0,0,0,0.34),
        0 0 20px rgba(255,92,168,0.24);
}


/* =========================================================
   RESULT VIDEO MODAL
   ========================================================= */

#resultModal {
    position: fixed;
    inset: 0;

    display: none;
    justify-content: center;
    align-items: center;

    padding: 20px;

    background: rgba(0,0,0,0.9);

    z-index: 99999;
}

.result-box {
    width: 100%;
    max-width: 720px;

    text-align: center;

    animation: modalPop 0.25s ease;
}

@keyframes modalPop {
    from {
        transform: scale(0.92);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

#videoStage {
    position: relative;
}

#resultVideo {
    width: 100%;
    max-height: 70vh;

    object-fit: contain;

    border-radius: 24px;

    box-shadow:
        0 15px 40px rgba(0,0,0,0.55),
        0 0 35px rgba(95, 231, 255, 0.18);
}

.skip-btn {
    margin-top: 16px;

    padding: 12px 26px;

    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 14px;

    background: rgba(255,255,255,0.18);

    color: white;

    font-size: 16px;
    font-weight: bold;

    cursor: pointer;

    transition: 0.22s ease;
}

.skip-btn:hover {
    transform: translateY(-3px);
    background: rgba(255,255,255,0.28);
}

#resultCard {
    margin-top: 24px;

    display: none;

    animation: resultReveal 0.35s ease;
}

@keyframes resultReveal {
    from {
        transform: translateY(15px) scale(0.95);
        opacity: 0;
    }

    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.result-title {
    margin-bottom: 20px;

    color: white;

    font-size: 28px;
    font-weight: 900;
}

.result-card-list {
    max-height: 70vh;
    overflow-y: auto;

    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 16px;

    padding: 8px;
}

.result-card-item {
    position: relative;
    overflow: hidden;

    padding: 12px;

    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 18px;

    background: rgba(255,255,255,0.12);

    text-align: center;

    box-shadow: 0 8px 18px rgba(0,0,0,0.28);
}

.result-card-item img {
    width: 100%;
    max-height: 190px;

    object-fit: contain;

    border-radius: 12px;
}

.result-card-info {
    margin-top: 10px;
}

.result-card-rank {
    color: rgba(95, 231, 255, 0.95);

    font-size: 15px;
    font-weight: 900;
}

.result-card-name {
    color: white;

    font-size: 14px;
    font-weight: 700;

    margin-top: 4px;
}

.close-btn {
    display: block;

    margin: 20px auto 0;

    padding: 14px 34px;

    border: none;
    border-radius: 16px;

    background: linear-gradient(
        135deg,
        #ff9ed8,
        #5fe7ff
    );

    color: white;
    font-weight: 900;
    font-size: 15px;

    cursor: pointer;

    transition:
        transform 0.2s ease,
        opacity 0.2s ease;
}

.close-btn:hover {
    transform: translateY(-2px);
    opacity: 0.92;
}

.close-btn:hover {
    transform: translateY(-3px);
    background: rgba(255,255,255,0.25);
}


/* =========================================================
   RESULT CARD RANK AURAS
   ========================================================= */

.result-card-item.rank-sp {
    border: 2px solid rgba(255,255,255,0.95);

    box-shadow:
        0 0 28px rgba(255,255,255,0.95),
        0 0 55px rgba(255, 70, 190, 0.8),
        0 0 85px rgba(95, 231, 255, 0.65),
        0 14px 34px rgba(0,0,0,0.55);
}

.result-card-item.rank-sp::before {
    content: "";
    position: absolute;
    inset: -45%;

    background:
        conic-gradient(
            from 0deg,
            rgba(255, 0, 120, 0.45),
            rgba(255, 220, 70, 0.55),
            rgba(95, 231, 255, 0.55),
            rgba(170, 90, 255, 0.55),
            rgba(255, 0, 120, 0.45)
        );

    animation: godAura 2.6s linear infinite;

    z-index: 0;
}

.result-card-item.rank-first {
    border-color: rgba(255,255,255,0.85);

    box-shadow:
        0 0 24px rgba(255, 215, 80, 0.85),
        0 0 48px rgba(255, 90, 180, 0.55),
        0 0 65px rgba(95, 231, 255, 0.42),
        0 12px 30px rgba(0,0,0,0.45);
}

.result-card-item.rank-first::before {
    content: "";
    position: absolute;
    inset: -40%;

    background:
        conic-gradient(
            from 0deg,
            rgba(255, 215, 80, 0.35),
            rgba(255, 80, 170, 0.35),
            rgba(95, 231, 255, 0.35),
            rgba(180, 120, 255, 0.35),
            rgba(255, 215, 80, 0.35)
        );

    animation: premiumAura 3.4s linear infinite;

    z-index: 0;
}

.result-card-item.rank-last_one {
    border-color: rgba(255, 220, 120, 0.85);

    box-shadow:
        0 0 24px rgba(255, 215, 80, 0.75),
        0 0 44px rgba(255, 120, 190, 0.35),
        0 10px 28px rgba(0,0,0,0.45);
}

.result-card-item.rank-last_one::before {
    content: "";
    position: absolute;
    inset: -40%;

    background:
        conic-gradient(
            from 0deg,
            rgba(255, 215, 80, 0),
            rgba(255, 215, 80, 0.35),
            rgba(95, 231, 255, 0.25),
            rgba(255, 120, 190, 0.35),
            rgba(255, 215, 80, 0)
        );

    animation: lastOneAura 4s linear infinite;

    z-index: 0;
}

.result-card-item.rank-sp > *,
.result-card-item.rank-first > *,
.result-card-item.rank-last_one > * {
    position: relative;
    z-index: 1;
}

.result-card-item.rank-second {
    background:
        linear-gradient(
            135deg,
            rgba(255, 215, 80, 0.22),
            rgba(255, 180, 40, 0.12)
        );

    border-color: rgba(255, 215, 80, 0.7);

    box-shadow:
        0 0 22px rgba(255, 215, 80, 0.6),
        0 8px 22px rgba(0,0,0,0.35);
}

.result-card-item.rank-third {
    background:
        linear-gradient(
            135deg,
            rgba(220, 230, 255, 0.20),
            rgba(170, 185, 220, 0.10)
        );

    border-color: rgba(220, 230, 255, 0.7);

    box-shadow:
        0 0 20px rgba(220, 230, 255, 0.55),
        0 8px 22px rgba(0,0,0,0.35);
}

.result-card-item.rank-fourth {
    background:
        linear-gradient(
            135deg,
            rgba(205, 130, 70, 0.20),
            rgba(140, 85, 40, 0.10)
        );

    border-color: rgba(205, 130, 70, 0.65);

    box-shadow:
        0 0 18px rgba(205, 130, 70, 0.48),
        0 8px 22px rgba(0,0,0,0.35);
}

@keyframes godAura {
    from {
        transform: rotate(0deg) scale(1);
    }

    to {
        transform: rotate(360deg) scale(1);
    }
}

@keyframes premiumAura {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes lastOneAura {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/* =========================================================
   SOLD OUT RESULTS MODAL
   ========================================================= */

#oripaResultsModal {
    position: fixed;
    inset: 0;

    display: none;
    justify-content: center;
    align-items: center;

    padding: 20px;

    background: rgba(0,0,0,0.9);

    z-index: 99999;
}

.oripa-results-box {
    width: 100%;
    max-width: 760px;
    max-height: 85vh;
    overflow-y: auto;

    padding: 24px;

    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 24px;

    background: rgba(20,20,30,0.96);

    text-align: center;

    box-shadow:
        0 20px 45px rgba(0,0,0,0.55),
        0 0 30px rgba(95, 231, 255, 0.18);
}

.oripa-results-title {
    color: white;

    font-size: 30px;
    font-weight: 900;

    margin-bottom: 22px;
}

.oripa-result-row {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 16px;

    padding: 14px;
    margin-bottom: 14px;

    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 18px;

    background: rgba(255,255,255,0.1);

    text-align: left;
}

.oripa-result-row img {
    width: 110px;
    height: 150px;

    object-fit: contain;

    border-radius: 12px;

    background: rgba(0,0,0,0.25);
}

.oripa-result-rank {
    color: rgba(95, 231, 255, 0.95);

    font-size: 20px;
    font-weight: 900;
}

.oripa-result-card {
    color: white;

    font-size: 17px;
    font-weight: 800;

    margin-top: 4px;
}

.oripa-result-user,
.oripa-result-ticket,
.oripa-result-time {
    color: rgba(255,255,255,0.78);

    font-size: 14px;

    margin-top: 5px;
}

.oripa-results-empty {
    color: white;

    font-size: 18px;

    padding: 30px;
}


/* =========================================================
   PRIZE MODAL
   ========================================================= */
#prizeModal,
#prizeModal *,
#prizeModal *::before,
#prizeModal *::after {
    box-sizing: border-box;
}


#prizeModal {
    position: fixed;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    padding: 22px;

    background:
        radial-gradient(circle at center, rgba(95,231,255,0.10), transparent 38%),
        rgba(0,0,0,0.82);

    backdrop-filter: blur(7px);
}

.prize-modal-box {
    width: min(1100px, calc(100vw - 44px));
    max-width: 1100px;
    overflow-x: hidden;
    max-height: 86vh;
    overflow-y: auto;

    padding: 30px;

    border-radius: 30px;

    background:
        radial-gradient(circle at top, rgba(95,231,255,0.14), transparent 34%),
        radial-gradient(circle at 90% 20%, rgba(255,80,210,0.10), transparent 34%),
        linear-gradient(180deg, #111a2c, #080d1c);

    border: 1px solid rgba(95,231,255,0.28);

    box-shadow:
        0 30px 90px rgba(0,0,0,0.72),
        0 0 34px rgba(95,231,255,0.16);

    text-align: center;
}

.prize-modal-title {
    position: relative;

    font-size: 42px;
    font-weight: 900;
    color: white;

    margin-bottom: 34px;

    letter-spacing: 0.08em;

    text-align: center;

    text-shadow:
        0 0 12px rgba(255,255,255,0.22),
        0 0 24px rgba(95,231,255,0.42),
        0 0 34px rgba(255,80,210,0.30),
        0 4px 18px rgba(0,0,0,0.65);
}

.prize-modal-title::before {
    content: "";

    position: absolute;
    left: 50%;
    bottom: -14px;

    transform: translateX(-50%);

    width: 180px;
    height: 4px;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            #ff7ab8,
            #5fe7ff
        );

    box-shadow:
        0 0 18px rgba(95,231,255,0.55),
        0 0 24px rgba(255,80,210,0.38);
}

#prizeModalList {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
}

.prize-item {
    width: 100%;
    max-width: none;

    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 32px;
    align-items: center;

    padding: 26px 34px;

    border-radius: 28px;

    background:
        radial-gradient(circle at left, rgba(95,231,255,0.16), transparent 34%),
        radial-gradient(circle at right, rgba(255,80,210,0.13), transparent 40%),
        linear-gradient(180deg, rgba(255,255,255,0.085), rgba(255,255,255,0.03));

    border: 1px solid rgba(255,255,255,0.14);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.08),
        0 14px 34px rgba(0,0,0,0.32);

    text-align: left;
}

.prize-item img {
    width: 150px;
    height: 205px;
    object-fit: contain;
    border-radius: 18px;
    background: rgba(0,0,0,0.32);

    box-shadow:
        0 12px 28px rgba(0,0,0,0.38),
        0 0 18px rgba(95,231,255,0.14);
}

.prize-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.prize-rank {
    display: inline-block;

    margin-bottom: 14px;

    font-size: 34px;
    font-weight: 900;

    letter-spacing: 0.04em;

    background:
        linear-gradient(
            135deg,
            #ff8ac5,
            #5fe7ff
        );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow:
        0 0 18px rgba(95,231,255,0.18);

    filter:
        drop-shadow(0 4px 12px rgba(0,0,0,0.35));
}

.prize-name {
    color: white;

    font-size: 20px;
    font-weight: 900;
    line-height: 1.35;

    margin: 0 0 12px;

    text-shadow: 0 3px 12px rgba(0,0,0,0.5);
}

.prize-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 0;
}

.prize-badge {
    padding: 6px 13px;
    border-radius: 999px;

    color: white;
    font-size: 12px;
    font-weight: 900;

    box-shadow: 0 6px 14px rgba(0,0,0,0.22);
}

.shipping-badge {
    background: linear-gradient(135deg, #20d08a, #25a56a);
}

.psa-badge {
    background: linear-gradient(135deg, #ffb15f, #f28a2e);
}

.real-photo-btn {
    width: 180px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 14px;
    padding: 0;

    border: none;
    border-radius: 999px;

    background: linear-gradient(135deg, #ff9eb8, #5fe7ff);

    color: white;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0;

    cursor: pointer;

    box-shadow:
        0 10px 22px rgba(0,0,0,0.26),
        0 0 14px rgba(95,231,255,0.20);

    transition: 0.22s ease;
}

.real-photo-btn:hover {
    transform: translateY(-2px) scale(1.03);
}

.last-one-prize-item {
    border-color: rgba(255,215,100,0.38);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.08),
        0 0 24px rgba(255,200,90,0.18),
        0 14px 30px rgba(0,0,0,0.28);
}

.last-one-rank {
    background:
        linear-gradient(
            135deg,
            #ffd85f,
            #ff73b9
        );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow:
        0 0 22px rgba(255,210,90,0.28);
}

@media (max-width: 640px) {
    .prize-modal-box {
        padding: 22px;
        border-radius: 24px;
    }

    .prize-modal-title {
        font-size: 25px;
    }

    .prize-item {
        grid-template-columns: 95px 1fr;
        gap: 14px;
        padding: 14px;
    }

    .prize-item img {
        width: 95px;
        height: 130px;
    }

    .prize-name {
        font-size: 15px;
    }

    .prize-rank {
        font-size: 13px;
    }

    .real-photo-btn {
        width: 150px;
        height: 40px;
        font-size: 13px;
    }
}


/* =========================================================
   REAL PHOTO MODAL
   ========================================================= */

#realPhotoModal {
    position: fixed;
    inset: 0;

    display: none;
    justify-content: center;
    align-items: center;

    padding: 20px;

    background: rgba(0,0,0,0.9);

    z-index: 100000;
}

.real-photo-modal-box {
    width: 100%;
    max-width: 900px;
    max-height: 85vh;
    overflow-y: auto;

    padding: 24px;

    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 24px;

    background: rgba(20,20,30,0.96);

    text-align: center;
}

.real-photo-title {
    color: white;

    font-size: 28px;
    font-weight: 900;

    margin-bottom: 20px;
}

.real-photo-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.real-photo-gallery img {
    width: 100%;
    max-height: 520px;

    object-fit: contain;

    border-radius: 16px;

    background: rgba(0,0,0,0.35);
}


/* =========================================================
   LOGIN REQUIRED MODAL
   ========================================================= */

.login-required-modal {
    position: fixed;
    inset: 0;

    display: none;
    align-items: center;
    justify-content: center;

    padding: 20px;

    background:
        radial-gradient(
            circle at center,
            rgba(95, 231, 255, 0.10),
            transparent 38%
        ),
        rgba(0, 0, 0, 0.78);

    backdrop-filter: blur(7px);

    z-index: 100001;
}

.login-required-box {
    position: relative;
    overflow: hidden;

    width: 100%;
    max-width: 560px;

    padding: 42px 42px 34px;

    border: 1px solid rgba(180, 210, 255, 0.36);
    border-radius: 26px;

    background:
        radial-gradient(
            circle at top,
            rgba(95, 231, 255, 0.16),
            transparent 34%
        ),
        radial-gradient(
            circle at 85% 20%,
            rgba(255, 80, 210, 0.12),
            transparent 32%
        ),
        linear-gradient(
            180deg,
            rgba(18, 26, 48, 0.98),
            rgba(8, 13, 28, 0.98)
        );

    text-align: center;

    box-shadow:
        0 30px 90px rgba(0, 0, 0, 0.72),
        0 0 38px rgba(95, 231, 255, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.10);

    animation: loginModalPop 0.24s ease;
}

.login-required-box::before {
    content: "";
    position: absolute;
    inset: -2px;

    background:
        linear-gradient(
            135deg,
            rgba(95, 231, 255, 0.35),
            transparent 28%,
            transparent 68%,
            rgba(255, 80, 210, 0.35)
        );

    opacity: 0.45;
    pointer-events: none;
}

.login-required-box > * {
    position: relative;
    z-index: 1;
}

@keyframes loginModalPop {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.login-lock-wrap {
    position: relative;

    width: 84px;
    height: 84px;

    margin: 0 auto 24px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.login-lock-glow {
    position: absolute;
    inset: 0;

    border-radius: 50%;

    background:
        conic-gradient(
            from 0deg,
            rgba(95, 231, 255, 0.95),
            rgba(160, 90, 255, 0.9),
            rgba(255, 80, 210, 0.9),
            rgba(95, 231, 255, 0.95)
        );

    filter: blur(2px);
    opacity: 0.88;

    animation: loginGlowSpin 4s linear infinite;
}

.login-lock-glow::after {
    content: "";
    position: absolute;
    inset: 2px;

    border-radius: 50%;

    background: #111827;
}

.login-lock-icon {
    position: relative;
    z-index: 2;

    width: 64px;
    height: 64px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: transparent;
}

.login-lock-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;

    animation: lockFloat 3s ease-in-out infinite;

    filter:
        drop-shadow(0 0 8px rgba(95, 231, 255, 0.45));
}

@keyframes lockFloat {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-6px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes loginGlowSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.login-required-title {
    color: #ffffff;

    font-size: 34px;
    font-weight: 900;
    letter-spacing: 0.04em;

    margin-bottom: 16px;

    text-shadow:
        0 4px 18px rgba(0,0,0,0.5),
        0 0 16px rgba(255,255,255,0.12);
}

.login-title-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    margin-bottom: 24px;
}

.login-title-line span {
    display: block;

    width: 110px;
    height: 2px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(95, 231, 255, 0.9),
            rgba(255, 80, 210, 0.9)
        );
}

.login-title-line span:last-child {
    transform: scaleX(-1);
}

.login-title-line b {
    color: rgba(160, 120, 255, 0.95);

    font-size: 14px;
}

.login-required-text {
    color: rgba(255,255,255,0.82);

    font-size: 16px;
    font-weight: 700;
    line-height: 1.85;

    margin-bottom: 28px;
}

.login-google-btn {
    width: 100%;
    height: 62px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;

    border: 2px solid transparent;
    border-radius: 16px;

    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(
            135deg,
            rgba(95, 231, 255, 1),
            rgba(255, 80, 210, 1)
        ) border-box;

    color: #101827;

    font-size: 19px;
    font-weight: 900;
    letter-spacing: 0.03em;
    text-decoration: none;

    box-shadow:
        0 14px 28px rgba(0,0,0,0.34),
        0 0 22px rgba(95, 231, 255, 0.18);

    transition: 0.22s ease;
}

.login-google-btn:hover {
    transform: translateY(-3px) scale(1.01);

    box-shadow:
        0 18px 34px rgba(0,0,0,0.44),
        0 0 28px rgba(95, 231, 255, 0.28),
        0 0 24px rgba(255, 80, 210, 0.18);
}

.login-google-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-google-icon img {
    width: 28px !important;
    height: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;

    object-fit: contain;
}

.login-line-btn {
    width: 100%;
    height: 62px;
    margin-top: 14px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;

    border: 2px solid transparent;
    border-radius: 16px;

    background: #06C755;
    color: white;

    font-size: 19px;
    font-weight: 900;
    letter-spacing: 0.03em;
    text-decoration: none;

    box-shadow:
        0 14px 28px rgba(0,0,0,0.34),
        0 0 22px rgba(6, 199, 85, 0.18);

    transition: 0.22s ease;
}

.login-line-btn:hover {
    transform: translateY(-3px) scale(1.01);
    background: #05b74d;

    box-shadow:
        0 18px 34px rgba(0,0,0,0.44),
        0 0 28px rgba(6, 199, 85, 0.30);
}

.login-close-btn {
    min-width: 150px;

    margin-top: 28px;
    padding: 13px 28px;

    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 16px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,0.16),
            rgba(255,255,255,0.08)
        );

    color: white;

    font-size: 16px;
    font-weight: 900;

    cursor: pointer;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.12),
        0 10px 24px rgba(0,0,0,0.28);

    transition: 0.22s ease;
}

.login-close-btn:hover {
    transform: translateY(-2px);

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,0.24),
            rgba(255,255,255,0.12)
        );
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 760px) {
    .oripa-page {
        padding: 25px 15px 70px;
    }

    .oripa-title {
        font-size: 30px;
        text-align: center;
        margin-bottom: 25px;
    }

    .oripa-category-tabs {
        justify-content: flex-start;
        margin-bottom: 22px;
        padding: 2px 2px 8px;
        gap: 10px;
    }

    .oripa-category-tab {
        min-width: auto;
        padding: 9px 18px;
        font-size: 13px;
    }

    .oripa-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .oripa-banner {
        height: 210px;
    }

    .result-card-list {
        grid-template-columns: repeat(2, 1fr);
        max-height: 65vh;
    }

    .result-title {
        font-size: 22px;
    }

    .oripa-result-row {
        grid-template-columns: 90px 1fr;
    }

    .oripa-result-row img {
        width: 90px;
        height: 125px;
    }

    .oripa-results-title {
        font-size: 24px;
    }
}

@media (max-width: 640px) {
    .login-required-box {
        max-width: 94vw;
        padding: 34px 22px 28px;
        border-radius: 22px;
    }

    .login-required-title {
        font-size: 26px;
    }

    .login-required-text {
        font-size: 14px;
    }

    .login-title-line span {
        width: 70px;
    }

    .login-google-btn {
        height: 56px;
        font-size: 16px;
    }
    .login-line-btn {
        height: 56px;
        font-size: 16px;
    }
}

.magnet-loader-badge {
    background: linear-gradient(135deg, #5fe7ff, #fabcdb);
    color: #102033;
}

.test-only-ribbon {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 5;
    padding: 6px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff3b3b, #ffb000);
    color: #fff;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: 0.04em;
    box-shadow: 0 0 14px rgba(255, 80, 80, 0.65);
}

.login-discord-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    width: 100%;
    height: 64px;

    padding: 0 22px;
    margin-top: 18px;

    border: none;
    border-radius: 18px;

    background: linear-gradient(
        135deg,
        #5865F2,
        #7289DA
    );

    color: white;
    text-decoration: none;

    font-size: 20px;
    font-weight: 900;

    box-sizing: border-box;

    box-shadow:
        0 10px 24px rgba(88, 101, 242, 0.35);

    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        filter 0.22s ease;
}

.login-discord-btn:hover {
    transform: translateY(-2px);

    box-shadow:
        0 14px 28px rgba(88, 101, 242, 0.48);

    filter: brightness(1.04);

    color: white;
}

.login-discord-btn img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    flex-shrink: 0;
}

.oripa-vip-required-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 12px;
    padding: 6px 14px;

    border-radius: 999px;

    color: white;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.06em;

    box-shadow:
        0 0 14px rgba(0,0,0,0.28),
        inset 0 1px 0 rgba(255,255,255,0.18);
}

.oripa-vip-required-badge[data-vip="bronze"] {
    background: linear-gradient(135deg, #b87333, #6f3f1f);
}

.oripa-vip-required-badge[data-vip="silver"] {
    background: linear-gradient(135deg, #f2f2f2, #9fa7b3);
    color: #111827;
}

.oripa-vip-required-badge[data-vip="gold"] {
    background: linear-gradient(135deg, #ffe680, #d89b18);
    color: #211400;
}

.oripa-vip-required-badge[data-vip="diamond"] {
    background: linear-gradient(135deg, #b8f7ff, #7d8cff);
    color: #071526;
}

.oripa-vip-required-badge[data-vip="black"] {
    background: linear-gradient(135deg, #111111, #3a3a3a);
    border: 1px solid rgba(255,255,255,0.28);
}

.oripa-vip-required-badge[data-vip="koripavip"] {
    color: white;

    background:
        linear-gradient(
            135deg,
            #ff9ed8 0%,
            #ff6fb8 32%,
            #77eaff 68%,
            #5fe7ff 100%
        );

    border: 1px solid rgba(255,255,255,0.42);

    box-shadow:
        0 0 14px rgba(255, 120, 200, 0.45),
        0 0 18px rgba(95, 231, 255, 0.45),
        inset 0 1px 0 rgba(255,255,255,0.35);

    text-shadow:
        0 1px 2px rgba(0,0,0,0.38);
}

.preparing-ribbon {
    position: absolute;
    top: 18px;
    right: -34px;

    width: 140px;
    padding: 8px 0;

    text-align: center;

    background: linear-gradient(135deg, #ffe680, #ffae3d);

    color: #2a1800;

    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;

    transform: rotate(45deg);

    box-shadow:
        0 0 16px rgba(255, 210, 90, 0.45);

    z-index: 5;
}

.oripa-card.oripa-preparing {
    opacity: 0.9;
    border-color: rgba(255, 210, 90, 0.42);

    box-shadow:
        0 20px 50px rgba(0,0,0,0.38),
        0 0 24px rgba(255, 210, 90, 0.18);
}

.preparing-btn {
    width: 100%;
    height: 58px;

    border: none;
    border-radius: 16px;

    background: linear-gradient(135deg, #ffe680, #ffae3d);

    color: #2a1800;

    font-size: 17px;
    font-weight: 900;

    cursor: not-allowed;

    box-shadow:
        0 12px 26px rgba(0,0,0,0.28),
        0 0 18px rgba(255, 210, 90, 0.25);

    opacity: 0.95;
}

.vip-required-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(7px);
    z-index: 999999;
}

.vip-required-box {
    width: 100%;
    max-width: 520px;
    padding: 36px 32px 30px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top, rgba(255, 120, 200, 0.18), transparent 35%),
        radial-gradient(circle at 85% 20%, rgba(95, 231, 255, 0.16), transparent 35%),
        linear-gradient(180deg, #151d36, #080d1c);
    border: 1px solid rgba(255,255,255,0.22);
    text-align: center;
    box-shadow: 0 30px 90px rgba(0,0,0,0.7);
}

.vip-required-icon {
    color: #5fe7ff;
    font-size: 30px;
    margin-bottom: 14px;
}

.vip-required-title {
    color: white;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 14px;
}

.vip-required-text {
    color: rgba(255,255,255,0.85);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 26px;
}

.vip-required-close-btn {
    padding: 12px 28px;
    border: none;
    border-radius: 16px;
    background: linear-gradient(135deg, #ff9ed8, #5fe7ff);
    color: white;
    font-weight: 900;
    cursor: pointer;
}

#resultModal .result-box {
    width: fit-content;
    max-width: 92vw;
    padding: 0;
    overflow: hidden;
}

#videoStage {
    line-height: 0;
}

#resultVideo {
    display: block;
    width: auto;
    max-width: 92vw;
    max-height: 82vh;
    object-fit: contain;
}

#resultModal:not(.showing-results) .result-box {
    width: auto;
    max-width: 95vw;
    padding: 18px;
    border-radius: 28px;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;
}

#resultModal:not(.showing-results) #videoStage {
    line-height: 0;
}

#resultModal:not(.showing-results) #resultVideo {
    display: block;

    width: auto;
    height: auto;

    max-width: min(520px, 92vw);
    max-height: 84vh;

    border-radius: 22px;
    object-fit: contain;
}

/* Result mode: restore old card result layout */
#resultModal.showing-results .result-box {
    width: 100%;
    max-width: 720px;
}

#resultModal.showing-results #resultCard {
    width: 100%;
}

#resultModal.showing-results .result-card-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 16px;
    max-height: 70vh;
    overflow-y: auto;
}

.oripa-category-header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.oripa-category-tabs {
    grid-column: 2;
    margin: 0;
}

.preload-enshutu-btn{
    height:48px;
    padding:0 24px;
    grid-column: 3;
    justify-self: end;
    border:none;
    border-radius:999px;

    background:
        linear-gradient(
            135deg,
            #ff7ab8,
            #5fe7ff
        );

    color:white;
    font-weight:900;

    cursor:pointer;

    white-space:nowrap;
}

#preloadModal{
    position:fixed;
    inset:0;

    display:none;
    justify-content:center;
    align-items:center;

    background:rgba(0,0,0,.85);

    z-index:999999;
}

.preload-modal-box{
    width:520px;
    max-width:90vw;

    padding:32px;

    border-radius:24px;

    background:#111a2c;

    text-align:center;
}

.preload-title{
    font-size:28px;
    font-weight:900;
    color:white;

    margin-bottom:20px;
}

.preload-progress-wrap{
    margin-top:24px;
}

.preload-progress-bar{
    width:100%;
    height:16px;

    border-radius:999px;
    overflow:hidden;

    background:rgba(255,255,255,.15);
}

.preload-progress-fill{
    width:0%;
    height:100%;

    background:
        linear-gradient(
            90deg,
            #ff7ab8,
            #5fe7ff
        );

    transition:width .3s ease;
}

#preloadPercent{
    margin-top:10px;
    color:white;
}

@media (max-width:760px){

    .oripa-category-header{
        flex-direction:column;
        align-items:stretch;
    }

    .preload-enshutu-btn{
        width:100%;
    }
}

.preload-action-row{
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

#resultModal .close-btn,
#oripaResultsModal .close-btn,
#prizeModal .close-btn,
#realPhotoModal .close-btn,
#preloadModal .close-btn {
    position: static;
    top: auto;
    right: auto;

    width: auto;
    height: auto;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin: 22px auto 0;
    padding: 14px 34px;

    border: none;
    border-radius: 16px;

    background: linear-gradient(135deg, #ff9ed8, #5fe7ff);

    color: white;
    font-size: 15px;
    font-weight: 900;

    transform: none;
}

#resultModal .close-btn:hover,
#oripaResultsModal .close-btn:hover,
#prizeModal .close-btn:hover,
#realPhotoModal .close-btn:hover,
#preloadModal .close-btn:hover {
    transform: translateY(-2px);
    color: white;
}

@media (max-width: 768px) {
    .oripa-category-header {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        margin: 0 -15px 24px;
        overflow: hidden;
    }

    .oripa-category-tabs {
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: visible;
        gap: 10px;
        margin: 0;
        padding: 0 24px 6px;
        scroll-padding-left: 24px;
        scroll-padding-right: 24px;
    }

    .oripa-category-tab {
        flex: 0 0 auto;
        min-width: 92px;
        padding: 11px 20px;
        font-size: 13px;
    }

    .preload-enshutu-btn {
        width: calc(100% - 48px);
        margin: 0 auto;
        position: static;
        justify-content: center;
    }
}

.oripa-login-legal-text {
    margin: 18px auto 0;
    max-width: 420px;

    color: rgba(255,255,255,0.62);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
}

.oripa-login-legal-text .login-legal-link {
    padding: 0;
    border: none;
    background: transparent;

    color: rgba(95,231,255,0.95);
    font: inherit;
    font-weight: 900;

    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.oripa-login-legal-text .login-legal-link:hover {
    color: #fff;
    text-shadow: 0 0 10px rgba(95,231,255,0.55);
}

#footerModal.footer-modal {
    z-index: 1000000;
}

#loginRequiredModal.login-required-modal {
    z-index: 100001;
}