:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:block;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body,#root{margin:0;padding:0;height:100%}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;position:relative;background:#020617;overflow-x:hidden;color:#f8fafc;user-select:none;-webkit-user-select:none}input,textarea{user-select:text;-webkit-user-select:text}body:before{content:"";position:fixed;inset:0;background-image:linear-gradient(#0006,#0006),url(/avatars/background.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-1}.material-symbols-rounded{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;font-size:24px;line-height:24px;display:inline-flex;width:1em;justify-content:center;align-items:center;text-align:center;vertical-align:middle}#root{max-width:none;margin:0;padding:0}.page{display:flex;flex-direction:column;gap:1.5rem;align-items:stretch;max-width:1600px;margin:0 auto;padding:1rem}.game-page{gap:0;max-width:none;margin:0;padding:0;height:100vh;width:100vw;display:flex;flex-direction:column;overflow:hidden}h1{margin:0;font-size:2.4rem}.card{background:#0f172ad9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:1.5rem;box-shadow:0 18px 45px #0009;border:1px solid rgba(255,255,255,.1);text-align:left}label{display:flex;flex-direction:column;gap:.5rem;font-size:.9rem}input{border-radius:.6rem;border:1px solid rgba(148,163,184,.6);padding:.6rem .8rem;background:#0f172ad9;color:#e5e7eb}input:focus{outline:2px solid #38bdf8;outline-offset:1px}button{border-radius:999px;border:none;padding:.6rem 1.4rem;background:linear-gradient(135deg,#38bdf8,#22c55e);color:#020617;font-weight:600;cursor:pointer;box-shadow:0 10px 30px #38bdf866}button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.board-container{position:relative;background:url(/avatars/background.jpg) center/cover no-repeat;background-position:center;border:none;outline:none;border-radius:0;box-shadow:none;margin:0 auto;overflow:visible;--mx: 50%;--my: 50%}.board-container:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at var(--mx) var(--my),rgba(56,189,248,.22),rgba(0,0,0,0) 42%);mix-blend-mode:screen;opacity:.9}.board-links{position:absolute;inset:0;pointer-events:none;z-index:1;filter:drop-shadow(0 0 6px rgba(56,189,248,.25))}.board-links line{stroke:#38bdf81f;stroke-width:5;stroke-linecap:round}.board-field{position:absolute;border-radius:50%;background:transparent;border:2px solid rgba(56,189,248,.42);box-shadow:0 0 18px #38bdf82e,inset 0 0 14px #38bdf81f;display:flex;align-items:center;justify-content:center;transition:all .2s;cursor:pointer;z-index:2;overflow:hidden}.board-field.type-base{background:#ffffff05;border:1px dashed rgba(255,255,255,.1)}.board-field.type-entry{border:2px solid rgba(255,255,255,.3)}.board-field.type-goal{background:radial-gradient(circle,#facc15,#854d0e);border:3px solid #fef08a;box-shadow:0 0 20px #facc15}.board-field:after{content:"";position:absolute;inset:0;border-radius:50%;background:linear-gradient(120deg,#0000,#38bdf873,#0000);opacity:0;mix-blend-mode:screen;filter:blur(2px);pointer-events:none}.board-field:hover{background:radial-gradient(circle at var(--mx) var(--my),rgba(56,189,248,.85) 0%,rgba(56,189,248,.18) 46%,rgba(56,189,248,0) 72%);border-color:#38bdf8f2;box-shadow:0 0 28px #38bdf88c,inset 0 0 16px #38bdf838}.board-field:hover:after{opacity:1;animation:laserSweep .7s linear infinite}@keyframes laserSweep{0%{transform:translate(-40%) rotate(12deg)}to{transform:translate(40%) rotate(12deg)}}.board-field.reachable{background:radial-gradient(circle at 50% 50%,#38bdf8f2,#38bdf826 55%,#38bdf800 75%);border:3px solid rgba(56,189,248,.98);box-shadow:0 0 32px #38bdf8bf,inset 0 0 18px #38bdf840;z-index:20}.board-field.barrier.reachable{background:#38bdf8d9;border:3px solid rgba(56,189,248,.98);box-shadow:0 0 36px #38bdf8f2,inset 0 0 20px #38bdf838;z-index:25}.board-field.last-move-from,.board-field.last-move-to{z-index:26}.board-field.last-move-from{background:#a855f759;border:3px solid rgba(168,85,247,.95);box-shadow:0 0 18px #a855f7bf}.board-field.last-move-to{background:#22c55e59;border:3px solid rgba(34,197,94,.95);box-shadow:0 0 18px #22c55ebf}.board-field.barrier{background:#f8fafc;border:2px solid #64748b;box-shadow:0 0 10px #ffffff80;z-index:15}.board-field.placing-barrier{background:#22c55e33;border:2px dashed #22c55e;animation:pulse 1s infinite;z-index:30}.button-group{display:flex;flex-direction:column;gap:.5rem;width:100%}.skip-button{background:linear-gradient(135deg,#64748b,#475569);box-shadow:0 10px 30px #47556966}.modal-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.victory-modal{text-align:center;padding:3rem;max-width:400px;animation:modalScale .4s cubic-bezier(.175,.885,.32,1.275)}.winner-announcement{margin:2rem 0}.winner-name{font-size:2.5rem;font-weight:900;display:block;margin-bottom:.5rem;text-shadow:0 0 20px currentColor}@keyframes modalScale{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.dice-value.rolling{animation:diceShake .1s infinite;opacity:.8}.header-left{display:flex;align-items:center;gap:1.5rem}.leave-button{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2);padding:.4rem .8rem;font-size:.8rem;border-radius:6px;cursor:pointer;transition:all .2s;height:fit-content;display:inline-flex;align-items:center;justify-content:center}.leave-button:hover{background:#ef4444;color:#fff}.center-content{display:flex;flex-direction:column;align-items:center;justify-content:center;height:80vh;text-align:center}.secondary-button{background:#334155;color:#fff;padding:.6rem 1.2rem;border-radius:6px;font-weight:600;transition:background .2s}.secondary-button:hover{background:#475569}.mt-4{margin-top:1rem}@keyframes pulse{0%{box-shadow:0 0 #ffffffb3}70%{box-shadow:0 0 0 10px #fff0}to{box-shadow:0 0 #fff0}}.board-piece{width:80%;height:80%;border-radius:50%;border:2px solid rgba(0,0,0,.3);box-shadow:0 4px 6px #0000004d;cursor:pointer;transition:transform .2s}.board-piece:hover{transform:scale(1.1)}.board-piece.selected{transform:scale(1.2);border-color:#fff;box-shadow:0 0 15px #fff}.piece-red{background:#ef4444}.piece-blue{background:#3b82f6}.piece-green{background:#22c55e}.piece-yellow{background:#eab308}.player-base-label{position:absolute;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.35rem;pointer-events:none;z-index:50;max-width:240px}.player-base-avatar{width:86px;height:86px;border-radius:22px;object-fit:cover;flex:0 0 auto;border:3px solid rgba(255,255,255,.14);box-shadow:0 12px 35px #00000073;background:#02061733}.player-base-avatar-placeholder{width:86px;height:86px;border-radius:22px;flex:0 0 auto;border:3px solid rgba(255,255,255,.14);box-shadow:0 12px 35px #00000073}.player-base-name{font-size:.95rem;font-weight:800;padding:.32rem .85rem;border-radius:999px;color:#020617;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;border:1px solid rgba(255,255,255,.18);box-shadow:0 8px 18px #00000059}.player-base-label.color-red .player-base-name{background:#ef4444f2}.player-base-label.color-blue .player-base-name{background:#3b82f6f2}.player-base-label.color-green .player-base-name{background:#22c55ef2}.player-base-label.color-yellow .player-base-name{background:#eab308f2}.player-base-label.active .player-base-avatar,.player-base-label.active .player-base-avatar-placeholder{transform:scale(1.02);border-color:#38bdf899;box-shadow:0 0 0 4px #38bdf82e,0 14px 40px #0000008c}.barrier-icon{font-weight:700;color:#1e293b;font-size:1.2rem}.avatar-selection{display:flex;justify-content:space-around;gap:1rem;margin:1rem 0}.avatar-option{display:flex;flex-direction:column;align-items:center;cursor:pointer;padding:.5rem;border-radius:8px;border:2px solid transparent;transition:all .2s;width:100px}.avatar-option:hover:not(.occupied){background:#ffffff0d}.avatar-option.selected{border-color:#0ea5e9;background:#0ea5e91a}.avatar-option.occupied{opacity:.5;cursor:not-allowed}.avatar-option img{width:64px;height:64px;border-radius:50%;object-fit:cover;margin-bottom:.5rem;border:2px solid rgba(255,255,255,.1)}.avatar-name{font-size:.8rem;font-weight:600}.occupied-label{font-size:.7rem;color:#ef4444}.player-item{display:flex;align-items:center;gap:.8rem;padding:.5rem;border-radius:6px}.player-avatar-mini{width:32px;height:32px}.player-avatar-mini img{width:100%;height:100%;border-radius:50%;object-fit:cover}.player-item.active{background:#38bdf81a;border:1px solid rgba(56,189,248,.3)}.message-header-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.3rem}.chat-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover}.chat-container{display:flex;flex-direction:column;height:100%;padding:0;overflow:hidden;background:#1e293bd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.chat-container.embedded{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border:0}.chat-container.embedded .chat-messages{padding:10px 12px}.chat-container.embedded .chat-input-form{padding:10px 12px;background:transparent;border-top:1px solid rgba(255,255,255,.12)}.chat-header{padding:1rem;background:#334155;border-bottom:1px solid rgba(255,255,255,.1)}.chat-header h3{margin:0;font-size:1rem}.chat-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.8rem}.chat-messages{scrollbar-width:none}.chat-messages::-webkit-scrollbar{width:0;height:0}.chat-messages ul{margin:0;padding-left:1.25rem}.chat-messages li{margin:.4rem 0}.chat-message{max-width:90%;padding:.6rem .8rem;border-radius:8px;background:#334155;align-self:flex-start}.chat-message.own-message{background:#0ea5e9;align-self:flex-end}.message-info{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.2rem;font-size:.75rem}.message-author{font-weight:700;opacity:.9}.message-time{opacity:.6}.message-text{word-break:break-word;line-height:1.4}.chat-input-form{padding:1rem;background:#1e293b;border-top:1px solid rgba(255,255,255,.1);display:flex;gap:.5rem}.chat-input-form input{flex:1;padding:.6rem;border-radius:4px;border:1px solid rgba(255,255,255,.1);background:#0f172a;color:#fff;outline:none}.chat-input-form input:focus{border-color:#0ea5e9}.chat-input-form button{padding:.6rem 1rem;background:#0ea5e9;color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer}.chat-input-form button:disabled{opacity:.5;cursor:not-allowed}.no-messages{text-align:center;opacity:.5;margin-top:2rem;font-style:italic}.controls-card{display:flex;flex-direction:column;gap:1.5rem}.dice-section{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;border-radius:12px;background:#ffffff08;transition:all .3s}.dice-section.active-turn{background:#38bdf81a;box-shadow:0 0 20px #38bdf826;border:1px solid rgba(56,189,248,.2)}.roll-button{width:100%;font-size:1.2rem}.player-list{display:flex;flex-direction:column;gap:.5rem}.player-items-container{display:flex;flex-direction:column;gap:.4rem}@media(max-width:1300px){.player-items-container{flex-direction:row;flex-wrap:wrap;gap:.8rem}}.dot{width:12px;height:12px;border-radius:50%}.dot.color-red{background:#ef4444}.dot.color-blue{background:#3b82f6}.dot.color-green{background:#22c55e}.dot.color-yellow{background:#eab308}.game-layout{display:grid;grid-template-columns:320px minmax(0,1fr) 320px;gap:1rem;align-items:start;width:100%;max-width:100vw;justify-content:center;transition:all .3s ease;padding:0}.controls-card{justify-self:end;width:320px;display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:140px;align-self:start}.board-card{justify-self:center;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:visible;padding:0;margin:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border:0;border-radius:0;box-shadow:none}.chat-card{justify-self:start;width:320px;position:sticky;top:140px;height:calc(100vh - 160px);transition:all .3s ease;align-self:start}.chat-card.collapsed{width:50px}@media(max-width:1300px){.game-layout{grid-template-columns:1fr;justify-items:center;gap:1.5rem}.controls-card{justify-self:center;order:2;width:100%;max-width:600px;flex-direction:column}.dice-section{flex:1;min-width:250px}.board-card{order:1;width:100%}.chat-card{justify-self:center;order:3;width:100%;max-width:600px}.chat-card.collapsed{width:100%;height:auto;min-height:50px}}.board-scale-wrapper{display:flex;justify-content:center;align-items:center;width:100%;height:auto}.game-page .board-scale-wrapper{width:auto;margin:0 auto}.chat-toggle-button{position:absolute;left:-20px;top:10px;z-index:100;width:auto;height:36px;padding:0 12px;border-radius:8px;font-size:.8rem;background:#0ea5e9;color:#fff;box-shadow:0 4px 12px #00000080;white-space:nowrap;border:1px solid rgba(255,255,255,.2)}.chat-card.collapsed .chat-toggle-button{left:5px;width:calc(100% - 10px);padding:10px 4px}.dice-cube{width:80px;height:80px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 10px #0000001a,0 4px 15px #0000004d;position:relative;border:1px solid #ddd}.dice-cube.empty{background:#f1f5f9;color:#94a3b8;font-size:2rem;border:2px dashed #cbd5e1}.dice-dot{width:14px;height:14px;background:#1e293b;border-radius:50%;box-shadow:inset 0 2px 2px #00000080}.dot-container{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);width:100%;height:100%;padding:10px;box-sizing:border-box}.d1 .dice-dot{grid-area:2 / 2}.d2 .dice-dot:nth-child(1){grid-area:1 / 1}.d2 .dice-dot:nth-child(2){grid-area:3 / 3}.d3 .dice-dot:nth-child(1){grid-area:1 / 1}.d3 .dice-dot:nth-child(2){grid-area:2 / 2}.d3 .dice-dot:nth-child(3){grid-area:3 / 3}.d4 .dice-dot:nth-child(1){grid-area:1 / 1}.d4 .dice-dot:nth-child(2){grid-area:1 / 3}.d4 .dice-dot:nth-child(3){grid-area:3 / 1}.d4 .dice-dot:nth-child(4){grid-area:3 / 3}.d5 .dice-dot:nth-child(1){grid-area:1 / 1}.d5 .dice-dot:nth-child(2){grid-area:1 / 3}.d5 .dice-dot:nth-child(3){grid-area:2 / 2}.d5 .dice-dot:nth-child(4){grid-area:3 / 1}.d5 .dice-dot:nth-child(5){grid-area:3 / 3}.d6 .dice-dot:nth-child(1){grid-area:1 / 1}.d6 .dice-dot:nth-child(2){grid-area:1 / 3}.d6 .dice-dot:nth-child(3){grid-area:2 / 1}.d6 .dice-dot:nth-child(4){grid-area:2 / 3}.d6 .dice-dot:nth-child(5){grid-area:3 / 1}.d6 .dice-dot:nth-child(6){grid-area:3 / 3}.dice-cube.rolling{animation:diceShake .1s infinite}@keyframes diceShake{0%{transform:translate(0) rotate(0)}25%{transform:translate(2px,-2px) rotate(5deg)}50%{transform:translate(-2px,2px) rotate(-5deg)}75%{transform:translate(2px,2px) rotate(5deg)}to{transform:translate(0) rotate(0)}}.current-player-display{display:flex;align-items:center;gap:1rem;padding:.5rem 1.5rem;background:#ffffff0d;border-radius:50px;border:1px solid rgba(255,255,255,.1)}.player-avatar-large{width:44px;height:44px}.avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:2px solid transparent}.avatar-img.border-red{border-color:#ef4444}.avatar-img.border-blue{border-color:#3b82f6}.avatar-img.border-green{border-color:#22c55e}.avatar-img.border-yellow{border-color:#eab308}.player-details{display:flex;flex-direction:column}.player-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;opacity:.6}.player-name{font-size:1.1rem;font-weight:700}.player-info{text-align:right;font-size:.9rem;display:flex;flex-direction:column;align-items:flex-end;gap:.4rem}.turn-timer{font-family:Courier New,Courier,monospace;font-size:1.2rem;font-weight:700;color:#38bdf8;background:#38bdf81a;padding:.2rem .8rem;border-radius:4px;border:1px solid rgba(56,189,248,.3)}.turn-timer.low-time{color:#ef4444;background:#ef44441a;border-color:#ef444466;animation:timerPulse 1s infinite}@keyframes timerPulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.player-info p{margin:0;line-height:1.4}.avatar-placeholder{width:100%;height:100%;border-radius:50%}.bg-red{background-color:#ef4444}.bg-blue{background-color:#3b82f6}.bg-green{background-color:#22c55e}.bg-yellow{background-color:#eab308}.player-name.color-red{color:#ef4444}.player-name.color-blue{color:#3b82f6}.player-name.color-green{color:#22c55e}.player-name.color-yellow{color:#eab308}.error-banner{background:#fee2e2;color:#b91c1c;padding:1rem;border-radius:8px;border:1px solid #f87171}.toast-banner{position:fixed;top:120px;left:50%;transform:translate(-50%);z-index:1200;padding:.75rem 1.1rem;border-radius:999px;background:#020617f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.14);box-shadow:0 18px 55px #0009;color:#f8fafc;font-weight:800;max-width:min(720px,92vw);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.auth-shell{min-height:calc(100vh - 2rem);display:flex;align-items:center;justify-content:center;padding:1rem}.auth-card{width:min(520px,92vw);display:flex;flex-direction:column;gap:.9rem;padding:1.25rem;border-radius:16px;background:#020617eb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.12);box-shadow:0 22px 80px #0000008c}.auth-logo,.loading-logo{width:100%;max-height:220px;object-fit:contain;display:block}.loading-bar{height:10px;border-radius:999px;background:#ffffff1f;overflow:hidden}.loading-bar-fill{height:100%;background:linear-gradient(90deg,#38bdf8e6,#a855f7e6);border-radius:999px;transition:width 80ms linear}.auth-tabs{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem}.auth-tabs button{padding:.55rem .75rem;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#0f172a80;color:#f8fafc;font-weight:800;cursor:pointer}.auth-tabs button.active{background:#38bdf840;border-color:#38bdf8a6}.auth-header-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.lang-toggle{width:56px;height:40px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#0f172a80;color:#f8fafc;cursor:pointer;font-weight:900;box-shadow:none;padding:0;display:inline-flex;align-items:center;justify-content:center}.lang-toggle:disabled{opacity:.55;cursor:not-allowed}.auth-title{margin:0;font-size:1.2rem}.auth-card label{display:flex;flex-direction:column;gap:.35rem;font-weight:700}.auth-card input{padding:.7rem .85rem;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#0f172a80;color:#f8fafc}.auth-primary{padding:.75rem 1rem;border-radius:14px;border:1px solid rgba(56,189,248,.6);background:#38bdf82e;color:#f8fafc;font-weight:900;cursor:pointer}.auth-primary:disabled{opacity:.55;cursor:not-allowed}.auth-error{padding:.65rem .85rem;border-radius:12px;background:#ef444429;border:1px solid rgba(239,68,68,.55)}.auth-info{padding:.65rem .85rem;border-radius:12px;background:#22c55e24;border:1px solid rgba(34,197,94,.45)}.auth-captcha{display:flex;justify-content:center}.topbar{position:sticky;top:0;z-index:1200;display:flex;justify-content:space-between;align-items:center;padding:.6rem 1rem;border-radius:14px;background:#020617eb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.12)}.topbar-left{display:flex;align-items:center;gap:.75rem}.topbar-logo{width:56px;height:56px;object-fit:contain;display:block}.topbar-title{font-size:1.05rem;font-weight:900;letter-spacing:.02em}.topbar-right{display:flex;align-items:center;gap:.6rem}.topbar-avatar{width:36px;height:36px;border-radius:999px;object-fit:cover;border:1px solid rgba(255,255,255,.16)}.topbar-avatar.placeholder{background:#ffffff1f}.topbar-action{width:40px;height:40px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#0f172ae6;color:#f8fafc;cursor:pointer;font-weight:900}.lobby-page .card{padding:1rem}.lobby-page.page{height:100vh;overflow:hidden;gap:.75rem;padding:.75rem}.lobby-card{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:.75rem;padding:.9rem}.lobby-section-title{font-weight:900;font-size:1rem}.lobby-profile-row{display:flex;align-items:flex-end;gap:.75rem}.lobby-profile-name{flex:1 1 auto;min-width:0}.lobby-label{font-size:.8rem;opacity:.8}.lobby-avatar-btn{height:44px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#0f172ae6;color:#f8fafc;padding:0 .7rem;display:inline-flex;align-items:center;gap:.6rem;cursor:pointer;box-shadow:none;white-space:nowrap}.lobby-avatar-btn.active{outline:2px solid rgba(56,189,248,.7);outline-offset:2px}.lobby-avatar-img{width:30px;height:30px;border-radius:999px;object-fit:cover;border:1px solid rgba(255,255,255,.16)}.lobby-avatar-text{font-weight:900;font-size:.85rem}.lobby-avatar-grid{display:grid;grid-template-columns:repeat(4,minmax(72px,1fr));gap:8px}.lobby-avatar-option{border-radius:14px;border:1px solid rgba(255,255,255,.14);background:#0f172ae6;padding:6px;box-shadow:none;display:inline-flex;align-items:center;justify-content:center;aspect-ratio:1 / 1;min-height:78px}.lobby-avatar-option img{width:100%;height:100%;object-fit:contain;border-radius:10px;display:block}.lobby-avatar-option.selected{outline:2px solid rgba(34,197,94,.7);outline-offset:2px}.lobby-avatar-option.occupied{opacity:.45}.lobby-overview{display:flex;flex-direction:column;gap:.5rem}.lobby-overview-meta{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.lobby-overview-list{display:flex;flex-direction:column;gap:.5rem}.lobby-overview-item{display:flex;justify-content:space-between;align-items:center;gap:.75rem;border:1px solid rgba(255,255,255,.12);background:#02061773;border-radius:14px;padding:.55rem .65rem}.lobby-overview-title{font-weight:900;line-height:1.1}.lobby-overview-sub{opacity:.7;font-size:.9rem;line-height:1.1}.lobby-overview-item-left{min-width:0}.lobby-mini-btn{border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#0f172ae6;color:#f8fafc;padding:.5rem .8rem;box-shadow:none;font-weight:900}.lobby-actions-row{display:flex;gap:.6rem;flex-wrap:wrap}.lobby-inline-row{display:flex;gap:.6rem;align-items:center}.lobby-inline-row input{flex:1 1 auto;min-width:0}.lobby-setup-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}@media(max-width:760px){.lobby-page.page{padding:.6rem}.lobby-avatar-text{display:none}.lobby-setup-grid{grid-template-columns:1fr}}.rotate-overlay{position:fixed;inset:0;z-index:5000;display:flex;align-items:center;justify-content:center;background:#020617e0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.rotate-card{width:min(520px,92vw);padding:1.25rem;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:#0f172aeb;box-shadow:0 22px 80px #0000008c;display:flex;flex-direction:column;align-items:center;gap:.75rem}.rotate-icon{font-size:2.4rem;font-weight:900}.rotate-text{font-size:1.1rem;font-weight:900;text-align:center}.game-stage{position:relative;margin:0;flex:1 1 auto;width:100%;padding-top:var(--header-h, 64px);padding-bottom:var(--bottom-h, 64px);height:calc(100vh - var(--header-h, 64px) - var(--bottom-h, 64px));display:flex;align-items:center;justify-content:center}.header-right{display:flex;align-items:center;gap:.75rem}.turn-indicator,.turn-name{font-weight:900}.bottom-bar{left:0;right:0;bottom:0;z-index:1500;position:fixed;overflow:hidden;display:flex;justify-content:center;gap:.75rem;padding:.6rem .9rem;background:#020617eb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid rgba(255,255,255,.12)}.bottom-right{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:flex;align-items:center}.bottom-neopold-link{display:flex;align-items:center;gap:.5rem;color:#f8fafc;text-decoration:none;font-weight:800;opacity:.85}.bottom-neopold-link:hover{opacity:1;text-decoration:underline}.bottom-neopold-logo{width:40px;height:40px;object-fit:contain;display:block}.bottom-neopold-text{font-weight:800;white-space:nowrap;font-size:.85rem}.dice-cube.rolling{animation:diceWobble .35s infinite ease-in-out}.dice-cube.six{animation:diceSix 1.2s ease-in-out;box-shadow:0 0 0 4px #facc1529,0 0 26px #facc15a6,0 18px 48px #0009;border-color:#facc15d9}@keyframes diceWobble{0%{transform:rotate(-6deg) scale(1.02)}50%{transform:rotate(6deg) scale(.98)}to{transform:rotate(-6deg) scale(1.02)}}@keyframes diceSix{0%{transform:scale(.9)}25%{transform:scale(1.15) rotate(6deg)}55%{transform:scale(1.02) rotate(-4deg)}to{transform:scale(1) rotate(0)}}.capture-burst{position:absolute;border-radius:50%;pointer-events:none;background:radial-gradient(circle at 50% 50%,#ef4444f2,#ef44441f,#0000);animation:captureBurst .9s ease-out forwards;z-index:60}@keyframes captureBurst{0%{transform:scale(.15);opacity:0}10%{opacity:1}70%{transform:scale(1.25);opacity:.75}to{transform:scale(1.6);opacity:0}}.dice-float{position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:1600;pointer-events:none}.dice-float .dice-cube{width:68px;height:68px}.bottom-action{width:54px;height:54px;border-radius:16px;border:1px solid rgba(255,255,255,.14);background:#0f172a80;color:#f8fafc;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:24px;padding:0}.bottom-action:disabled{opacity:.55;cursor:not-allowed}.chat-action.has-unread{box-shadow:0 0 0 4px #38bdf82e,0 0 22px #38bdf88c;border-color:#38bdf8b3}.chat-overlay{position:fixed;inset:0;z-index:2000;background:#020617b8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:1rem}.chat-overlay-panel{width:min(840px,96vw);height:min(640px,84vh);border-radius:16px;border:1px solid rgba(255,255,255,.12);background:#0f172ab3;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);overflow:hidden;position:relative;display:flex}.chat-overlay-panel .chat-container{flex:1;width:100%;height:100%;border-radius:0}.chat-overlay-close{position:absolute;top:10px;right:10px;width:42px;height:42px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:#020617eb;color:#f8fafc;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;font-size:24px;z-index:5}.overlay-left,.overlay-right{position:fixed;top:50%;transform:translateY(-50%);z-index:1400;pointer-events:none;display:flex;flex-direction:column;gap:10px}.overlay-left{left:8px}.overlay-right{right:8px}.corner-avatar{width:64px;height:64px;border-radius:18px;overflow:hidden;border:2px solid rgba(56,189,248,.25);background:#020617c7;box-shadow:0 18px 50px #000000a6,0 0 22px #38bdf81f;pointer-events:auto;cursor:pointer}.corner-avatar img{width:100%;height:100%;object-fit:cover;display:block}.corner-avatar-placeholder{width:100%;height:100%}.corner-avatar-empty{opacity:.4}.corner-avatar.active{box-shadow:0 0 0 4px #38bdf82e,0 0 22px #38bdf88c,0 18px 48px #0009;border-color:#38bdf8bf}.lobby-header{display:flex;justify-content:center;align-items:center;padding:2rem 0}.main-logo{max-width:500px;height:auto;width:100%;display:block;filter:drop-shadow(0 0 30px rgba(56,189,248,.3));transition:transform .3s ease}.main-logo:hover{transform:scale(1.02)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.game-header{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;justify-content:space-between;align-items:center;margin-bottom:0;padding:.45rem .75rem;background:#020617a6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:0;box-shadow:0 4px 6px -1px #0000001a;border:1px solid rgba(255,255,255,.1)}.header-left,.header-center,.header-right{display:flex;align-items:center;gap:.75rem;padding-right:0}.header-center{flex:1;justify-content:center;min-width:0}.game-logo-img{height:56px;width:56px;object-fit:contain;display:block}.game-logo-video{height:48px;width:48px;object-fit:contain;display:block}.game-title{display:flex;align-items:baseline;gap:.6rem;min-width:0}.game-title-name{font-weight:900;font-size:1.15rem;letter-spacing:.02em}.game-title-player{font-weight:900;font-size:1.05rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:22vw}.turn-center{font-weight:900;font-size:1.15rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.turn-timer-inline{margin-left:10px;font-size:.95rem;opacity:.7}.color-red{color:#ef4444}.color-blue{color:#3b82f6}.color-green{color:#22c55e}.color-yellow{color:#facc15}.exit-fixed{position:fixed;top:10px;right:10px;z-index:2200;width:92px;height:72px;border-radius:16px;border:1px solid rgba(255,255,255,.14);background:#020617a6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#f8fafc;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;box-shadow:0 16px 40px #00000073;padding:0}.exit-fixed-icon{font-size:1.15rem;font-weight:900;line-height:1}.exit-fixed-label{font-size:.7rem;font-weight:900;line-height:1}.leave-button-stack{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:.35rem .7rem;line-height:1}.leave-button-icon{font-size:1rem;font-weight:900}.leave-button-label{font-size:.7rem;font-weight:900}.bottom-action.pulse{animation:actionPulse 1.1s ease-in-out infinite}.bottom-action.pulse.color-red{border-color:#ef4444cc;box-shadow:0 0 0 4px #ef44441f,0 0 24px #ef44448c}.bottom-action.pulse.color-blue{border-color:#3b82f6d9;box-shadow:0 0 0 4px #3b82f61f,0 0 24px #3b82f68c}.bottom-action.pulse.color-green{border-color:#22c55ed9;box-shadow:0 0 0 4px #22c55e1f,0 0 24px #22c55e8c}.bottom-action.pulse.color-yellow{border-color:#facc15d9;box-shadow:0 0 0 4px #facc151f,0 0 24px #facc158c}@keyframes actionPulse{0%{transform:translateZ(0) scale(1)}50%{transform:translateZ(0) scale(1.06)}to{transform:translateZ(0) scale(1)}}.lobby-wait-card{max-width:500px;width:100%;text-align:center}.subtle-text{opacity:.7;margin-bottom:2rem}.info-box{margin-bottom:1.5rem;text-align:left}.info-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;opacity:.5;margin-bottom:.5rem;display:block}.input-group{display:flex;gap:.5rem}.input-group input{flex-grow:1;text-align:center;font-size:1.1rem}.input-group button{flex-shrink:0}.player-lobby-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.player-lobby-list li{background:#ffffff0d;padding:.8rem 1rem;border-radius:6px}.start-button{width:100%;padding:1rem;font-size:1.2rem;margin-top:1rem}.game-shell{width:100vw;height:100vh;display:flex;flex-direction:column;overflow:hidden;position:relative}.game-shell-header{height:76px;flex:0 0 76px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;padding:10px 12px;background:#020617b3;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.12);z-index:1000}.game-shell-header-left{display:flex;align-items:center;gap:10px;justify-content:flex-start;min-width:0}.game-shell-header-center{display:flex;align-items:center;justify-content:center;min-width:0}.game-shell-header-right{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}.game-shell-main{flex:1 1 auto;min-height:0;background:#020617;display:flex;align-items:stretch;justify-content:stretch;position:relative}.game-board-anchor{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);will-change:transform}.game-shell-footer{height:76px;flex:0 0 76px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;padding:10px 12px;background:#020617b3;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid rgba(255,255,255,.12);z-index:1000}.game-shell-footer-left{display:flex;justify-content:flex-start;align-items:center}.game-shell-footer-center{display:flex;justify-content:center;align-items:center;gap:12px}.game-shell-footer-right{display:flex;justify-content:flex-end;align-items:center;gap:12px}.game-overlay-left,.game-overlay-right{position:fixed;z-index:1600;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:12px;pointer-events:none}.game-overlay-left{left:24px}.game-overlay-right{right:24px}.game-overlay-dice{position:fixed;right:12px;bottom:calc(var(--game-footer-h, 76px) + 12px);z-index:1700;pointer-events:none}.game-avatar-tile{width:64px;height:64px;border-radius:18px;overflow:hidden;border:2px solid rgba(56,189,248,.25);background:#020617c7;box-shadow:0 18px 50px #000000a6,0 0 22px #38bdf81f;pointer-events:auto;cursor:pointer;padding:0;display:block}.game-avatar-tile.color-red{background:#ef444414}.game-avatar-tile.color-blue{background:#3b82f614}.game-avatar-tile.color-green{background:#22c55e14}.game-avatar-tile.color-yellow{background:#facc1514}.game-avatar-tile.color-red{border-color:#ef4444b3}.game-avatar-tile.color-blue{border-color:#3b82f6b3}.game-avatar-tile.color-green{border-color:#22c55eb3}.game-avatar-tile.color-yellow{border-color:#facc15b3}.game-avatar-tile.color-red.active{box-shadow:0 0 0 4px #ef44441f,0 0 22px #ef44448c,0 18px 48px #0009}.game-avatar-tile.color-blue.active{box-shadow:0 0 0 4px #3b82f61f,0 0 22px #3b82f68c,0 18px 48px #0009}.game-avatar-tile.color-green.active{box-shadow:0 0 0 4px #22c55e1f,0 0 22px #22c55e8c,0 18px 48px #0009}.game-avatar-tile.color-yellow.active{box-shadow:0 0 0 4px #facc151f,0 0 22px #facc158c,0 18px 48px #0009}.game-avatar-tile img{width:100%;height:100%;object-fit:cover;display:block}.game-avatar-tile-empty{opacity:.35}.game-avatar-empty-icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:.7}.game-avatar-tile.active{box-shadow:0 0 0 4px #38bdf82e,0 0 22px #38bdf88c,0 18px 48px #0009;border-color:#38bdf8bf}.debug-metrics{position:fixed;left:12px;bottom:12px;z-index:2200;padding:8px 10px;border-radius:8px;font-size:12px;line-height:1.2;background:#0009;border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:none}.winner-banner{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2100;padding:18px 22px;border-radius:18px;background:#020617c7;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.14);box-shadow:0 18px 55px #0009;text-align:center;max-width:min(720px,92vw)}.winner-banner-title{font-weight:900;font-size:1.4rem;margin-bottom:6px}.winner-banner-sub{opacity:.75;font-weight:700}.star-game{height:100vh;display:flex;flex-direction:column;overflow:hidden;background:#020617eb}.star-topbar{flex:0 0 auto;display:flex;justify-content:space-between;align-items:center;padding:2px 8px;border-bottom:0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#020617a6;gap:6px}.star-float-top-left,.star-float-top-right,.star-float-top-center{position:fixed;top:6px;z-index:12}.star-float-top-left{left:0;display:inline-flex;align-items:center;gap:6px;pointer-events:auto}.star-float-logo{width:24px;height:24px;object-fit:contain;display:block;border-radius:0 0 10px}.star-float-meta{display:inline-flex;align-items:center;gap:6px;padding:2px 0;pointer-events:none}.star-float-top-center{left:0;right:0;display:flex;justify-content:center;padding:0;pointer-events:none}.star-top-actions{display:inline-flex;align-items:center;gap:6px;padding-left:8px;pointer-events:auto}.star-top-actions .star-btn.icon-only{width:32px;height:32px}.star-top-actions .star-btn.icon-only .material-symbols-rounded{font-size:20px}.star-zoom.compact{height:32px;padding:0 8px;gap:6px}.star-zoom.compact .star-zoom-slider{width:86px}.star-float-top-right{right:40px;display:inline-flex;align-items:center;gap:6px;padding:0;pointer-events:auto}.star-float-top-right .star-meta-pill{height:28px;display:inline-flex;align-items:center}.star-float-top-right .star-btn.icon-only{width:32px;height:32px}.star-float-top-right .star-btn.icon-only .material-symbols-rounded{font-size:20px}.star-float-exit{position:fixed;top:0;right:0;z-index:13;width:32px;height:32px;padding:0;border-radius:0 0 0 12px;border:1px solid rgba(255,255,255,.14);border-right:0;border-top:0;background:#0f172ae6;color:#e2e8f0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.star-float-exit:hover{background:#dc262666}.star-float-bottom{position:fixed;left:0;right:0;bottom:0;z-index:12;display:flex;align-items:flex-end;justify-content:space-between;gap:10px;padding:8px;pointer-events:none}.star-float-bottom-left,.star-float-bottom-right{display:inline-flex;align-items:flex-end;gap:8px;white-space:nowrap;pointer-events:auto;min-width:0}.star-float-bottom-left{flex:0 0 auto;overflow:visible}.star-float-bottom-right{flex:0 0 auto}.star-home-stack{display:inline-flex;flex-direction:column;align-items:flex-start;gap:8px;pointer-events:auto}.star-home-dock{display:flex;flex-direction:column;align-items:stretch;gap:0}.star-home-card{position:relative;padding:8px 10px;border-radius:0 0 12px 12px;border:1px solid rgba(255,255,255,.12);border-top:0;overflow:hidden;background-color:#020617eb;background-image:linear-gradient(90deg,color-mix(in srgb,var(--pclr) 46%,rgba(2,6,23,.92)),#020617eb 56%,#020617e6);pointer-events:auto}.star-home-card.active{z-index:10;border-width:2px;border-color:var(--pclr);box-shadow:0 0 34px color-mix(in srgb,var(--pclr) 58%,transparent),0 14px 40px #00000073,inset 0 0 0 1px #ffffff0f;animation:star-player-pulse 1.1s ease-in-out infinite}.star-home-resbar{padding:8px 10px;border-radius:12px 12px 0 0;border:1px solid rgba(255,255,255,.12);border-bottom:0;display:flex;align-items:flex-end;gap:10px;pointer-events:none;background-color:#020617eb;background-image:linear-gradient(90deg,color-mix(in srgb,var(--pclr) 18%,rgba(15,23,42,.55)),#020617eb 70%)}.star-home-rescol{display:flex;flex-direction:column;justify-content:flex-end}.star-home-resstack{display:flex;flex-direction:column-reverse;align-items:flex-start;gap:6px;position:relative;padding-top:10px}.star-home-resstack-over{position:absolute;top:0;left:0;padding:2px 6px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:#020617bf;font-weight:1000;font-size:.72rem;letter-spacing:.02em;line-height:1;color:#e2e8f0}.star-home-card:before{content:"";position:absolute;inset:0;background:color-mix(in srgb,var(--pclr) 72%,rgba(241,245,249,.08));opacity:.22;-webkit-mask:url(/avatars/avatar.svg) 80% 50% / 180% 180% no-repeat;mask:url(/avatars/avatar.svg) 80% 50% / 180% 180% no-repeat;filter:brightness(1.05) contrast(1.05);pointer-events:none}.star-home-avatar-btn{padding:0;border:0;background:transparent;cursor:pointer;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 0 3px color-mix(in srgb,var(--pclr) 12%,transparent)}.star-home-avatar-btn.selected{box-shadow:0 0 0 3px color-mix(in srgb,var(--pclr) 20%,transparent),0 0 26px color-mix(in srgb,var(--pclr) 45%,transparent)}.star-action-dock{position:fixed;right:12px;top:50%;transform:translateY(-50%);z-index:12;display:flex;flex-direction:column;align-items:flex-end;gap:12px;pointer-events:auto}.star-action-dock-group{display:flex;flex-direction:column;align-items:flex-end;gap:12px;padding:10px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#020617b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.star-action-dock-group.two-col{flex-direction:row;align-items:flex-start;column-gap:12px}.star-action-col{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.star-action-dock-group:not(.two-col) .star-action-col.primary{order:1}.star-action-dock-group:not(.two-col) .star-action-col.secondary{order:2;margin-top:10px;padding-top:10px;border-top:1px solid rgba(255,255,255,.12)}.star-action-dock-group.two-col .star-action-col.secondary{order:1}.star-action-dock-group.two-col .star-action-col.primary{order:2}.star-action-dock.on-turn .star-action-dock-group{border-color:color-mix(in srgb,var(--pclr) 55%,rgba(255,255,255,.12));box-shadow:0 0 0 3px color-mix(in srgb,var(--pclr) 10%,transparent);animation:star-player-pulse 1.1s ease-in-out infinite}.star-action-toprow{display:flex;align-items:center;justify-content:flex-end;gap:10px;width:100%}.star-action-subgroup{display:flex;flex-direction:column;align-items:flex-end;gap:12px;width:100%;padding-top:0;border-top:0}.star-action-subgroup.separated{padding-top:10px;border-top:1px solid rgba(255,255,255,.12)}.star-action-dock-group .star-btn.icon-only{width:46px;height:46px}.star-action-dock-group .star-btn.icon-only .material-symbols-rounded{font-size:26px}.star-action-dice-btn{border-radius:14px;border:1px solid rgba(255,255,255,.12);padding:3px;background:#0f172ae6;cursor:pointer;width:46px}.star-action-dice-btn:disabled{opacity:1;cursor:not-allowed}.star-action-dock.on-turn .star-action-dice-btn{border-color:color-mix(in srgb,var(--pclr) 35%,rgba(255,255,255,.12))}.star-action-dock.on-turn .star-action-dice-btn.needs-roll{background:color-mix(in srgb,var(--pclr) 16%,rgba(15,23,42,.9));animation:star-player-pulse 1.1s ease-in-out infinite}.star-action-dice-stack{flex-direction:column;gap:8px}.star-action-dice-stack .dice-cube{width:38px;height:38px;border-radius:9px}.star-action-dice-stack .dot-container{padding:5px}.star-action-dice-stack .dice-dot{width:7px;height:7px}.star-action-dock-btn{width:46px;height:46px}.star-action-dock-btn .material-symbols-rounded{font-size:26px}.star-action-dock.on-turn .star-action-dock-btn{color:var(--pclr);border-color:color-mix(in srgb,var(--pclr) 45%,rgba(255,255,255,.16));box-shadow:0 0 0 3px color-mix(in srgb,var(--pclr) 8%,transparent)}.star-action-dock-btn.inverted{background:#f1f5f9eb;border-color:#ffffff8c;color:#020617eb}.star-action-dock.on-turn .star-action-dock-btn.inverted{color:var(--pclr)}.star-action-dock.on-turn .star-action-dock-btn.active{border-color:var(--pclr);box-shadow:0 0 0 3px color-mix(in srgb,var(--pclr) 16%,transparent),0 0 26px color-mix(in srgb,var(--pclr) 35%,transparent)}.star-corner-res{position:relative;z-index:1;margin-bottom:8px;padding:8px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#0f172a8c;pointer-events:none}.star-corner-res.own{border-color:color-mix(in srgb,var(--pclr) 45%,rgba(255,255,255,.12));box-shadow:0 0 0 3px color-mix(in srgb,var(--pclr) 10%,transparent);background-image:linear-gradient(90deg,color-mix(in srgb,var(--pclr) 18%,rgba(15,23,42,.55)),#0f172a8c 72%)}.star-corner-res-row-icons{display:flex;flex-wrap:wrap;gap:6px;align-items:center;justify-content:flex-start}.star-res-tile-wrap{width:36px;height:36px;border-radius:6px;position:relative;flex:0 0 auto}.star-res-tile-img{width:36px;height:36px;border-radius:6px;border:1px solid rgba(255,255,255,.16);background:#020617e6}.star-home-card .star-res-tile-img,.star-corner-res.own .star-res-tile-img{border-color:color-mix(in srgb,var(--pclr) 40%,rgba(255,255,255,.16));box-shadow:0 0 0 2px color-mix(in srgb,var(--pclr) 10%,transparent)}.star-res-tile-wrap.missing .star-res-tile-img{filter:grayscale(.9) saturate(.6);border-color:#f8717199;box-shadow:0 0 0 3px #f871711f}.star-res-tile-wrap.missing:after{content:"";position:absolute;inset:-2px;border-radius:10px;background:linear-gradient(135deg,#f8717100 46%,#f87171f2,#f8717100 54%);pointer-events:none}@media(max-width:520px){.star-res-tile-wrap,.star-res-tile-img{width:32px;height:32px}}.star-res-chip{height:44px;padding:0 10px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#0f172ae6;color:#e2e8f0;cursor:pointer;display:inline-flex;align-items:center;gap:8px;max-width:38vw}.star-res-name{font-weight:900;font-size:.88rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.star-res-icon{width:22px;height:22px;object-fit:cover;border-radius:6px;overflow:hidden;clip-path:polygon(50% 0%,93% 25%,93% 75%,50% 100%,7% 75%,7% 25%);border:1px solid rgba(255,255,255,.16);background:#020617e6}.star-res-count{font-weight:1000;font-variant-numeric:tabular-nums;margin-left:auto}.star-float-error{position:fixed;left:12px;top:44px;z-index:50;max-width:min(640px,92vw);background:#fee2e2;color:#b91c1c;padding:10px 12px;border-radius:10px;border:1px solid #f87171;box-shadow:0 18px 55px #00000059}.star-float-top-center .star-event-bar{height:28px;display:flex;align-items:center;max-width:100%}.star-event-text{white-space:nowrap;min-width:0}.star-event-bar:not(.marquee) .star-event-text{overflow:hidden;text-overflow:ellipsis}.star-event-bar.marquee .star-event-text{display:inline-block;padding-left:100%;will-change:transform;animation:star-marquee 12s linear infinite}@keyframes star-marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.star-topbar-left{display:flex;align-items:center;gap:8px;flex:1 1 auto;min-width:0}.star-topbar-meta{display:flex;flex-direction:row;gap:6px;align-items:center;min-width:0;flex:1 1 auto}.star-topbar-logo{width:24px;height:24px;border-radius:8px;object-fit:contain;flex:0 0 auto;filter:drop-shadow(0 10px 26px rgba(0,0,0,.55))}.star-topbar-center{flex:1 1 auto;min-width:0;display:flex;justify-content:center;align-items:center}.star-topbar-right{display:flex;align-items:center;gap:8px;flex:0 0 auto;justify-content:flex-end}.star-topbar .star-btn.icon-only{width:32px;height:32px}.star-topbar .star-btn.icon-only .material-symbols-rounded{font-size:20px}.star-topbar-close{width:32px;height:32px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#0f172ae6;color:#e2e8f0;cursor:pointer;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.star-topbar-close:hover{background:#dc262666}@keyframes pulseRed{0%{box-shadow:0 0 #dc262699;border-color:#dc262699;color:#fca5a5}70%{box-shadow:0 0 0 10px #dc262600;border-color:#dc26261a;color:#fff}to{box-shadow:0 0 #dc262600;border-color:#dc262699;color:#fca5a5}}.star-pulse-red{animation:pulseRed 1s infinite}.star-meta-row{display:flex;flex-wrap:wrap;gap:8px}.star-event-bar{padding:4px 8px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#020617eb;font-weight:800;font-size:.85rem;opacity:.9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:72ch;min-width:0;line-height:1}.star-dice-row{display:flex;gap:10px;align-items:center}.star-dice-row .dice-cube{width:46px;height:46px;border-radius:10px}.star-dice-row .dot-container{padding:6px}.star-dice-row .dice-dot{width:8px;height:8px}.star-meta-pill{padding:4px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#0f172ae6;font-weight:800;font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;line-height:1}.star-topbar-left .star-meta-pill{max-width:26ch}.star-players{display:flex;flex-wrap:wrap;gap:10px}.star-player{display:grid;grid-template-columns:10px 1fr auto auto;gap:8px;align-items:center;padding:6px 10px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#0f172adb;min-width:220px}.star-player.active{border-color:#00f5ff8c;box-shadow:0 0 22px #00f5ff2e}.star-player-dot{width:10px;height:10px;border-radius:50%}.star-player-name{font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.star-player-score,.star-player-res{font-variant-numeric:tabular-nums;font-weight:900;opacity:.85}.star-corner-grid-fixed{position:fixed;left:12px;right:12px;pointer-events:none;z-index:8}.star-corner{position:absolute;width:clamp(180px,18vw,250px);padding:8px 10px;border-radius:12px;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#e2e8f0;pointer-events:auto;transition:all .3s ease;overflow:hidden;background-color:#020617eb;background-image:linear-gradient(90deg,color-mix(in srgb,var(--pclr) 46%,rgba(2,6,23,.92)),#020617eb 56%,#020617e6);background-size:100% 100%;background-repeat:no-repeat;background-position:center}.star-corner:before{content:"";position:absolute;inset:0;background:color-mix(in srgb,var(--pclr) 72%,rgba(241,245,249,.08));opacity:.22;-webkit-mask:url(/avatars/avatar.svg) 80% 50% / 180% 180% no-repeat;mask:url(/avatars/avatar.svg) 80% 50% / 180% 180% no-repeat;filter:brightness(1.05) contrast(1.05);pointer-events:none}.star-corner.lt{top:0;left:0}.star-corner.rt{top:0;right:0}.star-corner.lb{bottom:0;left:0}.star-corner.rb{bottom:0;right:0}.star-corner.active{z-index:10;border-width:2px;border-color:var(--pclr);box-shadow:0 0 34px color-mix(in srgb,var(--pclr) 58%,transparent),0 14px 40px #00000073,inset 0 0 0 1px #ffffff0f;animation:star-player-pulse 1.1s ease-in-out infinite}.star-turn-badge{position:fixed;left:50%;transform:translate(-50%);z-index:11;pointer-events:none;display:inline-flex;align-items:center;gap:8px;max-width:min(640px,92vw);padding:8px 12px;border-radius:999px;border:2px solid var(--pclr);background:#020617eb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 14px 36px #0000008c,0 0 28px color-mix(in srgb,var(--pclr) 45%,transparent);color:#f1f5f9f5}.star-turn-badge .material-symbols-rounded{font-size:22px;color:var(--pclr)}.star-turn-label{font-weight:1000;opacity:.9;flex:0 0 auto}.star-turn-name{font-weight:1000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.star-corner-head{display:flex;align-items:center;gap:10px;position:relative;z-index:1}.star-corner-avatar-col{display:flex;flex-direction:column;align-items:center;gap:4px;flex:0 0 auto}.star-corner-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.25);flex:0 0 auto}.star-corner-dot{width:10px;height:10px;border-radius:50%}.star-corner-turn-under{font-weight:1000;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;line-height:1;padding:2px 6px;border-radius:999px;border:1px solid color-mix(in srgb,var(--pclr) 72%,rgba(255,255,255,.1));background:color-mix(in srgb,var(--pclr) 35%,rgba(2,6,23,.9));white-space:nowrap}.star-corner-name{font-weight:900;font-size:.9rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.star-corner-info{min-width:0;display:flex;flex-direction:column;gap:2px}.star-corner-stats{font-size:.8rem;opacity:.88;font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@keyframes star-player-pulse{0%{box-shadow:0 0 14px color-mix(in srgb,var(--pclr) 55%,transparent),inset 0 0 10px color-mix(in srgb,var(--pclr) 25%,transparent)}50%{box-shadow:0 0 28px color-mix(in srgb,var(--pclr) 75%,transparent),inset 0 0 16px color-mix(in srgb,var(--pclr) 35%,transparent)}to{box-shadow:0 0 14px color-mix(in srgb,var(--pclr) 55%,transparent),inset 0 0 10px color-mix(in srgb,var(--pclr) 25%,transparent)}}.star-main{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:1fr 320px}.star-main.sidebar-hidden{grid-template-columns:1fr}.star-canvas-wrap{min-height:0;width:100%;cursor:grab;position:relative;background:url(/avatars/background.jpg) center/cover no-repeat}.star-canvas-wrap:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:1;background:radial-gradient(circle at center,#02061705,#02061738 64%,#0206176b)}.star-canvas-wrap:active{cursor:grabbing}.star-canvas-wrap canvas{width:100%;height:100%;display:block;position:relative;z-index:2}.star-blackhole-video{filter:drop-shadow(0 10px 22px rgba(0,0,0,.55)) drop-shadow(0 0 18px rgba(0,0,0,.45))}.star-sidebar{min-height:0;display:flex;flex-direction:column;gap:12px;padding:12px;border-left:1px solid rgba(255,255,255,.12);background:#0206178c;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);overflow:hidden}.star-overlay-top-center{position:absolute;left:50%;top:10px;transform:translate(-50%);z-index:7;pointer-events:none}.star-event-toast{position:absolute;left:50%;top:72px;transform:translate(-50%);z-index:7;padding:8px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.16);background:#020617d9;font-weight:900;font-size:.86rem;box-shadow:0 8px 20px #00000047}.star-overlay-bottom-center{position:absolute;left:50%;bottom:14px;transform:translate(-50%);z-index:6;display:flex;flex-direction:column;gap:8px;max-width:min(620px,92%)}.star-overlay-panel{position:absolute;top:70px;right:12px;bottom:96px;width:min(380px,92%);z-index:6}.star-overlay-panel.star-overlay-recipes{position:fixed;right:auto;bottom:auto;z-index:9}.star-overlay-panel.star-overlay-recipes .star-panel{height:auto;max-height:100%}.star-overlay-panel.star-overlay-recipes .star-panel-title{padding:9px 12px}.star-overlay-panel.star-overlay-market{position:fixed;left:50%;right:auto;transform:translate(-50%);width:min(1120px,96%);z-index:14}.star-overlay-panel .star-panel{height:100%}.star-gameover-overlay{position:fixed;inset:0;background:#0000008c;z-index:7;display:flex;align-items:center;justify-content:center;padding:18px;opacity:0;pointer-events:none;transition:opacity .7s ease}.star-gameover-overlay.show{opacity:1;pointer-events:auto}.star-gameover-card{width:min(820px,96%);border-radius:16px;border:1px solid rgba(255,255,255,.14);background:#020617f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:16px 16px 14px}.star-gameover-title{font-size:1.4rem;font-weight:1000;margin-bottom:6px}.star-gameover-sub{opacity:.88;font-weight:900;margin-bottom:12px}.star-podium{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.star-podium-slot{border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#0f172ae6;padding:12px}.star-podium-slot.place-1{border-color:#eab30873;box-shadow:0 0 22px #eab30824}.star-podium-slot.place-2{border-color:#94a3b866;box-shadow:0 0 18px #94a3b81f}.star-podium-slot.place-3{border-color:#b4530959;box-shadow:0 0 18px #b453091f}.star-podium-rank{font-weight:1000;opacity:.9}.star-podium-name{font-weight:1000;font-size:1.05rem;margin:2px 0 8px}.star-podium-metrics{font-size:.9rem;opacity:.9;display:grid;gap:3px}.star-panel{border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#0f172ae6;overflow:hidden;display:flex;flex-direction:column;min-height:0}.star-panel.star-market-panel{background:#020617f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 18px 40px #0000008c}.star-panel-title{padding:10px 12px;font-weight:900;border-bottom:1px solid rgba(255,255,255,.12)}.star-log{padding:10px 12px;overflow:auto;min-height:0;font-size:.85rem}.star-log{scrollbar-width:none}.star-log::-webkit-scrollbar{width:0;height:0}.star-recipes{padding:10px 12px 12px;display:flex;flex-direction:column;gap:8px;overflow:hidden;min-height:0}.star-recipe-row{display:flex;gap:10px;align-items:center;width:100%;padding:8px 10px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#02061773;color:inherit;font:inherit;text-align:left;cursor:pointer}.star-recipe-row:disabled{opacity:.45;cursor:not-allowed}.star-recipe-icon{flex:0 0 auto;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.star-recipe-line{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:10px;white-space:nowrap}.star-recipe-name{font-weight:1000;overflow:hidden;text-overflow:ellipsis;min-width:0}.star-recipe-note{opacity:.7;font-weight:900;font-size:.85rem;flex:0 0 auto}.star-recipe-cost{margin-left:auto;flex:0 0 auto}.star-recipe-cost .star-cost-inline{margin-left:0;flex-wrap:nowrap}.star-recipe-cost .star-cost-item{padding:2px 6px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#0f172ae6}.star-log-line{display:grid;grid-template-columns:84px 1fr;gap:10px;padding:6px 0;border-bottom:1px solid rgba(255,255,255,.06)}.star-log-ts{opacity:.65;font-variant-numeric:tabular-nums}.star-bottombar{flex:0 0 auto;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:10px 12px;border-top:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#020617eb}.star-hand{display:flex;flex-wrap:wrap;gap:8px}.star-hand-item{padding:6px 8px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#0f172ae6;font-weight:900;font-size:.78rem;display:inline-flex;flex-direction:column;align-items:center;gap:6px;min-width:72px}.star-hand-icon{width:36px;height:36px;object-fit:cover}.star-hand-top{display:inline-flex;align-items:center;gap:8px}.star-hand-top img{border-radius:10px;overflow:hidden;clip-path:polygon(50% 0%,93% 25%,93% 75%,50% 100%,7% 75%,7% 25%);border:1px solid rgba(255,255,255,.16);background:#0206178c}.star-hand-count-left{min-width:22px;height:22px;padding:0 6px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:1000;font-size:.78rem;border:2px solid rgba(6,10,18,.9);background:#f8fafceb;color:#08121ef2;font-variant-numeric:tabular-nums}.star-hand-label{opacity:.9;font-weight:900}.star-cost-inline{display:inline-flex;gap:8px;align-items:center;margin-left:8px}.star-cost-item{display:inline-flex;gap:6px;align-items:center}.star-cost-item img{width:16px;height:16px}.star-mini-hex{border-radius:6px;overflow:hidden;clip-path:polygon(50% 0%,93% 25%,93% 75%,50% 100%,7% 75%,7% 25%);border:1px solid rgba(255,255,255,.1);background:#020617b8;filter:saturate(.8) brightness(.75) contrast(1.05);opacity:.9}.star-hex-symbol{width:46px;height:46px;border-radius:10px;overflow:hidden;clip-path:polygon(50% 0%,93% 25%,93% 75%,50% 100%,7% 75%,7% 25%);border:1px solid rgba(255,255,255,.16);background:#0206178c;display:flex;align-items:center;justify-content:center}.star-hex-img{width:40px;height:40px}.star-blackhole-icon-video{width:40px;height:40px;object-fit:contain;border-radius:9999px;-webkit-clip-path:circle(49% at 50% 50%);clip-path:circle(49% at 50% 50%);background:transparent;display:block}.star-blackhole-video{border-radius:9999px;-webkit-clip-path:circle(49% at 50% 50%);clip-path:circle(49% at 50% 50%);background:transparent}.star-tile-tooltip{position:fixed;transform:translate(14px,14px);z-index:12;pointer-events:none;padding:6px 10px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#020617e0;font-weight:900;font-size:.8rem;line-height:1.25;white-space:pre-line;max-width:min(340px,70vw);color:#f1f5f9f5;box-shadow:0 10px 22px #00000052}.star-finish-overlay{position:fixed;inset:0;z-index:6;background:#000000e6;display:flex;align-items:center;justify-content:center;pointer-events:none;transition:background .7s ease}.star-finish-video{width:min(1100px,96vw);height:min(640px,96vh);object-fit:contain;transition:opacity .7s ease,filter .7s ease}.star-finish-overlay.done{background:#00000059}.star-finish-overlay.done .star-finish-video{opacity:.35;filter:blur(1px) saturate(.9)}.star-cost-num{font-variant-numeric:tabular-nums}.star-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;align-items:flex-start}.star-zoom{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#0f172ae6}.star-zoom-label{font-weight:900;font-size:.85rem;opacity:.9}.star-zoom-slider{width:120px}.star-btn{padding:10px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:#0f172ae6;color:#e2e8f0;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.star-btn.icon-only{width:44px;height:44px;padding:0}.star-btn.icon-only svg{display:block}.star-btn.icon-only .material-symbols-rounded{display:block;font-size:22px;line-height:1}.star-topbar-close .material-symbols-rounded{display:block;font-size:24px;line-height:1}.star-zoom-label .material-symbols-rounded{display:inline-block;font-size:18px;line-height:1}.star-hex-symbol .material-symbols-rounded{display:block;font-size:26px;line-height:1}.star-pulse{animation:star-pulse 1.2s ease-in-out infinite}@keyframes star-pulse{0%{box-shadow:0 0 #00f5ff00;transform:scale(1)}50%{box-shadow:0 0 26px #00f5ff38;transform:scale(1.06)}to{box-shadow:0 0 #00f5ff00;transform:scale(1)}}.star-btn.active{border-color:#00f5ffa6;box-shadow:0 0 22px #00f5ff38}.star-btn:disabled{opacity:.45;cursor:not-allowed}.star-action-group{display:flex;flex-direction:column;gap:6px}.star-action-panel{display:flex;flex-direction:column;gap:6px;padding:6px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#080c16f5;min-width:340px}.star-build-option{display:grid;grid-template-columns:52px 1fr;gap:10px;align-items:center;padding:8px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#020617eb}.star-build-icon{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;touch-action:none;position:relative}.star-build-icon svg{width:34px;height:34px}.star-build-icon img{width:38px;height:38px}.star-build-icon.enabled{border:2px solid rgba(255,255,255,.22);box-shadow:0 0 18px #00f5ff29;cursor:grab}.star-build-icon.enabled:active{cursor:grabbing}.star-build-icon.enabled:after{content:attr(data-tip);position:absolute;left:50%;bottom:56px;transform:translate(-50%);padding:6px 8px;border-radius:10px;border:1px solid rgba(255,255,255,.14);background:#020617eb;color:#f1f5f9f5;font-size:.78rem;font-weight:800;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .12s ease}.star-build-icon.enabled:hover:after{opacity:1}.star-build-grip{position:absolute;top:4px;right:4px;width:18px;height:18px;opacity:.7;display:grid;place-items:center}.star-build-grip circle{fill:#f1f5f9b3}.star-build-icon.disabled{opacity:.35;border:2px solid rgba(255,255,255,.08)}.star-build-body{display:flex;flex-direction:column;gap:6px;min-width:0}.star-build-title{font-weight:1000;font-size:.95rem}.star-cost-covered{color:#22c55e;font-weight:1000}.star-cost-missing{color:#ef4444;font-weight:1000;margin-left:4px}.star-drag-ghost{position:fixed;z-index:10;width:54px;height:54px;margin-left:-27px;margin-top:-27px;pointer-events:none;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 10px 20px rgba(0,0,0,.45)) drop-shadow(0 0 18px rgba(0,245,255,.22))}.star-drag-ghost.shake{animation:star-shake .22s ease-in-out}@keyframes star-shake{0%{transform:translate(0) rotate(0)}25%{transform:translate(3px,-2px) rotate(-3deg)}50%{transform:translate(-3px,2px) rotate(3deg)}75%{transform:translate(2px,1px) rotate(-2deg)}to{transform:translate(0) rotate(0)}}.star-drag-ghost img{width:42px;height:42px}.star-drag-ghost svg{width:38px;height:38px}.star-resource-fx-layer{position:fixed;inset:0;pointer-events:none;z-index:11}.star-resource-fx{position:fixed;width:22px;height:22px;transform:translate(-50%,-50%);animation:star-resource-fly .95s cubic-bezier(.2,.9,.2,1) forwards;filter:drop-shadow(0 0 12px rgba(0,245,255,.25))}@keyframes star-resource-fly{0%{opacity:.95;transform:translate(-50%,-50%) scale(1)}70%{opacity:.98;transform:translate(calc(-50% + var(--dx) * .8),calc(-50% + var(--dy) * .8)) scale(1.12)}to{opacity:0;transform:translate(calc(-50% + var(--dx)),calc(-50% + var(--dy))) scale(.7)}}.star-market-row{display:flex;align-items:center;gap:8px;font-size:.84rem}.star-market-icon{width:22px;height:22px}.star-market-row select{background:#020617e6;color:#e2e8f0;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:4px 8px}.star-panel-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.star-market-tabs{display:flex;gap:8px;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.12)}.star-market-trade-countdown{margin-left:auto;align-self:center;font-weight:1000;opacity:.9;font-variant-numeric:tabular-nums}.star-market-body{padding:10px 12px;overflow:hidden;min-height:0;display:flex;flex-direction:column;gap:12px}.star-market-scroll{overflow:auto;min-height:0;display:flex;flex-direction:column;gap:12px}.star-market-scroll{scrollbar-width:none}.star-market-scroll::-webkit-scrollbar{width:0;height:0}.star-market-trade-grid{min-height:0;display:grid;grid-template-columns:1.15fr .85fr;gap:12px}@media(max-width:920px){.star-market-trade-grid{grid-template-columns:1fr}}.star-market-trade-compose{min-height:0;display:flex;flex-direction:column;gap:12px;overflow:auto}.star-market-trade-compose{scrollbar-width:none}.star-market-trade-compose::-webkit-scrollbar{width:0;height:0}.star-market-trade-split{min-height:0;display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:start}.star-market-trade-min{min-height:0;display:flex;flex-direction:column;gap:12px}@media(max-width:920px){.star-market-trade-split{grid-template-columns:1fr}}.star-trade-mini-form{display:flex;flex-direction:column;gap:10px}.star-trade-mini-resrow{display:flex;flex-wrap:wrap;gap:8px}.star-trade-mini-resbtn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;border:1px solid rgba(255,255,255,.18);background:#020617e6;color:#e2e8f0}.star-trade-mini-resbtn.selected{border-color:#ffffff80;background:#1e293be6}.star-trade-mini-resbtn:disabled{opacity:.35}.star-trade-mini-row{display:grid;grid-template-columns:76px minmax(0,1fr) auto;gap:8px;align-items:center}.star-trade-mini-label{font-weight:1000;opacity:.9;font-size:.85rem}.star-trade-mini-select{background:#020617e6;color:#e2e8f0;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:8px 10px;width:100%}.star-trade-mini-summary{display:flex;flex-direction:column;gap:8px;padding-top:6px;border-top:1px solid rgba(255,255,255,.12)}.star-trade-mini-summary-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.star-trade-mini-summary-label{opacity:.8;font-size:.82rem;font-weight:900}.star-trade-mini-actions{display:flex;justify-content:flex-end;gap:8px}.star-market-offers{display:flex;flex-direction:column;gap:10px}.star-market-offers-nav{display:flex;align-items:center;justify-content:space-between;gap:8px}.star-market-offer-row{border:1px solid rgba(255,255,255,.12);background:#0f172a8c;border-radius:12px;padding:8px;display:flex;flex-direction:column;gap:8px}.star-market-offer-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.star-market-offer-from{font-weight:1000}.star-market-offer-ts{opacity:.75;font-size:.78rem;font-variant-numeric:tabular-nums}.star-market-offer-body{display:flex;flex-direction:column;gap:6px}.star-market-offer-line{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.star-market-offer-k{opacity:.8;font-size:.82rem;font-weight:900}.star-market-offer-actions{display:flex;justify-content:flex-end;gap:8px}.star-market-myoffer{margin-top:10px;padding-top:10px;border-top:1px solid rgba(255,255,255,.12);display:flex;flex-direction:column;gap:8px}.star-market-myoffer-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.star-market-myoffer-title{font-weight:1000}.star-market-myoffer-ts{opacity:.75;font-size:.78rem;font-variant-numeric:tabular-nums}.star-market-trade-lists{min-height:0;display:flex;flex-direction:column;gap:12px}.star-market-list{border:1px solid rgba(255,255,255,.12);background:#0206178c;border-radius:14px;padding:10px;display:flex;flex-direction:column;gap:10px;min-height:0}.star-market-list-title{font-weight:1000;font-size:.9rem;opacity:.92}.star-market-list-body{overflow:auto;min-height:0;display:flex;flex-direction:column;gap:10px}.star-market-list-body{scrollbar-width:none}.star-market-list-body::-webkit-scrollbar{width:0;height:0}.star-market-player-row{display:flex;flex-wrap:wrap;gap:8px}.star-market-player-chip{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:14px}.star-market-player-chip-name{font-weight:1000;font-size:.9rem;line-height:1.1;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.star-market-player-chip-avatar{width:36px;height:36px;border-radius:12px;object-fit:cover;border:1px solid rgba(255,255,255,.14);background:#0f172aa6;flex:0 0 auto;display:grid;place-items:center;overflow:hidden}.star-market-avatar-fallback{color:#fffffff2;font-weight:1000}.star-market-player-stack{display:flex;align-items:center;margin-left:2px}.star-market-player-stack-item{width:22px;height:22px;border-radius:9px;overflow:hidden;border:1px solid rgba(255,255,255,.18);background:#0f172aa6;margin-left:-8px;display:grid;place-items:center}.star-market-player-stack-item:first-child{margin-left:0}.star-market-player-stack-item .star-market-player-chip-avatar{width:100%;height:100%;border-radius:0;border:0}.star-trade-offer-title-main{display:inline-flex;align-items:center;gap:8px;min-width:0}.star-trade-offer-avatar{width:22px;height:22px;border-radius:8px;object-fit:cover;border:1px solid rgba(255,255,255,.14);background:#0f172aa6;flex:0 0 auto;display:grid;place-items:center;overflow:hidden}.star-market-section-title{font-weight:900;opacity:.9;font-size:.9rem}.star-market-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.star-market-chip{border:1px solid rgba(255,255,255,.14);background:#0f172ac7;border-radius:14px;padding:8px;display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;-webkit-user-select:none;user-select:none}.star-market-chip.compact{padding:7px 8px;border-radius:12px}.star-market-chip:disabled{opacity:.45;cursor:not-allowed}.star-market-chip.selected{border-color:#38bdf8b3;box-shadow:0 0 0 4px #38bdf824}.star-market-chip-top{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;font-weight:900;font-size:.82rem;color:#fff;white-space:nowrap}.star-market-chip-sub{color:#e2e8f0f5;opacity:.75;font-size:.78rem;font-variant-numeric:tabular-nums}.star-market-stepper-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.star-market-stepper{border:1px solid rgba(255,255,255,.14);background:#0f172ac7;border-radius:14px;padding:8px;display:flex;flex-direction:column;gap:6px}.star-market-stepper-top{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;font-weight:900;font-size:.82rem;color:#fff;white-space:nowrap}.star-market-stepper-controls{display:flex;justify-content:center;gap:8px}.star-market-stepper-btn{width:36px;height:32px;border-radius:10px;border:1px solid rgba(255,255,255,.14);background:#020617b3;color:#e2e8f0;font-weight:900;cursor:pointer;touch-action:manipulation;display:grid;place-items:center}.star-market-stepper-btn:not(:disabled){border-color:#ffffff47;box-shadow:0 0 0 3px #38bdf814}.star-market-stepper-btn:not(:disabled):hover{background:#0f172ad9;border-color:#38bdf873;box-shadow:0 0 0 3px #38bdf829}.star-market-chip:not(:disabled):hover{border-color:#ffffff52;box-shadow:0 0 0 4px #ffffff0f}.star-market-stepper-btn .material-symbols-rounded{font-size:20px;line-height:1}.star-market-stepper-btn:disabled{opacity:.45}.star-market-stepper-count{min-width:34px;text-align:center;font-weight:900;font-variant-numeric:tabular-nums;padding-top:2px}@media(max-width:520px){.star-market-body{padding:8px 10px;gap:10px}.star-market-tabs{padding:8px 10px;gap:6px}.star-market-section-title{font-size:.85rem}.star-market-chip,.star-market-stepper{padding:6px;border-radius:12px;gap:5px}.star-market-chip-top,.star-market-stepper-top{font-size:.72rem;gap:3px}.star-market-chip-sub{display:none}.star-market-stepper-controls{gap:6px}.star-market-stepper-btn{width:30px;height:28px;border-radius:9px}.star-market-stepper-count{min-width:28px}}.star-trade-offer{border:1px solid rgba(255,255,255,.12);background:#020617bf;border-radius:14px;padding:10px;display:flex;flex-direction:column;gap:8px}.star-trade-simple{display:flex;flex-direction:column;gap:12px}.star-trade-simple-card{border:1px solid rgba(255,255,255,.12);background:#0206178c;border-radius:14px;padding:10px;display:flex;flex-direction:column;gap:10px}.star-trade-simple-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.star-trade-simple-title{font-weight:1000;font-size:.95rem}.star-trade-simple-sub{opacity:.75;font-size:.82rem;font-variant-numeric:tabular-nums}.star-trade-simple-chips{display:flex;flex-wrap:wrap;gap:8px}.star-trade-simple-stepper{display:flex;align-items:center;justify-content:center;gap:8px}.star-trade-matrix{display:grid;grid-template-columns:92px repeat(5,minmax(0,1fr));gap:8px;align-items:center}.star-trade-matrix-corner{height:44px}.star-trade-matrix-head{height:44px;display:flex;align-items:center;justify-content:center;gap:6px;padding:0 8px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#0f172a8c;min-width:0}.star-trade-matrix-head-label{font-weight:1000;font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.star-trade-matrix-rowlabel{font-weight:1000;opacity:.92;padding-left:2px;white-space:nowrap;font-size:.9rem}.star-trade-matrix-cell{border:1px solid rgba(255,255,255,.14);background:#0f172ac7;border-radius:14px;padding:8px;display:flex;justify-content:center}.star-trade-stock{display:inline-flex;align-items:center;gap:8px;font-variant-numeric:tabular-nums}.star-trade-stock-now{opacity:.85;font-weight:900;font-size:.82rem}.star-trade-stock-delta{display:inline-flex;align-items:center;gap:4px;padding:6px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#0206178c;font-weight:1000;font-size:.8rem;line-height:1}.star-trade-stock-delta.pos{border-color:#34d39959;box-shadow:0 0 0 3px #34d39914;color:#34d399}.star-trade-stock-delta.neg{border-color:#fb718559;box-shadow:0 0 0 3px #fb718514;color:#fb7185}.star-trade-stock-delta .material-symbols-rounded{font-size:18px;line-height:1}.star-trade-stock-after{font-weight:1000;font-size:.86rem;color:#fff}.star-market-stepper-btn.star-btn.icon-only{width:36px;height:36px}.star-market-stepper-btn.star-btn.icon-only .material-symbols-rounded{font-size:20px}@media(max-width:520px){.star-market-stepper-btn.star-btn.icon-only{width:32px;height:32px}.star-trade-stock{gap:6px}.star-trade-stock-delta{padding:5px 6px}}@media(max-width:520px){.star-trade-matrix{grid-template-columns:78px repeat(5,minmax(0,1fr));gap:6px}.star-trade-matrix-head{padding:0 6px;border-radius:12px}.star-trade-matrix-head-label{display:none}.star-trade-matrix-cell{padding:6px;border-radius:12px}.star-trade-matrix-rowlabel{font-size:.85rem}}.star-market-player-btn{display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px;min-width:92px}.star-market-player-icon{width:38px;height:38px;border-radius:999px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.14);background:#0f172aa6;overflow:hidden}.star-market-player-avatar{width:100%;height:100%;object-fit:cover}.star-market-player-avatar-fallback{width:100%;height:100%}.star-market-player-name{font-weight:900;font-size:.82rem;text-align:center;max-width:120px;line-height:1.05}.star-trade-offer-title{display:flex;justify-content:space-between;gap:10px;font-weight:900;font-size:.9rem}.star-trade-offer-note{text-align:right;font-weight:900;opacity:.9}.star-trade-offer-note.ok{color:#22c55ef2}.star-trade-offer-note.bad{color:#f87171f2}.star-trade-offer-note.info{color:#e2e8f0e6}.star-trade-offer-amounts{display:flex;flex-wrap:wrap;gap:8px;opacity:.9;font-size:.85rem}.star-trade-offer-pill{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 10px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#0f172ac7;font-variant-numeric:tabular-nums}.star-trade-offer-pill-btn{cursor:pointer;appearance:none;color:inherit;font:inherit}.star-trade-delta-pill{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#0f172ac7;font-variant-numeric:tabular-nums}.star-trade-delta-pill-label{font-weight:900;font-size:.78rem;opacity:.92;line-height:1.05;color:#fff}.star-trade-delta-pill-count{font-weight:1000;margin-left:auto}.star-trade-delta-pill.pos .star-trade-delta-pill-count{color:#34d399}.star-trade-delta-pill.neg .star-trade-delta-pill-count{color:#fb7185}.star-trade-offer-pill-label{font-weight:900;font-size:.78rem;opacity:.92;line-height:1.05;text-align:center;color:#fff}.star-trade-offer-pill-count{font-weight:900;font-size:.86rem}.star-trade-offer-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.waiting-room-page .card{max-width:880px;margin:0 auto}.waiting-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.waiting-room-page.page{height:100vh;max-width:none;margin:0;padding:10px;gap:10px;overflow:hidden}.waiting-card{height:calc(100vh - 20px);display:flex;flex-direction:column;gap:10px}.waiting-title-left{display:flex;flex-direction:column;gap:6px}.waiting-title{display:flex;align-items:baseline;gap:10px;font-weight:900;font-size:1.2rem}.waiting-title-hint{font-size:.9rem;opacity:.8;font-weight:900}.waiting-section-title{font-weight:900;margin-bottom:10px}.waiting-subrow{display:flex;gap:8px;flex-wrap:wrap}.waiting-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#0f172ae6;font-weight:900;font-size:.85rem;line-height:1}.waiting-chip .material-symbols-rounded{font-size:18px;line-height:18px}.waiting-chip.ok{border-color:#22c55e59}.waiting-chip.warn{border-color:#f59e0b59}.waiting-error{margin-top:0}.waiting-compact-grid{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:10px}.waiting-setup-row{display:flex;flex-wrap:wrap;gap:8px}.waiting-slots{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;flex:1 1 auto;min-height:0;grid-auto-rows:1fr}.waiting-slot{padding:10px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#0f172ae6;display:flex;flex-direction:column;gap:8px;position:relative;min-height:0;overflow:hidden}.waiting-slot-avatar{flex:1 1 auto;min-height:0;display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1 / 1}.waiting-avatar{width:100%;height:100%;border-radius:18%;object-fit:contain;border:0;background:transparent;display:block}.waiting-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;background:transparent;color:#fff;font-weight:900}.waiting-slot-name{font-weight:900;font-size:.95rem;line-height:1.1;text-align:center;text-wrap:balance}.waiting-slot-meta{font-size:.85rem;opacity:.85}.waiting-ready-icon{position:absolute;top:8px;right:8px;font-size:22px;line-height:22px;opacity:.85}.waiting-ready-icon.ok{opacity:1;color:#22c55e}.waiting-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.waiting-hint{font-size:.85rem;opacity:.85}@media(max-width:720px){.waiting-slots{grid-template-columns:1fr}}
