html.tws-age-gate-html-lock,
body.tws-age-gate-active {
    overflow: hidden !important;
}

body.tws-age-gate-blur-site > *:not(#tws-age-gate):not(script):not(style):not(link) {
    filter: blur(4px);
    transition: filter .24s ease;
}

#tws-age-gate,
#tws-age-gate * {
    box-sizing: border-box;
}

#tws-age-gate {
    --tws-ag-bg: #080B12;
    --tws-ag-card: #FFFFFF;
    --tws-ag-text: #111827;
    --tws-ag-muted: #6B7280;
    --tws-ag-accent: #F5C542;
    --tws-ag-btn-text: #111827;
    --tws-ag-secondary: #E5E7EB;
    --tws-ag-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    min-height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    margin: 0;
    background: radial-gradient(circle at 16% 12%, rgba(245, 197, 66, .20), transparent 34%), radial-gradient(circle at 88% 20%, rgba(255,255,255,.08), transparent 26%), linear-gradient(135deg, #070914 0%, var(--tws-ag-bg) 48%, #121826 100%);
    font-family: var(--tws-ag-font, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif);
    color: var(--tws-ag-text);
    line-height: 1.4;
    text-align: initial;
    animation: twsAgeGateFadeIn .22s ease-out both;
    isolation: isolate;
    contain: layout style paint;
}


#tws-age-gate button,
#tws-age-gate input,
#tws-age-gate select,
#tws-age-gate textarea {
    font-family: inherit;
}

#tws-age-gate button,
#tws-age-gate input[type="text"],
#tws-age-gate input[type="date"],
#tws-age-gate select {
    text-transform: none;
    letter-spacing: normal;
}

#tws-age-gate[data-ready="1"] {
    visibility: visible;
}

#tws-age-gate.tws-age-gate-style-light_clean {
    background: radial-gradient(circle at 15% 14%, rgba(245, 197, 66, .18), transparent 36%), linear-gradient(135deg, #F8FAFC 0%, #FFFFFF 100%);
}

#tws-age-gate.tws-age-gate-style-solid {
    background: var(--tws-ag-bg);
}

#tws-age-gate .tws-age-gate-backdrop {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(0, 0, 0, .22);
    backdrop-filter: blur(16px);
}

#tws-age-gate .tws-age-gate-card {
    position: relative;
    width: min(100%, 560px);
    max-height: calc(100vh - 32px);
    overflow: auto;
    overscroll-behavior: contain;
    background: var(--tws-ag-card);
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .72);
    border: 1px solid rgba(255, 255, 255, .28);
    outline: none;
    animation: twsAgeGateCardIn .32s cubic-bezier(.2, .8, .2, 1) both;
}

#tws-age-gate.tws-age-gate-display-glass_panel .tws-age-gate-card {
    background: color-mix(in srgb, var(--tws-ag-card) 86%, transparent);
    backdrop-filter: blur(22px) saturate(1.18);
}

#tws-age-gate.tws-age-gate-display-compact .tws-age-gate-card {
    width: min(100%, 480px);
    padding: 26px;
    border-radius: 24px;
}

#tws-age-gate .tws-age-gate-card::-webkit-scrollbar {
    width: 8px;
}

#tws-age-gate .tws-age-gate-card::-webkit-scrollbar-thumb {
    background: rgba(100, 116, 139, .28);
    border-radius: 999px;
}

#tws-age-gate .tws-age-gate-brand-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 18px;
}

#tws-age-gate .tws-age-gate-logo {
    max-width: 160px;
    max-height: 58px;
    object-fit: contain;
    display: block;
}

#tws-age-gate .tws-age-gate-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#tws-age-gate .tws-age-gate-icon svg {
    width: 74px;
    height: 74px;
    display: block;
    filter: drop-shadow(0 12px 20px rgba(0, 0, 0, .16));
}

#tws-age-gate .tws-age-gate-icon-shield path,
#tws-age-gate .tws-age-gate-icon-verified circle,
#tws-age-gate .tws-age-gate-icon-lock rect {
    fill: var(--tws-ag-accent);
}

#tws-age-gate .tws-age-gate-icon-lock path,
#tws-age-gate .tws-age-gate-icon-verified path {
    fill: none;
    stroke: var(--tws-ag-btn-text);
    stroke-width: 5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#tws-age-gate .tws-age-gate-icon text {
    fill: var(--tws-ag-btn-text);
    font-size: 17px;
    font-weight: 900;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

#tws-age-gate .tws-age-gate-icon-circle,
#tws-age-gate .tws-age-gate-icon-minimal {
    width: 72px;
    height: 72px;
    border-radius: 999px;
    background: var(--tws-ag-accent);
    color: var(--tws-ag-btn-text);
    font-weight: 900;
    font-size: 22px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .18);
}

#tws-age-gate .tws-age-gate-icon-minimal {
    background: transparent;
    border: 2px solid var(--tws-ag-accent);
    color: var(--tws-ag-accent);
    box-shadow: none;
}

#tws-age-gate .tws-age-gate-copy {
    text-align: left;
}

#tws-age-gate .tws-age-gate-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 0 0 12px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(245, 197, 66, .12);
    background: color-mix(in srgb, var(--tws-ag-accent) 16%, transparent);
    color: var(--tws-ag-text);
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 12px;
}

#tws-age-gate h2,
#tws-age-gate h3,
#tws-age-gate p,
#tws-age-gate label,
#tws-age-gate span,
#tws-age-gate small {
    font-family: inherit;
}

#tws-age-gate .tws-age-gate-copy h2 {
    margin: 0;
    padding: 0;
    color: var(--tws-ag-text);
    font-size: clamp(28px, 5vw, 42px);
    line-height: 1.04;
    letter-spacing: -.045em;
    font-weight: 900;
}

