:root{
  --green-950:#003b2f;--green-900:#06483a;--green-800:#0e5a46;--green-700:#246b58;
  --lime:#4d7d00;--lime-dark:#365f00;--lime-soft:#ebf5d8;--mint:#dff3eb;
  --page:#f2f4f3;--paper:#f7f7f2;--card:#fff;--ink:#173d33;--text:#31534a;--muted:#526b63;
  --border:#dce3df;--border-strong:#bdcbc5;--danger:#b33b36;--danger-soft:#fae9e6;--focus:#2677c9;
  --shadow:0 10px 30px rgba(0,49,39,.07);--ring:0 0 0 1px rgba(0,59,47,.07);
  --radius:10px;--sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
[hidden]{display:none!important}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--page);color:var(--ink);font:14px/1.5 var(--sans)}body:has(dialog[open]){overflow:hidden}button,input,textarea,select{font:inherit}button,a{color:inherit}a{text-decoration:none}button{cursor:pointer}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.2}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
input,textarea,select{width:100%;border:1px solid var(--border-strong);background:var(--card);color:var(--ink);border-radius:7px;padding:10px 12px;outline:0;transition:border-color .18s,box-shadow .18s}input::placeholder,textarea::placeholder{color:#8da098}input:focus,textarea:focus,select:focus{border-color:var(--focus);box-shadow:0 0 0 3px rgba(38,119,201,.13)}textarea{resize:vertical}.button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:9px 16px;border:1px solid transparent;border-radius:7px;font-weight:700;white-space:nowrap;transition:transform .16s,background .16s,border-color .16s}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.55;cursor:wait;transform:none}.button-primary{background:var(--lime);color:#fff;border-color:var(--lime)}.button-primary:hover{background:var(--lime-dark);border-color:var(--lime-dark)}.button-outline{background:#fff;color:var(--green-800);border-color:var(--green-800)}.button-outline:hover{background:var(--lime-soft)}.button-dark{background:var(--green-950);color:#fff}.button-danger{background:var(--danger);color:#fff}.button.wide{width:100%;margin-top:18px}.text-link{border:0;background:transparent;color:var(--green-800);font-weight:700}.results-kicker,.dialog-kicker{margin:0 0 7px;color:var(--lime-dark);font-size:10px;letter-spacing:.14em;font-weight:800}

/* shared header */
.global-header{height:64px;background:var(--green-950);color:#fff;position:sticky;top:0;z-index:40}.header-inner{height:100%;max-width:1280px;margin:auto;padding:0 24px;display:flex;align-items:center;gap:26px}.brand{display:inline-flex;align-items:baseline;font-size:21px;font-weight:750;letter-spacing:-.04em;white-space:nowrap}.brand strong{color:#a9d637}.brand-inverse span{color:#fff}.global-search{height:40px;flex:1;max-width:650px;display:flex;align-items:center;border-radius:22px;background:#fff;overflow:hidden;color:var(--muted)}.global-search>span{font-size:20px;margin-left:14px}.global-search input{border:0;box-shadow:none;height:100%;padding:0 10px;background:transparent}.global-search button{height:32px;min-width:60px;flex:0 0 auto;margin-right:4px;border:0;border-radius:18px;padding:0 17px;background:var(--lime);color:#fff;font-weight:750}.header-actions{margin-left:auto;display:flex;align-items:center;gap:20px;font-size:12px}.header-actions a{opacity:.86}.header-actions a:hover{opacity:1}.header-action-primary{padding:9px 12px;border:1px solid rgba(255,255,255,.4);border-radius:6px}.mobile-menu{display:none;border:0;background:transparent;color:#fff;font-size:20px}.directory-tabs{height:55px;background:#fff;border-bottom:1px solid var(--border)}.directory-tabs-inner{height:100%;max-width:1280px;margin:auto;padding:0 24px;display:flex;align-items:stretch;gap:30px}.directory-tabs button{border:0;border-bottom:3px solid transparent;background:transparent;font-weight:700;color:var(--muted);padding:0}.directory-tabs button.active{border-bottom-color:var(--lime);color:var(--green-900)}.directory-promise{margin-left:auto;align-self:center;color:var(--muted);font-size:12px}

/* buyer directory */
.directory-shell{max-width:1280px;margin:auto;padding:18px 24px 80px}.breadcrumbs{display:flex;align-items:center;gap:8px;margin-bottom:16px;color:var(--muted);font-size:12px}.breadcrumbs a:hover{color:var(--green-800)}.directory-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:22px}.filter-sidebar{align-self:start;display:flex;flex-direction:column;gap:12px;position:sticky;top:137px;max-height:calc(100vh - 152px);overflow:auto;padding-right:3px}.filter-mobile-head{display:none}.search-process-card,.filter-card{background:#fff;border:1px solid var(--border);border-radius:9px;padding:15px;box-shadow:var(--ring)}.search-process-card{background:#fbfef5;border-color:#b8d978}.filter-section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.filter-section-title button{border:0;background:transparent;color:var(--muted);font-size:11px}.search-process-card p{display:flex;gap:8px;margin:8px 0;color:var(--text);font-size:12px}.search-process-card i{display:grid;place-items:center;flex:0 0 17px;height:17px;border-radius:50%;font-style:normal;background:var(--lime);color:#fff;font-size:10px}.filter-label{display:block;margin:0 0 9px;font-size:12px;font-weight:750}.filter-card .filter-label:not(:first-child){margin-top:14px}.check-row{display:flex;align-items:center;gap:9px;margin:9px 0;color:var(--text);cursor:pointer}.check-row input{width:18px;height:18px;margin:0;accent-color:var(--lime)}.filter-hint{margin:6px 0 0;color:var(--muted);font-size:11px}.results-toolbar{min-height:80px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:14px}.results-toolbar h1{font-size:28px;margin:0 0 4px;letter-spacing:-.025em}.results-toolbar p:last-child{margin:0;color:var(--muted)}.toolbar-actions{display:flex;align-items:flex-end;gap:10px}.toolbar-actions label{display:flex;align-items:center;gap:8px;color:var(--muted);white-space:nowrap}.toolbar-actions select{width:130px;background:#fff}.filter-trigger{display:none;min-height:39px;border:1px solid var(--border-strong);border-radius:7px;background:#fff;padding:0 13px}.supplier-results{display:flex;flex-direction:column;gap:12px}.supplier-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:18px;box-shadow:var(--ring);transition:border-color .18s,box-shadow .18s}.supplier-card:hover{border-color:#b8c9c1;box-shadow:var(--shadow)}.supplier-card-main{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:16px}.supplier-identity{display:flex;gap:12px;min-width:0}.company-mark{display:grid;place-items:center;flex:0 0 48px;height:48px;border-radius:8px;border:1px solid var(--border);background:var(--paper);color:var(--green-800);font-weight:800}.company-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.company-title-row h2{font-size:17px;margin:0}.company-meta{color:var(--muted);font-size:11px;margin:5px 0 0}.trust-badge{display:inline-flex;align-items:center;border-radius:4px;padding:3px 7px;font-size:10px;white-space:nowrap}.trust-badge.verified{background:var(--lime-soft);color:var(--lime-dark)}.trust-badge.quick{background:var(--mint);color:var(--green-800)}.supplier-actions{display:flex;gap:8px}.supplier-actions .button{min-height:38px;font-size:12px;padding:8px 13px}.supplier-card-body{display:grid;grid-template-columns:200px minmax(0,1fr);gap:18px}.capability-column{border-right:1px solid var(--border);padding-right:18px}.match-chip{display:block;background:#f2f7e8;border-radius:4px;padding:5px 8px;color:var(--green-800);font-size:10px}.supplier-type{margin:9px 0;color:var(--text);font-size:12px}.capability-column>strong{font-size:11px}.capability-column>p:last-child{margin:5px 0 0;color:var(--muted);font-size:11px}.supplier-description{color:var(--text);font-size:12px;margin:0 0 12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.supplier-product-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.supplier-product-tile{min-width:0;border:0;background:transparent;padding:0;text-align:left}.supplier-product-tile img{width:100%;height:80px;object-fit:cover;border:1px solid var(--border);border-radius:7px;background:var(--paper)}.supplier-product-tile strong{display:block;margin:6px 0 2px;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.supplier-product-tile span{display:block;color:var(--muted);font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.supplier-product-tile:hover strong{color:var(--lime-dark)}.more-products{border:0;border-radius:7px;background:var(--green-800);color:#fff;font-weight:750}.supplier-skeleton{height:226px;border-radius:10px;background:#e7ebe8;animation:pulse 1.2s ease-in-out infinite alternate}@keyframes pulse{to{opacity:.5}}.empty-state{text-align:center;background:#fff;border:1px dashed var(--border-strong);border-radius:10px;padding:75px 24px}.empty-state>span{font-size:42px;color:var(--lime)}.empty-state h2{margin:9px 0}.empty-state p{color:var(--muted)}.supplier-results.product-view{gap:10px}.product-directory-card{display:grid;grid-template-columns:150px minmax(0,1fr) 155px;gap:18px;align-items:center;background:#fff;border:1px solid var(--border);border-radius:10px;padding:14px}.product-directory-card>img{width:150px;height:112px;object-fit:cover;border-radius:7px}.product-directory-card h2{font-size:18px;margin:6px 0}.product-directory-card p{color:var(--muted);font-size:12px;margin:0 0 8px}.product-category{color:var(--lime-dark);font-size:10px;font-weight:750}.product-supplier{font-size:11px;color:var(--green-800)}.product-buy-info{display:grid;grid-template-columns:1fr 1fr;gap:3px 8px;border-left:1px solid var(--border);padding-left:18px}.product-buy-info span{font-size:10px;color:var(--muted)}.product-buy-info strong{font-size:12px}.product-buy-info .button{grid-column:1/-1;margin-top:10px;font-size:12px}.filter-backdrop{position:fixed;inset:0;background:rgba(0,34,27,.5);z-index:49}

/* dialogs */
.dialog{width:min(680px,calc(100% - 24px));max-height:90vh;border:0;border-radius:12px;padding:0;background:#fff;color:var(--ink);box-shadow:0 24px 80px rgba(0,0,0,.24)}.dialog::backdrop{background:rgba(0,35,28,.58);backdrop-filter:blur(2px)}.dialog form,.dialog-shell{padding:26px}.dialog-head{display:flex;align-items:flex-start;justify-content:space-between}.dialog-head h2{font-size:25px;margin:0 0 18px}.icon-button{display:grid;place-items:center;flex:0 0 38px;height:38px;border:1px solid var(--border);border-radius:50%;background:var(--paper);font-size:22px}.selected-product{display:flex;gap:13px;align-items:center;background:var(--paper);border:1px solid var(--border);border-radius:8px;padding:10px;margin-bottom:18px}.selected-product img{width:70px;height:54px;object-fit:cover;border-radius:6px}.selected-product strong,.selected-product span{display:block}.selected-product span{color:var(--muted);font-size:11px;margin-top:3px}.form-grid{display:grid;gap:15px}.form-grid.two{grid-template-columns:1fr 1fr}.form-grid .full{grid-column:1/-1}label{display:block;color:var(--text);font-size:12px;font-weight:700}label input,label textarea,label select{margin-top:6px;font-weight:400}.dialog>form>label{margin-top:15px}.dialog-actions,.form-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:20px}.company-dialog{width:min(780px,calc(100% - 24px))}.company-profile-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:22px}.company-profile-grid>div{padding:12px;background:var(--paper);border-radius:7px}.company-profile-grid span,.company-profile-grid strong{display:block}.company-profile-grid span{font-size:10px;color:var(--muted)}.company-profile-grid strong{margin-top:4px;font-size:12px}.company-dialog h3{font-size:14px;margin:18px 0 6px}.company-dialog p{color:var(--muted)}.company-product-list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.confirm-dialog{width:min(430px,calc(100% - 24px))}.confirm-dialog h2{margin:0 0 8px}.confirm-dialog p{color:var(--muted)}.toast{position:fixed;z-index:80;right:22px;bottom:22px;max-width:380px;background:var(--green-950);color:#fff;padding:13px 18px;border-radius:8px;box-shadow:var(--shadow);opacity:0;transform:translateY(12px);pointer-events:none;transition:.22s}.toast.show{opacity:1;transform:translateY(0)}.toast.error{background:var(--danger)}

/* supplier onboarding */
.onboarding-shell{max-width:1120px;margin:0 auto;min-height:calc(100vh - 64px);display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center;padding:60px 24px}.onboarding-intro h1{font-size:clamp(40px,5vw,58px);letter-spacing:-.045em;margin:0 0 20px}.onboarding-intro>p:not(.results-kicker){font-size:16px;color:var(--muted);max-width:470px}.check-list{list-style:none;padding:0;margin:26px 0}.check-list li{padding:10px 0;border-bottom:1px solid var(--border);color:var(--text)}.check-list span{display:inline-grid;place-items:center;width:21px;height:21px;background:var(--lime-soft);color:var(--lime-dark);border-radius:50%;margin-right:9px}.form-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:28px;box-shadow:var(--ring)}.onboarding-card{box-shadow:var(--shadow)}.form-card-head h2,.form-section h2{font-size:28px;margin:0 0 7px}.form-card-head>p:last-child,.form-section>p{color:var(--muted);margin-bottom:22px}.form-footnote{text-align:center;font-size:11px;color:var(--muted);margin:12px 0 0}
.auth-card-wrap{min-width:0}.auth-switch{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin-bottom:10px;padding:4px;border-radius:9px;background:#e6ebe8}.auth-switch button{min-height:40px;border:0;border-radius:7px;background:transparent;color:var(--muted);font-weight:700}.auth-switch button.active{background:#fff;color:var(--green-800);box-shadow:var(--ring)}.demo-credentials{display:flex;flex-direction:column;width:max-content;max-width:100%;gap:2px;padding:12px 15px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--muted);font-size:11px}.demo-credentials strong{color:var(--green-800);font-size:12px}

/* supplier dashboard */
.workspace-header{position:fixed;width:100%}.workspace-search{height:38px;flex:1;max-width:500px;display:flex;align-items:center;background:#fff;border-radius:20px;color:var(--muted);padding-left:13px}.workspace-search input{height:100%;border:0;box-shadow:none;background:transparent}.workspace-account{padding:8px 11px;border:1px solid rgba(255,255,255,.3);border-radius:6px}.dashboard{min-height:100vh;padding-top:64px;display:grid;grid-template-columns:250px minmax(0,1fr)}.dashboard-sidebar{position:fixed;top:64px;bottom:0;width:250px;display:flex;flex-direction:column;padding:25px 18px 18px;background:var(--green-950);color:#fff}.sidebar-company{display:flex;gap:10px;align-items:center;padding:0 7px 20px;border-bottom:1px solid rgba(255,255,255,.12)}.sidebar-avatar{display:grid;place-items:center;flex:0 0 38px;height:38px;border-radius:7px;background:var(--lime);font-size:11px;font-weight:800}.sidebar-company h2{font-family:var(--sans);font-size:13px;margin:0;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-company p{font-size:10px;color:#a9c2b8;margin:3px 0 0}.dashboard-nav{display:flex;flex-direction:column;gap:5px;margin-top:20px}.dashboard-nav button{display:flex;align-items:center;gap:10px;width:100%;min-height:43px;border:0;border-radius:7px;padding:10px 11px;background:transparent;color:#b8ccc4;text-align:left;font-weight:650}.dashboard-nav button:hover,.dashboard-nav button.active{background:var(--green-800);color:#fff}.dashboard-nav span{width:20px;text-align:center}.dashboard-nav b{margin-left:auto;display:grid;place-items:center;min-width:20px;height:20px;border-radius:10px;background:var(--lime);color:#fff;font-size:10px}.sidebar-help{margin-top:auto;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:13px;color:#c5d6cf}.sidebar-help strong{font-size:11px;color:#fff}.sidebar-help p{font-size:10px;margin:5px 0 0}.sidebar-logout{margin-top:12px;border:0;background:transparent;color:#a9c2b8;text-align:left;padding:8px}.dashboard-main{grid-column:2;padding:34px clamp(24px,4vw,58px) 70px;min-width:0}.dashboard-topline{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:28px}.dashboard-topline h1{font-size:31px;letter-spacing:-.03em;margin:0 0 5px}.dashboard-topline>div>p:last-child{color:var(--muted);margin:0}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.metric-grid article{background:#fff;border:1px solid var(--border);border-radius:9px;padding:19px}.metric-grid article.metric-highlight{background:var(--lime-soft);border-color:#d6e9b3}.metric-grid span,.metric-grid small{display:block;color:var(--muted)}.metric-grid strong{display:block;font-size:32px;margin:8px 0 2px}.dashboard-section-head{display:flex;justify-content:space-between;align-items:flex-end;margin:34px 0 13px}.dashboard-section-head h2{font-size:22px;margin:0}.overview-inquiry-list{display:flex;flex-direction:column;gap:7px}.overview-inquiry{width:100%;display:grid;grid-template-columns:10px minmax(0,1fr) auto auto;gap:13px;align-items:center;text-align:left;background:#fff;border:1px solid var(--border);border-radius:8px;padding:13px}.overview-inquiry:hover{border-color:var(--lime)}.overview-inquiry strong{font-size:13px}.overview-inquiry p{font-size:11px;color:var(--muted);margin:3px 0 0}.overview-inquiry time{font-size:10px;color:var(--muted)}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--border-strong)}.status-dot.new{background:var(--lime)}.status-dot.read{background:#e0a52d}.overview-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.overview-product-grid article{display:grid;grid-template-columns:62px minmax(0,1fr) auto;align-items:center;gap:11px;background:#fff;border:1px solid var(--border);border-radius:8px;padding:10px}.overview-product-grid img{width:62px;height:50px;object-fit:cover;border-radius:6px}.overview-product-grid strong{font-size:12px}.overview-product-grid p{font-size:10px;color:var(--muted);margin:3px 0 0}.status-pill{display:inline-flex;align-items:center;width:max-content;border-radius:12px;padding:3px 8px;font-size:10px;font-weight:750;background:#edf0ef;color:var(--muted);white-space:nowrap}.status-pill.new,.status-pill.active{background:var(--lime-soft);color:var(--lime-dark)}.status-pill.read{background:#fff4d8;color:#a06700}.status-pill.replied{background:var(--mint);color:var(--green-800)}.status-pill.closed,.status-pill.paused{background:#edf0ef;color:var(--muted)}.status-pill.draft{background:#f4eadc;color:#866331}.empty-mini{background:#fff;border:1px dashed var(--border-strong);border-radius:8px;text-align:center;padding:35px 18px;color:var(--muted)}

/* inquiry workbench */
.inquiry-toolbar,.management-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.inquiry-toolbar>input{max-width:300px}.segmented{display:flex;background:#e6ebe8;border-radius:8px;padding:3px}.segmented button{border:0;background:transparent;border-radius:6px;padding:8px 13px;color:var(--muted);font-weight:650}.segmented button.active{background:#fff;color:var(--green-800);box-shadow:var(--ring)}.inquiry-workbench{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(400px,1.1fr);height:calc(100vh - 215px);min-height:570px;gap:12px}.inquiry-list{overflow:auto;display:flex;flex-direction:column;gap:7px;padding-right:3px}.inquiry-list-item{width:100%;border:1px solid var(--border);border-radius:9px;background:#fff;padding:14px;text-align:left}.inquiry-list-item:hover,.inquiry-list-item.active{border-color:var(--lime);box-shadow:inset 3px 0 0 var(--lime)}.inquiry-list-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.inquiry-list-top time{color:var(--muted);font-size:10px}.inquiry-list-item>strong{display:block;font-size:13px}.inquiry-list-item>p{font-size:11px;color:var(--muted);margin:3px 0 8px}.inquiry-list-item>small{display:block;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inquiry-detail{overflow:auto;background:#fff;border:1px solid var(--border);border-radius:9px;padding:22px}.empty-detail{height:100%;display:grid;place-content:center;text-align:center;color:var(--muted)}.empty-detail>span{font-size:38px;color:var(--lime)}.empty-detail h2{color:var(--ink);margin:8px 0}.inquiry-detail-head{display:flex;justify-content:space-between;align-items:center}.inquiry-detail-head time{font-size:11px;color:var(--muted)}.inquiry-detail section{margin-top:20px}.inquiry-detail section h2{font-size:20px;margin:5px 0}.inquiry-detail section h3{font-size:16px;margin:5px 0 12px}.inquiry-detail section p{color:var(--muted)}.inquiry-detail section a{color:var(--green-800);font-weight:650}.detail-label{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-weight:750}.inquiry-detail hr{border:0;border-top:1px solid var(--border);margin:20px 0}.inquiry-detail dl{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border);border:1px solid var(--border);border-radius:7px;overflow:hidden}.inquiry-detail dl div{background:var(--paper);padding:10px}.inquiry-detail dt{font-size:10px;color:var(--muted)}.inquiry-detail dd{margin:2px 0 0;font-weight:700}.buyer-message{background:var(--paper);border-radius:7px;padding:12px;color:var(--text)!important}.detail-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.detail-actions .button{font-size:11px;padding:8px 11px}

/* in-app workflow notifications */
.notification-center-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:15px;padding:20px;background:#f5f1e6;border:1px solid #ddd8ca}.notification-center-head h2{margin:3px 0 5px;font:500 28px/1.15 Georgia,serif;color:#233b32}.notification-center-head p:last-child{margin:0;color:var(--muted);font-size:11px}.notification-center-head .button{min-height:38px;font-size:10px}.notification-list{display:grid;gap:7px}.notification-item{position:relative;width:100%;display:grid;grid-template-columns:9px minmax(0,1fr) 20px;align-items:center;gap:13px;border:1px solid var(--border);padding:15px 17px;background:#fff;color:var(--ink);text-align:left}.notification-item:hover{border-color:#9eba68;background:#fbfdf7}.notification-item>i{width:8px;height:8px;border:1px solid #aab7b1;border-radius:50%;background:#fff}.notification-item.unread{border-left:3px solid var(--lime);background:#fbfef5}.notification-item.unread>i{border-color:var(--lime);background:var(--lime);box-shadow:0 0 0 3px #edf6da}.notification-item>div{min-width:0}.notification-item span,.notification-item strong,.notification-item p,.notification-item small{display:block}.notification-item span{color:var(--lime-dark);font-size:7px;font-weight:850;letter-spacing:.13em}.notification-item strong{margin-top:3px;font-size:12px}.notification-item p{display:-webkit-box;overflow:hidden;margin:4px 0;color:var(--muted);font-size:9px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.notification-item small{color:#7e8d87;font-size:7px}.notification-item>b{color:var(--green-800);font-size:15px}.notification-center-head .button:disabled{opacity:.45}
@media(max-width:620px){.notification-center-head{align-items:stretch;flex-direction:column;padding:15px}.notification-center-head h2{font-size:24px}.notification-center-head .button{width:100%;min-height:44px}.notification-item{padding:13px 11px}.notification-item p{-webkit-line-clamp:3}}

/* publishing and product management */
.publish-layout{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:18px}.publish-progress{display:flex;align-items:center;background:#fff;border:1px solid var(--border);border-radius:8px;padding:14px 18px;margin-bottom:12px}.publish-progress span{font-size:11px;color:var(--muted);white-space:nowrap}.publish-progress span.active{color:var(--green-800);font-weight:750}.publish-progress i{height:1px;flex:1;margin:0 12px;background:var(--border)}.dashboard-form{box-shadow:none}.upload-field{position:relative;display:grid!important;place-items:center;border:1px dashed var(--border-strong);border-radius:8px;padding:24px;text-align:center;cursor:pointer}.upload-field input{position:absolute;inset:0;opacity:0;cursor:pointer}.upload-field strong,.upload-field small,.upload-field em{display:block}.upload-field small{color:var(--muted);font-weight:400}.upload-field em{margin-top:7px;color:var(--lime-dark);font-style:normal}.upload-icon{font-size:25px;color:var(--lime)}.publish-aside{display:flex;flex-direction:column;gap:12px}.publish-aside section{background:#fff;border:1px solid var(--border);border-radius:8px;padding:17px}.publish-aside h3{font-size:15px;margin:0 0 9px}.publish-aside ul{padding-left:18px;color:var(--muted);font-size:11px}.publish-aside li{margin:8px 0}.live-preview>span{font-size:10px;color:var(--muted)}#product-preview{margin-top:10px}.preview-image,#product-preview img{display:grid;place-items:center;width:100%;height:135px;border-radius:7px;background:var(--paper);object-fit:cover;color:var(--muted);font-size:11px}#product-preview h3{margin:10px 0 4px;font-size:14px}#product-preview p{font-size:10px;color:var(--muted)}.supplier-product-list{display:flex;flex-direction:column;gap:8px}.management-product{display:grid;grid-template-columns:96px minmax(0,1fr) auto;gap:15px;align-items:center;background:#fff;border:1px solid var(--border);border-radius:8px;padding:12px}.management-product>img{width:96px;height:72px;object-fit:cover;border-radius:6px}.management-product-title{display:flex;align-items:center;gap:8px}.management-product h2{font-size:15px;margin:0}.management-product p{font-size:11px;color:var(--muted);margin:5px 0}.management-product>div>strong{font-size:12px}.management-actions{display:flex;gap:5px}.management-actions button{border:1px solid var(--border);background:#fff;border-radius:6px;padding:7px 9px;font-size:11px}.management-actions button:hover{border-color:var(--green-800)}.management-actions .danger-link{color:var(--danger)}.profile-layout{display:grid;grid-template-columns:minmax(0,780px) 230px;gap:18px}.profile-status{align-self:start;background:var(--lime-soft);border:1px solid #d6e9b3;border-radius:9px;padding:22px;text-align:center}.profile-status-icon{display:grid;place-items:center;width:40px;height:40px;margin:auto;border-radius:50%;background:var(--lime);color:#fff}.profile-status h3{margin:12px 0 4px}.profile-status strong{font-size:34px}.profile-status p{font-size:11px;color:var(--muted)}

@media(max-width:1050px){.header-actions{gap:12px}.directory-layout{grid-template-columns:210px minmax(0,1fr)}.supplier-product-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.supplier-product-strip>:nth-child(4){display:none}.supplier-card-body{grid-template-columns:175px minmax(0,1fr)}.dashboard{grid-template-columns:210px minmax(0,1fr)}.dashboard-sidebar{width:210px}.publish-layout{grid-template-columns:1fr}.publish-aside{display:grid;grid-template-columns:1fr 1fr}.profile-layout{grid-template-columns:1fr}.profile-status{display:none}.inquiry-workbench{grid-template-columns:minmax(280px,.8fr) minmax(350px,1.2fr)}}
@media(max-width:820px){.header-inner{padding:0 16px}.header-actions a:not(.header-action-primary),.workspace-account{display:none}.directory-promise{display:none}.directory-shell{padding:16px}.directory-layout{grid-template-columns:1fr}.filter-sidebar{position:fixed;z-index:50;left:0;top:0;bottom:0;width:min(330px,88vw);max-height:none;padding:18px;overflow:auto;background:var(--page);transform:translateX(-102%);transition:transform .22s}.filters-open .filter-sidebar{transform:translateX(0)}.filter-mobile-head{display:flex;justify-content:space-between;align-items:center}.filter-mobile-head button{border:0;background:transparent;font-size:22px}.filter-trigger,.mobile-menu{display:block}.supplier-card-body{grid-template-columns:1fr}.capability-column{border-right:0;border-bottom:1px solid var(--border);padding:0 0 12px}.dashboard{display:block}.dashboard-sidebar{position:static;width:auto;height:auto;padding:12px 16px}.sidebar-company,.sidebar-help,.sidebar-logout{display:none}.dashboard-nav{margin:0;display:grid;grid-auto-flow:column;grid-template-columns:none;grid-auto-columns:minmax(100px,1fr);overflow-x:auto}.dashboard-nav button{justify-content:center;font-size:11px;padding:8px 5px}.dashboard-nav button span{display:none}.dashboard-main{padding:25px 16px 55px}.inquiry-workbench{height:auto;min-height:0;grid-template-columns:1fr}.inquiry-list{max-height:380px}.inquiry-detail{min-height:540px}.workspace-header{position:sticky}.dashboard{padding-top:0}.onboarding-shell{grid-template-columns:1fr;gap:35px;padding:45px 18px}.overview-product-grid{grid-template-columns:1fr}}
@media(max-width:620px){.global-header{height:auto;min-height:64px}.header-inner{min-height:64px;flex-wrap:wrap;gap:10px;padding-top:10px;padding-bottom:10px}.directory-page .global-search{order:3;flex-basis:100%;max-width:none}.directory-page .directory-tabs{margin-top:50px}.header-action-primary{display:none}.directory-tabs-inner{padding:0 16px}.results-toolbar{flex-direction:column}.toolbar-actions{width:100%;justify-content:space-between}.supplier-card{padding:14px}.supplier-card-main{display:block}.supplier-actions{margin-top:12px}.supplier-actions .button{flex:1}.supplier-product-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.supplier-product-strip>:nth-child(3){display:none}.product-directory-card{grid-template-columns:90px minmax(0,1fr)}.product-directory-card>img{width:90px;height:90px}.product-buy-info{grid-column:1/-1;border-left:0;border-top:1px solid var(--border);padding:10px 0 0}.form-grid.two{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.company-profile-grid{grid-template-columns:1fr 1fr}.company-product-list{grid-template-columns:1fr 1fr}.metric-grid{grid-template-columns:1fr 1fr}.metric-grid article:last-child{grid-column:1/-1}.dashboard-topline .button{display:none}.dashboard-nav{grid-template-columns:repeat(5,72px);overflow:auto}.dashboard-nav button{white-space:nowrap}.overview-inquiry{grid-template-columns:10px minmax(0,1fr) auto}.overview-inquiry time{display:none}.inquiry-toolbar,.management-toolbar{align-items:stretch;flex-direction:column}.inquiry-toolbar>input{max-width:none}.publish-aside{grid-template-columns:1fr}.management-product{grid-template-columns:72px minmax(0,1fr)}.management-product>img{width:72px;height:62px}.management-actions{grid-column:1/-1;justify-content:flex-end}.detail-actions{display:grid;grid-template-columns:1fr 1fr}.detail-actions .button:last-child{grid-column:1/-1}.onboarding-intro h1{font-size:38px}.form-card{padding:22px 17px}.dialog form,.dialog-shell{padding:21px 17px}}
.results-column,.supplier-card,.supplier-card-body,.supplier-offer,.capability-column{min-width:0}.status-pill.read{color:#825300}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

/* marketplace homepage */
.home-header{position:absolute;inset:0 0 auto;background:transparent}.home-nav{display:flex;align-items:center;gap:25px;font-size:12px}.home-nav a{color:#d7e4df}.home-nav a:hover,.home-nav a.active{color:#fff}.home-hero{padding:138px 24px 74px;background:radial-gradient(circle at 76% 25%,rgba(128,180,61,.23),transparent 30%),linear-gradient(120deg,#002b22 0%,#064c3b 100%);color:#fff}.home-hero-inner{max-width:1180px;margin:auto;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.7fr);gap:70px;align-items:end}.hero-copy{padding:40px 0}.hero-eyebrow{margin:0 0 18px;color:#b7d783;font-size:11px;font-weight:800;letter-spacing:.15em}.hero-copy h1{max-width:760px;margin:0;font-size:clamp(52px,7vw,86px);line-height:.96;letter-spacing:-.055em;color:#fff}.hero-copy>p:not(.hero-eyebrow){max-width:690px;margin:25px 0;color:#d1e0da;font-size:17px}.home-search{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;max-width:760px;padding:6px;border-radius:9px;background:#fff;box-shadow:0 18px 50px rgba(0,0,0,.2);color:var(--muted)}.home-search>span{text-align:center;font-size:22px}.home-search input{height:49px;border:0;box-shadow:none;background:transparent;font-size:14px}.home-search button{height:49px;border:0;border-radius:7px;padding:0 23px;background:var(--lime);color:#fff;font-weight:800}.popular-searches{display:flex;flex-wrap:wrap;gap:13px;margin-top:15px;color:#aec3bb;font-size:11px}.popular-searches a{color:#fff;text-decoration:underline;text-decoration-color:rgba(255,255,255,.35);text-underline-offset:3px}.hero-proof{padding:27px;border:1px solid rgba(255,255,255,.17);border-radius:11px;background:rgba(0,35,27,.52);backdrop-filter:blur(8px)}.hero-proof>p{margin:0;color:#a9d637;font-size:10px;letter-spacing:.14em;font-weight:800}.hero-proof h2{margin:8px 0 20px;color:#fff;font-size:23px}.hero-proof ul{list-style:none;margin:0 0 20px;padding:0}.hero-proof li{display:flex;gap:13px;padding:15px 0;border-top:1px solid rgba(255,255,255,.12)}.hero-proof li>span{color:#a9d637;font-size:11px}.hero-proof strong,.hero-proof small{display:block}.hero-proof small{margin-top:3px;color:#abc1b8}.hero-proof>a{color:#fff;font-size:12px;font-weight:750}.home-metrics{max-width:1180px;margin:-27px auto 0;position:relative;display:grid;grid-template-columns:repeat(4,1fr);border-radius:10px;background:#fff;box-shadow:var(--shadow)}.home-metrics article{padding:21px 25px;border-right:1px solid var(--border)}.home-metrics article:last-child{border:0}.home-metrics strong,.home-metrics span{display:block}.home-metrics strong{font-size:26px;color:var(--green-900)}.home-metrics span{margin-top:2px;color:var(--muted);font-size:11px}.home-section{max-width:1180px;margin:auto;padding:78px 24px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:27px}.section-heading h2{margin:3px 0 0;font-size:36px;letter-spacing:-.035em}.section-heading>p{max-width:400px;color:var(--muted)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border);border-radius:10px;overflow:hidden;background:#fff}.category-grid a{min-height:158px;padding:23px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);transition:.18s}.category-grid a:hover{background:var(--lime-soft);box-shadow:inset 0 -3px var(--lime)}.category-grid a:nth-child(4n){border-right:0}.category-grid a:nth-last-child(-n+4){border-bottom:0}.category-grid span,.category-grid strong,.category-grid small{display:block}.category-grid span{color:var(--lime-dark);font-size:10px;font-weight:800}.category-grid strong{margin:25px 0 7px;font-family:var(--serif);font-size:18px}.category-grid small{color:var(--muted);line-height:1.45}.featured-section{padding-top:20px}.featured-suppliers{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.featured-supplier{display:flex;flex-direction:column;min-width:0;padding:20px;background:#fff;border:1px solid var(--border);border-radius:10px}.featured-supplier-head{display:flex;align-items:center;gap:11px}.featured-supplier h3{margin:0;font-family:var(--sans);font-size:14px}.featured-supplier-head p,.featured-supplier>p{color:var(--muted);font-size:11px}.featured-badges{display:flex;flex-wrap:wrap;gap:5px;margin:15px 0}.featured-badges span,.card-evidence span{padding:4px 7px;border-radius:4px;background:var(--lime-soft);color:var(--lime-dark);font-size:9px}.featured-supplier dl{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto}.featured-supplier dl div{padding:9px;background:var(--paper);border-radius:6px}.featured-supplier dt{font-size:9px;color:var(--muted)}.featured-supplier dd{margin:2px 0 0;font-size:10px;font-weight:700}.featured-supplier>a{margin-top:15px;color:var(--green-800);font-size:11px;font-weight:800}.procurement-band{background:var(--green-950);color:#fff}.section-heading.inverse h2{color:#fff}.section-heading.inverse .results-kicker{color:#9cc834}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.15);border-radius:10px;overflow:hidden}.process-grid article{padding:31px;background:#073d31}.process-grid span{color:#a9d637;font-size:11px}.process-grid h3{margin:31px 0 9px;color:#fff;font-size:21px}.process-grid p{margin:0;color:#b8cec6;font-size:12px;line-height:1.6}.dual-cta{display:grid;grid-template-columns:1fr 1fr;gap:13px}.dual-cta article{min-height:300px;padding:39px;border-radius:11px}.dual-cta h2{max-width:430px;margin:5px 0 13px;font-size:33px}.dual-cta p:not(.results-kicker){max-width:470px;color:var(--muted);line-height:1.6}.dual-cta .button{margin-top:20px}.buyer-cta{background:var(--lime-soft);border:1px solid #d2e5af}.supplier-cta{background:#fff;border:1px solid var(--border)}.site-footer{display:grid;grid-template-columns:1fr auto;gap:25px;align-items:start;padding:45px max(24px,calc((100vw - 1132px)/2));background:var(--green-950);color:#a9c1b8}.site-footer p{font-size:11px}.site-footer nav{display:flex;gap:22px;color:#fff;font-size:11px}.site-footer>small{grid-column:1/-1;padding-top:20px;border-top:1px solid rgba(255,255,255,.12)}

/* RFQ buyer and supplier flows */
.rfq-shell{max-width:1120px;margin:auto;display:grid;grid-template-columns:.75fr 1.25fr;gap:60px;padding:70px 24px 90px}.rfq-intro{align-self:start;position:sticky;top:100px}.rfq-intro h1{margin:7px 0 20px;font-size:46px;line-height:1.04;letter-spacing:-.045em}.rfq-intro>p:not(.results-kicker){color:var(--muted);font-size:15px;line-height:1.6}.rfq-privacy{margin:28px 0;padding:18px;border-left:3px solid var(--lime);background:var(--lime-soft)}.rfq-privacy p{margin:6px 0 0;color:var(--muted);font-size:11px}.rfq-intro ol{list-style:none;padding:0}.rfq-intro li{display:flex;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid var(--border);font-size:12px;font-weight:700}.rfq-intro li span{display:grid;place-items:center;width:23px;height:23px;border-radius:50%;background:var(--green-800);color:#fff;font-size:10px}.rfq-form{box-shadow:var(--shadow)}.rfq-buyer-section{margin-top:25px;padding-top:24px;border-top:1px solid var(--border)}.rfq-buyer-section h3{margin:0 0 14px}.consent-row{display:flex;align-items:center;gap:9px;margin-top:18px}.consent-row input{width:18px;height:18px;margin:0;accent-color:var(--lime)}.rfq-success{grid-column:1/-1;max-width:700px;margin:70px auto;text-align:center;padding:70px;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow)}.rfq-success>span{display:grid;place-items:center;width:60px;height:60px;margin:0 auto 20px;border-radius:50%;background:var(--lime);color:#fff;font-size:28px}.rfq-success h1{font-size:42px;margin:5px 0 12px}.rfq-success>p{color:var(--muted)}#rfq-reference{width:max-content;margin:20px auto;padding:8px 12px;border-radius:5px;background:var(--paper);font-family:monospace;font-size:11px}.rfq-success>div:last-child{display:flex;justify-content:center;gap:8px}.card-evidence{display:flex;flex-wrap:wrap;gap:4px;margin-top:10px}.company-profile-grid{grid-template-columns:repeat(4,1fr)}.overview-rfq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.overview-rfq{display:flex;flex-direction:column;gap:5px;text-align:left;padding:14px;background:#fff;border:1px solid var(--border);border-radius:8px}.overview-rfq:hover{border-color:var(--lime)}.overview-rfq>span{color:var(--lime-dark);font-size:9px;font-weight:800}.overview-rfq strong{font-size:12px}.overview-rfq p{margin:0;color:var(--muted);font-size:10px}.request-hub-intro{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.request-hub-intro h2{margin:4px 0 6px;font-size:25px}.request-hub-intro p:last-child{margin:0;color:var(--muted)}.request-hub-intro>span{padding:7px 10px;border-radius:15px;background:var(--lime-soft);color:var(--lime-dark);font-size:11px;font-weight:800}.rfq-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.rfq-card{display:flex;flex-direction:column;padding:20px;background:#fff;border:1px solid var(--border);border-radius:10px}.rfq-card.interested{border-color:#b9d883}.rfq-card-head{display:flex;align-items:start;justify-content:space-between;gap:13px}.rfq-card h2{font-size:18px;margin:5px 0}.rfq-card-head p{margin:0;color:var(--muted);font-size:10px}.rfq-card dl{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin:17px 0;background:var(--border);border:1px solid var(--border);border-radius:7px;overflow:hidden}.rfq-card dl div{min-width:0;padding:9px;background:var(--paper)}.rfq-card dt{color:var(--muted);font-size:9px}.rfq-card dd{margin:3px 0 0;font-size:10px;font-weight:750;overflow-wrap:anywhere}.rfq-requirement{flex:1}.rfq-requirement strong{font-size:11px}.rfq-requirement p{color:var(--muted);font-size:11px;line-height:1.55}.rfq-interest-form{margin-top:15px;padding-top:15px;border-top:1px solid var(--border)}.rfq-interest-form .button{margin-top:10px;width:100%}.rfq-contact{margin-top:15px;padding:13px;border-radius:7px;background:var(--lime-soft)}.rfq-contact p{margin:5px 0}.rfq-contact a{color:var(--green-800);font-weight:750}.rfq-contact small{color:var(--muted)}

@media(max-width:900px){.home-nav{display:none}.home-hero-inner{grid-template-columns:1fr;gap:20px}.hero-proof{max-width:600px}.category-grid{grid-template-columns:repeat(2,1fr)}.category-grid a:nth-child(2n){border-right:0}.category-grid a:nth-child(4n){border-right:0}.category-grid a:nth-last-child(-n+4){border-bottom:1px solid var(--border)}.category-grid a:nth-last-child(-n+2){border-bottom:0}.featured-suppliers{grid-template-columns:1fr}.rfq-shell{grid-template-columns:1fr;gap:30px}.rfq-intro{position:static}.rfq-list{grid-template-columns:1fr}}
@media(max-width:820px){.dashboard-nav{grid-template-columns:repeat(6,1fr)}.overview-rfq-grid{grid-template-columns:1fr}}
@media(max-width:620px){.home-header{position:absolute}.home-header .header-actions{display:none}.home-hero{padding:105px 16px 48px}.hero-copy{padding:10px 0}.hero-copy h1{font-size:47px}.home-search{grid-template-columns:35px minmax(0,1fr);padding:5px}.home-search button{grid-column:1/-1;width:100%;margin-top:4px}.home-metrics{margin:0;border-radius:0;grid-template-columns:1fr 1fr}.home-metrics article:nth-child(2){border-right:0}.home-metrics article:nth-child(-n+2){border-bottom:1px solid var(--border)}.home-section{padding:55px 16px}.section-heading{align-items:start;flex-direction:column}.section-heading h2{font-size:31px}.category-grid{grid-template-columns:1fr}.category-grid a{min-height:130px;border-right:0!important;border-bottom:1px solid var(--border)!important}.category-grid a:last-child{border-bottom:0!important}.category-grid strong{margin-top:18px}.process-grid{grid-template-columns:1fr}.dual-cta{grid-template-columns:1fr}.dual-cta article{padding:28px;min-height:0}.site-footer{grid-template-columns:1fr;padding:38px 20px}.site-footer nav{flex-direction:column;gap:10px}.rfq-shell{padding:40px 16px 60px}.rfq-intro h1{font-size:38px}.rfq-form{padding:22px 17px}.rfq-form .form-actions,.rfq-success>div:last-child{display:grid}.rfq-success{padding:45px 20px;margin:30px auto}.rfq-success h1{font-size:35px}.dashboard-nav{grid-template-columns:repeat(6,78px)}.rfq-card dl{grid-template-columns:1fr}.request-hub-intro{align-items:start;flex-direction:column}.company-profile-grid{grid-template-columns:1fr 1fr}}

/* buyer workspace */
.buyer-onboarding{max-width:1080px}.buyer-metrics{grid-template-columns:repeat(3,1fr)}.buyer-interest-list{display:flex;flex-direction:column;gap:8px}.buyer-interest-row{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:12px;align-items:center;padding:13px;background:#fff;border:1px solid var(--border);border-radius:8px}.buyer-interest-row strong{font-size:12px}.buyer-interest-row p{margin:3px 0 0;color:var(--muted);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.buyer-interest-row>a{color:var(--green-800);font-size:11px;font-weight:750}.buyer-rfq-list{display:flex;flex-direction:column;gap:12px}.buyer-rfq-card{padding:21px;background:#fff;border:1px solid var(--border);border-radius:10px}.buyer-rfq-head{display:flex;justify-content:space-between;gap:20px}.buyer-rfq-head h2{margin:5px 0;font-size:20px}.buyer-rfq-head p{margin:0;color:var(--muted);font-size:10px}.buyer-rfq-card>dl{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin:17px 0;background:var(--border);border:1px solid var(--border);border-radius:7px;overflow:hidden}.buyer-rfq-card>dl div{padding:10px;background:var(--paper)}.buyer-rfq-card dt,.buyer-inquiry-card dt{color:var(--muted);font-size:9px}.buyer-rfq-card dd,.buyer-inquiry-card dd{margin:3px 0 0;font-size:11px;font-weight:750}.buyer-rfq-requirement{color:var(--muted);font-size:11px;line-height:1.55}.buyer-interest-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:16px}.buyer-interest-cards>article{padding:14px;border:1px solid var(--border);border-radius:8px;background:var(--paper)}.buyer-interest-cards>article>div:first-child{display:flex;gap:9px;align-items:center}.buyer-interest-cards strong{font-size:11px}.buyer-interest-cards p{margin:3px 0;color:var(--muted);font-size:9px}.buyer-interest-cards blockquote{margin:12px 0;padding-left:10px;border-left:2px solid var(--lime);color:var(--text);font-size:10px;line-height:1.5}.interest-actions{display:flex;align-items:center;gap:12px}.interest-actions a,.interest-actions button{border:0;background:transparent;padding:0;color:var(--green-800);font-size:10px;font-weight:750}.buyer-rfq-actions{display:flex;justify-content:space-between;align-items:center;margin-top:17px;padding-top:14px;border-top:1px solid var(--border)}.buyer-rfq-actions>span{color:var(--muted);font-size:10px}.buyer-inquiry-grid{display:flex;flex-direction:column;gap:10px}.buyer-inquiry-card{display:grid;grid-template-columns:160px minmax(0,1fr);gap:18px;padding:16px;background:#fff;border:1px solid var(--border);border-radius:9px}.buyer-inquiry-card>img{width:160px;height:130px;object-fit:cover;border-radius:7px}.buyer-inquiry-card h2{margin:7px 0;font-size:18px}.buyer-inquiry-card>div>p{margin:0;color:var(--muted);font-size:10px}.buyer-inquiry-card dl{display:grid;grid-template-columns:1fr 1fr;margin:12px 0}.buyer-inquiry-card blockquote{margin:10px 0;padding:10px;border-radius:6px;background:var(--paper);font-size:10px}.supplier-reply{margin:10px 0;padding:11px;border-radius:6px;background:var(--lime-soft);font-size:10px}.supplier-reply p{margin:5px 0 0}.supplier-reply.pending{background:var(--paper);color:var(--muted)}.buyer-saved-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.buyer-saved-card{padding:18px;background:#fff;border:1px solid var(--border);border-radius:9px}.buyer-saved-card>p{color:var(--muted);font-size:11px;line-height:1.5}.buyer-saved-card .interest-actions{margin-top:14px}

/* public detail families */
.detail-shell{max-width:1180px;margin:auto;padding:24px 24px 80px}.detail-loading{padding:90px 0}.detail-breadcrumbs{display:flex;gap:8px;align-items:center;margin:0 0 22px;color:var(--muted);font-size:11px}.supplier-profile-hero{display:flex;justify-content:space-between;align-items:center;gap:25px;padding:27px;background:#fff;border:1px solid var(--border);border-radius:11px 11px 0 0}.supplier-profile-title{display:flex;align-items:center;gap:15px;min-width:0}.company-mark.large{width:64px;height:64px;flex-basis:64px;font-size:16px}.supplier-profile-title h1{margin:0;font-size:29px}.supplier-profile-title p{margin:6px 0 0;color:var(--muted)}.supplier-profile-actions{display:flex;gap:8px;flex:0 0 auto}.supplier-evidence-strip{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border);border-top:0;background:var(--paper);border-radius:0 0 11px 11px;overflow:hidden}.supplier-evidence-strip article{padding:15px 18px;border-right:1px solid var(--border)}.supplier-evidence-strip article:last-child{border:0}.supplier-evidence-strip span,.supplier-evidence-strip strong{display:block}.supplier-evidence-strip span{color:var(--muted);font-size:9px}.supplier-evidence-strip strong{margin-top:4px;font-size:11px}.supplier-profile-layout{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:17px;margin-top:18px}.detail-content-card,.supplier-side-card{padding:24px;background:#fff;border:1px solid var(--border);border-radius:10px}.detail-content-card h2{font-size:27px;margin:4px 0 12px}.detail-content-card h3{font-size:14px;margin:22px 0 7px}.detail-content-card>p{color:var(--muted);line-height:1.6}.supplier-side-card{align-self:start;position:sticky;top:88px}.supplier-side-card h2{font-size:21px}.supplier-side-card ul{padding-left:19px;color:var(--muted);font-size:11px;line-height:1.55}.supplier-side-card li{margin:9px 0}.detail-products-section{margin-top:31px}.detail-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.detail-product-card{display:flex;flex-direction:column;padding:11px;background:#fff;border:1px solid var(--border);border-radius:9px}.detail-product-card>a{display:block}.detail-product-card img{width:100%;height:150px;object-fit:cover;border-radius:7px}.detail-product-card span{display:block;margin-top:10px;color:var(--lime-dark);font-size:9px;font-weight:800}.detail-product-card h3{margin:5px 0;font-family:var(--sans);font-size:13px}.detail-product-card p{color:var(--muted);font-size:10px}.detail-product-card .button{margin-top:auto}.product-detail-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(350px,.9fr);gap:30px;padding:25px;background:#fff;border:1px solid var(--border);border-radius:11px}.product-detail-image img{width:100%;height:470px;object-fit:cover;border-radius:9px}.product-detail-copy{padding:15px 10px}.product-detail-copy h1{margin:8px 0 15px;font-size:39px;line-height:1.08}.product-detail-copy>p{color:var(--muted);line-height:1.6}.product-detail-copy dl{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin:22px 0;background:var(--border);border:1px solid var(--border);border-radius:7px;overflow:hidden}.product-detail-copy dl div{padding:12px;background:var(--paper)}.product-detail-copy dt{font-size:9px;color:var(--muted)}.product-detail-copy dd{margin:3px 0 0;font-size:12px;font-weight:750}.product-detail-copy>small{display:block;margin-top:9px;color:var(--muted);line-height:1.4}.product-supplier-panel{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:18px;align-items:center;margin-top:14px;padding:18px;background:var(--lime-soft);border:1px solid #d4e7b3;border-radius:9px}.product-supplier-panel h2{margin:3px 0;font-size:17px}.product-supplier-panel p{margin:0;color:var(--muted);font-size:10px}.product-requirement-guide{margin-top:45px}.product-requirement-guide h2{font-size:30px}.process-grid.light{background:var(--border);border-color:var(--border)}.process-grid.light article{background:#fff;color:var(--text)}.process-grid.light h3{color:var(--ink)}.process-grid.light p{color:var(--muted)}.detail-not-found,.not-found-shell{text-align:center;padding:100px 24px}.detail-not-found>span{font-size:45px;color:var(--lime)}.detail-not-found h1,.not-found-shell h1{font-size:44px}.detail-not-found>p,.not-found-shell>p{color:var(--muted)}.compact-footer{padding-top:30px;padding-bottom:30px}

/* category, trust, company, legal */
.simple-hero{padding:85px max(24px,calc((100vw - 1132px)/2));background:var(--green-950);color:#fff}.simple-hero h1{margin:5px 0 18px;color:#fff;font-size:54px;line-height:1.03}.simple-hero>p:last-child{max-width:680px;color:#b6cbc3;font-size:15px;line-height:1.6}.categories-catalog{padding-bottom:35px}.category-catalog-grid{display:flex;flex-direction:column;gap:11px}.category-catalog-card{display:grid;grid-template-columns:60px minmax(210px,.8fr) minmax(360px,1.2fr) auto;gap:19px;align-items:center;padding:18px;background:#fff;border:1px solid var(--border);border-radius:9px}.category-catalog-number{font-family:var(--serif);font-size:25px;color:var(--lime-dark)}.category-catalog-card h2{margin:0;font-size:19px}.category-catalog-card>div:nth-child(2)>p{color:var(--muted);font-size:10px}.category-catalog-card>div:nth-child(2)>div{display:flex;gap:8px}.category-catalog-card>div:nth-child(2) span{padding:4px 7px;background:var(--paper);border-radius:4px;color:var(--muted);font-size:9px}.category-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.category-preview a{min-width:0}.category-preview img{width:100%;height:68px;object-fit:cover;border-radius:5px}.category-preview span{display:block;margin-top:3px;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-help{display:flex;justify-content:space-between;align-items:center;padding-top:35px}.category-help h2{font-size:32px}.category-help p:last-child{max-width:650px;color:var(--muted)}.trust-hero{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:50px;align-items:end;padding:90px max(24px,calc((100vw - 1132px)/2));background:var(--lime-soft)}.trust-hero h1{font-size:51px;line-height:1.04}.trust-hero>div>p:last-child{max-width:700px;color:var(--muted);font-size:15px;line-height:1.6}.trust-hero aside{padding:23px;background:#fff;border:1px solid #d6e7b9;border-radius:9px}.trust-hero aside p{color:var(--muted);font-size:11px;line-height:1.6}.trust-level-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.trust-level-grid article{padding:22px;background:#fff;border:1px solid var(--border);border-radius:9px}.trust-level-grid span{color:var(--lime-dark);font-size:10px}.trust-level-grid h3{margin:28px 0 7px}.trust-level-grid p{color:var(--muted);font-size:11px;line-height:1.55}.trust-faq{display:grid;grid-template-columns:.65fr 1.35fr;gap:55px}.trust-faq h2{font-size:34px}.trust-faq details{padding:17px 0;border-top:1px solid var(--border)}.trust-faq summary{font-weight:750;cursor:pointer}.trust-faq details p{color:var(--muted);line-height:1.6}.company-principles{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.company-principles article{padding:26px;background:#fff;border:1px solid var(--border);border-radius:9px}.company-principles span{color:var(--lime-dark);font-size:10px}.company-principles h2{font-size:22px;margin-top:28px}.company-principles p{color:var(--muted);font-size:11px;line-height:1.6}.contact-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:55px;padding-top:20px}.contact-layout h2{font-size:35px}.contact-layout>div>p:not(.results-kicker){color:var(--muted);line-height:1.6}.contact-facts{margin-top:25px}.contact-facts div{padding:12px 0;border-top:1px solid var(--border)}.contact-facts span,.contact-facts strong{display:block}.contact-facts span{color:var(--muted);font-size:9px}.contact-facts strong{margin-top:3px;font-size:11px}.legal-shell{max-width:1030px;margin:auto;display:grid;grid-template-columns:260px minmax(0,1fr);gap:65px;padding:80px 24px}.legal-shell>aside{position:sticky;top:90px;align-self:start}.legal-shell h1{font-size:35px}.legal-shell aside nav{display:flex;flex-direction:column;gap:9px;margin:25px 0}.legal-shell aside a{color:var(--green-800);font-size:11px}.legal-shell aside small{color:var(--muted)}.legal-shell article section{padding:0 0 35px;margin-bottom:35px;border-bottom:1px solid var(--border);scroll-margin-top:90px}.legal-shell article h2{font-size:28px}.legal-shell article p{color:var(--muted);line-height:1.75}.legal-shell article a{color:var(--green-800);text-decoration:underline}.not-found-page{min-height:100vh}.not-found-shell>span{display:block;color:#d8e8c0;font-family:var(--serif);font-size:120px;line-height:1}.not-found-shell>div{display:flex;justify-content:center;gap:8px;margin-top:25px}

@media(max-width:980px){.buyer-interest-cards{grid-template-columns:1fr}.supplier-profile-layout{grid-template-columns:1fr}.supplier-side-card{position:static}.detail-product-grid{grid-template-columns:repeat(2,1fr)}.product-detail-hero{grid-template-columns:1fr}.product-detail-image img{height:420px}.category-catalog-card{grid-template-columns:50px minmax(0,1fr) auto}.category-preview{grid-column:2/-1}.trust-level-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.buyer-rfq-card>dl{grid-template-columns:1fr 1fr}.buyer-inquiry-card{grid-template-columns:100px minmax(0,1fr)}.buyer-inquiry-card>img{width:100px;height:100px}.buyer-saved-grid{grid-template-columns:1fr}.supplier-profile-hero{align-items:flex-start;flex-direction:column}.supplier-profile-actions{width:100%}.supplier-profile-actions .button{flex:1}.supplier-evidence-strip{grid-template-columns:1fr 1fr}.supplier-evidence-strip article:nth-child(2){border-right:0}.supplier-evidence-strip article:nth-child(-n+2){border-bottom:1px solid var(--border)}.product-supplier-panel{grid-template-columns:1fr}.category-catalog-card{grid-template-columns:45px minmax(0,1fr)}.category-catalog-card>.button{grid-column:2}.category-preview{grid-column:2}.trust-hero{grid-template-columns:1fr}.trust-level-grid{grid-template-columns:1fr 1fr}.trust-faq{grid-template-columns:1fr}.contact-layout{grid-template-columns:1fr}.legal-shell{grid-template-columns:1fr}.legal-shell>aside{position:static}.legal-shell aside nav{display:grid;grid-template-columns:1fr 1fr}}
@media(max-width:620px){.buyer-metrics{grid-template-columns:1fr 1fr}.buyer-metrics article:last-child{grid-column:1/-1}.buyer-interest-row{grid-template-columns:42px minmax(0,1fr)}.buyer-interest-row>a{grid-column:2}.buyer-rfq-head{flex-direction:column}.buyer-rfq-card>dl{grid-template-columns:1fr}.buyer-rfq-actions{align-items:stretch;flex-direction:column;gap:10px}.buyer-inquiry-card{grid-template-columns:1fr}.buyer-inquiry-card>img{width:100%;height:180px}.detail-shell{padding:18px 16px 55px}.supplier-profile-title{align-items:flex-start}.supplier-profile-title h1{font-size:24px}.supplier-profile-actions{display:grid}.supplier-evidence-strip{grid-template-columns:1fr}.supplier-evidence-strip article{border-right:0!important;border-bottom:1px solid var(--border)}.detail-product-grid{grid-template-columns:1fr}.product-detail-hero{padding:14px}.product-detail-image img{height:280px}.product-detail-copy h1{font-size:31px}.product-detail-copy dl{grid-template-columns:1fr}.simple-hero{padding:60px 16px}.simple-hero h1{font-size:39px}.category-catalog-card{grid-template-columns:1fr}.category-catalog-number,.category-preview,.category-catalog-card>.button{grid-column:1}.category-preview{grid-template-columns:repeat(2,1fr)}.category-preview a:nth-child(3){display:none}.category-help{align-items:flex-start;flex-direction:column;gap:18px}.trust-hero{padding:60px 16px}.trust-hero h1{font-size:38px}.trust-level-grid{grid-template-columns:1fr}.company-principles{grid-template-columns:1fr}.contact-layout{padding-top:0}.legal-shell{padding:50px 16px}.legal-shell aside nav{grid-template-columns:1fr}.not-found-shell>span{font-size:90px}.not-found-shell h1{font-size:35px}.not-found-shell>div{display:grid}}

.supplier-product-tile>a{display:block}.supplier-product-tile>button{margin-top:5px;border:0;background:transparent;color:var(--green-800);font-size:9px;font-weight:750;padding:0}.product-directory-card>a>img{width:150px;height:112px;object-fit:cover;border-radius:7px}.public-menu-button,.public-mobile-menu{display:none}
@media(max-width:900px){.public-menu-button{display:block;margin-left:auto;min-height:38px;border:1px solid rgba(255,255,255,.4);border-radius:6px;padding:0 12px;background:transparent;color:#fff;font-weight:750}.public-mobile-menu{position:sticky;top:64px;z-index:39;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;padding:1px;background:var(--border);box-shadow:var(--shadow)}.public-mobile-menu[hidden]{display:none}.public-mobile-menu a{display:grid;place-items:center;min-height:44px;padding:7px;background:#fff;color:var(--green-800);font-size:10px;font-weight:750;text-align:center}.home-header+.public-mobile-menu{position:absolute;top:64px;width:100%}}
@media(max-width:620px){.product-directory-card>a>img{width:90px;height:90px}.public-mobile-menu{grid-template-columns:repeat(2,1fr)}.public-menu-button{display:block}.home-header .public-menu-button{margin-left:auto}}
.dashboard-topline h2{font-size:31px;letter-spacing:-.03em;margin:0 0 5px}.rfq-success h2{font-size:42px;margin:5px 0 12px}@media(max-width:620px){.rfq-success h2{font-size:35px}}
@media(max-width:820px){.dashboard-nav{display:flex;flex-direction:row;grid-template-columns:none;gap:6px;overflow-x:auto;padding-bottom:2px}.dashboard-nav button{width:auto;flex:0 0 112px;min-width:112px;padding:9px 11px}.dashboard-nav b{margin-left:4px}}
.simple-hero>.results-kicker{color:#b7d783}.process-grid.light article>span{color:var(--lime-dark)}.not-found-shell>span{color:#557a1f}

/* protected RFQ documents and structured quotations */
.document-upload{min-height:126px;background:#fbfcf8}.document-links{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0}.document-links a{min-width:170px;max-width:280px;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;column-gap:8px;padding:9px 10px;border:1px solid var(--border);border-radius:7px;background:#fff}.document-links a:hover{border-color:var(--lime)}.document-links a>span{grid-row:1/3;display:grid;place-items:center;width:34px;height:34px;background:var(--lime-soft);color:var(--lime-dark);font-size:8px;font-weight:850}.document-links a>strong{overflow:hidden;text-overflow:ellipsis;color:var(--green-800);font-size:9px;white-space:nowrap}.document-links a>small{color:var(--muted);font-size:8px}.rfq-list{grid-template-columns:1fr}.quote-editor,.quote-summary{margin-top:15px;padding:18px;border-top:1px solid #cfdbd5;background:#f7f8f4}.quote-editor-head{display:flex;align-items:start;justify-content:space-between;gap:15px;margin-bottom:15px}.quote-editor-head span,.quote-summary span,.quote-comparison-head span{display:block;color:var(--lime-dark);font-size:8px;font-weight:850;letter-spacing:.13em}.quote-editor-head h3{margin:3px 0 0;font-size:17px}.quote-editor-head b{padding:4px 7px;background:var(--lime-soft);color:var(--lime-dark);font-size:8px;text-transform:uppercase}.quote-editor-head small{color:var(--muted);font-size:9px}.quote-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.quote-grid .full{grid-column:1/-1}.quote-grid label{font-size:10px}.quote-grid input,.quote-grid select,.quote-grid textarea{margin-top:4px;padding:8px 9px;font-size:10px}.quote-upload{position:relative;display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:12px;border:1px dashed var(--border-strong);background:#fff;cursor:pointer}.quote-upload input{position:absolute;inset:0;opacity:0;cursor:pointer}.quote-upload strong,.quote-upload small{display:block}.quote-upload small{color:var(--muted);font-weight:400}.quote-upload em{grid-column:2;grid-row:1/3;max-width:240px;overflow:hidden;color:var(--lime-dark);font-size:9px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.quote-form>.button{display:flex;margin:14px 0 0 auto}.quote-summary>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.quote-summary>div strong{font-size:16px}.quote-summary>p{margin:7px 0 0;color:var(--muted);font-size:10px}.quote-comparison{margin:18px 0;border:1px solid #cad8d2;background:#f8faf6}.quote-comparison-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 17px;border-bottom:1px solid #d5dfda}.quote-comparison-head h3{margin:3px 0 0;font-size:17px}.quote-comparison-head>small{max-width:330px;color:var(--muted);font-size:9px;text-align:right}.quote-table-wrap{overflow-x:auto}.quote-table-wrap table{width:100%;min-width:900px;border-collapse:collapse}.quote-table-wrap th{padding:9px 12px;background:#eef2ed;color:#627a72;font-size:8px;text-align:left;text-transform:uppercase}.quote-table-wrap td{padding:12px;border-top:1px solid var(--border);background:#fff;font-size:10px;vertical-align:top}.quote-table-wrap td strong,.quote-table-wrap td small{display:block}.quote-table-wrap td small{margin-top:3px;color:var(--muted);font-size:8px}.quote-table-wrap td span{display:block;width:max-content;margin-top:4px;padding:2px 5px;background:var(--lime-soft);color:var(--lime-dark);font-size:7px;font-weight:800}.quote-table-wrap td a{display:block;max-width:120px;overflow:hidden;color:var(--green-800);font-size:8px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.quote-table-wrap tr.best-price td{background:#fbfef5}.quote-table-wrap tr.quote-note-row td{padding:8px 12px;background:#f8f9f6;color:var(--muted);font-size:9px}.quote-empty{margin:17px 0}.buyer-rfq-card>.document-links{margin-bottom:17px}
@media(max-width:760px){.quote-grid{grid-template-columns:1fr 1fr}.quote-editor{padding:15px}.quote-upload{grid-template-columns:1fr}.quote-upload em{grid-column:1;grid-row:auto;margin-top:7px;max-width:none}.quote-comparison-head{align-items:flex-start;flex-direction:column}.quote-comparison-head>small{text-align:left}.document-links a{max-width:none;flex:1 1 220px}}
.quote-mobile-list{display:none}
@media(max-width:620px){.quote-table-wrap{display:none}.quote-mobile-list{display:grid;gap:8px;padding:12px}.quote-mobile-card{padding:13px;border:1px solid var(--border);background:#fff}.quote-mobile-card.best-price{border-color:#b6d37d;background:#fbfef5}.quote-mobile-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:9px}.quote-mobile-card header strong,.quote-mobile-card header small{display:block}.quote-mobile-card header strong{font-size:10px}.quote-mobile-card header small{margin-top:3px;color:var(--muted);font-size:8px}.quote-mobile-card header>span{padding:3px 5px;background:var(--lime-soft);color:var(--lime-dark);font-size:7px;font-weight:800;white-space:nowrap}.quote-mobile-price{margin:12px 0;padding:10px;background:#f3f6ef}.quote-mobile-price strong,.quote-mobile-price small{display:block}.quote-mobile-price strong{font-size:17px}.quote-mobile-price small{margin-top:2px;color:var(--muted);font-size:8px}.quote-mobile-card dl{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin:0;background:var(--border)}.quote-mobile-card dl div{padding:8px;background:#fff}.quote-mobile-card dt{color:var(--muted);font-size:7px}.quote-mobile-card dd{margin:2px 0 0;font-size:9px;font-weight:750}.quote-mobile-card>p{margin:10px 0 0;color:var(--muted);font-size:9px;line-height:1.5}.quote-mobile-card .document-links{margin-bottom:0}.quote-mobile-card .document-links a{min-width:0;flex-basis:100%}}
@media(max-width:480px){.quote-grid{grid-template-columns:1fr}.quote-grid .full{grid-column:auto}.quote-summary>div{align-items:flex-start;flex-direction:column}.quote-form>.button{width:100%}}

/* quotation decisions and RFQ award */
.status-pill.awarded,.status-pill.shortlisted{background:#e8f4d2;color:#436600}.status-pill.not_selected{background:#eef1f0;color:#5b716a}.quote-table-wrap table{min-width:1120px}.quote-table-wrap tr.shortlisted td{box-shadow:inset 0 2px 0 #9ec64c}.quote-table-wrap tr.awarded td{background:#f4fae9}.quote-decision-actions{display:grid;gap:6px;min-width:114px}.quote-decision-actions button{min-height:30px;border:1px solid var(--border-strong);padding:5px 8px;background:#fff;color:var(--green-800);font-size:8px;font-weight:800}.quote-decision-actions .quote-shortlist-button.active{border-color:#8eb641;background:var(--lime-soft);color:var(--lime-dark)}.quote-decision-actions .quote-award-button{border-color:var(--green-800);background:var(--green-800);color:#fff}.quote-decision-actions button:hover{border-color:var(--lime-dark)}.quote-table-wrap td .quote-decision-state,.quote-decision-state{display:inline-flex;width:max-content;margin:0;padding:4px 7px;border:1px solid var(--border-strong);background:#f1f3f2;color:#5c716b;font-size:8px;font-weight:850;text-transform:uppercase}.quote-table-wrap td .quote-decision-state.awarded,.quote-decision-state.awarded{border-color:#a8ca63;background:#eaf5d8;color:#456900}.quote-table-wrap td .quote-decision-state.shortlisted,.quote-decision-state.shortlisted{border-color:#c7dc9c;background:#f1f8e5;color:#527600}.award-record{display:flex;gap:14px;margin:18px 0;padding:18px;border:1px solid #a9ca65;background:#f2f8e7}.award-record-mark{display:grid;place-items:center;flex:0 0 36px;height:36px;border-radius:50%;background:var(--lime);color:#fff;font-weight:900}.award-record>div>span{display:block;color:#537800;font-size:8px;font-weight:850;letter-spacing:.13em}.award-record h3{margin:4px 0;font-size:18px}.award-record p,.award-record small{margin:0;color:var(--muted);font-size:9px}.award-record blockquote{margin:10px 0;padding-left:10px;border-left:2px solid var(--lime);font-size:10px}.award-dialog{width:min(570px,calc(100% - 24px))}.award-dialog-kicker{color:var(--lime-dark);font-size:9px;font-weight:850;letter-spacing:.15em}.award-dialog h2{margin:6px 0 8px;font-size:28px}.award-dialog-intro{margin:0 0 18px;color:var(--muted);font-size:11px;line-height:1.55}.award-quote-summary{display:grid;gap:3px;padding:16px;border-left:3px solid var(--lime);background:#f3f7ee}.award-quote-summary strong{font-size:15px}.award-quote-summary span{color:var(--green-800);font-size:12px;font-weight:750}.award-quote-summary small{color:var(--muted);font-size:9px}.award-dialog label>span{margin-left:4px;color:var(--muted);font-weight:400}.award-dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}.supplier-award-outcome{display:flex;gap:10px;margin:14px 0 0;padding:13px;border:1px solid #cbd8d2;background:#fff}.supplier-award-outcome.won{border-color:#a6ca5f;background:#f2f8e7}.supplier-award-outcome>span{display:grid;place-items:center;flex:0 0 27px;height:27px;background:#e6ece9;color:var(--green-800);font-weight:850}.supplier-award-outcome.won>span{background:var(--lime);color:#fff}.supplier-award-outcome strong,.supplier-award-outcome small{display:block}.supplier-award-outcome strong{font-size:10px}.supplier-award-outcome small{margin-top:3px;color:var(--muted);font-size:8px;line-height:1.5}.admin-status-awarded{border-color:#a8ca63;background:#eaf5d8;color:#456900}
@media(max-width:620px){.quote-mobile-card.shortlisted{border-color:#9fc352;box-shadow:inset 3px 0 0 #9fc352}.quote-mobile-card.awarded{border-color:#8eb641;background:#f4fae9}.quote-mobile-card .quote-decision-actions{grid-template-columns:1fr 1fr;margin-top:12px}.quote-mobile-card .quote-decision-actions button{min-height:38px}.award-record{padding:14px}.award-dialog-actions{display:grid;grid-template-columns:1fr}.award-dialog-actions .button{width:100%}}

/* shared post-award sourcing project */
.rfq-card,.project-room,.project-room-body{min-width:0}.project-room{margin:18px 0;border:1px solid #cdd8d2;background:#fafbf7;box-shadow:0 0 0 1px rgba(0,53,42,.02)}.project-room>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:18px 20px;border-bottom:1px solid #d7dfda;background:#f5f4ed}.project-room>header span,.project-room-body>aside>span,.project-action-panel>span{display:block;color:var(--lime-dark);font-size:8px;font-weight:850;letter-spacing:.13em}.project-room>header h3{margin:4px 0 3px;font-size:19px}.project-room>header p{margin:0;color:var(--muted);font-size:9px}.project-status{padding:5px 8px;border:1px solid #b9ccaf;background:#fff;color:#547063;font-size:8px;text-transform:uppercase;white-space:nowrap}.project-status.completed{border-color:#a8ca63;background:#eaf5d8;color:#456900}.project-milestones{display:grid;grid-template-columns:repeat(5,1fr);margin:0;padding:0 12px;border-bottom:1px solid #d7dfda;list-style:none}.project-milestones li{position:relative;display:flex;align-items:center;gap:8px;min-width:0;padding:16px 8px}.project-milestones li:not(:last-child):after{content:"";position:absolute;top:29px;right:-5px;width:10px;border-top:1px solid #c7d2cc}.project-milestones i{display:grid;place-items:center;flex:0 0 26px;height:26px;border:1px solid #c8d1cd;border-radius:50%;background:#fff;color:#72867e;font-size:8px;font-style:normal;font-weight:850}.project-milestones strong,.project-milestones small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-milestones strong{font-size:9px}.project-milestones small{margin-top:2px;color:var(--muted);font-size:7px;text-transform:capitalize}.project-milestones li.completed i{border-color:var(--lime);background:var(--lime);color:#fff}.project-milestones li.completed strong{color:#4d6e18}.project-milestones li.in_progress i{border-color:var(--green-800);box-shadow:0 0 0 3px #e6efe9;color:var(--green-800)}.project-milestones li.review i{border-color:#d3a84c;background:#fff6de;color:#8a5e08}.project-room-body{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);gap:0}.project-room-body>aside{padding:18px;border-left:1px solid #d7dfda;background:#fff}.project-room-body>aside>article{display:grid;grid-template-columns:25px minmax(0,1fr);gap:8px;padding:10px 0;border-bottom:1px solid #edf0ec}.project-room-body>aside>article:last-child{border-bottom:0}.project-room-body>aside i{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#e7eee9;color:var(--green-800);font-size:8px;font-style:normal;font-weight:850}.project-room-body>aside i.supplier{background:#eef5df;color:#557800}.project-room-body>aside strong,.project-room-body>aside p,.project-room-body>aside small{display:block}.project-room-body>aside strong{font-size:9px}.project-room-body>aside p{margin:3px 0;color:var(--muted);font-size:8px;line-height:1.45}.project-room-body>aside small{color:#80918b;font-size:7px}.project-action-panel,.project-waiting,.project-complete{padding:20px}.project-action-panel h4{margin:5px 0 7px;font-size:17px}.project-action-panel>p,.project-waiting p,.project-complete p{margin:0 0 14px;color:var(--muted);font-size:9px;line-height:1.55}.project-action-panel label{font-size:9px}.project-action-panel textarea{min-height:68px;padding:8px 9px;background:#fff;font-size:9px}.project-action-panel>div{display:flex;justify-content:flex-end;gap:7px;margin-top:10px}.project-action-panel .button{min-height:36px;padding:7px 12px;font-size:9px}.project-action-panel.supplier{border-left:3px solid var(--lime)}.project-waiting{display:flex;min-height:160px;flex-direction:column;justify-content:center;background:#f7f8f4}.project-waiting strong{font-size:13px}.project-waiting p{margin:5px 0 0}.project-complete{display:flex;align-items:center;gap:12px;min-height:150px;background:#f1f7e7}.project-complete>span{display:grid;place-items:center;flex:0 0 34px;height:34px;border-radius:50%;background:var(--lime);color:#fff;font-weight:900}.project-complete strong{font-size:13px}.project-complete p{margin:4px 0 0}.supplier-project-room{margin-top:15px}
@media(max-width:850px){.project-milestones{grid-template-columns:repeat(5,minmax(115px,1fr));overflow-x:auto}.project-room-body{grid-template-columns:1fr}.project-room-body>aside{border-top:1px solid #d7dfda;border-left:0}}
@media(max-width:620px){.project-room>header{padding:15px}.project-milestones{padding:0 7px}.project-milestones li{padding:14px 6px}.project-room-body>aside,.project-action-panel,.project-waiting,.project-complete{padding:15px}.project-action-panel>div{display:grid}.project-action-panel .button{width:100%;min-height:42px}}
.project-room-body>aside em{display:inline-flex;margin:3px 0;padding:2px 5px;background:#f0f4ed;color:#617a52;font-size:7px;font-style:normal;text-transform:capitalize}.project-file-links{display:flex;flex-wrap:wrap;gap:4px;margin:6px 0}.project-file-links a{display:inline-flex;align-items:center;gap:5px;max-width:100%;overflow:hidden;padding:4px 6px;border:1px solid #d5ddd8;background:#fff;color:var(--green-800);font-size:7px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.project-file-links a span{flex:0 0 auto;padding:2px 3px;background:var(--lime-soft);color:var(--lime-dark);font-size:6px}.project-update-form{display:grid;grid-template-columns:minmax(190px,.8fr) minmax(120px,.35fr) minmax(260px,1.15fr) auto auto;align-items:end;gap:10px;padding:17px 19px;border-top:1px solid #d7dfda;background:#f5f4ed}.project-update-form>div{align-self:center}.project-update-form>div span,.project-update-form>div strong,.project-update-form>div small{display:block}.project-update-form>div span{color:var(--lime-dark);font-size:7px;font-weight:850;letter-spacing:.12em}.project-update-form>div strong{margin:3px 0;font-size:11px}.project-update-form>div small{color:var(--muted);font-size:7px;line-height:1.4}.project-update-form label{font-size:8px}.project-update-form select,.project-update-form textarea{margin-top:4px;padding:7px 8px;background:#fff;font-size:8px}.project-update-form textarea{min-height:48px}.project-update-upload{position:relative;display:grid!important;place-items:center;align-self:stretch;min-width:110px;border:1px dashed #aebdb5;padding:7px;background:#fff;cursor:pointer;text-align:center}.project-update-upload input{position:absolute;inset:0;opacity:0;cursor:pointer}.project-update-upload span{color:var(--green-800);font-size:8px;font-weight:800}.project-update-upload small{display:block;max-width:120px;overflow:hidden;color:var(--muted);font-size:6px;text-overflow:ellipsis;white-space:nowrap}.project-update-form>.button{min-height:48px;font-size:9px}
@media(max-width:1050px){.project-update-form{grid-template-columns:1fr 1fr}.project-update-form>div,.project-update-message{grid-column:1/-1}.project-update-form>.button{min-height:44px}}
@media(max-width:620px){.project-update-form{grid-template-columns:1fr;padding:15px}.project-update-form>div,.project-update-message{grid-column:auto}.project-update-upload{min-height:54px}.project-update-form>.button{width:100%}}

/* Purchase orders */
.purchase-order-panel{margin:18px 0;border:1px solid #d5d0bf;background:#fffdf7;box-shadow:0 0 0 1px rgba(55,67,53,.025)}.purchase-order-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:18px 20px;border-bottom:1px solid #ded8c8;background:#f5f1e6}.purchase-order-panel>header span{display:block;color:var(--lime-dark);font-size:8px;font-weight:850;letter-spacing:.15em}.purchase-order-panel>header h3{margin:4px 0 3px;font:500 20px/1.2 Georgia,serif;color:#233b32}.purchase-order-panel>header p{margin:0;color:var(--muted);font-size:9px}.po-status{padding:5px 8px;border:1px solid #c7bea6;background:#fffdf7;color:#645d4d;font-size:8px;text-transform:uppercase;white-space:nowrap}.po-status.issued{border-color:#d1aa53;background:#fff5d9;color:#7a5408}.po-status.changes_requested{border-color:#cf8d76;background:#fff0e9;color:#8e4127}.po-status.acknowledged{border-color:#9fbe62;background:#eef7df;color:#426400}.po-panel-body{padding:20px}.po-form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.po-form-grid .wide{grid-column:span 2}.po-form-grid label{font-size:9px}.po-form-grid input,.po-form-grid select,.po-form-grid textarea{background:#fff;font-size:10px}.po-upload{position:relative;display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:3px 14px;min-height:62px;padding:10px 12px;border:1px dashed #a9aa98;background:#fff;cursor:pointer}.po-upload input{position:absolute;inset:0;opacity:0;cursor:pointer}.po-upload strong{font-size:9px}.po-upload small{grid-row:2;color:var(--muted);font-size:7px}.po-upload em{grid-row:1/3;grid-column:2;max-width:170px;overflow:hidden;color:var(--green-800);font-size:8px;font-style:normal;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.po-form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:15px}.po-form-actions .button{min-height:38px;font-size:9px}.po-summary-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important;margin:0 0 15px!important;border:1px solid #e0dccf}.po-summary-grid>div{padding:12px 14px;border-right:1px solid #e0dccf;border-bottom:1px solid #e0dccf;background:#fff}.po-summary-grid>div:nth-child(3n){border-right:0}.po-summary-grid>div:nth-last-child(-n+3){border-bottom:0}.po-summary-grid dt{color:#7b776d;font-size:7px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.po-summary-grid dd{margin:4px 0 0;color:#263e35;font-size:10px;font-weight:800}.po-address{display:grid;grid-template-columns:90px minmax(0,1fr);gap:10px;padding:9px 0;border-top:1px solid #ece8dd}.po-address span{color:#777166;font-size:7px;font-weight:850;letter-spacing:.09em}.po-address p{margin:0;color:#3f514a;font-size:9px;line-height:1.55}.po-change-note,.po-lock-note{margin:0 0 14px;padding:12px 14px;border-left:3px solid #c87855;background:#fff1e9}.po-change-note strong{font-size:10px}.po-change-note p{margin:4px 0 0;color:#704d40;font-size:9px}.po-lock-note{border-left-color:#94b552;background:#f0f7e6;color:#49651a;font-size:9px}.purchase-order-panel>footer{padding:10px 20px;border-top:1px solid #e3dfd3;background:#faf8f1;color:#77746b;font-size:7px;line-height:1.5}.supplier-po-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;margin-top:15px;padding-top:15px;border-top:1px solid #ddd8ca}.supplier-po-actions label{font-size:9px}.supplier-po-actions textarea{min-height:68px;background:#fff;font-size:9px}.supplier-po-actions>div{display:flex;gap:7px}.supplier-po-actions .button{min-height:38px;font-size:9px}.po-legal-note{margin-top:14px;padding:10px 12px;border-left:3px solid #b4a56f;background:#f7f3e8;color:#686150;font-size:10px;line-height:1.5}.po-confirm-dialog .dialog-kicker{color:var(--lime-dark)}
@media(max-width:850px){.po-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.po-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.po-summary-grid>div:nth-child(3n){border-right:1px solid #e0dccf}.po-summary-grid>div:nth-child(2n){border-right:0}.po-summary-grid>div:nth-last-child(-n+3){border-bottom:1px solid #e0dccf}.po-summary-grid>div:nth-last-child(-n+2){border-bottom:0}.supplier-po-actions{grid-template-columns:1fr}.supplier-po-actions>div{justify-content:flex-end}}
@media(max-width:620px){.purchase-order-panel>header,.po-panel-body{padding:15px}.purchase-order-panel>header h3{font-size:18px}.po-form-grid{grid-template-columns:1fr}.po-form-grid .wide{grid-column:auto}.po-form-actions,.supplier-po-actions>div{display:grid;grid-template-columns:1fr}.po-form-actions .button,.supplier-po-actions .button{width:100%;min-height:44px}.po-summary-grid{grid-template-columns:1fr!important}.po-summary-grid>div{border-right:0!important;border-bottom:1px solid #e0dccf!important}.po-summary-grid>div:last-child{border-bottom:0!important}.po-address{grid-template-columns:1fr;gap:4px}.purchase-order-panel>footer{padding:10px 15px}}

/* marketplace administration */
.admin-auth-body{min-height:100vh;background:#edf0ed}.admin-auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(420px,1.15fr) minmax(420px,.85fr)}.admin-auth-story{position:relative;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;padding:46px 7vw 50px;background:#073f34;color:#fff}.admin-auth-story:after{content:"";position:absolute;right:-120px;bottom:-190px;width:520px;height:520px;border:1px solid rgba(184,215,117,.35);border-radius:50%;box-shadow:0 0 0 55px rgba(184,215,117,.045),0 0 0 110px rgba(184,215,117,.035)}.admin-wordmark{position:relative;z-index:1;font-size:25px;font-weight:780;letter-spacing:-.05em}.admin-wordmark span{color:#a8d436}.admin-auth-story>div{position:relative;z-index:1;max-width:660px}.admin-eyebrow{margin:0 0 15px;color:#7da300;font-size:10px;font-weight:850;letter-spacing:.18em}.admin-auth-story .admin-eyebrow{color:#b9d876}.admin-auth-story h1{max-width:620px;margin:0 0 22px;font-size:clamp(44px,5vw,72px);line-height:.98;letter-spacing:-.055em}.admin-auth-story div>p:last-child{max-width:560px;color:#bed0ca;font-size:16px;line-height:1.65}.admin-auth-story small{position:relative;z-index:1;color:#90aca4}.admin-auth-panel{display:grid;place-items:center;padding:40px;background:#f5f4ef}.admin-auth-card{width:min(430px,100%);padding:42px;background:#fff;border:1px solid #d8ded9;box-shadow:0 25px 70px rgba(0,49,39,.1)}.admin-auth-card h2{margin:0 0 8px;font-size:34px;letter-spacing:-.04em}.admin-auth-card>p:not(.admin-eyebrow){margin-bottom:28px;color:var(--muted)}.admin-auth-card form{display:grid;gap:17px}.admin-auth-card label{display:grid;gap:7px;font-size:12px;font-weight:750}.admin-auth-card input{min-height:48px}.admin-form-message{margin-top:16px;padding:11px 12px;background:var(--danger-soft);border-left:3px solid var(--danger);color:#842e29;font-size:12px}.admin-back-link{display:inline-block;margin-top:24px;color:var(--green-800);font-size:12px;font-weight:700}

.admin-body{min-height:100vh;overflow-x:hidden;background:#eef1ef}.admin-app{min-height:100vh;display:grid;grid-template-columns:246px minmax(0,1fr)}.admin-sidebar{position:fixed;inset:0 auto 0 0;z-index:30;width:246px;display:flex;flex-direction:column;padding:27px 20px 22px;background:#063f34;color:#fff}.admin-sidebar>.admin-wordmark{padding:0 10px}.admin-workspace-label{display:flex;align-items:center;gap:10px;margin:34px 0 28px;padding:14px 10px;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}.admin-workspace-label>span{display:grid;place-items:center;width:34px;height:34px;background:#b2d263;color:#173d33;font-size:11px;font-weight:850}.admin-workspace-label div{display:grid}.admin-workspace-label strong{font-size:12px}.admin-workspace-label small{color:#93aea6;font-size:9px}.admin-nav{display:grid;gap:4px}.admin-nav button{display:grid;grid-template-columns:28px 1fr;align-items:center;min-height:43px;border:0;border-left:2px solid transparent;padding:0 12px;background:transparent;color:#b8cbc5;text-align:left;font-size:12px;font-weight:680}.admin-nav button span{color:#6f9188;font-size:9px}.admin-nav button:hover,.admin-nav button.active{background:rgba(255,255,255,.08);border-left-color:#b4d65d;color:#fff}.admin-sidebar-foot{display:grid;gap:9px;margin-top:auto;padding:18px 10px 0;border-top:1px solid rgba(255,255,255,.12)}.admin-sidebar-foot a,.admin-sidebar-foot button{border:0;background:transparent;color:#a8bdb7;text-align:left;font-size:11px}.admin-sidebar-foot a:hover,.admin-sidebar-foot button:hover{color:#fff}.admin-main{grid-column:2;min-width:0}.admin-topbar{min-height:100px;display:flex;align-items:center;gap:28px;padding:23px 34px;background:#fff;border-bottom:1px solid var(--border)}.admin-topbar p{margin:0 0 3px;color:#668078;font-size:9px;font-weight:820;letter-spacing:.15em}.admin-topbar h1{margin:0;font-size:25px;letter-spacing:-.035em}.admin-top-actions{display:flex;align-items:center;gap:9px;margin-left:auto}.admin-search{width:min(290px,28vw);display:flex;align-items:center;gap:7px;border-bottom:1px solid var(--border-strong);color:#6f867f}.admin-search input{border:0;border-radius:0;box-shadow:none;padding:8px 3px;background:transparent}.admin-top-actions>button{min-height:35px;border:1px solid var(--border-strong);padding:0 12px;background:#fff;color:var(--green-800);font-size:11px;font-weight:730}.admin-top-actions>span{max-width:180px;overflow:hidden;text-overflow:ellipsis;padding-left:10px;color:var(--muted);font-size:10px;white-space:nowrap}.admin-menu{display:none;border:0;background:transparent;font-size:20px}.admin-content{max-width:1500px;margin:auto;padding:28px 34px 70px}.admin-loading{padding:80px 0;color:var(--muted);text-align:center}.admin-metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}.admin-metric{min-height:155px;display:flex;flex-direction:column;padding:21px;background:#fff;border:1px solid var(--border)}.admin-metric:before{content:"";width:25px;height:3px;margin-bottom:30px;background:#9bc143}.admin-metric.attention:before{background:#dd8b39}.admin-metric>span{color:#617a72;font-size:10px;font-weight:780;letter-spacing:.08em;text-transform:uppercase}.admin-metric strong{margin:4px 0 6px;font-size:38px;line-height:1;letter-spacing:-.04em}.admin-metric small{margin-top:auto;color:#6d817b}.admin-overview-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);gap:18px}.admin-panel{background:#fff;border:1px solid var(--border)}.admin-panel-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;border-bottom:1px solid var(--border)}.admin-panel-head p{margin:0 0 4px;color:#6b837b;font-size:9px;font-weight:820;letter-spacing:.14em}.admin-panel-head h2{margin:0;font-size:20px;letter-spacing:-.025em}.admin-panel-head>span{color:#6b8079;font-size:10px}.admin-priority-list{padding:0 22px 8px}.admin-priority-list>button{position:relative;width:100%;display:grid;grid-template-columns:110px minmax(0,1fr) minmax(130px,.7fr) 20px;align-items:center;gap:14px;border:0;border-bottom:1px solid var(--border);padding:17px 3px;background:#fff;text-align:left}.admin-priority-list>button:hover{background:#f8faf5}.admin-priority-list span{color:#678178;font-size:9px;font-weight:800;text-transform:uppercase}.admin-priority-list strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-priority-list small{color:var(--muted)}.admin-priority-list b{color:var(--lime);font-size:18px}.admin-clear-state{padding:55px;color:var(--muted);text-align:center}.admin-delivery-card{padding:23px;background:#113f36;color:#fff}.admin-delivery-card>p:first-child{color:#bddc78;font-size:9px;font-weight:850;letter-spacing:.14em}.admin-delivery-card h2{margin:23px 0 10px;font-size:28px}.admin-delivery-card>p:nth-of-type(2){color:#bdd0c9;font-size:11px;line-height:1.65}.admin-delivery-card dl{margin:30px 0}.admin-delivery-card dl div{display:flex;justify-content:space-between;padding:11px 0;border-top:1px solid rgba(255,255,255,.13)}.admin-delivery-card dt{color:#9db6ae;font-size:10px}.admin-delivery-card dd{margin:0;font-size:11px;font-weight:750}.admin-delivery-card button{width:100%;min-height:40px;border:1px solid #b1d15d;background:#b1d15d;color:#173d33;font-weight:780}.admin-table-panel{overflow:hidden}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%}.admin-table-wrap table{width:100%;border-collapse:collapse;min-width:870px}.admin-table-wrap th{padding:12px 16px;background:#f6f7f4;color:#6a817a;font-size:9px;letter-spacing:.08em;text-align:left;text-transform:uppercase}.admin-table-wrap td{padding:15px 16px;border-top:1px solid var(--border);vertical-align:middle}.admin-table-wrap tbody tr:first-child td{border-top:0}.admin-table-wrap td>strong,.admin-table-wrap td>small{display:block}.admin-table-wrap td>strong{max-width:310px;font-size:11px}.admin-table-wrap td>small{max-width:340px;margin-top:4px;color:#6c817b;font-size:9px;line-height:1.4}.admin-table-wrap select{width:auto;min-width:105px;padding:7px 28px 7px 9px;border-radius:3px;font-size:10px}.admin-status{display:inline-flex;padding:3px 7px;border:1px solid #ced8d3;background:#f3f6f4;color:#4d675f;font-size:8px;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.admin-status-verified,.admin-status-active,.admin-status-open,.admin-status-sent,.admin-status-replied{border-color:#b6d37d;background:#eef6df;color:#466800}.admin-status-pending,.admin-status-new{border-color:#e7c68c;background:#fff6e5;color:#8b5b07}.admin-status-suspended,.admin-status-rejected,.admin-status-failed{border-color:#e0aaa5;background:#faecea;color:#9b3731}.admin-status-closed,.admin-status-read,.admin-status-paused,.admin-status-draft{background:#eef1f0;color:#5b716a}.admin-row-actions{display:flex;gap:6px}.admin-row-actions button,.admin-send-button{min-height:31px;border:1px solid var(--border-strong);padding:0 9px;background:#fff;color:var(--green-800);font-size:9px;font-weight:750}.admin-row-actions button.danger{color:var(--danger)}.admin-row-actions button:hover,.admin-send-button:hover{border-color:var(--green-800)}.admin-send-button:disabled{opacity:.45;cursor:not-allowed}.admin-product-cell{display:flex;align-items:center;gap:10px}.admin-product-cell img{width:48px;height:48px;object-fit:cover;background:#f2f3ef}.admin-product-cell strong,.admin-product-cell small{display:block}.admin-product-cell small{margin-top:3px;color:var(--muted);font-size:9px}.admin-inbox-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}.admin-message-list{padding:0 22px 8px}.admin-message-list>article{padding:18px 1px;border-bottom:1px solid var(--border)}.admin-message-list article>div{display:flex;justify-content:space-between;gap:10px}.admin-message-list article>div>span:first-child{color:#657d75;font-size:9px;font-weight:780;text-transform:uppercase}.admin-message-list h3{margin:10px 0 7px;font-size:14px}.admin-message-list p{display:-webkit-box;overflow:hidden;margin-bottom:14px;color:var(--muted);font-size:11px;line-height:1.55;-webkit-line-clamp:3;-webkit-box-orient:vertical}.admin-message-list footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-message-list footer small{color:#71857f;font-size:9px}.admin-message-list footer select{width:94px;padding:6px 20px 6px 7px;border-radius:3px;font-size:9px}.admin-empty{padding:70px 25px;text-align:center}.admin-empty strong{display:block;font-size:16px}.admin-empty p{margin:7px 0 0;color:var(--muted);font-size:11px}

@media(max-width:1050px){.admin-metric-grid{grid-template-columns:1fr 1fr}.admin-overview-grid,.admin-inbox-grid{grid-template-columns:1fr}.admin-top-actions>span{display:none}}
@media(max-width:820px){.admin-auth-shell{grid-template-columns:1fr}.admin-auth-story{min-height:42vh;padding:32px 25px}.admin-auth-story h1{font-size:42px}.admin-auth-story small{display:none}.admin-auth-panel{padding:28px 18px}.admin-app{display:block}.admin-sidebar{transform:translateX(-100%);transition:transform .2s}.admin-nav-open .admin-sidebar{transform:translateX(0);box-shadow:25px 0 70px rgba(0,40,31,.25)}.admin-main{width:100%}.admin-menu{display:block}.admin-topbar{padding:18px;min-height:86px}.admin-top-actions{gap:4px}.admin-search{width:190px}.admin-top-actions>button{display:none}.admin-content{padding:20px 18px 55px}}
@media(max-width:580px){.admin-topbar{align-items:flex-start;flex-wrap:wrap}.admin-topbar>div:nth-child(2){flex:1}.admin-top-actions{width:100%}.admin-search{width:100%}.admin-metric-grid{grid-template-columns:1fr 1fr;gap:8px}.admin-metric{min-height:130px;padding:15px}.admin-metric:before{margin-bottom:19px}.admin-metric strong{font-size:30px}.admin-priority-list{padding:0 14px}.admin-priority-list>button{grid-template-columns:1fr 20px}.admin-priority-list span,.admin-priority-list small{grid-column:1}.admin-priority-list b{grid-column:2;grid-row:1/4}.admin-panel-head{align-items:flex-start;padding:17px 15px}.admin-panel-head>span{max-width:120px;text-align:right}.admin-message-list{padding:0 15px}.admin-message-list footer{align-items:flex-start;flex-direction:column}.admin-auth-card{padding:28px 22px}}

/* validation-stage supplier application */
.trap-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.supplier-apply-shell{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(280px,.72fr) minmax(520px,1.28fr);gap:56px;align-items:start;padding:64px 24px 90px}
.supplier-apply-intro{position:sticky;top:116px;padding-top:14px}
.supplier-apply-intro h1{margin:0 0 20px;font-size:clamp(42px,5vw,62px);letter-spacing:-.05em}
.supplier-apply-intro>p:not(.results-kicker){max-width:470px;color:var(--muted);font-size:16px}
.supplier-apply-intro ol{display:grid;gap:0;margin:28px 0 0;padding:0;list-style:none}
.supplier-apply-intro li{display:flex;align-items:center;gap:11px;padding:12px 0;border-bottom:1px solid var(--border);color:var(--text);font-weight:700}
.supplier-apply-intro li span{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:var(--lime-soft);color:var(--lime-dark);font-size:11px}
.application-assurance{margin-top:28px;padding:17px;border-left:3px solid var(--lime);background:#fff}
.application-assurance strong{display:block;margin-bottom:5px}
.application-assurance p{margin:0;color:var(--muted);font-size:12px}
.supplier-application-form{padding:34px;box-shadow:var(--shadow)}
.supplier-application-form .product-application-section{margin-top:38px;padding-top:30px;border-top:1px solid var(--border)}
.supplier-application-form .document-upload{margin-top:7px}
.supplier-apply-shell>.rfq-success{grid-column:1/-1;width:min(720px,100%);margin:60px auto}
@media(max-width:900px){.supplier-apply-shell{grid-template-columns:1fr;gap:28px}.supplier-apply-intro{position:static}.supplier-apply-intro ol{grid-template-columns:repeat(3,1fr);gap:10px}.supplier-apply-intro li{align-items:flex-start;border:0;padding:12px;background:#fff}}
@media(max-width:620px){.supplier-apply-shell{padding:40px 16px 65px}.supplier-apply-intro h1{font-size:40px}.supplier-apply-intro ol{grid-template-columns:1fr}.supplier-application-form{padding:22px 17px}.supplier-application-form .form-actions{display:grid}}
