body{background:#0e0e10;color:#f0f0f0;margin:0;font-family:'Segoe UI',Roboto,Arial,sans-serif}.shop-public-header{display:flex;align-items:center;gap:18px;padding:1rem 1rem 1rem 1rem;background:#141517;border-bottom:2px solid #2a2a2e;justify-content:center}.shop-public-header h1{color:#00b8ff;font-size:2rem;margin:0}.shop-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;border:2px solid #00b8ff;background:#23232a}.shop-items-public{display:flex;flex-wrap:wrap;gap:2rem;margin:2rem auto;max-width:1200px;justify-content:flex-start}.shop-item-public{background:#18191c;border:1.5px solid #23272a;border-radius:14px;box-shadow:0 2px 12px #0008;padding:1.2rem 1.2rem 1.2rem 1.2rem;min-width:260px;max-width:370px;flex:1 1 320px;display:flex;flex-direction:column;align-items:stretch;transition:box-shadow .2s,border .2s;position:relative;height:248px;min-height:248px}.shop-item-public:hover{box-shadow:0 4px 24px #00b8ff33;border-color:#00b8ff}.shop-item-title{width:100%;text-align:center;margin-bottom:20px;font-size:1.18em;color:#fff;letter-spacing:.5px;text-transform:uppercase;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px}.shop-item-row{display:flex;flex-direction:row;align-items:flex-start;gap:1.2em;flex:1 1 auto}.shop-item-img,.shop-item-img-large{width:120px;height:120px;object-fit:contain;border-radius:8px;margin-bottom:0;background:#23232a;border:1px solid #23272a;display:block;flex-shrink:0}.shop-item-info,.shop-item-info-side{width:100%;display:flex;flex-direction:column;gap:.5em;align-items:flex-start;flex:1 1 0}.shop-item-info strong{font-size:1.18em;color:#fff;letter-spacing:.5px;margin-bottom:.2em;text-transform:uppercase}.shop-item-info .desc-label{font-weight:700;background:#111;color:#fff;padding:2px 12px;border-radius:6px;margin-bottom:.3em;display:inline-block;font-size:1em}.shop-item-info .desc-content{color:#e0e0e0;margin-bottom:.5em;font-size:.98em;min-height:38px;display:block}.shop-item-bottom{width:100%;margin-top:20px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px}.shop-price{color:#fff;font-weight:700;font-size:1.1em;margin-bottom:.7em;display:flex;align-items:center;gap:6px}.shop-buy-btn,.shop-buy-btn-small{background:#004f6e;color:#fff;border:none;border-radius:7px;padding:.45em 1.2em;font-size:.98em;font-weight:700;margin-top:0;cursor:pointer;transition:background .18s;box-shadow:0 2px 8px #0004;letter-spacing:.5px}.shop-buy-btn:disabled,.shop-buy-btn[disabled]{background:#2d3a2d;color:#aaa;cursor:not-allowed;opacity:.7}.shop-buy-btn:hover:not(:disabled){background:#00b8ff;color:#fff}.shop-cmd-public{background:#23232a;border-radius:7px;padding:.5em .7em;margin:.5em 0 .2em 0;font-size:.98em;color:#b0eaff;border-left:3px solid #00b8ff;width:100%}.shop-cmd-public code{background:#18191c;color:#00b8ff;padding:1px 6px;border-radius:4px;font-size:1em}.shop-cmd-public span{color:#b0eaff;font-size:.98em}.shop-cmd-public span:last-child{margin-top:.2em;color:#00b8ff;font-size:1.1em}.shop-items-public:has(.shop-item-public:first-child:last-child){justify-content:center}.shop-popup-bg{display:none;position:fixed;z-index:10000;left:0;top:0;width:100vw;height:100vh;background:rgba(0,0,0,.45);justify-content:center;align-items:center}.shop-popup-content{background:#23232a;border-radius:12px;padding:2rem 1.5rem 1.5rem 1.5rem;min-width:320px;max-width:95vw;box-shadow:0 4px 32px #000a;position:relative;max-width:400px;color:#fff}.shop-popup-close{position:absolute;top:10px;right:14px;background:0 0;border:none;color:#fff;font-size:1.7em;cursor:pointer;opacity:.7}.shop-popup-close:hover{opacity:1;color:#ff3b3b}.shop-popup-command{background:#18191c;color:#00b8ff;padding:8px 14px;border-radius:7px;font-size:1.1em;margin:1.2em 0 .5em 0;text-align:center;font-family:monospace;letter-spacing:1px}.coins{color:#00b8ff;font-size:1.2em;margin-right:6px}.theme-dyro .shop-public-header{background:#1415177a;border-bottom:2px solid #2a2a2e73}.theme-dyro .shop-public-header h1{color:#ff3b3b!important}.theme-dyro .shop-item-public:hover{box-shadow:0 4px 24px #ff3b3b33;border-color:#ff3b3b}.theme-dyro .shop-item-title{color:#ff3b3b;background:#111;border-radius:6px}.theme-dyro .shop-cmd-public{background:#3a1818;border-left-color:#ff3b3b;color:#ffd0d0}.theme-dyro .shop-cmd-public code{color:#ff3b3b}.theme-dyro .shop-cmd-public span:last-child{color:#ff3b3b}.theme-dyro .shop-buy-btn,.theme-dyro .shop-buy-btn-small{background:#b71c1c}.theme-dyro .shop-buy-btn-small:hover:not(:disabled),.theme-dyro .shop-buy-btn:hover:not(:disabled){background:#ff3b3b}.theme-dyro .coins{color:#ff3b3b!important}.theme-dyro .shop-popup-command{color:#ff3b3b}@media screen and (max-width:1200px){.shop-items-public{display:flex!important;flex-wrap:wrap!important;gap:1.2rem;max-width:960px!important}.shop-item-public{max-width:98vw;min-width:0}.shop-popup-bg{align-items:flex-start;padding-top:calc(8vh + 10px)}.shop-popup-content{transform:scale(2.5);padding:1.2rem .5rem .7rem .5rem}}