/* Loja Premium: estrutura de Cash Shop própria, separada do mercado P2P. */
.premium-shop-modal { position:fixed; z-index:20035; inset:0; display:grid; place-items:center; padding:18px; background:rgba(0,0,0,.28); }
.premium-shop-modal[hidden] { display:none!important; }
.premium-shop-window { position:relative; width:min(920px,calc(100vw - 30px)); max-height:min(690px,calc(100vh - 28px)); overflow:hidden; border:2px solid #6e7d81; border-radius:5px; background:linear-gradient(145deg,#1a2528,#080d0e 50%,#161b1c); box-shadow:0 24px 65px #000,inset 0 0 0 2px #060809,inset 0 0 0 4px #334044; color:#d6e1df; }
.premium-shop-window::before { content:''; position:absolute; inset:8px; border:1px solid rgba(173,193,193,.25); pointer-events:none; }
.premium-shop-head,.premium-shop-body { position:relative; z-index:1; }.premium-shop-head { display:flex; align-items:center; gap:12px; min-height:66px; padding:10px 16px; border-bottom:1px solid #4e6063; background:linear-gradient(90deg,rgba(62,87,91,.78),rgba(14,21,22,.72) 55%,rgba(27,37,37,.72)); }
.premium-shop-emblem { display:grid; place-items:center; width:39px; height:39px; border:1px solid #c8a94f; border-radius:50%; background:radial-gradient(circle,#675229,#16130c 68%); box-shadow:inset 0 0 0 3px #302817,0 0 12px rgba(229,188,77,.24); color:#ffe29b; font:700 23px Georgia,serif; }
.premium-shop-head small { display:block; color:#9ac6cc; font:700 9px Georgia,serif; letter-spacing:1.5px; }.premium-shop-head h2 { margin:2px 0 0; color:#f3dc92; font:700 21px Georgia,serif; text-shadow:1px 2px #000; }.premium-shop-head p { margin:2px 0 0; color:#aec0c0; font-size:10px; }
.premium-shop-close { margin-left:auto; width:28px; height:28px; border:1px solid #5f7175; background:#151e20; color:#d6e8e8; font:700 20px/24px Georgia,serif; cursor:pointer; }.premium-shop-close:hover { border-color:#d26060; background:#421b1e; color:#ffe0e0; }
.premium-shop-body { display:grid; grid-template-columns:185px minmax(0,1fr) 235px; min-height:540px; max-height:calc(min(690px,100vh - 28px) - 66px); }
.premium-shop-categories { display:grid; align-content:start; gap:6px; padding:14px 11px; border-right:1px solid #415155; background:linear-gradient(180deg,#162124,#0c1213); }.premium-shop-categories h3 { margin:2px 8px 7px; color:#aebfc1; font:700 10px Georgia,serif; letter-spacing:1px; }.premium-category { display:flex; align-items:center; gap:8px; min-height:46px; padding:7px; border:1px solid #36474b; background:linear-gradient(100deg,#192528,#0c1213); color:#cbd8d7; text-align:left; font:700 11px Georgia,serif; cursor:pointer; }.premium-category i { display:grid; place-items:center; width:27px; height:27px; border:1px solid #637477; color:#f0d783; font:normal 16px Georgia,serif; }.premium-category small { display:block; margin-top:2px; color:#7e9699; font:9px Arial,sans-serif; }.premium-category:hover,.premium-category.is-active { border-color:#d0ae5d; background:linear-gradient(100deg,#544625,#1c1b13); color:#fff0b8; }.premium-category.is-active i { box-shadow:0 0 10px rgba(227,185,82,.3); }
.premium-shop-products { min-width:0; overflow:auto; padding:15px; background:radial-gradient(ellipse at 50% 0,rgba(47,76,78,.22),transparent 48%),#0b1112; }.premium-products-title { display:flex; align-items:end; justify-content:space-between; gap:10px; margin:0 0 12px; padding-bottom:9px; border-bottom:1px solid #3d5053; }.premium-products-title h3 { margin:0; color:#e9d18a; font:700 18px Georgia,serif; }.premium-products-title p { margin:0; color:#91aaac; font-size:10px; text-align:right; }
.premium-product-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:9px; }.premium-product { display:grid; grid-template-columns:48px minmax(0,1fr); gap:9px; min-height:112px; padding:9px; border:1px solid #3f5154; background:linear-gradient(145deg,#172124,#0a1011); box-shadow:inset 0 0 12px rgba(0,0,0,.34); cursor:pointer; }.premium-product:hover,.premium-product.is-selected { border-color:#c9a957; background:linear-gradient(145deg,#302b1b,#101312); box-shadow:inset 0 0 14px rgba(204,163,62,.13),0 0 11px rgba(223,181,72,.13); }.premium-product-icon { display:grid; place-items:center; width:48px; height:48px; border:1px solid #68757a; background:radial-gradient(circle,#243235,#0a1011); overflow:hidden; }.premium-product-icon .premium-item-icon { width:42px; height:42px; background-repeat:no-repeat; background-position:center; filter:drop-shadow(0 2px 2px #000); }.premium-product-icon .jewel-item-icon { transform:scale(1.1); }.premium-cosmetic-icon { color:#d8bdff; font:700 31px Georgia,serif; text-shadow:0 0 9px #a865ff,1px 1px #000; }.premium-product strong,.premium-product small,.premium-product em { display:block; }.premium-product strong { color:#edf0e9; font:700 13px Georgia,serif; }.premium-product small { margin-top:4px; color:#94a7a9; font:10px/1.3 Arial,sans-serif; }.premium-product em { margin-top:7px; color:#f1cf75; font:700 11px Georgia,serif; font-style:normal; }.premium-product em span { color:#a8cdd0; font:400 9px Arial,sans-serif; }
.premium-shop-checkout { display:flex; flex-direction:column; min-width:0; padding:14px; border-left:1px solid #415155; background:linear-gradient(180deg,#142023,#0a1011); }.premium-shop-checkout h3 { margin:3px 0 9px; color:#e9d18a; font:700 15px Georgia,serif; }.premium-checkout-card { flex:0 0 auto; min-height:150px; padding:11px; border:1px solid #526265; background:linear-gradient(145deg,#182426,#090e0f); box-shadow:inset 0 0 15px #0008; }.premium-checkout-empty { color:#91a4a6; font:11px/1.5 Arial,sans-serif; text-align:center; }.premium-checkout-card strong { display:block; color:#f0d783; font:700 14px Georgia,serif; }.premium-checkout-card p { margin:7px 0; color:#b7c5c4; font:10px/1.42 Arial,sans-serif; }.premium-checkout-price { color:#fff0b7!important; font:700 17px Georgia,serif!important; }.premium-shop-notice { margin-top:10px; padding:9px; border-left:2px solid #8bb7c0; background:rgba(45,76,80,.23); color:#9eb9bd; font:10px/1.45 Arial,sans-serif; }.premium-shop-notice b { color:#d8eef0; }.premium-shop-buy { width:100%; margin-top:10px; min-height:38px; border:1px solid #806a32; background:linear-gradient(#6b5727,#29210e); color:#fff1b3; font:700 12px Georgia,serif; text-shadow:1px 1px #000; cursor:pointer; }.premium-shop-buy:disabled { opacity:.45; filter:grayscale(.4); cursor:not-allowed; }.premium-shop-back { margin-top:auto; min-height:32px; border:1px solid #485b5e; background:#11191a; color:#c9dbda; font:700 10px Georgia,serif; cursor:pointer; }
.premium-shop-slot .premium-shop-icon { display:block; width:39px; height:39px; background:url('../assets/img/ui/premium-cash-shop-icon-v1.png') center/124% no-repeat; filter:drop-shadow(0 1px 2px #000) drop-shadow(0 0 3px rgba(60,186,255,.22)); }
@media (max-width:620px) { .premium-shop-slot .premium-shop-icon { width:31px; height:31px; } }
@media (max-width:760px) { .premium-shop-body { grid-template-columns:1fr; overflow:auto; }.premium-shop-window { max-height:calc(100vh - 18px); }.premium-shop-categories { grid-template-columns:repeat(2,minmax(0,1fr)); border-right:0; border-bottom:1px solid #415155; }.premium-shop-categories h3 { grid-column:1/-1; }.premium-shop-checkout { border-left:0; border-top:1px solid #415155; }.premium-product-grid { grid-template-columns:1fr; } }
