@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@500;600;700;800;900&display=swap";:root{--font-display:"Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-body:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--bg-main:#080c14;--bg-surface:#0e1422;--bg-card:#0e1422d9;--bg-card-hover:#182236e6;--accent-indigo:#6366f1;--accent-purple:#8b5cf6;--accent-pink:#ec4899;--accent-emerald:#10b981;--accent-amber:#f59e0b;--accent-cyan:#06b6d4;--accent-rose:#f43f5e;--text-primary:#f9fafb;--text-secondary:#9ca3af;--text-muted:#6b7280;--border-dim:#ffffff14;--border-glow:#6366f159;--glass-bg:#0e1422e0;--glass-border:#ffffff1f;--shadow-glow:0 10px 30px -10px #6366f14d}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:radial-gradient(circle at 15% 10%,#6366f124 0%,#0000 45%),radial-gradient(circle at 85% 15%,#8b5cf61f 0%,#0000 45%),radial-gradient(circle at 50% 85%,#06b6d414 0%,#0000 50%);background-attachment:fixed;min-height:100vh}button{font-family:inherit;font-size:inherit;color:inherit;cursor:pointer;appearance:none;background:0 0;border:none;outline:none;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.02em}.app-container{flex-direction:column;min-height:100vh;display:flex}.app-main{flex:1}.app-footer{border-top:1px solid var(--border-dim);color:var(--text-secondary);background:#080c14f2;margin-top:auto;padding:1.5rem;font-size:.775rem}.app-footer-inner{flex-direction:column;justify-content:space-between;align-items:center;gap:.75rem;max-width:84rem;margin:0 auto;display:flex}@media (width>=640px){.app-footer-inner{flex-direction:row}}.app-footer-right{align-items:center;gap:.85rem;display:flex}.footer-link-btn{color:#818cf8;font-size:.775rem;font-weight:600}.footer-link-btn:hover{color:#fff;text-decoration:underline}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#080c14}::-webkit-scrollbar-thumb{background:#1f2937;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#374151}.navbar-container{-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--glass-border);z-index:40;background:#080c14e0;position:sticky;top:0;box-shadow:0 4px 24px #00000080}.navbar-container:before{content:"";background:linear-gradient(90deg,#6366f1,#8b5cf6,#ec4899,#10b981);height:2px;position:absolute;top:0;left:0;right:0}.navbar-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:84rem;margin:0 auto;padding:.75rem 1.5rem;display:flex}.brand-group{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.85rem;display:flex}.brand-icon{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 50%,#ec4899 100%);border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:2.6rem;height:2.6rem;transition:transform .3s;display:flex;box-shadow:0 4px 15px #6366f166}.brand-group:hover .brand-icon{transform:scale(1.05)rotate(3deg)}.brand-title{background:linear-gradient(135deg,#fff 0%,#e0e7ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:1.2rem;font-weight:900;line-height:1.1}.brand-subtitle{color:var(--accent-indigo);letter-spacing:.04em;text-transform:uppercase;margin-top:.15rem;font-size:.68rem;font-weight:700}.nav-tabs{border:1px solid var(--border-dim);background:#0e1422e6;border-radius:.75rem;align-items:center;gap:.35rem;padding:.25rem;display:flex}.nav-tab-btn{color:var(--text-secondary);border-radius:.6rem;align-items:center;gap:.45rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .25s;display:flex}.nav-tab-btn:hover{color:#fff;background:#ffffff0d}.nav-tab-btn.active{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);box-shadow:0 4px 12px #6366f159}.nav-user-actions{align-items:center;gap:.75rem;display:flex}.status-badge.online{color:#34d399;white-space:nowrap;background:#10b9811f;border:1px solid #10b98140;border-radius:9999px;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.pulse-dot{background:#34d399;border-radius:50%;width:.45rem;height:.45rem;animation:2s infinite pulseGlow;box-shadow:0 0 8px #34d399}@keyframes pulseGlow{0%{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}to{opacity:.4;transform:scale(.9)}}.user-profile-menu{align-items:center;gap:.75rem;display:flex}.user-info{text-align:right}.user-name{color:#fff;font-size:.85rem;font-weight:700;display:block}.user-role-badge{color:#a5b4fc;font-size:.65rem;font-weight:600}.btn-primary{color:#fff;font-family:var(--font-display);white-space:nowrap;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:1px solid #ffffff26;border-radius:.65rem;justify-content:center;align-items:center;gap:.5rem;padding:.55rem 1.15rem;font-size:.875rem;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 4px 14px #6366f159}.btn-primary:hover{background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);transform:translateY(-2px);box-shadow:0 6px 20px #6366f180}.btn-secondary{color:#e5e7eb;font-family:var(--font-display);border:1px solid var(--border-dim);background:#1a243acc;border-radius:.65rem;justify-content:center;align-items:center;gap:.5rem;padding:.55rem 1.15rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-secondary:hover{color:#fff;background:#24304cf2;border-color:#fff3}.btn-outline-indigo{color:#a5b4fc;background:#6366f11a;border:1px solid #6366f14d;border-radius:.65rem;justify-content:center;align-items:center;gap:.5rem;padding:.55rem 1rem;font-size:.8rem;font-weight:700;transition:all .25s;display:inline-flex}.btn-outline-indigo:hover{color:#fff;background:linear-gradient(135deg,#6366f140 0%,#8b5cf640 100%);border-color:#6366f199;box-shadow:0 4px 14px #6366f133}.btn-icon{border:1px solid var(--border-dim);color:var(--text-secondary);background:#ffffff0d;border-radius:.5rem;justify-content:center;align-items:center;padding:.45rem;transition:all .2s;display:flex}.btn-icon:hover{color:#fff;background:#ffffff1a}.btn-close{border:1px solid var(--border-dim);color:var(--text-secondary);background:#ffffff0d;border-radius:.5rem;justify-content:center;align-items:center;padding:.35rem;transition:all .2s;display:flex}.btn-close:hover{color:#fff;background:#ef444433;border-color:#ef444466}.search-banner{border-bottom:1px solid var(--border-dim);background:radial-gradient(circle at 50% 0,#6366f12e 0%,#0000 60%),radial-gradient(circle at 80%,#8b5cf61f 0%,#0000 50%);padding:2.5rem 1.5rem 2rem}.hero-header-box{text-align:center;max-width:52rem;margin:0 auto}.hero-tag{color:#a5b4fc;background:#6366f11f;border:1px solid #6366f14d;border-radius:9999px;align-items:center;gap:.4rem;margin-bottom:.75rem;padding:.35rem .85rem;font-size:.75rem;font-weight:700;display:inline-flex}.hero-title{color:#fff;margin-bottom:.75rem;font-size:1.85rem;font-weight:900;line-height:1.2}@media (width>=640px){.hero-title{font-size:2.25rem}}.hero-desc{color:#d1d5db;max-width:44rem;margin:0 auto;font-size:.9rem;line-height:1.5}.highlight-amber{color:#fbbf24;font-weight:700}.highlight-emerald{color:#34d399;font-weight:700}.search-controls-card{-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);background:#0e1422d9;border-radius:1.25rem;max-width:56rem;margin:2rem auto 0;padding:1.35rem;position:relative;box-shadow:0 20px 40px -15px #0009,inset 0 1px 1px #ffffff1a}.search-grid-layout{grid-template-columns:1fr;align-items:end;gap:1.25rem;display:grid}@media (width>=768px){.search-grid-layout{grid-template-columns:240px 1fr}}.form-group{flex-direction:column;gap:.45rem;width:100%;display:flex;position:relative}.input-label{color:#a5b4fc;letter-spacing:.03em;text-transform:uppercase;align-items:center;gap:.4rem;font-size:.75rem;font-weight:800;display:flex}.custom-select{border:1px solid var(--border-dim);color:#fff;width:100%;height:2.85rem;font-size:.9rem;font-family:var(--font-body);appearance:none;background:#182236e6 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23A5B4FC'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E") right .9rem center/1.1rem no-repeat;border-radius:.75rem;outline:none;padding:0 2.5rem 0 1rem;transition:all .25s}.custom-select:focus,.search-input-field:focus,.auth-input-field:focus{border-color:var(--accent-indigo);background-color:#1e2a44f2;box-shadow:0 0 0 3px #6366f140}.search-input-wrapper,.auth-input-wrapper{align-items:center;width:100%;display:flex;position:relative}.search-input-field,.auth-input-field{border:1px solid var(--border-dim);color:#fff;width:100%;height:2.85rem;font-size:.95rem;font-family:var(--font-body);background:#182236e6;border-radius:.75rem;outline:none;padding:0 2.75rem;transition:all .25s}.search-icon-left,.auth-input-icon{color:#818cf8;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:.9rem;transform:translateY(-50%)}.clear-search-btn{width:1.6rem;height:1.6rem;color:var(--text-secondary);background:#ffffff1f;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.clear-search-btn:hover{color:#fff;background:#ef44444d}.auth-test-banner{background:#6366f11f;border:1px solid #6366f140;border-radius:.85rem;flex-direction:column;gap:.4rem;padding:.85rem 1rem;font-size:.775rem;display:flex}.auth-test-title{color:#a5b4fc;text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;font-weight:800}.auth-test-rows{color:#e5e7eb;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.modal-form-stack{flex-direction:column;gap:1.15rem;width:100%;display:flex}.btn-link-action{color:#818cf8;font-size:.8rem;font-weight:700;text-decoration:underline}.btn-link-action:hover{color:#fff}.quick-brands-row{border-top:1px solid #ffffff14;align-items:center;gap:.6rem;margin-top:1.25rem;padding-top:1rem;display:flex;overflow-x:auto}.quick-brands-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;margin-right:.25rem;font-size:.75rem;font-weight:800}.brand-pill{color:#d1d5db;font-family:var(--font-display);white-space:nowrap;background:#182236d9;border:1px solid #ffffff1f;border-radius:9999px;padding:.35rem .85rem;font-size:.8rem;font-weight:600;transition:all .25s}.brand-pill:hover{color:#fff;background:#24304cf2;border-color:#ffffff40}.brand-pill.active{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-color:#0000;box-shadow:0 3px 12px #6366f173}.search-dashboard-container{width:100%}.results-container{max-width:84rem;margin:0 auto;padding:2.5rem 1.5rem}.results-header{flex-direction:column;gap:.5rem;margin-bottom:1.75rem;display:flex}@media (width>=640px){.results-header{flex-direction:row;justify-content:space-between;align-items:center}}.results-title-group{align-items:center;gap:.75rem;display:flex}.results-title{color:#fff;margin:0;font-size:1.35rem;font-weight:900}.badge-count{color:#a5b4fc;font-family:var(--font-display);background:#6366f12e;border:1px solid #6366f166;border-radius:9999px;padding:.2rem .65rem;font-size:.75rem;font-weight:800}.results-subtext{color:var(--text-secondary);font-size:.8rem}.product-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=640px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}.product-card{-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);background:#0e1422d9;border-radius:1.25rem;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.product-card:hover{border-color:#6366f180;transform:translateY(-4px);box-shadow:0 16px 36px -10px #000000b3,0 0 20px #6366f126}.product-card-image-wrap{background:radial-gradient(circle,#1e2a44cc 0%,#0e1422 100%);width:100%;height:12.5rem;position:relative;overflow:hidden}.product-card-img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.product-card:hover .product-card-img{transform:scale(1.08)}.product-card-placeholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.product-card-category-badge{-webkit-backdrop-filter:blur(10px);color:#a5b4fc;font-family:var(--font-display);background:#0e1422e6;border:1px solid #6366f159;border-radius:.5rem;padding:.3rem .75rem;font-size:.725rem;font-weight:800;position:absolute;top:.85rem;left:.85rem;box-shadow:0 4px 10px #0006}.product-card-price-badge{color:#fff;font-family:var(--font-display);background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:.5rem;padding:.3rem .75rem;font-size:.95rem;font-weight:900;position:absolute;bottom:.85rem;right:.85rem;box-shadow:0 4px 12px #10b98166}.product-card-body{flex-direction:column;flex:1;justify-content:space-between;gap:1rem;padding:1.25rem;display:flex}.product-primary-title{color:#fff;margin-bottom:.4rem;font-size:1.1rem;font-weight:800;line-height:1.3}.matched-model-banner{color:#d1d5db;background:#10b9811a;border:1px solid #10b98140;border-radius:.5rem;align-items:center;gap:.4rem;padding:.45rem .75rem;font-size:.775rem;display:flex}.card-location-pill{background:linear-gradient(135deg,#f59e0b1f 0%,#d9770614 100%);border:1px solid #f59e0b59;border-radius:.65rem;align-items:center;gap:.6rem;padding:.6rem .85rem;display:flex}.location-text{color:var(--text-secondary);font-size:.75rem}.location-text-highlight{color:#fbbf24;font-weight:700}.empty-search-card{-webkit-backdrop-filter:blur(12px);text-align:center;background:#0e1422d9;border:2px dashed #ffffff1a;border-radius:1.25rem;flex-direction:column;justify-content:center;align-items:center;padding:3.5rem 1.5rem;display:flex}.empty-icon-box{color:#818cf8;background:#6366f11f;border:1px solid #6366f140;border-radius:50%;justify-content:center;align-items:center;width:4.5rem;height:4.5rem;margin-bottom:1.25rem;display:flex}.empty-title{color:#fff;margin-bottom:.5rem;font-size:1.25rem;font-weight:800}.empty-desc{color:var(--text-secondary);max-width:28rem;margin-bottom:1.5rem;font-size:.875rem;line-height:1.5}.modal-overlay{-webkit-backdrop-filter:blur(14px);z-index:50;background:#04070ed9;justify-content:center;align-items:center;padding:1.25rem;animation:.25s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal-content{-webkit-backdrop-filter:blur(20px);border:1px solid var(--accent-indigo);background:#0e1422f5;border-radius:1.25rem;width:100%;max-width:28rem;overflow:hidden;box-shadow:0 25px 50px -12px #000000e6,0 0 30px #6366f140}.modal-header{border-bottom:1px solid var(--border-dim);background:#18223666;justify-content:space-between;align-items:center;padding:1.15rem 1.35rem;display:flex}.modal-header-title{color:#fff;margin:0;font-size:1.1rem;font-weight:800}.modal-body{flex-direction:column;gap:1.15rem;padding:1.35rem;display:flex}.modal-footer{border-top:1px solid var(--border-dim);background:#080c1499;gap:.75rem;padding:1rem 1.35rem;display:flex}.admin-container{max-width:84rem;margin:0 auto;padding:2.5rem 1.5rem}.admin-header-flex{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}@media (width>=768px){.admin-header-flex{flex-direction:row;justify-content:space-between;align-items:center}}.admin-title-row{align-items:center;gap:.6rem;display:flex}.admin-title{color:#fff;font-size:1.5rem;font-weight:900}.admin-subtitle{color:var(--text-secondary);margin-top:.25rem;font-size:.8rem}.admin-tabs-nav{border-bottom:1px solid #ffffff14;align-items:center;gap:.35rem;margin-bottom:2rem;padding-bottom:2px;display:flex;overflow-x:auto}.admin-nav-item{color:var(--text-secondary);font-family:var(--font-display);white-space:nowrap;background:0 0;border-bottom:2px solid #0000;padding:.75rem 1.1rem;font-size:.85rem;font-weight:700;transition:all .25s}.admin-nav-item:hover{color:#fff;background:#ffffff08}.admin-nav-item.active{color:#a5b4fc;border-bottom-color:var(--accent-indigo);background:#6366f114}.metrics-grid{grid-template-columns:repeat(1,1fr);gap:1.25rem;margin-bottom:2.25rem;display:grid}@media (width>=640px){.metrics-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.metrics-grid{grid-template-columns:repeat(4,1fr)}}.metric-card{-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);background:#0e1422d9;border-radius:1.15rem;flex-direction:column;justify-content:space-between;padding:1.35rem;display:flex}.metric-card-top{justify-content:space-between;align-items:center;width:100%;display:flex}.metric-card-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.725rem;font-weight:800}.metric-icon-box{border-radius:.65rem;flex-shrink:0;justify-content:center;align-items:center;width:2.35rem;height:2.35rem;display:flex}.metric-icon-box.indigo{color:#a5b4fc;background:#6366f126;border:1px solid #6366f14d}.metric-icon-box.emerald{color:#34d399;background:#10b98126;border:1px solid #10b9814d}.metric-icon-box.purple{color:#c4b5fd;background:#8b5cf626;border:1px solid #8b5cf64d}.metric-icon-box.amber{color:#fbbf24;background:#f59e0b26;border:1px solid #f59e0b4d}.metric-card-value{color:#fff;margin-top:.65rem;font-size:2rem;font-weight:900;line-height:1}.metric-card-subtext{color:var(--text-muted);margin-top:.45rem;font-size:.75rem}.quick-actions-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.quick-actions-grid{grid-template-columns:repeat(3,1fr)}}.action-card{-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);background:#0e1422d9;border-radius:1.15rem;flex-direction:column;justify-content:space-between;gap:1.25rem;padding:1.5rem;display:flex}.action-card-title{color:#fff;margin-bottom:.35rem;font-size:1.05rem;font-weight:800}.action-card-desc{color:var(--text-secondary);font-size:.8rem;line-height:1.45}.table-responsive{border:1px solid var(--border-dim);border-radius:.85rem;width:100%;overflow-x:auto}.custom-table{border-collapse:collapse;text-align:left;width:100%;font-size:.875rem}.custom-table th{color:#a5b4fc;font-family:var(--font-display);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--border-dim);background:#182236f2;padding:.85rem 1.1rem;font-size:.75rem;font-weight:800}.custom-table td{color:#e5e7eb;vertical-align:middle;border-bottom:1px solid #ffffff0d;padding:.9rem 1.1rem}.custom-table tr:hover td{background:#6366f114}.status-pill{font-family:var(--font-display);border-radius:9999px;padding:.25rem .65rem;font-size:.725rem;font-weight:800;display:inline-block}.status-pill.active{color:#34d399;background:#10b9812e;border:1px solid #10b9814d}.status-pill.inactive{color:#f87171;background:#ef44442e;border:1px solid #ef44444d}.user-status-pill{font-family:var(--font-display);border-radius:9999px;padding:.25rem .65rem;font-size:.725rem;font-weight:800;display:inline-block}.user-status-pill.status-approved{color:#34d399;background:#10b9812e;border:1px solid #10b9814d}.user-status-pill.status-pending{color:#fbbf24;background:#f59e0b2e;border:1px solid #f59e0b4d}.user-status-pill.status-disabled{color:#f87171;background:#ef44442e;border:1px solid #ef44444d}.user-status-pill.status-rejected{color:#9ca3af;background:#9ca3af2e;border:1px solid #9ca3af4d}@keyframes fadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}
