@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap";:root{--bg-dark: #0f141c;--sidebar-bg: #131a23;--panel-bg: #161e28;--panel-border: rgba(255, 255, 255, .07);--text-primary: #f8fafc;--text-muted: #8a99ad;--accent-purple: linear-gradient(135deg, #4f46e5 0%, #3730a3 100%);--accent-blue: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);--accent-green: linear-gradient(135deg, #10b981 0%, #047857 100%);--danger: #dc2626;--ready-green: #10b981}body{margin:0;font-family:Outfit,sans-serif;background-color:var(--bg-dark);color:var(--text-primary);min-height:100vh;display:flex;box-sizing:border-box;overflow-x:hidden}#app{width:100vw;height:100vh;display:grid;grid-template-columns:280px 1fr;box-sizing:border-box}.lobby-sidebar{background-color:var(--sidebar-bg);border-right:1px solid var(--panel-border);padding:24px 16px;display:flex;flex-direction:column;gap:20px;box-sizing:border-box}.sidebar-logo{display:flex;align-items:center;gap:12px;margin-bottom:12px}.sidebar-logo img,.sidebar-logo svg{width:32px;height:32px;fill:#818cf8}.sidebar-logo-text h2{margin:0;font-size:20px;font-weight:700;letter-spacing:.5px}.sidebar-logo-text p{margin:0;font-size:11px;color:var(--text-muted)}.sidebar-btn{width:100%;border:none;border-radius:10px;color:#fff;padding:14px 16px;font-weight:600;font-size:14px;text-align:left;cursor:pointer;display:flex;flex-direction:column;gap:2px;transition:all .2s ease;box-sizing:border-box}.sidebar-btn.purple{background:var(--accent-purple);box-shadow:0 4px 12px #6366f140}.sidebar-btn.blue{background:var(--accent-blue);box-shadow:0 4px 12px #0284c740}.sidebar-btn:hover{transform:translateY(-2px);filter:brightness(1.1)}.sidebar-input-box{background:#ffffff05;border:1px solid var(--panel-border);border-radius:10px;padding:12px;display:flex;flex-direction:column;gap:8px}.sidebar-input-row{display:flex;gap:6px}.sidebar-input-row input{flex-grow:1;background:#0a0d14;border:1px solid var(--panel-border);border-radius:6px;color:#fff;padding:8px;font-size:13px;text-transform:uppercase}.sidebar-input-row button{background:#1e293b;border:none;border-radius:6px;color:#fff;padding:0 12px;cursor:pointer;display:flex;align-items:center;justify-content:center}.sidebar-bottom-links{margin-top:auto;display:flex;justify-content:space-around;font-size:12px;color:var(--text-muted)}.sidebar-link-item{display:flex;align-items:center;gap:6px;cursor:pointer}.sidebar-link-item:hover{color:#fff}.lobby-main-display{padding:24px;overflow-x:auto;box-sizing:border-box;display:flex;gap:16px;height:100vh;align-items:stretch}.lobby-column{background-color:var(--panel-bg);border:1px solid var(--panel-border);border-radius:12px;padding:18px;box-sizing:border-box;display:flex;flex-direction:column;gap:14px;min-width:320px;max-width:380px;height:100%}.sandbox-panel{background-color:var(--panel-bg);border:1px solid var(--panel-border);border-radius:12px;padding:24px;box-sizing:border-box;display:flex;flex-direction:column}.lobby-column.wide{min-width:440px;max-width:500px}.lobby-column h3{margin:0;font-size:13px;text-transform:uppercase;color:var(--text-muted);letter-spacing:1px;font-weight:700}.code-panel{display:flex;align-items:center;justify-content:space-between}.code-panel h1{margin:0;font-size:28px;font-weight:700;color:#fff;letter-spacing:1.5px}.player-list-row{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#ffffff05;border-radius:8px;border:1px solid transparent}.player-list-info{display:flex;align-items:center;gap:10px}.player-pawn-circle{width:24px;height:24px;border-radius:50%;border:2px solid rgba(255,255,255,.2);box-shadow:0 2px 4px #0000004d}.player-list-name{font-size:14px;font-weight:600;color:#f1f5f9}.player-list-ready{font-size:13px;font-weight:700;color:var(--ready-green)}.game-selection-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.game-card{background:#ffffff03;border:1px solid var(--panel-border);border-radius:10px;overflow:hidden;cursor:pointer;transition:all .25s ease;position:relative}.game-card-img{height:90px;background-size:cover;background-position:center}.game-card-title{padding:8px;font-size:12px;font-weight:700;text-align:center;background:#0000004d}.game-card:hover{transform:translateY(-2px);border-color:#6366f166}.game-card.active{border:2px solid #4f46e5;box-shadow:0 0 15px #4f46e559}.download-progress-bar-container{width:100%;height:6px;background:#ffffff0d;border-radius:3px;overflow:hidden}.download-progress-bar{height:100%;background:#3b82f6;width:0%;transition:width .3s ease}.avatar-colors-grid{display:flex;gap:8px}.avatar-color-square{width:50px;height:50px;background:#181f2f;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:2px solid transparent;transition:all .2s ease}.avatar-color-square:hover{background:#232d43}.avatar-color-square.active{border-color:var(--ready-green);box-shadow:0 0 8px #22c55e4d}.rules-table-row{display:flex;justify-content:space-between;font-size:13px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.02)}.rules-table-label{color:var(--text-muted)}.rules-table-val{font-weight:700}.btn-start-game-lobby{background:var(--accent-green);width:100%;border:none;border-radius:10px;color:#fff;padding:14px;font-weight:700;font-size:16px;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 12px #22c55e40;text-align:center}.btn-start-game-lobby:hover{transform:translateY(-2px);filter:brightness(1.1);box-shadow:0 6px 15px #22c55e73}.gameplay-layout{display:grid;grid-template-columns:340px 1fr 400px;gap:20px;padding:24px;box-sizing:border-box;width:100%;height:100%}#app,.sandbox-panel,button,input,select,#victory-overlay,#camera-viewport,#board-container,.modal-overlay,.lobby-column,.game-card,.avatar-color-square{cursor:none!important}.tactile-hand{position:fixed;pointer-events:none;z-index:100000;width:48px;height:48px;transform:translate(-50%,-50%);transition:transform .06s cubic-bezier(.25,.8,.25,1);filter:drop-shadow(0 4px 8px rgba(0,0,0,.45))}.tactile-hand svg{width:100%;height:100%;fill:#facc15;transition:scale .1s ease}.tactile-hand.grab svg{scale:.85}.dice-3d-surface{display:flex;justify-content:center;align-items:center;margin:10px 0;perspective:600px}.dice-3d{width:68px;height:68px;background:var(--accent-purple);border:2px solid rgba(255,255,255,.25);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:34px;font-weight:700;color:#fff;box-shadow:0 10px 25px #4f46e559;cursor:none;-webkit-user-select:none;user-select:none;touch-action:none;transition:transform .15s ease-out}.dice-3d:hover{transform:scale(1.06) rotate(5deg);box-shadow:0 12px 30px #6366f180}.dice-3d.grabbing{transform:scale(.95)}@keyframes dice-spin{0%{transform:scale(1) rotate(0)}30%{transform:scale(1.25) rotate(270deg)}60%{transform:scale(1.15) rotate(540deg)}to{transform:scale(1) rotate(720deg)}}.dice-spinning{animation:dice-spin .6s cubic-bezier(.19,1,.22,1) forwards}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0a0f1ed9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;opacity:0;pointer-events:none;transition:opacity .25s ease}.modal-overlay.active{opacity:1;pointer-events:auto}.deed-card{background:#fff;border:4px solid #1e293b;border-radius:12px;width:270px;padding:16px;box-shadow:0 25px 50px -12px #000000b3;transform:scale(.85);transition:transform .3s cubic-bezier(.34,1.56,.64,1);color:#1e293b}.modal-overlay.active .deed-card{transform:scale(1)}.deed-header{border:2px solid #1e293b;padding:12px;text-align:center;text-transform:uppercase;font-weight:700;font-size:18px;margin-bottom:12px;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.deed-title{font-size:11px;text-align:center;text-transform:uppercase;letter-spacing:1px;font-weight:700;margin-bottom:2px}.deed-name{font-size:20px;text-align:center;font-weight:700;margin-bottom:12px;letter-spacing:-.5px}.deed-rent-row{display:flex;justify-content:space-between;font-size:12px;margin:6px 0;border-bottom:1px dashed #cbd5e1;padding-bottom:4px}.deed-price-info{margin-top:14px;text-align:center;font-size:13px;font-weight:700;border-top:2px solid #1e293b;padding-top:8px}.floating-notifier{position:fixed;bottom:80px;left:50%;transform:translate(-50%);z-index:100000;display:flex;flex-direction:column;gap:8px;pointer-events:none}.money-badge{padding:8px 18px;border-radius:30px;font-weight:700;font-size:18px;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 10px 25px #00000073;animation:float-up-fade 2s cubic-bezier(.25,1,.5,1) forwards;color:#fff}@keyframes float-up-fade{0%{transform:translateY(30px);opacity:0}15%{transform:translateY(0);opacity:1}80%{transform:translateY(-40px);opacity:1}to{transform:translateY(-60px);opacity:0}}.chat-drawer{position:fixed;top:0;right:-360px;width:340px;height:100vh;height:100dvh;background-color:#0f131cd1;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-left:1px solid var(--panel-border);box-shadow:-10px 0 30px #0000008c;transition:right .3s cubic-bezier(.25,.8,.25,1);z-index:9999;display:flex;flex-direction:column;padding:24px 18px;box-sizing:border-box}.chat-drawer.active{right:0}.chat-drawer input:focus,#chat-input:focus{outline:none;border-color:#8b5cf6!important;box-shadow:0 0 10px #8b5cf666;transition:all .2s ease}.player-list-row{transition:all .2s ease!important}.player-list-row:hover{border-color:#a855f74d!important;background:#a855f70a!important;transform:translateY(-1px)}.rules-table-row:nth-child(odd){background:#ffffff04;border-radius:4px}.pulse-green-dot{width:7px;height:7px;background-color:#22c55e;border-radius:50%;display:inline-block;box-shadow:0 0 #22c55eb3;animation:pulse-dot 1.6s infinite}@keyframes pulse-dot{0%{transform:scale(.95);box-shadow:0 0 #22c55eb3}70%{transform:scale(1);box-shadow:0 0 0 5px #22c55e00}to{transform:scale(.95);box-shadow:0 0 #22c55e00}}.chat-drawer-toggle{position:fixed;top:50%;right:0;transform:translateY(-50%);background:var(--accent-purple);border:none;border-radius:8px 0 0 8px;color:#fff;width:36px;height:64px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;cursor:pointer;z-index:10000;box-shadow:-4px 0 10px #00000059;transition:right .3s cubic-bezier(.25,.8,.25,1)}.chat-drawer-toggle.active{right:340px}.profile-colors-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:6px}.avatar-colors-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:6px}.rules-drawer{position:fixed;top:0;left:-360px;width:340px;height:100vh;height:100dvh;background-color:#0f131cd1;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-right:1px solid var(--panel-border);box-shadow:10px 0 30px #0000008c;transition:left .3s cubic-bezier(.25,.8,.25,1);z-index:9999;display:flex;flex-direction:column;padding:24px 18px;box-sizing:border-box}.rules-drawer.active{left:0}.rule-cycle-row{display:flex;align-items:center;justify-content:space-between;background:#ffffff08;border:1px solid var(--panel-border);border-radius:8px;padding:6px 12px;margin-bottom:12px}.rule-cycle-btn{background:#ffffff0d;border:1px solid var(--panel-border);color:#fff;border-radius:4px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-weight:700}.rule-cycle-btn:hover{background:#6366f133;border-color:#6366f1}.rule-cycle-val{font-size:13px;font-weight:700;color:#818cf8}.desktop-matchmaking-layout{display:grid;grid-template-columns:280px 1fr;width:100%;height:100%}.desktop-matchmaking-layout .avatar-setup-card{max-width:680px!important;width:100%;margin:40px auto}.mobile-matchmaking-layout{display:none}.matchmaking-container{display:flex;gap:24px;max-width:960px;width:100%;margin:auto;padding:24px;box-sizing:border-box;align-items:flex-start}.matchmaking-actions-panel{width:150px;flex-shrink:0}.matchmaking-setup-column{flex-grow:1;display:flex;flex-direction:column}@media (max-width: 960px){#app{grid-template-columns:1fr!important}.lobby-sidebar,.desktop-matchmaking-layout{display:none!important}.mobile-matchmaking-layout{display:block!important;width:100%;box-sizing:border-box}.matchmaking-container{display:flex!important;flex-direction:row!important;gap:3%!important;padding:10px 12px!important;width:100%!important;box-sizing:border-box!important;overflow-x:hidden!important;align-items:flex-start!important}.sandbox-panel.matchmaking-actions-panel{width:20%!important;min-width:100px!important;max-width:130px!important;box-sizing:border-box!important;padding:10px 8px!important;align-self:flex-start!important;flex-shrink:0!important;height:auto!important}.matchmaking-actions-panel .sidebar-logo{display:flex!important;margin-bottom:8px!important;gap:6px!important;align-items:center!important}.matchmaking-actions-panel .sidebar-logo svg{width:18px!important;height:18px!important;flex-shrink:0!important}.matchmaking-actions-panel .sidebar-logo h2{font-size:12px!important;margin:0!important}.matchmaking-actions-panel .sidebar-logo p{display:none!important}.matchmaking-setup-column{flex:1!important;min-width:0!important;box-sizing:border-box!important}.mobile-actions-btn-group{height:auto!important;align-self:flex-start!important}.matchmaking-actions-panel .sidebar-btn{display:block!important;width:100%!important;padding:7px 4px!important;font-size:10px!important;text-align:center!important;box-sizing:border-box!important;line-height:1.2!important;height:auto!important;flex:none!important}.matchmaking-actions-panel .sidebar-btn strong{font-size:10px!important;letter-spacing:0!important;display:block!important}.matchmaking-actions-panel .sidebar-btn .btn-desc,.matchmaking-actions-panel .sidebar-btn span{display:none!important}.lobby-main-display{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:center!important;height:auto!important;min-height:100dvh!important;overflow-y:auto!important;padding:24px 16px!important;gap:20px!important}.sandbox-panel{max-width:600px!important;width:100%!important;min-height:auto!important;padding:16px!important;box-sizing:border-box!important}.game-selection-grid{grid-template-columns:1fr!important}.chat-drawer{width:45%!important;right:-100%!important;height:100dvh!important;padding:16px 12px!important;min-width:260px!important}.chat-drawer.active{right:0!important}.chat-drawer-toggle{z-index:10001!important}.chat-drawer-toggle.active{right:calc(45% - 36px)!important}.rules-drawer{width:45%!important;left:-100%!important;height:100dvh!important;padding:16px 12px!important;min-width:260px!important}.rules-drawer.active{left:0!important}}@media (max-width: 600px){.matchmaking-container{flex-direction:column!important;align-items:center!important;padding:16px!important;gap:16px!important}.sandbox-panel.matchmaking-actions-panel{width:100%!important;max-width:440px!important;height:auto!important;align-self:center!important;padding:16px!important}.matchmaking-actions-panel .sidebar-logo{display:flex!important;margin-bottom:16px!important}.matchmaking-actions-panel .sidebar-btn{padding:12px!important;font-size:14px!important;text-align:left!important}.matchmaking-actions-panel .sidebar-btn .btn-desc,.matchmaking-actions-panel .sidebar-btn span{display:block!important}.matchmaking-setup-column{width:100%!important;max-width:440px!important}}
