/* Original 240x160 GBA layout; one uniform scale keeps every tile square. */
#screen #detail.classic-pc {background:#ffe6d5;overflow:hidden!important;}
#screen #detail.classic-pc .pc-board {position:absolute;display:block;inset:auto;width:240px;height:160px;min-width:0;max-width:none;max-height:none;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;overflow:visible;box-shadow:none!important;background:none;box-sizing:border-box;transform-origin:top left;font:7px/1.2 Consolas,monospace;color:#fff;isolation:isolate;}
#screen #detail.classic-pc .pc-art {position:absolute;inset:0;background-size:240px 160px;image-rendering:pixelated;pointer-events:none;}
#screen #detail.classic-pc button {position:absolute;box-sizing:border-box;padding:0!important;margin:0;min-width:0!important;min-height:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;text-shadow:none;font:7px/1 Consolas,monospace;cursor:pointer;outline-offset:-1px;}
#screen #detail.classic-pc button:focus-visible {outline:1px dotted #fff!important;}
#screen #detail.classic-pc .pc-party-toggle {left:80px;top:0;width:70px;height:16px;color:transparent!important;}
#screen #detail.classic-pc .pc-close {left:170px;top:0;width:70px;height:16px;color:transparent!important;}
#screen #detail.classic-pc .pc-prev {left:86px;top:19px;width:12px;height:18px;}
#screen #detail.classic-pc .pc-next {left:224px;top:19px;width:12px;height:18px;}
#screen #detail.classic-pc .pc-box-title {left:104px;top:20px;width:108px;height:16px;text-align:center;font:10px/1 Consolas,monospace;color:#fff!important;text-shadow:-1px -1px #303038,1px 1px #303038,-1px 1px #303038,1px -1px #303038;}
#screen #detail.classic-pc .pc-box-title[data-art=true] {color:transparent!important;text-shadow:none;background:var(--pc-title) center/40px 16px no-repeat!important;image-rendering:pixelated;}
#screen #detail.classic-pc .pc-portrait {position:absolute;left:8px;top:16px;width:64px;height:64px;display:grid;place-items:center;}
#screen #detail.classic-pc .pc-portrait canvas.pokemon-sprite {width:64px!important;height:64px!important;max-width:100%;image-rendering:pixelated;}
#screen #detail.classic-pc .pc-data {position:absolute;left:5px;top:89px;width:70px;height:66px;overflow:hidden;display:flex;flex-direction:column;gap:4px;text-shadow:1px 1px #52525a;font:7px/1.2 Consolas,monospace;}
#screen #detail.classic-pc .pc-data strong {font:700 8px/1.2 Consolas,monospace;overflow-wrap:anywhere;}
#screen #detail.classic-pc .pc-data p {font:6px/1.2 Consolas,monospace;margin:0;}
#screen #detail.classic-pc .pc-slots {position:absolute;left:86px;top:46px;width:150px;height:110px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-template-rows:repeat(5,minmax(0,1fr));}
#screen #detail.classic-pc .pc-slot {position:relative;width:100%;height:100%;display:grid;place-items:center;}
#screen #detail.classic-pc .pc-slot canvas.icon {position:absolute;left:50%;top:50%;translate:-50% -50%;width:28px!important;height:28px!important;max-width:none;max-height:none;image-rendering:pixelated;pointer-events:none;}
#screen #detail.classic-pc .pc-slot[data-held=true] {opacity:.4;}
#screen #detail.classic-pc .pc-party-slots {background:#9cccad;border:2px solid #50626b;box-sizing:border-box;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(3,minmax(0,1fr));gap:2px;padding:2px;}
#screen #detail.classic-pc .pc-party-slots .pc-slot {border:1px solid #54736a!important;background:#deefb5!important;color:#294a42;}
#screen #detail.classic-pc .pc-party-slots canvas.icon {top:42%;}
#screen #detail.classic-pc .pc-party-slots .pc-slot>span {position:absolute;bottom:1px;left:0;right:0;font:6px/1 Consolas,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#screen #detail.classic-pc .pc-hand {position:absolute;left:88px;top:14px;width:32px;height:32px;background-size:32px 128px;image-rendering:pixelated;pointer-events:none;z-index:4;}
#screen #detail.classic-pc .pc-hand[data-holding=true] {background-position:0 -96px;}
#screen #detail.classic-pc .pc-cursor-shadow {position:absolute;left:92px;top:45px;width:16px;height:16px;background-size:16px 16px;image-rendering:pixelated;pointer-events:none;}
#screen #detail.classic-pc .pc-action-menu,#screen #detail.classic-pc .pc-message {position:absolute;right:3px;bottom:3px;width:82px;box-sizing:border-box;border:3px double #526273;background:#ffffde;color:#394252;padding:4px;z-index:6;font:7px/1.2 Consolas,monospace;}
#screen #detail.classic-pc .pc-action-menu strong {display:block;font:7px/1.2 Consolas,monospace;overflow-wrap:anywhere;margin-bottom:2px;}
#screen #detail.classic-pc .pc-action-menu button {position:relative;display:block;width:100%;text-align:left;min-height:12px!important;padding:2px!important;color:#394252!important;}
#screen #detail.classic-pc .pc-action-menu button:focus-visible {outline:1px solid #526273!important;background:#d9e9bd!important;}
#screen:has(#overlay:not([hidden])[data-view=panel] #detail.classic-pc)>:is(#server-presence,#campaign-objective,#companion-chat-toggle,#chat-toggle) {visibility:hidden;}
body:has(#overlay:not([hidden])[data-view=panel] #detail.classic-pc) #touch-controls,
body:has(#overlay:not([hidden])[data-view=panel] #detail.classic-pc) #touch-controls * {visibility:hidden!important;pointer-events:none!important;}
