*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-height:100vh;padding:16px;color:#fff;text-align:center;font-family:Arial,Helvetica,sans-serif;background:linear-gradient(#0000007a,#0000007a),url(../images/peryahan.webp);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:scroll}button,select,input{font:inherit}button{border:0;border-radius:14px;padding:11px 22px;color:#fff;background:#3498db;font-weight:700;cursor:pointer;transition:transform .18s ease,opacity .18s ease,background .18s ease}button:hover:not(:disabled){background:#2980b9;transform:scale(1.03)}button:active:not(:disabled){transform:scale(.97)}button:disabled{opacity:.55;cursor:not-allowed}.logo{display:block;width:min(700px,96%);margin:0 auto 12px;user-select:none;-webkit-user-drag:none}main{width:min(900px,100%);margin:0 auto}.card{width:100%;margin:18px auto;padding:22px;border:1px solid rgba(255,255,255,.2);border-radius:22px;background:#0000006b;box-shadow:0 10px 28px #00000052;backdrop-filter:blur(6px)}.loadingCard{margin-top:40px}.roleText{margin-bottom:8px;font-size:18px;font-weight:700}.roomStatus{margin-bottom:16px;color:#ffdc62;font-size:19px;font-weight:700}.gameIdBox{display:flex;justify-content:center;align-items:center;gap:9px;flex-wrap:wrap;margin-bottom:18px}#gameId{color:gold;font-size:22px;font-weight:800;letter-spacing:3px}.smallButton{padding:7px 12px;border-radius:9px;background:#27ae60;font-size:14px}.hostSettings{margin-bottom:8px}.hostSettings label{display:block;margin-bottom:8px;font-size:18px;font-weight:700}select{padding:8px 15px;border:0;border-radius:10px;background:#fff;color:#111;cursor:pointer}.results,.currentResult{min-height:125px;display:flex;justify-content:center;align-items:center;align-content:center;flex-wrap:wrap;gap:8px;margin:12px auto;max-width:100%}.dice{width:clamp(58px,9vw,92px);height:clamp(58px,9vw,92px);object-fit:contain}.currentResultDice{width:70px;height:70px;object-fit:contain}.rollButton{display:block;min-width:240px;margin:13px auto 5px;padding:14px 34px;font-size:22px}.waitingText{margin-top:12px;color:#dedede}.shake{animation:shake .35s infinite}.diceTransitionSlot{position:relative;display:inline-grid;place-items:center}.diceTransitionSlot .dice{grid-area:1 / 1}.diceColorLayer{opacity:1;animation:shake .35s infinite,diceColorFadeToWhite .24s linear .75s forwards}.diceWhiteLayer{opacity:0;animation:shake .35s infinite,diceWhiteFadeIn .24s linear .75s forwards}.diceFinalReveal{animation:diceFinalPopFade .24s ease-out both}@keyframes diceColorFadeToWhite{0%{opacity:1}to{opacity:0}}@keyframes diceWhiteFadeIn{0%{opacity:0}to{opacity:1}}@keyframes diceFinalPopFade{0%{opacity:0;transform:scale(.82)}65%{opacity:1;transform:scale(1.08)}to{opacity:1;transform:scale(1)}}@keyframes shake{0%{transform:translate(0) rotate(0)}25%{transform:translate(-5px,3px) rotate(-9deg)}50%{transform:translate(5px,-3px) rotate(9deg)}75%{transform:translate(-3px,2px) rotate(-5deg)}to{transform:translate(0) rotate(0)}}.historyBox{width:100%;background:linear-gradient(#00000085,#00000085),url(../images/previous5.png);background-size:cover;background-position:center}.historyBox h2,.currentResultPanel h2,.joinBox h2,.about h2{margin-bottom:14px}#history{display:flex;flex-direction:column;gap:10px}.historyRow{display:flex;justify-content:center;align-items:center;align-content:center;flex-wrap:wrap;gap:5px;min-height:34px;max-width:100%}.historyDice{width:26px;height:26px;object-fit:contain;flex:0 0 auto}.emptyHistory{color:#ddd}.joinControls{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}#joinRoomId{width:min(280px,100%);padding:11px 13px;border:0;border-radius:11px;text-align:center;text-transform: none !important;letter-spacing:2px}.joinMessage{min-height:24px;margin-top:12px;color:#9ff1b8}.errorMessage{color:#ff9b9b}.about{line-height:1.65}.about p+p{margin-top:10px}@media(max-width:700px){body{padding:10px}.card{padding:17px 12px;border-radius:18px}.dice{width:58px;height:58px}.results{min-height:95px;gap:7px}.rollButton{width:min(300px,95%);min-width:0;font-size:19px}.currentResultDice{width:48px;height:48px}.joinControls button,#joinRoomId{width:min(320px,95%)}#gameId{font-size:19px}}#currentResultPanel{display:none!important}@media(max-width:420px){.dice{width:48px;height:48px}.results,.currentResult{gap:5px}.historyDice{width:21px;height:21px}.historyRow{gap:3px}}.accountCard{width:min(620px,100%);padding:14px 2px}.accountCard p{margin:10px 0;line-height:1.5}#signedOutControls{display:flex;flex-direction:column;align-items:center;gap:10px}#signedOutControls h2,#signedOutControls p{margin-top:0}.googleButton{background:#fff;color:#202124}.googleButton{width:100%;max-width:360px;height:52px;display:flex;align-items:center;justify-content:center;gap:14px;margin:20px auto 0;background:#fff;color:#202124;border:1px solid #dadce0;border-radius:12px;font-size:16px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s,border-color .2s,transform .15s,box-shadow .2s;box-shadow:0 2px 8px #0000001f}.googleButton:hover{background:#f8f9fa;border-color:#c6c6c6;box-shadow:0 4px 14px #0000002e;transform:translateY(-1px)}.googleButton:active{transform:translateY(1px)}.googleButton:disabled{opacity:.7;cursor:not-allowed}.googleIcon{width:22px;height:22px;flex-shrink:0}.secondaryButton{background:#5d6670}.secondaryButton:hover:not(:disabled){background:#4a525a}.dangerButton{background:#c0392b}.buttonRow{display:flex;justify-content:center;flex-wrap:wrap;gap:10px}.formCard{width:min(620px,100%)}.formGroup{margin:16px 0;text-align:left}.formGroup label{display:block;margin-bottom:7px;font-weight:700}.formGroup input,.formGroup textarea,.formGroup select{width:100%;padding:12px 13px;border:0;border-radius:11px;background:#fff;color:#111}.formGroup textarea{min-height:110px;resize:vertical}.pageTitle{margin-bottom:8px}.mutedText{color:#d0d0d0}.dashboardGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.roomSummary{text-align:left}.roomSummary p{margin:7px 0}.statusLive{color:#ff6b6b;font-weight:800}.statusOffline{color:#d4d4d4;font-weight:800}.hidden,[hidden]{display:none!important}#gameId,#permanentDiceId{color:#ecd60c;font-size:1.3rem;font-weight:800;letter-spacing:3px;font-family:Arial,sans-serif;text-shadow:0 0 8px rgba(251,255,0,.6),0 2px 3px rgba(0,0,0,.6)}#permanentDiceId{color:#ffc400;font-size:20px;font-weight:900;letter-spacing:3px;text-shadow:0 0 8px rgba(255,152,0,.7)}.searchDiceCard{width:min(620px,100%)}.searchDiceCard .mutedText{margin:8px 0 14px}.searchDiceForm{display:flex;justify-content:center;align-items:stretch;flex-wrap:wrap;gap:10px}.searchDiceForm input{width:min(330px,100%);padding:12px 14px;border:0;border-radius:11px;background:#fff;color:#111;text-align:center;text-transform:uppercase;letter-spacing:2px}.modalOpen{overflow:hidden}.roomSearchModal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:18px}.roomSearchBackdrop{position:absolute;inset:0;background:#000000c2;backdrop-filter:blur(4px)}.roomSearchDialog{position:relative;z-index:1;width:min(520px,100%);max-height:calc(100vh - 36px);overflow-y:auto;padding:28px 22px 22px;border:1px solid rgba(255,255,255,.24);border-radius:22px;background:#141414f7;box-shadow:0 18px 60px #0000008c;text-align:left}.roomSearchDialog h2{margin-bottom:18px;text-align:center}.modalCloseButton{position:absolute;top:9px;right:11px;width:38px;height:38px;padding:0;border-radius:50%;background:transparent;font-size:30px;line-height:1}.modalCloseButton:hover:not(:disabled){background:#ffffff1f}.roomSearchDetails p{margin:9px 0;line-height:1.45}.foundDescriptionBox{margin:18px 0;padding:14px;border-radius:13px;background:#ffffff14}.foundDescriptionBox p{margin:8px 0 0;white-space:pre-wrap;overflow-wrap:anywhere}@media(max-width:520px){.searchDiceForm input,.searchDiceForm button{width:min(330px,100%)}.roomSearchDialog{padding:26px 16px 18px}}.liveRoomsCard{width:min(900px,100%)}.liveRoomsHeader{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px;text-align:left}.liveRoomsHeader .mutedText{margin-top:7px}.liveRoomsCount{flex:0 0 auto;padding:7px 11px;border-radius:999px;background:#ffc40029;color:#ffd95a;font-size:14px;font-weight:800}.directoryTabs{display:flex;gap:9px;overflow-x:auto;padding:2px 2px 10px;margin-bottom:12px;scrollbar-width:thin}.directoryTab{flex:0 0 auto;padding:10px 14px;border:1px solid rgba(255,255,255,.18);background:#ffffff14}.directoryTab:hover:not(:disabled){background:#ffffff26}.directoryTab.active{border-color:#ffd64bc7;background:#d89200}.directoryFilters{display:grid;grid-template-columns:minmax(220px,1.5fr) minmax(150px,1fr) minmax(150px,1fr);gap:11px;margin:4px 0 14px;text-align:left}.directoryFilter label{display:block;margin-bottom:6px;font-size:14px;font-weight:800}.directoryFilter input,.directoryFilter select{width:100%;min-height:44px;padding:10px 12px;border:0;border-radius:11px;background:#fff;color:#111}.liveRoomsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:14px;margin-top:12px}.liveRoomItem{display:flex;flex-direction:column;min-height:285px;padding:17px;border:1px solid rgba(255,255,255,.18);border-radius:17px;background:#00000059;text-align:left}.liveRoomTitleRow{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:8px}.liveRoomTitleRow h3{overflow-wrap:anywhere}.liveBadge,.offlineBadge{flex:0 0 auto;padding:5px 8px;border-radius:999px;color:#fff;font-size:12px;font-weight:900;letter-spacing:.5px}.liveBadge{background:#c62828}.offlineBadge{background:#59636e}.liveRoomHost{margin-bottom:5px;color:#fff;font-weight:800}.liveRoomGame{margin-bottom:10px;color:#e3e3e3}.liveRoomMeta{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:10px}.liveRoomMeta span{padding:5px 8px;border-radius:999px;background:#ffffff17;font-size:13px}.liveRoomDiceId{color:#ffd84d;font-weight:800;letter-spacing:1px}.liveRoomDescription{margin:12px 0 15px;padding:11px;border-radius:11px;background:#ffffff12;color:#e2e2e2;line-height:1.45;overflow-wrap:anywhere}.liveRoomJoinButton{width:100%;margin-top:auto}@media(max-width:700px){.directoryFilters{grid-template-columns:1fr 1fr}.directorySearchFilter{grid-column:1 / -1}}@media(max-width:560px){.liveRoomsHeader{align-items:flex-start;flex-direction:column}.directoryFilters{grid-template-columns:1fr}.directorySearchFilter{grid-column:auto}.liveRoomsGrid{grid-template-columns:1fr}}.roomReviewQuickActions{margin-top:18px;padding-top:16px;border-top:1px solid rgba(255,255,255,.15)}.reviewTrustSummary{margin-bottom:11px;color:#ffe17a;font-size:17px;font-weight:800}.reviewButton{background:#1f9d55}.reviewButton:hover:not(:disabled){background:#178246}.reviewsCard{text-align:left}.reviewsHeader{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:15px}.reviewsHeader h2{margin-bottom:5px}.reviewsList{display:flex;flex-direction:column;gap:12px}.reviewItem{padding:15px;border:1px solid rgba(255,255,255,.16);border-radius:15px;background:#ffffff12}.reviewItemHeader{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.reviewAuthor{font-weight:900;overflow-wrap:anywhere}.reviewVote{flex:0 0 auto;padding:5px 9px;border-radius:999px;font-size:13px;font-weight:900}.reviewVote.recommends{background:#27ae6038;color:#8ff0b5}.reviewVote.notRecommended{background:#c0392b3d;color:#ffaaa0}.reviewBody{margin:11px 0;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.reviewMeta{color:#cfcfcf;font-size:13px}.reviewActions{display:flex;flex-wrap:wrap;gap:8px;margin-top:11px}.reviewActions button{padding:7px 11px;border-radius:9px;font-size:13px}.emptyReviews{padding:18px;border-radius:13px;background:#ffffff0f;color:#d7d7d7;text-align:center}.reviewModal{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:18px}.reviewModalBackdrop{position:absolute;inset:0;background:#000000c7;backdrop-filter:blur(5px)}.reviewModalDialog{position:relative;z-index:1;width:min(520px,100%);max-height:calc(100vh - 36px);overflow-y:auto;padding:28px 22px 22px;border:1px solid rgba(255,255,255,.22);border-radius:22px;background:#141414fa;box-shadow:0 20px 65px #0000009e;text-align:left}.reviewModalDialog h2,.reviewModalDialog>.mutedText{text-align:center}.reviewChoiceRow{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}.reviewChoiceButton{min-height:58px;border:2px solid transparent;background:#ffffff1a}.reviewChoiceButton:hover:not(:disabled){background:#ffffff29}.reviewChoiceButton.selected[data-vouch=true]{border-color:#65dd94;background:#1f8b4c}.reviewChoiceButton.selected[data-vouch=false]{border-color:#ff8e82;background:#a9362a}.reviewCharacterCount{margin-top:6px;color:#cfcfcf;font-size:12px;text-align:right}@media(max-width:520px){.reviewChoiceRow{grid-template-columns:1fr}.reviewItemHeader{flex-direction:column}}.reviewActions .dangerButton:disabled{cursor:not-allowed;opacity:.72;background:#ffc1072e;border-color:#ffc1078c;color:#ffe08a}#removalReasonSelect{width:100%}.hostRemovalStatus{margin-top:10px;padding:10px 12px;border:1px solid rgba(255,255,255,.16);border-radius:11px;font-size:13px;line-height:1.45}.hostRemovalStatus p{margin-top:6px;white-space:pre-wrap;overflow-wrap:anywhere}.hostRemovalStatus-pending{border-color:#ffc10780;background:#ffc1071f;color:#ffe08a}.hostRemovalStatus-approved{border-color:#27ae6080;background:#27ae601f;color:#a8f0bf}.hostRemovalStatus-rejected{border-color:#e74c3c80;background:#e74c3c1f;color:#ffb1aa}.reviewQueuePage{min-height:100vh;padding:28px 18px 50px;text-align:left;background:linear-gradient(#060512d6,#060512eb),url(../images/peryahan.webp);background-size:cover;background-position:center;background-attachment:scroll}.reviewQueueShell{width:min(1180px,100%);margin:0 auto}.reviewQueueHeader{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:22px;padding:26px 28px;border:1px solid rgba(255,255,255,.13);border-radius:24px;background:linear-gradient(135deg,#452066bd,#100e22e6);box-shadow:0 18px 50px #00000059;backdrop-filter:blur(12px)}.reviewQueueHeading{max-width:760px}.reviewQueueEyebrow,.decisionEyebrow,.requestCardEyebrow{display:block;margin-bottom:7px;color:#d8b4fe;font-size:11px;font-weight:900;letter-spacing:1.8px}.reviewQueueHeader h1{margin-bottom:9px;font-size:clamp(27px,4vw,42px);line-height:1.1}.reviewQueueIntro{max-width:720px;color:#d8d7e5;line-height:1.6}.reviewQueueHomeLink{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;border-radius:12px;text-decoration:none;white-space:nowrap}.queueStats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.queueStatCard{padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#131127c2;box-shadow:0 12px 30px #0000003d;backdrop-filter:blur(10px)}.queueStatLabel{display:block;margin-bottom:7px;color:#c9c6d9;font-size:13px;font-weight:800}.queueStatCard strong{font-size:30px;line-height:1}.queueStatCard:nth-child(1) strong{color:#ffd166}.queueStatCard:nth-child(2) strong{color:#7ee2a8}.queueStatCard:nth-child(3) strong{color:#ff9d92}.queueStatCard:nth-child(4) strong{color:#b9c7ff}.reviewQueueWorkspace{padding:22px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:#0a0918c7;box-shadow:0 18px 50px #00000052;backdrop-filter:blur(12px)}.reviewQueueToolbar{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px}.reviewQueueTabs{display:inline-flex;gap:5px;padding:5px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#ffffff0f}.queueTab{padding:9px 15px;border-radius:10px;background:transparent;color:#cfcddd;font-size:14px}.queueTab:hover:not(:disabled){background:#ffffff17;transform:none}.queueTab.active{background:linear-gradient(135deg,#7c3aed,#5b21b6);color:#fff;box-shadow:0 6px 16px #5b21b657}.queueRefreshButton{min-width:112px;border-radius:11px}.queueStatusRow{display:flex;justify-content:space-between;align-items:center;min-height:28px;gap:12px;margin-bottom:12px}.queueSummary{color:#c9c6d9;font-size:14px;font-weight:700}.queueStatusRow .joinMessage{min-height:0;margin:0;text-align:right}.removalRequestList{display:grid;gap:16px}.removalRequestCard{overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:linear-gradient(150deg,#211d3af0,#0f0e1ef5);box-shadow:0 14px 34px #00000045}.removalRequestCard-pending{border-left:4px solid #e0a928}.removalRequestCard-approved{border-left:4px solid #31b76a}.removalRequestCard-rejected{border-left:4px solid #d95a50}.removalRequestCardHeader{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;padding:18px 18px 14px;border-bottom:1px solid rgba(255,255,255,.08)}.requestTitleGroup h2{font-size:20px;line-height:1.25}.requestStatus{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:900}.requestStatus-pending{background:#e0a9282b;color:#ffd166}.requestStatus-approved{background:#31b76a2b;color:#8be5b0}.requestStatus-rejected{background:#d95a502b;color:#ffaaa2}.requestMetaGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.08)}.requestMetaItem{min-width:0;padding:10px 11px;border-radius:11px;background:#ffffff0d}.requestMetaLabel{display:block;margin-bottom:4px;color:#aaa7bc;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.7px}.requestMetaValue{display:block;overflow:hidden;color:#f3f1fb;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.requestContentGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:16px 18px}.requestContentPanel{min-width:0;padding:14px;border:1px solid rgba(255,255,255,.08);border-radius:13px;background:#ffffff0a}.requestSectionLabel,.decisionSummaryRow span,.decisionSummaryBlock>span{display:block;margin-bottom:8px;color:#b9b5cb;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.8px}.requestVouchPreview{margin:0;padding:12px 13px;border-left:3px solid #8b5cf6;border-radius:9px;background:#8b5cf61a;color:#f6f2ff;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.requestDetailsText{color:#e0deea;line-height:1.6;white-space:pre-wrap;overflow-wrap:anywhere}.requestCardFooter{display:flex;justify-content:flex-end;padding:0 18px 18px}.reviewRequestButton{min-width:155px;border-radius:11px;background:linear-gradient(135deg,#7c3aed,#5b21b6)}.reviewRequestButton:hover:not(:disabled){background:linear-gradient(135deg,#8b5cf6,#6d28d9)}.moderatorDecisionNote{width:100%;padding:12px 14px;border-radius:12px;line-height:1.5}.moderatorDecisionNote strong{display:block;margin-bottom:4px}.moderatorDecisionNote p{color:inherit;opacity:.92}.moderatorDecisionNote-approved{border:1px solid rgba(49,183,106,.35);background:#31b76a1a;color:#a8edc5}.moderatorDecisionNote-rejected{border:1px solid rgba(217,90,80,.35);background:#d95a501a;color:#ffc0ba}.reviewQueueNotice{padding:24px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#121024d6;color:#ddd9e8;text-align:center;line-height:1.55}.queueAccessDenied{border-color:#d95a5066}.queueEmptyState{padding:45px 20px}.queueEmptyState h2{margin:7px 0}.queueEmptyIcon{display:grid;place-items:center;width:52px;height:52px;margin:0 auto 10px;border-radius:50%;background:#31b76a24;color:#8be5b0;font-size:24px;font-weight:900}.queueSpinner{display:inline-block;width:17px;height:17px;margin-right:9px;border:2px solid rgba(255,255,255,.25);border-top-color:#fff;border-radius:50%;vertical-align:-3px;animation:queueSpin .75s linear infinite}@keyframes queueSpin{to{transform:rotate(360deg)}}.decisionDialog{width:min(610px,100%);padding:30px 24px 24px;background:linear-gradient(155deg,#221d39fc,#0e0d1cfc)}.decisionDialog h2{margin-bottom:17px;text-align:left}.decisionEyebrow{margin-bottom:5px}.decisionSummary{display:grid;gap:11px}.decisionSummaryRow,.decisionSummaryBlock{padding:13px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#ffffff0a}.decisionSummaryRow strong{display:block;color:#fff}.decisionSummaryBlock p{color:#e1deea;line-height:1.55;white-space:pre-wrap}.decisionButtons{display:grid;grid-template-columns:1fr 1fr;gap:10px}.decisionButtons button{width:100%;min-height:46px;border-radius:11px}@media(max-width:850px){.queueStats,.requestMetaGrid{grid-template-columns:1fr 1fr}}@media(max-width:650px){.reviewQueuePage{padding:14px 10px 35px}.reviewQueueHeader{flex-direction:column;padding:20px 17px}.reviewQueueHomeLink{width:100%}.reviewQueueWorkspace{padding:14px}.reviewQueueToolbar,.queueStatusRow{align-items:stretch;flex-direction:column}.reviewQueueTabs{width:100%}.queueTab{flex:1}.queueRefreshButton{width:100%}.queueStatusRow .joinMessage{text-align:left}.requestContentGrid{grid-template-columns:1fr}.requestCardFooter{justify-content:stretch}.reviewRequestButton{width:100%}}@media(max-width:470px){.queueStats,.requestMetaGrid{grid-template-columns:1fr}.removalRequestCardHeader{flex-direction:column}.requestStatus{align-self:flex-start}.decisionButtons{grid-template-columns:1fr}}.platformStreamDetails{width:min(680px,100%);margin:14px auto 4px;padding:14px;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:#00000047;text-align:left}.platformStreamLabel{margin-bottom:8px}.platformStreamRow{display:flex;align-items:center;gap:9px}.platformStreamLink{flex:1 1 auto;min-width:0;padding:10px 12px;border-radius:10px;background:#ffffff1a;color:#8ed6ff;overflow-wrap:anywhere;word-break:break-word}.platformStreamLink:hover{color:#fff}.platformStreamDetails .joinMessage{min-height:0;margin-top:8px}@media(max-width:560px){.platformStreamRow{align-items:stretch;flex-direction:column}.platformStreamRow .smallButton{width:100%}}.liveToggleButton{min-width:180px}.goLiveButton{background:#198754}.goLiveButton:hover:not(:disabled){background:#157347}.profilePage{min-height:100vh}.profileShell{width:min(760px,calc(100% - 28px));margin:32px auto 70px}.profileBackButton{display:inline-flex;margin-bottom:18px}.publicProfileCard{padding:28px;border-radius:22px;background:#fffffff5;box-shadow:0 18px 50px #0000002e;color:#202020}.profileIdentity,.profileRoomSection,.profileReviewsSection{text-align:center}.profilePhoto{width:112px;height:112px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 8px 24px #0000002e}.profilePhotoNote,.profileMemberSince,.profileReviewCard small{opacity:.7}.profileIdentity h1{margin:10px 0 6px}.profileTrust{font-weight:800}.profileBio{max-width:520px;margin:18px auto 8px;white-space:pre-wrap}.publicProfileCard hr{border:0;border-top:1px solid rgba(0,0,0,.13);margin:28px 0}.profileRoomStatus{font-weight:800}.profileJoinRoom{display:inline-flex;margin-top:12px}.profileReviewList{display:grid;gap:12px;margin:16px 0;text-align:left}.profileReviewCard{padding:15px;border-radius:14px;background:#0000000e}.profileReviewCard p{margin:8px 0;white-space:pre-wrap;overflow-wrap:anywhere}.staffManagement{margin-top:20px;padding:20px;border:2px dashed rgba(0,0,0,.18);border-radius:16px;text-align:center}.staffManagement h2{margin-top:0}@media(max-width:600px){.publicProfileCard{padding:20px 15px}}.siteHeader{position:relative;display:flex;justify-content:center;align-items:center;min-height:80px}.accountOnlyHeader{min-height:64px}.accountMenu{position:absolute;top:14px;right:18px;z-index:1200}.accountMenuButton{width:48px;height:48px;padding:0;border-radius:50%;overflow:hidden;border:3px solid rgba(255,255,255,.9);box-shadow:0 4px 14px #00000047}.accountAvatar{width:100%;height:100%;object-fit:cover;display:block;background:#fff}.accountDropdown{position:absolute;right:0;top:56px;width:220px;padding:10px;border-radius:14px;background:#14141cfa;box-shadow:0 12px 30px #00000073;text-align:left}.accountDropdown a,.accountDropdown button{display:block;width:100%;box-sizing:border-box;padding:11px 12px;margin:2px 0;border:0;border-radius:9px;background:transparent;color:#fff;text-decoration:none;text-align:left;font:inherit;cursor:pointer}.accountDropdown a:hover,.accountDropdown button:hover{background:#ffffff1f}.accountMenuName{margin:2px 8px 8px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.18);font-weight:700;overflow-wrap:anywhere}.profileUsernameLink{color:inherit;font-weight:700;text-decoration:none;text-underline-offset:3px;cursor:pointer}.profileUsernameLink:hover{opacity:.75}.editProfileCard{max-width:650px;margin-inline:auto}.profileSearchForm{display:flex;gap:10px;margin:18px 0}.profileSearchForm input{flex:1;min-width:0}.profileSearchResults{display:grid;gap:10px}.profileSearchResult{display:flex;align-items:center;gap:14px;padding:12px;border-radius:12px;background:#ffffff1c;color:inherit;text-decoration:none;text-align:left}.profileSearchResult:hover{background:#ffffff2e;transform:translateY(-1px)}.profileSearchResult img{width:58px;height:58px;border-radius:50%;object-fit:cover;background:#fff}.profileSearchResult p{margin:4px 0 0;opacity:.82}@media(max-width:600px){.accountMenu{right:10px;top:10px}.accountDropdown{width:min(220px,calc(100vw - 24px))}.profileSearchForm{flex-direction:column}}body.profilePage.editProfileTheme{min-height:100vh;padding:18px;color:#fff8e8;text-align:center;background:radial-gradient(circle at 15% 15%,rgba(111,42,145,.28),transparent 34%),radial-gradient(circle at 85% 5%,rgba(213,47,69,.24),transparent 32%),linear-gradient(#08030dd6,#08030df0),url(../images/peryahan.webp) center / cover fixed no-repeat}.editProfileTheme .accountOnlyHeader{width:min(860px,100%);min-height:64px;margin:0 auto}.editProfileTheme .profileShell{width:min(820px,calc(100% - 20px));margin:18px auto 60px}.editProfileTheme .profileBackButton{display:inline-flex;align-items:center;justify-content:center;margin:0 auto 18px;padding:11px 18px;border:1px solid rgba(255,214,92,.24);border-radius:13px;color:#fff8e8;background:linear-gradient(135deg,#5c3b70,#34203f);box-shadow:0 8px 18px #00000040;text-decoration:none;font-weight:800}.editProfileTheme .publicProfileCard.editProfileCard{position:relative;overflow:hidden;width:100%;max-width:720px;margin:0 auto;padding:clamp(24px,5vw,42px);border:1px solid rgba(255,214,92,.28);border-radius:26px;color:#fff8e8;background:radial-gradient(circle at 50% 0%,rgba(255,205,75,.11),transparent 38%),linear-gradient(145deg,#2f0f39f5,#0f0718f7);box-shadow:0 22px 60px #00000080;backdrop-filter:blur(14px);text-align:center}.editProfileTheme .publicProfileCard.editProfileCard:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,transparent,#ffd45c,#d52f45,transparent)}.editProfileTheme .editProfileCard h1{margin:0 0 22px;color:#ffd45c;font-size:clamp(1.9rem,5vw,2.6rem);text-shadow:0 3px 16px rgba(0,0,0,.45)}.editProfileTheme #editProfilePreview.profilePhoto{display:block;width:clamp(130px,25vw,180px);height:clamp(130px,25vw,180px);margin:0 auto 28px;border:5px solid #ffd45c;border-radius:50%;object-fit:cover;background:#160b1e;box-shadow:0 0 0 7px #ffd45c14,0 16px 35px #0000006b}.editProfileTheme #editProfileForm{width:min(620px,100%);margin:0 auto}.editProfileTheme .formGroup{margin:20px 0;text-align:left}.editProfileTheme .formGroup label{display:block;margin-bottom:8px;color:#fff1bd;font-size:.97rem;font-weight:850}.editProfileTheme .formGroup input,.editProfileTheme .formGroup textarea{width:100%;min-height:48px;padding:13px 15px;border:1px solid rgba(255,212,92,.28);border-radius:14px;color:#291729;background:#fffaf0;outline:none;font:inherit}.editProfileTheme .formGroup textarea{min-height:150px;resize:vertical;line-height:1.55}.editProfileTheme .formGroup input:focus,.editProfileTheme .formGroup textarea:focus{border-color:#ffd45c;box-shadow:0 0 0 4px #ffd45c24}.editProfileTheme .mutedText,.editProfileTheme .reviewCharacterCount{margin-top:7px;color:#cfc1d1;font-size:.86rem}.editProfileTheme .reviewCharacterCount{text-align:right}.editProfileTheme .buttonRow{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:25px}.editProfileTheme #saveProfileButton,.editProfileTheme #cancelEditProfile{display:inline-flex;min-width:150px;min-height:48px;align-items:center;justify-content:center;padding:12px 22px;border:1px solid rgba(255,229,155,.22);border-radius:14px;color:#fff;text-decoration:none;font-weight:850;cursor:pointer;transition:transform .18s ease,filter .18s ease}.editProfileTheme #saveProfileButton{background:linear-gradient(135deg,#d93a4e,#8f1730);box-shadow:0 10px 22px #8f173047}.editProfileTheme #cancelEditProfile{background:linear-gradient(135deg,#604174,#372341)}.editProfileTheme #saveProfileButton:hover:not(:disabled),.editProfileTheme #cancelEditProfile:hover{transform:translateY(-2px);filter:brightness(1.09)}.editProfileTheme #editProfileMessage{min-height:24px;margin-top:16px;color:#72e7a4;font-weight:700}.editProfileTheme .errorMessage{color:#ff9c9c!important}@media(max-width:600px){body.profilePage.editProfileTheme{padding:10px;background-attachment:scroll}.editProfileTheme .profileShell{width:100%;margin-top:10px}.editProfileTheme .publicProfileCard.editProfileCard{padding:23px 15px;border-radius:21px}.editProfileTheme .buttonRow{flex-direction:column}.editProfileTheme #saveProfileButton,.editProfileTheme #cancelEditProfile{width:100%}}.editProfileTheme .googleProfilePictureBlock{width:min(520px,100%);margin:0 auto 24px;text-align:center}.editProfileTheme .googleProfilePictureBlock #editProfilePreview.profilePhoto{margin:0 auto 14px}.editProfileTheme .googleProfileNotice{max-width:500px;margin:0 auto;text-align:center;line-height:1.5}.editProfileTheme #editProfileForm{margin-top:0}.bottomPanels{display:grid;grid-template-columns:220px minmax(0,1fr);gap:20px;width:100%;margin:20px 0;align-items:stretch}.bottomPanels .historyBox,.bottomPanels .customerOrdersBox{width:100%;min-width:0;height:400px;margin:0;display:flex;flex-direction:column}.bottomPanels .historyBox{padding-inline:14px}#permanentHistory{flex:1;min-height:0;overflow-y:auto}.customerOrdersBox{padding:18px;text-align:left}.customerOrdersHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.customerOrdersBox h2{margin-bottom:2px}.customerOrdersSummary{margin:0;color:#d0d0d0;font-size:12px}.customerOrderSearchWrap{display:grid;gap:5px;margin:8px 0 10px;color:#e9dce2;font-size:11px}.customerOrderSearchWrap input{width:100%;min-height:34px;padding:7px 10px;border:1px solid rgba(255,255,255,.16);border-radius:9px;background:#0000003d;color:#fff}.customerOrdersScroller{flex:1;min-height:0;display:flex;flex-direction:column;gap:10px;overflow-y:auto;padding-right:5px}.pendingCustomerOrder{flex:0 0 auto;display:grid;gap:9px;min-height:0;padding:10px 12px;border:1px solid rgba(120,150,190,.34);border-radius:12px;background:linear-gradient(135deg,#081323f5,#09121feb)}.pendingCustomerOrderHeader{display:flex;justify-content:space-between;align-items:center;gap:10px}.pendingCustomerOrderBuyerRow{display:flex;align-items:center;gap:7px;min-width:0}.pendingCustomerOrderBuyer{margin:0;color:#fff;font-size:14px;overflow-wrap:anywhere}.copyCustomerUsernameButton{flex:0 0 auto;width:28px;height:28px;min-width:28px;padding:0;border:1px solid #3498db;border-radius:7px;background:#3498db2e;font-size:11px}.pendingCustomerOrderTime{flex:0 0 auto;margin:0;color:#aeb7c4;font-size:10px;text-align:right;white-space:nowrap}.pendingCustomerOrderContent{display:grid;grid-template-columns:88px minmax(0,1fr);gap:11px;align-items:start}.pendingCustomerOrderImageWrap{width:88px;height:88px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:9px;background:#0000004d;color:#999;font-size:11px}.pendingCustomerOrderImage{width:100%;height:100%;display:block;object-fit:cover}.pendingCustomerOrderInfo{min-width:0}.pendingCustomerOrderItem{padding-bottom:5px;border-bottom:1px solid rgba(255,255,255,.16)}.pendingCustomerOrderItem+.pendingCustomerOrderItem{margin-top:5px}.pendingCustomerOrderProductName{display:block;margin-bottom:4px;color:#fff;font-size:15px;line-height:1.15}.pendingCustomerOrderInfo p,.pendingCustomerOrderItem p{margin:2px 0;color:#d8dfeb;font-size:12px;line-height:1.25}.pendingCustomerOrderInfo p strong,.pendingCustomerOrderItem p strong{color:#fff;font-weight:900}.pendingCustomerOrderPrivateDetails{display:grid;gap:2px;margin-top:5px;padding-top:5px;border-top:1px solid rgba(255,255,255,.16)}.pendingCustomerOrderPrivateDetails p{margin:0;overflow-wrap:anywhere}.pendingCustomerOrderActions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.customerOrderActionButton{width:100%;min-height:32px;padding:5px 8px;border-radius:8px;font-size:11px;font-weight:900;line-height:1.1}.customerOrderCompleteButton{border:1px solid #63df79;background:linear-gradient(#2f9a49,#197c35)}.customerOrderCompleteButton:hover:not(:disabled){background:linear-gradient(#39ad55,#208d3d)}.customerOrderRejectButton{border:1px solid #f05454;background:linear-gradient(#c63333,#9d2020)}.customerOrderRejectButton:hover:not(:disabled){background:linear-gradient(#db3b3b,#ad2525)}.pendingCustomerOrderActions .customerOrderStatusBadge{grid-column:1 / -1;justify-self:start}.customerOrderStatusBadge{align-self:flex-start}.customerOrderRejectionReason{margin:0;font-size:11px;line-height:1.3}.emptyOrders{margin:auto;padding:18px;color:#d8d8d8;text-align:center}@media(max-width:700px){.bottomPanels{grid-template-columns:1fr}.bottomPanels .historyBox,.bottomPanels .customerOrdersBox{height:400px}}@media(max-width:520px){.customerOrdersBox{padding:14px 12px}.pendingCustomerOrder{gap:8px;padding:9px}.pendingCustomerOrderHeader{align-items:flex-start}.pendingCustomerOrderContent{grid-template-columns:78px minmax(0,1fr);gap:9px}.pendingCustomerOrderImageWrap{width:78px;height:78px}.pendingCustomerOrderBuyer{font-size:13px}.pendingCustomerOrderProductName{font-size:14px}.pendingCustomerOrderInfo p,.pendingCustomerOrderItem p{font-size:11px}.customerOrderActionButton{min-height:30px;font-size:10px}}.profileShopSection{margin-top:18px;padding:24px;border:1px solid rgba(255,212,90,.2);border-radius:22px;background:#ffffff0e;box-shadow:inset 0 1px #ffffff0d}.profileShopHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.profileShopHeader .profileSectionHeading{margin-bottom:0}.shopMessage{margin:10px 0 0;color:#d7c9cf;text-align:right}.sellerControls{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.profileProductGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.profileProductGrid>p{grid-column:1 / -1;padding:24px;text-align:center;color:#d7c9cf}.productCard{min-width:0;overflow:hidden;padding:10px;border:1px solid rgba(255,255,255,.11);border-radius:14px;background:#0000003d}.productImageContainer{width:100%;aspect-ratio:1/1;margin-bottom:9px;overflow:hidden;border-radius:10px;background:#00000059}.productImage{display:block;width:100%;height:100%;object-fit:cover}.productCard h3{margin:7px 0;font-size:14px;line-height:1.2;text-align:center;overflow-wrap:anywhere}.productCard p{margin:4px 0;font-size:11px;text-align:center;overflow-wrap:anywhere}.productPrice{color:#ffe58b;font-size:15px!important;font-weight:900}.productDescription{display:-webkit-box;min-height:30px;overflow:hidden;color:#d7c9cf;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.productActions{display:flex;gap:5px;margin-top:9px}.productActions button{flex:1;min-width:0;padding:8px 4px;border:0;border-radius:8px;color:#fff;font-size:10px;font-weight:800;cursor:pointer}.editProductButton{background:#1976d2}.deleteProductButton{background:#9e1b1b}.buyNowButton{width:100%;background:#16843d}.soldOutButton{width:100%;background:#555}.paymentInfoButton{color:#fff}.modalOverlay{position:fixed;z-index:2000;inset:0;display:grid;place-items:center;padding:18px;overflow-y:auto;background:#000000d1}.modalCard{width:min(100%,560px);max-height:calc(100vh - 36px);overflow-y:auto;padding:22px;border:1px solid rgba(255,213,90,.24);border-radius:18px;color:#fff8eb;background:linear-gradient(155deg,#391128fc,#14060efc);box-shadow:0 18px 50px #00000080}.modalCard h2,.modalCard h3{text-align:center}.fieldLabel{display:block;margin-bottom:13px;font-weight:800}.fieldLabel input,.fieldLabel textarea,.fieldLabel select{width:100%;margin-top:7px;padding:11px;border:1px solid #777;border-radius:8px;color:#111;background:#fff;font:inherit}.fieldLabel textarea{min-height:110px;resize:vertical}.fieldLabel small{display:block;margin-top:5px;color:#d7c9cf;font-weight:400}.imagePreviewBox,.qrPreviewBox,.proofPreviewBox,.buyerQrBox{display:grid;place-items:center;min-height:100px;margin:12px 0;overflow:hidden;border:1px dashed rgba(255,255,255,.2);border-radius:12px;background:#00000038}.imagePreviewBox img,.qrPreviewBox img,.proofPreviewBox img,.buyerQrBox img{display:none;max-width:100%;max-height:300px;object-fit:contain}.modalActions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.modalActions button,.quantityControls button{border:0;border-radius:9px;padding:11px 16px;color:#fff;background:#1976d2;font-weight:800;cursor:pointer}.secondaryButton{background:#555!important}.buyProductImage{display:none;width:100px;height:100px;margin:0 auto 15px;border-radius:12px;object-fit:cover}.checkoutSummary{margin:0}.checkoutSummary div,.totalRow{display:flex;justify-content:space-between;gap:15px;padding:8px 0}.checkoutSummary dd{margin:0;text-align:right}.quantitySection{display:flex;align-items:center;justify-content:space-between;margin:15px 0}.quantityControls{display:flex;align-items:center;gap:12px}.paymentWarning,.noProofWarning{color:#ffd45a;text-align:center}.paymentDetails{text-align:center}@media(max-width:1100px){.profileProductGrid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:850px){.profileProductGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.profileProductGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.profileShopHeader{display:block}.shopMessage{text-align:left}.profileShopSection{padding:17px}}@media(max-width:520px){.profileProductGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.sellerControls .profileButton{width:100%}}@media(max-width:340px){.profileProductGrid{grid-template-columns:1fr}}.sellerControls{grid-template-columns:repeat(3,minmax(0,auto))}@media(max-width:760px){.sellerControls{grid-template-columns:1fr}.sellerControls .profileButton{width:100%}}.buyerCartControls{display:flex;justify-content:flex-end;margin:0 0 16px}.cartCard{width:min(760px,100%)}.cartItems{display:grid;gap:10px;margin:14px 0}.cartEmpty{padding:28px;text-align:center;color:#d7c9cf}.cartItem{display:grid;grid-template-columns:64px minmax(120px,1fr) auto auto auto;align-items:center;gap:12px;padding:10px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#0003}.cartItem>img{width:64px;height:64px;border-radius:9px;object-fit:cover;background:#1b1117}.cartItemInfo{display:grid;gap:4px;min-width:0}.cartItemInfo strong{overflow-wrap:anywhere}.cartItemInfo span{color:#d7c9cf;font-size:12px}.cartQuantityControls{display:flex;align-items:center;gap:8px}.cartQuantityControls button{width:32px;height:32px;padding:0;border:0;border-radius:8px;color:#fff;background:#6b2340;font-weight:900;cursor:pointer}.cartQuantityControls button:disabled{opacity:.45;cursor:not-allowed}.cartItemSubtotal{color:#ffe58b;white-space:nowrap}.cartRemoveButton{padding:8px 10px;border:0;border-radius:8px;color:#fff;background:#9e1b1b;font-weight:800;cursor:pointer}.cartGrandTotal{margin-top:10px;border-top:1px solid rgba(255,255,255,.12);font-size:18px}.paymentCartSummary{padding:12px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#0003}.paymentCartSummary h3{margin-top:0}.paymentCartItems{display:grid;gap:8px}.paymentCartItem{display:flex;justify-content:space-between;gap:12px;font-size:13px}@media(max-width:700px){.buyerCartControls .profileButton{width:100%}.cartItem{grid-template-columns:54px 1fr auto}.cartItem>img{width:54px;height:54px}.cartQuantityControls{grid-column:2}.cartItemSubtotal{grid-column:3;grid-row:2}.cartRemoveButton{grid-column:2 / 4;width:100%}}.shopToggleField{display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px 14px}.shopToggleField input[type=checkbox]{width:22px;height:22px;margin:0;cursor:pointer}.shopToggleField small{grid-column:1 / -1}.refundSection{margin:18px 0 4px;padding:16px;border:1px solid rgba(255,212,90,.28);border-radius:14px;background:#ffd45a0f}.refundSection h3{margin:0 0 7px;text-align:left}.refundSection h3 span{color:#d7c9cf;font-size:.75em;font-weight:700}.refundSection>p{margin:0 0 14px;color:#d7c9cf;line-height:1.5}.roomShopSection{margin-top:20px;text-align:left}.roomShopSection .profileShopHeader{align-items:center}.roomShopSection .shopMessage{text-align:left}.profileButton{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 15px;border:1px solid rgba(255,255,255,.16);border-radius:10px;color:#fff;background:#ffffff14;font-weight:800;text-decoration:none;cursor:pointer}.profileButtonPrimary{border-color:#ffe28a;background:linear-gradient(180deg,#ef4b4f,#8d1420)}.profileButtonSecondary{background:#ffffff14}.roomShopSection .sellerControls{display:flex;flex-wrap:wrap;gap:10px}.roomShopSection .sellerControls[hidden],.roomShopSection .buyerCartControls[hidden],.modalOverlay[hidden]{display:none!important}@media(max-width:620px){.profileProductGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:360px){.profileProductGrid{grid-template-columns:1fr}}.roomReviewQuickActions{margin-top:0;padding-top:0;border-top:0;text-align:center}.roomTrustFavoriteRow{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:10px}.roomTrustFavoriteRow .reviewTrustSummary{margin:0}.compactFavoriteControl{display:inline-flex;align-items:center}.favoriteRoomButton,.favoriteCountDisplay{width:auto;min-width:0;min-height:28px;margin:0;padding:5px 9px;border:1px solid rgba(255,216,77,.45);border-radius:999px;background:#ffd84d1c;color:#ffe17a;font-size:12px;font-weight:800;line-height:1;white-space:nowrap}.favoriteRoomButton{display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.favoriteRoomButton:hover:not(:disabled){background:#ffd84d38;transform:none}.favoriteRoomButton.isFavorite{border-color:#ffd84d;background:#d5a900;color:#16120a}.favoriteCountDisplay{display:inline-flex;align-items:center;gap:5px}.roomFavoriteCount{color:inherit;font-size:inherit}.favoriteRoomMessage{margin:7px 0 0;font-size:11px;line-height:1.35}.roomReviewQuickActions .reviewButton{margin-top:9px}@media(max-width:500px){.roomTrustFavoriteRow{gap:6px}.favoriteRoomButton,.favoriteCountDisplay{min-height:26px;padding:4px 8px;font-size:11px}}.sellingStatusMessage{display:inline-flex;align-items:center;justify-content:center;margin-top:8px;padding:6px 11px;border-radius:999px;font-size:13px;font-weight:800}.sellingStatusMessage.shopOpen{border:1px solid rgba(78,220,130,.45);background:#27ae6029;color:#9ff1b8}.sellingStatusMessage.shopClosed{border:1px solid rgba(255,112,112,.5);background:#c0392b2e;color:#faa}.sellingToggleButton{border:1px solid transparent}.sellingToggleButton.isSelling{background:#c0392b}.sellingToggleButton.isSelling:hover:not(:disabled){background:#a93226}.sellingToggleButton.isStopped{background:#1f9d55}.sellingToggleButton.isStopped:hover:not(:disabled){background:#178246}.roomShopSection,.profileShopSection{position:relative}.roomShopSection .sellingToggleButton,.profileShopSection .sellingToggleButton{position:absolute;top:18px;right:18px;z-index:2;margin:0}.roomShopSection .sellerControls,.profileShopSection .sellerControls{padding-top:10px}@media(max-width:700px){.roomShopSection .sellingToggleButton,.profileShopSection .sellingToggleButton{top:14px;right:14px;padding:8px 12px;font-size:13px}.roomShopSection .profileShopHeader,.profileShopSection .profileShopHeader{padding-right:135px}}@media(max-width:500px){.roomShopSection .sellingToggleButton,.profileShopSection .sellingToggleButton{position:static;display:block;width:fit-content;margin:10px 0 0 auto}.roomShopSection .profileShopHeader,.profileShopSection .profileShopHeader{padding-right:0}}.accountCard #authMessage:empty{display:none}.guestText{margin:10px 0 0;line-height:1.5}.viewerStreamSection{width:100%;margin:14px 0 12px;padding:12px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:#00000047;box-sizing:border-box}.viewerStreamHeader{margin-bottom:10px;text-align:center;font-size:16px}.viewerStreamFrame{position:relative;width:100%;aspect-ratio:16 / 9;min-height:200px;overflow:hidden;border-radius:12px;background:#000}.viewerStreamFrame iframe{display:block;width:100%;height:100%;min-height:200px;border:0;background:#000}.viewerTikTokCard{position:relative;display:grid;justify-items:center;gap:8px;padding:24px 16px 20px;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:radial-gradient(circle at 18% 20%,rgba(37,244,238,.18),transparent 34%),radial-gradient(circle at 82% 78%,rgba(254,44,85,.2),transparent 36%),#111;text-align:center}.viewerTikTokLiveBadge{position:absolute;top:10px;right:10px;padding:4px 8px;border-radius:999px;background:#fe2c55;color:#fff;font-size:11px;font-weight:900;letter-spacing:.08em;animation:viewerLivePulse 1.5s ease-in-out infinite}.viewerTikTokIcon{width:58px;height:58px;display:grid;place-items:center;margin-top:4px;border-radius:18px;background:#050505;color:#fff;font-size:38px;font-weight:900;text-shadow:-3px 0 #25f4ee,3px 0 #fe2c55;box-shadow:0 10px 30px #00000059}.viewerTikTokTitle{margin:2px 0 0;color:#fff;font-weight:800}.viewerTikTokUsername{margin:0;color:#ffffffb8;font-size:14px;overflow-wrap:anywhere}@keyframes viewerLivePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.72;transform:scale(.96)}}.viewerStreamFallback{margin:12px 0 0;text-align:center}.viewerStreamOpenButton{display:block;width:fit-content;margin:12px auto 0;padding:9px 14px;border-radius:9px;background:#3498db3d;border:1px solid rgba(108,190,255,.45);color:#d8efff;font-weight:800;text-decoration:none}.viewerStreamOpenButton:hover{background:#3498db66}@media(max-width:600px){.viewerStreamSection{padding:9px;border-radius:11px}.viewerStreamFrame,.viewerStreamFrame iframe{min-height:200px;border-radius:9px}}.ignRow{display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap;margin:16px 0;font-size:22px;font-weight:700;text-align:center}.ignText strong{color:#ffd54a}#permanentIgn{color:#fff;font-weight:900}.copyIgnButton{padding:6px 12px;border-radius:8px;font-size:13px;font-weight:800;background:#3498db}.hostHistoryToolbar{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:center;gap:14px;width:100%;margin:0 4px 8px}.hostHistoryToolbar[hidden],.hostRoomViewerRow[hidden],.hostDiceBlurControl[hidden]{display:none!important}.hostRoomViewerRow{margin:0;color:#fff;font-size:14px;font-weight:800;text-align:left;white-space:nowrap}.hostRoomViewerRow strong{color:#ffd95a}.hostDiceBlurControl{display:flex;justify-content:flex-end;align-items:center;margin-left:auto}.hostDiceBlurControl label{display:inline-flex;align-items:center;gap:7px;cursor:pointer;color:#fff;font-size:14px;font-weight:800;text-align:right;user-select:none}.hostDiceBlurControl input{width:17px;height:17px;cursor:pointer}.hostDiceBlurEnabled #permanentResults .dice,.hostDiceBlurEnabled #permanentHistory .historyDice{filter:blur(12px);transition:filter .15s ease}.hostDiceBlurEnabled #permanentResults .dice:hover,.hostDiceBlurEnabled #permanentHistory .historyDice:hover{filter:blur(0)}@media(max-width:560px){.hostHistoryToolbar{align-items:flex-start;flex-wrap:wrap;gap:8px;margin-inline:0}.hostDiceBlurControl{margin-left:auto}.hostRoomViewerRow,.hostDiceBlurControl label{font-size:12px}}.paymentSettingsCard{width:min(900px,calc(100vw - 24px));max-height:92vh;overflow-y:auto}.paymentSettingsIntro{margin:-4px 0 18px;opacity:.8;line-height:1.5}.paymentMethodSettingsGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.paymentMethodSettingsCard,.paymentInstructionCard,.afterPaymentSection{border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:16px;background:#ffffff0e}.paymentMethodEnableRow{display:flex;align-items:center;gap:10px;font-size:1.12rem;font-weight:800;margin-bottom:10px}.paymentMethodEnableRow input{width:20px;height:20px}.paymentMethodChoices{display:flex;flex-wrap:wrap;gap:10px;margin:12px 0 16px}.paymentMethodChoice{flex:1 1 110px;min-height:44px;opacity:.72}.paymentMethodChoice.selected{opacity:1;box-shadow:0 0 0 3px #ffffff3b;transform:translateY(-1px)}.sendPaymentLabel,.scanQrLabel{text-align:center;margin:12px 0 8px;font-weight:800}.paymentRecipientCard{text-align:center;border-radius:14px;padding:12px;background:#00000038}.paymentRecipientCard strong{display:block;margin-bottom:8px;font-size:1.05rem}.copyPaymentRow{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.copyPaymentRow span{font-weight:800;overflow-wrap:anywhere}.copyPaymentButton{width:auto;min-width:110px}.paymentOrDivider,.sectionDividerTitle{display:flex;align-items:center;gap:12px;margin:18px 0;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.paymentOrDivider:before,.paymentOrDivider:after,.sectionDividerTitle:before,.sectionDividerTitle:after{content:"";height:1px;flex:1;background:#ffffff38}.sectionDividerTitle span{white-space:nowrap}.paymentDateTimeGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.proofUploadField input[type=file]{padding:12px;border:1px dashed rgba(255,255,255,.35);border-radius:14px;background:#0000002e}.proofUploadHint{display:block;margin-top:7px;opacity:.72}.optionalText{opacity:.68;font-weight:400}.afterPaymentSection{margin-top:18px}.paymentCard{width:min(720px,calc(100vw - 24px));max-height:94vh;overflow-y:auto}@media(max-width:760px){.paymentMethodSettingsGrid,.paymentDateTimeGrid{grid-template-columns:1fr}.paymentSettingsCard,.paymentCard{width:calc(100vw - 16px);padding:15px}}.paymentSetupStep{display:grid;gap:16px}.guestOrderTopCard{display:flex;align-items:flex-start;gap:14px;padding:16px;border:1px solid rgba(255,213,90,.34);border-radius:14px;background:#ffd55a12;cursor:pointer}.guestOrderTopCard input{width:23px;height:23px;margin:1px 0 0;flex:0 0 auto}.guestOrderText{display:grid;gap:4px}.guestOrderText strong{font-size:15px}.guestOrderText small{color:#d8cbd1;line-height:1.45}.paymentSetupDivider{height:1px;background:#ffffff1f}.paymentSetupHeading{margin:0;font-size:13px;letter-spacing:.12em;color:#f5dd9a}.paymentMethodSelectionGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.paymentMethodSelectCard{min-height:92px;display:flex;align-items:flex-start;gap:10px;padding:14px;border:1px solid rgba(255,255,255,.15);border-radius:14px;background:#ffffff0b;cursor:pointer;transition:.18s ease}.paymentMethodSelectCard:hover{transform:translateY(-1px);border-color:#ffffff4d}.paymentMethodSelectCard:has(input:checked){border-color:#ffd45a;box-shadow:0 0 0 2px #ffd45a1f}.paymentMethodSelectCard input{width:20px;height:20px;margin:1px 0 0}.paymentMethodSelectCard span{display:grid;gap:5px}.paymentMethodSelectCard small{color:#d0c4ca}.paymentSetupError{margin:0;color:#ff9b9b;text-align:center;font-size:13px}.paymentDetailAccordion{overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:15px;background:#ffffff0b}.paymentAccordionHeader{width:100%;display:flex;justify-content:space-between;align-items:center;padding:15px 16px;border:0;border-radius:0;background:#ffffff0e;color:#fff;font-weight:800;font-size:15px;text-align:left}.paymentAccordionBody{display:grid;gap:12px;padding:16px}.paymentAccordionBody[hidden]{display:none}.paymentGcashCard{border-left:4px solid #20c878}.paymentMayaCard{border-left:4px solid #7f65ff}.paymentPaypalCard{border-left:4px solid #55a8ff}#continuePaymentSetupButton:disabled{opacity:.45;cursor:not-allowed}.customerOrderSearchWrap{display:grid;gap:6px;margin:10px 0 12px;font-size:12px;color:#e9dce2}.customerOrderSearchWrap input{width:100%;padding:10px 12px;border:1px solid rgba(255,255,255,.16);border-radius:10px;background:#0000003d;color:#fff}.customerOrderId{margin:5px 0 8px;color:#ffd45a;font-weight:800;letter-spacing:.03em;overflow-wrap:anywhere}@media(max-width:640px){.paymentMethodSelectionGrid{grid-template-columns:1fr}.paymentMethodSelectCard{min-height:auto}}#selectedPaymentDetails[hidden],#paymentFillUpForm[hidden]{display:none!important}.hostWebsiteBrand{display:flex;align-items:center;justify-content:center;gap:9px;width:fit-content;max-width:100%;margin:2px auto 14px;padding:9px 16px;border:1px solid rgba(255,196,0,.38);border-radius:999px;background:#ffc40014;box-shadow:0 8px 22px #0000002e;font-size:clamp(17px,2.4vw,21px)}.hostWebsiteBrand strong{color:#ffc400;letter-spacing:.2px;text-shadow:0 0 10px rgba(255,196,0,.25)}.viewerRoomInformation p{margin:7px 0}.roomIdCard{width:min(260px,92%);margin:10px auto 12px;padding:11px 18px 12px;border:1px solid rgba(255,196,0,.48);border-radius:13px;background:linear-gradient(180deg,#ffc4001a,#ffc40009);box-shadow:0 10px 25px #00000038,inset 0 0 16px #ffc40009;text-align:center}.roomIdCardLabel{display:block;margin-bottom:5px;color:#d7d7d7;font-size:11px;font-weight:800;letter-spacing:1.8px}.hostRoomPerspective .results{min-height:150px;gap:12px;margin-block:11px}.hostRoomPerspective .results .dice{width:clamp(78px,12vw,122px);height:clamp(78px,12vw,122px)}.hostRoomPerspective .rollButton{min-width:min(280px,92%);padding:14px 36px;font-size:21px;font-weight:900;letter-spacing:1px}@media(max-width:480px){.hostWebsiteBrand{padding:8px 13px;font-size:17px}.hostRoomPerspective .results{min-height:128px}.hostRoomPerspective .results .dice{width:clamp(70px,24vw,96px);height:clamp(70px,24vw,96px)}}.hostSettings{display:flex;justify-content:center;margin:0 0 10px}.hostSettings[hidden]{display:none!important}.hostSettings .hostWebsiteBrand{margin:0 auto}.hostDiceCountControl{width:100%;margin:0 auto 14px;padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,.16);text-align:center}.hostDiceCountControl[hidden]{display:none!important}.hostDiceCountHeading{margin-bottom:9px;color:#fff;font-size:14px;font-weight:800}.hostDiceCountStepper{width:min(155px,82%);min-height:42px;margin:0 auto;padding:4px 6px;display:grid;grid-template-columns:34px minmax(38px,1fr) 34px;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.22);border-radius:12px;background:#04081a7a;box-shadow:inset 0 1px #ffffff0d,0 6px 14px #00000038;backdrop-filter:blur(6px)}.diceCountStepButton{width:32px;height:30px;padding:0;border:1px solid rgba(83,190,255,.75);border-radius:8px;background:linear-gradient(180deg,#45a9e8,#2388ca);color:#fff;box-shadow:0 3px 8px #2388ca40;font-size:19px;font-weight:800;line-height:1;cursor:pointer;transition:transform .12s ease,filter .12s ease,opacity .12s ease}.diceCountStepButton:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px)}.diceCountStepButton:active:not(:disabled){transform:translateY(1px) scale(.97)}.diceCountStepButton:disabled{opacity:.32;cursor:not-allowed;box-shadow:none}.diceCountDisplay{width:100%;min-width:0;height:30px;padding:0;border:0;outline:0;border-radius:7px;background:transparent;color:#fff;font-size:25px;font-weight:900;line-height:1;text-align:center;text-shadow:0 3px 12px rgba(0,0,0,.35);appearance:textfield;-moz-appearance:textfield}.diceCountDisplay:focus{background:#ffffff14;box-shadow:0 0 0 2px #53beff6b}.visuallyHiddenDiceSelect{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(max-width:480px){.hostDiceCountControl{margin-bottom:11px;padding-bottom:12px}.hostDiceCountStepper{width:min(150px,82%);min-height:40px;grid-template-columns:32px minmax(36px,1fr) 32px;gap:6px;padding:4px 6px}.diceCountStepButton{width:30px;height:28px;font-size:18px}.diceCountDisplay{font-size:23px}}.hostRoomPerspective .publicHostInformation{margin-bottom:0;padding-bottom:0;border-bottom:0}#permanentRoomCard:not(.hostRoomPerspective) .results{min-height:150px;gap:12px;margin-block:11px}#permanentRoomCard:not(.hostRoomPerspective) .results .dice{width:clamp(78px,12vw,122px);height:clamp(78px,12vw,122px)}@media(max-width:480px){#permanentRoomCard:not(.hostRoomPerspective) .results{min-height:128px}#permanentRoomCard:not(.hostRoomPerspective) .results .dice{width:clamp(70px,24vw,96px);height:clamp(70px,24vw,96px)}}.guestWebsiteBrand{width:100%;margin:0 auto 10px;text-align:center}.guestRoomCard{width:100%}.guestHostSettings{margin:0 0 18px}.guestHostSettings .hostDiceCountControl{margin:0 auto}.guestDiceBlurToolbar{display:flex;justify-content:flex-end;width:100%;margin:18px 4px 8px}.guestDiceBlurToolbar[hidden]{display:none!important}.guestBottomPanels{grid-template-columns:220px minmax(0,1fr)}.guestBottomPanels .historyBox,.guestBottomPanels .guestJoinBox{width:100%;min-width:0;height:400px;margin:0;display:flex;flex-direction:column}.guestBottomPanels #history{flex:1;min-height:0;overflow-y:auto}.guestJoinBox{padding:18px;text-align:left}.guestJoinBox .joinControls{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;width:100%;margin:16px 0 10px}.guestJoinBox .joinControls input{width:100%;min-width:0}.guestJoinBox>p:last-child{margin-top:auto}.guestAbout{width:100%;margin-top:20px}.guestDiceBlurEnabled #results .dice,.guestDiceBlurEnabled #history .historyDice{filter:blur(12px);transition:filter .15s ease}.guestDiceBlurEnabled #results .dice:hover,.guestDiceBlurEnabled #history .historyDice:hover{filter:blur(0)}@media(max-width:760px){.guestBottomPanels{grid-template-columns:1fr}.guestBottomPanels .historyBox,.guestBottomPanels .guestJoinBox{height:auto;min-height:280px}.guestJoinBox .joinControls{grid-template-columns:1fr}.guestJoinBox .joinControls button{width:100%}}.guestWebsiteBrand{display:flex;align-items:center;justify-content:center;gap:9px;width:fit-content;max-width:calc(100% - 24px);margin:2px auto 14px;padding:9px 16px;border:1px solid rgba(255,196,0,.38);border-radius:999px;background:#ffc40014;box-shadow:0 8px 22px #0000002e;font-size:clamp(17px,2.4vw,21px);text-align:center}.guestWebsiteBrand strong{color:#ffc400;letter-spacing:.2px;text-shadow:0 0 10px rgba(255,196,0,.25)}.guestRoomCard .results{min-height:150px;gap:12px;margin-block:11px}.guestRoomCard .results .dice{width:clamp(78px,12vw,122px);height:clamp(78px,12vw,122px)}.guestBottomPanels{grid-template-columns:minmax(280px,.82fr) minmax(0,1.55fr);gap:14px;align-items:stretch}.guestBottomPanels .historyBox,.guestBottomPanels .guestJoinBox{min-height:400px;height:400px}.guestBottomPanels .historyBox{padding:16px 14px}.guestBottomPanels .historyBox h2,.guestJoinBox h2{margin:0 0 14px;font-size:19px}.guestJoinBox{position:relative;padding:18px 22px 20px;overflow:hidden}.guestJoinBox .joinControls{display:grid;grid-template-columns:minmax(180px,1fr) auto;align-items:center;gap:12px;width:min(100%,520px);margin:18px 0 14px}.guestJoinBox .joinControls input{width:100%;min-width:0;height:44px;padding:0 15px;border-radius:10px;font-size:14px;letter-spacing:.8px}.guestJoinBox .joinControls button{min-width:112px;height:44px;padding:0 18px;border-radius:10px;font-size:14px;font-weight:800;white-space:nowrap}.guestJoinBox .joinMessage{min-height:22px;margin:2px 0 8px}.guestJoinBox>p:last-child{max-width:560px;margin:auto 0 0;font-size:14px;line-height:1.55;color:#ffffffd1}@media(max-width:760px){.guestWebsiteBrand{padding:8px 13px;font-size:17px}.guestRoomCard .results{min-height:128px}.guestRoomCard .results .dice{width:clamp(70px,24vw,96px);height:clamp(70px,24vw,96px)}.guestBottomPanels{grid-template-columns:1fr}.guestBottomPanels .historyBox,.guestBottomPanels .guestJoinBox{height:auto;min-height:300px}.guestJoinBox .joinControls{grid-template-columns:1fr;width:100%}.guestJoinBox .joinControls button{width:100%}}.guestBottomPanels{grid-template-columns:minmax(300px,.95fr) minmax(360px,1.45fr);gap:16px}.guestBottomPanels .historyBox,.guestBottomPanels .guestJoinBox{height:390px;min-height:390px}.guestBottomPanels .historyBox{padding:18px 18px 16px}.guestBottomPanels .historyBox h2{margin-bottom:14px;text-align:center}.guestBottomPanels #history{display:flex;flex-direction:column;justify-content:flex-start;gap:8px;overflow-y:hidden}.guestJoinBox{display:flex!important;flex-direction:column;align-items:center;justify-content:center;padding:24px 28px;text-align:center}.guestJoinBox h2{width:100%;margin:0 0 24px;text-align:center;font-size:clamp(21px,2.4vw,27px)}.guestJoinBox .joinControls{display:flex;flex-direction:column;align-items:stretch;width:min(100%,460px);margin:0 auto;gap:12px}.guestJoinBox .joinControls input{width:100%;height:50px;padding:0 17px;border:1px solid rgba(255,196,0,.7);border-radius:10px;background:#05071ed1;color:#fff;text-align:left;font-size:15px;letter-spacing:.6px;outline:none;box-sizing:border-box}.guestJoinBox .joinControls input::placeholder{color:#ffffff73}.guestJoinBox .joinControls input:focus{border-color:#ffc400;box-shadow:0 0 0 3px #ffc40024}.guestJoinBox .joinControls button{width:100%;min-width:0;height:50px;padding:0 20px;border-radius:10px;font-size:17px;font-weight:800}.guestJoinBox .joinMessage{width:min(100%,460px);min-height:22px;margin:8px auto 0;text-align:center}.guestJoinBox>p:last-child{width:min(100%,440px);max-width:440px;margin:14px auto 0;color:#ffffffdb;font-size:14px;line-height:1.45;text-align:center}@media(max-width:760px){.guestBottomPanels{grid-template-columns:1fr}.guestBottomPanels .historyBox,.guestBottomPanels .guestJoinBox{height:auto;min-height:330px}.guestJoinBox{padding:24px 18px}.guestJoinBox .joinControls,.guestJoinBox .joinMessage,.guestJoinBox>p:last-child{width:100%}}.guestJoinBox .joinControls input{display:block;width:100%;height:52px;margin:0 auto;padding:0 18px;border:1px solid rgba(255,196,0,.88);border-radius:10px;background:#0e102ff5;color:#fff;text-align:center;font-size:15px;font-weight:700;letter-spacing:1px;opacity:1;box-shadow:inset 0 0 0 1px #ffffff09,0 0 12px #ffc40014;box-sizing:border-box;appearance:none;-webkit-appearance:none}.guestJoinBox .joinControls input::placeholder{color:#ffffffb8;opacity:1;text-align:center;font-weight:600;letter-spacing:1.2px}.guestJoinBox .joinControls input:hover{border-color:#ffd84d;background:#121438fa}.guestJoinBox .joinControls input:focus{border-color:#ffd84d;background:#121438;color:#fff;outline:none;box-shadow:0 0 0 3px #ffd84d24,0 0 16px #ffc4002e}.guestJoinBox .joinControls input:focus::placeholder{color:#ffffff73}.guestJoinBox .joinControls input{display:block;width:100%;height:46px;margin:0 auto;padding:0 16px;background:#fff;color:#222;border:none;border-radius:8px;text-align:center;font-size:14px;font-weight:600;letter-spacing:1px;opacity:1;outline:none;box-shadow:none;box-sizing:border-box;appearance:none;-webkit-appearance:none;transition:background-color .2s ease,box-shadow .2s ease,transform .2s ease}.guestJoinBox .joinControls input::placeholder{color:#858585;opacity:1;text-align:center;text-transform:uppercase;font-size:13px;font-weight:500;letter-spacing:1.4px}.guestJoinBox .joinControls input:hover{background:#fff;box-shadow:0 0 0 2px #ffffff24}.guestJoinBox .joinControls input:focus{background:#fff;color:#222;outline:none;box-shadow:0 0 0 3px #41a1ff47,0 0 14px #41a1ff2e}.guestJoinBox .joinControls input:focus::placeholder{color:#a0a0a0;opacity:1}.hostWebsiteBrand.diceSkinHeaderBar,.guestWebsiteBrand.diceSkinHeaderBar{display:flex!important;align-items:center!important;justify-content:space-between!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:16px!important;width:100%!important;max-width:100%!important;min-height:42px!important;margin:0 0 12px!important;padding:5px 2px!important;background:transparent!important;background-image:none!important;border:0!important;border-radius:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.diceSkinHeaderBar .diceSkinControl{order:1!important;display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:nowrap!important;gap:7px!important;width:auto!important;max-width:min(360px,68%)!important;margin:0!important;padding:0!important}.diceSkinHeaderBar .diceSkinControl>label{display:inline-block!important;flex:0 0 auto!important;margin:0!important;font-size:12px!important;line-height:1!important;font-weight:800!important;white-space:nowrap!important}.diceSkinHeaderBar .diceSkinPicker{position:relative!important;flex:0 1 auto!important;width:auto!important;min-width:0!important}.diceSkinHeaderBar .diceSkinPickerButton{width:auto!important;min-width:112px!important;max-width:155px!important;min-height:31px!important;padding:5px 9px!important;border-radius:8px!important}.diceSkinHeaderBar .diceSkinSelectedName{min-width:0!important;max-width:105px!important;font-size:11px!important}.diceSkinHeaderBar .diceSkinOptions{left:0!important;right:auto!important;width:min(280px,88vw)!important}.diceSkinHeaderBar .diceSkinBrandText{order:2!important;display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;flex:0 1 auto!important;gap:5px!important;min-width:0!important;margin:0 0 0 auto!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;color:#ffd84d!important;white-space:nowrap!important}.diceSkinHeaderBar .diceSkinBrandText strong{overflow:hidden!important;text-overflow:ellipsis!important;font-size:13px!important;line-height:1.1!important}@media(max-width:520px){.hostWebsiteBrand.diceSkinHeaderBar,.guestWebsiteBrand.diceSkinHeaderBar{gap:8px!important;min-height:36px!important;padding:3px 0!important}.diceSkinHeaderBar .diceSkinControl{max-width:58%!important;gap:4px!important}.diceSkinHeaderBar .diceSkinControl>label{font-size:0!important}.diceSkinHeaderBar .diceSkinControl>label:after{content:"\1f3a8"!important;font-size:12px!important}.diceSkinHeaderBar .diceSkinPickerButton{min-width:78px!important;max-width:100px!important;min-height:27px!important;padding:3px 7px!important}.diceSkinHeaderBar .diceSkinSelectedName{max-width:65px!important;font-size:10px!important}.diceSkinHeaderBar .diceSkinBrandText{gap:3px!important}.diceSkinHeaderBar .diceSkinBrandText strong{max-width:140px!important;font-size:11px!important}}.hostWebsiteBrand.diceSkinHeaderBar,.guestWebsiteBrand.diceSkinHeaderBar{display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:14px!important;width:100%!important;max-width:100%!important;min-height:46px!important;margin:0!important;padding:5px 0 0!important;background:transparent!important;background-image:none!important;border:0!important;border-radius:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.guestRoomCard,#permanentRoomCard{margin-top:0!important}#permanentHostSettings{margin-bottom:0!important}.diceSkinHeaderBar .diceSkinBrandText{order:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;gap:6px!important;margin:0!important;padding:0 14px 0 0!important;background:transparent!important;border:0!important;border-right:1px solid rgba(255,255,255,.48)!important;border-radius:0!important;box-shadow:none!important;color:#ffd84d!important;white-space:nowrap!important}.diceSkinHeaderBar .diceSkinBrandText strong{max-width:none!important;overflow:visible!important;text-overflow:clip!important;font-size:18px!important;line-height:1.15!important;font-weight:800!important;letter-spacing:.2px!important}.diceSkinHeaderBar .diceSkinControl{order:2!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important;gap:8px!important;width:auto!important;max-width:none!important;margin:0!important;padding:0!important}.diceSkinHeaderBar .diceSkinControl>label{display:inline-block!important;flex:0 0 auto!important;margin:0!important;font-size:16px!important;line-height:1!important;font-weight:800!important;white-space:nowrap!important}.diceSkinHeaderBar .diceSkinPicker{position:relative!important;width:auto!important;min-width:0!important}.diceSkinHeaderBar .diceSkinPickerButton{width:auto!important;min-width:145px!important;max-width:180px!important;min-height:36px!important;padding:7px 11px!important;border-radius:9px!important}.diceSkinHeaderBar .diceSkinSelectedName{min-width:0!important;max-width:125px!important;font-size:14px!important;font-weight:800!important}.diceSkinHeaderBar .diceSkinArrow{font-size:11px!important}.diceSkinHeaderBar .diceSkinOptions{left:0!important;right:auto!important;width:min(300px,90vw)!important}.diceSkinHeaderBar .diceSkinOptionName{font-size:13px!important}.diceSkinHeaderBar .diceSkinOptionStatus{font-size:9px!important}.diceSkinHeaderBar .joinMessage{display:none!important}@media(max-width:600px){.hostWebsiteBrand.diceSkinHeaderBar,.guestWebsiteBrand.diceSkinHeaderBar{gap:8px!important;min-height:40px!important;padding-top:3px!important}.diceSkinHeaderBar .diceSkinBrandText{gap:3px!important;padding-right:8px!important}.diceSkinHeaderBar .diceSkinBrandText strong{font-size:12px!important}.diceSkinHeaderBar .diceSkinControl{gap:5px!important;min-width:0!important}.diceSkinHeaderBar .diceSkinControl>label{font-size:11px!important}.diceSkinHeaderBar .diceSkinPickerButton{min-width:92px!important;max-width:118px!important;min-height:30px!important;padding:5px 8px!important}.diceSkinHeaderBar .diceSkinSelectedName{max-width:78px!important;font-size:11px!important}}@media(max-width:390px){.hostWebsiteBrand.diceSkinHeaderBar,.guestWebsiteBrand.diceSkinHeaderBar{gap:6px!important}.diceSkinHeaderBar .diceSkinBrandText{padding-right:6px!important}.diceSkinHeaderBar .diceSkinBrandText strong{font-size:10px!important}.diceSkinHeaderBar .diceSkinControl>label{font-size:0!important}.diceSkinHeaderBar .diceSkinControl>label:after{content:"\1f3a8"!important;font-size:12px!important}.diceSkinHeaderBar .diceSkinPickerButton{min-width:82px!important;max-width:100px!important}}.shopVisibilityControlRow{margin-top:18px;margin-bottom:14px}.shopVisibilityControlRow #toggleShopVisibilityButton{min-width:150px}.bottomPanels .reviewsCard.vouchersInOrdersPosition{width:100%;min-width:0;height:400px;margin:0;display:flex;flex-direction:column;overflow:hidden}.bottomPanels .reviewsCard.vouchersInOrdersPosition .reviewsList{flex:1;min-height:0;overflow-y:auto}@media(max-width:700px){.bottomPanels .reviewsCard.vouchersInOrdersPosition{height:400px}}.customerOrdersScroller,.reviewsList{scrollbar-width:none;-ms-overflow-style:none}.customerOrdersScroller::-webkit-scrollbar,.reviewsList::-webkit-scrollbar{width:0;height:0;display:none}.topTrustSummarySlot,.hostVoucherTrustSlot{width:100%}.hostVoucherTrustSlot{margin-top:6px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.22)}.hostVoucherTrustSlot .reviewTrustSummary{margin:0;text-align:left}.voucherHeaderContent{width:100%}.hostVoucherTrustSlot+#reviewBreakdown{margin-top:12px}.roomStatusCard.hostStatusOnly{width:fit-content;max-width:100%;margin-left:auto;margin-right:auto;padding:0;border:0;background:transparent;box-shadow:none;backdrop-filter:none}.roomStatusCard.hostStatusOnly .roomStatus{display:inline-flex;align-items:center;width:fit-content;margin:0;padding:7px 12px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#0000006b;box-shadow:0 5px 14px #00000038;font-size:14px;line-height:1;white-space:nowrap}.roomStatusCard.hostStatusOnly .roomReviewQuickActions{display:none}.voucherTitleRow{display:flex;align-items:center;justify-content:space-between;gap:12px}.voucherTitleRow h2{margin:0}.hostVoucherFavoriteSlot{display:flex;align-items:center;justify-content:flex-end}.hostVoucherFavoriteSlot[hidden]{display:none!important}.hostVoucherFavoriteSlot .favoriteCountDisplay{display:inline-flex}@media(max-width:500px){.roomStatusCard.hostStatusOnly .roomStatus{padding:6px 10px;font-size:13px}.voucherTitleRow{gap:8px}}#paymentInfoModal .paymentSettingsCard,.paymentSettingsCard{width:min(585px,calc(100vw - 28px));max-height:min(82vh,760px);padding:20px;border-radius:18px;scrollbar-width:thin}#paymentInfoModal .paymentSettingsIntro{margin:-2px 0 13px;font-size:14px}#paymentInfoModal .paymentSetupStep{gap:12px}#paymentInfoModal .guestOrderTopCard,#paymentInfoModal .paymentMethodSettingsCard,#paymentInfoModal .paymentInstructionCard,#paymentInfoModal .afterPaymentSection{padding:13px;border-radius:13px}#paymentInfoModal .paymentMethodSelectionGrid{gap:8px}#paymentInfoModal .paymentMethodSelectCard{min-height:78px;padding:11px;border-radius:12px}#paymentInfoModal .paymentAccordionHeader{padding:12px 13px;font-size:14px}#paymentInfoModal .paymentAccordionBody{gap:10px;padding:13px}#paymentInfoModal .formGroup{margin:11px 0}#paymentInfoModal .formGroup input,#paymentInfoModal .formGroup textarea,#paymentInfoModal .formGroup select{padding:10px 11px;border-radius:9px}.shopPopupOpen{overflow:hidden}.shopPopupOverlay{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:18px;background:#06080cb8;backdrop-filter:blur(5px)}.shopPopupOverlay[hidden]{display:none!important}.shopPopupDialog{width:min(410px,100%);padding:23px 22px 20px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:#17191e;box-shadow:0 22px 65px #00000094;color:#fff;text-align:center;animation:shopPopupIn .18s ease-out}.shopPopupIcon{display:grid;place-items:center;width:44px;height:44px;margin:0 auto 12px;border-radius:50%;background:#ffffff17;color:#ffd45a;font-size:24px;font-weight:900}.shopPopupOverlay[data-type=success] .shopPopupIcon{color:#71e49f}.shopPopupOverlay[data-type=error] .shopPopupIcon{color:#ff8e8e}.shopPopupTitle{margin:0 0 9px;font-size:20px;line-height:1.25}.shopPopupMessage{margin:0;color:#d7d9df;font-size:14px;line-height:1.55;white-space:pre-line;overflow-wrap:anywhere}.shopPopupActions{display:flex;justify-content:center;gap:10px;margin-top:19px}.shopPopupButton{min-width:105px;padding:10px 17px;border-radius:10px;font-size:14px}.shopPopupCancelButton{background:#4c515b}.shopPopupCancelButton:hover:not(:disabled){background:#5b616d}.shopPopupConfirmButton{background:#b87900}.shopPopupConfirmButton:hover:not(:disabled){background:#d08a00}@keyframes shopPopupIn{0%{opacity:0;transform:translateY(8px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:640px){#paymentInfoModal .paymentSettingsCard,.paymentSettingsCard{width:calc(100vw - 16px);max-height:calc(100vh - 18px);padding:15px;border-radius:15px}#paymentInfoModal .paymentMethodSelectionGrid{grid-template-columns:1fr}#paymentInfoModal .paymentMethodSelectCard{min-height:auto}.shopPopupDialog{width:min(390px,100%);padding:21px 17px 18px}.shopPopupActions{flex-wrap:wrap}.shopPopupButton{flex:1 1 120px}}.results{contain:layout paint}.results img,.dice,.historyDice{backface-visibility:hidden;-webkit-backface-visibility:hidden}body.diceRolling .results .dice{will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.diceResultReveal{animation:none!important;transition:none!important}}.dashboardSearchGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.dashboardSearchGrid>.card{min-width:0}@media(max-width:760px){.dashboardSearchGrid{grid-template-columns:1fr;gap:0}}.hostWebsiteBrand.diceSkinHeaderBar{display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:8px!important}.hostWebsiteBrand.diceSkinHeaderBar #roomGameBrand{order:1!important;display:inline-flex!important;align-items:center!important;flex:0 0 auto!important;margin:0!important;padding:0 10px 0 0!important;border:0!important;border-right:1px solid rgba(255,255,255,.52)!important;color:#fff!important;white-space:nowrap!important}.hostWebsiteBrand.diceSkinHeaderBar #roomGameBrand:before,.hostWebsiteBrand.diceSkinHeaderBar #roomGameBrand:after,.hostWebsiteBrand.diceSkinHeaderBar #roomGameBrandPrimary:before,.hostWebsiteBrand.diceSkinHeaderBar #roomGameBrandPrimary:after,.hostWebsiteBrand.diceSkinHeaderBar #permanentDiceSkinControl:before,.hostWebsiteBrand.diceSkinHeaderBar #permanentDiceSkinControl:after,.hostWebsiteBrand.diceSkinHeaderBar #roomGameBrandSecondary:before,.hostWebsiteBrand.diceSkinHeaderBar #roomGameBrandSecondary:after{content:none!important;display:none!important}.hostWebsiteBrand.diceSkinHeaderBar #permanentDiceSkinControl{order:2!important;margin:0!important;padding:0!important}.hostWebsiteBrand.diceSkinHeaderBar #roomGameBrandSecondary{order:2!important;display:inline!important;margin:0!important;padding:0!important;color:#fff!important;font-weight:900!important;letter-spacing:0!important;text-transform:none!important;white-space:nowrap!important}.hostWebsiteBrand.diceSkinHeaderBar #roomGameBrandSecondary[hidden],body:not([data-room-game-mode=ballDrop]) .hostWebsiteBrand.diceSkinHeaderBar #roomGameBrandSecondary{display:none!important}body[data-room-game-mode=ballDrop] .hostWebsiteBrand.diceSkinHeaderBar #permanentDiceSkinControl{display:none!important}@media(max-width:600px){.hostWebsiteBrand.diceSkinHeaderBar{gap:6px!important}.hostWebsiteBrand.diceSkinHeaderBar #roomGameBrand{padding-right:7px!important}}.hostWebsiteBrand.diceSkinHeaderBar{width:100%!important;max-width:none!important;display:flex!important;align-items:center!important;justify-content:center!important;align-content:center!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:8px!important;margin-left:auto!important;margin-right:auto!important;padding-left:12px!important;padding-right:12px!important;text-align:center!important}.hostWebsiteBrand.diceSkinHeaderBar #roomGameBrand,.hostWebsiteBrand.diceSkinHeaderBar #permanentDiceSkinControl,.hostWebsiteBrand.diceSkinHeaderBar #roomGameBrandSecondary{position:static!important;flex-grow:0!important;flex-shrink:0!important;margin-left:0!important;margin-right:0!important;align-self:center!important}.hostWebsiteBrand.diceSkinHeaderBar #roomGameBrand{order:1!important}.hostWebsiteBrand.diceSkinHeaderBar #permanentDiceSkinControl,.hostWebsiteBrand.diceSkinHeaderBar #roomGameBrandSecondary{order:2!important}.hostWebsiteBrand.diceSkinHeaderBar #permanentDiceSkinControl{width:auto!important;min-width:0!important;max-width:none!important}.hostWebsiteBrand.diceSkinHeaderBar #permanentDiceSkinControl .diceSkinPicker{width:auto!important;min-width:0!important}.hostWebsiteBrand.diceSkinHeaderBar #permanentDiceSkinControl .diceSkinPickerButton{width:auto!important;min-width:112px!important}.hostWebsiteBrand.diceSkinHeaderBar #roomGameBrand,.hostWebsiteBrand.diceSkinHeaderBar #roomGameBrandSecondary,.hostWebsiteBrand.diceSkinHeaderBar #permanentDiceSkinControl{white-space:nowrap!important}@media(max-width:520px){.hostWebsiteBrand.diceSkinHeaderBar{gap:6px!important;padding-left:7px!important;padding-right:7px!important}.hostWebsiteBrand.diceSkinHeaderBar #roomGameBrand,.hostWebsiteBrand.diceSkinHeaderBar #roomGameBrandSecondary{font-size:11px!important}.hostWebsiteBrand.diceSkinHeaderBar #permanentDiceSkinControl .diceSkinPickerButton{min-width:96px!important;padding-left:7px!important;padding-right:7px!important}}@media(max-width:390px){.hostWebsiteBrand.diceSkinHeaderBar{flex-wrap:wrap!important;row-gap:7px!important}}#roomGameBrandSecondary[hidden]{display:none!important}#roomGameBrandDivider{display:inline-block;margin:0 2px;color:#ffffffad}body[data-room-game-mode=ballDrop] #guestDiceSkinControl{display:none!important}body:not([data-room-game-mode=ballDrop]) #roomGameBrandSecondary{display:none!important}body[data-room-game-mode=ballDrop] #roomGameBrandSecondary{display:inline!important}#permanentHostSettings{width:100%!important}#permanentHostSettings>.hostWebsiteBrand.diceSkinHeaderBar{width:100%!important;max-width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:8px!important;margin:0 auto!important;padding:0 12px!important;text-align:center!important}#permanentHostSettings>.hostWebsiteBrand.diceSkinHeaderBar #roomGameBrand,#permanentHostSettings>.hostWebsiteBrand.diceSkinHeaderBar #permanentDiceSkinControl,#permanentHostSettings>.hostWebsiteBrand.diceSkinHeaderBar #roomGameBrandSecondary{position:static!important;flex:0 0 auto!important;align-self:center!important;margin:0!important;white-space:nowrap!important}#permanentHostSettings>.hostWebsiteBrand.diceSkinHeaderBar #roomGameBrand{order:1!important;display:inline-flex!important;align-items:center!important;padding:0 10px 0 0!important;border-right:1px solid rgba(255,255,255,.52)!important}#permanentHostSettings>.hostWebsiteBrand.diceSkinHeaderBar #permanentDiceSkinControl,#permanentHostSettings>.hostWebsiteBrand.diceSkinHeaderBar #roomGameBrandSecondary{order:2!important}#permanentHostSettings>.hostWebsiteBrand.diceSkinHeaderBar #permanentDiceSkinControl{width:auto!important;min-width:0!important;max-width:none!important;padding:0!important}#permanentHostSettings>.hostWebsiteBrand.diceSkinHeaderBar #permanentDiceSkinControl .diceSkinPicker,#permanentHostSettings>.hostWebsiteBrand.diceSkinHeaderBar #permanentDiceSkinControl .diceSkinPickerButton{width:auto!important}body[data-room-game-mode=ballDrop] #permanentHostSettings #permanentDiceSkinControl{display:none!important}body:not([data-room-game-mode=ballDrop]) #permanentHostSettings #roomGameBrandSecondary{display:none!important}body[data-room-game-mode=ballDrop] #permanentHostSettings #roomGameBrandSecondary{display:inline!important}@media(max-width:520px){#permanentHostSettings>.hostWebsiteBrand.diceSkinHeaderBar{gap:6px!important;padding:0 7px!important}#permanentHostSettings>.hostWebsiteBrand.diceSkinHeaderBar #roomGameBrand{padding-right:7px!important}#permanentHostSettings>.hostWebsiteBrand.diceSkinHeaderBar #roomGameBrand,#permanentHostSettings>.hostWebsiteBrand.diceSkinHeaderBar #roomGameBrandSecondary{font-size:11px!important}}@media(max-width:390px){#permanentHostSettings>.hostWebsiteBrand.diceSkinHeaderBar{flex-wrap:wrap!important;row-gap:7px!important}}#history,#permanentHistory{display:flex;flex-direction:column;gap:10px;max-height:330px;overflow-y:auto;overflow-x:hidden;padding-right:5px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}#history::-webkit-scrollbar,#permanentHistory::-webkit-scrollbar{width:5px}#history::-webkit-scrollbar-thumb,#permanentHistory::-webkit-scrollbar-thumb{min-height:34px;border-radius:999px;background:#fff3}#history::-webkit-scrollbar-thumb:hover,#permanentHistory::-webkit-scrollbar-thumb:hover{background:#ffffff57}.historyRollSection{flex:0 0 auto;width:100%;padding:9px 10px 10px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:#00000042}.historyRollPosition{margin:0 0 7px;color:#ffd95a;font-size:12px;font-weight:900;line-height:1.2;letter-spacing:.25px;text-align:left;text-transform:uppercase}.historyRollSection .historyRow{min-height:30px}@media(max-width:520px){#history,#permanentHistory{max-height:300px;gap:8px}.historyRollSection{padding:8px}.historyRollPosition{margin-bottom:6px;font-size:11px}}#diceHistoryBox,.guestBottomPanels .historyBox,.bottomPanels .historyBox{overflow:hidden}#history,#permanentHistory{flex:1 1 0!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;min-height:0!important;height:310px!important;max-height:310px!important;overflow-x:hidden!important;overflow-y:scroll!important;touch-action:pan-y;overscroll-behavior-y:contain;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.26) transparent}#history::-webkit-scrollbar,#permanentHistory::-webkit-scrollbar{display:block!important;width:6px!important}#history::-webkit-scrollbar-track,#permanentHistory::-webkit-scrollbar-track{background:transparent}#history::-webkit-scrollbar-thumb,#permanentHistory::-webkit-scrollbar-thumb{border-radius:999px;background:#ffffff42}#history::-webkit-scrollbar-thumb:hover,#permanentHistory::-webkit-scrollbar-thumb:hover{background:#ffffff6b}#history>.historyRollSection,#permanentHistory>.historyRollSection{flex:0 0 auto!important}@media(max-width:760px){#history,#permanentHistory{height:280px!important;max-height:280px!important}}.ballDropGame{width:100%;margin-top:12px;--ball-drop-count: 3}.ballDropTopline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 10px;font-weight:900}.ballDropTopline strong{color:#ffffffbd;font-size:.86rem}.ballDropMixer{--dynamic-ball-size: clamp(28px, calc(66px - var(--ball-drop-count) * 4px), 48px);position:relative;height:86px;overflow:hidden;margin-bottom:10px;border:1px solid rgba(220,232,240,.28);border-radius:20px 20px 10px 10px;background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.11),transparent 54%),linear-gradient(180deg,#2a333af0,#11161bf5);box-shadow:inset 0 0 24px #00000052,0 6px 16px #00000029}.ballDropHolderBall{position:absolute;top:20px;width:var(--dynamic-ball-size);height:var(--dynamic-ball-size);border:1px solid rgba(255,255,255,.92);border-radius:50%;background:radial-gradient(circle at 30% 25%,#fff 0 25%,#f1f3f2 55%,#b9c2c6);box-shadow:inset -7px -8px 11px #00000024,0 6px 12px #00000042;transition:opacity .12s linear,filter .18s ease;will-change:left,transform}.ballDropGame[data-dropping=true] .ballDropHolderBall{filter:brightness(1.08)}.ballDropBoard{position:relative;width:100%;min-width:0;height:760px;overflow:hidden;isolation:isolate;border:1px solid rgba(222,235,244,.38);border-radius:18px;background:radial-gradient(circle at 50% -7%,rgba(255,255,255,.115),transparent 42%),linear-gradient(180deg,#222d35fc,#080c10fe);box-shadow:inset 0 0 68px #0000009e,inset 0 1px #ffffff29,0 18px 42px #00000061}.ballDropBoard:before{content:"";position:absolute;inset:13px;z-index:0;pointer-events:none;border:1px solid rgba(255,255,255,.065);border-radius:13px;background:linear-gradient(90deg,rgba(255,255,255,.018),transparent 20%,transparent 80%,rgba(255,255,255,.018)),repeating-linear-gradient(0deg,rgba(255,255,255,.01) 0,rgba(255,255,255,.01) 1px,transparent 1px,transparent 9px)}#ballDropCanvas{position:absolute!important;inset:0!important;z-index:2!important;display:block;width:100%!important;height:100%!important;background:transparent;image-rendering:auto;filter:drop-shadow(0 2px 2px rgba(0,0,0,.34)) drop-shadow(0 0 1px rgba(255,255,255,.13))}.ballDropSlotBacks,.ballDropSlotFronts,.ballDropSlotNames{position:absolute;left:1.5%;right:1.5%;bottom:6px;height:102px;display:grid;grid-template-columns:repeat(6,1fr);gap:7px;box-sizing:border-box;pointer-events:none}.ballDropSlotBacks{z-index:1}.ballDropSlotBacks span{border-radius:8px 8px 2px 2px;box-shadow:inset 0 9px 14px #ffffff26,inset 0 -16px 20px #0000003d,0 -3px 8px #00000029}.ballDropSlotBacks .purple{background:linear-gradient(#ab62e3,#702fa8)}.ballDropSlotBacks .yellow{background:linear-gradient(#ffe86d,#d3ab12)}.ballDropSlotBacks .red{background:linear-gradient(#f45f56,#bd2a22)}.ballDropSlotBacks .green{background:linear-gradient(#58db79,#218f41)}.ballDropSlotBacks .orange{background:linear-gradient(#ffa74c,#d96a11)}.ballDropSlotBacks .blue{background:linear-gradient(#5db5f7,#2571b0)}.ballDropSlotNames{z-index:3;align-items:end;padding-bottom:14px}.ballDropSlotNames span{display:grid;place-items:center;color:#fff;font-size:clamp(.5rem,1.35vw,.74rem);font-weight:900;letter-spacing:.02em;text-transform:uppercase;text-shadow:0 1px 3px rgba(0,0,0,.75)}.ballDropSlotFronts{z-index:4}.ballDropSlotFronts span{position:relative}.ballDropSlotFronts span:before{content:"";position:absolute;left:-4px;top:-8px;bottom:0;width:8px;background:linear-gradient(90deg,#050709,#242a30 50%,#050709);box-shadow:inset 1px 0 #ffffff1f,1px 0 3px #0000008c}.ballDropSlotFronts span:after{content:"";position:absolute;left:-4px;right:-4px;bottom:-1px;height:10px;background:linear-gradient(#20262b,#06080a);box-shadow:inset 0 1px #ffffff1f,0 -2px 5px #0000006b}.ballDropSlotFronts span:last-child{border-right:8px solid #07090b}.ballDropButton{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-width:0;padding:14px 38px;margin:20px auto 0;border-radius:14px}.ballDropResultsWrap{margin-top:14px}.ballDropResultsWrap h2,.ballDropHistoryWrap h2{margin:0 0 8px}.ballDropResults{display:grid;grid-template-columns:repeat(auto-fit,minmax(62px,1fr));gap:8px}.ballDropResults>span{min-height:82px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:#ffffff0f;font-weight:900;text-transform:uppercase}.ballDropResults>span:before{content:"";width:42px;height:42px;margin-bottom:4px;border:2px solid rgba(255,255,255,.68);border-radius:50%;box-shadow:inset -5px -6px 8px #00000038,inset 4px 4px 7px #ffffff47}.ballDropResults>span.waiting:before{background:radial-gradient(circle at 30% 25%,#fff,#d9dfe1 58%,#9da9af);opacity:.7}.ballDropResults>span.purple:before{background:radial-gradient(circle at 30% 25%,#dca8ff,#8f3fd1 55%,#4b176e)}.ballDropResults>span.yellow:before{background:radial-gradient(circle at 30% 25%,#fff9a8,#f4cf24 55%,#9c7200)}.ballDropResults>span.red:before{background:radial-gradient(circle at 30% 25%,#ffaaa2,#e84136 55%,#86150f)}.ballDropResults>span.green:before{background:radial-gradient(circle at 30% 25%,#aef6bd,#35b957 55%,#17672e)}.ballDropResults>span.orange:before{background:radial-gradient(circle at 30% 25%,#ffd09b,#f28a22 55%,#9b4208)}.ballDropResults>span.blue:before{background:radial-gradient(circle at 30% 25%,#a9dcff,#338edb 55%,#14528f)}.ballDropHistoryWrap{margin-top:14px}.ballDropHistory{display:flex;flex-direction:column;gap:8px;overflow:visible;padding-right:0}.ballDropHistory>p{margin:0;color:#ffffffa6}.ballDropHistoryRow{display:flex;align-items:center;flex-wrap:nowrap;gap:7px;width:100%;padding:8px 10px;box-sizing:border-box;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:#ffffff0a}.ballDropHistoryRow i{width:22px;height:22px;border:1px solid rgba(255,255,255,.65);border-radius:50%;box-shadow:inset -3px -4px 5px #0003}.ballDropHistoryRow i.purple{background:#8f3fd1}.ballDropHistoryRow i.yellow{background:#f4cf24}.ballDropHistoryRow i.red{background:#e84136}.ballDropHistoryRow i.green{background:#35b957}.ballDropHistoryRow i.orange{background:#f28a22}.ballDropHistoryRow i.blue{background:#338edb}body[data-room-game-mode=ballDrop] #hostDiceCountControl,body[data-room-game-mode=ballDrop] #permanentDiceSkinControl,body[data-room-game-mode=ballDrop] #permanentResults,body[data-room-game-mode=ballDrop] #permanentRollButton,body[data-room-game-mode=ballDrop] #permanentWaitingText,body[data-room-game-mode=ballDrop] #diceHistoryBox,body[data-room-game-mode=dice] #ballDropGame{display:none!important}.ballDropGame.manyBalls .ballDropResults>span{min-height:54px;font-size:.72rem}@media(max-width:700px){.ballDropBoard{height:620px}.ballDropMixer{min-height:78px}.ballDropSlotBacks,.ballDropSlotFronts,.ballDropSlotNames{height:80px;gap:4px}.ballDropSlotNames span{font-size:.42rem}.ballDropResults>span{min-height:72px;font-size:.7rem}}@media(max-width:520px){.ballDropResults{grid-template-columns:repeat(4,minmax(0,1fr))}}.ballDropMixer:before{content:"";position:absolute;left:28px;right:28px;top:50%;height:2px;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12) 10%,rgba(255,255,255,.12) 90%,transparent);transform:translateY(-50%)}.ballDropGame[data-dropping=true] .ballDropMixer{box-shadow:inset 0 0 27px #0000005c,0 0 16px #ffffff06}.ballDropHolderBall{will-change:left,transform,opacity}.ballDropGame[data-dropping=true] .ballDropMixer{box-shadow:inset 0 0 30px #0006,0 0 18px #ffffff08}.ballDropHolderBall{transition:opacity .12s linear,filter .18s ease}.ballDropBoard{--funnel-metal: rgba(190,205,214,.9)}.ballDropSlotBacks span{box-shadow:inset 0 10px 15px #ffffff29,inset 0 -18px 22px #00000042,0 -5px 10px #0003}body[data-room-game-mode=ballDrop] .bottomPanels{display:grid!important;grid-template-columns:minmax(150px,.26fr) minmax(0,.74fr)!important;gap:10px!important;align-items:stretch!important;width:100%!important}body[data-room-game-mode=ballDrop] .bottomPanels>#hostHistoryToolbar{grid-column:1 / -1!important}body[data-room-game-mode=ballDrop] #diceHistoryBox{display:none!important}body[data-room-game-mode=ballDrop] #ballDropHistoryBox{display:flex!important;flex-direction:column;grid-column:1!important;width:auto!important;min-width:0!important;max-width:none!important;min-height:200px;margin:0!important;padding:12px!important;box-sizing:border-box}body[data-room-game-mode=ballDrop] #customerOrdersBox{grid-column:2!important;width:auto!important;min-width:0!important;max-width:none!important;min-height:200px;margin:0!important;box-sizing:border-box}body[data-room-game-mode=ballDrop] #ballDropHistoryBox>h2{margin:0 0 8px;font-size:1rem}body[data-room-game-mode=ballDrop] #ballDropHistory{flex:0 0 auto;max-height:none;min-height:0;overflow:visible}body[data-room-game-mode=dice] #ballDropHistoryBox{display:none!important}@media(max-width:700px){body[data-room-game-mode=ballDrop] .bottomPanels{grid-template-columns:minmax(110px,.31fr) minmax(0,.69fr)!important;gap:8px!important}body[data-room-game-mode=ballDrop] #ballDropHistoryBox,body[data-room-game-mode=ballDrop] #customerOrdersBox{min-height:210px}body[data-room-game-mode=ballDrop] #ballDropHistoryBox{padding:10px!important}body[data-room-game-mode=ballDrop] #ballDropHistoryBox>h2{font-size:.88rem}body[data-room-game-mode=ballDrop] .ballDropHistoryRow{gap:5px;padding:7px 6px}body[data-room-game-mode=ballDrop] .ballDropHistoryRow i{width:18px;height:18px;flex:0 0 18px}}@media(max-width:430px){body[data-room-game-mode=ballDrop] .bottomPanels{grid-template-columns:minmax(100px,.34fr) minmax(0,.66fr)!important;gap:7px!important}body[data-room-game-mode=ballDrop] #ballDropHistoryBox,body[data-room-game-mode=ballDrop] #customerOrdersBox{min-height:190px}}.ballDropResults>span.emptyResult{display:none}.ballDropResults>span.emptyResult:first-child{display:grid;grid-column:1 / -1;min-height:70px;color:#ffffffad;font-size:.9rem;text-transform:none}.ballDropResults>span.emptyResult:first-child:before{display:none}.ballDropSetupCard{position:relative;overflow:hidden;width:100%;box-sizing:border-box;margin:14px 0 16px;padding:0;border:1px solid rgba(166,205,232,.28);border-radius:16px;background:radial-gradient(circle at 85% 0%,rgba(105,190,240,.13),transparent 40%),linear-gradient(145deg,#1b262ff5,#0c1218fa);box-shadow:inset 0 1px #ffffff14,0 10px 26px #0000003d}.ballDropSetupCard[hidden]{display:none!important}.ballDropSetupCard:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(115deg,transparent 0 42%,rgba(255,255,255,.035) 49%,transparent 56%)}.ballDropSetupHeader{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px 12px;border-bottom:1px solid rgba(255,255,255,.09)}.ballDropSetupEyebrow{display:block;margin-bottom:2px;color:#9fd3f4d1;font-size:.62rem;font-weight:950;letter-spacing:.16em}.ballDropSetupHeader h3{margin:0;color:#f7fbfd;font-size:1.08rem;font-weight:950;letter-spacing:.02em}.ballDropSetupBadge{flex:0 0 auto;padding:5px 9px;border:1px solid rgba(111,196,246,.35);border-radius:999px;background:#48a0d721;color:#cef;font-size:.68rem;font-weight:900;white-space:nowrap}.ballDropSetupBody{position:relative;z-index:1;padding:13px 16px 16px}.ballDropSetupLabel{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:11px}.ballDropSetupLabel>span{color:#fff;font-size:.86rem;font-weight:900}.ballDropSetupLabel>small{max-width:260px;color:#ffffff94;font-size:.68rem;line-height:1.35;text-align:right}.ballDropCountChoices{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px}.ballDropCountChoice{position:relative;min-width:0;min-height:57px;display:grid;place-content:center;gap:1px;padding:7px 4px;border:1px solid rgba(255,255,255,.13);border-radius:11px;outline:none;background:linear-gradient(180deg,#ffffff13,#ffffff06);color:#ffffffb8;cursor:pointer;box-shadow:inset 0 1px #ffffff0e;transition:transform .15s ease,border-color .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease}.ballDropCountChoice>span{font-size:1.12rem;font-weight:950;line-height:1}.ballDropCountChoice>small{font-size:.58rem;font-weight:850;opacity:.78}.ballDropCountChoice:hover:not(:disabled){transform:translateY(-2px);border-color:#75cdff7a;background:linear-gradient(180deg,#59b9f22e,#377da914);color:#fff}.ballDropCountChoice:focus-visible{border-color:#86d4ff;box-shadow:0 0 0 3px #50b5ef2e,inset 0 1px #ffffff14}.ballDropCountChoice.isSelected{border-color:#7ed8ffc7;background:radial-gradient(circle at 50% 0%,rgba(190,236,255,.2),transparent 58%),linear-gradient(180deg,#32a9e86b,#1a5c847a);color:#fff;box-shadow:0 0 0 1px #72d2ff24,0 7px 16px #1673a93d,inset 0 1px #ffffff2e}.ballDropCountChoice.isSelected:after{content:"\2713";position:absolute;top:4px;right:6px;color:#dff7ff;font-size:.58rem;font-weight:950}.ballDropCountChoice:disabled{cursor:not-allowed;opacity:.48;transform:none}@media(max-width:620px){.ballDropSetupLabel{display:block}.ballDropSetupLabel>small{display:block;max-width:none;margin-top:3px;text-align:left}.ballDropCountChoices{grid-template-columns:repeat(3,minmax(0,1fr))}.ballDropCountChoice{min-height:52px}}.gameSetupCard{width:100%;margin:12px 0;padding:0;overflow:visible;border:1px solid rgba(166,205,232,.28);border-radius:16px;background:radial-gradient(circle at 86% 0%,rgba(105,190,240,.12),transparent 42%),linear-gradient(145deg,#1b262ff5,#0c1218fa);box-shadow:inset 0 1px #ffffff14,0 10px 26px #0000003d}.gameModeDetails{position:relative}.gameModeSummary{min-height:62px;display:flex;align-items:center;gap:11px;padding:11px 14px;box-sizing:border-box;cursor:pointer;list-style:none;user-select:none;border-radius:15px;transition:background .16s ease,border-radius .16s ease}.gameModeSummary::-webkit-details-marker{display:none}.gameModeSummary:hover{background:#5bb2e617}.gameModeSummaryIcon{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border:1px solid rgba(118,207,255,.28);border-radius:11px;background:linear-gradient(145deg,#47a5dc40,#1a4b6947);font-size:1.05rem;box-shadow:inset 0 1px #ffffff1c}.gameModeSummaryText{min-width:0;flex:1;display:grid;gap:2px}.gameModeSummaryText small{color:#9fd3f4c7;font-size:.59rem;font-weight:950;letter-spacing:.14em}.gameModeSummaryText strong{overflow:hidden;color:#fff;font-size:.96rem;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.gameModeSummaryArrow{flex:0 0 auto;color:#d6eefac7;font-size:1.1rem;font-weight:900;transition:transform .18s ease}.gameModeDetails[open] .gameModeSummary{border-radius:15px 15px 0 0;background:#5bb2e614}.gameModeDetails[open] .gameModeSummaryArrow{transform:rotate(180deg)}.gameModeOptions{display:grid;gap:7px;padding:9px 11px 12px;border-top:1px solid rgba(255,255,255,.08);animation:gameModeOptionsOpen .16s ease-out}@keyframes gameModeOptionsOpen{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.gameModeOption{width:100%;min-height:58px;display:grid;grid-template-columns:38px minmax(0,1fr) 20px;align-items:center;gap:10px;padding:9px 11px;border:1px solid rgba(255,255,255,.11);border-radius:11px;outline:none;background:linear-gradient(180deg,#ffffff0e,#ffffff05);color:#fff;text-align:left;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease}.gameModeOption:hover:not(:disabled){transform:translateY(-1px);border-color:#75cdff6e;background:linear-gradient(180deg,#59b9f229,#377da912)}.gameModeOption:focus-visible{border-color:#86d4ff;box-shadow:0 0 0 3px #50b5ef2b}.gameModeOptionIcon{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#ffffff12;font-size:1rem}.gameModeOption>span:nth-child(2){min-width:0;display:grid;gap:2px}.gameModeOption strong{font-size:.82rem;font-weight:950}.gameModeOption small{overflow:hidden;color:#ffffff8c;font-size:.64rem;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.gameModeOption>i{display:grid;place-items:center;width:19px;height:19px;border-radius:50%;color:transparent;font-size:.62rem;font-style:normal;font-weight:950}.gameModeOption.isSelected{border-color:#7ed8ffb8;background:radial-gradient(circle at 82% 0%,rgba(190,236,255,.15),transparent 45%),linear-gradient(180deg,#32a9e857,#1a5c8461);box-shadow:0 6px 15px #1673a92b,inset 0 1px #ffffff21}.gameModeOption.isSelected>i{background:#d0f6ff2e;color:#e5f9ff}.gameModeOption:disabled,.gameModeDetails.isDisabled .gameModeSummary{cursor:not-allowed;opacity:.5}.visuallyHiddenGameModeSelect{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important}.gameSetupCard .roomGameModeHint{margin:0;padding:0 14px 12px;color:#ffffff8a;font-size:.67rem;line-height:1.35}@media(max-width:520px){.gameModeOption small{white-space:normal}.gameModeSummary{min-height:57px;padding:9px 11px}}.gameSetupCard{width:min(330px,calc(100% - 24px));margin:12px auto}.gameModeSummary{min-height:54px;padding:8px 11px}.gameModeSummaryIcon{width:34px;height:34px;flex-basis:34px;border-radius:9px}.gameModeSummaryText strong{font-size:.88rem}.gameSetupCard .roomGameModeHint{padding:0 11px 9px;text-align:center}.diceSetupCard{position:relative;overflow:hidden;width:100%;box-sizing:border-box;margin:14px 0 16px;padding:0;border:1px solid rgba(166,205,232,.28);border-radius:16px;background:radial-gradient(circle at 85% 0%,rgba(105,190,240,.13),transparent 40%),linear-gradient(145deg,#1b262ff5,#0c1218fa);box-shadow:inset 0 1px #ffffff14,0 10px 26px #0000003d}.diceSetupCard[hidden]{display:none!important}.diceSetupHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px 12px;border-bottom:1px solid rgba(255,255,255,.09)}.diceSetupEyebrow{display:block;margin-bottom:2px;color:#9fd3f4d1;font-size:.62rem;font-weight:950;letter-spacing:.16em}.diceSetupHeader h3{margin:0;color:#f7fbfd;font-size:1.08rem;font-weight:950}.diceSetupBadge{padding:5px 9px;border:1px solid rgba(111,196,246,.35);border-radius:999px;background:#48a0d721;color:#cef;font-size:.68rem;font-weight:900;white-space:nowrap}.diceSetupBody{padding:13px 16px 16px}.diceSetupLabel{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:11px}.diceSetupLabel>span{color:#fff;font-size:.86rem;font-weight:900}.diceSetupLabel>small{color:#ffffff94;font-size:.68rem}.diceCountChoices{display:flex;gap:7px;width:100%;overflow-x:auto;overflow-y:hidden;padding:2px 1px 7px;scroll-snap-type:x proximity;scroll-padding-inline:8px;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none}.diceCountChoices::-webkit-scrollbar{display:none}.diceCountChoice{position:relative;flex:0 0 66px;min-height:57px;display:grid;place-content:center;gap:1px;padding:7px 4px;scroll-snap-align:center;border:1px solid rgba(255,255,255,.13);border-radius:11px;outline:none;background:linear-gradient(180deg,#ffffff13,#ffffff06);color:#ffffffb8;cursor:pointer;box-shadow:inset 0 1px #ffffff0e;transition:transform .15s ease,border-color .15s ease,background .15s ease,color .15s ease}.diceCountChoice>span{font-size:1.12rem;font-weight:950;line-height:1}.diceCountChoice>small{font-size:.58rem;font-weight:850;opacity:.78}.diceCountChoice:hover:not(:disabled){transform:translateY(-2px);border-color:#75cdff7a;background:linear-gradient(180deg,#59b9f22e,#377da914);color:#fff}.diceCountChoice:focus-visible{border-color:#86d4ff;box-shadow:0 0 0 3px #50b5ef2e}.diceCountChoice.isSelected{border-color:#7ed8ffc7;background:radial-gradient(circle at 50% 0%,rgba(190,236,255,.2),transparent 58%),linear-gradient(180deg,#32a9e86b,#1a5c847a);color:#fff;box-shadow:0 0 0 1px #72d2ff24,0 7px 16px #1673a93d,inset 0 1px #ffffff2e}.diceCountChoice.isSelected:after{content:"\2713";position:absolute;top:4px;right:6px;color:#dff7ff;font-size:.58rem;font-weight:950}.diceCountChoice:disabled{cursor:not-allowed;opacity:.48;transform:none}@media(max-width:520px){.gameSetupCard{width:min(290px,calc(100% - 16px))}.diceSetupLabel{display:block}.diceSetupLabel>small{display:block;margin-top:3px}.diceCountChoice{flex-basis:60px;min-height:52px}}.formalGameSettingsCard{width:min(430px,calc(100% - 24px));margin:16px auto 18px;overflow:hidden;border:1px solid rgba(190,205,218,.22);border-radius:15px;background:linear-gradient(180deg,#1d242df7,#11161dfa);color:#f5f7fa;box-shadow:0 14px 34px #00000045,inset 0 1px #ffffff0f}.formalGameSettingsHeader{padding:18px 20px 15px;border-bottom:1px solid rgba(255,255,255,.075)}.formalGameSettingsHeader h2{margin:0;color:#fff;font-size:1.05rem;font-weight:850;letter-spacing:.01em}.formalGameSettingsHeader p{margin:4px 0 0;color:#e1e8ef9e;font-size:.74rem;line-height:1.4}.formalGameSettingsFields{display:grid;gap:15px;padding:17px 20px 15px}.formalSettingField{display:grid;gap:7px;min-width:0}.formalSettingField[hidden]{display:none!important}.formalSettingField>span:first-child,.formalSettingField>label{color:#f4f7fae0;font-size:.74rem;font-weight:750}.formalSelectShell{position:relative;display:grid;grid-template-columns:38px minmax(0,1fr) 34px;align-items:center;min-height:47px;overflow:hidden;border:1px solid rgba(195,210,222,.2);border-radius:10px;background:#070b106e;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.formalSelectShell:focus-within{border-color:#70b6e6b8;background:#080e14a8;box-shadow:0 0 0 3px #4392ca21}.formalSelectIcon{display:grid;place-items:center;width:38px;height:100%;border-right:1px solid rgba(255,255,255,.07);color:#d8e6ef;font-size:.94rem}.formalQuantityIcon{font-size:.78rem;font-weight:900}.formalSelectShell select{width:100%;min-width:0;height:47px;padding:0 8px 0 12px;border:0;outline:0;appearance:none;-webkit-appearance:none;background:transparent;color:#fff;font:inherit;font-size:.82rem;font-weight:700;cursor:pointer}.formalSelectShell select option{background:#17202a;color:#fff}.formalSelectShell select:disabled{cursor:not-allowed;opacity:.55}.formalSelectChevron{display:grid;place-items:center;width:34px;height:100%;pointer-events:none;color:#e1edf5a8;font-size:1rem}.formalGameSettingsHint{margin:0;padding:0 20px 16px;color:#dce5ec7a;font-size:.66rem;line-height:1.4}@media(max-width:520px){.formalGameSettingsCard{width:min(390px,calc(100% - 16px));margin-top:12px}.formalGameSettingsHeader,.formalGameSettingsFields{padding:15px 16px 13px}.formalGameSettingsHint{padding:0 16px 14px}}@media(max-width:600px){.ballDropBoard{box-shadow:inset 0 0 34px #0000007a,inset 0 1px #ffffff1f,0 10px 24px #00000047}#ballDropCanvas{filter:drop-shadow(0 1px 1px rgba(0,0,0,.28))}.ballDropMixer{box-shadow:inset 0 0 15px #00000045,0 4px 10px #00000021}}body[data-room-game-mode=ballDrop] .ballDropButton{background:#fff;color:#110e0e}body[data-room-game-mode=ballDrop] .ballDropButton:hover:not(:disabled){background:#cccbcc;color:#110e0e}body[data-room-game-mode=ballDrop] .ballDropButton:active:not(:disabled){background:#b9adb7;color:#110e0e}body[data-room-game-mode=ballDrop].guestDiceBlurEnabled #ballDropGame,body[data-room-game-mode=ballDrop].hostDiceBlurEnabled #ballDropGame{filter:blur(10px);transition:filter .16s ease;pointer-events:auto;user-select:none;transform:translateZ(0)}body[data-room-game-mode=ballDrop].guestDiceBlurEnabled #ballDropGame:hover,body[data-room-game-mode=ballDrop].hostDiceBlurEnabled #ballDropGame:hover{filter:blur(10px)}
