@font-face{font-family:Nunito;src:url('/ghost-ball/ui/nunito.ttf') format('truetype');font-display:swap}
*{box-sizing:border-box;letter-spacing:0}
html,body{margin:0;min-height:100%;background:#f7f7f2;color:#102824;font-family:Nunito,Arial,sans-serif}
body{display:block;place-items:normal}
#site-frame{width:100%}
#game-layout{width:calc(100% - var(--space)*2)}
a{color:inherit}button{font:inherit;color:inherit}a:focus-visible,button:focus-visible{outline:2px solid #42605a;outline-offset:4px}
:root{--rail:180px;--space:24px;--updates:260px}
#site-frame{position:relative;height:88px;padding:0 var(--space);display:flex;align-items:center;gap:24px;border-bottom:1px solid #10282422;background:#fafaf7;view-transition-name:site-header}
.site-mark{display:flex;justify-content:center;align-items:center;width:var(--rail);flex:none}.site-mark img{display:block;width:92px;height:auto}
.site-frame-nav{margin-left:auto}.site-frame-nav button{border:0;background:transparent;padding:12px 0;min-height:44px;cursor:pointer;font-size:14px;font-weight:800}
.site-frame-nav button:hover{text-decoration:underline;text-underline-offset:5px}
#game-layout{display:grid;grid-template-columns:var(--rail) minmax(0,1fr);gap:var(--space);align-items:start;margin:40px var(--space) 24px;position:relative}
#game-layout #game{width:min(100%,var(--court-fit,1600px));min-width:0;margin:0;aspect-ratio:16/10;view-transition-name:ghost-court}
#game-layout #game:not(:fullscreen):not(:-webkit-full-screen) #expand-game{top:-32px;left:0}
#game-layout #game:fullscreen #expand-game,#game-layout #game:-webkit-full-screen #expand-game{top:76px;left:8px}
#game-shelf[hidden]{display:none!important}
#game-layout.shelf-collapsed{grid-template-columns:minmax(0,1fr)}
#game-shelf-toggle{display:grid;place-items:center;width:36px;height:36px;padding:0;border:0;background:transparent;cursor:pointer;border-radius:4px}
#game-shelf-toggle:hover{background:#10282412}
#game-shelf-toggle[aria-expanded="false"] svg{transform:scaleX(-1)}
#game-layout #game:fullscreen,#game-layout #game:-webkit-full-screen{width:100vw;height:100dvh;aspect-ratio:auto;max-width:none}
#game-shelf{min-width:0;text-align:center}
.shelf-label{margin:0 0 16px;font-size:13px;font-weight:900;text-transform:uppercase}
.shelf-card{display:block;width:100%;margin:0 0 24px;text-decoration:none;overflow-wrap:anywhere}
.shelf-card img{display:block;width:100%;height:110px;object-fit:contain;background:transparent;border-radius:0}
.shelf-card strong,.shelf-card small{display:block;margin-top:6px}.shelf-card strong{font-size:14px;line-height:1.4}.shelf-card small{font-size:11px;color:#58716b;text-transform:none}
.shelf-card:hover strong{text-decoration:underline;text-underline-offset:4px}
.external-icon{width:14px;height:14px;vertical-align:-2px;margin-left:4px}
#game-updates{display:none;min-width:0;font-size:14px}
#game-updates[hidden]{display:none!important}
.updates-open #game-updates{display:block;animation:updates-enter .22s ease-out}
.game-updates-heading{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #10282433}
.game-updates-heading h2{font-size:17px;margin:0}.game-updates-close{background:none;border:0;min-width:44px;min-height:44px;cursor:pointer;font-size:22px}
#game-updates article{padding:18px 0;border-bottom:1px solid #10282422}#game-updates time{font-size:11px;color:#58716b}
#game-updates h3{font-size:15px;line-height:1.35;margin:8px 0}#game-updates p{font-size:13px;line-height:1.6;margin:0}.game-updates-link{display:inline-block;margin-top:20px;font-size:13px}
@keyframes updates-enter{from{opacity:0;transform:translateX(12px)}to{opacity:1;transform:none}}
@media(min-width:1500px){#game-layout{grid-template-columns:var(--rail) minmax(0,1fr) var(--updates)}}
@media(min-width:1500px){#game-layout.shelf-collapsed{grid-template-columns:minmax(0,1fr) var(--updates)}}
@media(min-width:801px) and (max-width:1499px){#game-updates{position:fixed;right:24px;top:100px;width:300px;max-height:calc(100dvh - 124px);overflow:auto;z-index:101;padding:16px 20px 24px;background:#fafaf7;border:1px solid #10282433;box-shadow:0 12px 32px #10282422}}
@media(max-width:800px){:root{--space:12px;--rail:130px}#site-frame{height:72px}.site-mark{justify-content:flex-start}#game-layout{grid-template-columns:minmax(0,1fr);gap:42px;margin-top:16px}#game-shelf{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;text-align:left}.shelf-label{display:none}.shelf-card{display:grid;grid-template-columns:56px minmax(0,1fr);column-gap:8px;margin:0;align-items:center}.shelf-card img{grid-row:1/3;width:56px;height:56px}.shelf-card strong{font-size:12px;margin:0}.shelf-card small{font-size:10px;margin:0}#game-updates{grid-row:2}.game-updates-heading{min-height:44px}}
@view-transition{navigation:auto}
@media(max-width:800px){#game-updates{grid-row:auto}}
::view-transition-group(ghost-court){animation-duration:.32s;animation-timing-function:ease-in-out}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0s!important;transition-duration:0s!important}::view-transition-group(*){animation-duration:0s}}
