.shop-hero-card { display:grid; grid-template-columns:minmax(0,1fr) 180px; align-items:center; gap:24px; margin-bottom:18px; padding:30px 34px; overflow:hidden; background:radial-gradient(circle at 82% 45%,rgba(23,140,239,.28),transparent 28%),linear-gradient(120deg,#061a35,#092d55 55%,#061a35); border:1px solid #1c6aa6; border-radius:6px; box-shadow:0 0 28px rgba(12,131,226,.13),inset 0 1px rgba(109,206,255,.12); }
.shop-hero-copy { position:relative; z-index:1; }
.shop-kicker { margin:0 0 8px; color:#50c8ff; font-size:10px; font-weight:700; letter-spacing:2.4px; }
.shop-hero-copy h2 { margin:0 0 8px; color:#f2f9ff; font-size:30px; letter-spacing:.8px; text-transform:uppercase; }
.shop-hero-copy > p:not(.shop-kicker) { max-width:640px; margin:0; color:#a8c5dc; font-size:14px; line-height:1.6; }
.shop-pills { display:flex; flex-wrap:wrap; gap:8px; margin-top:18px; }
.shop-pills span { padding:7px 10px; color:#d8f3ff; background:rgba(2,15,35,.5); border:1px solid rgba(69,183,248,.42); border-radius:3px; font-size:10px; font-weight:700; text-transform:uppercase; }
.shop-hero-emblem { display:grid; place-items:center; width:150px; height:150px; justify-self:end; color:#71d5ff; background:radial-gradient(circle,rgba(38,163,245,.34),rgba(7,36,72,.08) 62%,transparent 70%); font-size:94px; line-height:1; text-shadow:0 0 24px rgba(54,182,255,.85); transform:rotate(12deg); }
.shop-panel { overflow:hidden; }
.shop-login-lock { display:flex; align-items:center; gap:16px; margin:18px; padding:20px 22px; background:linear-gradient(110deg,#071d3a,#092c51); border:1px solid #267db7; border-radius:5px; box-shadow:0 0 18px rgba(20,137,220,.13); }
.shop-lock-icon { display:grid; place-items:center; flex:0 0 42px; width:42px; height:42px; color:#63cfff; background:#06203f; border:1px solid #2c8bc7; border-radius:50%; font-size:19px; }
.shop-login-lock strong { display:block; color:#eff9ff; font-size:16px; text-transform:uppercase; }
.shop-login-lock p { margin:5px 0 0; color:#9ebbd1; font-size:12px; }
.shop-login-button { margin-left:auto; padding:12px 18px; color:#fff; background:linear-gradient(180deg,#188df2,#0a4fad); border:1px solid #4fc2ff; border-radius:3px; font-size:11px; font-weight:700; text-decoration:none; text-transform:uppercase; white-space:nowrap; }
.shop-authenticated-content[hidden] { display:none; }
.shop-account-bar { display:flex; justify-content:space-between; gap:16px; margin:18px 18px 0; padding:12px 14px; color:#9fc3da; background:#061a33; border:1px solid #164d7d; border-radius:4px; font-size:11px; text-transform:uppercase; }
.shop-account-bar strong { color:#62d2ff; }
.shop-toolbar { display:flex; justify-content:space-between; align-items:flex-end; gap:18px; margin:18px 18px 0; padding:16px 18px; background:linear-gradient(110deg,#061a33,#082747); border:1px solid #164d7d; border-radius:4px; }
.shop-toolbar-kicker { display:block; margin-bottom:5px; color:#46c4ff; font-size:9px; font-weight:700; letter-spacing:1.8px; }
.shop-toolbar strong { color:#eef8ff; font-size:15px; text-transform:uppercase; }
.shop-toolbar-controls { display:flex; align-items:center; gap:12px; flex-wrap:wrap; justify-content:flex-end; }
.shop-filters { display:flex; gap:5px; flex-wrap:wrap; }
.shop-filters button { padding:8px 10px; color:#8eacc2; background:#04172e; border:1px solid #1e5c8d; border-radius:3px; font:700 10px Rajdhani,Arial,sans-serif; text-transform:uppercase; cursor:pointer; }
.shop-filters button:hover, .shop-filters button.active { color:#fff; background:linear-gradient(180deg,#147edb,#0a418d); border-color:#4ebeff; box-shadow:0 0 12px rgba(35,163,244,.2); }
#shop-search { width:150px; padding:9px 11px; color:#eaf7ff; background:#020d1d; border:1px solid #2a6b9e; border-radius:3px; font:600 12px Rajdhani,Arial,sans-serif; }
#shop-search::placeholder { color:#6f91aa; }
.shop-panel .shop-message { margin-top:12px; }
.shop-message { margin:16px 18px 0; padding:12px 14px; color:#dff4ff; background:#092b50; border:1px solid #2d86c5; border-radius:4px; line-height:1.45; }
.shop-message.error { color:#ffe0e5; background:#421928; border-color:#a94a67; }
.shop-message.success { color:#d8ffe9; background:#0c3c31; border-color:#36b67d; }
.shop-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; padding:18px; }
.shop-card { position:relative; display:grid; gap:8px; min-height:228px; padding:20px; background:linear-gradient(160deg,#092a50,#04172f); border:1px solid #1d6aa4; border-radius:5px; box-shadow:0 10px 24px rgba(0,0,0,.18); transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.shop-card::after { position:absolute; top:0; right:0; width:58px; height:58px; background:linear-gradient(135deg,rgba(45,181,255,.2),transparent 65%); content:""; pointer-events:none; }
.shop-card:hover { border-color:#42b9ff; box-shadow:0 0 18px rgba(19,151,239,.2); transform:translateY(-3px); }
.shop-card .shop-icon { color:#42bdff; font-size:28px; text-shadow:0 0 12px rgba(44,167,255,.55); }
.shop-item-image { width:100%; height:104px; object-fit:contain; margin:-4px 0 2px; filter:drop-shadow(0 0 12px rgba(52,174,255,.34)); }
.shop-category { width:max-content; padding:4px 7px; color:#5dcfff; background:#062344; border:1px solid #1e6b9f; border-radius:3px; font-size:9px; font-weight:700; letter-spacing:1px; text-transform:uppercase; }
.shop-item-card { min-height:304px; }
.shop-card h3 { margin:0; color:#f1f8ff; font-size:17px; text-transform:uppercase; }
.shop-card p { min-height:34px; margin:0; color:#9dbbd2; font-size:12px; line-height:1.45; }
.shop-price { color:#63d2ff; font-size:22px; font-weight:700; }
.shop-price small { color:#8eacc2; font-size:10px; font-weight:400; }
.shop-quantity { display:grid; gap:5px; color:#9dbbd2; font-size:10px; text-transform:uppercase; }
.shop-quantity input { width:100%; box-sizing:border-box; padding:8px; color:#eef8ff; background:#020d1d; border:1px solid #2a6b9e; border-radius:3px; font:700 13px Rajdhani,Arial,sans-serif; }
.shop-buy { align-self:end; padding:10px 12px; color:#fff; background:linear-gradient(180deg,#1789ef,#0a4bad); border:1px solid #4fc1ff; border-radius:3px; font-size:11px; font-weight:700; text-transform:uppercase; cursor:pointer; }
.shop-buy:disabled { opacity:.6; cursor:wait; }
.shop-help { margin:0 18px 18px; }
@media (max-width:900px) { .shop-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:650px) { .shop-hero-card { grid-template-columns:1fr; padding:24px; } .shop-hero-emblem { display:none; } .shop-login-lock { align-items:flex-start; flex-wrap:wrap; } .shop-login-button { margin-left:58px; } .shop-account-bar { flex-direction:column; gap:6px; } }
@media (max-width:650px) { .shop-toolbar { align-items:stretch; flex-direction:column; } .shop-toolbar-controls { justify-content:flex-start; } #shop-search { width:100%; } }
@media (max-width:520px) { .shop-grid { grid-template-columns:1fr; } .shop-login-button { margin-left:0; } }

.shop-wallet { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:12px; }
.shop-wallet b { color:#86a9c2; font-size:10px; font-weight:700; }
.shop-wallet strong { color:#62d2ff; }
.shop-layout { display:grid; grid-template-columns:190px minmax(0,1fr); gap:14px; padding:18px; }
.shop-sidebar { align-self:start; position:sticky; top:18px; overflow:hidden; background:linear-gradient(180deg,#041a34,#031022); border:1px solid #1d679d; border-radius:5px; box-shadow:0 12px 24px rgba(0,0,0,.2); }
.shop-sidebar-heading { display:flex; align-items:center; gap:10px; padding:16px 13px; border-bottom:1px solid rgba(57,137,199,.3); }
.shop-sidebar-mark { display:grid; place-items:center; width:31px; height:31px; color:#69d6ff; background:#07335e; border:1px solid #2684c1; border-radius:50%; font-size:16px; }
.shop-sidebar-heading small,.shop-sidebar-heading strong { display:block; }
.shop-sidebar-heading small { color:#53c8ff; font-size:8px; letter-spacing:1.5px; }
.shop-sidebar-heading strong { margin-top:3px; color:#f0f9ff; font-size:13px; text-transform:uppercase; }
.shop-side-nav { display:grid; gap:4px; padding:10px; }
.shop-side-nav button { display:flex; align-items:center; gap:9px; width:100%; padding:11px 9px; color:#9dbbd1; background:transparent; border:1px solid transparent; border-radius:3px; font:700 10px Rajdhani,Arial,sans-serif; text-align:left; text-transform:uppercase; cursor:pointer; }
.shop-side-nav button span { width:16px; color:#48c2ff; text-align:center; font-size:13px; }
.shop-side-nav button:hover,.shop-side-nav button.active { color:#fff; background:linear-gradient(90deg,#0d5595,#092d54); border-color:#2b87c5; }
.shop-sidebar-links { display:grid; gap:8px; padding:13px; border-top:1px solid rgba(57,137,199,.3); }
.shop-sidebar-links a { color:#74b9dc; font-size:10px; text-decoration:none; }
.shop-sidebar-links a:hover { color:#fff; }
.shop-main-content { min-width:0; }
.shop-main-content .shop-toolbar { margin:0; }
.shop-main-content .shop-grid { padding:14px 0 0; }
.shop-payment-note { color:#64cdf6; font-size:10px; font-weight:700; letter-spacing:1px; text-transform:uppercase; }
.shop-buy-row { display:grid; gap:6px; margin-top:auto; }
.shop-buy.secondary { color:#9edcff; background:linear-gradient(180deg,#103f70,#082848); border-color:#2a7aaa; }
.shop-buy.gold { color:#fff3bd; background:linear-gradient(180deg,#96701d,#5d4210); border-color:#dcb44c; }
.shop-buy.cash { color:#d8f3ff; background:linear-gradient(180deg,#147a99,#0b3f59); border-color:#49c8e6; }
.shop-card .shop-buy-row + .shop-buy-row { margin-top:0; }
@media (max-width:900px) { .shop-layout { grid-template-columns:1fr; }.shop-sidebar { position:static; }.shop-side-nav { grid-template-columns:repeat(4,minmax(0,1fr)); }.shop-sidebar-links { display:flex; flex-wrap:wrap; gap:14px; } }
@media (max-width:650px) { .shop-wallet { justify-content:flex-start; }.shop-layout { padding:12px; }.shop-side-nav { grid-template-columns:1fr 1fr; }.shop-payment-note { display:none; } }
.shop-account-bar { font-size:13px; padding:14px 16px; }
.shop-wallet b { font-size:12px; }
.shop-toolbar-kicker { font-size:11px; }
.shop-toolbar strong { font-size:18px; }
.shop-filters button { padding:10px 13px; font-size:12px; }
#shop-search { width:190px; padding:11px 13px; font-size:14px; }
.shop-sidebar-heading small { font-size:10px; }
.shop-sidebar-heading strong { font-size:15px; }
.shop-side-nav button { padding:13px 10px; font-size:12px; }
.shop-sidebar-links a { font-size:12px; }
.shop-payment-note { font-size:12px; }
.shop-card h3 { font-size:19px; }
.shop-card p { font-size:14px; line-height:1.55; }
.shop-card .shop-category { font-size:11px; }
.shop-price { font-size:25px; }
.shop-price small { font-size:12px; }
.shop-quantity { font-size:12px; }
.shop-buy { padding:12px 13px; font-size:12px; }
.shop-help { font-size:13px; }
@media (max-width:650px) { #shop-search { width:100%; }.shop-toolbar strong { font-size:16px; }.shop-card h3 { font-size:18px; } }
