.tycoon-board{display:block;padding:10px;background:linear-gradient(180deg,#d9f2ff 0 12%,#f8e5bd 12% 62%,#8d5a3b 62% 65%,#52392f 65%);overflow:auto}
.store-sign{display:flex;align-items:center;justify-content:center;gap:5px;padding:7px 10px;border:2px solid #1266ff;border-radius:7px;background:#fff;color:#071225;font-size:clamp(.75rem,3vw,1rem);font-weight:1000;letter-spacing:.06em;box-shadow:0 5px 0 rgba(18,102,255,.25)}.store-sign span{color:#1266ff}.store-sign small{margin-left:auto;padding:3px 6px;border-radius:4px;background:#071225;color:#ffd166;font-size:.75rem}
.shelves{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px}.shelf{position:relative;min-height:86px;padding:8px;border:2px solid #704328;border-radius:8px;background:linear-gradient(#d59b5d,#a9673f);color:#fff8ee;cursor:pointer;text-align:left;box-shadow:inset 0 -8px 0 rgba(79,47,32,.55),0 5px 9px rgba(0,0,0,.2)}.shelf.selected{outline:4px solid #54c7ff;outline-offset:1px}.shelf.locked{filter:grayscale(1);opacity:.64}.shelf-top{display:flex;justify-content:space-between;gap:6px}.shelf-icon{font-size:1.65rem}.shelf h3{margin:0;font-size:.83rem}.shelf p{margin:5px 0 0;font-size:.7rem;font-weight:850}.stock-dots{display:flex;gap:3px;margin-top:6px}.stock-dot{width:12px;height:12px;border:1px solid rgba(255,255,255,.5);border-radius:3px;background:rgba(5,10,24,.38)}.stock-dot.full{background:#ffd166;box-shadow:inset 0 1px 0 #fff6c9}
.queue-heading{display:flex;justify-content:space-between;margin:11px 2px 5px;color:#071225;font-size:.74rem;font-weight:1000;text-transform:uppercase}.queue-heading strong{color:#8b174b}.customer-queue{display:grid;gap:6px}.customer{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center;padding:7px 9px;border:0;border-radius:8px;background:rgba(5,10,24,.9);color:#fff8ee;cursor:pointer;text-align:left;box-shadow:0 5px 10px rgba(0,0,0,.24)}.customer:hover,.customer:focus-visible{outline:3px solid #54c7ff}.customer-face{font-size:1.55rem}.customer strong{display:block;font-size:.78rem}.customer span{font-size:.69rem;color:#b9c4d8}.patience{width:54px;height:7px;border-radius:5px;background:#351a26;overflow:hidden}.patience i{display:block;height:100%;background:#42d97b}.customer.angry{animation:angryShake .32s ease}.customer.leaving{opacity:.35;transform:translateX(25px)}
@keyframes angryShake{25%{transform:translateX(-4px)}75%{transform:translateX(4px)}}
@media(max-height:690px){.shelf{min-height:70px}.customer{padding-block:5px}.shelf p{display:none}}
