:root{--bg:#050b22;--card:#0b1633;--card2:#101e42;--gold:#ffb400;--cyan:#0dcaf0;--green:#19c64b;--red:#ff334e;--text:#eef4ff;--muted:#92a3c3;--border:#253a67}.app-bg{min-height:100vh;background:radial-gradient(circle at top,#0c1b4e 0,#050b22 38%,#020714 100%);color:var(--text);font-family:Inter,system-ui,Arial,sans-serif}.topbar{height:68px;position:sticky;top:0;z-index:20;display:flex;align-items:center;padding:0 16px;background:rgba(3,8,25,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.brand{color:white;text-decoration:none;font-weight:900;font-size:1.35rem}.brand span{background:linear-gradient(90deg,#f03,#ffb400,#2bd65a,#18a7ff);-webkit-background-clip:text;color:transparent}.coin-pill{background:#111c3d;border:1px solid #394d7a;border-radius:50px;padding:7px 11px;font-weight:800}.avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#172750;color:white;border:1px solid #4563a1}.page{padding:18px 14px 90px;max-width:1100px;margin:auto}.game-card{background:linear-gradient(180deg,rgba(19,34,75,.96),rgba(8,18,43,.97));border:1px solid var(--border);border-radius:18px;box-shadow:0 10px 30px rgba(0,0,0,.25)}.hero{padding:20px;background:radial-gradient(circle at right,#4d1078,#10265e 55%,#0b1735);border-radius:20px;border:1px solid #354b88;overflow:hidden}.hero-logo{font-size:2.4rem;font-weight:1000;letter-spacing:2px}.gold{color:var(--gold)}.muted{color:var(--muted)}.mode-card{height:100%;min-height:150px;padding:18px;border-radius:18px;text-decoration:none;color:white;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(255,255,255,.18);transition:.18s}.mode-card:hover{transform:translateY(-2px);color:white}.mode-blue{background:linear-gradient(145deg,#053b91,#0875e1)}.mode-green{background:linear-gradient(145deg,#07572b,#18a642)}.mode-orange{background:linear-gradient(145deg,#7c3c00,#e68a00)}.mode-purple{background:linear-gradient(145deg,#4b146f,#a229c6)}.btn-gold{background:linear-gradient(#ffc52f,#f09a00);border:0;color:#16120a;font-weight:900;border-radius:12px;padding:12px 18px}.btn-green{background:linear-gradient(#32df58,#0fa834);border:0;color:white;font-weight:900;border-radius:12px;padding:12px 18px}.form-control,.form-select{background:#0a1533!important;border:1px solid #2c426f!important;color:white!important;border-radius:12px;padding:12px}.form-control::placeholder{color:#6f84ac}.auth-wrap{min-height:100vh;display:grid;place-items:center;padding:20px}.auth-card{width:min(430px,100%);padding:25px}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:67px;background:#071026;border-top:1px solid #24365f;z-index:30;display:flex;justify-content:space-around;align-items:center}.bottom-nav a{color:#8fa0c0;text-decoration:none;font-size:.72rem;text-align:center}.bottom-nav i{display:block;font-size:1.15rem;margin-bottom:4px}.ludo-shell{display:grid;grid-template-columns:1fr;gap:12px}.ludo-board{width:min(94vw,620px);aspect-ratio:1;margin:auto;display:grid;grid-template-columns:repeat(15,1fr);grid-template-rows:repeat(15,1fr);background:white;border:4px solid #d8dbe6;border-radius:12px;overflow:hidden;position:relative}.cell{border:1px solid #cfd3df;position:relative}.home-r{background:#e72f3f}.home-g{background:#20b957}.home-y{background:#f1bc21}.home-b{background:#2389dc}.path-r{background:#ff7e88}.path-g{background:#76df9b}.path-y{background:#ffe179}.path-b{background:#77bff3}.safe:after{content:'★';font-size:clamp(8px,1.3vw,16px);color:#6f7584;position:absolute;inset:0;display:grid;place-items:center}.token{width:78%;height:78%;border-radius:50%;position:absolute;top:11%;left:11%;border:2px solid rgba(255,255,255,.8);box-shadow:0 2px 5px #0008;z-index:5}.token.red{background:#e8293b}.token.green{background:#12a947}.token.yellow{background:#e9aa00}.token.blue{background:#147bc9}.dice{width:72px;height:72px;border-radius:18px;background:#fff;color:#111;display:grid;place-items:center;font-size:2rem;font-weight:1000;box-shadow:0 8px 24px #0008;border:4px solid #ddd;cursor:pointer}.dice.rolling{animation:shake .45s linear infinite}@keyframes shake{25%{transform:rotate(12deg)}50%{transform:rotate(-14deg)}75%{transform:rotate(8deg)}}.voice-btn{border:1px solid #426098;background:#10224c;color:white;border-radius:50px;padding:9px 14px}.voice-btn.listening{background:#9b1931;box-shadow:0 0 0 6px rgba(255,51,78,.15)}.player-chip{padding:10px;border-radius:14px;background:#0b1837;border:1px solid #294472}.table-dark-custom{--bs-table-bg:#0a1531;--bs-table-striped-bg:#101e40;color:#fff}.badge-soft{background:#17284e;border:1px solid #314b80;border-radius:50px;padding:6px 10px}.desktop-side{display:none}@media(min-width:768px){.page{padding-bottom:25px}.desktop-side{display:block}.ludo-shell{grid-template-columns:220px 1fr 220px;align-items:start}.ludo-board{width:min(55vw,620px)}}