#tws-age-gate .tws-age-gate-subtitle {
    margin: 13px 0 0;
    padding: 0;
    color: var(--tws-ag-text);
    font-size: 17px;
    line-height: 1.55;
    font-weight: 750;
}

#tws-age-gate .tws-age-gate-description,
#tws-age-gate .tws-age-gate-legal,
#tws-age-gate .tws-age-gate-privacy-note {
    margin: 10px 0 0;
    padding: 0;
    color: var(--tws-ag-muted);
    font-size: 14px;
    line-height: 1.65;
}

#tws-age-gate .tws-age-gate-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

#tws-age-gate .tws-age-gate-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, .05);
    color: var(--tws-ag-muted);
    font-size: 12px;
    font-weight: 800;
}

#tws-age-gate .tws-age-gate-trust-row span::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--tws-ag-accent);
}

#tws-age-gate .tws-age-gate-form {
    margin-top: 22px;
}

#tws-age-gate .tws-age-gate-label {
    display: block;
    margin: 0 0 9px;
    padding: 0;
    color: var(--tws-ag-text);
    font-weight: 850;
    font-size: 14px;
}

#tws-age-gate .tws-age-gate-dob-block {
    margin: 0 0 12px;
}

#tws-age-gate .tws-age-gate-dob-grid {
    display: grid;
    grid-template-columns: 1.15fr .75fr .9fr;
    gap: 10px;
}

#tws-age-gate .tws-age-gate-select-wrap {
    display: block;
    min-width: 0;
    margin: 0;
    color: var(--tws-ag-muted);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .05em;
}

#tws-age-gate .tws-age-gate-select-wrap > span {
    display: block;
    margin: 0 0 6px;
    color: var(--tws-ag-muted);
    font-size: 11px;
    font-weight: 850;
}

#tws-age-gate .tws-age-gate-select,
#tws-age-gate .tws-age-gate-date,
#tws-age-gate .tws-age-gate-date-part {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    min-width: 0;
    height: 54px;
    margin: 0;
    border: 1px solid rgba(17, 24, 39, .16);
    border-radius: 16px;
    padding: 0 42px 0 14px;
    background-color: #fff;
    background-image: linear-gradient(45deg, transparent 50%, #667085 50%), linear-gradient(135deg, #667085 50%, transparent 50%);
    background-position: calc(100% - 18px) 23px, calc(100% - 13px) 23px;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    color: #111827;
    font-size: 15px;
    font-weight: 750;
    line-height: 54px;
    outline: none;
    box-shadow: 0 1px 0 rgba(15, 23, 42, .02);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

#tws-age-gate .tws-age-gate-date,
#tws-age-gate .tws-age-gate-date-part {
    background-image: none;
    padding-right: 14px;
}

#tws-age-gate .tws-age-gate-date-part::placeholder {
    color: #667085;
    opacity: .82;
}

#tws-age-gate .tws-age-gate-input-hint {
    margin: 8px 0 0;
    color: var(--tws-ag-muted);
    font-size: 12px;
    font-weight: 650;
}

#tws-age-gate .tws-age-gate-select:hover,
#tws-age-gate .tws-age-gate-date:hover,
#tws-age-gate .tws-age-gate-date-part:hover {
    border-color: rgba(17, 24, 39, .26);
}

#tws-age-gate .tws-age-gate-select:focus,
#tws-age-gate .tws-age-gate-date:focus,
#tws-age-gate .tws-age-gate-date-part:focus {
    border-color: var(--tws-ag-accent);
    box-shadow: 0 0 0 4px rgba(245, 197, 66, .20);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--tws-ag-accent) 24%, transparent);
}

#tws-age-gate .tws-age-gate-checkbox-wrap {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin: 16px 0 0;
    padding: 14px;
    border-radius: 16px;
    background: rgba(15, 23, 42, .04);
    color: var(--tws-ag-text);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 700;
    cursor: pointer;
}

#tws-age-gate .tws-age-gate-checkbox-wrap input {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin: 1px 0 0;
    accent-color: var(--tws-ag-accent);
    flex: 0 0 auto;
}

#tws-age-gate .tws-age-gate-error {
    margin-top: 16px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #FEF2F2;
    border: 1px solid #FECACA;
    color: #991B1B;
    font-weight: 800;
    font-size: 14px;
}

#tws-age-gate .tws-age-gate-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 20px;
}

#tws-age-gate .tws-age-gate-btn {
    min-height: 54px;
    border: 0;
    border-radius: 16px;
    padding: 13px 18px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: -.01em;
    text-decoration: none;
    box-shadow: none;
    transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease, filter .18s ease;
}

#tws-age-gate .tws-age-gate-btn:focus-visible {
    outline: 3px solid rgba(245, 197, 66, .42);
    outline: 3px solid color-mix(in srgb, var(--tws-ag-accent) 50%, #ffffff);
    outline-offset: 3px;
}

#tws-age-gate .tws-age-gate-btn:hover:not([disabled]) {
    transform: translateY(-1px);
}

#tws-age-gate .tws-age-gate-btn-primary {
    background: var(--tws-ag-accent);
    color: var(--tws-ag-btn-text);
    box-shadow: 0 14px 26px rgba(245, 197, 66, .20);
    box-shadow: 0 14px 26px color-mix(in srgb, var(--tws-ag-accent) 25%, transparent);
}

#tws-age-gate .tws-age-gate-btn-secondary {
    background: var(--tws-ag-secondary);
    color: #111827;
}

#tws-age-gate .tws-age-gate-btn[disabled] {
    opacity: .58;
    cursor: not-allowed;
    transform: none;
    filter: grayscale(.08);
}

#tws-age-gate .tws-age-gate-denied {
    margin-top: 18px;
    padding: 18px;
    border-radius: 18px;
    background: #111827;
    color: #FFFFFF;
}

