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: #fff !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-right: 42px;
}

.wrl-date-field span {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    color: #000;
    font-size: 14px;
    font-weight: 700;
    pointer-events: none;
}

.wrl-form button,
.wrl-reset-link,
.wrl-like-button,
.wrl-copy-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 {
    background: #111;
    transform: translateY(-1px);
    color: #fff;
}

.wrl-like-button:disabled,
.wrl-copy-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-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-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-date-row,
    .wrl-card-actions {
        grid-template-columns: 1fr;
    }

    .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: #fff !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: #fff !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;
    }
}
