:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color-scheme:dark;color:#f9fafb;background-color:#1c0a12}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,#72213a 0,#1c0a12 45%,#12060e)}textarea{font-family:inherit;resize:vertical}.app-root{min-height:100vh;display:flex;flex-direction:column;position:relative;overflow:hidden}.gradient-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 0 0,rgba(197,48,92,.25),transparent 55%),radial-gradient(circle at 100% 100%,rgba(140,32,60,.25),transparent 55%);opacity:.9;z-index:-1}.app-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.75rem;position:sticky;top:0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(to bottom,rgba(15,23,42,.85),transparent);z-index:10}.logo{font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:.9rem;color:#f8fafc}.logo span{color:#c5305c;margin-left:.25rem}.header-actions{display:flex;align-items:center;gap:.6rem}.coin-chip{padding:.35rem .75rem;border-radius:999px;background:#c5305c1f;border:1px solid rgba(56,189,248,.5);color:#e0f2fe;font-weight:600;font-size:.95rem}.app-main{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem 1rem 3rem}.card{width:100%;max-width:1420px;background:linear-gradient(145deg,#2c0a15f5,#1e060deb);border-radius:1.5rem;padding:2.2rem 1.75rem 2.5rem;box-shadow:0 22px 45px #0f172ad9,0 0 0 1px #94a3b81f;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}@media (min-width: 768px){.card{padding:2.5rem 2.5rem 2.75rem}}.panel-header{display:flex;align-items:center;gap:1rem}.panel-header.between{justify-content:space-between}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.75rem}.show-card{border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#0f172a8c;padding:.75rem;display:flex;flex-direction:column;gap:.4rem;min-height:180px}.show-card.live{box-shadow:0 0 12px #f8717166;border-color:#f8717180}.show-card-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.show-title{font-weight:700;color:#e2e8f0}.show-badge{padding:.25rem .55rem;border-radius:999px;font-size:.8rem;border:1px solid rgba(255,255,255,.14)}.show-badge.on{background:#22c55e26;color:#4ade80;border-color:#22c55e59}.show-badge.off{background:#ffffff0a;color:#e2e8f0cc}.show-meta{display:flex;gap:.5rem;align-items:center;color:#e2e8f0cc;font-size:.9rem}.show-desc{color:#e2e8f0cc;font-size:.95rem;line-height:1.4}.show-preview{display:flex;align-items:center;gap:.5rem;min-width:240px}.show-preview-video{position:relative;width:160px;height:100px;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.1);background:#0f172ab3}.show-preview video{width:100%;height:100%;object-fit:cover;display:block}.preview-hint{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#e2e8f0e6;font-size:.85rem;background:linear-gradient(135deg,#ffffff14,#fff0)}.card-title{margin:0 0 .25rem;font-size:1.6rem;letter-spacing:.02em;color:#f9fafb}.card-subtitle{margin:0 0 1.75rem;font-size:.9rem;color:#f8fafc}.form{display:grid;gap:.9rem;margin-bottom:1.25rem}.form.small{grid-template-columns:minmax(0,1fr)}label{display:flex;flex-direction:column;gap:.4rem;font-size:.85rem;color:#f8fafc}input,select,textarea{border-radius:.75rem;border:1px solid rgba(255,255,255,.2);padding:.6rem .75rem;background:#0f172ad9;color:#f9fafb;font-size:.9rem;outline:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}input:focus,select:focus,textarea:focus{border-color:#c5305c;box-shadow:0 0 0 1px #38bdf88c;background:#0f172afa}.btn{border-radius:999px;padding:.6rem 1.4rem;border:none;font-size:.9rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;transition:transform .12s ease,box-shadow .12s ease,background .12s ease,color .12s ease,border-color .12s ease;white-space:nowrap}.btn.primary{background:linear-gradient(135deg,#22c55e,#c5305c);color:#0b1120;box-shadow:0 12px 30px #22c55e73,0 0 0 1px #0f172acc,0 0 12px #c5305c73}.btn.ghost{background:transparent;color:#f8fafc;border-radius:999px;padding-inline:1rem;border:1px solid rgba(148,163,184,.6);box-shadow:0 0 0 1px #94a3b859,0 0 10px #94a3b840}.btn.ghost.secondary{opacity:.85;border-style:dashed}.btn.primary:not(:disabled):hover{box-shadow:0 14px 32px #22c55e8c,0 0 0 1px #0f172ae6,0 0 16px #c5305c99;transform:translateY(-1px)}.btn.ghost:not(:disabled):hover{border-color:#c5305ccc;box-shadow:0 0 0 1px #c5305c80,0 0 12px #c5305c59;transform:translateY(-1px)}.btn:disabled{opacity:.6;cursor:default;box-shadow:none;transform:none}.btn:not(:disabled):active{transform:translateY(1px);box-shadow:0 6px 16px #0f172acc}.toggle-text{margin-top:.5rem;font-size:.8rem;color:#f8fafc}.link-btn{background:none;border:none;padding:0;margin:0;color:#c5305c;cursor:pointer;font-size:.82rem;text-decoration:underline;text-underline-offset:3px}.error{margin-top:.25rem;padding:.5rem .75rem;border-radius:.75rem;background:#ef44441f;border:1px solid rgba(248,113,113,.45);font-size:.8rem;color:#fecaca}.user-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.85rem;margin-bottom:1.5rem;padding:.9rem;border-radius:1rem;background:radial-gradient(circle at top left,rgba(56,189,248,.2),transparent 60%);border:1px solid rgba(148,163,184,.4)}.label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#f8fafc;margin-bottom:.15rem}.value{font-size:.95rem;color:#f8fafc;overflow-wrap:anywhere}.value.highlight{font-weight:600;font-size:1.1rem;color:#f8fafc}.section-title{margin:0 0 .25rem;font-size:1rem;color:#f9fafb}.section-subtitle{margin:0 0 .85rem;font-size:.78rem;color:#f8fafc}.section-subtitle.strong{margin-top:.75rem;font-weight:600;color:#f8fafc}.grid-2{display:grid;grid-template-columns:minmax(0,1fr);gap:1.25rem;margin-bottom:1.75rem}@media (min-width: 900px){.grid-2{grid-template-columns:minmax(0,1.1fr) minmax(0,1.1fr)}}.panel{padding:1.1rem 1rem 1.25rem;border-radius:1.1rem;background:radial-gradient(circle at top,#0f172afa,#0f172af0);border:1px solid rgba(30,64,175,.7)}.packages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.85rem;margin-bottom:1rem}.package-card{border-radius:1.1rem;border:1px solid rgba(148,163,184,.55);padding:.9rem .95rem;background:radial-gradient(circle at top,#2563eb59,#0f172af2);display:flex;flex-direction:column;align-items:flex-start;text-align:left;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease;color:#f8fafc}.package-card:disabled{cursor:default;opacity:.7;transform:none;box-shadow:none}.package-card:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 16px 35px #0f172ae6;border-color:#c5305c}.package-coins{font-size:1.1rem;font-weight:600;margin-bottom:.2rem}.package-price{font-size:.9rem;color:#bfdbfe;margin-bottom:.4rem}.package-footer{margin-top:auto;font-size:.75rem;color:#f8fafc}.info-box{border-radius:.9rem;border:1px dashed rgba(148,163,184,.6);padding:.75rem .9rem;font-size:.8rem;color:#cbd5f5;background:#0f172ad9}.info-box.subtle{border-style:solid;border-color:#334155e6;background:#0f172ae6;color:#f8fafc}.info-box.success{border-style:solid;border-color:#22c55ea6;background:#14532d47;color:#dcfce7}.info-box code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.78rem;padding:.1rem .3rem;border-radius:.35rem;background:#0f172ae6;border:1px solid rgba(30,64,175,.9);margin-left:.15rem}.divider{height:1px;margin:.75rem 0 .9rem;background:linear-gradient(to right,transparent,rgba(148,163,184,.8),transparent)}.results-list{margin-top:.5rem;display:grid;gap:.6rem;max-height:260px;padding-right:.25rem;overflow:auto}.profile-card{border-radius:.9rem;border:1px solid rgba(51,65,85,.9);padding:.7rem .8rem;background:radial-gradient(circle at top left,#1e40af80,#2c0a15f5);font-size:.82rem}.profile-avatar-thumb{width:100%;max-width:120px;aspect-ratio:1 / 1}.avatar-placeholder.tile{width:100%;height:100%;display:grid;place-items:center;font-weight:700;font-size:1.1rem;color:#e2e8f0;background:linear-gradient(145deg,#94a3b859,#0f172ae6)}.avatar-placeholder.tile.large{font-size:1.4rem}.profile-header{display:flex;justify-content:space-between;gap:.75rem;align-items:center;margin-bottom:.25rem}.profile-name{font-weight:600;color:#f8fafc}.profile-age{font-size:.8rem;margin-left:.35rem;color:#f8fafc}.profile-city{font-size:.78rem;color:#cbd5f5}.profile-tag{font-size:.75rem;color:#facc15;margin-bottom:.25rem}.profile-avatar-thumb{width:15%;min-width:42px;max-width:82px;aspect-ratio:1 / 1;border-radius:10px;overflow:hidden;background:#2c0a158c;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center}.profile-avatar-thumb img{width:100%;height:100%;object-fit:cover}.profile-about{margin:0;font-size:.78rem;color:#f8fafc}.poker-layout{display:grid;grid-template-columns:320px 1fr;gap:1.2rem}@media (max-width: 960px){.poker-layout{grid-template-columns:1fr}}.poker-table-panel{position:relative;min-height:760px;overflow:visible;width:100%}.poker-shell{position:relative;display:flex;flex-direction:column;gap:.9rem;min-height:700px;width:100%}.poker-table-grid{display:grid;grid-template-areas:". seat1 seat2 seat3 ." "seat6 . table . seat4" ". . seat5 . .";grid-template-columns:repeat(5,minmax(140px,1fr));grid-template-rows:auto 1fr auto;gap:.9rem;align-items:center;justify-items:center;width:100%;min-height:600px;max-width:1340px;margin:0 auto}@media (max-width: 980px){.poker-table-grid{grid-template-areas:"seat1 seat2" "seat3 seat4" "seat6 seat5" "table table";grid-template-columns:minmax(150px,1fr) minmax(150px,1fr);grid-template-rows:repeat(4,auto)}.slot-seat{max-width:100%}}.table-center{grid-area:table;width:100%;display:flex;justify-content:center}.slot-seat{width:100%;max-width:180px}.slot-seat.seat-1{grid-area:seat1}.slot-seat.seat-2{grid-area:seat2}.slot-seat.seat-3{grid-area:seat3}.slot-seat.seat-4{grid-area:seat4}.slot-seat.seat-5{grid-area:seat5}.slot-seat.seat-6{grid-area:seat6}.table-surface{position:relative;margin:0 auto;width:100%;max-width:680px;min-height:340px;padding:1.2rem 1rem;background:radial-gradient(ellipse at center,#1e40af52,#2c0a15f5);border:2px solid rgba(148,163,184,.55);border-radius:999px;box-shadow:0 22px 60px #0006,inset 0 0 60px #0f172ae6,inset 0 0 0 16px #1e293bd9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.85rem}.poker-board{text-align:center;width:min(560px,92%);padding:.85rem 1rem;background:#0f172ac7;border:1px solid rgba(255,255,255,.1);border-radius:18px;box-shadow:0 14px 36px #00000059;display:flex;flex-direction:column;gap:.5rem}.board-header{display:flex;justify-content:space-between;gap:.75rem;flex-wrap:wrap;font-size:.9rem;font-weight:600;color:#f8fafc}.board-cards{display:flex;justify-content:center;gap:.45rem;margin-bottom:.35rem}.card-chip{min-width:40px;padding:.45rem .55rem;border-radius:8px;background:#0f172ae6;border:1px solid rgba(148,163,184,.35);color:#f8fafc;font-weight:600;text-align:center}.card-chip.small{min-width:32px;padding:.3rem .4rem}.card-chip.red{color:#fecdd3;border-color:#f8717180}.poker-pot,.poker-street{font-size:.9rem;color:#f8fafc;font-weight:600;text-shadow:0 2px 8px rgba(0,0,0,.45)}.poker-seat{position:relative;width:170px;padding:.7rem;border-radius:14px;background:linear-gradient(150deg,#1e060deb,#1e293beb);border:1px solid rgba(148,163,184,.45);box-shadow:0 8px 24px #00000052;pointer-events:auto}.poker-seat.me{border-color:#c5305c;box-shadow:0 8px 24px #c5305c40}.poker-seat.bot{border-style:dashed;border-color:#f8b40099}.poker-seat.actor{box-shadow:0 0 0 2px #22c55e80}.seat-header{display:flex;justify-content:space-between;font-size:.85rem;color:#f8fafc}.seat-stack{color:#f8fafc}.seat-status{font-size:.75rem;color:#cbd5f5;margin:.2rem 0}.seat-sub{margin-top:.15rem;font-size:.72rem;color:#f8fafc}.seat-status .tag{margin-left:.35rem;padding:.12rem .35rem;border-radius:999px;background:#c5305c1f;border:1px solid rgba(197,48,92,.35);color:#bae6fd;font-size:.72rem}.media-slot{border:none;border-radius:12px;padding:0;font-size:.78rem;color:#cbd5f5;text-align:center;background:#0f172acc;aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center;overflow:hidden}.hole-cards{margin-top:.35rem;display:flex;gap:.25rem}.seat-video{width:100%;height:100%;object-fit:cover;border-radius:8px;display:block}.winner-panel{position:relative;background:linear-gradient(135deg,#22c55e2e,#38bdf82e);border:1px solid rgba(34,197,94,.55);color:#d1fae5;padding:.7rem 1rem;border-radius:12px;min-width:220px;text-align:center}.action-bar{display:flex;justify-content:space-between;gap:.75rem;align-items:center;margin:.8rem 0 .1rem;padding:.7rem .6rem;border-top:1px solid rgba(255,255,255,.08);background:linear-gradient(90deg,#1e293bb3,#2c0a15a6);border-radius:12px}.bet-input{width:90px;padding:.4rem .6rem;border-radius:10px;border:1px solid rgba(148,163,184,.6);background:#0f172ae6;color:#f8fafc}.action-left,.action-right{display:flex;gap:.4rem;flex-wrap:wrap}.poker-log{border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:.6rem .7rem;background:#0f172abf;margin-top:.5rem}.poker-log-entries{max-height:140px;overflow:auto;display:grid;gap:.25rem}.poker-log-entry{font-size:.78rem;color:#dbeafe}.poker-log-entry.subtle{color:#f8fafc}.poker-lobby .active-card{border-color:#c5305c}.poker-header{display:flex;justify-content:space-between;gap:.75rem;align-items:center;flex-wrap:wrap}.mini-meta{display:flex;gap:.75rem;margin-top:.35rem;font-size:.82rem;color:#cbd5f5}.poker-error{margin:.35rem 0;padding:.55rem .65rem;border-radius:10px;background:#ef444424;border:1px solid rgba(248,113,113,.45);color:#fecaca;font-size:.82rem}.focus-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#030712b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:50}.focus-video{display:grid;grid-template-columns:2fr 1fr;gap:1rem;width:min(1100px,92vw);background:#0f172ae6;border:1px solid rgba(148,163,184,.3);border-radius:16px;padding:1rem;box-shadow:0 20px 60px #00000080}.focus-video-main{position:relative;background:#1e293bcc;border-radius:12px;min-height:360px;display:grid;place-items:center}.focus-video-feed{width:100%;height:100%;border-radius:12px;background:radial-gradient(circle at 30% 30%,#38bdf833,#0f172ae6);display:flex;align-items:center;justify-content:center;color:#f8fafc;font-size:1rem}.focus-hud{display:grid;gap:.35rem;font-size:.92rem;color:#f8fafc}.board-mini{display:flex;gap:.3rem;align-items:center}.focus-actions{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:.3rem}.close-btn{position:absolute;top:8px;right:8px}.steps-list{list-style:none;padding:0;margin:0 0 .75rem;display:grid;gap:.4rem;font-size:.8rem;color:#f8fafc}.steps-list li{position:relative;padding-left:1.1rem}.steps-list li:before{content:"â€¢";position:absolute;left:.25rem;top:.02rem;color:#c5305c}.strip-board{border-radius:1rem;border:1px solid rgba(51,65,85,.9);padding:.8rem .85rem;background:radial-gradient(circle at top,#0f172afa,#0f172ae6);margin-bottom:.9rem;display:grid;gap:.6rem;font-size:.8rem}.strip-status-row{display:flex;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.strip-layers{font-size:.9rem;color:#f8fafc}.strip-actions{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.35rem}.strip-log{max-height:140px;overflow:auto;padding-right:.25rem;display:grid;gap:.35rem}.strip-log-entry,.strip-log-placeholder{font-size:.78rem;color:#f8fafc}.tab-bar{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.tab{border:1px solid rgba(255,255,255,.2);background:#2c0a15a6;color:#f8fafc;border-radius:999px;padding:.45rem 1rem;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease,background .12s ease}.tab.active{border-color:#c5305c;box-shadow:0 0 0 1px #c5305c73,0 0 14px #c5305c59;background:linear-gradient(135deg,#22c55e38,#c5305c59)}.tab:not(.active):hover{border-color:#c5305ca6;box-shadow:0 0 0 1px #c5305c59,0 8px 18px #0f172a73;transform:translateY(-1px)}.checkbox-row{flex-direction:row;align-items:center;gap:.5rem}.profile-actions{margin-top:.4rem;display:flex;gap:.4rem;flex-wrap:wrap}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem;margin-top:.75rem}.gallery-item{border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.6rem;background:#0f172aa6;display:flex;flex-direction:column;gap:.35rem}.gallery-thumb{border-radius:10px;overflow:hidden;height:110px;background:#1e293bb3;display:flex;align-items:center;justify-content:center}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-placeholder{color:#f8fafc;font-size:.9rem}.gallery-meta{display:flex;justify-content:space-between;font-size:.85rem;color:#f8fafc}.gallery-title{font-weight:600}.gallery-type{color:#f8fafc}.chat-layout{display:grid;grid-template-columns:1.6fr 1fr;gap:1rem}.chat-list-panel{grid-column:2;grid-row:1 / span 2}.chat-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:flex-start;justify-content:center;padding:1rem;z-index:30;overflow-y:auto}.chat-modal.fullscreen{padding:0;align-items:stretch}.chat-modal-content{width:min(960px,96vw);max-height:90vh;background:linear-gradient(160deg,#0f172af2,#080f1ef5);border:1px solid rgba(197,48,92,.25);border-radius:14px;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.chat-modal-content.fullscreen{width:100vw;height:100vh;max-height:100vh;border-radius:0}.chat-modal-header{display:flex;justify-content:space-between;align-items:center}.chat-log{flex:1;min-height:240px;max-height:360px;overflow-y:auto;background:#2c0a158c;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.chat-bubble{max-width:90%;padding:.5rem .65rem;border-radius:10px;background:#1e293bcc;border:1px solid rgba(255,255,255,.1)}.chat-bubble.me{align-self:flex-end;background:#c5305c1f;border-color:#c5305c59}.chat-meta{font-size:.75rem;color:#f8fafc}.chat-text{margin-top:.2rem;font-size:.95rem}.chat-media{max-width:260px;max-height:200px;border-radius:10px;display:block}.locked-media{display:flex;flex-direction:column;gap:.35rem}.locked-media .tag{align-self:flex-start}.video-preview{width:100%;height:100%;object-fit:cover;border-radius:12px}.chat-modal-content.fullscreen .show-feed-video{height:70vh}.show-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:.75rem;margin:.5rem 0;align-items:stretch;height:480px;max-height:70vh}.chat-modal-content.fullscreen .show-grid{height:calc(100vh - 140px);max-height:none}.show-feed-video{background:radial-gradient(circle at 30% 30%,#38bdf81a,#0f172ae6);border:1px solid rgba(197,48,92,.25);border-radius:14px;height:100%;display:flex;align-items:center;justify-content:center;color:#f8fafc;font-size:1rem;font-weight:600;overflow:hidden;position:relative}.show-feed-video.viewer-stage{background:radial-gradient(circle at center,#0f172a9e,#020617f2),linear-gradient(135deg,#22c55e1f,#c5305c1a)}.show-host-placeholder{display:grid;justify-items:center;gap:.4rem;padding:1rem;text-align:center;color:#f8fafce6}.show-host-placeholder span{max-width:420px;color:#e2e8f0b8;font-size:.9rem;line-height:1.4}.self-camera-pip{position:absolute;right:.85rem;bottom:.85rem;width:min(180px,28%);aspect-ratio:16 / 10;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.22);background:#020617e0;box-shadow:0 12px 30px #00000080;display:grid;place-items:center;color:#f8fafcb8;font-size:.8rem}.show-feed-info{border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.75rem;background:#2c0a158c;color:#f8fafc}.show-feed-side{display:flex;flex-direction:column;gap:.5rem;height:100%;min-height:0;overflow:hidden}.peer-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem}.peer-tile{border:1px solid rgba(255,255,255,.1);border-radius:10px;overflow:hidden;background:#0f172a99;position:relative}.peer-video{width:100%;height:100px;object-fit:cover;display:block}.peer-label{position:absolute;bottom:4px;left:6px;font-size:.75rem;color:#f8fafc;text-shadow:0 1px 4px rgba(0,0,0,.6)}.camera-controls{display:flex;gap:.35rem;align-items:center;flex-wrap:wrap;margin-top:.35rem}.camera-select{min-width:150px}.camera-allowlist{min-width:220px;padding:.45rem .6rem;background:#0b152b;border:1px solid rgba(255,255,255,.08);border-radius:10px;color:#e2e8f0}.camera-allowlist-row{display:flex;gap:.35rem;align-items:center;flex-wrap:wrap}.camera-allowlist-wrap{display:flex;flex-direction:column;gap:.4rem;width:100%}.allowlist-pills{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.allowlist-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .6rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:999px;font-size:.85rem;color:#e2e8f0}.allowlist-placeholder{color:#e2e8f099;font-size:.9rem}.pill-close{border:none;background:#ffffff14;color:#e2e8f0;border-radius:50%;width:22px;height:22px;cursor:pointer;line-height:1}.pill-close:hover{background:#fff3}.info-box.warning{border-color:#facc1599;background:#facc1514;color:#facc15}.subpanel{margin-top:1rem;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:.75rem;background:#2c0a1559}.subpanel-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.5rem}.show-chat-panel{margin-top:.5rem;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.75rem;background:#2c0a158c;display:flex;flex-direction:column;gap:.5rem;height:100%;min-height:0}.show-chat-header{display:flex;justify-content:space-between;align-items:baseline;color:#f8fafc}.show-header{display:flex;flex-wrap:wrap;gap:.5rem .75rem;align-items:center}.show-header-left{display:flex;flex-direction:column;gap:.15rem;color:#e2e8f0}.show-header-title strong{font-weight:800}.show-header-meta{font-size:.9rem;color:#e2e8f0cc}.show-header-actions{display:flex;align-items:center;gap:.45rem;margin-left:auto;flex-wrap:wrap}.show-chat-log{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem;padding:.5rem;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#0f172a8c}.show-chat-form{margin-bottom:0}.show-warning{margin-top:.5rem;position:static}.dropzone{border:1px dashed rgba(255,255,255,.2);border-radius:12px;padding:.9rem;text-align:center;color:#f8fafc;background:#0f172a73;cursor:pointer;transition:border-color .15s ease,background .15s ease;margin-bottom:.6rem}.dropzone.active{border-color:#c5305c;background:#38bdf814}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.6rem;margin-top:.5rem}.kpi-card{padding:.7rem .9rem;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#2c0a1573}.kpi-label{font-size:.9rem;color:#f8fafcb3}.kpi-value{font-size:1.4rem;font-weight:700;color:#f8fafc}.table.simple{width:100%}.table.simple .table-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));padding:.35rem .15rem;border-bottom:1px solid rgba(255,255,255,.06)}.table.simple .table-row.head{font-weight:700;color:#f8fafc}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}.admin-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem}.gallery-quick{display:grid;gap:.6rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.view-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.6rem}.view-tile{border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:.6rem;background:#0f172a8c;display:grid;grid-template-columns:auto 1fr;gap:.6rem;align-items:center}.view-avatar{width:48px;height:48px;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.view-meta{display:grid;gap:.15rem}.view-name{font-weight:700;color:#e2e8f0}.view-city,.view-time{font-size:.85rem;color:#e2e8f0cc}.request-list{display:grid;gap:.5rem}.request-row{border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:.65rem .75rem;background:#0f172a99;display:flex;justify-content:space-between;gap:.75rem;align-items:center}.request-name{color:#e2e8f0;font-weight:700}.request-city{font-size:.85rem;color:#e2e8f0cc}.request-preview{font-size:.9rem;color:#e2e8f0d9}.request-actions{display:flex;gap:.35rem}.gallery-chip{border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:.6rem;background:#0f172a8c;display:grid;grid-template-columns:64px 1fr;grid-template-rows:auto auto;column-gap:.6rem;row-gap:.35rem;align-items:center}.gallery-chip-thumb{grid-row:1 / span 2;width:64px;height:64px;border-radius:8px;overflow:hidden;background:#94a3b826;display:flex;align-items:center;justify-content:center}.gallery-chip-thumb img{width:100%;height:100%;object-fit:cover}.gallery-chip-meta{display:flex;flex-direction:column;gap:.1rem}.gallery-chip-title{font-weight:600;color:#f8fafc}.gallery-chip-type{font-size:.85rem;color:#f8fafcb3}.filter-bar{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;margin-bottom:.75rem}.filter-search{flex:1;min-width:180px}.filter-panel{margin-top:.5rem;padding:.75rem;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#0f172a8c}.avatar-row{display:flex;gap:.75rem;align-items:center;margin:.5rem 0 1rem}.avatar-preview{width:96px;height:96px;border-radius:12px;border:1px solid rgba(148,163,184,.4);background:radial-gradient(circle at 30% 20%,#1e293be6,#0f172af2);display:flex;align-items:center;justify-content:center;overflow:hidden;color:#f8fafc;font-size:.85rem}.avatar-preview img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{text-align:center}.avatar-hint .label{color:#f8fafc}.quick-links{display:flex;gap:.5rem;flex-wrap:wrap}.browse-layout{display:grid;grid-template-columns:3fr 2fr;gap:1rem}.profile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem}.profile-tile{border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:.75rem;background:#0f172a8c;display:grid;gap:.45rem;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.profile-tile.active{border-color:#38bdf88c;box-shadow:0 0 0 1px #38bdf859}.profile-tile-name{color:#e2e8f0;font-weight:700}.profile-tile-meta{color:#e2e8f0cc;font-size:.9rem}.profile-detail{border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:.9rem;background:#2c0a1573;display:grid;gap:.6rem}.profile-detail-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.profile-detail-avatar{width:120px;height:120px;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#0f172ab3;display:flex;align-items:center;justify-content:center}.profile-detail-avatar img{width:100%;height:100%;object-fit:cover}.profile-detail-name{color:#e2e8f0;font-weight:800;font-size:1.05rem}.profile-detail-city{color:#e2e8f0d9}.profile-detail-about{color:#e2e8f0e6}.chip-row{display:flex;gap:.35rem;flex-wrap:wrap}.chip{padding:.25rem .6rem;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#e2e8f0;font-size:.85rem}.app-footer{padding:.85rem 1.5rem 1.1rem;font-size:.75rem;color:#f8fafc;display:flex;justify-content:space-between;gap:.75rem;border-top:1px solid rgba(15,23,42,.9);background:radial-gradient(circle at top,#2c0a15f5,#020617)}.app-main-member{align-items:stretch;justify-content:stretch;padding:0}.member-card{max-width:none;min-height:calc(100vh - 126px);border-radius:0;padding:0;background:#070a12b8;border-width:1px 0 0;box-shadow:none}.member-shell{min-height:calc(100vh - 126px);display:grid;grid-template-columns:72px minmax(0,1fr) 300px;background:linear-gradient(90deg,#030712f0,#12060ec7 18%,#070a12f5),radial-gradient(circle at 28% 0,rgba(197,48,92,.22),transparent 35%)}.member-sidebar{position:sticky;top:74px;height:calc(100vh - 126px);padding:.75rem .5rem;border-right:1px solid rgba(255,255,255,.09);background:#030712d1}.side-nav{display:grid;gap:.45rem}.side-nav-btn{width:100%;min-height:58px;border:1px solid transparent;border-radius:8px;background:transparent;color:#f8fafcb8;display:grid;justify-items:center;gap:.25rem;padding:.55rem .25rem;cursor:pointer}.side-nav-btn span:last-child{font-size:.68rem;line-height:1}.side-nav-icon{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;background:#ffffff0f;color:#f8fafc;font-weight:800;font-size:.72rem}.side-nav-btn.active,.side-nav-btn:hover{border-color:#c5305c6b;background:#c5305c24;color:#fff}.side-nav-btn.active .side-nav-icon{background:linear-gradient(135deg,#22c55e,#c5305c);color:#07111c}.member-workspace{min-width:0;display:grid;grid-template-rows:auto minmax(0,1fr)}.member-module-row{position:sticky;top:74px;z-index:8;padding:.7rem 1rem .6rem;border-bottom:1px solid rgba(255,255,255,.08);background:#070a12e0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.member-module-row .tab-bar{margin:0;gap:.45rem;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:thin}.member-module-row .tab{flex:0 0 auto;border-radius:8px;padding:.55rem .9rem;background:#ffffff0d}.member-content{min-width:0;padding:1rem}.member-content>.card-title:first-child,.member-content .card-title:first-child{margin-top:0}.activity-rail{min-width:0;border-left:1px solid rgba(255,255,255,.09);background:#f8fafcf5;color:#111827;padding:.75rem;display:grid;align-content:start;gap:.9rem}.rail-search input{width:100%;height:38px;border-radius:4px;border:1px solid #d1d5db;background:#e5e7eb;color:#111827}.rail-section{display:grid;gap:.45rem}.rail-title{font-weight:800;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:#991b1b}.rail-list{display:grid;gap:.35rem}.rail-item{width:100%;border:0;border-radius:6px;background:#fff;color:#111827;padding:.45rem;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:.5rem;text-align:left;cursor:pointer;box-shadow:0 0 0 1px #11182714}.rail-item:hover{background:#f3f4f6}.rail-avatar{width:42px;height:42px;border-radius:6px;display:grid;place-items:center;background:linear-gradient(135deg,#c5305c,#22c55e);color:#fff;font-weight:800}.rail-avatar.muted{background:#111827}.rail-item strong,.rail-item small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rail-item strong{font-size:.82rem}.rail-item small{margin-top:.15rem;color:#6b7280;font-size:.72rem}.mobile-only{display:none}.desktop-only{display:inline}@media (max-width: 640px){.card{border-radius:1.1rem;padding-inline:1.25rem}.member-card{border-radius:0;padding:0}.app-footer{flex-direction:column;align-items:flex-start}}@media (max-width: 1180px){.member-shell{grid-template-columns:68px minmax(0,1fr)}.activity-rail{display:none}}@media (max-width: 768px){html,body,#root{min-width:0;overflow-x:hidden}body{min-height:100dvh}.app-root{min-height:100dvh;overflow-x:hidden;overflow-y:auto}.app-header{align-items:flex-start;gap:.75rem;padding:.85rem .9rem;flex-wrap:wrap}.logo{max-width:100%;overflow-wrap:anywhere}.header-actions{width:100%;justify-content:space-between;flex-wrap:wrap}.coin-chip{max-width:100%}.app-main{align-items:stretch;justify-content:flex-start;padding:.85rem .65rem 1.25rem}.app-main-member{padding:0}.card{max-width:100%;border-radius:1rem;padding:1rem .8rem 1.15rem;overflow:visible}.member-card{min-height:calc(100dvh - 138px);border-radius:0;padding:0}.member-shell{min-height:calc(100dvh - 138px);grid-template-columns:minmax(0,1fr)}.member-sidebar{display:none}.member-module-row{top:106px;padding:.55rem .65rem}.member-content{padding:.8rem .65rem 1rem}.member-module-row .tab{min-height:40px;padding:.5rem .75rem;border-radius:8px}.card-title{font-size:1.25rem;line-height:1.2}.card-subtitle{margin-bottom:1rem;line-height:1.45}.panel{padding:.85rem .75rem;border-radius:.9rem;overflow:visible}.panel-header,.panel-header.between,.profile-header,.profile-detail-header,.subpanel-header,.request-row,.avatar-row,.show-card-header{flex-direction:column;align-items:stretch}.tab-bar{flex-wrap:nowrap;overflow-x:auto;padding-bottom:.35rem;margin-inline:-.15rem;-webkit-overflow-scrolling:touch}.tab{flex:0 0 auto;min-height:42px;white-space:nowrap}.form,.form.small,.grid-2,.grid-3,.admin-grid,.packages-grid,.card-grid,.browse-layout,.chat-layout,.show-room-layout,.poker-layout,.media-send-grid,.kpi-grid,.gallery-quick,.view-grid,.profile-grid,.table.simple .table-row{grid-template-columns:minmax(0,1fr)!important}.packages-grid{gap:.7rem}.package-card{width:100%;min-height:104px}label,input,select,textarea,.btn,.package-card,.filter-search{width:100%;max-width:100%}input,select,textarea{min-height:44px;font-size:16px}textarea{min-height:96px}.btn{min-height:44px;white-space:normal;text-align:center;padding-inline:.9rem}.link-btn{min-height:32px}.checkbox-row{flex-direction:row;align-items:flex-start}.checkbox-row input{width:auto;min-height:auto;margin-top:.2rem}.filter-bar,.quick-links,.profile-actions,.request-actions,.strip-actions,.action-row,.show-actions,.message-composer,.chat-modal-header{flex-direction:column;align-items:stretch}.results-list,.strip-log,.chat-log{max-height:none;overflow:visible;padding-right:0}.profile-card,.profile-tile,.profile-detail,.view-tile,.request-row,.gallery-chip,.info-box{min-width:0;overflow-wrap:anywhere}.gallery-chip,.view-tile{grid-template-columns:minmax(0,1fr)}.gallery-chip-thumb,.view-avatar{width:72px;height:72px}.profile-detail-avatar,.avatar-preview{width:88px;height:88px}.profile-avatar-thumb{width:64px;min-width:64px;max-width:64px}.browse-layout{gap:.8rem}.profile-detail{display:none}.profile-detail.mobile-open{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;align-content:start;gap:.75rem;width:100%;min-height:100dvh;padding:.85rem;border-radius:0;overflow-y:auto;background:linear-gradient(160deg,#0f172afa,#2c0a15fa)}.mobile-only{display:inline-flex}.desktop-only{display:none}.show-preview{min-width:0;width:100%;flex-direction:column;align-items:stretch}.show-preview-video{width:100%;height:auto;aspect-ratio:16 / 10}.poker-table-panel,.poker-shell{min-height:0}.poker-table-grid{grid-template-areas:"seat1" "seat2" "seat3" "seat4" "seat5" "seat6" "table";grid-template-columns:minmax(0,1fr);grid-template-rows:none;min-height:0}.slot-seat{max-width:100%}.slot-seat:not(.mobile-active){display:none}.mobile-poker-seat-nav{display:grid;gap:.55rem;margin:.75rem 0}.mobile-seat-tabs{display:flex;gap:.35rem;overflow-x:auto;padding-bottom:.2rem}.mobile-seat-tabs .tab{min-width:46px;padding-inline:.7rem;text-align:center}.poker-peer-grid-desktop{display:none}.mobile-poker-peer{display:grid;gap:.55rem;margin-bottom:.75rem}.mobile-poker-peer-controls{display:grid;gap:.45rem}.mobile-active-peer .peer-video{height:auto;aspect-ratio:16 / 9}.table-surface{min-height:260px;border-radius:1.2rem;box-shadow:0 14px 32px #00000059,inset 0 0 36px #0f172ae6}.action-bar,.action-left,.action-right{flex-direction:column;align-items:stretch}.bet-input{width:100%}.poker-log-entries{max-height:220px;overflow-y:auto}.board-cards,.chip-row{flex-wrap:wrap}.chat-list-panel{grid-column:auto;grid-row:auto;order:-1}.chat-modal{align-items:stretch;padding:0}.chat-modal-content{width:100%;height:100dvh;max-height:100dvh;overflow:hidden;border-radius:0;padding:.75rem}.chat-modal .chat-log{flex:1;min-height:0;max-height:none;overflow-y:auto}.chat-bubble{max-width:100%}.chat-media{max-width:100%;height:auto}.chat-composer{position:sticky;bottom:0;margin:0;padding-top:.5rem;background:linear-gradient(180deg,#080f1e00,#080f1efa 18%)}.show-modal-content{overflow-y:auto}.show-header,.show-header-actions,.camera-controls,.camera-allowlist-row{flex-direction:column;align-items:stretch}.show-header-actions{width:100%;margin-left:0}.show-grid,.chat-modal-content.fullscreen .show-grid{grid-template-columns:minmax(0,1fr);height:auto;max-height:none;overflow:visible}.show-feed-video{height:auto;min-height:220px;aspect-ratio:16 / 10}.self-camera-pip{right:.5rem;bottom:.5rem;width:min(116px,34%);border-radius:10px}.show-feed-side{height:auto;min-height:0;overflow:visible}.peer-grid{grid-template-columns:minmax(0,1fr)}.peer-video{height:auto;aspect-ratio:16 / 9}.show-chat-panel{min-height:0}.show-chat-log{max-height:42dvh;overflow-y:auto}.show-chat-form{position:sticky;bottom:0;background:linear-gradient(180deg,#2c0a1500,#2c0a15fa 18%);padding-top:.5rem}.focus-overlay{padding:.75rem;overflow-y:auto}.app-footer{padding:.8rem .9rem}}