#tws-age-gate .tws-age-gate-denied h3 {
    margin: 0 0 6px;
    color: #FFFFFF;
    font-size: 18px;
}

#tws-age-gate .tws-age-gate-denied p {
    margin: 0;
    color: rgba(255,255,255,.78);
}

#tws-age-gate .tws-age-gate-powered {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-top: 20px;
    color: var(--tws-ag-muted);
    text-align: center;
    font-size: 12px;
    letter-spacing: .02em;
}

#tws-age-gate .tws-age-gate-powered strong {
    color: var(--tws-ag-text);
}

#tws-age-gate .tws-age-gate-powered a {
    color: var(--tws-ag-text);
    font-weight: 850;
    text-decoration: none;
    border-bottom: 1px solid rgba(245, 197, 66, .60);
    border-bottom-color: color-mix(in srgb, var(--tws-ag-accent) 65%, transparent);
}

#tws-age-gate .tws-age-gate-powered a:hover,
#tws-age-gate .tws-age-gate-powered a:focus-visible {
    color: var(--tws-ag-accent);
}

#tws-age-gate.is-approved {
    animation: twsAgeGateFadeOut .22s ease-in both;
}

#tws-age-gate.is-checking .tws-age-gate-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
    animation: twsAgeGateSweep 1s linear infinite;
}

@keyframes twsAgeGateFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes twsAgeGateFadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes twsAgeGateCardIn {
    from { opacity: 0; transform: translateY(18px) scale(.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes twsAgeGateSweep {
    from { transform: translateX(-100%); }
    to { transform: translateX(100%); }
}

@media (max-width: 640px) {
    #tws-age-gate {
        align-items: flex-end;
        padding: 12px;
    }

    #tws-age-gate .tws-age-gate-card {
        width: 100%;
        padding: 22px;
        border-radius: 24px;
    }

    #tws-age-gate .tws-age-gate-actions,
    #tws-age-gate .tws-age-gate-dob-grid {
        grid-template-columns: 1fr;
    }

    #tws-age-gate .tws-age-gate-icon svg,
    #tws-age-gate .tws-age-gate-icon-circle,
    #tws-age-gate .tws-age-gate-icon-minimal {
        width: 62px;
        height: 62px;
    }

    #tws-age-gate .tws-age-gate-trust-row span {
        font-size: 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    #tws-age-gate,
    #tws-age-gate .tws-age-gate-card,
    #tws-age-gate .tws-age-gate-btn,
    body.tws-age-gate-blur-site > *:not(#tws-age-gate):not(script):not(style):not(link) {
        animation: none !important;
        transition: none !important;
    }
}

/* v1.4.0 result screens and premium motion */
#tws-age-gate .tws-age-gate-result {
    margin-top: 18px;
    padding: 26px 18px;
    border-radius: 24px;
    text-align: center;
    outline: none;
    animation: twsAgeGateResultPop .48s cubic-bezier(.2, .85, .25, 1.2) both;
}

#tws-age-gate .tws-age-gate-result[hidden] {
    display: none !important;
}

#tws-age-gate.is-result-success .tws-age-gate-brand-row,
#tws-age-gate.is-result-success .tws-age-gate-copy,
#tws-age-gate.is-result-underage .tws-age-gate-brand-row,
#tws-age-gate.is-result-underage .tws-age-gate-copy {
    display: none;
}

#tws-age-gate .tws-age-gate-result h3 {
    margin: 14px 0 8px;
    color: var(--tws-ag-text);
    font-size: clamp(24px, 4vw, 34px);
    line-height: 1.05;
    letter-spacing: -.04em;
    font-weight: 950;
}

#tws-age-gate .tws-age-gate-result p {
    margin: 0 auto;
    max-width: 420px;
    color: var(--tws-ag-muted);
    font-size: 15px;
    line-height: 1.65;
    font-weight: 650;
}

#tws-age-gate .tws-age-gate-result-art {
    width: 96px;
    height: 96px;
    margin: 0 auto;
    border-radius: 999px;
    background: color-mix(in srgb, var(--tws-ag-accent) 18%, #ffffff);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 42px color-mix(in srgb, var(--tws-ag-accent) 28%, transparent);
}

#tws-age-gate .tws-age-gate-result-art span {
    width: 50px;
    height: 50px;
    border-radius: 999px;
    background: var(--tws-ag-accent);
    position: relative;
    display: block;
    animation: twsAgeGateSuccessPulse 1.2s ease-in-out infinite;
}

#tws-age-gate .tws-age-gate-result-art span::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 12px;
    border-left: 5px solid var(--tws-ag-btn-text);
    border-bottom: 5px solid var(--tws-ag-btn-text);
    transform: rotate(-45deg);
    left: 13px;
    top: 16px;
}

#tws-age-gate .tws-age-gate-result-art i {
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: var(--tws-ag-accent);
    animation: twsAgeGateConfetti 1.1s ease-in-out infinite;
}

#tws-age-gate .tws-age-gate-result-art i:nth-child(2) { left: 7px; top: 22px; animation-delay: .08s; }
#tws-age-gate .tws-age-gate-result-art i:nth-child(3) { right: 4px; top: 30px; animation-delay: .18s; }
#tws-age-gate .tws-age-gate-result-art i:nth-child(4) { right: 23px; bottom: 4px; animation-delay: .28s; }

#tws-age-gate .tws-age-gate-sad-face {
    width: 96px;
    height: 96px;
    margin: 0 auto;
    border-radius: 999px;
    background: #FEF3C7;
    border: 1px solid #FDE68A;
    position: relative;
    box-shadow: 0 16px 36px rgba(146, 64, 14, .16);
    animation: twsAgeGateSadFloat 1.4s ease-in-out infinite;
}

