html body {
    margin: 0;
}

.wrl-page {
    position: relative;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 20%, rgba(119, 0, 24, 0.55), transparent 30%),
        radial-gradient(circle at 80% 82%, rgba(80, 0, 15, 0.35), transparent 34%),
        linear-gradient(145deg, #050506 0%, #10070a 48%, #020203 100%);
    color: #f3e8e8;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
    box-sizing: border-box;
}

.wrl-page * {
    box-sizing: border-box;
}

.wrl-noise {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.08;
    background-image:
        linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
    background-size: 42px 42px;
}

.wrl-orb {
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 999px;
    filter: blur(18px);
    opacity: 0.28;
    background: #7a001a;
}

.wrl-orb-one {
    top: -110px;
    right: -90px;
}

.wrl-orb-two {
    bottom: -150px;
    left: -100px;
}

.wrl-logo-wrap {
    position: relative;
    z-index: 3;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 46px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrl-logo {
    display: block;
    width: min(290px, 78vw);
    height: auto;
    image-rendering: auto;
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.16));
}
.wrl-media-shell {
    position: relative;
    z-index: 3;
    width: min(760px, calc(100% - 40px));
    margin: 28px auto 0;
}


.wrl-ad-shell {
    position: relative;
    z-index: 3;
    width: min(760px, calc(100% - 40px));
    margin: 22px auto 0;
    overflow: hidden;
}

.wrl-records + .wrl-ad-shell {
    margin-top: 0;
    margin-bottom: 36px;
}

.wrl-trailer {
    display: block;
    width: 100%;
    height: auto;
    background: #000;
    border: 1px solid rgba(255, 128, 149, 0.24);
    box-shadow: 0 24px 70px rgba(0,0,0,0.42);
    object-fit: contain;
}

.wrl-watch-row {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 14px;
    padding: 0;
    border: 0;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
}

.wrl-watch-button-logo {
    display: block;
    width: auto;
    height: 28px;
    object-fit: contain;
    object-position: center;
    flex: 0 0 auto;
}

.wrl-watch-logo-box {
    flex: 0 0 86px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #000;
}

.wrl-watch-logo {
    display: block;
    width: auto;
    height: 78px;
    object-fit: contain;
}

.wrl-watch-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 14px;
    min-height: 64px;
    padding: 14px 18px;
    background: linear-gradient(180deg, #232323 0%, #070707 60%, #000 100%);
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.045em;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.22), inset 0 -8px 16px rgba(0,0,0,0.78);
    text-shadow: 0 2px 4px rgba(0,0,0,0.75);
    transform: translateY(0);
    transition: transform 0.16s ease, background 0.16s ease, filter 0.16s ease;
}

.wrl-watch-button:visited,
.wrl-watch-button:hover,
.wrl-watch-button:focus,
.wrl-watch-button:active {
    color: #fff;
}

.wrl-watch-button:hover {
    background: linear-gradient(180deg, #2b2b2b 0%, #080808 60%, #000 100%);
    transform: translateY(-1px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.24), inset 0 -8px 16px rgba(0,0,0,0.8);
    filter: brightness(1.04);
}


.wrl-watch-button:active {
    transform: translateY(2px);
    box-shadow: inset 0 2px 8px rgba(0,0,0,0.86), inset 0 -4px 10px rgba(0,0,0,0.72);
}

.wrl-shell,
.wrl-records-inner {
    position: relative;
    z-index: 2;
    width: min(760px, calc(100% - 40px));
    margin: 0 auto;
}

.wrl-shell {
    min-height: auto;
    display: block;
    padding: 15px 0 42px;
}

.wrl-form,
.wrl-result-card,
.wrl-records-inner {
    border: 1px solid rgba(255, 128, 149, 0.24);
    background: rgba(9, 9, 12, 0.78);
    backdrop-filter: blur(22px);
    box-shadow: 0 30px 90px rgba(0,0,0,0.42);
}

.wrl-form,
.wrl-result-card {
    width: 100%;
    padding: 34px;
}

.wrl-result-card h1 {
    margin: 0 0 12px;
    font-size: clamp(30px, 5vw, 46px);
    line-height: 1.16;
    letter-spacing: -0.05em;
    color: #fff;
}

.wrl-result-note {
    color: #dbc3c6;
    margin: 0 0 24px;
    line-height: 1.65;
    word-break: keep-all;
}

.wrl-form-heading {
    width: 100%;
    margin: 0 0 16px;
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.wrl-form label {
    display: block;
    color: #f2dede;
    font-size: 14px;
    margin: 18px 0 8px;
}

.wrl-form label:first-of-type {
    margin-top: 0;
}

.wrl-form input,
.wrl-form textarea {
    width: 100%;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.06);
    color: #fff;
    padding: 14px 15px;
    font-size: 15px;
    outline: none;
    border-radius: 0;
    box-shadow: none;
}

.wrl-form input::-webkit-outer-spin-button,
.wrl-form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.wrl-form input[type="number"] {
    -moz-appearance: textfield;
}

.wrl-form textarea {
    resize: vertical;
    min-height: 180px;
}

.wrl-form textarea#wrl_wish,
.wrl-form textarea[name="wrl_wish"] {
    color: #ffffff !important;
    -webkit-text-fill-color: #fff;
    caret-color: #fff;
}

.wrl-form input:focus,
.wrl-form textarea:focus,
.wrl-share-box input:focus {
    border-color: rgba(255, 93, 120, 0.78);
    background: rgba(255,255,255,0.09);
}

.wrl-date-row {
    display: grid;
    grid-template-columns: 1fr 0.72fr 0.72fr;
    gap: 10px;
}

.wrl-date-field {
    position: relative;
}

.wrl-date-field input {
    padding-left: 14px;
    padding-right: 14px;
    text-align: center;
}

.wrl-date-field span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    border-radius: 0;
    background: transparent;
    color: #000 !important;
    -webkit-text-fill-color: #000;
    text-shadow: none;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -0.02em;
    pointer-events: none;
    transition: opacity 0.14s ease, transform 0.14s ease;
}

.wrl-date-field input:focus + span,
.wrl-date-field input:not(:placeholder-shown) + span {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.92);
}

.wrl-form button,
.wrl-reset-link,
.wrl-like-button,
.wrl-copy-button,
.wrl-user-delete-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border: 0;
    background: #8f001f;
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: -0.02em;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    transition: transform 0.18s ease, background 0.18s ease, opacity 0.18s ease;
}

.wrl-form button,
.wrl-reset-link {
    width: 100%;
    margin-top: 22px;
}

.wrl-form button:hover,
.wrl-reset-link:hover,
.wrl-like-button:hover,
.wrl-copy-button:hover,
.wrl-user-delete-button:hover {
    background: #111;
    transform: translateY(-1px);
    color: #fff;
}

.wrl-like-button:disabled,
.wrl-copy-button:disabled,
.wrl-user-delete-button:disabled {
    opacity: 0.58;
    cursor: not-allowed;
    transform: none;
}

.wrl-copy-button {
    background: rgba(255,255,255,0.12);
}

.wrl-copy-button:hover {
    background: rgba(255,255,255,0.18);
}


.wrl-user-delete-button {
    width: 100%;
    background: #111;
    grid-column: 1 / -1;
}

.wrl-user-delete-button:hover {
    background: #8f001f;
}

.wrl-card-actions-with-delete {
    grid-template-columns: 1fr 1fr;
}

.wrl-card-actions-delete-only {
    grid-template-columns: 1fr;
}

.wrl-submitted-delete-wrap {
    width: 100%;
    margin-top: 14px;
}

.wrl-submitted-delete-wrap .wrl-user-delete-button {
    width: 100%;
}

.wrl-empty-delete-panel {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.wrl-empty-delete-button {
    width: 100%;
}

.wrl-delete-video-overlay {
    position: fixed;
    inset: 0;
    z-index: 1000000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #000;
}

.wrl-delete-video {
    width: auto;
    height: 100vh;
    height: 100dvh;
    max-width: none;
    max-height: none;
    object-fit: contain;
    display: block;
    background: #000;
}

.wrl-wish-card {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 18px;
    color: #fff;
    min-height: 100%;
    transition: opacity 0.45s ease, transform 0.45s ease, max-height 0.45s ease, padding 0.45s ease, margin 0.45s ease, border-color 0.45s ease;
}

.wrl-wish-card-single {
    margin-top: 22px;
}

.wrl-card-status {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 6px 10px;
    border: 1px solid rgba(255, 109, 130, 0.35);
    background: rgba(120, 0, 28, 0.22);
    color: #ffbcc6;
    font-size: 12px;
    letter-spacing: 0.08em;
}

.wrl-wish-text {
    margin: 0 0 18px;
    color: #fff;
    line-height: 1.7;
    word-break: keep-all;
    white-space: normal;
}

.wrl-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 12px 0;
}

.wrl-card-meta-wide {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.wrl-card-meta span {
    color: #ff97a8;
    font-size: 13px;
}

.wrl-card-meta strong {
    color: #fff;
    font-size: 15px;
    word-break: break-all;
}

.wrl-countdown {
    color: #ff3458 !important;
    font-size: 21px !important;
    letter-spacing: -0.03em;
    font-variant-numeric: tabular-nums;
}

.wrl-countdown-ended {
    color: #7f7f87 !important;
}

.wrl-card-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
}

.wrl-share-box {
    margin-top: 16px;
}

.wrl-share-box span {
    display: block;
    color: #ff97a8;
    font-size: 13px;
    margin-bottom: 7px;
}

.wrl-share-box input {
    width: 100%;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(0,0,0,0.26);
    color: #fff;
    padding: 13px 14px;
    outline: none;
    border-radius: 0;
    box-shadow: none;
}

.wrl-case-code {
    margin-top: 14px;
    color: rgba(255,255,255,0.45);
    font-size: 12px;
    letter-spacing: 0.08em;
}

.wrl-records {
    position: relative;
    z-index: 2;
    padding: 0 0 44px;
}

.wrl-fulfilled-records,
.wrl-ranking-records {
    padding-bottom: 80px;
}

