@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--green:#174d3f;--green2:#286651;--lime:#ddefb0;--ink:#24352e;--muted:#7a837d;--line:#e7eae3;--bg:#f7f8f4;--white:#fff;--radius:14px}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:14px 'DM Sans',sans-serif}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{cursor:pointer}button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);border-radius:8px;background:white;color:var(--ink);padding:11px 16px;font-weight:600;transition:.18s}button:hover{border-color:#a7baab;background:#f4f7ef;transform:translateY(-1px)}button:disabled{opacity:.45;cursor:not-allowed;transform:none}button.primary{background:var(--green);border-color:var(--green);color:white}button.primary:hover{background:#29664f}button.lime{background:var(--lime);border:0;color:var(--green)}button.ghost{background:transparent;border-color:transparent}button.icon-btn{padding:9px;position:relative}button.small{padding:7px 11px;font-size:12px}.text-btn{padding:0;border:0;background:transparent;color:var(--green);font-size:12px}.text-btn:hover{background:transparent}svg.icon{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}input,select,textarea{border:1px solid #dce2d9;border-radius:8px;background:#fff;padding:12px;color:var(--ink);width:100%;outline:none}input:focus,textarea:focus,select:focus{border-color:var(--green);box-shadow:0 0 0 3px #174d3f12}:focus-visible{outline:3px solid #9ac29d;outline-offset:3px}textarea{resize:vertical;min-height:85px}a{color:var(--green);text-decoration:none}h1,h2,h3,h4{font-family:Manrope,'DM Sans',sans-serif;margin:0;font-weight:750;letter-spacing:-.6px}h1{font-size:29px}h2{font-size:21px}h3{font-size:16px}p{line-height:1.6}small,.muted{color:var(--muted)}.shell{display:grid;grid-template-columns:228px 1fr;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:228px;background:#fff;border-right:1px solid var(--line);z-index:20;display:flex;flex-direction:column;padding:29px 19px 18px}.brand{display:flex;align-items:center;gap:10px;font:800 22px Manrope;letter-spacing:-1px;padding:0 6px}.brand-mark{width:33px;height:34px;background:var(--green);color:var(--lime);border-radius:9px;display:grid;place-items:center;font-size:25px;letter-spacing:-7px;padding-right:7px}.workspace{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:9px;padding:12px 10px;margin:29px 0 25px}.workspace strong{font-size:12px}.workspace small{font-size:10px;display:block;margin-top:4px}.avatar{width:34px;height:34px;border-radius:9px;background:#f0ecdf;display:grid;place-items:center;color:#8f7956;font-weight:700;flex-shrink:0}.nav-label{text-transform:uppercase;font-size:9px;letter-spacing:1.8px;color:#99a199;padding:0 13px;margin:5px 0 13px}.nav{display:flex;flex-direction:column;gap:5px}.nav button{justify-content:flex-start;width:100%;font-size:12px;font-weight:500;padding:12px 13px;border:0;background:none;color:#727c73}.nav button.active{background:#edf3e8;color:var(--green);font-weight:700}.nav button.active:before{content:'';width:3px;height:17px;background:var(--green);border-radius:3px;position:absolute;left:0}.nav button{position:relative}.nav-count{font-size:9px;border-radius:5px;background:#e8eadf;margin-left:auto;padding:3px 6px}.sidebar-bottom{margin-top:auto;padding-top:40px}.help-card{padding:17px;background:#f4f6ee;border-radius:10px}.help-card strong{font-size:12px}.help-card p{font-size:11px;margin:7px 0 12px;color:#848b7c}.help-card button{font-size:11px;padding:8px 11px;width:100%;background:white}.profile{display:flex;align-items:center;gap:10px;border-top:1px solid var(--line);padding:18px 3px 0;margin-top:20px}.profile strong{font-size:11px}.profile small{display:block;font-size:10px;margin-top:3px}.main{grid-column:2;min-width:0}.topbar{height:77px;background:#ffffffd9;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding:0 35px;gap:15px}.breadcrumb{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:12px}.breadcrumb strong{font-weight:500;color:var(--ink)}.top-actions{display:flex;align-items:center;gap:17px}.role-picker{display:flex;align-items:center;gap:8px;border-right:1px solid var(--line);padding-right:19px;font-size:10px;color:var(--muted)}.role-picker select{border:0;font-weight:600;padding:7px 20px 7px 5px;background:transparent;font-size:12px;width:auto}.balance-button{font-size:12px;display:flex;gap:8px;align-items:center;border:0;padding:7px;background:transparent}.dot{position:absolute;width:5px;height:5px;background:#eaa867;border:1px solid white;right:11px;top:8px;border-radius:50%}.content{max-width:1540px;margin:auto;padding:31px 35px 40px}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:26px}.eyebrow{font-size:10px;letter-spacing:1.6px;color:var(--muted);margin-bottom:9px;text-transform:uppercase}.page-heading p{color:var(--muted);font-size:12px;margin:9px 0 0}.heading-actions{display:flex;gap:10px}.hero{background:#174d3f;border-radius:15px;position:relative;overflow:hidden;min-height:249px;padding:29px 33px;color:white;display:flex;align-items:center;margin-bottom:23px}.hero-copy{position:relative;z-index:2;width:65%}.hero .eyebrow{color:#c2d5b3;letter-spacing:2px;font-size:9px;display:flex;align-items:center;gap:8px}.hero h2{font-size:32px;line-height:1.24;letter-spacing:-1.2px;font-weight:650}.hero h2 span{color:var(--lime)}.hero p{font-size:11px;max-width:370px;color:#b8ccc1;line-height:1.7;margin:13px 0 19px}.hero button{font-size:11px;padding:10px 15px}.hero-art{position:absolute;right:0;top:0;width:42%;height:100%;overflow:hidden}.hero-art>svg{height:100%;width:100%}.trust-strip{display:flex;gap:22px;font-size:10px;color:#aec5b7;margin-top:18px}.trust-strip span{display:flex;align-items:center;gap:6px}.trust-strip svg{width:13px;height:13px}.search-bar{display:flex;align-items:center;gap:10px;border:1px solid #dfe5dc;background:white;border-radius:10px;padding:7px 8px 7px 17px}.search-bar>svg{color:#819084}.search-bar input{border:0;box-shadow:none;padding:9px 0;min-width:0}.search-bar select{border:0;border-left:1px solid var(--line);border-radius:0;width:160px;font-size:12px;box-shadow:none;padding:8px 12px}.search-bar button{padding:11px 22px;font-size:12px}.popular{font-size:10px;color:#8c948b;display:flex;align-items:center;gap:12px;margin:11px 0 25px}.popular button{font-size:10px;font-weight:400;padding:0;border:0;background:transparent;color:#6b776a}.section-heading{display:flex;align-items:center;justify-content:space-between;margin:0 0 17px;gap:12px}.section-heading h2{font-size:17px}.section-heading p{font-size:11px;color:var(--muted);margin:5px 0 0}.categories{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-bottom:31px}.category{flex-direction:column;gap:11px;padding:20px 5px 16px;font-size:11px;font-weight:600;background:white;border-radius:10px}.category svg{width:24px;height:24px;color:#576c54}.category .cat-icon{width:44px;height:44px;border-radius:12px;background:#f1f3e9;display:grid;place-items:center}.category.active{border-color:var(--green);background:#f2f6ec}.category small{font-size:9px;font-weight:400;margin-top:-5px}.filters{display:flex;gap:7px;align-items:center;flex-wrap:wrap;margin-bottom:18px}.chip{font-size:10px;padding:7px 12px;border-radius:6px;font-weight:500}.chip.active{background:var(--green);color:#fff;border-color:var(--green)}.filters select{margin-left:auto;width:auto;font-size:10px;padding:7px 8px;background:transparent;border-color:transparent}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}.product-card{border:1px solid var(--line);background:#fff;border-radius:12px;overflow:hidden;transition:.2s}.product-card:hover{box-shadow:0 7px 22px #223a2810;transform:translateY(-3px)}.product-visual{height:160px;position:relative;background:#f2f0e9;cursor:pointer}.product-visual img{height:100%;width:100%;object-fit:cover}.product-visual .save{position:absolute;right:10px;top:10px;background:#ffffffd9;border:0;border-radius:50%;padding:7px}.save svg{width:14px;height:14px}.save.saved{color:var(--green);background:var(--lime)}.save.saved svg{fill:var(--green)}.tag{position:absolute;left:10px;top:11px;background:white;border-radius:4px;font-size:8px;padding:5px 7px;color:#45613c;display:flex;align-items:center;gap:4px}.product-info{padding:15px}.product-info h3{font-size:12px;line-height:1.4;cursor:pointer;letter-spacing:-.2px}.product-info .supplier{font-size:10px;color:#818b80;margin-top:7px;display:flex;align-items:center;gap:5px}.supplier svg{color:var(--green);height:12px;width:12px}.product-location{display:flex;justify-content:space-between;font-size:9px;color:#8a9388;margin:10px 0 15px}.rating{color:#bd914c}.price{font-size:16px;font-weight:700;letter-spacing:-.5px}.price small{font-size:10px;font-weight:400;letter-spacing:0}.moq{font-size:9px;color:#84907f;margin-top:4px}.product-info>button{width:100%;font-size:10px;margin-top:15px;color:var(--green);border-color:#d5dfcf;padding:9px}.product-info>button:hover{background:var(--green);color:white}.source-banner{display:flex;align-items:center;justify-content:space-between;border:1px solid #dfe5d5;background:#eef2e6;border-radius:12px;padding:20px 25px;margin-top:28px;gap:20px}.source-banner p{color:#829078;font-size:11px;margin:5px 0 0}.source-banner h3{font-size:15px}.source-banner button{font-size:11px}.footer{display:flex;justify-content:space-between;margin-top:29px;font-size:9px;color:#939c8e}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:17px;margin-bottom:25px}.stat{padding:21px;background:white;border:1px solid var(--line);border-radius:12px}.stat-top{display:flex;justify-content:space-between;color:#84917d;font-size:11px}.stat-top svg{height:17px;width:17px}.stat-value{font:750 29px Manrope;margin:14px 0 8px}.stat-foot{font-size:10px;color:#7a9870}.panel{background:white;border:1px solid var(--line);border-radius:12px;padding:23px;margin-bottom:22px}.panel-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.panel-heading h2{font-size:16px}.badge{display:inline-flex;align-items:center;gap:5px;padding:5px 9px;border-radius:5px;background:#edf3e6;color:#4e783c;font-size:10px;font-weight:500;white-space:nowrap}.badge.orange{background:#fff2df;color:#af8435}.badge.blue{background:#eaf0fc;color:#5b77af}.badge.gray{background:#f0f1ed;color:#7c8276}.badge.red{background:#fbedeb;color:#ae5e50}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:left;white-space:nowrap}th{font-weight:500;color:#889180;font-size:10px;background:#f8f9f5;padding:12px}td{padding:16px 12px;border-bottom:1px solid #eef0ea;font-size:11px}td strong{font-size:12px;display:block;margin-bottom:5px}td small{font-size:10px}tr:last-child td{border-bottom:0}.two-col{display:grid;grid-template-columns:1.6fr 1fr;gap:22px}.empty{text-align:center;padding:65px 20px;color:var(--muted)}.empty h3{color:var(--ink);margin:15px 0 5px}.empty p{font-size:12px}.tabs{display:flex;border-bottom:1px solid var(--line);gap:23px;margin-bottom:23px}.tabs button{background:none;border:0;border-radius:0;padding:0 0 13px;font-size:12px;color:var(--muted)}.tabs button.active{color:var(--green);border-bottom:2px solid var(--green)}.enquiry-card{display:flex;align-items:center;gap:17px;padding:20px 0;border-bottom:1px solid var(--line)}.enquiry-card:last-child{border:0}.enquiry-card img{width:65px;height:65px;border-radius:8px;object-fit:cover}.enquiry-card .grow{flex:1}.enquiry-card h3{font-size:13px;margin:5px 0}.enquiry-card p{font-size:10px;color:var(--muted);margin:6px 0}.enquiry-card .actions{display:flex;gap:7px}.chart{height:205px;display:flex;align-items:flex-end;gap:14px;padding-top:20px;border-bottom:1px solid var(--line)}.chart-col{height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;flex:1;gap:10px;font-size:9px;color:var(--muted)}.chart-bar{width:70%;background:#d9e5c8;border-radius:5px 5px 0 0;min-height:10px}.chart-col:nth-last-child(2) .chart-bar{background:var(--green)}.wallet-card{border-radius:13px;background:var(--green);padding:29px;color:white;position:relative;overflow:hidden}.wallet-card:after{content:'';position:absolute;width:200px;height:200px;border:35px solid #ffffff07;right:-55px;top:-60px;border-radius:50%;pointer-events:none}.wallet-card p{color:#aec8b8;font-size:12px;margin:0}.wallet-card h2{font-size:39px;margin:14px 0 23px}.wallet-card small{color:#aec8b8;font-size:10px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.form-field{display:block;font-size:11px;font-weight:600}.form-field input,.form-field select,.form-field textarea{display:block;margin-top:7px;font-size:12px;font-weight:400}.form-field.full{grid-column:1/-1}.form-field small{display:block;font-weight:400;margin-top:6px;font-size:10px}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.modal-overlay{position:fixed;inset:0;background:#172b2466;backdrop-filter:blur(5px);z-index:100;display:flex;align-items:center;justify-content:center;padding:25px}.modal{width:620px;max-width:100%;max-height:90vh;background:#fff;border-radius:17px;overflow:auto;box-shadow:0 25px 100px #10271e40;animation:appear .2s}.modal.wide{width:850px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:22px 26px;border-bottom:1px solid var(--line);position:sticky;top:0;background:white;z-index:2}.modal-header h2{font-size:18px}.modal-body{padding:25px 27px}.modal-header button{border:0;padding:5px}.steps{display:flex;gap:8px;align-items:center;margin-bottom:24px;font-size:10px;color:#929d8b}.steps span{padding:6px 10px;border-radius:5px;background:#f3f5ef}.steps .active{background:#e9f0df;color:var(--green)}.notice{padding:13px 15px;background:#f3f6ee;color:#7a866d;font-size:11px;line-height:1.65;border-radius:8px;margin:17px 0}.notice strong{color:var(--green)}.option-card{display:flex;align-items:flex-start;gap:10px;padding:15px;border:1px solid var(--line);border-radius:9px;margin-bottom:10px;cursor:pointer}.option-card:has(input:checked){border-color:var(--green);background:#f5f8ef}.option-card input{width:15px;margin-top:3px;accent-color:var(--green)}.option-card strong{display:block;font-size:12px}.option-card p{font-size:10px;color:var(--muted);margin:5px 0 0}.option-card .option-price{margin-left:auto;font-weight:700;font-size:16px}.check-label{display:flex;gap:10px;align-items:flex-start;font-size:11px;line-height:1.6;margin:17px 0}.check-label input{width:16px;flex-shrink:0;accent-color:var(--green)}.summary-row{display:flex;justify-content:space-between;gap:20px;font-size:12px;padding:10px 0;border-bottom:1px solid var(--line)}.summary-row span{color:var(--muted)}.success{text-align:center;padding:15px 10px}.success-icon{display:grid;place-items:center;width:65px;height:65px;background:#edf4df;color:var(--green);border-radius:50%;margin:0 auto 20px}.success-icon svg{width:30px;height:30px}.success h2{font-size:24px}.success p{color:var(--muted);font-size:12px;max-width:390px;margin:13px auto 20px}.detail-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:25px}.detail-grid>img{width:100%;border-radius:11px}.detail-grid h2{font-size:22px;line-height:1.4}.detail-grid .price{margin:20px 0}.detail-grid p{color:var(--muted);font-size:12px}.quote-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.quote-card{padding:20px;border:1px solid var(--line);border-radius:10px}.quote-card.selected{border-color:var(--green);background:#f5f8f0}.quote-card h3{font-size:13px;margin:13px 0}.quote-card .price{margin:18px 0}.quote-card p{font-size:11px;color:var(--muted)}.quote-card button{width:100%;margin-top:10px;font-size:11px}.messages-layout{display:grid;grid-template-columns:270px 1fr;background:white;border:1px solid var(--line);border-radius:12px;min-height:540px;overflow:hidden}.conversations{border-right:1px solid var(--line);padding:17px}.conversation{width:100%;justify-content:flex-start;padding:15px 10px;border:0;margin:6px 0;text-align:left}.conversation.active{background:#f0f5e9}.conversation strong{display:block;font-size:11px}.conversation small{display:block;font-weight:400;font-size:10px;margin-top:6px}.chat{display:flex;flex-direction:column;min-width:0}.chat-header{padding:22px;border-bottom:1px solid var(--line)}.chat-header strong{font-size:13px}.chat-header small{display:block;margin-top:5px;font-size:10px}.chat-body{padding:25px;flex:1;max-height:450px;overflow:auto;background:#fbfcf8}.bubble{padding:12px 15px;font-size:12px;line-height:1.6;max-width:80%;border:1px solid var(--line);border-radius:0 12px 12px 12px;margin-bottom:15px;background:white;width:fit-content}.bubble.mine{margin-left:auto;background:#eaf1e2;border:0;border-radius:12px 0 12px 12px}.bubble small{display:block;font-size:8px;margin-top:5px}.chat-input{display:flex;padding:18px;gap:10px}.chat-input input{font-size:12px}.settings-group{margin-bottom:25px}.settings-group h3{margin-bottom:17px}.activity{display:flex;gap:12px;margin:19px 0;font-size:11px}.activity .activity-icon{border-radius:50%;background:#edf3e4;display:grid;place-items:center;width:30px;height:30px;color:#61784b;flex-shrink:0}.activity small{display:block;margin-top:6px;font-size:10px}.toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:#183f32;color:white;padding:14px 22px;border-radius:9px;z-index:200;box-shadow:0 8px 35px #0002;font-size:12px;animation:appear .2s}.mobile-toggle{display:none}.onboarding{max-width:650px;margin:auto}.admin-actions{display:flex;gap:6px}.status-line{display:flex;gap:0;margin:22px 0}.status-step{flex:1;border-top:3px solid #e5ebdf;padding-top:10px;font-size:9px;color:#8c9880}.status-step.done{border-color:#61855a;color:var(--green)}.status-step small{font-size:8px;display:block;margin-top:5px}.row-between{display:flex;justify-content:space-between;align-items:center;gap:12px}.info-list{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:20px 0;font-size:12px}.info-list small{display:block;margin-bottom:5px}.mobile-brand{display:none}.brand-note{font-size:9px;color:#a2ab9b;margin-top:12px;text-align:center}.payment-error{background:#fff1ec;color:#a34e3f;padding:12px;font-size:11px;border-radius:8px;margin-top:14px}.timeline-dot{height:7px;width:7px;background:#749358;border-radius:50%;margin-top:5px}.mini-supplier{display:flex;gap:10px;align-items:center;margin:18px 0}.mini-supplier h3{font-size:12px}.mini-supplier small{font-size:10px}.divider{border:0;border-top:1px solid var(--line);margin:21px 0}@keyframes appear{from{opacity:0;translate:0 7px}to{opacity:1;translate:0 0}}@media(min-width:1500px){.content{padding:35px 48px}.product-visual{height:195px}.hero{min-height:275px}.hero h2{font-size:38px}}@media(max-width:1150px){.shell{grid-template-columns:195px 1fr}.sidebar{width:195px;padding:26px 13px}.brand{font-size:20px}.content{padding:25px}.topbar{padding:0 25px}.product-grid{grid-template-columns:repeat(3,1fr)}.categories{gap:7px}.category{font-size:9px}.hero-copy{width:70%}.hero h2{font-size:29px}.trust-strip{gap:12px}.top-actions{gap:9px}.role-picker{padding-right:8px}.quote-grid{gap:9px}.quote-card{padding:14px}}@media(max-width:850px){.shell{grid-template-columns:1fr}.sidebar{transform:translateX(-100%);transition:.2s;width:228px;box-shadow:10px 0 50px #0001}.sidebar.open{transform:translateX(0)}.main{grid-column:1}.mobile-toggle{display:flex}.topbar{height:65px;padding:0 18px}.breadcrumb{display:none}.content{padding:24px 20px}.stats{gap:10px}.stat{padding:15px}.stat-value{font-size:24px}.hero-art{opacity:.7}.two-col{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(3,1fr)}.page-heading h1{font-size:25px}.role-picker>span{display:none}.quote-grid{grid-template-columns:1fr}.messages-layout{grid-template-columns:210px 1fr}}@media(max-width:580px){.content{padding:23px 15px}.top-actions{gap:3px}.role-picker{border:0}.balance-button{font-size:11px}.topbar{padding:0 10px}.top-actions>.avatar{display:none}.page-heading{align-items:flex-start;margin-bottom:22px}.page-heading h1{font-size:23px}.page-heading p{font-size:11px;max-width:210px}.heading-actions button{font-size:10px;padding:10px}.hero{padding:25px 22px;min-height:267px}.hero-copy{width:100%}.hero h2{font-size:29px}.hero-art{opacity:.14;width:70%}.hero p{max-width:280px}.trust-strip{font-size:8px;gap:11px}.categories{grid-template-columns:repeat(3,1fr);gap:9px}.category{padding:13px 5px;font-size:10px;gap:7px}.category .cat-icon{width:35px;height:35px}.category svg{width:20px;height:20px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-visual{height:140px}.product-info{padding:12px}.product-info h3{font-size:11px}.product-info .supplier{font-size:9px}.product-location{font-size:8px}.product-info>button{font-size:9px;padding:9px 4px}.search-bar{gap:7px;padding-left:10px}.search-bar select{width:95px;font-size:10px;padding:6px}.search-bar input{font-size:11px}.search-bar button{font-size:0;padding:10px}.search-bar button svg{width:17px}.popular{gap:9px;font-size:9px;flex-wrap:wrap}.popular button{font-size:9px}.source-banner{padding:19px;align-items:flex-start;flex-direction:column;gap:12px}.source-banner h3{font-size:14px}.stats{grid-template-columns:1fr 1fr}.panel{padding:17px}.enquiry-card{flex-wrap:wrap;gap:12px}.enquiry-card .actions{margin-left:77px}.modal-overlay{padding:12px}.modal-body{padding:21px 18px}.modal-header{padding:18px}.form-grid{gap:14px}.detail-grid{grid-template-columns:1fr}.detail-grid>img{max-height:230px;object-fit:cover}.messages-layout{grid-template-columns:1fr}.conversations{border-right:0;border-bottom:1px solid var(--line);display:flex;padding:7px;overflow-x:auto}.conversations h3{display:none}.conversation{min-width:175px;margin:0}.conversation .avatar{display:none}.chat-body{min-height:280px}.footer{font-size:8px;gap:10px}.section-heading h2{font-size:16px}.heading-actions .secondary-action{display:none}.form-grid .form-field{font-size:10px}.form-field input{padding:10px}.hero .eyebrow{font-size:8px}.filters{gap:5px}.chip{font-size:9px;padding:7px 9px}.filters select{font-size:9px}.status-step{font-size:8px}.info-list{font-size:11px}.notification-label{display:none}}
.brand-mark{letter-spacing:-8px;font-size:23px;overflow:hidden;padding-right:6px;flex-shrink:0}.brand{gap:8px;letter-spacing:-.8px}.product-info>.supplier{width:auto;border:0;padding:0;justify-content:flex-start;margin-top:7px;font-weight:400}.product-info>.supplier:hover{background:transparent;color:var(--green)}.hero-art text{letter-spacing:0}.modal .notice>.icon{vertical-align:middle;margin-right:5px;width:15px;height:15px}@media(max-height:800px) and (min-width:851px){.sidebar{overflow-y:auto}.sidebar-bottom{padding-top:22px}.workspace{margin:20px 0}.help-card{padding:12px}.help-card p{margin:5px 0 9px}}
/* Public discovery and supplier workflows */
.public-header{display:flex;align-items:center;justify-content:space-between;padding:23px max(25px,calc((100vw - 1350px)/2));gap:25px;background:white;border-bottom:1px solid var(--line)}.public-header nav{display:flex;gap:12px;align-items:center}.public-header nav button{font-size:12px}.public-header .brand{font-size:26px}.public-subnav{display:flex;justify-content:space-between;padding:12px max(25px,calc((100vw - 1350px)/2));background:#edf2e5;color:#658058;font-size:11px}.public-subnav>span{display:flex;gap:8px;align-items:center}.public-subnav svg{width:15px;height:15px}.public-content{max-width:1400px}.public-content .hero{min-height:290px}.public-content .hero h2{font-size:39px}.public-explainer{margin-top:28px;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:24px;align-items:center;padding:30px}.public-explainer h3{font-size:13px;margin:12px 0 6px}.public-explainer p{font-size:11px;color:var(--muted);margin:0}.step-number{color:#8ea476;font-size:22px;font-family:Manrope;font-weight:800}.directory-tools{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:23px 0 6px}.directory-tools>span{font-size:11px;white-space:nowrap;padding-bottom:18px}.supplier-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.supplier-card{background:white;border:1px solid var(--line);border-radius:14px;overflow:hidden}.supplier-cover{height:133px;position:relative;overflow:hidden;background:#edf0e7}.supplier-cover img{width:100%;height:100%;object-fit:cover}.supplier-cover .badge{position:absolute;left:14px;top:14px;background:#fffffff0;font-size:9px}.supplier-card-body{padding:19px}.supplier-card-body .avatar{width:42px;height:42px;background:#e9efdd;color:#64784d}.supplier-card-body h3{font-size:16px;margin:16px 0 6px}.supplier-card-body p{font-size:11px;margin:0 0 14px}.supplier-description{height:54px;overflow:hidden;color:var(--muted);line-height:1.65}.supplier-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:15px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.supplier-metrics strong{display:block;font-size:11px}.supplier-metrics small{display:block;font-size:8px;margin-top:5px}.supplier-product-line{display:flex;flex-direction:column;gap:8px;padding:16px 0;font-size:11px}.supplier-product-line strong{font-size:17px}.supplier-product-line small{font-size:10px;font-weight:400}.supplier-cta{display:flex;gap:8px}.supplier-cta button{flex:1;font-size:10px;padding:10px 8px}.compare-label{display:flex;align-items:center;gap:8px;font-size:10px;color:var(--muted);margin-top:17px;cursor:pointer}.compare-label input{width:14px;accent-color:var(--green)}.comparison-bar{position:sticky;bottom:18px;z-index:15;margin:24px auto 0;padding:16px 22px;background:#eaf0e1;box-shadow:0 7px 30px #24352e25;border:1px solid #d8e3c9;border-radius:12px;display:flex;justify-content:space-between;align-items:center;gap:15px;max-width:730px}.comparison-bar strong{font-size:12px}.comparison-bar small{display:block;font-size:10px;margin-top:5px}.comparison-bar>div:last-child{display:flex;gap:6px}.comparison-bar button{font-size:11px}.comparison-table{white-space:normal;table-layout:fixed}.comparison-table th{vertical-align:top;min-width:180px}.comparison-table h3{font-size:14px;line-height:1.5;margin:13px 0}.comparison-table td{line-height:1.6}.comparison-table th:first-child{width:165px}.comparison-table .avatar{margin-bottom:12px}.draft-banner{background:#eef3e6;border:1px solid #dce7d1;border-radius:9px;padding:15px 18px;display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:22px}.draft-banner>div{display:flex;align-items:center;gap:10px;font-size:12px}.auth-intro{text-align:center;margin:5px 0 24px}.auth-intro h2{font-size:22px}.auth-intro p{font-size:12px;color:var(--muted)}.otp-input{font-size:25px!important;letter-spacing:12px;text-align:center;padding:20px;margin-top:15px!important}.seller-context{padding:15px 18px;margin-top:18px;background:#f3f6ed;border-radius:9px;display:flex;align-items:center;justify-content:space-between;gap:15px}.seller-context small{font-size:9px;display:block;letter-spacing:1px;margin-bottom:5px}.seller-context strong{font-size:12px}.seller-context label{font-size:10px;color:var(--muted)}.seller-context select{font-size:11px;padding:8px;margin-top:5px}.routing-panel{border:1px solid var(--line);padding:16px;border-radius:10px;margin-top:15px}.routing-panel h3{font-size:13px;margin-bottom:10px}.routing-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-top:1px solid var(--line)}.routing-row>div{flex:1}.routing-row strong{font-size:11px}.routing-row small{display:block;font-size:9px;margin-top:5px}.history-details{border:1px solid var(--line);border-radius:8px;padding:13px 15px;margin-top:20px;font-size:11px}.history-details summary{cursor:pointer;font-weight:600}.chat-tools{padding:0 18px 16px;display:flex;justify-content:space-between;gap:12px;font-size:9px;color:var(--muted)}.chat-tools .text-btn{font-size:10px}.conversations{max-height:670px;overflow-y:auto}.conversation span:last-child{min-width:0}.conversation small{max-width:155px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.match-preview{background:#f0f5e9;border:1px solid #dbe7d0;border-radius:9px;padding:14px;margin-bottom:17px}.match-preview strong{font-size:12px}.match-preview p{font-size:11px;margin:6px 0}.match-preview small{font-size:9px}.saved{background:var(--lime);color:var(--green)}.saved svg{fill:var(--green)}.public-header a{white-space:nowrap}.public-content .page-heading .eyebrow{color:#7a8a71}@media(max-width:1150px){.supplier-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.public-explainer{grid-template-columns:1fr 1fr}.public-header{padding:20px}.public-header nav{gap:3px}.public-header nav button{font-size:11px;padding:9px}}@media(max-width:650px){.public-header{flex-wrap:wrap;padding:17px 15px;gap:16px}.public-header nav{width:100%;justify-content:space-between;flex-wrap:wrap;gap:5px}.public-header nav button{font-size:9px;padding:8px}.public-header .brand{font-size:23px}.public-subnav{padding:10px 15px;font-size:8px}.public-subnav .text-btn{font-size:9px}.public-content .hero h2{font-size:30px}.public-content .hero{min-height:270px}.public-explainer{grid-template-columns:1fr;padding:22px;gap:22px}.public-explainer>div:first-child br{display:none}.supplier-grid{grid-template-columns:1fr}.supplier-cover{height:150px}.supplier-description{height:auto;min-height:35px}.supplier-cta button{font-size:11px}.supplier-metrics small{font-size:10px}.supplier-metrics strong{font-size:12px}.comparison-bar{padding:12px;gap:10px;align-items:flex-start;flex-direction:column;bottom:10px}.comparison-bar>div:last-child{width:100%;justify-content:flex-end}.comparison-table{min-width:660px}.comparison-table th:first-child{width:125px}.directory-tools{align-items:flex-start}.directory-tools .filters{max-width:300px}.draft-banner{padding:12px;flex-wrap:wrap}.draft-banner>div{font-size:11px}.seller-context{flex-direction:column;align-items:stretch}.routing-row{gap:8px;flex-wrap:wrap}.routing-row>div{min-width:170px}.chat-tools{font-size:8px}.chat-tools span{max-width:150px}.public-header nav .primary{margin-left:auto}.conversations{max-height:150px}.conversation small{max-width:155px}}
.sidebar{overflow-y:auto;scrollbar-width:thin;scrollbar-color:#dce4d3 transparent}.sidebar>.brand,.sidebar>.workspace,.sidebar>.nav,.sidebar>.nav-label,.sidebar>.sidebar-bottom{flex-shrink:0}.sidebar-bottom{padding-top:25px}.public-app .toast{bottom:20px}
