.toggleList{display:flex;flex-direction:column;gap:16px}.toggleRow{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 0;border-top:1px solid var(--border, rgba(255, 255, 255, .1))}.toggleRow:first-child{border-top:none}.toggleTitle{font-weight:600;font-size:1rem;margin-bottom:6px}.toggleButton{border:none;background:transparent;display:inline-flex;align-items:center;gap:12px;cursor:pointer;font-weight:600;color:var(--text, #fff);padding:4px 0;transition:opacity .2s ease}.toggleButton:disabled{opacity:.6;cursor:not-allowed}.toggleTrack{width:52px;height:28px;border-radius:999px;background:var(--muted, rgba(255, 255, 255, .2));position:relative;transition:background .2s ease;display:inline-flex;align-items:center}.toggleThumb{width:22px;height:22px;border-radius:50%;background:#fff;position:absolute;left:3px;box-shadow:0 4px 10px #00000040;transition:transform .2s ease}.toggleButtonOn .toggleTrack{background:var(--success, #1ddf83)}.toggleButtonOn .toggleThumb{transform:translate(24px)}.toggleStateText{font-size:.9rem;letter-spacing:.02em}@media(max-width:768px){.toggleRow{flex-direction:column;align-items:flex-start}}:root{--bg: #f6f7fb;--panel: #ffffff;--panel2: #f8fafc;--border: #e6e9f0;--text: #0f172a;--muted: #64748b;--danger: #f97316;--warning: #eab308;--success: #16a34a;--shadow: 0 18px 45px rgba(15, 23, 42, .08);--shadowSm: 0 10px 28px rgba(15, 23, 42, .08);--radius: 16px;--accent: #4f46e5;--accent2: #10b981;--ring: rgba(249, 115, 22, .26);--font-sans: ui-sans-serif, system-ui, "Segoe UI Variable", -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);font-size:15px;line-height:1.45;letter-spacing:-.01em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}a:hover{text-decoration:none}input,textarea,select{width:100%;padding:11px 12px;border-radius:12px;border:1px solid var(--border);background:var(--panel);color:var(--text);outline:none;transition:border-color .15s ease,box-shadow .15s ease,transform .08s ease}input[readonly],textarea[readonly],select[disabled],input:disabled,textarea:disabled{background:#00000012;color:var(--muted);border-color:var(--border);cursor:not-allowed}input[readonly]:focus-visible,textarea[readonly]:focus-visible,select:disabled:focus-visible,input:disabled:focus-visible,textarea:disabled:focus-visible{border-color:var(--border);box-shadow:none}input[type=checkbox],input[type=radio]{width:18px;height:18px;padding:0;border:none;background:transparent;box-shadow:none;cursor:pointer}input:focus-visible,textarea:focus-visible,select:focus-visible{border-color:#4f46e580;box-shadow:0 0 0 4px var(--ring)}textarea{resize:vertical}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.container{margin:0 100px;padding:18px}@media(max-width:1200px){.container{margin:0 48px}}.templateLayout{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(260px,1fr);gap:32px}@media(max-width:960px){.templateLayout{grid-template-columns:1fr}}.templateEditorColumn{display:flex;flex-direction:column;gap:16px}.templateChannelTabs,.templateStatusTabs{display:flex;flex-wrap:wrap;gap:10px}.templateChannelButton,.templateStatusButton{border:1px solid var(--border);background:var(--panel2);border-radius:999px;padding:8px 16px;font-weight:600;color:var(--muted);cursor:pointer;transition:all .15s ease}.templateChannelButtonActive,.templateStatusButtonActive{background:var(--text);color:#fff;border-color:var(--text)}.templateStatusButton{display:flex;flex-direction:column;align-items:flex-start;border-radius:14px;min-width:150px;gap:4px}.templateStatusLabel{font-size:.95rem}.templateStatusCode{font-size:.75rem;letter-spacing:.05em;opacity:.8}.templateMeta{display:flex;flex-direction:column;gap:4px}.templateChannelHint{font-size:.9rem;color:var(--text)}.templateTextarea{min-height:320px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;background:#0f172a;color:#e2e8f0;border-radius:16px;border:none;padding:16px;line-height:1.5;box-shadow:inset 0 0 0 1px #94a3b859}.templateTextarea:focus-visible{box-shadow:0 0 0 3px #4f46e566}.templateActions{display:flex;flex-wrap:wrap;gap:12px}.templateSidebar{background:var(--panel2);border-radius:18px;padding:24px;border:1px solid var(--border);align-self:flex-start}.templatePlaceholderList{list-style:none;padding:0;margin:16px 0 0;display:flex;flex-direction:column;gap:12px}.templatePlaceholderList li{border:1px dashed var(--border);border-radius:14px;padding:12px;background:#fff}.placeholderKey{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.85rem;color:var(--muted)}.placeholderMeta{display:flex;flex-direction:column;gap:2px;margin-top:6px}.templatePreviewSection{margin-top:18px;padding-top:16px;border-top:1px dashed var(--border);display:flex;flex-direction:column;gap:10px}.templateEmailPreviewWrap{border:1px solid var(--border);border-radius:14px;overflow:hidden;background:#fff;min-height:420px}.templateEmailPreviewFrame{width:100%;height:420px;border:0;display:block;background:#fff}.templateTextPreview{margin:0;padding:14px;border-radius:14px;border:1px solid var(--border);background:#fff;color:var(--text);white-space:pre-wrap;word-break:break-word;line-height:1.5;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:13px;display:flex;justify-content:center}.pwaInstallWrap{display:flex;flex-direction:column;gap:8px}.pwaInstallWrapFooter{margin-top:10px;align-items:flex-start}.pwaInstallWrapFloating{position:fixed;right:20px;bottom:calc(20px + env(safe-area-inset-bottom));z-index:9999;align-items:flex-start;background-color:#fff;padding:20px;border-radius:10px}.pwaInstallWrapFloating button{margin-top:10px}.pwaInstallButton{border:1px solid #c2410c;background:linear-gradient(180deg,#fb923c,#ea580c);color:#fff;border-radius:999px;padding:10px 14px;font-weight:800;font-size:.9rem;box-shadow:var(--shadowSm);cursor:pointer;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.pwaInstallButton:focus-visible{outline:none;box-shadow:0 0 0 4px var(--ring),var(--shadowSm)}.pwaInstallButton:hover{filter:brightness(1.03)}.pwaPlatformIcon{width:16px;height:16px;display:inline-flex;opacity:.72}.pwaPlatformIcon svg{width:16px;height:16px}.pwaInstallIgnoreButton{border:none;background:transparent;color:var(--muted);padding:0;font-weight:700;font-size:.84rem;cursor:pointer;align-self:center;text-align:center}.pwaInstallIgnoreButton:hover{color:var(--text)}.footerInstallSlot{margin-top:20px}@media(max-width:860px){.container{margin:0 28px}}.whatsappPanel{margin-top:12px;padding-top:16px;border-top:1px solid var(--border, rgba(255, 255, 255, .1));display:flex;flex-direction:column;gap:16px}.whatsappNotice{padding:14px;border-radius:12px;background:#eab30826;border:1px dashed rgba(234,179,8,.4);color:#92400e}.whatsappStatusRow{display:flex;flex-direction:column;gap:10px}.statusBadge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:.85rem;font-weight:600}.statusBadgeSuccess{background:#16a34a2e;color:var(--success, #15803d)}.whatsappActions{display:flex;flex-wrap:wrap;gap:10px}.whatsappConnectArea{display:flex;flex-direction:column;gap:14px;padding:16px;border-radius:14px;border:1px dashed var(--border);background:var(--panel2)}.qrCard{align-self:flex-start;padding:14px;border-radius:16px;border:1px solid var(--border);background:#fff;box-shadow:var(--shadowSm)}.qrImage{width:220px;height:220px;object-fit:contain;display:block}.btnPrimary{background:var(--accent, #4f46e5);color:#fff}@media(max-width:640px){.container{margin:0 18px;padding:16px 14px}}@media(max-width:420px){.container{margin:0 12px;padding:14px 12px}}.stack{display:flex;flex-direction:column;gap:14px}.row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.rowBetween{justify-content:space-between}.grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.grid3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.grid4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}@media(max-width:1200px){.grid4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:980px){.grid2,.grid3,.grid4{grid-template-columns:1fr}}.muted{color:var(--muted)}.card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow)}.cardHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.summaryItems{display:flex;flex-direction:column;gap:12px;padding-top:12px;border-top:1px dashed var(--border)}.summaryItemsScrollable{max-height:350px;overflow-y:auto;padding-right:6px}.summaryStore{display:flex;flex-direction:column;gap:10px}.summaryStoreHeader{display:flex;align-items:center;gap:10px}.summaryStoreThumb{width:34px;height:34px;border-radius:999px;object-fit:cover;border:1px solid var(--border);background:var(--panel)}.summaryStoreThumbPlaceholder{background:linear-gradient(135deg,#4f46e51f,#10b9811f);border-color:#4f46e52e}.summaryStoreTitle{font-weight:800;letter-spacing:-.2px}.summaryStoreItems{display:flex;flex-direction:column;gap:12px}.summaryItem{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid var(--border);border-radius:12px;background:var(--panel2)}.summaryItemInfo{display:flex;flex-direction:column;gap:6px;min-width:0}.summaryItemTitleRow{display:flex;align-items:center;gap:10px}.summaryItemThumb{width:28px;height:28px;border-radius:10px;object-fit:cover;border:1px solid var(--border);background:var(--panel)}.summaryItemThumbPlaceholder{background:linear-gradient(135deg,#4f46e51f,#10b9811f);border-color:#4f46e52e}.summaryItemTitle{font-weight:700}.summaryItemMeta{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted)}.summaryItemBadge{padding:2px 8px;font-size:11px}.summaryItemTotal{font-weight:800;white-space:nowrap}.summaryGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}@media(max-width:980px){.summaryGrid{grid-template-columns:1fr}}.summaryCard{border-radius:16px;padding:16px;border:1px dashed var(--border)}.summaryBlue{background:linear-gradient(180deg,#eef4ff,#e9f0ff)}.summaryGreen{background:linear-gradient(180deg,#f0fbf3,#eaf7ee)}.summaryOrange{background:linear-gradient(180deg,#fff6ec,#fff2e7)}.summaryLabel{display:flex;align-items:center;gap:10px;color:var(--muted);font-weight:700}.summaryIcon{font-size:22px;line-height:1}.summaryValue{margin-top:12px;font-weight:800;font-size:22px}.summaryPanel{margin-top:14px;border:1px solid var(--border);border-radius:16px;padding:16px;background:linear-gradient(180deg,#eef6ff,#f7fbff)}.pillLarge{margin-top:10px;background:#fff;border:1px solid var(--border);border-radius:12px;padding:16px;font-size:22px;font-weight:800;box-shadow:var(--shadowSm)}.pillSoft{margin-top:10px;background:#f5f9ff;border:1px solid var(--border);border-radius:12px;padding:12px 14px;display:flex;align-items:center;gap:10px}.pageHeader{display:flex;align-items:flex-end;justify-content:space-between;gap:14px}.title{font-weight:800;letter-spacing:-.2px}.btn{padding:10px 14px;border-radius:12px;border:1px solid transparent;background:linear-gradient(135deg,var(--accent) 0%,var(--accent2) 100%);color:#fff;font-weight:800;cursor:pointer;box-shadow:var(--shadowSm);transition:transform .08s ease,box-shadow .15s ease,filter .15s ease,border-color .15s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn:hover:not(:disabled){filter:brightness(1.02);box-shadow:0 14px 34px #0f172a24;transform:translateY(-1px)}.btn:active:not(:disabled){transform:translateY(0);box-shadow:var(--shadowSm)}.btnPulse{animation:btnPulse .35s ease}@keyframes btnPulse{0%{transform:translateY(0) scale(1)}45%{transform:translateY(-1px) scale(1.03)}to{transform:translateY(0) scale(1)}}.btn:disabled{opacity:.6;cursor:not-allowed}.btnGhost{background:transparent;border:1px solid var(--border);color:var(--text);box-shadow:none}.btnGhost:hover:not(:disabled){border-color:#4f46e559;box-shadow:var(--shadowSm)}.btnWhite{background:#fff;color:var(--text);border-color:var(--border)}.btnWhite:hover:not(:disabled){border-color:#4f46e559;box-shadow:var(--shadowSm)}.btnIcon{display:inline-flex;align-items:center;justify-content:center}.badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:800;background:#4f46e51f;color:var(--accent);border:1px solid rgba(79,70,229,.25)}.badgeSoft{background:#0206170a;color:var(--text);border:1px solid var(--border)}.badgeBump{animation:badgeBump .35s ease}@keyframes badgeBump{0%{transform:scale(1)}40%{transform:scale(1.12)}to{transform:scale(1)}}.badgeWarn{background:#f59e0b24;border:1px solid rgba(245,158,11,.35);color:#92400e}.warningBanner{border:1px solid rgba(245,158,11,.35);background:#f59e0b1f;color:#92400e;padding:12px 14px;margin-bottom:14px;border-radius:12px;font-weight:800}.error{color:var(--danger);font-weight:800}.success{color:var(--success);font-weight:800}.listRow{padding:12px;border:1px solid var(--border);border-radius:14px;background:var(--panel2);transition:border-color .15s ease,box-shadow .15s ease,transform .08s ease}.listRow:hover{border-color:#4f46e538;box-shadow:var(--shadowSm);transform:translateY(-1px)}.sectionTitle{margin:0;font-size:14px;letter-spacing:.2px;text-transform:uppercase;color:var(--muted)}.field{display:flex;flex-direction:column;gap:6px}.checkoutSteps{padding:12px}.checkoutStepsInner{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.checkoutStep{display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border-radius:999px;border:1px solid var(--border);background:var(--panel2);color:var(--text);font-weight:900;cursor:pointer}.checkoutStep:hover:not(:disabled){border-color:#4f46e559;box-shadow:var(--shadowSm)}.checkoutStep:disabled{opacity:.55;cursor:not-allowed}.checkoutStepCurrent{background:#4f46e51f;border-color:#4f46e54d}.checkoutStepDone{background:#10b9811a;border-color:#10b9814d}.checkoutStepNum{width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);background:var(--panel);font-size:12px}@media(max-width:640px){.checkoutSteps{padding:10px}.checkoutStepsInner{gap:8px;flex-wrap:nowrap}.checkoutStep{flex:1 1 0;padding:8px 10px;justify-content:center;min-width:0}.checkoutStep>span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.statusSelect{min-width:160px;max-width:320px;width:auto;padding-right:28px}.cartItemRow{gap:14px}.cartItemThumb{height:46px;border-radius:14px;object-fit:cover}.cartItemThumbPlaceholder{background:linear-gradient(135deg,#4f46e51f,#10b9811f);border-color:#4f46e52e}.skeleton{display:flex;flex-direction:column;gap:12px}.skeletonLine{height:14px;border-radius:8px;background:linear-gradient(90deg,#0206170f,#0206171f,#0206170f);background-size:200% 100%;animation:skeletonPulse 1.2s ease-in-out infinite}.skeletonBtn{height:36px;border-radius:12px;background:#02061714;border:1px solid var(--border);animation:skeletonPulse 1.2s ease-in-out infinite}@keyframes skeletonPulse{0%{background-position:200% 0}to{background-position:-200% 0}}.storeThumb{width:34px;height:34px;border-radius:999px;object-fit:cover;border:1px solid var(--border);background:var(--panel)}.checkoutChoiceInput{width:22px;height:22px;accent-color:var(--accent)}.checkoutChoice:has(.checkoutChoiceInput:checked){border-color:color-mix(in srgb,var(--accent) 52%,var(--border));background:color-mix(in srgb,var(--accent) 10%,var(--panel2))}.themeShop{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(900px 420px at 10% -10%,rgba(249,115,22,.18) 0%,transparent 60%),radial-gradient(900px 420px at 90% -10%,rgba(79,70,229,.16) 0%,transparent 60%),var(--bg);--accent: #f97316;--accent2: #ea580c}.table{width:100%;border-collapse:separate;border-spacing:0;background:var(--panel);border:1px solid var(--border);border-radius:12px;overflow:hidden}.table thead th{text-align:left;padding:12px 14px;background:var(--panel2);border-bottom:1px solid var(--border);font-weight:800;font-size:13px;color:var(--muted)}.table tbody td{padding:12px 14px;border-bottom:1px solid var(--border);vertical-align:middle;color:var(--text)}.table tbody tr:nth-child(2n) td{background:#02061705}.table tbody tr:hover td{background:color-mix(in srgb,var(--accent) 6%,var(--panel))}.table code{background:transparent;padding:2px 6px;border-radius:8px;border:1px solid var(--border);background:var(--panel2);font-weight:800}.table th:first-child,.table td:first-child{width:220px}.table td:last-child{width:170px}@media(max-width:860px){.table thead th{font-size:12px;padding:10px 12px}.table tbody td{padding:10px 12px}}.themeAdmin{min-height:100vh;background:radial-gradient(900px 420px at 10% -10%,rgba(79,70,229,.16) 0%,transparent 60%),radial-gradient(900px 420px at 90% -10%,rgba(16,185,129,.12) 0%,transparent 60%),var(--bg);--accent: #f97316;--accent2: #ea580c}.envBanner{background:linear-gradient(90deg,#f59e0b,#f97316);color:#0f172a;text-align:center;font-weight:800;letter-spacing:-.02em;border-bottom:1px solid var(--border)}.envBanner .container{padding-top:10px;padding-bottom:10px}@media(max-width:640px){.envBanner .container{font-size:13px;line-height:1.4}}.shopHeader{position:sticky;top:0;z-index:20;background:#f6f7fbbf;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.headerInner{display:flex;align-items:center;justify-content:space-between;gap:14px}.headerActions{display:flex;align-items:center;gap:12px;margin-left:auto}.brand{display:flex;align-items:center;gap:12px}.brandLogo{height:64px}.brandText{display:flex;flex-direction:column;line-height:1.1}.brandName{font-weight:900;letter-spacing:-.3px}.brandTag{font-size:12px;color:var(--muted)}.headerNav{display:flex;gap:10px;align-items:center}.mobileMenuBtn{display:none;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;border:1px solid var(--border);background:var(--panel);box-shadow:var(--shadowSm);cursor:pointer}.mobileMenuIcon{width:20px;height:20px;color:var(--text)}.mobileCartBtn{position:relative;display:none;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;border:1px solid var(--border);background:var(--panel);box-shadow:var(--shadowSm)}.mobileCartIcon{width:20px;height:20px;color:var(--text)}.mobileCartBadge{position:absolute;top:-6px;right:-6px;min-width:22px;height:22px;border-radius:999px;background:var(--accent);color:#fff;font-size:11px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;padding:0 6px;border:none;box-shadow:0 6px 12px #0f172a29}.mobileQuickLink{display:none;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;border:1px solid var(--border);background:var(--panel);font-weight:800;box-shadow:var(--shadowSm);white-space:nowrap}.navPill{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:999px;border:1px solid var(--border);background:var(--panel);box-shadow:var(--shadow);font-weight:800}.shopMain{padding-top:22px;padding-bottom:80px;flex:1 0 auto}.shopFooter{margin-top:auto;border-top:1px solid var(--border);background:radial-gradient(400px 200px at 10% 0%,rgba(79,70,229,.12),transparent 60%),radial-gradient(420px 240px at 90% 0%,rgba(249,115,22,.12),transparent 60%),#ffffffb8;display:flex;flex-direction:column}.footerInner{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:28px;padding:18px 0;align-items:start;flex:1}.footerBrand{display:flex;flex-direction:column;gap:12px;padding:12px;border-radius:18px}.footerBrandTop{display:flex;align-items:center;gap:12px}.footerLogo{height:66px;object-fit:cover}.footerBrandText{display:flex;flex-direction:column;gap:2px}.footerBrandName{font-weight:900;letter-spacing:-.3px;font-size:18px}.footerBrandTag{color:var(--muted);font-size:13px}.footerNote{color:var(--muted);max-width:52ch}.footerCols{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.footerCol{display:flex;flex-direction:column;gap:8px}.footerTitle{font-weight:900;letter-spacing:-.2px}.footerLink{color:var(--muted);font-weight:700;transition:color .15s ease}.footerLink:hover{color:var(--text)}.footerBottom{border-top:1px solid var(--border);background:#ffffffb8}.footerBottomInner{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0 14px}.footerMeta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.footerMetaItem{display:inline-flex;align-items:center;gap:6px}.footerMetaIcon{width:14px;height:14px;opacity:.7}.mobileNavOverlay{position:fixed;inset:0;background:#0f172a73;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:40}.mobileNavOverlayOpen{opacity:1;pointer-events:auto}.mobileNav{position:fixed;top:0;right:0;height:100%;width:min(82vw,320px);background:var(--panel);border-left:1px solid var(--border);box-shadow:var(--shadow);transform:translate(100%);transition:transform .2s ease;z-index:50;display:flex;flex-direction:column}.mobileNavOpen{transform:translate(0)}.mobileNavHeader{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--border)}.mobileNavTitle{font-weight:900;letter-spacing:-.2px}.mobileNavClose{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;border:1px solid var(--border);background:var(--panel);cursor:pointer}.mobileNavLinks{display:flex;flex-direction:column;gap:10px;padding:16px}.mobileNavLink{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border-radius:12px;border:1px solid var(--border);background:var(--panel2);font-weight:800}@media(max-width:980px){.footerInner{grid-template-columns:1fr}.footerCols{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.headerNav{display:none}.mobileMenuBtn,.mobileCartBtn,.mobileQuickLink{display:inline-flex}.headerActions{gap:10px}}@media(max-width:640px){.footerInner{gap:16px;padding:14px 0;text-align:center}.footerBrand{padding:10px;gap:8px;align-items:center;text-align:center}.footerBrandTop{flex-direction:column;align-items:center;text-align:center}.footerBrandText,.footerNote{text-align:center}.pwaInstallWrapFooter{align-items:center}.pwaInstallWrapFloating{right:14px;left:14px;align-items:stretch}.pwaInstallWrapFloating .pwaInstallButton{width:100%;justify-content:center}.pwaInstallWrapFloating .pwaInstallIgnoreButton{align-self:center}.footerLogo{height:100px}.footerBrandName{font-size:16px}.footerBrandTag,.footerNote,.footerLink{font-size:13px}.footerCols{display:none}.footerTitle{font-size:14px}.footerBottomInner{padding:10px 0 12px;align-items:center;text-align:center}.footerCols{grid-template-columns:1fr}.footerBottomInner{flex-direction:column;align-items:center;gap:8px}.footerMeta{justify-content:center}}.shopHero{border-radius:24px;overflow:hidden;border:1px solid var(--border);min-height:220px;background:linear-gradient(135deg,#f973162e,#4f46e524),var(--panel2);background-size:cover;background-position:center;box-shadow:var(--shadow)}.shopHeroOverlay{min-height:220px;display:flex;align-items:flex-end;background:linear-gradient(180deg,#02061714,#0206178c)}.shopHeroContent{padding:18px;color:#fff}.shopHeroTitle{margin:6px 0;font-size:30px;letter-spacing:-.6px}.shopHeroSubtitle{margin:0;color:#ffffffd9;max-width:70ch}.shopHeroActions{margin-top:12px;display:flex;gap:10px}.shopSection{margin-top:10px}.sectionHeader{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;flex-wrap:wrap}.chipRow{display:flex;gap:8px;flex-wrap:wrap;align-items:center;justify-content:flex-end}.chip{padding:8px 12px;border-radius:999px;border:1px solid var(--border);background:var(--panel);cursor:pointer;font-weight:800}.chipActive{border-color:#4f46e559;background:#4f46e51a;color:var(--accent)}.storeGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}@media(max-width:980px){.storeGrid{grid-template-columns:1fr}}.storeCard{border-radius:20px;overflow:hidden;border:1px solid var(--border);min-height:160px;background:linear-gradient(135deg,#f9731629,#4f46e524),var(--panel2);background-size:cover;background-position:center;box-shadow:var(--shadow)}.storeCardOverlay{min-height:160px;display:flex;flex-direction:column;justify-content:space-between;padding:14px;background:linear-gradient(180deg,#0206170f,#0206178c);color:#fff}.storeCardTop{display:flex;justify-content:flex-end}.storeCardBottom{display:flex;flex-direction:column;gap:6px}.storeName{font-size:18px;font-weight:900;letter-spacing:-.3px}.storeCta{font-weight:800;opacity:.95}.shopFilters{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.search{min-width:260px}.productGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}@media(max-width:980px){.productGrid{grid-template-columns:1fr}}.eventGrid .productCard{flex-direction:column;align-items:stretch}.eventGrid .productMedia{width:100%;flex:0 0 auto}.eventGrid .productMedia img,.eventGrid .productPlaceholder{height:180px}.productCard{border-radius:24px;border:1px solid var(--border);background:var(--panel);box-shadow:var(--shadow);display:flex;flex-direction:row;align-items:stretch;gap:16px;padding:18px}.productMedia{position:relative;flex:0 0 120px;width:120px;height:auto;display:flex;flex-direction:column;gap:8px;background:transparent;overflow:visible}.productMedia img,.productPlaceholder{width:100%;height:120px;border-radius:18px;object-fit:cover;display:block;background:var(--panel2)}.productPlaceholder{background:linear-gradient(135deg,#f973162e,#4f46e524)}.productCategory{position:static;align-self:flex-start}.productBody{flex:1;padding:0;display:flex;flex-direction:column;gap:10px}.productTitleRow{display:flex;flex-direction:column;gap:6px}@media(min-width:640px){.productTitleRow{flex-direction:row;justify-content:space-between;align-items:baseline}}.productTitle{font-weight:900;letter-spacing:-.2px}.productPrice{font-weight:900;color:var(--accent)}.productDesc{font-size:14px}.productAttrs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}@media(max-width:640px){.productAttrs{grid-template-columns:1fr}}.productActions{display:flex;gap:10px;align-items:flex-end;justify-content:space-between}.productActionsSolo{justify-content:flex-end}.qtyField{width:120px}.productBtnRow{justify-content:flex-end;flex-wrap:nowrap}@media(max-width:640px){.productCard{flex-direction:column;padding:16px}.productMedia{width:100%;flex:0 0 auto}.productMedia img,.productPlaceholder{height:200px}.productActions{flex-direction:column;align-items:stretch;gap:12px}.productActionsSolo{justify-content:flex-start}.qtyField{width:100%}.productBtnRow{width:100%;justify-content:flex-start;flex-wrap:wrap;gap:8px}.productBtnRow .btn{flex:1 1 100%;width:100%}}.adminShell{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.sidebar{padding:18px;border-right:1px solid var(--border);background:#ffffffbf;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;gap:14px}.sidebarToggleBtn,.sidebarCloseBtn{display:none;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;border:1px solid var(--border);background:var(--panel);box-shadow:var(--shadowSm);cursor:pointer}.sidebarCloseBtn{margin-left:auto;margin-bottom:10px}.sidebarToggleIcon{width:20px;height:20px;color:var(--text)}.sidebarOverlay{display:none}.sidebarBrand{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:16px;border:1px solid var(--border);background:var(--panel);box-shadow:var(--shadow)}.sidebarLogo{width:44px;height:44px}.sidebarTitle{font-weight:900;letter-spacing:-.3px}.sidebarSubtitle{font-size:12px;color:var(--muted)}.sidebarNav{display:flex;flex-direction:column;gap:8px}.sidebarLink{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;border:1px solid var(--border);background:var(--panel);font-weight:800;transition:border-color .15s ease,box-shadow .15s ease,transform .08s ease,background .15s ease,color .15s ease}.sidebarLink:hover{border-color:#4f46e559;box-shadow:var(--shadow);transform:translateY(-1px)}.sidebarLinkActive{border-color:transparent;color:#fff;background:linear-gradient(135deg,var(--accent) 0%,var(--accent2) 100%);box-shadow:0 16px 38px #0f172a24}.sidebarLinkIcon{display:inline-flex;align-items:center;justify-content:center;opacity:.95}.sidebarFooter{margin-top:auto;display:flex;flex-direction:column;gap:10px}.userCard{padding:12px;border-radius:14px;border:1px solid var(--border);background:var(--panel)}.userName{font-weight:900}.userAvatar{width:38px;height:38px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;font-weight:900;letter-spacing:-.02em;color:#fff;background:linear-gradient(135deg,var(--accent) 0%,var(--accent2) 100%);box-shadow:var(--shadowSm);flex:0 0 auto}.adminMain{display:flex;flex-direction:column}.adminTopbar{position:sticky;top:0;z-index:10;padding:18px;border-bottom:1px solid var(--border);background:linear-gradient(180deg,#f6f7fbd9,#f6f7fbad);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;gap:12px;box-shadow:0 10px 24px #0f172a0f}.topbarHead{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.topbarTitle{font-weight:900;letter-spacing:-.4px;font-size:18px;min-width:0}.topbarExtras{display:flex;align-items:center;gap:12px;margin-left:auto;flex-wrap:wrap;justify-content:flex-end}.adminContent{padding:18px;display:flex;flex-direction:column;gap:14px}@media(max-width:980px){.adminShell{grid-template-columns:1fr}.sidebarOverlay{display:block;position:fixed;inset:0;background:#0f172a73;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:50}.sidebarOverlayVisible{opacity:1;pointer-events:auto}.sidebar{position:fixed;top:0;left:0;bottom:0;width:min(82vw,320px);max-width:360px;transform:translate(-100%);transition:transform .2s ease;z-index:60;box-shadow:var(--shadow);border-right:none;border-radius:0 18px 18px 0;background:#fffffff2;overflow-y:auto}.sidebarMobileOpen{transform:translate(0)}.sidebarCloseBtn,.sidebarToggleBtn{display:inline-flex}.adminTopbar{gap:10px;align-items:stretch;flex-direction:column}.topbarHead{width:100%}.topbarTitle{flex:1}.topbarExtras{width:100%;margin-left:0;justify-content:flex-start}}@media(min-width:981px){.adminShell{align-items:start}.sidebar{position:sticky;top:18px;height:calc(100vh - 36px);overflow-y:auto}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-thumb{background:#0f172a26;border-radius:999px}.sidebar::-webkit-scrollbar-track{background:transparent}.sidebar{scrollbar-width:thin;scrollbar-color:rgba(15,23,42,.2) transparent}}.kpiCard .muted{font-weight:800}.kpiValue{font-size:32px;font-weight:900;letter-spacing:-.04em}.sparkBars{height:140px;display:flex;align-items:flex-end;gap:6px;padding:10px 8px 6px;border:1px solid var(--border);border-radius:14px;background:linear-gradient(180deg,#ffffffb3,#fff6)}.sparkBarItem{position:relative;flex:1 1 0;min-width:6px;height:100%}.sparkBarValue{position:absolute;left:50%;transform:translate(-50%);font-size:11px;font-weight:700;color:var(--muted);white-space:nowrap;pointer-events:none}.sparkBar{position:absolute;left:0;right:0;bottom:0;border-radius:10px;background:linear-gradient(180deg,var(--accent) 0%,var(--accent2) 100%);box-shadow:0 10px 22px #0f172a1f;opacity:.95}.progress{width:100%;height:10px;border-radius:999px;background:#02061714;border:1px solid rgba(2,6,23,.12);overflow:hidden}.progressBar{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--accent) 0%,var(--accent2) 100%)}.modalOverlay{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:18px;background:#0f172a8c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modalPanel{width:min(860px,100%);max-height:calc(100vh - 36px);overflow:hidden;border-radius:20px;border:1px solid var(--border);background:var(--panel);box-shadow:var(--shadow);display:flex;flex-direction:column}.modalPanelWide{width:min(1280px,100%);min-height:420px}.modalPanelXL{width:70vw}.modalPanelXL .modalBody{overflow:hidden}.modalHeader{padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--border);background:#ffffffb3}.modalTitle{font-weight:900;letter-spacing:-.3px}.modalClose{padding:8px 10px}.modalBody{padding:16px;overflow:auto;display:flex;flex-direction:column;gap:12px}.notificationBadge{position:absolute;top:-5px;right:-5px;background-color:var(--danger);color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px}.notificationsDropdown{position:absolute;top:100%;right:0;width:300px;background-color:var(--panel);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);z-index:20}.notificationsHeader{padding:12px;border-bottom:1px solid var(--border)}.notificationsHeader h3{margin:0}.notificationsList{max-height:400px;overflow-y:auto}.notificationItem{padding:12px;border-bottom:1px solid var(--border);cursor:pointer}.notificationItem:hover{background-color:var(--panel2)}.notificationItem.unread{background-color:#4f46e514;border-left:3px solid var(--accent);font-weight:600}.notificationItem.read{opacity:.7}.toastContainer{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:12px;max-width:400px}.toast{display:flex;align-items:center;gap:12px;padding:16px 20px;background:var(--panel);border-radius:12px;box-shadow:0 10px 40px #00000026;animation:slideIn .3s ease-out;border-left:4px solid}.toast-success{border-left-color:var(--success)}.toast-error{border-left-color:var(--danger)}.toast-info{border-left-color:var(--accent)}.toastIcon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-weight:700;font-size:14px;flex-shrink:0}.toast-success .toastIcon{background:var(--success);color:#fff}.toast-error .toastIcon{background:var(--danger);color:#fff}.toast-info .toastIcon{background:var(--accent);color:#fff}.toastMessage{flex:1;font-weight:500;font-size:14px;line-height:1.4}@keyframes slideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}.authModalWrapper{display:flex;align-items:center;justify-content:center;padding:20px}.authModalCard{display:flex;width:100%;max-width:1000px;min-height:600px;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.authModalLeft{flex:1;padding:60px 50px;background:#f8f9fa;display:flex;flex-direction:column;justify-content:center}.authModalTitle{font-size:36px;font-weight:700;margin:0 0 8px;color:#1f2937}.authModalSubtitle{font-size:15px;color:#6b7280;margin:0 0 40px}.authModalForm{display:flex;flex-direction:column;gap:24px}.authField{display:flex;flex-direction:column;gap:8px}.authField span{font-size:13px;font-weight:500;color:#374151;text-transform:uppercase;letter-spacing:.5px}.authField input{padding:14px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:15px;background:#fff;transition:all .2s}.authField input:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f973161a}.authField input::placeholder{color:#9ca3af}.authSubmitBtn,.authSubmitBtn-2{width:100%;padding:14px;background:#f97316;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;margin-top:8px}.authSubmitBtn:hover:not(:disabled){background:#ea580c;transform:translateY(-1px);box-shadow:0 4px 12px #f973164d}.authSubmitBtn:disabled{opacity:.6;cursor:not-allowed}.authFooter{text-align:center;margin-top:24px}.authLink{color:#6b7280;font-size:14px;text-decoration:none;transition:color .2s}.authLink:hover{color:#f97316}.authModalRight{flex:1;background:linear-gradient(135deg,#f97316,#ea580c);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.authModalRight:before{content:"";position:absolute;top:-50%;right:-30%;width:600px;height:600px;background:#ffffff0d;border-radius:50%}.authModalRight:after{content:"";position:absolute;bottom:-40%;left:-20%;width:500px;height:500px;background:#0000001a;border-radius:50%}.authCloseBtn{position:absolute;top:20px;right:20px;width:40px;height:40px;border:none;background:#fff3;color:#fff;font-size:28px;cursor:pointer;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:10}.authCloseBtn:hover{background:#ffffff4d}.authPromoContent{position:relative;z-index:1;text-align:center;padding:40px}.authPromoIcon{width:180px;height:180px;margin:0 auto 30px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 60px #0003}.authPromoIcon img{width:100px;height:100px;object-fit:contain}.authPromoTitle{font-size:48px;font-weight:700;color:#fff;margin:0 0 16px;letter-spacing:2px}.authPromoText{font-size:18px;color:#ffffffe6;margin:0;line-height:1.6}@media(max-width:968px){.authModalCard{flex-direction:column;max-width:500px}.authModalLeft{padding:40px 30px}.authModalRight{min-height:300px}.authPromoIcon{width:120px;height:120px}.authPromoIcon img{width:70px;height:70px}.authPromoTitle{font-size:36px}.authPromoText{font-size:16px}}