.wrl-records-inner {
    width: min(760px, calc(100% - 40px));
    padding: 34px;
}

.wrl-records h2 {
    margin: 0 0 22px;
    color: #fff;
    font-size: 30px;
    letter-spacing: -0.04em;
}

.wrl-record-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}


.wrl-rank-card {
    display: block;
    width: 100%;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 18px;
    color: #fff;
}

.wrl-rank-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.wrl-rank-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    min-height: 23px;
    padding: 0 10px;
    background: rgba(143, 0, 31, 0.82);
    color: #fff;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.wrl-rank-like {
    color: #ffbcc6;
    font-size: 14px;
    font-weight: 800;
}

.wrl-rank-status {
    display: inline-flex;
    margin-top: 2px;
    padding: 6px 10px;
    border: 1px solid rgba(255, 218, 120, 0.36);
    background: rgba(255, 199, 64, 0.1);
    color: #ffe3a3;
    font-size: 12px;
    letter-spacing: 0.08em;
}

.wrl-ranking-group {
    margin-top: 26px;
}

.wrl-ranking-group:first-of-type {
    margin-top: 0;
}

.wrl-ranking-group h3 {
    margin: 0 0 14px;
    color: #ffbcc6;
    font-size: 21px;
    line-height: 1.25;
    letter-spacing: -0.04em;
}

.wrl-rank-card-top {
    border-color: rgba(255, 92, 120, 0.42);
}

.wrl-private-rank-image {
    margin-top: 14px;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 14px;
}

.wrl-private-rank-image img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid rgba(255,255,255,0.12);
}

.wrl-rank-image-form {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.wrl-rank-image-form label {
    display: block;
    margin-bottom: 8px;
    color: #ffbcc6;
    font-size: 13px;
    font-weight: 800;
}

.wrl-rank-image-form input[type="file"] {
    display: block;
    width: 100%;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.12);
    padding: 12px;
    background: rgba(0,0,0,0.24);
}

.wrl-rank-image-form button {
    width: 100%;
    min-height: 48px;
    margin-top: 10px;
    border: 0;
    background: #8f001f;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
}

.wrl-rank-image-form button:hover {
    background: #111;
}

.wrl-admin-notice {
    margin: 0 0 18px;
    padding: 12px 14px;
    color: #fff;
    background: rgba(143, 0, 31, 0.36);
    border: 1px solid rgba(255, 128, 149, 0.24);
}

.wrl-empty-record {
    margin: 0;
    color: #fff;
    line-height: 1.65;
    word-break: keep-all;
}

.wrl-fulfilled-card {
    border-color: rgba(255, 218, 120, 0.34);
    background: rgba(95, 64, 0, 0.18);
}

.wrl-fulfilled-card .wrl-card-status {
    color: #ffe3a3;
    border-color: rgba(255, 218, 120, 0.36);
    background: rgba(255, 199, 64, 0.1);
}

.wrl-expired-on-load,
.wrl-expired-now {
    border-color: rgba(255, 52, 88, 0.38);
    background: rgba(20, 20, 23, 0.72);
}

.wrl-cut-line {
    position: absolute;
    left: -18%;
    top: 50%;
    width: 136%;
    height: 4px;
    transform: rotate(-9deg) scaleX(0);
    transform-origin: left center;
    background: linear-gradient(90deg, rgba(255,255,255,0), #ff3458 16%, #ffffff 50%, #ff3458 84%, rgba(255,255,255,0));
    box-shadow: 0 0 16px rgba(255, 52, 88, 0.55);
    z-index: 3;
    animation: wrlCut 0.85s ease forwards;
}

.wrl-cut-text {
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 4;
    color: #ff3458;
    font-size: 12px;
    letter-spacing: 0.16em;
    font-weight: 900;
}

.wrl-expired-on-load .wrl-wish-text,
.wrl-expired-now .wrl-wish-text {
    color: rgba(255,255,255,0.34);
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: #ff3458;
}

.wrl-fade-out {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
    max-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    border-color: transparent !important;
    pointer-events: none;
}

.wrl-message {
    margin-top: 10px;
    color: #ffbcc6;
    font-size: 13px;
    line-height: 1.5;
}


.wrl-alert-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0,0,0,0.72);
    backdrop-filter: blur(8px);
}

.wrl-alert-box {
    position: relative;
    width: min(420px, 100%);
    padding: 26px 24px 24px;
    border: 1px solid rgba(255, 128, 149, 0.34);
    background:
        radial-gradient(circle at 50% 0%, rgba(143, 0, 31, 0.42), transparent 44%),
        linear-gradient(145deg, rgba(15, 10, 13, 0.98), rgba(3, 3, 5, 0.98));
    color: #fff;
    box-shadow: 0 26px 90px rgba(0,0,0,0.68), inset 0 1px 0 rgba(255,255,255,0.08);
    text-align: center;
}

.wrl-alert-title {
    margin: 0 0 14px;
    color: #fff;
    font-size: 27px;
    line-height: 1.2;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.wrl-alert-text {
    margin: 0;
    color: #f4d9dd;
    font-size: 17px;
    line-height: 1.75;
    word-break: keep-all;
}



.wrl-submitted-alert-box {
    width: min(460px, 100%);
    padding: 30px 24px 24px;
}

.wrl-submitted-alert-box .wrl-alert-title {
    margin-bottom: 18px;
    font-size: 28px;
}

.wrl-submitted-alert-box .wrl-alert-text {
    display: block;
    padding: 18px 16px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.06);
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    word-break: keep-all;
}

.wrl-alert-highlight {
    display: inline-block !important;
    margin: 0 !important;
    color: #ffffff !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: 950 !important;
}

.wrl-alert-subtitle {
    display: block !important;
    margin: 0 !important;
    color: #f4d9dd;
    font-weight: 800;
    line-height: 1.35 !important;
}

.wrl-alert-point-list {
    display: block !important;
    margin: 4px 0 0 !important;
    padding: 0 !important;
    line-height: 1.05 !important;
}

.wrl-alert-point {
    display: block !important;
    position: relative !important;
    margin: 1px 0 0 !important;
    padding: 0 0 0 15px !important;
    color: #ffffff !important;
    font-weight: 750 !important;
    line-height: 1.08 !important;
    min-height: 0 !important;
}

.wrl-alert-point + .wrl-alert-point {
    margin-top: 2px !important;
}

.wrl-alert-point::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 0.55em !important;
    width: 5px !important;
    height: 5px !important;
    border-radius: 999px !important;
    background: #8f001f !important;
    transform: translateY(-50%) !important;
}

.wrl-alert-button {
    width: 100%;
    min-height: 52px;
    margin-top: 22px;
    border: 0;
    background: linear-gradient(180deg, #a90027 0%, #790019 100%);
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), inset 0 -6px 12px rgba(0,0,0,0.32);
}

.wrl-alert-button:hover {
    background: linear-gradient(180deg, #bd002d 0%, #87001d 100%);
}

@keyframes wrlCut {
    from {
        transform: rotate(-9deg) scaleX(0);
    }
    to {
        transform: rotate(-9deg) scaleX(1);
    }
}

@media (max-width: 920px) {
    .wrl-shell {
        padding: 15px 0 34px;
    }

    .wrl-form,
    .wrl-result-card,
    .wrl-records-inner {
        padding: 24px;
    }
}

@media (max-width: 700px) {
    .wrl-record-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .wrl-shell,
    .wrl-records-inner,
    .wrl-ad-shell,
    .wrl-media-shell,
    .wrl-info-inner {
        width: min(100% - 24px, 760px);
    }

    .wrl-logo-wrap {
        width: min(100% - 24px, 1180px);
    }

    .wrl-logo-wrap {
        padding-top: 28px;
    }

    .wrl-shell {
        padding: 12px 0 26px;
    }

    .wrl-form,
    .wrl-result-card,
    .wrl-records-inner,
    .wrl-info-inner {
        padding: 20px;
    }

    .wrl-records {
        padding-bottom: 36px;
    }

    .wrl-fulfilled-records,
    .wrl-ranking-records {
        padding-bottom: 52px;
    }

    .wrl-card-actions,
    .wrl-card-actions-with-delete {
        grid-template-columns: 1fr;
    }

    .wrl-date-row {
        grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.76fr) minmax(0, 0.76fr);
        gap: 6px;
    }

    .wrl-date-field input {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 14px;
        text-align: center;
    }

    .wrl-date-field span {
        min-width: 30px;
        height: 30px;
        padding: 0 8px;
        font-size: 12px;
    }

    .wrl-watch-row {
        gap: 8px;
        padding: 0;
        margin-top: 12px;
    }

    .wrl-watch-button-logo {
        width: auto;
        height: 23px;
    }

    .wrl-watch-button {
        gap: 10px;
        min-height: 56px;
        font-size: 23px;
        line-height: 1;
        padding: 12px 14px;
        border-radius: 12px;
    }

    .wrl-info-block ul {
        grid-template-columns: 1fr;
    }
}

.wrl-info-section {
    position: relative;
    z-index: 2;
    padding: 0 0 72px;
}

.wrl-info-inner {
    width: min(760px, calc(100% - 40px));
    margin: 0 auto;
    padding: 34px;
    border: 1px solid rgba(255, 128, 149, 0.24);
    background: rgba(9, 9, 12, 0.78);
    backdrop-filter: blur(22px);
    box-shadow: 0 30px 90px rgba(0,0,0,0.42);
    color: #fff;
}

.wrl-info-kicker {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 6px 10px;
    border: 1px solid rgba(255, 109, 130, 0.35);
    background: rgba(120, 0, 28, 0.22);
    color: #ffbcc6;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.wrl-info-inner h2 {
    margin: 0 0 22px;
    color: #fff;
    font-size: 30px;
    line-height: 1.25;
    letter-spacing: -0.04em;
}

