
:root{--bg:#07111e;--panel:#0f1c2f;--line:#29405f;--text:#f7fbff;--muted:#9eb0c8;--red:#ef4355;--green:#18b66e;--yellow:#f0c232;--blue:#3779ed;--white:#f8fafc}
*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Inter,system-ui,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(circle at top,#172943,#07111e 62%)}button,input,select{font:inherit}
.app{max-width:1320px;margin:auto;padding:16px}.top{display:flex;align-items:center;justify-content:space-between;gap:14px}.top h1{margin:0;font-size:clamp(26px,4vw,42px)}.top small{font-size:13px;background:#233956;padding:4px 7px;border-radius:999px}.top p{margin:4px 0;color:var(--muted)}.actions,.modebar,.room-actions,.chat-send,.dialog-actions{display:flex;gap:8px;flex-wrap:wrap}
.btn{border:0;border-radius:11px;padding:10px 14px;background:#f8fafc;color:#0a1321;font-weight:800;cursor:pointer}.btn.ghost{background:#243650;color:white}.full{width:100%}
.modebar{margin:16px 0}.mode{border:1px solid #324967;background:#101d31;color:#e6eef8;padding:9px 16px;border-radius:999px;font-weight:800;cursor:pointer}.mode.active{background:white;color:#0c1625}
.online-panel{background:#0d1a2d;border:1px solid #263d5b;border-radius:15px;padding:12px;margin-bottom:14px}.room-actions input,.room-actions select,.chat-send input{background:#07111e;border:1px solid #304766;color:#fff;border-radius:9px;padding:9px}.room-info{margin-top:9px;color:#dbe7f4}.room-players{display:flex;gap:7px;flex-wrap:wrap;margin-top:8px}.pill{background:#20334f;padding:6px 9px;border-radius:999px;font-size:13px}.hidden{display:none!important}
.layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px}.board-card{background:#d8e1eb;padding:9px;border-radius:22px;box-shadow:0 20px 70px #0007}.board{position:relative;aspect-ratio:1;background:#fff;border-radius:14px;overflow:hidden}
.yard{position:absolute;width:40%;height:40%;display:grid;place-items:center;z-index:1}.red-yard{left:0;top:0;background:var(--red)}.green-yard{right:0;top:0;background:var(--green)}.yellow-yard{right:0;bottom:0;background:var(--yellow)}.blue-yard{left:0;bottom:0;background:var(--blue)}
.yard-inner{width:64%;height:64%;background:#fff;border-radius:14px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;place-items:center;gap:8%;padding:11%}.yard-slot{width:68%;aspect-ratio:1;border-radius:50%;border:3px solid #e2e8f0}
.classic-grid{position:absolute;inset:0;display:grid;grid-template-columns:repeat(15,1fr);grid-template-rows:repeat(15,1fr);z-index:2;pointer-events:none}.cell{border:1px solid #b9c7d5;background:#fff;display:grid;place-items:center;color:#111827;font-size:10px;font-weight:900}.cell.red{background:#ffd4d9}.cell.green{background:#c9f5df}.cell.yellow{background:#fff0ab}.cell.blue{background:#d4e2ff}.cell.safe{background:#ffe8a3}.cell.track{pointer-events:none}
.home-center{position:absolute;left:40%;top:40%;width:20%;height:20%;z-index:3;background:conic-gradient(var(--green) 0 25%,var(--yellow) 0 50%,var(--blue) 0 75%,var(--red) 0);clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);display:grid;place-items:center;font-size:clamp(25px,4vw,56px)}
.token-layer{position:absolute;inset:0;z-index:8}.token{position:absolute;width:4.5%;aspect-ratio:1;border:3px solid #fff;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 4px 12px #0008;cursor:pointer;transition:left .18s linear,top .18s linear,transform .16s}.token:hover{transform:translate(-50%,-50%) scale(1.12)}.token.red{background:var(--red)}.token.green{background:var(--green)}.token.yellow{background:var(--yellow)}.token.blue{background:var(--blue)}.token.move{animation:pulse .7s infinite alternate}@keyframes pulse{to{box-shadow:0 0 0 8px #fff8}}
.sidebar{display:flex;flex-direction:column;gap:13px}.card{background:linear-gradient(180deg,#12233a,#0c192b);border:1px solid #28415f;border-radius:17px;padding:16px}.turn-row{display:flex;justify-content:space-between;font-size:20px}.dice{display:block;margin:12px auto;border:0;background:transparent;font-size:72px;cursor:pointer}.dice.rolling{animation:spin .55s ease}@keyframes spin{50%{transform:rotate(180deg) scale(1.15)}100%{transform:rotate(360deg)}}#message{color:#c5d2e2;min-height:42px}.prow{display:grid;grid-template-columns:13px 1fr auto;gap:8px;align-items:center;padding:8px 0;border-bottom:1px solid #263a55}.dot{width:12px;height:12px;border-radius:50%}
.tabs{display:flex;gap:7px;margin-bottom:9px}.mini{background:#213550;color:#fff;border:0;border-radius:8px;padding:7px 10px;cursor:pointer}.mini.active{background:#fff;color:#0a1320}.chat-log{height:165px;overflow:auto;background:#081321;border-radius:9px;padding:8px;margin-bottom:8px}.chat-msg{font-size:13px;margin-bottom:7px}.chat-msg b{color:#fff}.chat-msg span{color:#afbdd0}.chat-send input{min-width:0;flex:1}.leader{display:grid;grid-template-columns:28px 1fr auto;gap:8px;padding:7px 0;border-bottom:1px solid #263a55}
dialog{width:min(550px,94vw);border:0;border-radius:18px;background:#0e1a2c;color:#fff;padding:0}dialog::backdrop{background:#000b}.form{padding:20px;display:grid;gap:12px}.form label{display:grid;gap:6px}.form input,.form select{background:#07111e;border:1px solid #334b69;border-radius:9px;color:#fff;padding:9px}.check{grid-template-columns:20px 1fr!important;align-items:center}.dlghead{display:flex;justify-content:space-between;align-items:center}.dlghead h2{margin:0}.dlghead button{border:0;background:transparent;color:#fff;font-size:21px;cursor:pointer}.dialog-actions{justify-content:flex-end}.profile-stats{display:flex;justify-content:space-between;background:#13243b;padding:10px;border-radius:9px}
@media(max-width:900px){.layout{grid-template-columns:1fr}.sidebar{display:grid;grid-template-columns:1fr 1fr}.status-card{grid-row:span 2}}@media(max-width:580px){.app{padding:8px}.top{align-items:flex-start;flex-direction:column}.sidebar{display:flex}.board-card{padding:5px}.cell{font-size:7px}.room-actions input,.room-actions select{width:140px}}