#tws-age-gate .tws-age-gate-sad-face::before,
#tws-age-gate .tws-age-gate-sad-face::after {
    content: "";
    position: absolute;
    top: 31px;
    width: 11px;
    height: 11px;
    border-radius: 999px;
    background: #92400E;
}

#tws-age-gate .tws-age-gate-sad-face::before { left: 29px; }
#tws-age-gate .tws-age-gate-sad-face::after { right: 29px; }

#tws-age-gate .tws-age-gate-sad-face span {
    position: absolute;
    left: 31px;
    bottom: 26px;
    width: 34px;
    height: 18px;
    border-top: 4px solid #92400E;
    border-radius: 999px 999px 0 0;
}

#tws-age-gate.tws-age-gate-animation-smooth .tws-age-gate-result,
#tws-age-gate.tws-age-gate-animation-minimal .tws-age-gate-result {
    animation: twsAgeGateFadeIn .28s ease-out both;
}

#tws-age-gate.tws-age-gate-animation-bounce .tws-age-gate-result {
    animation: twsAgeGateBounceIn .58s cubic-bezier(.25, .9, .3, 1.35) both;
}

#tws-age-gate.tws-age-gate-animation-minimal .tws-age-gate-result-art i,
#tws-age-gate.tws-age-gate-animation-minimal .tws-age-gate-result-art span,
#tws-age-gate.tws-age-gate-animation-minimal .tws-age-gate-sad-face {
    animation: none;
}

@keyframes twsAgeGateResultPop {
    0% { opacity: 0; transform: translateY(14px) scale(.94); }
    65% { opacity: 1; transform: translateY(-3px) scale(1.015); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes twsAgeGateBounceIn {
    0% { opacity: 0; transform: scale(.88); }
    58% { opacity: 1; transform: scale(1.04); }
    100% { opacity: 1; transform: scale(1); }
}

@keyframes twsAgeGateSuccessPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
}

@keyframes twsAgeGateConfetti {
    0%, 100% { transform: translateY(0) scale(1); opacity: .55; }
    50% { transform: translateY(-8px) scale(1.25); opacity: 1; }
}

@keyframes twsAgeGateSadFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(5px); }
}

@media (prefers-reduced-motion: reduce) {
    #tws-age-gate .tws-age-gate-result,
    #tws-age-gate .tws-age-gate-result-art i,
    #tws-age-gate .tws-age-gate-result-art span,
    #tws-age-gate .tws-age-gate-sad-face {
        animation: none !important;
    }
}

/* v1.5.0 cleaner public icons and TWS minimal branding */
#tws-age-gate .tws-age-gate-icon-circle svg,
#tws-age-gate .tws-age-gate-icon-minimal svg {
    width: 74px;
    height: 74px;
}

#tws-age-gate .tws-age-gate-icon-circle circle:first-child,
#tws-age-gate .tws-age-gate-icon-verified circle {
    fill: var(--tws-ag-accent);
}

#tws-age-gate .tws-age-gate-icon-circle circle:nth-child(2) {
    fill: rgba(255,255,255,.18);
    stroke: var(--tws-ag-btn-text);
    stroke-width: 2;
    opacity: .48;
}

#tws-age-gate .tws-age-gate-icon-minimal,
#tws-age-gate .tws-age-gate-icon-circle {
    background: transparent;
    box-shadow: none;
}

#tws-age-gate .tws-age-gate-icon-minimal rect {
    fill: transparent;
    stroke: var(--tws-ag-accent);
    stroke-width: 3;
}

#tws-age-gate .tws-age-gate-icon-minimal path,
#tws-age-gate .tws-age-gate-icon-shield path:nth-child(2) {
    fill: none;
    stroke: var(--tws-ag-btn-text);
    stroke-width: 3;
    stroke-linecap: round;
    opacity: .42;
}

#tws-age-gate .tws-age-gate-icon-shield path:first-child,
#tws-age-gate .tws-age-gate-icon-lock rect {
    fill: var(--tws-ag-accent);
}

#tws-age-gate .tws-age-gate-powered-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

#tws-age-gate .tws-age-gate-powered-brand img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: inline-block;
}

#tws-age-gate .tws-age-gate-powered {
    padding-top: 2px;
}

#tws-age-gate .tws-age-gate-powered a {
    transition: color .18s ease, border-color .18s ease, transform .18s ease;
}

#tws-age-gate .tws-age-gate-powered a:hover,
#tws-age-gate .tws-age-gate-powered a:focus-visible {
    transform: translateY(-1px);
}

/* v1.6.0 clean customer-facing branding and improved trust chips */
#tws-age-gate .tws-age-gate-trust-row {
    gap: 9px;
    margin-top: 16px;
}

#tws-age-gate .tws-age-gate-trust-row .tws-age-gate-trust-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 11px 8px 8px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--tws-ag-accent) 10%, var(--tws-ag-card));
    border: 1px solid color-mix(in srgb, var(--tws-ag-accent) 26%, transparent);
    color: var(--tws-ag-text);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: -.01em;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .05);
}

#tws-age-gate .tws-age-gate-trust-row .tws-age-gate-trust-chip::before,
#tws-age-gate .tws-age-gate-trust-row .tws-age-gate-trust-icon::before,
#tws-age-gate .tws-age-gate-trust-row .tws-age-gate-trust-label::before {
    content: none !important;
}

#tws-age-gate .tws-age-gate-trust-row .tws-age-gate-trust-icon,
#tws-age-gate .tws-age-gate-trust-row .tws-age-gate-trust-label {
    display: inline-flex;
    align-items: center;
    gap: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    box-shadow: none;
}

#tws-age-gate .tws-age-gate-trust-row .tws-age-gate-trust-icon {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    justify-content: center;
    background: var(--tws-ag-accent);
    color: var(--tws-ag-btn-text);
    flex: 0 0 auto;
}

