.shop-notice{border-left:3px solid var(--gold);padding:16px 20px;background:#201d16;margin:0 0 24px;line-height:1.8}.shop-auth{display:flex;align-items:end;gap:16px;margin:24px 0}.shop-auth label{display:grid;gap:10px;flex:1}.shop-auth input{min-width:0;width:100%;background:#0e0e10;border:1px solid #424047;border-radius:10px;padding:14px;color:var(--text);font:inherit}.shop-account{display:flex;align-items:center;justify-content:space-between;gap:24px}.shop-balance{font-size:30px;color:var(--gold)}.shop-actions{display:flex;gap:14px;flex-wrap:wrap}.shop-products{display:grid;grid-template-columns:1fr 1fr;gap:24px}.shop-product img{float:right;width:95px;height:115px;object-fit:contain;margin:0 0 20px 16px}.shop-product ul{padding-left:22px;line-height:2;color:var(--muted);margin:24px 0}.shop-product .button{width:100%;margin-top:22px}.shop-product h2{font-size:28px}.shop-dialog{position:fixed;inset:0;margin:auto;background:#181719;color:#f4efe6;border:1px solid #48413a;border-radius:20px;padding:32px;max-width:540px;width:calc(100% - 32px);max-height:90vh;overflow:auto}.shop-dialog::backdrop{background:#000b;backdrop-filter:blur(4px)}.shop-dialog p{line-height:1.8;margin:16px 0}.shop-consent{display:flex;gap:12px;align-items:start;line-height:1.8;margin:24px 0}.shop-consent input{margin-top:7px;accent-color:var(--gold)}.shop-dialog .button{width:100%}#shop-message{padding:20px;border:1px solid #6d5933;background:#211c12;border-radius:12px;line-height:1.8;margin-bottom:24px}#purchase-error{color:#ffb7a6}button:disabled{opacity:.5;cursor:not-allowed}[hidden]{display:none!important}@media(max-width:700px){.shop-auth,.shop-account{display:grid;grid-template-columns:1fr}.shop-products{grid-template-columns:1fr}.shop-auth button{width:100%}.shop-product .product-price{font-size:29px}.shop-product img{width:75px}.shop-dialog{padding:24px}}
