.game-select-trigger{display:flex;align-items:center;justify-content:space-between;gap:14px;min-width:0;width:100%;min-height:46px;padding:9px 12px;color:var(--ink-hi);font:400 16px/1.4 var(--font-ui);text-align:left;background:#211a13 url(/assets/ui/menu-wood.webp) 50%/auto 100%;border:1px solid #8d7143;border-radius:0;cursor:pointer}.game-select-trigger>span:first-child{display:flex;align-items:center;gap:10px;min-width:0}.game-select-trigger>span:first-child>span{overflow-wrap:anywhere}.game-select-trigger img:not(.game-select-chevron){object-fit:contain;flex:none}.folio .game-select-trigger,.paper-card .game-select-trigger{color:#442d19;background:#ecddbb88;border-color:#a78a58}.game-select-chevron{width:22px;height:22px;flex:none;object-fit:contain;transition:transform .12s ease-out}.game-select-chevron.up,.game-select-trigger[data-state=open] .game-select-chevron{transform:rotate(180deg)}.game-select-trigger[data-state=open]{box-shadow:inset 0 0 0 1px #bb9250}.game-select-trigger:disabled{opacity:.55;cursor:not-allowed}.game-select-content{z-index:210;min-width:var(--radix-select-trigger-width);max-width:calc(100vw - 28px);max-height:var(--radix-select-content-available-height);background:#dfcda8 url(/assets/ui/paper-grain.webp) 50%/640px 640px;border:12px solid transparent;border-image:url(/assets/ui/select-frame.webp) 25 25/12px stretch;border-radius:0;box-shadow:0 8px 22px #0006;color:#3f2c19;overflow:hidden}.game-select-viewport{padding:4px;max-height:min(350px,var(--radix-select-content-available-height))}.game-select-option{position:relative;display:flex;align-items:center;gap:10px;padding:11px 36px 11px 13px;min-height:44px;font:400 16px/1.4 var(--font-ui);outline:none;cursor:pointer;border-bottom:1px solid #b797643c;overflow-wrap:anywhere}.game-select-option[data-highlighted]{background:#ad79352c;color:#6c2d16}.game-select-option[data-state=checked]{box-shadow:inset 3px 0 #8f4d29;color:#732f1a}.game-select-option[data-disabled]{color:#96825f;cursor:not-allowed}.game-select-option>img{object-fit:contain;width:32px;height:32px;flex:none}.game-select-mark{position:absolute;right:8px;width:21px;height:21px;background:#583821;border:1px solid #a78242}.game-select-mark>span{display:block;width:100%;height:100%;background:url(/assets/ui/checkmark.webp) 50%/contain no-repeat}.game-select-scroll{display:flex;height:25px;background:#dfcda8;color:#793f23}.game-checkbox,.game-select-scroll{align-items:center;justify-content:center}.game-checkbox{display:inline-flex;width:27px;height:27px;flex:0 0 27px;padding:0;background:#322217;border:2px solid #aa8a54;border-radius:0;box-shadow:inset 0 1px 4px #0009;cursor:pointer;vertical-align:middle}.game-checkbox[data-state=checked]{background:#5a3b21;border-color:#bd9251}.game-checkbox:hover{border-color:#c9a55d}.game-checkbox:disabled{opacity:.55;cursor:not-allowed}.game-checkbox-mark{display:flex;width:24px;height:24px}.game-checkbox-mark img{width:24px;height:24px;object-fit:contain}.game-rating{margin-bottom:20px}.game-rating>span{display:block;font-size:14px;margin-bottom:10px}.game-rating>div{display:flex;gap:9px;flex-wrap:wrap}.game-rating button{width:49px;height:47px;border:7px solid transparent;border-image:url(/assets/ui/button.webp) 13 17 fill/7px stretch;font:500 22px/1 var(--font-display);color:#ead9b2;background:none;cursor:pointer}.game-rating button[aria-checked=true]{border-image-source:url(/assets/ui/button-green.webp);color:#fff3c7}.game-rating button:disabled{opacity:.5}@media(prefers-reduced-motion:reduce){.game-select-chevron{transition:none}}@media(max-width:600px){.game-select-trigger{font-size:16px;min-height:46px}.game-select-content{max-width:calc(100vw - 28px)}.game-select-option{font-size:16px;min-height:46px}}