.vxchat {
    --vx-bg: #050505;
    --vx-card: #0d0d0f;
    --vx-card-2: #121014;
    --vx-line: rgba(212, 0, 255, .22);
    --vx-line-hot: rgba(169, 0, 255, .34);
    --vx-accent: #D400FF;
    --vx-hot: #A900FF;
    --vx-white: #F7F2F8;
    --vx-muted: #98939b;
    --vx-soft: #c7bec9;
    width: 100%;
    color: var(--vx-white);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    box-sizing: border-box;
}
.vxchat *, .vxchat *::before, .vxchat *::after { box-sizing: border-box; }
.vxchat-shell {
    position: relative;
    width: min(100%, 1180px);
    margin: 0 auto;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 0%, rgba(212,0,255,.13), transparent 34%),
        radial-gradient(circle at 92% 100%, rgba(169,0,255,.09), transparent 34%),
        linear-gradient(155deg, #0d0d10 0%, #060607 52%, #030303 100%);
    border: 1px solid rgba(212,0,255,.24);
    border-radius: 28px;
    box-shadow: 0 36px 100px rgba(0,0,0,.72), 0 0 70px rgba(212,0,255,.08);
}
.vxchat-brandbar {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 72px;
    padding: 15px 22px;
    border-bottom: 1px solid rgba(255,255,255,.07);
    background: rgba(5,5,6,.72);
    backdrop-filter: blur(16px);
}
.vxchat-brandmark {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border: 1px solid rgba(212,0,255,.56);
    border-radius: 11px;
    background: linear-gradient(145deg, rgba(212,0,255,.2), rgba(169,0,255,.08));
    box-shadow: 0 0 28px rgba(212,0,255,.18);
    color: #fff;
    font-size: 19px;
    font-weight: 950;
}
.vxchat-brand { font-size: 13px; font-weight: 950; letter-spacing: 2.7px; line-height: 1; }
.vxchat-subbrand { margin-top: 5px; color: #746e77; font-size: 8px; font-weight: 800; letter-spacing: 1.8px; }
.vxchat-live {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-left: auto;
    color: #b8b0bb;
    font-size: 8.5px;
    font-weight: 900;
    letter-spacing: 1.35px;
}
.vxchat-live i, .vxchat-room-person i {
    width: 7px; height: 7px; border-radius: 50%; background: #6cff93;
    box-shadow: 0 0 12px rgba(108,255,147,.8);
}
.vxchat-picker { padding: 48px 34px 42px; }


/* FREE / PRIVATE access status */
.vxchat-accessbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 50px;
    padding: 10px 18px;
    border-bottom: 1px solid rgba(255,255,255,.055);
    background: linear-gradient(90deg, rgba(212,0,255,.035), rgba(255,255,255,.008));
}
.vxchat-access-status { display: flex; align-items: center; gap: 9px; min-width: 0; }
.vxchat-access-status strong { flex: 0 0 auto; color: #f5eef7; font-size: 8px; font-weight: 950; letter-spacing: 1px; text-transform: uppercase; }
.vxchat-access-status span:last-child { min-width: 0; color: #77717a; font-size: 9px; line-height: 1.35; }
.vxchat-access-dot { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: #9e96a1; box-shadow: 0 0 10px rgba(255,255,255,.08); }
.vxchat-accessbar.is-private { background: linear-gradient(90deg, rgba(212,0,255,.10), rgba(169,0,255,.035)); }
.vxchat-accessbar.is-private .vxchat-access-dot { background: var(--vx-green); box-shadow: 0 0 12px rgba(114,255,155,.68); }
.vxchat-accessbar.is-private .vxchat-access-status strong { color: #fff; text-shadow: 0 0 16px rgba(212,0,255,.22); }
.vxchat-private-upgrade {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    flex: 0 0 auto;
    padding: 0 14px;
    border: 1px solid rgba(212,0,255,.50);
    border-radius: 999px;
    color: #fff !important;
    background: linear-gradient(135deg, rgba(212,0,255,.90), rgba(169,0,255,.90));
    box-shadow: 0 8px 22px rgba(212,0,255,.16);
    font-size: 8px;
    font-weight: 950;
    letter-spacing: .8px;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .2s ease;
}
.vxchat-private-upgrade:hover { color: #fff !important; transform: translateY(-1px); box-shadow: 0 10px 28px rgba(212,0,255,.28); }
@media (max-width: 720px) {
    .vxchat-accessbar { align-items: flex-start; flex-direction: column; gap: 8px; padding: 10px 14px; }
    .vxchat-access-status { align-items: flex-start; flex-wrap: wrap; gap: 6px 8px; }
    .vxchat-access-status span:last-child { flex-basis: 100%; }
    .vxchat-private-upgrade { width: 100%; }
}
.vxchat-picker-head { max-width: 760px; margin: 0 auto 32px; text-align: center; }
.vxchat-kicker { color: var(--vx-accent); font-size: 9px; font-weight: 900; letter-spacing: 2.2px; text-transform: uppercase; }
.vxchat-picker-head h2 { margin: 10px 0 10px !important; color: #fff !important; font-size: clamp(32px, 5vw, 54px) !important; font-weight: 950 !important; line-height: 1.02 !important; letter-spacing: -.5px !important; }
.vxchat-picker-head p { max-width: 620px; margin: 0 auto !important; color: var(--vx-muted) !important; font-size: 14px !important; line-height: 1.65 !important; }
.vxchat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.vxchat-character {
    min-width: 0;
    padding: 0;
    overflow: hidden;
    color: inherit;
    text-align: left;
    background: linear-gradient(160deg, rgba(19,18,21,.97), rgba(8,8,9,.99));
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(0,0,0,.42);
    cursor: pointer;
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
@media (hover:hover) and (pointer:fine) {
    .vxchat-character:hover { transform: translateY(-6px); border-color: rgba(212,0,255,.48); box-shadow: 0 28px 64px rgba(0,0,0,.58), 0 0 36px rgba(212,0,255,.12); }
}
.vxchat-character-media { position: relative; display: block; width: 100%; aspect-ratio: 4/5; overflow: hidden; background: radial-gradient(circle at 50% 25%, rgba(212,0,255,.24), transparent 48%), #0b0a0d; }
.vxchat-character-media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.vxchat-character-media.is-empty { display: grid; place-items: center; }
.vxchat-initial { font-size: 70px; font-weight: 950; color: rgba(255,255,255,.88); text-shadow: 0 0 34px rgba(212,0,255,.35); }
.vxchat-character-status { position: absolute; left: 12px; bottom: 12px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: rgba(0,0,0,.6); backdrop-filter: blur(10px); color: #e7dce9; font-size: 7.5px; font-weight: 900; letter-spacing: 1.15px; }
.vxchat-character-copy { display: block; padding: 18px 17px 20px; text-align: center; }
.vxchat-character-copy strong { display: block; color: #fff; font-size: 20px; font-weight: 950; }
.vxchat-character-copy small { display: block; margin-top: 5px; color: var(--vx-accent); font-size: 8px; font-weight: 900; letter-spacing: 1.1px; text-transform: uppercase; }
.vxchat-character-copy em { display: block; min-height: 3.1em; margin-top: 12px; color: #918a94; font-size: 11px; font-style: normal; line-height: 1.55; }
.vxchat-character-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 15px;
    color: #eee6f0;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .9px;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}
.vxchat-character-cta-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.vxchat-character-cta-arrow {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 10px;
    flex: 0 0 16px;
    color: var(--vx-accent);
    transform: translateY(0);
    transition: transform .25s ease;
}
.vxchat-character-cta-arrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 13px;
    height: 1.5px;
    border-radius: 999px;
    background: currentColor;
    transform: translateY(-50%);
}
.vxchat-character-cta-arrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
}
@media (hover:hover) and (pointer:fine) {
    .vxchat-character:hover .vxchat-character-cta-arrow {
        transform: translateX(3px);
    }
}

.vxchat-room { min-height: 660px; background: linear-gradient(180deg, rgba(9,9,11,.92), rgba(3,3,4,.98)); }
.vxchat-room-head { display: flex; align-items: center; gap: 12px; min-height: 74px; padding: 12px 18px; border-bottom: 1px solid rgba(255,255,255,.065); }
.vxchat-back, .vxchat-new { border: 1px solid rgba(255,255,255,.10); background: rgba(255,255,255,.025); color: #bbb3be; cursor: pointer; }
.vxchat-back { display: flex !important; align-items: center !important; justify-content: center !important; width: 38px; height: 38px; flex: 0 0 38px; padding: 0 !important; border-radius: 10px; line-height: 1 !important; text-align: center !important; }
.vxchat-back svg { display: block; width: 18px; height: 18px; margin: 0; overflow: visible; }
.vxchat-back svg path { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.vxchat-room-controls { margin-left: auto; display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
/* Chat language selector — visually matched to the site GTranslate menu. */
.vxchat .vxchat-language {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    z-index: 80 !important;
}
.vxchat .vxchat-language-toggle {
    -webkit-appearance: none !important;
    appearance: none !important;
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 112px !important;
    height: 36px !important;
    margin: 0 !important;
    padding: 0 31px 0 15px !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: #0b0b0d !important;
    border: 1px solid rgba(212,0,255,.72) !important;
    border-radius: 999px !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 8px !important;
    font-weight: 900 !important;
    letter-spacing: .85px !important;
    line-height: 1 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    text-shadow: none !important;
    filter: none !important;
    cursor: pointer !important;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease !important;
}
.vxchat .vxchat-language-current {
    display: block !important;
    width: 100% !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-align: center !important;
}
.vxchat .vxchat-language-chevron {
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    width: 6px !important;
    height: 6px !important;
    border-right: 1.5px solid #d400ff !important;
    border-bottom: 1.5px solid #d400ff !important;
    transform: translateY(-68%) rotate(45deg) !important;
    transition: transform .2s ease !important;
}
.vxchat .vxchat-language.is-open .vxchat-language-chevron {
    transform: translateY(-32%) rotate(225deg) !important;
}
.vxchat .vxchat-language-toggle:hover,
.vxchat .vxchat-language-toggle:focus-visible,
.vxchat .vxchat-language.is-open .vxchat-language-toggle {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: #0b0b0d !important;
    border-color: #d400ff !important;
    box-shadow: 0 0 0 2px rgba(212,0,255,.08), 0 0 14px rgba(212,0,255,.14) !important;
}
.vxchat .vxchat-language-menu {
    position: absolute !important;
    top: calc(100% + 6px) !important;
    right: 0 !important;
    width: 142px !important;
    max-height: 292px !important;
    overflow-y: auto !important;
    margin: 0 !important;
    padding: 6px 5px !important;
    background: #0b0b0d !important;
    border: 1px solid rgba(212,0,255,.72) !important;
    border-radius: 11px !important;
    box-shadow: 0 16px 38px rgba(0,0,0,.62), 0 0 18px rgba(212,0,255,.10) !important;
}
.vxchat .vxchat-language-menu[hidden] { display: none !important; }
.vxchat .vxchat-language-option {
    -webkit-appearance: none !important;
    appearance: none !important;
    display: block !important;
    width: 100% !important;
    min-height: 29px !important;
    margin: 0 !important;
    padding: 7px 10px !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 6px !important;
    outline: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    font-size: 8px !important;
    font-weight: 900 !important;
    letter-spacing: .58px !important;
    line-height: 1.15 !important;
    text-align: left !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: color .15s ease, background .15s ease, box-shadow .15s ease !important;
}
.vxchat .vxchat-language-option + .vxchat-language-option { margin-top: 1px !important; }
.vxchat .vxchat-language-option:hover,
.vxchat .vxchat-language-option:focus-visible {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: rgba(212,0,255,.12) !important;
    box-shadow: inset 2px 0 0 #d400ff !important;
}
.vxchat .vxchat-language-option.is-selected,
.vxchat .vxchat-language-option[aria-selected="true"] {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: linear-gradient(90deg, #d400ff 0%, #c000f0 100%) !important;
    box-shadow: 0 0 14px rgba(212,0,255,.18) !important;
}
.vxchat .vxchat-language-menu::-webkit-scrollbar { width: 5px !important; }
.vxchat .vxchat-language-menu::-webkit-scrollbar-track { background: #0b0b0d !important; }
.vxchat .vxchat-language-menu::-webkit-scrollbar-thumb { background: rgba(212,0,255,.55) !important; border-radius: 999px !important; }
.vxchat .vxchat-language-menu { scrollbar-color: rgba(212,0,255,.55) #0b0b0d !important; scrollbar-width: thin !important; }
.vxchat-new { margin-left: 0; padding: 10px 13px; border-radius: 999px; font-size: 8px; font-weight: 900; letter-spacing: .9px; text-transform: uppercase; }
.vxchat-room-avatar { width: 44px; height: 44px; flex: 0 0 44px; overflow: hidden; border: 1px solid rgba(212,0,255,.42); border-radius: 50%; background: radial-gradient(circle, rgba(212,0,255,.25), #09090b); background-size: cover; background-position: center top; }
.vxchat-room-person strong { display: block; color: #fff; font-size: 14px; font-weight: 950; }
.vxchat-room-person span { display: flex; align-items: center; gap: 6px; margin-top: 4px; color: #77717a; font-size: 8px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.vxchat-room-person i { width: 5px; height: 5px; }
.vxchat-messages { height: 470px; padding: 24px 20px 30px; overflow-y: auto; scroll-behavior: smooth; }
.vxchat-message { display: flex; gap: 10px; max-width: 78%; margin: 0 0 15px; }
.vxchat-message.is-user { margin-left: auto; justify-content: flex-end; }
.vxchat-msg-avatar { width: 30px; height: 30px; flex: 0 0 30px; border-radius: 50%; border: 1px solid rgba(212,0,255,.34); background: radial-gradient(circle, rgba(212,0,255,.22), #0a0a0c); background-size: cover; background-position: center top; }
.vxchat-message.is-user .vxchat-msg-avatar { display: none; }
.vxchat-bubble { padding: 12px 14px; border: 1px solid rgba(255,255,255,.07); border-radius: 5px 16px 16px 16px; background: #111114; color: #d9d3db; font-size: 13px; line-height: 1.58; white-space: pre-wrap; overflow-wrap: anywhere; }
.vxchat-message.is-user .vxchat-bubble { border-color: rgba(212,0,255,.20); border-radius: 16px 5px 16px 16px; background: linear-gradient(145deg, rgba(212,0,255,.16), rgba(169,0,255,.08)); color: #f5edf7; }
.vxchat-typing { display: flex; align-items: center; gap: 4px; padding: 0 22px 12px; color: #77717a; font-size: 10px; }
.vxchat-typing[hidden] { display: none !important; }
.vxchat-typing span { width: 5px; height: 5px; border-radius: 50%; background: var(--vx-accent); animation: vxchat-dot 1.1s infinite ease-in-out; }
.vxchat-typing span:nth-child(2){ animation-delay:.15s; } .vxchat-typing span:nth-child(3){ animation-delay:.3s; }
.vxchat-typing em { margin-left: 5px; font-style: normal; }
@keyframes vxchat-dot { 0%,70%,100%{opacity:.25;transform:translateY(0)} 35%{opacity:1;transform:translateY(-3px)} }
.vxchat-form { display: flex; align-items: flex-end; gap: 10px; padding: 14px 16px; border-top: 1px solid rgba(255,255,255,.065); background: rgba(5,5,6,.84); }
.vxchat-input { width: 100%; min-height: 46px; max-height: 130px; resize: none !important; overflow-y: hidden !important; scrollbar-width: none; padding: 13px 15px; color: #fff !important; background: #0d0d10 !important; border: 1px solid rgba(255,255,255,.10) !important; border-radius: 14px !important; outline: none !important; box-shadow: none !important; font: inherit; font-size: 13px !important; line-height: 1.45; }
.vxchat-input::-webkit-scrollbar { width: 0 !important; height: 0 !important; display: none !important; }
.vxchat-input.is-scrollable { overflow-y: auto !important; scrollbar-width: thin; scrollbar-color: rgba(212,0,255,.55) transparent; }
.vxchat-input.is-scrollable::-webkit-scrollbar { width: 5px !important; display: block !important; }
.vxchat-input.is-scrollable::-webkit-scrollbar-track { background: transparent !important; }
.vxchat-input.is-scrollable::-webkit-scrollbar-thumb { background: rgba(212,0,255,.46) !important; border-radius: 999px !important; }
.vxchat-input:focus { border-color: rgba(212,0,255,.48) !important; box-shadow: 0 0 0 3px rgba(212,0,255,.08) !important; }
.vxchat-send { min-height: 46px; padding: 0 17px; border: 0; border-radius: 13px; background: linear-gradient(135deg, var(--vx-accent), var(--vx-hot)); color: #fff; box-shadow: 0 10px 28px rgba(212,0,255,.20); font-size: 9px; font-weight: 950; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; }
.vxchat-send:disabled { opacity: .55; cursor: wait; }
.vxchat-footnote { padding: 0 16px 14px; color: #5f5962; background: rgba(5,5,6,.84); text-align: center; font-size: 8.5px; line-height: 1.4; }

.vxchat-age { position: fixed; inset: 0; z-index: 999999; display: grid; place-items: center; padding: 20px; background: rgba(0,0,0,.88); backdrop-filter: blur(14px); }
.vxchat-age[hidden] { display: none !important; }
.vxchat-age-card { width: min(100%, 460px); padding: 32px; text-align: center; background: radial-gradient(circle at 50% 0%, rgba(212,0,255,.16), transparent 45%), #0b0b0d; border: 1px solid rgba(212,0,255,.38); border-radius: 22px; box-shadow: 0 35px 100px rgba(0,0,0,.78), 0 0 55px rgba(212,0,255,.10); }
.vxchat-age-kicker { color: var(--vx-accent); font-size: 9px; font-weight: 900; letter-spacing: 1.8px; text-transform: uppercase; }
.vxchat-age-card h3 { margin: 9px 0 10px !important; color: #fff !important; font-size: 30px !important; font-weight: 950 !important; }
.vxchat-age-card p { margin: 0 !important; color: #a49ca7 !important; font-size: 13px !important; line-height: 1.65 !important; }
.vxchat-age-actions { display: grid; gap: 9px; margin-top: 22px; }
.vxchat-age-actions button { min-height: 46px; border-radius: 12px; cursor: pointer; font-size: 10px; font-weight: 950; letter-spacing: 1px; text-transform: uppercase; }
.vxchat-age-enter { border: 0; background: linear-gradient(135deg, var(--vx-accent), var(--vx-hot)); color: #fff; }
.vxchat-age-exit { border: 1px solid rgba(255,255,255,.10); background: #111114; color: #938b96; }



/* =========================================================
   v1.0.23 — VULUXAI BRAND COLOR LOCK
   Primary: #D400FF | Secondary: #A900FF | Soft: #E45CFF
   Green is reserved only for LIVE / online status.
   Theme button styles are explicitly isolated from chat controls.
   ========================================================= */

.vxchat .vxchat-back,
.vxchat .vxchat-new,
.vxchat .vxchat-send,
.vxchat .vxchat-age-enter,
.vxchat .vxchat-age-exit {
    -webkit-appearance: none !important;
    appearance: none !important;
    text-shadow: none !important;
    filter: none !important;
}

.vxchat .vxchat-back,
.vxchat .vxchat-new,
.vxchat .vxchat-send,
.vxchat .vxchat-age-enter {
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
    background: linear-gradient(135deg, #D400FF 0%, #BC00FF 48%, #A900FF 100%) !important;
    border: 1px solid rgba(212, 0, 255, .62) !important;
    box-shadow:
        0 10px 28px rgba(212, 0, 255, .22),
        0 0 18px rgba(169, 0, 255, .12) !important;
}

.vxchat .vxchat-back:hover,
.vxchat .vxchat-new:hover,
.vxchat .vxchat-send:hover,
.vxchat .vxchat-age-enter:hover,
.vxchat .vxchat-back:focus-visible,
.vxchat .vxchat-new:focus-visible,
.vxchat .vxchat-send:focus-visible,
.vxchat .vxchat-age-enter:focus-visible {
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
    background: linear-gradient(135deg, #E45CFF 0%, #D400FF 48%, #A900FF 100%) !important;
    border-color: rgba(228, 92, 255, .78) !important;
    box-shadow:
        0 12px 34px rgba(212, 0, 255, .34),
        0 0 24px rgba(169, 0, 255, .18) !important;
}

/* EXIT stays secondary and dark. */
.vxchat .vxchat-age-exit {
    color: #BEB7C1 !important;
    -webkit-text-fill-color: #BEB7C1 !important;
    background: #111114 !important;
    border: 1px solid rgba(212, 0, 255, .28) !important;
    box-shadow: none !important;
}

.vxchat .vxchat-age-exit:hover,
.vxchat .vxchat-age-exit:focus-visible {
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
    background: rgba(212, 0, 255, .075) !important;
    border-color: rgba(212, 0, 255, .58) !important;
    box-shadow: 0 0 20px rgba(212, 0, 255, .12) !important;
}

.vxchat .vxchat-shell {
    background:
        radial-gradient(circle at 12% 0%, rgba(212, 0, 255, .13), transparent 34%),
        radial-gradient(circle at 92% 100%, rgba(169, 0, 255, .09), transparent 34%),
        linear-gradient(155deg, #0D0D10 0%, #060607 52%, #030303 100%) !important;
}

.vxchat .vxchat-brandmark {
    background: linear-gradient(145deg, rgba(212, 0, 255, .20), rgba(169, 0, 255, .09)) !important;
    border-color: rgba(212, 0, 255, .58) !important;
}

.vxchat .vxchat-character {
    border-color: rgba(212, 0, 255, .28) !important;
}

@media (hover:hover) and (pointer:fine) {
    .vxchat .vxchat-character:hover {
        border-color: rgba(212, 0, 255, .62) !important;
        box-shadow:
            0 28px 64px rgba(0, 0, 0, .58),
            0 0 36px rgba(212, 0, 255, .16) !important;
    }
}

.vxchat .vxchat-character-copy small,
.vxchat .vxchat-character-cta-arrow,
.vxchat .vxchat-age-kicker {
    color: #D400FF !important;
}

.vxchat .vxchat-message.is-user .vxchat-bubble {
    border-color: rgba(212, 0, 255, .26) !important;
    background: linear-gradient(145deg, rgba(212, 0, 255, .16), rgba(169, 0, 255, .08)) !important;
    color: #F5EDF7 !important;
}

.vxchat .vxchat-input:focus {
    border-color: rgba(212, 0, 255, .58) !important;
    box-shadow: 0 0 0 3px rgba(212, 0, 255, .09) !important;
}

.vxchat .vxchat-age-card {
    background:
        radial-gradient(circle at 50% 0%, rgba(212, 0, 255, .15), transparent 45%),
        linear-gradient(155deg, #0D0D10 0%, #08080A 100%) !important;
    border-color: rgba(212, 0, 255, .46) !important;
    box-shadow:
        0 35px 100px rgba(0, 0, 0, .78),
        0 0 58px rgba(212, 0, 255, .13) !important;
}

@media (max-width: 980px) { .vxchat-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 620px) {
    .vxchat-shell { border-radius: 20px; }
    .vxchat-brandbar { min-height: 62px; padding: 12px 14px; }
    .vxchat-picker { padding: 34px 14px 26px; }
    .vxchat-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .vxchat-character { border-radius: 16px; }
    .vxchat-character-copy { padding: 14px 11px 16px; }
    .vxchat-character-copy strong { font-size: 17px; }
    .vxchat-character-copy em { display: none; }
    .vxchat-character-status { left: 8px; bottom: 8px; padding: 5px 7px; font-size: 6.5px; }
    .vxchat-room { min-height: 610px; }
    .vxchat-messages { height: 420px; padding: 18px 12px 24px; }
    .vxchat-message { max-width: 88%; }
    .vxchat-bubble { font-size: 12.5px; }
    .vxchat-new { padding: 9px 10px; font-size: 7px; }
    .vxchat-form { padding: 11px; }
    .vxchat-send { padding: 0 13px; }
    .vxchat-footnote { padding: 0 11px 11px; font-size: 7.8px; }
}
@media (max-width: 390px) {
    .vxchat-grid { grid-template-columns: 1fr; }
    .vxchat-character-media { aspect-ratio: 16/10; }
}

@media (max-width: 430px) {
    .vxchat-room-controls {
        padding-left: 0;
        justify-content: space-between;
    }
    .vxchat-language-toggle {
        min-width: 102px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vxchat *, .vxchat *::before, .vxchat *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}


/* v1.0.15 — mobile production polish */
@media (max-width: 620px) {
    .vxchat-picker-head h2 {
        font-size: clamp(30px, 8.4vw, 38px) !important;
        line-height: 1.05 !important;
    }
    .vxchat-picker-head p {
        font-size: 13px !important;
        line-height: 1.55 !important;
    }
    .vxchat-room-head {
        gap: 10px;
        padding: 11px 12px;
    }
    .vxchat-room-avatar {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }
    .vxchat-room-person strong { font-size: 13px; }
    .vxchat-room-head {
        flex-wrap: wrap;
    }
    .vxchat-room-person {
        min-width: 0;
        flex: 1 1 auto;
    }
    .vxchat-room-controls {
        width: 100%;
        margin-left: 0;
        padding-left: 86px;
        justify-content: flex-end;
        gap: 8px;
    }
    .vxchat-language-toggle {
        min-width: 104px;
        height: 34px;
        padding-left: 12px;
        padding-right: 28px;
        font-size: 7px;
        letter-spacing: .7px;
    }
    .vxchat-language-menu {
        width: 138px;
        right: 0;
    }
    .vxchat-new {
        padding: 9px 10px;
        font-size: 6.8px;
        letter-spacing: .75px;
        white-space: nowrap;
    }
    .vxchat-input {
        font-size: 16px !important;
        min-height: 48px;
    }
    .vxchat-send {
        min-width: 72px;
        min-height: 48px;
        padding: 0 12px;
    }
    .vxchat-footnote {
        padding: 0 12px 12px;
        font-size: 7.6px;
        line-height: 1.45;
    }
}

@media (max-width: 430px) {
    .vxchat-brand { letter-spacing: 2.2px; }
    .vxchat-subbrand { letter-spacing: 1.5px; }
    .vxchat-live { letter-spacing: 1.1px; }
    .vxchat-back {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }
    .vxchat-room-person span {
        font-size: 7px;
        letter-spacing: .65px;
    }
}

/* =========================================================
   v1.2.0 FREE-FIRST ACCESS BAR
   Registration CTA + remaining-message counter
   ========================================================= */
.vxchat-access-remaining {
    color: #f1e8f3 !important;
    font-weight: 900 !important;
}
.vxchat-free-register {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 32px !important;
    flex: 0 0 auto !important;
    padding: 0 14px !important;
    margin: 0 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: rgba(212,0,255,.055) !important;
    border: 1px solid rgba(212,0,255,.48) !important;
    border-radius: 999px !important;
    box-shadow: 0 8px 20px rgba(0,0,0,.22) !important;
    font-size: 8px !important;
    font-weight: 950 !important;
    letter-spacing: .8px !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease !important;
}
.vxchat-free-register:hover,
.vxchat-free-register:focus-visible {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: rgba(212,0,255,.13) !important;
    border-color: rgba(228,92,255,.82) !important;
    box-shadow: 0 9px 24px rgba(212,0,255,.16) !important;
    transform: translateY(-1px) !important;
}
.vxchat-free-register:focus-visible {
    outline: 2px solid #ffffff !important;
    outline-offset: 2px !important;
}
@media (max-width: 720px) {
    .vxchat-free-register { width: 100% !important; }
}
