:root{color-scheme:light;--bg:#f8f3ea;--surface:#fff;--surface-soft:#faf6f0;--surface-elevated:#fff;--line:#e8ddd0;--text:#1f1a17;--muted:#7a6e67;--heading:#1f1a17;--primary:#b8935a;--primary-hover:#9a7944;--accent:#b8935a;--luxury-gold:#b8935a;--luxury-gold-soft:#edd9b8;--hover-gold:#b8935a;--accent-violet:#9a7944;--accent-pink:#b8935a;--accent-red:#dc2626;--primary-soft:rgba(184,147,90,.1);--focus-ring:rgba(184,147,90,.32);--shadow-soft:0 6px 18px rgba(31,26,23,.06);--shadow-card:0 12px 28px rgba(31,26,23,.08);--glow-soft:0 0 0 1px rgba(184,147,90,.2),0 0 0 4px rgba(184,147,90,.08);--glass:#fff;--danger:#dc2626;--header-navy-glass:rgba(255,252,246,.96);--store-header-height:170px}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:Segoe UI,Inter,Noto Sans,Helvetica Neue,Arial,sans-serif;background:var(--bg);color:var(--text);width:100%;overflow-x:hidden}body,canvas,html,iframe,img,svg,video{max-width:100%}a{color:inherit;text-decoration:none}.btn{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:10px;min-height:40px;height:40px;padding:0 14px;font-weight:600;cursor:pointer;box-shadow:0 4px 12px rgba(15,23,42,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}:where(.btn,.card,.store-header-menu a,.store-quick-links a,.store-product-card,.store-featured-category-card,.store-video-card,.store-brand-card,.store-filter-block,.store-list-toolbar,.store-detail-gallery,.store-detail-info,.store-filter-block select,.store-filter-block input,.store-list-toolbar select,.store-detail-thumbs button,.store-variant-grid button,.store-qty-control button,.store-product-carousel-arrow,.store-video-carousel-arrow,.store-slider-arrow,.admin-nav-item,.admin-nav-group-header,.admin-nav-subitem):hover{border-color:var(--hover-gold)}.btn.btn-primary{background:var(--primary);border-color:var(--primary);color:#fff}.btn.btn-primary:hover{background:var(--primary-hover);border-color:var(--primary-hover);box-shadow:0 10px 20px rgba(29,78,216,.22);transform:translateY(-1px)}.btn.btn-danger{background:var(--danger);border-color:var(--danger);color:#fff}.admin-shell{min-height:100vh;display:grid;grid-template-columns:72px 1fr;--bg:#f7f7f5;--surface:#fff;--surface-soft:#f8fafc;--line:#e2e8f0;--text:#0f172a;--muted:#64748b;--heading:#0f172a;--glass:#fff;--shadow-soft:0 4px 16px rgba(15,23,42,.08);--shadow-card:0 10px 24px rgba(15,23,42,.08);--glow-soft:0 0 0 1px rgba(59,130,246,.15);--primary:#2563eb;--primary-hover:#1d4ed8;--accent:#2563eb;--primary-soft:rgba(37,99,235,.08);--focus-ring:rgba(37,99,235,.28);--hover-gold:#c9a227;background:var(--bg);color:#0f172a;position:relative}.admin-sidebar{background:#fff;color:#0f172a;border-right:1px solid #e2e8f0;padding:16px 12px;position:sticky;top:0;height:100vh;overflow-y:auto;overflow-x:hidden;width:72px;transition:width .2s ease;z-index:20}.admin-sidebar-overlay{display:none}.admin-sidebar:hover{width:260px}.admin-brand{font-weight:800;font-size:18px;margin-bottom:14px;padding:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-nav{display:grid;gap:6px}.admin-nav-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;color:#334155;font-weight:600;white-space:nowrap}.admin-nav-icon{flex:0 0 20px;width:20px;text-align:center}.admin-nav-label{opacity:0;transform:translateX(-4px);transition:opacity .15s ease,transform .15s ease;pointer-events:none}.admin-nav-label-wrap{display:inline-flex;align-items:center;gap:8px}.admin-nav-badge{min-width:18px;height:18px;padding:0 6px;border-radius:999px;background:#dc2626;color:#fff;font-size:11px;font-weight:700;line-height:18px;text-align:center}.admin-sidebar:hover .admin-nav-label{opacity:1;transform:translateX(0)}.admin-nav-item.active,.admin-nav-item:hover{background:#e2e8f0;color:#0f172a}.admin-nav-group{display:grid;gap:6px}.admin-nav-group-header{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;color:#334155;font-weight:700;white-space:nowrap}.admin-nav-group.active .admin-nav-group-header,.admin-nav-group:hover .admin-nav-group-header{background:#e2e8f0;color:#0f172a}.admin-nav-sublist{display:grid;gap:4px;margin-left:10px;padding-left:12px;border-left:1px solid #cbd5e1}.admin-nav-subitem{display:flex;align-items:center;min-height:34px;padding:6px 10px;border-radius:8px;color:#475569;font-size:13px;font-weight:600;white-space:nowrap}.admin-nav-subitem.active,.admin-nav-subitem:hover{background:#e2e8f0;color:#0f172a}.admin-nav-sublabel{opacity:0;transform:translateX(-4px);transition:opacity .15s ease,transform .15s ease;pointer-events:none}.admin-sidebar:hover .admin-nav-sublabel{opacity:1;transform:translateX(0)}.admin-content{min-width:0}.admin-topbar{min-height:64px;background:var(--surface);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 20px;position:sticky;top:0;z-index:5;gap:12px}.admin-topbar-left{min-width:0;display:inline-flex;align-items:center;gap:10px}.admin-hamburger{display:none;width:40px;min-width:40px;height:40px;border-radius:10px;border:1px solid var(--line);background:#fff;color:var(--text);align-items:center;justify-content:center;cursor:pointer;font-size:18px;font-weight:700}.admin-topbar-title{display:inline-block;font-size:18px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:56vw}.admin-topbar-actions{display:inline-flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.admin-main{padding:20px;display:grid;gap:16px;overflow-x:clip}.breadcrumbs{display:flex;gap:8px;align-items:center;color:var(--muted);font-size:14px;flex-wrap:wrap;word-break:break-word}.breadcrumbs strong{color:var(--text)}.grid-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.card{background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:0 8px 22px rgba(15,23,42,.06);padding:16px}.stat-title{font-size:13px;color:var(--muted)}.stat-value{font-size:26px;font-weight:800;margin-top:6px}.stat-change{margin-top:6px;font-size:13px;color:#16a34a}.admin-product-name-link{color:#1d4ed8;font-weight:700;text-decoration:none}.admin-product-name-link:hover{text-decoration:underline}.product-detail-grid{display:grid;grid-template-columns:minmax(220px,320px) minmax(0,1fr);gap:16px}.product-detail-image-empty,.product-detail-media-card img{width:100%;aspect-ratio:1/1;border-radius:12px;object-fit:contain;background:#f8fafc;border:1px solid var(--line)}.product-detail-image-empty{display:grid;place-items:center;color:#64748b}.product-detail-section,.product-detail-summary-card{display:grid;gap:14px}.product-detail-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.product-detail-section h3,.product-detail-title-row h3{margin:0}.product-detail-kv-grid,.product-detail-text-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-detail-kv-grid>div,.product-detail-text-grid>div{border:1px solid var(--line);border-radius:10px;padding:8px 10px;background:#fff}.product-detail-kv-grid span,.product-detail-note,.product-detail-text-grid span{color:#64748b;font-size:13px}.product-detail-kv-grid strong,.product-detail-text-grid p{display:block;margin:3px 0 0;word-break:break-word}.product-detail-kv-grid strong{font-size:15px;line-height:1.25}.product-detail-image-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.product-detail-image-list figure{margin:0;border:1px solid var(--line);border-radius:12px;padding:8px;background:#fff}.product-detail-image-list img{width:100%;aspect-ratio:1/1;object-fit:contain}.product-detail-image-list figcaption{margin-top:6px;color:#64748b;font-size:12px;text-align:center}.product-stock-history-table{min-width:980px}.product-stock-history-table th{text-align:center}.product-stock-history-dialog{width:min(96vw,1280px)}.customer-profile-stats .card{padding:12px 14px;border-radius:12px}.customer-profile-stats .stat-title{font-size:12px}.customer-profile-stats .stat-value{font-size:22px;margin-top:4px}.toolbar{display:flex;gap:10px;flex-wrap:wrap;align-items:center;justify-content:space-between}.page-header-card{display:grid;gap:10px}.page-header-main{min-width:0}.page-header-title{margin:0;font-size:clamp(20px,3vw,24px);line-height:1.25}.page-header-description{margin:6px 0 0;color:#64748b}.page-header-actions{display:inline-flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.input,.select,.textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:10px 12px;background:#fff;font:inherit}.textarea{min-height:96px;resize:vertical}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.form-field{display:grid;gap:6px;font-size:14px}.product-flags-inline{margin-top:10px;display:flex;flex-wrap:wrap;gap:16px;align-items:center}.product-flag-item{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:var(--text)}.form-help-text{display:block;margin-top:6px;color:#64748b;font-size:12px;line-height:1.4}.admin-search-select{display:grid;gap:8px}.admin-search-results{display:grid;gap:6px;max-height:220px;overflow:auto;border:1px solid var(--line);border-radius:12px;padding:8px;background:#fff}.admin-search-result-item{display:grid;gap:3px;width:100%;text-align:left;border:1px solid transparent;border-radius:10px;padding:8px;background:#f8fafc;cursor:pointer}.admin-search-result-item.active,.admin-search-result-item:hover{border-color:#2563eb;background:#eff6ff}.admin-search-empty,.admin-search-result-item span{color:#64748b;font-size:12px}.product-seo-compact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px}.product-textarea-compact{min-height:64px;max-height:96px}.data-table-wrap{overflow:auto;-webkit-overflow-scrolling:touch}.data-table{width:100%;border-collapse:collapse;min-width:760px}.data-table td,.data-table th{border-bottom:1px solid var(--line);padding:12px;text-align:left;font-size:14px;vertical-align:top}.data-table th{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.04em}.customer-purchase-table-wrap{border:1px solid var(--line);border-radius:12px;background:#fff}.customer-purchase-table{min-width:1180px;border-collapse:collapse;table-layout:fixed}.customer-purchase-table-col-id{width:150px}.customer-purchase-table-col-type{width:100px}.customer-purchase-table-col-customer{width:170px}.customer-purchase-table-col-product{width:230px}.customer-purchase-table-col-price{width:95px}.customer-purchase-table-col-qty{width:36px}.customer-purchase-table-col-discount{width:82px}.customer-purchase-table-col-points{width:58px}.customer-purchase-table-col-total{width:95px}.customer-purchase-table-col-note{width:164px}.customer-purchase-table td,.customer-purchase-table th{border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:12px;vertical-align:middle}.customer-purchase-table td:last-child,.customer-purchase-table th:last-child{border-right:0}.customer-purchase-table tbody tr:last-child td{border-bottom:0}.customer-purchase-table th{text-align:center;background:#f8fafc}.customer-purchase-table td:nth-child(3),.customer-purchase-table th:nth-child(3){min-width:260px;width:260px}.customer-purchase-table td:nth-child(4),.customer-purchase-table th:nth-child(4){min-width:360px;width:360px}.customer-purchase-table td:nth-child(6),.customer-purchase-table th:nth-child(6){min-width:32px;width:32px;max-width:32px;text-align:center;padding-left:2px;padding-right:2px}.customer-purchase-table .customer-purchase-table-qty{min-width:36px;width:36px;max-width:36px;text-align:center;padding-left:2px;padding-right:2px}.customer-purchase-table td:nth-child(10),.customer-purchase-table th:nth-child(10){min-width:300px;width:300px;max-width:380px}.customer-purchase-table td:nth-child(10){white-space:normal;overflow-wrap:anywhere;word-break:break-word}.pre-scroll{margin:8px 0 0;padding:10px;border:1px solid var(--line);border-radius:8px;background:#f8fafc;color:#0f172a;font-size:12px;line-height:1.45;max-height:300px;overflow:auto;white-space:pre-wrap;word-break:break-word}.admin-product-thumb-wrap{position:relative;width:56px;height:56px}.admin-product-thumb{width:56px;height:56px;object-fit:cover;border-radius:10px;border:1px solid var(--line);background:#f8fafc}.admin-product-thumb-fallback{display:grid;place-items:center;color:var(--muted);font-size:12px;font-weight:700}.admin-product-thumb-preview{position:absolute;left:68px;top:50%;transform:translateY(-50%) scale(.92);width:220px;height:220px;opacity:0;pointer-events:none;border-radius:14px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow-card);background:#fff;transition:opacity .18s ease,transform .18s ease;z-index:20}.admin-product-thumb-preview img{width:100%;height:100%;object-fit:contain;background:#fff}.admin-product-thumb-wrap:hover .admin-product-thumb-preview{opacity:1;transform:translateY(-50%) scale(1)}.badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:rgba(59,130,246,.12);border:1px solid var(--line);font-size:12px;font-weight:700}.badge.success{color:#166534;background:#dcfce7;border-color:#bbf7d0}.badge.warn{color:#92400e;background:#fef3c7;border-color:#fde68a}.badge.danger{color:#991b1b;background:#fee2e2;border-color:#fecaca}.dashboard-header-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;align-items:center}.dashboard-header-actions>*{min-width:0;max-width:100%}.dashboard-alert-card,.dashboard-chart-card,.dashboard-filter-card{display:grid;gap:14px;min-width:0}.dashboard-compact-shell{min-height:calc(100vh - 150px);min-width:0}.dashboard-compact-main{display:grid;gap:12px;min-height:100%;min-width:0}.dashboard-section-heading{display:grid;gap:4px}.dashboard-section-heading h3,.dashboard-tool-group h4{margin:0}.dashboard-section-heading p{margin:0;color:#64748b;font-size:14px}.dashboard-section-heading-inline{display:flex;gap:12px;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.dashboard-section-heading-inline>*{min-width:0}.dashboard-filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.dashboard-filter-grid-compact{grid-template-columns:1fr;gap:10px}.dashboard-alert-filters .form-field,.dashboard-alert-filters .select,.dashboard-filter-grid .form-field,.dashboard-filter-grid .select{min-width:0}.dashboard-kpi-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:12px}.dashboard-kpi-card{display:grid;gap:8px;padding:12px;min-width:0}.dashboard-kpi-label{font-size:13px;font-weight:700;color:#475569}.dashboard-kpi-value{font-size:clamp(1.25rem,1rem + 1vw,1.875rem);font-weight:800;line-height:1.2;overflow-wrap:anywhere}.dashboard-kpi-compare{font-size:13px;font-weight:600}.dashboard-kpi-compare.new,.dashboard-kpi-compare.up{color:#15803d}.dashboard-kpi-compare.down{color:#dc2626}.dashboard-kpi-compare.flat{color:#b45309}.dashboard-kpi-compare.no_data{color:#64748b}.dashboard-visual-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;align-items:start;min-width:0}.dashboard-visual-grid>*{min-height:0;min-width:0}.dashboard-sidebar-stack,.dashboard-visual-main{display:grid;gap:12px;min-width:0}.dashboard-sidebar-stack{grid-template-rows:auto auto;height:auto;align-self:start}.dashboard-tab-group{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start}.dashboard-chart-wrap{min-width:0}.dashboard-chart-wrap,.dashboard-chart-wrap-compact{height:clamp(280px,34vw,420px);min-height:280px}.dashboard-alert-filters{display:grid;grid-template-columns:1fr;gap:10px}.dashboard-chart-tooltip{min-width:220px;display:grid;gap:6px;border:1px solid var(--line);background:#fff;border-radius:12px;padding:12px;box-shadow:0 8px 24px rgba(15,23,42,.12)}.dashboard-chart-tooltip-row{display:flex;justify-content:space-between;gap:12px;font-size:13px}.dashboard-alert-list{display:grid;gap:10px}.dashboard-alert-list-compact{overflow-x:hidden;overflow-y:auto;padding-right:4px;min-height:0;min-width:0}.dashboard-alert-item{display:grid;gap:10px;padding:12px;border:1px solid var(--line);border-radius:12px;background:#fff;min-width:0}.dashboard-alert-bottom,.dashboard-alert-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap}.dashboard-alert-copy,.dashboard-alert-meta{display:grid;gap:4px;min-width:0}.dashboard-alert-title{font-weight:700;overflow-wrap:anywhere}.dashboard-alert-description,.dashboard-muted{color:#64748b;font-size:13px;overflow-wrap:anywhere}.dashboard-alert-count{font-size:1.125rem;line-height:1.2}.dashboard-summary-grid{display:grid;gap:12px}.dashboard-summary-grid,.dashboard-summary-grid-compact{grid-template-columns:repeat(1,minmax(0,1fr))}.dashboard-highlight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.dashboard-summary-card{border:1px solid var(--line);border-radius:12px;background:#fff;padding:12px;display:grid;gap:6px;min-width:0}.dashboard-summary-card-spotlight{min-height:112px}.dashboard-summary-label{font-size:13px;color:#64748b;font-weight:700}.dashboard-summary-value{font-size:clamp(1.125rem,1rem + .6vw,1.5rem);font-weight:800;overflow-wrap:anywhere}.dashboard-activity-card{gap:10px}.dashboard-activity-table-wrap{max-width:100%;max-height:360px;overflow-x:auto;overflow-y:auto}.dashboard-activity-table-wrap .data-table-wrap{max-height:none;margin:0;padding:0;box-shadow:none;min-width:0;overflow:visible}.dashboard-activity-table-wrap .data-table{min-width:760px;table-layout:fixed}.dashboard-activity-data-table-wrap{background:transparent}.dashboard-activity-table-wrap .data-table th{position:sticky;top:0;z-index:1;background:var(--surface)}.dashboard-table-action,.dashboard-table-content,.dashboard-table-status,.dashboard-table-text,.dashboard-table-time{min-width:0}.dashboard-table-time{white-space:nowrap;font-size:13px}.dashboard-table-content,.dashboard-table-text{overflow-wrap:anywhere}.dashboard-table-content{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.dashboard-table-action{display:flex;justify-content:flex-start}.dashboard-alert-card-compact,.dashboard-filter-card-compact,.dashboard-summary-panel{padding:12px}.dashboard-alert-card-compact{display:grid;grid-template-rows:auto auto minmax(0,1fr);height:auto;min-height:0;align-self:start}.dashboard-alert-card-compact .dashboard-alert-list-compact{height:auto;max-height:none}.dashboard-summary-link{color:#1d4ed8;font-size:13px;font-weight:700;text-decoration:none}.dashboard-summary-link.disabled{color:#94a3b8}@media (min-width:640px){.dashboard-summary-grid,.dashboard-summary-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:768px){.dashboard-alert-filters,.dashboard-filter-grid-compact,.dashboard-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1280px){.dashboard-kpi-grid,.dashboard-summary-grid,.dashboard-summary-grid-compact{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-visual-grid{grid-template-columns:minmax(0,1fr) minmax(300px,420px)}.dashboard-sidebar-stack{grid-template-rows:auto minmax(0,1fr);height:100%;align-self:stretch}.dashboard-alert-filters,.dashboard-filter-grid-compact{grid-template-columns:1fr}.dashboard-alert-card-compact{height:100%;align-self:stretch}.dashboard-alert-card-compact .dashboard-alert-list-compact{height:100%;max-height:720px}}@media (max-width:1200px){.dashboard-highlight-grid{grid-template-columns:1fr}.dashboard-sidebar-stack{max-height:none}}@media (max-width:1024px){.dashboard-compact-shell{min-height:auto}.dashboard-activity-table-wrap,.dashboard-alert-list-compact,.dashboard-sidebar-stack{max-height:none}}@media (max-width:768px){.dashboard-filter-grid,.dashboard-highlight-grid{grid-template-columns:1fr}.dashboard-section-heading-inline{flex-direction:column}.dashboard-tab-group{width:100%}}.dashboard-tool-groups{display:grid;gap:16px}.dashboard-tool-grid,.dashboard-tool-group{display:grid;gap:10px}.dashboard-tool-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-tool-item{border:1px solid var(--line);border-radius:12px;background:#fff;padding:14px;text-decoration:none;color:var(--text);font-weight:700;min-height:72px;display:flex;align-items:center}.dashboard-summary-link:hover,.dashboard-tool-item:hover{text-decoration:underline}.dashboard-empty-state{min-height:240px;display:grid;place-items:center;color:#64748b;font-weight:600;text-align:center}.dashboard-empty-state-compact{min-height:180px}.dashboard-empty-state-sm{min-height:120px}.modal-backdrop{position:fixed;inset:0;background:rgba(2,6,23,.45);display:grid;place-items:center;z-index:30}.modal{width:min(92vw,420px);background:#fff;border-radius:14px;border:1px solid var(--line);padding:16px;display:grid;gap:12px;max-height:min(88vh,780px);overflow:auto}.modal-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.upload-item-row{justify-content:space-between;flex-wrap:wrap}.upload-item-main,.upload-item-row{display:flex;gap:10px;align-items:center}.upload-item-main{min-width:280px;flex:1}.upload-item-actions{display:flex;gap:8px;flex-wrap:wrap}.pos-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,400px);gap:12px;align-items:start}.pos-layout>*,.pos-main{min-width:0}.pos-main{display:grid;gap:12px;overflow:visible}.pos-cart-section{min-width:0;overflow-x:auto}.pos-quick-bar{display:grid;gap:12px}.pos-quick-bar-grid{display:grid;grid-template-columns:minmax(220px,300px) minmax(0,1fr);gap:8px;align-items:end}.pos-branch-field{max-width:300px}.pos-quick-search{position:relative;min-width:0}.pos-search-input{min-height:48px;font-weight:600}.pos-draft-search-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}.pos-draft-tabs{display:flex;gap:8px;flex-wrap:wrap;min-width:0}.pos-draft-tab{display:inline-flex;align-items:center;gap:6px}.pos-draft-add,.pos-draft-tab>.btn{min-height:38px}.pos-draft-tab-close{min-height:38px;min-width:38px;padding:0;border-radius:10px}.pos-search-caption,.pos-search-hint,.pos-section-note{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.pos-search-suggest{position:absolute;z-index:30;top:calc(100% + 8px);left:0;right:0;max-height:360px;overflow-y:auto;padding:6px}.pos-search-suggest-item{width:100%;justify-content:space-between;margin-bottom:6px;background:#fff;display:flex;gap:12px;align-items:center}.pos-search-suggest-item:last-child{margin-bottom:0}.pos-search-suggest-main{min-width:0;display:grid;gap:2px;text-align:left}.pos-search-suggest-title{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.pos-search-suggest-meta{color:var(--muted);font-size:12px}.pos-search-suggest-stock{text-align:right;white-space:nowrap;font-size:13px;font-weight:700}.pos-section-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap}.pos-section-header h3{margin:0}.pos-cart-section,.pos-customer-card,.pos-payment-card{display:grid;gap:12px}.pos-customer-card{position:relative;overflow:visible;z-index:5}.pos-payment-card{position:relative;z-index:1}.pos-cart-head{display:grid;grid-template-columns:minmax(420px,1fr) 140px 136px 170px 125px 32px;gap:6px;min-width:1029px;padding:0 12px;color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.pos-cart-table{display:grid;gap:10px}.pos-cart-line{display:grid;grid-template-columns:minmax(420px,1fr) 140px 136px 170px 125px 32px;gap:6px;min-width:1029px;align-items:center;border:1px solid var(--line);border-radius:12px;padding:12px}.pos-cart-line-main{min-width:0;display:grid;gap:4px}.pos-cart-line-title{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.pos-cart-line-meta{display:flex;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:12px}.pos-cart-discount,.pos-cart-line-total,.pos-cart-price,.pos-cart-qty{display:grid;gap:3px;align-content:center}.pos-cart-line-action{display:flex;justify-content:center;align-items:center}.pos-cart-label{display:block;color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.pos-cart-price-value{display:block;text-align:right;font-size:15px}.pos-cart-line-total,.pos-cart-price{justify-items:end}.pos-cart-line-total{justify-items:start}.pos-cart-discount-hint{max-width:140px}.pos-cart-discount-hint,.pos-cart-price-sub{color:var(--muted);font-size:12px}.pos-qty-control{display:grid;grid-template-columns:minmax(56px,72px);gap:0;align-items:center;justify-content:center}.pos-qty-input{min-width:0;min-height:28px;padding-inline:4px;text-align:center;font-size:14px}.pos-cart-line-total strong{font-size:15px}.pos-cart-line-remove{width:28px;min-width:28px;min-height:28px;padding:0;color:#b91c1c;border-radius:8px}.pos-cart-discount-input{min-height:28px;padding:4px 8px;font-size:14px;max-width:140px}.pos-cart-empty{padding:24px 18px;border:1px dashed #cbd5e1;border-radius:12px;background:#f8fafc;color:var(--muted);text-align:center}.pos-cart-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.pos-cart-summary-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:#fff}.pos-cart-summary-item span{font-size:11px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.04em}.pos-cart-summary-item strong{text-align:right;white-space:nowrap}.pos-cart-summary-item.is-total{background:#eff6ff;border-color:#bfdbfe}.pos-guest-textarea{min-height:40px;height:40px;resize:none}.pos-customer-top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end}.pos-customer-search{position:relative}.pos-customer-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.pos-customer-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:12px;border:1px solid var(--line);border-radius:12px;background:#fff}.pos-customer-summary-main{min-width:0;display:grid;gap:4px}.pos-customer-summary-label{color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.pos-customer-summary-text{display:block}.pos-customer-summary-sub{color:var(--muted);font-size:13px}.pos-customer-phone-results{display:grid;gap:8px}.pos-customer-match-card,.pos-customer-match-empty{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:#fff}.pos-customer-match-main{min-width:0;display:grid;gap:4px}.pos-customer-match-empty span,.pos-customer-match-main span{color:var(--muted);font-size:13px}.pos-customer-details{display:grid;gap:12px;padding-top:12px;border-top:1px dashed #cbd5e1}.pos-customer-suggest{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:30;max-height:332px;overflow-y:auto;padding:6px}.pos-customer-suggest-empty{padding:10px;color:var(--muted)}.pos-customer-suggest-item{width:100%;border:1px solid var(--line);border-radius:10px;background:#fff;text-align:left;padding:10px;min-height:58px;margin-bottom:6px;display:grid;gap:4px;cursor:pointer}.pos-customer-suggest-item:last-child{margin-bottom:0}.pos-customer-suggest-item span{font-size:13px;color:var(--muted)}.pos-payment-card{position:sticky;top:12px;width:100%;max-width:400px;justify-self:end;max-height:calc(100vh - 24px);overflow:auto}@media (max-width:1280px){.pos-layout{grid-template-columns:1fr}.pos-payment-card{position:static;top:auto;max-width:none;max-height:none;justify-self:stretch}}.pos-payment-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap}.pos-payment-status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}.pos-payment-status-badge.is-unpaid{background:#f1f5f9;color:#475569}.pos-payment-status-badge.is-partial{background:#dbeafe;color:#1d4ed8}.pos-payment-status-badge.is-paid{background:#dcfce7;color:#15803d}.pos-payment-status-badge.is-refunded{background:#ffedd5;color:#c2410c}.pos-payment-summary-list{display:grid;gap:8px}.pos-payment-summary-row{align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:#fff}.pos-payment-summary-row strong{font-size:16px}.pos-payment-summary-row.is-highlight{border-color:#bbf7d0;background:#f0fdf4;color:#15803d}.pos-payment-summary-row.is-warning{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.pos-payment-summary-row.is-success{border-color:#bbf7d0;background:#f0fdf4;color:#15803d}.pos-payment-summary-row.is-refunded{border-color:#fed7aa;background:#fff7ed;color:#c2410c}.pos-payment-line,.pos-payment-lines{display:grid;gap:8px}.pos-payment-line{padding:12px}.pos-payment-line-grid{display:grid;grid-template-columns:140px minmax(0,1fr) auto;gap:8px;align-items:end}.pos-payment-line-note{grid-column:1/-1}.pos-payment-line-remove{min-height:40px;white-space:nowrap}.pos-payment-add{justify-self:flex-start}.pos-payment-alert{color:#dc2626;font-size:13px}.form-field-inline-actions{display:flex;gap:10px;align-items:center}.form-field-inline-actions>.input,.form-field-inline-actions>.select,.form-field-inline-actions>.textarea{flex:1;min-width:0}.toast-stack{position:fixed;right:20px;bottom:20px;display:grid;gap:8px;z-index:40}.toast{padding:10px 14px;border-radius:10px;background:#0f172a;color:#fff;font-size:13px}.print-template-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:14px;align-items:start}.print-template-left-col,.print-template-right-col{min-width:0;display:grid;gap:12px}.print-template-filter-bar{display:grid;grid-template-columns:1.2fr repeat(4,minmax(120px,1fr)) minmax(180px,1fr);gap:10px;align-items:center}.print-template-tabs{display:flex;gap:8px;flex-wrap:wrap}.print-template-editor{display:grid;gap:12px}.print-template-editor-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.print-template-editor-toolbar{display:flex;justify-content:flex-start}.print-template-content-area{min-height:360px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:13px}.print-template-editor-footer{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap}.print-template-switch-field{display:flex;align-items:center;justify-content:space-between}.print-template-variable-picker{display:grid;gap:10px}.print-template-variable-picker-header{display:flex;flex-direction:column;gap:2px}.print-template-variable-groups{display:grid;gap:10px}.print-template-variable-group{border:1px solid var(--line);border-radius:10px;padding:10px;display:grid;gap:8px}.print-template-variable-group-title{font-weight:700;font-size:13px}.print-template-variable-items{display:flex;gap:6px;flex-wrap:wrap}.print-template-variable-btn{font-size:12px;padding:6px 10px}.print-template-preview-panel{display:grid;gap:10px}.print-template-preview-header{display:flex;align-items:center;justify-content:space-between}.print-template-preview-header h3{margin:0}.print-template-paper-frame{border:1px dashed #94a3b8;border-radius:12px;background:#f8fafc;padding:12px;min-height:680px}.print-template-preview-iframe{width:100%;min-height:654px;border:1px solid var(--line);border-radius:8px;background:#fff}.print-template-empty-preview{min-height:654px;display:grid;place-items:center;color:var(--muted);border:1px dashed var(--line);border-radius:8px;background:#fff}.print-template-preview-meta{display:grid;gap:4px}.print-template-muted{margin:0;color:var(--muted);font-size:13px}.print-template-error{margin:0;color:#b91c1c;font-size:13px}.order-print-dialog{width:min(96vw,1200px);max-height:92vh;display:grid;gap:10px}.order-print-dialog-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.order-print-dialog-content{display:grid;gap:10px;min-height:0}.order-print-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;flex-wrap:wrap}.order-print-preview-wrap{border:1px dashed #94a3b8;border-radius:12px;background:#f8fafc;padding:10px;min-height:62vh}.order-print-preview-iframe{width:100%;height:60vh;border:1px solid var(--line);border-radius:8px;background:#fff}.barcode-inline-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.barcode-inline-card{padding:12px;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.barcode-print-page{display:grid;gap:16px}.barcode-print-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.barcode-batch-section{display:grid;gap:16px}.barcode-batch-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;flex-wrap:wrap}.barcode-label-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));gap:12px;align-items:start}.barcode-label-card{border:1px dashed #94a3b8;border-radius:12px;background:#fff;padding:12px;display:grid;gap:8px;break-inside:avoid;min-width:0;overflow:hidden}.barcode-label-title{font-size:14px;line-height:1.35}.barcode-label-meta{color:#475569;font-size:12px}.barcode-label-preview{display:flex;justify-content:center;width:100%;overflow:hidden}.auth-layout{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at top right,rgba(6,182,212,.14) 0,rgba(37,99,235,.1) 40%,#f6f8fb 100%);padding:20px}.auth-card{width:min(92vw,420px);background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;display:grid;gap:12px}@media (max-width:1100px){.grid-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.product-detail-grid,.product-detail-kv-grid,.product-detail-text-grid{grid-template-columns:1fr}.product-detail-title-row{flex-direction:column}.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:fixed;left:0;top:0;bottom:0;height:100vh;transform:translateX(-102%);transition:transform .22s ease;box-shadow:0 14px 42px rgba(2,6,23,.22);z-index:45}.admin-sidebar,.admin-sidebar:hover{width:min(86vw,300px)}.admin-nav-label,.admin-nav-sublabel{opacity:1;transform:none;pointer-events:auto}.admin-shell.sidebar-open .admin-sidebar{transform:translateX(0)}.admin-sidebar-overlay{position:fixed;inset:0;border:0;background:rgba(2,6,23,.45);z-index:40;display:block}.admin-hamburger{display:inline-flex}.admin-topbar{padding:8px 12px;min-height:60px}.admin-topbar-actions .btn{min-width:40px;padding:0 10px}.toolbar .input,.toolbar .select,.toolbar .textarea{max-width:none!important}.print-template-layout{grid-template-columns:1fr}.print-template-editor-grid,.print-template-filter-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.order-print-preview-wrap{min-height:56vh}.order-print-preview-iframe{height:54vh}.order-print-dialog{width:calc(100vw - 16px);max-height:calc(100vh - 16px)}.order-print-toolbar{align-items:stretch}.order-print-toolbar>*{width:100%;min-width:0}.order-print-template-field{min-width:0}.upload-item-main{min-width:0;width:100%}.pos-cart-summary,.pos-customer-top,.pos-draft-search-row,.pos-payment-line-grid,.pos-quick-bar-grid{grid-template-columns:1fr}.pos-branch-field{max-width:none}.pos-layout{grid-template-columns:1fr}.pos-main{order:1}.pos-payment-card{order:2;position:static!important;top:auto!important;max-height:none}.pos-cart-head{display:none}.pos-cart-line{grid-template-columns:1fr;gap:10px}.pos-cart-discount,.pos-cart-line-total,.pos-cart-price,.pos-cart-qty{justify-items:start}.pos-cart-discount,.pos-cart-line-action,.pos-cart-line-main,.pos-cart-line-remove,.pos-cart-line-total,.pos-cart-price,.pos-cart-qty{width:100%}.pos-cart-line-action,.pos-qty-control{justify-content:flex-start}.form-grid,.product-seo-compact{grid-template-columns:1fr}.form-field-inline-actions{flex-direction:column;align-items:stretch}.form-field-inline-actions>.btn{width:100%}}@media (max-width:640px){.admin-main{padding:12px}.admin-topbar{align-items:flex-start;flex-direction:column;gap:8px}.admin-topbar-actions,.admin-topbar-left{width:100%}.admin-topbar-actions{justify-content:flex-start}.admin-topbar-title{max-width:calc(100vw - 80px)}.toolbar{align-items:stretch}.toolbar>*{width:100%;min-width:0}.page-header-actions{width:100%;justify-content:flex-start}.page-header-actions>*{flex:1 1 100%}.dashboard-activity-table-wrap{overflow-x:auto;overflow-y:visible;max-height:none}.dashboard-activity-table-wrap .dashboard-activity-data-table{min-width:760px;display:table;border-collapse:collapse;border-spacing:0}.dashboard-activity-table-wrap .dashboard-activity-data-table thead{display:table-header-group}.dashboard-activity-table-wrap .dashboard-activity-data-table tbody{display:table-row-group}.dashboard-activity-table-wrap .dashboard-activity-data-table tr{display:table-row;border:0;border-radius:0;padding:0;margin-bottom:0;background:transparent}.dashboard-activity-table-wrap .dashboard-activity-data-table td,.dashboard-activity-table-wrap .dashboard-activity-data-table th{display:table-cell;width:auto;padding:12px}.dashboard-activity-table-wrap .dashboard-activity-data-table td:before{display:none}.data-table{min-width:0;border-collapse:separate;border-spacing:0}.data-table thead{display:none}.data-table tbody,.data-table td,.data-table tr{display:block;width:100%}.data-table tr{border:1px solid var(--line);border-radius:12px;padding:8px;margin-bottom:10px;background:#fff}.data-table td{border-bottom:0;padding:8px}.data-table td:before{content:attr(data-label);display:block;margin-bottom:4px;font-size:12px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.03em}.customer-purchase-table{min-width:980px}.customer-purchase-table thead{display:table-header-group}.customer-purchase-table tbody{display:table-row-group}.customer-purchase-table tr{display:table-row;border:0;border-radius:0;padding:0;margin-bottom:0}.customer-purchase-table td{display:table-cell;width:auto;padding:10px}.customer-purchase-table td:before{content:none}.form-grid,.grid-stats,.print-template-editor-grid,.print-template-filter-bar,.product-seo-compact{grid-template-columns:1fr}.barcode-batch-header,.barcode-print-toolbar{flex-direction:column;align-items:stretch}.modal{width:calc(100vw - 16px);max-height:calc(100vh - 16px);border-radius:12px;padding:12px}}@media print{.admin-sidebar,.admin-sidebar-overlay,.admin-topbar,.barcode-print-toolbar,.page-header-card{display:none!important}.admin-shell{display:block!important}.admin-content,.admin-main{padding:0!important;margin:0!important}.barcode-batch-section,.barcode-label-grid,.barcode-print-page{gap:8px!important}.barcode-label-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.barcode-label-card{border-style:solid;page-break-inside:avoid}}.store-app{min-height:100vh;background:var(--bg);color:var(--text);overflow-x:visible}.store-container{width:min(1320px,calc(100vw - 40px));margin:0 auto}.store-header{position:fixed;top:0;left:0;right:0;z-index:40;background:var(--header-navy-glass);border-bottom:1px solid #e5e7eb;backdrop-filter:blur(14px);box-shadow:0 8px 20px rgba(17,24,39,.05)}.store-header-top{min-height:74px;display:grid;grid-template-columns:140px 1fr auto;gap:16px;align-items:center}.store-header-top>*{min-width:0}.store-logo{display:inline-flex;align-items:center;align-self:center;min-width:0}.store-logo-image{width:clamp(126px,10.2vw,168px);height:auto;max-height:52px;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(31,41,55,.12))}.store-search{display:grid;grid-template-columns:1fr auto;gap:8px}.store-search input{height:42px;border-radius:12px;border:1px solid var(--line);padding:0 14px;font:inherit;background:hsla(0,0%,100%,.96);color:#0f172a;box-shadow:inset 0 0 0 1px rgba(17,24,39,.02)}.store-search input::placeholder{color:#64748b}.store-search button{height:42px;min-height:42px;border-radius:12px;border:0;padding:0 18px;background:#1f1a17;color:#f8f3ea;font-weight:600;letter-spacing:.04em;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.store-search button:hover{background:var(--luxury-gold);color:#1f1a17;transform:translateY(-1px);box-shadow:var(--shadow-soft)}.store-quick-links{display:flex;align-items:center;gap:12px;min-width:0;flex-wrap:wrap;justify-content:flex-end}.store-quick-links a{position:relative;padding:9px 11px;min-height:38px;border-radius:10px;font-weight:700;color:#111827;border:1px solid transparent;transition:all .2s ease;display:inline-flex;align-items:center}.store-quick-links a.active,.store-quick-links a:hover{background:rgba(201,162,39,.08);color:var(--luxury-gold);border-color:#e5e7eb;box-shadow:var(--shadow-soft)}.store-quick-links a[href*=tel]{color:#111827;font-weight:600}.store-cart-count{margin-left:8px;background:var(--primary);color:#fff;border-radius:999px;font-size:12px;padding:2px 8px}.store-header-menu-wrap{border-top:1px solid #e5e7eb;background:#f7f7f5}.store-header-menu{display:flex;gap:8px;overflow:auto;padding:8px 0;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.store-header-menu a{font-family:Segoe UI,Inter,Noto Sans,Arial,sans-serif;white-space:nowrap;padding:10px 14px;min-height:40px;border-radius:999px;border:1px solid #e5e7eb;font-size:13px;color:#111827;background:#fff;transition:all .2s ease}.store-header-menu a:hover{border-color:var(--luxury-gold);color:#111827;background:#fff;box-shadow:var(--shadow-soft)}.store-main{padding:calc(var(--store-header-height) + 22px) 0 34px}.store-main-home{padding-top:var(--store-header-height)}.store-footer{margin-top:60px;background:#1f1a17;color:#b3a89d;padding:56px 0 0;border-top:none}.store-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;align-items:start;padding-bottom:40px;border-bottom:1px solid hsla(33,34%,86%,.12)}.store-footer-col{display:grid;gap:10px}.store-footer-col strong{display:block;color:#f8f3ea;font-size:11px;letter-spacing:.18em;text-transform:uppercase;margin-bottom:6px;font-weight:600}.store-footer-col a,.store-footer-col p,.store-footer-col span{display:block;color:#b3a89d;font-size:14px;line-height:1.75;margin:0;transition:color .2s ease}.store-footer-col a:hover{color:var(--luxury-gold)}.store-footer-bottom{padding:20px 0;display:flex;justify-content:space-between;align-items:center;color:#5a504a;font-size:12px;letter-spacing:.04em}.store-detail-layout,.store-home-layout{display:grid;gap:16px}.store-background-follow-zone{position:relative;overflow-x:visible;overflow-y:visible;--store-header-offset:var(--store-header-height);--store-follow-bg-height:620px}.store-follow-bg-sticky{position:absolute;top:0;left:50%;transform:translateX(-50%);height:var(--store-follow-bg-height);width:100vw;z-index:0;pointer-events:none;overflow:hidden}.store-follow-bg-sticky.mode-fixed{position:fixed;top:var(--store-header-offset);left:50%;transform:translateX(-50%)}.store-follow-bg-sticky.mode-top{top:0}.store-follow-bg-sticky.mode-bottom{top:auto;bottom:0}.store-follow-bg-overlay{position:absolute;inset:0;background:none}.store-hero-cluster{position:relative;z-index:1}.store-hero-cluster.has-background{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-top:0;min-height:var(--store-follow-bg-height);padding:0 0 22px;overflow:visible}.store-hero-bg-layer-wrap{position:absolute;inset:0;z-index:0}.store-hero-bg-layer{position:absolute;inset:0;opacity:0;transition:opacity .52s ease;background-size:cover;background-position:top;background-repeat:no-repeat}.store-hero-bg-image,.store-hero-bg-layer video{position:absolute;inset:0;width:100%;height:100%}.store-hero-bg-layer video{display:block;object-fit:cover;object-position:center center}.store-hero-bg-image{background-size:cover;background-position:50%;background-repeat:no-repeat}.store-hero-bg-layer.is-active{opacity:1}.store-hero-cluster.has-background:before{content:"";position:absolute;inset:0;z-index:0;background:transparent;pointer-events:none}.store-background-follow-zone>.store-section,.store-hero-cluster-inner{position:relative;z-index:1}.store-hero-cluster-inner{width:min(1320px,calc(100vw - 40px));margin:0 auto;display:grid;gap:12px;padding-top:16px}.store-hero{margin-top:-6px;position:relative}.store-hero-banner{display:block;border-radius:0;overflow:visible;border:0;background:transparent;box-shadow:none}.store-hero-empty{border-radius:12px;overflow:hidden;border:1px solid var(--line);background:var(--glass);box-shadow:var(--shadow-card)}.store-fade-slider{position:relative}.store-hero-banner.store-fade-slider{aspect-ratio:16/4.7;min-height:clamp(180px,29vw,380px)}.store-sub-banner-item.store-fade-slider{aspect-ratio:16/6}.store-fade-slide{position:absolute;inset:0;display:block;opacity:0;transition:opacity .42s ease;pointer-events:none}.store-fade-slide.is-active{opacity:1;pointer-events:auto}.store-fade-slide img,.store-fade-slide video{width:100%;height:100%;object-fit:cover;display:block}.store-hero-banner img{display:block;width:100%;height:100%;aspect-ratio:16/4.7;object-fit:contain;object-position:center 58%;filter:drop-shadow(0 12px 22px rgba(79,124,255,.2))}.store-home-sub-banners-wrap{position:relative}.store-home-sub-banners{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.store-home-square-banners{grid-template-columns:repeat(5,minmax(0,1fr))}.store-sub-slider{position:relative;min-height:clamp(176px,14.2vw,220px)}.store-sub-banner-rail{position:relative;min-height:inherit}.store-section-block{display:grid;gap:20px}.store-carousel-rail-dynamic{display:grid;min-height:auto}.store-carousel-rail-dynamic .store-sub-slide{position:relative;inset:auto;grid-area:1/1;min-height:auto}.store-carousel-rail-dynamic .store-carousel-page-grid{min-width:0}.store-sub-slide{position:absolute;inset:0;display:block;min-height:inherit;opacity:0;pointer-events:none;transform:translateY(4px) scale(.995);transition:opacity .54s ease,transform .54s ease}.store-sub-slide.is-active{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.store-carousel-page-grid{align-items:stretch}.store-square-banner-card{display:grid;place-items:center;min-height:clamp(150px,14vw,220px);padding:4px;border-radius:18px;border:0;background:transparent;box-shadow:none;overflow:visible}.store-square-banner-image{width:100%;height:100%;max-width:min(100%,180px);max-height:min(100%,180px);object-fit:contain;object-position:center;display:block;background:transparent}.store-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border:0;border-radius:999px;background:hsla(0,0%,100%,.98);color:var(--text);border:1px solid var(--line);box-shadow:var(--shadow-soft);cursor:pointer;z-index:2}.store-slider-arrow-prev{left:10px}.store-slider-arrow-next{right:10px}.store-slider-dots{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;gap:6px}.store-hero .store-slider-dots{bottom:12px}.store-slider-dots-sub{bottom:10px}.store-slider-dot{width:8px;height:8px;border-radius:999px;border:0;background:rgba(169,180,208,.5);cursor:pointer}.store-slider-dot.active{background:var(--primary)}.store-sub-banner-item{display:block;position:relative;height:auto;width:max-content;max-width:100%;max-height:100%;justify-self:center;align-self:center;border-radius:0;overflow:visible;border:0;background:transparent;box-shadow:none}.store-sub-banner-hitbox{position:absolute;width:160px;height:160px;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;display:block}.store-sub-banner-hitbox:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:4px}.store-sub-banner-media{pointer-events:none}.store-sub-banner-item img,.store-sub-banner-item video{width:auto;max-width:100%;height:auto;max-height:100%;aspect-ratio:auto;object-fit:contain;display:block}.store-hero-empty{min-height:220px;display:grid;place-items:center;color:#6b7280}.store-section{display:grid;gap:12px;min-width:0}.store-grid-full{grid-column:1/-1}.store-back-home-link{margin-top:12px}.store-background-banner-spacer{width:min(1320px,calc(100vw - 40px));margin:0 auto;min-height:clamp(360px,32.3vw,620px)}.store-background-banner-spacer.store-background-banner-static{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);overflow:hidden;border-radius:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);border-left:0;border-right:0;background:#fff;box-shadow:var(--shadow-card);min-height:clamp(240px,38vw,520px)}.store-background-banner-static-slider{position:relative;width:100%;aspect-ratio:16/5;min-height:inherit}.store-background-banner-static-slider .store-fade-slide{min-height:inherit}.store-background-banner-static-slider .store-fade-slide img,.store-background-banner-static-slider .store-fade-slide video{width:100%;height:100%;min-height:inherit;object-fit:cover;display:block}.store-showcase-video-section{position:relative;z-index:1;overflow:clip}.store-showcase-video-wrap{position:relative;min-height:clamp(760px,120vh,980px)}.store-showcase-video-sticky{position:sticky;top:clamp(72px,8.5vh,104px);display:grid;place-items:center}.store-showcase-video-frame{position:relative;width:min(100%,1240px);aspect-ratio:16/9;border-radius:20px;overflow:hidden;border:1px solid rgba(148,163,184,.35);background:#fff;box-shadow:0 22px 44px rgba(15,23,42,.12)}.store-showcase-video-frame img,.store-showcase-video-frame video{width:100%;height:100%;display:block;object-fit:cover}.store-showcase-video-overlay{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(15,23,42,.08),rgba(15,23,42,.18))}.store-section-header{display:flex;align-items:center;justify-content:space-between}.store-detail-info h1,.store-section h3,.store-section-header h2{margin:0;color:var(--heading);font-weight:700;letter-spacing:.04em;font-size:clamp(18px,2.2vw,26px)}.store-section-header a{color:var(--primary);font-weight:700;font-size:14px}.store-section-header a:hover{color:var(--luxury-gold)}.store-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;min-width:0}.store-product-carousel{position:relative;padding:0 40px;min-width:0}.store-product-viewport{overflow:hidden}.store-product-track{display:flex;align-items:stretch;will-change:transform;transition:transform .42s ease}.store-product-slide{flex:0 0 auto;min-width:0;padding:0 6px}.store-product-slide>.store-product-card{height:100%}.store-product-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#111827;text-shadow:none;box-shadow:0 8px 20px rgba(17,24,39,.08);cursor:pointer;z-index:2}.store-product-carousel-arrow:hover{border-color:var(--luxury-gold);color:var(--luxury-gold);background:#fff;transform:translateY(-50%) scale(1.03)}.store-product-carousel-arrow-prev{left:0}.store-product-carousel-arrow-next{right:0}.store-product-card{background:var(--surface-elevated);border:1px solid var(--line);border-radius:14px;overflow:hidden;display:grid;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.store-product-card:hover{transform:translateY(-4px);border-color:var(--hover-gold);box-shadow:0 20px 40px rgba(31,26,23,.12)}.store-product-card:hover .store-product-thumb{transform:scale(1.04)}.store-product-thumb-wrap{position:relative;background:radial-gradient(circle at 50% 30%,#fdf9f3 0,#f3ece1 100%);overflow:hidden}.store-product-thumb{width:100%;aspect-ratio:1/1;object-fit:contain;display:block;padding:12px;transition:transform .35s ease}.store-product-thumb--empty{display:grid;place-items:center;color:#6b7280;font-size:13px}.store-badge-stack{position:absolute;top:8px;left:8px;display:grid;gap:6px}.store-badge{font-size:11px;border-radius:999px;padding:4px 8px;font-weight:700;color:#fff}.store-badge-discount{background:linear-gradient(135deg,var(--accent-red),#ef4444)}.store-badge-new{background:linear-gradient(135deg,#111827,#374151)}.store-badge-featured{background:linear-gradient(135deg,var(--luxury-gold),var(--luxury-gold-soft));color:#111827}.store-badge-flash_sale{background:linear-gradient(135deg,#b45309,#92400e)}.store-badge-out_of_stock{background:rgba(100,116,139,.95)}.store-product-info{padding:10px;display:grid;gap:8px;min-width:0}.store-product-name{font-family:Segoe UI,Inter,Noto Sans,Arial,sans-serif;font-weight:700;line-height:1.35;min-height:44px;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.store-product-pricing{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.store-product-pricing strong{color:var(--text);font-size:17px;font-weight:700}.store-product-pricing del{color:#6b7280;font-size:13px}.store-discount-pill{background:rgba(220,38,38,.1);color:var(--danger);font-size:12px;padding:3px 8px}.store-product-meta{display:flex;justify-content:space-between;color:var(--muted);font-size:13px}.store-brand-grid{grid-template-rows:repeat(2,minmax(0,1fr));gap:10px;align-items:stretch}.store-brand-grid,.store-featured-category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.store-featured-category-grid{gap:12px}.store-featured-category-card{background:var(--surface-elevated);border:1px solid var(--line);border-radius:12px;padding:10px;display:grid;gap:8px;color:var(--text);text-align:center;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.store-featured-category-card span{font-family:Segoe UI,Inter,Noto Sans,Arial,sans-serif;font-weight:600}.store-featured-category-card:hover{transform:translateY(-3px);border-color:var(--hover-gold);box-shadow:0 16px 34px rgba(15,23,42,.12)}.store-featured-category-card img,.store-featured-category-placeholder{width:100%;aspect-ratio:1.8/1;object-fit:cover;border-radius:10px;background:#f8fafc;display:grid;place-items:center}.store-video-review-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:stretch}.store-video-carousel{position:relative;padding:0 40px;min-width:0}.store-video-viewport{overflow:hidden}.store-video-track{display:flex;align-items:stretch;will-change:transform;transition:transform .42s ease}.store-video-slide{flex:0 0 auto;min-width:0;padding:0 6px;display:flex;justify-content:center}.store-video-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border:0;border-radius:999px;background:hsla(0,0%,100%,.95);color:var(--text);border:1px solid var(--line);box-shadow:var(--shadow-soft);cursor:pointer;z-index:2}.store-video-carousel-arrow:disabled{opacity:.35;cursor:not-allowed}.store-video-carousel-arrow-prev{left:0}.store-video-carousel-arrow-next{right:0}.store-video-card{border:1px solid var(--line);border-radius:12px;background:var(--surface-elevated);text-align:left;padding:10px;display:grid;gap:8px;cursor:pointer;width:100%;height:100%;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.store-video-card:hover{transform:translateY(-2px);border-color:var(--hover-gold);box-shadow:0 12px 28px rgba(15,23,42,.12)}.store-brand-card{transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.store-brand-card:hover{transform:translateY(-2px);border-color:var(--hover-gold);box-shadow:0 12px 28px rgba(15,23,42,.1)}.store-video-thumb-wrap{position:relative;border-radius:10px;overflow:hidden;background:#f1f5f9;aspect-ratio:9/16}.store-video-thumb-wrap img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover;display:block}.store-video-thumb-fallback{width:100%;height:100%;aspect-ratio:auto;display:grid;place-items:center;color:#475569;font-weight:700;letter-spacing:1px;background:linear-gradient(180deg,rgba(148,163,184,.22),rgba(100,116,139,.24))}.store-video-play{position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:28px;background:linear-gradient(180deg,rgba(15,23,42,.08),rgba(15,23,42,.16))}.store-video-card p{margin:0;color:var(--muted);font-size:13px}.store-video-modal{position:fixed;inset:0;background:rgba(15,23,42,.32);z-index:70;display:grid;place-items:center;padding:16px}.store-video-modal-content{width:min(900px,95vw);background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px;position:relative;display:grid;gap:12px}.store-video-modal-content.is-vertical{width:min(420px,95vw)}.store-video-modal-close{position:absolute;right:12px;top:10px;border:0;background:#f8fafc;color:#334155;width:30px;height:30px;border-radius:999px;cursor:pointer}.store-video-embed-wrap iframe{width:100%;height:min(56vw,480px);border:0;border-radius:10px}.store-video-modal-content.is-vertical .store-video-embed-wrap iframe{aspect-ratio:9/16;height:min(80vh,720px)}.store-video-embed-wrap video{width:100%;max-height:min(56vw,480px);border-radius:10px;background:#f1f5f9}.store-video-modal-content.is-vertical .store-video-embed-wrap video{aspect-ratio:9/16;max-height:min(80vh,720px)}.store-brand-card{background:#fff;border-radius:12px;border:1px solid var(--line);min-height:74px;height:100%;padding:14px 12px;display:grid;place-items:center}.store-brand-card img{max-width:80%;max-height:44px;object-fit:contain}.store-list-layout{display:grid;grid-template-columns:280px 1fr;gap:14px;align-items:start;min-width:0}.store-cart-layout,.store-checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:14px;align-items:start;min-width:0}.store-cart-summary,.store-checkout-form,.store-checkout-summary,.store-filters,.store-list-main{display:grid;gap:12px;min-width:0}.store-filters{align-content:start}.store-filter-block{background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px;display:grid;gap:8px;transition:border-color .2s ease,box-shadow .2s ease}.store-filter-block:hover{border-color:var(--hover-gold);box-shadow:0 10px 22px rgba(15,23,42,.08)}.store-checkout-form input,.store-checkout-form textarea,.store-filter-block input,.store-filter-block select,.store-list-toolbar select{width:100%;border:1px solid var(--line);border-radius:10px;padding:9px 10px;font:inherit;background:#fff;color:var(--text)}.store-price-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.store-list-toolbar{background:#fff;border:1px solid var(--line);border-radius:12px;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;transition:border-color .2s ease,box-shadow .2s ease}.store-list-toolbar:hover{border-color:var(--hover-gold);box-shadow:0 10px 20px rgba(15,23,42,.07)}.store-list-toolbar p{margin:0}.store-pagination{margin-top:10px;display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;text-align:center}.store-state-card{background:#fff;border:1px dashed var(--line);border-radius:12px;padding:16px;color:#6b7280}.store-state-error{border-color:rgba(220,38,38,.36);background:rgba(220,38,38,.08);color:#991b1b}.store-detail-layout{grid-template-columns:minmax(0,48%) 1fr;min-width:0;align-items:start}.store-detail-gallery,.store-detail-info{background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px;min-width:0}.store-detail-main-image img{width:100%;aspect-ratio:1/1;object-fit:contain;border-radius:12px;background:linear-gradient(180deg,rgba(248,250,252,.9),#fff)}.store-detail-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.store-detail-thumbs button{border:1px solid var(--line);border-radius:8px;padding:0;overflow:hidden;background:#fff;cursor:pointer}.store-detail-thumbs button.active{border-color:var(--primary)}.store-detail-thumbs img{width:100%;aspect-ratio:1/1;object-fit:cover}.store-product-pricing-lg strong{font-size:26px;color:var(--text);font-weight:700}.store-detail-accordion{display:grid;border:1px solid var(--line);border-radius:14px;overflow:hidden}.store-accordion-item{border-bottom:1px solid var(--line)}.store-accordion-item:last-child{border-bottom:none}.store-accordion-summary{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;cursor:pointer;list-style:none;font-weight:600;font-size:14px;letter-spacing:.03em;color:var(--heading);user-select:none;transition:background .15s ease;gap:12px}.store-accordion-summary::-webkit-details-marker{display:none}.store-accordion-summary:hover{background:var(--surface-soft)}.store-accordion-chevron{flex-shrink:0;transition:transform .2s ease;color:var(--muted)}details[open] .store-accordion-chevron{transform:rotate(180deg)}.store-accordion-body{padding:0 20px 20px;color:var(--muted);line-height:1.75;font-size:14.5px}.store-accordion-body p{margin:0}.store-detail-buybox{position:sticky;top:calc(var(--store-header-height) + 16px)}.store-detail-stock-panel{display:grid;gap:4px;border-radius:12px;padding:14px 16px;border:1px solid rgba(184,147,90,.28);background:hsla(39,50%,95%,.9)}.store-detail-stock-panel strong{font-size:14px;color:var(--text);font-weight:600}.store-detail-stock-panel span{color:var(--muted);font-size:13px}.store-detail-stock-panel.is-out{border-color:rgba(220,38,38,.18);background:hsla(0,86%,97%,.9)}.store-detail-content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.store-detail-info-block{display:grid;gap:10px}.store-detail-info-block p{margin:0;color:var(--muted);line-height:1.7}.store-detail-meta-grid{display:grid;gap:8px;color:var(--muted)}.store-ai-fab{bottom:18px;border:none;border-radius:999px;padding:12px 16px;background:linear-gradient(135deg,#c9a227,#b8860b);color:#111827;font-weight:700;box-shadow:0 14px 30px rgba(15,23,42,.16);cursor:pointer}.store-ai-fab,.store-ai-panel{position:fixed;right:18px;z-index:60}.store-ai-panel{bottom:74px;width:min(380px,calc(100vw - 24px));border:1px solid rgba(201,162,39,.3);border-radius:18px;background:#fff;box-shadow:0 20px 44px rgba(15,23,42,.18);overflow:hidden}.store-ai-panel-header{display:flex;justify-content:space-between;gap:12px;padding:14px 16px;background:linear-gradient(180deg,rgba(201,162,39,.18),hsla(0,0%,100%,.96))}.store-ai-panel-header p{margin:4px 0 0;color:var(--muted);font-size:13px}.store-ai-close{border:none;background:transparent;font-size:22px;line-height:1;cursor:pointer;color:#475569}.store-ai-body{display:grid;gap:12px;padding:14px 16px 16px}.store-ai-status-row{display:flex;flex-wrap:wrap;gap:8px}.store-ai-faq-card,.store-ai-message,.store-ai-safety-note{border:1px solid #e2e8f0;border-radius:14px;padding:12px;background:#f8fafc}.store-ai-message-list{display:grid;gap:8px;max-height:280px;overflow:auto}.store-ai-message-bubble{max-width:88%;border-radius:14px;padding:10px 12px;line-height:1.55;white-space:pre-wrap}.store-ai-message-bubble.is-assistant{background:#f8fafc;border:1px solid #e2e8f0;color:#334155}.store-ai-message-bubble.is-user{justify-self:end;background:rgba(201,162,39,.18);border:1px solid rgba(201,162,39,.26);color:#713f12}.store-ai-chip-list{display:flex;flex-wrap:wrap;gap:8px}.store-ai-chip{border:1px solid rgba(201,162,39,.25);border-radius:999px;padding:8px 12px;background:hsla(55,97%,88%,.5);color:#854d0e}.store-ai-chip:disabled{opacity:1;cursor:not-allowed}.store-ai-faq-list{display:grid;gap:10px;margin-top:8px}.store-ai-faq-question{font-weight:700;color:#0f172a}.store-ai-faq-list p,.store-ai-safety-note ul{margin:6px 0 0;color:var(--muted)}.store-ai-recommend-card-wrap{display:grid;gap:8px}.store-ai-recommend-note{margin:0;color:#64748b;font-size:12px}.store-ai-recommend-grid{display:grid;gap:10px}.store-ai-recommend-card{display:grid;gap:4px;border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px;background:#fffdf5;color:#475569;font-size:13px}.store-ai-recommend-card strong{color:#0f172a}.store-ai-followup-list,.store-ai-routine-list{margin:8px 0 0;padding-left:18px;color:#475569;display:grid;gap:6px}.store-ai-input-wrap{display:grid;grid-template-columns:1fr auto;gap:8px}.store-ai-input-wrap button,.store-ai-input-wrap input{border-radius:12px;border:1px solid #cbd5e1;padding:10px 12px}.store-ai-input-wrap input{background:#fff;color:#0f172a}.store-ai-input-wrap button{min-width:72px;background:#e2e8f0;color:#64748b}.store-ai-safety-note ul{padding-left:18px}.store-stock-in{color:var(--accent);margin:0}.store-stock-out{color:var(--accent-red);margin:0}.store-detail-actions,.store-variant-wrap{display:grid;gap:8px}.store-variant-grid{display:flex;flex-wrap:wrap;gap:8px}.store-variant-grid button{border:1px solid var(--line);border-radius:10px;background:rgba(248,250,255,.9);padding:8px 12px;cursor:pointer}.store-variant-grid button.active{border-color:var(--primary-hover);color:#1e3a8a;background:var(--primary-soft)}.store-checkout-form input:focus,.store-checkout-form textarea:focus,.store-filter-block input:focus,.store-filter-block select:focus,.store-list-toolbar select:focus,.store-qty-control input:focus,.store-search input:focus{outline:none;border-color:var(--hover-gold);box-shadow:0 0 0 3px rgba(201,162,39,.18)}.store-featured-category-card span,.store-filter-block,.store-filter-block input,.store-filter-block select,.store-list-toolbar,.store-list-toolbar select,.store-product-name,.store-section-header a,.store-section-header h2{font-family:Segoe UI,Inter,Noto Sans,Helvetica Neue,Arial,sans-serif}.btn:focus-visible,.store-header-menu a:focus-visible,.store-quick-links a:focus-visible,.store-search button:focus-visible,.store-slider-arrow:focus-visible,.store-video-carousel-arrow:focus-visible{outline:none;box-shadow:0 0 0 3px var(--focus-ring)}.store-detail-actions{grid-template-columns:1fr 1fr}.store-cart-item{display:grid;grid-template-columns:90px minmax(0,1fr) 170px;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.store-cart-item img{width:90px;height:90px;object-fit:contain;border:1px solid var(--line);border-radius:10px}.store-cart-item-info p{margin:4px 0 0;color:var(--muted)}.store-cart-item-actions{display:grid;justify-items:stretch;gap:8px;min-width:0}.store-cart-item-info{min-width:0}.store-cart-item-info p,.store-cart-item-info strong{overflow-wrap:anywhere;word-break:break-word}.store-qty-control{display:grid;grid-template-columns:30px 50px 30px;gap:4px;align-items:center}.store-qty-control input{text-align:center;background:#fff;color:var(--text)}.store-qty-control button,.store-qty-control input{border:1px solid var(--line);border-radius:8px;height:30px}.store-qty-control button{background:rgba(248,250,255,.9)}.store-cart-summary>div,.store-checkout-total{display:flex;justify-content:space-between;align-items:center}.store-checkout-items{display:grid;gap:8px}.store-checkout-items>div{display:flex;justify-content:space-between;gap:8px}.store-cart-item-info p,.store-detail-info h1,.store-section h3,.store-section-header h2,.store-state-card,.store-video-card p{overflow-wrap:anywhere}.store-checkout-grand{border-top:1px dashed var(--line);padding-top:10px}.store-success{max-width:760px;margin:20px auto;text-align:center;color:var(--text)}.store-success-actions{display:flex;justify-content:center;gap:14px}.is-disabled{pointer-events:none;opacity:.6}@media (max-width:1100px){.store-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.store-product-carousel{padding:0 36px}.store-brand-grid,.store-featured-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.store-video-review-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.store-video-carousel{padding:0 36px}.store-showcase-video-wrap{min-height:clamp(700px,110vh,920px)}.store-showcase-video-frame{border-radius:16px}}@media (max-width:900px){:root{--store-header-height:212px}.store-background-follow-zone{--store-follow-bg-height:560px}.store-header-top{grid-template-columns:1fr;padding:10px 0;gap:10px}.store-quick-links{justify-content:flex-start;gap:8px}.store-logo-image{width:clamp(120px,38vw,156px);max-height:48px}.store-cart-layout,.store-checkout-layout,.store-detail-layout,.store-list-layout{grid-template-columns:1fr}.store-detail-buybox{position:static;top:auto}.store-filters{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.store-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.store-product-carousel{padding:0 34px}.store-brand-grid,.store-featured-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.store-video-review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-video-carousel{padding:0 34px}.store-hero-cluster.has-background{min-height:var(--store-follow-bg-height)}.store-follow-bg-sticky{top:0;height:var(--store-follow-bg-height)}.store-follow-bg-sticky.mode-fixed{top:var(--store-header-height)}.store-sub-slide,.store-sub-slider{min-height:clamp(124px,18.5vw,162px)}.store-sub-slide{gap:10px}.store-hero{margin-top:-4px}.store-hero-banner img,.store-hero-banner.store-fade-slider{aspect-ratio:16/5.1}.store-background-banner-spacer{width:min(1320px,calc(100vw - 24px));min-height:clamp(300px,40vw,520px)}.store-showcase-video-wrap{min-height:clamp(580px,94vh,760px)}.store-showcase-video-sticky{top:clamp(68px,7.5vh,92px)}.store-showcase-video-frame{width:min(100%,1000px);border-radius:14px}}@media (max-width:640px){:root{--store-header-height:214px}.store-background-follow-zone{--store-follow-bg-height:470px}.store-container{width:min(1240px,calc(100vw - 18px))}.store-main{padding:calc(var(--store-header-height) + 14px) 0 24px}.store-main.store-main-home{padding-top:var(--store-header-height)}.store-logo-image{width:clamp(112px,42vw,146px);max-height:44px}.store-hero-cluster-inner{width:min(1320px,calc(100vw - 18px));padding-top:8px}.store-hero-cluster.has-background{min-height:var(--store-follow-bg-height)}.store-follow-bg-sticky{top:0;height:var(--store-follow-bg-height)}.store-follow-bg-sticky.mode-fixed{top:var(--store-header-height)}.store-hero{margin-top:0}.store-hero-banner img,.store-hero-banner.store-fade-slider{aspect-ratio:16/5.6;min-height:clamp(150px,37vw,250px)}.store-brand-grid,.store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.store-product-carousel{padding:0 30px}.store-product-slide{padding:0 4px}.store-featured-category-grid,.store-video-review-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.store-video-carousel{padding:0 30px}.store-video-slide{padding:0 4px}.store-sub-slider{min-height:176px}.store-sub-slide{gap:8px;min-height:176px}.store-filters,.store-sub-slide{grid-template-columns:1fr}.store-list-toolbar{align-items:stretch}.store-list-toolbar select{width:100%}.store-detail-thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}.store-detail-actions,.store-detail-content-grid{grid-template-columns:1fr}.store-ai-panel{right:12px;bottom:68px;width:min(360px,calc(100vw - 24px))}.store-ai-fab{right:12px;bottom:12px}.store-back-home-link a{display:inline-flex;min-height:38px;align-items:center}.store-product-carousel-arrow,.store-slider-arrow,.store-video-carousel-arrow{width:32px;height:32px}.store-video-modal-content{padding:12px}.store-cart-item,.store-footer-grid{grid-template-columns:1fr}.store-cart-item-actions{justify-items:start}.store-success-actions{flex-direction:column}.store-background-banner-spacer{width:min(1240px,calc(100vw - 18px));min-height:clamp(220px,52vw,360px)}.store-showcase-video-section{gap:10px}.store-showcase-video-wrap{min-height:clamp(380px,66vh,520px)}.store-showcase-video-sticky{top:66px}.store-showcase-video-frame{border-radius:12px;aspect-ratio:16/10}}@media (max-width:480px){:root{--store-header-height:248px}.store-container{width:calc(100vw - 14px)}.store-header-top{padding:8px 0}.store-search{grid-template-columns:1fr;gap:6px}.store-search button,.store-search input{width:100%}.btn,.store-header-menu a,.store-quick-links a,.store-search button,.store-search input{min-height:40px}.store-quick-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.store-quick-links a{justify-content:center}.store-header-menu{padding:6px 0;gap:6px}.store-hero-cluster-inner{width:calc(100vw - 14px);padding-top:6px}.store-hero-banner img,.store-hero-banner.store-fade-slider{aspect-ratio:16/6;min-height:clamp(130px,40vw,210px)}.store-sub-slide,.store-sub-slider{min-height:152px}.store-background-banner-spacer{width:calc(100vw - 14px);min-height:clamp(190px,58vw,320px)}.store-brand-grid,.store-featured-category-grid,.store-product-grid,.store-video-review-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.store-product-carousel{padding:0 26px}.store-product-slide{padding:0 3px}.store-product-info{padding:8px;gap:6px}.store-product-name{min-height:40px;font-size:13px}.store-product-pricing strong{font-size:16px}.store-discount-pill,.store-product-meta,.store-product-pricing del{font-size:11px}.store-video-carousel{padding:0 26px}.store-video-slide{padding:0 3px}.store-product-carousel-arrow,.store-slider-arrow,.store-video-carousel-arrow{width:30px;height:30px}.store-detail-gallery,.store-detail-info,.store-filter-block,.store-list-toolbar,.store-state-card,.store-video-card{padding:10px}.store-price-row{grid-template-columns:1fr}.store-cart-item{gap:8px;padding:8px 0}.store-qty-control{grid-template-columns:32px 48px 32px}.store-qty-control button,.store-qty-control input{height:32px}.store-cart-summary>div,.store-checkout-items>div,.store-checkout-total{flex-wrap:wrap;row-gap:4px}.store-section-header{gap:8px;flex-wrap:wrap}.store-detail-thumbs{grid-template-columns:repeat(3,minmax(0,1fr))}.store-footer{padding:24px 0}.store-footer-grid{gap:10px}}@media (max-width:414px){.store-background-banner-spacer,.store-container,.store-hero-cluster-inner{width:calc(100vw - 12px)}}@media (max-width:390px){:root{--store-header-height:286px}.store-brand-grid,.store-featured-category-grid,.store-product-grid,.store-quick-links,.store-video-review-grid{grid-template-columns:1fr}.store-product-carousel,.store-video-carousel{padding:0 22px}}@media (max-width:360px){.btn,.store-header-menu a,.store-quick-links a,.store-search button,.store-search input{min-height:42px}.store-list-toolbar{padding:8px}.store-product-info{padding:7px}}@media (max-width:320px){.store-background-banner-spacer,.store-container,.store-hero-cluster-inner{width:calc(100vw - 10px)}.store-product-carousel,.store-video-carousel{padding:0 18px}}@media (max-width:430px){:root{--store-header-height:206px}.store-app{overflow-x:hidden}.store-background-banner-spacer,.store-container,.store-hero-cluster-inner{width:min(1320px,calc(100vw - 24px))}.store-main{padding:calc(var(--store-header-height) - 10px) 0 20px;overflow-x:hidden}.store-main.store-main-home{padding-top:calc(var(--store-header-height) - 10px)}.store-header{background:var(--header-navy-glass);border-bottom:1px solid rgba(226,232,240,.12);backdrop-filter:blur(16px)}.store-header-top{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:8px 0 6px}.store-logo{order:1;flex:0 0 auto;justify-content:flex-start}.store-logo-image{width:clamp(58px,17vw,72px);max-height:42px}.store-search{order:2;flex:1 1 0;min-width:0;grid-template-columns:1fr auto;gap:8px}.store-search button,.store-search input{height:42px;min-height:42px}.store-search input{border-radius:14px;padding:0 14px;font-size:15px}.store-search button{border-radius:14px;padding:0 16px;font-size:14px;letter-spacing:.01em;box-shadow:0 8px 20px rgba(37,99,235,.2)}.store-quick-links{order:3;display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:8px;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}.store-quick-links::-webkit-scrollbar{display:none}.store-quick-links a{flex:0 0 auto;min-height:36px;padding:8px 12px;border-radius:999px;font-size:13px;white-space:nowrap}.store-quick-links a:first-child{font-weight:800;background:rgba(56,189,248,.16);border-color:rgba(226,232,240,.3)}.store-header-menu{gap:8px;padding:6px 0 8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.store-header-menu::-webkit-scrollbar{display:none}.store-header-menu a{flex:0 0 auto;min-height:36px;padding:8px 14px;border-radius:999px;font-size:12.5px}.store-background-follow-zone{--store-follow-bg-height:408px;overflow-x:hidden}.store-hero-cluster.has-background{padding-bottom:14px}.store-hero-cluster-inner{gap:8px;padding-top:0}.store-hero{margin-top:0}.store-hero-banner.store-fade-slider{aspect-ratio:16/7.2;min-height:clamp(156px,43vw,224px);border-radius:14px;overflow:hidden;background:hsla(0,0%,100%,.7)}.store-hero-banner img{width:100%;height:100%;object-fit:contain;object-position:center}.store-sub-slider{min-height:clamp(156px,44vw,208px)}.store-sub-slide{min-height:inherit;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.store-sub-banner-item{width:100%;max-width:none;justify-self:stretch}.store-sub-banner-hitbox{width:clamp(138px,40vw,178px);height:clamp(138px,40vw,178px)}.store-sub-banner-item img,.store-sub-banner-item video,.store-sub-banner-media{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.26);transform-origin:center}.store-slider-arrow{width:26px;height:26px;border-width:1px}.store-slider-arrow-prev{left:6px}.store-slider-arrow-next{right:6px}.store-slider-dots{bottom:7px;gap:5px}.store-slider-dot{width:6px;height:6px}.store-background-banner-spacer{min-height:clamp(182px,56vw,250px)}.store-detail-layout,.store-home-layout{gap:12px}.store-section{gap:10px;min-width:0}.store-section-header{gap:10px;margin-top:2px;margin-bottom:2px;align-items:flex-end}.store-section-header h2{font-size:24px;font-weight:800;line-height:1.18;letter-spacing:.01em}.store-section-header a{font-size:13px}.store-brand-grid,.store-featured-category-grid,.store-product-grid,.store-video-review-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.store-video-carousel{padding:0 24px}}@media (max-width:414px){:root{--store-header-height:202px}.store-background-banner-spacer,.store-container,.store-hero-cluster-inner{width:min(1320px,calc(100vw - 22px))}}@media (max-width:390px){:root{--store-header-height:198px}.store-background-banner-spacer,.store-container,.store-hero-cluster-inner{width:min(1320px,calc(100vw - 20px))}.store-quick-links a{font-size:12.5px;padding:8px 11px}.store-section-header h2{font-size:23px}}@media (max-width:375px){:root{--store-header-height:194px}.store-background-banner-spacer,.store-container,.store-hero-cluster-inner{width:min(1320px,calc(100vw - 18px))}.store-search button{padding:0 14px}.store-sub-slide{gap:6px}.store-sub-banner-hitbox{width:clamp(128px,39vw,162px);height:clamp(128px,39vw,162px)}}@media (max-width:360px){:root{--store-header-height:188px}.store-background-banner-spacer,.store-container,.store-hero-cluster-inner{width:min(1320px,calc(100vw - 16px))}.btn,.store-header-menu a,.store-quick-links a,.store-search button,.store-search input{min-height:38px}.store-section-header h2{font-size:22px}.store-brand-grid,.store-featured-category-grid,.store-product-grid,.store-video-review-grid{gap:8px}.store-background-banner-spacer{min-height:clamp(170px,60vw,220px)}}.build-pc-page{display:grid;gap:20px}.build-pc-hero{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:18px;align-items:center;background:linear-gradient(135deg,rgba(18,26,47,.96),rgba(33,48,78,.92));color:#f8fafc}.build-pc-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:8px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#f7d989}.build-pc-hero h1{margin:0 0 8px;font-size:clamp(28px,4vw,38px)}.build-pc-hero p{margin:0;color:rgba(248,250,252,.82)}.build-pc-hero-summary{display:grid;gap:4px;justify-items:center;padding:18px;border:1px solid hsla(44,87%,75%,.28);border-radius:18px;background:hsla(0,0%,100%,.08)}.build-pc-hero-summary strong{font-size:34px;color:#f7d989}.build-pc-hero-summary span{font-size:13px;color:rgba(248,250,252,.8)}.build-pc-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px;align-items:start}.build-pc-group-card,.build-pc-group-list,.build-pc-page,.build-pc-picker-body,.build-pc-picker-panel,.build-pc-progress-list,.build-pc-selection-content,.build-pc-side-card{display:grid}.build-pc-group-list,.build-pc-picker-body,.build-pc-picker-panel,.build-pc-side-card{gap:16px}.build-pc-group-card{gap:14px}.build-pc-group-head,.build-pc-pagination,.build-pc-picker-header,.build-pc-picker-title-row,.build-pc-selection-actions{display:flex;justify-content:space-between;gap:12px}.build-pc-group-head,.build-pc-picker-header,.build-pc-picker-title-row{align-items:start}.build-pc-selection-actions{flex-wrap:wrap;align-items:end}.build-pc-group-head h2,.build-pc-picker-header h3,.build-pc-side-card h3{margin:0}.build-pc-group-head h2{margin-bottom:6px;font-size:22px}.build-pc-empty-spec,.build-pc-group-head p,.build-pc-picker-header p,.build-pc-picker-toolbar,.build-pc-side-note{margin:0;color:var(--muted-foreground)}.build-pc-group-tags,.build-pc-inline-actions,.build-pc-picker-meta,.build-pc-picker-price,.build-pc-selection-meta{display:flex;flex-wrap:wrap;gap:10px}.build-pc-badge,.build-pc-tag{display:inline-flex;align-items:center;border-radius:999px;font-size:12px;font-weight:700}.build-pc-tag{min-height:32px;padding:0 12px;background:rgba(15,23,42,.08);color:#334155;font-size:13px;font-weight:600}.build-pc-tag-warning{background:rgba(245,158,11,.14);color:#b45309}.build-pc-selection{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;padding:14px;border:1px solid rgba(148,163,184,.28);border-radius:16px;background:hsla(0,0%,100%,.72)}.build-pc-picker-image,.build-pc-selection-image{width:100%;aspect-ratio:1/1;object-fit:contain;border-radius:14px;background:#fff;border:1px solid rgba(148,163,184,.18)}.build-pc-selection-content{gap:10px}.build-pc-picker-price strong,.build-pc-selection-content strong{font-size:18px}.build-pc-empty-spec,.build-pc-picker-meta,.build-pc-selection-meta,.build-pc-side-note{font-size:13px}.build-pc-selection-actions label{display:grid;gap:6px;color:var(--muted-foreground);font-size:13px}.build-pc-picker-filters input,.build-pc-picker-filters select,.build-pc-selection-actions input{min-height:42px;padding:0 12px;border:1px solid rgba(148,163,184,.35);border-radius:12px;background:#fff}.build-pc-selection-empty,.build-pc-state{padding:18px;border-radius:16px;background:rgba(15,23,42,.04);color:#475569}.build-pc-badge,.build-pc-state-error{color:#b91c1c}.build-pc-state-error{background:rgba(239,68,68,.08)}.build-pc-side-card{position:sticky;top:calc(var(--store-header-height) + 28px);gap:14px}.build-pc-power-stats,.build-pc-side-actions,.build-pc-side-stats,.build-pc-summary-list{display:grid;gap:10px}.build-pc-side-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.build-pc-power-item,.build-pc-side-stat,.build-pc-summary-item{display:flex;justify-content:space-between;gap:12px;padding:12px;border-radius:12px;background:rgba(15,23,42,.04)}.build-pc-side-stat{flex-direction:column}.build-pc-power-item{align-items:center}.build-pc-power-item span,.build-pc-side-stat span,.build-pc-summary-item small,.build-pc-summary-item span{color:var(--muted-foreground);font-size:13px}.build-pc-side-stat strong,.build-pc-summary-item b{font-size:16px}.build-pc-summary-item>div{display:grid;gap:4px}.build-pc-warning-list{display:grid;gap:8px}.build-pc-warning-item{padding:12px;border-radius:12px;background:rgba(245,158,11,.14);color:#92400e;font-size:13px;line-height:1.5}.build-pc-warning-item.is-info{background:rgba(59,130,246,.1);color:#1d4ed8}.build-pc-picker-power-row{display:flex;flex-wrap:wrap;gap:8px}.build-pc-power-chip{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:rgba(59,130,246,.12);color:#1d4ed8;font-size:12px;font-weight:700}.build-pc-power-chip.muted{background:rgba(148,163,184,.18);color:#475569}.build-pc-state-success{background:rgba(34,197,94,.12);color:#166534}.build-pc-progress-list{gap:8px;padding:0;margin:0;list-style:none}.build-pc-progress-list li{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;border-radius:12px;background:rgba(15,23,42,.04)}.build-pc-progress-list li.done{background:rgba(34,197,94,.12)}.build-pc-progress-list li strong{font-size:12px}.build-pc-picker-overlay{position:fixed;inset:0;z-index:80;display:flex;justify-content:center;align-items:center;padding:18px;background:rgba(15,23,42,.56);backdrop-filter:blur(4px)}.build-pc-picker-panel{width:min(1160px,100%);max-height:min(90vh,920px);overflow:auto}.build-pc-picker-filters{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.build-pc-picker-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.build-pc-picker-card{display:grid;grid-template-columns:116px minmax(0,1fr);gap:12px;padding:12px;border-radius:16px;border:1px solid rgba(148,163,184,.22);background:rgba(248,250,252,.82)}.build-pc-picker-price del{color:var(--muted-foreground)}.build-pc-picker-stock{color:#0f766e;font-size:13px;font-weight:700}.build-pc-badge{min-height:28px;padding:0 10px;background:rgba(239,68,68,.12)}.build-pc-spec-list{display:grid;gap:6px;margin:0;padding-left:18px;color:var(--muted-foreground)}.build-pc-spec-list.compact{font-size:13px}.build-pc-pagination{align-items:center}@media (max-width:1080px){.build-pc-hero,.build-pc-layout,.build-pc-picker-grid{grid-template-columns:1fr}.build-pc-side-card{position:static}.build-pc-picker-filters{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:768px){.build-pc-group-head,.build-pc-pagination,.build-pc-picker-header,.build-pc-selection-actions{flex-direction:column;align-items:stretch}.build-pc-picker-card,.build-pc-picker-filters,.build-pc-selection{grid-template-columns:1fr}.build-pc-picker-panel{max-height:94vh;padding:16px}.build-pc-side-stats{grid-template-columns:1fr}}.store-list-mobile-toolbar,.store-mobile-menu-toggle{display:none}.store-state-card-loading{position:relative;overflow:hidden;color:#475569}.store-state-card-loading:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.75) 50%,transparent);animation:store-card-shimmer 1.4s ease-in-out infinite}@keyframes store-card-shimmer{to{transform:translateX(100%)}}.store-product-group-price{color:var(--muted);overflow-wrap:anywhere}.store-cart-summary,.store-checkout-summary{position:sticky;top:calc(var(--store-header-height) + 20px)}.store-checkout-form label{display:grid;gap:6px}.store-detail-main-image{border-radius:12px;overflow:hidden;background:#fff}.store-detail-main-image img{display:block}.store-detail-thumbs button{min-height:72px}.store-video-modal-content{max-height:min(92vh,820px);overflow-y:auto}.modal-close,.store-video-modal-close{display:inline-flex;align-items:center;justify-content:center}.store-video-modal-close{width:40px;height:40px}.modal{position:relative}.modal-close{position:absolute;top:10px;right:10px;width:40px;height:40px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#334155;font-size:20px;cursor:pointer}.pos-draft-tabs,.pos-header-actions{display:flex;gap:8px;flex-wrap:wrap}.pos-payment-summary-row{display:flex;justify-content:space-between;gap:12px}.pos-search-suggest{overscroll-behavior:contain}.pos-search-suggest-item{min-height:52px}.pos-search-hint{color:#64748b;font-size:13px}.pos-primary-action{min-width:min(100%,220px)}@media (max-width:900px){.store-cart-summary,.store-checkout-summary{position:static;top:auto}}@media (max-width:768px){.store-mobile-menu-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--text);font-weight:700;white-space:nowrap}.store-header-menu-wrap{display:none}.store-header-menu-wrap.is-open{display:block}.store-list-mobile-toolbar{display:none}.store-product-meta{gap:6px;flex-wrap:wrap}.pos-draft-tabs,.pos-header-actions{flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.pos-draft-tabs::-webkit-scrollbar,.pos-header-actions::-webkit-scrollbar{display:none}.pos-draft-tabs>*,.pos-header-actions>*{flex:0 0 auto}.pos-payment-summary-row{align-items:flex-start}.pos-primary-action{width:100%}}@media (max-width:640px){.btn,.input,.select,.store-checkout-form input,.store-checkout-form textarea,.store-filter-block input,.store-filter-block select,.store-list-toolbar select,.store-qty-control button,.store-qty-control input,.store-search button,.store-search input,.store-variant-grid button,.textarea{min-height:44px;font-size:16px}.store-list-mobile-toolbar{display:block;margin-bottom:10px}.store-mobile-filter-toggle{width:100%}.store-filters{display:none}.store-filters.is-open{display:grid}.store-filters.is-drawer-open{position:fixed;left:0;right:0;bottom:0;z-index:80;max-height:82vh;overflow:auto;padding:16px;background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -18px 40px rgba(15,23,42,.18)}.store-filter-drawer-overlay{position:fixed;inset:0;background:rgba(15,23,42,.4);z-index:70;border:0;padding:0;margin:0}.store-filter-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.store-filter-drawer-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;position:sticky;bottom:0;background:#fff;padding-top:8px}.store-list-toolbar{position:sticky;top:calc(var(--store-header-height) + 8px);z-index:3}.store-video-modal{align-items:end;padding:8px}.store-video-modal-content,.store-video-modal-content.is-vertical{width:100%;max-width:100%;border-radius:16px 16px 12px 12px}.modal-backdrop{align-items:end;padding:8px}.modal{width:100%;max-height:calc(100vh - 16px);border-radius:16px 16px 12px 12px;padding-top:52px}.pos-search-suggest{left:8px!important;right:8px!important;max-height:min(56vh,420px)!important}.pos-search-suggest-item{padding:10px 12px!important}.pos-search-suggest-main{display:grid;gap:2px}.pos-payment-summary-row{flex-wrap:wrap}}@media (max-width:430px){.store-header-top{gap:6px}.store-mobile-menu-toggle{order:4}.store-list-toolbar{top:calc(var(--store-header-height) + 6px)}.store-detail-thumbs button{min-height:60px}}.store-drawer-overlay,.store-mobile-drawer{display:none}.store-quick-phone{display:flex;align-items:center;gap:6px;color:#1f1a17;font-size:13px;font-weight:500}.store-cart-link{position:relative;display:inline-flex;align-items:center;gap:6px}@media (max-width:900px){.store-quick-phone{display:none}}@media (max-width:640px){.store-header-menu-wrap{display:none}.store-drawer-overlay{display:block;position:fixed;inset:0;background:rgba(31,26,23,.5);z-index:49;backdrop-filter:blur(2px)}.store-mobile-drawer{display:block;position:fixed;top:0;right:-100%;width:min(320px,85vw);height:100dvh;background:#fff;z-index:50;overflow-y:auto;transition:right .3s ease;box-shadow:-8px 0 40px rgba(31,26,23,.18)}.store-mobile-drawer.is-open{right:0}.store-mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 16px;border-bottom:1px solid var(--line);font-weight:700;font-size:15px;letter-spacing:.06em;text-transform:uppercase;color:var(--heading)}.store-mobile-drawer-header button{background:none;border:none;cursor:pointer;padding:4px;color:var(--text);display:flex;align-items:center}.store-mobile-drawer-body{display:grid;padding:8px 0}.store-mobile-drawer-body a{display:block;padding:14px 20px;font-size:15px;color:var(--text);font-weight:500;border-bottom:1px solid hsla(33,34%,86%,.5);transition:background .15s ease,color .15s ease}.store-mobile-drawer-body a:hover{background:var(--surface-soft);color:var(--primary)}.store-mobile-drawer-divider{height:8px;background:var(--surface-soft);margin:4px 0}.store-mobile-menu-toggle{display:flex!important;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--line);border-radius:10px;background:var(--surface);cursor:pointer;color:var(--text)}.store-quick-links a:not(.store-cart-link){display:none}.store-quick-links a.store-cart-link{display:inline-flex}}.store-announcement-bar{background:#1f1a17;color:#d4c5b2;text-align:center;padding:9px 16px;font-size:12.5px;letter-spacing:.07em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.store-announcement-bar a{color:var(--luxury-gold);font-weight:600}.store-list-page-header{margin-bottom:20px;display:grid;gap:6px}.store-breadcrumb{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--muted);letter-spacing:.02em}.store-breadcrumb a{color:var(--muted);transition:color .15s ease}.store-breadcrumb a:hover{color:var(--primary)}.store-list-title{font-size:clamp(22px,3vw,34px);font-weight:700;letter-spacing:.03em;color:var(--heading);margin:0}.store-concern-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.store-concern-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:22px 10px;text-align:center;display:grid;gap:10px;place-items:center;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;color:var(--text);text-decoration:none}.store-concern-card:hover{transform:translateY(-4px);border-color:var(--luxury-gold);box-shadow:0 14px 32px rgba(31,26,23,.1)}.store-concern-icon{font-size:30px;line-height:1}.store-concern-name{font-size:12.5px;font-weight:600;line-height:1.35;color:var(--text);letter-spacing:.02em}.store-brand-story{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;padding:24px 0}.store-brand-story-image{border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#e8ddd0,#f8f3ea 60%,#edd9b8);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center}.store-brand-story-image img{width:100%;height:100%;object-fit:cover;display:block}.store-brand-story-image-placeholder{display:grid;place-items:center;width:100%;height:100%;min-height:280px;background:linear-gradient(135deg,#e8ddd0,#f2e8d8 50%,#edd9b8);border-radius:16px;color:var(--muted);font-size:14px;letter-spacing:.1em;text-transform:uppercase}.store-brand-story-text{display:grid;gap:20px}.store-brand-story-label{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--primary);font-weight:600}.store-brand-story-headline{font-size:clamp(22px,2.6vw,32px);font-weight:700;line-height:1.25;color:var(--heading);margin:0;letter-spacing:.01em}.store-brand-story-body{color:var(--muted);line-height:1.85;margin:0;font-size:15px}.store-brand-story-cta{display:inline-flex;align-items:center;gap:8px;color:var(--text);font-weight:600;font-size:12px;letter-spacing:.14em;text-transform:uppercase;border-bottom:1px solid var(--text);padding-bottom:3px;transition:color .2s ease,border-color .2s ease;width:fit-content;text-decoration:none}.store-brand-story-cta:hover{color:var(--primary);border-color:var(--primary)}.store-gift-banner{background:linear-gradient(135deg,#2d2318,#3d3020 60%,#2a1e12);border-radius:16px;padding:48px 56px;display:flex;align-items:center;justify-content:space-between;gap:28px;overflow:hidden;position:relative}.store-gift-banner:before{right:-80px;top:-80px;width:300px;height:300px;background:rgba(184,147,90,.07)}.store-gift-banner:after,.store-gift-banner:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.store-gift-banner:after{left:-40px;bottom:-60px;width:200px;height:200px;background:rgba(184,147,90,.05)}.store-gift-banner-text{display:grid;gap:8px;position:relative;z-index:1}.store-gift-banner-label{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--luxury-gold);font-weight:600}.store-gift-banner-headline{font-size:clamp(20px,2.2vw,28px);font-weight:700;color:#f8f3ea;margin:0;line-height:1.25}.store-gift-banner-sub{color:#b3a89d;font-size:14px;margin:0;line-height:1.6}.store-gift-banner-cta{position:relative;z-index:1;flex-shrink:0;background:var(--luxury-gold);color:#1f1a17;padding:14px 32px;border-radius:8px;font-weight:700;font-size:13px;letter-spacing:.08em;text-transform:uppercase;transition:background .22s ease,transform .22s ease,box-shadow .22s ease;white-space:nowrap;text-decoration:none}.store-gift-banner-cta:hover{background:#cba56a;transform:translateY(-2px);box-shadow:0 8px 20px rgba(184,147,90,.35)}.store-product-name{font-weight:600;letter-spacing:.01em;line-height:1.4}.store-discount-pill{background:rgba(184,147,90,.12);color:var(--primary);border-radius:999px;font-size:11.5px;padding:3px 9px;font-weight:700}@media (max-width:900px){.store-concern-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.store-brand-story{grid-template-columns:1fr;gap:28px}.store-gift-banner{flex-direction:column;text-align:center;padding:36px 28px}.store-footer-grid{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width:640px){.store-announcement-bar{display:none}.store-concern-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.store-gift-banner{padding:28px 20px;border-radius:12px}.store-footer-grid{grid-template-columns:1fr 1fr;gap:24px}}@media (max-width:480px){.store-concern-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-footer-grid{grid-template-columns:1fr;gap:22px}.store-footer-bottom{flex-direction:column;gap:6px;text-align:center}}.admin-shell .muted{color:#64748b;font-size:14px}.admin-shell .form-error{color:#dc2626;font-size:14px;margin:0 0 8px}.admin-shell .btn-sm{padding:4px 10px;font-size:13px;line-height:1.4}.media-tabs-card{display:flex;flex-direction:column;gap:14px}.media-tabs{display:flex;flex-wrap:wrap;gap:8px}.media-tab{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border:1px solid #e2e8f0;background:#fff;border-radius:999px;font-size:14px;color:#475569;cursor:pointer;transition:all .15s ease}.media-tab:hover{border-color:#2563eb;color:#2563eb}.media-tab.active{background:#2563eb;border-color:#2563eb;color:#fff}.media-tab-count{min-width:22px;padding:0 6px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:rgba(15,23,42,.08);font-size:12px;font-weight:600}.media-tab.active .media-tab-count{background:hsla(0,0%,100%,.25);color:#fff}.media-toolbar{flex-wrap:wrap;gap:12px;align-items:flex-end}.media-search{display:flex;gap:8px;flex:1 1 280px}.media-search input{flex:1}.media-filter{display:flex;flex-direction:column;gap:4px;font-size:13px;color:#475569}.media-table td,.media-table th{vertical-align:middle}.media-thumb{width:56px;height:56px;border-radius:8px;overflow:hidden;background:#f1f5f9;display:flex;align-items:center;justify-content:center}.media-thumb img{width:100%;height:100%;object-fit:cover}.media-thumb-icon{font-size:24px}.media-link-button{background:none;border:none;padding:0;color:#2563eb;cursor:pointer;font-weight:600;text-align:left;word-break:break-all}.media-subtle{color:#94a3b8;font-size:12px;word-break:break-all}.media-badge{display:inline-block;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap}.media-badge-inuse{background:#dcfce7;color:#166534}.media-badge-unused{background:#fee2e2;color:#b91c1c}.media-badge-duplicate{background:#ede9fe;color:#6d28d9}.media-badge-unknown{background:#fef9c3;color:#854d0e}.media-badge-trashed{background:#e2e8f0;color:#475569}.media-row-actions{display:flex;gap:6px;flex-wrap:wrap}.media-pagination{justify-content:center;gap:14px;margin-top:14px;align-items:center}.media-drawer-overlay{position:fixed;inset:0;background:rgba(15,23,42,.45);z-index:1200;display:flex;justify-content:flex-end}.media-drawer{width:min(460px,100%);height:100%;background:#fff;padding:22px;overflow-y:auto;box-shadow:-8px 0 24px rgba(15,23,42,.18)}.media-drawer-header{justify-content:space-between}.media-drawer-header,.media-drawer-preview{display:flex;align-items:center;margin-bottom:16px}.media-drawer-preview{width:100%;border-radius:12px;overflow:hidden;background:#f1f5f9;justify-content:center;min-height:180px}.media-drawer-preview img,.media-drawer-preview video{width:100%;max-height:320px;object-fit:contain}.media-meta{display:flex;flex-direction:column;gap:8px;margin:0 0 18px}.media-meta>div{display:flex;gap:10px;font-size:14px}.media-meta dt{flex:0 0 110px;color:#94a3b8}.media-meta dd{margin:0;color:#1f2937;word-break:break-all}.media-usage-title{margin:0 0 10px;font-size:15px}.media-usage-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.media-usage-list li{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:10px;font-size:13px}.media-usage-table{font-weight:600;color:#1f2937}.media-usage-field{color:#64748b;font-family:monospace}.media-usage-label{color:#475569}.media-usage-link{margin-left:auto;color:#2563eb}.media-cleanup-bar{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:14px 16px;border-top:1px solid #eef2f7;background:#fbfcfe}.media-cleanup-btn{display:inline-flex;align-items:center;gap:8px;font-weight:600}.media-cleanup-unused{border-color:#fed7aa;color:#c2410c;background:#fff7ed}.media-cleanup-unused:hover:not(:disabled){background:#ffedd5}.media-cleanup-duplicate{border-color:#bfdbfe;color:#1d4ed8;background:#eff6ff}.media-cleanup-duplicate:hover:not(:disabled){background:#dbeafe}.media-cleanup-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:rgba(15,23,42,.08);font-size:12px;font-weight:700}.media-cleanup-hint{margin:0;font-size:12.5px;flex:1 1 220px}.media-selection-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;margin-bottom:12px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.media-select-all{display:inline-flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;color:#334155;cursor:pointer}.media-check-col input,.media-select-all input{width:16px;height:16px;cursor:pointer}.media-check-col input:disabled,.media-select-all input:disabled{cursor:not-allowed;opacity:.4}.media-selection-actions{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.media-selection-count{font-size:13px;font-weight:600;color:#1d4ed8}.media-check-col{width:40px;text-align:center}.media-row-selected{background:#eff6ff}.media-drawer-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;padding-top:16px;border-top:1px solid #e2e8f0}.media-confirm-overlay{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(15,23,42,.45)}.media-confirm{width:min(460px,100%);background:#fff;border-radius:16px;padding:22px 24px;box-shadow:0 24px 60px rgba(15,23,42,.28)}.media-confirm.is-danger{border-top:4px solid var(--danger)}.media-confirm h3{margin:0 0 12px;font-size:18px}.media-confirm-body p{margin:0 0 8px;font-size:14px;line-height:1.5;color:#334155}.media-confirm-ack{display:flex;align-items:flex-start;gap:8px;margin-top:12px;padding:10px 12px;border-radius:10px;background:#fef2f2;font-size:13px;color:#991b1b;cursor:pointer}.media-confirm-ack input{margin-top:2px}.media-confirm-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}