
:root{--shop-bg:#f5f6f8;--shop-card:#fff;--shop-text:#20242b;--shop-muted:#6b7280;--shop-border:#e5e7eb;--shop-accent:#1769e0;--shop-accent2:#0f56bd;--shop-green:#00a650;--shop-shadow:0 8px 28px rgba(18,28,45,.08)}
*{box-sizing:border-box}.auroria-shop{font-family:Inter,Arial,sans-serif;background:var(--shop-bg);color:var(--shop-text);max-width:1280px;margin:0 auto;min-height:700px;border-radius:16px;overflow:hidden}.shop-topbar{height:76px;background:#fff;border-bottom:1px solid var(--shop-border);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:20}.shop-brand{display:flex;gap:12px;align-items:center}.shop-brand-mark{width:42px;height:42px;border-radius:12px;background:linear-gradient(145deg,#1769e0,#0d4ea8);color:#fff;display:grid;place-items:center;font-weight:900;font-size:23px;box-shadow:0 7px 18px rgba(23,105,224,.25)}.shop-brand strong{display:block;font-size:18px}.shop-brand span{display:block;color:var(--shop-muted);font-size:12px;margin-top:2px}.cart-button{border:0;background:#20242b;color:#fff;border-radius:10px;padding:11px 16px;font-weight:700;cursor:pointer}.cart-button span{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 6px;background:#fff;color:#20242b;border-radius:999px;margin-left:6px}.shop-hero{margin:24px 24px 14px;background:linear-gradient(110deg,#101827,#1d3557);color:#fff;border-radius:18px;padding:34px 38px;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shop-shadow)}.hero-badge{font-size:11px;font-weight:800;letter-spacing:1.4px;color:#a9c8ff}.shop-hero h1{font-size:34px;margin:8px 0 8px}.shop-hero p{margin:0;color:#dbe7f7}.hero-security{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:16px 20px}.hero-security strong,.hero-security span{display:block}.hero-security span{font-size:12px;color:#d6dfec;margin-top:4px}.shop-alert,.buyer-box{margin:14px 24px;background:#fff;border:1px solid var(--shop-border);border-radius:14px;padding:16px 18px}.shop-alert{border-left:4px solid #f59e0b}.buyer-box{display:flex;align-items:end;justify-content:space-between;gap:20px}.buyer-box label{display:block;font-size:12px;font-weight:800;margin-bottom:7px}.buyer-box select{min-width:300px;border:1px solid #d1d5db;border-radius:9px;padding:11px 12px;background:#fff}.buyer-note{font-size:12px;color:var(--shop-muted);max-width:430px}.shop-filters{display:flex;gap:8px;padding:12px 24px 4px}.shop-filters button{border:1px solid var(--shop-border);background:#fff;padding:9px 16px;border-radius:999px;cursor:pointer;font-weight:700;color:#4b5563}.shop-filters button.active{background:#20242b;color:#fff;border-color:#20242b}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:18px 24px 36px}.product-card{background:#fff;border:1px solid var(--shop-border);border-radius:14px;overflow:hidden;position:relative;transition:.18s ease;box-shadow:0 2px 8px rgba(20,30,45,.03)}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shop-shadow);border-color:#d6dae1}.product-category{position:absolute;top:12px;left:12px;background:#fff;border:1px solid var(--shop-border);border-radius:999px;padding:5px 9px;font-size:10px;font-weight:800;z-index:2}.product-image-wrap{height:190px;background:linear-gradient(#fafafa,#f3f4f6);display:flex;align-items:center;justify-content:center;padding:22px}.product-image{max-width:128px;max-height:128px;image-rendering:auto;filter:drop-shadow(0 10px 9px rgba(0,0,0,.12))}.product-image-fallback{display:none;width:96px;height:96px;border:1px dashed #c7ccd4;border-radius:18px;align-items:center;justify-content:center;color:#9ca3af;font-weight:800}.product-content{padding:17px}.product-content h3{font-size:15px;line-height:1.3;margin:0 0 7px;min-height:39px}.product-content p{font-size:12px;line-height:1.45;color:var(--shop-muted);min-height:35px;margin:0 0 8px}.product-id{font-size:10px;color:#9ca3af}.product-bottom{display:flex;align-items:end;justify-content:space-between;margin-top:15px;gap:10px}.price small{display:block;color:var(--shop-muted);font-size:10px}.price strong{font-size:20px;color:#111827}.buy-button{border:0;background:var(--shop-accent);color:#fff;border-radius:9px;padding:10px 13px;font-weight:800;cursor:pointer}.buy-button:hover{background:var(--shop-accent2)}.cart-overlay{position:fixed;inset:0;background:rgba(10,15,25,.45);z-index:1000;display:none;justify-content:flex-end}.cart-overlay.open{display:flex}.cart-drawer{width:min(430px,100%);height:100%;background:#fff;display:flex;flex-direction:column;box-shadow:-18px 0 40px rgba(0,0,0,.12)}.cart-head{padding:22px;border-bottom:1px solid var(--shop-border);display:flex;justify-content:space-between}.cart-head strong,.cart-head span{display:block}.cart-head span{font-size:12px;color:var(--shop-muted);margin-top:3px}.cart-head button,.pix-close{border:0;background:#f3f4f6;width:34px;height:34px;border-radius:50%;font-size:22px;cursor:pointer}.cart-items{padding:12px 20px;overflow:auto;flex:1}.empty-cart{text-align:center;color:var(--shop-muted);padding:70px 15px}.cart-row{display:grid;grid-template-columns:54px 1fr auto;gap:12px;align-items:center;border-bottom:1px solid #eef0f3;padding:14px 0}.cart-thumb{width:54px;height:54px;background:#f5f6f8;border-radius:10px;object-fit:contain;padding:7px}.cart-row strong{font-size:13px;display:block}.cart-row small{color:var(--shop-muted)}.qty{display:flex;align-items:center;gap:6px;margin-top:7px}.qty button{width:24px;height:24px;border:1px solid #ddd;background:#fff;border-radius:6px;cursor:pointer}.remove{border:0;background:none;color:#b42318;cursor:pointer;font-size:11px;margin-top:6px}.cart-footer{padding:20px;border-top:1px solid var(--shop-border)}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.cart-total strong{font-size:23px}.checkout-button{width:100%;border:0;background:var(--shop-green);color:#fff;border-radius:10px;padding:14px;font-size:15px;font-weight:900;cursor:pointer}.checkout-button:disabled{opacity:.6;cursor:wait}.checkout-safe{text-align:center;font-size:10px;color:var(--shop-muted);margin-top:9px}.pix-modal{position:fixed;inset:0;background:rgba(10,15,25,.62);z-index:1100;display:none;align-items:center;justify-content:center;padding:18px}.pix-modal.open{display:flex}.pix-card{width:min(440px,100%);background:#fff;border-radius:18px;padding:28px;text-align:center;position:relative;box-shadow:0 28px 70px rgba(0,0,0,.24)}.pix-close{position:absolute;right:16px;top:16px}.pix-icon{width:58px;height:58px;border-radius:15px;background:#e9fff3;color:#008d46;display:grid;place-items:center;font-weight:900;margin:0 auto 12px}.pix-card h2{margin:0 0 6px}.pix-card p{color:var(--shop-muted);font-size:13px}.pix-card img{width:220px;height:220px;object-fit:contain;margin:8px auto;display:block}.pix-card textarea{width:100%;height:78px;border:1px solid #ddd;border-radius:9px;padding:10px;resize:none;font-size:11px}.copy-pix{width:100%;margin-top:10px;border:0;background:#20242b;color:#fff;padding:12px;border-radius:9px;font-weight:800;cursor:pointer}.pix-order{font-size:11px;color:var(--shop-muted);margin-top:10px}
@media(max-width:1000px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.product-grid{grid-template-columns:repeat(2,1fr)}.shop-hero{display:block}.hero-security{margin-top:18px}.buyer-box{display:block}.buyer-note{margin-top:12px}.buyer-box select{min-width:0;width:100%}}@media(max-width:480px){.product-grid{grid-template-columns:1fr}.shop-topbar{padding:0 14px}.shop-brand span{display:none}.shop-hero{margin:14px;padding:25px}.shop-hero h1{font-size:28px}.shop-filters{padding-left:14px}.product-grid{padding:14px}}
