*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f8fafc;--bg-card:#fff;--primary:#2563eb;--primary-hover:#1d4ed8;--primary-light:#eff6ff;--text:#111827;--text-secondary:#4b5563;--text-muted:#6b7280;--border:#e5e7eb;--border-light:#f3f4f6;--success:#059669;--danger:#dc2626;--warning:#d97706}html,body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5}.nav{border-bottom:1px solid var(--border);z-index:100;background:#fff;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1200px;height:64px;margin:0 auto;padding:0 24px;display:flex}.nav-logo{color:var(--text);align-items:center;gap:10px;font-size:18px;font-weight:700;display:flex}.nav-logo-icon{background:var(--primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:700;display:flex}.nav-right{align-items:center;gap:12px;display:flex}.btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:8px;outline:none;justify-content:center;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s ease-out;display:inline-flex}.btn:focus-visible{ring:2px;box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--primary)}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-.5px);box-shadow:0 1px 3px #0000001a}.btn-primary:active{transform:scale(.98)translateY(0);box-shadow:0 1px 2px #0000000d}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-secondary{color:var(--text-secondary);border:1px solid var(--border);background:#fff}.btn-secondary:hover{background:var(--border-light);transform:translateY(-.5px);box-shadow:0 1px 3px #00000014}.btn-secondary:active{transform:scale(.98)translateY(0);box-shadow:0 1px 2px #0000000d}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:#b91c1c;transform:translateY(-.5px)}.btn-danger:active{transform:scale(.98)translateY(0)}.btn-sm{padding:6px 12px;font-size:13px}.btn-lg{padding:12px 24px;font-size:16px}.card{border:1px solid var(--border);background:#fff;border-radius:12px;transition:all .2s ease-out;box-shadow:0 1px 2px #0000000d}.card:hover{transform:translateY(-.5px);box-shadow:0 4px 6px -1px #0000001a}.card-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.card-title{color:var(--text);letter-spacing:-.01em;font-size:16px;font-weight:600}.card-body{padding:20px}.form-group{margin-bottom:16px}.form-label{color:var(--text-secondary);margin-bottom:6px;font-size:14px;font-weight:500;display:block}.form-input,.form-select,.form-textarea{border:1px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:8px;outline:none;padding:8px 12px;font-family:inherit;font-size:14px;transition:all .2s ease-out}.form-input::placeholder,.form-textarea::placeholder{color:#9ca3af}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.form-textarea{resize:vertical;min-height:100px}.table-wrapper{overflow-x:auto}.table{border-collapse:collapse;width:100%}.table th{background:var(--border-light);text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border);padding:12px 16px;font-size:12px;font-weight:600}.table td{color:var(--text-secondary);border-bottom:1px solid var(--border-light);padding:12px 16px;font-size:14px}.badge{border-radius:9999px;align-items:center;padding:3px 10px;font-size:12px;font-weight:500;display:inline-flex}.badge-success{color:#065f46;background:#d1fae5}.badge-warning{color:#92400e;background:#fef3c7}.badge-danger{color:#991b1b;background:#fee2e2}.badge-secondary{color:#4b5563;background:#f3f4f6}.badge-primary{color:#1e40af;background:#dbeafe}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px;display:grid}.stat-card{border:1px solid var(--border);background:#fff;border-radius:12px;padding:20px;transition:all .2s ease-out;box-shadow:0 1px 2px #0000000d}.stat-card-icon{border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:12px;font-size:20px;display:flex}.stat-card-label{color:var(--text-muted);margin-bottom:4px;font-size:13px}.stat-card-value{color:var(--text);font-size:24px;font-weight:700}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.product-card{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:12px;transition:all .2s ease-out;overflow:hidden;box-shadow:0 1px 2px #0000000d}.product-card:hover{border-color:#d1d5db;transform:translateY(-.5px);box-shadow:0 4px 6px -1px #0000001a}.product-card-img{aspect-ratio:16/9;background:var(--border-light);position:relative;overflow:hidden}.product-card-img img{object-fit:cover;width:100%;height:100%}.product-card-tag{border-radius:6px;padding:4px 10px;font-size:11px;font-weight:600;position:absolute;top:10px;left:10px}.product-card-body{padding:16px}.product-card-name{color:var(--text);text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.01em;margin-bottom:6px;font-size:15px;font-weight:600;overflow:hidden}.product-card-desc{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin-bottom:12px;font-size:13px;overflow:hidden}.product-card-bottom{justify-content:space-between;align-items:center;display:flex}.product-card-price{color:var(--primary);font-size:20px;font-weight:700}.product-card-price small{font-size:13px;font-weight:500}.category-tabs{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.category-tab{cursor:pointer;border:1px solid var(--border);color:var(--text-secondary);background:#fff;border-radius:8px;padding:6px 16px;font-size:13px;font-weight:500;transition:all .2s ease-out}.category-tab:hover{background:var(--border-light);color:var(--text)}.category-tab.active{background:var(--primary);border-color:var(--primary);color:#fff}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:fixed;top:0;left:0}.modal{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:520px;max-height:90vh;display:flex;box-shadow:0 20px 25px -5px #0000001a}.modal-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.modal-title{color:var(--text);font-size:16px;font-weight:600}.modal-close{color:var(--text-muted);cursor:pointer;padding:4px;font-size:24px;line-height:1}.modal-close:hover{color:var(--text)}.modal-body{flex:1;padding:20px;overflow-y:auto}.modal-body-scroll{flex:1;overflow-y:auto}.modal-footer{border-top:1px solid var(--border-light);justify-content:flex-end;gap:10px;padding:16px 20px;display:flex}.admin-layout{min-height:100vh;display:flex}.admin-sidebar{border-right:1px solid var(--border);z-index:50;background:#fff;width:240px;height:100vh;padding:20px 12px;position:fixed;top:0;left:0}.admin-sidebar-logo{color:var(--text);border-bottom:1px solid var(--border-light);align-items:center;gap:10px;margin-bottom:16px;padding:0 8px 20px;font-size:16px;font-weight:700;display:flex}.admin-sidebar-group{margin-bottom:16px}.admin-sidebar-group-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;padding:0 12px 8px;font-size:11px;font-weight:600}.admin-sidebar-item{color:var(--text-secondary);cursor:pointer;border-radius:8px;align-items:center;gap:10px;margin-bottom:2px;padding:10px 12px;font-size:14px;transition:all .2s ease-out;display:flex}.admin-sidebar-item:hover{background:var(--border-light);color:var(--text)}.admin-sidebar-item.active{background:var(--primary-light);color:var(--primary);font-weight:500}.admin-main{flex:1;min-height:100vh;margin-left:240px}.admin-mobile-nav{display:none}.admin-header{border-bottom:1px solid var(--border);z-index:40;background:#fff;justify-content:space-between;align-items:center;padding:14px 24px;display:flex;position:sticky;top:0}.admin-header-title{color:var(--text);font-size:18px;font-weight:600}.admin-content{padding:24px}.empty{text-align:center;padding:48px 20px}.empty-icon{opacity:.5;margin-bottom:12px;font-size:48px}.empty-text{color:var(--text-muted);font-size:14px}.footer{text-align:center;color:var(--text-muted);border-top:1px solid var(--border-light);margin-top:40px;padding:24px;font-size:13px}.container{max-width:1200px;margin:0 auto;padding:24px}.price-primary{color:var(--primary);font-weight:700}.mono{font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (max-width:768px){.nav-inner{padding:0 16px}.container{padding:16px}.product-grid{grid-template-columns:1fr}.admin-sidebar{display:none}.admin-main{margin-left:0;padding-bottom:100px}.admin-content{padding:16px}.stats-grid{grid-template-columns:1fr 1fr}.admin-mobile-nav{position:fixed;-webkit-backdrop-filter:blur(20px)!important;padding:8px 4px!important;padding-bottom:calc(8px + env(safe-area-inset-bottom))!important;z-index:100!important;background:#fffffff2!important;border:1px solid #e5e7ebcc!important;border-radius:16px!important;display:flex!important;bottom:12px!important;left:12px!important;right:12px!important;box-shadow:0 8px 32px #0000001f,0 2px 8px #00000014!important}.admin-mobile-nav-item{cursor:pointer;border-radius:12px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;margin:0 4px;padding:8px 4px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.admin-mobile-nav-item:active{transform:scale(.92)}.admin-mobile-nav-icon{filter:grayscale(30%);font-size:22px;line-height:1;transition:all .25s}.admin-mobile-nav-label{color:#6b7280;white-space:nowrap;font-size:11px;font-weight:500;transition:all .25s}.admin-mobile-nav-item.active .admin-mobile-nav-label{color:#2563eb;font-weight:600}.admin-mobile-nav-item.active .admin-mobile-nav-icon{filter:grayscale(0%);transform:translateY(-2px)}.admin-mobile-nav-item.active{background:linear-gradient(#2563eb14 0%,#2563eb05 100%)}.admin-mobile-nav-item.active:before{content:"";background:#2563eb;border-radius:0 0 3px 3px;width:24px;height:3px;position:absolute;top:0;left:50%;transform:translate(-50%)}.admin-content,.admin-header{max-width:100vw;overflow-x:hidden}.card{max-width:100%;overflow:hidden}.card-body{padding:16px!important}.form-input,.form-textarea,.form-select{box-sizing:border-box;max-width:100%}.btn{max-width:100%}.table-wrapper{width:100%;margin:0;padding:0;overflow-x:hidden}.table{table-layout:fixed;width:100%;min-width:0}.table th,.table td{white-space:normal;word-break:break-word;text-overflow:ellipsis;padding:8px 6px;font-size:11px;overflow:hidden}.table th{padding:6px;font-size:10px}.table .hide-mobile{display:none}.modal-overlay{align-items:flex-end!important;padding:16px!important}.modal{border-radius:16px 16px 0 0!important;flex-direction:column!important;width:100%!important;max-width:100%!important;max-height:85vh!important;margin:0!important;display:flex!important}.modal-body{flex:1!important;max-height:none!important;padding:16px!important;overflow-y:auto!important}.modal-header{padding:16px!important}.modal-footer{z-index:10!important;background:#fff!important;border-top:1px solid #e5e7eb!important;flex-direction:column!important;gap:8px!important;padding:12px 16px!important;position:sticky!important;bottom:0!important;box-shadow:0 -4px 12px #00000014!important}.modal-footer .btn{width:100%!important;padding:12px!important;font-size:15px!important;font-weight:600!important}.product-modal-footer{z-index:20!important;background:#fff!important;border-top:1px solid #e5e7eb!important;flex-shrink:0!important;padding:12px 16px!important;position:sticky!important;bottom:0!important;left:0!important;right:0!important;box-shadow:0 -4px 16px #0000001a!important}.product-modal-footer .btn{padding:14px!important;font-size:16px!important}.stat-card{padding:14px!important}.stat-card-value{font-size:20px!important}.stat-card-label{font-size:11px!important}.table-wrapper{width:100%!important;margin:0!important;padding:0!important;overflow:hidden!important}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.2s ease-out both fadeIn}.spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:32px;height:32px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}*{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}input,textarea,select{-webkit-user-select:text;user-select:text;font-size:16px!important}.modal-overlay{touch-action:none;overscroll-behavior:contain}.modal{touch-action:pan-y;overscroll-behavior:contain}html,body{-webkit-overflow-scrolling:touch}.collapsible-section{background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:12px;overflow:hidden}.collapsible-header{cursor:pointer;-webkit-user-select:none;user-select:none;background:#f9fafb;justify-content:space-between;align-items:center;padding:14px 16px;transition:background .2s;display:flex}.collapsible-header:hover{background:#f3f4f6}.collapsible-header:active{background:#e5e7eb}.collapsible-title{color:#111827;align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.collapsible-icon{color:#6b7280;font-size:12px;transition:transform .3s}.collapsible-icon.open{transform:rotate(180deg)}.collapsible-content{border-top:1px solid #e5e7eb;padding:16px;animation:.3s slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.nav-responsive{z-index:100;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0}.nav-inner-responsive{justify-content:space-between;align-items:center;gap:16px;max-width:1200px;min-height:64px;margin:0 auto;padding:0 24px;display:flex}.nav-logo-responsive{cursor:pointer;flex-shrink:0;align-items:center;gap:10px;display:flex}.nav-logo-icon-responsive{color:#fff;background:#2563eb;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:700;display:flex}.nav-logo-img-responsive{object-fit:cover;border-radius:8px;width:36px;height:36px}.nav-logo-text-responsive{color:#111827;font-size:18px;font-weight:700}.nav-left-responsive{flex:1;align-items:center;gap:20px;display:flex}.nav-search-responsive{flex:1;max-width:260px;position:relative}.nav-search-mobile-responsive{width:100%;padding-bottom:12px;display:none;position:relative}.nav-search-icon-responsive{opacity:.4;z-index:2;pointer-events:none;justify-content:center;align-items:center;line-height:1;display:flex;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.nav-search-input-responsive{color:#111827;background:linear-gradient(135deg,#f9fafb 0%,#f3f4f6 100%);border:1px solid #e5e7eb;border-radius:24px;outline:none;width:100%;padding:9px 16px 9px 38px;font-size:13px;line-height:1.4;transition:all .25s cubic-bezier(.4,0,.2,1)}.nav-search-input-responsive::placeholder{color:#9ca3af}.nav-search-input-responsive:hover{background:#fff;border-color:#d1d5db}.nav-search-input-responsive:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a,0 2px 8px #2563eb14}.nav-search-input-responsive:focus+.nav-search-icon-responsive,.nav-search-responsive:focus-within .nav-search-icon-responsive,.nav-search-mobile-responsive:focus-within .nav-search-icon-responsive{opacity:.8;color:#2563eb}.nav-right-responsive{flex-shrink:0;align-items:center;gap:10px;display:flex}.btn-secondary-responsive{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s ease-out}.btn-secondary-responsive:hover{background:#f9fafb}.btn-primary-responsive{color:#fff;cursor:pointer;background:#2563eb;border:1px solid #2563eb;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s ease-out}.btn-primary-responsive:hover{background:#1d4ed8}.container-responsive{max-width:1200px;margin:0 auto;padding:24px}.notice-responsive{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;align-items:center;gap:10px;margin-bottom:20px;padding:12px 16px;display:flex;overflow:hidden}.notice-content-responsive{white-space:nowrap;flex:1;overflow:hidden}.notice-marquee-responsive{color:#1e40af;font-size:14px;animation:20s linear infinite marquee;display:inline-block}@keyframes marquee{0%{transform:translate(100%)}to{transform:translate(-100%)}}.category-tabs-responsive{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.category-tab-responsive{cursor:pointer;color:#4b5563;white-space:nowrap;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:6px 16px;font-size:13px;font-weight:500;transition:all .2s ease-out}.category-tab-responsive:hover{background:#f9fafb}.category-tab-responsive.active{color:#fff;background:#2563eb;border-color:#2563eb}.product-grid-responsive{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.product-card-responsive{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;transition:all .2s ease-out;overflow:hidden;box-shadow:0 1px 2px #0000000d}.product-card-responsive:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.product-card-img-responsive{aspect-ratio:4/3;background:#f3f4f6;width:100%;position:relative;overflow:hidden}.product-card-badge-responsive{color:#fff;z-index:2;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-size:11px;font-weight:600;display:flex;position:absolute;top:8px;left:8px;box-shadow:0 2px 4px #10b9814d}.product-card-tag-responsive{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2;background:#0009;border-radius:6px;padding:4px 8px;font-size:11px;font-weight:500;position:absolute;top:8px;right:8px}.product-card-image-responsive{object-fit:cover;width:100%;height:100%}.product-card-placeholder-responsive{background:#f3f4f6;justify-content:center;align-items:center;width:100%;height:100%;font-size:48px;display:flex}.product-card-name-responsive{color:#111827;textOverflow:ellipsis;white-space:nowrap;margin-bottom:10px;font-size:15px;font-weight:600;overflow:hidden}.product-card-price-row-responsive{align-items:center;gap:8px;margin-bottom:6px;display:flex}.product-card-price-symbol-responsive{margin-right:2px;font-size:13px}.product-card-original-price-responsive{color:#9ca3af;font-size:13px;font-weight:400;text-decoration:line-through}.product-card-stock-responsive{border-radius:9999px;flex-shrink:0;margin-left:auto;padding:3px 10px;font-size:12px;font-weight:500}.product-card-sales-responsive{color:#9ca3af;font-size:13px}.empty-responsive{text-align:center;color:#9ca3af;padding:60px 20px}.empty-card-responsive{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:60px 20px}.footer-responsive{text-align:center;color:#9ca3af;border-top:1px solid #f3f4f6;margin-top:40px;padding:24px;font-size:13px}.modal-overlay-responsive{alignItems:center;justifyContent:center;z-index:1000;background:#00000080;width:100%;height:100%;padding:16px;display:flex;position:fixed;top:0;left:0}.modal-responsive{background:#fff;border-radius:12px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.modal-header-responsive{justifyContent:space-between;alignItems:center;border-bottom:1px solid #f3f4f6;padding:14px 16px 14px 20px;display:flex;position:relative}.modal-title-responsive{color:#111827;font-size:16px;font-weight:600}.modal-close-responsive{color:#9ca3af;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;line-height:1;transition:all .2s ease-out;display:flex;position:absolute;top:10px;right:10px}.modal-close-responsive:hover{color:#4b5563;background:#f3f4f6}.modal-body-responsive{padding:20px}.modal-product-info-responsive{background:#f9fafb;border-radius:8px;margin-bottom:16px;padding:12px}.form-group-responsive{margin-bottom:14px}.form-label-responsive{color:#4b5563;align-items:center;margin-bottom:6px;font-size:13px;font-weight:500;line-height:1;display:flex}.form-input-responsive{border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-size:16px}.form-input-responsive:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.quantity-selector-responsive{alignItems:center;gap:12px;display:flex}.quantity-btn-responsive{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;width:36px;height:36px;font-size:16px}.quantity-value-responsive{color:#111827;text-align:center;min-width:32px;font-size:16px;font-weight:600}.modal-total-responsive{justifyContent:space-between;alignItems:center;background:#eff6ff;border-radius:8px;margin-bottom:16px;padding:12px;display:flex}.modal-submit-responsive{color:#fff;fontSize:15px;fontWeight:600;cursor:pointer;background:#2563eb;border:none;border-radius:8px;width:100%;padding:12px}.modal-submit-responsive:disabled{opacity:.5;cursor:not-allowed}.card-item-responsive{justifyContent:space-between;alignItems:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:8px;padding:10px 12px;display:flex}.card-content-responsive{fontSize:12px;fontFamily:monospace;color:#2563eb;word-break:break-all;flex:1}.card-copy-btn-responsive{fontSize:11px;color:#4b5563;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;flex-shrink:0;margin-left:8px;padding:4px 10px}.modal-footer-responsive{justifyContent:flex-end;border-top:1px solid #f3f4f6;padding:14px 20px;display:flex}.modal-cancel-btn-responsive{fontSize:14px;color:#4b5563;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:8px 16px}.modal-query-btn-responsive{fontSize:14px;color:#fff;cursor:pointer;fontWeight:500;background:#2563eb;border:none;border-radius:8px;padding:8px 16px}@media (max-width:768px){.nav-inner-responsive{flex-wrap:wrap;gap:8px;min-height:56px;padding:0 16px}.nav-search-responsive{display:none}.nav-search-mobile-responsive{order:3;width:100%;padding-top:8px;padding-bottom:12px;display:block;position:relative}.nav-search-mobile-responsive .nav-search-input-responsive{text-align:left;width:100%;max-width:100%;padding-left:38px;padding-right:16px}.nav-search-mobile-responsive .nav-search-icon-responsive{left:14px}.nav-left-responsive{order:1}.nav-right-responsive{order:2;margin-left:auto}.nav-logo-text-responsive{font-size:16px}.btn-secondary-responsive,.btn-primary-responsive{padding:6px 12px;font-size:13px}.container-responsive{padding:16px}.product-grid-responsive{grid-template-columns:repeat(2,1fr);gap:12px}.product-card-name-responsive{font-size:14px}.product-card-price-responsive{font-size:17px}.category-tabs-responsive{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;overflow-x:auto}.category-tab-responsive{flex-shrink:0}}*{-webkit-tap-highlight-color:transparent}input,textarea{font-size:16px!important}.modal-overlay-responsive{touch-action:none;overscroll-behavior:contain;z-index:1000!important;background:#00000080!important;justify-content:center!important;align-items:center!important;width:100%!important;height:100%!important;padding:16px!important;display:flex!important;position:fixed!important;top:0!important;left:0!important}.modal-responsive{touch-action:pan-y;overscroll-behavior:contain;background:#fff!important;border-radius:12px!important;width:100%!important;max-width:420px!important;max-height:90vh!important;margin:0 auto!important;overflow-y:auto!important;box-shadow:0 20px 25px -5px #0000001a!important}.modal-product-card-responsive{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:1px solid #e2e8f0;border-radius:12px;gap:14px;margin-bottom:18px;padding:14px;display:flex}.modal-product-img-responsive{background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;font-size:32px;display:flex;overflow:hidden}.modal-product-img-responsive img{object-fit:cover;width:100%;height:100%}.modal-product-detail-responsive{flex:1;min-width:0}.modal-product-name-responsive{color:#111827;text-overflow:ellipsis;white-space:nowrap;margin-bottom:6px;font-size:15px;font-weight:600;overflow:hidden}.modal-product-meta-responsive{align-items:baseline;gap:8px;margin-bottom:6px;display:flex}.modal-product-price-responsive{color:#dc2626;font-size:20px;font-weight:700;color:#dc2626!important}.modal-product-price-symbol-responsive{font-size:13px;font-weight:600}.modal-product-original-price-responsive{color:#9ca3af;font-size:13px;text-decoration:line-through}.modal-product-stock-responsive{color:#6b7280;align-items:center;gap:6px;font-size:12px;display:flex}.stock-dot-responsive{border-radius:50%;width:6px;height:6px}.stock-dot-responsive.in-stock{background:#10b981;box-shadow:0 0 0 3px #10b98133}.stock-dot-responsive.out-stock{background:#ef4444}.input-wrapper-responsive{position:relative}.input-icon-responsive{opacity:.5;z-index:2;pointer-events:none;justify-content:center;align-items:center;font-size:14px;line-height:1;display:flex;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.form-input-with-icon-responsive{background:#fff;border:1px solid #d1d5db;border-radius:10px;outline:none;align-items:center;width:100%;padding:11px 12px 11px 40px;font-size:15px;line-height:1.4;transition:all .2s ease-out;display:flex}.form-input-with-icon-responsive:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-input-with-icon-responsive::placeholder{color:#9ca3af}.pay-methods-responsive{grid-template-columns:1fr 1fr;gap:10px;display:grid}.pay-method-item-responsive{cursor:pointer;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;align-items:center;gap:10px;padding:12px 14px;transition:all .2s ease-out;display:flex}.pay-method-item-responsive:hover{background:#f8fafc;border-color:#93c5fd}.pay-method-item-responsive.active{background:#eff6ff;border-color:#2563eb}.pay-icon-responsive{color:#fff!important;border-radius:7px!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:30px!important;height:30px!important;display:flex!important;overflow:hidden!important}.pay-icon-responsive svg{display:block!important}.pay-name-responsive{color:#374151;flex:1;font-size:14px;font-weight:500}.pay-check-responsive{color:#2563eb;font-size:14px;font-weight:700}.modal-total-price-responsive{color:#1d4ed8;font-size:24px;font-weight:800}.modal-total-symbol-responsive{font-size:15px;font-weight:600}.btn-spinner-responsive{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin;display:inline-block}.security-tip-responsive{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;align-items:center;gap:8px;padding:10px 12px;font-size:12px;line-height:1.4;display:flex}.success-icon-responsive{color:#059669;background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 16px;animation:.4s ease-out successPop;display:flex}@keyframes successPop{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.order-info-responsive{text-align:left;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:14px;padding:14px}.order-info-row-responsive{color:#6b7280;border-bottom:1px dashed #e5e7eb;justify-content:space-between;align-items:center;padding:6px 0;font-size:13px;display:flex}.order-info-row-responsive:last-child{border-bottom:none}.email-tip-responsive{color:#1e40af;text-align:left;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;align-items:center;gap:8px;margin-bottom:14px;padding:10px 12px;font-size:12px;display:flex}.card-index-responsive{color:#fff;background:#2563eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:600;display:flex}.quantity-selector-responsive{align-items:center!important;gap:0!important;display:flex!important}.quantity-btn-responsive{cursor:pointer!important;color:#4b5563!important;background:#fff!important;border:1px solid #d1d5db!important;justify-content:center!important;align-items:center!important;width:38px!important;height:38px!important;font-size:16px!important;line-height:1!important;transition:all .2s ease-out!important;display:flex!important}.quantity-btn-responsive:first-child{border-radius:8px 0 0 8px!important}.quantity-btn-responsive:last-child{border-radius:0 8px 8px 0!important}.quantity-value-responsive{color:#111827!important;text-align:center!important;background:#f9fafb!important;border-top:1px solid #d1d5db!important;border-bottom:1px solid #d1d5db!important;justify-content:center!important;align-items:center!important;width:50px!important;height:38px!important;font-size:15px!important;font-weight:600!important;line-height:1!important;display:flex!important}.modal-total-responsive{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%)!important;border:1px solid #e2e8f0!important;border-radius:12px!important;justify-content:space-between!important;align-items:center!important;margin-bottom:14px!important;padding:16px 18px!important;display:flex!important}.modal-total-left-responsive{flex-direction:column;gap:2px;display:flex}.modal-total-label-responsive{color:#374151;font-size:14px;font-weight:600}.modal-total-count-responsive{color:#9ca3af;font-size:12px}.modal-total-right-responsive{align-items:baseline;gap:2px;display:flex}.modal-total-symbol-responsive{color:#dc2626!important;font-size:16px!important;font-weight:700!important}.modal-total-price-responsive{color:#dc2626!important;font-size:26px!important;font-weight:800!important;line-height:1!important}.modal-buttons-responsive{gap:10px;margin-bottom:12px;display:flex}.modal-cancel-inline-responsive{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:10px;flex:0 0 100px;padding:13px;font-size:15px;font-weight:500;transition:all .2s ease-out}.modal-cancel-inline-responsive:hover{background:#f9fafb;border-color:#9ca3af}.modal-submit-responsive{color:#fff!important;cursor:pointer!important;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%)!important;border:none!important;border-radius:10px!important;flex:1!important;justify-content:center!important;align-items:center!important;margin-bottom:0!important;padding:13px!important;font-size:15px!important;font-weight:600!important;transition:all .2s ease-out!important;display:flex!important;box-shadow:0 4px 12px #2563eb4d!important}.security-tip-responsive{margin-top:4px!important;padding:10px 12px!important}.modal-footer-responsive:empty{display:none}.top-banner-responsive{background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border:1px solid #bfdbfe;border-radius:12px;align-items:center;gap:12px;margin-bottom:16px;padding:14px 18px;display:flex}.top-banner-icon-responsive{background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex;box-shadow:0 2px 4px #2563eb1a}.top-banner-content-responsive{color:#1e40af;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;font-weight:500;line-height:1.5;overflow:hidden}.footer-responsive{background:linear-gradient(#f8fafc 0%,#f1f5f9 100%);border-top:1px solid #e2e8f0;margin-top:48px;padding:40px 0 28px;position:relative}.footer-responsive:before{content:"";background:linear-gradient(90deg,#2563eb,#60a5fa);border-radius:0 0 3px 3px;width:60px;height:3px;position:absolute;top:0;left:50%;transform:translate(-50%)}.footer-inner-responsive{max-width:1200px;margin:0 auto;padding:0 24px}.footer-top-responsive{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;display:flex}.footer-left-responsive{flex:1;min-width:200px}.footer-brand-responsive{background:linear-gradient(135deg,#111827 0%,#374151 100%);-webkit-text-fill-color:transparent;letter-spacing:-.3px;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:18px;font-weight:800}.footer-desc-responsive{color:#64748b;max-width:400px;font-size:13px;line-height:1.7}.footer-right-responsive{align-items:center;gap:8px;display:flex}.footer-link-responsive{color:#64748b;border-radius:8px;padding:6px 14px;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s}.footer-link-responsive:hover{color:#2563eb;background:#2563eb14}.footer-bottom-responsive{color:#94a3b8;text-align:left;border-top:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding-top:20px;font-size:12px;display:flex}@media (max-width:768px){.footer-inner-responsive{padding:0 16px!important}.footer-top-responsive{text-align:center!important;flex-direction:column!important;align-items:center!important}.footer-left-responsive{text-align:center!important;width:100%!important}.footer-brand-responsive,.footer-desc-responsive{text-align:center!important}.footer-right-responsive{justify-content:center!important;gap:16px!important;width:100%!important}.footer-bottom-responsive{text-align:center!important;flex-direction:column!important;justify-content:center!important;gap:4px!important}.footer-responsive{padding:32px 0 24px!important}.footer-desc-responsive{max-width:100%!important}.top-banner-content-responsive{white-space:normal}}.quantity-wrapper-responsive{align-items:center!important;display:flex!important}.quantity-selector-responsive{background:#fff!important;border:1px solid #d1d5db!important;border-radius:8px!important;align-items:center!important;height:38px!important;display:flex!important;overflow:hidden!important}.quantity-selector-responsive .quantity-btn-responsive{cursor:pointer!important;color:#4b5563!important;background:#fff!important;border:none!important;justify-content:center!important;align-items:center!important;width:38px!important;height:38px!important;min-height:38px!important;margin:0!important;padding:0!important;line-height:1!important;transition:background .2s!important;display:flex!important}.quantity-selector-responsive .quantity-btn-responsive:hover{background:#f3f4f6!important}.quantity-selector-responsive .quantity-btn-responsive:active{background:#e5e7eb!important}.quantity-selector-responsive .quantity-value-responsive{color:#111827!important;background:#f9fafb!important;border:none!important;border-left:1px solid #e5e7eb!important;border-right:1px solid #e5e7eb!important;justify-content:center!important;align-items:center!important;width:50px!important;height:38px!important;min-height:38px!important;margin:0!important;padding:0!important;font-size:15px!important;font-weight:600!important;line-height:1!important;display:flex!important}.card-item-responsive{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:8px!important;align-items:center!important;gap:10px!important;margin-bottom:8px!important;padding:12px!important;display:flex!important}.card-index-responsive{color:#fff!important;background:#2563eb!important;border-radius:50%!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:24px!important;height:24px!important;font-size:12px!important;font-weight:600!important;line-height:1!important;display:flex!important}.card-content-responsive{color:#1d4ed8!important;word-break:break-all!important;flex:1!important;align-items:center!important;min-height:24px!important;font-family:SF Mono,Monaco,monospace!important;font-size:14px!important;line-height:1.4!important;display:flex!important}.card-copy-btn-responsive{color:#4b5563!important;cursor:pointer!important;background:#fff!important;border:1px solid #d1d5db!important;border-radius:6px!important;flex-shrink:0!important;align-items:center!important;height:32px!important;padding:6px 12px!important;font-size:12px!important;line-height:1!important;transition:all .2s ease-out!important;display:flex!important}.product-grid-responsive{gap:16px!important}.product-card-responsive{border-radius:12px!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 1px 3px #0000000f!important}.product-card-img-responsive{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 50%,#f0fdf4 100%)!important}.product-card-image-responsive{transition:transform .4s!important}.product-card-responsive:hover .product-card-image-responsive{transform:scale(1.05)!important}.product-card-placeholder-responsive{position:relative!important}.product-card-placeholder-responsive:after{content:"";background:radial-gradient(circle,#fffc 0%,#0000 70%);border-radius:50%;width:80px;height:80px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product-card-badge-responsive{padding:5px 10px!important;top:4px!important;left:4px!important;box-shadow:0 2px 8px #10b98166!important}.product-card-tag-responsive{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%)!important;font-weight:600!important;top:4px!important;right:10px!important;box-shadow:0 2px 8px #f59e0b66!important}.product-card-name-responsive{margin-bottom:8px!important;font-size:14px!important;font-weight:600!important}.product-card-price-row-responsive{margin-bottom:10px!important}.product-card-price-responsive{color:#dc2626!important;align-items:baseline!important;font-size:18px!important;font-weight:800!important;display:flex!important}.product-card-stock-responsive{border-radius:4px!important;padding:3px 8px!important;font-size:11px!important;font-weight:600!important}.product-card-stock-responsive.in-stock{color:#059669!important;background:#ecfdf5!important}.product-card-stock-responsive.out-of-stock{color:#dc2626!important;background:#fef2f2!important}.product-card-responsive{background:#fff!important;border:1px solid #f1f5f9!important;border-radius:14px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;overflow:hidden!important;box-shadow:0 1px 3px #0000000a,0 1px 2px #0000000f!important}.product-card-responsive:hover{border-color:#bfdbfe!important;transform:translateY(-6px)!important;box-shadow:0 20px 40px -12px #00000026,0 0 0 1px #3b82f633!important}.product-card-img-responsive{aspect-ratio:16/10!important;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 30%,#fcd34d 60%,#fbbf24 100%)!important;position:relative!important;overflow:hidden!important}.product-card-placeholder-responsive{justify-content:center!important;align-items:center!important;width:100%!important;height:100%!important;display:flex!important;position:relative!important}.product-card-placeholder-pattern{background-image:radial-gradient(circle at 20% 30%,#ffffff4d 0%,#0000 40%),radial-gradient(circle at 80% 70%,#fff3 0%,#0000 40%)!important;width:100%!important;height:100%!important;position:absolute!important}.product-card-placeholder-icon{z-index:2!important;filter:drop-shadow(0 8px 16px #00000026)!important;font-size:52px!important;animation:3s ease-in-out infinite float!important}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.product-card-overlay-responsive{pointer-events:none!important;background:linear-gradient(#0000 0%,#0000001a 100%)!important;height:50%!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important}.product-card-badges-responsive{z-index:3!important;gap:6px!important;display:flex!important;position:absolute!important;top:4px!important;left:4px!important}.product-card-badge-responsive{color:#fff!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;white-space:nowrap!important;background:linear-gradient(135deg,#10b981 0%,#059669 100%)!important;border-radius:20px!important;flex-shrink:0!important;align-items:center!important;gap:4px!important;padding:4px 10px!important;font-size:11px!important;font-weight:700!important;display:flex!important;box-shadow:0 4px 12px #10b98166!important}.product-card-tag-responsive{color:#fff!important;white-space:nowrap!important;background:linear-gradient(135deg,#f472b6 0%,#ec4899 100%)!important;border-radius:20px!important;flex-shrink:0!important;padding:4px 10px!important;font-size:11px!important;font-weight:700!important;box-shadow:0 4px 12px #ec489966!important}.product-card-price-tag-responsive{color:#fff!important;z-index:3!important;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)!important;border-radius:20px!important;align-items:baseline!important;padding:6px 12px!important;display:flex!important;position:absolute!important;top:4px!important;right:10px!important;box-shadow:0 4px 12px #ef444466!important}.product-card-price-tag-symbol{font-size:11px!important;font-weight:600!important}.product-card-price-tag-num{margin-left:1px!important;font-size:15px!important;font-weight:800!important}.product-card-soldout-mask-responsive{z-index:4!important;-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important;background:#00000080!important;justify-content:center!important;align-items:center!important;display:flex!important;position:absolute!important;inset:0!important}.product-card-soldout-text-responsive{color:#374151!important;letter-spacing:4px!important;background:#fffffff2!important;border-radius:8px!important;padding:8px 24px!important;font-size:14px!important;font-weight:700!important;transform:rotate(-10deg)!important}.product-card-body-responsive{padding:14px!important}.product-card-name-row-responsive{justify-content:space-between!important;align-items:center!important;margin-bottom:10px!important;display:flex!important}.product-card-name-responsive{color:#111827!important;text-overflow:ellipsis!important;white-space:nowrap!important;flex:1!important;margin-right:8px!important;font-size:15px!important;font-weight:700!important;overflow:hidden!important}.product-card-stock-badge-responsive{color:#6b7280!important;flex-shrink:0!important;align-items:center!important;gap:4px!important;font-size:11px!important;display:flex!important}.stock-dot{background:#d1d5db!important;border-radius:50%!important;width:6px!important;height:6px!important}.stock-dot.active{background:#10b981!important;box-shadow:0 0 0 3px #10b98133!important}.product-card-stock-bar-responsive{background:#f3f4f6!important;border-radius:2px!important;height:4px!important;margin-bottom:12px!important;overflow:hidden!important}.product-card-stock-progress-responsive{background:linear-gradient(90deg,#10b981 0%,#34d399 100%)!important;border-radius:2px!important;height:100%!important;transition:width .5s!important}.product-card-info-row-responsive{justify-content:space-between!important;align-items:flex-end!important;margin-bottom:12px!important;display:flex!important}.product-card-price-wrapper-responsive{align-items:baseline!important;gap:6px!important;display:flex!important}.product-card-price-responsive{color:#dc2626!important;align-items:baseline!important;font-size:22px!important;font-weight:800!important;line-height:1!important;display:flex!important}.product-card-price-symbol-responsive{margin-right:1px!important;font-size:13px!important;font-weight:700!important}.product-card-original-price-responsive{color:#9ca3af!important;font-size:12px!important;text-decoration:line-through!important}.product-card-sales-responsive{color:#9ca3af!important;align-items:center!important;gap:3px!important;font-size:11px!important;display:flex!important}.product-card-action-responsive{border-top:1px solid #f3f4f6!important;justify-content:space-between!important;align-items:center!important;padding-top:12px!important;display:flex!important}.product-card-buy-text-responsive{color:#374151!important;font-size:13px!important;font-weight:600!important}.product-card-buy-btn-responsive{color:#fff!important;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%)!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:28px!important;height:28px!important;transition:all .3s!important;display:flex!important;box-shadow:0 4px 10px #3b82f64d!important}.product-card-responsive:hover .product-card-buy-btn-responsive{transform:scale(1.1)!important;box-shadow:0 6px 16px #3b82f680!important}@media (max-width:768px){.product-grid-responsive{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.product-card-img-responsive{aspect-ratio:4/3!important}.product-card-body-responsive{padding:10px!important}.product-card-price-tag-responsive{padding:4px 8px!important}.product-card-price-tag-num{font-size:13px!important}.product-card-badge-responsive,.product-card-tag-responsive{padding:3px 8px!important;font-size:10px!important}.product-card-price-responsive{font-size:18px!important}.product-card-stock-bar-responsive{display:none!important}.product-card-placeholder-icon{font-size:40px!important}.product-card-name-responsive{font-size:13px!important}.product-card-sales-responsive{font-size:10px!important}.product-card-buy-btn-responsive{width:24px!important;height:24px!important}}.hero-banner-responsive{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #e5e7eb;border-radius:20px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:32px 36px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.hero-banner-left-responsive{z-index:2;flex:1}.hero-banner-title-responsive{background:linear-gradient(135deg,#111827 0%,#374151 100%);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;margin:0 0 10px;font-size:30px;font-weight:800;line-height:1.2}.hero-banner-subtitle-responsive{color:#6b7280;max-width:480px;margin:0 0 18px;font-size:14px;line-height:1.7}.hero-banner-tags-responsive{flex-wrap:wrap;gap:10px;display:flex}.hero-banner-tag-responsive{color:#1d4ed8;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border:1px solid #bfdbfe;border-radius:20px;align-items:center;gap:5px;padding:7px 14px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.hero-banner-tag-responsive:hover{transform:translateY(-1px);box-shadow:0 2px 8px #2563eb26}.hero-banner-tag-icon-responsive{justify-content:center;align-items:center;font-size:13px;display:flex}.hero-banner-right-responsive{flex-shrink:0;margin-left:20px}.hero-banner-flower-responsive{opacity:.8;width:100px;height:100px}.hero-banner-flower-svg-responsive{width:100%;height:100%}.hero-banner-image-responsive{object-fit:contain;border-radius:12px;width:100px;height:100px}.hero-banner-bg-image-responsive{object-fit:contain;opacity:.2;z-index:1;pointer-events:none;width:160px;height:160px;position:absolute;top:-10px;right:-10px}.footer-top-responsive{justify-content:space-between!important;align-items:flex-start!important;gap:20px!important;display:flex!important}.footer-left-responsive{text-align:left!important;flex:1!important}.footer-right-responsive{flex-shrink:0!important;gap:20px!important;display:flex!important}.footer-link-responsive{color:#6b7280!important;font-size:13px!important;text-decoration:none!important;transition:color .2s!important}.footer-link-responsive:hover{color:#2563eb!important}@media (max-width:768px){.product-card-badges-responsive{gap:4px!important;top:4px!important;left:4px!important}.hero-banner-responsive{border-radius:16px!important;min-height:120px!important;padding:20px!important;position:relative!important}.hero-banner-left-responsive{text-align:left!important;padding-right:80px!important}.hero-banner-title-responsive{font-size:22px!important}.hero-banner-subtitle-responsive{font-size:12px!important}.hero-banner-tags-responsive{flex-wrap:nowrap!important;justify-content:flex-start!important;gap:6px!important}.hero-banner-tag-responsive{white-space:nowrap!important;gap:3px!important;padding:4px 8px!important;font-size:10px!important}.hero-banner-right-responsive{margin-left:0!important;position:absolute!important;top:12px!important;right:12px!important}.hero-banner-flower-responsive,.hero-banner-image-responsive{width:60px!important;height:60px!important}.hero-banner-bg-image-responsive{opacity:.15!important;width:100px!important;height:100px!important;top:-5px!important;left:auto!important;right:-5px!important}.product-card-info-row-responsive{flex-direction:column!important;align-items:flex-start!important;gap:6px!important}.product-card-price-wrapper-responsive{align-items:baseline!important;gap:8px!important;width:100%!important;display:flex!important}.product-card-price-responsive{font-size:20px!important}.product-card-original-price-responsive{font-size:12px!important}.product-card-sales-responsive{justify-content:flex-start!important;width:100%!important;font-size:11px!important}.product-card-badge-responsive,.product-card-tag-responsive{padding:3px 6px!important;font-size:10px!important}}.product-modal-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.product-modal-actions{align-items:center;gap:8px;display:flex}.product-modal-actions .btn{white-space:nowrap;padding:6px 16px;font-size:13px}.product-modal-save{color:#fff;background:#2563eb;border:none}.product-modal-save:hover{background:#1d4ed8}.product-modal-cancel{color:#6b7280;background:#fff;border:1px solid #d1d5db}.product-modal-cancel:hover{background:#f9fafb}@media (max-width:768px){.product-modal-header{padding:12px 16px}.product-modal-actions .btn{padding:5px 14px;font-size:12px}.product-modal-actions{gap:6px}.modal-body-scroll{max-height:calc(100vh - 140px)!important}}html,body{min-height:100vh;position:relative;overflow-x:hidden;background:linear-gradient(135deg,#f0f4ff 0%,#f8fafc 25%,#f0f9ff 50%,#fdf4ff 75%,#f0f4ff 100%) fixed!important}body:before{content:"";filter:blur(60px);z-index:0;pointer-events:none;background:radial-gradient(circle,#93c5fd80 0%,#c4b5fd33 40%,#0000 70%);border-radius:50%;width:60%;height:60%;animation:20s ease-in-out infinite floatOrb1;position:fixed;top:-20%;left:-10%}body:after{content:"";filter:blur(60px);z-index:0;pointer-events:none;background:radial-gradient(circle,#c4b5fd73 0%,#93c5fd26 40%,#0000 70%);border-radius:50%;width:55%;height:55%;animation:25s ease-in-out infinite floatOrb2;position:fixed;bottom:-15%;right:-10%}.glassmorphism-override:before{content:"";filter:blur(80px);z-index:0;pointer-events:none;background:radial-gradient(circle,#a7f3d040 0%,#0000 70%);border-radius:50%;width:40%;height:40%;animation:30s ease-in-out infinite floatOrb3;position:fixed;top:40%;left:50%;transform:translate(-50%)}@keyframes floatOrb3{0%,to{transform:translate(-50%)translateY(0)scale(1)}50%{transform:translate(-50%)translateY(-30px)scale(1.15)}}@keyframes floatOrb1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(5%,8%)scale(1.1)}66%{transform:translate(-3%,5%)scale(.95)}}@keyframes floatOrb2{0%,to{transform:translate(0)scale(1)}33%{transform:translate(-6%,-5%)scale(1.05)}66%{transform:translate(4%,-8%)scale(1.1)}}#__next,.admin-layout,.nav-responsive,.footer-responsive,.container,main{z-index:1;position:relative}.nav-responsive{-webkit-backdrop-filter:blur(20px)saturate(180%)!important;background:#ffffffa6!important;border-bottom:1px solid #fff9!important;box-shadow:0 4px 24px #0000000a!important}.hero-banner-responsive{-webkit-backdrop-filter:blur(24px)saturate(180%)!important;background:#ffffff73!important;border:1px solid #ffffffb3!important;box-shadow:0 8px 32px #0000000f,inset 0 1px #fffc!important}.product-card-responsive{-webkit-backdrop-filter:blur(16px)saturate(180%)!important;background:#ffffff80!important;border:1px solid #ffffffa6!important;transition:all .4s cubic-bezier(.16,1,.3,1)!important;box-shadow:0 4px 20px #0000000d,inset 0 1px #ffffffb3!important}.product-card-responsive:hover{background:#ffffffbf!important;border-color:#ffffffe6!important;transform:translateY(-4px)!important;box-shadow:0 12px 40px #0000001a,inset 0 1px #ffffffe6!important}.category-chip-responsive,.category-btn-responsive{-webkit-backdrop-filter:blur(10px)!important;background:#ffffff80!important;border:1px solid #fff9!important;transition:all .3s!important}.category-chip-responsive.active,.category-btn-responsive.active{color:#2563eb!important;background:#2563eb1a!important;border-color:#2563eb4d!important}.search-input-responsive,.search-box-responsive input{-webkit-backdrop-filter:blur(12px)!important;background:#ffffff73!important;border:1px solid #fff9!important;transition:all .3s!important}.search-input-responsive:focus,.search-box-responsive input:focus{background:#fffc!important;border-color:#2563eb66!important;box-shadow:0 0 0 3px #2563eb1a!important}.btn-primary,.btn-primary-responsive{-webkit-backdrop-filter:blur(10px)!important;background:linear-gradient(135deg,#2563ebe6,#3b82f6e6)!important;border:1px solid #ffffff4d!important;transition:all .3s cubic-bezier(.16,1,.3,1)!important;box-shadow:0 4px 16px #2563eb40,inset 0 1px #ffffff4d!important}.btn-primary:hover,.btn-primary-responsive:hover{transform:translateY(-2px)!important;box-shadow:0 8px 24px #2563eb59,inset 0 1px #fff6!important}.btn-secondary,.btn-secondary-responsive{-webkit-backdrop-filter:blur(10px)!important;color:#4b5563!important;background:#fff9!important;border:1px solid #ffffffb3!important;transition:all .3s!important}.btn-secondary:hover,.btn-secondary-responsive:hover{background:#ffffffd9!important;transform:translateY(-1px)!important}.modal-overlay{-webkit-backdrop-filter:blur(8px)!important;background:#0f172a59!important}.modal{-webkit-backdrop-filter:blur(24px)saturate(180%)!important;background:#ffffffeb!important;border:1px solid #ffffffe6!important;border-radius:16px!important;overflow:hidden!important;box-shadow:0 24px 64px #0000002e!important}.modal-header{background:#f8fafccc!important;border-bottom:1px solid #e5e7ebcc!important}.product-modal-header{background:#f8fafce6!important}.form-input,.form-textarea,.form-select,input,textarea,select{-webkit-backdrop-filter:blur(8px)!important;background:#ffffffb3!important;border:1.5px solid #94a3b880!important;transition:all .3s!important}.form-input:focus,.form-textarea:focus,.form-select:focus,input:focus,textarea:focus,select:focus{background:#ffffffe6!important;border-color:#2563eb99!important;outline:none!important;box-shadow:0 0 0 3px #2563eb1f!important}.modal .form-input,.modal input,.modal textarea,.modal select,.product-detail-modal .form-input,.product-detail-modal input{background:#ffffffd9!important;border:1.5px solid #94a3b899!important}.modal .form-input:focus,.modal input:focus,.product-detail-modal .form-input:focus,.product-detail-modal input:focus{border-color:#2563ebb3!important;box-shadow:0 0 0 3px #2563eb26!important}.footer-responsive{-webkit-backdrop-filter:blur(20px)!important;background:#ffffff80!important;border-top:1px solid #fff9!important}.card{-webkit-backdrop-filter:blur(16px)saturate(180%)!important;background:#ffffffa6!important;border:1px solid #ffffffb3!important;box-shadow:0 4px 20px #0000000d,inset 0 1px #ffffffb3!important}.admin-sidebar{-webkit-backdrop-filter:blur(20px)saturate(180%)!important;background:#ffffffb3!important;border-right:1px solid #fff9!important}.admin-sidebar-item{background:0 0!important;transition:all .3s!important}.admin-sidebar-item:hover{background:#fff9!important}.admin-sidebar-item.active{background:#2563eb1a!important}.admin-header{-webkit-backdrop-filter:blur(16px)!important;background:#fff9!important;border-bottom:1px solid #fff9!important}.stat-card{-webkit-backdrop-filter:blur(12px)!important;background:#fff9!important;border:1px solid #ffffffb3!important;transition:all .3s!important;box-shadow:0 4px 16px #0000000a,inset 0 1px #ffffffb3!important}.stat-card:hover{transform:translateY(-2px)!important;box-shadow:0 8px 24px #00000014!important}.table{background:0 0!important}.table thead th{-webkit-backdrop-filter:blur(8px)!important;background:#f8fafcb3!important}.table tbody tr{background:#ffffff4d!important;transition:background .2s!important}.table tbody tr:hover{background:#fff9!important}.pay-method-item-responsive{-webkit-backdrop-filter:blur(10px)!important;background:#ffffff80!important;border:1.5px solid #fff9!important;transition:all .3s!important}.pay-method-item-responsive.active{background:#2563eb14!important;border-color:#2563eb66!important;box-shadow:0 0 0 3px #2563eb1a!important}.admin-mobile-nav{-webkit-backdrop-filter:blur(24px)saturate(180%)!important;background:#ffffffbf!important;border:1px solid #fffc!important;box-shadow:0 8px 32px #0000001a,inset 0 1px #ffffffe6!important}.badge{-webkit-backdrop-filter:blur(8px)!important;border:1px solid #ffffff80!important}.quantity-selector-responsive button{-webkit-backdrop-filter:blur(8px)!important;background:#fff9!important;border:1px solid #ffffffb3!important}.quantity-selector-responsive input,.quantity-selector-responsive span{background:#fff6!important;border:1px solid #fff9!important}.product-detail-modal{-webkit-backdrop-filter:blur(24px)!important;background:#fffc!important}html{scroll-behavior:smooth}::selection{color:#1e40af;background:#2563eb33}.loading-skeleton{background:linear-gradient(90deg,#fff6 25%,#ffffffb3 50%,#fff6 75%) 0 0/200% 100%;border-radius:8px;animation:1.2s ease-in-out infinite skeleton-loading}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.loading-text{color:#9ca3af!important;font-size:14px!important}button.query-order-btn,#__next button.query-order-btn,.query-order-btn.btn-primary{letter-spacing:4px!important;color:#fff!important;cursor:pointer!important;background:linear-gradient(135deg,#2563eb,#3b82f6)!important;border:none!important;border-radius:10px!important;width:100%!important;height:48px!important;min-height:48px!important;margin-top:16px!important;padding:0 24px!important;font-size:16px!important;font-weight:600!important;line-height:48px!important;transition:all .2s ease-out!important;box-shadow:0 4px 12px #2563eb40!important}button.query-order-btn:hover,#__next button.query-order-btn:hover{background:linear-gradient(135deg,#1d4ed8,#2563eb)!important;transform:translateY(-2px)!important;box-shadow:0 8px 24px #2563eb59!important}button.query-order-btn:active,#__next button.query-order-btn:active{transform:scale(.98)!important;box-shadow:0 2px 8px #2563eb33!important}button.query-order-btn:disabled{opacity:.6!important;cursor:not-allowed!important;transform:none!important}@media (min-width:769px){.admin-sidebar{background:linear-gradient(#fff 0%,#f8fafc 100%)!important;border-right:1px solid #e2e8f0!important;width:240px!important;padding:0!important;box-shadow:2px 0 12px #0000000a!important}.admin-sidebar-logo{border-bottom:1px solid #f1f5f9!important;margin-bottom:12px!important;padding:24px 20px!important}.admin-sidebar-logo-icon{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%)!important;box-shadow:0 4px 12px #2563eb4d!important}.admin-sidebar-menu{padding:0 12px!important}.admin-sidebar-item{color:#64748b!important;border-radius:10px!important;align-items:center!important;gap:10px!important;margin-bottom:4px!important;padding:12px 16px!important;font-size:14px!important;font-weight:500!important;transition:all .2s!important;display:flex!important}.admin-sidebar-item:hover{color:#1e293b!important;background:#f1f5f9!important;transform:translate(2px)!important}.admin-sidebar-item.active{color:#fff!important;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%)!important;box-shadow:0 4px 12px #2563eb40!important}.admin-main{background:#f8fafc!important;min-height:100vh!important;margin-left:240px!important}.admin-content{max-width:1400px!important;padding:32px!important}.stats-grid{grid-template-columns:repeat(4,1fr)!important;gap:20px!important;margin-bottom:24px!important}.stat-card{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:16px!important;padding:24px!important;transition:all .3s!important;position:relative!important;overflow:hidden!important;box-shadow:0 1px 3px #0000000d!important}.stat-card:before{content:""!important;opacity:0!important;background:linear-gradient(90deg,#3b82f6,#8b5cf6)!important;height:3px!important;transition:opacity .3s!important;position:absolute!important;top:0!important;left:0!important;right:0!important}.stat-card:hover{border-color:#cbd5e1!important;transform:translateY(-4px)!important;box-shadow:0 12px 24px #00000014!important}.stat-card:hover:before{opacity:1!important}.stat-card-icon{border-radius:12px!important;justify-content:center!important;align-items:center!important;width:48px!important;height:48px!important;margin-bottom:16px!important;font-size:20px!important;display:flex!important}.stat-card-label{color:#64748b!important;margin-bottom:8px!important;font-size:13px!important;font-weight:500!important}.stat-card-value{color:#0f172a!important;letter-spacing:-.5px!important;font-size:28px!important;font-weight:700!important}.card{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:16px!important;margin-bottom:24px!important;overflow:hidden!important;box-shadow:0 1px 3px #0000000d!important}.card-header{background:#fafbfc!important;border-bottom:1px solid #f1f5f9!important;padding:20px 24px!important}.card-title{color:#0f172a!important;font-size:16px!important;font-weight:600!important}.table-wrapper{overflow-x:auto!important}.table{border-collapse:collapse!important;width:100%!important}.table th{text-align:left!important;color:#64748b!important;text-transform:uppercase!important;letter-spacing:.5px!important;background:#f8fafc!important;border-bottom:1px solid #e2e8f0!important;padding:14px 24px!important;font-size:12px!important;font-weight:600!important}.table td{color:#334155!important;border-bottom:1px solid #f1f5f9!important;padding:16px 24px!important;font-size:14px!important}.table tr:hover td{background:#f8fafc!important}.table tr:last-child td{border-bottom:none!important}.btn{cursor:pointer!important;border:none!important;border-radius:10px!important;padding:10px 20px!important;font-size:14px!important;font-weight:500!important;transition:all .2s!important}.btn-primary{color:#fff!important;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%)!important;box-shadow:0 2px 8px #2563eb40!important}.btn-primary:hover{transform:translateY(-1px)!important;box-shadow:0 4px 12px #2563eb59!important}.btn-secondary{color:#475569!important;background:#fff!important;border:1px solid #e2e8f0!important}.btn-secondary:hover{background:#f8fafc!important;border-color:#cbd5e1!important}.btn-danger{color:#dc2626!important;background:#fef2f2!important;border:1px solid #fecaca!important}.btn-danger:hover{background:#fee2e2!important}.btn-sm{border-radius:8px!important;padding:6px 14px!important;font-size:13px!important}.form-group{margin-bottom:20px!important}.form-label{color:#334155!important;margin-bottom:8px!important;font-size:13px!important;font-weight:600!important;display:block!important}.form-input,.form-select,.form-textarea{color:#0f172a!important;box-sizing:border-box!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:10px!important;width:100%!important;padding:10px 14px!important;font-size:14px!important;transition:all .2s!important}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#3b82f6!important;outline:none!important;box-shadow:0 0 0 3px #3b82f61a!important}.form-input::placeholder,.form-textarea::placeholder{color:#94a3b8!important}.badge{border-radius:20px!important;align-items:center!important;padding:4px 10px!important;font-size:12px!important;font-weight:600!important;display:inline-flex!important}.badge-success{color:#16a34a!important;background:#dcfce7!important}.badge-warning{color:#ca8a04!important;background:#fef9c3!important}.badge-secondary{color:#64748b!important;background:#f1f5f9!important}.modal-overlay{-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;background:#0f172a80!important}.modal{border:1px solid #e2e8f0!important;border-radius:20px!important;box-shadow:0 25px 50px #00000026!important}.modal-header{border-bottom:1px solid #f1f5f9!important;padding:20px 24px!important}.modal-title{color:#0f172a!important;font-size:18px!important;font-weight:700!important}.modal-body{padding:24px!important}.modal-footer{background:#fafbfc!important;border-top:1px solid #f1f5f9!important;gap:12px!important;padding:16px 24px!important}.collapsible-section{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:12px!important;margin-bottom:16px!important;overflow:hidden!important}.collapsible-header{cursor:pointer!important;background:#f8fafc!important;justify-content:space-between!important;align-items:center!important;padding:16px 20px!important;transition:background .2s!important;display:flex!important}.collapsible-header:hover{background:#f1f5f9!important}.collapsible-title{color:#0f172a!important;font-size:14px!important;font-weight:600!important}.collapsible-content{border-top:1px solid #f1f5f9!important;padding:20px!important}.admin-mobile-nav{display:none!important}}@media (max-width:768px){.admin-main{background:#f8fafc!important;min-height:100vh!important;margin-left:0!important;padding-bottom:90px!important}.admin-content{padding:20px 16px 16px!important}.admin-sidebar{display:none!important}.stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important;margin-bottom:16px!important}.stat-card{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:14px!important;padding:16px!important;box-shadow:0 1px 2px #0000000a!important}.stat-card-icon{border-radius:10px!important;width:36px!important;height:36px!important;margin-bottom:10px!important;font-size:16px!important}.stat-card-label{color:#64748b!important;margin-bottom:4px!important;font-size:11px!important}.stat-card-value{color:#0f172a!important;font-size:20px!important;font-weight:700!important}.card{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:14px!important;margin-bottom:16px!important;overflow:hidden!important;box-shadow:0 1px 2px #0000000a!important}.card-header{background:#fafbfc!important;border-bottom:1px solid #f1f5f9!important;padding:14px 16px!important}.card-title{color:#0f172a!important;font-size:14px!important;font-weight:600!important}.table-wrapper{-webkit-overflow-scrolling:touch!important;overflow-x:auto!important}.table{min-width:600px!important}.table th{color:#64748b!important;white-space:nowrap!important;background:#f8fafc!important;border-bottom:1px solid #e2e8f0!important;padding:10px 14px!important;font-size:11px!important;font-weight:600!important}.table td{color:#334155!important;white-space:nowrap!important;border-bottom:1px solid #f1f5f9!important;padding:12px 14px!important;font-size:13px!important}.btn{border:none!important;border-radius:10px!important;min-height:40px!important;padding:10px 18px!important;font-size:14px!important;font-weight:500!important}.btn-primary{color:#fff!important;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%)!important;box-shadow:0 2px 8px #2563eb40!important}.btn-secondary{color:#475569!important;background:#fff!important;border:1px solid #e2e8f0!important}.btn-danger{color:#dc2626!important;background:#fef2f2!important;border:1px solid #fecaca!important}.btn-sm{border-radius:8px!important;min-height:32px!important;padding:6px 12px!important;font-size:12px!important}.form-group{margin-bottom:16px!important}.form-label{color:#334155!important;margin-bottom:6px!important;font-size:13px!important;font-weight:600!important}.form-input,.form-select,.form-textarea{color:#0f172a!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:10px!important;min-height:44px!important;padding:12px 14px!important;font-size:15px!important}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#3b82f6!important;outline:none!important;box-shadow:0 0 0 3px #3b82f61a!important}.admin-mobile-nav{padding:8px 0 calc(8px + env(safe-area-inset-bottom))!important;z-index:100!important;background:#fff!important;border-top:1px solid #e2e8f0!important;justify-content:space-around!important;display:flex!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;box-shadow:0 -4px 12px #0000000f!important}.admin-mobile-nav-item{cursor:pointer!important;flex-direction:column!important;flex:1!important;justify-content:center!important;align-items:center!important;padding:6px 4px!important;transition:all .2s!important;display:flex!important;position:relative!important}.admin-mobile-nav-icon{color:#94a3b8!important;justify-content:center!important;align-items:center!important;width:24px!important;height:24px!important;margin-bottom:4px!important;transition:color .2s!important;display:flex!important}.admin-mobile-nav-label{color:#94a3b8!important;font-size:10px!important;font-weight:500!important;transition:color .2s!important}.admin-mobile-nav-item.active .admin-mobile-nav-icon{color:#2563eb!important}.admin-mobile-nav-item.active .admin-mobile-nav-label{color:#2563eb!important;font-weight:600!important}.admin-mobile-nav-item.active:before{content:""!important;background:linear-gradient(90deg,#3b82f6,#2563eb)!important;border-radius:0 0 3px 3px!important;width:24px!important;height:3px!important;position:absolute!important;top:0!important;left:50%!important;transform:translate(-50%)!important}.modal-overlay{-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;background:#0f172a80!important;padding:16px!important}.modal{-webkit-overflow-scrolling:touch!important;border-radius:16px!important;max-height:85vh!important;overflow-y:auto!important}.modal-header{z-index:1!important;background:#fff!important;border-bottom:1px solid #f1f5f9!important;padding:16px!important;position:sticky!important;top:0!important}.modal-title{font-size:16px!important;font-weight:700!important}.modal-body{padding:16px!important}.modal-footer{background:#fff!important;border-top:1px solid #f1f5f9!important;gap:10px!important;padding:12px 16px!important;position:sticky!important;bottom:0!important}.collapsible-section{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:12px!important;margin-bottom:12px!important;overflow:hidden!important}.collapsible-header{background:#f8fafc!important;justify-content:space-between!important;align-items:center!important;padding:14px 16px!important;display:flex!important}.collapsible-title{color:#0f172a!important;font-size:14px!important;font-weight:600!important}.collapsible-content{border-top:1px solid #f1f5f9!important;padding:16px!important}.badge{border-radius:12px!important;padding:3px 8px!important;font-size:11px!important;font-weight:600!important}.hide-mobile{display:none!important}}