.wrl-info-block {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.wrl-info-block:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.wrl-info-block h3 {
    margin: 0 0 10px;
    color: #ffbcc6;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.035em;
}

.wrl-info-block p {
    margin: 0;
    color: #f2dede;
    font-size: 15px;
    line-height: 1.78;
    word-break: keep-all;
}

.wrl-info-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.wrl-info-block li {
    padding: 12px 13px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.06);
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
}


.wrl-admin-delete-form {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
    padding-top: 6px;
    border-top: 0;
}

.wrl-admin-delete-form button {
    width: auto;
    min-height: 28px;
    padding: 0 8px;
    border: 1px solid rgba(255, 128, 149, 0.22);
    background: rgba(20, 20, 23, 0.58);
    color: #ffbcc6;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    cursor: pointer;
}

.wrl-admin-delete-form button:hover {
    background: #8f001f;
    color: #fff;
}

.wrl-admin-page-notice {
    position: relative;
    z-index: 3;
    width: min(760px, calc(100% - 40px));
    margin: 18px auto 0;
    padding: 12px 14px;
    color: #fff;
    background: rgba(143, 0, 31, 0.36);
    border: 1px solid rgba(255, 128, 149, 0.24);
    box-shadow: 0 18px 50px rgba(0,0,0,0.32);
}


.wrl-copy-alert-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.74);
    backdrop-filter: blur(10px);
    animation: wrlAlertFade 0.18s ease-out;
}

.wrl-copy-alert-overlay.wrl-copy-alert-hide {
    opacity: 0;
    transition: opacity 0.18s ease;
}

.wrl-copy-alert-box {
    width: min(430px, 100%);
    padding: 34px 28px 28px;
    text-align: center;
    color: #fff;
    border: 1px solid rgba(255, 82, 112, 0.44);
    background:
        radial-gradient(circle at 50% 0%, rgba(180, 0, 39, 0.38), transparent 58%),
        linear-gradient(180deg, rgba(23, 9, 13, 0.98), rgba(5, 5, 7, 0.98));
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.68), inset 0 1px 0 rgba(255,255,255,0.14);
}

.wrl-copy-alert-mark {
    width: 54px;
    height: 54px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    background: linear-gradient(180deg, #e6002e, #740016);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.24);
}

.wrl-copy-alert-title {
    margin: 0 0 12px;
    font-size: clamp(24px, 5vw, 32px);
    line-height: 1.2;
    letter-spacing: -0.045em;
    color: #fff;
}

.wrl-copy-alert-text {
    margin: 0;
    color: #f1d2d7;
    font-size: 17px;
    line-height: 1.65;
    word-break: keep-all;
}

.wrl-copy-alert-button {
    width: 100%;
    margin-top: 24px;
    border: 0;
    padding: 15px 18px;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    background: linear-gradient(180deg, #d8002b, #720015);
    cursor: pointer;
}

.wrl-copy-alert-button:hover,
.wrl-copy-alert-button:focus,
.wrl-copy-alert-button:active {
    color: #fff;
    filter: brightness(1.08);
}

@media (max-width: 520px) {
    .wrl-info-inner {
        width: min(100% - 24px, 760px);
        padding: 20px;
    }

    .wrl-info-block ul {
        grid-template-columns: 1fr;
    }
}


.wrl-cast-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
    gap: 14px;
}

.wrl-cast-card {
    overflow: hidden;
    border-radius: 16px;
    background: #f1f1f1;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 10px 24px rgba(0,0,0,0.16);
}

.wrl-cast-thumb-wrap {
    aspect-ratio: 1 / 1;
    background: #d8d8d8;
}

.wrl-cast-thumb {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrl-cast-meta {
    padding: 10px 12px 12px;
}

.wrl-cast-role {
    color: #111;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    word-break: keep-all;
}

.wrl-cast-actor {
    margin-top: 4px;
    color: #666;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
}

.wrl-cast-instagram {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 36px;
    margin-top: 10px;
    padding: 8px 10px;
    border-radius: 10px;
    background: #0f0f10;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.wrl-cast-instagram:visited,
.wrl-cast-instagram:hover,
.wrl-cast-instagram:focus,
.wrl-cast-instagram:active {
    color: #fff;
}

@media (max-width: 520px) {
    .wrl-cast-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .wrl-cast-role {
        font-size: 13px;
    }

    .wrl-cast-actor,
    .wrl-cast-instagram {
        font-size: 12px;
    }
}


.wrl-info-watch-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 58px;
    gap: 12px;
    margin-top: 4px;
    padding: 13px 18px;
    border-radius: 14px;
    border: 1px solid rgba(255, 42, 74, 0.44);
    background: linear-gradient(180deg, #231014 0%, #080808 58%, #000 100%);
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.045em;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.16), inset 0 -8px 18px rgba(0,0,0,0.76);
}

.wrl-info-watch-button:visited,
.wrl-info-watch-button:hover,
.wrl-info-watch-button:focus,
.wrl-info-watch-button:active {
    color: #fff;
}

.wrl-info-watch-button:hover {
    background: linear-gradient(180deg, #370b13 0%, #0b0b0b 58%, #000 100%);
}

.wrl-info-watch-logo {
    display: block;
    width: auto;
    height: 26px;
    object-fit: contain;
}

.wrl-cast-grid {
    grid-template-columns: repeat(auto-fit, minmax(136px, 1fr));
    gap: 16px;
}

.wrl-cast-card {
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(22, 3, 6, 0.98) 0%, rgba(6, 6, 8, 0.98) 100%);
    border: 1px solid rgba(255, 42, 74, 0.34);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 16px 34px rgba(0,0,0,0.34);
}

.wrl-cast-thumb-wrap {
    aspect-ratio: 1 / 1;
    background: #0b0b0d;
    border-bottom: 1px solid rgba(255, 42, 74, 0.28);
}

.wrl-cast-meta {
    padding: 13px 12px 14px;
    text-align: center;
}

.wrl-cast-role {
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 900;
    text-align: center;
    word-break: keep-all;
}

.wrl-cast-actor {
    margin-top: 5px;
    color: #ffb9c2;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 800;
    text-align: center;
}

.wrl-cast-instagram {
    width: 100%;
    min-height: 38px;
    margin-top: 12px;
    padding: 9px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 88, 112, 0.42);
    background: linear-gradient(180deg, #b30027 0%, #750018 100%);
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.02em;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 8px 18px rgba(120,0,24,0.28);
}

.wrl-cast-instagram:visited,
.wrl-cast-instagram:hover,
.wrl-cast-instagram:focus,
.wrl-cast-instagram:active {
    color: #fff;
}

.wrl-cast-instagram:hover {
    background: linear-gradient(180deg, #ca002e 0%, #85001c 100%);
}

@media (max-width: 520px) {
    .wrl-info-watch-button {
        min-height: 52px;
        font-size: 21px;
        gap: 10px;
        padding: 12px 14px;
    }

    .wrl-info-watch-logo {
        height: 22px;
    }

    .wrl-cast-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
}


/* v1.21 - Girigo info and cast card refinement */
.wrl-watch-info-block p {
    margin-bottom: 16px;
}

.wrl-info-watch-button {
    min-height: 60px;
    margin-top: 0;
    border-radius: 14px;
    border: 1px solid rgba(255, 61, 89, 0.42);
    background: linear-gradient(180deg, #161616 0%, #050505 56%, #000 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), inset 0 -7px 16px rgba(0,0,0,0.8);
}

.wrl-info-watch-button:hover {
    background: linear-gradient(180deg, #24070d 0%, #080808 58%, #000 100%);
}

.wrl-cast-grid {
    grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
    gap: 16px;
}

.wrl-cast-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(180deg, #111113 0%, #08080a 54%, #150006 100%);
    border: 1px solid rgba(255, 48, 78, 0.32);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 14px 30px rgba(0,0,0,0.34);
}

.wrl-cast-card::after {
    content: "";
    position: absolute;
    inset: auto 12px 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 34, 68, 0.82), transparent);
    pointer-events: none;
}

.wrl-cast-thumb-wrap {
    border-bottom: 1px solid rgba(255, 48, 78, 0.24);
}

.wrl-cast-meta {
    padding: 14px 12px 15px;
    text-align: center;
}

.wrl-cast-role {
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 900;
    text-align: center;
    word-break: keep-all;
}

.wrl-cast-actor {
    margin-top: 5px;
    color: #ffb4bf;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 800;
    text-align: center;
}

.wrl-cast-instagram {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    min-height: 38px;
    margin-top: 13px;
    padding: 8px 10px;
    border-radius: 12px;
    border: 1px solid rgba(255, 72, 101, 0.34);
    background: rgba(0, 0, 0, 0.42);
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.025em;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.wrl-cast-insta-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: linear-gradient(180deg, #d60032 0%, #8e001f 100%);
    color: #fff;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: -0.03em;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}

.wrl-cast-instagram:visited,
.wrl-cast-instagram:hover,
.wrl-cast-instagram:focus,
.wrl-cast-instagram:active {
    color: #fff;
}

.wrl-cast-instagram:hover {
    border-color: rgba(255, 92, 119, 0.58);
    background: rgba(120, 0, 26, 0.52);
}

@media (max-width: 520px) {
    .wrl-cast-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .wrl-info-watch-button {
        min-height: 54px;
        font-size: 21px;
    }
}


/* v1.24 - Girigo game CTA */
.wrl-game-cta-shell {
    position: relative;
    z-index: 3;
    width: min(760px, calc(100% - 40px));
    margin: -18px auto 34px;
}

.wrl-game-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 14px;
    min-height: 64px;
    padding: 14px 18px;
    background: linear-gradient(180deg, #232323 0%, #070707 60%, #000 100%);
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.045em;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.22), inset 0 -8px 16px rgba(0,0,0,0.78);
    text-shadow: 0 2px 4px rgba(0,0,0,0.75);
    transform: translateY(0);
    transition: transform 0.16s ease, background 0.16s ease, filter 0.16s ease;
}

.wrl-game-button-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #e50914;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
    flex: 0 0 auto;
}

.wrl-game-button:visited,
.wrl-game-button:hover,
.wrl-game-button:focus,
.wrl-game-button:active {
    color: #fff;
}

.wrl-game-button:hover {
    background: linear-gradient(180deg, #2b2b2b 0%, #080808 60%, #000 100%);
    transform: translateY(-1px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.24), inset 0 -8px 16px rgba(0,0,0,0.8);
    filter: brightness(1.04);
}

.wrl-game-button:active {
    transform: translateY(2px);
    box-shadow: inset 0 2px 8px rgba(0,0,0,0.86), inset 0 -4px 10px rgba(0,0,0,0.72);
}

@media (max-width: 520px) {
    .wrl-game-cta-shell {
        width: min(100% - 24px, 760px);
        margin: -12px auto 28px;
    }

    .wrl-game-button-logo {
        width: 23px;
        height: 23px;
        font-size: 25px;
    }

    .wrl-game-button {
        gap: 10px;
        min-height: 56px;
        font-size: 23px;
        line-height: 1;
        padding: 12px 14px;
        border-radius: 12px;
    }
}

.wrl-game-cta-shell {
    position: relative;
    z-index: 3;
    width: min(760px, calc(100% - 40px));
    margin: -18px auto 34px;
}

.wrl-game-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 62px;
    padding: 15px 18px;
    border-radius: 16px;
    border: 1px solid rgba(255, 62, 91, 0.5);
    background: linear-gradient(180deg, #c4002b 0%, #7b0019 48%, #130005 100%);
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.04em;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), inset 0 -9px 18px rgba(0,0,0,0.58);
}

.wrl-game-button:visited,
.wrl-game-button:hover,
.wrl-game-button:focus,
.wrl-game-button:active {
    color: #fff;
}

.wrl-game-button:hover {
    background: linear-gradient(180deg, #e00032 0%, #8d001d 48%, #160006 100%);
}

.wrl-game-button:active {
    transform: translateY(1px);
}

@media (max-width: 520px) {
    .wrl-game-cta-shell {
        width: min(100% - 24px, 760px);
        margin: -12px auto 28px;
    }

    .wrl-game-button {
        min-height: 54px;
        font-size: 21px;
        border-radius: 14px;
    }
}


/* v1.25 - force Girigo game button to black watch-button style */
.wrl-game-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    min-height: 64px !important;
    padding: 14px 18px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    background: linear-gradient(180deg, #232323 0%, #070707 60%, #000 100%) !important;
    color: #ffffff !important;
    font-size: 28px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    letter-spacing: -0.045em !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.22), inset 0 -8px 16px rgba(0,0,0,0.78) !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.75) !important;
}

.wrl-game-button:hover {
    background: linear-gradient(180deg, #2b2b2b 0%, #080808 60%, #000 100%) !important;
    transform: translateY(-1px) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.24), inset 0 -8px 16px rgba(0,0,0,0.8) !important;
    filter: brightness(1.04) !important;
}

.wrl-game-button:visited,
.wrl-game-button:hover,
.wrl-game-button:focus,
.wrl-game-button:active {
    color: #ffffff !important;
}

.wrl-game-button-logo {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    color: #e50914 !important;
    font-size: 30px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    flex: 0 0 auto !important;
}

@media (max-width: 520px) {
    .wrl-game-button {
        gap: 10px !important;
        min-height: 56px !important;
        font-size: 23px !important;
        padding: 12px 14px !important;
        border-radius: 12px !important;
    }

    .wrl-game-button-logo {
        width: 23px !important;
        height: 23px !important;
        font-size: 25px !important;
    }
}


/* v1.27 - shared wish game bonus note */
.wrl-single-game-note {
    margin: 16px 0 10px;
    padding: 12px 14px;
    border: 1px solid rgba(229, 9, 20, 0.32);
    background: rgba(12, 0, 3, 0.58);
    color: #ffd7dc;
    font-size: 14px;
    line-height: 1.55;
    text-align: center;
    word-break: keep-all;
}

.wrl-result-card .wrl-game-cta-shell {
    width: 100%;
    margin: 10px 0 18px;
}


.wrl-language-switcher {
    position: relative;
    z-index: 5;
    width: min(760px, calc(100% - 40px));
    margin: 22px auto 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    color: #fff;
}

.wrl-language-label {
    margin-right: 4px;
    color: rgba(255,255,255,0.76);
    font-size: 13px;
    font-weight: 800;
}

.wrl-language-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 77, 105, 0.45);
    background: rgba(0,0,0,0.42);
    color: #f7dbe0;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
}