#tws-age-gate .tws-age-gate-trust-row .tws-age-gate-trust-icon svg {
    width: 15px;
    height: 15px;
    display: block;
}

#tws-age-gate .tws-age-gate-trust-row .tws-age-gate-trust-icon svg path,
#tws-age-gate .tws-age-gate-trust-row .tws-age-gate-trust-icon svg circle,
#tws-age-gate .tws-age-gate-trust-row .tws-age-gate-trust-icon svg rect {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#tws-age-gate .tws-age-gate-powered-brand {
    gap: 0;
    opacity: .72;
}

#tws-age-gate .tws-age-gate-powered-brand img {
    display: none !important;
}

@media (max-width: 560px) {
    #tws-age-gate .tws-age-gate-trust-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    #tws-age-gate .tws-age-gate-trust-row .tws-age-gate-trust-chip {
        width: 100%;
        justify-content: flex-start;
        font-size: 11px;
    }
}


/* v1.7.0 secure illustration split design */
#tws-age-gate .tws-age-gate-illustration-panel {
    display: none;
}

#tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-card {
    width: min(100%, 1080px);
    display: grid;
    grid-template-columns: minmax(360px, .95fr) minmax(430px, 1fr);
    gap: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 34px;
    background: var(--tws-ag-card);
}

#tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-card > *:not(.tws-age-gate-illustration-panel) {
    grid-column: 2;
}

#tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-illustration-panel {
    grid-column: 1;
    grid-row: 1 / span 9;
    position: relative;
    min-height: 640px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 42px 34px;
    color: #fff;
    background: radial-gradient(circle at 52% 36%, color-mix(in srgb, var(--tws-ag-accent) 24%, transparent), transparent 32%), linear-gradient(155deg, #071122 0%, #0B1730 58%, #050813 100%);
    border-right: 1px solid rgba(255,255,255,.08);
}

#tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-brand-row {
    padding: 34px 38px 0;
    margin-bottom: 14px;
}

#tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-copy {
    padding: 0 38px;
}

#tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-form {
    padding: 0 38px 34px;
}

#tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-powered,
#tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-denied,
#tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-result {
    margin-left: 38px;
    margin-right: 38px;
    margin-bottom: 32px;
}

#tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-actions {
    grid-template-columns: 1fr;
}

#tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-btn-primary {
    min-height: 60px;
    background: linear-gradient(135deg, #071122, #0B1730 60%, color-mix(in srgb, var(--tws-ag-accent) 35%, #0B1730));
    color: #fff;
    box-shadow: 0 18px 40px rgba(7, 17, 34, .26);
}

#tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-btn-primary::before {
    content: "✓";
    display: inline-flex;
    margin-right: 9px;
    color: var(--tws-ag-accent);
}

#tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-btn-secondary {
    background: transparent;
    box-shadow: none;
    min-height: 42px;
    color: var(--tws-ag-muted);
}

#tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-trust-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

#tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-trust-row span {
    border-radius: 16px;
    padding: 12px;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, .08);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
    color: var(--tws-ag-text);
    justify-content: flex-start;
}

#tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-trust-row span::before {
    display: none;
}

#tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-trust-icon {
    width: 32px;
    height: 32px;
    border-radius: 12px;
    background: color-mix(in srgb, var(--tws-ag-accent) 14%, #fff);
    color: var(--tws-ag-accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-trust-icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#tws-age-gate .tws-age-gate-illustration-orbit {
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    border: 1px solid rgba(245, 197, 66, .32);
    animation: twsAgeGateOrbit 14s linear infinite;
}

#tws-age-gate .tws-age-gate-orbit-two {
    width: 460px;
    height: 460px;
    border-color: rgba(59, 130, 246, .22);
    animation-duration: 20s;
    animation-direction: reverse;
}

#tws-age-gate .tws-age-gate-illustration-main {
    position: relative;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(circle, rgba(255,255,255,.12), rgba(255,255,255,.02) 58%, transparent 60%);
    box-shadow: inset 0 0 0 4px rgba(245, 197, 66, .15), 0 0 70px rgba(245,197,66,.16);
    z-index: 2;
}

#tws-age-gate .tws-age-gate-illustration-avatar {
    position: absolute;
    top: 54px;
    width: 120px;
    height: 160px;
    animation: twsAgeGateFloat 4s ease-in-out infinite;
}

#tws-age-gate .tws-age-gate-avatar-head {
    position: absolute;
    left: 34px;
    top: 0;
    width: 58px;
    height: 58px;
    border-radius: 50% 50% 46% 46%;
    background: linear-gradient(135deg, #F5B48A, #FAD7BA);
    box-shadow: inset -12px 6px 0 rgba(0,0,0,.08);
}

#tws-age-gate .tws-age-gate-avatar-head::before {
    content: "";
    position: absolute;
    inset: -9px 6px auto -3px;
    height: 28px;
    border-radius: 20px 20px 16px 8px;
    background: #071122;
}

#tws-age-gate .tws-age-gate-avatar-body {
    position: absolute;
    left: 10px;
    top: 68px;
    width: 104px;
    height: 92px;
    border-radius: 38px 38px 24px 24px;
    background: linear-gradient(135deg, #0F254D, #091A35);
    border: 1px solid rgba(245, 197, 66, .22);
}

#tws-age-gate .tws-age-gate-illustration-shield {
    position: absolute;
    bottom: 22px;
    width: 150px;
    height: 170px;
    display: grid;
    place-items: center;
    clip-path: polygon(50% 0, 93% 17%, 82% 82%, 50% 100%, 18% 82%, 7% 17%);
    background: linear-gradient(145deg, rgba(245,197,66,.95), rgba(188,128,33,.9));
    box-shadow: 0 18px 48px rgba(0,0,0,.28);
    z-index: 3;
}

