@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";.notification-bell{position:relative;border:1px solid #d4d4d4;background:#fff;border-radius:2px;padding:4px 8px;font-size:16px;cursor:pointer;line-height:1}.notification-bell:hover{background:#f5f5f5}.notification-bell-badge{position:absolute;top:-6px;right:-6px;background:#404040;color:#fff;font-size:10px;font-weight:700;padding:1px 5px;border-radius:10px;min-width:16px;text-align:center}.search-page{min-height:100vh;background:#fff;color:#404040;padding:12px 14px 24px;max-width:1100px;margin:0 auto}.search-header{display:flex;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}.search-header h1{margin:0;font-size:18px;flex:1}.search-back{font-size:12px;color:#525252;text-decoration:none}.search-bar{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.search-bar input,.search-bar select{padding:6px 8px;border:1px solid #d4d4d4;border-radius:2px;font-size:12px}.search-bar input[type=search]{flex:1;min-width:160px}.search-btn{padding:6px 12px;border:1px solid #d4d4d4;border-radius:2px;background:#fff;font-size:12px;font-weight:600;cursor:pointer;text-decoration:none;color:#404040}.search-btn-dark{background:#404040;color:#fff;border-color:#404040}.search-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px}.search-card{border:1px solid #e5e5e5;padding:8px}.search-card-img-btn .b2-image-wrap.search-card-img{height:140px;overflow:hidden;display:block}.search-card-img-btn .b2-image-wrap .b2-image{width:100%;height:100%;object-fit:cover;display:block}.search-card-img{width:100%;height:140px;object-fit:cover;background:#f5f5f5}.search-card-img-btn{display:block;width:100%;padding:0;margin:0;border:none;background:none;cursor:pointer}.search-card-placeholder{display:flex;align-items:center;justify-content:center;font-size:11px;color:#a3a3a3}.search-card h3{margin:6px 0 4px;font-size:13px}.search-meta{margin:0 0 3px;font-size:11px;color:#737373}.search-price{margin:4px 0;font-size:14px;font-weight:700}.search-card-actions{display:flex;flex-direction:row;flex-wrap:nowrap;margin-top:6px;align-items:stretch}.search-card-actions .search-btn{flex:1 1 0;min-width:0;text-align:center;padding:4px 6px;font-size:10px;border-radius:4px;line-height:1.2}.search-btn-view{background:#fcc203;color:#05264d;border:none}.search-btn-view:hover{background:#e0ad02;color:#05264d}.search-btn-chat{background:#3e2723;color:#fff;border:none}.search-btn-chat:hover{background:#27170c;color:#fff}.search-btn-add{background:linear-gradient(135deg,#059669,#10b981);color:#fff;border:none}.search-btn-add:hover{background:linear-gradient(135deg,#047857,#059669)}.search-empty{text-align:center;color:#a3a3a3;padding:20px;font-size:12px}.chat-page{--chat-bg: #faf8f5;--chat-surface: #ffffff;--chat-accent: #c45c26;--chat-accent-soft: #fff4ed;--chat-accent-dark: #9a4520;--chat-ink: #2d2a26;--chat-muted: #7a736b;--chat-line: #ebe6df;--chat-bubble-out: linear-gradient(135deg, #c45c26 0%, #e07a3a 100%);--chat-bubble-in: #f3efe9;--chat-radius: 14px;--chat-shadow: 0 8px 30px rgba(45, 42, 38, .08);min-height:100vh;background:var(--chat-bg);color:var(--chat-ink);padding:12px 14px;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.chat-page,.chat-page *{caret-color:var(--chat-accent-dark)}.chat-page ::selection{background:#fde4d4;color:var(--chat-ink)}.chat-page input,.chat-page textarea,.chat-page .chat-filter{color:var(--chat-ink)!important;cursor:text}.chat-page input::placeholder,.chat-page textarea::placeholder{color:var(--chat-muted)!important}.chat-page button,.chat-page .chat-btn,.chat-page .chat-conv-item,.chat-page .chat-btn-attach{color:var(--chat-ink);cursor:pointer}.chat-page .chat-btn-dark,.chat-page .chat-btn-dark:hover,.chat-page .chat-btn-dark:focus{color:#fff!important}.chat-page .chat-conv-item:hover,.chat-page .chat-conv-item:focus,.chat-page .chat-conv-item.active{color:var(--chat-ink)!important}.chat-page .chat-bubble.out,.chat-page .chat-bubble.out:hover{color:#fff!important}.chat-page a{color:var(--chat-accent-dark);cursor:pointer}.chat-page-embed{min-height:520px;padding:10px}.chat-page-connecting{display:flex;align-items:center;justify-content:center;min-height:480px}.chat-connecting-card{text-align:center;padding:28px 32px;background:var(--chat-surface);border-radius:var(--chat-radius);box-shadow:var(--chat-shadow);border:1px solid var(--chat-line)}.chat-connecting-avatar{font-size:36px;margin-bottom:12px}.chat-connecting-title{margin:0;font-size:16px;font-weight:700;color:var(--chat-ink)}.chat-connecting-sub{margin:6px 0 0;font-size:13px;color:var(--chat-muted)}.chat-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding:12px 14px;background:var(--chat-surface);border-radius:var(--chat-radius);box-shadow:var(--chat-shadow);border:1px solid var(--chat-line)}.chat-header-profile{display:flex;align-items:center;gap:12px}.chat-user-avatar{width:42px;height:42px;border-radius:50%;background:var(--chat-bubble-out);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:17px;flex-shrink:0;box-shadow:0 4px 12px #c45c2659}.chat-page-header h1{margin:0;font-size:17px;font-weight:700;color:var(--chat-ink)}.chat-page-subtitle{margin:2px 0 0;font-size:12px;color:var(--chat-muted)}.chat-login-prompt{max-width:380px;margin:80px auto;text-align:center;padding:32px 28px;background:var(--chat-surface);border-radius:var(--chat-radius);box-shadow:var(--chat-shadow);border:1px solid var(--chat-line)}.chat-login-prompt h1{margin:0 0 8px;font-size:20px}.chat-login-actions{display:flex;gap:10px;justify-content:center;margin-top:20px}.chat-page-layout{display:grid;grid-template-columns:260px 1fr;gap:12px;min-height:calc(100vh - 90px)}.chat-page-sidebar{background:var(--chat-surface);border-radius:var(--chat-radius);border:1px solid var(--chat-line);padding:10px;overflow-y:auto;box-shadow:var(--chat-shadow)}.chat-page-main{background:var(--chat-surface);border-radius:var(--chat-radius);border:1px solid var(--chat-line);display:flex;flex-direction:column;min-height:420px;box-shadow:var(--chat-shadow);overflow:hidden}.chat-page-main-header{padding:12px 16px;border-bottom:1px solid var(--chat-line);font-size:14px;font-weight:600;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(180deg,#fff,#faf8f5)}.chat-conv-meta{display:block;font-size:11px;font-weight:400;color:var(--chat-muted);margin-top:2px}.chat-page-messages{flex:1;overflow-y:auto;padding:14px 16px;display:flex;flex-direction:column;gap:8px;background:repeating-linear-gradient(180deg,transparent,transparent 28px,rgba(235,230,223,.35) 28px,rgba(235,230,223,.35) 29px)}.chat-bubble{max-width:78%;padding:10px 14px;border-radius:16px;font-size:13px;line-height:1.45;box-shadow:0 2px 8px #2d2a260f}.chat-bubble.out{align-self:flex-end;background:var(--chat-bubble-out);color:#fff;border-bottom-right-radius:4px}.chat-bubble.in{align-self:flex-start;background:var(--chat-bubble-in);color:var(--chat-ink);border-bottom-left-radius:4px}.chat-bubble-time{display:block;font-size:10px;opacity:.75;margin-top:4px}.chat-page-input{display:flex;gap:8px;padding:12px 14px;border-top:1px solid var(--chat-line);background:#fff}.chat-page-input input{flex:1;padding:10px 14px;border:1px solid var(--chat-line);border-radius:24px;font-size:13px;background:var(--chat-bg);transition:border-color .15s,box-shadow .15s}.chat-page-input input:focus{outline:none;border-color:var(--chat-accent);box-shadow:0 0 0 3px var(--chat-accent-soft)}.chat-conv-item{width:100%;text-align:left;padding:10px 12px;border:1px solid transparent;background:transparent;margin-bottom:4px;cursor:pointer;font-size:12px;border-radius:12px;transition:background .15s,border-color .15s}.chat-conv-item:hover{background:var(--chat-accent-soft)}.chat-conv-item.active{background:var(--chat-accent-soft);border-color:#c45c2640}.chat-conv-title{display:block;font-weight:600;font-size:13px;color:var(--chat-ink)}.chat-conv-unread{display:inline-block;background:var(--chat-accent);color:#fff;font-size:10px;font-weight:700;padding:2px 7px;border-radius:10px;margin-top:4px}.chat-conv-time{display:block;font-size:10px;color:var(--chat-muted);margin-top:3px}.chat-filter{width:100%;margin-bottom:4px;padding:10px 12px;border:1px solid var(--chat-line);border-radius:12px;font-size:13px;background:var(--chat-bg)}.chat-filter:focus{outline:none;border-color:var(--chat-accent)}.chat-sidebar-actions{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.chat-live-status{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--chat-muted)}.chat-status-dot{width:8px;height:8px;border-radius:50%;background:#c4bdb4;flex-shrink:0}.chat-status-dot.online{background:#22c55e;box-shadow:0 0 0 3px #22c55e33}.chat-status-dot.typing{background:#f59e0b;animation:chat-pulse 1s ease-in-out infinite}@keyframes chat-pulse{0%,to{opacity:1}50%{opacity:.4}}.chat-header-actions{display:flex;align-items:center;gap:10px}.chat-encryption-badge{font-size:11px;color:var(--chat-accent-dark);font-weight:600;padding:4px 10px;background:var(--chat-accent-soft);border:1px solid rgba(196,92,38,.2);border-radius:20px}.chat-conv-presence{width:8px;height:8px;border-radius:50%;display:inline-block;margin-left:4px}.chat-conv-presence.online{background:#22c55e}.chat-conv-presence.offline{background:#d4cfc8}.chat-receipt{font-size:10px;margin-left:4px;opacity:.8}.chat-btn-attach{padding:8px 12px;border:1px solid var(--chat-line);background:var(--chat-bg);cursor:pointer;font-size:16px;border-radius:50%;transition:background .15s}.chat-btn-attach:hover{background:var(--chat-accent-soft)}.chat-product-card{display:flex;align-items:center;gap:10px;padding:8px;border:1px solid var(--chat-line);border-radius:12px;cursor:pointer;background:#ffffffe6;margin-bottom:4px}.chat-product-card:hover{background:var(--chat-accent-soft)}.chat-product-image{width:48px;height:48px;object-fit:cover;border-radius:10px;flex-shrink:0}.chat-product-info{display:flex;flex-direction:column;gap:2px}.chat-product-name{font-size:13px;font-weight:600}.chat-product-price{font-size:12px;color:var(--chat-accent-dark);font-weight:700}.chat-product-picker{border-top:1px solid var(--chat-line);max-height:200px;overflow-y:auto;background:#fff}.chat-product-picker-header{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border-bottom:1px solid var(--chat-line);font-size:13px}.chat-product-list{padding:6px}.chat-product-option{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;border:none;background:transparent;cursor:pointer;text-align:left;font-size:12px;border-radius:10px}.chat-product-option:hover{background:var(--chat-accent-soft)}.chat-product-thumb{width:36px;height:36px;object-fit:cover;border-radius:8px}.chat-btn-sm{padding:4px 8px;border:1px solid var(--chat-line);background:#fff;cursor:pointer;font-size:12px;border-radius:8px}.chat-btn{padding:8px 16px;border:1px solid var(--chat-line);border-radius:20px;background:#fff;color:var(--chat-ink);font-size:13px;font-weight:600;cursor:pointer;text-decoration:none;transition:background .15s,transform .1s}.chat-btn:hover{background:var(--chat-accent-soft)}.chat-btn-dark{background:var(--chat-bubble-out);color:#fff;border-color:transparent}.chat-btn-dark:hover{filter:brightness(1.05)}.chat-btn-dark:disabled{opacity:.5;cursor:not-allowed}.chat-empty{font-size:13px;color:var(--chat-muted);text-align:center;padding:24px 16px}@media(max-width:700px){.chat-page-layout{grid-template-columns:1fr}}.yp-root{min-height:100vh;background:ivory;font-family:Segoe UI,sans-serif;color:#1a1a1a}.yp-header{background:#1a1a00;color:gold;padding:0;border-bottom:4px solid #ffd700;position:sticky;top:0;z-index:100}.yp-header-inner{max-width:1400px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.yp-back{background:none;border:1px solid #ffd700;color:gold;padding:6px 14px;border-radius:4px;cursor:pointer;font-size:13px;white-space:nowrap;flex-shrink:0}.yp-back:hover{background:#ffd70022}.yp-brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.yp-icon{font-size:32px}.yp-brand h1{margin:0;font-size:22px;font-weight:800;color:gold;letter-spacing:1px}.yp-brand p{margin:0;font-size:11px;color:#cccc80;letter-spacing:.5px}.yp-search-form{display:flex;flex:1;min-width:260px;gap:0;border:2px solid #ffd700;border-radius:4px;overflow:hidden}.yp-search-form input{flex:1;padding:10px 16px;border:none;background:ivory;font-size:14px;color:#1a1a1a;outline:none}.yp-search-form button{padding:10px 24px;background:gold;color:#1a1a00;border:none;font-weight:700;font-size:14px;cursor:pointer;flex-shrink:0}.yp-search-form button:hover{background:#f0c800}.yp-body{max-width:1400px;margin:0 auto;display:flex;gap:0;padding:0;min-height:calc(100vh - 80px)}.yp-sidebar{width:200px;flex-shrink:0;padding:20px 0;border-right:2px solid #e8e800;background:#ffffe0}.yp-sidebar h3{margin:0 0 12px 16px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#880}.yp-sidebar ul{list-style:none;margin:0;padding:0}.yp-sidebar li{padding:9px 16px;cursor:pointer;font-size:13px;font-weight:500;border-left:3px solid transparent;transition:all .15s}.yp-sidebar li:hover{background:#ffd70033;border-left-color:gold}.yp-sidebar li.active{background:#ffd70044;border-left:3px solid #ffd700;font-weight:700;color:#1a1a00}.yp-main{flex:1;padding:20px 24px;overflow-x:auto}.yp-table-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.yp-count{font-size:13px;color:#555;font-weight:500}.yp-clear{background:none;border:1px solid #888;padding:5px 14px;border-radius:4px;cursor:pointer;font-size:12px;color:#444}.yp-clear:hover{border-color:#333;color:#111}.yp-loading,.yp-empty{text-align:center;padding:60px;color:#888;font-size:16px}.yp-table-wrap{overflow-x:auto;border:1px solid #e8e800;border-radius:4px}.yp-table{width:100%;border-collapse:collapse;font-size:13px;background:#fff}.yp-table thead tr{background:#1a1a00;color:gold}.yp-table th{padding:10px 12px;text-align:left;font-weight:700;font-size:11px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.yp-table tbody tr:nth-child(2n){background:#fffff5}.yp-table tbody tr:nth-child(odd){background:#fff}.yp-row{cursor:pointer;border-bottom:1px solid #f0f0c0;transition:background .1s}.yp-row:hover{background:#fffdb0!important}.yp-table td{padding:9px 12px;vertical-align:middle}.yp-num{color:#aaa;font-size:11px;width:32px}.yp-name{font-weight:600;color:#1a1a00;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.yp-id{font-family:Courier New,monospace;font-size:12px;color:#444}.yp-nil{color:#ccc}.yp-cat-badge{background:#ffd70033;border:1px solid #e8e800;padding:2px 8px;border-radius:20px;font-size:11px;font-weight:600;color:#660;white-space:nowrap}.yp-price{font-weight:700;color:#1a6600;white-space:nowrap}.yp-stock{font-weight:600}.yp-stock.low{color:#c00}.yp-status{padding:2px 10px;border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase}.yp-status.active{background:#d4f5d4;color:#060}.yp-status.inactive{background:#f5d4d4;color:#600}.yp-pagination{display:flex;gap:6px;justify-content:center;margin-top:24px;flex-wrap:wrap}.yp-pagination button{padding:7px 14px;border:1px solid #ccc;background:#fff;border-radius:4px;cursor:pointer;font-size:13px;transition:all .15s}.yp-pagination button:hover:not(:disabled){background:gold;border-color:gold;color:#1a1a00}.yp-pagination button.active{background:#1a1a00;color:gold;border-color:#1a1a00;font-weight:700}.yp-pagination button:disabled{opacity:.4;cursor:not-allowed}@media(max-width:768px){.yp-body{flex-direction:column}.yp-sidebar{width:100%;border-right:none;border-bottom:2px solid #e8e800}.yp-sidebar ul{display:flex;flex-wrap:wrap;gap:4px;padding:0 12px 12px}.yp-sidebar li{border-left:none;border-radius:20px;border:1px solid #e8e800}.yp-sidebar li.active{border-color:gold}.yp-header-inner{flex-direction:column;align-items:flex-start}.yp-search-form{width:100%}}.notfound-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.notfound-content{text-align:center;background:#fff;padding:4rem 2rem;border-radius:10px;max-width:500px;box-shadow:0 10px 40px #0003}.error-code{font-size:6rem;margin:0;color:#667eea;font-weight:700;line-height:1}.error-title{font-size:2rem;margin:1rem 0;color:#333}.error-message{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.6}.error-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:.8rem 1.8rem;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.btn-secondary{background:#f0f0f0;color:#333;border:2px solid #667eea}.btn-secondary:hover{background:#667eea;color:#fff;border-color:#667eea}@media(max-width:600px){.error-code{font-size:4rem}.error-title{font-size:1.5rem}.error-actions{flex-direction:column}.btn{width:100%}}.pin-input-wrap{width:100%;max-width:100%;min-width:0}.pin-boxes{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:6px;width:100%;max-width:100%;margin:0 auto}.pin-box{width:100%;min-width:0;max-width:100%;height:42px;border:2px solid #d1d5db;border-radius:8px;background:#fff;text-align:center;font-size:clamp(15px,3.2vw,20px);font-weight:700;color:#1e3a5f;outline:none;transition:border-color .15s,box-shadow .15s;padding:0;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box}.pin-box:focus{border-color:#2563eb;box-shadow:inset 0 0 0 1px #2563eb}.pin-box-active{border-color:#2563eb}.pin-box-filled{border-color:#93c5fd;background:#f8fafc}@media(max-width:380px){.pin-boxes{gap:4px}.pin-box{height:38px;border-radius:6px;border-width:1.5px}}.login-page{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:clamp(48px,17vh,72px) 10px max(12px,env(safe-area-inset-bottom,12px));box-sizing:border-box;overflow-y:auto;background:linear-gradient(160deg,#e8eef5,#f3f4f6 45%,#f9fafb)}@media(max-width:480px){.login-page{padding-top:clamp(30px,14vh,3px)}}.login-card{width:100%;max-width:340px;flex-shrink:0;background:#fff;border-radius:12px;padding:10px;box-shadow:0 4px 20px #0f172a14;border:1px solid #e5e7eb;box-sizing:border-box;overflow:hidden}.login-header{margin:0 0 8px;padding-bottom:2px;display:flex;align-items:center;gap:8px}.login-back-btn{background:none;border:none;font-size:20px;color:#1e3a5f;cursor:pointer;padding:0 4px;line-height:1;flex-shrink:0}.login-back-btn:hover{color:#2563eb}.login-title{margin:0;font-size:17px;font-weight:700;line-height:1.3;color:#1e3a5f}.login-tabs{display:flex;gap:5px;margin-bottom:8px}.login-tabs button{flex:1;padding:7px 6px;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;color:#374151;font-weight:600;font-size:13px;transition:background .15s,border-color .15s,color .15s}.login-tabs button:hover:not(.active){background:#f3f4f6;border-color:#d1d5db}.login-tabs button.active{background:#1e3a5f;color:#fff;border-color:#1e3a5f}.login-tabs button:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.login-form{display:flex;flex-direction:column;gap:0}.login-card .field{margin-bottom:8px}.login-card .field-pin{margin-bottom:6px;min-width:0}.login-card .field-no-label{margin-bottom:6px}.login-card .field-no-label:first-of-type{margin-top:0}.login-card .field label{display:block;font-weight:600;margin-bottom:4px;color:#374151;font-size:12px}.forgot-row{text-align:right;margin:0 0 6px;font-size:12px}.login-submit{margin-top:0}.signup-footer{text-align:center;margin-top:8px;color:#6b7280;font-size:12px}.auth-divider{display:flex;align-items:center;gap:8px;margin:8px 0 6px;color:#9ca3af;font-size:11px;font-weight:600}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.google-login-wrap{display:flex;justify-content:center;width:100%}.google-login-wrap--disabled{pointer-events:none;opacity:.55}.google-login-placeholder{width:100%;min-height:44px}.google-login-wrap>div{width:100%!important}.login-card .btn-primary{padding:9px 10px;font-size:14px}.login-card .form-input{padding:8px 10px;font-size:14px}.login-card .google-login-wrap,.login-card .google-signin-block{min-width:0}.login-card .google-login-wrap>div,.login-card .google-login-wrap iframe{max-width:100%!important}.btn-google{width:100%;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 10px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;font-weight:600;font-size:14px;cursor:pointer}.btn-google:disabled{opacity:.6;cursor:not-allowed}.google-hint code{font-size:12px;background:#f3f4f6;padding:2px 6px;border-radius:4px}.google-signin-block{width:100%}.google-setup-hint{margin-top:14px;padding:14px 16px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;font-size:13px;color:#1e3a5f;text-align:left}.google-setup-hint ol{margin:10px 0 0 18px;padding:0}.google-setup-hint li{margin-bottom:8px}.google-setup-hint a{color:#2563eb;font-weight:600}.google-setup-hint .setup-cmd{display:block;margin-top:6px;padding:8px 10px;background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:11px;word-break:break-all}.google-setup-hint .setup-note{margin:10px 0 0;font-size:12px;color:#4b5563}.google-profile-box{display:flex;align-items:center;gap:14px;padding:14px 16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:24px;text-align:left}.google-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.google-profile-name{font-weight:600;color:#111827;margin:0 0 4px}.google-profile-email{font-size:14px;color:#6b7280;margin:0}.role-choice-label{font-weight:600;color:#374151;margin-bottom:12px;text-align:center}.role-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}.role-choice-card{display:flex;flex-direction:column;align-items:center;gap:6px;padding:20px 12px;border:2px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer;transition:border-color .15s,background .15s;text-align:center}.role-choice-card:hover{border-color:#1e3a5f;background:#f8fafc}.role-choice-card.buyer:hover{border-color:#2563eb}.role-choice-card.seller:hover{border-color:#ea580c}.role-choice-icon{font-size:28px}.role-choice-card strong{font-size:16px;color:#1e3a5f}.role-choice-desc{font-size:11px;color:#6b7280;line-height:1.3}.role-cancel{width:100%}.link-back{display:inline-block;margin-bottom:16px;background:none;border:none;color:#2563eb;font-size:14px;cursor:pointer;padding:0}.register-card .link-back{margin-bottom:8px}.register-card h1{margin:0 0 4px}.register-card .register-subtitle{margin:0 0 8px;color:#6b7280;font-size:14px}.register-card .login-tabs{margin-bottom:8px}.register-form .field{margin-bottom:6px}.register-form .field label{margin-bottom:4px}.register-card .validation-errors{margin-bottom:8px}.register-card .auth-divider{margin:10px 0 8px}.register-card .signup-footer{margin-top:10px}.reset-form .field-no-label{margin-bottom:8px}.login-card .subtitle{margin:0 0 10px;color:#6b7280;font-size:14px}.pin-reveal-box{background:#fef3c7;border-radius:10px;padding:20px;margin-bottom:20px;text-align:center}.pin-reveal-label{font-size:13px;color:#92400e;margin-bottom:8px}.pin-reveal-value{font-size:28px;letter-spacing:6px;font-weight:700;color:#1e3a5f}.verify-box{background:#eff6ff;border-radius:10px;padding:16px;margin-bottom:20px}.verify-link{display:block;word-break:break-all;font-size:12px;color:#2563eb;margin-top:8px}.validation-errors{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:16px;font-size:13px;color:#991b1b;list-style:disc;padding:12px 16px 12px 28px}.field-hint{display:block;font-size:12px;color:#6b7280;margin-top:4px}.kyc-pending-box{background:#fff7ed;border:1px solid #fed7aa;border-radius:10px;padding:14px 16px;margin-bottom:20px;color:#9a3412;font-size:14px}.kyc-pending-box p+p{margin-top:6px;font-size:13px}.status-panel{display:flex;gap:14px;align-items:flex-start;border-radius:10px;padding:16px 18px;margin-bottom:16px;text-align:left}.status-panel .subtitle{margin-bottom:0;margin-top:4px}.kyc-banner-body{flex:1;min-width:0}.kyc-action-btn{display:inline-block;margin-top:14px;padding:12px 20px;text-align:center;text-decoration:none;font-size:14px;width:auto;max-width:100%}.dash-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:16px 18px;font-size:14px;color:#374151}.status-icon{font-size:28px;line-height:1;flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:700}.status-success{background:#ecfdf5;border:2px solid #22c55e;color:#14532d}.input-with-match-icon{position:relative}.input-with-match-icon .form-input{padding-right:44px}.input-with-match-icon.is-match .form-input{border-color:#22c55e}.password-match-tick{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#16a34a;font-size:22px;font-weight:700;line-height:1;pointer-events:none}.status-success .status-icon{background:#22c55e;color:#fff}.status-kyc-pending{background:#fff7ed;border:2px solid #f97316;color:#9a3412}.status-kyc-pending .status-icon{background:#f97316;color:#fff}.status-warn{background:#fefce8;border:2px solid #eab308;color:#713f12}.status-warn .status-icon{background:#eab308;color:#fff}.status-error{background:#fef2f2;border:2px solid #ef4444;color:#991b1b}.status-error .status-icon{background:#ef4444;color:#fff}.status-info{background:#eff6ff;border:2px solid #3b82f6;color:#1e40af}.status-info .status-icon{background:#3b82f6;color:#fff}.status-icon.spin{animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.register-spacing .login-page,.login-page:has(.register-card){padding-top:clamp(24px,8vh,40px)}.register-card{padding:14px 14px 16px!important}.register-card .link-back{margin-bottom:6px}.register-card h1{margin:0 0 2px!important}.register-card .register-subtitle{margin:0 0 6px!important;font-size:13px}.register-card .login-tabs{margin-bottom:6px!important}.register-form .field{margin-bottom:4px!important}.register-card .register-form .field label{margin-bottom:2px}.register-card .validation-errors{margin-bottom:4px!important;padding:8px 12px 8px 24px}.register-card .auth-divider{margin:6px 0 4px!important}.register-card .signup-footer{margin-top:6px!important}.login-card[style*="maxWidth: 480"]{padding:14px 14px 16px}.register-card .verify-box{padding:12px 14px;margin-bottom:12px}.register-card .status-panel{padding:10px 14px;margin-bottom:10px;gap:10px}.register-card .status-panel .status-icon{width:30px;height:30px;font-size:22px}.register-card .kyc-pending-box{padding:10px 14px;margin-bottom:12px}.register-card .btn-primary{padding:8px 10px}@media(max-width:480px){.register-card{padding:12px 12px 14px!important}.register-card h1{font-size:16px}.register-card .register-subtitle{font-size:12px}}@media(min-width:768px){.register-card{padding:18px 20px 20px!important}}.verify-email-page{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:28px 16px 24px;box-sizing:border-box;overflow-x:hidden;background:#f3f4f6}.verify-email-card{width:100%;max-width:420px;background:#fff;border-radius:12px;padding:28px 24px 24px;box-shadow:0 1px 3px #00000014,0 0 0 1px #0000000a;box-sizing:border-box}.verify-icon{display:flex;align-items:center;justify-content:center;margin-bottom:16px}.verify-icon .icon-circle{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px}.verify-icon .icon-circle.pending{background:#eff6ff;color:#3b82f6}.verify-icon .icon-circle.verifying{background:#fefce8;color:#ca8a04}.verify-icon .icon-circle.success{background:#ecfdf5;color:#16a34a}.verify-icon .icon-circle.error{background:#fef2f2;color:#dc2626}.verify-header{text-align:center;margin-bottom:16px}.verify-header h1{margin:0 0 4px;font-size:18px;font-weight:600;color:#111827;line-height:1.3}.verify-header .subtitle{margin:0;font-size:13px;color:#6b7280;line-height:1.45}.verify-info-row{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;margin-bottom:12px;font-size:13px;line-height:1.4}.verify-info-row .row-icon{flex-shrink:0;font-size:16px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px}.verify-info-row .row-label{font-weight:600;color:#111827;margin:0 0 1px;font-size:13px}.verify-info-row .row-value{color:#4b5563;margin:0;font-size:12px;word-break:break-all}.verify-info-row.status-success{background:#ecfdf5;border:1px solid #d1fae5}.verify-info-row.status-success .row-icon{background:#d1fae5}.verify-info-row.status-error{background:#fef2f2;border:1px solid #fecaca}.verify-info-row.status-error .row-icon{background:#fecaca}.verify-info-row.status-info{background:#eff6ff;border:1px solid #dbeafe}.verify-info-row.status-info .row-icon{background:#dbeafe}.verify-info-row.status-kyc{background:#fff7ed;border:1px solid #fed7aa}.verify-info-row.status-kyc .row-icon{background:#fed7aa}.verify-pin-box{background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;padding:14px 16px;text-align:center;margin-bottom:12px}.verify-pin-label{font-size:11px;font-weight:600;color:#92400e;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.verify-pin-value{font-size:24px;letter-spacing:6px;font-weight:700;color:#1e3a5f;font-family:SF Mono,Fira Code,Consolas,monospace;-webkit-user-select:all;user-select:all}.verify-pin-hint{margin-top:6px;font-size:11px;color:#b45309}.verify-email-card .btn-primary{display:flex;align-items:center;justify-content:center;width:100%;padding:11px 20px;font-size:14px;font-weight:600;border:none;border-radius:8px;cursor:pointer;min-height:44px;-webkit-tap-highlight-color:transparent;transition:background .15s}.verify-email-card .btn-primary:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.btn-primary.btn-success{background:#16a34a;color:#fff}.btn-primary.btn-success:hover{background:#15803d}.btn-primary.btn-error{background:#2563eb;color:#fff}.btn-primary.btn-error:hover{background:#1d4ed8}.verify-footer{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:14px;padding-top:12px;border-top:1px solid #f3f4f6}.verify-footer a{font-size:12px;color:#3b82f6;text-decoration:none;font-weight:500;padding:4px;min-height:32px;display:inline-flex;align-items:center}.verify-footer a:hover{text-decoration:underline}.verify-footer .divider{color:#d1d5db;font-size:12px;-webkit-user-select:none;user-select:none}.verify-link{font-size:12px;color:#3b82f6;text-decoration:none;word-break:break-all}.verify-link:hover{text-decoration:underline}.spinner{display:inline-block;width:16px;height:16px;border:2px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .6s linear infinite;margin-right:8px;vertical-align:middle;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:374px){.verify-email-card{padding:20px 16px 18px}.verify-header h1{font-size:16px}.verify-pin-value{font-size:20px;letter-spacing:4px}}@media(min-width:768px){.verify-email-page{padding:36px 24px 24px}.verify-email-card{max-width:440px;padding:32px 28px 28px}.verify-icon .icon-circle{width:52px;height:52px;font-size:22px}.verify-header h1{font-size:20px}.verify-header .subtitle{font-size:14px}.verify-info-row{padding:10px 14px}.verify-pin-value{font-size:26px}}@media(min-width:1024px){.verify-email-page{padding:48px 24px 32px}.verify-email-card{max-width:460px;padding:36px 32px 30px}.verify-header,.verify-icon{margin-bottom:18px}}@media(prefers-reduced-motion:reduce){.spinner{animation:none}}.buyer-shell{height:100vh;background:#fff;color:#1a1a1a;overflow:hidden;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.buyer-split{display:flex;height:100%;min-height:0}.buyer-panel{width:200px;min-width:200px;max-width:200px;display:flex;flex-direction:column;border-right:1px solid #e0e0e0;background:#fff;min-height:0;flex-shrink:0;z-index:1100}.buyer-panel.closed{display:none}.buyer-panel-header{display:flex;flex-direction:column;align-items:stretch;gap:2px;padding:4px 6px;border-bottom:1px solid #eee}.buyer-panel-header-top{display:flex;justify-content:center;align-items:center}.buyer-panel-header-bottom{display:flex;align-items:center;justify-content:space-between;gap:6px}.buyer-logo{border:none;background:none;cursor:pointer;padding:0;flex:0}.buyer-logo-img{height:80px;width:auto;display:block;object-fit:contain}.buyer-home-link{border:none;background:none;font-size:11px;font-weight:600;color:#1a4d8f;cursor:pointer;padding:2px 4px;line-height:1.2;flex-shrink:0}.buyer-home-link:hover{color:#2e9e5b}.buyer-user-name{font-size:11px;font-weight:700;color:#1a4d8f;max-width:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-shrink:0}.buyer-search-block{padding:4px 6px;border-bottom:1px solid #eee;display:flex;flex-direction:column;gap:3px}.buyer-field{display:flex;align-items:center;gap:6px;border:1px solid #ccc;background:#fff;padding:0 8px;border-radius:2px}.buyer-field-icon{font-size:12px;flex-shrink:0}.buyer-field select,.buyer-field input{flex:1;border:none;background:transparent;padding:5px 0;font-size:11px;outline:none;width:100%;min-width:0}.buyer-search-btn{width:100%;border:none;background:#1a4d8f;color:#fff;font-size:11px;font-weight:700;letter-spacing:.06em;padding:6px 8px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:2px}.buyer-search-btn:hover{background:#163f75}.buyer-search-icon{font-size:14px}.buyer-categories-block{padding:3px 6px;border-bottom:1px solid #eee}.buyer-section-title{margin:0 0 3px;font-size:11px;font-weight:700;color:#222}.buyer-category-list{list-style:none;margin:0;padding:0}.buyer-category-item{width:100%;display:flex;align-items:center;gap:5px;border:none;background:none;padding:3px 2px;font-size:11px;color:#333;cursor:pointer;text-align:left}.buyer-category-item:hover{background:#f5f5f5}.buyer-category-item.active{background:#e8f0fa;color:#1a4d8f;font-weight:600}.buyer-category-icon{font-size:14px;width:20px;text-align:center}.buyer-category-img{width:20px;height:20px;object-fit:cover;border-radius:3px;flex-shrink:0}.buyer-show-more{border:none;background:none;color:#1a4d8f;font-size:12px;font-weight:600;cursor:pointer;padding:4px 4px 0;width:100%;text-align:left}.buyer-show-more:hover{color:#0f3460;text-decoration:underline}.buyer-results-block{flex:1;min-height:0;display:flex;flex-direction:column;border-bottom:1px solid #eee}.buyer-results-head{display:flex;justify-content:space-between;align-items:center;gap:6px;padding:3px 6px;font-size:10px;color:#666;border-bottom:1px solid #f0f0f0}.buyer-sort-select{font-size:10px;padding:2px 4px;border:1px solid #d4d4d4;border-radius:2px;background:#fff;color:#444;max-width:120px}.buyer-results{flex:1;overflow-y:auto;padding:2px 4px}.buyer-hint{font-size:10px;color:#888;padding:3px 2px}.buyer-result-card{border:1px solid #e8e8e8;padding:4px 5px;margin-bottom:3px;cursor:pointer;background:#fff;border-radius:2px}.buyer-result-card.selected{border-color:#1a4d8f}.buyer-result-card.closed-shop{opacity:.85}.buyer-result-closed{font-size:9px;font-weight:700;color:#dc2626;text-transform:uppercase;letter-spacing:.02em;flex-shrink:0}.buyer-result-body{min-width:0}.buyer-result-title-row{display:flex;justify-content:space-between;gap:4px;align-items:flex-start}.buyer-result-title-row h3{margin:0;font-size:12px;font-weight:700;line-height:1.3}.buyer-fav-btn{border:none;background:none;font-size:12px;cursor:pointer;color:#ccc;padding:0}.buyer-fav-btn.on{color:#e67e22}.buyer-result-shop{margin:2px 0 0;font-size:10px;color:#666}.buyer-result-price-row{margin:4px 0 0;display:flex;align-items:baseline;gap:6px}.buyer-result-price{font-size:13px;font-weight:700;color:#111}.buyer-result-price-old{font-size:11px;color:#999;text-decoration:line-through}.buyer-stock-label{margin:2px 0 0;font-size:10px;font-weight:600;color:#c0392b}.buyer-result-meta{margin:2px 0 0;font-size:10px;color:#777}.buyer-result-actions{display:flex;gap:4px;margin-top:6px}.buyer-action-btn{border:1px solid #ccc;background:#fff;padding:2px 6px;font-size:10px;text-decoration:none;color:#333;cursor:pointer}.buyer-action-btn.primary{border-color:#1a4d8f;background:#1a4d8f;color:#fff}.buyer-load-more{width:100%;border:1px solid #ccc;background:#fff;padding:6px;font-size:10px;cursor:pointer}.buyer-nav-links{padding:8px 6px;flex-shrink:0;border-top:1px solid #e0e0e0;background:#fafafa}.buyer-nav-item{width:100%;display:flex;align-items:center;gap:6px;border:none;background:none;padding:4px 6px;font-size:10px;color:#333;cursor:pointer;text-align:left;position:relative}.buyer-nav-item:hover{background:#f5f5f5}.buyer-nav-item.active{background:#e8f0fa;color:#1a4d8f;font-weight:600}.buyer-nav-item.signout{justify-content:center;padding:9px 10px;font-size:12px;font-weight:700;color:#fff;background:#c0392b;border:1px solid #a93226;border-radius:5px;letter-spacing:.02em;box-shadow:0 1px 3px #0000001f}.buyer-nav-item.signout:hover{background:#a93226;border-color:#922b21}.buyer-nav-icon{font-size:14px;width:20px;text-align:center}.buyer-nav-badge{margin-left:auto;font-style:normal;font-size:10px;background:#c0392b;color:#fff;padding:1px 6px;border-radius:8px}.buyer-panel-footer{padding:6px 6px 8px;border-top:1px solid #eee;flex-shrink:0}.buyer-footer-brand{display:flex;align-items:flex-start;justify-content:flex-start}.buyer-footer-logo{height:190px;width:auto;display:block}.buyer-map-section{flex:1 1 auto;position:relative;min-width:0;min-height:0;display:flex;flex-direction:column;align-self:stretch}.buyer-map-section.expanded{flex:1 1 auto;width:100%}.buyer-map-ad-panel{width:300px;min-width:280px;max-width:320px;flex-shrink:0;padding:10px;box-sizing:border-box;background:#f8f9fa;border-left:1px solid #e5e7eb;overflow-y:auto;z-index:1000}.buyer-map-ad-sticky{position:sticky;top:10px;height:fit-content}.buyer-map-ad-label{margin:0 0 8px;font-size:10px;font-weight:700;color:#2e9e5b;letter-spacing:.08em;text-transform:uppercase}.buyer-map-ad-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:10px}.buyer-map-ad-image-wrap{width:100%;height:520px;max-height:calc(100vh - 40px);display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:8px;overflow:hidden}.buyer-map-ad-image{width:100%;height:100%;object-fit:contain;object-position:center}.buyer-map-ad-empty{width:100%;min-height:200px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:12px;font-weight:600;color:#9ca3af;background:#f8f9fa;border-radius:8px;padding:16px}@media(max-width:1100px){.buyer-map-ad-panel{width:260px;min-width:240px;max-width:280px}.buyer-map-ad-image-wrap{height:420px}}@media(max-width:768px){.buyer-split{flex-direction:column;overflow-y:auto}.buyer-shell{overflow:auto;height:auto;min-height:100vh}.buyer-map-section{min-height:55vh;order:1}.buyer-map-ad-panel{width:100%;min-width:0;max-width:none;order:2;border-left:none;border-top:1px solid #e5e7eb}.buyer-map-ad-sticky{position:static}.buyer-map-ad-image-wrap{height:320px;max-height:320px}}.buyer-map-wrap{flex:1 1 auto;width:100%;min-width:0;min-height:0;position:relative}.buyer-map,.buyer-map-wrap .leaflet-container{width:100%;height:100%}.buyer-map .leaflet-control-attribution{display:none!important}.buyer-map-menu-btn{position:absolute;top:12px;left:12px;z-index:1001;width:40px;height:40px;border:1px solid #ccc;border-radius:4px;background:#fff;color:#2e9e5b;font-size:22px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #00000026}.buyer-map-menu-btn:hover{background:#f5f5f5}.buyer-map-legend{position:absolute;bottom:12px;right:12px;z-index:1000;background:#fff;border:1px solid #ccc;border-radius:4px;padding:6px 10px;font-size:11px;display:flex;flex-direction:column;gap:4px;box-shadow:0 1px 3px #0000001a}.buyer-map-legend span{display:flex;align-items:center;gap:6px}.buyer-legend-dot{display:inline-block;width:12px;height:12px;border-radius:50%;font-style:normal}.buyer-legend-dot.open{background:#8b4513}.buyer-legend-dot.closed{background:#9e9e9e}.buyer-marker-icon{background:none;border:none}.buyer-marker-pin{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;line-height:1;border:2px solid #fff;box-shadow:0 2px 6px #00000059;transition:transform .15s ease,box-shadow .15s ease}.buyer-marker-pin.open{background:linear-gradient(145deg,sienna,#8b4513)}.buyer-marker-pin.closed{background:#9e9e9e}.buyer-marker-pin.selected{transform:scale(1.1);border-color:#1a4d8f;box-shadow:0 0 0 3px #1a4d8f59,0 3px 8px #0006}.buyer-marker-label{color:#fff;font-size:10px;font-weight:900;text-align:center;line-height:1.05;padding:2px 3px;letter-spacing:-.02em;max-width:38px;overflow:hidden;text-overflow:ellipsis}.buyer-map-popup .leaflet-popup-content-wrapper{border-radius:6px;box-shadow:0 3px 12px #0000002e}.buyer-map-popup .leaflet-popup-content{margin:4px 5px}.buyer-result-line1{margin:0;display:flex;align-items:center;justify-content:space-between;gap:6px;line-height:1.25}.buyer-result-line2{margin:2px 0 0;display:flex;align-items:baseline;justify-content:space-between;gap:4px;line-height:1.25}.buyer-result-line3{margin:2px 0 0;display:flex;justify-content:space-between;gap:6px;font-size:9px;color:#777;line-height:1.2}.buyer-result-serial{font-size:10px;font-weight:700;color:#666;flex-shrink:0;margin-right:3px}.buyer-result-name{flex:1;font-size:11px;font-weight:700;color:#111;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.buyer-result-shop-num{font-size:12px;font-weight:800;color:#1a4d8f;flex-shrink:0}.buyer-result-price{font-size:11px;font-weight:700;color:#111;flex-shrink:0}.buyer-shop-popup{min-width:168px;font-size:11px;padding:0}.buyer-shop-popup-line1{display:flex;align-items:center;gap:6px;margin-bottom:4px}.buyer-shop-popup-number{font-size:15px;font-weight:900;color:#1a4d8f;letter-spacing:.02em}.buyer-shop-popup-status-dot{display:inline-flex;align-items:center;justify-content:center;gap:0;width:26px;height:26px;border-radius:50%;border:2.5px solid #bbb;line-height:1;flex-shrink:0}.buyer-shop-popup-status-dot.open{border-color:#0d7a32;background:#dff5e6;box-shadow:0 0 0 1px #0d7a3240}.buyer-shop-popup-status-dot.closed{border-color:#9e9e9e;background:#f3f4f6}.buyer-shop-popup-status-dot.closed .buyer-status-dot{color:#9e9e9e}.buyer-shop-popup-closed{font-size:9px;font-weight:700;color:#dc2626;text-transform:uppercase}.buyer-status-dot{color:#0a6b28;font-size:14px;font-weight:900;line-height:1;-webkit-text-stroke:.35px #0a6b28;text-shadow:0 0 2px rgba(10,107,40,.45)}.buyer-shop-popup-shopname{font-size:11px;font-weight:700;color:#111;margin-bottom:2px}.buyer-shop-popup-distance{font-size:10px;color:#555;margin-bottom:4px}.buyer-shop-popup-line2{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:2px}.buyer-shop-popup-product{font-size:11px;font-weight:600;color:#222;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.buyer-shop-popup-price{font-size:12px;font-weight:800;color:#111;flex-shrink:0}.buyer-shop-popup-btn{display:block;width:100%;text-align:center;background:#fff;color:#0b3d78;text-decoration:none;margin:0;padding:4px 6px;font-size:11px;font-weight:800;border-radius:3px;border:1px solid #0b3d78;box-shadow:none;letter-spacing:.02em}.buyer-shop-popup-btn:hover{background:#f3f4ff;color:#082d5a}.buyer-shop-page{height:100vh;overflow:hidden;background:#fff;padding:0}.buyer-shop-layout{display:grid;grid-template-columns:168px minmax(0,1fr) 148px;gap:0;height:100%;max-width:100%;margin:0}.buyer-shop-sidebar-left,.buyer-shop-sidebar-right{position:sticky;top:0;height:100vh;overflow-y:auto;flex-shrink:0;background:#fff;border-right:1px solid #000}.buyer-shop-sidebar-right{border-right:none;border-left:1px solid #000}.buyer-shop-center{min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;border-left:1px solid #000;border-right:1px solid #000}.buyer-shop-loading{padding:8px}.buyer-shop-header{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:4px 8px;background:#fff;color:#1a1a1a;border-bottom:1px solid #000;flex-shrink:0}.buyer-shop-back{border:1px solid #ccc;background:#fff;color:#333;padding:3px 8px;font-size:11px;font-weight:600;cursor:pointer;border-radius:4px;flex-shrink:0}.buyer-shop-identity{display:flex;align-items:center;gap:6px;flex:1;justify-content:center;min-width:0}.buyer-shop-avatar{width:30px;height:30px;border-radius:50%;background:#fff;color:#1f6b3a;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;flex-shrink:0}.buyer-shop-header-name{margin:0;font-size:14px;font-weight:700;color:#1a1a1a;line-height:1.2;flex-shrink:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.buyer-shop-header-badge{background:#e8f5ee;color:#1e7a47;font-size:11px;font-weight:800;padding:2px 8px;border-radius:10px;flex-shrink:0;letter-spacing:.02em;border:1px solid #2e9e5b}.buyer-shop-chat-btn{border:none;background:#2e9e5b;color:#fff;padding:4px 10px;font-size:11px;font-weight:700;cursor:pointer;border-radius:4px;flex-shrink:0;display:flex;align-items:center;gap:4px}.buyer-shop-chat-icon{font-size:12px}.buyer-shop-toolbar{display:flex;align-items:center;gap:4px;padding:3px 4px;border-bottom:1px solid #000;flex-wrap:wrap;background:#fafafa;flex-shrink:0}.buyer-shop-search-wrap{flex:1;min-width:160px;display:flex;align-items:center;gap:4px;border:1px solid #ccc;border-radius:4px;padding:0 6px;background:#fff}.buyer-shop-search-icon{font-size:12px;opacity:.5;flex-shrink:0}.buyer-shop-search{flex:1;border:none;padding:5px 0;font-size:11px;outline:none;min-width:0}.buyer-shop-filter{border:1px solid #ccc;padding:4px 6px;font-size:11px;border-radius:4px;background:#fff;color:#333}.buyer-shop-seller-card{padding:4px;display:flex;flex-direction:column;gap:4px}.buyer-shop-photo-lg{width:100%;height:88px;object-fit:cover;border-radius:0;border:1px solid #000;display:block}.buyer-shop-photo-lg.placeholder{display:flex;align-items:center;justify-content:center;background:#e0e0e0;color:#666;font-size:24px;font-weight:800}.buyer-shop-owner-block{display:flex;align-items:center;gap:6px;padding:4px;border:1px solid #000}.buyer-shop-owner-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #2e9e5b;flex-shrink:0}.buyer-shop-owner-avatar.placeholder{display:flex;align-items:center;justify-content:center;background:#e8e8e8;font-size:14px;font-weight:700;color:#555}.buyer-shop-owner-meta{display:flex;flex-direction:column;gap:1px;min-width:0}.buyer-shop-owner-name{font-size:10px;font-weight:700;color:#1a1a1a}.buyer-shop-owner-role{font-size:8px;color:#2e9e5b;font-weight:600}.buyer-shop-number-block{display:flex;align-items:flex-start;gap:4px;padding:4px;border:1px solid #000}.buyer-shop-number-icon{font-size:14px;line-height:1}.buyer-shop-number-label{display:block;font-size:8px;font-weight:700;text-transform:uppercase;color:#666;letter-spacing:.03em}.buyer-shop-number-value{display:block;font-size:9px;font-weight:700;color:#1a1a1a;line-height:1.3}.buyer-shop-address-block{display:flex;gap:4px;padding:4px;border:1px solid #000}.buyer-shop-address-icon{font-size:12px;flex-shrink:0}.buyer-shop-address-text{margin:0;font-size:9px;line-height:1.35;color:#333}.buyer-shop-map-block{border:1px solid #000}.buyer-shop-map-embed iframe{width:100%;height:100px;border:none;display:block}.buyer-shop-gmaps-link{display:block;text-align:center;font-size:8px;font-weight:600;color:#1a4d8f;text-decoration:none;padding:3px 2px;background:#f0f4fa;border-top:1px solid #000}.buyer-shop-gmaps-link:hover{text-decoration:underline}.buyer-shop-table-scroll{flex:1;min-height:0;overflow:auto}.buyer-shop-empty{padding:8px}.buyer-shop-table{width:100%;border-collapse:collapse;font-size:10px;border:1px solid #000}.buyer-shop-table thead{position:sticky;top:0;z-index:1;background:#fff}.buyer-shop-table th{text-align:left;padding:2px 4px;font-size:8px;font-weight:700;color:#fff;letter-spacing:.03em;border:1px solid #000;white-space:nowrap;background:#1a1a1a}.buyer-shop-table td{padding:2px 4px;border:1px solid #000;vertical-align:middle;color:#333;font-size:10px}.buyer-shop-table tbody tr:hover{background:#f0f0f0}.buyer-shop-td-product{min-width:140px}.buyer-shop-product-cell{display:flex;align-items:center;gap:4px}.buyer-shop-product-cell img{width:28px;height:28px;object-fit:cover;border:1px solid #ccc;flex-shrink:0}.buyer-shop-img-ph{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;background:#f0f0f0;border:1px solid #ccc;font-size:12px;flex-shrink:0}.buyer-shop-product-text{display:flex;flex-direction:column;gap:0;min-width:0}.buyer-shop-product-text strong{font-size:10px;font-weight:700;line-height:1.2}.buyer-shop-product-text span{font-size:8px;color:#777;line-height:1.2}.buyer-shop-td-price{font-weight:700;white-space:nowrap}.buyer-shop-td-moq{white-space:nowrap;font-weight:600;color:#1f6b3a;text-align:center}.buyer-shop-td-wholesale{white-space:nowrap}.buyer-shop-cat-pill{display:inline-block;background:#e3f0ff;color:#1a4d8f;padding:1px 5px;border-radius:6px;font-size:8px;font-weight:600;white-space:nowrap}.buyer-shop-stock-pill{display:inline-block;color:#fff;font-weight:700;font-size:8px;padding:1px 5px;border-radius:6px;min-width:20px;text-align:center}.buyer-shop-stock-pill.high{background:#2e9e5b}.buyer-shop-stock-pill.mid{background:#e67e22}.buyer-shop-stock-pill.low{background:#c0392b}.buyer-shop-td-negotiable{text-align:center;font-size:9px;color:#666}.buyer-shop-promo{padding:4px;height:100%}.buyer-shop-promo-label{margin:0 0 4px;font-size:8px;font-weight:700;color:#2e9e5b;letter-spacing:.06em;text-transform:uppercase}.buyer-shop-promo-banner img,.buyer-shop-promo-banner-img{width:100%;border-radius:0;display:block;object-fit:cover;border:1px solid #000}.buyer-shop-promo-placeholder{background:#f5f5f5;color:#888;padding:8px 4px;text-align:center;min-height:200px;display:flex;align-items:center;justify-content:center;border:1px solid #ddd}.buyer-shop-promo-placeholder p{margin:0;font-size:9px;font-weight:600}@media(max-width:1100px){.buyer-shop-layout{grid-template-columns:148px minmax(0,1fr)}.buyer-shop-sidebar-right{display:none}.buyer-shop-center{border-right:none}}@media(max-width:768px){.buyer-shop-page{height:auto;min-height:100vh;overflow:visible}.buyer-shop-layout{grid-template-columns:1fr;height:auto}.buyer-shop-sidebar-left{position:static;height:auto;border-right:none;border-bottom:1px solid #000}.buyer-shop-sidebar-right{display:block;position:static;height:auto;border-left:none;border-top:1px solid #000}.buyer-shop-center{border-left:none;border-right:none;overflow:visible}.buyer-shop-table-scroll{overflow:visible;max-height:none}.buyer-shop-toolbar{flex-direction:column;align-items:stretch}}@media(max-width:900px){.buyer-panel{position:absolute;height:100%;width:78%;max-width:210px;min-width:0;box-shadow:2px 0 8px #0000001f}}.buyer-btn{display:inline-block;padding:8px 16px;font-size:12px;font-weight:600;text-decoration:none;border-radius:4px;cursor:pointer;border:1px solid #ccc;background:#fff;color:#333}.buyer-btn-dark{background:#3e2723;color:#fff;border:none}.buyer-btn-dark:hover{background:#27170c;color:#fff}.bsp-page{min-height:100dvh;background:#f0f2f5;color:#1a1a1a;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.bsp-layout{display:grid;grid-template-columns:25% 50% 25%;min-height:100dvh;max-width:100%;align-items:start}.bsp-sidebar{padding:12px;position:sticky;top:0;height:100dvh;overflow-y:hidden;box-sizing:border-box}.bsp-sidebar-inner{display:flex;flex-direction:column;gap:10px}.bsp-brand-logo-wrap{border:none;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:8px 10px;display:flex;justify-content:center;align-items:center;cursor:pointer}.bsp-brand-logo{height:70px;width:auto;display:block;object-fit:contain}.bsp-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden}.bsp-cover{width:100%;height:140px;object-fit:cover;display:block}.bsp-cover.ph{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e8ecef,#d0d7de);font-size:36px;font-weight:800;color:#6b7280}.bsp-profile-card{padding:14px 12px;display:flex;align-items:center;gap:12px}.bsp-avatar-wrap{position:relative;flex-shrink:0}.bsp-avatar{width:88px;height:88px;border-radius:50%;object-fit:cover;border:3px solid #2e9e5b;display:block}.bsp-avatar.ph{display:flex;align-items:center;justify-content:center;background:#e5e7eb;font-size:28px;font-weight:700;color:#6b7280}.bsp-verified{position:absolute;right:2px;bottom:2px;width:22px;height:22px;border-radius:50%;background:#2e9e5b;color:#fff;font-size:12px;display:flex;align-items:center;justify-content:center;border:2px solid #fff;line-height:1}.bsp-profile-text strong{display:block;font-size:15px;font-weight:700;line-height:1.25;color:#111}.bsp-profile-text span{display:block;font-size:12px;color:#6b7280;margin-top:2px}.bsp-info-card{padding:12px}.bsp-info-card label{display:block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#2e9e5b;margin-bottom:6px}.bsp-info-row{display:flex;gap:8px;align-items:flex-start}.bsp-info-row .ico{font-size:16px;line-height:1.2;flex-shrink:0}.bsp-info-row p,.bsp-info-row strong{margin:0;font-size:12px;line-height:1.45;color:#374151;font-weight:500}.bsp-info-row strong{font-weight:700;color:#111}.bsp-map-card{padding:0}.bsp-leaflet-map{width:100%;height:160px;z-index:0;background:#e8ecef}.bsp-map-card .leaflet-control-attribution{display:none!important}.bsp-gmaps-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;margin:0;padding:10px 12px;border:none;border-top:1px solid #eee;background:#fff;color:#1a4d8f;font-size:12px;font-weight:700;text-decoration:none;cursor:pointer;transition:background .15s}.bsp-gmaps-btn:hover{background:#f0f4fa;text-decoration:none}.bsp-main{display:flex;flex-direction:column;min-height:100dvh;min-width:0;background:#fff;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb}.bsp-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px;border-bottom:1px solid #e5e7eb;flex-shrink:0;background:#fff}.bsp-back{border:1px solid #d1d5db;background:#fff;padding:6px 12px;font-size:12px;font-weight:600;border-radius:8px;cursor:pointer;flex-shrink:0;color:#374151}.bsp-title-wrap{display:flex;align-items:center;justify-content:center;gap:10px;flex:1;min-width:0}.bsp-title-wrap h1{margin:0;font-size:17px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#111}.bsp-serial{background:#e8f5ee;color:#1e7a47;border:1px solid #2e9e5b;font-size:12px;font-weight:800;padding:3px 10px;border-radius:12px;flex-shrink:0}.bsp-chat{border:none;background:#2e9e5b;color:#fff;padding:7px 14px;font-size:12px;font-weight:700;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:5px;flex-shrink:0}.bsp-chat:disabled{opacity:.7;cursor:not-allowed}.bsp-toolbar{display:flex;align-items:center;gap:8px;padding:8px 12px;border-bottom:1px solid #e5e7eb;background:#fafafa;flex-shrink:0}.bsp-search-wrap{flex:1;display:flex;align-items:center;gap:6px;border:1px solid #d1d5db;border-radius:8px;padding:0 10px;background:#fff;min-width:0}.bsp-search-wrap input{flex:1;border:none;outline:none;padding:8px 0;font-size:12px;min-width:0}.bsp-filter{border:1px solid #d1d5db;padding:7px 10px;font-size:12px;border-radius:8px;background:#fff;color:#374151}.bsp-count{font-size:12px;font-weight:700;color:#6b7280;white-space:nowrap;padding:0 4px}.bsp-table-area{flex:0 1 auto;min-height:0;overflow:auto;display:flex;flex-direction:column}.bsp-table{width:100%;border-collapse:collapse;font-size:12px}.bsp-table thead{position:sticky;top:0;z-index:2}.bsp-table th{background:#111;color:#fff;font-size:11px;font-weight:700;letter-spacing:.06em;padding:8px 12px;text-align:left;white-space:nowrap;border-bottom:2px solid #000}.bsp-table td{padding:6px 10px;border-bottom:1px solid #eef2f6;vertical-align:middle;color:#374151;font-size:13px}.bsp-table tbody tr:hover{background:#f9fafb}.bsp-table tbody tr:last-child td{border-bottom:none}.bsp-product{display:flex;align-items:center;gap:8px;min-width:140px}.bsp-product img,.bsp-product .bsp-product-img{width:40px;height:40px;object-fit:cover;border-radius:6px;border:1px solid #eef2f6;flex-shrink:0}.bsp-product-ph{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:6px;font-size:16px;flex-shrink:0}.bsp-product-text strong{display:block;font-size:13px;font-weight:700;line-height:1.15;color:#0f172a}.bsp-product-text span{display:block;font-size:11px;color:#6b7280;line-height:1.15}.bsp-footer-brand{margin-top:10px}.bsp-footer-logo{height:200px;width:auto;display:block;margin-top:150px}.bsp-cat{display:inline-block;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:700;white-space:nowrap;box-shadow:inset 0 -1px #00000005}.bsp-cat.cat-food{background:#d1fae5;color:#065f46}.bsp-cat.cat-electronics{background:#dbeafe;color:#1e40af}.bsp-cat.cat-default{background:#f3f4f6;color:#4b5563}.bsp-stock{display:inline-block;min-width:32px;text-align:center;padding:4px 10px;border-radius:10px;font-size:12px;font-weight:800;color:#fff}.bsp-stock.high{background:#22c55e}.bsp-stock.mid{background:#f97316}.bsp-stock.low{background:#ef4444}.bsp-empty{padding:24px;text-align:center;font-size:13px;color:#9ca3af;flex:1}.bsp-search-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;background:linear-gradient(90deg,#fffaf0e6,#ffffffe6);border-left:4px solid #f59e0b;margin:10px 12px;border-radius:8px}.bsp-search-banner-text{font-size:13px;color:#92400e;font-weight:700}.bsp-search-tag{background:#fff4e6;padding:4px 8px;border-radius:999px;margin-left:6px;font-weight:700}.bsp-search-banner-actions{display:flex;gap:8px}.bsp-view-all-btn{background:linear-gradient(90deg,#f97316,#f43f5e);color:#fff;border:none;padding:8px 12px;border-radius:999px;font-weight:800;cursor:pointer;box-shadow:0 6px 18px #f43f5e1f}.bsp-view-all-btn:hover{transform:translateY(-1px)}.bsp-view-all-inline{padding:6px 10px;font-size:13px}.bsp-view-all-btn{pointer-events:auto;z-index:5}.bsp-search-indicator{display:flex;align-items:center;gap:8px;padding:8px 12px;margin:6px 12px}.bsp-search-badge{background:#eef2ff;color:#1e3a8a;padding:6px 10px;border-radius:999px;font-weight:700}.bsp-table tbody tr.bsp-search-match td{background:linear-gradient(90deg,#fffbeb,#fffaf0)}.bsp-table tbody tr.bsp-search-match td:first-child{border-left:4px solid #f59e0b}.bsp-table tbody tr{transition:background .12s ease,transform .08s ease}.bsp-table tbody tr:hover{background:#f8fafc;transform:translateY(-1px)}.bsp-table tbody td{height:52px}.bsp-loading{padding:24px;text-align:center;font-size:14px;color:#6b7280}.bsp-ad-panel{padding:12px;position:sticky;top:0;height:100dvh;overflow-y:auto;box-sizing:border-box}.bsp-ad-container{position:sticky;top:12px;height:fit-content}.bsp-ad-label{margin:0 0 8px;font-size:10px;font-weight:700;color:#2e9e5b;letter-spacing:.08em;text-transform:uppercase}.bsp-ad-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:10px}.bsp-ad-image-wrapper{width:100%;height:700px;max-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:8px;overflow:hidden}.bsp-ad-image{width:100%;height:100%;object-fit:contain;object-position:center}.bsp-ad-empty{width:100%;height:280px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:12px;font-weight:600;color:#9ca3af;background:#f8f9fa;border-radius:8px;padding:16px}@media(max-width:1100px){.bsp-layout{grid-template-columns:30% 70%;grid-template-areas:"sidebar main" "ad ad"}.bsp-sidebar{grid-area:sidebar}.bsp-main{grid-area:main;border-right:none}.bsp-ad-panel{grid-area:ad;position:static;height:auto;max-height:none}.bsp-ad-container{position:static}.bsp-ad-image-wrapper{height:400px;max-height:400px}}@media(max-width:720px){.bsp-layout{grid-template-columns:1fr;grid-template-areas:"sidebar" "main" "ad"}.bsp-sidebar{position:static;height:auto;max-height:none}.bsp-main{min-height:auto;border-left:none;border-right:none}.bsp-table-area{overflow:visible;min-height:auto}.bsp-ad-image-wrapper{height:320px;max-height:320px}.bsp-toolbar,.bsp-header{flex-wrap:wrap}}.bsp-pagination{display:flex;align-items:center;justify-content:center;gap:12px;padding:12px 16px}.bsp-page-btn{padding:6px 12px;border:1px solid #d4d4d4;border-radius:4px;background:#fff;font-size:12px;cursor:pointer}.bsp-page-btn:disabled{opacity:.5;cursor:not-allowed}.bsp-page-info{font-size:12px;color:#555}.bsp-table tr.bsp-search-match td{background:#fffbeb}.camera-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0f172abf;display:flex;align-items:center;justify-content:center;padding:16px}.camera-panel{width:100%;max-width:520px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 20px 50px #00000040}.camera-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid #e5e7eb}.camera-header h3{font-size:16px;color:#1e3a5f}.camera-close{border:none;background:transparent;font-size:20px;color:#6b7280;padding:4px 8px}.camera-video{width:100%;max-height:60vh;background:#000;object-fit:cover;display:block}.camera-error{padding:24px 16px;color:#b91c1c;font-size:14px;text-align:center}.camera-actions{display:flex;gap:12px;padding:16px;justify-content:flex-end}.camera-capture-btn{flex:1;max-width:200px}.onboarding-layout{display:flex;min-height:100vh}.onboarding-sidebar{width:32%;min-width:280px;background:#2563eb;color:#fff;padding:48px 36px 32px;display:flex;flex-direction:column;overflow-y:auto}.onboarding-sidebar h2{font-size:32px;margin-bottom:16px}.onboarding-sidebar p{opacity:.95;line-height:1.6;margin-bottom:28px}.onboarding-sidebar ul{list-style:none;line-height:2.2;font-size:16px;margin-bottom:24px}.sidebar-map{flex:1;min-height:280px;display:flex;flex-direction:column;border-radius:10px;overflow:hidden;background:#1e40af}.sidebar-map .map-section{display:flex;flex-direction:column;flex:1;margin:0;border:none;border-radius:10px;min-height:100%}.sidebar-map .map-header{padding:10px 14px;background:#ffffff1a;border-bottom:1px solid rgba(255,255,255,.15)}.sidebar-map .map-header h3{font-size:14px;color:#fff;margin:0}.sidebar-map .map-header .map-locate{font-size:12px;padding:6px 12px;background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:6px;cursor:pointer;transition:background .15s}.sidebar-map .map-header .map-locate:hover{background:#ffffff4d}.sidebar-map .shop-map{flex:1;height:auto;min-height:200px}.sidebar-map .map-hint{padding:8px 14px;font-size:11px;color:#ffffffb3;background:#00000026;margin:0}.onboarding-main{flex:1;background:#fff;padding:32px 40px 48px;overflow-y:auto}.onboarding-topbar{margin-bottom:24px}.onboarding-back-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;margin-bottom:16px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;font-weight:600;font-size:14px;text-decoration:none;transition:background .2s,border-color .2s}.onboarding-back-btn:hover{background:#f9fafb;border-color:#9ca3af;text-decoration:none}.onboarding-tag{font-weight:700;margin:0}.onboarding-main .field{margin-bottom:16px}.onboarding-main .field.full{width:100%}.onboarding-main label{display:block;font-weight:600;margin-bottom:6px;font-size:14px}.toggle-box{display:flex;justify-content:space-between;align-items:center;border:2px dashed #86efac;background:#f0fdf4;border-radius:10px;padding:16px 20px;margin-bottom:20px;color:#166534}.toggle-box p{font-size:13px;margin-top:4px}.switch{position:relative;width:48px;height:26px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;top:0;right:0;bottom:0;left:0;background:#cbd5e1;border-radius:26px;cursor:pointer;transition:.3s}.slider:before{content:"";position:absolute;height:20px;width:20px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:.3s}.switch input:checked+.slider{background:#22c55e}.switch input:checked+.slider:before{transform:translate(22px)}.map-section{margin:24px 0;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.map-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f9fafb}.map-header h3{font-size:15px}.shop-map{height:320px;width:100%}.map-hint{padding:10px 16px;font-size:13px;color:#6b7280}.doc-upload{display:flex;flex-direction:column;gap:8px;justify-content:flex-end}.doc-buttons{display:flex;gap:8px}.doc-buttons button{font-size:13px;padding:8px 12px}.file-name{font-size:12px;color:#6b7280}.doc-upload--success .doc-upload-success{color:#16a34a;font-weight:600}.kyc-row{align-items:end;margin-bottom:8px}.submit-kyc{width:100%;margin-top:24px;padding:16px;font-size:16px}@media(max-width:900px){.onboarding-layout{flex-direction:column}.onboarding-sidebar{width:100%;padding:32px 24px 24px}.onboarding-sidebar h2{font-size:24px;margin-bottom:12px}.onboarding-sidebar p{margin-bottom:16px}.onboarding-sidebar ul{margin-bottom:20px}.sidebar-map{min-height:300px;max-height:400px}.sidebar-map .shop-map{min-height:220px}}@media(max-width:480px){.onboarding-sidebar{padding:24px 16px 20px}.sidebar-map{min-height:260px;max-height:340px}.sidebar-map .shop-map{min-height:180px}.sidebar-map .map-header{padding:8px 12px}.sidebar-map .map-header h3{font-size:13px}}.chat-embed-shell{display:flex;flex-direction:column;width:100%;max-width:100%;border:1px solid #ebe6df;border-radius:16px;overflow:hidden;background:#faf8f5;box-shadow:0 12px 40px #2d2a2626}.chat-embed-toolbar{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:linear-gradient(135deg,#c45c26,#e07a3a);color:#fff;font-size:14px;font-weight:600}.chat-embed-close{border:none;background:#fff3;color:#fff;font-size:18px;line-height:1;cursor:pointer;padding:2px 8px;border-radius:8px}.chat-embed-close:hover{background:#ffffff4d}.chat-embed-frame{flex:1;width:100%;border:none;min-height:360px;background:#faf8f5}.chat-embed-host{position:fixed;right:16px;bottom:16px;width:min(420px,calc(100vw - 32px));z-index:1200}.chat-launcher-panel{border:1px solid #e5e5e5;padding:20px;max-width:420px}.chat-launcher-panel h3{margin:0 0 8px;font-size:15px}.chat-launcher-panel p{margin:0 0 14px;font-size:13px;color:#737373}.chat-launcher-actions{display:flex;flex-wrap:wrap;gap:8px}.chat-launcher-btn-secondary{background:#fff;color:#0f172a;border:1px solid #cbd5e1}.chat-launcher-btn{padding:8px 16px;border:1px solid #404040;background:#404040;color:#fff;font-size:13px;font-weight:600;border-radius:2px;cursor:pointer}.chat-launcher-btn:hover{background:#262626}.seller-admin-layout{display:flex;min-height:100vh;height:100vh;overflow:hidden;background:#f4f6f8;color:#1a1a1a;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}@media(max-width:1600px){.seller-admin-layout{zoom:.9}}@media(max-width:1440px){.seller-admin-layout{zoom:.85}}@media(max-width:1366px){.seller-admin-layout{zoom:.8}}@media(max-width:1280px){.seller-admin-layout{zoom:.75}}.seller-admin-sidebar{width:176px;min-width:176px;background:#fff;border-right:1px solid #e0e0e0;display:flex;flex-direction:column;flex-shrink:0;position:sticky;top:0;height:100vh;overflow-y:auto}.seller-admin-brand{padding:8px 10px;border-bottom:1px solid #eee;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.seller-brand-logo{height:70px;width:auto;flex-shrink:0;object-fit:contain}.seller-admin-brand-text{min-width:0;width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px}.seller-admin-name{display:block;font-size:16px;font-weight:800;color:#2e9e5b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.seller-buyer-view-btn{display:inline-flex;align-items:center;justify-content:center;padding:4px;border-radius:5px;border:1px solid #2e9e5b;color:#166534;font-size:11px;font-weight:700;text-decoration:none;background:#ecfdf3}.seller-admin-nav-group{padding:6px 6px 2px}.seller-admin-nav-label{display:block;padding:0 8px 6px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#999}.seller-admin-nav{display:flex;flex-direction:column;gap:1px;padding:0 6px;flex:1}.seller-admin-nav-account{flex:0;margin-bottom:auto}.seller-admin-nav button,.seller-nav-btn{display:flex;align-items:center;gap:6px;width:100%;border:none;background:transparent;text-align:left;padding:7px 8px;font-size:11px;color:#444;border-radius:6px;cursor:pointer;transition:background .2s,color .2s,transform .15s,box-shadow .2s}.seller-nav-btn.tone-green,.seller-chip.tone-green,.seller-btn.tone-green{background:#ecfdf3;color:#166534}.seller-nav-btn.tone-orange,.seller-chip.tone-orange,.seller-btn.tone-orange{background:#fff7ed;color:#c2410c}.seller-nav-btn.tone-teal,.seller-chip.tone-teal,.seller-btn.tone-teal{background:#ecfeff;color:#0e7490}.seller-nav-btn.tone-slate,.seller-chip.tone-slate,.seller-btn.tone-slate{background:#f1f5f9;color:#475569}.seller-nav-btn.tone-blue,.seller-chip.tone-blue,.seller-btn.tone-blue{background:#eff6ff;color:#1d4ed8}.seller-nav-btn.tone-purple,.seller-chip.tone-purple,.seller-btn.tone-purple{background:#f5f3ff;color:#6d28d9}.seller-nav-btn.tone-indigo,.seller-chip.tone-indigo,.seller-btn.tone-indigo{background:#eef2ff;color:#4338ca}.seller-nav-btn:hover{transform:translate(2px);box-shadow:0 2px 6px #0000000f}.seller-chip.tone-green:hover,.seller-chip.tone-orange:hover,.seller-chip.tone-teal:hover,.seller-chip.tone-slate:hover,.seller-chip.tone-blue:hover,.seller-chip.tone-purple:hover,.seller-chip.tone-indigo:hover,.seller-btn.tone-green:hover:not(:disabled),.seller-btn.tone-orange:hover:not(:disabled),.seller-btn.tone-teal:hover:not(:disabled),.seller-btn.tone-slate:hover:not(:disabled),.seller-btn.tone-blue:hover:not(:disabled),.seller-btn.tone-purple:hover:not(:disabled),.seller-btn.tone-indigo:hover:not(:disabled){filter:brightness(.97);box-shadow:0 2px 6px #0000000f}.seller-nav-btn.tone-green.active,.seller-chip.tone-green.active,.seller-btn.tone-green.active{background:#16a34a;color:#fff}.seller-nav-btn.tone-orange.active,.seller-chip.tone-orange.active,.seller-btn.tone-orange.active{background:#ea580c;color:#fff}.seller-nav-btn.tone-teal.active,.seller-chip.tone-teal.active,.seller-btn.tone-teal.active{background:#0891b2;color:#fff}.seller-nav-btn.tone-slate.active,.seller-chip.tone-slate.active,.seller-btn.tone-slate.active{background:#64748b;color:#fff}.seller-nav-btn.tone-blue.active,.seller-chip.tone-blue.active,.seller-btn.tone-blue.active{background:#2563eb;color:#fff}.seller-nav-btn.tone-purple.active,.seller-chip.tone-purple.active,.seller-btn.tone-purple.active{background:#7c3aed;color:#fff}.seller-nav-btn.tone-indigo.active,.seller-chip.tone-indigo.active,.seller-btn.tone-indigo.active{background:#4f46e5;color:#fff}.seller-admin-nav .seller-nav-btn:hover{filter:brightness(.97)}.seller-admin-nav .seller-nav-btn.active{font-weight:700;box-shadow:0 2px 8px #0000001f}.seller-nav-icon{font-size:15px;width:20px;text-align:center;flex-shrink:0}.seller-nav-text{flex:1}.seller-unread-badge{background:#c0392b;color:#fff;font-size:10px;padding:1px 7px;border-radius:10px;min-width:18px;text-align:center;font-weight:700;font-style:normal}.seller-admin-footer{padding:6px 8px 10px;border-top:1px solid #eee}.seller-admin-footer .seller-btn-logout{width:100%;justify-content:center}.seller-footer-brand{margin-top:6px}.seller-footer-logo{height:190px;width:auto;display:block}.seller-admin-main{flex:1;min-width:0;padding:4px 8px;overflow-y:auto;height:100vh}.seller-admin-main.dashboard-fit-mode{padding:0 8px 8px 6px;overflow-y:auto;background:#f4f6f8}.seller-admin-main.dashboard-fit-mode .seller-discovery-dashboard{transform:none;width:100%;max-width:none}@media(max-width:1200px){.seller-admin-main.dashboard-fit-mode{padding:0 6px 8px 4px}}.seller-admin-topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px;gap:4px;flex-wrap:wrap;background:#fff;border:1px solid #e0e0e0;border-radius:4px;padding:4px 6px}.seller-admin-topbar-left{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.seller-admin-topbar.dashboard-topbar{margin-bottom:4px;padding:4px 8px;border:none;border-radius:12px;box-shadow:0 2px 10px #0000000d}.seller-admin-topbar h1{margin:0;font-size:14px;font-weight:700;color:#1a1a1a}.seller-admin-topbar.dashboard-topbar h1{font-size:18px;letter-spacing:-.02em}.seller-back-btn{display:inline-flex;align-items:center;gap:4px;text-decoration:none;font-size:12px;font-weight:600;padding:7px 12px;border-radius:6px;border:none;transition:background .15s,color .15s,box-shadow .15s}.seller-admin-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.seller-admin-panel{background:#fff;border:1px solid #e0e0e0;border-radius:4px;padding:4px}.seller-section-title{margin:0 0 6px;font-size:13px;font-weight:700;color:#1a1a1a;padding-bottom:4px;border-bottom:1px solid #f0f0f0}.seller-section-title+.seller-product-form,.seller-section-title+.seller-table-wrap{margin-top:0}.seller-stat-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px;margin-bottom:16px}.seller-stat{background:#f8faf9;border:1px solid #e0e8e4;border-radius:8px;padding:12px 14px}.seller-stat label{display:block;font-size:10px;color:#777;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}.seller-stat strong{font-size:16px;color:#1a1a1a}.seller-stat.open strong{color:#1e7a47}.seller-stat.closed strong{color:#c0392b}.seller-toolbar{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;align-items:center;padding:12px;background:#f8f9fa;border:1px solid #eee;border-radius:8px}.seller-toolbar input,.seller-toolbar select{padding:8px 10px;border:1px solid #ccc;border-radius:6px;font-size:12px;background:#fff;color:#333;outline:none}.seller-toolbar input:focus,.seller-toolbar select:focus{border-color:#2e9e5b;box-shadow:0 0 0 2px #2e9e5b26}.seller-toolbar input[type=search]{flex:1;min-width:160px}.seller-btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:7px 12px;border:none;border-radius:6px;background:#f1f5f9;color:#475569;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s,color .15s,box-shadow .15s;white-space:nowrap}.seller-btn:hover:not(:disabled){box-shadow:0 2px 6px #0000000f}.seller-btn:not([class*=tone-]):not(.seller-btn-advertise):not(.seller-btn-primary):not(.seller-btn-danger):not(.seller-btn-warn):not(.seller-btn-recharge):not(.seller-btn-download-all):hover:not(:disabled){background:#64748b;color:#fff}.seller-btn:disabled{opacity:.5;cursor:not-allowed}.seller-btn.active{background:#64748b;color:#fff}.seller-btn-primary{background:#2563eb;color:#fff}.seller-btn-primary:hover:not(:disabled){background:#1d4ed8}.seller-btn-danger{background:#fef2f2;color:#dc2626}.seller-btn-danger:hover:not(:disabled){background:#dc2626;color:#fff}.seller-btn-logout{background:#fef2f2;color:#dc2626;width:100%}.seller-btn-logout:hover:not(:disabled){background:#dc2626;color:#fff}.seller-btn-dark{background:#2563eb;color:#fff}.seller-btn-dark:hover:not(:disabled){background:#1d4ed8}.seller-shop-toggle{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border:1px solid #ccc;border-radius:20px;background:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.seller-shop-toggle.open{background:#e8f5ee;border-color:#2e9e5b;color:#1e7a47}.seller-shop-toggle.closed{background:#fdecea;border-color:#e8c4c0;color:#c0392b}.seller-shop-toggle input{display:none}.seller-shop-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.seller-category-chips{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:4px}.seller-chip{border:none;background:#f1f5f9;padding:6px 12px;border-radius:6px;font-size:11px;font-weight:600;color:#475569;cursor:pointer;transition:background .15s,color .15s,box-shadow .15s}.seller-chip.active{font-weight:700}.seller-table-wrap{overflow-x:auto;border:1px solid #eee;border-radius:8px}.seller-table{width:100%;border-collapse:collapse;font-size:12px}.seller-table th,.seller-table td{padding:4px 6px;border-bottom:1px solid #f0f0f0;text-align:left}.seller-table th{background:#f8f9fa;color:#555;font-size:10px;text-transform:uppercase;letter-spacing:.04em;font-weight:700}.seller-table tbody tr:hover{background:#fafbfc}.seller-table tbody tr:last-child td{border-bottom:none}.seller-product-form{display:flex;flex-direction:column;gap:12px;margin-bottom:16px;max-width:600px}.seller-product-form label{display:grid;grid-template-columns:150px 1fr;align-items:center;gap:12px;font-size:12px;font-weight:600;color:#333}.seller-adopt-image-preview{width:100%;max-width:200px;border:1px solid #ddd;border-radius:4px;margin-bottom:4px}.seller-product-form input,.seller-product-form select,.seller-product-form textarea,.seller-barcode-row{padding:6px 10px;border:1px solid #ccc;border-radius:4px;font-size:12px;font-weight:400;max-width:30ch;width:100%;color:#000!important;box-sizing:border-box}.seller-barcode-row{display:flex;gap:6px;align-items:center;padding:0;border:none}.seller-barcode-row input{max-width:none;padding:6px 10px}.seller-product-form input:focus,.seller-product-form textarea:focus{outline:none;border-color:#2e9e5b;box-shadow:0 0 0 2px #2e9e5b26}.seller-product-form textarea{min-height:52px;resize:vertical}.seller-toggle{padding-left:162px}.seller-product-form label.seller-toggle{display:flex;flex-direction:row;align-items:center;gap:8px}.seller-product-form .seller-product-form-submit-row{padding-left:162px}.seller-profile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.seller-profile-card{background:#f8f9fa;border:1px solid #eee;border-radius:8px;padding:12px 14px}.seller-profile-card strong{display:block;color:#888;font-size:10px;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}.seller-profile-card span{font-size:13px;color:#1a1a1a;word-break:break-word}.seller-empty{padding:6px 4px;margin:0;text-align:center;color:#999;font-size:11px}.seller-thumb{width:40px;height:40px;object-fit:cover;border:1px solid #e0e0e0;border-radius:4px}.seller-status-pill{display:inline-block;padding:2px 8px;border-radius:10px;font-size:10px;font-weight:700;text-transform:uppercase}.seller-status-pill.active{background:#e8f5ee;color:#1e7a47}.seller-status-pill.inactive{background:#f0f0f0;color:#777}.seller-chat-layout{display:grid;grid-template-columns:220px 1fr;gap:10px;min-height:360px}.seller-chat-sidebar{border:1px solid #e5e5e5;padding:8px;overflow-y:auto;border-radius:8px}.seller-chat-main{border:1px solid #e5e5e5;display:flex;flex-direction:column;border-radius:8px}.seller-chat-header{padding:8px 10px;border-bottom:1px solid #e5e5e5;font-size:13px;font-weight:600}.seller-chat-messages{flex:1;overflow-y:auto;padding:8px;display:flex;flex-direction:column;gap:6px}.seller-chat-msg{max-width:75%;padding:6px 10px;border-radius:6px;font-size:12px}.seller-chat-msg.out{align-self:flex-end;background:#1a4d8f;color:#fff}.seller-chat-msg.in{align-self:flex-start;background:#f0f0f0;color:#333}.seller-chat-input{display:flex;gap:6px;padding:8px;border-top:1px solid #e5e5e5}.seller-chat-input input{flex:1;padding:6px 8px;border:1px solid #d4d4d4;border-radius:6px;font-size:12px}.seller-conv-btn{width:100%;text-align:left;padding:8px 10px;border:1px solid #e5e5e5;background:#fff;margin-bottom:4px;font-size:12px;cursor:pointer;border-radius:6px;transition:background .15s}.seller-conv-btn:hover{background:#f5f5f5}.seller-conv-btn.active{background:#e8f5ee;border-color:#2e9e5b;color:#1e7a47;font-weight:600}@media(max-width:768px){.seller-admin-layout{flex-direction:column}.seller-admin-sidebar{width:100%;min-width:0;border-right:none;border-bottom:1px solid #e0e0e0}.seller-admin-nav{flex-direction:row;flex-wrap:wrap;padding-bottom:8px}.seller-admin-nav button.active{box-shadow:inset 0 -3px #2e9e5b;border-radius:6px 6px 0 0}.seller-admin-nav-group{display:none}.seller-chat-layout{grid-template-columns:1fr}.seller-product-form .span-2{grid-column:span 1}.seller-inventory-head{grid-template-columns:1fr 1fr}.seller-inventory-topbar{flex-direction:column;align-items:stretch}.seller-inventory-title-row{flex-wrap:wrap}.seller-wallet-inline-card,.seller-location-inline-card{width:100%;justify-content:space-between}.seller-payment-methods{grid-template-columns:1fr}.seller-toolbar-actions{width:100%;justify-content:flex-start}}.seller-btn-warn{background:#ea580c;color:#fff}.seller-btn-warn:hover:not(:disabled){background:#c2410c}.seller-btn-sm{padding:4px 8px;font-size:10px}.seller-inventory-head{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:6px;margin-bottom:8px}.seller-inventory-topbar{display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px;padding:4px 6px;margin-bottom:4px;background:#f8f9fa;border:1px solid #eee;border-radius:4px}.seller-inventory-title-row{display:flex;align-items:center;gap:8px;flex:1;min-width:200px}.seller-inventory-icon{font-size:18px}.seller-inventory-heading{margin:0;font-size:15px;font-weight:700;color:#1a1a1a}.seller-inventory-vdivider{width:1px;height:22px;background:#ddd;margin:0 4px}.seller-shop-status-label{font-size:12px;font-weight:600;white-space:nowrap}.seller-shop-status-label.open{color:#1e7a47}.seller-shop-status-label.closed{color:#888}.seller-shop-switch-btn.compact{padding:2px;border:none;background:transparent}.seller-wallet-inline-card{display:flex;align-items:center;gap:6px;padding:4px 8px;border:1px solid #e0e0e0;border-radius:4px;background:#fafafa}.seller-wallet-inline-text{display:flex;flex-direction:column;gap:2px}.seller-wallet-balance.low{color:#c0392b}.seller-request-recharge-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border:none;border-radius:6px;background:#16a34a;font-size:11px;font-weight:600;color:#fff;cursor:pointer;white-space:nowrap;transition:background .15s,box-shadow .15s}.seller-request-recharge-btn:hover{background:#15803d;box-shadow:0 2px 6px #0000000f}.seller-location-inline-card{display:flex;align-items:center;gap:6px;padding:4px 8px;border:1px solid #b8d4f0;border-radius:4px;background:#f0f7ff;min-width:120px}.seller-location-pin{font-size:18px}.seller-location-label{display:block;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#3a6ea5}.seller-location-value{display:block;font-size:14px;font-weight:700;color:#1a4d8f}.seller-inventory-stats{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:4px}.seller-wallet-card{background:#f8faf9;border:1px solid #e0e8e4;border-radius:6px;padding:8px;display:flex;flex-direction:column;gap:4px}.seller-wallet-card.wide{max-width:360px}.seller-wallet-label{font-size:9px;text-transform:uppercase;letter-spacing:.04em;color:#777}.seller-wallet-balance{font-size:18px;color:#1a1a1a}.seller-wallet-note{margin:0;font-size:10px;color:#666;line-height:1.35}.seller-stat.compact{padding:4px 6px}.seller-stat-row{gap:6px;margin-bottom:8px}.seller-stat{padding:8px 10px}.seller-toolbar.compact{padding:4px;margin-bottom:4px;gap:4px}.seller-inventory-toolbar{align-items:center;gap:10px}.seller-inventory-toolbar .seller-inventory-search{flex:1 1 300px;max-width:420px;min-width:220px;padding:6px 10px;font-size:12px;border-radius:4px;border:1px solid #bbb}.seller-btn.seller-btn-advertise{flex-shrink:0;background:#ea580c;color:#fff;border:2px solid #c2410c;padding:10px 22px;font-size:13px;font-weight:800;letter-spacing:.03em;text-transform:uppercase;border-radius:6px;margin-left:auto;min-width:130px;box-shadow:0 2px 6px #ea580c59;transition:background .15s,color .15s,box-shadow .15s,transform .1s}.seller-btn.seller-btn-advertise:hover:not(:disabled){background:#f97316;color:#fff;border-color:#ea580c;box-shadow:0 3px 10px #ea580c73;transform:translateY(-1px)}.seller-btn.seller-btn-advertise.active,.seller-btn.seller-btn-advertise:active{background:#c2410c;color:#fff;border-color:#9a3412;box-shadow:inset 0 2px 4px #0003;transform:translateY(0)}.seller-toolbar-actions{display:flex;flex-wrap:wrap;gap:6px;margin-left:auto}.seller-shop-warning{margin:0 0 6px;padding:6px 8px;font-size:11px;color:#a93226;background:#fdecea;border:1px solid #f5c6c0;border-radius:4px;display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.seller-shop-warning p{margin:0}.seller-shop-switch-btn{display:inline-flex;align-items:center;gap:8px;border:1px solid #ccc;border-radius:20px;background:#fff;padding:4px 10px 4px 4px;font-size:11px;font-weight:600;cursor:pointer;white-space:nowrap}.seller-shop-switch-btn.open{background:#e8f5ee;border-color:#2e9e5b;color:#1e7a47}.seller-shop-switch-btn.closed{background:#fdecea;border-color:#e8c4c0;color:#c0392b}.seller-shop-switch-track{width:34px;height:18px;border-radius:10px;background:#ccc;position:relative;flex-shrink:0}.seller-shop-switch-btn.open .seller-shop-switch-track{background:#2e9e5b}.seller-shop-switch-btn.closed .seller-shop-switch-track{background:#d9534f}.seller-shop-switch-thumb{position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:#fff;transition:transform .15s ease}.seller-shop-switch-btn.open .seller-shop-switch-thumb{transform:translate(16px)}.seller-section-head{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;margin-bottom:8px}.seller-section-head .seller-section-title{margin:0;padding:0;border:none}.seller-projected-value{display:flex;align-items:center;justify-content:space-between;padding:6px 8px;background:#f4f8f6;border:1px solid #e0e8e4;border-radius:4px;font-size:11px}.seller-barcode-row{display:flex;gap:6px;align-items:center}.seller-barcode-row input{flex:1;min-width:0}.seller-barcode-scan-btn{padding:6px 10px}.seller-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:2000;padding:12px}.seller-modal{background:#fff;border-radius:8px;width:100%;max-width:420px;padding:12px;box-shadow:0 8px 24px #0000002e}.seller-ad-modal{max-width:360px}.seller-scan-modal{max-width:480px}.seller-modal-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.seller-modal-head h3{margin:0;font-size:15px}.seller-modal-close{border:none;background:none;font-size:22px;line-height:1;cursor:pointer;color:#666}.seller-modal-hint,.seller-modal-body{margin:0 0 8px;font-size:11px;color:#555;line-height:1.4}.seller-modal-actions{display:flex;justify-content:flex-end;gap:6px;margin-top:10px}.seller-link-btn{width:100%;margin-bottom:8px;justify-content:flex-start;color:#1a4d8f;border-color:#d0dcea;background:#f0f4fa}.seller-upload-drop{display:flex;align-items:center;justify-content:center;min-height:88px;border:2px dashed #ccc;border-radius:6px;font-size:12px;font-weight:600;color:#555;cursor:pointer;margin-bottom:8px}.seller-ad-preview{min-height:120px;border:1px solid #eee;border-radius:6px;margin-bottom:8px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fafafa}.seller-ad-preview img{width:100%;max-height:220px;object-fit:contain;display:block}.seller-scan-video{width:100%;max-height:280px;background:#111;border-radius:6px}.seller-gps-panel{margin-bottom:6px;padding:6px 8px}.seller-gps-head{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.seller-gps-head .seller-section-title{margin:0;border:none;padding:0}.seller-gps-status{font-size:10px;font-weight:700;text-transform:uppercase;padding:2px 8px;border-radius:10px}.seller-gps-status.ok{background:#e8f5ee;color:#1e7a47}.seller-gps-status.warn{background:#fdecea;color:#c0392b}.seller-gps-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:6px;margin:6px 0}.seller-gps-grid label{display:flex;flex-direction:column;gap:2px;font-size:10px;font-weight:600;color:#555}.seller-gps-grid input{padding:5px 8px;border:1px solid #ccc;border-radius:4px;font-size:12px}.seller-gps-meta{display:flex;align-items:flex-end;font-size:10px;color:#777}.seller-gps-actions{display:flex;flex-wrap:wrap;gap:6px}.seller-gps-auto .seller-gps-readonly{display:flex;flex-wrap:wrap;gap:10px 16px;align-items:center;font-size:11px;color:#444;margin:4px 0}.seller-gps-auto .seller-gps-readonly strong{color:#777;font-weight:600;margin-right:4px}.seller-gps-auto .seller-gps-meta{color:#888;font-size:10px}.seller-billing-panel,.seller-pos-panel{margin-top:6px}.seller-billing-header{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #f0f0f0}.seller-billing-title{margin:0;font-size:16px;font-weight:700;color:#1a1a1a}.seller-billing-actions{display:flex;flex-wrap:wrap;gap:8px}.seller-btn-recharge{background:#16a34a;color:#fff;font-weight:700;text-transform:uppercase;font-size:11px;padding:7px 14px}.seller-btn-recharge:hover:not(:disabled){background:#15803d}.seller-btn-download-all{background:#ea580c;color:#fff;font-weight:700;text-transform:uppercase;font-size:11px;padding:7px 14px}.seller-btn-download-all:hover:not(:disabled){background:#c2410c}.seller-billing-wallet-strip{display:flex;align-items:baseline;gap:8px;margin-bottom:10px;font-size:12px;color:#666}.seller-billing-wallet-strip strong{font-size:16px;color:#1a1a1a}.seller-billing-table-wrap{border:none}.seller-inv-id{font-weight:600;color:#333}.seller-inv-status{display:inline-block;padding:3px 10px;border-radius:4px;font-size:10px;font-weight:700;letter-spacing:.03em}.seller-inv-status.paid{background:#28a745;color:#fff}.seller-inv-status.overdue{background:#dc3545;color:#fff}.seller-inv-status.pending{background:#ffc107;color:#333}.seller-inv-action{text-align:center}.seller-btn-pdf{display:inline-block;padding:6px 12px;border:none;border-radius:6px;background:#0891b2;font-size:11px;font-weight:600;color:#fff;cursor:pointer;transition:background .15s,box-shadow .15s}.seller-btn-pdf:hover{background:#0e7490;box-shadow:0 2px 6px #0000000f}.seller-recharge-amount-label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:600;margin-bottom:12px}.seller-recharge-amount-label input{padding:8px 10px;border:1px solid #ccc;border-radius:6px;font-size:14px}.seller-payment-methods{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}.seller-payment-option{display:flex;flex-direction:column;align-items:center;gap:4px;padding:16px 12px;border:2px solid #e0e0e0;border-radius:8px;background:#fafafa;cursor:pointer;font-size:13px;font-weight:700;color:#333}.seller-payment-option:hover:not(:disabled){border-color:#28a745;background:#f0fff4}.seller-payment-option small{font-size:10px;font-weight:500;color:#e67e22}.seller-payment-icon{font-size:24px}.seller-recharge-balance{display:flex;align-items:baseline;gap:8px;margin-bottom:8px;padding:6px 8px;background:#f8faf9;border:1px solid #e0e8e4;border-radius:4px}.seller-recharge-balance span{font-size:10px;text-transform:uppercase;color:#777}.seller-recharge-balance strong{font-size:18px}.seller-recharge-form h4,.seller-subsection-title{margin:8px 0 4px;font-size:12px;font-weight:700}.seller-recharge-form-row{display:flex;flex-wrap:wrap;gap:6px;align-items:flex-end}.seller-recharge-form-row label{display:flex;flex-direction:column;gap:2px;font-size:10px;font-weight:600;min-width:120px}.seller-recharge-form-row input{padding:5px 8px;border:1px solid #ccc;border-radius:4px;font-size:12px}.seller-table-wrap.compact{margin-bottom:6px}.seller-section-head{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;margin-bottom:6px}.seller-section-head .seller-section-title{margin:0;border:none;padding:0}.seller-coming-soon{display:block;font-size:8px;color:#e67e22;text-transform:uppercase;margin-top:2px}.seller-pos-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:6px;margin:6px 0 8px}.seller-table-inventory .seller-td-desc{max-width:220px;white-space:normal;word-break:break-word;line-height:1.3}.seller-table-inventory .seller-td-name{min-width:100px;white-space:normal}.seller-table-inventory .seller-td-barcode{font-family:ui-monospace,monospace;font-size:11px}.seller-table-inventory .seller-td-image{width:32px;padding:1px 2px}.seller-table-billing td{vertical-align:top}.seller-table-wrap-dense{border-radius:6px}.seller-table-wrap-inventory{border:2px solid #000;border-radius:4px}.seller-table-inventory th,.seller-table-inventory td{border:1px solid #000}.seller-table-inventory th{background:#f5f5f5;color:#000;font-weight:800;border-bottom:2px solid #000}.seller-table-inventory tbody tr:last-child td{border-bottom:1px solid #000}.seller-table.dense th,.seller-table.dense td{padding:3px 5px;font-size:11px;vertical-align:middle}.seller-table.dense th{font-size:9px;padding:4px 5px}.seller-table.dense .seller-thumb{width:32px;height:32px}.seller-table-inventory.dense th,.seller-table-inventory.dense td{padding:2px 4px;line-height:1.15}.seller-table-inventory.dense th{font-size:9px;padding:2px 4px;letter-spacing:.02em}.seller-table-inventory.dense .seller-thumb{width:26px;height:26px}.seller-table-inventory.dense .seller-td-desc{max-width:140px;font-size:10px;line-height:1.15}.seller-table-inventory.dense .seller-td-name{min-width:80px;max-width:120px;line-height:1.15}.seller-table-inventory.dense .seller-td-barcode{font-size:10px}.seller-table-inventory.dense .seller-btn-sm{padding:2px 6px;font-size:9px}.seller-table-inventory.dense .seller-status-pill{padding:1px 6px;font-size:9px}.seller-inline-value{display:inline-block;white-space:nowrap}.seller-inline-clickable{display:inline-block;cursor:pointer;border-bottom:1.5px dashed #94a3b8;padding:1px 2px;border-radius:2px;transition:background .12s,border-color .12s;-webkit-user-select:none;user-select:none}.seller-inline-clickable:hover{background:#eff6ff;border-bottom-color:#3b82f6}.seller-inline-clickable:focus-visible{outline:2px solid #3b82f6;outline-offset:1px;border-bottom-color:#3b82f6}.seller-inline-edit,.seller-inline-edit-active{display:inline-flex;align-items:center;gap:3px}.seller-inline-input{width:76px;padding:2px 5px;font-size:11px;border:1.5px solid #3b82f6;border-radius:4px;outline:none;box-shadow:0 0 0 2px #3b82f62e;transition:border-color .15s,box-shadow .15s;background:#fff}.seller-inline-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb38}.seller-inline-saving{font-size:10px;color:#64748b;animation:blink .8s step-start infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.seller-edit-icon.profile{background:#ede9fe;color:#5b21b6}.seller-inline-save,.seller-inline-cancel{border:none;border-radius:4px;font-size:10px;padding:2px 6px;cursor:pointer}.seller-inline-save{background:#16a34a;color:#fff}.seller-inline-cancel{background:#e5e7eb;color:#374151}.seller-visibility-badge{display:inline-block;font-size:9px;font-weight:700;text-transform:uppercase;padding:2px 6px;border-radius:10px;margin-right:4px}.seller-visibility-badge.visible{background:#dcfce7;color:#166534}.seller-visibility-badge.blocked{background:#fee2e2;color:#991b1b}.seller-source-badge{display:inline-flex;align-items:center;gap:4px;font-size:9px;font-weight:600;padding:2px 8px;border-radius:10px;white-space:nowrap;line-height:1.3}.seller-source-badge.catalog{background:#dcfce7;color:#166534}.seller-source-badge.manual{background:#dbeafe;color:#1e40af}.seller-status-badge{display:inline-flex;align-items:center;gap:4px;font-size:9px;font-weight:600;padding:3px 8px;border-radius:10px;white-space:nowrap;line-height:1.3}.seller-status-badge.draft{background:#f3f4f6;color:#374151}.seller-status-badge.pending{background:#fef3c7;color:#92400e}.seller-status-badge.active{background:#dcfce7;color:#166534}.seller-status-badge.blocked{background:#fee2e2;color:#991b1b}.seller-status-badge.suspended{background:#f0f0f0;color:#1f2937}.seller-status-badge.rejected{background:#fee2e2;color:#991b1b}.seller-submissions-block{margin-top:12px;padding-top:10px;border-top:1px solid #d1d5db}.seller-submissions-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:8px}.seller-submissions-title{margin:0;font-size:13px;font-weight:700;color:#111}.seller-submissions-count{font-size:11px;font-weight:600;color:#64748b;white-space:nowrap}.seller-submissions-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px}.seller-submissions-search{flex:1 1 220px;max-width:360px;min-width:180px;padding:5px 8px;font-size:12px;border:1px solid #bbb;border-radius:4px}.seller-submissions-filter-label{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:#334155}.seller-submissions-filter{padding:5px 8px;font-size:12px;border:1px solid #bbb;border-radius:4px;background:#fff}.seller-submissions-empty{margin:0;padding:10px 8px;font-size:12px;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px}.seller-submissions-table-wrap{border:2px solid #000;border-radius:4px;overflow-x:auto}.seller-submissions-table{width:100%;border-collapse:collapse;table-layout:fixed}.seller-submissions-table th,.seller-submissions-table td{border:1px solid #000;padding:3px 5px;font-size:11px;line-height:1.2;vertical-align:middle}.seller-submissions-table th{background:#000;color:#fff;font-weight:700;font-size:10px;text-align:left;white-space:nowrap}.seller-submissions-table tbody tr:nth-child(2n){background:#fafafa}.seller-submissions-table tbody tr:hover{background:#f1f5f9}.seller-submissions-th-image,.seller-submissions-td-image{width:44px;text-align:center}.seller-submissions-table .seller-thumb{width:32px;height:32px;object-fit:cover;border-radius:3px;display:block;margin:0 auto}.seller-submissions-td-name{font-weight:600;word-break:break-word}.seller-submissions-td-price,.seller-submissions-td-stock,.seller-submissions-td-date,.seller-submissions-td-status{white-space:nowrap}.seller-submissions-pagination{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:6px}.seller-submissions-page-btn{padding:3px 10px;font-size:11px;font-weight:600;border:1px solid #000;border-radius:3px;background:#fff;cursor:pointer}.seller-submissions-page-btn:disabled{opacity:.45;cursor:not-allowed}.seller-submissions-page-btn:not(:disabled):hover{background:#f1f5f9}.seller-submissions-page-info{font-size:11px;color:#475569;font-weight:600}.seller-td-source{min-width:96px}.seller-source-cell{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.seller-view-original-link{padding:0;border:none;background:none;font-size:9px;font-weight:600;color:#1d4ed8;text-decoration:underline;cursor:pointer;line-height:1.3}.seller-view-original-link:hover{color:#1e3a8a}.seller-catalog-original-modal{max-width:420px;width:calc(100% - 24px)}.seller-catalog-original-body{display:flex;flex-direction:column;gap:12px}.seller-catalog-original-img{width:100%;max-width:240px;margin:0 auto;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}.seller-catalog-original-details{margin:0;display:grid;gap:8px}.seller-catalog-original-details div{display:grid;gap:2px}.seller-catalog-original-details dt{font-size:10px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.02em}.seller-catalog-original-details dd{margin:0;font-size:12px;color:#111827}.seller-modal-error{color:#b91c1c}.seller-table-inventory tr.row-blocked{opacity:.72}.seller-td-edit{min-width:66px}.seller-table-inventory.dense th:nth-child(6),.seller-table-inventory.dense th:nth-child(7),.seller-table-inventory.dense th:nth-child(8),.seller-table-inventory.dense th:nth-child(9),.seller-table-inventory.dense td:nth-child(6),.seller-table-inventory.dense td:nth-child(7),.seller-table-inventory.dense td:nth-child(8),.seller-table-inventory.dense td:nth-child(9){padding-left:2px;padding-right:2px}.seller-td-status{white-space:nowrap}.seller-td-status .seller-status-pill{margin-right:6px}.seller-btn-delete-inline{border:2px solid #b91c1c;font-weight:700}.seller-profile-panel .seller-profile-grid.compact{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:8px}.seller-profile-card.compact{padding:8px 10px;gap:4px}.seller-profile-card.compact.readonly strong{display:block;font-size:10px;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.seller-profile-card-head{display:flex;align-items:center;justify-content:space-between;gap:6px}.seller-profile-card-head strong{font-size:10px;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.seller-profile-value{font-size:13px;color:#111;word-break:break-word}.seller-profile-edit-row{display:flex;flex-wrap:wrap;gap:4px;align-items:center}.seller-profile-input{flex:1;min-width:120px;padding:4px 6px;font-size:12px;border:1px solid #cbd5e1;border-radius:4px}.seller-discovery-dashboard{display:flex;flex-direction:column;gap:10px;background:transparent;border:none;border-radius:0;padding:0;width:100%;max-width:none}.seller-discovery-dashboard.seller-admin-panel{background:transparent;border:none;padding:0;border-radius:0}.seller-dashboard-subtitle{margin:0;font-size:12px;color:#64748b;line-height:1.3}.seller-dashboard-head-actions{display:flex;align-items:center;gap:8px}.seller-date-chip{font-size:11px;font-weight:600;color:#334155;background:#fff;border:1px solid #dbe2ea;border-radius:8px;padding:6px 10px}.seller-dashboard-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:10px;align-items:start}.seller-dashboard-section+.seller-dashboard-section{margin-top:0}.seller-grid-12{grid-template-columns:repeat(12,minmax(0,1fr))}.span-12{grid-column:span 12}.span-6{grid-column:span 6}.span-4{grid-column:span 4}.span-3{grid-column:span 3}.span-2{grid-column:span 2}.span-5{grid-column:span 5}.seller-kpi-card,.seller-analytics-card{border:none;border-radius:12px;background:#fff;padding:10px 12px;box-shadow:0 2px 10px #0000000d;transition:box-shadow .2s ease;display:flex;flex-direction:column}.seller-kpi-card:hover,.seller-analytics-card:hover{box-shadow:0 4px 14px #00000014}.seller-kpi-card{min-height:132px;display:flex;flex-direction:column;gap:8px;padding:10px 12px;overflow:hidden}.seller-kpi-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.seller-kpi-head{display:flex;align-items:center;gap:8px;min-width:0}.seller-kpi-icon{flex-shrink:0;width:34px;height:34px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:17px;line-height:1}.seller-kpi-label{font-size:12px;font-weight:600;color:#64748b;letter-spacing:-.01em;line-height:1.25}.seller-kpi-spark-wrap{flex:0 0 72px;width:72px;height:34px;margin-top:0}.seller-kpi-body{display:flex;flex-direction:column;gap:4px}.seller-kpi-metric{font-size:28px;font-weight:700;line-height:1;letter-spacing:-.03em;color:#0f172a;font-variant-numeric:tabular-nums}.seller-kpi-trend-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.seller-kpi-trend{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:999px;font-size:12px;font-weight:700;line-height:1.2}.seller-kpi-trend.up{color:#15803d;background:#ecfdf3}.seller-kpi-trend.down{color:#b91c1c;background:#fef2f2}.seller-kpi-trend-arrow{font-size:11px;line-height:1}.seller-kpi-trend-label{font-size:12px;color:#94a3b8;font-weight:500}.seller-kpi-periods{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:auto;padding-top:8px;border-top:1px solid rgba(15,23,42,.06)}.seller-kpi-period{display:flex;flex-direction:column;gap:2px;min-width:0}.seller-kpi-period-label{font-size:11px;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em}.seller-kpi-period strong{font-size:13px;font-weight:700;color:#1e293b;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.seller-kpi-card.accent-green .seller-kpi-icon{background:#dcfce7}.seller-kpi-card.accent-blue .seller-kpi-icon{background:#dbeafe}.seller-kpi-card.accent-purple .seller-kpi-icon{background:#ede9fe}.seller-kpi-card.accent-orange .seller-kpi-icon{background:#ffedd5}.seller-kpi-card.accent-indigo .seller-kpi-icon{background:#e0e7ff}.seller-sparkline{width:100%;height:100%;display:block;fill:none}.seller-sparkline polyline{stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.seller-sparkline-fill{opacity:.18}.seller-sparkline.green polyline{stroke:#16a34a}.seller-sparkline.green .seller-sparkline-fill{fill:#16a34a}.seller-sparkline.blue polyline{stroke:#2563eb}.seller-sparkline.blue .seller-sparkline-fill{fill:#2563eb}.seller-sparkline.purple polyline{stroke:#7c3aed}.seller-sparkline.purple .seller-sparkline-fill{fill:#7c3aed}.seller-sparkline.orange polyline{stroke:#f59e0b}.seller-sparkline.orange .seller-sparkline-fill{fill:#f59e0b}.seller-sparkline.indigo polyline{stroke:#4f46e5}.seller-sparkline.indigo .seller-sparkline-fill{fill:#4f46e5}.seller-mini-chart{height:22px;margin-top:8px;display:flex;align-items:flex-end;gap:3px}.seller-mini-chart span{flex:1;border-radius:999px;background:linear-gradient(180deg,#34d399,#0ea5e9)}.seller-mini-chart span:nth-child(1){height:28%}.seller-mini-chart span:nth-child(2){height:45%}.seller-mini-chart span:nth-child(3){height:35%}.seller-mini-chart span:nth-child(4){height:72%}.seller-mini-chart span:nth-child(5){height:52%}.seller-mini-chart span:nth-child(6){height:68%}.seller-card-head{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-bottom:4px}.seller-link-mini{border:none;background:transparent;color:#2563eb;font-size:11px;font-weight:700;cursor:pointer}.seller-analytics-card h3{margin:0;font-size:12px;font-weight:700;color:#0f172a}.seller-discovery-row{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.seller-search-visibility-card{gap:4px}.seller-discovery-card{min-width:0}.seller-donut-layout{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:center}.seller-donut{width:clamp(140px,11vw,170px);height:clamp(140px,11vw,170px);border-radius:50%;display:grid;place-items:center;flex-shrink:0;margin:0}.seller-donut-center{width:66%;height:66%;border-radius:50%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 0 0 1px #0f172a0a}.seller-donut-center strong{display:block;font-size:22px;font-weight:700;line-height:1.05;color:#0f172a;letter-spacing:-.03em;font-variant-numeric:tabular-nums}.seller-donut-center small{display:block;margin-top:2px;font-size:9px;font-weight:600;color:#64748b;letter-spacing:.02em;text-transform:uppercase}.seller-donut-legend{list-style:none;margin:0;padding:0;display:grid;gap:6px;min-width:0}.seller-donut-legend-item{display:grid;grid-template-columns:12px minmax(0,1fr) auto;gap:8px;align-items:center}.seller-donut-swatch{width:10px;height:10px;border-radius:3px;flex-shrink:0}.seller-donut-legend-label{font-size:12px;font-weight:600;line-height:1.25;min-width:0}.seller-donut-legend-value{font-size:11px;font-weight:600;color:#475569;line-height:1.25;white-space:nowrap}.seller-rank-category{font-size:11px;font-weight:600;color:#64748b;background:#f8fafc;border-radius:999px;padding:4px 10px}.seller-rank-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;margin-bottom:2px}.seller-search-visibility-card .seller-rank-stats{margin-bottom:0}.seller-rank-stat{display:flex;flex-direction:column;gap:1px;padding:4px 6px;border-radius:6px;background:#f8fafc;box-shadow:inset 0 0 0 1px #0f172a0d}.seller-rank-stat-improve{background:#f0fdf4;box-shadow:inset 0 0 0 1px #16a34a1f}.seller-rank-stat-label{font-size:9px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.03em}.seller-rank-stat strong{font-size:15px;font-weight:700;line-height:1.1;color:#0f172a;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.seller-rank-up{color:#16a34a!important}.seller-rank-chart-wrap{margin-top:0;flex:1;min-height:0}.seller-search-visibility-card .seller-rank-chart{max-height:82px}.seller-rank-chart{width:100%;height:auto;display:block}.seller-rank-grid{stroke:#e2e8f0;stroke-width:1;vector-effect:non-scaling-stroke}.seller-rank-area{fill:#2563eb1a}.seller-rank-line{fill:none;stroke:#2563eb;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.seller-rank-dot{fill:#2563eb;stroke:#fff;stroke-width:2;vector-effect:non-scaling-stroke}.seller-rank-axis-y,.seller-rank-axis-x{fill:#94a3b8;font-size:9px;font-weight:600}.seller-rank-chart-caption{margin-top:2px;font-size:10px;font-weight:500;color:#94a3b8;text-align:center}.seller-list-row{display:flex;justify-content:space-between;gap:8px;align-items:baseline;padding:5px 0}.seller-list-row+.seller-list-row{border-top:1px solid rgba(15,23,42,.05)}.seller-list-row:last-child{padding-bottom:0}.seller-list-row span{font-size:11px;color:#0f172a}.seller-list-row small{font-size:10px;color:#64748b;white-space:nowrap}.seller-score-wrap{display:flex;align-items:center;gap:10px;margin-bottom:6px}.seller-score{font-size:32px;font-weight:800;color:#0f766e;margin-bottom:0}.seller-action-list{margin:0;padding-left:12px;display:grid;gap:2px;font-size:10px;color:#334155}.seller-lost-grid{display:grid;gap:4px;margin:4px 0}.seller-lost-grid span{display:flex;justify-content:space-between;font-size:11px;color:#334155}.seller-lost-grid b{color:#0f172a}@media(max-width:1360px){.span-6,.span-5,.span-4,.span-3,.span-2{grid-column:span 6}.seller-discovery-row{grid-template-columns:1fr}.seller-donut-layout{grid-template-columns:auto minmax(0,1fr)}}@media(max-width:768px){.seller-dashboard-grid,.seller-grid-12{grid-template-columns:1fr}.span-12,.span-6,.span-5,.span-4,.span-3,.span-2{grid-column:span 1}.seller-circle-wrap{flex-direction:column;align-items:flex-start}.seller-rank-stats{grid-template-columns:1fr}.seller-donut-layout{grid-template-columns:1fr;justify-items:center;gap:18px}.seller-donut-legend{width:100%}}.seller-discovery-dashboard{gap:10px;background:transparent;border:none;border-radius:0;padding:0;box-shadow:none;font-family:Inter,Poppins,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.seller-dashboard-grid{gap:10px;align-items:start}.seller-kpi-card,.seller-analytics-card{border:none;border-radius:12px;background:#fff;padding:10px 12px;box-shadow:0 2px 10px #0000000d;-webkit-backdrop-filter:none;backdrop-filter:none}.seller-kpi-card{min-height:132px}.seller-list-row.ranked{align-items:center}.seller-list-row.ranked .seller-sparkline{width:72px;height:24px;margin-top:0}.seller-circle-wrap{display:flex;gap:8px;align-items:center}.seller-circle-meter{--percent: 50%;width:84px;height:84px;border-radius:50%;background:conic-gradient(#16a34a var(--percent),#e2e8f0 0);display:grid;place-items:center}.seller-circle-meter.health{background:conic-gradient(#2563eb var(--percent),#e2e8f0 0)}.seller-circle-meter>div{width:60px;height:60px;border-radius:50%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.seller-circle-meter strong{font-size:18px}.seller-circle-meter small{font-size:10px;color:#64748b}.seller-location-row{margin-bottom:4px}.seller-location-line{display:flex;justify-content:space-between;margin-bottom:2px}.seller-location-bar{height:6px;border-radius:999px;background:#e2e8f0;overflow:hidden}.seller-location-bar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#16a34a,#22c55e)}.seller-timeline{display:grid;gap:4px}.seller-timeline-item{display:grid;grid-template-columns:22px 1fr auto;gap:6px;align-items:center}.seller-timeline-dot{width:20px;height:20px;border-radius:6px;background:#eef2ff;display:inline-flex;align-items:center;justify-content:center}.seller-radar{position:relative;height:100px;margin:0 auto 4px;max-width:150px}.seller-radar-ring{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);border:1px solid rgba(203,213,225,.55);clip-path:polygon(50% 0%,95% 28%,78% 88%,22% 88%,5% 28%)}.seller-radar-ring.r1{width:28px;height:28px}.seller-radar-ring.r2{width:48px;height:48px}.seller-radar-ring.r3{width:68px;height:68px}.seller-radar-ring.r4{width:88px;height:88px}.seller-radar-fill{position:absolute;inset:50% auto auto 50%;width:62px;height:62px;transform:translate(-50%,-50%);clip-path:polygon(50% 6%,88% 34%,72% 82%,30% 86%,12% 34%);background:#2563eb59;box-shadow:inset 0 0 0 2px #2563eb73}.seller-radar-legend{display:flex;justify-content:center;gap:10px;font-size:11px;color:#64748b}.seller-missed-panel .seller-card-head{margin-bottom:2px}.seller-missed-list{display:grid;gap:0}.seller-missed-item{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:8px;padding:6px 2px;border-radius:0;background:transparent;box-shadow:none;border-bottom:1px solid #eef2f7}.seller-missed-item:last-child{border-bottom:none}.seller-missed-icon{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#ffedd5;color:#c2410c;box-shadow:inset 0 0 0 1px #ea580c2e}.seller-missed-icon span{font-size:13px;line-height:1}.seller-missed-copy{min-width:0}.seller-missed-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.seller-missed-copy strong{font-size:12px;font-weight:600;color:#0f172a;line-height:1.25}.seller-missed-copy p{margin:0;font-size:11px;font-weight:600;color:#475569;line-height:1.25;white-space:nowrap}.seller-lost-highlight.warn{background:linear-gradient(180deg,#fff,#fff7f7);box-shadow:0 4px 16px #ef444414}.seller-lost-reco{margin-top:6px;font-size:11px;color:#991b1b;font-weight:600;background:#fef2f2;border:none;border-radius:8px;padding:8px 10px}.seller-admin-sidebar{border-right:1px solid #e8edf3;background:linear-gradient(180deg,#fff,#f8fafc)}.seller-nav-btn{border-radius:10px;padding:9px 10px;transition:transform .2s,box-shadow .2s,background .2s}.seller-nav-btn:hover{transform:translate(3px)}.seller-admin-nav .seller-nav-btn.active{box-shadow:0 6px 14px #16a34a26;position:relative}.seller-admin-nav .seller-nav-btn.active:before{content:"";position:absolute;left:-6px;top:8px;bottom:8px;width:3px;border-radius:999px;background:#16a34a}.seller-recharge-modal.upi-modal{padding:0;max-width:320px;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #00000026}.upi-modal-head{display:flex;justify-content:space-between;align-items:flex-start;padding:16px;border-bottom:1px solid #eee}.upi-modal-subtitle{font-size:10px;font-weight:700;color:#7b8ea0;letter-spacing:.05em;text-transform:uppercase;display:block;margin-bottom:2px}.upi-modal-title{margin:0;font-size:16px;font-weight:700;color:#1e3a5f}.upi-modal-close{background:none;border:none;font-size:20px;color:#8c9bae;cursor:pointer;line-height:1;padding:0}.upi-modal-paying-box{display:flex;align-items:center;justify-content:space-between;margin:16px;padding:12px 14px;background:#fcfcfc;border:1px solid #e8eff5;border-radius:6px}.upi-modal-paying-label{display:block;font-size:9px;font-weight:700;color:#8fa0b2;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.upi-modal-paying-id{display:block;font-family:monospace;font-size:13px;color:#1e3a5f;font-weight:600}.upi-modal-shield-icon{background:#1e3a5f;color:#fff;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px}.upi-modal-amount-section{padding:0 16px;margin-bottom:16px}.upi-modal-amount-label{display:block;font-size:10px;font-weight:700;color:#8fa0b2;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.upi-modal-amount-buttons{display:flex;gap:8px}.upi-amt-btn{flex:1;padding:10px 0;background:#fff;border:1px solid #e8eff5;border-radius:4px;font-size:13px;font-weight:700;color:#4a5b6d;cursor:pointer;transition:all .2s}.upi-amt-btn.active,.upi-amt-btn:hover{background:#1e3a5f;color:#fff;border-color:#1e3a5f}.upi-show-qr-btn{display:block;width:calc(100% - 32px);margin:0 16px 8px;background:#a3e4b7;color:#2b7a4b;border:none;padding:12px;font-size:13px;font-weight:700;border-radius:4px;cursor:pointer;letter-spacing:.05em}.upi-show-qr-btn:hover{background:#8cd6a3}.upi-footer-hint{text-align:center;font-size:9px;font-weight:700;color:#a4b3c1;letter-spacing:.05em;padding:8px 16px 16px}.upi-qr-section{padding:0 16px 16px;display:flex;flex-direction:column;align-items:center}.upi-qr-hint{font-size:10px;font-weight:700;color:#8fa0b2;letter-spacing:.05em;margin-bottom:12px}.upi-qr-image{width:160px;height:160px;margin-bottom:12px;border:1px solid #e8eff5;padding:4px;border-radius:4px}.upi-qr-bottom-text{font-size:12px;color:#4a5b6d;margin-bottom:8px}.upi-qr-after-text{font-size:9px;font-weight:700;color:#a4b3c1;letter-spacing:.05em;margin-bottom:12px}.upi-done-btn{width:100%;background:#1e3a5f;color:#fff;border:none;padding:12px;font-size:12px;font-weight:700;border-radius:4px;cursor:pointer;letter-spacing:.05em}.upi-done-btn:hover{background:#152b47}.admin-layout,.admin-layout *,.admin-layout *:before,.admin-layout *:after{font-family:Inter,system-ui,sans-serif;box-sizing:border-box}.admin-layout{display:flex;min-height:100vh;background:#fff}@media(max-width:1600px){.admin-layout{zoom:.9}}@media(max-width:1440px){.admin-layout{zoom:.85}}@media(max-width:1280px){.admin-layout{zoom:.8}}@media(max-width:1024px){.admin-layout{zoom:.75}}.admin-sidebar{width:220px;min-width:220px;background:#fff;color:#404040;border-right:1px solid #e5e5e5;display:flex;flex-direction:column;padding:16px 0}.admin-brand{padding:0 0 16px;border-bottom:1px solid #e5e5e5;margin-bottom:8px}.admin-brand h2{font-size:18px;font-weight:700;color:#171717;margin:0}.admin-brand span{font-size:11px;color:#737373;text-transform:uppercase;letter-spacing:.06em}.admin-nav{display:flex;flex-direction:column;gap:3px;flex:1;padding:0 12px;width:100%}.nav-item{display:flex;align-items:center;gap:8px;padding:9px 12px;border:none;border-radius:4px;background:transparent;color:#404040;font-size:13px;font-weight:400;text-align:left;cursor:pointer;transition:background .15s,color .15s;border-left:4px solid transparent}.nav-item:hover{opacity:.9!important}.nav-icon{font-size:15px;width:20px;text-align:center}.nav-badge{margin-left:auto;background:#dc2626;color:#fff;font-size:10px;padding:1px 6px;border-radius:4px;font-weight:700}.admin-sidebar-footer{border-top:1px solid #e5e5e5;padding:12px 16px 0;margin-top:8px}.admin-user{font-size:12px;color:#737373;display:block;margin-bottom:8px}.btn-logout{width:100%;padding:8px;border:1px solid #d4d4d4;border-radius:2px;background:#fff;color:#404040;font-size:12px;font-weight:600;cursor:pointer}.btn-logout:hover{background:#f5f5f5;border-color:#a3a3a3}.admin-main{flex:1;min-width:0;padding:12px 16px;overflow-y:auto;overflow-x:auto;color:#404040;background:#fff}.admin-layout a{color:#525252;font-weight:500}.admin-layout a:hover{color:#171717}.admin-layout input:focus,.admin-layout select:focus,.admin-layout textarea:focus{border-color:#a3a3a3;box-shadow:none;outline:none}.admin-topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.admin-topbar h1{font-size:16px;font-weight:700;color:#171717;margin:0}.topbar-actions{display:flex;align-items:center;gap:8px}.filter-group{display:flex;align-items:center;gap:6px}.filter-select{padding:6px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:12px;background:#fff;color:#374151}.btn-refresh{padding:6px 14px;border:1px solid #d1d5db;border-radius:6px;background:#fff;font-size:12px;font-weight:600;color:#374151;cursor:pointer}.btn-refresh:hover:not(:disabled){border-color:#737373;color:#262626}.btn-csv{padding:6px 14px;border:1px solid #d1d5db;border-radius:6px;background:#fff;font-size:12px;font-weight:600;color:#374151;cursor:pointer}.btn-csv:hover{border-color:#737373;color:#262626;background:#f5f5f5}.admin-loading{color:#737373;font-size:13px;padding:12px 0}.admin-panel{background:#fff;border:none;border-radius:0;padding:10px 0}.empty-state{text-align:center;padding:16px;color:#a3a3a3;font-size:12px}.badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:500;text-transform:capitalize;white-space:nowrap;background:#f5f5f5;color:#525252;border:1px solid #e5e5e5}.badge-active,.badge-pending,.badge-blocked,.badge-pending_email,.badge-kyc-pending,.badge-kyc-approved,.badge-kyc-rejected,.badge-kyc-not_submitted,.badge-role-buyer,.badge-role-seller,.badge-role-admin{background:#f5f5f5;color:#525252;border:1px solid #e5e5e5}.btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit}.btn-sm{padding:4px 10px;font-size:11px;border-radius:4px}.btn-act{padding:4px 10px;font-size:11px;font-weight:700;border-radius:4px;border:none;cursor:pointer;font-family:inherit}.btn-act-block{background:#dc2626;color:#fff}.btn-act-block:hover{background:#b91c1c}.btn-act-activate{background:#16a34a;color:#fff}.btn-act-activate:hover{background:#15803d}.btn-act-approve{background:#16a34a;color:#fff}.btn-act-reject{background:#dc2626;color:#fff}.btn-approve,.btn-activate{background:#fff;color:#404040;border:1px solid #d4d4d4}.btn-approve:hover,.btn-activate:hover{background:#f5f5f5;border-color:#a3a3a3}.btn-reject{background:#fff;color:#404040;border:1px solid #d4d4d4}.btn-reject:hover{background:#f5f5f5;border-color:#a3a3a3}.btn-block{background:#fff;color:#404040;border:1px solid #d4d4d4}.btn-block:hover{background:#f5f5f5;border-color:#a3a3a3}.btn-primary{background:#404040;color:#fff;font-family:inherit}.btn-primary:hover{background:#262626}.btn-neutral{background:#fff;color:#404040;border:1px solid #d4d4d4;font-family:inherit}.btn-neutral:hover{background:#f5f5f5}.abadge{display:inline-block;padding:2px 8px;border-radius:20px;font-size:10px;font-weight:700;text-transform:capitalize;white-space:nowrap}.abadge-active{background:#dcfce7;color:#166534}.abadge-blocked{background:#fee2e2;color:#991b1b}.abadge-pending_email{background:#fef9c3;color:#854d0e}.abadge-kyc-approved{background:#dcfce7;color:#166534}.abadge-kyc-pending{background:#fef9c3;color:#854d0e}.abadge-kyc-rejected{background:#fee2e2;color:#991b1b}.abadge-kyc-not_submitted{background:#f5f5f5;color:#525252}.table-wrap{overflow-x:auto;margin:0 -16px;padding:0 16px}.data-table{width:100%;border-collapse:collapse;font-size:11px}.data-table-wide{min-width:1680px}.data-table th{text-align:left;padding:4px 6px;background:#fafafa;color:#525252;font-weight:600;font-size:10px;text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid #e5e5e5;position:sticky;top:0;z-index:1}.data-table td{padding:4px 6px;border-bottom:1px solid #f5f5f5;color:#404040;white-space:nowrap;font-size:11px;vertical-align:top}.doc-cell-links{display:inline-flex;flex-direction:column;gap:2px;font-size:10px}.doc-cell-links a{color:#404040;text-decoration:underline}.doc-cell-links a:hover{color:#171717}.kyc-doc-links{display:flex;flex-wrap:wrap;gap:8px 12px;margin-top:6px;font-size:11px}.kyc-doc-links span{white-space:nowrap}.data-table tr:hover td{background:#fafafa}.kyc-card{border:1px solid #e5e5e5;border-radius:4px;padding:10px;margin-bottom:8px}.kyc-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.kyc-card h3{font-size:15px;font-weight:600;color:#171717;margin:0}.kyc-meta{font-size:12px;color:#737373;margin-top:2px}.kyc-details p{font-size:12px;color:#525252;margin-bottom:3px}.kyc-docs{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px;margin:10px 0}.kyc-doc-item{display:flex;flex-direction:column;gap:4px}.kyc-doc-label{font-size:11px;font-weight:600;color:#525252}.kyc-doc-preview-link{display:block;border-radius:4px;overflow:hidden;border:1px solid #e5e5e5}.kyc-doc-preview{width:100%;height:80px;object-fit:cover;display:block;background:#f5f5f5}.doc-link{padding:4px 8px;background:#f5f5f5;color:#404040;border:1px solid #e5e5e5;border-radius:4px;font-size:11px;font-weight:600;text-decoration:none;display:inline-block}.doc-link:hover{background:#e5e5e5}.kyc-actions{display:flex;gap:8px;margin-top:10px}.banner-upload-section{display:flex;gap:16px;align-items:flex-start;padding-bottom:16px;border-bottom:1px solid #e5e5e5;margin-bottom:16px}.banner-upload-left{flex:1}.banner-upload-left h3{font-size:14px;font-weight:600;margin:0 0 4px}.banner-hint{font-size:12px;color:#737373;margin:0 0 10px}.banner-file-input{display:none}.banner-upload-left .btn{margin-right:8px}.banner-preview{width:200px;flex-shrink:0}.banner-preview img{width:100%;height:100px;object-fit:cover;border-radius:6px;border:1px solid #e5e5e5}.banner-active-section{margin-bottom:16px}.banner-active-section h3{font-size:14px;font-weight:600;margin:0 0 10px}.banner-active-card{display:flex;gap:12px;align-items:center}.banner-active-img{width:240px;height:80px;object-fit:cover;border-radius:6px;border:1px solid #e5e5e5;flex-shrink:0}.banner-active-info p{margin:0 0 3px;font-size:13px}.banner-list-section h3{font-size:14px;font-weight:600;margin:0 0 10px}.banner-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.banner-item{border:1px solid #e5e5e5;border-radius:6px;overflow:hidden}.banner-item.is-active{border-color:#a3a3a3}.banner-thumb{width:100%;height:80px;object-fit:cover;display:block;background:#f5f5f5}.banner-item-info{padding:8px}.banner-filename{font-size:12px;font-weight:600;color:#404040;margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.banner-meta{font-size:11px;color:#a3a3a3;margin:0}.banner-item-actions{display:flex;align-items:center;gap:6px;padding:0 8px 8px}@media(max-width:900px){.admin-layout{flex-direction:column}.admin-sidebar{width:100%;min-width:0;padding:12px 0}.admin-nav{flex-direction:row;flex-wrap:wrap;padding:0 12px;gap:6px}.admin-nav button{flex:1;min-width:100px;justify-content:center}.admin-main{padding:16px}.banner-upload-section{flex-direction:column}.banner-preview{width:100%}.banner-preview img{height:120px}}.data-toolbar{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px;align-items:center}.toolbar-search{flex:1;min-width:140px;padding:6px 10px;border:1px solid #d1d5db;border-radius:4px;font-size:12px}.panel-toolbar{display:flex;justify-content:flex-end;margin-bottom:10px}.section-sub{font-size:13px;font-weight:600;margin:12px 0 8px}.td-wrap{white-space:normal;max-width:160px}.kyc-doc-btn{border:none;padding:0;background:none;cursor:pointer;text-align:left}.doc-missing{font-size:11px;color:#a3a3a3}.admin-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;z-index:2000;display:flex;align-items:center;justify-content:center;padding:16px}.admin-modal{background:#fff;border:1px solid #e5e5e5;border-radius:4px;width:100%;max-width:720px;max-height:90vh;display:flex;flex-direction:column}.admin-modal-header{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-bottom:1px solid #e5e5e5}.admin-modal-header h3{margin:0;font-size:14px}.admin-modal-body{padding:12px;overflow:auto;flex:1}.admin-modal-image{max-width:100%;max-height:60vh;display:block;margin:0 auto}.admin-modal-iframe{width:100%;height:60vh;border:1px solid #e5e5e5}.admin-modal-footer{padding:10px 12px;border-top:1px solid #e5e5e5}.admin-modal-footer .btn-primary{background:#404040}.product-form{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px;align-items:center}.product-form .toolbar-search{padding:9px 13px}.product-thumb{width:40px;height:40px;object-fit:cover;border:1px solid #e5e5e5;border-radius:4px;transition:transform .2s ease-in-out}.product-thumb:hover{transform:scale(1.25);box-shadow:0 4px 6px -1px #0000001a;cursor:pointer}.chat-layout{display:grid;grid-template-columns:220px 1fr;gap:12px;min-height:420px}.chat-sidebar{background:#fff;border:1px solid #e5e5e5;border-radius:4px;padding:10px;overflow-y:auto}.chat-sidebar h3{font-size:12px;text-transform:uppercase;color:#737373;margin:8px 0 6px}.chat-conv-btn{display:flex;flex-direction:column;width:100%;text-align:left;padding:8px;border:1px solid #e5e5e5;border-radius:4px;background:#fff;margin-bottom:6px;cursor:pointer;font-size:12px}.chat-conv-btn.active{border-color:#737373;background:#f5f5f5}.chat-empty{font-size:11px;color:#a3a3a3;margin:4px 0}.chat-conv-meta{font-size:11px;color:#737373;display:flex;justify-content:space-between;margin-top:2px}.chat-main{background:#fff;border:1px solid #e5e5e5;border-radius:4px;display:flex;flex-direction:column}.chat-header{padding:10px 12px;border-bottom:1px solid #e5e5e5;font-size:13px;font-weight:600}.chat-messages{flex:1;overflow-y:auto;padding:10px;display:flex;flex-direction:column;gap:6px}.chat-msg{max-width:75%;padding:6px 10px;border-radius:4px;font-size:12px}.chat-msg.out{align-self:flex-end;background:#404040;color:#fff}.chat-msg.in{align-self:flex-start;background:#f5f5f5;color:#404040}.chat-input-row{display:flex;gap:8px;padding:10px;border-top:1px solid #e5e5e5}.chat-input-row input{flex:1;padding:6px 10px;border:1px solid #d1d5db;border-radius:4px;font-size:12px}@media(max-width:600px){.admin-topbar{flex-direction:column;align-items:flex-start;gap:10px}.topbar-actions{width:100%;flex-wrap:wrap}.data-table{font-size:11px}.data-table th,.data-table td{padding:6px 8px}.banner-grid,.chat-layout{grid-template-columns:1fr}}.cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px;padding:8px 0}.cat-card{border:1px solid #e5e5e5;border-radius:6px;overflow:hidden;background:#fff;transition:box-shadow .15s}.cat-card:hover{box-shadow:0 2px 8px #00000014}.cat-card.expanded{border-color:#a3a3a3}.cat-card.inactive{opacity:.65}.cat-card-image{width:100%;height:120px;object-fit:cover;border-radius:4px;margin-bottom:8px;background:#f5f5f5}.cat-card-image-placeholder{display:flex;align-items:center;justify-content:center;color:#999;font-size:12px}.cat-card-header{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;-webkit-user-select:none;user-select:none}.cat-card-header:hover{background:#fafafa}.cat-icon{font-size:24px;flex-shrink:0}.cat-card-info{flex:1;display:flex;flex-direction:column;gap:2px}.cat-card-info strong{font-size:14px;color:#171717}.cat-count{font-size:11px;color:#737373}.cat-chevron{font-size:10px;color:#a3a3a3;flex-shrink:0}.cat-card-body{border-top:1px solid #e5e5e5;padding:12px 16px;background:#fafafa}.cat-subcats{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.cat-sub-tag{display:inline-flex;align-items:center;gap:4px;background:#fff;border:1px solid #e5e5e5;border-radius:20px;padding:3px 10px;font-size:12px;color:#404040}.cat-sub-remove{background:none;border:none;cursor:pointer;color:#a3a3a3;font-size:14px;line-height:1;padding:0}.cat-sub-remove:hover{color:#dc2626}.cat-add-sub{display:flex;gap:8px;align-items:center}.cat-add-sub input{flex:1;padding:6px 10px;border:1px solid #d1d5db;border-radius:4px;font-size:12px;background:#fff}.bk-table-wrap{overflow-x:auto;margin:0;border:2px solid #000}.bk-table{width:auto;border-collapse:collapse;font-size:15px;min-width:100%}.bk-table th,.bk-table td{border:1px solid #000;padding:6px 10px;vertical-align:middle;white-space:nowrap;color:#171717}.bk-table th{position:relative}.bk-col-resizer{position:absolute;right:0;top:0;bottom:0;width:6px;cursor:col-resize;z-index:10;-webkit-user-select:none;user-select:none}.bk-col-resizer:hover{background:#0000001a}.bk-thead-labels th{background:#cad2fa;color:#000;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;text-align:left;position:sticky;top:0;z-index:2}.bk-thead-filters th{background:#f5f5f5;padding:3px 4px;position:sticky;top:23px;z-index:2}.col-filter{width:100%;padding:3px 5px;border:1px solid #000;border-radius:0;font-size:13px;background:#fff;color:#171717;outline:none;box-sizing:border-box}.col-filter:focus{background:#fffde7;border-color:#000}.bk-table tbody tr:nth-child(2n) td{background:#fafafa}.bk-table tbody tr:hover td{background:#fff3e0}.bk-empty{text-align:center;padding:16px;color:#737373;font-size:12px}.td-nowrap{white-space:nowrap}.doc-cell-links{display:inline-flex;flex-direction:column;gap:2px;font-size:10px;align-items:flex-start}.doc-cell-links a{color:#1d4ed8;text-decoration:underline;font-weight:600}.doc-size{color:#737373;font-size:9px;font-style:italic}.kyc-toggle{display:inline-flex;align-items:center;justify-content:center;padding:5px 12px;border:2px solid #000;border-radius:4px;font-size:11px;font-weight:700;cursor:pointer;white-space:nowrap;min-width:90px;transition:opacity .15s}.kyc-toggle:disabled{opacity:.6;cursor:wait}.kyc-toggle.pending{background:#f5f5f5;color:#525252;border-color:#737373}.kyc-toggle.pending:hover{background:#e5e5e5}.kyc-toggle.approved{background:#16a34a;color:#fff;border-color:#15803d}.kyc-toggle.approved:hover{background:#15803d}.kyc-toggle.rejected{background:#dc2626;color:#fff;border-color:#b91c1c}.kyc-toggle.rejected:hover{background:#b91c1c}.banner-sub-tabs{display:flex;gap:10px;margin-bottom:20px;border-bottom:1px solid #e2e8f0;padding-bottom:10px}.sub-tab-btn{padding:8px 16px;background:none;border:none;border-radius:4px;cursor:pointer;font-weight:500;color:#64748b;transition:all .2s}.sub-tab-btn:hover{background:#f1f5f9;color:#0f172a}.sub-tab-btn.active{background:#7c3aed;color:#fff}.bk-pagination-container{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:16px;padding:10px}.bk-pagination-info{font-size:15px;color:#4b5563;font-weight:500}.btn-page-nav{display:inline-flex;align-items:center;justify-content:center;padding:6px 14px;border:1px solid #d1d5db;border-radius:6px;background:#f3f4f6;color:#1f2937;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s}.btn-page-nav:hover:not(:disabled){background:#e5e7eb;border-color:#9ca3af}.btn-page-nav:disabled{opacity:.5;cursor:not-allowed;background:#f9fafb;border-color:#e5e7eb}.error-boundary-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5222d,#d4380d);padding:2rem}.error-boundary-content{background:#fff;padding:3rem 2rem;border-radius:10px;max-width:600px;box-shadow:0 10px 40px #0003;text-align:center}.error-boundary-content h1{color:#f5222d;margin-top:0;font-size:2rem}.error-message{color:#666;font-size:1.1rem;margin:1rem 0;line-height:1.6;font-family:Courier New,monospace;text-align:left;background:#f5f5f5;padding:1rem;border-radius:5px;overflow-x:auto}.error-boundary-content details{text-align:left;background:#f5f5f5;padding:1rem;border-radius:5px;margin-bottom:1.5rem;font-family:Courier New,monospace;font-size:.9rem}.error-boundary-content details summary{cursor:pointer;font-weight:600;color:#f5222d}.error-reset-btn{padding:.8rem 2rem;background:linear-gradient(135deg,#f5222d,#d4380d);color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.error-reset-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #f5222d66}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}html,body,#root{min-height:100dvh}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:#f3f4f6;color:#1e293b}a{color:#1e3a5f;text-decoration:none;font-weight:600}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:14px}.form-input{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;outline:none;transition:border-color .2s}.form-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.btn-primary{width:100%;padding:11px 14px;border:none;border-radius:8px;background:linear-gradient(135deg,#dc2626,#991b1b);color:#fff;font-size:15px;font-weight:600}.btn-primary:focus-visible{outline:2px solid #1e3a5f;outline-offset:2px}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{padding:10px 16px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;font-weight:600}.btn-blue{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:12px 20px;font-weight:600}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:768px){.grid-2{grid-template-columns:1fr}}.dashboard{max-width:1100px;margin:0 auto;padding:20px 16px}.dash-header-brand{display:flex;align-items:center;gap:12px}.dash-brand-logo{height:40px;width:auto;object-fit:contain}.dash-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.dash-card{background:#fff;border-radius:10px;padding:14px 16px;margin-bottom:10px;box-shadow:0 2px 8px #0000000f}.admin-tabs{display:flex;gap:8px;margin-bottom:20px}.admin-tabs button{padding:10px 16px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;font-weight:600}.admin-tabs button.active{background:#2563eb;color:#fff;border-color:#2563eb}.row-actions{display:flex;gap:8px;margin-top:12px}.user-row{display:flex;justify-content:space-between;align-items:center}
