body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.login-page{background:#fff;display:flex;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}.login-illustration{background:#0f172a;display:flex;flex:1.1 1;flex-direction:column;padding:32px 40px;position:relative}.back-to-site-btn{align-self:flex-start;background:#f3e8ff;border:none;border-radius:999px;color:indigo;cursor:pointer;font-size:13px;padding:6px 16px}.illustration-image{background-image:url(/static/media/loginbanner.f26a6eba8afb405dba14.jpeg);background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:24px;flex:1 1;margin-top:24px}.login-form-panel{align-items:center;display:flex;flex:0.9 1;justify-content:center;padding:32px 40px}.login-form-card{max-width:380px;width:100%}.auth-header{margin-bottom:16px}.logo-circle.large{align-items:center;background:#0f766e;border-radius:50%;color:#fff;display:flex;font-size:28px;height:56px;justify-content:center;margin:0 auto;width:56px}.brand-title{color:#0f172a;font-weight:700;margin:8px 0 4px}.brand-subtitle{color:#6b7280;font-size:13px;margin:0}.signin-title{color:#0f172a;font-size:18px;font-weight:600;margin:12px 0 4px}.signin-subtitle{color:#6b7280;font-size:13px;margin:0 0 16px}.role-toggle{gap:4px}.role-btn{color:#065f46;font-size:14px;font-weight:500;padding:8px 12px;transition:all .2s ease}.role-btn:hover{background:#ffffff4d}.role-btn.active{box-shadow:0 2px 8px #065f4633;color:#065f46;font-weight:600}.auth-form{gap:12px;margin-bottom:16px}.auth-form label{color:#111827;font-weight:500}.auth-form input{padding:12px 14px;transition:border-color .2s ease}.auth-form input:focus{border-color:#1f8a8e;box-shadow:0 0 0 3px #1f8a8e1a}small{font-size:12px}.btn.primary.full{background:linear-gradient(135deg,#1f8a8e,#047857);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px;transition:transform .2s ease;width:100%}.btn.primary.full:hover{box-shadow:0 4px 12px #1f8a8e4d;transform:translateY(-1px)}.error-text{background:#fef2f2;border-left:3px solid #b91c1c;border-radius:8px;margin-bottom:12px;padding:8px 12px}.terms-text{color:#6b7280;font-size:12px;margin-top:16px;text-align:center}.link-text{color:#1f8a8e;cursor:pointer;font-weight:500;text-decoration:underline}.footer-text{color:#9ca3af;font-size:11px;margin-top:20px;text-align:center}@media (max-width:900px){.login-page{flex-direction:column}.login-illustration{min-height:260px;padding:20px}.login-form-panel{padding:24px 20px 32px}.login-form-card{max-width:100%}.signin-subtitle,.signin-title{text-align:center}.brand-logo{display:block;height:200px;margin:0 auto -35px;object-fit:contain;width:200px}}.create-account-link{color:#6b7280;font-size:13px;margin-top:16px;text-align:center}.popup-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.popup{border-radius:16px;box-shadow:0 10px 40px #0f172a2e;flex-direction:column;gap:16px;height:640px;max-height:96vh;max-width:96vw;padding:22px;position:relative;width:1100px}.popup,.popup-close{background:#fff;display:flex}.popup-close{align-items:center;border:1px solid #e5e7eb;border-radius:50%;color:#6b7280;cursor:pointer;font-size:16px;height:30px;justify-content:center;position:absolute;right:10px;top:10px;width:30px}.popup-close:hover{background:#f3f4f6}.popup-content{grid-gap:16px;display:grid;flex:1 1;gap:16px;grid-template-columns:260px 1fr;overflow:hidden}.progress-panel{background:#f0f5f6;border-radius:14px;overflow-y:auto;padding:10px}.panel-block{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:10px;padding:10px}.panel-block h3{color:#111827;font-size:13px;margin:0 0 8px}.step-list{flex-direction:column}.step,.step-list{display:flex;gap:6px}.step{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;font-size:12px;justify-content:space-between;padding:8px;text-align:left;width:100%}.step.completed{background:#f0fdf4;border-color:#bbf7d0}.status{font-size:11px}.status.completed{color:#16a34a}.status.incomplete{color:#ef4444}.form-panel{background:#edf4f5;border:1px solid #e5e7eb;border-radius:14px;display:flex;flex-direction:column;gap:10px;overflow:hidden;padding:14px}.form-header{background:#0c6b73;border-radius:10px 10px 0 0;color:#e5f6f7;display:flex;font-size:14px;justify-content:space-between;padding:10px 16px}.form-body{background:#fff;border:1px solid #e5e7eb;border-radius:0 0 10px 10px;border-top:none;display:flex;flex:1 1;flex-direction:column;gap:14px;overflow-y:auto;padding:16px 18px 14px}.form-grid{grid-gap:14px 24px;align-items:flex-start;display:grid;gap:14px 24px;grid-template-columns:repeat(2,minmax(0,1fr))}.field{display:flex;flex-direction:column;font-size:12px;gap:4px}.field.full-width{grid-column:1/-1}.field label{color:#6b7280}.field input,.field select,.field textarea{border:1px solid #e5e7eb;border-radius:8px;font-size:13px;outline:none;padding:8px 10px}.field textarea{min-height:60px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:#0c6b73}.popup-actions{display:flex;justify-content:space-between;margin-top:4px}.popup-actions button{border:none;border-radius:8px;cursor:pointer;font-size:13px;padding:8px 16px}.popup-actions button:first-child{background:#f3f4f6;color:#111827}.popup-actions button:nth-child(2){background:#e5f0f1;color:#0c6b73}.popup-actions button:last-child{background:#0c6b73;color:#fff}.delete-btn{background:#ef4444;border-radius:8px;margin-top:8px;padding:8px 16px;width:100%}.delete-btn:hover{background:#dc2626}.services-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;flex-direction:column;gap:14px;padding:12px}.checkbox-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.checkbox-item{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:999px;color:#374151;display:inline-flex;font-size:12px;gap:4px;padding:4px 8px}.checkbox-item input{accent-color:#0c6b73}.services-groups{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.services-group{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:12px}.services-group h4{color:#111827;font-size:13px;margin:0 0 8px}.services-group ul{color:#6b7280;font-size:12px;list-style:none;margin:0;padding:0}.services-group li{margin-bottom:4px}.services-group input[type=checkbox]{accent-color:#0c6b73;margin-right:6px}.shop-photo-preview{align-items:center;border:1px solid #ddd;border-radius:4px;display:flex;height:200px;justify-content:center;overflow:hidden;width:200px}.shop-photo-preview img{max-height:100%;max-width:100%;object-fit:cover}@media (max-width:768px){.popup{border-radius:0;height:100%;max-height:100vh;max-width:100vw;width:100%}.form-grid,.popup-content,.services-groups{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column;font-size:12px;gap:4px}.form-group.full-width{grid-column:1/-1}.form-group label{color:#6b7280;font-size:12px}.form-group input,.form-group select,.form-group textarea{border:1px solid #e5e7eb;border-radius:8px;font-size:13px;outline:none;padding:8px 10px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#0c6b73}@media (max-width:768px){.form-grid.two-column{grid-template-columns:1fr}}.upload-box{background:#f8fafc;border:1px dashed #e5e7eb;color:#6b7280;font-size:13px;padding:8px 10px}.upload-box:hover{background:#f1f5f9}.upload-actions-row{font-size:12px;margin-top:6px}.upload-actions-row a{color:#0c6b73;text-decoration:underline}.upload-actions-row button{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:12px;padding:4px 10px}.upload-actions-row button:hover{background:#f3f4f6}.file-upload-group{display:flex;flex-direction:column;font-size:12px;gap:6px}.file-upload-row{gap:10px}.file-btn,.view-btn{background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:13px;padding:8px 16px}.file-btn:hover,.view-btn:hover{background:#f3f4f6}.file-name{font-size:13px}.delete-btn.small{padding:4px 10px}.pincode-inputs{display:flex;flex-direction:column;gap:8px;margin-top:8px}.pincode-row{align-items:center;display:flex;gap:8px}.pincode-field{flex:1 1;max-width:120px}.add-pincode,.remove-pincode{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;padding:6px 12px;white-space:nowrap}.add-pincode{background:#0c6b73;font-size:13px;margin-top:8px;padding:8px 16px}.add-pincode:hover,.remove-pincode:hover{opacity:.9}.no-pincodes{color:#6b7280;font-style:italic;margin:0;padding:8px 0}.form-grid.two-column{grid-gap:14px 24px;align-items:flex-start;display:grid;gap:14px 24px;grid-template-columns:repeat(2,minmax(0,1fr))}.required{color:#dc3545}.saved-field{background:#f8f9fa!important;border:2px solid #28a745!important;color:#155724;font-weight:500}.change-link{color:#007bff;display:block;font-size:14px;font-weight:500;margin-top:8px;text-decoration:none}.change-link:hover{color:#0056b3;text-decoration:underline}.match{color:#28a745;font-weight:500}.match,.mismatch{display:block;font-size:13px;margin-top:4px}.mismatch{color:#dc3545}.upload-actions-row{align-items:center;margin-top:8px}.view-link{background:#f8f9fa;border:1px solid #e9ecef;transition:all .2s}.view-link:hover{background:#007bff;border-color:#007bff;color:#fff}.delete-btn{background:#dc3545;border:none;border-radius:4px;cursor:pointer;font-size:14px;padding:4px 12px}.delete-btn:hover{background:#c82333}.upload-box{align-items:center;border:2px dashed #ddd;border-radius:8px;cursor:pointer;display:flex;justify-content:center;min-height:60px;padding:20px;position:relative;text-align:center;transition:all .2s}.upload-box:hover:not(.has-file){background-color:#f8f9fa;border-color:#007bff}.upload-box.has-file{background-color:#f8fff9;border-color:#28a745;cursor:default}.upload-box .upload-icon{font-size:24px;margin-top:8px;opacity:.7}.upload-actions-row{display:flex;gap:10px;margin-top:10px}.delete-btn,.view-btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:8px 16px;text-decoration:none;transition:all .2s}.view-btn{background:linear-gradient(135deg,#007bff,#0056b3)}.view-btn:hover{background:linear-gradient(135deg,#0056b3,#004494);transform:translateY(-1px)}.delete-btn{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff}.delete-btn:hover{background:linear-gradient(135deg,#c82333,#a71e2a);transform:translateY(-1px)}.file-upload-row{background:#f8fafc;border:2px dashed #e5e7eb;border-radius:8px;display:flex;flex-wrap:wrap;padding:12px;transition:all .2s}.file-upload-row:hover{background:#f0f5f6;border-color:#0c6b73}.file-btn{background:#0c6b73;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:10px 20px;transition:all .2s}.file-btn:hover{background:#0d9488;transform:translateY(-1px)}.file-name{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;flex:1 1;font-size:14px;min-width:150px;padding:10px 12px}.view-btn{background:#0c6b73;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:13px;font-weight:500;padding:8px 16px}.view-btn:hover{background:#0d9488}.delete-btn.small{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;padding:6px 12px}.delete-btn.small:hover{background:#dc2626}.file-preview-list{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:4px;max-height:100px;overflow-y:auto;padding:8px}.preview-item{color:#666;overflow:hidden;padding:2px 0;text-overflow:ellipsis;white-space:nowrap}.bank-select-wrapper{position:relative}.bank-other-input{border:1px solid #ddd;border-radius:4px;margin-top:.5rem;padding:.5rem;width:100%}select[size]{min-height:42px}.view-link{align-items:center;border:1px solid #dee2e6;border-radius:4px;color:#007bff;display:inline-flex;font-size:14px;font-weight:500;gap:4px;margin-left:12px;padding:4px 8px;text-decoration:none;transition:all .2s ease}.view-link:hover:not(.hidden){background-color:#e3f2fd;border-color:#007bff;color:#0056b3}.view-link.hidden{border:none;height:0;margin-left:0;opacity:0;padding:0;pointer-events:none;visibility:hidden}.file-upload-row{align-items:center;display:flex!important;flex-wrap:wrap!important;gap:12px;min-height:44px}.file-name{background:#f8f9fa;border:1px solid #e0e7ff;border-radius:6px;flex:1 1 auto!important;font-size:14px!important;font-weight:500;max-width:none!important;min-width:0;overflow:visible!important;padding:8px 12px;text-overflow:clip!important;white-space:normal!important}.file-upload-group{margin-bottom:20px}.form-group.full-width{width:100%}.file-status{color:#888;font-size:12px;font-style:italic;margin-left:8px}:root{--bg:#e5f3ee;--white:#fff;--primary:#1f8a8e;--primary-dark:#16656a;--text-main:#0b1721;--radius:16px;--shadow:0 12px 30px #0f172a1f;--font:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*,:after,:before{box-sizing:border-box}body{background:#e5f3ee;background:var(--bg);color:#111827;color:var(--text-main);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font);margin:0}.layout{display:flex;flex-direction:column;min-height:100vh}.nav{background:#fff;background:var(--white);box-shadow:0 2px 8px #0f172a0f;height:70px;justify-content:space-between;padding:0 48px}.nav,.nav-left{align-items:center;display:flex}.nav-left{gap:12px}.logo-circle{align-items:center;background:#c4efe8;border-radius:999px;display:flex;font-size:22px;height:40px;justify-content:center;width:40px}.logo-circle.large{height:60px;width:60px}.logo-title{font-size:18px;font-weight:700}.logo-sub{color:#6b7280;color:var(--text-muted);font-size:11px}.nav-links{display:flex;font-size:14px;gap:20px}.nav-links a{color:#6b7280;color:var(--text-muted);text-decoration:none}.nav-links a:hover{color:#0c6b73;color:var(--primary)}.nav-actions{display:flex;gap:12px}.btn{align-items:center;border:none;border-radius:999px;cursor:pointer;display:inline-flex;font-size:14px;justify-content:center;padding:8px 18px;text-decoration:none}.btn.primary{background:#0c6b73;background:var(--primary);color:#fff;color:var(--white)}.btn.primary:hover{background:#16656a;background:var(--primary-dark)}.btn.ghost{background:#0000;border:1px solid #cbd5f5;color:#0c6b73;color:var(--primary)}.btn.ghost:hover{background:#edf4ff}.btn.full{width:100%}.hero{grid-gap:40px;display:grid;flex:1 1;gap:40px;grid-template-columns:1.3fr 1fr;padding:60px 70px}.hero-text h1{font-size:36px;margin-bottom:14px}.hero-text p{color:#6b7280;color:var(--text-muted);font-size:15px;max-width:420px}.hero-buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.hero-card{align-self:center;background:#dff1ea;border-radius:24px;box-shadow:0 12px 30px #0f172a1f;box-shadow:var(--shadow);padding:28px 24px}.hero-badge{background:#fff;border-radius:999px;color:#16656a;color:var(--primary-dark);display:inline-block;font-size:11px;margin-bottom:16px;padding:4px 12px}.hero-card ul{color:#111827;color:var(--text-main);font-size:14px;margin:0;padding-left:18px}.auth-layout{align-items:center;background:#e5f3ee;background:var(--bg);display:flex;justify-content:center;min-height:100vh;padding:24px}.auth-card{background:#fff;background:var(--white);border-radius:24px;box-shadow:0 12px 30px #0f172a1f;box-shadow:var(--shadow);max-width:100%;padding:32px 28px;width:360px}.auth-card.wide{max-width:100%;width:420px}.auth-header{margin-bottom:12px;text-align:center}.auth-header h2{margin:8px 0 4px}.auth-header p{color:#6b7280;color:var(--text-muted);font-size:13px;margin:0}.role-toggle{background:#e6f2f0;border-radius:999px;display:flex;margin-bottom:16px;padding:4px}.role-btn{background:#0000;border:none;border-radius:999px;cursor:pointer;flex:1 1;font-size:13px;padding:6px 0}.role-btn.active{background:#fff;background:var(--white);box-shadow:0 2px 6px #0f172a26}.auth-form{display:flex;flex-direction:column;gap:10px}.auth-form label{font-size:13px}.auth-form input{border:1px solid #d1d5db;border-radius:12px;font-size:14px;padding:10px 12px}.auth-form input:focus{border-color:#0c6b73;border-color:var(--primary);box-shadow:0 0 0 1px #1f8a8e33;outline:none}small{color:#6b7280;color:var(--text-muted);font-size:11px}.error-text{color:#b91c1c}.error-text,.success-text{font-size:13px;margin-top:8px}.success-text{color:#15803d}@media (max-width:900px){.nav{padding:0 20px}.hero{grid-template-columns:1fr;padding:40px 24px}.hero-card{order:-1}}@media (max-width:600px){.nav{height:64px;padding:0 16px}.nav-links{display:none}.nav-actions .btn{font-size:13px;padding:6px 12px}.hero{gap:24px;padding:28px 16px 32px}.hero-text h1{font-size:26px}.hero-text p{font-size:14px}.hero-card{border-radius:18px;padding:20px 18px}.auth-layout{padding:16px}.auth-card,.auth-card.wide{border-radius:20px;padding:24px 20px}}:root{--sidebar-bg:#fbfbfd;--bg-main:#f9fafb;--card-bg:#fff;--primary:#0c6b73;--purple:#c026d3;--orange:#fb923c;--blue:#2563eb;--green:#16a34a;--shadow-soft:0 10px 30px #0f172a1f}.mob-header{align-items:center;background:#0c6b73;background:var(--primary);color:#fff;display:none;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-sans);justify-content:space-between;padding:10px 14px}.mob-menu-btn,.mob-user{background:#0f172a40;border:none;border-radius:999px;color:#fff;cursor:pointer;height:32px;width:32px}.ov-root{background:#f9fafb;background:var(--bg-main);border-radius:0;display:grid;grid-template-columns:260px minmax(0,1fr);margin:0;min-height:100vh;transition:grid-template-columns .2s ease;width:100vw}.ov-sidebar{background:#fbfbfd;background:var(--sidebar-bg);border-right:1px solid #e5e7eb;border-right:1px solid var(--border);display:flex;flex-direction:column;gap:22px;padding:20px 18px}.ov-logo{gap:10px}.ov-logo,.ov-logo-mark{align-items:center;display:flex}.ov-logo-mark{background:#fef3c7;border-radius:999px;height:40px;justify-content:center;width:40px}.ov-logo-text h1{font-size:18px;margin:0}.ov-logo-text p{color:#6b7280;color:var(--text-muted);font-size:11px;margin:2px 0 0}.ov-search input{border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:999px;font-size:13px;outline:none;padding:8px 12px;width:100%}.ov-search input:focus{border-color:#0c6b73;border-color:var(--primary)}.ov-nav{display:flex;flex-direction:column;gap:4px}.ov-nav-item{background:#0000;border:none;border-radius:10px;color:#4b5563;cursor:pointer;font-size:13px;padding:9px 10px;text-align:left}.ov-nav-item:hover{background:#eef2ff;color:#0c6b73;color:var(--primary)}.ov-nav-item--active{background:#0f172a;color:#f9fafb}.ov-main{display:flex;flex-direction:column;gap:18px;padding:22px 26px 24px}.ov-topbar{align-items:center;display:flex;justify-content:space-between}.ov-subtitle{color:#6b7280;color:var(--text-muted);font-size:12px;margin:0}.ov-topbar h2{font-size:24px;margin:4px 0 0}.ov-section{color:#6b7280;color:var(--text-muted);font-size:13px;margin:4px 0 0}.ov-topbar-right{align-items:center;display:flex;gap:10px}.ov-icon-btn{display:flex;height:34px;justify-content:center;width:34px}.ov-icon-btn,.ov-user-chip{align-items:center;background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:999px;cursor:pointer}.ov-user-chip{display:inline-flex;font-size:13px;gap:6px;padding:6px 12px}.ov-user-avatar{align-items:center;background:#0f172a;border-radius:999px;color:#f9fafb;display:flex;font-size:11px;height:22px;justify-content:center;width:22px}.ov-kpi-row{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr))}.ov-kpi-card{background:#fff;border:1px solid #edf2f7;border:1px solid var(--border-soft);border-radius:12px;border-radius:var(--radius-md);box-shadow:0 10px 30px #0f172a1f;box-shadow:var(--shadow-soft);padding:12px 14px}.ov-kpi-card header p{font-size:13px;margin:0 0 8px}.ov-kpi-body{align-items:center;display:flex;justify-content:space-between}.ov-kpi-value{font-size:20px;font-weight:600}#position{margin-top:15px}.ov-kpi-icon{align-items:center;border-radius:999px;color:#fff;display:flex;height:38px;justify-content:center;width:38px}.ov-kpi-icon--purple{background:#c026d3;background:var(--purple)}.ov-kpi-icon--orange{background:#fb923c;background:var(--orange)}.ov-kpi-icon--blue{background:#2563eb;background:var(--blue)}.ov-kpi-icon--green{background:#16a34a;background:var(--green)}.ov-filters-row{display:flex;flex-wrap:wrap;gap:8px}.ov-filter-chip{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:999px;cursor:pointer;font-size:12px;padding:6px 12px}.ov-filter-chip--active{background:#0f172a;border-color:#0f172a;color:#fff}.ov-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:minmax(0,2.2fr) minmax(0,1.5fr)}.ov-card{background:#fff;background:var(--card-bg);border:1px solid #edf2f7;border:1px solid var(--border-soft);border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 10px 30px #0f172a1f;box-shadow:var(--shadow-soft);padding:16px 18px 14px}.ov-card-header{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:10px}.ov-card-header h3{font-size:15px;margin:0}.ov-card-header select{border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:999px;font-size:12px;padding:6px 10px}.ov-chart-placeholder{align-items:center;background:#f9fafb;border:1px dashed #e5e7eb;border:1px dashed var(--border);border-radius:12px;border-radius:var(--radius-md);color:#6b7280;color:var(--text-muted);display:flex;font-size:12px;height:220px;justify-content:center}.ov-top-products{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0}.ov-top-products li{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:70px minmax(0,1fr)}.ov-prod-img{background:#e5e7eb;border-radius:6px;height:44px;width:70px}.ov-prod-info{min-width:0}.ov-prod-name{font-size:13px;margin:0 0 2px}.ov-prod-meta{color:#6b7280;color:var(--text-muted);font-size:12px;margin:0}.ov-table-wrap{overflow-x:auto}.ov-table{border-collapse:collapse;font-size:13px;width:100%}.ov-table td,.ov-table th{border-bottom:1px solid #edf2f7;border-bottom:1px solid var(--border-soft);padding:8px;text-align:left;white-space:nowrap}.ov-table th{color:#6b7280;color:var(--text-muted);font-size:12px}.ov-pill{border-radius:999px;font-size:11px;padding:3px 10px}.ov-pill--open{background:#eef2ff;color:#4338ca}.ov-pill--paid{background:#dcfce7;color:#166534}.skel{animation:skel-shimmer 1.2s ease-in-out infinite;background:linear-gradient(90deg,#e5e7eb,#f3f4f6 50%,#e5e7eb);background-size:200% 100%}.skel-text{border-radius:999px;height:12px;margin-bottom:6px}.skel-xs{width:80px}.skel-sm{width:140px}.skel-lg{height:18px;width:220px}.skel-pill{border-radius:999px;height:26px;width:70px}.skel-img{border-radius:8px;height:44px;width:70px}.skel-block{border-radius:12px;height:100%;width:100%}@keyframes skel-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width:992px){.ov-root{border-radius:0;grid-template-columns:220px minmax(0,1fr);margin:0}.ov-main{padding:18px 18px 22px}.ov-kpi-row{grid-template-columns:repeat(2,minmax(0,1fr))}.ov-row{grid-template-columns:minmax(0,1fr)}}@media (max-width:768px){.mob-header{display:flex}.ov-root{grid-template-columns:minmax(0,1fr);min-height:100vh;width:100vw}.ov-main{padding:16px 12px 20px}}.vendor-main{background:#fff;border:1px solid #edf2f7;border:1px solid var(--border-soft);border-radius:16px;box-shadow:0 10px 30px #0f172a1f;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;margin-top:20px;min-height:360px;padding:18px 18px 24px}.vendor-header-row{gap:16px;margin-bottom:20px}.vendor-title{margin:0 0 4px}.vendor-subtitle{font-size:13px;margin:0}.vendor-empty{align-items:center;color:#d1d5db;display:flex;flex:1 1;font-size:28px;font-weight:500;justify-content:center;text-align:center}.primary-button{align-self:flex-end;background:#015b63;box-shadow:0 8px 18px #015b634d;transition:background .2s ease,transform .2s ease}.primary-button:hover{background:#00434a;transform:translateY(-1px)}@media (max-width:768px){.vendor-main{padding:16px 14px 22px}.vendor-header-row{align-items:flex-start;flex-direction:column}.vendor-empty{font-size:22px}.primary-button{align-self:stretch;text-align:center}}.vendor-form{display:flex;flex-direction:column;gap:14px}.vendor-form-grid{grid-gap:14px 20px;gap:14px 20px}.vendor-form-actions{display:flex;gap:10px;justify-content:flex-end}@media (max-width:768px){.vendor-form-grid{grid-template-columns:minmax(0,1fr)}.vendor-form-actions{flex-direction:column}}:root{--bg-main:#fff;--border:#e5e7eb;--border-soft:#edf2f7;--text-main:#111827;--text-muted:#6b7280;--primary:#15730c;--primary-dark:#074b51;--radius-lg:16px;--radius-md:12px;--radius-sm:8px;--shadow-soft:0 10px 30px #0f172a1a;--font-sans:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.vendor-list{background:#f9fafb;border-radius:18px;box-shadow:0 10px 30px #0f172a1a;box-shadow:var(--shadow-soft);margin:24px auto;max-width:1200px;padding:18px 20px}.vendor-header-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.vendor-title{color:#111827;color:var(--text-main);font-size:20px;margin:0}.vendor-subtitle{color:#6b7280;color:var(--text-muted);font-size:12px;margin:4px 0 0}.primary-button{background:#15730c;background:var(--primary);border-radius:8px;box-shadow:0 8px 18px #0c6b734d;font-size:13px;padding:10px 18px}#btn-color-green button{background-color:#0c6c72}.vl-table-card{background:#fff;border:1px solid #edf2f7;border:1px solid var(--border-soft);border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 10px 30px #0f172a1a;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:12px;padding:16px 18px 14px}.vl-table-wrapper{overflow-x:auto}.vl-table{border-collapse:collapse;font-size:13px;width:100%}.vl-table thead th{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);color:#6b7280;color:var(--text-muted);font-size:12px;padding:10px 8px;text-align:left;white-space:nowrap}.vl-table tbody td{border-bottom:1px solid #f3f4f6;padding:9px 8px;white-space:nowrap}.vl-table-footer{align-items:center;color:#6b7280;color:var(--text-muted);display:flex;font-size:12px;justify-content:space-between}.vl-pagination{display:flex;gap:4px}.vl-page-btn{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:999px;cursor:pointer;font-size:12px;height:28px;min-width:28px}.vl-page-btn--active{background:#15730c;background:var(--primary);border-color:#15730c;border-color:var(--primary);color:#fff}.status-complete{color:#16a34a;font-weight:500}.status-incomplete{color:#ef4444;font-weight:500}.action-btn{background:#0c6b73;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:6px 12px}@media (max-width:992px){.vl-table-card{padding:18px 18px 14px}}@media (max-width:768px){.vl-table-card{padding:16px 14px 14px}}.generate-btn{background-color:#28a745!important;border:none!important;border-radius:4px!important;color:#fff!important;cursor:pointer!important;font-size:12px!important;padding:6px 12px!important}.generate-btn:hover{background-color:#218838!important}.action-btn{margin-right:5px!important}.generate-btn.disabled{cursor:not-allowed!important;opacity:.6!important}.generate-btn.disabled,.generate-btn.disabled:hover{background-color:#6c757d!important}.pp-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:16px}.pp-card,.pp-card-header{margin-bottom:16px}.pp-card-header--row{align-items:center;display:flex;justify-content:space-between}.pp-category-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.pp-category-chip{background:#f0f0f0;border:1px solid #ddd;border-radius:20px;cursor:pointer;padding:8px 16px;transition:background .2s}.pp-category-chip--active{background:#0c6b73;border-color:#0c6b73;color:#fff}.pp-category-chip:hover{background:#e0e0e0}.pp-empty{color:#999;padding:40px 0;text-align:center}.pp-product-grid{grid-gap:16px;gap:16px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.pp-product-card{background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 4px #0000001a;transition:transform .2s}.pp-product-img{height:180px}.pp-product-body{padding:12px}.pp-product-meta{color:#555;font-size:14px;margin-top:8px}.pp-price{color:#333;font-weight:700}.pp-stock{color:#777}.pp-primary-btn{border:none;border-radius:4px;color:#fff;cursor:pointer;padding:8px 16px}.pp-primary-btn,.pp-primary-btn:hover{background:#0c6b73}.pm-popup-overlay{background:#0f172a73;inset:0;position:fixed;z-index:1100}.pm-popup{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0f172a40;display:flex;flex-direction:column;max-width:800px;overflow:hidden;width:100%}.pm-popup-header{border-bottom:1px solid #e5e7eb;padding:16px 20px}.pm-popup-header h3{color:#111827;font-size:18px}.pm-popup-close{background:#fff;border:1px solid #e5e7eb;color:#6b7280;font-size:16px;height:32px;width:32px}.pm-popup-close:hover{background:#f3f4f6}.pm-popup-body{flex-direction:column;gap:16px;padding:16px 20px}.pm-form-grid{grid-gap:16px;gap:16px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.pm-field{display:flex;flex-direction:column;gap:4px}.pm-field label{color:#374151;font-size:14px}.pm-field input,.pm-field select,.pm-field textarea{border-radius:6px;font-size:14px;padding:8px 12px}.pm-field input:focus,.pm-field select:focus,.pm-field textarea:focus{border-color:#0c6b73;box-shadow:0 0 0 2px #0c6b7333}.pm-field--full{grid-column:span 2}.pm-section-header{border-bottom:1px solid #e5e7eb;font-size:16px;margin:16px 0 8px;padding-bottom:4px}.pm-popup-footer{margin-top:16px;padding:16px 20px}.pm-btn-primary{background:#0c6b73;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px}.pm-btn-primary:hover{background:#0a5f66}.pm-btn-secondary{background:#f3f4f6;border:none;border-radius:6px;color:#111827;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px}.pm-btn-secondary:hover{background:#e5e7eb}.pp-delete-btn{background-color:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;margin-top:10px;padding:8px 12px}.pp-delete-btn:hover{background-color:#c82333}.autocomplete-container{position:relative;width:100%}.autocomplete-results{background:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 8px #0003;max-height:200px;overflow-y:auto;position:absolute;width:100%;z-index:10}.autocomplete-item{cursor:pointer;padding:8px 12px}.autocomplete-item:hover{background-color:#f0f0f0}.pm-popup-overlay{align-items:center;display:flex;justify-content:center}.pm-popup.pm-popup-large{background:#f5f6f7;border-radius:26px;box-shadow:0 24px 60px #0f172a59;display:flex;flex-direction:column;max-height:90vh;max-width:1200px;overflow:hidden;width:100%}.pm-popup-header{align-items:center;background:#006c6f;border-bottom:none;color:#fff;display:flex;justify-content:space-between;padding:12px 24px}.pm-popup-header h3{font-size:15px;font-weight:600;margin:0}.pm-popup-header span{font-size:13px;font-weight:500}.pm-popup-close{align-items:center;background:#004f51;border:none;border-radius:999px;color:#fff;cursor:pointer;display:flex;font-size:18px;height:28px;justify-content:center;line-height:1;width:28px}.pm-popup-close:hover{background:#003b3d}.pm-popup-body{align-items:flex-start;background:#f5f6f7;display:flex;justify-content:center;overflow-y:auto;padding:28px 40px 24px}.pm-popup-body form{background:#fff;border-radius:20px;box-shadow:0 4px 16px #0f172a14;margin:0 auto;max-width:1080px;padding:20px 24px 16px;width:100%}.pm-section-header{color:#111827;font-size:14px;font-weight:600;margin:4px 0 12px}.pm-form-grid{grid-column-gap:32px;grid-row-gap:14px;column-gap:32px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));row-gap:14px}.pm-field--full{grid-column:1/-1}.pm-field label{color:#4b5563;font-size:12px;font-weight:500}.pm-field input,.pm-field select,.pm-field textarea{background:#f9fafb;border:1px solid #d1d5db;border-radius:8px;color:#111827;font-size:13px;padding:9px 10px}.pm-field textarea{min-height:70px;resize:vertical}.pm-field input:focus,.pm-field select:focus,.pm-field textarea:focus{background:#fff;border-color:#006c6f;box-shadow:0 0 0 1px #006c6f40;outline:none}.pm-popup-footer{border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;margin:0 auto 8px;max-width:1080px;padding-top:12px;width:100%}.pm-btn-primary,.pm-btn-secondary{border-radius:999px;font-size:13px;font-weight:500;padding:8px 22px}.autocomplete-results{border-color:#d1d5db;border-radius:8px;box-shadow:0 4px 12px #0f172a26}.pp-product-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr))}.pp-product-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .15s ease,transform .15s ease,border-color .15s ease}.pp-product-card:hover{border-color:#0c6b73;box-shadow:0 10px 30px #0f172a1f;transform:translateY(-2px)}.pp-product-img{background:#e5e7eb;background-position:50%;background-size:cover;height:150px}.pp-product-body{display:flex;flex-direction:column;gap:4px;padding:10px 10px 8px}.pp-product-body h3{font-size:13px;margin:0}.pp-product-body p{color:#6b7280;font-size:12px;margin:0}.pp-product-meta{display:flex;font-size:12px;justify-content:space-between;margin-top:4px}.pp-price{font-weight:600}.pp-stock{color:#6b7280}.pp-card-actions{display:flex;gap:4px;justify-content:flex-end;margin-top:6px}.pp-icon-sm{background:#fff;border:1px solid #e5e7eb;border-radius:999px;cursor:pointer;font-size:12px;height:26px;width:26px}@media (max-width:1024px){.pp-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:768px){.pp-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.pp-product-grid{grid-template-columns:minmax(0,1fr)}}.product-list{background:#f9fafb;border-radius:18px;box-shadow:0 10px 30px #0f172a1a;margin:24px auto;max-width:1200px;padding:18px 20px}.product-list-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.product-list-header h2{color:#111827;font-size:20px;margin:0}.create-product-btn{background:#0c6b73;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:13px;padding:10px 18px;text-decoration:none}.no-products{color:#6b7280;font-size:16px;margin:24px 0;text-align:center}.create-product{background:#f9f9f9;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin:0 auto;max-width:600px;padding:20px}.create-product h2{color:#333;margin-bottom:20px}.form-row{margin-bottom:15px}.form-row label{color:#555;display:block;margin-bottom:5px}.form-row input,.form-row textarea{border:1px solid #ccc;border-radius:4px;font-size:14px;padding:10px;width:100%}.form-row textarea{height:80px}.primary-button{background-color:#0c6c73;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px}.primary-button:hover{background-color:#0056b3}.alert{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#721c24;margin-bottom:15px;padding:10px}.vendor-popup-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.vendor-popup{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0f172a2e;display:flex;flex-direction:column;gap:16px;height:640px;max-height:96vh;max-width:96vw;padding:22px;position:relative;width:1100px}.vendor-popup-close{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;font-size:16px;height:30px;justify-content:center;position:absolute;right:10px;top:10px;width:30px}.vendor-popup-close:hover{background:#f3f4f6}.vendor-popup-content{grid-gap:16px;display:grid;flex:1 1;gap:16px;grid-template-columns:260px 1fr;overflow:hidden}.vendor-progress-panel{background:#f0f5f6;border-radius:14px;overflow-y:auto;padding:10px}.vendor-panel-block{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:10px;padding:10px}.vendor-panel-block h3{color:#111827;font-size:13px;margin:0 0 8px}.vendor-step-list{display:flex;flex-direction:column;gap:6px}.vendor-step{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:default;display:flex;font-size:12px;gap:6px;justify-content:space-between;padding:8px;text-align:left;width:100%}.vendor-step.completed{background:#f0fdf4;border-color:#bbf7d0}.vendor-status{font-size:11px}.vendor-status.completed{color:#16a34a}.vendor-status.incomplete{color:#ef4444}.vendor-form-panel{background:#edf4f5;border:1px solid #e5e7eb;border-radius:14px;display:flex;flex-direction:column;gap:10px;overflow:hidden;padding:14px}.vendor-form-header{background:#0c6b73;border-radius:10px 10px 0 0;color:#e5f6f7;display:flex;font-size:14px;justify-content:space-between;padding:10px 16px}.vendor-form-body{background:#fff;border:1px solid #e5e7eb;border-radius:0 0 10px 10px;border-top:none;display:flex;flex:1 1;flex-direction:column;gap:14px;overflow-y:auto;padding:16px 18px 14px}.vendor-form-grid,.vendor-form-grid.vendor-two-column{grid-gap:14px 24px;align-items:flex-start;display:grid;gap:14px 24px;grid-template-columns:repeat(2,minmax(0,1fr))}.vendor-form-group{font-size:12px;gap:4px}.vendor-form-group.full-width{grid-column:1/-1}.vendor-form-group label{color:#6b7280;font-weight:500}.vendor-saved-field{background:#f8f9fa!important;border:2px solid #28a745!important;border-radius:8px;color:#155724;font-size:13px;font-weight:500;line-height:1.4;padding:12px 14px}.vendor-services-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;flex-direction:column;gap:12px;padding:16px}.vendor-checkbox-grid{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.vendor-checkbox-item{align-items:center;background:#f9fafb;border:1px solid #d1d5db;border-radius:20px;color:#374151;display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:8px 16px}.vendor-upload-box{align-items:center;background:#f8fafc;border:1px dashed #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-size:13px;justify-content:center;padding:8px 10px;text-align:center}.vendor-upload-box:hover:not(.vendor-has-file){background-color:#f8f9fa;border-color:#007bff}.vendor-upload-box.vendor-has-file{background-color:#f8fff9;border-color:#28a745;cursor:default}.vendor-upload-actions-row{align-items:center;display:flex;font-size:12px;gap:10px;margin-top:6px}.vendor-view-link{align-items:center;border:1px solid #dee2e6;border-radius:4px;color:#007bff;display:inline-flex;font-size:14px;font-weight:500;gap:4px;padding:4px 8px;text-decoration:none;transition:all .2s ease}.vendor-view-link:hover:not(.vendor-hidden){background-color:#e3f2fd;border-color:#007bff;color:#0056b3}.vendor-view-link.vendor-hidden{border:none;height:0;margin-left:0;opacity:0;padding:0;pointer-events:none;visibility:hidden}.vendor-delete-btn{background:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:4px 12px}.vendor-delete-btn:hover{background:#c82333}.vendor-file-upload-group{display:flex;flex-direction:column;font-size:12px;gap:6px;margin-bottom:20px}.vendor-file-upload-row{align-items:center;background:#f8fafc;border:2px dashed #e5e7eb;border-radius:8px;display:flex;flex-wrap:wrap;gap:12px;padding:12px;transition:all .2s}.vendor-file-upload-row:hover{background:#f0f5f6;border-color:#0c6b73}.vendor-file-btn,.vendor-view-btn{background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:13px;padding:8px 16px}.vendor-file-btn:hover,.vendor-view-btn:hover{background:#f3f4f6}.vendor-file-name{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;flex:1 1;font-size:14px;font-weight:500;max-width:none;min-width:150px;overflow:visible;padding:10px 12px;text-overflow:clip;white-space:normal}.vendor-delete-btn.vendor-small{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;padding:6px 12px}.vendor-delete-btn.vendor-small:hover{background:#dc2626}.vendor-required{color:#dc3545}.vendor-match{color:#28a745;font-weight:500}.vendor-match,.vendor-mismatch{display:block;font-size:13px;margin-top:4px}.vendor-mismatch{color:#dc3545}.vendor-change-link{color:#007bff;display:block;font-size:14px;font-weight:500;margin-top:8px;text-decoration:none}.vendor-change-link:hover{color:#0056b3;text-decoration:underline}.vendor-pincode-inputs{display:flex;flex-direction:column;gap:8px;margin-top:8px}.vendor-pincode-row{align-items:center;display:flex;gap:8px}.vendor-pincode-field{flex:1 1;max-width:120px}.vendor-add-pincode,.vendor-remove-pincode{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;padding:6px 12px;white-space:nowrap}.vendor-add-pincode{background:#0c6b73;font-size:13px;margin-top:8px;padding:8px 16px}.vendor-add-pincode:hover,.vendor-remove-pincode:hover{opacity:.9}.vendor-no-pincodes{color:#6b7280;font-style:italic;margin:0;padding:8px 0}.vendor-file-preview-list{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:4px;max-height:100px;overflow-y:auto;padding:8px}.vendor-preview-item{color:#666;overflow:hidden;padding:2px 0;text-overflow:ellipsis;white-space:nowrap}.vendor-bank-select-wrapper{position:relative}.vendor-bank-other-input{border:1px solid #ddd;border-radius:4px;margin-top:.5rem;padding:.5rem;width:100%}.vendor-file-status{color:#888;font-size:12px;font-style:italic;margin-left:8px}@media (max-width:768px){.vendor-popup{border-radius:0;height:100%;max-height:100vh;max-width:100vw;padding:12px;width:100%}.vendor-form-grid,.vendor-form-grid.vendor-two-column,.vendor-popup-content{grid-template-columns:1fr}}.dashboard-card{transition:all .3s ease}.dashboard-card:hover{box-shadow:0 24px 64px #0000001f!important;transform:translateY(-4px)}.ov-user-dropdown{position:relative}.user-menu-dropdown{animation:slideDown .2s ease-out;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 20px 60px #00000026;min-width:200px;position:absolute;right:0;top:100%;z-index:1000}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.user-menu-item{background:none;border:none;cursor:pointer;display:block;font-size:14px;padding:12px 20px;text-align:left;transition:background .2s;width:100%}.user-menu-item:hover{background:#f8fafc}.user-menu-divider{background:#e5e7eb;height:1px;margin:8px 0}.user-menu-item--danger{color:#dc2626!important}.user-menu-item--danger:hover{background:#fef2f2!important}.dropdown-arrow{font-size:10px;margin-left:8px;transition:transform .2s}.password-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.password-modal{background:#fff;border-radius:20px;box-shadow:0 25px 80px #00000040;max-height:90vh;max-width:480px;overflow-y:auto;width:90%}.password-modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px;padding:24px 28px 0}.modal-close-btn{align-items:center;background:none;border:none;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;width:32px}.modal-close-btn:hover{background:#f3f4f6}.password-form{padding:0 28px 28px}.form-group{margin-bottom:20px}.form-group label{color:#374151;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.form-input{background:#fafbfc;border:2px solid #e5e7eb;border-radius:12px;font-size:16px;padding:12px 16px;transition:all .2s;width:100%}.form-input:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-actions{border-top:1px solid #e5e7eb;display:flex;gap:12px;margin-top:24px;padding-top:20px}.btn-primary,.btn-secondary{border-radius:12px;font-size:16px;padding:14px 24px}.btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.btn-primary:hover:not(:disabled){box-shadow:0 10px 25px #3b82f64d}.btn-primary:disabled{cursor:not-allowed;opacity:.7}.btn-secondary:hover{background:#e5e7eb}@media (max-width:768px){.password-modal{border-radius:16px;margin:20px}.password-modal-header{padding:20px}.password-form{padding:0 20px 20px}}.status-badge{border-radius:20px;font-size:12px;padding:4px 12px}.status-badge-large{border-radius:9999px;font-size:18px;font-weight:700;padding:12px 24px}.vendor-welcome-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.vendor-welcome-modal{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0003;max-height:90vh;max-width:500px;overflow-y:auto;padding:40px;position:relative;width:90%}.vendor-close-btn{background:none;border:none;color:#999;cursor:pointer;font-size:28px;position:absolute;right:25px;top:20px}.vendor-welcome-header{margin-bottom:30px;text-align:center}.vendor-welcome-header h2{color:#28a745;font-size:28px;margin:0 0 8px}.vendor-welcome-header p{color:#666;font-size:16px;margin:0}.vendor-welcome-form{display:flex;flex-direction:column;gap:20px}.vendor-form-group{display:flex;flex-direction:column;gap:8px}.vendor-form-input{border:2px solid #e9ecef;border-radius:12px;font-size:18px;padding:16px;transition:border-color .3s}.vendor-form-input:focus{border-color:#28a745;box-shadow:0 0 0 3px #28a7451a;outline:none}.vendor-submit-btn{background:linear-gradient(135deg,#28a745,#20c997);border:none;border-radius:12px;box-shadow:0 4px 15px #28a7454d;color:#fff;cursor:pointer;font-size:18px;font-weight:700;padding:18px;transition:all .3s}.vendor-submit-btn:hover:not(:disabled){box-shadow:0 6px 20px #28a74566;transform:translateY(-2px)}.vendor-submit-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.product-popup-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;gap:12px;justify-content:space-between;padding:4px 4px 12px}.product-popup-header h3{color:#111827;font-size:18px;margin:0}.product-popup-header p{color:#6b7280;font-size:13px;margin:4px 0 0}.product-popup-body{flex:1 1;margin-top:12px;overflow-y:auto}.product-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}.product-service-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;display:flex;flex-direction:column;gap:8px;padding:14px 16px;transition:all .2s ease}.product-service-card:hover{box-shadow:0 18px 45px #0f172a26;transform:translateY(-3px)}.product-service-icon{align-items:center;background:#f0f5f6;border-radius:999px;display:flex;font-size:20px;height:36px;justify-content:center;width:36px}.product-service-card h4{color:#111827;font-size:15px;margin:4px 0}.product-service-desc{color:#6b7280;font-size:13px}.product-service-meta{color:#4b5563;display:flex;font-size:12px;justify-content:space-between;margin-top:4px}.product-view-btn{margin-top:10px;width:100%}.product-list{display:flex;flex-direction:column;gap:10px}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;gap:12px;justify-content:space-between;padding:10px 14px}.product-card-main{gap:12px}.product-thumb{align-items:center;background:#f3f4f6;border-radius:12px;display:flex;height:56px;justify-content:center;overflow:hidden;width:56px}.product-thumb img{height:100%;object-fit:cover;width:100%}.product-info h4{color:#111827;font-size:14px;margin:0 0 4px}.product-subtitle{color:#6b7280;font-size:12px;margin:0 0 4px}.product-desc{color:#4b5563;font-size:12px;margin:0}.product-card-side{align-items:flex-end;display:flex;flex-direction:column;justify-content:space-between;min-width:150px}.product-price{color:#0c6b73;font-size:16px;font-weight:700}.product-meta{align-items:flex-end;color:#6b7280;display:flex;flex-direction:column;font-size:12px;gap:2px}.product-actions{gap:6px}.product-sm-btn{font-size:12px;padding:6px 10px}.product-empty-state{color:#6b7280;padding:40px 10px;text-align:center}.product-empty-icon{font-size:40px;margin-bottom:12px}.product-header-actions{display:flex;gap:10px}.ov-btn-primary,.ov-btn-secondary{border:none;border-radius:999px;cursor:pointer;font-size:13px;font-weight:500;padding:8px 16px}.ov-btn-primary{background:#0c6b73;color:#e5f6f7}.ov-btn-secondary{background:#f3f4f6;color:#111827}.status-badge{border-radius:12px;font-size:11px;font-weight:600;padding:4px 8px}.status-active{background:#f0fdf4;color:#166534}.status-draft{background:#fef3c7;color:#92400e}.status-inactive{background:#fef2f2;color:#dc2626}.ov-btn-danger{background:#dc2626!important;color:#fff!important}.ov-btn-danger:hover:not(:disabled){background:#b91c1c!important}.delete-confirm-overlay{z-index:2000}.delete-confirm-modal{border-radius:20px;box-shadow:0 25px 80px #00000040;max-height:90vh;overflow-y:auto}.delete-confirm-icon{color:#fbbf24}.delete-confirm-modal h3{font-weight:600;margin:0 0 8px}.delete-confirm-modal p{color:#6b7280;font-size:14px;line-height:1.5}.delete-btn-danger,.delete-btn-secondary{border:none;border-radius:12px;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;height:44px;padding:12px 20px;transition:all .2s}.delete-btn-secondary{background:#f3f4f6;color:#374151}.delete-btn-secondary:hover{background:#e5e7eb}.delete-btn-danger{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff}.delete-btn-danger:hover:not(:disabled){box-shadow:0 8px 25px #dc26264d;transform:translateY(-1px)}.delete-btn-danger:disabled{cursor:not-allowed;opacity:.7}@media (max-width:768px){.product-card{flex-direction:column}.product-card,.product-card-side{align-items:flex-start}.product-header-actions{align-items:stretch;flex-direction:column-reverse}}@media (max-width:480px){.delete-confirm-modal{margin:20px;padding:24px}}.product-card-full{background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;gap:20px;margin-bottom:16px;padding:20px;transition:all .2s}.product-card-full:hover{border-color:#10b981;box-shadow:0 4px 12px #0000001a}.product-card-main{display:flex;flex:1 1;gap:16px}.product-thumb-large{background:#f3f4f6;border-radius:8px;flex-shrink:0;height:80px;overflow:hidden;width:80px}.product-thumb-large img{height:100%;object-fit:cover;width:100%}.product-thumb-placeholder{align-items:center;color:#9ca3af;display:flex;font-size:24px;justify-content:center}.product-info-full{flex:1 1}.product-header-row{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px}.product-name{color:#111827;font-size:18px;font-weight:600;margin:0 0 8px}.product-actions{display:flex;gap:8px}.btn-delete-product,.btn-edit-product{border:none;border-radius:6px;cursor:pointer;font-size:12px;font-weight:600;padding:6px 12px;transition:all .2s}.btn-edit-product{background:#3b82f6;color:#fff}.btn-edit-product:hover{background:#2563eb}.btn-delete-product{background:#ef4444;color:#fff}.btn-delete-product:hover{background:#dc2626}.product-details-grid{grid-gap:8px 16px;display:grid;gap:8px 16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:16px}.product-detail-item{display:flex;flex-direction:column;gap:2px}.detail-label{color:#6b7280;font-size:12px;font-weight:500}.detail-value{color:#111827;font-size:14px;font-weight:500}.product-description{background:#f9fafb;border-left:3px solid #10b981;border-radius:8px;color:#6b7280;font-size:14px;line-height:1.5;padding:12px}.product-card-side-full{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:8px;flex-shrink:0;padding:16px;text-align:center;width:200px}.product-price-large{color:#10b981;font-size:24px;font-weight:700;margin-bottom:16px}.product-meta-grid{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.meta-item{display:flex;font-size:13px;justify-content:space-between}.meta-label{color:#6b7280;font-weight:500}.meta-value{color:#111827;font-weight:600}.meta-status{border-radius:4px;font-size:11px;font-weight:600;padding:2px 8px;text-transform:uppercase}.meta-status.active{background:#dcfce7;color:#166534}.meta-status.draft{background:#fef3c7;color:#92400e}.meta-status.inactive{background:#fee2e2;color:#991b1b}.product-policy{border-top:1px solid #e5e7eb;padding-top:12px}.product-policy small{color:#9ca3af;line-height:1.4}.delete-confirm-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}.delete-confirm-modal{animation:modalSlideIn .2s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000004d;max-width:400px;padding:32px;text-align:center;width:90%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.delete-confirm-icon{font-size:48px;margin-bottom:16px}.delete-confirm-modal h3{color:#111827;font-size:20px;margin:0 0 12px}.delete-confirm-modal p{color:#374151;line-height:1.6;margin:0 0 24px}.delete-confirm-actions{display:flex;gap:12px;justify-content:center}.btn-danger{background:#ef4444;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:12px 24px;transition:all .2s}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-danger:disabled{cursor:not-allowed;opacity:.6}.image-preview-container{display:inline-block;margin-bottom:8px;position:relative}.image-preview{border:2px solid #10b981;border-radius:8px;height:100px;object-fit:cover;width:100px}.remove-image-btn{align-items:center;background:#ef4444;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:12px;height:24px;justify-content:center;position:absolute;right:-8px;top:-8px;width:24px}.product-input{background:#fff!important;border:1px solid #d1d5db!important;color:#111827!important;cursor:text!important}.product-input:focus{border-color:#10b981!important;box-shadow:0 0 0 3px #10b9811a!important}.product-input[readonly]{background:#f9fafb!important;color:#6b7280!important}.product-popup-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.product-popup{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0f172a2e;display:flex;flex-direction:column;gap:16px;height:640px;max-height:96vh;max-width:96vw;padding:22px;position:relative;width:1100px}.product-popup-close{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;font-size:16px;height:30px;justify-content:center;position:absolute;right:10px;top:10px;width:30px}.product-popup-close:hover{background:#f3f4f6}.product-popup-content{grid-gap:16px;display:grid;flex:1 1;gap:16px;grid-template-columns:260px 1fr;overflow:hidden}.product-progress-panel{background:#f0f5f6;border-radius:14px;overflow-y:auto;padding:10px}.product-panel-block{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:10px;padding:10px}.product-panel-block h3{color:#111827;font-size:13px;margin:0 0 8px}.product-form-panel{background:#edf4f5;border:1px solid #e5e7eb;border-radius:14px;display:flex;flex-direction:column;gap:10px;overflow:hidden;padding:14px}.product-form-header{background:#0c6b73;border-radius:10px 10px 0 0;color:#e5f6f7;display:flex;font-size:14px;justify-content:space-between;padding:10px 16px}.product-form-body{background:#fff;border:1px solid #e5e7eb;border-radius:0 0 10px 10px;border-top:none;display:flex;flex:1 1;flex-direction:column;gap:14px;overflow-y:auto;padding:16px 18px 14px}.product-form-grid{grid-gap:14px 24px;align-items:flex-start;display:grid;gap:14px 24px;grid-template-columns:repeat(2,minmax(0,1fr))}.product-form-group{display:flex;flex-direction:column;font-size:12px;gap:4px}.product-form-group.full-width{grid-column:1/-1}.product-form-group label{color:#6b7280;font-weight:500}.product-input{background:#fafbfc;border:1.5px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:13px;padding:10px 12px;transition:all .2s}.product-input:focus{background:#fff;border-color:#0c6b73;box-shadow:0 0 0 3px #0c6b731a;outline:none}.product-file-input{background:#f8fafc;border:2px dashed #e5e7eb;border-radius:8px;cursor:pointer;font-size:13px;padding:10px}.product-file-input:hover{background:#f0f5f6;border-color:#0c6b73}.product-bulk-hint{background:#f8fafc;border-left:3px solid #0c6b73;border-radius:6px;color:#6b7280;font-size:12px;margin-top:4px;padding:8px}.product-required{color:#dc2626}.product-form-actions{border-top:1px solid #e5e7eb;display:flex;gap:12px;margin-top:auto;padding-top:16px}.btn-primary,.btn-secondary{border:none;border-radius:10px;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;height:44px;padding:12px 20px;transition:all .2s}.btn-primary{background:#0c6b73;color:#e5f6f7}.btn-primary:hover:not(:disabled){background:#0d7a84;box-shadow:0 8px 25px #0c6b734d;transform:translateY(-1px)}.btn-secondary{background:#f3f4f6;color:#374151}.btn-secondary:hover:not(:disabled){background:#e5e7eb}@media (max-width:768px){.product-popup{border-radius:0;height:100%;max-height:100vh;max-width:100vw;padding:12px;width:100%}.product-form-grid,.product-popup-content{grid-template-columns:1fr}.product-form-grid{gap:12px 16px}.product-form-actions{flex-direction:column}}
/*# sourceMappingURL=main.26583684.css.map*/