#tws-age-gate .tws-age-gate-illustration-shield::before {
    content: "";
    position: absolute;
    inset: 9px;
    clip-path: inherit;
    background: linear-gradient(150deg, #102348, #071122);
}

#tws-age-gate .tws-age-gate-illustration-shield span {
    position: relative;
    z-index: 2;
    font-size: 42px;
    font-weight: 950;
    color: var(--tws-ag-accent);
    text-shadow: 0 2px 18px rgba(245,197,66,.32);
}

#tws-age-gate .tws-age-gate-illustration-shield i {
    position: absolute;
    bottom: 30px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    z-index: 2;
    border: 2px solid rgba(245,197,66,.82);
}

#tws-age-gate .tws-age-gate-illustration-shield i::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    width: 13px;
    height: 7px;
    border-left: 3px solid var(--tws-ag-accent);
    border-bottom: 3px solid var(--tws-ag-accent);
    transform: rotate(-45deg);
}

#tws-age-gate .tws-age-gate-floating-icon {
    position: absolute;
    z-index: 4;
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(245,197,66,.24);
    backdrop-filter: blur(8px);
    animation: twsAgeGateFloat 5s ease-in-out infinite;
}

#tws-age-gate .tws-age-gate-floating-icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: var(--tws-ag-accent);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#tws-age-gate .tws-age-gate-floating-shield { left: 56px; top: 112px; }
#tws-age-gate .tws-age-gate-floating-lock { right: 56px; top: 156px; animation-delay: -.8s; }
#tws-age-gate .tws-age-gate-floating-check { right: 84px; bottom: 170px; animation-delay: -1.6s; }

#tws-age-gate .tws-age-gate-illustration-copy {
    position: relative;
    z-index: 5;
    margin-top: 34px;
    text-align: center;
    max-width: 300px;
}

#tws-age-gate .tws-age-gate-illustration-copy strong {
    display: block;
    color: var(--tws-ag-accent);
    font-size: 17px;
    font-weight: 900;
    margin-bottom: 8px;
}

#tws-age-gate .tws-age-gate-illustration-copy span {
    display: block;
    color: rgba(255,255,255,.78);
    font-size: 14px;
    line-height: 1.55;
}

@keyframes twsAgeGateOrbit {
    from { transform: rotate(0deg) scale(1); }
    50% { transform: rotate(180deg) scale(1.04); }
    to { transform: rotate(360deg) scale(1); }
}

@keyframes twsAgeGateFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 920px) {
    #tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-card {
        width: min(100%, 600px);
        display: block;
        padding: 0;
    }
    #tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-illustration-panel {
        min-height: 190px;
        padding: 24px;
    }
    #tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-illustration-main {
        width: 150px;
        height: 150px;
        transform: scale(.62);
    }
    #tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-illustration-copy,
    #tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-floating-icon,
    #tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-illustration-orbit {
        display: none;
    }
    #tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-brand-row,
    #tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-copy,
    #tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-form {
        padding-left: 24px;
        padding-right: 24px;
    }
    #tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-trust-row {
        grid-template-columns: 1fr;
    }
}

/* v1.8.0 mobile responsiveness and controlled scrolling */
#tws-age-gate {
    min-height: 100svh;
    height: 100dvh;
    overflow-y: auto;
    overflow-x: hidden;
    align-items: center;
    padding: max(18px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

#tws-age-gate .tws-age-gate-card {
    max-height: calc(100svh - 28px);
    width: min(100%, 560px);
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
}

#tws-age-gate .tws-age-gate-card::-webkit-scrollbar {
    width: 8px;
}

#tws-age-gate .tws-age-gate-card::-webkit-scrollbar-thumb {
    background: rgba(100, 116, 139, .32);
    border-radius: 999px;
}

#tws-age-gate .tws-age-gate-form,
#tws-age-gate .tws-age-gate-copy,
#tws-age-gate .tws-age-gate-brand-row {
    min-width: 0;
}

#tws-age-gate .tws-age-gate-dob-grid,
#tws-age-gate .tws-age-gate-actions,
#tws-age-gate .tws-age-gate-trust-row {
    min-width: 0;
}

#tws-age-gate input,
#tws-age-gate select,
#tws-age-gate button {
    max-width: 100%;
}

#tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-card {
    max-height: calc(100svh - 28px);
    overflow: auto;
    scrollbar-gutter: stable;
}

#tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-illustration-panel {
    min-height: min(640px, calc(100svh - 28px));
}

#tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-card > *:not(.tws-age-gate-illustration-panel) {
    min-width: 0;
}

#tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-trust-row span {
    min-width: 0;
}

#tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-trust-row span strong,
#tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-trust-row span em {
    overflow-wrap: anywhere;
}

@media (max-height: 760px) and (min-width: 921px) {
    #tws-age-gate {
        align-items: flex-start;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    #tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-illustration-panel {
        min-height: 560px;
    }

    #tws-age-gate .tws-age-gate-card {
        max-height: calc(100svh - 28px);
    }
}

@media (max-width: 920px) {
    #tws-age-gate {
        align-items: flex-start;
        padding: max(12px, env(safe-area-inset-top)) max(10px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
    }

    #tws-age-gate .tws-age-gate-card {
        max-height: calc(100svh - 24px);
        border-radius: 24px;
    }

    #tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-card {
        max-height: calc(100svh - 24px);
    }

    #tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-illustration-panel {
        position: relative;
        min-height: 170px;
        max-height: 220px;
        padding: 20px;
    }

    #tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-brand-row {
        padding-top: 24px;
    }
}

