@import "https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;500;600;700&family=Nunito:wght@600;700;800;900&display=swap";html{scroll-behavior:smooth;width:100%;min-height:100%;margin:0;padding:0}body{width:100%;min-width:320px;min-height:100vh;margin:0;padding:0}#root{width:100%;min-height:100vh}img{max-width:100%;display:block}button,input,select,textarea{font-family:inherit}:root{--primary:#e83e78;--primary-dark:#c82963;--purple:#7728e8;--plum:#3b163f;--text:#241525;--muted:#756c76;--border:#eadfe8;--surface:#fff;--background:#fff8fb;--gradient:linear-gradient(135deg, #ff4f72, #7b2cf2);color:var(--text);background:var(--background);font-synthesis:none;text-rendering:optimizelegibility;font-family:Nunito,Hind Siliguri,sans-serif}*{box-sizing:border-box}html{min-width:320px;min-height:100%}body{background:var(--background);min-width:320px;min-height:100vh;margin:0}button,input,select{font:inherit}button{cursor:pointer;border:0}button:focus-visible,input:focus-visible,select:focus-visible{outline-offset:2px;outline:3px solid #7b2cf233}input,select{border:1px solid var(--border);width:100%;height:52px;color:var(--text);background:#fff;border-radius:14px;padding:0 16px;transition:all .2s}input:focus,select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 4px #e83e7814}.logo{color:var(--plum);letter-spacing:-1px;align-items:center;gap:11px;font-size:25px;font-weight:900;display:inline-flex}.logo-mark{color:#fff;background:var(--gradient);border-radius:15px 15px 15px 5px;place-items:center;width:43px;height:43px;font-size:24px;font-weight:900;display:grid;transform:rotate(-4deg);box-shadow:0 8px 22px #e83e783d}.logo-mark:after{content:"♥";color:#ff6086;filter:drop-shadow(0 2px 3px #0000001f);margin:31px 0 0 31px;font-size:11px;position:absolute}.muted{color:var(--muted)}.eyebrow,.step-label{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px;font-size:13px;font-weight:900;display:inline-block}.primary-button{color:#fff;background:var(--gradient);border-radius:15px;width:100%;min-height:54px;font-weight:900;transition:transform .2s,box-shadow .2s;box-shadow:0 14px 28px #d72d6c33}.primary-button:hover{transform:translateY(-2px);box-shadow:0 17px 32px #7b2cf240}.auth-page{grid-template-columns:minmax(0,1.1fr) minmax(440px,.9fr);min-height:100vh;display:grid}.welcome-panel{color:#fff;background:radial-gradient(circle at 14% 84%,#ff6c8b61,#0000 34%),radial-gradient(circle at 84% 18%,#914bff73,#0000 32%),linear-gradient(145deg,#2d102f 0%,#57154d 46%,#29113c 100%);flex-direction:column;justify-content:space-between;min-height:100vh;padding:46px clamp(40px,7vw,110px) 68px;display:flex;position:relative;overflow:hidden}.welcome-panel:before,.welcome-panel:after{content:"";border:1px solid #ffffff17;border-radius:50%;position:absolute}.welcome-panel:before{width:520px;height:520px;top:-170px;right:-260px}.welcome-panel:after{width:350px;height:350px;bottom:-160px;left:-190px}.welcome-panel .logo{z-index:1;color:#fff;position:relative}.welcome-copy{z-index:1;max-width:690px;margin:auto 0;padding:90px 0 40px;position:relative}.welcome-copy .eyebrow{color:#ff8aaa}.welcome-copy h1{letter-spacing:-4px;max-width:650px;margin:0;font-family:Hind Siliguri,sans-serif;font-size:clamp(50px,6vw,88px);line-height:.98}.welcome-copy h1 span{color:#ff668d;display:block}.welcome-copy>p{color:#ffffffc2;max-width:580px;margin:25px 0 38px;font-family:Hind Siliguri,sans-serif;font-size:19px;line-height:1.7}.feature-row{gap:42px;display:flex}.feature-row div{flex-direction:column;gap:3px;display:flex}.feature-row strong{font-size:23px}.feature-row small{color:#fff9}.form-panel{background:radial-gradient(circle at 90% 0%, #f7e8ff, transparent 30%), var(--background);place-items:center;padding:40px;display:grid}.auth-card{width:min(100%,440px)}.mobile-logo{margin-bottom:45px;display:none}.heart-badge{color:#fff;background:var(--gradient);border-radius:16px;place-items:center;width:48px;height:48px;margin-bottom:20px;display:grid;box-shadow:0 10px 24px #e83e7838}.auth-card h2,.setup-card h2,.plan-modal h2{color:var(--plum);letter-spacing:-1px;margin:0;font-size:32px}.auth-card>.muted{margin:7px 0 28px}.auth-card label,.setup-card label{color:#4f4050;gap:8px;margin-bottom:18px;font-size:14px;font-weight:800;display:grid}.phone-input{border:1px solid var(--border);background:#fff;border-radius:14px;align-items:center;height:52px;display:flex;overflow:hidden}.phone-input:focus-within{border-color:var(--primary);box-shadow:0 0 0 4px #e83e7814}.phone-input span{color:#665666;border-right:1px solid var(--border);background:#fbf8fa;align-self:stretch;place-items:center;padding:0 14px;font-weight:800;display:grid}.phone-input input{box-shadow:none;border:0;border-radius:0}.field-group{margin-bottom:20px}.field-group>span{color:#4f4050;margin-bottom:9px;font-size:14px;font-weight:800;display:block}.choice-grid{grid-template-columns:1fr 1fr;gap:11px;display:grid}.choice-grid button{border:1px solid var(--border);color:#655765;background:#fff;border-radius:14px;min-height:52px;font-weight:800;transition:all .2s}.choice-grid button:hover,.choice-grid button.selected,.interest-list button.selected{color:var(--primary);border-color:var(--primary);background:#fff2f6}.agreement{grid-template-columns:auto 1fr;align-items:flex-start;line-height:1.5;color:var(--muted)!important;gap:10px!important;margin:22px 0!important;font-size:12px!important;font-weight:600!important;display:flex!important}.agreement input{width:17px;height:17px;accent-color:var(--primary);margin:1px 0 0}.login-text{color:var(--muted);text-align:center;margin:20px 0 0;font-size:13px}.login-text button{color:var(--primary);background:0 0;padding:0;font-weight:900}.setup-page{background:radial-gradient(circle at 10% 15%,#ffe4ed,#0000 26%),radial-gradient(circle at 90% 80%,#eee4ff,#0000 28%),#fffafb;min-height:100vh;padding-bottom:70px}.simple-header,.app-header{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffffd1;border-bottom:1px solid #eadfe8cc;justify-content:space-between;align-items:center;min-height:78px;padding:0 clamp(22px,5vw,70px);display:flex}.simple-header>span{color:var(--muted);font-size:13px;font-weight:800}.setup-card{background:#ffffffeb;border:1px solid #eadfe8cc;border-radius:28px;width:min(100% - 32px,650px);margin:55px auto 0;padding:clamp(25px,5vw,48px);box-shadow:0 25px 70px #4f19421a}.progress{background:#f1e8ef;border-radius:999px;height:7px;margin-bottom:35px;overflow:hidden}.progress span{border-radius:inherit;background:var(--gradient);width:78%;height:100%;display:block}.setup-card>.muted{margin:8px 0 30px}.two-columns{grid-template-columns:1fr 1fr;gap:15px;display:grid}.interest-list{flex-wrap:wrap;gap:9px;display:flex}.interest-list button{border:1px solid var(--border);color:#6d5e6d;background:#fff;border-radius:999px;padding:10px 17px;font-size:13px;font-weight:800}.app-shell{background:radial-gradient(circle at 53% 38%,#ffe6ef,#0000 25%),#fffafb;min-height:100vh}.app-header{z-index:20;position:sticky;top:0}.header-actions{align-items:center;gap:12px;display:flex}.credit-pill{min-height:38px;color:var(--purple);background:#fbf5ff;border:1px solid #efdaea;border-radius:999px;padding:0 14px;font-size:13px;font-weight:900}.avatar-button{color:#fff;background:var(--gradient);border-radius:50%;width:40px;height:40px;font-weight:900}.side-menu{border-right:1px solid var(--border);background:#ffffffb8;flex-direction:column;gap:8px;padding:35px 22px;display:flex}.side-menu button{color:#726572;text-align:left;background:0 0;border-radius:14px;min-height:48px;padding:0 18px;font-weight:800}.side-menu button:hover,.side-menu button.active{color:var(--primary);background:#fff0f5}.discover-content{width:min(100% - 48px,1400px);margin:0 auto;padding:38px 0 70px}.profiles-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.section-heading{justify-content:space-between;align-items:flex-end;margin-bottom:20px;display:flex}.section-heading .eyebrow{margin-bottom:3px}.section-heading h2{color:var(--plum);letter-spacing:-1px;margin:0;font-size:27px}.filter-button{border:1px solid var(--border);color:#6f606f;background:#fff;border-radius:12px;padding:9px 13px;font-size:12px;font-weight:800}.profile-card{background:#ddd;border-radius:26px;width:100%;height:540px;min-height:0;position:relative;overflow:hidden;box-shadow:0 20px 45px #36113029}.profile-card>img{object-fit:cover;width:100%;height:100%}.photo-shade{background:linear-gradient(#0000 38%,#16071740 60%,#160717eb 100%);position:absolute;inset:0}.profile-info{color:#fff;position:absolute;bottom:104px;left:30px;right:30px}.virtual-label{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);letter-spacing:.05em;text-transform:uppercase;background:#200f2273;border:1px solid #ffffff40;border-radius:999px;margin-bottom:10px;padding:6px 10px;font-size:10px;font-weight:900;display:inline-block}.profile-info h3{letter-spacing:-1px;align-items:center;gap:9px;margin:0;font-size:31px;display:flex}.profile-info h3 i{background:#31d27c;border:2px solid #fff;border-radius:50%;width:9px;height:9px}.profile-info p{color:#fffc;margin:5px 0 8px}.profile-info small{color:#ffffffb8}.card-actions{justify-content:center;align-items:center;gap:17px;display:flex;position:absolute;bottom:27px;left:0;right:0}.card-actions button{border-radius:50%;place-items:center;transition:transform .2s;display:grid;box-shadow:0 10px 25px #0f05114d}.card-actions button:hover{transform:translateY(-4px)scale(1.04)}.skip-button,.message-button{color:#695669;background:#fff;width:53px;height:53px;font-size:27px}.message-button{color:var(--purple);font-size:20px}.like-button{color:#fff;background:var(--gradient);width:64px;height:64px;font-size:26px}.chat-page{border-right:1px solid var(--border);border-left:1px solid var(--border);background:#fff;grid-template-rows:auto 1fr auto;width:min(100%,900px);min-height:100vh;margin:0 auto;display:grid}.chat-header{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffffed;align-items:center;gap:13px;min-height:78px;padding:12px 20px;display:flex}.back-button{width:38px;height:38px;color:var(--plum);background:#f8f1f6;border-radius:50%;font-size:20px}.chat-header img{object-fit:cover;border-radius:50%;width:48px;height:48px}.chat-header div{flex-direction:column;flex:1;display:flex}.chat-header strong{color:var(--plum)}.chat-header span{color:#35a86d;font-size:11px;font-weight:800}.messages{background:radial-gradient(circle at 0 0,#fff0f5,#0000 30%),#fcfafc;flex-direction:column;gap:10px;padding:25px;display:flex;overflow-y:auto}.conversation-note{color:#877987;text-align:center;background:#f2ebf0;border-radius:999px;align-self:center;max-width:480px;margin-bottom:20px;padding:8px 14px;font-size:10px;font-weight:700}.message{color:#4d3d4d;background:#f0e8ee;border-radius:5px 18px 18px;align-self:flex-start;max-width:min(75%,520px);padding:12px 16px;line-height:1.5}.message.mine{color:#fff;background:var(--gradient);border-radius:18px 5px 18px 18px;align-self:flex-end}.message-form{border-top:1px solid var(--border);background:#fff;grid-template-columns:42px 1fr 48px;gap:10px;padding:15px 20px;display:grid}.message-form>button{color:#766876;background:#f6eff4;border-radius:50%;font-size:20px}.message-form input{background:#faf7f9;border-radius:999px;height:48px}.message-form .send-button{color:#fff;background:var(--gradient)}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1f0a1cad;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.plan-modal{background:#fff;border-radius:28px;width:min(100%,480px);padding:35px;position:relative;box-shadow:0 30px 90px #00000047}.modal-close{color:#746574;background:#f5eef3;border-radius:50%;width:36px;height:36px;font-size:22px;position:absolute;top:18px;right:18px}.plan-modal>.muted{margin:8px 0 25px}.plans{gap:12px;display:grid}.plans>button{border:1px solid var(--border);min-height:80px;color:var(--text);text-align:left;background:#fff;border-radius:18px;justify-content:space-between;align-items:center;padding:15px 18px;display:flex;position:relative}.plans>button:hover{border-color:var(--primary);background:#fff8fb}.plans span{flex-direction:column;gap:3px;display:flex}.plans strong{color:var(--plum);font-size:17px}.plans small{color:var(--muted);font-size:11px}.plans b{color:var(--primary);font-size:18px}.popular-plan{border:2px solid var(--primary)!important}.popular-plan em{color:#fff;background:var(--gradient);border-radius:999px;padding:4px 9px;font-size:9px;font-style:normal;font-weight:900;position:absolute;top:-10px;right:15px}.payment-note{color:var(--muted);text-align:center;margin-top:18px;display:block}@media (width<=900px){.auth-page{grid-template-columns:1fr}.welcome-panel{display:none}.form-panel{min-height:100vh;padding:35px 22px}.mobile-logo{display:block}.discover-layout{grid-template-columns:1fr}.side-menu{z-index:30;border-top:1px solid var(--border);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#fffffff0;border-right:0;grid-template-columns:repeat(4,1fr);padding:8px;display:grid;position:fixed;bottom:0;left:0;right:0}.side-menu button{text-align:center;min-height:50px;padding:0 5px;font-size:11px}.discover-content{padding-bottom:105px}}@media (width<=600px){.simple-header,.app-header{min-height:68px;padding:0 16px}.logo{gap:8px;font-size:21px}.logo-mark{border-radius:13px 13px 13px 4px;width:37px;height:37px;font-size:20px}.logo-mark:after{margin:27px 0 0 27px}.two-columns{grid-template-columns:1fr;gap:0}.setup-card{border-radius:22px;margin-top:25px}.header-actions{gap:7px}.credit-pill{padding:0 10px;font-size:11px}.avatar-button{width:36px;height:36px}.discover-content{width:calc(100% - 24px);padding-top:22px}.section-heading h2{font-size:22px}.profile-card{border-radius:23px;height:calc(100vh - 190px);min-height:490px}.profile-info{bottom:95px;left:22px;right:22px}.profile-info h3{font-size:27px}.chat-header{padding:10px}.chat-header .credit-pill{max-width:84px}.messages{padding:18px 12px}.message{max-width:85%}.message-form{grid-template-columns:38px 1fr 44px;padding:11px}.plan-modal{padding:27px 20px}}.loading-page{background:radial-gradient(circle at 50% 45%,#ffe3ee,#0000 30%),linear-gradient(145deg,#fffafd,#f7efff);flex-direction:column;justify-content:center;align-items:center;gap:22px;min-height:100vh;padding:30px;display:flex}.loading-page p{color:var(--muted);margin:0;font-size:14px;font-weight:800}.loading-spinner{border:4px solid #f0dfe9;border-top-color:var(--primary);border-right-color:var(--purple);border-radius:50%;width:42px;height:42px;animation:.8s linear infinite monkhuji-spin}@keyframes monkhuji-spin{to{transform:rotate(360deg)}}.payment-modal{max-height:calc(100vh - 30px);overflow-y:auto}.payment-modal form{gap:18px;display:grid}.plans>button.selected-plan{border-color:var(--primary);background:linear-gradient(135deg,#ff4f7214,#7b2cf214);box-shadow:0 0 0 3px #e83e7814}.payment-methods>span{color:#4f4050;margin-bottom:9px;font-size:13px;font-weight:900;display:block}.payment-methods .choice-grid button{min-height:46px}.payment-instruction{background:#fff7fb;border:1px solid #eddff0;border-radius:15px;padding:14px 16px}.payment-instruction p{color:var(--muted);margin:4px 0 0;font-size:12px;line-height:1.5}.payment-label{color:#4f4050;gap:7px;font-size:13px;font-weight:900;display:grid}.payment-label input{height:48px}.payment-submit:disabled{cursor:wait;opacity:.65;transform:none}@media (width<=600px){.payment-modal{border-radius:23px;max-height:calc(100vh - 16px);padding:24px 18px}.payment-modal h2{font-size:26px}.payment-modal .heart-badge{width:42px;height:42px;margin-bottom:15px}}.payment-number-row{background:#fff;border:1px dashed #e83e7859;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin-top:12px;padding:11px 12px;display:flex}.payment-number-row b{color:var(--primary);letter-spacing:.04em;font-size:18px}.payment-number-row button{color:#fff;background:var(--gradient);border-radius:9px;padding:7px 12px;font-size:11px;font-weight:900}.admin-page{background:radial-gradient(circle at 90% 10%,#f1e7ff,#0000 25%),#faf8fb;min-height:100vh}.admin-header{z-index:20;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffffeb;justify-content:space-between;align-items:center;min-height:76px;padding:0 clamp(20px,5vw,70px);display:flex;position:sticky;top:0}.admin-header span{color:var(--primary);font-size:11px;font-weight:900}.admin-back{width:40px;height:40px;color:var(--plum);background:#f5edf3;border-radius:50%;font-size:20px}.admin-refresh{border:1px solid var(--border);min-height:40px;color:var(--purple);background:#fff;border-radius:11px;padding:0 15px;font-size:12px;font-weight:900}.admin-title .eyebrow{margin-bottom:5px}.admin-title p{color:var(--muted);margin:7px 0 0}.pending-count{background:#fff;border:1px solid #efdfeb;border-radius:16px;align-items:center;gap:10px;min-width:135px;padding:13px 17px;display:flex}.pending-count strong{color:#fff;background:var(--gradient);border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.pending-count span{color:var(--muted);font-size:12px;font-weight:900}.payment-table-wrap{border:1px solid var(--border);background:#fff;border-radius:20px;overflow-x:auto;box-shadow:0 18px 50px #32133014}.payment-table th{color:#857585;text-align:left;letter-spacing:.06em;text-transform:uppercase;background:#faf6f9;padding:14px 16px;font-size:10px;font-weight:900}.payment-table td{color:#5e4e5e;vertical-align:middle;border-top:1px solid #f0e7ed;padding:16px;font-size:13px}.payment-table td>strong{color:var(--plum);display:block}.table-user>span{color:#fff;background:var(--gradient);border-radius:12px;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.table-user>div{flex-direction:column;display:flex}.table-user strong{color:var(--plum)}.payment-table code{color:var(--purple);background:#f6efff;border-radius:7px;padding:6px 8px;font-family:monospace;font-size:11px;font-weight:800}.admin-actions button{border-radius:9px;padding:8px 11px;font-size:10px;font-weight:900}.approve-button{color:#fff;background:#1fad68}.reject-button{color:#c93c55;background:#fff0f2}.admin-loading,.admin-empty,.admin-error{border:1px solid var(--border);background:#fff;border-radius:20px;min-height:300px;display:flex}.admin-loading,.admin-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:13px}.admin-loading p,.admin-empty p{color:var(--muted);margin:0}.admin-error{color:#aa2946;background:#fff3f5;border-color:#f1cbd3;flex-direction:column;gap:4px;min-height:auto;margin-bottom:20px;padding:17px}.admin-error span{font-size:12px}@media (width<=700px){.admin-header{min-height:68px;padding:0 14px}.admin-content{width:calc(100% - 24px);padding-top:28px}.admin-title{flex-direction:column;align-items:flex-start}.pending-count{min-width:125px}}.requests-page{background:radial-gradient(circle at 85% 15%,#f0e5ff,#0000 26%),radial-gradient(circle at 10% 80%,#ffe4ed,#0000 25%),#fffafb;min-height:100vh}.requests-header{z-index:20;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffffeb;align-items:center;gap:13px;min-height:74px;padding:0 clamp(18px,5vw,65px);display:flex;position:sticky;top:0}.requests-header>button{width:40px;height:40px;color:var(--plum);background:#f5edf3;border-radius:50%;font-size:20px}.requests-header>div{flex-direction:column;display:flex}.requests-header span{color:var(--primary);font-size:10px;font-weight:900}.requests-header strong{color:var(--plum);font-size:17px}.requests-content{width:min(100% - 32px,850px);margin:0 auto;padding:42px 0 80px}.requests-title .eyebrow{margin-bottom:4px}.requests-title h1{color:var(--plum);letter-spacing:-1.5px;margin:0;font-size:clamp(30px,5vw,43px)}.requests-title p{color:var(--muted);margin:7px 0 0}.request-tabs{border:1px solid var(--border);background:#fff;border-radius:15px;gap:8px;margin:27px 0 18px;padding:5px;display:flex}.request-tabs button{min-height:44px;color:var(--muted);background:0 0;border-radius:11px;flex:1;justify-content:center;align-items:center;gap:8px;font-size:12px;font-weight:900;display:flex}.request-tabs button.active{color:#fff;background:var(--gradient);box-shadow:0 8px 20px #cb2b6833}.request-tabs button span{min-width:22px;height:22px;color:var(--primary);background:#fff;border-radius:999px;place-items:center;padding:0 6px;font-size:10px;display:grid}.requests-list{gap:12px;display:grid}.request-card{border:1px solid var(--border);background:#fff;border-radius:20px;grid-template-columns:76px minmax(0,1fr) auto;align-items:center;gap:16px;padding:16px;display:grid;box-shadow:0 12px 35px #3d183812}.request-card>img{object-fit:cover;border-radius:17px;width:76px;height:76px}.request-details{min-width:0}.request-details h3{color:var(--plum);margin:0;font-size:18px}.request-details>span{color:var(--muted);margin-top:2px;font-size:11px;display:block}.request-details p{color:#665766;text-overflow:ellipsis;white-space:nowrap;margin:7px 0 3px;font-size:12px;overflow:hidden}.request-details small{color:#a294a2;font-size:9px}.request-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;display:flex}.request-actions button{border-radius:10px;padding:9px 12px;font-size:10px;font-weight:900}.request-accept,.request-chat{color:#fff;background:var(--gradient)}.request-reject{color:#bd3851;background:#fff0f2}.request-status{text-transform:uppercase;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:900}.request-status.pending{color:#9b6a16;background:#fff6dc}.request-status.accepted{color:#168750;background:#e8fff3}.request-status.rejected{color:#bd3851;background:#fff0f2}.requests-empty{border:1px solid var(--border);text-align:center;background:#fff;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:11px;min-height:300px;padding:30px;display:flex}.requests-empty>span{color:var(--primary);font-size:48px}.requests-empty h2{color:var(--plum);margin:0}.requests-empty p,.real-chat-loading p,.chat-empty p{color:var(--muted);margin:0}.real-chat-page{box-shadow:0 0 60px #3c143714}.real-chat-loading,.chat-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:250px;display:flex}.chat-empty>span{font-size:45px}.chat-empty h2{color:var(--plum);margin:0}.message-form .send-button:disabled{cursor:wait;opacity:.6}@media (width<=650px){.requests-content{width:calc(100% - 22px);padding-top:25px}.request-card{border-radius:16px;grid-template-columns:58px minmax(0,1fr);gap:11px;padding:12px}.request-card>img{border-radius:14px;width:58px;height:58px}.request-actions{border-top:1px solid #f0e7ed;grid-column:1/-1;justify-content:flex-end;padding-top:10px}.request-actions button{flex:1}}.login-page{grid-template-columns:minmax(0,.9fr) minmax(440px,1.1fr);min-height:100vh;display:grid}.login-visual{color:#fff;background:radial-gradient(circle at 20% 80%,#ff56846b,#0000 32%),radial-gradient(circle at 85% 15%,#8b42ff7a,#0000 30%),linear-gradient(145deg,#2e102f,#5e174f 50%,#28103c);flex-direction:column;justify-content:space-between;padding:45px clamp(35px,6vw,85px) 70px;display:flex}.login-brand{align-items:center;gap:11px;font-size:24px;display:flex}.login-brand>span{background:var(--gradient);border-radius:15px 15px 15px 5px;place-items:center;width:43px;height:43px;font-weight:900;display:grid}.login-visual>div:last-child{margin:auto 0}.login-visual .eyebrow{color:#ff8aaa}.login-visual h1{letter-spacing:-3px;max-width:550px;margin:0;font-family:Hind Siliguri,sans-serif;font-size:clamp(48px,6vw,78px);line-height:1}.login-visual h1 strong{color:#ff7196;display:block}.login-visual p{color:#ffffffb3;max-width:510px;margin:22px 0 0;font-size:17px;line-height:1.7}.login-form-side{background:radial-gradient(circle at 90% 5%,#f2e8ff,#0000 28%),#fffafb;place-items:center;padding:35px;display:grid}.login-card{width:min(100%,440px)}.login-back{color:var(--muted);background:0 0;margin-bottom:50px;padding:8px 0;font-size:12px;font-weight:900}.login-card h2{color:var(--plum);letter-spacing:-1px;margin:0;font-size:32px}.login-card>.muted{margin:7px 0 28px}.login-card label{color:#4f4050;gap:8px;margin-bottom:18px;font-size:14px;font-weight:800;display:grid}.password-input{border:1px solid var(--border);background:#fff;border-radius:14px;grid-template-columns:1fr auto;height:52px;display:grid;overflow:hidden}.password-input:focus-within{border-color:var(--primary);box-shadow:0 0 0 4px #e83e7814}.password-input input{height:100%;box-shadow:none;border:0;border-radius:0}.password-input button{color:var(--primary);background:#fff7fa;padding:0 15px;font-size:11px;font-weight:900}.login-card .primary-button:disabled{cursor:wait;opacity:.65}.login-help{color:var(--muted);text-align:center;margin:18px 0 0;font-size:11px;line-height:1.6}@media (width<=850px){.login-page{grid-template-columns:1fr}.login-visual{display:none}.login-form-side{min-height:100vh;padding:30px 22px}.login-back{margin-bottom:35px}}.avatar-upload{background:#fff9fb;border:1px dashed #dfc7d9;border-radius:20px;align-items:center;gap:20px;margin-bottom:28px;padding:18px;display:flex}.avatar-preview{color:#fff;background:linear-gradient(135deg,#ff4f72,#7b2cf2);border:3px solid #fff;border-radius:50%;flex-shrink:0;place-items:center;width:95px;height:95px;font-size:34px;font-weight:900;display:grid;overflow:hidden;box-shadow:0 8px 24px #7b2cf22e}.avatar-preview img{object-fit:cover;width:100%;height:100%}.avatar-upload-info{flex:1}.avatar-upload-info strong{color:#3b163f;font-size:16px;display:block}.avatar-upload-info p{color:#756c76;margin:4px 0 12px;font-size:12px}.avatar-upload-button{cursor:pointer;background:#ffeaf1;border-radius:10px;align-items:center;width:auto;min-height:38px;padding:0 15px;transition:all .2s;color:#e83e78!important;margin:0!important;font-size:13px!important;font-weight:800!important;display:inline-flex!important}.avatar-upload-button:hover{background:linear-gradient(135deg,#ff4f72,#7b2cf2);color:#fff!important}.avatar-upload-button input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}@media (width<=520px){.avatar-upload{text-align:center;flex-direction:column}.avatar-upload-info{flex-direction:column;align-items:center;display:flex}}.avatar-button{padding:0;overflow:hidden}.avatar-button img{object-fit:cover;width:100%;height:100%}.edit-back-button{color:#e83e78;background:#fff;border:1px solid #eadfe8;border-radius:12px;min-height:40px;padding:0 16px;font-size:13px;font-weight:800}.edit-back-button:hover{color:#fff;background:linear-gradient(135deg,#ff4f72,#7b2cf2);border-color:#0000}.primary-button:disabled{cursor:wait;opacity:.65;transform:none}.settings-page{background:radial-gradient(circle at 10% 15%,#ffe4ed,#0000 26%),radial-gradient(circle at 90% 80%,#eee4ff,#0000 28%),#fffafb;min-height:100vh;padding-bottom:70px}.settings-content{width:min(100% - 32px,720px);margin:45px auto 0}.settings-heading{margin-bottom:25px}.settings-heading h1{color:#3b163f;margin:0;font-size:36px}.settings-heading p{color:#756c76;margin:8px 0 0;line-height:1.6}.settings-card{background:#fff;border:1px solid #eadfe8;border-radius:22px;margin-bottom:18px;padding:25px;box-shadow:0 12px 35px #4f19420f}.profile-setting-card{justify-content:space-between;align-items:center;gap:20px;display:flex}.settings-profile{align-items:center;gap:15px;display:flex}.settings-avatar{color:#fff;background:linear-gradient(135deg,#ff4f72,#7b2cf2);border-radius:50%;place-items:center;width:68px;height:68px;font-size:24px;font-weight:900;display:grid;overflow:hidden}.settings-avatar img{object-fit:cover;width:100%;height:100%}.settings-profile h2,.settings-card-title h2{color:#3b163f;margin:0;font-size:19px}.settings-profile p,.settings-card-title p{color:#756c76;margin:4px 0 0;font-size:13px;line-height:1.5}.settings-card-title{align-items:flex-start;gap:13px;margin-bottom:22px;display:flex}.settings-card-title>span{background:#fff0f5;border-radius:13px;flex-shrink:0;place-items:center;width:42px;height:42px;font-size:19px;display:grid}.settings-card label{color:#4f4050;gap:8px;margin-bottom:16px;font-size:14px;font-weight:800;display:grid}.settings-secondary-button,.settings-save-button,.logout-settings-button{border-radius:12px;min-height:43px;padding:0 17px;font-weight:800}.settings-secondary-button{color:#e83e78;background:#fff0f5}.settings-save-button{color:#fff;background:linear-gradient(135deg,#ff4f72,#7b2cf2)}.logout-settings-button{color:#b42318;background:#fff0f0}.privacy-item{color:#756c76;border-top:1px solid #f1e8ef;justify-content:space-between;padding:13px 0;font-size:14px;display:flex}.privacy-item strong{color:#1a8f5b}.danger-card{border-color:#f2d3d3}@media (width<=520px){.profile-setting-card{flex-direction:column;align-items:flex-start}.settings-secondary-button,.settings-save-button,.logout-settings-button{width:100%}}.delete-account-card{background:snow;border-color:#f0b8b8}.delete-account-card h2{color:#b42318}.delete-account-button{color:#fff;background:#d92d20;border:1px solid #d92d20;border-radius:12px;min-height:43px;padding:0 17px;font-weight:800}.delete-account-button:hover{background:#b42318}@media (width<=520px){.delete-account-button{width:100%}}.temporary-room-page{color:#fff;text-align:center;background:radial-gradient(circle at top,#7b2cf2,#0000 45%),#180c1c;align-content:center;place-items:center;gap:15px;min-height:100vh;padding:25px;display:grid}.temporary-room-page h1,.temporary-room-page p{margin:0}.temporary-room-page button{color:#e83e78;background:#fff;border-radius:12px;min-height:44px;margin-top:20px;padding:0 18px;font-weight:800}.rooms-page{background:radial-gradient(circle at 10% 10%,#ffe4ed,#0000 25%),radial-gradient(circle at 90% 85%,#eee4ff,#0000 28%),#fffafb;min-height:100vh;padding-bottom:70px}.rooms-header{z-index:20;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffffe0;border-bottom:1px solid #eadfe8d9;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;min-height:78px;padding:0 clamp(18px,5vw,70px);display:grid;position:sticky;top:0}.rooms-back-button{color:#e83e78;background:#fff;border:1px solid #eadfe8;border-radius:13px;place-items:center;width:42px;height:42px;font-size:20px;font-weight:900;display:grid}.rooms-header>div{flex-direction:column;display:flex}.rooms-header>div span{color:#e83e78;font-size:12px;font-weight:900}.rooms-header>div strong{color:#3b163f;font-size:17px}.create-room-button{color:#fff;background:linear-gradient(135deg,#ff4f72,#7b2cf2);border-radius:13px;min-height:43px;padding:0 18px;font-size:13px;font-weight:900;box-shadow:0 8px 20px #7b2cf233}.rooms-content{width:min(100% - 32px,1050px);margin:45px auto 0}.rooms-title{margin-bottom:26px}.rooms-title h1{color:#3b163f;letter-spacing:-1.5px;margin:0;font-size:clamp(30px,5vw,46px)}.rooms-title p{color:#756c76;max-width:620px;margin:9px 0 0;line-height:1.6}.create-room-card{background:#fffffff2;border:1px solid #eadfe8;border-radius:25px;margin-bottom:30px;padding:clamp(22px,4vw,34px);box-shadow:0 20px 55px #4f19421a}.create-room-card>div:first-child{margin-bottom:22px}.create-room-card h2{color:#3b163f;margin:0;font-size:25px}.create-room-card>div:first-child p{color:#756c76;margin:5px 0 0;font-size:14px}.create-room-card label{color:#4f4050;gap:8px;margin-bottom:20px;font-size:14px;font-weight:800;display:grid}.room-type-options{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:22px;display:grid}.room-type-options button{color:#665766;background:#fff;border:2px solid #eadfe8;border-radius:19px;flex-direction:column;align-items:center;gap:4px;min-height:130px;padding:18px;transition:all .2s;display:flex}.room-type-options button>span{margin-bottom:4px;font-size:31px}.room-type-options button strong{color:#3b163f;font-size:16px}.room-type-options button small{color:#8a7e89}.room-type-options button:hover,.room-type-options button.selected{background:#fff2f6;border-color:#e83e78;transform:translateY(-2px)}.create-room-actions{justify-content:flex-end;gap:11px;display:flex}.create-room-actions button{color:#756c76;background:#f3edf2;border-radius:12px;min-height:44px;padding:0 20px;font-weight:800}.create-room-actions button[type=submit]{color:#fff;background:linear-gradient(135deg,#ff4f72,#7b2cf2)}.create-room-actions button:disabled{cursor:wait;opacity:.65}.rooms-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.live-room-card{background:#fff;border:1px solid #eadfe8;border-radius:23px;padding:20px;transition:all .25s;position:relative;overflow:hidden;box-shadow:0 15px 40px #4f194214}.live-room-card:before{content:"";background:#7b2cf214;border-radius:50%;width:130px;height:130px;position:absolute;top:-65px;right:-65px}.live-room-card:hover{transform:translateY(-5px);box-shadow:0 20px 48px #4f194221}.live-room-top{z-index:1;justify-content:space-between;gap:8px;margin-bottom:22px;display:flex;position:relative}.live-badge,.room-mode-badge{border-radius:999px;align-items:center;min-height:28px;padding:0 9px;font-size:10px;font-weight:900;display:inline-flex}.live-badge{color:#fff;background:#e83e78;box-shadow:0 5px 12px #e83e7840}.room-mode-badge{color:#7728e8;background:#f3eaff}.room-host-avatar{color:#fff;background:linear-gradient(135deg,#ff4f72,#7b2cf2);border:4px solid #fff;border-radius:50%;place-items:center;width:78px;height:78px;margin-bottom:17px;font-size:27px;font-weight:900;display:grid;overflow:hidden;box-shadow:0 0 0 3px #f5dce9,0 9px 22px #7b2cf229}.room-host-avatar img{object-fit:cover;width:100%;height:100%}.live-room-card h2{z-index:1;color:#3b163f;min-height:54px;margin:0;font-size:20px;line-height:1.35;position:relative}.live-room-card>p{color:#756c76;margin:5px 0 20px;font-size:13px}.room-card-footer{border-top:1px solid #f1e8ef;justify-content:space-between;align-items:center;gap:12px;padding-top:15px;display:flex}.room-card-footer>span{color:#756c76;font-size:12px;font-weight:800}.room-card-footer button{color:#fff;background:linear-gradient(135deg,#ff4f72,#7b2cf2);border-radius:11px;min-height:38px;padding:0 14px;font-size:12px;font-weight:900}.room-card-footer button:disabled{color:#9c909a;cursor:not-allowed;background:#eee8ed}.rooms-empty{text-align:center;background:#ffffffbf;border:1px dashed #dfc7d9;border-radius:24px;place-items:center;min-height:310px;padding:35px;display:grid}.rooms-empty>span{margin-bottom:8px;font-size:46px}.rooms-empty h2{color:#3b163f;margin:0}.rooms-empty p{color:#756c76;margin:8px 0 0}@media (width<=850px){.rooms-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=580px){.rooms-header{grid-template-columns:auto 1fr;padding:12px 16px}.create-room-button{grid-column:1/-1;width:100%}.rooms-content{margin-top:30px}.room-type-options,.rooms-grid{grid-template-columns:1fr}.create-room-actions{flex-direction:column-reverse}.create-room-actions button{width:100%}}.live-room-page{color:#fff;background:radial-gradient(circle at 20% 10%,#7b2cf259,#0000 30%),radial-gradient(circle at 80% 85%,#e83e7840,#0000 32%),#100914;grid-template-rows:auto minmax(0,1fr) auto;min-height:100vh;display:grid}.live-room-header{z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#100914d1;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:20px;min-height:82px;padding:14px clamp(18px,5vw,60px);display:flex;position:relative}.live-room-header>div{align-items:center;gap:15px;display:flex}.live-room-header h1{color:#fff;text-overflow:ellipsis;white-space:nowrap;max-width:min(55vw,600px);margin:0;font-size:clamp(17px,3vw,23px);overflow:hidden}.live-room-header p{color:#ffffff9e;margin:3px 0 0;font-size:12px}.live-indicator{color:#fff;background:#e83e78;border-radius:999px;align-items:center;min-height:31px;padding:0 11px;font-size:11px;font-weight:900;animation:1.8s infinite livePulse;display:inline-flex;box-shadow:0 7px 18px #e83e7859}@keyframes livePulse{0%,to{box-shadow:0 0 #e83e7880}50%{box-shadow:0 0 0 8px #e83e7800}}.leave-room-button{color:#fff;background:#e83e782e;border:1px solid #ff647d8c;border-radius:12px;min-height:43px;padding:0 18px;font-size:13px;font-weight:900}.leave-room-button:hover{background:#d92d20}.live-stage{background:linear-gradient(145deg,#ffffff12,#ffffff05);border:1px solid #ffffff1c;border-radius:28px;place-items:center;width:min(100% - 34px,1100px);min-height:0;margin:24px auto;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000061}.host-video{object-fit:cover;background:#08050a;width:100%;height:100%;min-height:calc(100vh - 240px);max-height:720px}.connection-status{z-index:3;color:#ffffffd1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a060cb8;border:1px solid #ffffff1c;border-radius:999px;max-width:calc(100% - 36px);padding:9px 13px;font-size:11px;font-weight:800;position:absolute;bottom:18px;left:18px}.room-media-loading{color:#ffffffb3;align-content:center;place-items:center;gap:15px;min-height:440px;display:grid}.audio-host-stage{text-align:center;align-content:center;place-items:center;width:100%;min-height:calc(100vh - 240px);display:grid;position:relative;overflow:hidden}.audio-host-stage:before{content:"";background:radial-gradient(circle,#e83e7840,#7b2cf214 45%,#0000 70%);border-radius:50%;width:340px;height:340px;animation:2.4s ease-in-out infinite audioGlow;position:absolute}@keyframes audioGlow{0%,to{opacity:.6;transform:scale(.92)}50%{opacity:1;transform:scale(1.08)}}.audio-host-avatar{z-index:2;background:linear-gradient(135deg,#ff4f72,#7b2cf2);border:5px solid #ffffff21;border-radius:50%;place-items:center;width:140px;height:140px;font-size:52px;display:grid;position:relative;box-shadow:0 0 0 12px #ffffff0a,0 20px 55px #7b2cf261}.audio-host-stage h2{z-index:2;color:#fff;margin:25px 0 0;font-size:28px;position:relative}.audio-host-stage p{z-index:2;color:#ffffff94;margin:7px 0 0;position:relative}.audio-wave{z-index:3;align-items:center;gap:5px;margin-top:235px;display:flex;position:absolute}.audio-wave span{background:#ff7596;border-radius:999px;width:5px;height:18px;animation:.9s ease-in-out infinite soundWave;display:block}.audio-wave span:nth-child(2){animation-delay:.15s}.audio-wave span:nth-child(3){animation-delay:.3s}.audio-wave span:nth-child(4){animation-delay:.45s}.audio-wave span:nth-child(5){animation-delay:.6s}@keyframes soundWave{0%,to{height:12px}50%{height:35px}}.live-room-controls{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#100914e6;border-top:1px solid #ffffff1a;justify-content:center;align-items:center;gap:14px;min-height:92px;padding:14px 20px;display:flex}.live-room-controls button{color:#fff;background:#ffffff14;border:1px solid #ffffff1c;border-radius:17px;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-width:78px;min-height:61px;padding:8px 13px;font-size:20px;display:flex}.live-room-controls button span{font-size:10px;font-weight:800}.live-room-controls button.active:hover{background:#ffffff26}.live-room-controls button.disabled{color:#ffffff8c;background:#d92d2047}.live-room-controls .gift-control-button{background:linear-gradient(135deg,#ff4f72cc,#7b2cf2cc);border-color:#ff688f66;min-width:100px}@media (width<=600px){.live-room-header{min-height:72px;padding:10px 14px}.live-room-header>div{gap:9px}.live-indicator{min-height:26px;padding:0 8px;font-size:9px}.live-room-header h1{max-width:45vw;font-size:15px}.leave-room-button{min-height:38px;padding:0 12px}.live-stage{border-radius:20px;width:calc(100% - 20px);margin:10px auto}.host-video,.audio-host-stage{min-height:calc(100vh - 195px)}.live-room-controls{min-height:82px;padding:10px}.live-room-controls button{min-width:70px;min-height:56px}.connection-status{bottom:10px;left:10px}}.room-community{background:linear-gradient(145deg,#ffffff12,#ffffff06);border:1px solid #ffffff1a;border-radius:28px;width:min(100% - 34px,1100px);margin:0 auto 25px;padding:clamp(18px,3vw,28px);box-shadow:0 20px 60px #00000047}.seats-heading{justify-content:space-between;align-items:center;gap:18px;margin-bottom:22px;display:flex}.seats-heading h2{color:#fff;margin:0;font-size:24px}.seats-heading p{color:#ffffff8c;margin:5px 0 0;font-size:13px}.leave-seat-button{color:#ff8ba6;background:#e83e7824;border:1px solid #ff647d80;border-radius:12px;min-height:40px;padding:0 15px;font-size:12px;font-weight:900}.leave-seat-button:hover{color:#fff;background:#d92d20}.room-seats-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.room-seat{text-align:center;background:#ffffff0b;border:1px solid #ffffff1a;border-radius:19px;flex-direction:column;align-items:center;min-height:210px;padding:15px 10px 13px;transition:all .22s;display:flex;position:relative;overflow:hidden}.room-seat:hover{background:#ffffff13;border-color:#ff688f6b;transform:translateY(-3px)}.seat-number{color:#ffffff85;letter-spacing:.08em;background:#ffffff12;border-radius:999px;min-height:22px;padding:0 8px;font-size:8px;font-weight:900;line-height:22px}.seat-avatar{color:#ffffffb3;background:linear-gradient(135deg,#e83e784d,#7b2cf24d);border:3px solid #ffffff24;border-radius:50%;place-items:center;width:70px;height:70px;margin:12px 0 10px;font-size:25px;font-weight:900;display:grid;overflow:hidden}.seat-avatar img{object-fit:cover;width:100%;height:100%}.room-seat>strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:13px;display:block;overflow:hidden}.room-seat>small{color:#ffffff73;margin-top:3px;font-size:9px}.take-seat-button{color:#fff;background:linear-gradient(135deg,#ff4f72,#7b2cf2);border-radius:9px;min-height:31px;margin-top:7px;padding:0 10px;font-size:9px;font-weight:900}.take-seat-button:disabled{cursor:wait;opacity:.55}.room-seat.host-seat{background:linear-gradient(145deg,#ffbe4626,#e83e7812);border-color:#ffc55c6b}.host-seat .seat-number{color:#ffd478;background:#ffbe4621}.host-seat .seat-avatar{border-color:#f2bd5b;box-shadow:0 0 0 4px #f2bd5b17,0 10px 25px #f2bd5b26}.room-seat.my-seat{border-color:#ff668d;box-shadow:0 0 0 2px #ff668d1f,0 12px 30px #e83e7821}.room-seat.locked-seat{background:#00000029;border-color:#ffffff0f}.locked-seat .seat-avatar{filter:grayscale(.5);opacity:.55}.host-seat-actions{gap:4px;display:flex;position:absolute;top:9px;right:8px}.host-seat-actions button{color:#fff;background:#08050aad;border:1px solid #ffffff1a;border-radius:8px;place-items:center;width:26px;height:26px;font-size:11px;display:grid}.host-seat-actions button:hover{background:#e83e78}.host-seat-actions button:disabled{cursor:wait;opacity:.45}.audience-section{border-top:1px solid #ffffff17;margin-top:27px;padding-top:22px}.audience-heading{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.audience-heading h3{color:#fff;margin:0;font-size:17px}.audience-heading span{color:#ff8caa;background:#e83e781f;border-radius:999px;min-height:27px;padding:0 10px;font-size:10px;font-weight:900;line-height:27px}.audience-list{flex-wrap:wrap;gap:15px;display:flex}.audience-user{text-align:center;flex-direction:column;align-items:center;gap:6px;width:66px;display:flex}.audience-user>div{color:#fff;background:linear-gradient(135deg,#e83e78a6,#7b2cf2a6);border:2px solid #ffffff1f;border-radius:50%;place-items:center;width:47px;height:47px;font-size:16px;font-weight:900;display:grid;overflow:hidden}.audience-user img{object-fit:cover;width:100%;height:100%}.audience-user small{color:#ffffff94;text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:9px;overflow:hidden}.empty-audience{color:#ffffff6b;margin:0;font-size:12px}@media (width<=850px){.room-seats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=560px){.room-community{border-radius:20px;width:calc(100% - 20px);margin-bottom:15px;padding:15px}.seats-heading{flex-direction:column;align-items:flex-start}.leave-seat-button{width:100%}.room-seats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.room-seat{min-height:195px;padding:12px 8px}.seat-avatar{width:62px;height:62px}}.audio-room-page .live-stage{min-height:145px;margin-top:15px;margin-bottom:15px}.audio-room-page .audio-host-stage{justify-content:center;align-items:center;gap:16px;min-height:145px;padding:20px;display:flex}.audio-room-page .audio-host-stage:before{width:130px;height:130px}.audio-room-page .audio-host-avatar{border-width:3px;flex-shrink:0;width:72px;height:72px;font-size:28px}.audio-room-page .audio-host-stage h2{margin:0;font-size:20px}.audio-room-page .audio-host-stage p{margin:3px 0 0;font-size:12px}.audio-room-page .audio-wave{margin:0;bottom:25px;right:28px}.audio-room-page .connection-status{bottom:10px;left:12px}@media (width<=560px){.audio-room-page .live-stage,.audio-room-page .audio-host-stage{min-height:125px}.audio-room-page .audio-host-avatar{width:58px;height:58px;font-size:23px}.audio-room-page .audio-host-stage h2{font-size:17px}.audio-room-page .audio-host-stage p{display:none}.room-community{width:calc(100% - 16px);margin-bottom:10px;padding:14px 10px}.seats-heading{margin-bottom:14px;display:block}.seats-heading h2{font-size:20px}.seats-heading p{font-size:10px}.leave-seat-button{min-height:32px;margin-top:9px;font-size:10px}.room-seats-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px 3px}.room-seat{background:0 0;border:0;border-radius:12px;min-width:0;min-height:105px;padding:5px 1px;overflow:visible}.room-seat:hover{background:0 0;border:0;transform:none}.seat-number{text-overflow:ellipsis;white-space:nowrap;max-width:100%;min-height:16px;padding:0 5px;font-size:6px;line-height:16px;overflow:hidden}.seat-avatar{border-width:2px;width:47px;height:47px;margin:6px 0 5px;font-size:18px}.room-seat>strong{max-width:56px;font-size:8px}.room-seat>small{display:none}.take-seat-button{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;padding:0;position:absolute;inset:0}.room-seat.host-seat,.room-seat.my-seat,.room-seat.locked-seat{box-shadow:none;background:0 0;border:0}.host-seat .seat-avatar{box-shadow:0 0 0 3px #f2bd5b21}.host-seat-actions{gap:1px;top:19px;right:0}.host-seat-actions button{border-radius:6px;width:18px;height:18px;font-size:7px}.audience-section{margin-top:14px;padding-top:13px}.audience-heading{margin-bottom:10px}.audience-heading h3{font-size:14px}.audience-list{flex-wrap:nowrap;gap:10px;padding-bottom:5px;overflow-x:auto}.audience-user{flex:0 0 48px;width:48px}.audience-user>div{width:39px;height:39px}.live-room-controls{z-index:20;position:sticky;bottom:0}}.video-guest-section{color:#fff;background:#ffffff0e;border:1px solid #ffffff1a;border-radius:26px;width:min(100% - 34px,1100px);margin:0 auto 24px;padding:clamp(18px,3vw,28px)}.video-guest-heading{justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px;display:flex}.video-guest-heading h2{margin:0;font-size:22px}.video-guest-heading p{color:#ffffff85;margin:5px 0 0;font-size:12px}.video-guest-heading>button{color:#fff;background:#d92d20;border-radius:11px;min-height:38px;padding:0 14px;font-size:11px;font-weight:900}.active-video-guest,.pending-video-guest{background:#e83e7817;border:1px solid #ff688f3d;border-radius:18px;align-items:center;gap:14px;padding:17px;display:flex}.active-video-guest>div{background:linear-gradient(135deg,#ff4f72,#7b2cf2);border:3px solid #ff668d;border-radius:50%;flex-shrink:0;place-items:center;width:58px;height:58px;font-weight:900;display:grid;overflow:hidden}.active-video-guest img{object-fit:cover;width:100%;height:100%}.active-video-guest section{flex-direction:column;display:flex}.active-video-guest small{color:#72e2ad;margin-top:4px}.pending-video-guest>span{font-size:30px}.pending-video-guest>div:nth-child(2){flex-direction:column;flex:1;display:flex}.pending-video-guest small{color:#ffffff80;margin-top:4px}.guest-invite-actions{gap:8px;flex:initial!important;flex-direction:row!important;display:flex!important}.guest-invite-actions button,.cancel-guest-invite{color:#fff;background:#ffffff1f;border-radius:10px;min-height:36px;padding:0 12px;font-size:10px;font-weight:900}.guest-invite-actions button:last-child{background:linear-gradient(135deg,#ff4f72,#7b2cf2)}.cancel-guest-invite{background:#d92d20}.invite-audience-heading{justify-content:space-between;gap:12px;margin-bottom:14px;display:flex}.invite-audience-heading span{color:#ff8baa;font-size:11px}.video-audience-list{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.video-audience-list article{text-align:center;background:#ffffff0a;border:1px solid #ffffff17;border-radius:16px;flex-direction:column;align-items:center;padding:14px 8px;display:flex}.video-audience-list article>div{background:linear-gradient(135deg,#ff4f72,#7b2cf2);border-radius:50%;place-items:center;width:52px;height:52px;margin-bottom:8px;display:grid;overflow:hidden}.video-audience-list img{object-fit:cover;width:100%;height:100%}.video-audience-list article>strong{text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:11px;overflow:hidden}.video-audience-list article>button{color:#fff;background:linear-gradient(135deg,#ff4f72,#7b2cf2);border-radius:9px;min-height:30px;margin-top:8px;padding:0 12px;font-size:9px;font-weight:900}.waiting-for-invite,.no-video-audience{color:#ffffff80;text-align:center;padding:25px}.waiting-for-invite span{font-size:32px;display:block}@media (width<=600px){.video-guest-section{border-radius:20px;width:calc(100% - 20px);padding:15px}.video-guest-heading{flex-direction:column;align-items:flex-start}.video-guest-heading>button{width:100%}.pending-video-guest{flex-direction:column;align-items:flex-start}.guest-invite-actions{width:100%}.guest-invite-actions button{flex:1}.cancel-guest-invite{width:100%}.video-audience-list{grid-template-columns:repeat(3,minmax(0,1fr))}}.guest-video-floating{z-index:5;aspect-ratio:3/4;background:#08050a;border:3px solid #ff668d;border-radius:19px;width:min(30%,280px);position:absolute;bottom:18px;right:18px;overflow:hidden;box-shadow:0 0 0 5px #ff668d21,0 18px 45px #00000073}.guest-video-floating video{object-fit:cover;width:100%;height:100%}.guest-video-label{color:#fff;background:linear-gradient(#0000,#000000e0);flex-direction:column;padding:22px 10px 9px;display:flex;position:absolute;bottom:0;left:0;right:0}.guest-video-label strong{font-size:11px}.guest-video-label small{color:#ffffffa6;margin-top:2px;font-size:8px}@media (width<=600px){.guest-video-floating{border-width:2px;border-radius:14px;width:38%;max-width:145px;bottom:44px;right:10px}}.audio-seat-media,.audio-seat-connection{display:none}.gift-panel-backdrop{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#08030ab8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.gift-panel{color:#fff;background:radial-gradient(circle at 100% 0,#7b2cf247,#0000 35%),#1c1020;border:1px solid #ffffff21;border-radius:25px;width:min(100%,480px);max-height:min(720px,100vh - 30px);padding:23px;overflow-y:auto;box-shadow:0 30px 90px #0000008c}.gift-panel>header{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:20px;display:flex}.gift-panel>header span{color:#ff7c9c;letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:900}.gift-panel>header h2{color:#fff;margin:3px 0 0;font-size:24px}.gift-panel>header>button{color:#fff;background:#ffffff1a;border-radius:11px;place-items:center;width:36px;height:36px;display:grid}.gift-coin-balance{background:#ffbe4617;border:1px solid #ffc75938;border-radius:16px;align-items:center;gap:12px;margin-bottom:20px;padding:14px;display:flex}.gift-coin-balance>span{color:#5a3100;background:#ffc759;border-radius:50%;place-items:center;width:43px;height:43px;font-size:20px;display:grid}.gift-coin-balance>div{flex-direction:column;display:flex}.gift-coin-balance small{color:#ffffff80}.gift-coin-balance strong{color:#ffd478;font-size:18px}.gift-options-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.gift-options-grid button{color:#fff;background:#ffffff0b;border:1px solid #ffffff17;border-radius:17px;flex-direction:column;align-items:center;min-height:128px;padding:13px 8px;transition:all .2s;display:flex}.gift-options-grid button:hover{background:#e83e781c;border-color:#ff668d;transform:translateY(-3px)}.gift-options-grid button:disabled{cursor:wait;opacity:.5}.gift-options-grid button>span{font-size:38px}.gift-options-grid button>strong{margin-top:7px;font-size:12px}.gift-options-grid button>small{color:#ffd478;margin-top:3px;font-size:10px}.gift-note,.gift-panel-empty{color:#ffffff6e;text-align:center;margin:17px 0 0;font-size:10px;line-height:1.6}.room-gift-animation{z-index:150;color:#fff;pointer-events:none;background:linear-gradient(145deg,#e83e78eb,#7b2cf2eb);border:1px solid #ffffff2e;border-radius:25px;flex-direction:column;align-items:center;min-width:190px;padding:22px 30px;animation:2.8s forwards giftPop;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 25px 80px #7b2cf27a,0 0 0 12px #ffffff0d}.room-gift-animation>span{filter:drop-shadow(0 12px 18px #00000040);font-size:75px;animation:.8s ease-in-out infinite alternate giftFloat}.room-gift-animation strong{margin-top:9px;font-size:18px}.room-gift-animation small{color:#ffffffb8;margin-top:3px}@keyframes giftPop{0%{opacity:0;transform:translate(-50%,-50%)scale(.3)}15%,78%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-70%)scale(.85)}}@keyframes giftFloat{0%{transform:translateY(0)rotate(-5deg)}to{transform:translateY(-9px)rotate(5deg)}}@media (width<=520px){.gift-panel-backdrop{align-items:end;padding:0}.gift-panel{border-radius:24px 24px 0 0;width:100%;max-height:82vh}.gift-options-grid{grid-template-columns:repeat(3,1fr)}.gift-options-grid button{min-height:110px}.room-gift-animation{min-width:160px;padding:18px 24px}.room-gift-animation>span{font-size:60px}}.buy-coins-button{color:#4b2c00;background:#ffc759;border-radius:10px;min-height:34px;margin-left:auto;padding:0 13px;font-size:10px;font-weight:900}.coin-modal-backdrop{z-index:180;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#08030ac2;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.coin-purchase-modal{color:#fff;background:radial-gradient(circle at 100% 0,#ffbe462e,#0000 32%),#1c1020;border:1px solid #ffffff21;border-radius:25px;width:min(100%,520px);max-height:calc(100vh - 30px);padding:23px;overflow-y:auto;box-shadow:0 30px 90px #00000094}.coin-purchase-modal>header{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.coin-purchase-modal>header span{color:#ffc759;letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:900}.coin-purchase-modal>header h2{color:#fff;margin:3px 0 0;font-size:25px}.coin-purchase-modal>header>button{color:#fff;background:#ffffff1a;border-radius:11px;place-items:center;width:36px;height:36px;display:grid}.coin-package-grid{grid-template-columns:repeat(4,1fr);gap:9px;margin-bottom:20px;display:grid}.coin-package-grid button{color:#fff;background:#ffffff0b;border:1px solid #ffffff17;border-radius:15px;flex-direction:column;align-items:center;min-height:115px;padding:12px 7px;display:flex}.coin-package-grid button.selected{background:#ffbe461f;border-color:#ffc759;box-shadow:0 0 0 2px #ffc75914}.coin-package-grid span{color:#ffc759;font-size:23px}.coin-package-grid strong{margin-top:6px;font-size:11px}.coin-package-grid small{color:#ffc759;margin-top:3px}.coin-package-grid em{color:#ffffff6b;margin-top:4px;font-size:8px;font-style:normal}.payment-method-tabs{grid-template-columns:1fr 1fr;gap:9px;margin-bottom:15px;display:grid}.payment-method-tabs button{color:#ffffffa6;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;min-height:43px;font-weight:900}.payment-method-tabs button.selected{color:#fff;background:#e83e7829;border-color:#e83e78}.payment-instruction{background:#ffffff0e;border-radius:15px;margin-bottom:17px;padding:15px}.payment-instruction p{color:#fff9;margin:0 0 9px;font-size:11px}.payment-instruction>div{justify-content:space-between;align-items:center;gap:10px;display:flex}.payment-instruction strong{color:#ffc759;font-size:16px}.payment-instruction button{color:#fff;background:#ffffff1c;border-radius:9px;min-height:32px;padding:0 11px;font-size:9px;font-weight:900}.coin-purchase-modal label{color:#ffffffb8;gap:7px;margin-bottom:14px;font-size:11px;font-weight:800;display:grid}.submit-coin-request{color:#fff;background:linear-gradient(135deg,#ff4f72,#7b2cf2);border-radius:13px;width:100%;min-height:48px;font-weight:900}.submit-coin-request:disabled{cursor:wait;opacity:.6}@media (width<=560px){.coin-modal-backdrop{align-items:end;padding:0}.coin-purchase-modal{border-radius:24px 24px 0 0;width:100%;max-height:88vh}.coin-package-grid{grid-template-columns:repeat(2,1fr)}}.economy-admin-page{background:#fff8fb;min-height:100vh;padding-bottom:60px}.economy-admin-header{background:#fff;border-bottom:1px solid #eadfe8;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;min-height:76px;padding:0 clamp(18px,5vw,65px);display:grid}.economy-admin-header>button{color:#e83e78;background:#fff0f5;border-radius:11px;min-height:40px;padding:0 14px;font-weight:900}.economy-admin-header>div{flex-direction:column;display:flex}.economy-admin-header span{color:#e83e78;font-size:11px;font-weight:900}.economy-admin-header strong{color:#3b163f}.economy-admin-content{width:min(100% - 32px,1000px);margin:40px auto 0}.economy-admin-title h1{color:#3b163f;margin:0 0 24px;font-size:clamp(28px,5vw,40px)}.economy-admin-tabs{background:#fff;border:1px solid #eadfe8;border-radius:16px;gap:9px;margin-bottom:22px;padding:7px;display:flex;overflow-x:auto}.economy-admin-tabs button{color:#756c76;white-space:nowrap;background:0 0;border-radius:11px;align-items:center;gap:7px;min-height:42px;padding:0 15px;font-size:12px;font-weight:900;display:flex}.economy-admin-tabs button.active{color:#fff;background:linear-gradient(135deg,#ff4f72,#7b2cf2)}.economy-admin-tabs button span{min-width:22px;height:22px;color:inherit;background:#ffffff2e;border-radius:999px;padding:0 5px;line-height:22px}.economy-request-list{gap:13px;display:grid}.economy-request-list article{background:#fff;border:1px solid #eadfe8;border-radius:18px;justify-content:space-between;align-items:center;gap:20px;padding:20px;display:flex;box-shadow:0 10px 30px #4f19420f}.economy-request-list h3{color:#3b163f;margin:0}.economy-request-list p{color:#e83e78;margin:5px 0;font-weight:800}.economy-request-list small{color:#756c76}.economy-actions{gap:8px;display:flex}.economy-actions button{color:#fff;background:#1a9b61;border-radius:10px;min-height:38px;padding:0 13px;font-size:10px;font-weight:900}.economy-actions button:last-child{background:#d92d20}.economy-actions button:disabled{cursor:wait;opacity:.5}.economy-admin-empty{text-align:center;background:#fff;border:1px dashed #dfc7d9;border-radius:20px;align-content:center;place-items:center;gap:8px;min-height:280px;display:grid}.economy-admin-empty>span{color:#1a9b61;font-size:40px}.economy-admin-empty h2,.economy-admin-empty p{margin:0}.economy-settings-card{background:#fff;border:1px solid #eadfe8;border-radius:20px;width:min(100%,570px);padding:25px;box-shadow:0 14px 38px #4f194212}.economy-settings-card h2{color:#3b163f;margin:0 0 22px}.economy-settings-card label{color:#4f4050;gap:7px;margin-bottom:15px;font-size:12px;font-weight:900;display:grid}.economy-settings-card>button{color:#fff;background:linear-gradient(135deg,#ff4f72,#7b2cf2);border-radius:12px;width:100%;min-height:47px;font-weight:900}@media (width<=650px){.economy-admin-header{padding:10px 14px}.economy-admin-header>button{padding:0 10px;font-size:10px}.economy-request-list article{flex-direction:column;align-items:flex-start}.economy-actions{width:100%}.economy-actions button{flex:1}}.wallet-page{color:#fff;background:linear-gradient(145deg,#100617,#251034);min-height:100vh;padding-bottom:40px}.wallet-header{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#100617f0;border-bottom:1px solid #ffffff1a;align-items:center;gap:16px;padding:16px 5%;display:flex;position:sticky;top:0}.wallet-header button{color:#fff;cursor:pointer;background:#432354;border:1px solid #ffffff26;border-radius:12px;padding:10px 16px;font-weight:700}.wallet-content{width:min(1100px,92%);margin:28px auto}.wallet-title{margin-bottom:22px;font-size:clamp(26px,5vw,38px)}.wallet-loading,.wallet-empty{color:#b9a9c2;text-align:center;padding:28px}.wallet-summary>div{background:linear-gradient(135deg,#562877,#b42f83);border:1px solid #ffffff26;border-radius:22px;min-height:130px;padding:24px;box-shadow:0 15px 35px #00000040}.wallet-summary span{color:#eadcef;margin-bottom:12px;font-size:14px;display:block}.wallet-summary strong{color:#ffd15c;font-size:clamp(24px,4vw,34px)}.withdraw-card,.wallet-history{background:#ffffff12;border:1px solid #ffffff1f;border-radius:22px;padding:24px}.withdraw-card{margin-bottom:22px}.withdraw-card h3,.wallet-history h3{margin:0 0 18px}.withdraw-card input{color:#fff;background:#170c1d;border:1px solid #5f416c;border-radius:12px;outline:none;width:100%;margin-bottom:12px;padding:13px 15px}.withdraw-card input:focus{border-color:#e04b9a}.withdraw-methods{gap:10px;margin-bottom:12px;display:flex}.withdraw-methods button{color:#fff;cursor:pointer;background:#2f1b39;border:1px solid #63466e;border-radius:12px;flex:1;padding:12px;font-weight:700}.withdraw-methods button.active{background:linear-gradient(135deg,#c43382,#7938d3);border-color:#e969ae}.withdraw-card>button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e13f91,#8038da);border:0;border-radius:13px;width:100%;padding:14px;font-weight:800}.withdraw-card>button:disabled{cursor:not-allowed;opacity:.55}.wallet-history-grid{grid-template-columns:1fr 1fr;gap:22px;display:grid}.wallet-history{overflow:hidden}.wallet-history ul{max-height:420px;margin:0;padding:0;list-style:none;overflow-y:auto}.wallet-history li{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:12px;padding:14px 4px;display:flex}.wallet-history li:last-child{border-bottom:0}.wallet-history small{color:#a998b2;margin-top:5px;display:block}.withdraw-status{text-transform:capitalize;border-radius:20px;padding:6px 9px;font-size:11px;font-weight:800}.withdraw-status.pending{color:#ffd15c;background:#ffd15c24}.withdraw-status.approved{color:#74f3a7;background:#26d06824}.withdraw-status.rejected{color:#ff8295;background:#ff4b6624}@media (width<=700px){.wallet-content{width:94%;margin-top:18px}.wallet-summary{grid-template-columns:1fr}.wallet-summary>div{min-height:auto;padding:19px}.wallet-history-grid{grid-template-columns:1fr}.withdraw-card,.wallet-history{border-radius:17px;padding:18px}}.wallet-header>div{flex-direction:column;flex:1;min-width:0;display:flex}.wallet-header>div span{color:#fff;font-size:15px;font-weight:800}.wallet-header>div strong{color:#bbaabd;font-size:12px;font-weight:600}.wallet-title{margin-bottom:22px}.wallet-title .eyebrow{color:#ff4f9b;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:900;display:block}.wallet-title h1{color:#fff;margin:0;font-size:clamp(28px,5vw,42px);line-height:1.15}.wallet-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:22px;display:grid}.wallet-summary>article{background:linear-gradient(145deg,#512267,#281431);border:1px solid #ff6caf40;border-radius:20px;grid-template-columns:45px 1fr;align-items:center;min-width:0;padding:20px;display:grid}.wallet-summary>article>span{color:#ffd35d;background:#ffbe411f;border-radius:50%;grid-row:1/3;place-items:center;width:42px;height:42px;font-size:20px;display:grid}.wallet-summary>article small{color:#c7b7cd;font-size:12px}.wallet-summary>article strong{color:#ffd15c;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(20px,3vw,28px);line-height:1.25;display:block;overflow:hidden}.withdraw-card{gap:15px;display:grid}.withdraw-card h2{margin:0 0 5px;font-size:24px}.withdraw-card p{color:#c6b7cc;margin:0}.withdraw-card label{color:#fff;gap:8px;font-size:14px;font-weight:700;display:grid}.withdraw-card input{box-sizing:border-box;margin:0}.withdraw-methods{margin:0}.withdraw-methods button.selected{color:#fff;background:linear-gradient(135deg,#dc3e8b,#7b36d2);border-color:#ef6aae}.wallet-history{min-width:0}.wallet-history h2{margin:0 0 14px;font-size:22px}.wallet-history>article{border-bottom:1px solid #ffffff14;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;padding:14px 0;display:grid}.wallet-history>article:last-child{border-bottom:0}.wallet-history>article>span{background:#392143;border-radius:50%;place-items:center;width:40px;height:40px;font-size:19px;display:grid}.wallet-history>article div{min-width:0}.wallet-history>article strong,.wallet-history>article small{display:block}.wallet-history>article small{color:#a997b0;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:11px;overflow:hidden}.wallet-history>article>b{color:#ffd15c;font-size:13px}@media (width<=700px){.wallet-page{width:100%;overflow-x:hidden}.wallet-header{gap:10px;padding:12px}.wallet-header button{flex:0 0 42px;width:42px;height:42px;padding:0}.wallet-header>div span{font-size:14px}.wallet-header>div strong{font-size:11px}.wallet-content{box-sizing:border-box;width:100%;margin:0;padding:22px 12px 35px}.wallet-title h1{font-size:28px}.wallet-summary{grid-template-columns:1fr;gap:10px}.wallet-summary>article{border-radius:16px;min-height:76px;padding:14px}.wallet-summary>article strong{font-size:22px}.withdraw-card,.wallet-history{box-sizing:border-box;width:100%;padding:17px}.wallet-history-grid{grid-template-columns:minmax(0,1fr)}}.audience-load-more{color:#fff;cursor:pointer;background:linear-gradient(135deg,#d73c89,#7937ca);border:0;border-radius:25px;min-width:180px;margin:18px auto 8px;padding:11px 18px;font-size:13px;font-weight:800;transition:transform .2s,opacity .2s;display:block}.audience-load-more:hover{transform:translateY(-2px)}.audience-load-more:active{transform:scale(.97)}.audience-showing-count{color:#9889a1;text-align:center;margin-top:9px;font-size:11px;display:block}@media (width<=600px){.audience-load-more{width:100%;margin-top:14px}}.audience-user{position:relative}.audience-moderation{justify-content:center;gap:5px;margin-top:7px;display:flex}.audience-moderation button{color:#fff;cursor:pointer;background:#583565;border:1px solid #ffffff24;border-radius:8px;padding:5px 8px;font-size:9px;font-weight:800}.audience-moderation button:disabled{cursor:wait;opacity:.5}.audience-moderation .ban-audience-button{color:#ff97a7;background:#d3304d29;border-color:#ff51704d}@media (width<=600px){.audience-moderation{flex-direction:column}.audience-moderation button{width:100%}}.live-header-actions{align-items:center;gap:10px;display:flex}.banned-users-button{color:#ffb3c0;cursor:pointer;background:#b92b4926;border:1px solid #ff53744d;border-radius:12px;padding:11px 15px;font-size:12px;font-weight:800}.banned-modal-overlay{z-index:10000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#050108d1;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.banned-users-modal{color:#fff;background:linear-gradient(145deg,#24122c,#130817);border:1px solid #ff5e9040;border-radius:24px;width:min(520px,100%);max-height:80vh;padding:24px;overflow-y:auto;box-shadow:0 24px 70px #0000008c}.banned-modal-header{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:22px;display:flex}.banned-modal-header span{color:#ff5b9d;letter-spacing:1.3px;font-size:11px;font-weight:900}.banned-modal-header h2{margin:5px 0 0;font-size:27px}.banned-modal-header>button{color:#fff;cursor:pointer;background:#452750;border:1px solid #ffffff1f;border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.banned-users-list{gap:10px;display:grid}.banned-users-list article{background:#ffffff0f;border:1px solid #ffffff14;border-radius:15px;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px;display:grid}.banned-user-avatar{color:#fff;background:linear-gradient(135deg,#e13f8e,#7134c5);border-radius:50%;place-items:center;width:48px;height:48px;display:grid;overflow:hidden}.banned-user-avatar img{object-fit:cover;width:100%;height:100%}.banned-user-info{min-width:0}.banned-user-info strong,.banned-user-info small{display:block}.banned-user-info strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.banned-user-info small{color:#ad9bb4;margin-top:5px;font-size:10px}.banned-users-list article>button{color:#78f1a8;cursor:pointer;background:#33cd6f1f;border:1px solid #58eb9140;border-radius:10px;padding:9px 12px;font-size:11px;font-weight:800}.banned-users-list article>button:disabled{cursor:wait;opacity:.5}.no-banned-users,.banned-users-loading{color:#ae9bb6;text-align:center;place-content:center;min-height:190px;display:grid}.no-banned-users span{margin-bottom:12px;font-size:40px}.no-banned-users strong,.no-banned-users small{display:block}.no-banned-users strong{color:#fff;font-size:17px}.no-banned-users small{margin-top:7px}@media (width<=600px){.live-room-header{gap:8px}.live-header-actions{gap:5px}.banned-users-button{padding:9px;font-size:0}.banned-users-button:first-letter{font-size:15px}.banned-users-modal{box-sizing:border-box;border-radius:19px;max-height:88vh;padding:18px}.banned-users-list article{grid-template-columns:42px minmax(0,1fr) auto;padding:10px}.banned-user-avatar{width:42px;height:42px}}.report-room-button{color:#ffc36b;cursor:pointer;background:#ffa5311f;border:1px solid #ffb54a47;border-radius:12px;padding:11px 15px;font-size:12px;font-weight:800}.report-modal-overlay{z-index:11000;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#050108d9;place-items:center;padding:18px;display:grid;position:fixed;inset:0;overflow-y:auto}.room-report-modal{box-sizing:border-box;color:#fff;background:linear-gradient(145deg,#27142d,#130916);border:1px solid #ffb34b40;border-radius:24px;width:min(520px,100%);max-height:90vh;padding:25px;overflow-y:auto;box-shadow:0 25px 75px #0009}.report-modal-header{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:22px;display:flex}.report-modal-header span{color:#ffb54d;letter-spacing:1.4px;font-size:11px;font-weight:900}.report-modal-header h2{margin:5px 0;font-size:27px}.report-modal-header p{color:#aa99b1;margin:0;font-size:12px}.report-modal-header>button{color:#fff;cursor:pointer;background:#45274e;border:1px solid #ffffff1f;border-radius:12px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}.room-report-modal label{color:#fff;gap:8px;margin-bottom:15px;font-size:13px;font-weight:800;display:grid}.room-report-modal select,.room-report-modal textarea{box-sizing:border-box;color:#fff;width:100%;font:inherit;background:#140a18;border:1px solid #56385f;border-radius:12px;outline:none;padding:13px 14px}.room-report-modal select:focus,.room-report-modal textarea:focus{border-color:#eea642}.room-report-modal select option{color:#fff;background:#1b0d20}.room-report-modal textarea{resize:vertical}.report-character-count{color:#8e7d96;text-align:right;margin:-8px 2px 14px;font-size:10px;display:block}.report-warning{color:#d0bd9f;background:#ffac3714;border:1px solid #ffaf3f29;border-radius:12px;align-items:flex-start;gap:10px;margin-bottom:17px;padding:12px;display:flex}.report-warning p{margin:0;font-size:11px;line-height:1.5}.submit-report-button{color:#1b1010;cursor:pointer;background:linear-gradient(135deg,#ffc057,#ef7a46);border:0;border-radius:13px;width:100%;padding:14px;font-weight:900}.submit-report-button:disabled{cursor:wait;opacity:.55}@media (width<=600px){.report-room-button{padding:9px;font-size:0}.report-room-button:first-letter{font-size:15px}.room-report-modal{border-radius:19px;padding:18px}}.admin-reports-section{gap:18px;display:grid}.report-filter-buttons{gap:8px;padding-bottom:5px;display:flex;overflow-x:auto}.report-filter-buttons button{color:#c6b7cc;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:20px;flex:none;padding:9px 14px;font-size:11px;font-weight:800}.report-filter-buttons button.active{color:#1e1015;background:#ffb850;border-color:#ffb850}.admin-report-list{gap:14px;display:grid}.admin-report-card{color:#fff;background:#ffffff0f;border:1px solid #ffb2492e;border-radius:18px;padding:20px}.admin-report-top{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.admin-report-top h3{margin:9px 0 5px;font-size:20px}.admin-report-top p{color:#c8b9ce;margin:0 0 5px;font-size:13px}.admin-report-top small{color:#94829c;font-size:10px}.admin-report-status{text-transform:uppercase;border-radius:20px;padding:5px 9px;font-size:9px;font-weight:900;display:inline-block}.admin-report-status.pending{color:#ffc460;background:#ffb23921}.admin-report-status.reviewed{color:#7fc4ff;background:#4aa3f421}.admin-report-status.resolved{color:#74eca3;background:#32cf6f21}.admin-report-status.dismissed{color:#b6a8bd;background:#b4a4bc1f}.report-reason-label{color:#ff9bb2;text-transform:capitalize;background:#db3d6221;border-radius:10px;padding:7px 10px;font-size:10px;font-weight:900}.admin-report-details,.admin-report-note{background:#0000002e;border-radius:12px;margin-top:15px;padding:13px}.admin-report-details strong,.admin-report-note strong{color:#ffbf60;font-size:11px}.admin-report-details p,.admin-report-note p{color:#c8b9ce;margin:7px 0 0;font-size:12px;line-height:1.55}.admin-report-actions{gap:8px;margin-top:15px;display:flex}.admin-report-actions button{color:#fff;cursor:pointer;background:#553160;border:1px solid #ffffff1f;border-radius:10px;flex:1;padding:10px;font-size:10px;font-weight:900}.admin-report-actions button:nth-child(2){color:#75efa4;background:#2fc76924}.admin-report-actions button:nth-child(3){color:#ff91a4;background:#d5375424}.admin-report-actions button:disabled{cursor:wait;opacity:.5}@media (width<=650px){.admin-report-card{padding:15px}.admin-report-top,.admin-report-actions{flex-direction:column}}.report-enforcement-card{background:#d8375714;border:1px solid #ff51742b;border-radius:13px;margin-top:15px;padding:14px}.report-enforcement-card>strong{color:#ff93a8;text-transform:uppercase;letter-spacing:.8px;margin-bottom:10px;font-size:11px;display:block}.report-enforcement-actions{flex-wrap:wrap;gap:7px;display:flex}.report-enforcement-actions button{color:#fff;cursor:pointer;background:#4c3056;border:1px solid #ffffff1a;border-radius:9px;padding:9px 11px;font-size:9px;font-weight:900}.report-enforcement-actions .close-reported-room{color:#ffbd75;background:#e8782a24;border-color:#ff994c40}.report-enforcement-actions .permanent-suspend-button{color:#ff8ca1;background:#d12d4d29;border-color:#ff4c6d47}.report-enforcement-actions .unsuspend-host-button{color:#78efa6;background:#2dc76924;border-color:#4fe58840}.report-enforcement-actions button:disabled{cursor:wait;opacity:.5}.host-suspension-info{color:#ff9cad;background:#d32e4e1a;border-radius:9px;margin-top:11px;padding:9px;font-size:10px;line-height:1.5;display:block}@media (width<=600px){.report-enforcement-actions{grid-template-columns:1fr 1fr;display:grid}.report-enforcement-actions button{width:100%}}.notification-bell-button{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;flex:0 0 44px;place-items:center;width:44px;height:44px;padding:0;display:grid;position:relative}.notification-bell-button>span{font-size:18px}.notification-bell-button>b{color:#fff;background:#ee3f7f;border:2px solid #16081c;border-radius:12px;place-items:center;min-width:20px;height:20px;padding:0 4px;font-size:9px;display:grid;position:absolute;top:-5px;right:-5px}.notifications-page{color:#fff;background:linear-gradient(145deg,#100615,#25102f);min-height:100vh}.notifications-header{z-index:30;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f0513f0;border-bottom:1px solid #ffffff17;align-items:center;gap:14px;padding:14px 5%;display:flex;position:sticky;top:0}.notifications-header>button{color:#fff;cursor:pointer;background:#43234f;border:1px solid #ffffff1f;border-radius:12px;place-items:center;width:44px;height:44px;display:grid}.notifications-header>div{flex-direction:column;flex:1;display:flex}.notifications-header span{font-size:14px;font-weight:800}.notifications-header strong{color:#b9a7c0;font-size:11px}.notifications-content{width:min(850px,92%);margin:28px auto;padding-bottom:50px}.notifications-title{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px;display:flex}.notifications-title .eyebrow{color:#ff4f95;letter-spacing:1.3px;text-transform:uppercase;font-size:11px;font-weight:900}.notifications-title h1{margin:7px 0 4px;font-size:clamp(30px,5vw,42px)}.notifications-title p{color:#aa98b2;margin:0;font-size:12px}.notifications-title>button{color:#fff;cursor:pointer;background:#553060;border:1px solid #ffffff1f;border-radius:11px;padding:10px 14px;font-size:11px;font-weight:800}.notifications-list{gap:10px;display:grid}.notifications-list article{cursor:pointer;background:#ffffff0e;border:1px solid #ffffff14;border-radius:17px;grid-template-columns:50px minmax(0,1fr) 34px;align-items:center;gap:13px;padding:15px;transition:transform .2s,border-color .2s;display:grid;position:relative}.notifications-list article:hover{border-color:#ff5a9b4d;transform:translateY(-2px)}.notifications-list article.unread{background:linear-gradient(135deg,#d3367f29,#6f30b11f);border-color:#ff589d38}.notification-icon{background:linear-gradient(135deg,#d53e89,#7337c7);border-radius:50%;place-items:center;width:50px;height:50px;font-size:20px;display:grid}.notification-info{min-width:0}.notification-info>div{align-items:center;gap:8px;display:flex}.notification-info strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.notification-info>div>span{background:#ff4e93;border-radius:50%;flex:0 0 7px;width:7px;height:7px;box-shadow:0 0 10px #ff4e93}.notification-info p{color:#c0afc7;margin:6px 0;font-size:12px;line-height:1.5}.notification-info small{color:#85758d;font-size:10px}.delete-notification{color:#aa96b2;cursor:pointer;background:0 0;border:0;border-radius:9px;place-items:center;width:32px;height:32px;display:grid}.delete-notification:hover{color:#ff829c;background:#ff45691f}.notifications-empty{color:#a995b2;text-align:center;place-content:center;min-height:320px;display:grid}.notifications-empty>span{font-size:48px}.notifications-empty h2{color:#fff;margin:13px 0 5px}.notifications-empty p{margin:0}@media (width<=600px){.notifications-header{padding:12px}.notifications-content{box-sizing:border-box;width:100%;margin:0;padding:22px 12px 40px}.notifications-title{flex-direction:column;align-items:flex-start}.notifications-list article{grid-template-columns:42px minmax(0,1fr) 30px;gap:9px;padding:12px}.notification-icon{width:42px;height:42px;font-size:17px}.notification-info strong{font-size:12px}.notification-info p{font-size:11px}}.profile-block-button{z-index:5;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#120715b8;border:1px solid #ff718b4d;border-radius:18px;padding:8px 11px;font-size:10px;font-weight:800;position:absolute;top:15px;right:15px}.profile-block-button:hover{color:#ff9caf;background:#9d233e8c}.blocked-users-page{color:#fff;background:linear-gradient(145deg,#100615,#26102f);min-height:100vh}.blocked-users-header{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f0513f0;border-bottom:1px solid #ffffff17;align-items:center;gap:14px;padding:14px 5%;display:flex;position:sticky;top:0}.blocked-users-header>button{color:#fff;cursor:pointer;background:#43234f;border:1px solid #ffffff1f;border-radius:12px;place-items:center;width:44px;height:44px;display:grid}.blocked-users-header>div{flex-direction:column;flex:1;display:flex}.blocked-users-header span{font-size:14px;font-weight:800}.blocked-users-header strong{color:#b8a6c0;font-size:11px}.blocked-users-content{width:min(750px,92%);margin:28px auto;padding-bottom:45px}.blocked-users-title{margin-bottom:22px}.blocked-users-title>span{color:#ff557f;letter-spacing:1.3px;font-size:11px;font-weight:900}.blocked-users-title h1{margin:7px 0;font-size:clamp(30px,5vw,42px)}.blocked-users-title p{color:#ab99b3;margin:0;font-size:12px}.blocked-users-list{gap:10px;display:grid}.blocked-users-list article{background:#ffffff0f;border:1px solid #ff5c7b26;border-radius:17px;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:13px;padding:15px;display:grid}.blocked-user-avatar{background:linear-gradient(135deg,#d73f75,#7138bd);border-radius:50%;place-items:center;width:54px;height:54px;display:grid;overflow:hidden}.blocked-user-avatar img{object-fit:cover;width:100%;height:100%}.blocked-user-info{min-width:0}.blocked-user-info strong,.blocked-user-info small{display:block}.blocked-user-info p{color:#bba8c1;margin:5px 0;font-size:11px}.blocked-user-info small{color:#85758d;font-size:9px}.blocked-users-list article>button{color:#78efa6;cursor:pointer;background:#2bc26521;border:1px solid #4ee6883d;border-radius:10px;padding:9px 12px;font-size:10px;font-weight:900}.blocked-users-list article>button:disabled{cursor:wait;opacity:.5}.blocked-users-empty{color:#a995b2;text-align:center;place-content:center;min-height:300px;display:grid}.blocked-users-empty>span{font-size:48px}.blocked-users-empty h2{color:#fff;margin:12px 0 5px}.blocked-users-empty p{margin:0}@media (width<=600px){.blocked-users-header{padding:12px}.blocked-users-content{box-sizing:border-box;width:100%;margin:0;padding:22px 12px 40px}.blocked-users-list article{grid-template-columns:45px minmax(0,1fr) auto;padding:11px}.blocked-user-avatar{width:45px;height:45px}.profile-block-button{top:12px;right:12px}}.chat-block-user-button{color:#ff9daf;cursor:pointer;background:#ca304e21;border:1px solid #ff4e703d;border-radius:11px;flex:none;padding:9px 12px;font-size:10px;font-weight:900}.chat-block-user-button:hover{background:#ca304e3d}.chat-block-user-button:disabled{cursor:wait;opacity:.5}@media (width<=600px){.real-chat-page .chat-header{gap:8px}.chat-block-user-button{padding:8px;font-size:0}.chat-block-user-button:first-letter{font-size:14px}}.main-admin-tabs{background:#ffffff0d;border:1px solid #ffffff14;border-radius:15px;gap:9px;margin-bottom:22px;padding:6px;display:flex}.main-admin-tabs button{color:#b8a6c0;cursor:pointer;background:0 0;border:0;border-radius:11px;justify-content:center;align-items:center;gap:8px;padding:11px 16px;font-size:11px;font-weight:900;display:flex}.main-admin-tabs button.active{color:#fff;background:linear-gradient(135deg,#c4377c,#7138c3)}.main-admin-tabs button span{color:#fff;background:#0003;border-radius:10px;place-items:center;min-width:20px;height:20px;padding:0 4px;display:grid}.admin-block-list{gap:13px;display:grid}.admin-block-list>article{color:#fff;background:#ffffff0e;border:1px solid #ff547529;border-radius:17px;grid-template-columns:minmax(0,1fr) minmax(180px,1fr) auto;align-items:center;gap:18px;padding:18px;display:grid}.admin-block-flow{align-items:center;gap:13px;display:flex}.admin-block-flow>div{text-align:center;place-items:center;min-width:90px;display:grid}.admin-block-flow>div>span{background:linear-gradient(135deg,#d73e7b,#7139bd);border-radius:50%;place-items:center;width:42px;height:42px;margin-bottom:6px;display:grid}.admin-block-flow strong{font-size:11px}.admin-block-flow>b{color:#ff6e89}.admin-block-details p{color:#c3b1c9;margin:0 0 6px;font-size:11px}.admin-block-list>article>button{color:#75eda2;cursor:pointer;background:#2dc36621;border:1px solid #4de6873b;border-radius:10px;padding:9px 12px;font-size:9px;font-weight:900}@media (width<=750px){.main-admin-tabs{overflow-x:auto}.main-admin-tabs button{flex:none}.admin-block-list>article{grid-template-columns:1fr}.admin-block-flow{justify-content:center}.admin-block-list>article>button{width:100%}}.credit-pill.female-free-credit{color:#fff;cursor:default;background:linear-gradient(135deg,#ec4f9c,#a837cf);border-color:#ff85c673;box-shadow:0 7px 22px #dd3d973b}.female-free-chat-label{color:#ff9fd2;background:#e1429d21;border:1px solid #ff6dbe33;border-radius:12px;width:fit-content;margin-top:4px;padding:4px 7px;font-size:8px;font-weight:900;display:inline-block}@media (width<=600px){.credit-pill.female-free-credit{padding:9px;font-size:10px}}.bot-admin-page{color:#fff;background:radial-gradient(circle at 10% 5%,#8b30b52e,#0000 30%),linear-gradient(145deg,#0f0614,#24102e);min-height:100vh}.bot-admin-header{z-index:40;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#0e0512f0;border-bottom:1px solid #ffffff17;align-items:center;gap:14px;padding:14px 4%;display:flex;position:sticky;top:0}.bot-admin-header>button{color:#fff;cursor:pointer;background:#43234f;border:1px solid #ffffff1f;border-radius:12px;flex:0 0 44px;place-items:center;width:44px;height:44px;padding:0;display:grid}.bot-admin-header>div{flex-direction:column;flex:1;display:flex}.bot-admin-header span{font-size:14px;font-weight:800}.bot-admin-header strong{color:#b7a4bf;font-size:11px}.bot-admin-content{width:min(1250px,94%);margin:28px auto;padding-bottom:55px}.bot-admin-title{margin-bottom:24px}.bot-admin-title>span{color:#ff4f9b;letter-spacing:1.4px;font-size:11px;font-weight:900}.bot-admin-title h1{margin:7px 0 5px;font-size:clamp(31px,5vw,44px)}.bot-admin-title p{color:#a995b1;margin:0;font-size:12px}.bot-admin-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:20px;display:grid}.bot-editor-card,.bot-photo-card{box-sizing:border-box;background:#ffffff0e;border:1px solid #ffffff1a;border-radius:21px;gap:14px;padding:22px;display:grid}.bot-editor-heading{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.bot-editor-heading h2,.bot-photo-card h2{margin:0 0 5px;font-size:22px}.bot-editor-heading p,.bot-photo-card p{color:#9c89a4;margin:0;font-size:11px}.bot-editor-heading>button{color:#fff;cursor:pointer;background:#50305a;border:1px solid #ffffff1c;border-radius:10px;padding:8px 11px;font-size:10px;font-weight:800}.bot-editor-card label{color:#fff;gap:7px;font-size:12px;font-weight:800;display:grid}.bot-editor-card label small{color:#8e7b96;font-size:9px;font-weight:500}.bot-editor-card input,.bot-editor-card select,.bot-editor-card textarea,.bot-photo-card input{box-sizing:border-box;color:#fff;width:100%;font:inherit;background:#140918;border:1px solid #52365b;border-radius:11px;outline:none;padding:12px 13px}.bot-editor-card input:focus,.bot-editor-card select:focus,.bot-editor-card textarea:focus,.bot-photo-card input:focus{border-color:#df4b9a}.bot-editor-card select option{color:#fff;background:#1b0c21}.bot-editor-card textarea{resize:vertical}.bot-form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.bot-active-check{align-items:center;color:#c9b8cf!important;gap:9px!important;font-size:11px!important;display:flex!important}.bot-active-check input{accent-color:#db438f;width:17px;height:17px}.bot-editor-card>button,.bot-photo-card>button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#df3e8d,#7737ca);border:0;border-radius:12px;width:100%;padding:13px;font-size:12px;font-weight:900}.bot-editor-card>button:disabled,.bot-photo-card>button:disabled{cursor:wait;opacity:.5}.bot-admin-right{gap:15px;display:grid}.bot-photo-card input[type=file]{color:#bcaac4;padding:10px}.bot-photo-card input[type=file]::file-selector-button{color:#fff;cursor:pointer;background:#573261;border:0;border-radius:8px;margin-right:10px;padding:8px 11px}.bot-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.bot-gallery-grid article{background:#ffffff0e;border:1px solid #ffffff17;border-radius:14px;position:relative;overflow:hidden}.bot-gallery-grid article>img{aspect-ratio:4/5;object-fit:cover;width:100%}.bot-gallery-grid article>span{color:#fff;background:#df3e8d;border-radius:8px;padding:4px 6px;font-size:7px;font-weight:900;position:absolute;top:7px;left:7px}.bot-gallery-grid article>p{color:#b7a6bd;height:30px;margin:7px;font-size:9px;line-height:1.4;overflow:hidden}.bot-gallery-grid article>div{gap:5px;padding:0 7px 8px;display:flex}.bot-gallery-grid article button{color:#fff;cursor:pointer;background:#4c2e56;border:0;border-radius:7px;flex:1;padding:7px 4px;font-size:7px;font-weight:800}.bot-gallery-grid article button:last-child{color:#ff9aac;background:#d1305126}.bot-list-heading{justify-content:space-between;align-items:center;margin:32px 0 14px;display:flex}.bot-list-heading h2{margin:0;font-size:24px}.bot-list-heading span{color:#d8c7df;background:#ffffff12;border-radius:12px;padding:7px 10px;font-size:10px}.admin-bot-list{gap:11px;display:grid}.admin-bot-list>article{background:#ffffff0e;border:1px solid #ffffff17;border-radius:17px;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px;display:grid}.admin-bot-avatar{background:linear-gradient(135deg,#d83f8a,#7137be);border-radius:50%;place-items:center;width:64px;height:64px;display:grid;overflow:hidden}.admin-bot-avatar img{object-fit:cover;width:100%;height:100%}.admin-bot-avatar span{font-size:27px}.admin-bot-list h3{margin:4px 0;font-size:17px}.admin-bot-list p{color:#b5a4bc;text-transform:capitalize;margin:0 0 4px;font-size:11px}.admin-bot-list small{color:#83738b;font-size:9px}.ai-label{color:#ff65ae;letter-spacing:1px;font-size:8px;font-weight:900}.admin-bot-actions{gap:7px;display:flex}.admin-bot-actions button{color:#fff;cursor:pointer;background:#4e3058;border:1px solid #ffffff17;border-radius:9px;padding:8px 10px;font-size:9px;font-weight:800}.admin-bot-actions button:nth-child(2){color:#ffc46e}.admin-bot-actions button:last-child{color:#ff8fa5;background:#cf2e4e24}.bot-admin-empty{color:#a793af;text-align:center;place-content:center;min-height:220px;display:grid}.bot-admin-empty>span{font-size:44px}.bot-admin-empty h2{color:#fff;margin:10px 0}@media (width<=850px){.bot-admin-layout{grid-template-columns:1fr}}@media (width<=600px){.bot-admin-header{padding:11px}.bot-admin-content{box-sizing:border-box;width:100%;margin:0;padding:20px 11px 40px}.bot-editor-card,.bot-photo-card{border-radius:17px;padding:16px}.bot-form-row{grid-template-columns:1fr}.bot-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-bot-list>article{grid-template-columns:52px minmax(0,1fr)}.admin-bot-avatar{width:52px;height:52px}.admin-bot-actions{grid-column:1/-1;grid-template-columns:repeat(3,1fr);display:grid}.admin-bot-actions button{width:100%}}.bot-chat-page{color:#fff;background:radial-gradient(circle at 20% 0,#ae34b12e,#0000 35%),#0f0713;grid-template-rows:auto 1fr auto;width:100%;height:100dvh;display:grid;overflow:hidden}.bot-chat-header{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#120717f0;border-bottom:1px solid #ffffff17;align-items:center;gap:11px;padding:12px 4%;display:flex}.bot-chat-header .back-button{color:#fff;cursor:pointer;background:#43234f;border:1px solid #ffffff1f;border-radius:12px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}.bot-chat-avatar{background:linear-gradient(135deg,#df418e,#7337c4);border:2px solid #ff65b166;border-radius:50%;flex:0 0 48px;place-items:center;width:48px;height:48px;display:grid;overflow:hidden}.bot-chat-avatar img{object-fit:cover;width:100%;height:100%}.bot-chat-person{flex-direction:column;flex:1;min-width:0;display:flex}.bot-chat-person strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.bot-chat-person>span{color:#6ce99b;margin-top:2px;font-size:9px}.bot-chat-person small{color:#ff8bc4;letter-spacing:.7px;background:#e03d941f;border-radius:8px;width:fit-content;margin-top:3px;padding:3px 6px;font-size:7px;font-weight:900}.bot-free-label{color:#fff;background:linear-gradient(135deg,#e74998,#a43bca);border-radius:12px;padding:7px 9px;font-size:9px;font-weight:900}.bot-chat-messages{flex-direction:column;gap:9px;padding:16px max(4%,50% - 425px);display:flex;overflow-y:auto}.bot-chat-disclosure{color:#ad9ab5;background:#ffffff0e;border:1px solid #ffffff14;border-radius:12px;align-self:center;align-items:center;gap:9px;max-width:600px;margin-bottom:10px;padding:9px 12px;display:flex}.bot-chat-disclosure p{margin:0;font-size:9px;line-height:1.45}.bot-message{box-sizing:border-box;border-radius:16px;width:fit-content;max-width:min(75%,560px);padding:10px 12px}.bot-message.theirs{background:#29162f;border:1px solid #ffffff14;border-bottom-left-radius:5px;align-self:flex-start}.bot-message.mine{background:linear-gradient(135deg,#d83e88,#7837c6);border-bottom-right-radius:5px;align-self:flex-end}.bot-message p{white-space:pre-wrap;margin:0;font-size:13px;line-height:1.55}.bot-message>small{color:#ffffff8c;text-align:right;margin-top:5px;font-size:8px;display:block}.bot-message-image{cursor:pointer;background:0 0;border:0;border-radius:12px;max-width:310px;margin:-5px -7px 8px;padding:0;display:block;overflow:hidden}.bot-message-image img{object-fit:cover;width:100%;max-height:410px;display:block}.bot-typing-row{align-self:flex-start;align-items:center;gap:8px;display:flex}.bot-typing-avatar{background:#7037b9;border-radius:50%;place-items:center;width:30px;height:30px;display:grid;overflow:hidden}.bot-typing-avatar img{object-fit:cover;width:100%;height:100%}.bot-typing-bubble{background:#29162f;border-radius:15px;gap:4px;padding:11px 13px;display:flex}.bot-typing-bubble span{background:#c8b3d0;border-radius:50%;width:5px;height:5px;animation:1s infinite botTyping}.bot-typing-bubble span:nth-child(2){animation-delay:.15s}.bot-typing-bubble span:nth-child(3){animation-delay:.3s}.bot-typing-row>small{color:#88758f;font-size:8px}@keyframes botTyping{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.bot-chat-loading{color:#a38fab;text-align:center;place-content:center;min-height:280px;display:grid}.bot-chat-form{background:#110615f7;border-top:1px solid #ffffff14;grid-template-columns:1fr 46px;gap:9px;padding:11px max(4%,50% - 425px);display:grid}.bot-chat-form input{box-sizing:border-box;color:#fff;background:#211127;border:1px solid #4b3154;border-radius:23px;outline:none;width:100%;padding:12px 15px}.bot-chat-form input:focus{border-color:#dc4896}.bot-chat-form>button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#df408d,#7737c7);border:0;border-radius:50%;place-items:center;width:46px;height:46px;display:grid}.bot-chat-form>button:disabled{cursor:not-allowed;opacity:.45}@media (width<=600px){.bot-chat-header{padding:9px}.bot-chat-messages{padding:12px 9px}.bot-message{max-width:84%}.bot-message p{font-size:12px}.bot-message-image{max-width:245px}.bot-chat-form{padding:9px}}@media (width<=1200px){.profiles-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.profiles-grid{grid-template-columns:1fr;gap:18px}.profile-card{height:560px;min-height:0}}.open-bot-inbox-button{color:#fff;background:linear-gradient(135deg,#ed3f87,#9027d8);border:0;border-radius:14px;margin-top:18px;padding:13px 20px;font-size:14px;font-weight:900;box-shadow:0 12px 28px #9927b13d}.bot-inbox-page{color:#fff;background:#0e0611;min-height:100vh}.bot-inbox-header{z-index:30;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0e0611f2;border-bottom:1px solid #ffffff1a;grid-template-columns:48px 1fr 48px;align-items:center;gap:15px;min-height:78px;padding:10px 24px;display:grid;position:sticky;top:0}.bot-inbox-header>button{color:#fff;background:#32183d;border:1px solid #ffffff24;border-radius:13px;width:44px;height:44px;font-size:20px}.bot-inbox-header>div{flex-direction:column;display:flex}.bot-inbox-header span{color:#ff6da8;letter-spacing:.1em;font-size:10px;font-weight:900}.bot-inbox-header strong{font-size:20px}.bot-inbox-layout{grid-template-columns:340px minmax(0,1fr);height:calc(100vh - 78px);display:grid}.bot-conversation-list{background:#160b1b;border-right:1px solid #ffffff1a;overflow-y:auto}.bot-inbox-list-title{z-index:5;background:#160b1b;border-bottom:1px solid #ffffff14;padding:22px;position:sticky;top:0}.bot-inbox-list-title h2{margin:0 0 5px;font-size:20px}.bot-inbox-list-title p{color:#a994ae;margin:0;font-size:12px}.bot-conversation-item{color:#fff;text-align:left;background:0 0;border:0;border-bottom:1px solid #ffffff0f;grid-template-columns:50px minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;padding:15px 18px;display:grid}.bot-conversation-item:hover,.bot-conversation-item.selected{background:#2b1533}.bot-conversation-item>div:nth-child(2){flex-direction:column;min-width:0;display:flex}.bot-conversation-item strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.bot-conversation-item span{color:#a994ae;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:11px;overflow:hidden}.bot-conversation-item>b{background:#ec3d87;border-radius:999px;place-items:center;min-width:24px;height:24px;padding:0 6px;font-size:11px;display:grid}.bot-inbox-avatar{background:linear-gradient(135deg,#ec3d87,#852ddd);border-radius:50%;flex:none;place-items:center;width:46px;height:46px;display:grid;overflow:hidden}.bot-inbox-avatar img{object-fit:cover;width:100%;height:100%}.bot-inbox-chat{background:radial-gradient(circle at top,#5c1c7333,#0000 38%),#0e0611;flex-direction:column;min-width:0;min-height:0;display:flex}.bot-active-chat-header{background:#160b1beb;border-bottom:1px solid #ffffff17;align-items:center;gap:12px;min-height:72px;padding:10px 20px;display:flex}.bot-active-chat-header>div:nth-child(2){flex-direction:column;flex:1;min-width:0;display:flex}.bot-active-chat-header span{color:#a994ae;margin-top:3px;font-size:11px}.bot-active-chat-header select{color:#fff;background:#301638;border:1px solid #ffffff21;border-radius:11px;max-width:150px;padding:10px;font-weight:800}.bot-admin-messages{flex-direction:column;flex:1;gap:12px;min-height:0;padding:24px;display:flex;overflow-y:auto}.admin-user-message,.admin-bot-message{border-radius:17px;width:fit-content;max-width:min(75%,520px);padding:12px 14px 8px}.admin-user-message{background:linear-gradient(135deg,#d83d91,#8a31d5);border-bottom-right-radius:5px;align-self:flex-end}.admin-bot-message{background:#28142f;border:1px solid #ffffff1a;border-bottom-left-radius:5px;align-self:flex-start}.admin-user-message p,.admin-bot-message p{margin:0 0 6px;line-height:1.5}.admin-user-message small,.admin-bot-message small{color:#ffffff9e;text-align:right;font-size:9px;display:block}.admin-user-message img,.admin-bot-message img{object-fit:cover;border-radius:12px;width:min(280px,100%);max-height:340px;margin-bottom:8px;display:block}.bot-inbox-gallery{background:#160b1b;border-top:1px solid #ffffff14;padding:12px 20px}.bot-inbox-gallery>strong{color:#cdbad2;margin-bottom:9px;font-size:11px;display:block}.bot-inbox-gallery>div{gap:9px;display:flex;overflow-x:auto}.bot-inbox-gallery button{background:#2d1734;border:2px solid #0000;border-radius:11px;flex:none;width:58px;height:58px;padding:0;overflow:hidden}.bot-inbox-gallery button:hover{border-color:#ec3d87}.bot-inbox-gallery img{object-fit:cover;width:100%;height:100%}.bot-admin-reply-form{background:#160b1b;border-top:1px solid #ffffff17;grid-template-columns:1fr auto;gap:10px;padding:14px 20px 18px;display:grid}.bot-admin-reply-form input{color:#fff;background:#25122c;border:1px solid #ffffff21;border-radius:14px;outline:none;min-width:0;height:48px;padding:0 15px}.bot-admin-reply-form input:focus{border-color:#e43e8c}.bot-admin-reply-form button{color:#fff;background:linear-gradient(135deg,#ec3d87,#9027d8);border:0;border-radius:14px;min-width:90px;padding:0 18px;font-weight:900}.bot-inbox-placeholder,.bot-inbox-empty{color:#a994ae;text-align:center;place-items:center;display:grid}.bot-inbox-placeholder{flex:1;align-content:center}.bot-inbox-placeholder>span{font-size:48px}.bot-inbox-placeholder h2{color:#fff;margin:12px 0 5px}.bot-inbox-placeholder p{margin:0}.bot-inbox-empty{min-height:130px;padding:20px}@media (width<=800px){.bot-inbox-layout{grid-template-columns:1fr;height:auto;min-height:calc(100vh - 78px)}.bot-conversation-list{border-bottom:1px solid #ffffff1a;border-right:0;max-height:280px}.bot-inbox-chat{min-height:620px}.bot-active-chat-header{flex-wrap:wrap;align-items:flex-start}.bot-active-chat-header select{width:100%;max-width:none}.admin-user-message,.admin-bot-message{max-width:88%}}.messages-panel-page{color:#3d163e;background:radial-gradient(circle at top,#fff0f6,#0000 38%),#fffafb;min-height:100vh}.messages-panel-header{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;border-bottom:1px solid #f0dfe7;grid-template-columns:48px 1fr 48px;align-items:center;gap:14px;min-height:76px;padding:10px 24px;display:grid;position:sticky;top:0}.messages-panel-header>button{color:#5e2b62;background:#fff;border:1px solid #ecdbe5;border-radius:14px;width:44px;height:44px;font-size:20px}.messages-panel-header>div{flex-direction:column;display:flex}.messages-panel-header span{color:#ed3f87;letter-spacing:.08em;font-size:10px;font-weight:900}.messages-panel-header strong{font-size:20px}.messages-panel-content{width:min(100% - 32px,760px);margin:0 auto;padding:38px 0 80px}.messages-panel-title{margin-bottom:22px}.messages-panel-title h1{color:#3d163e;margin:5px 0 7px;font-size:32px}.messages-panel-title p{color:#826f81;margin:0;line-height:1.55}.message-search-input{color:#3d163e;background:#fff;border:1px solid #ead8e2;border-radius:15px;outline:none;width:100%;height:50px;margin-bottom:16px;padding:0 17px;font-size:14px;box-shadow:0 10px 30px #4619410f}.message-search-input:focus{border-color:#e5458e;box-shadow:0 0 0 3px #e5458e1a}.message-list-tabs{background:#fff;border:1px solid #eddee6;border-radius:16px;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:18px;padding:6px;display:grid}.message-list-tabs button{color:#816d80;background:0 0;border-radius:11px;justify-content:center;align-items:center;gap:8px;min-height:42px;font-weight:800;display:flex}.message-list-tabs button.active{color:#fff;background:linear-gradient(135deg,#ed3f87,#9429d5)}.message-list-tabs span{background:#501c521a;border-radius:999px;place-items:center;min-width:21px;height:21px;padding:0 5px;font-size:10px;display:grid}.message-list-tabs button.active span{background:#fff3}.conversation-card-list{flex-direction:column;gap:11px;display:flex}.conversation-list-card{color:#3d163e;text-align:left;background:#fff;border:1px solid #eedfe7;border-radius:19px;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:14px;width:100%;min-height:84px;padding:13px 16px;transition:transform .2s,border-color .2s;display:grid;box-shadow:0 12px 35px #3e143a12}.conversation-list-card:hover{border-color:#e75a9a;transform:translateY(-2px)}.conversation-avatar{color:#fff;background:linear-gradient(135deg,#ed3f87,#9429d5);border:3px solid #f5dbe8;border-radius:50%;place-items:center;width:56px;height:56px;font-size:21px;font-weight:900;display:grid;overflow:hidden}.conversation-avatar img{object-fit:cover;width:100%;height:100%}.conversation-summary{min-width:0}.conversation-summary>div{align-items:center;gap:8px;display:flex}.conversation-summary strong{text-overflow:ellipsis;white-space:nowrap;font-size:16px;overflow:hidden}.conversation-summary p{color:#897588;text-overflow:ellipsis;white-space:nowrap;margin:7px 0 0;font-size:13px;overflow:hidden}.conversation-virtual-label{color:#9a2cb1;text-transform:uppercase;background:#f7e7fb;border-radius:999px;flex:none;padding:4px 7px;font-size:8px;font-weight:900}.conversation-time{color:#a08e9f;flex-direction:column;align-items:flex-end;gap:7px;font-size:10px;display:flex}.conversation-time span{color:#d93d88;font-size:25px;line-height:1}.messages-panel-empty{color:#8b788a;text-align:center;background:#ffffffb3;border:1px dashed #e8d4df;border-radius:22px;align-content:center;place-items:center;min-height:300px;padding:30px;display:grid}.messages-panel-empty>span{font-size:44px}.messages-panel-empty h2{color:#4c264d;margin:12px 0 6px}.messages-panel-empty p{max-width:390px;margin:0;line-height:1.55}@media (width<=600px){.messages-panel-header{min-height:68px;padding:8px 13px}.messages-panel-content{width:calc(100% - 22px);padding-top:24px}.messages-panel-title h1{font-size:26px}.conversation-list-card{grid-template-columns:50px minmax(0,1fr) auto;gap:10px;padding:11px}.conversation-avatar{width:48px;height:48px}.conversation-summary strong{font-size:14px}.conversation-virtual-label{display:none}}.all-chat-count{color:#5a365b;justify-content:space-between;align-items:center;margin:4px 0 15px;padding:0 4px;display:flex}.all-chat-count strong{font-size:15px}.all-chat-count span{color:#fff;background:linear-gradient(135deg,#ed3f87,#9429d5);border-radius:999px;place-items:center;min-width:25px;height:25px;padding:0 7px;font-size:11px;font-weight:900;display:grid}.chat-image-preview{z-index:25;background:#28142f;border:1px solid #ffffff26;border-radius:16px;width:120px;height:120px;padding:5px;position:fixed;bottom:82px;right:20px;box-shadow:0 16px 40px #0000004d}.chat-image-preview img{object-fit:cover;border-radius:12px;width:100%;height:100%}.chat-image-preview button{color:#fff;background:#e43e83;border:2px solid #fff;border-radius:50%;place-items:center;width:27px;height:27px;font-size:18px;display:grid;position:absolute;top:-9px;right:-9px}.real-chat-image-button{background:0 0;border:0;border-radius:13px;max-width:280px;padding:0;display:block}.real-chat-image-button img{object-fit:cover;border-radius:13px;width:100%;max-height:360px;display:block}.real-chat-message-text{margin:7px 0 0}@media (width<=600px){.real-chat-image-button{max-width:220px}.chat-image-preview{width:100px;height:100px;bottom:76px;right:12px}}.bot-chat-form{grid-template-columns:auto minmax(0,1fr) auto}.bot-chat-image-select{color:#fff;background:#2c1633;border:1px solid #ffffff24;border-radius:14px;width:46px;height:46px;font-size:23px;font-weight:700}.bot-chat-image-select:hover{background:#43204d}.bot-chat-image-select:disabled{cursor:not-allowed;opacity:.5}.open-host-admin-button{color:#214d3b;text-align:left;background:linear-gradient(135deg,#effcf5,#e2f8ed);border:1px solid #ccebdc;border-radius:17px;grid-template-columns:45px 1fr auto;align-items:center;gap:13px;width:100%;margin-bottom:20px;padding:15px;display:grid}.open-host-admin-button>span{color:#fff;background:#19a66a;border-radius:50%;place-items:center;width:43px;height:43px;font-size:20px;font-weight:900;display:grid}.open-host-admin-button>div{flex-direction:column;gap:3px;display:flex}.open-host-admin-button small{color:#668475}.open-host-admin-button>b{color:#138354;font-size:12px}.host-admin-page{color:#391839;background:radial-gradient(circle at top,#fff0f7,#0000 35%),#fffafb;min-height:100vh}.host-admin-header{z-index:30;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff2;border-bottom:1px solid #ecdbe4;grid-template-columns:48px 1fr 48px;align-items:center;gap:14px;min-height:76px;padding:10px 24px;display:grid;position:sticky;top:0}.host-admin-header>button{color:#502551;background:#fff;border:1px solid #ead7e2;border-radius:14px;width:44px;height:44px;font-size:20px}.host-admin-header>div{flex-direction:column;display:flex}.host-admin-header span{color:#e83e87;letter-spacing:.08em;font-size:10px;font-weight:900}.host-admin-header strong{font-size:20px}.host-admin-content{width:min(100% - 30px,1050px);margin:0 auto;padding:38px 0 90px}.host-admin-title{margin-bottom:22px}.host-admin-title>span{color:#e83e87;letter-spacing:.1em;font-size:10px;font-weight:900}.host-admin-title h1{margin:6px 0;font-size:32px}.host-admin-title p{color:#816e80;margin:0;line-height:1.55}.host-admin-filters{gap:8px;margin-bottom:20px;padding-bottom:5px;display:flex;overflow-x:auto}.host-admin-filters button{color:#725e71;background:#fff;border:1px solid #e8d7e0;border-radius:12px;flex:none;align-items:center;gap:7px;min-height:40px;padding:0 13px;font-size:12px;font-weight:800;display:inline-flex}.host-admin-filters button.active{color:#fff;background:linear-gradient(135deg,#e83d88,#922bd2);border-color:#0000}.host-admin-filters span{background:#501e501a;border-radius:999px;place-items:center;min-width:21px;height:21px;padding:0 5px;font-size:9px;display:grid}.host-admin-filters button.active span{background:#fff3}.host-admin-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;display:grid}.host-admin-list-item{color:#412141;text-align:left;background:#fff;border:1px solid #ead9e2;border-radius:18px;grid-template-columns:58px 1fr auto;align-items:center;gap:13px;width:100%;padding:15px;display:grid;box-shadow:0 12px 35px #3e143a12}.host-admin-list-item:hover{border-color:#e95698;transform:translateY(-2px)}.host-admin-avatar{color:#fff;background:linear-gradient(135deg,#e83d88,#922bd2);border-radius:50%;place-items:center;width:56px;height:56px;font-size:20px;font-weight:900;display:grid;overflow:hidden}.host-admin-avatar img{object-fit:cover;width:100%;height:100%}.host-admin-list-item>div:nth-child(2){flex-direction:column;gap:3px;min-width:0;display:flex}.host-admin-list-item strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.host-admin-list-item span,.host-admin-list-item small{color:#887486;font-size:11px}.host-admin-status{text-transform:uppercase;background:#fff2cb;border-radius:999px;padding:6px 8px;font-weight:900;color:#875b00!important;font-size:8px!important}.host-admin-status.approved{background:#dff8eb;color:#08774a!important}.host-admin-status.rejected,.host-admin-status.suspended,.host-admin-status.revoked{background:#ffe2e8;color:#ad2745!important}.host-admin-status.under_review{background:#eee5ff;color:#6134a5!important}.host-admin-empty{color:#8d798b;text-align:center;background:#ffffffbf;border:1px dashed #e6d3de;border-radius:20px;align-content:center;place-items:center;min-height:260px;padding:25px;display:grid}.host-admin-empty>span{font-size:40px}.host-review-backdrop{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#140615d1;place-items:start center;padding:25px 15px;display:grid;position:fixed;inset:0;overflow-y:auto}.host-review-modal{color:#fff;background:#160b1b;border-radius:25px;width:min(100%,760px);padding:23px;box-shadow:0 30px 90px #00000080}.host-review-modal>header{justify-content:space-between;align-items:flex-start;margin-bottom:18px;display:flex}.host-review-modal>header span{color:#ff6ca8;letter-spacing:.1em;font-size:9px;font-weight:900}.host-review-modal>header h2{margin:5px 0 0}.host-review-modal>header button{color:#fff;background:#301a36;border:1px solid #4e3355;border-radius:13px;width:42px;height:42px;font-size:24px}.host-review-user-info{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:15px;display:grid}.host-review-user-info p,.host-review-user-info a{color:#cbbbcf;background:#241129;border:1px solid #422947;border-radius:12px;margin:0;padding:11px;font-size:12px}.host-review-user-info a{color:#fff;text-align:center;background:#1b7953;font-weight:900}.host-review-message{background:#25122b;border-radius:14px;margin-bottom:16px;padding:14px}.host-review-message p{color:#c3b3c6;margin:7px 0 0;line-height:1.55}.host-face-comparison{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:16px;display:grid}.host-face-comparison>div{background:#241229;border:1px solid #462c4c;border-radius:16px;padding:11px}.host-face-comparison strong,.host-review-video>strong{color:#d9cadc;margin-bottom:9px;font-size:12px;display:block}.host-face-comparison img{object-fit:cover;border-radius:13px;width:100%;height:310px}.host-face-comparison>div>span{color:#9d8ba1;place-items:center;height:310px;display:grid}.host-review-video{background:#241229;border:1px solid #462c4c;border-radius:16px;margin-bottom:16px;padding:12px}.host-review-video video{background:#000;border-radius:13px;width:100%;max-height:430px;display:block}.host-review-checks{grid-template-columns:1fr 1fr;gap:11px;margin-bottom:15px;display:grid}.host-review-checks label{background:#28142e;border:1px solid #4c3052;border-radius:13px;grid-template-columns:auto 1fr;gap:9px;padding:13px;line-height:1.4;display:grid}.host-review-checks input{width:18px;height:18px}.host-admin-note{color:#d4c4d7;flex-direction:column;gap:8px;font-size:12px;font-weight:800;display:flex}.host-admin-note textarea{color:#fff;font:inherit;background:#25122b;border:1px solid #4a2f50;border-radius:13px;outline:none;padding:12px}.host-review-actions{flex-wrap:wrap;justify-content:flex-end;gap:9px;margin-top:17px;display:flex}.host-review-actions button{color:#fff;border-radius:12px;min-height:43px;padding:0 15px;font-weight:900}.host-review-progress{background:#58339d}.host-review-reject,.host-review-revoke{background:#ae294d}.host-review-approve{background:#159663}.host-review-actions button:disabled{cursor:not-allowed;opacity:.45}@media (width<=700px){.host-admin-header{min-height:68px;padding:8px 13px}.host-admin-content{width:calc(100% - 20px);padding-top:24px}.host-admin-list{grid-template-columns:1fr}.host-admin-list-item{grid-template-columns:50px 1fr auto;padding:12px}.host-admin-avatar{width:48px;height:48px}.host-review-backdrop{padding:0}.host-review-modal{border-radius:0;min-height:100vh}.host-review-user-info,.host-face-comparison,.host-review-checks{grid-template-columns:1fr}.host-face-comparison img,.host-face-comparison>div>span{height:300px}.host-review-actions button{flex:45%}}.open-host-admin-button{color:#fff;text-align:left;background:linear-gradient(135deg,#df3f88,#922bd1);border:1px solid #ecd7e3;border-radius:18px;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:13px;width:100%;margin:20px 0;padding:15px 18px;display:grid;box-shadow:0 15px 35px #8f26ab33}.open-host-admin-button strong{font-size:15px}.open-host-admin-button>b{white-space:nowrap;font-size:12px}@media (width<=600px){.open-host-admin-button{grid-template-columns:42px minmax(0,1fr);padding:13px}.open-host-admin-button>span{width:40px;height:40px}.open-host-admin-button>b{display:none}}.admin-page{color:#3d173e;background:radial-gradient(circle at 100% 0,#e035861f,#0000 34%),#fff9fc;min-height:100vh}.admin-header{z-index:30;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff2;border-bottom:1px solid #ecdce5;justify-content:space-between;align-items:center;gap:20px;min-height:78px;padding:10px 32px;display:flex;position:sticky;top:0}.admin-header>div{align-items:center;gap:14px;display:flex}.admin-header>div>div{flex-direction:column;display:flex}.admin-header span{color:#e73d87;letter-spacing:.08em;font-size:10px;font-weight:900}.admin-header strong{color:#3d173e;font-size:20px}.admin-back{color:#572959;background:#fff;border:1px solid #ead8e2;border-radius:14px;place-items:center;width:44px;height:44px;font-size:21px;display:grid}.admin-refresh{color:#6c436b;background:#fff;border:1px solid #ead8e2;border-radius:13px;min-height:43px;padding:0 16px;font-size:12px;font-weight:900}.admin-refresh:hover,.admin-back:hover{color:#df3d86;border-color:#e3488e}.admin-refresh:disabled{cursor:not-allowed;opacity:.55}.admin-content{width:min(100% - 40px,1200px);margin:0 auto;padding:42px 0 90px}.admin-title{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px;display:flex}.admin-title .eyebrow{color:#e43e87;letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:900}.admin-title h1{color:#3c163d;letter-spacing:-1px;margin:6px 0;font-size:clamp(27px,4vw,38px)}.admin-title p{color:#826f81;max-width:620px;margin:0;line-height:1.55}.pending-count{background:#fff;border:1px solid #ecd8e3;border-radius:19px;align-content:center;place-items:center;min-width:110px;min-height:85px;padding:12px;display:grid;box-shadow:0 12px 35px #40143c14}.pending-count strong{color:#d93d84;font-size:27px;line-height:1}.pending-count span{color:#8a7689;text-transform:uppercase;margin-top:6px;font-size:10px;font-weight:900}.open-host-admin-button{color:#fff;text-align:left;background:radial-gradient(circle at 100%,#ffffff2e,#0000 35%),linear-gradient(135deg,#df3c86,#8e2bd1);border:1px solid #ffffff40;border-radius:20px;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:15px;width:100%;margin:22px 0;padding:17px 20px;display:grid;overflow:hidden;box-shadow:0 18px 40px #8a25a53b}.open-host-admin-button:hover{transform:translateY(-2px);box-shadow:0 23px 50px #8a25a54d}.open-host-admin-button>span{background:#ffffff2e;border-radius:16px;place-items:center;width:50px;height:50px;font-size:24px;font-weight:900;display:grid}.open-host-admin-button>div{flex-direction:column;gap:4px;min-width:0;display:flex}.open-host-admin-button strong{color:#fff;font-size:17px}.open-host-admin-button small{color:#ffffffbf;font-size:11px}.open-host-admin-button>b{white-space:nowrap;background:#ffffff29;border-radius:11px;padding:9px 12px;font-size:11px}.main-admin-tabs{background:#fff;border:1px solid #ead9e2;border-radius:17px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:20px;padding:6px;display:grid}.main-admin-tabs button{color:#806b7e;background:0 0;border-radius:12px;justify-content:center;align-items:center;gap:9px;min-height:47px;font-size:13px;font-weight:900;display:flex}.main-admin-tabs button:hover{color:#d93d85;background:#fff1f7}.main-admin-tabs button.active{color:#fff;background:linear-gradient(135deg,#df3c86,#922bd2);box-shadow:0 10px 25px #922bd233}.main-admin-tabs button span{background:#4d1d4b1a;border-radius:999px;place-items:center;min-width:23px;height:23px;padding:0 6px;font-size:10px;display:grid}.main-admin-tabs button.active span{background:#fff3}.admin-loading,.admin-empty{color:#897588;text-align:center;background:#ffffffbf;border:1px dashed #e6d3de;border-radius:22px;align-content:center;place-items:center;min-height:320px;padding:35px;display:grid}.admin-empty>span{color:#168b5e;background:#dcf8eb;border-radius:50%;place-items:center;width:65px;height:65px;font-size:30px;display:grid}.admin-empty h2{color:#4c264d;margin:14px 0 6px}.admin-empty p,.admin-loading p{margin:0}.admin-error{color:#a52b49;background:#fff0f3;border:1px solid #f3bdc9;border-radius:14px;flex-direction:column;gap:5px;margin-bottom:16px;padding:15px 17px;display:flex}.admin-error span{color:#a95367;font-size:12px}.payment-table-wrap{background:#fff;border:1px solid #e9d8e1;border-radius:21px;overflow-x:auto;box-shadow:0 18px 50px #3e143a14}.payment-table{border-collapse:collapse;width:100%;min-width:850px}.payment-table th{color:#8a7588;text-align:left;letter-spacing:.06em;text-transform:uppercase;background:#fff7fa;border-bottom:1px solid #eadbe3;padding:15px 17px;font-size:10px;font-weight:900}.payment-table td{color:#533752;vertical-align:middle;border-bottom:1px solid #f0e5eb;padding:16px 17px;font-size:12px}.payment-table tbody tr:hover{background:#fff8fb}.payment-table tbody tr:last-child td{border-bottom:0}.table-user{align-items:center;gap:11px;display:flex}.table-user>span{color:#fff;background:linear-gradient(135deg,#df3c86,#922bd2);border-radius:50%;flex:none;place-items:center;width:39px;height:39px;font-weight:900;display:grid}.table-user>div{flex-direction:column;gap:3px;display:flex}.table-user small,.table-price,.sender-number{color:#9a8798;margin-top:4px;font-size:10px;display:block}.method-badge{color:#75319c;text-transform:uppercase;background:#f0e2f9;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:900;display:inline-flex}.payment-table code{color:#6c3b70;background:#f8eef5;border-radius:8px;padding:7px 9px;font-size:10px;display:inline-block}.admin-actions{gap:7px;display:flex}.admin-actions button{color:#fff;border-radius:10px;min-height:36px;padding:0 11px;font-size:10px;font-weight:900}.approve-button{background:#159466}.reject-button{background:#ca3456}.admin-actions button:disabled{cursor:not-allowed;opacity:.5}.admin-block-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.admin-block-list>article{background:#fff;border:1px solid #e9d8e1;border-radius:20px;flex-direction:column;gap:15px;padding:18px;display:flex;box-shadow:0 14px 38px #3e143a12}.admin-block-flow{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:10px;display:grid}.admin-block-flow>div{text-align:center;flex-direction:column;align-items:center;min-width:0;display:flex}.admin-block-flow>div>span{color:#fff;background:linear-gradient(135deg,#df3c86,#922bd2);border-radius:50%;place-items:center;width:45px;height:45px;margin-bottom:7px;font-weight:900;display:grid}.admin-block-flow strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.admin-block-flow small{color:#9a8798;margin-top:3px;font-size:9px}.admin-block-details{background:#fff3f7;border-radius:13px;padding:13px}.admin-block-details p{color:#674865;margin:0 0 6px;line-height:1.45}.admin-block-details small{color:#9a8798;font-size:10px}.admin-block-list>article>button{color:#b32e4d;background:#ffe7ec;border-radius:11px;min-height:40px;margin-top:auto;font-size:11px;font-weight:900}.admin-block-list>article>button:hover{color:#fff;background:#c93455}@media (width<=760px){.admin-header{min-height:68px;padding:8px 13px}.admin-refresh{padding:0 10px;font-size:10px}.admin-content{width:calc(100% - 20px);padding-top:25px}.admin-title{align-items:flex-start}.admin-title p{font-size:12px}.pending-count{min-width:75px;min-height:70px}.pending-count strong{font-size:22px}.open-host-admin-button{grid-template-columns:44px minmax(0,1fr);padding:14px}.open-host-admin-button>span{border-radius:13px;width:42px;height:42px}.open-host-admin-button>b{display:none}.main-admin-tabs,.admin-block-list{grid-template-columns:1fr}}@media (width<=420px){.admin-header strong{font-size:16px}.admin-title{flex-direction:column}.pending-count{justify-content:space-between;width:100%;min-height:48px;display:flex}.pending-count span{margin:0}.admin-block-flow{grid-template-columns:1fr}.admin-block-flow>b{transform:rotate(90deg)}}.separate-admin-dashboard{color:#f8f1fa;background:radial-gradient(circle at 85% 5%,#cf369233,#0000 28%),radial-gradient(circle at 10% 90%,#762cb92b,#0000 30%),#100713;min-height:100vh}.separate-admin-header{z-index:30;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#100713eb;border-bottom:1px solid #ffffff17;grid-template-columns:48px 1fr auto;align-items:center;gap:15px;min-height:78px;padding:10px 30px;display:grid;position:sticky;top:0}.separate-admin-header>button{color:#fff;background:#31163a;border:1px solid #ffffff21;border-radius:14px;place-items:center;width:44px;height:44px;font-size:21px;display:grid}.separate-admin-header>button:hover{background:#482052;border-color:#e44791}.separate-admin-header>div:nth-child(2){flex-direction:column;gap:2px;display:flex}.separate-admin-header>div:nth-child(2)>span{color:#ff67a5;letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:900}.separate-admin-header strong{color:#fff;font-size:20px}.admin-secure-badge{color:#64e4ae;background:#1e966521;border:1px solid #42de9a3d;border-radius:999px;align-items:center;gap:6px;min-height:38px;padding:0 13px;font-size:10px;font-weight:900;display:inline-flex}.separate-admin-content{width:min(100% - 40px,1180px);margin:0 auto;padding:55px 0 90px}.separate-admin-welcome{max-width:750px;margin-bottom:32px}.separate-admin-welcome>span{color:#ff64a2;letter-spacing:.14em;margin-bottom:9px;font-size:10px;font-weight:900;display:inline-block}.separate-admin-welcome h1{color:#fff;letter-spacing:-2px;margin:0 0 12px;font-size:clamp(34px,5vw,53px);line-height:1.05}.separate-admin-welcome p{color:#bcaabe;max-width:680px;margin:0;font-size:15px;line-height:1.65}.admin-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.admin-dashboard-card{color:#fff;text-align:left;background:#211027;border:1px solid #ffffff1a;border-radius:23px;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:18px;min-height:155px;padding:25px;transition:transform .22s,border-color .22s,box-shadow .22s;display:grid;position:relative;overflow:hidden;box-shadow:0 20px 55px #00000038}.admin-dashboard-card:before{content:"";background:#ffffff14;border-radius:50%;width:190px;height:190px;position:absolute;bottom:-110px;right:-85px}.admin-dashboard-card:hover{border-color:#ffffff3d;transform:translateY(-5px);box-shadow:0 27px 65px #0000004d}.admin-dashboard-card>span{z-index:2;background:#ffffff21;border:1px solid #ffffff29;border-radius:19px;place-items:center;width:62px;height:62px;font-size:28px;display:grid;position:relative}.admin-dashboard-card>div{z-index:2;min-width:0;position:relative}.admin-dashboard-card h2{color:#fff;letter-spacing:-.4px;margin:0 0 8px;font-size:20px}.admin-dashboard-card p{color:#ffffffb3;margin:0;font-size:12px;line-height:1.55}.admin-dashboard-card>b{z-index:2;white-space:nowrap;background:#ffffff21;border-radius:11px;align-items:center;min-height:37px;padding:0 12px;font-size:10px;display:inline-flex;position:relative}.admin-dashboard-card.moderation{background:linear-gradient(135deg,#d73471e6,#7b1d77e6),#6b1d64}.admin-dashboard-card.economy{background:linear-gradient(135deg,#cd8d1beb,#804813f0),#805016}.admin-dashboard-card.bots{background:linear-gradient(135deg,#6130c2ed,#2c1e69f2),#422b91}.admin-dashboard-card.hosts{background:linear-gradient(135deg,#159b69f0,#105b4ff5),#126e59}.admin-security-notice{background:#ffffff0b;border:1px solid #ffffff17;border-radius:18px;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:15px;margin-top:24px;padding:18px 20px;display:grid}.admin-security-notice>span{background:#ffffff14;border-radius:15px;place-items:center;width:50px;height:50px;font-size:23px;display:grid}.admin-security-notice>div{min-width:0}.admin-security-notice strong{color:#fff;font-size:14px}.admin-security-notice p{color:#aa99ae;margin:5px 0 0;font-size:11px;line-height:1.55}@media (width<=900px){.admin-dashboard-grid{grid-template-columns:1fr}.admin-dashboard-card{min-height:135px}}@media (width<=600px){.separate-admin-header{grid-template-columns:43px 1fr auto;min-height:68px;padding:8px 12px}.separate-admin-header>button{width:40px;height:40px}.separate-admin-header strong{font-size:15px}.separate-admin-header>div:nth-child(2)>span{font-size:7px}.admin-secure-badge{min-height:34px;padding:0 9px;font-size:8px}.separate-admin-content{width:calc(100% - 20px);padding:32px 0 70px}.separate-admin-welcome{margin-bottom:22px}.separate-admin-welcome h1{letter-spacing:-1px;font-size:31px}.separate-admin-welcome p{font-size:12px}.admin-dashboard-grid{gap:12px}.admin-dashboard-card{border-radius:19px;grid-template-columns:50px minmax(0,1fr);gap:13px;min-height:125px;padding:17px}.admin-dashboard-card>span{border-radius:15px;width:49px;height:49px;font-size:22px}.admin-dashboard-card h2{font-size:16px}.admin-dashboard-card p{font-size:10px}.admin-dashboard-card>b{grid-column:2;width:fit-content;min-height:30px;padding:0 9px}.admin-security-notice{grid-template-columns:43px minmax(0,1fr);padding:14px}.admin-security-notice>span{width:41px;height:41px}}.side-message-button{justify-content:space-between;align-items:center;gap:8px;display:flex!important}.menu-message-unread,.conversation-unread-count{color:#fff;background:linear-gradient(135deg,#ed3f87,#982bd0);border-radius:999px;place-items:center;min-width:23px;height:23px;padding:0 6px;font-size:9px;font-weight:900;display:grid}.conversation-unread-count{margin-left:auto;box-shadow:0 5px 12px #de3b8940}.conversation-list-card:has(.conversation-unread-count){background:#fff7fb;border-color:#e95a9b}.conversation-list-card:has(.conversation-unread-count) .conversation-summary strong{color:#d63881}@media (width<=900px){.side-message-button{justify-content:center;position:relative}.side-message-button .menu-message-unread{min-width:18px;height:18px;font-size:8px;position:absolute;top:2px;right:4px}}.message-seen-status{color:#ffffffa6;text-align:right;width:100%;margin-top:5px;font-size:11px;line-height:1;display:block}.message-seen-status.seen{color:#7dd3fc}.bot-message-meta{justify-content:flex-end;align-items:center;gap:7px;margin-top:5px;display:flex}.bot-message-meta>small{margin:0}.bot-message-seen{color:#ffffffa6;font-size:11px}.bot-message-seen.seen{color:#7dd3fc}.admin-bot-seen-status{color:#fff9;text-align:right;margin-top:4px;font-size:11px;display:block}.admin-bot-seen-status.seen{color:#7dd3fc}.load-older-messages-button{width:fit-content;color:inherit;cursor:pointer;background:#ffffff14;border:1px solid #d633844d;border-radius:999px;margin:10px auto 18px;padding:9px 16px;font-size:13px;font-weight:700;display:block}.load-older-messages-button:hover{background:#d6338429}.load-older-messages-button:disabled{cursor:wait;opacity:.65}@media (width<=560px){.take-seat-button{z-index:2;opacity:1;color:#fff;background:linear-gradient(135deg,#ff4f72,#7b2cf2);border:0;border-radius:999px;justify-content:center;align-items:center;width:auto;height:20px;min-height:20px;margin-top:4px;padding:0 6px;font-size:7px;line-height:1;display:inline-flex;position:static;inset:auto}}.coin-balance-pill{color:#6b4300;cursor:pointer;min-height:46px;font:inherit;background:linear-gradient(135deg,#fff9e8,#fff);border:1px solid #f1d8a4;border-radius:999px;align-items:center;gap:6px;padding:8px 16px;display:inline-flex;box-shadow:0 8px 24px #b97e0c1a}.coin-balance-pill span{font-size:19px}.coin-balance-pill strong{color:#d28a00;font-size:16px}.coin-balance-pill small{color:#80683e;font-weight:700}.coin-balance-pill:hover{border-color:#e0ad42;transform:translateY(-1px)}@media (width<=600px){.coin-balance-pill{min-height:40px;padding:6px 10px}.coin-balance-pill small{display:none}}.host-application-page{color:#2d1237;background:radial-gradient(circle at 10% 0,#e933891f,#0000 35%),radial-gradient(circle at 95% 20%,#902dd51f,#0000 32%),#fff8fb;min-height:100vh}.host-application-header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:20;background:#ffffffeb;border-bottom:1px solid #efdde8;grid-template-columns:52px 1fr 52px;align-items:center;width:100%;min-height:82px;padding:14px clamp(18px,5vw,72px);display:grid;position:sticky;top:0}.host-application-header>button{color:#491653;cursor:pointer;background:#fff;border:1px solid #ead8e5;border-radius:15px;width:46px;height:46px;padding:0;font-size:25px}.host-application-header>button:hover{background:#fff0f7;border-color:#dd91bb}.host-application-header>div:nth-child(2){flex-direction:column;align-items:center;gap:2px;display:flex}.host-application-header span{color:#e63282;letter-spacing:1.2px;text-transform:uppercase;font-size:12px;font-weight:800}.host-application-header strong{color:#2d1237;font-size:20px}.host-application-content{width:min(900px,100% - 32px);margin:0 auto;padding:54px 0 90px}.host-application-title{text-align:center;max-width:680px;margin:0 auto 32px}.host-application-title>span{color:#dc2e7e;letter-spacing:1px;background:#ffe5f1;border-radius:999px;padding:7px 13px;font-size:12px;font-weight:900;display:inline-flex}.host-application-title h1{color:#301039;margin:14px 0 10px;font-size:clamp(32px,5vw,50px);line-height:1.1}.host-application-title p{color:#806e82;margin:0;font-size:16px;line-height:1.7}.host-application-loading{place-content:center;justify-items:center;gap:14px;min-height:70vh;display:grid}.host-status-card{background:#fff;border:1px solid #eadcea;border-radius:22px;align-items:flex-start;gap:16px;margin-bottom:26px;padding:22px;display:flex;box-shadow:0 14px 45px #40174214}.host-status-card>span{background:#f1e7f2;border-radius:50%;flex:0 0 48px;place-items:center;width:48px;height:48px;font-size:21px;font-weight:900;display:grid}.host-status-card h2{margin:0 0 6px;font-size:20px}.host-status-card p{color:#756878;margin:0;line-height:1.6}.host-status-card.approved{background:#f1fff7;border-color:#a9e6c3}.host-status-card.approved>span{color:#087d43;background:#c8f4da}.host-status-card.pending,.host-status-card.under_review{background:#fffaf0;border-color:#f3d58a}.host-status-card.rejected,.host-status-card.suspended,.host-status-card.revoked{background:#fff3f5;border-color:#f3b6c2}.host-application-form{background:#fffffff5;border:1px solid #ecdde8;border-radius:30px;gap:24px;padding:clamp(20px,4vw,38px);display:grid;box-shadow:0 24px 70px #4a19461c}.host-application-form>label{color:#45234d;gap:9px;font-size:14px;font-weight:800;display:grid}.host-application-form input[type=tel],.host-application-form textarea{color:#301039;width:100%;font:inherit;background:#fffafd;border:1px solid #e6d6e2;border-radius:14px;outline:none;padding:15px 17px;font-weight:500;transition:all .2s}.host-application-form textarea{resize:vertical;min-height:125px;line-height:1.6}.host-application-form input:focus,.host-application-form textarea:focus{background:#fff;border-color:#d93b91;box-shadow:0 0 0 4px #d93b911c}.host-profile-check{background:#fff8fc;border:1px solid #eadde7;border-radius:20px;grid-template-columns:70px 1fr auto;align-items:center;gap:16px;padding:18px;display:grid}.host-profile-photo{background:linear-gradient(135deg,#e8328a,#8d2ed1);border:3px solid #fff;border-radius:50%;place-items:center;width:70px;height:70px;display:grid;overflow:hidden;box-shadow:0 7px 20px #972c8b33}.host-profile-photo img{object-fit:cover;width:100%;height:100%}.host-profile-photo span{color:#fff;font-size:28px;font-weight:900}.host-profile-check h2{margin:0 0 5px;font-size:18px}.host-profile-check p{color:#817384;margin:0;font-size:14px}.host-profile-check button{color:#fff;cursor:pointer;background:#3a1744;border:0;border-radius:12px;padding:11px 16px;font-weight:800}.host-camera-card{color:#fff;background:linear-gradient(145deg,#291330,#160d1c);border:1px solid #e7d7e4;border-radius:24px;padding:20px}.host-camera-instructions h2{margin:0 0 7px;font-size:21px}.host-camera-instructions p{color:#cdbfd0;margin:0 0 18px;font-size:14px;line-height:1.6}.host-camera-view{aspect-ratio:4/3;background:#0c080e;border:1px solid #533b59;border-radius:22px;place-items:center;width:min(100%,560px);margin:0 auto;display:grid;position:relative;overflow:hidden}.host-camera-view video{object-fit:cover;width:100%;height:100%;transform:scaleX(-1)}.host-camera-view>div{color:#b7a6bc;place-content:center;justify-items:center;display:grid;position:absolute;inset:0}.host-camera-view>div span{font-size:48px}.host-camera-view>div p{margin:8px 0 0}.host-recording-badge{color:#fff;background:#e82f63;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:900;animation:1s infinite host-recording-pulse;position:absolute;top:14px;left:14px}@keyframes host-recording-pulse{50%{opacity:.55}}.host-camera-actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:17px;display:flex}.host-camera-actions button{color:#fff;cursor:pointer;background:#3b2241;border:1px solid #66476b;border-radius:12px;min-height:43px;padding:10px 15px;font-weight:800}.host-camera-actions button:hover:not(:disabled){background:#d63488;border-color:#d63488}.host-camera-actions button:disabled{opacity:.4;cursor:not-allowed}.host-capture-previews{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.host-capture-previews>div{background:#fff9fc;border:1px dashed #d9bfd1;border-radius:19px;flex-direction:column;gap:10px;min-height:230px;padding:14px;display:flex}.host-capture-previews strong{color:#4a244f;font-size:14px}.host-capture-previews img,.host-capture-previews video{object-fit:cover;background:#160d1c;border-radius:14px;width:100%;height:190px}.host-capture-previews>div>span{color:#9a8999;text-align:center;background:#f4ebf1;border-radius:14px;flex:1;place-items:center;display:grid}.host-consent-row{cursor:pointer;background:#fff7fb;border:1px solid #ead8e5;border-radius:16px;align-items:flex-start;padding:16px;gap:12px!important;display:flex!important}.host-consent-row input{accent-color:#d82f87;flex:0 0 20px;width:20px;height:20px;margin-top:2px}.host-consent-row span{color:#68596b;font-size:13px;font-weight:600;line-height:1.6}.host-submit-button{color:#fff;width:100%;min-height:54px;font:inherit;cursor:pointer;background:linear-gradient(135deg,#e73388,#962fd0);border:0;border-radius:16px;font-size:16px;font-weight:900;box-shadow:0 13px 30px #c02b8b40}.host-submit-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 17px 36px #c02b8b52}.host-submit-button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}@media (width<=640px){.host-application-header{grid-template-columns:44px 1fr 44px;min-height:68px;padding:10px 14px}.host-application-header>button{border-radius:12px;width:40px;height:40px}.host-application-header strong{font-size:16px}.host-application-content{width:min(100% - 20px,900px);padding:30px 0 65px}.host-application-title h1{font-size:31px}.host-application-form{border-radius:22px;gap:18px;padding:16px}.host-profile-check{grid-template-columns:58px 1fr;padding:14px}.host-profile-photo{width:58px;height:58px}.host-profile-check button{grid-column:1/-1;width:100%}.host-camera-card{border-radius:19px;padding:14px}.host-camera-view{aspect-ratio:3/4}.host-camera-actions{grid-template-columns:1fr;display:grid}.host-camera-actions button{width:100%}.host-capture-previews{grid-template-columns:1fr}.host-capture-previews>div{min-height:210px}.host-status-card{padding:16px}}.setup-card textarea{color:#35133e;width:100%;min-height:110px;font:inherit;resize:vertical;background:#fffafd;border:1px solid #ead9e5;border-radius:14px;outline:none;padding:14px 16px;line-height:1.6}.setup-card textarea:focus{background:#fff;border-color:#d9368a;box-shadow:0 0 0 4px #d9368a1a}.bio-character-count{color:#978699;text-align:right;font-size:12px}.profile-bio{line-clamp:2;-webkit-line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.45;display:-webkit-box;overflow:hidden;color:#ffffffeb!important;margin:7px 0!important}.notification-icon{flex-shrink:0;overflow:hidden}.notification-icon img{border-radius:inherit;object-fit:cover;width:100%;height:100%;display:block}.notification-icon span{place-items:center;width:100%;height:100%;display:grid}.friends-page{color:#35123e;background:radial-gradient(circle at 8% 5%,#e934891a,#0000 32%),radial-gradient(circle at 92% 20%,#8b30cf1a,#0000 30%),#fff9fc;min-height:100vh}.friends-header{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:20;background:#fffffff0;border-bottom:1px solid #eedee8;grid-template-columns:48px 1fr 48px;align-items:center;min-height:78px;padding:12px clamp(18px,5vw,70px);display:grid;position:sticky;top:0}.friends-header>button{color:#4b1957;cursor:pointer;background:#fff;border:1px solid #ead9e5;border-radius:14px;width:44px;height:44px;padding:0;font-size:21px}.friends-header>button:hover{background:#fff0f7;border-color:#df85b6}.friends-header>div{flex-direction:column;align-items:center;display:flex}.friends-header span{color:#df337f;letter-spacing:1px;font-size:11px;font-weight:900}.friends-header strong{font-size:20px}.friends-content{width:min(1100px,100% - 32px);margin:0 auto;padding:50px 0 90px}.friends-title{margin-bottom:28px}.friends-title>span{color:#e1317f;letter-spacing:1.2px;font-size:12px;font-weight:900}.friends-title h1{color:#32103b;margin:8px 0;font-size:clamp(31px,5vw,47px)}.friends-title p{color:#837184;margin:0;line-height:1.6}.friends-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.friend-card{background:#fffffff5;border:1px solid #eadce6;border-radius:23px;grid-template-columns:76px 1fr;align-items:center;gap:16px;min-width:0;padding:20px;transition:transform .2s,box-shadow .2s;display:grid;box-shadow:0 14px 40px #45184514}.friend-card:hover{transform:translateY(-2px);box-shadow:0 19px 48px #45184521}.friend-avatar{background:linear-gradient(135deg,#eb3488,#8e31d0);border:3px solid #fff;border-radius:50%;place-items:center;width:76px;height:76px;display:grid;overflow:hidden;box-shadow:0 7px 20px #a4278b33}.friend-avatar img{object-fit:cover;width:100%;height:100%}.friend-avatar span{color:#fff;font-size:27px;font-weight:900}.friend-info{min-width:0}.friend-info h2{color:#37113f;text-overflow:ellipsis;white-space:nowrap;margin:0 0 5px;font-size:20px;overflow:hidden}.friend-info h2 span{color:#fff;vertical-align:middle;background:#1dbb74;border-radius:50%;place-items:center;width:19px;height:19px;margin-left:5px;font-size:12px;display:inline-grid}.friend-info p{color:#806f82;margin:0 0 7px;font-size:14px}.friend-info>small{color:#716274;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.45;display:-webkit-box;overflow:hidden}.friend-actions{border-top:1px solid #f0e5ed;grid-column:1/-1;grid-template-columns:1fr 1fr;gap:10px;padding-top:14px;display:grid}.friend-actions button{color:#fff;min-height:43px;font:inherit;cursor:pointer;background:linear-gradient(135deg,#e53287,#9a30d0);border:0;border-radius:13px;padding:10px 14px;font-weight:800}.friend-actions .unfriend-button{color:#b72d58;background:#fff5f7;border:1px solid #e9cfda}.friend-actions button:hover:not(:disabled){transform:translateY(-1px)}.friend-actions button:disabled{opacity:.5;cursor:not-allowed}.friends-empty{text-align:center;background:#ffffffb3;border:1px dashed #dbc5d4;border-radius:25px;place-content:center;justify-items:center;min-height:330px;padding:35px;display:grid}.friends-empty>span{font-size:48px}.friends-empty h2{margin:12px 0 6px}.friends-empty p{color:#827284;margin:0}@media (width<=700px){.friends-header{grid-template-columns:42px 1fr 42px;min-height:68px;padding:10px 13px}.friends-header>button{border-radius:12px;width:40px;height:40px}.friends-header strong{font-size:17px}.friends-content{width:calc(100% - 20px);padding:30px 0 70px}.friends-grid{grid-template-columns:1fr;gap:13px}.friend-card{border-radius:19px;grid-template-columns:64px 1fr;padding:15px}.friend-avatar{width:64px;height:64px}.friend-info h2{font-size:18px}.friend-actions{grid-template-columns:1fr 1fr}}@media (width<=390px){.friend-actions{grid-template-columns:1fr}}.discover-layout{grid-template-columns:270px minmax(0,1fr);min-height:calc(100vh - 88px);display:grid}.side-menu{scrollbar-width:thin;scrollbar-color:#dfb5d0 transparent;background:linear-gradient(#fff8fcfa,#fffffffa);border-right:1px solid #f0dfe9;flex-direction:column;align-self:start;gap:7px;width:100%;height:calc(100vh - 88px);padding:28px 18px;display:flex;position:sticky;top:88px;overflow-y:auto}.side-menu button{color:#67576b;width:100%;min-height:52px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:15px;align-items:center;gap:11px;padding:12px 15px;font-size:16px;font-weight:750;line-height:1.25;transition:color .2s,background .2s,border-color .2s,transform .2s,box-shadow .2s;display:flex}.side-menu button:hover{color:#c62f78;background:#fff3f8;border-color:#f0d4e3;transform:translate(3px)}.side-menu button.active{color:#e72f7e;background:linear-gradient(135deg,#ffe9f3,#fff5fa);border-color:#ffd5e8;box-shadow:0 8px 22px #cf307c1a}.side-menu button:focus-visible{outline-offset:2px;outline:3px solid #da308533}.side-message-button{justify-content:flex-start}.side-message-button>span:first-child{align-items:center;gap:8px;min-width:0;display:inline-flex}.side-message-button>b,.side-message-button .message-unread-badge{color:#fff;background:linear-gradient(135deg,#ed3487,#9e30d1);border-radius:999px;place-items:center;min-width:25px;height:25px;margin-left:auto;padding:0 7px;font-size:11px;display:inline-grid;box-shadow:0 5px 14px #c12b8740}.admin-dashboard-menu-button{margin-top:8px;color:#7135a4!important;background:#f8f2ff!important;border-color:#e4d6f2!important}.side-menu button:last-child{color:#ae3c56;background:#fff7f8;border-color:#f1d9df;margin-top:auto}.discover-content{min-width:0;padding-left:clamp(22px,4vw,58px);padding-right:clamp(22px,4vw,58px)}@media (width<=980px) and (width>=701px){.discover-layout{grid-template-columns:92px minmax(0,1fr)}.side-menu{padding:20px 10px}.side-menu button{text-align:center;flex-direction:column;justify-content:center;gap:4px;min-height:64px;padding:9px 5px;font-size:12px}.side-menu button:hover{transform:translateY(-2px)}.side-message-button>b,.side-message-button .message-unread-badge{margin:0;position:absolute;transform:translate(22px,-19px)}.side-menu button{position:relative}.discover-content{padding-left:20px;padding-right:20px}}@media (width<=700px){.discover-layout{min-height:auto;display:block}.side-menu{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:15;scrollbar-width:none;scroll-snap-type:x proximity;background:#fffafdf5;border-bottom:1px solid #efdde8;border-right:0;flex-direction:row;align-items:center;gap:8px;width:100%;height:auto;padding:10px 12px 12px;position:sticky;top:68px;overflow:auto hidden}.side-menu::-webkit-scrollbar{display:none}.side-menu button{scroll-snap-align:start;background:#fff;border:1px solid #eddce7;border-radius:999px;flex-direction:row;flex:none;justify-content:center;gap:7px;width:auto;min-width:max-content;min-height:43px;padding:9px 13px;font-size:13px;line-height:1;box-shadow:0 5px 15px #491d460d;margin:0!important}.side-menu button:hover{transform:none}.side-menu button.active{color:#fff;background:linear-gradient(135deg,#ed3484,#a12fd0);border-color:#0000;box-shadow:0 8px 20px #c02d893b}.side-message-button>b,.side-message-button .message-unread-badge{min-width:20px;height:20px;margin-left:2px;padding:0 5px;font-size:10px}.admin-dashboard-menu-button{background:#f7efff!important;border-color:#dfcef1!important}.side-menu button:last-child{color:#b52f52;background:#fff3f5;border-color:#f0d3dc}.discover-content{padding:24px 12px 75px}}@media (width<=390px){.side-menu{padding-inline:8px;top:62px}.side-menu button{min-height:40px;padding:8px 11px;font-size:12px}}.private-call-notification-actions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.private-call-notification-actions button{color:#fff;cursor:pointer;border:0;border-radius:11px;min-height:38px;padding:0 16px;font-size:12px;font-weight:800}.private-call-accept-button{background:#159466}.private-call-reject-button{background:#ca3456}.private-call-notification-actions button:disabled{cursor:wait;opacity:.55}.private-video-call-page{color:#fff;background:radial-gradient(circle at top,#68205f,#0000 45%),#100812;min-height:100vh}.private-video-call-header{background:#140817e6;border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;gap:15px;padding:18px 25px;display:flex}.private-video-call-header span{color:#ff67a5;letter-spacing:.12em;font-size:10px;font-weight:900}.private-video-call-header h1{margin:5px 0 0;font-size:20px}.private-video-call-header button{color:#fff;background:#ca3456;border:0;border-radius:13px;min-height:43px;padding:0 18px;font-weight:900}.private-video-placeholder{text-align:center;align-content:center;place-items:center;min-height:calc(100vh - 80px);padding:25px;display:grid}.private-video-placeholder>span{font-size:70px}.private-video-placeholder h2{margin:18px 0 7px}.private-video-placeholder p{overflow-wrap:anywhere;color:#d7c6da;max-width:90vw}.private-video-placeholder small{color:#a995ad}.private-video-stage{background:#050306;width:100%;height:calc(100vh - 155px);min-height:480px;position:relative;overflow:hidden}.private-remote-video,.private-remote-video video{width:100%;height:100%}.private-remote-video video{object-fit:cover;background:#080509;display:block}.private-remote-video>span,.private-local-video>span{color:#fff;background:#0000009e;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:800;position:absolute;bottom:10px;left:10px}.private-local-video{aspect-ratio:3/4;background:#160d19;border:2px solid #ffffffbf;border-radius:18px;width:min(29vw,190px);position:absolute;bottom:18px;right:16px;overflow:hidden;box-shadow:0 15px 45px #0000008c}.private-local-video video{object-fit:cover;width:100%;height:100%;display:block;transform:scaleX(-1)}.private-call-controls{z-index:20;gap:10px;display:flex;position:fixed;bottom:18px;left:50%;transform:translate(-50%)}.private-call-controls button{color:#fff;background:#2b1830eb;border:1px solid #ffffff2e;border-radius:999px;min-width:105px;min-height:46px;padding:0 15px;font-weight:900}.private-call-controls button.disabled{background:#a72e4c}.private-video-call-header small{color:#bdaabe;margin-top:4px;display:block}@media (width<=600px){.private-video-call-header{padding:12px}.private-video-stage{height:calc(100vh - 130px)}.private-local-video{border-radius:14px;width:105px;bottom:82px;right:10px}.private-call-controls{width:calc(100% - 24px);bottom:14px}.private-call-controls button{flex:1;min-width:0}}.private-gift-control{color:#fff;background:linear-gradient(135deg,#df3c86,#922bd2)!important}@media (width<=600px){.private-call-controls{flex-wrap:wrap;justify-content:center}.private-call-controls button{flex:29%}}.incoming-private-call-backdrop{z-index:99999;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:radial-gradient(circle at top,#da37874d,#0000 43%),#0c040ef0;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.incoming-private-call-card{text-align:center;color:#fff;background:radial-gradient(circle at top,#e33d8b38,#0000 48%),#201025;border:1px solid #ffffff29;border-radius:29px;width:min(100%,390px);padding:34px 25px 27px;box-shadow:0 30px 90px #0000009e}.incoming-call-label{color:#ff6ba7;letter-spacing:.13em;font-size:9px;font-weight:900}.incoming-caller-avatar{background:linear-gradient(135deg,#df3c86,#922bd2);border:4px solid #ffffffe0;border-radius:50%;place-items:center;width:115px;height:115px;margin:24px auto 17px;display:grid;overflow:hidden;box-shadow:0 0 0 10px #de3c871c,0 18px 45px #00000073}.incoming-caller-avatar img{object-fit:cover;width:100%;height:100%}.incoming-caller-avatar>span{font-size:43px;font-weight:900}.incoming-private-call-card h2{margin:0 0 7px;font-size:25px}.incoming-private-call-card p{color:#c5b3c8;margin:0;font-size:13px}.incoming-call-wave{justify-content:center;align-items:center;gap:5px;height:42px;margin:15px 0;display:flex}.incoming-call-wave i{background:#ff62a1;border-radius:999px;width:4px;height:10px;animation:.85s ease-in-out infinite incomingCallWave}.incoming-call-wave i:nth-child(2),.incoming-call-wave i:nth-child(4){animation-delay:.15s}.incoming-call-wave i:nth-child(3){animation-delay:.3s}@keyframes incomingCallWave{50%{height:31px}}.incoming-private-call-actions{grid-template-columns:1fr 1fr;gap:13px;display:grid}.incoming-private-call-actions button{color:#fff;border:0;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:75px;font-size:11px;font-weight:900;display:flex}.incoming-private-call-actions button>span{font-size:22px}.incoming-call-reject{background:#b92f50}.incoming-call-accept{background:#159466}.incoming-private-call-actions button:disabled{cursor:wait;opacity:.55}.analytics-refresh-button{color:#fff;background:#31163a;border:1px solid #ffffff2e;border-radius:13px;place-items:center;width:42px;height:42px;padding:0;font-size:20px;display:grid}.analytics-refresh-button:disabled{cursor:wait;opacity:.5}.analytics-error{color:#ffb7c8;background:#a31f4633;border:1px solid #ff507d4d;border-radius:15px;flex-direction:column;gap:5px;margin-bottom:18px;padding:15px 17px;display:flex}.analytics-error span{font-size:11px}.analytics-loading{color:#bcaabe;align-content:center;place-items:center;min-height:320px;display:grid}.analytics-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-bottom:24px;display:grid}.analytics-stat-grid article{color:#fff;background:radial-gradient(circle at 100% 0,#df3c862e,#0000 45%),#211027;border:1px solid #ffffff1c;border-radius:20px;flex-direction:column;min-width:0;min-height:150px;padding:18px;display:flex;box-shadow:0 15px 40px #00000038}.analytics-stat-grid article>span{background:#ffffff1a;border-radius:13px;place-items:center;width:42px;height:42px;margin-bottom:15px;font-size:19px;display:grid}.analytics-stat-grid small{color:#aa98ae;text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:800}.analytics-stat-grid strong{overflow-wrap:anywhere;margin:7px 0;font-size:25px}.analytics-stat-grid p{color:#a995ad;margin:auto 0 0;font-size:10px}.analytics-directory{background:#1b0d20;border:1px solid #ffffff1f;border-radius:23px;margin-top:25px;overflow:hidden}.analytics-tabs{background:#140918;border-bottom:1px solid #ffffff17;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;padding:7px;display:grid}.analytics-tabs button{color:#a996ad;background:0 0;border:0;border-radius:12px;min-height:45px;font-size:11px;font-weight:900}.analytics-tabs button.active{color:#fff;background:linear-gradient(135deg,#df3c86,#922bd2)}.analytics-overview{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;padding:20px;display:grid}.analytics-overview article{background:#25122b;border:1px solid #ffffff17;border-radius:17px;flex-direction:column;gap:11px;min-height:115px;padding:18px;display:flex}.analytics-overview span{color:#a995ad;font-size:11px}.analytics-overview strong{color:#fff;font-size:25px}.analytics-tools{border-bottom:1px solid #ffffff14;grid-template-columns:minmax(0,1fr) 180px;gap:10px;padding:16px;display:grid}.analytics-tools input,.analytics-tools select{color:#fff;min-height:44px;font:inherit;background:#28142e;border:1px solid #ffffff24;border-radius:12px;outline:none;padding:0 13px;font-size:11px}.analytics-tools input:focus,.analytics-tools select:focus{border-color:#e1478d}.analytics-user-list{flex-direction:column;max-height:650px;display:flex;overflow-y:auto}.analytics-user-list>article{border-bottom:1px solid #ffffff12;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:13px;min-height:82px;padding:13px 17px;display:grid}.analytics-user-list>article:hover{background:#ffffff09}.analytics-user-avatar{color:#fff;background:linear-gradient(135deg,#df3c86,#922bd2);border-radius:50%;place-items:center;width:50px;height:50px;font-weight:900;display:grid;overflow:hidden}.analytics-user-avatar img{object-fit:cover;width:100%;height:100%}.analytics-user-list article>div:nth-child(2){flex-direction:column;gap:4px;min-width:0;display:flex}.analytics-user-list article>div:nth-child(2) strong,.analytics-user-list article>div:nth-child(2) span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.analytics-user-list article>div:nth-child(2) strong{color:#fff;font-size:13px}.analytics-user-list article>div:nth-child(2) span,.analytics-user-list article>div:nth-child(2) small{color:#a995ad;font-size:10px}.analytics-list-meta{flex-direction:column;align-items:flex-end;gap:7px;display:flex}.analytics-list-meta b{color:#e6d9e9;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;background:#3a2240;border-radius:999px;max-width:130px;padding:6px 9px;font-size:8px;overflow:hidden}.analytics-list-meta b.active,.analytics-list-meta b.host-approved{color:#70e5b2;background:#15946633}.analytics-list-meta b.inactive,.analytics-list-meta b.host-suspended,.analytics-list-meta b.host-revoked,.analytics-list-meta b.host-rejected{color:#ff91aa;background:#b92f5033}.analytics-list-meta b.host-pending,.analytics-list-meta b.host-under_review{color:#ffd27a;background:#be7d1433}.analytics-list-meta small{color:#89768d;font-size:8px}.analytics-list-empty{color:#9d8ba1;place-items:center;min-height:230px;margin:0;display:grid}.open-host-management{color:#fff;background:linear-gradient(135deg,#159466,#126c72);border:0;border-radius:12px;width:fit-content;min-height:42px;margin:16px auto;padding:0 17px;font-weight:900}@media (width<=1000px){.analytics-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.analytics-stat-grid{grid-template-columns:1fr 1fr;gap:9px}.analytics-stat-grid article{min-height:137px;padding:14px}.analytics-stat-grid strong{font-size:19px}.analytics-overview{grid-template-columns:1fr;padding:12px}.analytics-tools{grid-template-columns:1fr;padding:11px}.analytics-user-list>article{grid-template-columns:45px minmax(0,1fr);padding:12px}.analytics-user-avatar{width:43px;height:43px}.analytics-list-meta{grid-column:2;align-items:flex-start}.analytics-tabs button{padding:0 5px;font-size:9px}}.audience-moderation .private-audience-invite-button{white-space:nowrap;justify-content:center;align-items:center;min-width:118px;box-shadow:0 8px 20px #bf2d9752;color:#fff!important;background:linear-gradient(135deg,#e83d86,#922bd2)!important;border:1px solid #fff3!important;border-radius:999px!important;width:auto!important;height:38px!important;min-height:38px!important;padding:0 14px!important;font-size:10px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important}.audience-moderation .private-audience-invite-button:hover{transform:translateY(-1px)}.audience-moderation .private-audience-invite-button:disabled{cursor:wait;opacity:.55}@media (width<=600px){.audience-moderation .private-audience-invite-button{min-width:108px;height:36px!important;min-height:36px!important;padding:0 12px!important;font-size:9px!important}}.subscription-admin-section{gap:22px;display:grid}.subscription-system-control{background:linear-gradient(135deg, #e83e781a, #7b42f614), var(--card,#fff);border:1px solid #e83e782e;border-radius:22px;justify-content:space-between;align-items:center;gap:20px;padding:22px;display:flex}.subscription-system-control h2,.subscription-system-control p{margin:7px 0 0}.subscription-system-control p{color:#756b75;line-height:1.6}.subscription-status{border-radius:999px;align-items:center;padding:6px 11px;font-size:12px;font-weight:800;display:inline-flex}.subscription-status.enabled{color:#087443;background:#dcfce9}.subscription-status.disabled{color:#b42318;background:#fee4e2}.subscription-toggle{color:#fff;cursor:pointer;background:#148755;border:0;border-radius:13px;flex:none;min-height:44px;padding:10px 17px;font-weight:800}.subscription-toggle.danger{background:#c83b4f}.subscription-admin-grid{grid-template-columns:minmax(320px,.9fr) minmax(360px,1.1fr);align-items:start;gap:22px;display:grid}.subscription-plan-form,.subscription-plan-list{background:var(--card,#fff);border:1px solid #e83e7826;border-radius:22px;padding:22px;box-shadow:0 14px 34px #361a2d12}.subscription-form-heading,.subscription-list-heading{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:20px;display:flex}.subscription-form-heading h2,.subscription-list-heading h2{margin:5px 0 0}.subscription-form-heading button,.subscription-list-heading button{color:#c52762;cursor:pointer;background:#fff5f8;border:1px solid #e83e7838;border-radius:11px;padding:8px 12px;font-weight:800}.subscription-plan-form{gap:16px;display:grid}.subscription-plan-form>label,.subscription-form-row label{color:#40343d;gap:7px;font-size:14px;font-weight:750;display:grid}.subscription-plan-form input,.subscription-plan-form textarea{color:#2f2630;width:100%;min-width:0;font:inherit;box-sizing:border-box;background:#fff;border:1px solid #e4dce2;border-radius:12px;outline:none;padding:11px 13px}.subscription-plan-form textarea{resize:vertical;line-height:1.55}.subscription-plan-form input:focus,.subscription-plan-form textarea:focus{border-color:#e83e78;box-shadow:0 0 0 3px #e83e781c}.subscription-plan-form small{color:#857983;font-weight:500}.subscription-form-row{grid-template-columns:1fr 1fr;gap:13px;display:grid}.subscription-checkboxes{flex-wrap:wrap;gap:12px;display:flex}.subscription-checkboxes label{cursor:pointer;background:#fff9fb;border:1px solid #eadfe6;border-radius:12px;align-items:center;gap:8px;min-height:42px;padding:9px 13px;font-weight:750;display:inline-flex}.subscription-checkboxes input{accent-color:#e83e78;width:18px;height:18px}.subscription-save-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e83e78,#a734c8);border:0;border-radius:14px;min-height:48px;font-weight:850}.subscription-save-button:disabled{opacity:.6;cursor:wait}.subscription-plan-list{gap:14px;display:grid}.subscription-admin-plan-card{background:linear-gradient(145deg,#fff,#fff8fb);border:1px solid #e83e7829;border-radius:17px;padding:18px}.subscription-admin-plan-card.inactive{opacity:.68;filter:grayscale(.15)}.subscription-plan-card-top{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.subscription-plan-card-top h3{margin:9px 0 4px;font-size:20px}.subscription-plan-card-top p{color:#776b75;margin:0;line-height:1.5}.subscription-plan-card-top>strong{color:#c52762;flex:none;font-size:22px}.subscription-plan-badges{flex-wrap:wrap;gap:6px;display:flex}.subscription-plan-badges span{text-transform:uppercase;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:850}.subscription-plan-badges .active{color:#087443;background:#dcfce9}.subscription-plan-badges .inactive{color:#9d2727;background:#fee4e2}.subscription-plan-badges .popular{color:#6d35bd;background:#eee4ff}.subscription-plan-badges .badge{color:#a65b00;background:#fff0c2}.subscription-plan-meta{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.subscription-plan-meta span{color:#655a63;background:#f5eff3;border-radius:9px;padding:6px 9px;font-size:12px;font-weight:750}.subscription-admin-plan-card ul{gap:6px;margin:14px 0;padding:0;list-style:none;display:grid}.subscription-admin-plan-card li{color:#655a63;font-size:13px}.subscription-edit-button{color:#c52762;cursor:pointer;background:#fff;border:1px solid #e83e7840;border-radius:11px;width:100%;min-height:42px;font-weight:800}.subscription-plan-status{color:#655a63;text-align:center;background:#fff4f7;border-radius:15px;gap:7px;margin:18px 0;padding:18px;display:grid}.subscription-plan-status.error{color:#a62a38;background:#fff0f1}.selected-plan-details{background:#fff8fb;border:1px solid #e83e7824;border-radius:13px;margin:12px 0 18px;padding:14px}.selected-plan-details ul{color:#6e626b;gap:5px;margin:10px 0 0;padding:0;font-size:13px;list-style:none;display:grid}@media (width<=760px){.subscription-system-control{flex-direction:column;align-items:stretch;padding:17px}.subscription-toggle{width:100%}.subscription-admin-grid{grid-template-columns:minmax(0,1fr)}.subscription-plan-form,.subscription-plan-list{border-radius:17px;padding:16px}.subscription-form-row{grid-template-columns:minmax(0,1fr)}.subscription-form-heading,.subscription-list-heading{flex-direction:column;align-items:stretch}.subscription-form-heading button,.subscription-list-heading button{width:100%;min-height:42px}.subscription-plan-card-top{flex-direction:column}.subscription-plan-card-top>strong{font-size:20px}}.room-limit-settings{border-top:1px solid #e83e7829;gap:18px;margin-top:10px;padding-top:22px;display:grid}.room-limit-heading h3{margin:6px 0;font-size:20px}.room-limit-heading p{color:#776b75;margin:0;line-height:1.55}.room-feature-toggles{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.room-feature-toggles>label{cursor:pointer;background:#fff8fb;border:1px solid #e83e782b;border-radius:14px;align-items:center;gap:12px;min-height:72px;padding:14px;display:flex}.room-feature-toggles input{accent-color:#e83e78;flex:none;width:20px;height:20px}.room-feature-toggles span{gap:4px;display:grid}.room-feature-toggles strong{color:#372c35}.room-feature-toggles small{color:#81747e;line-height:1.4}.room-limit-input-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.room-limit-input-grid>label{align-content:start;gap:7px;min-width:0;display:grid}.room-limit-input-grid input{box-sizing:border-box;width:100%;min-width:0}.room-limit-input-grid small{color:#81747e;font-weight:500;line-height:1.4}@media (width<=700px){.room-feature-toggles,.room-limit-input-grid{grid-template-columns:minmax(0,1fr)}.room-limit-settings{gap:15px;padding-top:18px}.room-feature-toggles>label{min-height:66px;padding:12px}}.room-countdown{color:#efeaff;font-variant-numeric:tabular-nums;box-sizing:border-box;background:#754be629;border:1px solid #785aff47;border-radius:13px;justify-content:center;align-items:center;gap:7px;min-width:92px;min-height:42px;padding:8px 12px;display:inline-flex}.room-countdown span{font-size:15px}.room-countdown strong{letter-spacing:.4px;font-size:14px}.room-countdown.ending-soon{color:#ffe4e8;background:#d2284c38;border-color:#ff57767a;animation:1.3s ease-in-out infinite room-countdown-warning}@keyframes room-countdown-warning{0%,to{opacity:1}50%{opacity:.68}}@media (width<=700px){.live-room-header{align-items:flex-start;gap:10px}.live-header-actions{flex-wrap:wrap;justify-content:flex-end}.room-countdown{order:-1;min-width:82px;min-height:38px;padding:7px 10px}.room-countdown strong{font-size:13px}}.private-call-countdown{color:#f1ecff;font-variant-numeric:tabular-nums;box-sizing:border-box;background:#7048dc33;border:1px solid #9170ff5c;border-radius:13px;justify-content:center;align-items:center;gap:7px;min-width:94px;min-height:42px;margin-left:auto;padding:8px 12px;display:inline-flex}.private-call-countdown strong{letter-spacing:.4px;font-size:14px}.private-call-countdown.ending-soon{color:#ffe4e8;background:#d7284b40;border-color:#ff587480;animation:1.3s ease-in-out infinite private-countdown-warning}@keyframes private-countdown-warning{0%,to{opacity:1}50%{opacity:.68}}@media (width<=600px){.private-video-call-header{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.private-call-countdown{grid-area:2/1/auto/-1;width:100%;min-height:38px;margin:0}.private-video-call-header>button{align-self:start}}.room-host-profile-button{color:#f3dce7;cursor:pointer;background:#e83e781f;border:1px solid #e83e7847;border-radius:999px;align-items:center;width:fit-content;margin-top:6px;padding:5px 9px;font-size:11px;font-weight:750;display:inline-flex}.seat-avatar.profile-clickable,.room-profile-avatar-button{cursor:pointer}.seat-avatar.profile-clickable{transition:transform .18s,box-shadow .18s}.seat-avatar.profile-clickable:hover{transform:translateY(-2px);box-shadow:0 0 0 3px #e83e782e}.room-profile-avatar-button{color:#fff;background:linear-gradient(135deg,#e83e78,#813bc5);border:2px solid #e83e7861;border-radius:50%;place-items:center;width:54px;height:54px;padding:0;display:grid;overflow:hidden}.room-profile-avatar-button img{object-fit:cover;width:100%;height:100%}.room-profile-avatar-button span{font-size:18px;font-weight:850}.room-profile-modal-backdrop{z-index:10050;padding:max(18px, env(safe-area-inset-top)) 18px max(18px, env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0e0711c7;place-items:center;display:grid;position:fixed;inset:0}.room-profile-modal{color:#352a33;box-sizing:border-box;background:radial-gradient(circle at top,#e83e7821,#0000 42%),#fff;border:1px solid #e83e7840;border-radius:24px;justify-items:center;width:min(100%,370px);max-height:calc(100dvh - 36px);padding:28px 22px 22px;display:grid;position:relative;overflow-y:auto;box-shadow:0 26px 70px #0a030d61}.room-profile-modal-close{color:#665861;cursor:pointer;background:#f6edf2;border:0;border-radius:50%;place-items:center;width:36px;height:36px;padding:0;font-size:24px;display:grid;position:absolute;top:11px;right:12px}.room-profile-modal-avatar{color:#fff;background:linear-gradient(135deg,#e83e78,#7d3ec8);border:4px solid #fff;border-radius:50%;place-items:center;width:104px;height:104px;margin-bottom:13px;display:grid;overflow:hidden;box-shadow:0 8px 25px #c42a6540}.room-profile-modal-avatar img{object-fit:cover;width:100%;height:100%}.room-profile-modal-avatar span{font-size:38px;font-weight:900}.room-profile-role{color:#ae2458;text-transform:uppercase;background:#fff0f5;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:850}.room-profile-modal h2{text-align:center;margin:10px 0 6px}.room-profile-modal p{color:#7d7079;text-align:center;margin:5px 0 12px}.room-friend-request-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e83e78,#a53ac2);border:0;border-radius:14px;width:100%;min-height:47px;margin-top:13px;font-weight:850}.room-friend-request-button:disabled{opacity:.65;cursor:default}@media (width<=520px){.room-profile-modal-backdrop{padding:12px 10px max(10px, env(safe-area-inset-bottom));align-items:end}.room-profile-modal{border-radius:24px 24px 18px 18px;width:100%;max-height:min(82dvh,620px)}.room-profile-modal-avatar{width:90px;height:90px}}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;width:100%;min-height:100%;overflow-x:hidden}body,#root{width:100%;min-width:320px;min-height:100dvh;margin:0;overflow-x:hidden}*,:before,:after{box-sizing:border-box}img,video,canvas,button,input,select,textarea{max-width:100%}.auth-page,.setup-page,.app-shell,.chat-page,.loading-page,.admin-page,.requests-page,.login-page,.settings-page,.temporary-room-page,.rooms-page,.live-room-page,.economy-admin-page,.wallet-page,.notifications-page,.blocked-users-page,.bot-admin-page,.bot-inbox-page,.messages-panel-page,.host-admin-page,.separate-admin-dashboard,.host-application-page,.friends-page,.private-video-call-page{min-height:100dvh}.discover-layout{min-height:calc(100dvh - 88px)}.bot-inbox-layout{height:calc(100dvh - 78px)}.side-menu{height:calc(100dvh - 88px)}.private-video-placeholder{min-height:calc(100dvh - 80px)}.private-video-stage{height:calc(100dvh - 155px)}.host-video,.audio-host-stage{min-height:calc(100dvh - 240px)}.modal-backdrop,.room-profile-modal-backdrop,.incoming-private-call-backdrop,.report-modal-overlay,.banned-modal-overlay{min-height:100dvh;padding-top:max(12px, env(safe-area-inset-top));padding-bottom:max(12px, env(safe-area-inset-bottom))}.payment-modal,.coin-purchase-modal,.host-review-modal{max-height:calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 24px);overscroll-behavior:contain;overflow-y:auto}.live-room-controls,.message-form{padding-bottom:max(12px, env(safe-area-inset-bottom))}.app-header,.rooms-header,.live-room-header,.chat-header,.settings-header,.notifications-header,.friends-header,.private-video-call-header,.economy-admin-header{padding-top:max(12px, env(safe-area-inset-top))}.app-header,.live-room-header,.private-video-call-header,.friend-card,.audience-user,.subscription-admin-plan-card,.app-header *,.live-room-header *,.private-video-call-header *,.friend-card *,.audience-user *{min-width:0}h1,h2,h3,p,small,strong{overflow-wrap:anywhere}@media (width<=700px){input,select,textarea{font-size:16px}button,a,input,select{min-height:44px}.profile-card{height:auto;min-height:0}.discover-layout{min-height:calc(100dvh - 74px)}.host-video,.audio-host-stage{min-height:calc(100dvh - 195px)}.private-video-stage{height:calc(100dvh - 130px);min-height:0}.bot-inbox-layout{height:auto;min-height:calc(100dvh - 78px)}.side-menu{height:auto;max-height:calc(100dvh - 78px)}}@media (width<=390px){body,#root{min-width:0}.live-room-header,.private-video-call-header,.app-header{padding-left:10px;padding-right:10px}}@media (width<=600px){.app-header{min-height:66px;padding:max(8px, env(safe-area-inset-top)) 10px 8px;flex-wrap:nowrap;gap:8px;display:flex}.app-header .logo{flex:0 auto}.app-header .logo-mark{flex:none}.header-actions{flex:auto;justify-content:flex-end;gap:5px;min-width:0}.header-actions button{flex:none}.coin-balance-pill{gap:3px;min-width:0;padding:0 8px}.coin-balance-pill small{display:none}.credit-pill{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:112px;padding:0 8px;font-size:10px;overflow:hidden}.avatar-button{flex:0 0 38px;width:38px;height:38px;min-height:38px}.rooms-header{min-height:66px;padding:max(8px, env(safe-area-inset-top)) 10px 8px;gap:7px}.rooms-back-button{width:38px;height:38px;min-height:38px}.rooms-header>div strong{font-size:14px}.create-room-button{white-space:nowrap;min-height:39px;padding:0 10px;font-size:10px}.live-room-header{min-height:0;padding:max(9px, env(safe-area-inset-top)) 10px 9px;flex-direction:column;align-items:stretch;gap:9px;display:flex}.live-room-header>div{width:100%;min-width:0}.live-room-header>div:first-child{align-items:flex-start;gap:9px}.live-room-header h1{white-space:normal;max-width:100%;font-size:16px}.live-indicator{flex:none;min-height:28px;padding:0 8px;font-size:9px}.live-header-actions{scrollbar-width:none;align-items:center;gap:6px;width:100%;display:flex;overflow-x:auto}.live-header-actions::-webkit-scrollbar{display:none}.live-header-actions>*{flex:none}.room-countdown{order:0;min-width:76px}.banned-users-button,.report-room-button,.leave-room-button{white-space:nowrap;min-height:38px;padding:0 10px;font-size:10px}.live-room-controls{min-height:78px;padding:8px 10px max(8px, env(safe-area-inset-bottom));scrollbar-width:none;justify-content:flex-start;gap:8px;overflow-x:auto}.live-room-controls::-webkit-scrollbar{display:none}.live-room-controls>*{flex:none}.live-room-controls button{border-radius:14px;min-width:68px;min-height:56px;padding:6px 9px;font-size:17px}.live-room-controls .gift-control-button{min-width:88px}.private-call-controls{bottom:max(10px, env(safe-area-inset-bottom));gap:7px;width:calc(100% - 20px)}.private-call-controls button{min-height:44px;padding:0 9px;font-size:11px}.economy-admin-tabs{scrollbar-width:none;justify-content:flex-start;padding-bottom:5px;display:flex;overflow-x:auto}.economy-admin-tabs::-webkit-scrollbar{display:none}.economy-admin-tabs button{white-space:nowrap;flex:none}.plan-modal{border-radius:20px;width:calc(100% - 18px);padding:22px 14px 16px}.plans{gap:9px}.plans>button{width:100%;min-width:0;padding:13px 11px}.plans>button span{text-align:left;min-width:0}.plans>button b{flex:none;font-size:16px}}@media (width<=360px){.app-header{padding-left:7px;padding-right:7px}.app-header .logo>span:last-child{display:none}.credit-pill{max-width:92px}.create-room-button{padding:0 7px;font-size:9px}}.chat-page,.bot-chat-page{height:100dvh;min-height:0;overflow:hidden}.messages,.bot-chat-messages{overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;min-height:0;overflow-y:auto}.chat-header,.bot-chat-header{flex:none}.message-form,.bot-chat-form{z-index:30;padding-bottom:max(11px, env(safe-area-inset-bottom));flex:none;position:relative}@media (width<=600px){.chat-header{min-height:62px;padding:max(8px, env(safe-area-inset-top)) 9px 8px;gap:7px}.chat-header .back-button{flex:0 0 38px;width:38px;height:38px;min-height:38px}.chat-header img{flex:0 0 40px;width:40px;height:40px}.chat-header>div{min-width:0}.chat-header strong,.chat-header span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.chat-header .credit-pill{flex:none;max-width:88px;font-size:9px}.messages{gap:8px;padding:12px 10px}.message{max-width:84%;padding:10px 12px;font-size:14px}.message-form{padding:8px 8px max(8px, env(safe-area-inset-bottom));grid-template-columns:38px minmax(0,1fr) 42px;gap:6px}.message-form>button{width:38px;min-height:42px}.message-form input{width:100%;min-width:0;height:42px;padding-left:14px;padding-right:14px}.message-form .send-button{width:42px;min-height:42px}.bot-chat-header{padding:max(8px, env(safe-area-inset-top)) 8px 8px;gap:7px}.bot-chat-header .back-button{flex-basis:38px;width:38px;height:38px;min-height:38px}.bot-chat-avatar{flex-basis:40px;width:40px;height:40px}.bot-chat-person{min-width:0}.bot-chat-person strong,.bot-chat-person small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.bot-chat-messages{padding:11px 8px}.bot-message{max-width:85%}.bot-chat-form{padding:8px 8px max(8px, env(safe-area-inset-bottom));grid-template-columns:42px minmax(0,1fr) 42px;gap:6px}.bot-chat-image-select,.bot-chat-form>button{width:42px;height:42px;min-height:42px}.bot-chat-form input{width:100%;min-width:0;height:42px;padding:9px 13px}.chat-image-preview{right:9px;bottom:calc(70px + env(safe-area-inset-bottom));width:92px;height:92px}}@media (height<=520px) and (orientation:landscape){.chat-header,.bot-chat-header{min-height:50px;padding-top:5px;padding-bottom:5px}.chat-header img,.bot-chat-avatar{flex-basis:34px;width:34px;height:34px}.messages,.bot-chat-messages{padding-top:7px;padding-bottom:7px}}@media (width<=700px){.form-panel,.login-form-side{min-height:100dvh;padding:max(18px, env(safe-area-inset-top)) 14px max(28px, env(safe-area-inset-bottom));place-items:start center;overflow-y:auto}.auth-card,.login-card{width:100%;max-width:440px;margin:auto 0}.mobile-logo{margin-bottom:24px}.auth-card h2,.login-card h2,.setup-card h2{font-size:clamp(25px,8vw,31px)}.auth-card>.muted,.login-card>.muted,.setup-card>.muted{margin-bottom:20px}.auth-card label,.login-card label,.setup-card label{margin-bottom:14px}.phone-input,.password-input{width:100%;min-width:0;height:50px}.phone-input input,.password-input input{width:100%;min-width:0}.phone-input span{padding:0 11px}.choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.choice-grid button{min-width:0;min-height:48px;padding:7px;font-size:12px}.agreement{margin:17px 0!important}.login-back{min-height:40px;margin-bottom:22px}.setup-page{padding-bottom:max(30px, env(safe-area-inset-bottom))}.simple-header{padding:max(8px, env(safe-area-inset-top)) 12px 8px}.setup-card{border-radius:19px;width:calc(100% - 18px);margin:14px auto 0;padding:20px 14px}.two-columns{grid-template-columns:minmax(0,1fr)}.interest-list{gap:7px}.interest-list button{min-height:40px;padding:7px 10px;font-size:11px}.avatar-upload{flex-direction:column;align-items:stretch;gap:13px;padding:14px}.primary-button{min-height:50px}}@media (width<=340px){.form-panel,.login-form-side{padding-left:9px;padding-right:9px}.auth-card h2,.login-card h2,.setup-card h2{font-size:24px}.choice-grid button{font-size:11px}}@media (height<=560px) and (orientation:landscape){.form-panel,.login-form-side{padding-top:12px;display:block}.mobile-logo{margin-bottom:12px}.heart-badge{width:40px;height:40px;margin-bottom:12px}}html{padding-top:var(--safe-area-inset-top,env(safe-area-inset-top,0px));padding-right:var(--safe-area-inset-right,env(safe-area-inset-right,0px));padding-bottom:var(--safe-area-inset-bottom,env(safe-area-inset-bottom,0px));padding-left:var(--safe-area-inset-left,env(safe-area-inset-left,0px));box-sizing:border-box;background:#fff}body,#root{width:100%;min-height:100%;overflow-x:hidden}.room-comments-panel{background:linear-gradient(145deg,#261430f5,#110c16fa);border:1px solid #ffffff1f;border-radius:24px;width:min(760px,100% - 32px);margin:22px auto 130px;padding:18px;box-shadow:0 18px 50px #00000040}.room-comments-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.room-comments-heading h2{color:#fff;margin:0 0 4px;font-size:20px}.room-comments-heading small{color:#fff9}.room-comments-heading>span{color:#ff72ae;text-align:center;background:#ff49921f;border-radius:999px;min-width:38px;padding:6px 10px;font-weight:800}.room-comments-list{overscroll-behavior:contain;scrollbar-width:thin;flex-direction:column;gap:10px;min-height:100px;max-height:320px;padding:4px 4px 12px;display:flex;overflow-y:auto}.room-comments-empty{color:#ffffff94;text-align:center;margin:auto;padding:28px 12px}.room-comment-item{background:#fff1;border-radius:16px;align-items:flex-start;gap:10px;padding:11px 12px;display:flex}.room-comment-avatar{color:#fff;background:linear-gradient(135deg,#ec3d86,#812be7);border:2px solid #ff49928c;border-radius:50%;flex:0 0 38px;place-items:center;width:38px;height:38px;font-weight:800;display:grid;overflow:hidden}.room-comment-avatar img{object-fit:cover;width:100%;height:100%}.room-comment-item>div:last-child{flex:1;min-width:0}.room-comment-item strong{color:#fff;font-size:14px;display:block}.room-comment-item strong small{color:#ff70aa;letter-spacing:.6px;margin-left:5px;font-size:9px}.room-comment-item p{color:#ffffffd1;overflow-wrap:anywhere;margin:4px 0 0;font-size:14px;line-height:1.45}.room-comment-form{border-top:1px solid #ffffff1a;grid-template-columns:minmax(0,1fr) auto;gap:9px;margin-top:10px;padding-top:13px;display:grid}.room-comment-form input{color:#fff;background:#ffffff14;border:1px solid #ffffff24;border-radius:15px;outline:none;width:100%;min-width:0;height:46px;padding:0 15px;font-size:16px}.room-comment-form input::placeholder{color:#ffffff75}.room-comment-form input:focus{border-color:#ec3d86;box-shadow:0 0 0 3px #ec3d8624}.room-comment-form button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ec3d86,#8a2be2);border:0;border-radius:15px;min-width:74px;height:46px;padding:0 16px;font-weight:800}.room-comment-form button:disabled{opacity:.45;cursor:not-allowed}@media (width<=600px){.room-comments-panel{border-radius:20px;width:calc(100% - 24px);margin:16px auto 120px;padding:14px}.room-comments-heading h2{font-size:17px}.room-comments-heading small{font-size:11px}.room-comments-list{max-height:260px}.room-comment-item{padding:9px}.room-comment-avatar{flex-basis:34px;width:34px;height:34px}.room-comment-form input{height:44px}.room-comment-form button{min-width:62px;height:44px;padding:0 12px}}.room-host-message-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ec3d86,#842ce3);border:0;border-radius:15px;width:100%;min-height:46px;margin:8px 0;padding:11px 18px;font-weight:800}.room-host-message-button:disabled{opacity:.55;cursor:wait}.live-stage{position:relative;overflow:hidden}.live-comment-overlay{z-index:20;pointer-events:none;width:min(390px,100% - 28px);position:absolute;bottom:14px;left:14px}.live-comment-stream{flex-direction:column;align-items:flex-start;gap:7px;margin-bottom:9px;display:flex}.live-comment-line{align-items:flex-start;gap:7px;max-width:100%;animation:.22s liveCommentAppear;display:flex}.live-comment-photo{color:#fff;background:linear-gradient(135deg,#ed3d87,#7f2be4);border:1px solid #ffffffb3;border-radius:50%;flex:0 0 30px;place-items:center;width:30px;height:30px;font-size:12px;font-weight:800;display:grid;overflow:hidden}.live-comment-photo img{object-fit:cover;width:100%;height:100%}.live-comment-line p{color:#fff;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);overflow-wrap:anywhere;background:#0a070fad;border-radius:5px 14px 14px;max-width:calc(100% - 38px);margin:0;padding:7px 10px;font-size:13px;line-height:1.35}.live-comment-line strong{color:#ff77af;margin-right:6px}.live-comment-line strong small{color:#ffd15c;font-size:8px}.live-comment-input{pointer-events:auto;grid-template-columns:minmax(0,1fr) 44px;gap:7px;width:100%;display:grid}.live-comment-input input{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a070fb8;border:1px solid #ffffff52;border-radius:999px;outline:none;width:100%;min-width:0;height:42px;padding:0 14px;font-size:16px}.live-comment-input input::placeholder{color:#ffffffa6}.live-comment-input button{color:#fff;background:linear-gradient(135deg,#ed3d87,#842ce4);border:0;border-radius:50%;width:42px;height:42px;font-size:18px}.live-comment-input button:disabled{opacity:.45}@keyframes liveCommentAppear{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@media (width<=600px){.live-comment-overlay{width:calc(100% - 20px);bottom:10px;left:10px}.live-comment-stream{max-height:190px;overflow:hidden}.live-comment-line p{font-size:12px}}.discover-filter-backdrop{z-index:5000;padding:calc(18px + env(safe-area-inset-top,0px)) 18px calc(18px + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#110816a8;place-items:center;display:grid;position:fixed;inset:0}.discover-filter-modal{background:#fff;border:1px solid #782a8b2e;border-radius:24px;width:min(460px,100%);max-height:90dvh;padding:22px;overflow-y:auto;box-shadow:0 25px 70px #250c2c4d}.discover-filter-header{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:20px;display:flex}.discover-filter-header span{color:#db387e;text-transform:uppercase;font-size:12px;font-weight:800}.discover-filter-header h2{color:#341638;margin:3px 0 0}.discover-filter-header>button{color:#5f405f;background:#f5edf5;border:0;border-radius:50%;width:38px;height:38px;font-size:24px}.discover-filter-modal>label,.discover-age-filter label{color:#4b304c;gap:7px;margin-bottom:15px;font-weight:700;display:grid}.discover-filter-modal input,.discover-filter-modal select{color:#321c34;background:#fff;border:1px solid #dfd1df;border-radius:14px;outline:none;width:100%;height:48px;padding:0 13px;font-size:16px}.discover-filter-modal input:focus,.discover-filter-modal select:focus{border-color:#df3d83;box-shadow:0 0 0 3px #df3d831f}.discover-age-filter{grid-template-columns:1fr 1fr;gap:12px;display:grid}.discover-filter-result{color:#8b6689;text-align:center;margin:6px 0 16px}.discover-filter-actions{grid-template-columns:1fr 1.5fr;gap:10px;display:grid}.discover-filter-actions button{border-radius:14px;min-height:48px;font-weight:800}.reset-filter-button{color:#654663;background:#fff;border:1px solid #dfd1df}.apply-filter-button{color:#fff;background:linear-gradient(135deg,#e83d83,#8b2dde);border:0}@media (width<=480px){.discover-filter-backdrop{align-items:end;padding:0}.discover-filter-modal{width:100%;max-height:88dvh;padding:20px 18px calc(20px + var(--safe-area-inset-bottom,env(safe-area-inset-bottom,0px)));border-radius:25px 25px 0 0}}.profile-photo-carousel{position:absolute;inset:0;overflow:hidden}.profile-photo-carousel>img{object-fit:cover;width:100%;height:100%;display:block}.profile-photo-arrow{z-index:8;color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f08126b;border:1px solid #ffffff75;border-radius:50%;place-items:center;width:38px;height:38px;padding:0;font-size:30px;line-height:1;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.profile-photo-arrow.previous{left:12px}.profile-photo-arrow.next{right:12px}.profile-photo-dots{z-index:9;gap:5px;display:flex;position:absolute;top:14px;left:50%;transform:translate(-50%)}.profile-photo-dots button{background:#ffffff6b;border:0;border-radius:999px;width:24px;height:4px;padding:0}.profile-photo-dots button.active{background:#fff}.profile-photo-count{z-index:9;color:#fff;background:#0d07107a;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800;position:absolute;top:13px;right:13px}@media (width<=600px){.profile-photo-arrow{width:34px;height:34px}.profile-photo-arrow.previous{left:8px}.profile-photo-arrow.next{right:8px}}.profile-photo-setup{background:#faf3fbc7;border:1px solid #88309024;border-radius:20px;gap:14px;margin:18px 0;padding:16px;display:grid}.profile-photo-heading{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.profile-photo-heading strong{color:#3e2241;font-size:17px}.profile-photo-heading p{color:#8f748d;margin:4px 0 0;font-size:12px}.profile-photo-heading>span{color:#d7357c;text-align:center;background:#de377e1a;border-radius:999px;min-width:42px;padding:6px 9px;font-size:12px;font-weight:800}.profile-photo-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.profile-photo-slot{aspect-ratio:3/4;color:#a77ca3;background:#fff;border:2px dashed #d8c1d8;border-radius:16px;place-items:center;display:grid;position:relative;overflow:hidden}.profile-photo-slot.main-photo-slot{border-style:solid;border-color:#e13b82}.profile-photo-slot>img{object-fit:cover;width:100%;height:100%}.profile-photo-slot>span{font-size:30px}.profile-photo-slot>label:not(.change-photo-overlay){cursor:pointer;text-align:center;place-content:center;gap:5px;display:grid;position:absolute;inset:0}.profile-photo-slot input{display:none}.profile-photo-slot>b{z-index:3;color:#fff;letter-spacing:.5px;background:#dc397f;border-radius:999px;padding:4px 7px;font-size:8px;position:absolute;top:7px;left:7px}.change-photo-overlay{z-index:3;color:#fff;cursor:pointer;text-align:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#130915ad;border-radius:10px;padding:7px;font-size:11px;font-weight:800;position:absolute;bottom:6px;left:6px;right:6px}.remove-profile-photo{z-index:5;color:#fff;background:#c51c53e6;border:0;border-radius:50%;place-items:center;width:26px;height:26px;padding:0;font-size:18px;line-height:1;display:grid;position:absolute;top:5px;right:5px}.profile-photo-help{color:#91758e;font-size:11px}@media (width<=520px){.profile-photo-setup{padding:13px}.profile-photo-grid{grid-template-columns:repeat(2,1fr)}}.room-seat.speaking-seat{background:linear-gradient(145deg,#ff42912e,#7a28d021);border-color:#ff4c98;box-shadow:0 0 0 3px #ff45931f,0 0 24px #ff3d8f47}.room-seat.speaking-seat .seat-avatar{border-color:#ff4c98;animation:.85s ease-in-out infinite speakingAvatarPulse;box-shadow:0 0 0 4px #ff4c982e,0 0 20px #ff4c987a}.seat-speaking-waves{z-index:5;background:#ed3e88;border-radius:999px;align-items:flex-end;gap:2px;height:20px;padding:4px;display:flex;position:absolute;bottom:2px;right:-5px}.seat-speaking-waves i{background:#fff;border-radius:999px;width:3px;height:5px;animation:.6s ease-in-out infinite alternate seatAudioWave}.seat-speaking-waves i:nth-child(2){height:12px;animation-delay:.12s}.seat-speaking-waves i:nth-child(3){height:8px;animation-delay:.24s}.seat-speaking-label{color:#ff63a5;text-transform:uppercase;letter-spacing:.5px;margin-top:3px;font-size:9px;font-weight:900;display:inline-block}@keyframes speakingAvatarPulse{0%,to{transform:scale(1)}50%{transform:scale(1.055)}}@keyframes seatAudioWave{0%{transform:scaleY(.45)}to{transform:scaleY(1.25)}}@media (width<=600px){body:has(.live-room-page){overflow:hidden}.live-room-page.audio-room-page{grid-template-rows:auto 112px minmax(0,1fr) auto;width:100%;height:100dvh;min-height:0;display:grid;overflow:hidden}.audio-room-page .live-room-header{min-height:58px;padding:max(5px, var(--safe-area-inset-top,env(safe-area-inset-top,0px))) 7px 5px;flex-direction:row;justify-content:space-between;align-items:center;gap:6px;display:flex}.audio-room-page .live-room-header>div:first-child{flex:auto;gap:5px;width:auto;overflow:hidden}.audio-room-page .live-room-header>div:first-child>div{min-width:0}.audio-room-page .live-room-header h1{text-overflow:ellipsis;white-space:nowrap;max-width:115px;font-size:12px;overflow:hidden}.audio-room-page .live-room-header p{margin:1px 0 0;font-size:8px}.audio-room-page .room-host-profile-button{display:none}.audio-room-page .live-indicator{min-height:22px;padding:0 5px;font-size:7px}.audio-room-page .live-header-actions{flex:none;gap:3px;width:auto;overflow:visible}.audio-room-page .room-countdown{min-width:57px;min-height:32px;padding:0 5px;font-size:8px}.audio-room-page .banned-users-button,.audio-room-page .report-room-button{min-width:32px;max-width:38px;min-height:32px;padding:0;font-size:0;overflow:hidden}.audio-room-page .banned-users-button:before{content:"🚫";font-size:13px}.audio-room-page .report-room-button:before{content:"⚠";font-size:13px}.audio-room-page .leave-room-button{min-width:48px;min-height:32px;padding:0 6px;font-size:8px}.audio-room-page .live-stage{border-radius:15px;width:calc(100% - 12px);height:108px;min-height:0;margin:2px auto}.audio-room-page .audio-host-stage{width:100%;height:100%;min-height:0;padding:7px 12px}.audio-room-page .audio-host-avatar{width:46px;height:46px;font-size:18px}.audio-room-page .audio-host-stage h2{font-size:13px}.audio-room-page .audio-wave{bottom:18px;right:14px;transform:scale(.72)}.audio-room-page .connection-status{text-overflow:ellipsis;white-space:nowrap;max-width:130px;padding:4px 7px;font-size:7px;inset:5px 5px auto auto;overflow:hidden}.audio-room-page .room-community{border-radius:15px;grid-template-rows:auto minmax(0,1fr) auto;width:calc(100% - 12px);min-height:0;margin:3px auto;padding:5px 6px;display:grid;overflow:hidden}.audio-room-page .seats-heading{flex-direction:row;align-items:center;min-height:24px;margin:0 2px 3px;display:flex}.audio-room-page .seats-heading h2{font-size:12px}.audio-room-page .seats-heading p{display:none}.audio-room-page .leave-seat-button{width:auto;min-height:24px;margin:0 0 0 auto;padding:0 7px;font-size:7px}.audio-room-page .room-seats-grid{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:repeat(5,minmax(0,1fr));gap:2px;min-height:0;display:grid;overflow:hidden}.audio-room-page .room-seat{min-width:0;height:auto;min-height:0;padding:2px 0;overflow:visible}.audio-room-page .seat-number{min-height:13px;padding:0 3px;font-size:5px;line-height:13px}.audio-room-page .seat-avatar{width:clamp(34px,10vw,43px);height:clamp(34px,10vw,43px);margin:3px auto}.audio-room-page .room-seat>strong{max-width:55px;font-size:7px}.audio-room-page .seat-speaking-label{margin:0;font-size:6px}.audio-room-page .host-seat-actions{top:13px}.audio-room-page .audience-section{min-height:52px;max-height:62px;margin-top:3px;padding-top:3px;overflow:hidden}.audio-room-page .audience-heading{min-height:16px;margin-bottom:2px}.audio-room-page .audience-heading h3{font-size:9px}.audio-room-page .audience-heading span{min-height:16px;padding:0 5px;font-size:7px;line-height:16px}.audio-room-page .audience-list{flex-wrap:nowrap;gap:5px;padding:0;overflow:auto hidden}.audio-room-page .audience-user{flex:0 0 35px;gap:1px;width:35px}.audio-room-page .room-profile-avatar-button{width:29px;height:29px;min-height:29px}.audio-room-page .audience-user small{font-size:6px}.audio-room-page .audience-showing-count,.audio-room-page .audience-load-more{display:none}.audio-room-page .live-room-controls{z-index:30;min-height:58px;max-height:68px;padding:4px 6px max(4px, var(--safe-area-inset-bottom,env(safe-area-inset-bottom,0px)));justify-content:center;gap:5px;position:static;overflow-x:auto}.audio-room-page .live-room-controls button{border-radius:11px;min-width:52px;min-height:44px;padding:3px 6px;font-size:14px}.audio-room-page .live-room-controls button span{font-size:7px}.audio-room-page .live-room-controls .gift-control-button{min-width:65px}.live-room-page .live-comment-overlay{z-index:45;right:auto;bottom:calc(70px + var(--safe-area-inset-bottom,env(safe-area-inset-bottom,0px)));pointer-events:none;width:min(82vw,330px);position:fixed;left:8px}.live-room-page .live-comment-stream{gap:5px;max-height:165px;margin-bottom:6px;overflow:hidden}.live-room-page .live-comment-line{animation:.28s ease-out facebookCommentRise}.live-room-page .live-comment-line:first-child{opacity:.38}.live-room-page .live-comment-line:nth-child(2){opacity:.62}.live-room-page .live-comment-photo{flex-basis:25px;width:25px;height:25px}.live-room-page .live-comment-line p{background:#140a18b3;max-width:calc(100% - 31px);padding:5px 8px;font-size:10px}.live-room-page .live-comment-input{pointer-events:auto;grid-template-columns:minmax(0,1fr) 38px;width:min(76vw,300px)}.live-room-page .live-comment-input input{height:38px;font-size:16px}.live-room-page .live-comment-input button{width:38px;height:38px;min-height:38px}}@keyframes facebookCommentRise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (width<=600px){.audio-room-page .room-community{grid-template-rows:auto auto minmax(0,1fr);align-content:start}.audio-room-page .room-seats-grid{grid-template-rows:repeat(2,auto);align-content:start;row-gap:8px}.audio-room-page .room-seat{align-self:start;height:78px;min-height:78px;position:relative}.audio-room-page .seat-avatar{width:39px;height:39px;margin:2px auto}.audio-room-page .take-seat-button{opacity:0;cursor:pointer;width:100%;height:100%;min-height:0;margin:0;padding:0;position:absolute;inset:0}.audio-room-page .audience-section{align-self:start;min-height:50px;max-height:58px;margin-top:7px}.audio-room-page .live-comment-overlay{bottom:calc(72px + var(--safe-area-inset-bottom,env(safe-area-inset-bottom,0px)))}.audio-room-page .live-comment-stream{max-height:145px}.audio-room-page .live-comment-input{width:min(82vw,330px)}}@media (width<=700px){.discover-content{width:calc(100% - 24px);min-height:500px;margin:0 auto;padding:24px 0 90px;display:block}.profiles-grid{grid-template-columns:minmax(0,1fr);gap:18px;width:100%;display:grid}.profile-card{width:100%;height:min(560px,100dvh - 190px);min-height:480px;display:block}}@media (width<=390px){.profile-card{height:min(530px,100dvh - 175px);min-height:450px}}@media (width<=600px){.live-room-page .live-comment-overlay{width:min(88vw,360px);left:9px}.live-room-page .live-comment-stream{gap:7px;max-height:180px}.live-room-page .live-comment-photo{flex:0 0 32px;width:32px;height:32px;font-size:13px}.live-room-page .live-comment-line{gap:7px}.live-room-page .live-comment-line p{border-radius:6px 14px 14px;max-width:calc(100% - 39px);padding:7px 10px;font-size:13px;line-height:1.35}.live-room-page .live-comment-line strong{font-size:13px}.live-room-page .live-comment-line strong small{font-size:9px}.live-room-page .live-comment-input{grid-template-columns:minmax(0,1fr) 43px;width:min(84vw,340px)}.live-room-page .live-comment-input input{height:43px;padding:0 14px}.live-room-page .live-comment-input button{width:43px;height:43px;min-height:43px;font-size:19px}.live-room-page .host-seat-actions{z-index:12;gap:3px;top:10px;right:3px}.live-room-page .host-seat-actions button{border-radius:10px;width:33px;min-width:33px;height:33px;min-height:33px;padding:0;font-size:15px;box-shadow:0 5px 14px #00000059}.live-room-page .live-room-controls>button:first-child{background:linear-gradient(135deg,#ed3484e6,#842ce4e6);border:2px solid #ff75a1bf;min-width:78px;min-height:53px;font-size:20px}.live-room-page .live-room-controls>button:first-child span{font-size:10px}.video-room-page{grid-template-rows:auto minmax(210px,1fr) 185px auto;width:100%;height:100dvh;min-height:100dvh;display:grid;overflow:hidden}.video-room-page .live-room-header{min-height:0;max-height:105px;overflow:hidden}.video-room-page .live-stage{border-radius:15px;width:calc(100% - 12px);height:100%;min-height:0;margin:3px auto}.video-room-page .host-video{object-fit:cover;width:100%;height:100%;min-height:0;max-height:none}.video-room-page .room-media-loading{height:100%;min-height:0}.video-room-page .room-community{border-radius:15px;grid-template-rows:auto minmax(0,1fr) auto;width:calc(100% - 12px);height:179px;min-height:0;margin:3px auto;padding:5px 6px;display:grid;overflow:hidden}.video-room-page .seats-heading{min-height:20px;margin:0 2px 3px}.video-room-page .seats-heading h2{font-size:11px}.video-room-page .seats-heading p{display:none}.video-room-page .leave-seat-button{min-height:26px;padding:0 7px;font-size:8px}.video-room-page .room-seats-grid{grid-template-rows:repeat(2,59px);grid-template-columns:repeat(5,minmax(0,1fr));gap:2px;min-height:0;display:grid;overflow:hidden}.video-room-page .room-seat{border-radius:9px;min-width:0;height:59px;min-height:0;padding:1px;overflow:visible}.video-room-page .seat-number{min-height:12px;padding:0 3px;font-size:5px;line-height:12px}.video-room-page .seat-avatar{border-width:2px;width:30px;height:30px;margin:2px auto;font-size:12px}.video-room-page .room-seat>strong{max-width:55px;font-size:7px}.video-room-page .room-seat>small,.video-room-page .seat-speaking-label{display:none}.video-room-page .host-seat-actions{top:12px;right:0}.video-room-page .host-seat-actions button{width:27px;min-width:27px;height:27px;min-height:27px;font-size:12px}.video-room-page .take-seat-button{opacity:0;width:100%;height:100%;min-height:0;margin:0;padding:0;position:absolute;inset:0}.video-room-page .audience-section{min-height:25px;max-height:30px;margin-top:2px;padding-top:2px;overflow:hidden}.video-room-page .audience-heading{min-height:18px;margin:0}.video-room-page .audience-heading h3{font-size:9px}.video-room-page .audience-heading span{min-height:18px;padding:0 5px;font-size:7px;line-height:18px}.video-room-page .audience-list,.video-room-page .audience-showing-count,.video-room-page .audience-load-more{display:none}.video-room-page .live-room-controls{min-height:64px;max-height:72px;padding:5px 7px max(5px, env(safe-area-inset-bottom));justify-content:center;gap:7px;position:static;overflow-x:auto}.video-room-page .live-room-controls button{border-radius:12px;min-width:64px;min-height:50px;padding:4px 7px;font-size:17px}.video-room-page .live-room-controls button span{font-size:8px}.video-room-page .live-comment-overlay{bottom:calc(72px + env(safe-area-inset-bottom,0px))}.video-room-page .guest-video-floating{width:90px;height:125px;bottom:8px;right:8px}}