.wrl-language-link:visited,
.wrl-language-link:hover,
.wrl-language-link:focus,
.wrl-language-link:active {
    color: #fff;
}

.wrl-language-link.is-active {
    background: linear-gradient(180deg, #e40b2f 0%, #850019 100%);
    color: #fff;
    border-color: rgba(255, 130, 148, 0.72);
}

@media (max-width: 520px) {
    .wrl-language-switcher {
        width: min(100% - 24px, 760px);
        justify-content: center;
        margin-top: 16px;
    }

    .wrl-language-label {
        font-size: 12px;
    }

    .wrl-language-link {
        min-height: 30px;
        padding: 0 10px;
        font-size: 12px;
    }
}


/* v1.43 - keep long English CTA buttons on one mobile line */
@media (max-width: 520px) {
    .wrl-watch-button,
    .wrl-info-watch-button,
    .wrl-game-button {
        gap: 7px !important;
        min-height: 52px !important;
        padding: 11px 9px !important;
        font-size: clamp(13px, 3.55vw, 16px) !important;
        letter-spacing: -0.065em !important;
        white-space: nowrap !important;
    }

    .wrl-watch-button span,
    .wrl-info-watch-button span,
    .wrl-game-button span:last-child {
        display: inline-block !important;
        white-space: nowrap !important;
        min-width: 0 !important;
    }

    .wrl-watch-button-logo,
    .wrl-info-watch-logo,
    .wrl-game-button-logo {
        height: 20px !important;
        width: auto !important;
        flex: 0 0 auto !important;
    }

    .wrl-game-button-logo {
        width: 20px !important;
        font-size: 22px !important;
    }
}


/* v1.48 - App download page */
.wrl-app-download-cta-shell {
    position: relative;
    z-index: 3;
    width: min(760px, calc(100% - 40px));
    margin: -18px auto 34px;
}

.wrl-app-download-button,
.girigo-app-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 14px;
    min-height: 64px;
    padding: 14px 18px;
    background: linear-gradient(180deg, #232323 0%, #070707 60%, #000 100%);
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.045em;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.22), inset 0 -8px 16px rgba(0,0,0,0.78);
    text-shadow: 0 2px 4px rgba(0,0,0,0.75);
}

.wrl-app-download-button:visited,
.wrl-app-download-button:hover,
.wrl-app-download-button:focus,
.wrl-app-download-button:active,
.girigo-app-download-btn:visited,
.girigo-app-download-btn:hover,
.girigo-app-download-btn:focus,
.girigo-app-download-btn:active {
    color: #fff;
}

.wrl-app-download-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #e50914;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
    flex: 0 0 auto;
}

.wrl-app-page {
    padding-bottom: 80px;
}

.wrl-app-hero,
.wrl-app-card,
.wrl-app-screenshots,
.wrl-app-extra {
    position: relative;
    z-index: 2;
    width: min(760px, calc(100% - 40px));
    margin: 0 auto;
    color: #fff;
}

.wrl-app-hero {
    padding: 34px;
    border: 1px solid rgba(255, 128, 149, 0.24);
    background: rgba(9, 9, 12, 0.78);
    backdrop-filter: blur(22px);
    box-shadow: 0 30px 90px rgba(0,0,0,0.42);
}

.wrl-app-hero h1 {
    margin: 0 0 12px;
    font-size: clamp(31px, 5vw, 48px);
    line-height: 1.08;
    letter-spacing: -0.06em;
}

.wrl-app-hero p {
    margin: 0;
    color: #f2dede;
    font-size: 16px;
    line-height: 1.75;
    word-break: keep-all;
}

.wrl-app-card {
    display: flex;
    align-items: stretch;
    gap: 24px;
    margin-top: 24px;
    padding: 24px;
    border: 1px solid rgba(255, 128, 149, 0.24);
    background: linear-gradient(180deg, rgba(20, 10, 14, 0.92), rgba(8, 8, 10, 0.9));
    box-shadow: 0 30px 90px rgba(0,0,0,0.42);
}

.wrl-app-card-media {
    flex: 0 0 168px;
    display: flex;
}

.wrl-app-card-imgwrap {
    position: relative;
    width: 100%;
    min-height: 168px;
    border-radius: 16px;
    overflow: hidden;
    background: #050506;
    border: 1px solid rgba(255,255,255,0.12);
}

.wrl-app-card-imgwrap img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrl-app-card-content {
    flex: 1;
    min-width: 0;
}

.wrl-app-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.wrl-app-card-header h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 4vw, 38px);
    line-height: 1.1;
    letter-spacing: -0.05em;
}

.wrl-app-card-header span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 11px;
    border-radius: 999px;
    background: #c4002b;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
}

.wrl-app-card-meta {
    margin-top: 9px;
    display: flex;
    align-items: center;
    gap: 10px 14px;
    flex-wrap: wrap;
    color: #ffd5dc;
    font-size: 14px;
}

.wrl-app-card-meta strong {
    color: #ff5c75;
}

.wrl-app-card-meta em {
    font-style: normal;
    color: #d8c2c6;
}

.wrl-app-card-content p {
    margin: 13px 0 0;
    color: #f2dede;
    font-size: 15px;
    line-height: 1.68;
    word-break: keep-all;
}

.wrl-app-card-buttons {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.wrl-app-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.16);
    background: #111;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    white-space: nowrap;
}

.wrl-app-card-btn:visited,
.wrl-app-card-btn:hover,
.wrl-app-card-btn:focus,
.wrl-app-card-btn:active {
    color: #fff;
}