@media (max-width: 640px) {
    #tws-age-gate .tws-age-gate-card {
        padding: 22px;
        border-radius: 22px;
    }

    #tws-age-gate .tws-age-gate-brand-row {
        align-items: flex-start;
        gap: 12px;
    }

    #tws-age-gate .tws-age-gate-copy h2 {
        font-size: clamp(26px, 9vw, 36px);
        line-height: 1.06;
    }

    #tws-age-gate .tws-age-gate-subtitle {
        font-size: 15px;
    }

    #tws-age-gate .tws-age-gate-trust-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    #tws-age-gate .tws-age-gate-trust-row span,
    #tws-age-gate .tws-age-gate-trust-row .tws-age-gate-trust-chip {
        width: 100%;
        justify-content: flex-start;
        min-height: 42px;
    }

    #tws-age-gate .tws-age-gate-dob-grid {
        grid-template-columns: 1fr !important;
        gap: 10px;
    }

    #tws-age-gate .tws-age-gate-actions {
        grid-template-columns: 1fr !important;
        gap: 10px;
    }

    #tws-age-gate .tws-age-gate-btn-primary,
    #tws-age-gate .tws-age-gate-btn-secondary {
        width: 100%;
        min-height: 52px;
        justify-content: center;
    }

    #tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-card {
        border-radius: 24px;
    }

    #tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-illustration-panel {
        min-height: 148px;
        max-height: 180px;
    }

    #tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-brand-row,
    #tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-copy,
    #tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-form {
        padding-left: 18px;
        padding-right: 18px;
    }

    #tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-form {
        padding-bottom: 22px;
    }
}

@media (max-width: 420px) {
    #tws-age-gate .tws-age-gate-card {
        padding: 18px;
        border-radius: 20px;
    }

    #tws-age-gate .tws-age-gate-icon svg,
    #tws-age-gate .tws-age-gate-icon-circle,
    #tws-age-gate .tws-age-gate-icon-minimal {
        width: 58px;
        height: 58px;
    }

    #tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-card {
        padding: 0;
    }

    #tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-brand-row,
    #tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-copy,
    #tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-form {
        padding-left: 16px;
        padding-right: 16px;
    }

    #tws-age-gate.tws-age-gate-display-secure_illustration .tws-age-gate-trust-row {
        gap: 8px;
    }
}

/* v1.9.0 additional public templates */
#tws-age-gate.tws-age-gate-display-luxury_split .tws-age-gate-card,
#tws-age-gate.tws-age-gate-display-neon_shield .tws-age-gate-card,
#tws-age-gate.tws-age-gate-display-frosted_glass .tws-age-gate-card,
#tws-age-gate.tws-age-gate-display-compliance_card .tws-age-gate-card {
    width: min(100%, 1040px);
    display: grid;
    grid-template-columns: minmax(300px, .95fr) minmax(320px, 1fr);
    gap: 0;
    padding: 0;
    overflow: hidden;
}

#tws-age-gate.tws-age-gate-display-luxury_split .tws-age-gate-card > *:not(.tws-age-gate-illustration-panel),
#tws-age-gate.tws-age-gate-display-neon_shield .tws-age-gate-card > *:not(.tws-age-gate-illustration-panel),
#tws-age-gate.tws-age-gate-display-frosted_glass .tws-age-gate-card > *:not(.tws-age-gate-illustration-panel),
#tws-age-gate.tws-age-gate-display-compliance_card .tws-age-gate-card > *:not(.tws-age-gate-illustration-panel) {
    grid-column: 2;
    padding-left: 34px;
    padding-right: 34px;
}

#tws-age-gate.tws-age-gate-display-luxury_split .tws-age-gate-brand-row,
#tws-age-gate.tws-age-gate-display-neon_shield .tws-age-gate-brand-row,
#tws-age-gate.tws-age-gate-display-frosted_glass .tws-age-gate-brand-row,
#tws-age-gate.tws-age-gate-display-compliance_card .tws-age-gate-brand-row {
    padding-top: 34px;
}

#tws-age-gate.tws-age-gate-display-luxury_split .tws-age-gate-powered,
#tws-age-gate.tws-age-gate-display-neon_shield .tws-age-gate-powered,
#tws-age-gate.tws-age-gate-display-frosted_glass .tws-age-gate-powered,
#tws-age-gate.tws-age-gate-display-compliance_card .tws-age-gate-powered {
    padding-bottom: 24px;
}

#tws-age-gate.tws-age-gate-display-luxury_split .tws-age-gate-illustration-panel,
#tws-age-gate.tws-age-gate-display-neon_shield .tws-age-gate-illustration-panel,
#tws-age-gate.tws-age-gate-display-frosted_glass .tws-age-gate-illustration-panel,
#tws-age-gate.tws-age-gate-display-compliance_card .tws-age-gate-illustration-panel {
    display: flex;
    grid-row: 1 / span 8;
    min-height: 100%;
}

#tws-age-gate.tws-age-gate-display-luxury_split .tws-age-gate-card {
    border: 1px solid rgba(245,197,66,.28);
    box-shadow: 0 34px 100px rgba(0,0,0,.46), 0 0 0 1px rgba(245,197,66,.12);
}

#tws-age-gate.tws-age-gate-display-luxury_split .tws-age-gate-illustration-panel {
    background: radial-gradient(circle at 52% 32%, rgba(245,197,66,.36), transparent 26%), linear-gradient(160deg, #030712, #0F172A 70%, #111827);
}

#tws-age-gate.tws-age-gate-display-luxury_split .tws-age-gate-btn-primary {
    background: linear-gradient(135deg, #0B1220, #111827) !important;
    color: #FDE68A !important;
    box-shadow: 0 18px 40px rgba(17,24,39,.28);
}

#tws-age-gate.tws-age-gate-display-neon_shield {
    background: radial-gradient(circle at 30% 25%, rgba(34,211,238,.24), transparent 32%), linear-gradient(135deg, #020617, #0F172A);
}

