html,body,#root{margin:0;height:100%;overflow:hidden}body{font-family:Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.RED{background:#fe0400}.BLUE{background:#2278ff}.ORANGE{background:orange}.WHITE{background:#fff}.RED.foreground{color:#fe0400;background:#0000}.BLUE.foreground{color:#2278ff;background:#0000}.ORANGE.foreground{color:orange;background:#0000}.WHITE.foreground{color:#fff;background:#0000}.number-token,.port{width:20px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;position:relative}@media screen and (min-width: 600px){.number-token,.port{font-size:1.3rem}}.MuiPaper-elevation3.number-token{background:#151313;color:#fff}.MuiPaper-elevation3.robber{background:#6b6b6b;position:absolute;font-size:100%}.tile{position:absolute;display:flex;justify-content:center;align-items:center;transform:scale(1.02)}.tile.robber-highlight:after{content:"";position:absolute;top:25%;right:25%;bottom:25%;left:25%;border-radius:12px;border:2px solid rgba(255,227,130,.95);box-shadow:0 0 18px #ffd666cc;pointer-events:none;animation:robber-glow 3.2s ease-out forwards;transform-origin:center}.edge{position:absolute;display:flex;justify-content:center}.road{position:absolute;border:1px solid #151313;width:100%;height:100%;border-radius:2px}@media screen and (min-width: 600px){.edge{height:12px}}.node{position:absolute;height:10px;width:10px;display:flex;justify-content:center;align-items:center}.settlement{width:80%;height:80%}.city{width:100%;height:100%}.settlement,.city{border-radius:4px;border:2px solid #151313}.BLUE.city{border:4px solid #2278ff;background:#151313}.RED.city{border:4px solid #fe0400;background:#151313}.ORANGE.city{border:4px solid #ffa500;background:#151313}.WHITE.city{border:4px solid white;background:#151313}.pulse{cursor:pointer;position:absolute;left:50%;top:50%;transform:translate(-50%) translateY(-50%)}.pulse:after{content:"";position:absolute;left:0;top:0;display:block;width:100%;height:100%;background-color:#fff;border-radius:4px;box-shadow:0 0 8px #0000004d;animation:pulse-dot 1.25s cubic-bezier(.455,.03,.515,.955) -.4s infinite}@keyframes pulse-dot{0%{transform:scale(.8)}50%{transform:scale(1)}to{transform:scale(.8)}}.edge .pulse{width:90%;height:90%}.node .pulse{width:75%;height:75%}.build-highlight{pointer-events:none;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:999px;border:2px solid rgba(255,255,255,.85);box-shadow:0 0 12px #fff9;animation:build-glow 3.2s ease-out forwards}.node .build-highlight{width:110%;height:110%}.edge .build-highlight{width:105%;height:150%;border-radius:6px}@keyframes build-glow{0%{opacity:1;transform:translate(-50%,-50%) scale(.6)}70%{opacity:.8;transform:translate(-50%,-50%) scale(1.1)}to{opacity:0;transform:translate(-50%,-50%) scale(1.45)}}@keyframes robber-glow{0%{opacity:.95;transform:scale(.92)}70%{opacity:.7;transform:scale(1.08)}to{opacity:0;transform:scale(1.18)}}.number-token{--scale-factor: .65;--base-font-size: 100%;--dice-highlight-diameter: 48px;height:4ch;width:4ch;text-align:center;padding:5px;line-height:.8rem;position:relative;display:flex;flex-direction:column}.number-token .pips{font-size:calc(var(--base-font-size) * 60%)}.number-token.flashing{animation:pulse .5s ease-in-out infinite alternate;cursor:pointer}.number-token.dice-hit:after{content:"";position:absolute;top:50%;left:50%;width:var(--dice-highlight-diameter);height:var(--dice-highlight-diameter);border-radius:50%;border:2px solid rgba(255,255,255,.85);box-shadow:0 0 12px #ffffff73;pointer-events:none;animation:dice-hit-pulse 1.6s ease-in-out infinite;transform:translate(-50%,-50%)}@keyframes dice-hit-pulse{0%{opacity:.2;transform:translate(-50%,-50%) scale(.9)}50%{opacity:.85;transform:translate(-50%,-50%) scale(1.05)}to{opacity:.2;transform:translate(-50%,-50%) scale(.9)}}@keyframes pulse{0%{box-shadow:0 0 #ffffff4d}to{box-shadow:0 0 0 4px #c8c8c899}}@media (max-width: 600px){.number-token{--base-font-size: 75%}}.prompt{padding:10px;height:60px;width:100%;font-size:1rem;text-align:left;display:flex;flex-direction:column;align-items:center;overflow-x:auto;white-space:nowrap}.resource-legend{display:flex;flex-wrap:wrap;gap:6px;align-items:center;margin-bottom:6px;font-size:.65rem;color:#f1f1f1}.resource-legend .legend-title{font-weight:700;margin-right:2px}.resource-legend .legend-chip{padding:2px 6px;border-radius:4px;color:#000;font-weight:600}.resource-legend .wood{background:#119822}.resource-legend .brick{background:#cc0300}.resource-legend .sheep{background:#72cf57}.resource-legend .wheat{background:#fac60c}.resource-legend .ore{background:#616166}.resource-legend .dev{color:#fff;background:#5e2b97}.resource-legend .victory{background:#795548}.resource-legend .knight{background:#3f51b5}.resource-legend .monopoly{background:#d32f2f}.resource-legend .plenty{background:#388e3c}.resource-legend .road{background:#ff9800}.resource-cards{min-height:60px;display:flex;gap:6px;margin-bottom:0;padding-bottom:0}.resource-cards.wrap-layout{flex-wrap:wrap;align-items:flex-start}.resource-cards.wrap-layout .separator{width:100%;flex-basis:100%;height:0;border-radius:1px;background:#ffffff26;margin:0}.resource-cards.inline-layout{flex-wrap:nowrap;align-items:stretch}.resource-cards.inline-layout .separator{flex:0 0 2px;border-radius:1px;background:#ffffff26;align-self:stretch;margin:0 4px}.resource-cards .card{border-radius:4px;opacity:.3;transition:opacity .2s ease}.resource-cards .card.has-card{opacity:1}.resource-cards .card .card-surface{width:42px;height:56px;padding:4px 2px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;position:relative;border-radius:4px}.resource-cards .card .card-surface .card-label{font-size:.55rem;margin-bottom:2px}.resource-cards .card .card-surface .card-count{font-size:1rem;line-height:1}.resource-cards .card .card-surface.recent-gain{box-shadow:0 0 12px #ffffffbf;animation:recent-gain 3s ease-out}.resource-cards .card .card-surface.recent-gain:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(.85);width:120%;height:120%;border-radius:6px;border:2px solid rgba(255,255,255,.85);opacity:0;animation:recent-gain-ring 3s ease-out}.resource-cards .resource-card-surface{border:1px solid rgba(0,0,0,.25);text-shadow:0 1px 1px rgba(0,0,0,.35)}.resource-cards .wood-cards{background:#119822}.resource-cards .wood-cards .resource-card-surface{background:#108f20;color:#0b1f10}.resource-cards .brick-cards{background:#cc0300}.resource-cards .brick-cards .resource-card-surface{background:#b80300;color:#fff6f0}.resource-cards .wheat-cards{background:#fac60c}.resource-cards .wheat-cards .resource-card-surface{background:#fbcc25;color:#3a2806}.resource-cards .sheep-cards{background:#72cf57}.resource-cards .sheep-cards .resource-card-surface{background:#72cf57;color:#102711}.resource-cards .ore-cards{background:#616166}.resource-cards .ore-cards .resource-card-surface{background:#5a5a5e;color:#f5f7ff}.resource-cards .dev-cards{background:purple}.resource-cards .dev-cards .dev-card-surface{background:#151313;color:#fff;font-size:.7rem}.resource-cards .dev-cards .dev-card-surface .card-count{font-size:.9rem}.center-text{display:flex;justify-content:center;align-items:center;width:42px;height:56px}.player-state-box{padding:10px;width:100%;display:flex;flex-direction:column;align-items:center;gap:6px;word-break:break-word;overflow-wrap:anywhere}.player-state-box .player-header{display:flex;gap:6px;flex-wrap:wrap;align-items:baseline;word-break:break-word;overflow-wrap:anywhere;font-weight:600;font-size:.95rem;color:#ffffffe6}.player-state-box .player-header .player-name{font-size:1.05rem}.player-state-box .player-header .player-name .player-color-text{font-weight:700;margin-right:2px}.player-state-box .player-header .player-name .player-color-red{color:#fe0400}.player-state-box .player-header .player-name .player-color-blue{color:#2278ff}.player-state-box .player-header .player-name .player-color-orange{color:orange}.player-state-box .player-header .player-name .player-color-white{color:#fff}.player-state-box .resource-cards{justify-content:center;width:100%}.player-state-box .scores{display:flex;gap:6px;justify-content:space-between;padding:0 8px;align-self:center;width:100%;max-width:260px;margin:0 auto}.player-state-box .scores small{white-space:nowrap;margin-top:2px}.player-state-box .scores .center-text{width:58px;height:50px;padding:0 4px}.player-state-box .scores>div{color:#fff;border:none;background:transparent}.player-state-box .scores small{color:inherit}.player-state-box .scores .leader{font-weight:700}.player-state-box .scores .leader-red{color:#fe0400}.player-state-box .scores .leader-blue{color:#2278ff}.player-state-box .scores .leader-orange{color:orange}.player-state-box .scores .leader-white{color:#fff}.player-state-box .num-knights,.player-state-box .num-roads,.player-state-box .victory-points{flex-direction:column}.player-state-box .bold{font-weight:700}.development-card-table{width:100%;margin-top:8px;display:flex;flex-direction:column;gap:4px;color:#fff}.development-card-table .dev-table-row{display:grid;grid-template-columns:70px repeat(6,minmax(0,1fr));gap:6px;font-size:.75rem;align-items:center;border-bottom:1px solid rgba(255,255,255,.25);padding-bottom:4px}.development-card-table .header{font-weight:700;opacity:.75}.development-card-table .row-label{font-weight:700;font-size:.75rem}.development-card-table .value{text-align:center;font-size:.85rem}.development-card-table .header .value{font-size:.7rem}@keyframes recent-gain{0%{transform:scale(.92)}50%{transform:scale(1.05)}to{transform:scale(1.02)}}@keyframes recent-gain-ring{0%{opacity:.9;width:70%;height:70%}60%{opacity:.35;width:140%;height:140%}to{opacity:0;width:180%;height:180%}}.resource-selector .MuiPaper-root{background-color:#1a1a1a;color:#e0e0e0;border-radius:8px;border:1px solid #333;box-shadow:0 0 10px #0096ff0d}.resource-selector .MuiDialogTitle-root{text-align:center;background-color:#222;padding:12px 20px;font-size:1.1rem;font-weight:700;border-bottom:1px solid #333}.resource-selector .MuiDialogContent-root{padding:20px}.resource-selector .resource-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (max-width: 600px){.resource-selector .resource-grid{grid-template-columns:1fr}}.resource-selector .resource-button{height:40px;font-size:.9rem;text-transform:none;background-color:#2a2a2a;border-radius:4px;transition:all .3s ease;border:1px solid #444;overflow:hidden;position:relative}.resource-selector .resource-button:hover,.resource-selector .resource-button:focus{background-color:#222}.resource-selector .resource-button .wood{color:#009b00}.resource-selector .resource-button .brick{color:red}.resource-selector .resource-button .wheat{color:#ba9202}.resource-selector .resource-button .sheep{color:#3eda58}.resource-selector .resource-button .ore{color:#b0b0b0}.resource-selector .resource-button .resource-name{font-weight:700}.resource-selector .resource-button .plus{color:#fff;margin:0 4px}.resource-selector .MuiDialogActions-root{background-color:#222;padding:12px 20px;border-top:1px solid #333}.resource-selector .cancel-button{color:#09f;font-weight:700}.resource-selector .cancel-button:hover{background-color:#0099ff1a}.state-summary{height:60px;width:100%;max-width:600px;margin:0 auto;display:flex;padding:10px}.state-summary .open-drawer-btn{color:#fff;margin-right:10px}.actions-toolbar{height:80px;width:100%;max-width:600px;margin-left:auto;margin-right:auto;padding:10px;display:flex;justify-content:space-between;gap:10px}.actions-toolbar button{min-width:60px;width:100px;height:60px}.actions-toolbar .action-button{min-height:60px;height:60px;width:140px}.actions-toolbar .action-button.Mui-disabled{background-color:transparent;color:#ffffff80;border:1px solid rgba(255,255,255,.4);box-shadow:none;opacity:1}.actions-toolbar .confirm-btn{width:100%}.actions-toolbar .action-popover{z-index:1}.actions-toolbar .action-popover .MuiPaper-root{max-height:none}.actions-toolbar .action-popover .MuiMenuItem-root{white-space:normal}.actions-toolbar .MuiButton-label{display:flex;flex-direction:column;justify-content:center;align-items:center}.actions-toolbar .MuiButton-label .MuiButton-startIcon{margin:0}.MuiToolbar-root{background:#030000}h6.MuiTypography-h6{font-family:Bungee Inline,sans-serif}@media (min-width: 600px){#root .snackbar-container{display:none}}#root .snackbar-container{z-index:1200;left:50%!important;bottom:0;transform:translate(-50%);max-width:600px;width:100%}#root .snackbar-container .MuiCollapse-container{padding:0 10px;width:100%}#root .snackbar-container .MuiCollapse-container .MuiCollapse-wrapper{margin-top:10px;margin-bottom:10px;height:60px;padding:0}#root .snackbar-container .MuiCollapse-container .MuiCollapse-wrapper>div>div{height:100%}#root .snackbar-container .MuiCollapse-container .MuiCollapse-wrapper>div>div>div{height:100%}main .sound-toggle{display:flex;justify-content:center;margin-bottom:8px}main .sound-toggle button{font-size:.85rem;padding:2px 16px}main .game-end-actions{margin:10px auto 0;display:flex;justify-content:center}main .board-container,main .loader{height:100%;width:100%;display:flex;justify-content:center;align-items:center}.game-actions-floating{position:fixed;bottom:120px;right:24px;left:24px;max-width:380px;width:auto;z-index:1100}.game-actions-floating .actions-toolbar{justify-content:flex-end;flex-wrap:wrap;gap:8px}.game-actions-floating .actions-toolbar .action-button,.game-actions-floating .actions-toolbar button{min-width:140px}.game-actions-floating .prompt{max-width:100%;line-height:1.4;word-break:break-word}@media (min-width: 1280px){.game-actions-floating{right:calc(var(--right-drawer-width, 340px) + 20px);left:unset;width:340px}}.loading-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top,#1c1f2b,#0a0b12 70%)}.loading-screen .loading-card{min-width:260px;padding:32px 40px;border-radius:12px;background:#000000a6;border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;align-items:center;gap:18px;color:#f0f0f0;text-align:center}.loading-screen .loading-card p{margin:0;font-size:1rem;letter-spacing:.05em}.board-container .react-transform-wrapper,.board-container .react-transform-component,.board-container .react-transform-component .react-transform-element{height:100%;width:100%}.board-container .board{position:relative;opacity:0;height:100%;width:100%}.board-container .board.show{opacity:1}@media (min-width: 960px){main{padding-left:340px}main .board-container{margin-right:0}}@media (min-width: 1280px){main{padding-left:0}main .board-container{margin-left:140px}}.collapsible-section{display:flex;flex-direction:column;width:100%}.collapsible-toggle{position:relative;display:block;width:100%;border:none;background:none;color:inherit;font:inherit;cursor:pointer;padding:0 34px 0 0;text-align:left;white-space:normal}.collapsible-title{white-space:normal;word-break:break-word;overflow-wrap:anywhere}.collapsible-icon{font-size:.85rem;position:absolute;right:4px;top:50%;transform:translateY(-50%)}.collapsible-body{width:100%}.collapsible-section.is-collapsed .collapsible-body{display:none}.left-drawer .MuiDrawer-paper{width:min(320px,95vw);background:#151313;scrollbar-width:none}.left-drawer .MuiDrawer-paper::-webkit-scrollbar{display:none}.left-drawer .MuiDivider-root{background:#000c}.left-drawer .MuiDrawer-paperAnchorDockedLeft{border-color:#000c}.left-drawer .log{overflow-y:auto;font-size:.8rem;word-break:break-word;overflow-wrap:anywhere;scrollbar-width:thin;scrollbar-color:#454545 #151313}.left-drawer .log .action{padding:10px;word-break:inherit;overflow-wrap:inherit}.left-drawer .log .log-highlight{animation:log-entry-flash 2.2s ease-out;border-radius:4px}.left-drawer .log-section{border-top:1px solid rgba(0,0,0,.8)}.left-drawer .log-section .collapsible-toggle{padding:10px 20px 10px 10px;color:#fff;display:flex;align-items:center;gap:8px}.left-drawer .log-section .collapsible-toggle svg{flex-shrink:0}.left-drawer .log-section .collapsible-toggle .collapsible-icon{right:10px}.left-drawer .log-section .collapsible-toggle .log-title span{display:inline-block;margin-left:2px}.left-drawer .log-section .collapsible-body{border-top:1px solid rgba(255,255,255,.08)}@keyframes log-entry-flash{0%{background:#ffffff40}30%{background:#ffffff2e}to{background:#ffffff05}}.right-drawer .drawer-content{padding:10px;display:flex;flex-direction:column;gap:10px;word-break:break-word;overflow-wrap:anywhere}.right-drawer .drawer-content .drawer-home-btn{font-weight:700}.right-drawer .MuiDrawer-paper{width:min(340px,90vw);background:#151313;color:#fff;scrollbar-width:none;overflow:visible}.right-drawer .MuiDrawer-paper::-webkit-scrollbar{display:none}.right-drawer .drawer-shell{position:relative;height:100%;display:flex;flex-direction:column}.right-drawer .drawer-resize-handle{position:absolute;top:0;bottom:0;left:0;width:16px;transform:translate(-50%);cursor:col-resize;display:flex;align-items:center;justify-content:center;z-index:2;touch-action:none}.right-drawer .drawer-resize-handle .handle-grip{width:4px;height:36px;border-radius:999px;background:#ffffff59;transition:background .2s ease}.right-drawer .drawer-resize-handle:hover .handle-grip,.right-drawer .drawer-resize-handle.is-resizing .handle-grip{background:#ffffffb8}.right-drawer .drawer-content{flex:1 1 auto;overflow-y:auto;scrollbar-width:none}.right-drawer .drawer-content::-webkit-scrollbar{display:none}.right-drawer .MuiButton-root{white-space:normal;line-height:1.3}.right-drawer .MuiDivider-root{background:#000c}.board-snapshot{width:100%;height:100%;padding:8px;background:#ffffff08;border-radius:8px;border:1px solid rgba(255,255,255,.08);overflow:hidden;display:flex;align-items:center;justify-content:center}.board-snapshot .board-wrapper{margin:0 auto;position:relative}.analysis-box{word-break:break-word;overflow-wrap:anywhere}.analysis-box .loading-indicator{text-align:center;padding:16px;color:#ffffffb3;display:flex;align-items:center;gap:8px;justify-content:center}.analysis-box .probability-bars{margin-bottom:16px}.analysis-box .probability-bars .probability-row{display:flex;justify-content:space-between;align-items:center;padding:8px;margin:4px 0;border-radius:4px;background:#ffffff0d}.analysis-box .probability-bars .probability-row.red{color:#fe0400}.analysis-box .probability-bars .probability-row.blue{color:#2278ff}.analysis-box .probability-bars .probability-row.white{color:#fff}.analysis-box .probability-bars .probability-row.orange{color:orange}.analysis-box .probability-bars .probability-row .player-color{min-width:63px}.analysis-box .probability-bars .probability-row .probability-bar{flex-grow:1;height:20px;margin:0 12px;background:#ffffff1a;border-radius:4px;overflow:hidden;position:relative}.analysis-box .probability-bars .probability-row .probability-bar .bar-fill{position:absolute;height:100%;left:0;top:0;background-color:currentColor;opacity:.6;transition:width .3s ease}.analysis-box .probability-bars .probability-row .probability-value{font-weight:500;min-width:43px;text-align:right}.negotiation-box .analysis-title-text{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;font-size:1.1rem}.negotiation-box .analysis-actions{display:flex;justify-content:flex-end;margin:10px 0 8px}.negotiation-box .advice-placeholder{color:#ffffffb3;font-size:.9rem;line-height:1.4;margin:8px 0 0}.negotiation-box .advice-output{white-space:pre-wrap;background:#00000040;border:1px solid rgba(255,255,255,.15);border-radius:4px;padding:12px;line-height:1.5;font-size:.95rem;margin-top:8px}.negotiation-box .advice-output .advice-chip{display:inline-flex;align-items:center;padding:0 4px;margin:0 1px;border-radius:3px;font-weight:600;letter-spacing:.01em}.negotiation-box .advice-output .player-red{color:#fe0400;background:#fe04002e;border:1px solid rgba(254,4,0,.35)}.negotiation-box .advice-output .player-blue{color:#2278ff;background:#2278ff2e;border:1px solid rgba(34,120,255,.35)}.negotiation-box .advice-output .player-white{color:#fff;background:#ffffff26;border:1px solid rgba(255,255,255,.3)}.negotiation-box .advice-output .player-orange{color:orange;background:#ffa50033;border:1px solid rgba(255,165,0,.35)}.negotiation-box .advice-output .resource-wood{color:#0b1f10;background:#119822;border:1px solid rgb(12.75,114,25.5)}.negotiation-box .advice-output .resource-brick{color:#fff6f0;background:#cc0300;border:1px solid rgb(183.6,2.7,0)}.negotiation-box .advice-output .resource-sheep{color:#102711;background:#72cf57;border:1px solid rgb(76.5625,171.5,49)}.negotiation-box .advice-output .resource-wheat{color:#3a2806;background:#fac60c;border:1px solid rgb(205.3741935484,161.4258064516,4.2258064516)}.negotiation-box .advice-output .resource-ore{color:#f5f7ff;background:#616166;border:1px solid rgb(82.45,82.45,86.7)}.negotiation-board-capture{position:absolute;width:640px;height:480px;left:-9999px;top:0;opacity:0;pointer-events:none;overflow:hidden;z-index:-1}.dice-display{display:flex;align-items:center;gap:24px;margin:.5rem auto 1rem;padding:.75rem 1.25rem;background:#ffffffeb;border-radius:10px;box-shadow:0 3px 10px #0000002e;justify-content:center;max-width:540px;perspective:700px}.dice-display .dice-info{display:flex;flex-direction:column;gap:4px;align-items:flex-start;min-width:120px}.dice-display .dice-info .dice-label{font-weight:700;font-size:.9rem;color:#000;white-space:nowrap}.dice-display .dice-info .dice-total{font-weight:600;font-size:.95rem;color:#333;white-space:nowrap}.dice-display .dice-values{display:flex;gap:8px}.dice-display .die{width:64px;height:64px;border-radius:12px;background:radial-gradient(circle at 30% 30%,#fff,#f2f2f2);border:2px solid rgba(0,0,0,.15);display:flex;flex-direction:column;justify-content:center;align-items:center;font-weight:700;font-size:1.4rem;color:#1a1a1a;box-shadow:inset 0 4px 8px #0000001a,0 6px 12px #00000026;transform-style:preserve-3d}.dice-display .die.shaking{animation:dice-spin 3.5s ease-in-out}.dice-display .pips{font-size:.85rem;letter-spacing:3px}@keyframes dice-spin{0%{transform:translate(0) rotateX(0) rotateY(0) rotate(0) scale(1)}10%{transform:translate(-10px,-15px) rotateX(45deg) rotateY(-20deg) rotate(-15deg) scale(1.1)}25%{transform:translate(12px,-8px) rotateX(90deg) rotateY(20deg) rotate(25deg) scale(1.05)}40%{transform:translate(-8px,12px) rotateX(135deg) rotateY(-25deg) rotate(-20deg) scale(1.08)}55%{transform:translate(8px,12px) rotateX(180deg) rotateY(30deg) rotate(15deg) scale(1.03)}70%{transform:translate(-6px,-10px) rotateX(225deg) rotateY(-10deg) rotate(-10deg) scale(1.02)}to{transform:translate(0) rotateX(360deg) rotateY(0) rotate(0) scale(1)}}.dice-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:3000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.dice-overlay .overlay-content{background:#fffffff7;border-radius:16px;padding:2rem 3rem;box-shadow:0 20px 40px #0000004d;text-align:center;min-width:320px;max-width:480px}.dice-overlay .overlay-turn{font-size:1.15rem;font-weight:600;margin-bottom:1.5rem;color:#111}.dice-overlay .overlay-turn .turn-pill{margin-left:.4rem}.dice-overlay .overlay-message{font-size:1.25rem;font-weight:700;margin-bottom:.6rem;color:#0d0d0d}.dice-overlay .overlay-dice-container{display:flex;gap:1.5rem;justify-content:center}.dice-overlay .overlay-die{width:90px;height:90px;border-radius:18px;border:2px solid rgba(0,0,0,.2);background:radial-gradient(circle at 30% 30%,#fff,#f0f0f0);box-shadow:inset 0 8px 12px #0000001a,0 18px 28px #00000040;perspective:800px;display:flex;align-items:center;justify-content:center}.dice-overlay .die-face{width:66px;height:66px;background:#fff;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:900;font-size:1.6rem;color:#111;transform-style:preserve-3d}.dice-overlay .overlay-die-pips{font-size:.95rem;letter-spacing:4px}.dice-overlay .rolling .die-face{animation:overlay-die-spin 2.5s ease-in-out infinite alternate}.dice-overlay .revealed .die-face{animation:none}@keyframes overlay-die-spin{0%{transform:rotateX(0) rotateY(0) rotate(0)}25%{transform:rotateX(120deg) rotateY(-60deg) rotate(30deg)}50%{transform:rotateX(250deg) rotateY(40deg) rotate(-20deg)}75%{transform:rotateX(330deg) rotateY(-20deg) rotate(10deg)}to{transform:rotateX(360deg) rotateY(0) rotate(0)}}.turn-pill{display:inline-block;padding:.2rem 1rem;border-radius:999px;font-weight:700;color:#fff;border:1px solid rgba(0,0,0,.2);box-shadow:inset 0 1px 3px #ffffff80,0 1px 3px #0003}.turn-pill-red{background:linear-gradient(135deg,#720000,#ff3d3d)}.turn-pill-blue{background:linear-gradient(135deg,#0f2f66,#2f7dff)}.turn-pill-orange{background:linear-gradient(135deg,#8a4300,#ff9624)}.turn-pill-white{background:linear-gradient(135deg,#dcdcdc,#fff);color:#1a1a1a}.turn-indicator{display:flex;justify-content:center;align-items:center;gap:.75rem;margin:.75rem auto;font-size:1.1rem;color:#f6f6f6}.turn-indicator .turn-label{font-weight:600;letter-spacing:.04em}.turn-indicator .turn-pill{min-width:160px;text-align:center}.build-cost-guide{padding:8px;background:#09090959;border-radius:6px;border:1px solid rgba(255,255,255,.08);word-break:break-word;overflow-wrap:anywhere}.build-cost-guide .collapsible-toggle{margin-bottom:8px}.build-cost-guide .build-cost-title{display:inline-flex;align-items:center;gap:6px;font-size:1rem;letter-spacing:.05em}.build-cost-guide .cost-list{display:flex;flex-direction:column;gap:10px}.build-cost-guide .cost-row{display:flex;flex-direction:column;gap:6px;padding-bottom:6px;border-bottom:1px solid rgba(255,255,255,.08)}.build-cost-guide .cost-row:last-child{border-bottom:none;padding-bottom:0}.build-cost-guide .cost-label{font-weight:700;font-size:.95rem}.build-cost-guide .cost-resources{display:flex;flex-wrap:wrap;gap:6px}.build-cost-guide .resource-chip{min-width:84px;padding:4px 8px;border-radius:999px;font-size:.75rem;font-weight:600;display:flex;justify-content:space-between;align-items:center;border:1px solid rgba(0,0,0,.25);text-shadow:0 1px 1px rgba(0,0,0,.2)}.build-cost-guide .resource-chip .chip-name{margin-right:6px}.build-cost-guide .wood{background:#119822;color:#132615}.build-cost-guide .brick{background:#cc0300;color:#fff2ed}.build-cost-guide .sheep{background:#72cf57;color:#0f1f12}.build-cost-guide .wheat{background:#fac60c;color:#3b2a0a}.build-cost-guide .ore{background:#616166;color:#f5f7ff}.trade-panel{display:flex;flex-direction:column;gap:12px;word-break:break-word;overflow-wrap:anywhere}.trade-panel .collapsible-toggle{padding:0}.trade-panel .trade-panel-heading{display:inline-flex;align-items:flex-start;flex-wrap:wrap;gap:6px;font-size:1.1rem;flex:1 1 auto;min-width:0;white-space:normal}.trade-panel .trade-panel-heading .trade-title-icon{flex:0 0 auto;line-height:1}.trade-panel .trade-panel-heading .trade-title-text{flex:1 1 auto;min-width:0;white-space:normal;display:inline}.trade-panel .collapsible-body{display:flex;flex-direction:column;gap:12px;width:100%}.trade-panel .trade-placeholder{color:#ffffffb3;font-size:.9rem;margin:0}.trade-panel .trade-status-card{padding:10px 12px;border-radius:6px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.trade-panel .trade-summary-line{display:flex;flex-direction:column;gap:4px;margin-bottom:6px}.trade-panel .trade-summary-line .trade-summary-offerer{font-weight:700}.trade-panel .trade-summary-line .trade-summary-details{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:.9rem;color:#ffffffd9}.trade-panel .trade-summary-line .trade-summary-label{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#ffffff8c}.trade-panel .trade-summary-line .trade-summary-value{font-weight:600}.trade-panel .trade-summary-line .trade-summary-sep{color:#ffffff80}.trade-panel .trade-acceptances{display:flex;flex-wrap:wrap;gap:8px;font-size:.85rem}.trade-panel .trade-acceptances .trade-acceptance{padding:2px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.3)}.trade-panel .trade-acceptances .accepted{background:#66bb6a26;border-color:#66bb6a99}.trade-panel .trade-acceptances .waiting{background:#ffffff0d}.trade-panel .trade-response{padding:10px 12px;border-radius:6px;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.trade-panel .trade-response p{margin:0 0 8px;font-size:.95rem}.trade-panel .trade-response-buttons{display:flex;flex-wrap:wrap;gap:8px}.trade-panel .trade-sticky{position:sticky;top:0;z-index:2;display:flex;flex-direction:column;gap:12px;padding:6px 0 10px;background:#151313;box-shadow:0 12px 12px -12px #000000b3}.trade-panel .trade-form{display:flex;flex-direction:column;gap:8px}.trade-panel .trade-form h4{margin:0;font-size:1rem}.trade-panel .trade-form .trade-hint{margin:0;color:#ffffffb3;font-size:.85rem}.trade-panel .trade-grid{--trade-grid-columns: 1.2fr 1fr 1fr .8fr;display:grid;grid-template-columns:var(--trade-grid-columns);font-size:.9rem;border:1px solid rgba(255,255,255,.08);border-radius:6px;overflow:hidden;background:#ffffff05}.trade-panel .trade-grid-head,.trade-panel .trade-row{display:contents}.trade-panel .trade-grid-head span{display:flex;align-items:center;justify-content:center;font-size:.8rem;color:#fff9;text-transform:uppercase;letter-spacing:.08em;padding:8px 6px;border-bottom:1px solid rgba(255,255,255,.08);background:#ffffff0a}.trade-panel .trade-grid-head span:last-child{white-space:nowrap}.trade-panel .trade-row>*{padding:8px 6px;border-bottom:1px solid rgba(255,255,255,.05)}.trade-panel .trade-row:last-of-type>*{border-bottom:none}.trade-panel .trade-grid>*{border-right:1px solid rgba(255,255,255,.08)}.trade-panel .trade-grid>*:nth-child(4n){border-right:none}.trade-panel .trade-counter{display:inline-flex;align-items:center;gap:4px;justify-content:center}.trade-panel .trade-counter button{width:30px;height:30px;border-radius:4px;border:1px solid rgba(255,255,255,.2);background:#00000040;color:inherit;cursor:pointer;font-size:1rem;line-height:1;display:inline-flex;align-items:center;justify-content:center}.trade-panel .trade-counter button:disabled{opacity:.4;cursor:not-allowed}.trade-panel .trade-counter span{min-width:32px;text-align:center;font-weight:600;border-radius:999px;background:#ffffff14;padding:2px 0;font-feature-settings:"tnum"}.trade-panel .resource-name{font-weight:600;padding-left:4px}.trade-panel .resource-available{text-align:right;font-feature-settings:"tnum";color:#ffffffbf}.trade-panel .trade-error{color:#ffab91;font-size:.85rem}.trade-panel .trade-actions{display:flex;justify-content:flex-end;gap:8px}.trade-panel .trade-status-note{padding:12px;border-radius:6px;border:1px dashed rgba(255,255,255,.25);background:#ffffff0a;font-size:.9rem;color:#ffffffd9}.trade-panel .trade-status-note p{margin:0 0 6px}.trade-panel .trade-status-note .waiting-note{font-size:.85rem;color:#ffffffb3}.trade-panel .trade-reject-note{margin-top:10px;font-size:.85rem;color:#ffab91}.home-page{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh}.home-page h1{color:#fff;font-size:2.5rem;margin-bottom:30px}.home-page ul{color:#fff;margin-top:0;margin-bottom:3px}.home-page .switchable{min-height:224px;display:flex;flex-direction:column;justify-content:center;align-items:center}.home-page .switchable button{margin-bottom:10px}.home-page .switchable .error-banner{background:#ff475726;border:1px solid rgba(255,111,97,.7);border-radius:4px;color:#ffe3e0;padding:10px 14px;margin-bottom:12px;text-align:center;width:100%;max-width:320px}.home-page .switchable .main-action-button{width:220px;max-width:100%}.home-page .switchable .records-link{width:100%;display:flex;justify-content:center;margin-top:6px}.home-page .switchable .records-link button{background:linear-gradient(135deg,#ffb300,#ff6f00);color:#1a1300;font-weight:700;border:none;box-shadow:0 2px 8px #00000059}.home-page .switchable .records-link button:hover{background:linear-gradient(135deg,#ffc107,#ff8f00);box-shadow:0 4px 10px #00000073}.home-page .switchable .survey-link{width:100%;display:flex;justify-content:center;margin-top:2px}.home-page .switchable .survey-link .survey-link-button{color:#fff;font-size:.95rem;font-weight:600;letter-spacing:.02em;text-transform:none}.home-page .switchable .survey-link .survey-link-button:hover{text-decoration:underline}.home-page .player-count-selector{margin:0 0 16px;text-align:center}.home-page .player-count-selector .player-count-buttons .player-count-button{width:130px;height:35px;font-size:1rem;color:#fff!important;margin:0 4px;transition:background-color .3s;background-color:#151313!important}.home-page .player-count-selector .player-count-buttons .player-count-button:hover{background-color:#000!important}.home-page .player-count-selector .player-count-buttons .player-count-button.selected{background-color:#0d47a1!important;color:#fff!important}.home-page .player-count-selector .player-count-buttons .player-count-button.selected:hover{background-color:#0d459c!important}*{box-sizing:border-box}.logo{font-family:Bungee Inline,sans-serif}main{background:#030000;color:#fff;height:100%;display:flex;flex-direction:column}main .logo{margin:5px 20px 0;text-align:center}main .loader{display:flex;justify-content:center;align-items:center}.replay-box{display:flex;flex-direction:column;gap:10px}.replay-box .button-container{display:flex;gap:10px}.numeric-textfield .MuiOutlinedInput-root fieldset{border-color:#1976d2}.numeric-textfield .MuiInputLabel-root,.numeric-textfield .MuiInputBase-input{color:#1976d2;font-weight:600}.records-page{min-height:100vh;height:100%;overflow-y:auto;background:#030000;color:#fff;padding:20px;display:flex;flex-direction:column;align-items:stretch;gap:16px}.records-page .records-header{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px}.records-page .records-header .logo{margin:10px 0;text-align:left}.records-page .records-header .records-header-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.records-page .records-header .delete-record-btn{padding:8px 16px;border:none;border-radius:6px;background:linear-gradient(135deg,#e53935,#b71c1c);color:#ffecec;font-weight:700;cursor:pointer;transition:background .2s ease,opacity .2s ease}.records-page .records-header .delete-record-btn:hover{background:linear-gradient(135deg,#ef5350,#c62828)}.records-page .records-header .delete-record-btn:disabled{cursor:not-allowed;opacity:.6}.records-page .records-header .records-home-btn{padding:8px 16px;background:linear-gradient(135deg,#4caf50,#2e7d32);border:none;border-radius:6px;color:#e8ffe8;font-weight:700;cursor:pointer;box-shadow:0 2px 6px #00000059}.records-page .records-header .records-home-btn:hover{background:linear-gradient(135deg,#66bb6a,#388e3c)}.records-page .records-error{color:#ffab91;font-size:.9rem}.records-page .records-layout{width:100%;display:flex;gap:16px;align-items:stretch;flex-wrap:wrap}.records-page .records-list{flex:0 0 280px;width:100%;max-width:420px;box-sizing:border-box;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:12px;max-height:80vh;display:flex;flex-direction:column}.records-page .records-list .records-list-header{font-weight:700;margin-bottom:8px}.records-page .records-list .records-items{overflow-y:auto;display:flex;flex-direction:column;gap:8px;max-height:80vh;padding-right:4px}.records-page .records-list .record-item{border:1px solid rgba(255,255,255,.08);border-radius:6px;padding:12px;text-align:left;background:#00000059;color:inherit;cursor:pointer;transition:border-color .2s ease,transform .2s ease;min-height:60px}.records-page .records-list .record-item .game-id-row{display:flex;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:4px}.records-page .records-list .record-item .game-id{font-size:.85rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.records-page .records-list .record-item .game-date{font-size:.75rem;opacity:.7;white-space:nowrap}.records-page .records-list .record-item .game-meta{font-size:.8rem;display:flex;justify-content:flex-start;gap:16px;flex-wrap:nowrap;white-space:nowrap;overflow:hidden}.records-page .records-list .record-item .game-meta span{display:inline-flex;align-items:center;white-space:nowrap}.records-page .records-list .record-item:hover{border-color:#fff6;transform:translate(2px)}.records-page .records-list .record-item.selected{border-color:#ffb300;background:#ffb30026}.records-page .records-list .records-empty{color:#ffffffb3;font-size:.9rem;padding:16px 0;text-align:center}.records-page .records-detail{flex:1;display:flex;flex-direction:column;gap:16px;min-width:0}.records-page .records-detail section{width:100%;background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:16px}.records-page .records-detail section h2{margin:0 0 12px;font-size:1.2rem}.records-page .records-detail .records-analytics{display:flex;flex-direction:column;gap:12px}.records-page .records-detail .records-analytics .analytics-note{margin:0;color:#ffffffb3}.records-page .records-detail .records-analytics .analytics-player-list{display:flex;flex-direction:column;gap:16px}.records-page .records-detail .records-analytics .analytics-player{display:flex;flex-direction:column;gap:12px}.records-page .records-detail .records-analytics .analytics-player-title{margin:0;font-size:1rem;color:#ffffffe6}.records-page .records-detail .records-analytics .analytics-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.records-page .records-detail .records-analytics .analytics-item{padding:12px;border-radius:6px;background:#ffffff05;border:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:6px}.records-page .records-detail .records-analytics .analytics-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:#ffffffb3}.records-page .records-detail .records-analytics .analytics-value{font-size:1.2rem;font-weight:600;display:flex;flex-direction:column;gap:4px}.records-page .records-detail .records-analytics .analytics-subtext{font-size:.85rem;color:#ffffffb3}.records-page .records-detail-body{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(320px,1fr);gap:16px;align-items:flex-start;width:100%}.records-page .records-main{display:flex;flex-direction:column;gap:16px;min-width:0}.records-page .records-log-panel{display:flex;flex-direction:column;gap:16px;width:100%;justify-self:stretch}.records-page .records-summary{display:flex;flex-wrap:wrap;gap:16px;font-size:.95rem}.records-page .records-summary .summary-label{color:#fff9;margin-right:8px}.records-page .records-summary.compact{font-size:.9rem;gap:12px}.records-page .records-summary.compact>div{display:flex;flex-direction:column;min-width:0}.records-page .records-summary.compact .summary-value{font-weight:600;word-break:break-all}.records-page .records-board{text-align:center;flex:1 1 auto;display:flex;flex-direction:column;min-height:0}.records-page .records-board .section-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.records-page .records-board .section-header h2{margin:0}.records-page .records-board .section-header .jpeg-button{padding:4px 10px;border-radius:4px;border:1px solid rgba(255,255,255,.3);background:#ffffff14;color:#fff;font-size:.85rem;cursor:pointer;transition:background .2s ease,opacity .2s ease}.records-page .records-board .section-header .jpeg-button:hover:not(:disabled){background:#ffffff2e}.records-page .records-board .section-header .jpeg-button:disabled{opacity:.5;cursor:not-allowed}.records-page .records-board .board-snapshot{margin-top:8px;width:100%;flex:1 1 auto;min-height:0;min-height:600px}.records-page .records-players .players-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.records-page .records-log{flex:0 0 420px;display:flex;flex-direction:column;max-height:420px;min-height:320px}.records-page .records-log .section-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.records-page .records-log .section-header h2{margin:0}.records-page .records-log .section-header .csv-button{padding:4px 10px;border-radius:4px;border:1px solid rgba(255,255,255,.3);background:#ffffff14;color:#fff;font-size:.85rem;cursor:pointer;transition:background .2s ease,opacity .2s ease}.records-page .records-log .section-header .csv-button:hover:not(:disabled){background:#ffffff2e}.records-page .records-log .section-header .csv-button:disabled{opacity:.5;cursor:not-allowed}.records-page .records-log .log-entries{flex:1 1 auto;max-height:100%;overflow-y:auto;display:flex;flex-direction:column;gap:6px;padding-right:6px;white-space:nowrap;overflow-x:hidden}.records-page .records-log .log-entry{font-size:.9rem;padding:8px;border-radius:4px;background:#0000004d}.records-page .records-placeholder{width:100%;padding:40px;text-align:center;color:#ffffffb3;border:1px dashed rgba(255,255,255,.25);border-radius:8px;background:#ffffff05}@media (max-width: 960px){.records-page .records-layout{flex-direction:column}.records-page .records-list{flex:1 1 auto;width:100%;max-width:none;max-height:none}.records-page .records-detail-body{display:flex;flex-direction:column}.records-page .records-log-panel{width:100%}}.pvp-lobby-page{padding:2rem;color:#fff;min-height:100vh;background:radial-gradient(circle at top,#13213f,#05070f 70%)}.lobby-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem}.lobby-subtitle{opacity:.8}.lobby-actions{display:flex;gap:.75rem;flex-wrap:wrap}.error-banner{background:#ff475733;border:1px solid rgba(255,111,97,.7);border-radius:6px;color:#ffe3e0;padding:12px 16px;margin-bottom:1rem}.room-card{background:#00000073;border:1px solid rgba(255,255,255,.08)}.room-title{font-weight:600}.room-id{font-size:.8rem;opacity:.65;margin-bottom:.5rem}.room-occupancy{font-weight:600;margin-bottom:.5rem}.room-seat-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem}.seat-pill{display:inline-block;padding:.1rem .5rem;border-radius:999px;margin-right:.4rem;font-size:.75rem;text-transform:lowercase}.seat-pill-red{background:#ff000026;color:#ff7b7b}.seat-pill-blue{background:#007bff26;color:#7bb6ff}.seat-pill-white{background:#ffffff26;color:#fff}.seat-pill-orange{background:#ff910026;color:#ffbe7b}.seat-name{opacity:.85}.empty-state{text-align:center;padding:2rem;background:#ffffff0d;border-radius:8px}.room-board-preview{padding:12px;display:flex;flex-direction:column;gap:12px}.room-board-preview .header{display:flex;align-items:center;justify-content:space-between}.room-board-preview .preview-area{position:relative;width:100%;max-width:520px;height:clamp(300px,50vw,500px);margin:0 auto;overflow:hidden}.room-board-preview .tile{position:absolute}.pvp-actions-floating{position:fixed;bottom:120px;right:24px;left:24px;max-width:380px;width:auto;z-index:1100}.pvp-actions-floating .actions-toolbar{justify-content:flex-end;flex-wrap:wrap;gap:8px}.pvp-actions-floating .actions-toolbar .action-button,.pvp-actions-floating .actions-toolbar button{min-width:140px}.pvp-actions-floating .prompt{max-width:100%;line-height:1.4;word-break:break-word}@media (min-width: 1280px){.pvp-actions-floating{right:calc(var(--right-drawer-width, 340px) + 20px);left:unset;width:340px}}.pvp-room-page{padding:2rem 1rem;display:flex;flex-direction:column;gap:2rem;color:#fff;min-height:100vh;background:radial-gradient(circle at top,#1b2f5b,#090f1f 45%,#05060f)}.pvp-room-page.game-active{padding:0;gap:0;background:#030000}.pvp-live-game{flex:1;display:flex;flex-direction:column;min-height:100vh;color:#fff;background:#030000;position:relative}.pvp-live-game .logo{margin:5px 20px 0;text-align:center}.pvp-live-game .sound-toggle{display:flex;justify-content:center;margin-bottom:8px}.pvp-live-game .sound-toggle button{font-size:.85rem;padding:2px 16px}.pvp-live-game .board-container,.pvp-live-game .loader{height:100%;width:100%;display:flex;justify-content:center;align-items:center}.pvp-live-game .board-container .react-transform-wrapper,.pvp-live-game .board-container .react-transform-component,.pvp-live-game .board-container .react-transform-component .react-transform-element{height:100%;width:100%}.pvp-live-game .board-container .board{position:relative;opacity:0;height:100%;width:100%}.pvp-live-game .board-container .board.show{opacity:1}.pvp-live-game .pvp-actions-floating{bottom:120px}@media (min-width: 960px){.pvp-live-game{padding-left:340px}.pvp-live-game .board-container{margin-right:0}}@media (min-width: 1280px){.pvp-live-game{padding-left:0}.pvp-live-game .board-container{margin-left:140px}}.join-dialog-paper{min-height:320px;display:flex;flex-direction:column}.join-dialog-paper .MuiDialogContent-root{flex:1;display:flex;flex-direction:column;justify-content:center;padding-top:24px;padding-bottom:24px}.room-info-header{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1rem}.room-name{font-size:2rem;font-weight:700;margin:0}.room-header-actions{display:flex;gap:.75rem;flex-wrap:wrap}.room-status-panel{background:#00000059;border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.room-actions{display:flex;flex-direction:column;gap:1.25rem}.room-seats{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.seat-card{background:#ffffff14;border:1px solid transparent;border-radius:8px;padding:.75rem}.seat-card-active{border-color:#ffc107}.seat-color{font-weight:700;margin-bottom:.25rem}.seat-name{font-size:1rem}.room-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.room-message,.waiting-message,.error-text{margin-top:1rem;font-size:.95rem}.error-text{color:#ffb3b3}.drawer-room-info{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.75rem}.drawer-room-name{font-size:1.25rem;font-weight:600}
