@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&display=swap";:root{--ink:#19231e;--muted:#718078;--paper:#f7f8f3;--white:#fff;--line:#e5e9e1;--green:#175b45;--theme:#5fc9d4;--lime:#f80e58;--orange:#ee7a3c;--shadow:0 18px 45px #20392a14;color:var(--ink);background:var(--paper);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:Montserrat,sans-serif}*{box-sizing:border-box}body{background:var(--paper);min-width:320px;margin:0}button,input{font:inherit}button{cursor:pointer}.eyebrow{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;margin:0;font:500 10px/1 DM Mono,monospace}.login-page{background:var(--white);grid-template-columns:minmax(360px,43%) 1fr;min-height:100svh;display:grid}.login-brand-panel{min-height:100svh;color:var(--white);background:var(--green);flex-direction:column;justify-content:space-between;padding:clamp(30px,5vw,72px);display:flex;position:relative;overflow:hidden}.login-brand-panel:after{content:"VF";color:#d9ee581a;font-size:360px;font-weight:800;line-height:1;position:absolute;bottom:-110px;right:-50px}.brand-mark,.mini-mark{background:var(--lime);color:var(--green);letter-spacing:-.08em;place-items:center;font-weight:800;display:grid}.brand-mark{border-radius:15px;width:50px;height:50px;font-size:18px}.login-brand-panel .eyebrow{color:var(--lime);margin-top:auto}.login-brand-panel h1{color:var(--white);letter-spacing:-.07em;margin:18px 0 20px;font-size:clamp(46px,5vw,78px);line-height:.98}.login-brand-panel h1 em{color:var(--lime);font-style:normal}.brand-copy{color:#b6cabe;max-width:340px;font-size:15px;line-height:1.7}.brand-stats{color:#d6e2da;gap:12px;margin-top:58px;font:11px DM Mono,monospace;display:flex}.login-form-panel{align-self:center;width:min(580px,100%);padding:48px clamp(28px,7vw,110px)}.login-heading h2{letter-spacing:-.05em;margin:14px 0 8px;font-size:clamp(26px,3vw,36px)}.login-heading>p:last-child{color:var(--muted);font-size:14px}.role-grid{grid-template-columns:1fr 1fr;gap:10px;margin:32px 0 26px;display:grid}.role-card{border:1px solid var(--line);min-height:74px;color:var(--ink);background:var(--white);text-align:left;border-radius:12px;grid-template-columns:32px 1fr 18px;align-items:center;gap:10px;padding:12px;transition:all .2s;display:grid}.role-card:hover,.role-card.selected{border-color:var(--green);box-shadow:0 5px 18px #175b451a}.role-card.selected{background:#f2f8df}.role-icon{width:32px;height:32px;color:var(--green);background:#eff3e9;border-radius:9px;place-items:center;font-size:16px;display:grid}.role-card strong,.role-card small{display:block}.role-card strong{font-size:12px}.role-card small{color:var(--muted);margin-top:4px;font-size:10px}.role-check{color:var(--green);font-weight:800}label{color:#526057;margin-top:17px;font-size:12px;font-weight:700;display:block}input{border:1px solid var(--line);width:100%;color:var(--ink);background:#fbfcfa;border-radius:8px;outline:0;margin-top:8px;padding:13px 14px;font-size:13px}input:focus{border-color:var(--green);box-shadow:0 0 0 3px #175b451a}.password-field{position:relative}.password-field input{padding-right:68px}.forgot-link{color:var(--green);background:0 0;border:0;padding:0;font-size:11px;font-weight:700;position:absolute;bottom:13px;right:12px}.primary-button{width:100%;color:var(--white);background:var(--green);border:0;border-radius:8px;justify-content:space-between;align-items:center;margin-top:26px;padding:14px 16px;font-size:13px;font-weight:700;display:flex}.primary-button span{color:var(--lime);font-size:19px}.login-help{color:var(--muted);text-align:center;margin-top:26px;font-size:11px}.login-help a{color:var(--green);font-weight:700}.main-layout{background:var(--paper);min-height:100svh;display:flex}.sidebar{z-index:5;border-right:1px solid var(--line);background:var(--white);flex-direction:column;width:240px;padding:28px 18px;display:flex;position:fixed;inset:0 auto 0 0}.sidebar-brand{letter-spacing:-.07em;align-items:center;gap:10px;margin:0 12px 42px;font-size:17px;font-weight:800;display:flex}.sidebar-brand>span:last-child span{color:var(--orange)}.mini-mark{border-radius:9px;width:30px;height:30px;font-size:11px}.sidebar-user{border-bottom:1px solid var(--line);align-items:center;gap:10px;margin:0 10px 32px;padding-bottom:24px;display:flex}.avatar{width:34px;height:34px;color:var(--white);background:var(--theme);border-radius:50%;place-items:center;font-size:13px;font-weight:800;display:grid}.sidebar-user strong,.sidebar-user small{display:block}.sidebar-user strong{font-size:11px}.sidebar-user small{color:var(--muted);margin-top:3px;font-size:10px}.sidebar nav{gap:5px;display:grid}.sidebar a{color:var(--muted);border-radius:8px;align-items:center;gap:13px;padding:12px;font-size:12px;font-weight:600;text-decoration:none;display:flex}.sidebar a span{text-align:center;width:18px;font-size:17px}.sidebar a.active{color:var(--green);background:#f1f6e9}.logout-button{color:var(--muted);text-align:left;background:0 0;border:0;align-items:center;gap:13px;margin:auto 10px 4px;padding:12px;font-size:12px;display:flex}.main-content{width:calc(100% - 240px);margin-left:240px;padding:44px clamp(24px,5vw,72px) 60px}.hamburger-btn{display:none}.page{max-width:1180px;margin:auto}.page-header{justify-content:space-between;align-items:end;margin-bottom:38px;display:flex}.page-title{color:var(--ink);letter-spacing:-.07em;margin:10px 0 0;font-size:clamp(27px,4vw,42px);line-height:1.05}.outline-button,.text-button{border:1px solid var(--line);color:var(--green);background:var(--white);border-radius:7px;padding:10px 13px;font-size:11px;font-weight:700}.page-content{display:block}.welcome-banner{min-height:156px;color:var(--white);background:var(--theme);border-radius:12px;justify-content:space-between;padding:28px 32px;display:flex;overflow:hidden}.welcome-banner .eyebrow{color:var(--white)}.welcome-banner h2{color:var(--white);letter-spacing:-.05em;margin:18px 0 5px;font-size:23px}.welcome-banner p{color:var(--white);font-family:Montserrat-Bold,sans-serif;font-size:12px}.banner-shape{color:var(--lime);align-self:center;font-size:90px;line-height:1;transform:rotate(18deg)}.metric-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0;display:grid}.metric-grid article,.activity-panel,.quick-panel{border:1px solid var(--line);background:var(--white);border-radius:11px;padding:22px}.metric-label{color:var(--muted);justify-content:space-between;font-size:11px;display:flex}.metric-label b{color:#52a66a;font-size:10px}.metric-grid strong{letter-spacing:-.05em;margin:14px 0 4px;font-size:25px;display:block}.metric-grid small{color:var(--muted);font-size:10px}.dashboard-columns{grid-template-columns:1.2fr .8fr;gap:14px;display:grid}.section-heading{justify-content:space-between;align-items:start;display:flex}.section-heading h2,.quick-panel h2{color:var(--ink);letter-spacing:-.04em;margin:10px 0 22px;font-size:17px}.text-button{border:0;padding:0}.activity-list>div{border-top:1px solid var(--line);align-items:center;gap:12px;padding:14px 0;display:flex}.activity-list>div>span:nth-child(2){flex:1}.activity-list strong,.activity-list small{display:block}.activity-list strong{font-size:11px}.activity-list small{color:var(--muted);margin-top:4px;font-size:10px}.activity-list b{color:var(--green);font-size:11px}.activity-dot{border-radius:50%;place-items:center;width:30px;height:30px;font-size:13px;display:grid}.orange{color:#c45d29;background:#fff0e7}.green{color:#3f9160;background:#e9f6e8}.blue{color:#4778a0;background:#eaf3f9}.quick-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.quick-actions button{border:1px solid var(--line);color:var(--ink);text-align:left;background:#fbfcfa;border-radius:7px;align-items:center;gap:8px;padding:12px 10px;font-size:10px;display:flex}.quick-actions button span{color:var(--green);font-size:17px}.bottom-tabs{display:none}@media (width<=800px){.login-page{display:block}.login-brand-panel{min-height:260px;padding:28px 24px}.login-brand-panel:after{font-size:240px;bottom:-100px;right:-20px}.login-brand-panel h1{margin:35px 0 10px;font-size:47px}.brand-copy{display:none}.brand-stats{margin-top:30px;font-size:9px}.login-form-panel{width:100%;padding:32px 22px 42px}.sidebar{display:none}.sidebar.sidebar-open{width:260px;display:flex;box-shadow:10px 0 30px #0000001a}.main-content{width:100%;margin:0;padding:27px 18px 92px}.hamburger-btn{z-index:4;border:1px solid var(--line);color:var(--green);background:var(--white);border-radius:7px;padding:7px 10px;font-size:0;display:block;position:absolute;top:22px;right:18px}.hamburger-btn:after{content:"☰";font-size:16px}.page-header{align-items:start;margin-bottom:25px}.page-header .outline-button{display:none}.metric-grid,.dashboard-columns{grid-template-columns:1fr}.welcome-banner{min-height:145px;padding:23px}.banner-shape{font-size:65px}.metric-grid{gap:9px}.metric-grid article{padding:17px}.metric-grid strong{margin:8px 0 3px;font-size:22px}.activity-panel,.quick-panel{padding:18px}.bottom-tabs{z-index:10;border:1px solid var(--line);box-shadow:var(--shadow);background:#fffffff0;border-radius:13px;justify-content:space-around;padding:8px 4px;display:flex;position:fixed;bottom:12px;left:12px;right:12px}.bottom-tabs a{color:var(--muted);justify-items:center;gap:3px;font-size:9px;text-decoration:none;display:grid}.bottom-tabs a span{font-size:17px}.bottom-tabs a.active{color:var(--green);font-weight:700}}@media (width<=440px){.role-grid{grid-template-columns:1fr}.role-card{min-height:62px}.brand-stats span:nth-child(2),.brand-stats span:nth-child(4){display:none}.brand-stats{justify-content:space-between}}body{font-weight:400}h1,h2,h3{font-weight:600}.page-title,.login-heading h2,.detail-copy h2{font-weight:700}.welcome-banner h2,.section-heading h2,.quick-panel h2,.product-card h2,.customer-card h2{font-weight:600}.eyebrow,.product-category,.table-head{font-weight:500}.sidebar a,.sidebar-user strong,.list-toolbar strong,.metric-label,.data-row strong,.role-card strong,.primary-button,.primary-small,.outline-button,.text-button{font-weight:600}.login-brand-panel h1,.sidebar-brand,.brand-mark,.mini-mark{font-weight:700}.login-brand-panel h1 em,.detail-description em{font-style:italic;font-weight:500}.brand-copy,.login-heading>p:last-child,.detail-description{font-weight:400}@media (width<=800px){.sidebar{display:none!important}.sidebar.sidebar-open{width:270px;box-shadow:10px 0 30px #0000001f;display:flex!important}.main-content{width:100%!important;margin-left:0!important;padding:27px 18px 132px!important}.hamburger-btn{z-index:4;border:1px solid var(--line);color:var(--green);background:var(--white);border-radius:7px;padding:7px 10px;font-size:0;position:absolute;top:20px;right:18px;display:block!important}.hamburger-btn:after{content:"☰";font-size:16px}.page-header{align-items:start;margin-bottom:25px}.page-header .outline-button{display:none}.metric-grid,.dashboard-columns{grid-template-columns:1fr}.bottom-tabs{z-index:10;border:1px solid var(--line);box-shadow:var(--shadow);background:#fffffff5;border-radius:13px;justify-content:space-around;padding:8px 4px;position:fixed;bottom:12px;left:12px;right:12px;display:flex!important}.bottom-tabs a{color:var(--muted);justify-items:center;gap:3px;font-size:9px;text-decoration:none;display:grid}.bottom-tabs a span{font-size:17px}.bottom-tabs a.active{color:var(--green);font-weight:700}.login-page{min-height:100svh;display:block}.login-brand-panel{height:244px;padding:24px 22px;min-height:244px!important}.login-brand-panel:after{font-size:230px;bottom:-100px;right:-25px}.login-brand-panel .eyebrow{margin-top:28px}.login-brand-panel h1{margin:12px 0 0;font-size:42px}.brand-copy{display:none}.brand-stats{justify-content:space-between;margin:0;font-size:8px;position:absolute;bottom:23px;left:22px;right:22px}.login-form-panel{width:100%;padding:30px 20px 40px}.login-heading h2{font-size:26px}.role-grid{gap:8px;margin:24px 0 22px}.role-card{min-height:68px;padding:10px}.primary-button{min-height:48px}}@media (width<=440px){.role-grid{grid-template-columns:1fr 1fr}.role-card{grid-template-columns:28px 1fr 14px;gap:7px}.role-icon{width:28px;height:28px}.role-card strong{font-size:11px}.role-card small{font-size:9px}}@media (width<=800px){.product-grid,.customer-grid{grid-template-columns:1fr!important}.product-art{height:132px!important}.data-row{grid-template-columns:minmax(0,1fr) auto!important;gap:8px 14px!important;padding:15px!important}.data-row>strong{grid-area:1/2!important}.data-row .status{grid-area:2/2!important;justify-self:end!important}.table-head{display:none!important}}.MuiTextField-root input.MuiInputBase-input{margin-top:0}.MuiTextField-root .MuiInputLabel-root{color:var(--muted);transform-origin:0 0;background:0 0;margin-top:0;padding:0;font-size:1rem;font-weight:400;top:0;left:0;transform:translate(14px,16px)scale(1)}.MuiTextField-root .MuiInputLabel-root.Mui-focused,.MuiTextField-root .MuiInputLabel-root.MuiInputLabel-shrink{background:var(--white);padding:0 5px;transform:translate(14px,-9px)scale(.75)}.list-toolbar strong,.list-toolbar span{display:block}.list-toolbar strong{font-size:14px}.list-toolbar span{color:var(--muted);margin-top:4px;font-size:11px}.list-search-input{box-sizing:border-box;border:1px solid var(--line);width:min(100%,520px);max-width:520px;min-height:38px;color:var(--text-h);background:var(--white);border-radius:8px;outline:none;flex:280px;padding:9px 12px;font:500 12px Montserrat,sans-serif}.list-search-input:focus{border-color:var(--green);box-shadow:0 0 0 3px #3a7d441f}.primary-small{color:var(--white);background:var(--green);white-space:nowrap;border:0;border-radius:7px;padding:11px 14px;font-size:11px;font-weight:700}.listing-fab{z-index:8;width:56px;height:56px;color:var(--white);background:var(--theme);cursor:pointer;border:0;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:fixed;bottom:24px;right:24px;box-shadow:0 12px 24px #20392a3d}.listing-fab:hover,.listing-fab:focus-visible{background:#5fc9d4;outline:none;transform:translateY(-2px)}.pagination-sentinel{min-height:1px}.no-data-found{color:var(--muted);text-align:center;padding:42px 20px;font-size:13px}.list-loader{min-height:110px;color:var(--muted);justify-content:center;align-items:center;gap:10px;font-size:12px;display:flex}.list-loader:before{content:"";border:2px solid #d9e5dc;border-top-color:var(--green);border-radius:50%;width:18px;height:18px;animation:.75s linear infinite list-loader-spin}.form-tabs button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:10px 14px;font:700 12px Montserrat,sans-serif}.form-tabs button.active{border-bottom-color:var(--green);color:var(--green)}@keyframes list-loader-spin{to{transform:rotate(360deg)}}.data-panel{border:1px solid var(--line);background:var(--white);border-radius:11px;overflow:hidden;box-shadow:0 10px 28px #20392a0f}.table-head,.data-row{grid-template-columns:.2fr 1fr 1fr .85fr .6fr .85fr .85fr .5fr .6fr .85fr .85fr .5fr;align-items:center;gap:18px;padding:14px 20px;display:grid}.table-head{z-index:1;color:var(--muted);letter-spacing:.08em;text-align:left;background:#f8faf6;font:700 11px Montserrat,monospace;position:sticky;top:0}.data-row{border-top:1px solid var(--line);min-height:74px;transition:background .18s}.data-row:hover{background:#fbfdf9}.data-row>div,.data-row>a{min-width:0}.data-row strong,.data-row small{display:block}.data-row strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.4;overflow:hidden}.data-row small{color:var(--muted);margin-top:5px;font-size:10px}.action-buttons{white-space:nowrap;align-items:center;gap:8px;display:flex}.edit-button{min-height:34px;color:var(--green);background:#f1f6f2;border:1px solid #cfe0d4;border-radius:8px;justify-content:center;align-items:center;gap:5px;padding:7px 10px;font-size:11px;font-weight:700;display:inline-flex}.edit-button:hover,.edit-button:focus-visible{border-color:var(--green);background:#e7f1e9;outline:none}fieldset{border:0;min-width:0;padding:0}fieldset:disabled{opacity:.8}.pagination-controls{justify-content:center;padding:22px 0 4px;display:flex}.listing-page .super-stockist-document{border:1px solid var(--line);background:#f1f6f2;border-radius:9px;justify-content:center;align-items:center;width:42px;height:42px;display:flex;overflow:hidden}.listing-page .super-stockist-document img{object-fit:cover;width:100%;height:100%}.listing-page .data-panel{overflow-x:auto}.listing-page .data-row,.listing-page .table-head{min-width:720px}.directory-name-cell>.MuiIconButton-root{display:none}.listing-page--salesmen .data-row,.listing-page--salesmen .table-head{grid-template-columns:.2fr 1.1fr 1fr 1.35fr .7fr .7fr}.listing-page--shops .data-row,.listing-page--shops .table-head{grid-template-columns:.2fr 1fr .9fr 1.2fr 1fr 1fr 1fr .9fr .8fr;min-width:1120px}.listing-page--distributors .data-row,.listing-page--distributors .table-head{grid-template-columns:.35fr 1.25fr 1fr 1.1fr 1.15fr 1.1fr 1.5fr 1.5fr .9fr 1.2fr 1.3fr 1.1fr 1.3fr .8fr .8fr 1.25fr;min-width:1800px}.listing-page--super-stockist .data-row,.listing-page--super-stockist .table-head{grid-template-columns:.2fr 1fr .95fr 1.25fr .8fr .75fr .65fr .5fr;min-width:980px}@media (width<=800px){.listing-page .data-panel{background:0 0;border:0;overflow:visible}.listing-page .table-head{display:none}.listing-page .data-row,.listing-page--shops .data-row,.listing-page--distributors .data-row,.listing-page--super-stockist .data-row{border:1px solid var(--line);background:var(--white);border-radius:16px;grid-template-columns:minmax(0,1fr) 58px;gap:10px 14px;min-width:0;min-height:0;margin-bottom:12px;padding:16px;display:grid;box-shadow:0 8px 22px #20392a14}.listing-page .data-row>div:first-child{display:none}.listing-page .data-row>div:not(:first-child){grid-column:1/-1;min-width:0}.listing-page .data-row>div strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.45;display:block;overflow:hidden}.listing-page .data-row>div:nth-child(2){grid-area:1/1}.listing-page .directory-name-cell{justify-content:space-between;align-items:center;min-width:0;display:flex}.listing-page .directory-name-cell>.MuiIconButton-root{flex:none;margin:-8px -8px -8px 8px;display:inline-flex}.listing-page .directory-action-cell{display:none}.listing-page .data-row>div:nth-child(2) strong{font-size:15px;font-weight:800}.listing-page .data-row>div:nth-child(3){grid-row:2}.listing-page .data-row>div:nth-child(n+3){border-top:1px solid var(--line);padding-top:8px}.listing-page .data-row>div:nth-child(n+3):before{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:3px;font:500 9px DM Mono,monospace;display:block}.listing-page--salesmen .data-row>div:nth-child(3):before{content:"Mobile"}.listing-page--salesmen .data-row>div:nth-child(4):before{content:"Address"}.listing-page--shops .data-row>div:nth-child(3):before{content:"Mobile"}.listing-page--shops .data-row>div:nth-child(4):before{content:"Address"}.listing-page--shops .data-row>div:nth-child(5):before{content:"Owner"}.listing-page--shops .data-row>div:nth-child(6):before{content:"Shop"}.listing-page--shops .data-row>div:nth-child(7):before{content:"FSSAI"}.listing-page--shops .data-row>div:nth-child(8):before{content:"Access"}.listing-page--distributors .data-row>div:nth-child(3):before{content:"Mobile"}.listing-page--distributors .data-row>div:nth-child(4):before{content:"Owner"}.listing-page--distributors .data-row>div:nth-child(5):before{content:"Shop"}.listing-page--distributors .data-row>div:nth-child(6):before{content:"FSSAI"}.listing-page--distributors .data-row>div:nth-child(7):before{content:"Bank"}.listing-page--distributors .data-row>div:nth-child(8):before{content:"Warehouse"}.listing-page--distributors .data-row>div:nth-child(9):before{content:"Area"}.listing-page--distributors .data-row>div:nth-child(10):before{content:"Salesmen"}.listing-page--super-stockist .data-row>div:nth-child(3):before{content:"Mobile"}.listing-page--super-stockist .data-row>div:nth-child(4):before{content:"Address"}.listing-page--super-stockist .data-row>div:nth-child(5):before{content:"Capacity"}.listing-page--super-stockist .data-row>div:nth-child(6):before{content:"Distributors"}.listing-page .data-row>a{background:#f1f6f2;border:0;border-radius:11px;grid-area:1/2/span 2;justify-content:center;align-items:center;width:58px;height:58px;padding:0;display:flex;overflow:hidden}.listing-page .data-row>a img{object-fit:cover;width:100%;height:100%}.listing-page--salesmen .data-row>a:nth-of-type(2){position:absolute;top:16px;right:16px}.listing-page--salesmen .data-row{padding-right:148px;position:relative}.listing-page--salesmen .data-row>a:first-of-type{position:absolute;top:16px;right:82px}.listing-page--salesmen .data-row>a:nth-of-type(2){grid-area:auto}.listing-page--shops .data-row>a,.listing-page--distributors .data-row>a,.listing-page--super-stockist .data-row>a{grid-row:1/span 2}.listing-page--distributors .data-row>div:last-child,.listing-page--super-stockist .data-row>div:last-child{border:0;grid-area:auto/1/auto/-1;justify-self:end;padding:0}.listing-page--distributors .data-row>div:last-child:before,.listing-page--super-stockist .data-row>div:last-child:before{display:none}.listing-page .data-row .map-btn{border:1px solid var(--line);width:38px;height:38px;color:var(--green);background:var(--white);border-radius:10px;place-items:center;display:grid}.listing-page .add-form-modal-backdrop{align-items:end;padding:0}.listing-page .add-form-modal{border-radius:20px 20px 0 0;width:100%;max-height:92svh;overflow-y:auto}}.add-form-modal-backdrop{-webkit-backdrop-filter:blur(7px);background:#12261c94;align-items:center;padding:24px}.add-form-modal{background:#fff;border:1px solid #fffc;border-radius:24px;width:min(920px,100%);max-height:min(900px,100svh - 48px);animation:.22s ease-out add-modal-enter;position:relative;box-shadow:0 28px 80px #11302047}.add-form-modal:before{content:"";background:linear-gradient(90deg,#175b45,#5fc9d4,#d9ee58);border-radius:0 0 8px 8px;height:3px;position:absolute;top:0;left:24px;right:24px}.add-form-modal-header{z-index:1;-webkit-backdrop-filter:blur(10px);background:#fffffff5;border-bottom:1px solid #edf2ed;min-height:82px;padding:26px 30px 16px;position:sticky;top:0}.add-form-modal-header:before{color:#718078;letter-spacing:.13em;margin-bottom:5px;font:500 9px DM Mono,monospace;display:block}.add-form-modal-header h2{color:#193228;letter-spacing:-.04em;margin:0;font-size:24px}.add-form-modal-close{color:#526057;background:#f4f8f4;border:1px solid #dfe9e2;border-radius:12px;place-items:center;width:40px;height:40px;padding:0;font-size:25px;line-height:1;transition:all .2s;display:grid}.add-form-modal-close:hover,.add-form-modal-close:focus-visible{color:#175b45;background:#eaf5ec;border-color:#a9cdb4;outline:none}.add-form-body{background:#fff;border-radius:0 0 24px 24px;padding:0 30px 30px}.add-form-body .form-heading{margin-bottom:4px;padding:5px 0 16px}.add-form-body .form-required{color:#718078;font-size:11px}.add-form-body label{margin-top:0}.add-form-body input,.add-form-body textarea,.add-form-body select{background:#fbfdfb;border-color:#dce8df;border-radius:11px;min-height:46px;transition:border-color .2s,box-shadow .2s,background .2s}.add-form-body textarea{min-height:96px}.add-form-body input:focus,.add-form-body textarea:focus,.add-form-body select:focus{background:#fff;border-color:#4f9a6b;box-shadow:0 0 0 4px #4f9a6b1f}.add-form-body .form-actions{z-index:1;padding:16px 30px calc(16px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(10px);background:#fffffff5;border-top:1px solid #edf2ed;margin:28px -30px -30px;position:sticky;bottom:0}.add-form-body .form-actions .primary-small,.add-form-body .form-actions .outline-button{border-radius:11px;min-height:44px}@keyframes add-modal-enter{0%{opacity:0;transform:translateY(12px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=800px){.add-form-modal-backdrop{align-items:end;padding:0}.add-form-modal{border-bottom:0;border-left:0;border-right:0;border-radius:24px 24px 0 0;width:100%;max-height:94svh}.add-form-modal:after{content:"";background:#d6e2d9;border-radius:10px;width:42px;height:4px;position:absolute;top:9px;left:50%;transform:translate(-50%)}.add-form-modal-header{min-height:76px;padding:28px 18px 14px}.add-form-modal-header h2{font-size:21px}.add-form-modal-close{width:38px;height:38px}.add-form-body{padding:0 18px 18px}.add-form-body .form-actions{padding:14px 18px calc(14px + env(safe-area-inset-bottom));gap:9px;margin:24px -18px -18px}}@media (prefers-reduced-motion:reduce){.add-form-modal{animation:none}}.status{border-radius:20px;justify-self:start;padding:6px 9px;font-size:10px;font-weight:700}.status-processing{color:#9a681d;background:#fff4d7}.customer-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.customer-card,.product-card{border:1px solid var(--line);background:var(--white);border-radius:11px}.customer-card{padding:18px}.customer-avatar{border-radius:11px;place-items:center;width:38px;height:38px;font-size:15px;font-weight:800;display:grid}.customer-card-main{justify-content:space-between;gap:12px;margin-top:15px;display:flex}.customer-card h2{color:var(--ink);letter-spacing:-.03em;margin:0 0 5px;font-size:14px}.customer-card-main span{color:var(--muted);font-size:10px}.more-button{color:var(--muted);letter-spacing:2px;background:0 0;border:0;align-self:start;padding:0}.customer-card-footer{border-top:1px solid var(--line);align-items:end;gap:22px;margin-top:20px;padding-top:14px;display:flex}.customer-card-footer span small,.customer-card-footer span strong{display:block}.customer-card-footer small{color:var(--muted);font-size:9px}.customer-card-footer strong{margin-top:4px;font-size:11px}.customer-card-footer .text-button{white-space:nowrap;margin-left:auto}.product-card{color:var(--ink);text-decoration:none;transition:transform .2s,box-shadow .2s;display:block;position:relative;overflow:hidden}.product-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.product-art{color:#19231e8c;place-items:center;height:140px;display:grid;position:relative;overflow:hidden}.product-art img{object-fit:fill;width:100%;height:100%}.product-art span{font-size:70px}.product-art small{color:#19231e99;font:500 10px DM Mono,monospace;position:absolute;top:14px;left:16px}.product-card-body{justify-content:space-between;gap:12px;padding:16px;display:flex}.product-category{color:var(--orange);letter-spacing:.08em;text-transform:uppercase;font:500 9px DM Mono,monospace}.product-card h2{color:var(--ink);letter-spacing:-.04em;margin:6px 0 5px;font-size:15px}.product-card p{color:var(--muted);margin:0;font-size:10px}.product-meta{flex-direction:column;align-items:end;gap:7px;display:flex}.product-meta strong{font-size:14px}.product-meta span{white-space:nowrap;font-size:9px}.in-stock{color:#398154}.low-stock{color:#bd5d50!important}.product-arrow{color:var(--green);opacity:0;font-size:15px;position:absolute;bottom:15px;right:16px}.product-card:hover .product-arrow{opacity:1}.back-link{color:var(--green);margin-bottom:18px;font-size:11px;font-weight:700;text-decoration:none;display:inline-block}.product-detail{border:1px solid var(--line);background:var(--white);border-radius:12px;grid-template-columns:minmax(260px,.8fr) 1.2fr;gap:42px;padding:28px;display:grid}.detail-gallery{min-width:0}.detail-art{color:#19231e8c;border-radius:9px;place-items:center;min-height:340px;display:grid;position:relative;overflow:hidden}.detail-art img{object-fit:contain;border-radius:9px;width:100%;height:100%;max-height:340px}.detail-art span{font-size:140px}.detail-thumbs{gap:10px;margin-top:10px;display:flex}.detail-thumbs button{background:#f3f5ed;border:2px solid #0000;border-radius:7px;width:70px;height:58px;padding:3px}.detail-thumbs button.selected{border-color:var(--green)}.detail-thumbs img{object-fit:cover;border-radius:4px;width:100%;height:100%}.detail-copy{padding:12px 8px}.detail-copy h2{color:var(--ink);letter-spacing:-.06em;margin:12px 0;font-size:32px}.detail-description{max-width:450px;color:var(--muted);font-size:13px;line-height:1.7}.detail-price{align-items:baseline;gap:10px;margin:26px 0;display:flex}.detail-price strong{font-size:27px}.detail-price span{color:var(--muted);font-size:10px}.detail-info-grid{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;gap:18px;padding:18px 0;display:grid}.detail-info-grid small,.detail-info-grid strong{display:block}.detail-info-grid strong{margin-top:5px;font-size:12px}.bulk-note{border-left:3px solid var(--orange);background:#fff8ed;gap:4px;margin-top:18px;padding:12px;display:grid}.bulk-note strong{font-size:11px}.bulk-note span{color:var(--muted);font-size:10px}.detail-action{margin-top:22px}@media (width<=700px){.list-toolbar{align-items:flex-start}.list-search-input{flex-basis:100%;width:100%;max-width:none;min-height:44px}.listing-fab{bottom:86px;right:20px}.table-head{display:none}.data-row{grid-template-columns:1fr auto;gap:8px 14px;padding:15px}.data-row>strong{grid-area:1/2}.data-row .status{grid-area:2/2;justify-self:end}.customer-grid,.product-grid{grid-template-columns:1fr}.product-art{height:130px}.product-card-body{padding:14px}.product-detail{grid-template-columns:1fr;gap:20px;padding:15px}.detail-art{min-height:220px}.detail-art img{max-height:220px}.detail-art span{font-size:100px}.detail-copy{padding:8px 4px 4px}.detail-copy h2{font-size:27px}.detail-info-grid{gap:15px}}.salesman-form{border:1px solid var(--line);background:var(--white);border-radius:11px;margin-bottom:22px;padding:22px}.form-heading{justify-content:space-between;align-items:start;margin-bottom:18px;display:flex}.form-heading h2{color:var(--ink);letter-spacing:-.04em;margin:9px 0 0;font-size:19px}.salesman-fields label{margin-top:14px}.salesman-fields input,.salesman-fields select{margin-top:7px}.salesman-fields select{border:1px solid var(--line);width:100%;color:var(--ink);background:#fbfcfa;border-radius:8px;outline:0;padding:13px 14px;font-size:13px}.form-actions{border-top:1px solid var(--line);justify-content:flex-end;gap:9px;margin-top:22px;padding-top:18px;display:flex}.salesman-card{border:1px solid var(--line);background:var(--white);border-radius:11px;padding:18px}.salesman-card-top{justify-content:space-between;align-items:start;display:flex}.salesman-card h2{color:var(--ink);letter-spacing:-.03em;margin:15px 0 5px;font-size:15px}.salesman-contact{border-top:1px solid var(--line);color:var(--muted);gap:7px;margin-top:18px;padding:14px 0;font-size:10px;display:grid}.salesman-footer{color:var(--green);justify-content:space-between;gap:10px;font-size:10px;font-weight:600;display:flex}.salesman-footer small{color:var(--muted);font-size:9px;font-weight:400}.full-width textarea{resize:vertical;box-sizing:border-box;width:100%}.shop-photo-preview{margin-top:12px}.shop-photo-preview img{object-fit:cover;border:1px solid var(--border);border-radius:10px;width:140px;height:100px}.shop-card-photo{margin-top:16px}.shop-card-photo img{object-fit:cover;border-radius:10px;width:100%;height:160px}.splash-screen{background:linear-gradient(135deg,#fff8e7,#fff);justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.splash-content{text-align:center;animation:.8s ease-in-out fadeIn}.food-icon{margin-bottom:30px;font-size:65px;animation:1.5s infinite bounce}.freshness-content{margin-top:60px;margin-bottom:30px;font-size:65px}.splash-content h1{color:var(--theme);letter-spacing:1px;margin:0;font-size:42px;font-weight:700}.splash-content p{color:#555;margin-top:30px;margin-bottom:25px;font-size:18px}.loading-container{background:#eee;border-radius:10px;width:220px;height:5px;margin:0 auto 12px;overflow:hidden}.loading-bar{background:var(--theme);border-radius:10px;width:40%;height:100%;animation:2.5s ease-in-out forwards loading}.splash-content span{color:#888;font-size:13px}@keyframes loading{0%{width:0%}to{width:100%}}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.settings-wip{justify-content:center;align-items:center;min-height:calc(100vh - 150px);padding:30px 20px;display:flex}.wip-card{text-align:center;background:#fff;border:1px solid #e8e8e8;border-radius:24px;width:100%;max-width:650px;padding:45px 40px;position:relative;overflow:hidden;box-shadow:0 10px 40px #0000000f}.wip-card:before{content:"";background:linear-gradient(90deg,#f59e0b,#f97316,#eab308);height:5px;position:absolute;top:0;left:0;right:0}.wip-icon-wrapper{justify-content:center;align-items:center;width:110px;height:110px;margin:0 auto 25px;display:flex;position:relative}.wip-icon{color:#f59e0b;background:#fff7e6;border:1px solid #fde7b2;border-radius:50%;justify-content:center;align-items:center;width:92px;height:92px;animation:5s linear infinite rotateSettings;display:flex}@keyframes rotateSettings{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wip-sparkle{color:#f97316;background:#fff;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute}.sparkle-one{top:3px;right:3px}.sparkle-two{bottom:7px;left:2px}.wip-badge{color:#d97706;background:#fff7e6;border-radius:30px;align-items:center;gap:7px;margin-bottom:18px;padding:7px 14px;font-size:13px;font-weight:600;display:inline-flex}.wip-card h2{color:#222;letter-spacing:-.5px;margin:0 0 12px;font-size:30px;font-weight:700}.wip-card>p{color:#6b7280;max-width:500px;margin:0 auto;font-size:15px;line-height:1.7}.wip-progress{text-align:left;margin-top:30px}.progress-header{color:#6b7280;justify-content:space-between;align-items:center;margin-bottom:9px;font-size:13px;display:flex}.progress-header span:last-child{color:#d97706;font-weight:600}.progress-track{background:#f3f4f6;border-radius:20px;width:100%;height:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#f59e0b,#f97316);border-radius:20px;width:65%;height:100%;animation:2s ease-in-out infinite alternate progressAnimation}@keyframes progressAnimation{0%{width:55%}to{width:70%}}.wip-features{text-align:left;background:#fafafa;border-radius:14px;flex-direction:column;gap:12px;margin-top:28px;padding:18px;display:flex}.feature-item{color:#555;align-items:center;gap:10px;font-size:14px;display:flex}.feature-dot{background:#f59e0b;border-radius:50%;width:7px;min-width:7px;height:7px}.wip-footer{color:#9ca3af;border-top:1px solid #eee;margin-top:25px;padding-top:20px;font-size:13px}@media (width<=600px){.settings-wip{min-height:calc(100vh - 130px);padding:20px 12px}.wip-card{border-radius:20px;padding:35px 22px}.wip-card h2{font-size:25px}.wip-card>p{font-size:14px}.wip-icon-wrapper{margin-bottom:20px}}.product-detail{grid-template-columns:minmax(320px,.9fr) minmax(400px,1.1fr);gap:45px;margin-top:25px;display:grid}.detail-gallery{width:100%}.detail-art{background:#f7f7f7;border-radius:16px;justify-content:center;align-items:center;width:100%;height:480px;display:flex;overflow:hidden}.detail-art img{object-fit:contain;box-sizing:border-box;width:100%;height:100%;padding:20px}.detail-copy{padding-top:10px}.product-category{color:#175b45;text-transform:uppercase;background:#e8f5ee;border-radius:20px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-flex}.detail-copy h2{margin:14px 0 10px;font-size:30px;line-height:1.2}.detail-description{color:#666;margin-bottom:25px;font-size:15px;line-height:1.7}.packing-section{margin-top:25px}.section-title{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.section-title strong{font-size:16px}.section-title span{color:#777;font-size:12px}.packing-options{flex-wrap:wrap;gap:12px;display:flex}.packing-option{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;flex-direction:column;gap:5px;min-width:100px;padding:12px 16px;transition:all .2s;display:flex}.packing-option:hover{border-color:#175b45}.packing-option.selected{background:#e8f5ee;border-color:#175b45}.packing-size{color:#666;font-size:13px}.packing-option strong{color:#175b45;font-size:16px}.selected-price{background:#f5f7f6;border-radius:10px;justify-content:space-between;align-items:center;margin-top:20px;padding:16px;display:flex}.selected-price div{flex-direction:column;gap:5px;display:flex}.selected-price small{color:#777;font-size:12px}.selected-price strong{font-size:18px}.price-value{text-align:right}.price-value strong{color:#175b45;font-size:24px}.detail-info-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:25px;display:grid}.detail-info-grid>div{border:1px solid #eee;border-radius:8px;flex-direction:column;gap:5px;padding:14px;display:flex}.detail-info-grid small{color:#777;font-size:12px}.detail-info-grid strong{font-size:14px}.detail-action{width:100%;margin-top:25px;padding:13px;font-size:15px}@media (width<=768px){.product-detail{grid-template-columns:1fr;gap:25px}.detail-art{height:320px}.detail-copy h2{font-size:24px}.detail-info-grid{grid-template-columns:1fr}}.super-stockist-name-cell>.MuiIconButton-root{display:none}@media (width<=1024px){.salesman-grid{grid-template-columns:1fr}.salesman-form{padding:24px}}@media (width<=700px){.list-toolbar{flex-direction:column;align-items:stretch}.list-toolbar>div{gap:4px}.list-toolbar strong{font-size:18px}.primary-small{width:100%;min-height:44px}.salesman-form{border-radius:12px;padding:18px}.form-heading{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:20px;padding-bottom:18px}.form-heading h2{font-size:21px}.salesman-fields{grid-template-columns:1fr;gap:16px}.full-width{grid-column:auto}.form-actions{flex-direction:column-reverse;align-items:stretch}.form-actions button{width:100%;min-height:44px}.salesman-grid{grid-template-columns:1fr;gap:14px}.salesman-card{border-radius:13px;padding:18px}.salesman-card h2{font-size:18px}.salesman-footer{flex-direction:column;align-items:flex-start;gap:5px}.shop-card-photo{height:180px}}@media (width<=400px){.salesman-form{padding:14px}.salesman-card{padding:15px}.salesman-card-top{align-items:flex-start}.status{white-space:normal;text-align:center;max-width:150px}.shop-photo-preview{width:100%;height:150px}.shop-card-image{object-fit:cover;width:100%;height:100%;display:block}}@media (width<=380px){.salesman-profile-info h2{font-size:16px}.salesman-avatar-photo,.salesman-profile .customer-avatar{flex-basis:54px;width:54px;height:54px}}@media (width<=650px){.distributor-fields{grid-template-columns:1fr}.full-width{grid-column:auto}.distributor-form{padding:20px}}.super-stockist-form,.super-stockist-card{border:1px solid #e3ece6;border-radius:22px;box-shadow:0 10px 28px #1d4c331a;background:#fff!important}.super-stockist-form{margin:22px 0 28px;padding:28px}.super-stockist-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.super-stockist-fields label{color:#30483b;flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}.super-stockist-fields input,.super-stockist-fields textarea{box-sizing:border-box;color:#20362b;width:100%;font:inherit;background:#fff;border:1px solid #d9e6dd;border-radius:10px;padding:11px 12px}.super-stockist-fields input:focus,.super-stockist-fields textarea:focus{border-color:#176b45;outline:none;box-shadow:0 0 0 3px #176b451f}.super-stockist-grid{grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:22px;display:grid}.super-stockist-card{padding:22px;transition:transform .2s,box-shadow .2s}.super-stockist-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px #1d4c3329}.super-stockist-card-header{border-bottom:1px solid #edf1ee;align-items:center;gap:13px;padding-bottom:16px;display:flex}.super-stockist-avatar{color:#176b45;background:#e5f2e9;border-radius:50%;flex:0 0 56px;place-items:center;width:56px;height:56px;font-size:22px;font-weight:800;display:grid}.super-stockist-card h2{color:#193228;margin:0 0 5px;font-size:18px}.super-stockist-card-header span{color:#6c7d73;font-size:13px}.super-stockist-details{margin:16px 0}.super-stockist-details p{color:#65756c;flex-direction:column;gap:4px;margin:12px 0;font-size:13px;line-height:1.45;display:flex}.super-stockist-details strong{color:#30483b}.stockist-stats{grid-template-columns:1fr 1fr;gap:12px;margin-top:18px;display:grid}.stockist-stats div{background:#f3f8f4;border-radius:13px;padding:14px}.stockist-stats strong,.stockist-stats span{display:block}.stockist-stats strong{color:#176b45;font-size:18px}.stockist-stats span{color:#718078;margin-top:4px;font-size:12px}.super-stockist-document{color:#176b45;border-top:1px solid #edf1ee;align-items:center;gap:10px;padding-top:14px;font-size:12px;font-weight:700;text-decoration:none;display:flex}.super-stockist-document img,.super-stockist-document-preview{object-fit:cover;border-radius:8px;width:62px;height:50px}.super-stockist-document-preview{margin-top:10px;display:block}@media (width<=650px){.super-stockist-fields{grid-template-columns:1fr}.full-width{grid-column:auto}.super-stockist-form{padding:20px}}@media (width<=800px){.super-stockist-page{width:100%}.super-stockist-page .list-toolbar{align-items:stretch;gap:14px;margin-bottom:18px}.super-stockist-page .list-toolbar strong{font-size:17px}.super-stockist-page .list-toolbar span{max-width:28ch;line-height:1.45}.super-stockist-page .primary-small{border-radius:11px;width:100%;min-height:46px}.super-stockist-page .data-panel{background:0 0;border:0;overflow:visible}.super-stockist-page .table-head{display:none}.super-stockist-page .data-row{background:#fff;border:1px solid #e3ece6;border-radius:16px;grid-template-columns:minmax(0,1fr) 62px;gap:9px 14px;min-height:0;margin-bottom:12px;padding:16px;display:grid;box-shadow:0 8px 22px #1d4c3314}.super-stockist-page .data-row>div:first-child{display:none}.super-stockist-page .data-row>div:nth-child(2){grid-area:1/1}.super-stockist-page .super-stockist-name-cell{justify-content:space-between;align-items:center;min-width:0;display:flex}.super-stockist-page .super-stockist-name-cell .MuiIconButton-root{flex:none;margin:-8px -8px -8px 8px;display:inline-flex}.super-stockist-page .super-stockist-action-cell{display:none}.super-stockist-page .data-row>div:nth-child(3){grid-area:2/1/auto/-1;min-width:0}.super-stockist-page .data-row>div:nth-child(4),.super-stockist-page .data-row>div:nth-child(5){border-top:1px solid #edf1ee;grid-column:1;padding-top:8px}.super-stockist-page .data-row>div:nth-child(4){grid-row:3}.super-stockist-page .data-row>div:nth-child(5){grid-row:4}.super-stockist-page .data-row>div:nth-child(2) strong{color:#193228;text-overflow:ellipsis;white-space:nowrap;font-size:15px;line-height:1.3;overflow:hidden}.super-stockist-page .data-row>div:nth-child(3) strong{color:#718078;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;line-height:1.45;overflow:hidden}.super-stockist-page .data-row>div:nth-child(4):before,.super-stockist-page .data-row>div:nth-child(5):before{color:#718078;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:9px;font-weight:700;display:block}.super-stockist-page .data-row>div:nth-child(4):before{content:"Capacity"}.super-stockist-page .data-row>div:nth-child(5):before{content:"Distributors"}.super-stockist-page .data-row>div:nth-child(4) strong,.super-stockist-page .data-row>div:nth-child(5) strong{color:#176b45;font-size:13px}.super-stockist-page .data-row .super-stockist-document{background:#f3f8f4;border:0;border-radius:11px;grid-area:1/2/span 2;justify-content:center;align-self:start;width:62px;height:62px;padding:0;overflow:hidden}.super-stockist-page .data-row .super-stockist-document img{border-radius:0;width:100%;height:100%}.super-stockist-page .add-form-modal-backdrop{align-items:end;padding:0}.super-stockist-page .add-form-modal{border-radius:20px 20px 0 0;width:100%;max-height:92svh;overflow-y:auto}.super-stockist-page .add-form-modal-header{padding:18px 18px 12px}.super-stockist-page .add-form-body{padding:0 18px 18px}}@media (width<=380px){.super-stockist-page .data-row{padding:14px}.super-stockist-page .data-row .super-stockist-document{width:54px;height:54px}}.map-btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:5px;display:flex}.super-stockist-page .add-form-modal-backdrop{z-index:9999;box-sizing:border-box;background:#0000008c;justify-content:center;align-items:center;width:100%;height:100dvh;padding:20px;display:flex;position:fixed;inset:0;overflow-y:auto}.super-stockist-page .add-form-modal{box-sizing:border-box;background:#fff;border-radius:20px;flex-direction:column;flex-shrink:0;width:min(700px,100%);max-height:calc(100dvh - 40px);display:flex;overflow:hidden;box-shadow:0 20px 60px #00000040}.super-stockist-page .add-form-modal-header{flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px 14px;display:flex}.super-stockist-page .add-form-modal-header h2{color:#193228;margin:0;font-size:22px}.super-stockist-page .add-form-modal-close{color:#555;cursor:pointer;background:#eef5f0;border:0;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:24px;display:flex}.super-stockist-page .add-form-body{min-height:0;padding:0 24px 24px;overflow-y:auto}.document-remove-btn{color:#fff;cursor:pointer;z-index:2;background:#e21b2b;border:none;border-radius:50%;justify-content:center;align-items:center;width:25px;height:25px;padding:0;display:flex;position:absolute;top:6px;right:6px;box-shadow:0 2px 5px #0000002e}@media (width<=600px){.documents-top-row{grid-template-columns:1fr 1fr;gap:10px}.document-upload-card,.document-image-card{width:100%;height:105px}.other-image-card,.other-upload-card{width:85px;height:85px}}.clickable-document-card{cursor:pointer;position:relative;overflow:hidden}.clickable-document-card img{object-fit:cover;width:100%;height:100%;display:block}.document-replace-overlay{color:#fff;opacity:0;pointer-events:none;background:#00000073;justify-content:center;align-items:center;font-size:13px;font-weight:600;transition:opacity .2s;display:flex;position:absolute;inset:0}.clickable-document-card:hover .document-replace-overlay{opacity:1}.primary-small:disabled,.document-remove-btn:disabled{opacity:.7;cursor:not-allowed}@keyframes superStockistSpin{to{transform:rotate(360deg)}}.other-documents-group{width:100%;margin-top:20px}.other-document-preview .document-remove-btn:hover{transform:scale(1.05)}@keyframes superStockistDocumentSpin{to{transform:rotate(360deg)}}@media (width<=600px){.other-documents-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.other-document-preview{height:120px}.other-document-name{padding:7px 8px;font-size:11px}.other-document-add-card{min-height:155px;padding:10px}.add-document-icon{width:40px;height:40px;margin-bottom:7px}.add-document-icon svg{width:21px;height:21px}.other-document-add-card>span{font-size:11px}.other-document-add-card small{font-size:9px}.other-document-preview .document-remove-btn{width:25px;height:25px;top:6px;right:6px}}@media (width<=360px){.other-documents-grid{gap:8px}.other-document-preview{height:105px}.other-document-add-card{min-height:140px}}.mobile-stockist-details{display:none}@media (width<=768px){.super-stockist-page .table-head,.super-stockist-page .data-row{grid-template-columns:50px minmax(0,1fr) 50px}.super-stockist-page .table-head span:nth-child(3),.super-stockist-page .table-head span:nth-child(4),.super-stockist-page .table-head span:nth-child(5),.super-stockist-page .table-head span:nth-child(6),.super-stockist-page .table-head span:nth-child(7),.super-stockist-page .data-row>div:nth-child(3),.super-stockist-page .data-row>div:nth-child(4),.super-stockist-page .data-row>div:nth-child(5),.super-stockist-page .data-row>div:nth-child(6),.super-stockist-page .data-row>div:nth-child(7){display:none}.super-stockist-page .super-stockist-name-cell{justify-content:space-between;align-items:flex-start;gap:8px;min-width:0;display:flex}.super-stockist-page .super-stockist-main-info{flex:1;min-width:0}.super-stockist-page .super-stockist-main-info>strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;line-height:1.3;display:block;overflow:hidden}.mobile-stockist-details{flex-direction:column;gap:3px;margin-top:4px;display:flex}.mobile-stockist-details span{color:#666;font-size:11px;line-height:1.3;display:block}.mobile-stockist-details .mobile-stockist-address{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.super-stockist-name-cell .MuiIconButton-root{flex-shrink:0;padding:4px}.super-stockist-page .super-stockist-action-cell{display:none}.super-stockist-page .table-head span:last-child{display:block}.super-stockist-page{width:100%;overflow-x:hidden}.super-stockist-page .data-panel{width:100%;padding:0;overflow:visible}.super-stockist-page .table-head{display:none}.super-stockist-page .data-row{box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:100%;margin-bottom:12px;padding:16px 48px 16px 16px;display:block;position:relative;box-shadow:0 2px 8px #0000000d}.super-stockist-page .data-row>div:first-child{display:none}.super-stockist-page .super-stockist-name-cell{width:100%;padding:0;display:block}.super-stockist-page .super-stockist-main-info{width:100%}.super-stockist-page .super-stockist-main-info>strong{margin-bottom:8px;padding-right:5px;font-size:16px;font-weight:700;line-height:1.4;display:block}.super-stockist-page .mobile-stockist-details{flex-direction:column;gap:5px;width:100%;display:flex}.super-stockist-page .mobile-stockist-details span{color:#555;word-break:break-word;font-size:13px;line-height:1.45;display:block}.super-stockist-page .mobile-stockist-address{-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box!important}.super-stockist-page .data-row>div:nth-child(3),.super-stockist-page .data-row>div:nth-child(4),.super-stockist-page .data-row>div:nth-child(5),.super-stockist-page .data-row>div:nth-child(6),.super-stockist-page .data-row>div:nth-child(7),.super-stockist-page .super-stockist-action-cell{display:none}.super-stockist-page .super-stockist-name-cell>.MuiIconButton-root{padding:7px;position:absolute;top:10px;right:8px}.super-stockist-page .list-toolbar{box-sizing:border-box;width:100%;padding:0 12px 12px}.super-stockist-page .list-search-input{box-sizing:border-box;width:100%}.super-stockist-page .listing-fab{z-index:1000;bottom:20px;right:16px}.super-stockist-page .no-data-found{text-align:center;padding:30px 15px}.super-stockist-page .list-loader{box-sizing:border-box;width:100%;padding:30px 15px}.super-stockist-page .add-form-modal-backdrop{align-items:flex-end;padding:0}.super-stockist-page .add-form-modal{border-radius:18px 18px 0 0;width:100%;max-width:100%;height:92vh;max-height:92vh;margin:0;overflow:hidden}.super-stockist-page .add-form-modal-header{padding:14px 16px}.super-stockist-page .add-form-modal-header h2{margin:0;font-size:18px}.super-stockist-page .add-form-body{-webkit-overflow-scrolling:touch;height:calc(92vh - 60px);overflow-y:auto}.super-stockist-page .form-tabs{z-index:10;background:#fff;position:sticky;top:0}.super-stockist-page .super-stockist-fields{display:block}.super-stockist-page .super-stockist-fields>label{width:100%;margin-bottom:14px;display:block}.super-stockist-page .super-stockist-fields input,.super-stockist-page .super-stockist-fields textarea{box-sizing:border-box;width:100%}.super-stockist-page .documents-top-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.super-stockist-page .document-image-card,.super-stockist-page .document-upload-card{box-sizing:border-box;width:100%;min-height:150px}.super-stockist-page .other-documents-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.super-stockist-page .form-actions{z-index:20;background:#fff;border-top:1px solid #e5e7eb;padding:12px 16px;position:sticky;bottom:0}}@media (width<=480px){.super-stockist-page .data-row{margin-bottom:10px;padding:14px 45px 14px 14px}.super-stockist-page .super-stockist-main-info>strong{font-size:15px}.super-stockist-page .mobile-stockist-details span{font-size:12px}.super-stockist-page .documents-top-row{grid-template-columns:1fr}.super-stockist-page .document-image-card,.super-stockist-page .document-upload-card{min-height:180px}.super-stockist-page .other-documents-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.super-stockist-page{width:100%!important;overflow-x:hidden!important}.super-stockist-page .data-panel{background:0 0!important;border:0!important;width:100%!important;padding:0!important;display:block!important;overflow:visible!important}.super-stockist-page .table-head{display:none!important}.super-stockist-page .data-row{box-sizing:border-box!important;background:#fff!important;border:1px solid #e3ece6!important;border-radius:16px!important;width:100%!important;min-height:auto!important;margin:0 0 12px!important;padding:16px 48px 16px 16px!important;display:block!important;box-shadow:0 6px 18px #1d4c3314!important}.super-stockist-page .data-row>div:first-child{display:none!important}.super-stockist-page .data-row>div:nth-child(2){width:100%!important;padding:0!important;display:block!important}.super-stockist-page .super-stockist-name-cell{justify-content:space-between!important;align-items:flex-start!important;gap:8px!important;width:100%!important;min-width:0!important;display:flex!important}.super-stockist-page .super-stockist-main-info{width:100%!important;min-width:0!important;display:block!important}.super-stockist-page .super-stockist-main-info>strong{color:#193228!important;white-space:normal!important;text-overflow:unset!important;margin:0 0 8px!important;padding:0!important;font-size:16px!important;font-weight:700!important;line-height:1.4!important;display:block!important;overflow:visible!important}.super-stockist-page .mobile-stockist-details{flex-direction:column!important;gap:5px!important;width:100%!important;margin-top:0!important;display:flex!important}.super-stockist-page .mobile-stockist-details span{color:#65756c!important;white-space:normal!important;word-break:break-word!important;width:100%!important;font-size:13px!important;line-height:1.5!important;display:block!important;overflow:visible!important}.super-stockist-page .mobile-stockist-address{-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important}.super-stockist-page .super-stockist-name-cell>.MuiIconButton-root{flex:none!important;margin:-6px -6px 0 4px!important;padding:6px!important;display:inline-flex!important}.super-stockist-page .data-row>div:nth-child(3),.super-stockist-page .data-row>div:nth-child(4),.super-stockist-page .data-row>div:nth-child(5),.super-stockist-page .data-row>div:nth-child(6),.super-stockist-page .data-row>div:nth-child(7),.super-stockist-page .super-stockist-action-cell{display:none!important}.super-stockist-page .list-toolbar{box-sizing:border-box!important;width:100%!important;padding:0 12px 12px!important}.super-stockist-page .list-search-input{box-sizing:border-box!important;width:100%!important}.super-stockist-page .no-data-found,.super-stockist-page .list-loader{box-sizing:border-box!important;text-align:center!important;width:100%!important;padding:30px 15px!important}}@media (width<=480px){.super-stockist-page .data-row{margin-bottom:10px!important;padding:14px 44px 14px 14px!important}.super-stockist-page .super-stockist-main-info>strong{font-size:15px!important}.super-stockist-page .mobile-stockist-details span{font-size:12px!important}}.distributor-snackbar{z-index:20000!important}@media (width<=1024px){.salesman-grid{grid-template-columns:1fr}.salesman-form{padding:24px}}@media (width<=700px){.list-toolbar{flex-direction:column;align-items:stretch}.list-toolbar>div{gap:4px}.list-toolbar strong{font-size:18px}.primary-small{width:100%;min-height:44px}.salesman-form{border-radius:12px;padding:18px}.form-heading{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:20px;padding-bottom:18px}.form-heading h2{font-size:21px}.salesman-fields{grid-template-columns:1fr;gap:16px}.full-width{grid-column:auto}.form-actions{flex-direction:column-reverse;align-items:stretch}.form-actions button{width:100%;min-height:44px}.salesman-grid{grid-template-columns:1fr;gap:14px}.salesman-card{border-radius:13px;padding:18px}.salesman-card h2{font-size:18px}.salesman-footer{flex-direction:column;align-items:flex-start;gap:5px}.shop-card-photo{height:180px}}@media (width<=400px){.salesman-form{padding:14px}.salesman-card{padding:15px}.salesman-card-top{align-items:flex-start}.status{white-space:normal;text-align:center;max-width:150px}.shop-photo-preview{width:100%;height:150px}.shop-card-image{object-fit:cover;width:100%;height:100%;display:block}}@media (width<=380px){.salesman-profile-info h2{font-size:16px}.salesman-avatar-photo,.salesman-profile .customer-avatar{flex-basis:54px;width:54px;height:54px}}.distributor-form,.distributor-card{border:1px solid #e3ece6;border-radius:22px;box-shadow:0 10px 28px #1d4c331a;background:#fff!important}.distributor-form{margin:22px 0 28px;padding:28px}.distributor-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.distributor-fields label{color:#30483b;flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}.distributor-fields input,.distributor-fields textarea{box-sizing:border-box;color:#20362b;width:100%;font:inherit;background:#fff;border:1px solid #d9e6dd;border-radius:10px;padding:11px 12px}.distributor-fields input:focus,.distributor-fields textarea:focus{border-color:#176b45;outline:0;box-shadow:0 0 0 3px #176b451f}.distributor-grid{grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:22px;display:grid}.distributor-card{padding:22px;transition:transform .2s,box-shadow .2s}.distributor-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px #1d4c3329}.distributor-card-header{border-bottom:1px solid #edf1ee;align-items:center;gap:13px;padding-bottom:16px;display:flex}.distributor-avatar{color:#176b45;background:#e5f2e9;border-radius:50%;flex:0 0 56px;place-items:center;width:56px;height:56px;font-size:22px;font-weight:800;display:grid}.distributor-card h2{color:#193228;margin:0 0 5px;font-size:18px}.distributor-card a{color:#176b45;font-size:13px;text-decoration:none}.distributor-details{margin:16px 0}.distributor-details p{color:#65756c;margin:9px 0;font-size:13px;line-height:1.45}.distributor-details strong{color:#30483b}.distributor-shop-photo,.distributor-photo-preview{object-fit:cover;border-radius:13px;width:100%;height:150px}.distributor-photo-preview{width:110px;height:80px;margin-top:10px}@media (width<=650px){.distributor-fields{grid-template-columns:1fr}.full-width{grid-column:auto}.distributor-form{padding:20px}}.field-label{color:#30483b;font-size:13px;font-weight:700;line-height:1.2;display:block}.required-star{font-weight:800;display:inline;color:#dc2626!important}.document-upload-card{color:#e21b2b;cursor:pointer;background:#fff;border:1.5px dashed #d9d9d9;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;width:170px;height:125px;transition:all .2s;display:flex}.document-file-placeholder{color:#e21b2b;background:#fff7f8;justify-content:center;align-items:center;width:100%;height:100%;display:flex}@media (width<=600px){.documents-top-row{grid-template-columns:1fr 1fr;gap:10px}.document-upload-card,.document-image-card{width:100%;height:105px}.other-image-card,.other-upload-card{width:85px;height:85px}}.list-loader{justify-content:center;align-items:center;gap:10px;padding:30px 20px;font-size:14px;font-weight:500;display:flex}.main-loader,.button-loader{border:2px solid #00000026;border-top-color:currentColor;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite distributorSpin;display:inline-block}.button-loader{border-width:2px;width:15px;height:15px}.button-loader-wrapper{justify-content:center;align-items:center;gap:8px;display:inline-flex}.primary-small:disabled,.document-remove-btn:disabled{opacity:.7;cursor:not-allowed}@keyframes distributorSpin{to{transform:rotate(360deg)}}.other-documents-group .document-title-row{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.other-documents-group .document-title{color:#222;font-size:14px;font-weight:600}.other-documents-group .document-help-text{color:#777;margin-top:4px;font-size:12px;font-weight:400;display:block}.document-count{color:#555;background:#f3f4f6;border-radius:14px;justify-content:center;align-items:center;min-width:42px;height:28px;padding:0 10px;font-size:12px;font-weight:600;display:flex}.other-documents-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;width:100%;display:grid}.other-document-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-width:0;transition:all .2s;overflow:hidden}.other-document-card:hover{border-color:#175b45;box-shadow:0 3px 12px #0000000f}.other-document-preview .document-file-placeholder{color:#777;background:#f5f6f7;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:100%;height:100%;display:flex}.other-document-preview .document-file-placeholder span{font-size:11px}.other-document-preview .document-remove-btn{color:#d32f2f;cursor:pointer;z-index:2;background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 2px 6px #00000026}.other-document-preview .document-remove-btn:hover{background:#fff;transform:scale(1.05)}.other-document-preview .document-remove-btn:disabled{cursor:not-allowed;opacity:.7}.other-document-add-card{text-align:center;cursor:pointer;background:#fafafa;border:1.5px dashed #b8b8b8;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:190px;padding:15px;transition:all .2s;display:flex}.other-document-add-card:hover{background:#f4faf7;border-color:#175b45}.add-document-icon{color:#175b45;background:#eaf4ef;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:9px;display:flex}.other-document-add-card>span{color:#333;font-size:13px;font-weight:600}.other-document-add-card small{color:#888;margin-top:4px;font-size:11px}.button-loader.small{border:2px solid #00000026;border-top-color:currentColor;border-radius:50%;width:13px;height:13px;animation:.7s linear infinite otherDocumentSpin}@keyframes otherDocumentSpin{to{transform:rotate(360deg)}}@media (width<=600px){.other-documents-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.other-document-preview{height:115px}.other-document-name{padding:7px 8px;font-size:11px}.other-document-add-card{min-height:150px;padding:10px}.add-document-icon{width:40px;height:40px;margin-bottom:7px}.add-document-icon svg{width:22px;height:22px}.other-document-add-card>span{font-size:11px}.other-document-add-card small{font-size:9px}.other-document-preview .document-remove-btn{width:25px;height:25px;top:6px;right:6px}}@media (width<=360px){.other-documents-grid{gap:8px}.other-document-preview{height:100px}.other-document-add-card{min-height:135px}}.mobile-distributor-details{display:none}@media (width<=768px){.listing-page--distributors{box-sizing:border-box!important;width:100%!important;max-width:100%!important;overflow-x:hidden!important}.listing-page--distributors .list-toolbar{box-sizing:border-box!important;width:100%!important;margin-bottom:14px!important}.listing-page--distributors .list-search-input{box-sizing:border-box!important;width:100%!important;max-width:100%!important}.listing-page--distributors .data-panel{box-sizing:border-box!important;background:0 0!important;border:none!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;display:block!important;overflow:visible!important}.listing-page--distributors .table-head{display:none!important}.listing-page--distributors .data-row{box-sizing:border-box!important;background:#fff!important;border:1px solid #e3ece6!important;border-radius:16px!important;width:100%!important;min-width:0!important;max-width:100%!important;min-height:auto!important;margin:0 0 12px!important;padding:16px 50px 16px 16px!important;display:block!important;position:relative!important;overflow:hidden!important;box-shadow:0 6px 18px #1d4c3314!important}.listing-page--distributors .data-row>div:first-child{display:none!important}.listing-page--distributors .data-row>div:nth-child(2){width:100%!important;min-width:0!important;margin:0!important;padding:0!important;display:block!important}.listing-page--distributors .directory-name-cell{justify-content:space-between!important;align-items:flex-start!important;gap:10px!important;width:100%!important;min-width:0!important;padding:0!important;display:flex!important}.listing-page--distributors .directory-main-info{flex:auto!important;width:auto!important;min-width:0!important;max-width:calc(100% - 44px)!important;display:block!important}.listing-page--distributors .directory-name-cell>.MuiIconButton-root{z-index:5!important;border-radius:50%!important;flex:0 0 36px!important;justify-content:center!important;align-items:center!important;width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important;margin:0!important;padding:6px!important;display:flex!important;position:relative!important}.listing-page--distributors .directory-main-info>strong{color:#193228!important;white-space:normal!important;width:100%!important;text-overflow:unset!important;word-break:break-word!important;margin:0 0 8px!important;padding:0!important;font-size:16px!important;font-weight:700!important;line-height:1.4!important;display:block!important;overflow:visible!important}.listing-page--distributors .mobile-distributor-details{flex-direction:column!important;gap:5px!important;width:100%!important;margin:0!important;display:flex!important}.listing-page--distributors .mobile-distributor-details span{color:#65756c!important;white-space:normal!important;word-break:break-word!important;width:100%!important;font-size:13px!important;font-weight:400!important;line-height:1.5!important;display:block!important;overflow:visible!important}.listing-page--distributors .directory-name-cell>.MuiIconButton-root{flex:none!important;width:36px!important;height:36px!important;margin:-5px -6px 0 4px!important;padding:6px!important;display:inline-flex!important}.listing-page--distributors .data-row>div:nth-child(3),.listing-page--distributors .data-row>div:nth-child(4),.listing-page--distributors .data-row>div:nth-child(5),.listing-page--distributors .data-row>div:nth-child(6),.listing-page--distributors .data-row>div:nth-child(7),.listing-page--distributors .data-row>div:nth-child(8),.listing-page--distributors .data-row>div:nth-child(9),.listing-page--distributors .data-row>div:nth-child(10),.listing-page--distributors .data-row>div:nth-child(11),.listing-page--distributors .data-row>div:nth-child(12),.listing-page--distributors .data-row>div:nth-child(13),.listing-page--distributors .directory-action-cell{display:none!important}.listing-page--distributors .list-loader,.listing-page--distributors .no-data-found{box-sizing:border-box!important;text-align:center!important;width:100%!important;padding:30px 15px!important}.listing-page--distributors .pagination-sentinel{width:100%!important;height:20px!important}}@media (width<=480px){.listing-page--distributors .data-row{border-radius:14px!important;margin-bottom:10px!important;padding:14px 46px 14px 14px!important}.listing-page--distributors .directory-main-info>strong{margin-bottom:7px!important;font-size:15px!important}.listing-page--distributors .mobile-distributor-details span{font-size:12px!important}.listing-page--distributors .directory-name-cell>.MuiIconButton-root{width:34px!important;height:34px!important}.listing-page--distributors .directory-main-info{max-width:calc(100% - 42px)!important}.listing-page--distributors .directory-name-cell>.MuiIconButton-root{flex:0 0 34px!important;width:34px!important;min-width:34px!important;max-width:34px!important;height:34px!important;margin:0!important}}.mobile-distributor-name-row{align-items:flex-start;gap:6px;width:100%;display:flex}.mobile-distributor-name-row strong{color:#193228;word-break:break-word;flex:1;min-width:0;font-size:16px;font-weight:700;line-height:1.4}.mobile-distributor-name-row .MuiIconButton-root{flex:0 0 34px;width:34px;height:34px;margin:-5px 0 0;padding:6px}.mobile-distributor-name-row{justify-content:space-between!important;align-items:center!important;gap:8px!important;width:100%!important;display:flex!important}.mobile-distributor-name-row strong{color:#193228!important;white-space:nowrap!important;text-overflow:ellipsis!important;flex:auto!important;min-width:0!important;margin:0!important;font-size:16px!important;font-weight:700!important;line-height:1.4!important;overflow:hidden!important}.mobile-distributor-name-row .MuiIconButton-root{flex:0 0 34px!important;justify-content:center!important;align-items:center!important;width:34px!important;min-width:34px!important;max-width:34px!important;height:34px!important;margin:0!important;padding:6px!important;display:flex!important}@media (width<=768px){.listing-page--distributors .data-row{padding:14px!important;position:relative!important;overflow:hidden!important}.listing-page--distributors .directory-name-cell{width:100%!important;margin:0!important;padding:0!important;display:block!important}.listing-page--distributors .directory-main-info{width:100%!important;min-width:0!important;max-width:100%!important;display:block!important}.listing-page--distributors .mobile-distributor-name-row{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;width:100%!important;min-width:0!important;margin:0!important;padding:0!important;display:flex!important}.listing-page--distributors .mobile-distributor-name-row>strong{color:#193228!important;white-space:nowrap!important;text-overflow:ellipsis!important;flex:auto!important;width:auto!important;min-width:0!important;max-width:none!important;margin:0!important;padding:0!important;font-size:16px!important;font-weight:700!important;line-height:1.4!important;overflow:hidden!important}.listing-page--distributors .mobile-distributor-name-row>.MuiIconButton-root{border-radius:50%!important;flex:0 0 34px!important;justify-content:center!important;align-items:center!important;width:34px!important;min-width:34px!important;max-width:34px!important;height:34px!important;margin:0!important;padding:5px!important;display:flex!important;position:static!important}.listing-page--distributors .mobile-distributor-name-row>.MuiIconButton-root svg{width:20px!important;height:20px!important}.listing-page--distributors .mobile-distributor-details{flex-direction:column!important;gap:3px!important;width:100%!important;margin-top:6px!important;display:flex!important}.listing-page--distributors .mobile-distributor-details span{color:#65756c!important;white-space:normal!important;word-break:break-word!important;width:100%!important;font-size:12px!important;line-height:1.5!important}}@media (width<=480px){.listing-page--distributors .data-row{padding:13px 12px!important}.listing-page--distributors .mobile-distributor-name-row>strong{font-size:15px!important}.listing-page--distributors .mobile-distributor-name-row>.MuiIconButton-root{flex:0 0 32px!important;width:32px!important;min-width:32px!important;max-width:32px!important;height:32px!important}}@media (width<=1024px){.salesman-grid{grid-template-columns:1fr}.salesman-form{padding:24px}}@media (width<=400px){.salesman-form{padding:14px}.salesman-card{padding:15px}.salesman-card-top{align-items:flex-start}.status{white-space:normal;text-align:center;max-width:150px}.shop-photo-preview{width:100%;height:150px}.shop-card-image{object-fit:cover;width:100%;height:100%;display:block}}.location-modal-backdrop{z-index:9999;background:#0000008c;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.salesman-card{border:1px solid #e3ece6;border-radius:22px;box-shadow:0 10px 28px #1d4c331a}.salesman-address{color:#66766d;min-height:20px}.file-name{color:#176b45;margin-top:8px;font-size:12px;display:block}.salesman-photo-preview{object-fit:cover;border-radius:12px;width:90px;height:90px;margin-top:10px;display:block}.salesman-avatar-photo{object-fit:cover;border-radius:50%;width:58px;height:58px;box-shadow:0 5px 14px #1d4c3326}.salesman-documents{margin-top:16px}.salesman-documents a{color:#176b45;align-items:center;gap:10px;text-decoration:none;display:flex}.salesman-documents img{object-fit:cover;border:1px solid #dce9df;border-radius:8px;width:58px;height:48px}.salesman-documents span{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.salesman-card{padding:22px;background:#fff!important}.salesman-profile{border-bottom:1px solid #edf1ee;align-items:center;gap:14px;min-width:0;padding-bottom:18px;display:flex}.salesman-avatar-photo,.salesman-profile .customer-avatar{border-radius:50%;flex:0 0 62px;width:62px;height:62px}.salesman-avatar-photo{object-fit:cover;display:block;box-shadow:0 5px 14px #1d4c3329}.salesman-profile-info{min-width:0}.salesman-profile-info h2{color:#193228;text-overflow:ellipsis;white-space:nowrap;margin:0 0 7px;font-size:18px;font-weight:750;overflow:hidden}.salesman-profile-info a{color:#176b45;font-size:13px;font-weight:600;text-decoration:none}.salesman-profile-info a:hover{text-decoration:underline}.salesman-address{color:#65756c;align-items:flex-start;gap:8px;margin:12px 0;font-size:13px;line-height:1.5;display:flex}.salesman-address p{margin:0}.salesman-document-row{color:#176b45;border-top:1px solid #f0f3f1;align-items:center;gap:8px;padding-top:13px;font-size:12px;font-weight:600;display:flex}@media (width<=380px){.salesman-profile-info h2{font-size:16px}.salesman-avatar-photo,.salesman-profile .customer-avatar{flex-basis:54px;width:54px;height:54px}}.salesman-document-row{color:#176b45;align-items:center;gap:10px;margin-top:14px;text-decoration:none;display:flex}.salesman-document-row:hover{color:#0d4d31}.salesman-document-image{object-fit:cover;border:1px solid #dce9df;border-radius:8px;flex:0 0 58px;width:58px;height:48px}.salesman-document-icon{font-size:24px}.documents-section{flex-direction:column;gap:24px;width:100%;display:flex}.document-group{width:100%}.document-title-row{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.document-title-row .document-title{margin-bottom:0}.document-count{color:#777;font-size:12px}.document-upload-card{color:#e21b2b;cursor:pointer;background:#fff;border:1.5px dashed #d9d9d9;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:170px;height:125px;transition:all .2s;display:flex}.document-upload-card:hover{background:#fff7f8;border-color:#e21b2b}.document-upload-card span{color:#555;margin-top:7px;font-size:13px}.document-image-card{background:#f5f5f5;border:1px solid #e5e5e5;border-radius:14px;width:170px;height:125px;position:relative;overflow:hidden}.document-image-card img{object-fit:cover;width:100%;height:100%;display:block}.document-remove-btn{color:#fff;cursor:pointer;background:#e21b2b;border:none;border-radius:50%;justify-content:center;align-items:center;width:25px;height:25px;padding:0;display:flex;position:absolute;top:6px;right:6px;box-shadow:0 2px 5px #0000002e}.other-images-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.other-image-card{width:105px;height:105px}.other-upload-card{color:#e21b2b;cursor:pointer;background:#fff;border:1.5px dashed #d8d8d8;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:105px;height:105px;display:flex}.other-upload-card:hover{background:#fff7f8;border-color:#e21b2b}.other-upload-card span{color:#555;margin-top:4px;font-size:11px}.document-help-text{color:#888;margin-top:8px;font-size:11px;display:block}@media (width<=600px){.documents-top-row{grid-template-columns:1fr 1fr;gap:10px}.document-upload-card,.document-image-card{width:100%;height:105px}.other-image-card,.other-upload-card{width:85px;height:85px}}@keyframes salesmanSpin{to{transform:rotate(360deg)}}.other-documents-group{width:100%}.other-document-card,.other-document-add-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-width:0;overflow:hidden}.other-document-card{flex-direction:column;display:flex}.other-document-preview{background:#f8fafc;width:100%;height:130px;position:relative;overflow:hidden}.other-document-preview img{object-fit:cover;width:100%;height:100%;display:block}.other-document-name{color:#374151;white-space:nowrap;text-overflow:ellipsis;padding:9px 10px;font-size:12px;font-weight:500;overflow:hidden}.document-file-placeholder{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:100%;height:100%;font-size:12px;display:flex}.other-document-add-card{cursor:pointer;color:#64748b;border:1.5px dashed #cbd5e1;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:165px;transition:all .2s;display:flex}.other-document-add-card:hover{color:#175b45;background:#f8fafc;border-color:#175b45}.add-document-icon{background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.other-document-add-card span{font-size:13px;font-weight:600}.other-document-add-card small{color:#94a3b8;font-size:11px}.document-remove-btn{color:#fff;cursor:pointer;z-index:2;background:#000000a6;border:none;border-radius:50%;justify-content:center;align-items:center;width:27px;height:27px;padding:0;display:flex;position:absolute;top:7px;right:7px}.document-remove-btn:hover{background:#dc2626e6}.document-remove-btn:disabled{opacity:.7;cursor:not-allowed}.button-loader{border:2px solid #00000026;border-top-color:currentColor;border-radius:50%;width:15px;height:15px;animation:.7s linear infinite salesmanSpin;display:inline-block}.button-loader.small{border-width:2px;width:12px;height:12px}@media (width<=768px){.other-documents-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=480px){.other-documents-grid{grid-template-columns:1fr 1fr;gap:10px}.other-document-preview{height:110px}}@media (width<=700px){.listing-page--salesmen .data-row{box-sizing:border-box!important;background:#fff!important;border:1px solid #e3ece6!important;border-radius:16px!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0 0 12px!important;padding:14px!important;display:block!important;position:relative!important;overflow:hidden!important;box-shadow:0 6px 18px #1d4c3314!important}.listing-page--salesmen .table-head,.listing-page--salesmen .directory-action-cell,.listing-page--salesmen .data-row>div:first-child,.listing-page--salesmen .data-row>div:nth-child(3),.listing-page--salesmen .data-row>div:nth-child(4){display:none!important}.listing-page--salesmen .directory-name-cell{width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:0!important;display:block!important}.listing-page--salesmen .salesman-mobile-name-row{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;width:100%!important;min-width:0!important;margin:0!important;padding:0!important;display:flex!important}.listing-page--salesmen .salesman-mobile-name-row>strong{color:#193228!important;white-space:nowrap!important;text-overflow:ellipsis!important;flex:auto!important;width:auto!important;min-width:0!important;max-width:none!important;margin:0!important;padding:0!important;font-size:16px!important;font-weight:700!important;line-height:1.4!important;overflow:hidden!important}.listing-page--salesmen .salesman-mobile-action{border-radius:50%!important;flex:0 0 36px!important;justify-content:center!important;align-items:center!important;width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important;min-height:36px!important;max-height:36px!important;margin:0!important;padding:6px!important;display:flex!important;position:static!important}.listing-page--salesmen .salesman-mobile-action:hover{background:#f1f6f3!important}.listing-page--salesmen .salesman-mobile-action svg{width:20px!important;height:20px!important}.listing-page--salesmen .salesman-mobile-details{color:#66766d!important;flex-direction:column!important;gap:3px!important;width:100%!important;margin-top:7px!important;padding:0!important;font-size:13px!important;line-height:1.5!important;display:flex!important}.listing-page--salesmen .salesman-mobile-details span{text-overflow:ellipsis!important;min-width:0!important;display:block!important;overflow:hidden!important}.listing-page--salesmen .salesman-mobile-details b{color:#52635a!important;font-weight:600!important}}@media (width<=480px){.listing-page--salesmen .data-row{border-radius:14px!important;padding:12px!important}.listing-page--salesmen .salesman-mobile-name-row>strong{font-size:15px!important}.listing-page--salesmen .salesman-mobile-action{flex:0 0 32px!important;width:32px!important;min-width:32px!important;max-width:32px!important;height:32px!important;min-height:32px!important;max-height:32px!important;padding:4px!important}.listing-page--salesmen .salesman-mobile-action svg{width:18px!important;height:18px!important}.listing-page--salesmen .salesman-mobile-details{gap:2px!important;font-size:12px!important}}.listing-page--salesmen .salesman-data-row strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.listing-page--salesmen .salesman-id-cell,.listing-page--salesmen .salesman-mobile-cell,.listing-page--salesmen .salesman-address-cell{display:block!important}.listing-page--salesmen .salesman-mobile-action,.listing-page--salesmen .salesman-mobile-details{display:none!important}@media (width<=480px){.listing-page--salesmen .salesman-data-row{border-radius:14px!important;padding:12px!important}.listing-page--salesmen .salesman-mobile-name-row>strong{font-size:15px!important}.listing-page--salesmen .salesman-mobile-action{flex:0 0 32px!important;width:32px!important;min-width:32px!important;max-width:32px!important;height:32px!important;min-height:32px!important;max-height:32px!important;padding:4px!important}.listing-page--salesmen .salesman-mobile-action svg{width:18px!important;height:18px!important}.listing-page--salesmen .salesman-mobile-details{font-size:12px!important}}.listing-page--salesmen .salesman-data-row{box-sizing:border-box!important;grid-template-columns:80px minmax(180px,1.2fr) minmax(130px,.8fr) minmax(220px,1.5fr) 70px!important;align-items:center!important;width:100%!important;min-width:0!important;display:grid!important}.listing-page--salesmen .salesman-data-row>div{box-sizing:border-box!important;min-width:0!important}.listing-page--salesmen .salesman-id-cell,.listing-page--salesmen .salesman-mobile-cell,.listing-page--salesmen .salesman-address-cell,.listing-page--salesmen .directory-action-cell{display:block!important}.listing-page--salesmen .salesman-mobile-name-row{align-items:center!important;width:100%!important;min-width:0!important;display:flex!important}.listing-page--salesmen .salesman-mobile-action,.listing-page--salesmen .salesman-mobile-details{display:none!important}@media (width<=700px){.listing-page--salesmen .table-head{display:none!important}.listing-page--salesmen .data-panel{width:100%!important;min-width:0!important;overflow:visible!important}.listing-page--salesmen .salesman-data-row{box-sizing:border-box!important;background:#fff!important;border:1px solid #e3ece6!important;border-radius:16px!important;width:100%!important;min-width:0!important;max-width:100%!important;height:auto!important;min-height:0!important;margin:0 0 12px!important;padding:14px!important;display:block!important;overflow:visible!important;box-shadow:0 6px 18px #1d4c3314!important}.listing-page--salesmen .salesman-id-cell,.listing-page--salesmen .salesman-mobile-cell,.listing-page--salesmen .salesman-address-cell,.listing-page--salesmen .directory-action-cell{display:none!important}.listing-page--salesmen .directory-name-cell{width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:0!important;display:block!important}.listing-page--salesmen .salesman-mobile-name-row{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;width:100%!important;min-width:0!important;margin:0!important;padding:0!important;display:flex!important}.listing-page--salesmen .salesman-mobile-name-row>strong{color:#193228!important;white-space:nowrap!important;text-overflow:ellipsis!important;flex:auto!important;width:auto!important;min-width:0!important;max-width:calc(100% - 44px)!important;margin:0!important;padding:0!important;font-size:16px!important;font-weight:700!important;line-height:1.4!important;display:block!important;overflow:hidden!important}.listing-page--salesmen .salesman-mobile-action{border-radius:50%!important;flex:0 0 36px!important;justify-content:center!important;align-items:center!important;width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important;min-height:36px!important;max-height:36px!important;margin:0 0 0 auto!important;padding:6px!important;display:flex!important;position:static!important}.listing-page--salesmen .salesman-mobile-action:hover{background:#f1f6f3!important}.listing-page--salesmen .salesman-mobile-action svg{width:20px!important;height:20px!important}.listing-page--salesmen .salesman-mobile-details{color:#66766d!important;flex-direction:column!important;gap:3px!important;width:100%!important;min-width:0!important;margin-top:7px!important;padding:0!important;font-size:13px!important;line-height:1.5!important;display:flex!important}.listing-page--salesmen .salesman-mobile-details span{text-overflow:ellipsis!important;white-space:nowrap!important;width:100%!important;min-width:0!important;display:block!important;overflow:hidden!important}.listing-page--salesmen .salesman-mobile-details b{color:#52635a!important;font-weight:600!important}}@media (width<=480px){.listing-page--salesmen .salesman-data-row{border-radius:14px!important;padding:12px!important}.listing-page--salesmen .salesman-mobile-name-row>strong{font-size:15px!important}.listing-page--salesmen .salesman-mobile-action{flex:0 0 32px!important;width:32px!important;min-width:32px!important;max-width:32px!important;height:32px!important;min-height:32px!important;max-height:32px!important;padding:4px!important}.listing-page--salesmen .salesman-mobile-action svg{width:18px!important;height:18px!important}.listing-page--salesmen .salesman-mobile-details{font-size:12px!important}}@media screen and (width<=700px){.listing-page--salesmen .data-panel{visibility:visible!important;opacity:1!important;width:100%!important;min-width:0!important;max-width:100%!important;height:auto!important;min-height:0!important;display:block!important;overflow:visible!important}.listing-page--salesmen .table-head{display:none!important}.listing-page--salesmen .data-panel .salesman-data-row{box-sizing:border-box!important;visibility:visible!important;opacity:1!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:12px!important;width:100%!important;min-width:0!important;max-width:100%!important;height:auto!important;min-height:0!important;margin:0 0 12px!important;padding:14px 16px!important;display:block!important;position:relative!important;box-shadow:0 2px 8px #0000000f!important}.listing-page--salesmen .data-panel .salesman-data-row>div{visibility:visible!important;opacity:1!important}.listing-page--salesmen .salesman-id-cell,.listing-page--salesmen .salesman-mobile-cell,.listing-page--salesmen .salesman-address-cell,.listing-page--salesmen .directory-action-cell{display:none!important}.listing-page--salesmen .directory-name-cell{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:0!important;display:block!important}.listing-page--salesmen .salesman-mobile-name-row{justify-content:space-between!important;align-items:center!important;gap:10px!important;width:100%!important;min-width:0!important;display:flex!important}.listing-page--salesmen .salesman-mobile-name-row>strong{text-overflow:ellipsis!important;white-space:nowrap!important;flex:auto!important;min-width:0!important;max-width:calc(100% - 46px)!important;font-size:15px!important;line-height:22px!important;display:block!important;overflow:hidden!important}.listing-page--salesmen .salesman-mobile-action{visibility:visible!important;opacity:1!important;flex:0 0 36px!important;justify-content:center!important;align-items:center!important;width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important;min-height:36px!important;margin:0 0 0 auto!important;padding:0!important;display:flex!important}.listing-page--salesmen .salesman-mobile-details{visibility:visible!important;opacity:1!important;flex-direction:column!important;gap:5px!important;width:100%!important;margin-top:8px!important;display:flex!important}.listing-page--salesmen .salesman-mobile-details span{color:#666!important;overflow-wrap:anywhere!important;width:100%!important;font-size:13px!important;line-height:19px!important;display:block!important}.listing-page--salesmen .salesman-mobile-details b{color:#333!important;font-weight:600!important}.listing-page--salesmen .list-loader{box-sizing:border-box!important;width:100%!important}.listing-page--salesmen .no-data-found{box-sizing:border-box!important;text-align:center!important;width:100%!important;padding:30px 15px!important;display:block!important}}@media screen and (width<=480px){.listing-page--salesmen .salesman-data-row{border-radius:10px!important;margin-bottom:10px!important;padding:12px!important}.listing-page--salesmen .salesman-mobile-name-row>strong{font-size:14px!important}.listing-page--salesmen .salesman-mobile-details span{font-size:12px!important}}.shops-page{width:100%}.list-toolbar{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.list-toolbar>div{flex-direction:column;gap:5px;display:flex}.list-toolbar strong{color:var(--text-h);font-size:20px;font-weight:700}.list-toolbar span{color:var(--text);font-size:14px}.salesman-form{box-sizing:border-box;background:var(--background);border:1px solid var(--border);width:100%;box-shadow:var(--shadow);border-radius:16px;margin-bottom:28px;padding:28px}.form-heading{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;padding-bottom:22px;display:flex}.form-heading h2{color:var(--text-h);margin:5px 0 0;font-size:24px}.form-required{color:var(--text);font-size:13px}.salesman-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.salesman-fields label{color:var(--text-h);flex-direction:column;gap:8px;font-size:14px;font-weight:600;display:flex}.salesman-fields input,.salesman-fields textarea,.salesman-fields select{box-sizing:border-box;border:1px solid var(--border);background:var(--background);width:100%;color:var(--text-h);border-radius:9px;outline:none;padding:12px 14px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.salesman-fields input{min-height:44px}.salesman-fields textarea{resize:vertical;min-height:90px}.salesman-fields select{cursor:pointer;min-height:44px}.salesman-fields input::placeholder,.salesman-fields textarea::placeholder{color:var(--text);opacity:.65}.salesman-fields input:focus,.salesman-fields textarea:focus,.salesman-fields select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-bg)}.full-width{grid-column:1/-1}.salesman-fields input[type=file]{cursor:pointer;padding:9px}.salesman-fields input[type=file]::file-selector-button{background:var(--accent-bg);color:var(--accent);cursor:pointer;border:none;border-radius:7px;margin-right:10px;padding:8px 12px;font-family:inherit;font-weight:600}.shop-photo-preview{border:1px solid var(--border);background:var(--accent-bg);border-radius:10px;width:150px;height:110px;margin-top:12px;overflow:hidden}.shop-photo-preview img{object-fit:cover;width:100%;height:100%;display:block}.form-actions{border-top:1px solid var(--border);justify-content:flex-end;align-items:center;gap:12px;margin-top:28px;padding-top:20px;display:flex}.primary-small{color:#fff;cursor:pointer;background:#34c07a;border:none;border-radius:9px;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:600;transition:transform .2s,opacity .2s,box-shadow .2s}.primary-small:hover{opacity:.92;box-shadow:var(--shadow)}.primary-small:active{transform:translateY(1px)}.outline-button{border:1px solid var(--border);color:var(--text-h);cursor:pointer;background:0 0;border-radius:9px;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:600;transition:background .2s,border-color .2s}.outline-button:hover{background:var(--accent-bg);border-color:var(--accent)}.salesman-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.salesman-card{border:1px solid var(--border);background:#fff;border-radius:16px;min-width:0;padding:22px;transition:transform .2s,box-shadow .2s,border-color .2s;position:relative}.salesman-card:hover{border-color:var(--accent-border);box-shadow:var(--shadow);transform:translateY(-2px)}.salesman-card-top{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.customer-avatar{border-radius:50%;flex:0 0 44px;justify-content:center;align-items:center;width:44px;height:44px;font-size:17px;font-weight:700;display:flex}.customer-avatar.orange{color:#ee7a3c;background:#fff0e7}.customer-avatar.green{color:#628d2d;background:#edf7df}.customer-avatar.blue{color:#3d7fc4;background:#e9f3ff}.customer-avatar.purple{color:#7751b8;background:#f1ebff}.status{white-space:nowrap;border-radius:20px;justify-content:center;align-items:center;padding:6px 10px;font-size:12px;font-weight:600;display:inline-flex}.status-delivered{color:#628d2d;background:#edf7df}.status-pending{color:#a36d13;background:#fff5df}.status-cancelled{color:#c84b4b;background:#ffeaea}.salesman-card h2{color:var(--text-h);margin:0 0 6px;font-size:19px;line-height:1.3}.salesman-card>p{color:var(--text);margin:0 0 16px;font-size:14px}.salesman-contact{border-top:1px solid var(--border);border-bottom:1px solid var(--border);flex-direction:column;gap:8px;padding:14px 0;display:flex}.salesman-contact span{color:var(--text);text-overflow:ellipsis;font-size:13px;line-height:1.5;overflow:hidden}.salesman-footer{color:var(--text);justify-content:space-between;align-items:center;gap:12px;margin-top:14px;font-size:12px;display:flex}.salesman-footer span,.salesman-footer small{text-overflow:ellipsis;min-width:0;overflow:hidden}.salesman-footer small{font-size:12px}.shop-card-photo{background:var(--accent-bg);border-radius:10px;width:100%;height:160px;margin-top:16px;overflow:hidden}.shop-card-photo img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.salesman-card:hover .shop-card-photo img{transform:scale(1.02)}@media (width<=1024px){.salesman-grid{grid-template-columns:1fr}.salesman-form{padding:24px}}@media (width<=700px){.list-toolbar{flex-direction:column;align-items:stretch}.list-toolbar>div{gap:4px}.list-toolbar strong{font-size:18px}.primary-small{width:100%;min-height:44px}.salesman-form{border-radius:12px;padding:18px}.form-heading{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:20px;padding-bottom:18px}.form-heading h2{font-size:21px}.salesman-fields{grid-template-columns:1fr;gap:16px}.full-width{grid-column:auto}.form-actions{flex-direction:column-reverse;align-items:stretch}.form-actions button{width:100%;min-height:44px}.salesman-grid{grid-template-columns:1fr;gap:14px}.salesman-card{border-radius:13px;padding:18px}.salesman-card h2{font-size:18px}.salesman-footer{flex-direction:column;align-items:flex-start;gap:5px}.shop-card-photo{height:180px}}@media (width<=400px){.salesman-form{padding:14px}.salesman-card{padding:15px}.salesman-card-top{align-items:flex-start}.status{white-space:normal;text-align:center;max-width:150px}.shop-photo-preview{width:100%;height:150px}.shop-card-image{object-fit:cover;width:100%;height:100%;display:block}}.location-picker-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.secondary-button{border:1px solid var(--border);color:var(--text-h);cursor:pointer;background:#f7faf7;border-radius:9px;padding:10px 14px;font-family:inherit;font-size:13px;font-weight:700}.location-picked{color:var(--text-h);font-size:12px;font-weight:700}.location-picked.muted{color:var(--text);font-weight:500}.add-form-modal-backdrop,.location-modal-backdrop{z-index:9999;background:#0000008c;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.add-form-modal{background:#fff;border-radius:22px;width:min(980px,100%);max-height:90vh;overflow:auto;box-shadow:0 24px 70px #00000040}.add-form-modal-header{justify-content:space-between;align-items:center;gap:16px;padding:22px 24px 10px;display:flex}.add-form-modal-header h2{color:#193228;margin:6px 0 0}.add-form-modal-close{color:#555;cursor:pointer;background:#eef5f0;border:0;border-radius:50%;padding:5px 12px;font-size:24px}.add-form-body{box-shadow:none;border:0;border-radius:0 0 22px 22px;margin:0}.add-form-body .form-heading{margin-top:0}.location-modal{background:#fff;border-radius:18px;width:min(650px,100%);overflow:hidden;box-shadow:0 20px 60px #0000004d}.location-modal-small{width:min(520px,100%)}.location-modal-header{justify-content:space-between;align-items:center;padding:20px 22px;display:flex}.location-modal-header h2{color:#193228;margin:5px 0 0}.location-modal-close{color:#555;cursor:pointer;background:#eef5f0;border:0;border-radius:50%;padding:5px 12px;font-size:24px}.location-modal-body{padding:0 22px 18px}.location-modal-field{border-bottom:1px solid #edf1ed;flex-direction:column;gap:6px;padding:12px 0;display:flex}.location-modal-field span{color:var(--text);text-transform:uppercase;letter-spacing:.05em;font-size:11px}.location-modal-field strong{color:#193228;font-size:14px}.location-search{padding:14px 0 4px}.location-search>label{color:#30483b;margin:0 0 7px;font-size:13px;font-weight:700;display:block}.location-search-row{align-items:stretch;gap:8px;display:flex}.location-search-row input{min-width:0;margin:0}.location-search-status{color:var(--text);margin-top:7px;font-size:11px;display:block}.location-search-error{color:#b14a45;margin:8px 0 0;font-size:12px}.location-results{background:#f8fbf8;border:1px solid #e1ebe3;border-radius:10px;gap:6px;max-height:190px;margin:8px 0 4px;padding:6px;display:grid;overflow-y:auto}.location-result{color:#30483b;width:100%;font:inherit;text-align:left;background:#fff;border:1px solid #0000;border-radius:8px;align-items:flex-start;gap:9px;padding:10px;font-size:12px;line-height:1.4;display:flex}.location-result:hover,.location-result:focus-visible{background:#f0f8f1;border-color:#a9cdb4;outline:none}.location-result svg{color:#176b45;flex:none;margin-top:1px}.location-result span{text-overflow:ellipsis;overflow:hidden}.location-selected-place strong{text-overflow:ellipsis;font-size:12px;line-height:1.45;overflow:hidden}.location-map{border-radius:12px;height:350px;margin:18px 0 0;overflow:hidden}.location-map-small{height:220px}.location-map iframe{border:0;width:100%;height:100%}.location-empty-state{min-height:160px;color:var(--text);text-align:center;background:#f9fbf9;border:1px dashed #dfe9e2;border-radius:12px;place-items:center;margin-top:18px;font-size:14px;display:grid}.location-modal-actions{justify-content:flex-end;gap:12px;padding:0 22px 22px;display:flex}.salesman-card,.salesman-card:hover,.salesman-form,.salesman-form:hover{background:#fff!important}.salesman-card{border:1px solid #e5eee8;border-radius:22px;transition:transform .25s,box-shadow .25s;box-shadow:0 10px 28px #1d4c3317,0 2px 7px #1d4c330d}.salesman-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px #1d4c3326,0 4px 10px #1d4c3314}.salesman-form{border:1px solid #e2ece5;border-radius:22px;margin:22px 0 28px;padding:28px;box-shadow:0 12px 30px #1d4c3314}.salesman-form input,.salesman-form textarea,.salesman-form select{color:#20362b;background:#fff;border:1px solid #d9e6dd;border-radius:11px;outline:none;transition:border-color .2s,box-shadow .2s}.salesman-form input:focus,.salesman-form textarea:focus,.salesman-form select:focus{border-color:#218052;box-shadow:0 0 0 3px #2180521f}.shop-card-photo{background:#f4f8f5;border-radius:14px;overflow:hidden;box-shadow:0 7px 18px #1d4c331a}.shop-card-photo img{object-fit:cover;width:100%;height:180px;display:block}.view-location-button{color:#176b45;cursor:pointer;background:#fff;border:1px solid #176b45;border-radius:10px;width:100%;margin-top:16px;padding:11px 14px;font-weight:700}.view-location-button:hover{color:#fff;background:#176b45}.view-location-button:disabled{opacity:.5;cursor:not-allowed}.shops-mobile-list{display:none}.shop-mobile-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:10px;padding:14px}.shop-mobile-card-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;gap:10px;padding-bottom:10px;display:flex}.shop-mobile-name{flex:1;min-width:0}.shop-mobile-name strong{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;display:block;overflow:hidden}.shop-mobile-info{flex-direction:column;gap:10px;padding-top:10px;display:flex}.shop-mobile-field{flex-direction:column;gap:2px;display:flex}.shop-mobile-field span{color:#6b7280;font-size:11px;font-weight:500}.shop-mobile-field strong{color:#374151;font-size:13px;font-weight:500;line-height:1.4}@media (width<=768px){.data-panel{display:none!important}.shops-mobile-list{width:100%;display:block!important}}.form-tabs{border-bottom:1px solid #e5e7eb;gap:8px;margin-bottom:20px;display:flex}.form-tabs button{cursor:pointer;color:#6b7280;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 16px;font-weight:600}.form-tabs button.active{color:#175b45;border-bottom-color:#175b45}.documents-section{width:100%}.documents-top-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.document-group{min-width:0}.document-title{color:#374151;margin-bottom:10px;font-size:14px;font-weight:600}.document-upload-card{cursor:pointer;color:#6b7280;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:8px;height:150px;display:flex}.document-image-card{border:1px solid #e5e7eb;border-radius:10px;width:100%;height:150px;position:relative;overflow:hidden}.document-image-card img{object-fit:cover;width:100%;height:100%}.document-remove-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;display:flex;position:absolute;top:7px;right:7px}.other-documents-group{margin-top:24px}.document-title-row{justify-content:space-between;align-items:center;display:flex}.document-help-text{color:#9ca3af}.document-count{color:#175b45;font-size:12px;font-weight:600}.other-documents-grid{grid-template-columns:repeat(3,minmax(120px,1fr));gap:14px;margin-top:12px;display:grid}.other-document-card,.other-document-add-card{border:1px solid #e5e7eb;border-radius:10px;min-height:150px;overflow:hidden}.other-document-preview{background:#f8fafc;height:115px;position:relative}.other-document-preview img{object-fit:cover;width:100%;height:100%}.other-document-add-card{cursor:pointer;color:#6b7280;text-align:center;border:1px dashed #cbd5e1;flex-direction:column;justify-content:center;align-items:center;display:flex}.add-document-icon{margin-bottom:5px}.other-document-name{white-space:nowrap;text-overflow:ellipsis;padding:8px;font-size:12px;overflow:hidden}@media (width<=700px){.documents-top-row{grid-template-columns:1fr}.other-documents-grid{grid-template-columns:repeat(2,minmax(120px,1fr))}}
