:root{--shell-ink:#25304b;--shell-paper:rgba(255,253,248,.96);--shell-line:#e7dfd2;--shell-accent:#e85d65}.product-shell{position:fixed;z-index:1000;top:10px;left:50%;transform:translateX(-50%);width:min(680px,calc(100vw - 20px));height:42px;display:flex;align-items:center;gap:8px;padding:5px 7px 5px 12px;border:1px solid var(--shell-line);border-radius:14px;background:var(--shell-paper);box-shadow:0 6px 22px #4b3b2a25;color:var(--shell-ink);font:700 12px/1.1 "Trebuchet MS","Segoe UI",sans-serif}.product-shell__brand{font-size:14px;letter-spacing:.12em;color:var(--shell-accent);text-decoration:none;margin-right:4px}.product-shell__title{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#5c6680}.product-shell button,.product-shell a{border:0;background:#f3eee6;color:var(--shell-ink);border-radius:9px;padding:7px 9px;text-decoration:none;white-space:nowrap;font:inherit;cursor:pointer}.product-shell button:hover,.product-shell a:hover{background:#f8d1d4}.product-shell__pause{background:var(--shell-accent)!important;color:#fff!important}.shell-modal{position:fixed;inset:0;z-index:1100;display:grid;place-items:center;padding:18px;background:#1f294566;font-family:"Trebuchet MS","Segoe UI",sans-serif}.shell-modal[hidden]{display:none}.shell-modal__box{width:min(360px,92vw);padding:20px;border-radius:18px;background:#fffdf8;box-shadow:0 18px 60px #1f294555;color:var(--shell-ink)}.shell-modal__box h2{margin:0 0 12px;font-size:20px}.shell-modal__actions{display:grid;gap:8px}.shell-modal__actions a,.shell-modal__actions button{padding:11px 12px;border:0;border-radius:11px;background:#f3eee6;color:inherit;font:700 14px inherit;text-align:center;text-decoration:none;cursor:pointer}.shell-modal__actions .primary{background:var(--shell-accent);color:#fff}@media(max-width:600px){.product-shell{top:6px;height:36px;padding:4px 5px 4px 8px;font-size:10px}.product-shell__brand{font-size:12px}.product-shell button,.product-shell a{padding:6px 7px}.product-shell__title{display:none}body{--shell-offset:46px}.product-shell+*{}}
body[data-shell-kind="game"] .screen-card,body[data-shell-kind="game"] .menu-card,body[data-shell-kind="game"] .match-gate__card{max-height:70dvh;overflow:auto;padding:20px}
body[data-shell-kind="game"] .hud-card{padding:8px 12px;min-height:0}
body[data-player-turn="1"]{--shell-accent:#e85d65;--player-soft:#ffe2e5}
body[data-player-turn="2"]{--shell-accent:#4f86e8;--player-soft:#e0ebff}
.product-shell__player{padding:6px 9px;border-radius:9px;background:var(--player-soft,#ffe2e5);color:var(--shell-accent);font-weight:900;white-space:nowrap}
body[data-shell-kind="game"] .hud-card--center,body[data-shell-kind="game"] .player-panel,body[data-shell-kind="game"] .match-gate__card,body[data-shell-kind="game"] .scoreboard{border-color:var(--shell-accent)!important}
body[data-shell-kind="game"] .hud-card--center{box-shadow:0 0 0 2px var(--player-soft,#ffe2e5)}