.wrl-app-card-btn-ios { background: linear-gradient(180deg, #272727, #050505); }
.wrl-app-card-btn-android { background: linear-gradient(180deg, #7a001b, #260007); }

.wrl-app-card-btn-icon,
.wrl-app-card-btn-icon svg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.wrl-app-screenshots,
.wrl-app-extra {
    margin-top: 24px;
    padding: 24px;
    border: 1px solid rgba(255, 128, 149, 0.24);
    background: rgba(9, 9, 12, 0.78);
    box-shadow: 0 30px 90px rgba(0,0,0,0.42);
}

.wrl-app-screenshots-head {
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.wrl-app-screenshots-head h2 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.04em;
}

.wrl-app-screenshots-grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.wrl-app-screenshots-grid figure {
    margin: 0;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.12);
    background: #111;
}

.wrl-app-screenshots-grid img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrl-app-extra {
    color: #f2dede;
    line-height: 1.7;
}

@media (max-width: 700px) {
    .wrl-app-card {
        flex-direction: column;
    }

    .wrl-app-card-media {
        flex: none;
        width: 100%;
    }

    .wrl-app-card-imgwrap {
        aspect-ratio: 1 / 1;
        min-height: 0;
    }

    .wrl-app-screenshots-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .wrl-app-download-cta-shell,
    .wrl-app-hero,
    .wrl-app-card,
    .wrl-app-screenshots,
    .wrl-app-extra {
        width: min(100% - 24px, 760px);
    }

    .wrl-app-download-button,
    .girigo-app-download-btn {
        gap: 10px;
        min-height: 56px;
        font-size: 23px;
        line-height: 1;
        padding: 12px 14px;
        border-radius: 12px;
    }

    .wrl-app-download-icon {
        width: 23px;
        height: 23px;
        font-size: 25px;
    }

    .wrl-app-hero,
    .wrl-app-card,
    .wrl-app-screenshots,
    .wrl-app-extra {
        padding: 20px;
    }

    .wrl-app-card-buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .wrl-app-screenshots-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 6px;
    }

    .wrl-app-screenshots-grid figure {
        flex: 0 0 76%;
        scroll-snap-align: start;
    }
}


/* v1.50 - app download buttons and ad */
.wrl-app-card-btn-ios .wrl-app-card-btn-icon svg {
    width: 18px;
    height: 22px;
}

.wrl-app-page .wrl-ad-shell {
    margin-top: 28px;
    margin-bottom: 28px;
}


/* v1.51 - main mobile app download button size match */
@media (max-width: 520px) {
    .wrl-app-download-button {
        gap: 10px !important;
        min-height: 56px !important;
        padding: 12px 14px !important;
        border-radius: 12px !important;
        font-size: 23px !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    .wrl-app-download-button .wrl-app-download-icon {
        width: 23px !important;
        height: 23px !important;
        font-size: 25px !important;
        line-height: 1 !important;
        flex: 0 0 23px !important;
    }
}


/* v1.52 - main page app download button mobile size match */
@media (max-width: 520px) {
    .wrl-app-download-cta-shell .wrl-app-download-button {
        gap: 7px !important;
        min-height: 52px !important;
        padding: 11px 9px !important;
        border-radius: 12px !important;
        font-size: clamp(13px, 3.55vw, 16px) !important;
        line-height: 1 !important;
        letter-spacing: -0.065em !important;
        white-space: nowrap !important;
    }

    .wrl-app-download-cta-shell .wrl-app-download-button span:last-child {
        display: inline-block !important;
        white-space: nowrap !important;
        min-width: 0 !important;
    }

    .wrl-app-download-cta-shell .wrl-app-download-button .wrl-app-download-icon {
        width: 20px !important;
        height: 20px !important;
        font-size: 22px !important;
        line-height: 1 !important;
        flex: 0 0 20px !important;
    }
}


/* v1.53 - saju fate button above app download */
.wrl-app-download-cta-shell {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (max-width: 520px) {
    .wrl-app-download-cta-shell {
        gap: 10px;
    }
}


/* v1.79 - mobile AdSense width clipping fix */
.wrl-ad-shell,
.wrl-ad-shell .adsbygoogle {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

.wrl-ad-shell {
    overflow: hidden !important;
}

.wrl-ad-shell iframe {
    max-width: 100% !important;
}

@media (max-width: 920px), (pointer: coarse) {
    .wrl-ad-shell {
        width: calc(100vw - 20px) !important;
        max-width: calc(100vw - 20px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        transform: none !important;
    }

    .wrl-ad-shell .adsbygoogle,
    .wrl-ad-shell ins.adsbygoogle {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        transform: none !important;
    }

    .wrl-ad-shell .adsbygoogle iframe {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        left: 0 !important;
        right: auto !important;
        transform: none !important;
    }
}


/* v1.81 - mobile ad width follows the same content width as the other blocks */
@media (max-width: 920px), (pointer: coarse) {
    .wrl-ad-shell {
        width: min(760px, calc(100% - 40px)) !important;
        max-width: min(760px, calc(100% - 40px)) !important;
        min-width: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
        transform: none !important;
    }

    .wrl-ad-shell .adsbygoogle,
    .wrl-ad-shell ins.adsbygoogle {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        transform: none !important;
    }

    .wrl-ad-shell .adsbygoogle iframe,
    .wrl-ad-shell ins.adsbygoogle iframe {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        left: 0 !important;
        right: auto !important;
        transform: none !important;
    }
}

/* v1.84 - PC ad centering and app download mobile image-first ad placement */
.wrl-ad-shell {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: min(760px, calc(100% - 40px)) !important;
    max-width: min(760px, calc(100% - 40px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

.wrl-ad-shell .adsbygoogle,
.wrl-ad-shell ins.adsbygoogle,
.wrl-ad-shell iframe,
.wrl-ad-shell .adsbygoogle iframe,
.wrl-ad-shell ins.adsbygoogle iframe {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    box-sizing: border-box !important;
}

.wrl-app-card {
    flex-wrap: wrap !important;
}

.wrl-app-card-media {
    order: 1;
}

.wrl-app-card-content {
    order: 2;
}

.wrl-app-card .wrl-app-image-ad {
    order: 3;
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

@media (max-width: 700px) {
    .wrl-app-card {
        flex-wrap: nowrap !important;
    }

    .wrl-app-card-media {
        order: 1;
    }

    .wrl-app-card .wrl-app-image-ad {
        order: 2;
        margin-top: 12px !important;
        margin-bottom: 0 !important;
    }

    .wrl-app-card-content {
        order: 3;
    }
}

.wrl-card-meta-timer {
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    flex-wrap: wrap;
}

.wrl-card-meta-timer > span {
    width: 100%;
}

.wrl-countdown-clock {
    --wrl-clock-deg: 360deg;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.wrl-clock-face {
    position: relative;
    width: 126px;
    height: 126px;
    border-radius: 50%;
    background: #f2f2f6;
    border: 1px solid rgba(0,0,0,0.14);
    box-shadow: inset 0 0 0 8px rgba(255,255,255,0.72), 0 10px 28px rgba(0,0,0,0.28);
}

.wrl-clock-pie {
    position: absolute;
    inset: 21px;
    border-radius: 50%;
    background: conic-gradient(from -90deg, #8f001f 0deg var(--wrl-clock-deg), rgba(220,220,226,0.72) var(--wrl-clock-deg) 360deg);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
}

.wrl-clock-center {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    background: #f6f6f8;
    box-shadow: 0 6px 16px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.8);
}

.wrl-clock-label {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(var(--wrl-clock-label-angle)) translateY(-53px) rotate(var(--wrl-clock-label-reverse));
    color: #15151a;
    font-size: 9px;
    line-height: 1;
    font-weight: 850;
    font-variant-numeric: tabular-nums;
    z-index: 2;
}

.wrl-owner-like-message {
    padding: 10px 11px;
    border: 1px solid rgba(255, 151, 168, 0.26);
    background: rgba(255, 52, 88, 0.08);
}

.wrl-notification-panel {
    margin-top: 12px;
    padding: 15px;
    border: 1px solid rgba(255, 151, 168, 0.28);
    background: rgba(255,255,255,0.07);
    color: #fff;
}

.wrl-notification-title {
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.wrl-notification-panel p {
    margin: 7px 0 12px;
    color: #f2dede;
    font-size: 13px;
    line-height: 1.55;
    word-break: keep-all;
}

.wrl-notification-button {
    width: 100%;
    min-height: 44px;
    border: 0;
    background: #111;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
}

.wrl-notification-button:disabled {
    opacity: 0.62;
    cursor: not-allowed;
}

@media (max-width: 520px) {
    .wrl-card-meta-timer {
        justify-content: center;
        text-align: center;
    }

    .wrl-card-meta-timer > span {
        text-align: left;
    }

    .wrl-clock-face {
        width: 118px;
        height: 118px;
    }

    .wrl-clock-pie {
        inset: 20px;
    }

    .wrl-clock-label {
        transform: rotate(var(--wrl-clock-label-angle)) translateY(-49px) rotate(var(--wrl-clock-label-reverse));
        font-size: 8px;
    }
}

/* v1.86 - countdown clock one-line visual, own-like alert, notification prompt */
.wrl-card-meta-timer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
}

.wrl-card-meta-timer > .wrl-countdown-clock {
    order: 1;
    width: 100%;
}

.wrl-card-meta-timer > span {
    order: 2;
    width: 100%;
    text-align: center;
}

.wrl-card-meta-timer > .wrl-countdown {
    order: 3;
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 1.2;
}

.wrl-notification-prompt-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(0, 0, 0, 0.72);
}

.wrl-notification-prompt-box {
    width: min(420px, 100%);
    padding: 20px;
    border: 1px solid rgba(255, 151, 168, 0.38);
    background: #171014;
    color: #fff;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.42);
}

.wrl-notification-prompt-box p {
    margin: 9px 0 15px;
    color: #f2dede;
    font-size: 14px;
    line-height: 1.55;
    word-break: keep-all;
}

@media (max-width: 520px) {
    .wrl-card-meta-timer > span {
        text-align: center;
    }

    .wrl-card-meta-timer > .wrl-countdown {
        font-size: 20px;
    }
}

/* v1.87 - larger 2-hour countdown clock, fixed my-wish button, styled own-like alert */
.wrl-clock-face {
    width: 190px;
    height: 190px;
}

.wrl-clock-pie {
    inset: 32px;
}

.wrl-clock-center {
    width: 34px;
    height: 34px;
}

.wrl-clock-label {
    width: 26px;
    height: 22px;
    margin: -11px 0 0 -13px;
    transform: rotate(var(--wrl-clock-label-angle)) translateY(-80px) rotate(var(--wrl-clock-label-reverse));
    font-size: 12px;
}

.wrl-card-meta-timer > .wrl-countdown-clock {
    display: flex;
    justify-content: center;
}

.wrl-my-wishes {
    scroll-margin-top: 22px;
}

.wrl-my-wish-fixed-button {
    position: fixed;
    left: 50%;
    bottom: max(14px, env(safe-area-inset-bottom));
    z-index: 99990;
    width: min(520px, calc(100% - 28px));
    min-height: 52px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.16);
    background: #8f001f;
    color: #ffffff !important;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 950;
    letter-spacing: -0.03em;
    text-decoration: none !important;
    box-shadow: 0 16px 42px rgba(0,0,0,0.46), inset 0 1px 0 rgba(255,255,255,0.08);
}

.wrl-my-wish-fixed-button:hover,
.wrl-my-wish-fixed-button:focus,
.wrl-my-wish-fixed-button:active {
    background: #111;
    color: #ffffff !important;
    text-decoration: none !important;
}

.wrl-page {
    padding-bottom: 84px;
}

.wrl-own-like-alert-overlay {
    z-index: 1000000;
}

.wrl-own-like-alert-box .wrl-alert-text {
    font-size: 16px;
}

@media (max-width: 520px) {
    .wrl-clock-face {
        width: 176px;
        height: 176px;
    }

    .wrl-clock-pie {
        inset: 30px;
    }

    .wrl-clock-center {
        width: 32px;
        height: 32px;
    }

    .wrl-clock-label {
        transform: rotate(var(--wrl-clock-label-angle)) translateY(-74px) rotate(var(--wrl-clock-label-reverse));
        font-size: 11px;
    }

    .wrl-card-meta-timer > .wrl-countdown {
        font-size: 22px !important;
    }
}


/* v1.88 - top 24 label, top-start depletion, full-width bottom my-wish button */
.wrl-clock-pie {
    background: conic-gradient(from -90deg, rgba(220,220,226,0.72) 0deg calc(360deg - var(--wrl-clock-deg)), #8f001f calc(360deg - var(--wrl-clock-deg)) 360deg);
}

.wrl-my-wish-fixed-button {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: none;
    min-height: 56px;
    transform: none;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding-bottom: max(0px, env(safe-area-inset-bottom));
}

.wrl-page {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
}


/* v1.89 - English my-wish button, matching like color, dark-red timer */
.wrl-my-wish-fixed-button {
    background: #8f001f;
    color: #ffffff !important;
}

.wrl-my-wish-fixed-button:hover,
.wrl-my-wish-fixed-button:focus,
.wrl-my-wish-fixed-button:active {
    background: #111;
    color: #ffffff !important;
}

.wrl-clock-pie {
    background: conic-gradient(from -90deg, rgba(220,220,226,0.72) 0deg calc(360deg - var(--wrl-clock-deg)), #8f001f calc(360deg - var(--wrl-clock-deg)) 360deg);
}

/* v1.90 - timer starts from the top 24 mark, notification permission opens only after wish submit */
.wrl-clock-pie {
    background: conic-gradient(from -90deg, #5a0014 0deg var(--wrl-clock-deg), rgba(220,220,226,0.72) var(--wrl-clock-deg) 360deg) !important;
}


/* v1.91 - black timer labels, black my-wish button, IP-only my-wish list */
.wrl-clock-label {
    color: #000 !important;
}

.wrl-my-wish-fixed-button,
.wrl-my-wish-fixed-button:hover,
.wrl-my-wish-fixed-button:focus,
.wrl-my-wish-fixed-button:active {
    background: #000 !important;
    color: #ffffff !important;
}


/* v1.92 - timer depletion begins at the top 24 mark */
.wrl-clock-pie {
    background: conic-gradient(from -90deg, rgba(220,220,226,0.72) 0deg calc(360deg - var(--wrl-clock-deg)), #5a0014 calc(360deg - var(--wrl-clock-deg)) 360deg) !important;
}


/* v1.93 - force countdown depletion to begin exactly at the 24 mark on top */
.wrl-clock-pie {
    background: conic-gradient(from 0deg, rgba(220,220,226,0.72) 0deg calc(360deg - var(--wrl-clock-deg)), #5a0014 calc(360deg - var(--wrl-clock-deg)) 360deg) !important;
}

/* v1.95 - like count badge beside status and 5-item wish pagination */
.wrl-card-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    margin-bottom: 12px;
}

.wrl-card-topline .wrl-card-status {
    margin-bottom: 0;
}

/* v1.96 - black like count badge */
.wrl-like-count-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 30px;
    padding: 6px 11px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: linear-gradient(180deg, #2b2b2f 0%, #050505 100%);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05), 0 6px 14px rgba(0,0,0,0.18);
}

.wrl-like-count-badge strong {
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
}

.wrl-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.wrl-page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    min-height: 36px;
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.08);
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 800;
}

.wrl-page-link:hover,
.wrl-page-link:focus {
    background: rgba(255,255,255,0.16);
    color: #ffffff !important;
}

.wrl-page-current {
    border-color: rgba(255,255,255,0.8);
    background: #ffffff;
    color: #1c0f13 !important;
}

.wrl-page-prev,
.wrl-page-next {
    min-width: 66px;
}

@media (max-width: 520px) {
    .wrl-card-topline {
        align-items: stretch;
    }

    .wrl-like-count-badge {
        padding-left: 9px;
        padding-right: 9px;
        font-size: 11px;
    }

    .wrl-page-link {
        min-width: 34px;
        min-height: 34px;
        padding: 7px 10px;
        font-size: 13px;
    }
}

/* v1.97 - 5-item ranking pagination and last-week top text support */
.wrl-private-rank-content {
    margin-top: 14px;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 14px;
}

.wrl-private-rank-text {
    width: 100%;
    margin-bottom: 12px;
    padding: 13px 14px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(0,0,0,0.24);
    color: #ffffff;
    font-size: 14px;
    line-height: 1.65;
    word-break: keep-all;
    white-space: normal;
}

.wrl-private-rank-content .wrl-private-rank-image {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
}

.wrl-rank-image-form textarea {
    display: block;
    width: 100%;
    min-height: 110px;
    margin-bottom: 10px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(0,0,0,0.24);
    color: #ffffff;
    padding: 12px;
    border-radius: 0;
    resize: vertical;
    box-shadow: none;
    outline: none;
}

.wrl-rank-image-form textarea::placeholder {
    color: rgba(255,255,255,0.5);
}

.wrl-rank-image-form input[type="file"] {
    margin-bottom: 12px;
}

.wrl-ranking-group .wrl-pagination {
    margin-top: 18px;
}


.wrl-notification-reason-box {
    width: min(420px, 100%);
}

.wrl-notification-reason-button {
    width: 100%;
    margin-top: 22px;
    border: 0;
    background: #fff;
    color: #111;
    font-size: 16px;
    font-weight: 900;
    padding: 14px 16px;
    cursor: pointer;
}


/* v1.97 - dot timer with in-circle time and day badge */
.wrl-card-meta-timer {
    gap: 12px;
}

.wrl-card-meta-timer > span {
    display: none !important;
}

.wrl-card-meta-timer > .wrl-countdown {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.wrl-card-meta-timer > .wrl-countdown-clock {
    display: flex;
    justify-content: center;
    width: 100%;
}

.wrl-countdown-clock {
    position: relative;
    width: 220px;
    padding-top: 36px;
}

.wrl-clock-day {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 58px;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(201, 23, 53, 0.16);
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.02em;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
}

.wrl-clock-day[hidden] {
    display: none !important;
}

.wrl-clock-face {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 40%, rgba(18, 40, 51, 0.95), rgba(4, 16, 22, 0.98) 72%);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.10), 0 18px 40px rgba(0,0,0,0.34);
    overflow: hidden;
}

.wrl-clock-track,
.wrl-clock-pie {
    position: absolute;
    inset: 20px;
    border-radius: 50%;
}

.wrl-clock-track {
    box-shadow: inset 0 0 0 12px rgba(255,255,255,0.08);
}

.wrl-clock-pie {
    background: conic-gradient(from -90deg, #c91735 0deg var(--wrl-clock-deg), rgba(255,255,255,0.08) var(--wrl-clock-deg) 360deg) !important;
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 13px), #000 calc(100% - 12px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 13px), #000 calc(100% - 12px));
}

.wrl-clock-dot {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 7px;
    height: 7px;
    margin: -3.5px 0 0 -3.5px;
    border-radius: 50%;
    background: rgba(255,255,255,0.98);
    transform: rotate(var(--wrl-clock-dot-angle)) translateY(-100px);
    transform-origin: center;
    z-index: 3;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.wrl-clock-dot.is-active {
    background: #c91735;
    box-shadow: 0 0 10px rgba(201, 23, 53, 0.35);
}

.wrl-clock-center {
    position: absolute;
    inset: 42px;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 36%, rgba(12, 30, 40, 0.98), rgba(4, 16, 22, 1) 76%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
    z-index: 2;
}

.wrl-clock-time {
    display: block;
    color: #ffffff;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.04em;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

@media (max-width: 520px) {
    .wrl-countdown-clock {
        width: 190px;
        padding-top: 32px;
    }

    .wrl-clock-face {
        width: 190px;
        height: 190px;
    }

    .wrl-clock-track,
    .wrl-clock-pie {
        inset: 18px;
    }

    .wrl-clock-dot {
        width: 6px;
        height: 6px;
        margin: -3px 0 0 -3px;
        transform: rotate(var(--wrl-clock-dot-angle)) translateY(-86px);
    }

    .wrl-clock-center {
        inset: 36px;
    }

    .wrl-clock-time {
        font-size: 28px;
    }

    .wrl-clock-day {
        font-size: 12px;
        min-width: 52px;
        padding: 4px 10px;
    }
}


/* v1.98 - square white dots, empty circle base, red fill progress */
.wrl-countdown-clock {
    width: 220px;
    padding-top: 34px;
}

.wrl-clock-day {
    top: 0;
    min-width: 64px;
    padding: 4px 10px;
    border-radius: 999px;
    background: transparent;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.12em;
    box-shadow: none;
}

.wrl-clock-face {
    width: 220px;
    height: 220px;
    background: transparent;
    border-radius: 50%;
    box-shadow: none;
    overflow: visible;
}

.wrl-clock-track {
    display: none !important;
}

.wrl-clock-pie {
    inset: 18px;
    border-radius: 50%;
    background: conic-gradient(from -90deg, #c81332 0deg var(--wrl-clock-deg), transparent var(--wrl-clock-deg) 360deg) !important;
    -webkit-mask: none;
    mask: none;
    z-index: 1;
}

.wrl-clock-dot {
    width: 7px;
    height: 7px;
    margin: -3.5px 0 0 -3.5px;
    border-radius: 1px;
    background: #ffffff;
    transform: rotate(var(--wrl-clock-dot-angle)) translateY(-104px);
    box-shadow: none;
    z-index: 3;
}

.wrl-clock-dot.is-active {
    background: #c81332;
    box-shadow: none;
}

.wrl-clock-center {
    inset: 0;
    background: transparent;
    border-radius: 50%;
    box-shadow: none;
    z-index: 4;
    pointer-events: none;
}

.wrl-clock-time {
    color: #ffffff;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.04em;
    font-variant-numeric: tabular-nums;
    text-shadow: 0 2px 8px rgba(0,0,0,0.35);
}

@media (max-width: 520px) {
    .wrl-countdown-clock {
        width: 190px;
        padding-top: 30px;
    }

    .wrl-clock-face {
        width: 190px;
        height: 190px;
    }

    .wrl-clock-pie {
        inset: 16px;
    }

    .wrl-clock-dot {
        width: 6px;
        height: 6px;
        margin: -3px 0 0 -3px;
        transform: rotate(var(--wrl-clock-dot-angle)) translateY(-90px);
    }

    .wrl-clock-time {
        font-size: 29px;
    }

    .wrl-clock-day {
        min-width: 58px;
        font-size: 11px;
    }
}


/* v1.99 - center single-line time, 24h-only fill, top-start progress */
.wrl-card-meta-timer > .wrl-countdown {
    display: none !important;
}

.wrl-countdown-clock {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.wrl-clock-face {
    position: relative;
}

.wrl-clock-pie {
    background: conic-gradient(from 0deg, #c81332 0deg var(--wrl-clock-deg), transparent var(--wrl-clock-deg) 360deg) !important;
}

.wrl-clock-center {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.wrl-clock-time {
    display: inline-block;
    width: auto;
    max-width: none;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    line-height: 1;
    text-align: center;
}


/* v2.00 - force clock text into exact center and enlarge */
.wrl-card-meta-timer {
    position: relative;
}

.wrl-card-meta-timer > .wrl-countdown {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    pointer-events: none !important;
}

.wrl-card-meta-timer > .wrl-countdown-clock,
.wrl-countdown-clock {
    position: relative !important;
    display: block !important;
    width: 220px !important;
    max-width: 220px !important;
    padding-top: 34px !important;
    margin: 0 auto !important;
}

.wrl-clock-face {
    position: relative !important;
    display: block !important;
    width: 220px !important;
    height: 220px !important;
    margin: 0 auto !important;
}

.wrl-clock-center {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    width: 100% !important;
    height: 100% !important;
    inset: auto !important;
    transform: translate(-50%, -50%) !important;
    display: block !important;
    z-index: 6 !important;
    pointer-events: none !important;
}

.wrl-clock-time {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    display: block !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-size: 42px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: -0.05em !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    text-align: center !important;
}

@media (max-width: 520px) {
    .wrl-card-meta-timer > .wrl-countdown-clock,
    .wrl-countdown-clock {
        width: 190px !important;
        max-width: 190px !important;
        padding-top: 30px !important;
    }

    .wrl-clock-face {
        width: 190px !important;
        height: 190px !important;
    }

    .wrl-clock-time {
        font-size: 36px !important;
    }
}


/* v2.01 - single true timer element inside the circle */
.wrl-card-meta-timer > span {
    display: none !important;
}

.wrl-countdown-clock {
    position: relative !important;
    width: 220px !important;
    max-width: 220px !important;
    margin: 0 auto !important;
}

.wrl-clock-face {
    position: relative !important;
    width: 220px !important;
    height: 220px !important;
    margin: 0 auto !important;
}

.wrl-clock-center {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: none !important;
    z-index: 8 !important;
}

.wrl-clock-time.wrl-countdown {
    position: static !important;
    display: inline-block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-size: 44px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: -0.05em !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    text-align: center !important;
    transform: none !important;
}

@media (max-width: 520px) {
    .wrl-countdown-clock {
        width: 190px !important;
        max-width: 190px !important;
    }

    .wrl-clock-face {
        width: 190px !important;
        height: 190px !important;
    }

    .wrl-clock-time.wrl-countdown {
        font-size: 38px !important;
    }
}


/* v1.99 - svg pie sector for cleaner radial edge */
.wrl-clock-pie {
    inset: 0 !important;
    background: none !important;
    -webkit-mask: none !important;
    mask: none !important;
    overflow: visible;
}

.wrl-clock-progress-svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.wrl-clock-sector {
    fill: #c81332;
    shape-rendering: geometricPrecision;
}

/* v2.10.9 - Separate wish pages and single wish navigation */
.wrl-single-nav-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 18px 0 18px;
}

.wrl-single-nav-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 14px;
    border-radius: 0;
    border: 1px solid rgba(255,255,255,0.16);
    background: linear-gradient(180deg, #232323 0%, #070707 64%, #000 100%);
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: -0.03em;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.16), inset 0 -6px 12px rgba(0,0,0,0.72);
    transition: transform 0.18s ease, opacity 0.18s ease, background 0.18s ease;
}

.wrl-single-nav-button:visited,
.wrl-single-nav-button:hover,
.wrl-single-nav-button:focus,
.wrl-single-nav-button:active {
    color: #fff;
}

.wrl-single-nav-button:hover {
    transform: translateY(-1px);
    background: #8f001f;
}

.wrl-sub-page {
    min-height: 100vh;
    padding-bottom: 78px;
}

.wrl-sub-page .wrl-records {
    margin-top: 20px;
}

.wrl-sub-page-bottom-link {
    position: relative;
    z-index: 3;
    width: min(760px, calc(100% - 40px));
    margin: 0 auto 40px;
}

.wrl-sub-page-bottom-link .wrl-reset-link {
    margin-top: 0;
}

@media (max-width: 640px) {
    .wrl-single-nav-buttons {
        grid-template-columns: 1fr;
    }
}

/* v2.11.0 - Wish category selector and category content */
.wrl-form select {
    width: 100%;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.06);
    color: #fff;
    padding: 14px 15px;
    font-size: 15px;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    appearance: none;
}

.wrl-form select option {
    color: #111;
    background: #fff;
}

.wrl-form select:focus {
    border-color: rgba(255, 93, 120, 0.78);
    background: rgba(255,255,255,0.09);
}

.wrl-form select:disabled,
.wrl-form textarea:disabled,
.wrl-form button:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    transform: none;
}

.wrl-category-preview {
    margin: 18px 0 2px;
}

.wrl-category-content {
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.055);
    padding: 18px;
    color: #efe4e6;
    line-height: 1.72;
    word-break: keep-all;
}

.wrl-category-content[hidden],
.wrl-category-preview[hidden] {
    display: none !important;
}

.wrl-category-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 9px;
    margin: 0 0 10px;
    background: rgba(200,19,50,0.22);
    border: 1px solid rgba(255,255,255,0.11);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.wrl-category-content h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(21px, 4vw, 30px);
    line-height: 1.25;
    letter-spacing: -0.04em;
}

.wrl-category-content p {
    margin: 0 0 12px;
    color: #f2dfe2;
}

.wrl-category-content ul {
    margin: 0;
    padding-left: 20px;
    color: #f7eeee;
}

.wrl-category-content li + li {
    margin-top: 6px;
}

.wrl-single-wish-category-ad {
    margin: 20px 0;
}

.wrl-single-category-content {
    margin: 0 0 18px;
}

.wrl-submitted-delete-wrap {
    margin-top: 18px;
}

@media (max-width: 640px) {
    .wrl-category-content {
        padding: 16px;
    }
}

/* v2.11.1 - category placement and single wish content box */
.wrl-form select,
.wrl-form select:enabled,
.wrl-form select:focus {
    color: #ffffff !important;
    -webkit-text-fill-color: #fff !important;
}

.wrl-form select option {
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
    background: #fff !important;
}

.wrl-category-preview {
    display: none !important;
}

.wrl-single-category-after-wish {
    width: 100%;
    margin: 22px 0 0;
}

.wrl-single-category-after-wish .wrl-single-wish-category-ad {
    margin: 0 0 18px;
}

.wrl-single-category-after-wish .wrl-single-category-content {
    margin: 0;
    border: 1px solid rgba(255, 128, 149, 0.24);
    background: rgba(9, 9, 12, 0.82);
    backdrop-filter: blur(22px);
    box-shadow: 0 26px 78px rgba(0,0,0,0.38);
    padding: 26px;
}

.wrl-single-category-after-wish .wrl-category-content p {
    margin: 0 0 15px;
}

.wrl-single-category-after-wish .wrl-category-content ul {
    margin-top: 6px;
}

@media (max-width: 520px) {
    .wrl-single-category-after-wish .wrl-single-category-content {
        padding: 20px;
    }
}


/* v2.11.7 - dark red neon line delete button with white label */
.wrl-user-delete-button,
.wrl-user-delete-button:visited,
.wrl-user-delete-button:focus,
.wrl-user-delete-button:active {
    position: relative !important;
    isolation: isolate;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 17px 22px !important;
    border: 1px solid rgba(125, 0, 24, 0.72) !important;
    background: #080304 !important;
    color: #ffffff !important;
    overflow: hidden;
    text-decoration: none !important;
    letter-spacing: 0.08em;
    font-weight: 900;
    transition: color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
    text-shadow: 0 0 7px rgba(255, 210, 218, 0.34), 0 0 14px rgba(139, 0, 28, 0.32);
    box-shadow: inset 0 0 18px rgba(87, 0, 16, 0.22);
}

.wrl-user-delete-button:hover {
    background: #5f0013 !important;
    color: #ffffff !important;
    border-color: #8b001c !important;
    box-shadow:
        0 0 5px rgba(139, 0, 28, 0.9),
        0 0 18px rgba(139, 0, 28, 0.72),
        0 0 42px rgba(139, 0, 28, 0.46),
        inset 0 0 18px rgba(255, 154, 170, 0.12);
    transform: translateY(-1px);
}

.wrl-user-delete-button .wrl-delete-label {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    color: #ffffff !important;
}

.wrl-user-delete-button .wrl-delete-line {
    position: absolute;
    display: block;
    pointer-events: none;
    z-index: 1;
}

.wrl-user-delete-button .wrl-delete-line:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #8b001c, #c41535);
    animation: wrl-delete-neon-top 1.05s linear infinite;
}

.wrl-user-delete-button .wrl-delete-line:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #8b001c, #c41535);
    animation: wrl-delete-neon-right 1.05s linear infinite;
    animation-delay: 0.26s;
}

.wrl-user-delete-button .wrl-delete-line:nth-child(3) {
    right: -100%;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #8b001c, #c41535);
    animation: wrl-delete-neon-bottom 1.05s linear infinite;
    animation-delay: 0.52s;
}

.wrl-user-delete-button .wrl-delete-line:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #8b001c, #c41535);
    animation: wrl-delete-neon-left 1.05s linear infinite;
    animation-delay: 0.78s;
}

.wrl-user-delete-button:disabled {
    opacity: 0.66;
    cursor: not-allowed;
    transform: none !important;
}

.wrl-user-delete-button:disabled .wrl-delete-line {
    opacity: 0.45;
}

@keyframes wrl-delete-neon-top {
    0% { left: -100%; }
    50%, 100% { left: 100%; }
}

@keyframes wrl-delete-neon-right {
    0% { top: -100%; }
    50%, 100% { top: 100%; }
}

@keyframes wrl-delete-neon-bottom {
    0% { right: -100%; }
    50%, 100% { right: 100%; }
}

@keyframes wrl-delete-neon-left {
    0% { bottom: -100%; }
    50%, 100% { bottom: 100%; }
}

/* v2.11.9 - direct recording preview and compact black record button */
.wrl-date-field input::placeholder {
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.wrl-date-field input:focus::placeholder {
    color: transparent;
    -webkit-text-fill-color: transparent;
}


.wrl-video-upload-block {
    display: none;
    margin: 8px 0 5px;
}

@media (max-width: 767px) {
    .wrl-video-upload-block {
        display: block;
    }
}

.wrl-video-upload-block[hidden] {
    display: none !important;
}

.wrl-video-hidden-input {
    position: fixed !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
}

.wrl-video-recorder-panel {
    padding: 0;
    border: 0;
    background: transparent;
}

.wrl-video-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 10px;
}

.wrl-video-record-button {
    width: 100%;
    min-height: 48px;
    margin-top: 0 !important;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    background: #000;
    box-sizing: border-box;
    font-weight: 800;
    cursor: pointer;
}

.wrl-video-record-button:hover,
.wrl-video-record-button:focus {
    background: #000;
    border-color: #fff;
    filter: brightness(1.08);
}

.wrl-video-record-button:disabled {
    opacity: 0.72;
    cursor: default;
    filter: none;
}

.wrl-video-status,
.wrl-video-timer,
.wrl-video-error {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.55;
}

.wrl-video-status {
    color: rgba(255,255,255,0.74);
}

.wrl-video-timer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    min-height: 32px;
    padding: 0 10px;
    border-radius: 999px;
    color: #fff;
    background: rgba(0,0,0,0.28);
    font-weight: 800;
}

.wrl-video-error {
    color: #ffd1d8;
    font-weight: 700;
}

.wrl-video-live,
.wrl-video-preview,
.wrl-wish-video {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    background: #000;
    border: 1px solid rgba(255,255,255,0.14);
}

.wrl-video-live[hidden],
.wrl-video-preview[hidden],
.wrl-video-status[hidden],
.wrl-video-timer[hidden],
.wrl-video-error[hidden] {
    display: none !important;
}

.wrl-video-live,
.wrl-video-preview {
    margin-top: 0;
    margin-bottom: 10px;
}

.wrl-wish-video-wrap {
    margin: 14px 0 0;
}

.wrl-wish-video-meta {
    margin-top: 6px;
    font-size: 12px;
    color: rgba(255,255,255,0.62);
}



.wrl-form button[data-wrl-submit-button] {
    margin-top: 6px;
}


/* v2.12.0 - validation alert, visible mobile camera frame */
@media (max-width: 767px) {
    .wrl-video-live,
    .wrl-video-preview {
        width: 100%;
        height: min(56vh, 520px);
        max-height: 56vh;
        object-fit: contain;
        background: #000;
    }

    .wrl-video-live:not([hidden]),
    .wrl-video-preview:not([hidden]) {
        display: block !important;
    }
}

/* v2.12.2 - bottom navigation, my wish button, submitter video preview */
.wrl-bottom-nav-buttons,
.wrl-single-nav-buttons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(760px, calc(100% - 40px));
    margin: 26px auto 42px;
}

.wrl-submitted-video-wrap:empty {
    display: none;
}

.wrl-submitted-video-wrap .wrl-wish-video-wrap {
    margin: 16px 0 4px;
}

.wrl-girigo-info-page .wrl-info-section {
    margin-top: 20px;
}

.girigo-page .wrl-bottom-nav-buttons,
.girigo-page .wrl-single-nav-buttons {
    position: relative;
    z-index: 5;
    margin-top: 30px;
}

@media (max-width: 900px) {
    .wrl-bottom-nav-buttons,
    .wrl-single-nav-buttons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .wrl-bottom-nav-buttons,
    .wrl-single-nav-buttons {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

/* v2.12.3 - public wishes 10 per page and ad spacing */
.wrl-public-wish-ad {
    width: 100%;
    min-height: 120px;
    margin: 4px 0 12px;
    padding: 0;
    overflow: hidden;
}

.wrl-public-wish-ad .adsbygoogle {
    width: 100%;
}


/* v2.12.5 - keep bottom navigation buttons under content and show three buttons */
.wrl-page > .wrl-noise,
.wrl-page > .wrl-orb {
    z-index: 0;
}

.wrl-page > .wrl-bottom-nav-buttons,
.wrl-page > .wrl-single-nav-buttons {
    position: relative;
    z-index: 40;
    isolation: isolate;
    margin-top: 18px;
    margin-bottom: 46px;
}

.wrl-page > .wrl-bottom-nav-buttons::before,
.wrl-page > .wrl-single-nav-buttons::before {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    top: 12px;
    bottom: -14px;
    background: rgba(0, 0, 0, 0.32);
    z-index: -1;
    pointer-events: none;
}

.wrl-page > .wrl-bottom-nav-buttons .wrl-single-nav-button,
.wrl-page > .wrl-single-nav-buttons .wrl-single-nav-button {
    position: relative;
    z-index: 2;
}

/* v2.12.5 - main page character section and own wish area */
.wrl-page:not(.wrl-sub-page) .wrl-info-section {
    margin-top: 28px;
}

.wrl-page:not(.wrl-sub-page) .wrl-my-wishes {
    margin-top: 24px;
}


/* v2.12.6 - make bottom navigation spacing use the page background */
.wrl-bottom-nav-buttons,
.wrl-single-nav-buttons,
.wrl-page > .wrl-bottom-nav-buttons,
.wrl-page > .wrl-single-nav-buttons {
    background: transparent !important;
    box-shadow: none !important;
}

.wrl-page > .wrl-bottom-nav-buttons::before,
.wrl-page > .wrl-single-nav-buttons::before {
    display: none !important;
    content: none !important;
    background: transparent !important;
}


/* v1.54 - saju fate CTA moved above game button */
.wrl-saju-fate-cta-shell {
    position: relative;
    z-index: 3;
    width: min(760px, calc(100% - 40px));
    margin: -18px auto 34px;
}

.wrl-saju-fate-cta-shell .wrl-saju-fate-button {
    width: 100%;
}

@media (max-width: 520px) {
    .wrl-saju-fate-cta-shell {
        width: min(100% - 24px, 760px);
        margin: -12px auto 28px;
    }
}

/* v2.12.7 - match Saju fate button mobile text and icon size with other CTA buttons */
@media (max-width: 520px) {
    .wrl-saju-fate-cta-shell .wrl-saju-fate-button {
        gap: 7px !important;
        min-height: 52px !important;
        padding: 11px 9px !important;
        border-radius: 12px !important;
        font-size: clamp(13px, 3.55vw, 16px) !important;
        line-height: 1 !important;
        letter-spacing: -0.065em !important;
        white-space: nowrap !important;
    }

    .wrl-saju-fate-cta-shell .wrl-saju-fate-button span:last-child {
        display: inline-block !important;
        white-space: nowrap !important;
        min-width: 0 !important;
    }

    .wrl-saju-fate-cta-shell .wrl-saju-fate-button .wrl-app-download-icon {
        width: 20px !important;
        height: 20px !important;
        font-size: 22px !important;
        line-height: 1 !important;
        flex: 0 0 20px !important;
    }
}