#tws-age-gate.tws-age-gate-display-neon_shield .tws-age-gate-card {
    background: linear-gradient(135deg, rgba(2,6,23,.96), rgba(15,23,42,.98));
    color: #E0F2FE;
    border: 1px solid rgba(34,211,238,.28);
    box-shadow: 0 34px 110px rgba(0,0,0,.55), 0 0 42px rgba(34,211,238,.14);
}

#tws-age-gate.tws-age-gate-display-neon_shield .tws-age-gate-copy h2,
#tws-age-gate.tws-age-gate-display-neon_shield .tws-age-gate-subtitle,
#tws-age-gate.tws-age-gate-display-neon_shield .tws-age-gate-label,
#tws-age-gate.tws-age-gate-display-neon_shield .tws-age-gate-checkbox-wrap,
#tws-age-gate.tws-age-gate-display-neon_shield .tws-age-gate-legal,
#tws-age-gate.tws-age-gate-display-neon_shield .tws-age-gate-privacy-note {
    color: #E0F2FE;
}

#tws-age-gate.tws-age-gate-display-neon_shield .tws-age-gate-description {
    color: #BAE6FD;
}

#tws-age-gate.tws-age-gate-display-neon_shield .tws-age-gate-btn-primary {
    background: linear-gradient(135deg, #22D3EE, #2DD4BF) !important;
    color: #04111D !important;
    box-shadow: 0 18px 40px rgba(34,211,238,.25);
}

#tws-age-gate.tws-age-gate-display-frosted_glass .tws-age-gate-card {
    background: rgba(255,255,255,.78);
    backdrop-filter: blur(24px) saturate(1.18);
    border: 1px solid rgba(255,255,255,.58);
}

#tws-age-gate.tws-age-gate-display-frosted_glass .tws-age-gate-illustration-panel {
    background: linear-gradient(160deg, rgba(15,23,42,.86), rgba(59,130,246,.32));
}

#tws-age-gate.tws-age-gate-display-minimal_clean .tws-age-gate-card {
    width: min(100%, 520px);
    padding: 30px;
    border-radius: 22px;
    box-shadow: 0 20px 55px rgba(15,23,42,.16);
}

#tws-age-gate.tws-age-gate-display-minimal_clean .tws-age-gate-illustration-panel {
    display: none;
}

#tws-age-gate.tws-age-gate-display-minimal_clean .tws-age-gate-kicker,
#tws-age-gate.tws-age-gate-display-minimal_clean .tws-age-gate-trust-row {
    justify-content: center;
}

#tws-age-gate.tws-age-gate-display-minimal_clean .tws-age-gate-copy,
#tws-age-gate.tws-age-gate-display-minimal_clean .tws-age-gate-brand-row {
    text-align: center;
    justify-content: center;
}

#tws-age-gate.tws-age-gate-display-compliance_card .tws-age-gate-illustration-panel {
    background: linear-gradient(160deg, #1E3A8A, #0F172A);
}

#tws-age-gate.tws-age-gate-display-compliance_card .tws-age-gate-card {
    border-left: 6px solid var(--tws-ag-accent);
    border-radius: 22px;
}

#tws-age-gate.tws-age-gate-display-compliance_card .tws-age-gate-btn-primary {
    border-radius: 14px;
}

#tws-age-gate.tws-age-gate-display-mobile_sheet {
    align-items: flex-end;
    padding: 0;
}

#tws-age-gate.tws-age-gate-display-mobile_sheet .tws-age-gate-card {
    width: min(100%, 620px);
    max-height: min(92vh, 760px);
    border-radius: 30px 30px 0 0;
    padding: 26px;
    margin: 0 auto;
}

#tws-age-gate.tws-age-gate-display-mobile_sheet .tws-age-gate-illustration-panel {
    display: none;
}

#tws-age-gate.tws-age-gate-display-mobile_sheet .tws-age-gate-card::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    width: 58px;
    height: 5px;
    border-radius: 999px;
    background: rgba(100,116,139,.28);
    transform: translateX(-50%);
}

@media (max-width: 860px) {
    #tws-age-gate.tws-age-gate-display-luxury_split .tws-age-gate-card,
    #tws-age-gate.tws-age-gate-display-neon_shield .tws-age-gate-card,
    #tws-age-gate.tws-age-gate-display-frosted_glass .tws-age-gate-card,
    #tws-age-gate.tws-age-gate-display-compliance_card .tws-age-gate-card {
        display: block;
        width: min(100%, 560px);
        overflow: auto;
    }

    #tws-age-gate.tws-age-gate-display-luxury_split .tws-age-gate-illustration-panel,
    #tws-age-gate.tws-age-gate-display-neon_shield .tws-age-gate-illustration-panel,
    #tws-age-gate.tws-age-gate-display-frosted_glass .tws-age-gate-illustration-panel,
    #tws-age-gate.tws-age-gate-display-compliance_card .tws-age-gate-illustration-panel {
        min-height: 190px;
    }

    #tws-age-gate.tws-age-gate-display-luxury_split .tws-age-gate-card > *:not(.tws-age-gate-illustration-panel),
    #tws-age-gate.tws-age-gate-display-neon_shield .tws-age-gate-card > *:not(.tws-age-gate-illustration-panel),
    #tws-age-gate.tws-age-gate-display-frosted_glass .tws-age-gate-card > *:not(.tws-age-gate-illustration-panel),
    #tws-age-gate.tws-age-gate-display-compliance_card .tws-age-gate-card > *:not(.tws-age-gate-illustration-panel) {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 520px) {
    #tws-age-gate.tws-age-gate-display-mobile_sheet .tws-age-gate-card {
        width: 100%;
        max-height: 94vh;
        border-radius: 24px 24px 0 0;
    }
}
