@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{overflow-x:hidden}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;line-height:1.5;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}img{max-width:100%;height:auto;display:block}a{color:var(--accent);text-decoration:none}button{font:inherit;cursor:pointer}:root,html[data-theme=light]{--success: #16a34a;--danger: #dc2626;--info: #2563eb;--success-bg: rgba(22,163,74,.1);--danger-bg: rgba(220,38,38,.1);--info-bg: rgba(37,99,235,.1);--bg: #f6f7f9;--surface: #ffffff;--surface-alt: #f0f1f4;--text: #1a1d23;--text-muted: #6b7280;--text-soft: #9aa1ad;--border: #e5e7eb;--border-strong: #d1d5db;--accent: #c9a227;--accent-soft: #c9a2271a;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .06);--shadow-md: 0 4px 14px rgba(15, 23, 42, .08);--shadow-lg: 0 12px 32px rgba(15, 23, 42, .12);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-pill: 999px;--header-height: 60px}html[data-theme=dark]{--success: #4ade80;--danger: #f87171;--info: #60a5fa;--success-bg: rgba(74,222,128,.15);--danger-bg: rgba(248,113,113,.15);--info-bg: rgba(96,165,250,.15);--bg: #0f172a;--surface: #1e293b;--surface-alt: #243149;--text: #f1f5f9;--text-muted: #94a3b8;--text-soft: #64748b;--border: #334155;--border-strong: #475569;--accent: #e8c547;--accent-soft: #e8c54722;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow-md: 0 4px 14px rgba(0, 0, 0, .5);--shadow-lg: 0 12px 32px rgba(0, 0, 0, .6)}.app-shell{display:flex;flex-direction:column;min-height:100vh}.app-main{flex:1;width:100%;max-width:1280px;margin:0 auto;padding:1.5rem}@media (max-width: 768px){.app-main{padding:1rem}.app-main{padding-bottom:72px}}.app-header{display:flex;align-items:center;gap:1rem;padding:.75rem 1.25rem;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;height:var(--header-height)}.app-header .logo{display:flex;align-items:center;gap:.5rem;font-weight:700;color:var(--text);font-size:1rem;flex-shrink:0}.app-header .logo i{color:var(--accent);font-size:1.25rem}.app-header .logo .suffix{color:var(--accent)}.app-header .search{flex:1;max-width:480px;display:flex;align-items:center;gap:.5rem;height:38px;padding:0 .875rem;background:var(--surface-alt);border:1px solid transparent;border-radius:var(--radius-md);color:var(--text)}.app-header .search:focus-within{border-color:var(--accent);background:var(--surface)}.app-header .search i{color:var(--text-muted);font-size:1rem}.app-header .search input{flex:1;border:0;background:transparent;outline:none;font-size:.9rem;color:var(--text);min-width:0}.app-header .actions{display:flex;align-items:center;gap:.5rem;margin-left:auto;flex-shrink:0}.icon-btn{width:38px;height:38px;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:var(--radius-md);display:inline-flex;align-items:center;justify-content:center;font-size:1rem;transition:border-color .15s ease,background .15s ease}.icon-btn:hover{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.app-header>nav{display:flex;align-items:center;gap:.25rem;margin-left:.5rem}.app-header>nav a{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .85rem;height:38px;border-radius:var(--radius-pill, 999px);color:var(--text-muted);text-decoration:none;font-size:.875rem;font-weight:500;letter-spacing:.01em;background:transparent;border:1px solid transparent;transition:color .18s ease,background .18s ease,border-color .18s ease}.app-header>nav a i{font-size:1.05rem;color:var(--text-muted);transition:color .18s ease}.app-header>nav a:hover{color:var(--accent);background:var(--accent-soft)}.app-header>nav a:hover i{color:var(--accent)}.app-header>nav a.active{color:var(--accent);background:var(--accent-soft);font-weight:600}.app-header>nav a.active i{color:var(--accent)}.app-header>nav .nav-logout{display:none}.app-header .user-info{display:inline-flex;align-items:center;gap:.6rem;height:40px;padding:0 .85rem 0 .45rem;background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-pill, 999px);margin-right:.25rem}.app-header .user-info strong{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--accent);color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.02em}.app-header .user-info>div{display:flex;flex-direction:column;line-height:1.1}.app-header .user-info .name{color:var(--text);font-weight:600;font-size:.85rem}.app-header .user-info .company{color:var(--text-muted);font-size:.72rem}.theme-toggle{display:inline-flex;align-items:center;gap:.4rem;height:40px;padding:0 .5rem 0 .7rem;border:1px solid var(--border);background:var(--surface);border-radius:var(--radius-pill, 999px);color:var(--text);font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;transition:border-color .18s ease,color .18s ease,background .18s ease}.theme-toggle:hover{border-color:var(--accent);color:var(--accent)}.theme-toggle .theme-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:var(--accent-soft);color:var(--accent);font-size:.95rem}.theme-toggle .theme-track{position:relative;width:30px;height:16px;border-radius:999px;background:var(--border);transition:background .18s ease}.theme-toggle .theme-track:after{content:"";position:absolute;top:2px;left:2px;width:12px;height:12px;border-radius:50%;background:var(--surface);box-shadow:0 1px 2px var(--shadow, rgba(15,23,42,.18));transition:transform .2s ease}.theme-toggle.is-dark .theme-track{background:var(--accent)}.theme-toggle.is-dark .theme-track:after{transform:translate(14px)}.menu-toggle{display:none}@media (max-width: 768px){.app-header .search{display:none}.menu-toggle{display:inline-flex}.app-header .logo span{display:none}.app-header>nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;background:var(--surface);border-bottom:1px solid var(--border);padding:.5rem;gap:.25rem;box-shadow:0 6px 16px #0000001f;z-index:99}.app-header>nav.open{display:flex}.app-header>nav a{width:100%;padding:.6rem .75rem}.app-header>nav .nav-logout{display:flex;align-items:center;gap:.5rem;width:100%;padding:.75rem;margin-top:.25rem;border:0;border-top:1px solid var(--border);border-radius:0;background:transparent;color:#c62828;font-size:.875rem;font-weight:500;text-align:left;cursor:pointer}.app-header>nav .nav-logout:hover{background:var(--accent-soft)}.app-header{flex-wrap:nowrap}.app-header .user-info,.app-header .header-logout{display:none}.app-header .actions{margin-left:0;flex:1 1 auto;min-width:0;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;padding:2px 0;-webkit-overflow-scrolling:touch;scrollbar-width:none;-webkit-mask-image:linear-gradient(to right,black 0,black calc(100% - 16px),transparent 100%);mask-image:linear-gradient(to right,black 0,black calc(100% - 16px),transparent 100%)}.app-header .actions::-webkit-scrollbar{display:none}.app-header .actions>*{flex-shrink:0}}.page-header{margin-bottom:1.5rem}.page-header h1{font-size:1.5rem;font-weight:700;color:var(--text);margin:0 0 .25rem}.page-header p{color:var(--text-muted);font-size:.9rem}@media (max-width: 768px){.page-header h1{font-size:1.25rem}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.card-pad{padding:1.25rem}.welcome-card{background:linear-gradient(135deg,var(--accent) 0%,#b8932a 100%);color:#1a1a1a;border-radius:var(--radius-lg);padding:1.75rem 1.5rem;margin-bottom:1.5rem;box-shadow:var(--shadow-md)}.welcome-card h2{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.welcome-card p{font-size:.95rem;opacity:.85;margin-bottom:1rem}.welcome-card .btn-primary{background:#000000d9;color:#fff;border:0;border-radius:var(--radius-pill);padding:.65rem 1.25rem;font-weight:600;font-size:.9rem;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.welcome-card .btn-primary:hover{background:#000}@media (max-width: 768px){.welcome-card{padding:1.25rem 1rem}.welcome-card h2{font-size:1.2rem}}.section-title{font-size:1.1rem;font-weight:600;color:var(--text);margin:1.5rem 0 .75rem;display:flex;align-items:center;justify-content:space-between}.section-title .more{font-size:.85rem;font-weight:500;color:var(--accent)}.product-actions-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}@media (max-width: 768px){.product-actions-grid{grid-template-columns:1fr;gap:1rem}}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;display:flex;flex-direction:column;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease;text-decoration:none;color:inherit}.product-card:hover{border-color:var(--accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}.product-card .thumb{aspect-ratio:1 / 1;background:var(--surface-alt);position:relative;overflow:hidden}.product-card .thumb img{width:100%;height:100%;object-fit:cover}.product-card .thumb .placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--text-soft);font-size:2rem}.product-card .info{padding:.75rem .875rem .875rem;display:flex;flex-direction:column;gap:.25rem}.product-card .brand{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.product-card .name{font-size:.9rem;font-weight:600;color:var(--text);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.34em}.product-card .price{font-size:.95rem;font-weight:700;color:var(--text)}.product-card .badge-stock{position:absolute;top:8px;left:8px;background:#22c55eeb;color:#fff;font-size:.7rem;font-weight:700;padding:2px 8px;border-radius:var(--radius-pill);text-transform:uppercase;letter-spacing:.04em}.product-card .badge-out{position:absolute;top:8px;left:8px;background:#ef4444eb;color:#fff;font-size:.7rem;font-weight:700;padding:2px 8px;border-radius:var(--radius-pill)}@media (max-width: 768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-card .name{font-size:.85rem}}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.category-tile{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem;text-align:center;text-decoration:none;color:var(--text);display:flex;flex-direction:column;align-items:center;gap:.5rem;transition:border-color .15s ease,box-shadow .15s ease}.category-tile:hover{border-color:var(--accent);box-shadow:var(--shadow-sm)}.category-tile i{font-size:1.5rem;color:var(--accent)}.category-tile .name{font-weight:600;font-size:.85rem}.category-tile .count{font-size:.75rem;color:var(--text-muted)}@media (max-width: 768px){.category-grid{grid-template-columns:repeat(2,1fr)}}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1rem;border-radius:var(--radius-md);font-size:.9rem;font-weight:500;border:1px solid transparent;cursor:pointer;transition:background .15s ease,border-color .15s ease;text-decoration:none}.btn-primary{background:var(--accent);color:#1a1a1a;border-color:var(--accent)}.btn-primary:hover{filter:brightness(.95)}.btn-outline{background:transparent;color:var(--text);border-color:var(--border)}.btn-outline:hover{border-color:var(--accent);color:var(--accent)}.btn-danger{background:#dc2626;color:#fff;border-color:#dc2626}.btn-block{width:100%;justify-content:center}.filter-bar{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:.75rem}.filter-bar select,.filter-bar input{height:36px;padding:0 .75rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font:inherit;font-size:.85rem;outline:none}.filter-bar select:focus,.filter-bar input:focus{border-color:var(--accent)}.filter-bar .search{flex:1;min-width:180px}.filter-bar .per-page{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.85rem;margin-left:auto}@media (max-width: 768px){.filter-bar{flex-direction:column;align-items:stretch}.filter-bar .per-page{width:100%;justify-content:space-between}.filter-bar select,.filter-bar input{width:100%}}.active-filters{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem}.active-filter{display:inline-flex;align-items:center;gap:.4rem;background:var(--accent-soft);color:var(--accent);border-radius:var(--radius-pill);padding:.25rem .65rem;font-size:.8rem;font-weight:500;border:0;cursor:pointer}.pagination{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.5rem;padding:.75rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);font-size:.85rem;color:var(--text-muted);flex-wrap:wrap}.pagination .pages{display:flex;gap:.25rem;align-items:center}.pagination button{min-width:36px;height:36px;padding:0 .6rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:.85rem}.pagination button:hover:not(:disabled){border-color:var(--accent)}.pagination button.is-active{background:var(--accent);color:#1a1a1a;border-color:var(--accent)}.pagination button:disabled{opacity:.5;cursor:not-allowed}.empty-state{padding:3rem 1rem;text-align:center;color:var(--text-muted)}.empty-state i{font-size:2.5rem;display:block;margin-bottom:.75rem;opacity:.5}.empty-state .title{font-weight:600;color:var(--text);margin-bottom:.25rem}.empty-state .body{font-size:.85rem}.detail-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2rem;align-items:start}@media (max-width: 1024px){.detail-grid{grid-template-columns:1fr}}.detail-images{display:grid;gap:.5rem;grid-template-columns:repeat(4,1fr)}.detail-images .main{grid-column:1 / -1;aspect-ratio:1 / 1;border-radius:var(--radius-lg);background:var(--surface-alt);overflow:hidden}.detail-images .main img{width:100%;height:100%;object-fit:cover}.detail-images .thumb{aspect-ratio:1 / 1;border-radius:var(--radius-md);background:var(--surface-alt);overflow:hidden;cursor:pointer}.detail-images .thumb img{width:100%;height:100%;object-fit:cover}.detail-info h1{font-size:1.5rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.detail-info .brand-row{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-weight:600;margin-bottom:.5rem}.detail-info .price{font-size:1.75rem;font-weight:700;color:var(--text);margin:1rem 0}.detail-info .stock{font-size:.9rem;margin-bottom:1rem}.detail-info .stock.in{color:#16a34a}.detail-info .stock.out{color:#dc2626}.detail-info .description{color:var(--text);font-size:.95rem;margin-bottom:1.5rem;white-space:pre-line}.detail-actions{display:flex;gap:.5rem;flex-wrap:wrap}@media (max-width: 768px){.detail-info h1{font-size:1.25rem}.detail-info .price{font-size:1.5rem}}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.85rem;font-weight:500;color:var(--text);margin-bottom:.4rem}.form-input,.form-select,.form-textarea{width:100%;height:40px;padding:0 .875rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font:inherit;font-size:.9rem;outline:none;transition:border-color .15s ease}.form-textarea{height:auto;min-height:100px;padding:.625rem .875rem;resize:vertical}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--accent)}.data-table{width:100%;border-collapse:collapse;font-size:.875rem}.data-table th,.data-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border)}.data-table th{background:var(--surface-alt);font-weight:600;color:var(--text-muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}.data-table tbody tr:hover{background:var(--surface-alt)}.data-table .actions{display:flex;gap:.25rem;flex-wrap:nowrap}.table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:auto;max-width:100%}.table-responsive{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;max-width:100%;border-radius:var(--radius-md);scrollbar-width:thin;scrollbar-color:var(--accent) var(--surface-alt);-webkit-mask-image:linear-gradient(to right,transparent 0,black 16px,black calc(100% - 16px),transparent 100%);mask-image:linear-gradient(to right,transparent 0,black 16px,black calc(100% - 16px),transparent 100%)}.table-responsive::-webkit-scrollbar{height:8px}.table-responsive::-webkit-scrollbar-track{background:var(--surface-alt);border-radius:4px}.table-responsive::-webkit-scrollbar-thumb{background:var(--accent);border-radius:4px}.table-responsive .data-table thead th,.table-wrap .data-table thead th{position:sticky;top:0;background:var(--surface);z-index:1;box-shadow:inset 0 -1px 0 var(--border)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{background:var(--surface);border-radius:var(--radius-lg);width:100%;max-width:480px;max-height:calc(100vh - 2rem);overflow:auto;box-shadow:var(--shadow-lg)}.modal .head{padding:1rem 1.25rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;font-weight:600}.modal .body{padding:1.25rem}.modal .foot{padding:.875rem 1.25rem;border-top:1px solid var(--border);display:flex;gap:.5rem;justify-content:flex-end}.flash{padding:.75rem 1rem;border-radius:var(--radius-md);margin-bottom:1rem;font-size:.875rem}.flash-success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.flash-danger{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.flash-info{background:#dbeafe;color:#1e40af;border:1px solid #bfdbfe}html[data-theme=dark] .flash-success{background:#14532d;color:#bbf7d0;border-color:#166534}html[data-theme=dark] .flash-danger{background:#7f1d1d;color:#fecaca;border-color:#991b1b}html[data-theme=dark] .flash-info{background:#1e3a8a;color:#bfdbfe;border-color:#1e40af}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem}.stat-tile{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem;display:flex;align-items:center;gap:.75rem}.stat-tile i{font-size:1.5rem;color:var(--accent)}.stat-tile .label{font-size:.78rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.stat-tile .value{font-size:1.4rem;font-weight:700;color:var(--text)}@media (max-width: 768px){.stat-grid{grid-template-columns:repeat(2,1fr)}}.mobile-bottom-nav{display:flex;position:fixed;left:0;right:0;bottom:0;height:60px;padding-bottom:env(safe-area-inset-bottom,0px);background:var(--surface);border-top:1px solid var(--border);z-index:50;justify-content:space-around;align-items:stretch;box-shadow:0 -2px 8px #0000000f}.mobile-bottom-nav .mbn-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;padding:.5rem;text-decoration:none;color:var(--text-muted);font-size:.7rem;font-weight:500;transition:color .15s ease}.mobile-bottom-nav .mbn-item i{font-size:1.25rem}.mobile-bottom-nav .mbn-item.is-active,.mobile-bottom-nav .mbn-item:hover{color:var(--accent)}.lang-switcher{position:relative}.lang-trigger{display:inline-flex;align-items:center;gap:.35rem;height:36px;padding:0 .6rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--text);font:inherit;font-size:.85rem}.lang-flag{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:18px;padding:0 4px;border-radius:4px;font-size:.65rem;font-weight:700;letter-spacing:.04em;background:var(--accent-soft);color:var(--accent)}.lang-menu{position:absolute;top:calc(100% + 6px);right:0;min-width:180px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);list-style:none;padding:.25rem;z-index:60}.lang-option{width:100%;text-align:left;padding:.5rem .75rem;background:transparent;border:0;border-radius:var(--radius-sm);font:inherit;font-size:.85rem;color:var(--text);display:flex;align-items:center;gap:.5rem;cursor:pointer}.lang-option:hover{background:var(--surface-alt)}.lang-option.is-active{color:var(--accent);font-weight:600}.auth-page{min-height:100vh;background:var(--bg);display:flex;align-items:center;justify-content:center;padding:1.5rem}.auth-card .logo{display:flex;align-items:center;gap:.5rem;justify-content:center;font-size:1.5rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.auth-card .logo i,.auth-card .logo .suffix{color:var(--accent)}.auth-card .subtitle{text-align:center;color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem}@media (max-width: 768px){.auth-card{padding:1.5rem}}.notification-bell{position:relative}.notification-bell .badge-dot{position:absolute;top:4px;right:4px;width:8px;height:8px;border-radius:50%;background:#dc2626}.header{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;min-height:var(--header-height);flex-wrap:wrap}.header .logo{font-weight:700;font-size:1.05rem;display:inline-flex;align-items:center;gap:.4rem;color:var(--text);text-decoration:none;flex-shrink:0}.header .logo i{color:var(--accent);font-size:1.25rem}.header .logo span{color:var(--accent)}.header>nav{display:flex;align-items:center;gap:.25rem;flex:1;flex-wrap:wrap}.header>nav a{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .7rem;border-radius:var(--radius-sm);color:var(--text-muted);text-decoration:none;font-size:.85rem;transition:color .15s ease,background .15s ease}.header>nav a:hover{color:var(--accent);background:var(--accent-soft)}.header>nav a.active{color:var(--accent);background:var(--accent-soft);font-weight:600}.header .user-info{display:flex;align-items:center;gap:.6rem;margin-left:auto;flex-shrink:0}.header .user-info strong{color:var(--text);font-size:.9rem}.header .user-info .company{font-size:.72rem;color:var(--text-muted)}.container{flex:1;width:100%;max-width:1280px;margin:0 auto;padding:1.5rem}.footer{background:var(--surface);border-top:1px solid var(--border);padding:1rem 1.5rem;text-align:center;color:var(--text-muted);font-size:.85rem;margin-top:auto;flex-shrink:0}.footer p{margin:0}@media (max-width: 768px){.footer{padding:.75rem 1rem;font-size:.8rem}}.nav-toggle{display:none;width:38px;height:38px;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:var(--radius-md);align-items:center;justify-content:center;flex-shrink:0}@media (max-width: 768px){.nav-toggle{display:inline-flex}.header>nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;background:var(--surface);border-bottom:1px solid var(--border);padding:.5rem;gap:.25rem}.header>nav.open{display:flex}.header>nav a{width:100%;padding:.6rem .75rem}.header .user-info>div:not(.lang-switcher):not(.theme-toggle-wrap){display:none}.header{position:sticky;flex-wrap:nowrap}.header-logout .logout-text{display:none}}.nav-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:99}.nav-backdrop.open{display:block}.app-root{display:flex;flex-direction:column;min-height:100vh}@media (max-width: 768px){.app-root{padding-bottom:72px}}.form-label{display:block;font-size:.85rem;font-weight:500;color:var(--text);margin-bottom:.4rem}.form-label i{margin-right:.3rem;color:var(--accent)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero{position:relative;min-height:60vh;display:flex;align-items:center;justify-content:center;padding:4rem 1.5rem;background:var(--bg);overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.4}.orb-1{top:-150px;right:-100px;width:400px;height:400px;background:var(--accent-soft);animation:float 20s ease-in-out infinite}.orb-2{bottom:-150px;left:-100px;width:350px;height:350px;background:var(--accent-soft);animation:float 25s ease-in-out infinite reverse}.grid-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(var(--border) 1px,transparent 1px),linear-gradient(90deg,var(--border) 1px,transparent 1px);background-size:60px 60px;opacity:.25;mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%)}.hero-content{position:relative;z-index:2;max-width:720px;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:var(--radius-pill);background:var(--surface);border:1px solid var(--border);margin-bottom:1.25rem}.hero-badge-dot{width:8px;height:8px;border-radius:50%;background:var(--success)}.hero-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;color:var(--text);margin-bottom:1rem;line-height:1.15}.hero-title .highlight{color:var(--accent)}.hero-subtitle{font-size:1rem;color:var(--text-muted);margin-bottom:1.75rem;max-width:540px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.hero-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius-pill);font-weight:600;font-size:.9rem;text-decoration:none;transition:all .2s ease}.hero-btn-primary{background:var(--accent);color:#1a1a1a;border:1px solid var(--accent)}.hero-btn-primary:hover{filter:brightness(.95);transform:translateY(-1px)}.hero-btn-secondary{background:transparent;color:var(--text);border:1px solid var(--border)}.hero-btn-secondary:hover{border-color:var(--accent);color:var(--accent)}.scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:2.5rem}.scroll-indicator>span{font-size:.7rem;color:var(--text-muted);letter-spacing:.15em;text-transform:uppercase}.scroll-indicator>div{width:1px;height:36px;background:linear-gradient(180deg,var(--accent) 0%,transparent 100%)}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(20px,-20px)}}@keyframes scrollPulse{0%,to{opacity:.4}50%{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.section-header{text-align:center;margin-bottom:2rem}.section-eyebrow{font-size:.75rem;color:var(--accent);letter-spacing:.15em;text-transform:uppercase;margin-bottom:.75rem;font-weight:600}.section-title{font-size:1.75rem;font-weight:700;color:var(--text);margin-bottom:.5rem;letter-spacing:-.01em}.section-subtitle{font-size:.95rem;color:var(--text-muted);max-width:540px;margin:0 auto}.stats-section{padding:3rem 1.5rem;background:var(--bg)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;max-width:1100px;margin:0 auto}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;text-align:center;transition:border-color .15s ease,box-shadow .15s ease}.stat-card:hover{border-color:var(--accent);box-shadow:var(--shadow-md)}.stat-card .stat-icon{font-size:2rem;margin-bottom:.75rem;display:block;color:var(--accent)}.stat-number{font-size:2rem;font-weight:700;color:var(--text)}.stat-label{font-size:.85rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem}.stat-divider{width:32px;height:2px;background:var(--accent);margin:.75rem auto 0;border-radius:2px}.features-section{padding:3rem 1.5rem;background:var(--bg)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;max-width:1200px;margin:0 auto}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease;text-decoration:none;color:inherit}.feature-card:hover{border-color:var(--accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}.feature-icon{width:48px;height:48px;border-radius:var(--radius-md);background:var(--accent-soft);color:var(--accent);display:inline-flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:1rem}.feature-title{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.4rem}.feature-text{font-size:.85rem;color:var(--text-muted);margin-bottom:.75rem;line-height:1.5}.feature-link{font-size:.85rem;color:var(--accent);font-weight:600}.categories-section{padding:3rem 1.5rem;background:var(--surface)}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem;max-width:1200px;margin:0 auto}.category-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.5rem 1rem;text-align:center;text-decoration:none;color:var(--text);transition:border-color .15s ease,transform .15s ease}.category-card:hover{border-color:var(--accent);transform:translateY(-2px)}.category-card .category-icon{font-size:2rem;margin-bottom:.75rem;display:block;color:var(--accent)}.category-card .category-name{font-weight:600;font-size:.9rem}.products-section{padding:3rem 1.5rem;background:var(--bg)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;max-width:1200px;margin:0 auto}.products-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem;max-width:1200px;margin-left:auto;margin-right:auto}.view-all-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:var(--accent-soft);border:1px solid var(--accent-soft);border-radius:var(--radius-pill);color:var(--accent);text-decoration:none;font-weight:600;font-size:.85rem;transition:all .15s ease}.view-all-btn:hover{border-color:var(--accent)}.animate-on-scroll{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.footer-logo{font-size:1.1rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.footer-text{color:var(--text-muted);font-size:.85rem}@media (max-width: 768px){.hero{min-height:auto;padding:3rem 1.25rem 4rem}.hero-title{font-size:clamp(1.6rem,7vw,2.25rem)}.scroll-indicator{display:none}.categories-grid,.products-grid{grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:1fr}}.auth-topbar{position:fixed;top:0;left:0;right:0;z-index:30;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;background:var(--surface);border-bottom:1px solid var(--border);min-height:var(--header-height)}.auth-topbar-brand{display:flex;align-items:center;gap:.5rem;font-weight:700;color:var(--text);font-size:.95rem}.auth-topbar-brand i{color:var(--accent);font-size:1.2rem}.auth-topbar-actions{display:flex;align-items:center;gap:.5rem}.auth-card-wrap{flex:1;display:flex;align-items:center;justify-content:center;padding:calc(var(--header-height) + 2rem) 1.5rem 2rem;min-height:100vh}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;width:100%;max-width:420px;box-shadow:var(--shadow-md)}.auth-card-logo{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.4rem;font-weight:700;color:var(--text);margin-bottom:.4rem}.auth-card-logo i{color:var(--accent);font-size:1.5rem}.auth-card-logo .suffix{color:var(--accent)}.auth-card-subtitle{text-align:center;color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem}.auth-card-footer{text-align:center;margin-top:1.25rem;font-size:.85rem;color:var(--text-muted)}.auth-card-footer a{color:var(--accent);font-weight:600;text-decoration:none;margin-left:.25rem}.auth-card-footer a:hover{text-decoration:underline}@media (max-width: 768px){.auth-card{padding:1.5rem;border-radius:var(--radius-md)}.auth-card-wrap{padding-top:calc(var(--header-height) + 1.25rem);padding-left:1rem;padding-right:1rem}}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media (max-width: 480px){.form-grid-2{grid-template-columns:1fr}}.product-card-thumb{display:block;position:relative;aspect-ratio:1 / 1;background:var(--surface-alt);overflow:hidden;text-decoration:none}.product-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card-thumb:hover img{transform:scale(1.04)}.product-card .brand{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.15rem}.product-card .sku{font-size:.7rem;color:var(--text-muted);font-family:monospace;margin-top:.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card .name{font-size:.9rem;font-weight:600;color:var(--text);text-decoration:none;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.34em}.product-card .variants{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.4rem}.product-card .variant-count{display:inline-flex;align-items:center;gap:.25rem;font-size:.7rem;color:var(--accent);padding:.18rem .55rem;background:var(--accent-soft);border-radius:var(--radius-pill);font-weight:600}.product-card .variant-chip{display:inline-flex;align-items:center;gap:.25rem;font-size:.7rem;color:var(--text-muted);padding:.18rem .55rem;background:var(--surface-alt);border-radius:var(--radius-pill)}.product-card .spacer{flex:1}.product-card .price-row{margin-top:.5rem;min-height:1.5rem}.product-card .price{font-size:1.1rem;font-weight:700;color:var(--text)}.product-card .currency{font-size:.75rem;font-weight:500;color:var(--text-muted);margin-right:.2rem}.product-card .contact-price{font-size:.8rem;color:var(--text-muted);font-weight:500}.product-card .stock{display:inline-flex;align-items:center;gap:.4rem;font-size:.7rem;margin-top:.35rem}.product-card .stock.in{color:var(--success)}.product-card .stock.out{color:var(--danger)}.product-card .stock .dot{width:6px;height:6px;border-radius:50%;background:currentColor}.product-card .view-details{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.55rem .75rem;margin-top:.6rem;background:var(--accent-soft);color:var(--accent);border-radius:var(--radius-sm);font-size:.78rem;font-weight:600;text-decoration:none;text-transform:uppercase;letter-spacing:.05em;transition:background .15s ease}.product-card .view-details:hover{background:var(--accent);color:#1a1a1a}.product-card-skeleton{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.product-card-skeleton-thumb{aspect-ratio:1 / 1;background:var(--surface-alt)}.product-card-skeleton-body{padding:.75rem}.product-card-skeleton-line{height:12px;background:var(--surface-alt);border-radius:4px;margin-bottom:.5rem}.product-card-skeleton-line.w-50{width:50%}.product-card-skeleton-line.w-90{width:90%}.product-card-skeleton-line.w-70{width:70%}.product-card-skeleton-thumb,.product-card-skeleton-line{position:relative;overflow:hidden}.product-card-skeleton-thumb:after,.product-card-skeleton-line:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.15) 50%,transparent 100%);animation:shimmer 1.5s ease-in-out infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.products-list-header{display:grid;grid-template-columns:1fr 130px 170px;gap:1.5rem;align-items:center;padding:.75rem 1.1rem;background:var(--surface-alt);border-bottom:1px solid var(--border);font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}.products-list-row{display:grid;grid-template-columns:1fr 130px 170px;gap:1.5rem;align-items:center;padding:.85rem 1.1rem;border-bottom:1px solid var(--border);text-decoration:none;color:inherit;transition:background .15s ease}.products-list-row:hover{background:var(--accent-soft)}.products-list-row:last-child{border-bottom:0}.products-list-wrap{border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;background:var(--surface)}.catalog-pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:2rem;flex-wrap:wrap}.pagination-btn{padding:.5rem .75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);cursor:pointer;transition:all .15s ease;font:inherit}.pagination-btn:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.pagination-btn.active{background:var(--accent);color:#1a1a1a;border-color:var(--accent);font-weight:600}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 640px){.products-list-header{display:none}.products-list-row{grid-template-columns:1fr auto auto;column-gap:.6rem}.pagination-btn{min-width:36px;height:36px;padding:0 .6rem}}.view-mode-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem .9rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);cursor:pointer;font-size:.85rem;transition:all .15s ease;text-decoration:none}.view-mode-btn.active,.view-mode-btn:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.grouped-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;padding:0 1rem;max-width:1200px;margin:0 auto}.grouped-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease;display:flex;flex-direction:column}.grouped-card:hover{border-color:var(--accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}.grouped-card-thumb{aspect-ratio:16 / 10;background:var(--surface-alt);display:block;position:relative;overflow:hidden}.grouped-card-thumb img{width:100%;height:100%;object-fit:contain;padding:.85rem}.grouped-card-thumb .placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--text-soft);font-size:2rem}.grouped-card-info{padding:.75rem 1rem 1rem;display:flex;flex-direction:column;gap:.3rem;flex:1}.grouped-card-info .brand{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.grouped-card-info .name{font-size:.95rem;font-weight:700;color:var(--text);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.grouped-card-info .variants{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.3rem}.grouped-card-info .variant-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.15rem .5rem;background:var(--surface-alt);color:var(--text-muted);border-radius:var(--radius-pill);font-size:.7rem}.grouped-card-info .price-row{margin-top:.4rem;display:flex;align-items:baseline;gap:.3rem;flex-wrap:wrap}.grouped-card-info .price{font-size:1.1rem;font-weight:700;color:var(--text)}.grouped-card-info .price .currency{font-size:.75rem;font-weight:500;color:var(--text-muted);margin-right:.2rem}.grouped-card-info .stock{display:inline-flex;align-items:center;gap:.4rem;font-size:.7rem}.grouped-card-info .stock.in{color:var(--success)}.grouped-card-info .stock.out{color:var(--danger)}.grouped-card-info .stock .dot{width:6px;height:6px;border-radius:50%;background:currentColor}.grouped-card-info .view-details{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.55rem .75rem;margin-top:.6rem;background:var(--accent-soft);color:var(--accent);border-radius:var(--radius-sm);font-size:.78rem;font-weight:600;text-decoration:none;text-transform:uppercase;letter-spacing:.05em}.grouped-card-info .view-details:hover{background:var(--accent);color:#1a1a1a}@media (max-width: 768px){.grouped-grid{grid-template-columns:repeat(2,1fr);padding:0}.grouped-card-info .name{font-size:.85rem}}.product-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:2rem;align-items:start;padding:0}.product-layout .main-image{aspect-ratio:1 / 1;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;display:flex;align-items:center;justify-content:center;padding:1rem}.product-layout .main-image img{max-width:100%;max-height:100%;object-fit:contain}.product-layout .main-image .placeholder{display:flex;align-items:center;justify-content:center;color:var(--text-soft);font-size:5rem}.thumb-strip{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.thumb-strip .thumb{width:64px;height:64px;border-radius:var(--radius-sm);overflow:hidden;background:var(--surface-alt);cursor:pointer;border:2px solid transparent}.thumb-strip .thumb.active{border-color:var(--accent)}.thumb-strip .thumb img{width:100%;height:100%;object-fit:cover}.thumb-strip .placeholder{display:flex;align-items:center;justify-content:center;color:var(--text-soft);font-size:1.25rem}.price-hero{font-size:1.75rem;font-weight:700;color:var(--text);margin:1rem 0}.price-hero .currency{font-size:.85rem;font-weight:500;color:var(--text-muted);margin-right:.3rem}.specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin:1rem 0}.specs-grid .spec{background:var(--surface-alt);border-radius:var(--radius-sm);padding:.6rem .75rem}.specs-grid .spec .k{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.2rem}.specs-grid .spec .v{font-size:.9rem;color:var(--text);font-weight:500}.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem;margin-top:1rem}.related-grid .related-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;text-decoration:none;color:inherit;transition:border-color .15s ease}.related-grid .related-card:hover{border-color:var(--accent)}.related-grid .related-card .thumb{aspect-ratio:1 / 1;background:var(--surface-alt);display:flex;align-items:center;justify-content:center}.related-grid .related-card .thumb img{width:100%;height:100%;object-fit:cover}.related-grid .related-card .info{padding:.6rem .75rem}.related-grid .related-card .name{font-size:.85rem;font-weight:600;color:var(--text)}.related-grid .related-card .price{font-size:.8rem;color:var(--text-muted);margin-top:.2rem}@media (max-width: 1024px){.product-layout{grid-template-columns:1fr;gap:1.25rem}}@media (max-width: 768px){.price-hero{font-size:1.5rem}.thumb-strip .thumb{width:52px;height:52px}}.mobile-page{min-height:100vh;background:var(--bg);color:var(--text);display:flex;flex-direction:column;padding-bottom:calc(64px + 10rem)}.mobile-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:var(--surface);border-bottom:1px solid var(--border);min-height:52px}.mobile-header-brand{display:flex;align-items:center;gap:.4rem;font-weight:700;font-size:1rem;color:var(--text)}.mobile-header-brand i{color:var(--accent);font-size:1.2rem}.mobile-header-back{width:36px;height:36px;border:0;background:transparent;border-radius:var(--radius-sm);color:var(--text);display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;cursor:pointer}.mobile-header-back:hover{background:var(--surface-alt)}.mobile-header-title{flex:1;font-size:1rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-header-actions{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.mobile-content{flex:1;width:100%;padding:1rem;display:flex;flex-direction:column;align-items:stretch;gap:1.25rem}.mobile-section{display:flex;flex-direction:column;gap:.75rem}.mobile-section-header{display:flex;align-items:center;justify-content:space-between;padding:0 .25rem}.mobile-section-header h2{font-size:1rem;font-weight:700;color:var(--text)}.more-link{font-size:.8rem;color:var(--accent);text-decoration:none;font-weight:500}.more-link:hover{text-decoration:underline}.mobile-search-bar{display:flex;align-items:center;gap:.5rem;padding:.7rem .9rem;background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-pill);color:var(--text-muted);font-size:.9rem;cursor:pointer;width:100%;text-align:left}.mobile-search-bar i{font-size:1rem}.mobile-search-input-wrap{display:flex;align-items:center;gap:.5rem;padding:.6rem .9rem;background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-pill)}.mobile-search-input-wrap:focus-within{border-color:var(--accent);background:var(--surface)}.mobile-search-input-wrap i{color:var(--text-muted);font-size:1rem}.mobile-search-input{flex:1;border:0;background:transparent;outline:none;color:var(--text);font:inherit;font-size:.9rem;min-width:0}.mobile-search-clear{width:22px;height:22px;border:0;background:var(--border);border-radius:50%;color:var(--text);display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;cursor:pointer}.mobile-filter-row{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.mobile-filter-select{flex:1;min-width:0;height:36px;padding:0 .7rem;border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--surface);color:var(--text);font:inherit;font-size:.85rem;outline:none}.mobile-filter-clear{display:inline-flex;align-items:center;gap:.3rem;height:36px;padding:0 .75rem;border:1px solid var(--border);border-radius:var(--radius-pill);background:transparent;color:var(--text-muted);font-size:.8rem;cursor:pointer}.mobile-filter-clear:hover{color:var(--accent);border-color:var(--accent)}.mobile-active-chips{display:flex;flex-wrap:wrap;gap:.35rem}.mobile-active-chip{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .6rem;background:var(--accent-soft);color:var(--accent);border:0;border-radius:var(--radius-pill);font-size:.78rem;cursor:pointer}.mobile-active-chip i{font-size:.7rem}.mobile-cat-strip{display:flex;gap:.5rem;overflow-x:auto;padding:.25rem .25rem .5rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.mobile-cat-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .85rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-pill);color:var(--text);font-size:.82rem;text-decoration:none;flex-shrink:0;scroll-snap-align:start;transition:border-color .15s ease}.mobile-cat-chip:hover{border-color:var(--accent)}.mobile-cat-chip i{color:var(--accent);font-size:.95rem}.mobile-product-list{display:flex;flex-direction:column;gap:.5rem}.mobile-product-row{display:flex;gap:.75rem;padding:.6rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);text-decoration:none;color:inherit;transition:border-color .15s ease}.mobile-product-row:hover{border-color:var(--accent)}.mobile-product-row .mobile-product-thumb{width:64px;height:64px;flex-shrink:0;border-radius:var(--radius-sm);background:var(--surface-alt);display:flex;align-items:center;justify-content:center;overflow:hidden}.mobile-product-row .mobile-product-thumb img{width:100%;height:100%;object-fit:cover}.mobile-product-row .mobile-product-thumb i{color:var(--accent);font-size:1.5rem;opacity:.6}.mobile-product-row .mobile-product-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.mobile-product-row .brand{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.mobile-product-row .name{font-size:.85rem;font-weight:600;color:var(--text);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mobile-product-row .price-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.15rem}.mobile-product-row .price{font-size:.9rem;font-weight:700;color:var(--text)}.mobile-product-row .price .currency{font-size:.7rem;font-weight:500;color:var(--text-muted);margin-right:.15rem}.mobile-product-row .contact{font-size:.75rem;color:var(--text-muted)}.mobile-product-row .stock{display:inline-flex;align-items:center;gap:.3rem;font-size:.7rem}.mobile-product-row .stock.in{color:var(--success)}.mobile-product-row .stock.out{color:var(--danger)}.mobile-product-row .stock .dot{width:6px;height:6px;border-radius:50%;background:currentColor}.mobile-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem}.mobile-product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:border-color .15s ease}.mobile-product-card:hover{border-color:var(--accent)}.mobile-product-card .mobile-product-thumb{aspect-ratio:1 / 1;background:var(--surface-alt);display:flex;align-items:center;justify-content:center}.mobile-product-card .mobile-product-thumb img{width:100%;height:100%;object-fit:cover}.mobile-product-card .mobile-product-thumb i{color:var(--accent);font-size:2rem;opacity:.5}.mobile-product-card .mobile-product-info{padding:.5rem .6rem .65rem;display:flex;flex-direction:column;gap:.15rem;flex:1}.mobile-product-card .brand{font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.mobile-product-card .name{font-size:.78rem;font-weight:600;color:var(--text);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2em}.mobile-product-card .price-row{display:flex;align-items:baseline;gap:.15rem;margin-top:.15rem}.mobile-product-card .price{font-size:.9rem;font-weight:700;color:var(--text)}.mobile-product-card .price .currency{font-size:.7rem;font-weight:500;color:var(--text-muted);margin-right:.15rem}.mobile-product-card .contact{font-size:.72rem;color:var(--text-muted)}.mobile-product-card .stock{display:inline-flex;align-items:center;gap:.25rem;font-size:.65rem;margin-top:.2rem}.mobile-product-card .stock.in{color:var(--success)}.mobile-product-card .stock.out{color:var(--danger)}.mobile-product-card .stock .dot{width:5px;height:5px;border-radius:50%;background:currentColor}.mobile-loading{padding:3rem 1rem;text-align:center;color:var(--text-muted)}.mobile-loading i{font-size:1.75rem;animation:spin 1s linear infinite}.mobile-empty{padding:3rem 1rem;text-align:center;color:var(--text-muted);display:flex;flex-direction:column;align-items:center;gap:.5rem}.mobile-empty i{font-size:2.5rem;opacity:.5}.mobile-detail-gallery{display:flex;flex-direction:column;gap:.5rem}.mobile-detail-main-image{aspect-ratio:1 / 1;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;display:flex;align-items:center;justify-content:center}.mobile-detail-main-image img{max-width:100%;max-height:100%;object-fit:contain}.mobile-detail-main-image i{font-size:4rem;color:var(--accent);opacity:.4}.mobile-detail-thumbs{display:flex;gap:.4rem;overflow-x:auto}.mobile-detail-thumb{width:56px;height:56px;border-radius:var(--radius-sm);border:2px solid transparent;background:var(--surface-alt);overflow:hidden;padding:0;cursor:pointer;flex-shrink:0}.mobile-detail-thumb.is-active{border-color:var(--accent)}.mobile-detail-thumb img{width:100%;height:100%;object-fit:cover}.mobile-detail-info{display:flex;flex-direction:column;gap:.5rem;padding:.25rem}.mobile-detail-info .brand{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.mobile-detail-info .name{font-size:1.15rem;font-weight:700;color:var(--text);line-height:1.3}.mobile-detail-info .sku{font-size:.7rem;color:var(--text-muted);font-family:monospace}.mobile-detail-info .price-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.25rem;padding:.5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.mobile-detail-info .price{font-size:1.4rem;font-weight:700;color:var(--text)}.mobile-detail-info .price .currency{font-size:.85rem;font-weight:500;color:var(--text-muted);margin-right:.25rem}.mobile-detail-info .contact{font-size:.9rem;color:var(--text-muted)}.mobile-detail-info .stock{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem}.mobile-detail-info .stock.in{color:var(--success)}.mobile-detail-info .stock.out{color:var(--danger)}.mobile-detail-info .stock .dot{width:7px;height:7px;border-radius:50%;background:currentColor}.mobile-detail-section{padding:.75rem 0;border-bottom:1px solid var(--border)}.mobile-detail-section:last-child{border-bottom:0}.mobile-detail-section h3{font-size:.85rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.4rem}.mobile-detail-section p{font-size:.9rem;color:var(--text);line-height:1.5;white-space:pre-line}.mobile-detail-cta{position:fixed;bottom:64px;left:0;right:0;display:flex;gap:.5rem;padding:.75rem 1rem;background:var(--surface);border-top:1px solid var(--border);z-index:25}.mobile-cta-primary,.mobile-cta-secondary{flex:1;height:44px;border-radius:var(--radius-pill);font-size:.9rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;cursor:pointer;border:0;transition:filter .15s ease}.mobile-cta-primary{background:var(--accent);color:#1a1a1a}.mobile-cta-primary:hover{filter:brightness(.95)}.mobile-cta-secondary{background:var(--surface-alt);color:var(--text);border:1px solid var(--border)}.mobile-promo-hero{position:relative;overflow:hidden;border-radius:var(--radius-md);padding:1.25rem;background:var(--accent-soft);border:1px solid var(--accent)}.mobile-promo-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.4}.mobile-promo-hero-bg .orb{position:absolute;border-radius:50%;filter:blur(60px)}.mobile-promo-hero-bg .orb-1{width:200px;height:200px;background:var(--accent);top:-80px;right:-60px}.mobile-promo-hero-bg .orb-2{width:160px;height:160px;background:var(--accent);bottom:-60px;left:-40px}.mobile-promo-hero-content{position:relative;z-index:1}.mobile-promo-hero-content .badge{display:inline-block;padding:.2rem .6rem;background:var(--accent);color:#1a1a1a;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-pill);margin-bottom:.5rem}.mobile-promo-hero-content h2{font-size:1.15rem;font-weight:700;color:var(--text);margin-bottom:.35rem}.mobile-promo-hero-content p{font-size:.85rem;color:var(--text-muted)}.mobile-promo-list{display:flex;flex-direction:column;gap:.5rem}.mobile-promo-card{display:flex;align-items:center;gap:.75rem;padding:.65rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);text-decoration:none;color:inherit;transition:border-color .15s ease}.mobile-promo-card:hover{border-color:var(--accent)}.mobile-promo-card .thumb{width:56px;height:56px;flex-shrink:0;background:var(--surface-alt);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;overflow:hidden}.mobile-promo-card .thumb img{width:100%;height:100%;object-fit:cover}.mobile-promo-card .thumb i{color:var(--accent);font-size:1.4rem;opacity:.5}.mobile-promo-card .info{flex:1;min-width:0}.mobile-promo-card .info .brand{font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.mobile-promo-card .info .name{font-size:.85rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-promo-card .info .price{font-size:.85rem;font-weight:700;color:var(--accent);margin-top:.15rem}.mobile-promo-card .info .price .currency{font-size:.7rem;font-weight:500;color:var(--text-muted);margin-right:.15rem}.mobile-promo-card .chevron{color:var(--text-soft);font-size:1rem;flex-shrink:0}.mobile-profile-header{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md)}.mobile-profile-header .avatar{width:60px;height:60px;border-radius:50%;background:var(--accent-soft);color:var(--accent);display:flex;align-items:center;justify-content:center;font-size:1.75rem;flex-shrink:0}.mobile-profile-header .who{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.mobile-profile-header .who h2{font-size:1.1rem;font-weight:700;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-profile-header .who p{font-size:.85rem;color:var(--text-muted)}.mobile-profile-header .who .role-badge{align-self:flex-start;padding:.15rem .55rem;background:var(--accent-soft);color:var(--accent);border-radius:var(--radius-pill);font-size:.7rem;font-weight:600;margin-top:.25rem}.mobile-profile-section h3{font-size:.8rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.4rem;padding-left:.25rem}.mobile-profile-list{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.mobile-profile-row{display:flex;align-items:center;gap:.75rem;padding:.75rem .9rem;border-bottom:1px solid var(--border);font-size:.88rem}.mobile-profile-row:last-child{border-bottom:0}.mobile-profile-row i{color:var(--accent);font-size:1.05rem;width:18px;text-align:center}.mobile-profile-row .label{flex:1;color:var(--text-muted)}.mobile-profile-row .value{color:var(--text);font-weight:500;text-align:right;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-profile-row.mobile-profile-toggle{width:100%;background:transparent;border:0;border-bottom:1px solid var(--border);text-align:left;font:inherit;color:inherit;cursor:pointer;transition:background .15s ease}.mobile-profile-row.mobile-profile-toggle:hover{background:var(--surface-alt)}.mobile-profile-row.mobile-profile-toggle .value{color:var(--accent);font-weight:600}.mobile-profile-row.mobile-profile-toggle .ti-chevron-up,.mobile-profile-row.mobile-profile-toggle .ti-chevron-down{color:var(--text-muted);width:18px}.mobile-profile-options{list-style:none;margin:0;padding:.25rem 0 .5rem;background:var(--surface-alt);border-bottom:1px solid var(--border)}.mobile-profile-option{display:flex;width:100%;align-items:center;gap:.6rem;padding:.55rem .9rem;background:transparent;border:0;text-align:left;font:inherit;font-size:.88rem;color:var(--text);cursor:pointer}.mobile-profile-option:hover{background:var(--surface)}.mobile-profile-option.is-active{color:var(--accent);font-weight:600}.mobile-profile-option .opt-flag{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:18px;padding:0 4px;border-radius:4px;font-size:.65rem;font-weight:700;letter-spacing:.04em;background:var(--accent-soft);color:var(--accent)}.mobile-profile-option .ti-check{margin-left:auto;color:var(--accent)}.mobile-profile-bell{background:var(--surface);border-bottom:1px solid var(--border);padding:.5rem}.mobile-profile-logout{display:flex;align-items:center;justify-content:center;gap:.5rem;height:44px;background:var(--danger-bg);color:var(--danger);border:1px solid var(--danger);border-radius:var(--radius-pill);font-size:.9rem;font-weight:600;cursor:pointer;margin-top:.5rem}.dashboard-above{padding:2rem 1.5rem 1.5rem;background:linear-gradient(135deg,var(--surface) 0%,var(--surface-alt) 100%);border-bottom:1px solid var(--border)}.dashboard-above-inner{max-width:1200px;margin:0 auto}.dashboard-above-greeting{margin-bottom:1.25rem}.dashboard-above-eyebrow{display:inline-flex;align-items:center;gap:.45rem;padding:.3rem .75rem;background:var(--accent-soft);color:var(--accent);font-size:.78rem;font-weight:600;letter-spacing:.04em;border-radius:var(--radius-pill, 999px)}.dashboard-above-dot{width:8px;height:8px;border-radius:50%;background:var(--success, #16a34a);box-shadow:0 0 0 4px #16a34a2e;animation:pulse 2s ease-in-out infinite}.dashboard-above-title{margin:.75rem 0 .35rem;font-size:1.85rem;font-weight:700;color:var(--text);letter-spacing:-.01em}.dashboard-above-subtitle{margin:0;color:var(--text-muted);font-size:.95rem;max-width:640px}.dashboard-above-search{display:flex;align-items:center;gap:.5rem;padding:.5rem .5rem .5rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-pill, 999px);box-shadow:var(--shadow-sm);margin:1.25rem 0;max-width:720px;transition:border-color .18s ease,box-shadow .18s ease}.dashboard-above-search:focus-within{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}.dashboard-above-search i.ti-search{color:var(--text-muted);font-size:1.1rem}.dashboard-above-search input{flex:1;border:0;outline:none;background:transparent;font:inherit;font-size:.95rem;color:var(--text);min-width:0;padding:.4rem 0}.dashboard-above-search input::placeholder{color:var(--text-soft, #9aa1ad)}.dashboard-above-search-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.25rem;background:var(--accent);color:#fff;border:0;border-radius:var(--radius-pill, 999px);font:inherit;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .18s ease,transform .18s ease}.dashboard-above-search-btn:hover{background:var(--accent-text, #8a6a14);transform:translate(1px)}.dashboard-above-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.dashboard-above-chip{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .9rem;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-pill, 999px);font-size:.82rem;font-weight:500;text-decoration:none;transition:border-color .18s ease,background .18s ease,color .18s ease}.dashboard-above-chip i{color:var(--text-muted);font-size:.95rem}.dashboard-above-chip:hover{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.dashboard-above-chip:hover i{color:var(--accent)}.dashboard-above-chip-all{background:transparent;border-style:dashed;color:var(--text-muted)}.dashboard-above-chip-all:hover{border-style:solid;background:var(--accent-soft);color:var(--accent)}@media (max-width: 768px){.dashboard-above{padding:1.25rem 1rem 1rem}.dashboard-above-title{font-size:1.4rem}.dashboard-above-subtitle{font-size:.85rem}.dashboard-above-search{padding:.4rem .4rem .4rem .85rem}.dashboard-above-search-btn{padding:.5rem 1rem;font-size:.82rem}}.mobile-home-greeting{padding:1.25rem 1rem .5rem}.mobile-home-greeting h1{margin:0;font-size:1.7rem;font-weight:700;letter-spacing:-.01em;color:var(--text)}.mobile-home-greeting p{margin:.15rem 0 0;color:var(--text-muted);font-size:.92rem}.mobile-cat-grid{display:grid;grid-template-columns:1fr 1fr;gap:.85rem;padding:0 1rem}.mobile-cat-card{display:flex;flex-direction:column;align-items:flex-start;gap:.6rem;padding:1.1rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:16px;text-decoration:none;color:var(--text);transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.mobile-cat-card:hover,.mobile-cat-card:active{border-color:var(--accent);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.mobile-cat-card-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;background:var(--accent-soft);color:var(--accent);border-radius:14px;font-size:1.4rem}.mobile-cat-card-name{font-size:1.02rem;font-weight:700;color:var(--text);line-height:1.2}.mobile-cat-card-count{font-size:.82rem;color:var(--text-muted)}.mobile-featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem;padding:0 1rem;width:100%;min-width:100%;box-sizing:border-box}.mobile-featured-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden;text-decoration:none;color:var(--text);transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.mobile-featured-card:hover{border-color:var(--accent);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.mobile-featured-thumb{position:relative;aspect-ratio:1 / 1;width:100%;background:var(--surface-alt);display:flex;align-items:center;justify-content:center;color:var(--accent);font-size:2.4rem;overflow:hidden}.mobile-featured-thumb img{width:100%;height:100%;object-fit:cover}.mobile-featured-hot{position:absolute;top:.5rem;right:.5rem;padding:.18rem .5rem;background:#f59e0b;color:#fff;font-size:.62rem;font-weight:800;letter-spacing:.06em;border-radius:6px}.mobile-featured-brand{padding:.55rem .6rem 0;font-size:.65rem;font-weight:700;letter-spacing:.08em;color:var(--accent);text-transform:uppercase}.mobile-featured-name{padding:.15rem .6rem 0;font-size:.78rem;font-weight:600;color:var(--text);line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.2em}.mobile-featured-price{padding:.4rem .85rem .85rem;margin-top:auto;font-size:.95rem;font-weight:700;color:var(--text)}.mobile-featured-price .currency{font-size:.7rem;font-weight:500;color:var(--text-muted);margin-right:1px}.mobile-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3.5rem 1.5rem;color:var(--text-muted)}.mobile-empty i{font-size:4rem;color:var(--text-soft, #9aa1ad);opacity:.6;margin-bottom:1rem}.mobile-empty h3{margin:0 0 .4rem;font-size:1.05rem;font-weight:700;color:var(--text)}.mobile-empty p{margin:0;font-size:.88rem;max-width:280px}.mobile-filter-row{display:flex;align-items:center;gap:.5rem;padding:.85rem 1rem .25rem}.mobile-filter-pills{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0;overflow-x:auto;scrollbar-width:none}.mobile-filter-pills::-webkit-scrollbar{display:none}.mobile-filter-pill{flex-shrink:0;display:inline-flex;align-items:center;gap:.35rem;padding:.45rem 1rem;background:transparent;border:1px solid var(--border);border-radius:999px;font:inherit;font-size:.85rem;font-weight:500;color:var(--text);cursor:pointer;white-space:nowrap;transition:background .15s ease,color .15s ease,border-color .15s ease}.mobile-filter-pill:hover{border-color:var(--accent);color:var(--accent)}.mobile-filter-pill.is-active{background:#1e293b;color:#fff;border-color:#1e293b;font-weight:600}html[data-theme=light] .mobile-filter-pill.is-active{background:#1e293b;color:#fff;border-color:#1e293b}.mobile-sort-wrap{position:relative;flex-shrink:0;margin-left:auto}.mobile-sort-trigger{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .9rem;background:transparent;border:1px solid var(--border);border-radius:999px;font:inherit;font-size:.85rem;font-weight:500;color:var(--text);cursor:pointer;white-space:nowrap}.mobile-sort-trigger:hover,.mobile-sort-trigger.is-open{border-color:var(--accent);color:var(--accent)}.mobile-sort-trigger i:first-child{font-size:1rem}.mobile-sort-menu{position:absolute;top:calc(100% + 6px);right:0;min-width:180px;list-style:none;margin:0;padding:.25rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-md);z-index:50}.mobile-sort-option{display:flex;align-items:center;width:100%;padding:.5rem .75rem;background:transparent;border:0;border-radius:8px;text-align:left;font:inherit;font-size:.85rem;color:var(--text);cursor:pointer;gap:.5rem}.mobile-sort-option:hover{background:var(--surface-alt)}.mobile-sort-option.is-active{color:var(--accent);font-weight:600}.mobile-sort-option .ti-check{margin-left:auto;color:var(--accent)}@media (min-width: 769px){.mobile-content{max-width:1600px;margin:0 auto;padding:2rem 2.5rem}.mobile-section{gap:1.5rem}.mobile-section-header h2{font-size:1.35rem}.mobile-header{padding:.85rem 2.5rem;min-height:64px}.mobile-header-title{font-size:1.2rem}.mobile-home-greeting h1{font-size:1.8rem}.mobile-home-greeting p{font-size:1rem}.mobile-cat-grid{grid-template-columns:repeat(4,1fr);gap:1rem;padding:0}.mobile-cat-card{padding:1.4rem 1.2rem;border-radius:18px}.mobile-cat-card-icon{width:60px;height:60px;font-size:1.6rem;border-radius:16px}.mobile-cat-card-name{font-size:1.1rem}.mobile-cat-card-count{font-size:.85rem}.mobile-cat-strip{overflow-x:visible;flex-wrap:wrap;padding:.25rem 0 .5rem}.mobile-cat-chip{padding:.55rem 1.05rem;font-size:.88rem}.mobile-filter-pill{padding:.55rem 1.1rem;font-size:.88rem}.mobile-active-chips{gap:.5rem}.mobile-featured-grid{grid-template-columns:repeat(4,1fr);gap:1rem;padding:0;width:100%}.mobile-featured-card{border-radius:18px}.mobile-featured-thumb{font-size:3rem}.mobile-featured-name{font-size:.95rem}.mobile-featured-price{font-size:1.05rem}.mobile-product-list{grid-template-columns:repeat(2,1fr);gap:.85rem}.mobile-product-row{padding:.85rem;border-radius:14px}.mobile-product-row .name{font-size:1rem}.mobile-product-row .price{font-size:1.05rem}.mobile-product-grid{grid-template-columns:repeat(4,1fr);gap:1.1rem}.mobile-product-card{border-radius:16px}.mobile-product-card .name{font-size:.95rem}.mobile-product-card .price{font-size:1rem}.mobile-search-bar{max-width:960px;margin:0 auto}.mobile-search-input{font-size:1rem}.mobile-bottom-nav .mbn-item{font-size:.82rem}.mobile-bottom-nav .mbn-item i{font-size:1.5rem}}@media (min-width: 1200px){.mobile-content{padding:2.25rem 3rem}.mobile-cat-grid{grid-template-columns:repeat(5,1fr)}.mobile-featured-grid{grid-template-columns:repeat(5,1fr);width:100%}.mobile-product-list{grid-template-columns:repeat(3,1fr)}.mobile-product-grid{grid-template-columns:repeat(5,1fr)}}@media (min-width: 1600px){.mobile-content{max-width:1800px;padding:2.5rem 3.5rem}.mobile-cat-grid{grid-template-columns:repeat(6,1fr)}.mobile-featured-grid{grid-template-columns:repeat(6,1fr);width:100%}.mobile-product-list{grid-template-columns:repeat(4,1fr)}.mobile-product-grid{grid-template-columns:repeat(6,1fr)}}@media (min-width: 769px){.mobile-promo-hero{padding:2rem 2.5rem}.mobile-promo-hero-content h2{font-size:1.8rem}.mobile-promo-hero-content p{font-size:1rem}.mobile-promo-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.mobile-promo-card{padding:.85rem;gap:1rem}.mobile-promo-card .thumb{width:72px;height:72px}.mobile-promo-card .info .name{font-size:.95rem}.mobile-promo-card .info .price{font-size:1rem}.mobile-profile-header{padding:2rem 2.5rem;gap:1.5rem}.mobile-profile-header .avatar{width:84px;height:84px;font-size:2.4rem}.mobile-profile-header .who h2{font-size:1.5rem}.mobile-profile-header .who p{font-size:1rem}.mobile-profile-header .who .role-badge{font-size:.78rem;padding:.2rem .6rem}.mobile-profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.mobile-profile-row{padding:.9rem 1.1rem;font-size:.95rem}.mobile-profile-row i{font-size:1.15rem}.mobile-profile-section h3{font-size:.85rem;padding-left:.25rem}.mobile-profile-logout{padding:1rem 1.5rem;font-size:1rem;max-width:360px;margin:0 auto}}@media (min-width: 1200px){.mobile-promo-list{grid-template-columns:repeat(3,1fr)}.mobile-profile-grid{gap:2.5rem}}@media (min-width: 1600px){.mobile-promo-list{grid-template-columns:repeat(4,1fr)}}
