@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";html{background:#f6f8f6;font-family:Manrope,system-ui,sans-serif}body{min-width:320px;min-height:100vh;margin:0}:root{--ink:#17221d;--muted:#66716b;--line:#dfe5e1;--surface:#f6f8f6;--green:#176b4b;--green-dark:#0f5239;--lime:#d8ef79}*{box-sizing:border-box}button,input{font:inherit}.auth-page{min-height:100vh;color:var(--ink);background:#fff;grid-template-columns:minmax(360px,.9fr) minmax(460px,1.1fr);display:grid}.intro-panel{color:#f7fbf8;background:var(--green);flex-direction:column;min-height:100vh;padding:42px 52px;display:flex;position:relative;overflow:hidden}.intro-panel:before,.intro-panel:after{content:"";border:1px solid #ffffff21;border-radius:999px;position:absolute}.intro-panel:before{width:520px;height:520px;top:8%;right:-310px}.intro-panel:after{width:360px;height:360px;bottom:-150px;left:-210px}.brand{color:inherit;letter-spacing:-.02em;z-index:1;align-items:center;gap:12px;font-size:18px;text-decoration:none;display:inline-flex;position:relative}.brand strong{font-weight:750}.brand--dark{color:var(--ink)}.brand-mark,.mobile-mark{width:38px;height:38px;color:var(--green-dark);background:var(--lime);border-radius:12px;place-items:center;font-weight:850;display:grid}.intro-copy{z-index:1;max-width:560px;margin:auto 0;position:relative}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--lime);font-size:12px;font-weight:800}.intro-copy h1{letter-spacing:-.065em;max-width:700px;margin:18px 0 24px;font-size:clamp(52px,6vw,88px);line-height:.94}.intro-copy p{color:#ffffffbd;max-width:510px;margin:0;font-size:17px;line-height:1.65}.intro-footer{color:#ffffff7a;letter-spacing:.08em;z-index:1;margin:0;font-size:13px;position:relative}.form-panel{background:var(--surface);place-items:center;padding:48px;display:grid}.login-card{width:min(100%,430px)}.login-heading{margin-bottom:38px}.login-heading h2{letter-spacing:-.04em;margin:0 0 10px;font-size:36px;line-height:1.1}.login-heading p{color:var(--muted);margin:0}.mobile-mark{margin-bottom:28px;display:none}.auth-tabs{background:#e9eeea;border-radius:12px;grid-template-columns:1fr 1fr;gap:4px;margin-bottom:28px;padding:4px;display:grid}.auth-tabs button{height:42px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:9px;font-weight:700}.auth-tabs button.active{color:var(--ink);background:#fff;box-shadow:0 3px 12px #14322314}.auth-tabs button:disabled{opacity:.48;cursor:not-allowed}form{flex-direction:column;display:flex}label{margin:0 0 9px;font-size:13px;font-weight:750}input{width:100%;height:54px;color:var(--ink);border:1px solid var(--line);background:#fff;border-radius:12px;outline:none;margin-bottom:21px;padding:0 16px;transition:border-color .2s,box-shadow .2s}input:focus{border-color:var(--green);box-shadow:0 0 0 4px #176b4b1a}.primary-button{color:#fff;background:var(--green);cursor:pointer;border:0;border-radius:12px;min-height:54px;font-weight:750;transition:background .2s,transform .2s}.primary-button:hover:not(:disabled){background:var(--green-dark);transform:translateY(-1px)}.primary-button:disabled{opacity:.62;cursor:default}.form-error{color:#ae2b2b;margin:-4px 0 18px;font-size:14px}.form-success{color:var(--green);margin:-4px 0 18px;font-size:14px}.text-button{color:var(--green);cursor:pointer;background:0 0;border:0;margin:18px auto 0;padding:5px;font-weight:700;display:block}.test-code{color:var(--muted);background:#edf4d2;border-radius:11px;justify-content:space-between;align-items:center;margin:-2px 0 20px;padding:14px 16px;font-size:13px;display:flex}.test-code strong{color:var(--green-dark);letter-spacing:.16em;font-size:20px}.page-status{min-height:100vh;color:var(--muted);place-items:center;display:grid}.dashboard-shell{background:var(--surface);min-height:100vh;padding:28px clamp(20px,5vw,72px)}.dashboard-header{justify-content:space-between;align-items:center;display:flex}.logout-button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:10px;padding:10px 16px}.welcome-card{border:1px solid var(--line);background:#fff;border-radius:24px;max-width:760px;margin:14vh auto 0;padding:clamp(32px,6vw,64px);box-shadow:0 24px 80px #14322314}.welcome-card .eyebrow{color:var(--green)}.welcome-card h1{letter-spacing:-.055em;margin:14px 0;font-size:clamp(36px,6vw,62px)}.welcome-card p{color:var(--muted);margin:0 0 32px;line-height:1.65}.welcome-card .primary-button{padding:0 22px}@media (width<=800px){.auth-page{grid-template-columns:1fr}.intro-panel{display:none}.form-panel{min-height:100vh;padding:28px 22px}.mobile-mark{display:grid}.login-heading h2{font-size:32px}}.app-shell{color:#252a27;background:#f5f6f7;min-height:100vh}.topbar{z-index:20;background:#fff;border-bottom:1px solid #e6e8e7;height:58px;display:flex;position:fixed;inset:0 0 auto}.topbar-menu{color:#4d5550;cursor:pointer;background:#fff;border:0;border-right:1px solid #eceeed;flex:none;justify-content:center;align-items:center;gap:13px;width:58px;padding:0;transition:width .22s;display:flex;overflow:hidden}.topbar-menu:hover{background:#f8f9f8}.topbar-menu span{opacity:0;white-space:nowrap;width:0;font-size:13px;font-weight:700;transition:opacity .14s;overflow:hidden}.topbar-spacer{background:#fff;flex:1}.topbar-actions{background:#fff;align-items:center;gap:7px;padding:0 18px;display:flex}.icon-button{color:#747b77;cursor:pointer;background:0 0;border:0;border-radius:10px;place-items:center;width:38px;height:38px;display:grid;position:relative}.icon-button:hover{background:#f3f5f3}.notification span{color:#fff;background:#ff5f4d;border-radius:9px;place-items:center;min-width:17px;height:17px;padding:0 4px;font-size:10px;font-weight:800;display:grid;position:absolute;top:2px;right:1px}.profile-button{color:#29302c;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;min-width:180px;padding:6px 9px;display:flex}.profile-button:hover{background:#f5f6f5}.profile-menu-anchor{position:relative}.profile-button>span:last-child{flex-direction:column;display:flex}.profile-button strong{font-size:12px}.profile-button small{color:#a0a5a2;margin-top:2px;font-size:10px}.avatar{color:#52622a;background:#dff28b;border-radius:50%;place-items:center;width:34px;height:34px;font-size:11px;font-weight:800;display:grid}.profile-dropdown{z-index:50;background:#fff;border:1px solid #edf0ee;border-radius:15px;width:310px;position:absolute;top:calc(100% + 9px);right:0;overflow:hidden;box-shadow:0 20px 55px #1c26212e}.profile-dropdown-head{text-align:center;background:#f7f8f8;flex-direction:column;align-items:center;padding:25px 22px 22px;display:flex}.profile-dropdown-avatar{color:#35602d;background:#dff28b;border-radius:50%;place-items:center;width:70px;height:70px;margin-bottom:14px;font-size:24px;font-weight:800;display:grid}.profile-dropdown-head strong{color:#252b27;font-size:17px}.profile-dropdown-head small{color:#9ba19d;margin-top:5px;font-size:12px}.profile-dropdown-item{color:#343b37;text-align:left;cursor:pointer;background:#fff;border:0;align-items:center;gap:13px;width:100%;min-height:54px;padding:0 20px;font-size:13px;font-weight:650;display:flex}.profile-dropdown-item:hover{color:#ff684b;background:#fff7f4}.profile-dropdown-item svg{color:#8c9490;flex:none}.profile-dropdown-notifications{background:#f7f8f8;border-top:1px solid #ecefed}.profile-dropdown-notifications b{color:#fff;background:#ff684b;border-radius:50%;place-items:center;min-width:25px;height:25px;margin-left:auto;font-size:11px;display:grid}.profile-dropdown-section{border-top:1px solid #e8ebe9;padding:14px 0 10px}.profile-dropdown-section>p{color:#9aa19d;margin:0;padding:0 20px 7px;font-size:11px;font-weight:750}.sidebar{z-index:15;background:#fff;border-right:1px solid #e6e8e7;width:58px;padding-top:18px;transition:width .22s;position:fixed;inset:58px auto 0 0;overflow:hidden auto}.sidebar-item{color:#a2a8a4;cursor:pointer;white-space:nowrap;background:0 0;border:0;align-items:center;gap:15px;width:100%;height:48px;padding:0 18px;display:flex}.sidebar-item svg{flex:0 0 20px}.sidebar-item span{opacity:0;font-size:13px;font-weight:700;transition:opacity .14s}.sidebar-item.active{color:#ff694e;background:#fff7f4;box-shadow:inset 3px 0 #ff694e}.sidebar-item:hover{color:#ff694e}.sidebar-control-group{width:100%}.sidebar-submenu{opacity:0;max-height:0;transition:max-height .22s,opacity .18s;overflow:hidden}.sidebar-submenu button{color:#9aa19d;cursor:pointer;white-space:nowrap;background:0 0;border:0;align-items:center;gap:10px;width:100%;height:38px;padding:0 18px 0 52px;font-size:12px;font-weight:650;display:flex}.sidebar-submenu button:hover,.sidebar-submenu button.active{color:#ff684b;background:#fff8f5}.workspace{min-height:100vh;padding:72px 16px 16px 74px;transition:padding-left .22s}.sidebar-expanded .topbar-menu,.sidebar-expanded .sidebar{width:220px}.sidebar-expanded .topbar-menu{justify-content:flex-start;padding-left:19px}.sidebar-expanded .topbar-menu span{opacity:1;width:auto}.sidebar-expanded .sidebar-item span{opacity:1}.sidebar-expanded .sidebar-submenu{opacity:1;max-height:124px}.sidebar-expanded .workspace{padding-left:236px}.requests-page{background:#f8f9fa;border-radius:14px;min-height:calc(100vh - 88px);padding:22px 18px 18px}.requests-heading{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.section-kicker{color:#a0a6a2;text-transform:uppercase;letter-spacing:.11em;margin:0 0 5px;font-size:11px;font-weight:700}.requests-heading h1{letter-spacing:-.035em;margin:0;font-size:25px;line-height:1.2}.stats-grid{grid-template-columns:repeat(2,150px);gap:10px;display:grid}.stat-card{background:#fff;border:1px solid #f0f1f1;border-radius:12px;flex-direction:column;justify-content:space-between;min-height:70px;padding:13px 16px;display:flex;box-shadow:0 7px 22px #2d37320a}.stat-card span{color:#8d9490;font-size:10px;font-weight:650}.stat-card strong{font-size:20px;line-height:1}.create-request-button{color:#fff;cursor:pointer;background:#ff684b;border:0;border-radius:5px;align-items:center;gap:8px;height:43px;margin:-8px 0 19px;padding:0 17px;font-size:13px;font-weight:720;display:inline-flex;box-shadow:0 8px 18px #ff684b33}.create-request-button:hover{background:#f25b3f}.requests-table-wrap{background:#fff;border-radius:8px;overflow:auto;box-shadow:0 4px 18px #28322d08}.requests-table{border-collapse:collapse;width:100%;min-width:850px}.requests-table th{color:#9aa09c;text-align:left;background:#f6f7f8;height:36px;padding:0 13px;font-size:9px;font-weight:650}.requests-table th:last-child,.requests-table td:last-child{text-align:right}.requests-table td{color:#444b47;border-top:1px solid #f0f2f1;height:53px;padding:0 13px;font-size:11px}.request-row{cursor:pointer;outline:none;transition:background-color .16s,box-shadow .16s}.request-row:hover{background:#fff5f1}.request-row:focus-visible{background:#fff5f1;box-shadow:inset 0 0 0 2px #ff684b}.offers-cell{font-weight:800;color:#1d2420!important;font-size:14px!important}.request-title{font-weight:750;color:#242a26!important}.request-number{font-weight:650;color:#555d58!important}.status{white-space:nowrap;align-items:center;gap:5px;font-size:10px;font-weight:650;display:inline-flex}.status i{border:1.5px solid;border-radius:50%;width:8px;height:8px;display:inline-block}.status--completed{color:#43a94f}.status--completed i{border-top:0;border-bottom:2px solid;border-left:2px solid;border-right:0;border-radius:0;width:10px;height:7px;transform:rotate(-45deg)translateY(-2px)}.status--collecting{color:#ff684b}.status--draft{color:#9ba19d}.status--preparing{color:#8a7b68}.status--searching{color:#7b61a8}.status--sending{color:#d18436}.empty-state{color:#919994!important;text-align:center!important;height:130px!important}.dashboard-error{color:#a02d2d;background:#fff0f0;border-radius:8px;padding:10px 13px;font-size:12px}.request-detail-page{background:#fff;border-radius:14px;min-height:calc(100vh - 88px);padding:22px 26px 48px}.detail-back{color:#69726d;cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;margin:0 0 25px;padding:8px 0;font-size:12px;font-weight:700;display:inline-flex}.detail-back:hover{color:#ff684b}.detail-layout{width:min(100%,1080px);margin:0}.detail-header{justify-content:space-between;align-items:center;gap:24px;display:flex}.detail-header__title{min-width:0}.detail-header__title small{color:#8b938e;margin-bottom:5px;font-size:12px;font-weight:600;display:block}.detail-classification{align-items:center;gap:6px;margin-top:8px;font-size:12px;font-weight:600;display:flex}.detail-classification--pending{color:#8b6b31}.detail-classification--pending svg{animation:1s linear infinite detail-classification-spin}.detail-classification--failed{color:#b44734}.detail-classification button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:1px solid;border-radius:12px;margin-left:4px;padding:3px 8px}.detail-classification button:disabled{cursor:wait;opacity:.6}@keyframes detail-classification-spin{to{transform:rotate(360deg)}}.detail-header h1{letter-spacing:-.025em;margin:0;font-size:clamp(24px,2.5vw,32px);line-height:1.1}.detail-header button{color:#9aa09c;min-width:152px;height:42px;font:inherit;cursor:default;background:#f2f4f3;border:1px solid #e0e4e1;border-radius:6px;justify-content:center;align-items:center;gap:9px;padding:0 16px;font-size:12px;font-weight:650;display:flex}.detail-meta{border-bottom:1px solid #edf0ee;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin-top:18px;padding-bottom:20px;display:grid}.detail-meta>div{flex-direction:column;gap:5px;display:flex}.detail-meta span:not(.status){color:#929995;font-size:11px}.detail-meta strong{color:#4b524e;font-size:12px;font-weight:650}.detail-meta .status{width:fit-content}.detail-meta__title{align-items:center;gap:6px;min-height:16px;font-weight:500;line-height:16px;display:inline-flex;color:#929995!important;font-size:11px!important}.detail-meta__title>svg{color:#727a75;flex:0 0 16px;width:16px;height:16px}.detail-meta__value{box-sizing:border-box;color:#4b524e;align-items:center;min-height:28px;font-weight:650;line-height:16px;display:flex;font-size:12px!important}.detail-meta .status.detail-meta__value{font-size:12px}.detail-meta .detail-recipients{gap:5px}.detail-recipients__actions{align-items:center;gap:7px;display:flex}.detail-recipients-count{color:#4f5652;min-width:54px;height:28px;font:inherit;cursor:pointer;background:#f1f2f1;border:0;border-radius:14px;justify-content:center;align-items:center;gap:7px;padding:0 10px;transition:color .18s,background-color .18s;display:inline-flex}.detail-recipients-count strong{color:inherit;font-size:12px}.detail-recipients-count:hover,.detail-recipients-count:focus-visible{color:#ff684b;background:#fff1ed;outline:0}.detail-recipients-add{color:#ff684b;height:28px;font:inherit;cursor:pointer;background:#fff;border:1px dashed #ff8c75;border-radius:14px;justify-content:center;align-items:center;gap:5px;padding:0 11px;font-size:12px;font-weight:650;transition:color .18s,background-color .18s,border-color .18s;display:inline-flex}.detail-recipients-add:hover,.detail-recipients-add:focus-visible{color:#e95034;background:#fff4f1;border-color:#ff684b;outline:0}.detail-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:min(100%,600px);margin-top:18px;display:grid}.detail-summary-card{box-sizing:border-box;min-height:64px;color:inherit;font:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #ffd7ce;border-radius:7px;align-items:center;gap:12px;padding:12px 16px;transition:background-color .2s,border-color .2s;display:flex;box-shadow:5px 6px 14px #362b271f}.detail-summary-card:hover{background:#fff4f1;border-color:#ffd7ce}.detail-summary-card>svg{color:#ff775c;flex:0 0 20px}.detail-summary-card div{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.detail-summary-card strong{font-size:13px}.detail-summary-card strong span{color:#7f8782;margin-left:4px;font-weight:500}.detail-summary-card small{color:#7f8782;font-size:11px}.detail-new-count{box-sizing:border-box;color:#fff;background:#ff5f61;border-radius:13px;justify-content:center;align-items:center;min-width:31px;height:25px;padding:0 7px;font-size:12px;font-weight:750;display:inline-flex}.detail-request-content{color:#303632;background:#fff;border:1px solid #edf0ee;border-radius:8px;margin-top:18px;padding:24px 26px 28px}.detail-request-content h2{color:#777f7a;text-transform:uppercase;letter-spacing:.09em;margin:24px 0 10px;font-size:10px}.detail-request-content h2:first-child{margin-top:0}.detail-letter{white-space:pre-line;max-width:820px;margin:0;font-size:14px;line-height:1.45}.detail-specification{flex-direction:column;gap:7px;display:flex}.detail-specification>div{align-items:baseline;gap:8px;font-size:14px;display:flex}.detail-specification span{flex:0 auto}.detail-specification i{border-bottom:1px dashed #c4c9c6;flex:1;min-width:30px}.detail-specification strong{flex:none;font-weight:600}.detail-signature{white-space:pre-line;margin:28px 0 24px;font-size:14px}.detail-sender{color:#7f8782;background:#fafbfa;border-top:1px solid #e5e9e6;border-radius:0 0 8px 8px;flex-direction:column;gap:7px;margin:0 -26px -28px;padding:16px 26px 18px;font-size:11px;display:flex}.detail-sender>span{align-items:center;gap:6px;display:flex}.detail-sender svg{color:#ff8069;flex:0 0 16px}.detail-sender strong{color:#59615c;font-weight:650}.request-recipients-modal{box-sizing:border-box;background:#fff;border-radius:14px;width:min(840px,100vw - 40px);max-height:calc(100vh - 40px);padding:38px 40px 32px;overflow:auto}.request-recipients-modal>h2{margin:0 0 12px;font-size:20px}.request-recipients-heading{align-items:center;gap:30px;display:flex}.request-recipients-heading p{color:#7f8782;margin:0;font-size:13px}.request-recipients-heading p strong{color:#303632}.request-recipients-heading button{color:#ff684b;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:13px}.request-recipients-tabs{border-bottom:1px solid #ecefed;gap:38px;margin-top:30px;display:flex}.request-recipients-tabs button{color:#444b47;font:inherit;cursor:pointer;background:0 0;border:0;padding:0 0 14px;font-size:13px;font-weight:600;position:relative}.request-recipients-tabs button.active{color:#ff684b}.request-recipients-tabs button.active:after{content:"";background:#ff684b;height:2px;position:absolute;bottom:-1px;left:0;right:0}.request-recipients-tabs b{color:#8d9490;background:#f2f3f2;border-radius:10px;margin-left:5px;padding:2px 7px;font-size:11px}.request-recipients-list{box-sizing:border-box;height:318px;margin:0;padding:18px 12px 8px 30px;overflow-y:auto}.request-recipients-list li{color:#515854;padding:8px 0 12px 2px;font-size:13px}.request-recipients-list li>div{align-items:baseline;gap:8px;display:flex}.request-recipients-list li strong{color:#ff684b}.request-recipients-list li span{color:#515854}.request-recipients-list li small{color:#454b48;background:#f3f4f3;border-radius:3px;width:fit-content;margin-top:7px;padding:5px 7px;font-size:11px;display:block}.request-recipients-close{color:#525955;min-width:160px;height:48px;font:inherit;cursor:pointer;background:#f0f1f0;border:0;border-radius:7px;margin:28px 0 0 auto;font-size:13px;font-weight:650;display:block}.request-recipients-close:hover{background:#e8eae9}.request-messages-screen{z-index:130;box-sizing:border-box;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:none;background:#1e22209e;padding:14px 14px 14px 62px;position:fixed;inset:0}.request-messages-dialog{z-index:1;color:#303632;pointer-events:auto;background:#f5f6f6;border-radius:12px;grid-template-columns:310px minmax(0,1fr);width:100%;height:100%;display:grid;position:relative;overflow:visible;box-shadow:0 22px 70px #1216143d}.request-messages-close{z-index:2;color:#525955;pointer-events:auto;cursor:pointer;background:#fff;border:1px solid #e0e4e1;border-right:0;border-radius:22px 0 0 22px;place-items:center;width:48px;height:44px;transition:left .38s,color .15s,background-color .15s;display:grid;position:absolute;top:36px;left:14px;box-shadow:-4px 4px 14px #181e1b24}.request-messages-screen.chat-open>.request-messages-close{opacity:0;pointer-events:none}.request-messages-close:hover{color:#272d29;background:#f7f8f7}.request-messages-close:focus-visible{outline-offset:2px;outline:2px solid #ff8c76}.request-messages-sidebar{background:#fff;border-right:1px solid #e8ebe9;border-radius:12px 0 0 12px;flex-direction:column;gap:14px;padding:22px 16px 18px;display:flex;overflow:hidden}.request-invoices-card{border:1px solid #e7eae8;border-radius:9px;flex-direction:column;gap:7px;padding:18px;display:flex;box-shadow:0 4px 16px #28302b0a}.request-invoices-card>span{color:#8a918d;letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:700}.request-invoices-card>strong{font-size:28px}.request-invoices-card button{color:#fff;height:40px;font:inherit;cursor:pointer;background:#ff684b;border:0;border-radius:5px;justify-content:center;align-items:center;gap:8px;margin-top:4px;font-size:12px;font-weight:650;display:flex}.request-invoices-card button:disabled{color:#a2a8a4;cursor:default;background:#eff1f0}.request-missing-inn-card{text-align:center;background:#fff4f1;border-radius:9px;flex-direction:column;align-items:center;padding:14px 12px 15px;display:flex}.request-missing-inn-card>strong{color:#ff684b;font-size:14px}.request-missing-inn-card p{color:#363c38;margin:6px 0 3px;font-size:12px;line-height:1.35}.request-missing-inn-card small{color:#929995;font-size:10px}.request-missing-inn-card button{color:#fff;min-height:34px;font:inherit;cursor:pointer;background:#ff684b;border:0;border-radius:6px;margin-top:10px;padding:0 13px;font-size:11px;font-weight:700}.request-missing-inn-card button:hover{background:#f45c40}.request-missing-inn-card button:focus-visible{outline-offset:2px;outline:2px solid #ff684b}.request-messages-sidebar nav{flex-direction:column;gap:3px;display:flex}.request-messages-sidebar nav button{color:#59615c;min-height:42px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:10px;padding:0 12px;font-size:12px;display:flex}.request-messages-sidebar nav button:hover,.request-messages-sidebar nav button.active{color:#ff684b;background:#fff3f0}.request-messages-sidebar nav button b{margin-left:auto;font-size:11px}.request-ai-analysis{color:#58466e;text-align:center;background:#f5f0fa;border-radius:8px;flex-direction:column;align-items:center;margin-top:auto;padding:20px 16px;display:flex}.request-ai-analysis>svg{color:#8a5bd1;margin-bottom:7px}.request-ai-analysis strong{text-transform:uppercase;font-size:12px}.request-ai-analysis p{margin:6px 0 12px;font-size:11px;line-height:1.45}.request-ai-analysis button{color:#fff;height:34px;font:inherit;opacity:.72;background:#8a5bd1;border:0;border-radius:5px;padding:0 18px;font-size:11px;font-weight:700}.request-ai-assistant{color:#fff;background:#302e32;border-radius:8px;overflow:hidden}.request-ai-assistant header{grid-template-columns:24px 1fr auto;align-items:start;gap:9px;padding:14px;display:grid}.request-ai-assistant header>svg{color:#b994ee}.request-ai-assistant header strong{text-transform:uppercase;font-size:12px}.request-ai-assistant header p{color:#c3bec7;margin:4px 0 0;font-size:10px;line-height:1.35}.request-ai-assistant header a{color:#9dc8dc;font-size:9px;text-decoration:underline}.request-ai-assistant footer{border-top:1px solid #4c494e;align-items:center;gap:8px;min-height:42px;padding:0 14px;display:flex}.request-ai-assistant footer strong{font-size:10px}.request-ai-assistant footer span{margin-left:auto;font-size:10px}.request-ai-assistant footer button{background:#777278;border:0;border-radius:9px;width:34px;height:18px;padding:2px}.request-ai-assistant footer button i{background:#fff;border-radius:50%;width:14px;height:14px;display:block}.request-messages-main{background:#fff;border:1px solid #e7eae8;border-radius:9px;flex-direction:column;min-width:0;margin:12px 12px 12px 0;display:flex;overflow:hidden}.request-messages-main>header{border-bottom:1px solid #ecefed;align-items:center;gap:12px;min-height:68px;padding:0 18px;display:flex}.request-message-filters{gap:7px;min-width:0;display:flex}.request-message-filter{position:relative}.request-message-filter>button{box-sizing:border-box;color:#606762;min-width:142px;height:44px;font:inherit;text-align:left;cursor:pointer;background:#f4f5f4;border:1px solid #0000;border-radius:22px;align-items:center;gap:9px;padding:0 11px;display:flex}.request-message-filter>button.active{color:#ff684b;background:#fff3f0;border-color:#ffd7ce}.request-message-filter>button>svg{box-sizing:border-box;color:#fff;background:#aaa;border-radius:50%;flex:none;width:25px;height:25px;padding:5px}.request-message-filter>button.active>svg{background:#ff775c}.request-message-filter>button span{flex-direction:column;flex:1;min-width:0;display:flex}.request-message-filter>button small{color:#9aa19d;font-size:9px;font-weight:500}.request-message-filter>button strong{max-width:100px;color:inherit;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:700;overflow:hidden}.request-message-filter>button b{font-size:12px}.request-message-filter__menu{z-index:6;background:#fff;border:1px solid #eceeed;border-radius:12px;width:220px;padding:10px 0;position:absolute;top:calc(100% + 10px);left:0;box-shadow:0 10px 28px #21272329}.request-message-filter__menu button{color:#252a27;width:100%;min-height:48px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;padding:0 18px;font-size:14px;display:flex}.request-message-filter__menu button:hover{background:#f7f8f7}.request-message-filter__menu button.selected svg{color:#7d8580}.request-message-supplier-menu{z-index:7;background:#fff;border:1px solid #e7eae8;border-radius:10px;width:510px;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 12px 32px #2127232e}.request-message-supplier-menu>header{border-bottom:1px solid #ecefed;justify-content:space-between;align-items:center;height:52px;padding:0 16px;display:flex}.request-message-supplier-menu>header strong{color:#272c29;font-size:15px}.request-message-supplier-menu>header button{color:#737a76;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:32px;height:32px;padding:0;display:grid}.request-message-supplier-menu>label{color:#919894;border:1px solid #dfe3e0;border-radius:6px;align-items:center;gap:9px;height:54px;margin:10px 14px;padding:0 12px;display:flex}.request-message-supplier-menu>label input,.request-message-supplier-menu>label input:focus,.request-message-supplier-menu>label input:invalid:focus{color:#323834;min-width:0;height:100%;box-shadow:none;font:inherit;appearance:none;background:0 0;border:0;border-radius:0;outline:0;flex:1;margin:0;padding:0;font-size:13px}.request-message-supplier-menu>label input::-webkit-search-cancel-button{display:none}.request-message-supplier-menu__list{border-top:1px solid #f0f2f1;max-height:330px;overflow-y:auto}.request-message-supplier-menu__list>label{cursor:pointer;align-items:center;gap:11px;min-height:66px;padding:8px 18px;display:flex}.request-message-supplier-menu__list>label:hover{background:#fafbfa}.request-message-supplier-menu__list input{accent-color:#ff684b;flex:none;width:17px;height:17px}.request-message-supplier-avatar{color:#59615c;background:#d8f4e7;border-radius:50%;flex:0 0 40px;place-items:center;width:40px;height:40px;font-size:13px;display:grid}.request-message-supplier-copy{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.request-message-supplier-copy strong{color:#262b28;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.request-message-supplier-copy small{color:#ff8069;font-size:11px}.request-message-supplier-menu__list svg.verified{color:#059b8d}.request-message-supplier-menu__list svg.warning{color:#e7b400;fill:#ffe358}.request-message-supplier-menu__empty{color:#929995;place-items:center;min-height:120px;font-size:12px;display:grid}.request-message-supplier-menu>footer{color:#656d68;border-top:1px solid #ecefed;justify-content:space-between;align-items:center;height:62px;padding:0 10px 0 16px;font-size:12px;display:flex}.request-message-supplier-menu>footer button{color:#fff;min-width:140px;height:42px;font:inherit;cursor:pointer;background:#ffad9d;border:0;border-radius:6px;font-weight:700}.request-message-sort{color:#7f8782;white-space:nowrap;align-items:center;gap:5px;margin-left:auto;font-size:10px;display:flex}.request-message-sort select{color:#ff684b;font:inherit;cursor:pointer;background:0 0;border:0;outline:0;padding:0 15px 0 0;font-weight:700}.request-message-list{background:#fff;flex:1;overflow:auto}.request-message-list article{box-sizing:border-box;cursor:pointer;background:#fff;border-bottom:1px solid #f0f1f0;grid-template-columns:8px 60px 32px minmax(150px,220px) 44px minmax(100px,124px) minmax(220px,1fr) 82px;align-items:center;gap:12px;height:72px;padding:0 20px 0 12px;transition:background-color .18s;display:grid}.request-message-list article:focus-visible{z-index:1;outline-offset:-2px;outline:2px solid #ff8c76;position:relative}.request-message-list article:hover{background:#fff8f6}.request-message-list article.unread{background:#fffdfc}.request-message-list article.unread:hover{background:#fff6f3}.request-message-unread-dot{background:0 0;border-radius:50%;justify-self:center;width:8px;height:8px}.request-message-list article.unread .request-message-unread-dot{background:#fc6c40;box-shadow:0 0 0 3px #fc6c4017}.request-message-supplier-status{border-radius:50%;place-items:center;width:32px;height:32px;display:grid;position:relative}.request-message-supplier-status.verified{color:#168f7a;cursor:pointer;background:#e9f7f3}.request-message-supplier-status.warning{color:#c99200;cursor:pointer;background:#fff1a8}.request-message-supplier-status:focus-visible{outline-offset:2px;outline:2px solid}.request-message-supplier-tooltip{z-index:180;visibility:visible;box-sizing:border-box;color:#fff;text-align:left;opacity:1;pointer-events:auto;background:#3d4246;border-radius:5px;width:260px;padding:13px 14px 12px;animation:.14s ease-out request-supplier-tooltip-in;position:fixed;box-shadow:0 8px 18px #1d22253d}.request-message-supplier-tooltip:after{top:var(--tooltip-arrow-top);content:"";border:8px solid #0000;position:absolute;transform:translateY(-50%)}.request-message-supplier-tooltip.side-right:after{border-right-color:#3d4246;right:100%}.request-message-supplier-tooltip.side-left:after{border-left-color:#3d4246;left:100%}.request-message-supplier-tooltip>strong{text-transform:uppercase;align-items:center;gap:6px;font-size:12px;font-weight:750;display:flex}.request-message-supplier-tooltip>strong svg{flex:0 0 18px}.request-message-supplier-tooltip.warning>strong{color:#ffe342}.request-message-supplier-tooltip.warning>strong svg{fill:#ffe342;color:#3d4246}.request-message-supplier-tooltip.reliability>strong{color:#58db68}.request-message-supplier-tooltip p{color:#fff;margin:8px 0 11px;font-size:11px;font-weight:500;line-height:1.45}.request-message-supplier-tooltip small{color:#aeb5ba;margin:-3px 0 11px;font-size:10px;display:block}.request-message-supplier-tooltip button{color:#fff;width:100%;height:36px;font:inherit;cursor:pointer;background:#555b60;border:0;border-radius:4px;font-size:12px;font-weight:650;transition:background-color .14s}.request-message-supplier-tooltip button:hover{background:#62696e}.request-message-supplier-tooltip button:focus-visible{outline-offset:2px;outline:2px solid}@keyframes request-supplier-tooltip-in{0%{opacity:0;transform:translate(-4px)}to{opacity:1;transform:translate(0)}}.request-message-feature-switch{box-sizing:border-box;color:#fff;cursor:pointer;opacity:1;background:#d8dadd;border:0;border-radius:15px;align-items:center;width:60px;height:30px;padding:0;transition:background-color .18s;display:flex;position:relative}.request-message-feature-switch>span{color:#fff;background:#a5a9ad;border-radius:50%;place-items:center;width:26px;height:26px;transition:left .18s,background-color .18s;display:grid;position:absolute;top:2px;left:2px;box-shadow:0 2px 6px #2c31343d}.request-message-feature-switch__sparkles{opacity:.9;transition:right .18s,color .18s;position:absolute;right:8px}.request-message-feature-switch:hover{background:#cccfd1}.request-message-feature-switch:focus-visible{outline-offset:2px;outline:2px solid #8a5bd1}.request-message-feature-switch.active{background:#a978e1}.request-message-feature-switch.active>span{background:#7546b2;left:32px}.request-message-feature-switch.active .request-message-feature-switch__sparkles{color:#fff;right:38px}.request-development-notice{z-index:180;color:#fff;text-align:center;background:#3d4246;border:1px solid #555b60;border-radius:7px;min-width:170px;padding:13px 18px;font-size:13px;font-weight:650;animation:.16s ease-out request-development-notice-in;position:fixed;top:24px;right:24px;box-shadow:0 10px 28px #1d22253d}.request-message-action-error{z-index:180;color:#fff;background:#b54a3d;border-radius:7px;max-width:320px;padding:13px 18px;font-size:13px;font-weight:650;position:fixed;top:24px;right:24px;box-shadow:0 10px 28px #451c173d}@keyframes request-development-notice-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.request-message-sender,.request-message-preview{flex-direction:column;gap:3px;min-width:0;display:flex}.request-message-sender strong{color:#343936;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:550;overflow:hidden}.request-message-sender small{color:#8c928e;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.request-message-sender__missing{white-space:nowrap;align-items:center;gap:5px;min-width:0;display:flex}.request-message-sender__missing small{color:#ff8069}.request-message-sender__missing svg{color:#929995;flex:0 0 14px}.request-message-sender__missing button{color:#1677ff;min-width:0;font:inherit;text-overflow:ellipsis;cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;font-weight:650;overflow:hidden}.request-message-sender__missing button:hover{color:#095fce;text-decoration:underline}.request-message-sender__missing button:focus-visible{outline-offset:2px;outline:2px solid #1677ff}.request-message-preview small{color:#b0b5b2;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:550;overflow:hidden}.request-message-preview strong{color:#595f5b;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500;overflow:hidden}.request-message-list article.unread .request-message-sender strong,.request-message-list article.unread .request-message-preview strong{color:#292e2b;font-weight:700}.request-message-region{color:#6f7672;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;overflow:hidden}.request-message-invoice-slot{justify-content:center;width:44px;display:flex}.request-message-row-actions{place-items:center end;width:82px;height:72px;display:grid;position:relative}.request-message-list time{color:#858c88;white-space:nowrap;opacity:1;flex-direction:column;align-items:flex-end;gap:2px;transition:opacity .14s;display:flex}.request-message-list time strong{color:#666d69;font-size:13px;font-weight:550}.request-message-list time small{text-transform:lowercase;font-size:10px}.request-message-row-actions__trigger{color:#626965;opacity:0;pointer-events:none;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:36px;height:36px;padding:0;transition:opacity .14s,background-color .14s;display:grid;position:absolute;top:18px;right:-4px}.request-message-row-actions__trigger:hover,.request-message-row-actions__trigger:focus-visible{background:#eceeed}.request-message-list article:hover .request-message-row-actions time,.request-message-list article.menu-open .request-message-row-actions time,.request-message-list article:focus-within .request-message-row-actions time{opacity:0}.request-message-list article:hover .request-message-row-actions__trigger,.request-message-list article.menu-open .request-message-row-actions__trigger,.request-message-list article:focus-within .request-message-row-actions__trigger{opacity:1;pointer-events:auto}.request-message-row-menu{z-index:12;background:#fff;border:1px solid #eceeed;border-radius:9px;width:230px;padding:8px 0;position:absolute;top:60px;right:0;overflow:hidden;box-shadow:0 12px 34px #1f25212e}.request-message-list article:nth-child(n+4) .request-message-row-menu{top:auto;bottom:60px}.request-message-list article:nth-child(-n+3) .request-message-row-menu{top:60px;bottom:auto}.request-message-row-menu button{color:#292e2b;width:100%;height:58px;font:inherit;text-align:left;cursor:pointer;background:#fff;border:0;align-items:center;gap:14px;padding:0 24px;font-size:15px;display:flex}.request-message-row-menu button:hover{background:#f7f8f7}.request-message-row-menu button:disabled{color:#9ca29e;cursor:wait}.request-message-row-menu svg{flex:0 0 21px}.request-message-invoice{background:#ff684b;border-radius:12px;justify-content:center;align-items:center;gap:1px;width:42px;height:24px;display:inline-flex;position:relative;color:#fff!important}.request-message-invoice b{visibility:hidden;color:#fff;white-space:nowrap;opacity:0;background:#313332;border-radius:3px;width:max-content;padding:9px 12px;font-size:12px;font-weight:600;transition:opacity .15s;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%)}.request-message-invoice b:after{content:"";border:6px solid #0000;border-top-color:#313332;position:absolute;top:100%;left:50%;transform:translate(-50%)}.request-message-list article:nth-child(-n+3) .request-message-invoice b{top:calc(100% + 10px);bottom:auto}.request-message-list article:nth-child(-n+3) .request-message-invoice b:after{border-top-color:#0000;border-bottom-color:#313332;top:auto;bottom:100%}.request-message-invoice:hover b,.request-message-invoice:focus-visible b{visibility:visible;opacity:1}.request-messages-empty{color:#89918c;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.request-messages-empty svg{color:#ff8b75;margin-bottom:14px}.request-messages-empty strong{color:#4b524e;font-size:15px}.request-messages-empty p{margin:7px 0 0;font-size:12px}.request-supplier-chat-layer{z-index:20;box-sizing:border-box;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);pointer-events:auto;background:#1e22206b;animation:.24s ease-out both request-supplier-chat-layer-in;position:fixed;inset:0}.request-supplier-chat-layer.closing{animation:.3s ease-in both request-supplier-chat-layer-out}.request-supplier-chat-drawer{box-sizing:border-box;padding-left:48px;animation:.38s cubic-bezier(.22,.8,.3,1) both request-supplier-chat-in;position:absolute;inset:14px 14px 14px 32px}.request-supplier-chat-drawer.closing{animation:.3s ease-in both request-supplier-chat-out}.request-supplier-chat-close{opacity:1;top:22px;left:0}.request-supplier-chat{background:#f6f7f7;border-radius:12px;grid-template-rows:72px minmax(0,1fr) auto;grid-template-columns:minmax(0,1fr) 292px;width:100%;height:100%;display:grid;overflow:hidden;box-shadow:-8px 0 24px #191f1b33}@keyframes request-supplier-chat-layer-in{0%{-webkit-backdrop-filter:blur();backdrop-filter:blur();background:#1e222000}to{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#1e22206b}}@keyframes request-supplier-chat-layer-out{0%{opacity:1;background:#1e22206b}to{opacity:0;background:#1e222000}}@keyframes request-supplier-chat-in{0%{opacity:.72;transform:translate(28px)}to{opacity:1;transform:translate(0)}}@keyframes request-supplier-chat-out{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(28px)}}.request-supplier-chat__header{background:#fff;border-bottom:1px solid #e7eae8;grid-column:1/3;align-items:center;gap:12px;min-width:0;padding:0 22px;display:flex}.request-supplier-chat__header>button{color:#626965;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;place-items:center;width:38px;height:38px;padding:0;display:grid}.request-supplier-chat__header>button:hover{background:#f0f2f1}.request-supplier-chat__header>div{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.request-supplier-chat__header>div strong,.request-supplier-chat__header>div small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.request-supplier-chat__header>div strong{color:#2d332f;font-size:14px}.request-supplier-chat__header>div small{color:#969d99;font-size:11px}.request-supplier-chat__avatar{color:#246c5f;background:#dff3ec;border-radius:50%;flex:0 0 40px;place-items:center;width:40px;height:40px;font-size:15px;font-weight:700;display:grid}.request-supplier-chat__header .request-supplier-chat__media-button{color:#59615c;width:auto;font:inherit;background:#f2f4f3;border-radius:7px;gap:8px;padding:0 14px;font-size:12px;font-weight:650;display:flex}.request-supplier-chat__conversation{background:#f4f6f5;flex-direction:column;gap:14px;min-width:0;padding:28px clamp(30px,6vw,92px);display:flex;overflow-y:auto}.request-supplier-chat__date{color:#9aa19d;text-align:center;align-items:center;gap:13px;font-size:10px;display:flex}.request-supplier-chat__date:before,.request-supplier-chat__date:after{content:"";background:#dde1df;flex:1;height:1px}.request-supplier-chat__message{box-sizing:border-box;color:#3d433f;background:#fff;border-radius:12px;width:fit-content;max-width:min(620px,78%);padding:13px 15px 9px;font-size:13px;line-height:1.5;box-shadow:0 2px 8px #272e2a0d}.request-supplier-chat__message>p{white-space:pre-line;margin:0}.request-supplier-chat__message>small{color:#9aa19d;text-align:right;margin-top:7px;font-size:9px;display:block}.request-supplier-chat__message--own{color:#fff;background:#597fda;border-radius:12px 4px 12px 12px;align-self:flex-end}.request-supplier-chat__message--own>small{color:#ffffffbf}.request-supplier-chat__message--request{width:min(620px,92%);max-width:min(620px,92%)}.request-supplier-chat__message--supplier{border-radius:4px 12px 12px}.request-chat-attachment-card{color:#424945;width:min(360px,100%);min-height:58px;font:inherit;text-align:left;cursor:pointer;background:#f8f9f8;border:1px solid #e7eae8;border-radius:7px;align-items:center;gap:9px;margin-top:12px;padding:7px 9px;display:flex}.request-chat-attachment-card>span:first-child{color:#168f7a;background:#e1f4ee;border-radius:5px;flex:0 0 39px;place-items:center;width:39px;height:39px;display:grid}.request-chat-attachment-card>span:nth-child(2){flex-direction:column;flex:1;min-width:0;display:flex}.request-chat-attachment-card strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.request-chat-attachment-card small{color:#999f9b;font-size:9px}.request-chat-image-thumbnail{color:#424945;cursor:zoom-in;background:#e7ebe9;border:0;border-radius:9px;width:min(360px,100%);height:220px;margin-top:10px;padding:0;display:block;overflow:hidden}.request-chat-image-thumbnail:disabled{cursor:wait}.request-chat-image-thumbnail img{object-fit:cover;width:100%;height:calc(100% - 27px);display:block}.request-chat-image-thumbnail small{color:#626964;text-align:left;text-overflow:ellipsis;white-space:nowrap;background:#fffffff0;padding:7px 10px;font-size:10px;display:block;overflow:hidden}.request-chat-image-thumbnail__loading{color:#7d8580;place-items:center;height:100%;font-size:11px;display:grid}.request-chat-pdf-thumbnail{color:#424945;cursor:zoom-in;background:#e7ebe9;border:0;border-radius:9px;width:min(360px,100%);height:220px;margin-top:10px;padding:0;display:block;overflow:hidden}.request-chat-pdf-thumbnail:disabled{cursor:wait}.request-chat-pdf-thumbnail>span{background:#dfe3e1;place-items:start center;height:calc(100% - 27px);display:grid;position:relative;overflow:hidden}.request-chat-pdf-thumbnail canvas{background:#fff;max-width:100%;height:auto;display:block}.request-chat-pdf-thumbnail i{color:#7d8580;place-items:center;font-size:11px;font-style:normal;display:grid;position:absolute;inset:0}.request-chat-pdf-thumbnail small{color:#626964;text-align:left;text-overflow:ellipsis;white-space:nowrap;background:#fffffff0;padding:7px 10px;font-size:10px;display:block;overflow:hidden}.request-chat-delivery{color:#ffffffd1;width:fit-content;min-height:20px;font:inherit;background:0 0;border:0;align-items:center;gap:5px;margin-top:7px;margin-left:auto;padding:0;font-size:9px;display:flex}.request-chat-delivery--pending svg{animation:.9s linear infinite request-chat-delivery-spin}.request-chat-delivery--failed{color:#8f2418;cursor:pointer;background:#fff0ed;border-radius:5px;padding:3px 6px}.request-chat-delivery--failed:disabled{opacity:.65;cursor:wait}@keyframes request-chat-delivery-spin{to{transform:rotate(360deg)}}.request-attachment-viewer{z-index:5000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#141916c7;place-items:center;padding:28px;display:grid;position:fixed;inset:0}.request-attachment-viewer>section{background:#fff;border-radius:14px;grid-template-rows:58px minmax(0,1fr);width:min(1100px,94vw);height:min(820px,90vh);display:grid;overflow:hidden;box-shadow:0 24px 70px #00000059}.request-attachment-viewer header{border-bottom:1px solid #e5e9e6;justify-content:space-between;align-items:center;gap:18px;padding:0 16px 0 20px;display:flex}.request-attachment-viewer header>strong{color:#303632;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.request-attachment-viewer header>div{align-items:center;gap:8px;display:flex}.request-attachment-viewer header button{color:#3e4541;height:36px;font:inherit;cursor:pointer;background:#fff;border:1px solid #dde2df;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:0 12px;font-size:12px;display:flex}.request-attachment-viewer header button[aria-label]{width:36px;padding:0}.request-attachment-viewer main{background:#eef1ef;place-items:center;min-height:0;padding:18px;display:grid}.request-attachment-viewer main img{object-fit:contain;max-width:100%;max-height:100%}.request-attachment-viewer main iframe{background:#fff;border:0;width:100%;height:100%}.request-attachment-viewer main p{color:#646c67;font-size:14px}.request-supplier-chat__composer{background:#fff;border-top:1px solid #e5e8e6;grid-column:1;padding:10px 22px 18px}.request-supplier-chat__composer>div{align-items:center;gap:9px;margin-bottom:9px;display:flex;overflow-x:auto}.request-supplier-chat__composer>div>strong{color:#919894;white-space:nowrap;font-size:10px}.request-supplier-chat__composer>div>span{gap:7px;display:flex}.request-supplier-chat__composer>div button{color:#686f6b;height:27px;font:inherit;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #dfe3e0;border-radius:14px;padding:0 10px;font-size:10px}.request-supplier-chat__composer>.request-supplier-chat__selected-files{gap:6px;margin-bottom:7px;display:flex}.request-supplier-chat__selected-files>span{color:#68706b;text-overflow:ellipsis;white-space:nowrap;background:#f1f3f2;border-radius:5px;max-width:220px;padding:4px 8px;font-size:10px;overflow:hidden}.request-supplier-chat__composer>label{background:#fff;border:1px solid #d9ddda;border-radius:8px;align-items:center;gap:4px;min-height:48px;padding:0 5px;display:flex}.request-supplier-chat__composer>label textarea{resize:none;color:#343a36;min-width:0;max-height:92px;font:inherit;background:0 0;border:0;outline:0;flex:1;padding:13px 8px;font-size:12px;font-weight:400;line-height:20px}.request-supplier-chat__composer>label button{color:#747b77;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:0 0 38px;place-items:center;width:38px;height:38px;padding:0;display:grid}.request-supplier-chat__composer>label button:last-child{color:#fff;background:#ff7559}.request-supplier-chat__composer>label button:disabled{color:#a6aca8;cursor:default;background:#eef0ef}.request-supplier-chat__profile{background:#fff;border-left:1px solid #e5e8e6;grid-area:2/2/4;padding:22px 18px;overflow-y:auto}.request-supplier-chat__profile-heading{text-align:center;flex-direction:column;align-items:center;display:flex}.request-supplier-chat__profile-heading>span{color:#246c5f;background:#dff3ec;border-radius:50%;place-items:center;width:58px;height:58px;margin-bottom:10px;font-size:20px;font-weight:750;display:grid}.request-supplier-chat__profile-heading strong{color:#303632;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:14px;overflow:hidden}.request-supplier-chat__profile-heading small{color:#969d99;margin-top:4px;font-size:10px}.request-supplier-chat__profile section{border:1px solid #e6e9e7;border-radius:8px;margin-top:20px;padding:15px}.request-supplier-chat__profile section h3{color:#555d58;align-items:center;gap:7px;margin:0 0 10px;font-size:12px;display:flex}.request-supplier-chat__profile section h3.verified{color:#168f7a}.request-supplier-chat__profile section h3.unknown{color:#c99200}.request-supplier-chat__profile section p{margin:0;font-size:11px;font-weight:700}.request-supplier-chat__profile section p.verified{color:#168f7a}.request-supplier-chat__profile section p.unknown{color:#c99200}.request-supplier-chat__profile section small{color:#969d99;margin-top:5px;font-size:9px;display:block}.request-supplier-chat__profile section button{color:#5f6662;width:100%;height:32px;font:inherit;cursor:pointer;background:#f0f2f1;border:0;border-radius:5px;margin-top:11px;font-size:10px;font-weight:650}.request-supplier-chat__profile nav{flex-direction:column;margin-top:17px;display:flex}.request-supplier-chat__profile nav button{color:#59605c;height:44px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #f0f1f0;align-items:center;gap:10px;padding:0 6px;font-size:11px;display:flex}.request-supplier-chat__profile nav button:hover{color:#ff684b;background:#fff7f5}.request-supplier-chat__profile nav button b{color:#969d99;margin-left:auto;font-size:10px}.request-supplier-chat__media-panel{border-top:1px solid #ecefed;margin:20px -18px -22px}.request-supplier-chat__media-panel>header{align-items:center;gap:10px;height:48px;padding:0 18px;display:flex}.request-supplier-chat__media-panel>header button{color:#3f4642;cursor:pointer;background:0 0;border:0;border-radius:6px;flex:0 0 28px;place-items:center;width:28px;height:28px;padding:0;display:grid}.request-supplier-chat__media-panel>header button:hover{background:#f2f4f3}.request-supplier-chat__media-panel>header strong{color:#303632;font-size:13px}.request-supplier-chat__media-tabs{border-bottom:1px solid #e8ebe9;grid-template-columns:repeat(3,1fr);height:44px;padding:0 8px;display:grid}.request-supplier-chat__media-tabs button{color:#454b47;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:11px;position:relative}.request-supplier-chat__media-tabs button:hover{color:#ff684b}.request-supplier-chat__media-tabs button.active{color:#ff684b;font-weight:650}.request-supplier-chat__media-tabs button.active:after{content:"";background:#ff684b;height:2px;position:absolute;bottom:-1px;left:4px;right:4px}.request-supplier-chat__media-content{min-height:170px;padding:16px 18px 22px}.request-supplier-chat__media-content>p{color:#929995;margin:0;font-size:11px;font-weight:650}.request-supplier-chat__file{color:#3f4642;text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e9e6;border-radius:7px;align-items:center;gap:9px;width:100%;min-height:52px;padding:8px 10px;display:flex}.request-supplier-chat__file:hover{background:#fff8f6;border-color:#ffc6ba}.request-supplier-chat__file>span{color:#ff684b;background:#fff0ec;border-radius:6px;flex:0 0 32px;place-items:center;width:32px;height:32px;display:grid}.request-supplier-chat__file>div{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.request-supplier-chat__file strong{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.request-supplier-chat__file small{color:#929995;font-size:9px}.request-supplier-chat__file>svg{color:#838a86;flex:0 0 16px}.request-supplier-chat__auto-replies{color:#f1f2f1;background:#3b4144;border-radius:8px;align-items:center;gap:9px;margin-top:22px;padding:13px 12px;display:flex}.request-supplier-chat__auto-replies>span{background:#555c60;border-radius:50%;flex:0 0 34px;place-items:center;width:34px;height:34px;display:grid}.request-supplier-chat__auto-replies>div{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.request-supplier-chat__auto-replies strong{font-size:11px}.request-supplier-chat__auto-replies small{color:#aeb4b1;font-size:8px}.request-supplier-chat__auto-replies>button{cursor:pointer;background:#656b6e;border:0;border-radius:9px;flex:0 0 34px;width:34px;height:18px;position:relative}.request-supplier-chat__auto-replies>button:hover{background:#747b7e}.request-supplier-chat__auto-replies>button:focus-visible{outline-offset:2px;outline:2px solid #fff}.request-supplier-chat__auto-replies>button i{background:#a6aaac;border-radius:50%;width:14px;height:14px;position:absolute;top:2px;left:2px}.detail-loading,.detail-error{color:#7a827d;text-align:center;background:#fff;border-radius:13px;padding:48px 24px}.detail-error h1{color:#2b312d;margin:0 0 10px}.control-page{background:#f8f9fa;border-radius:14px;min-height:calc(100vh - 88px);padding:22px 18px 32px}.control-heading{margin-bottom:26px}.control-heading h1{letter-spacing:-.04em;margin:0;font-size:28px}.control-heading--actions{justify-content:space-between;align-items:center;gap:24px;display:flex}.control-create{margin:0}.control-empty{text-align:center;color:#909793;background:#fff;border:1px solid #edf0ee;border-radius:13px;place-content:center;min-height:280px;display:grid}.control-empty strong{color:#4c5550;font-size:18px}.control-empty p{margin:8px 0 0;font-size:13px}.users-table-wrap{background:#fff;border-radius:10px;overflow:auto;box-shadow:0 4px 18px #28322d08}.users-table{border-collapse:collapse;width:100%;min-width:720px}.users-table th{color:#9aa09c;text-align:left;background:#f6f7f8;height:40px;padding:0 16px;font-size:10px;font-weight:700}.users-table td{color:#444b47;border-top:1px solid #f0f2f1;height:64px;padding:0 16px;font-size:12px}.users-table td:first-child strong,.users-table td:first-child small{display:block}.users-table td:first-child small{color:#a0a6a2;margin-top:3px;font-size:10px}.users-table select,.request-modal select{color:#333b36;cursor:pointer;background:#fff;border:1px solid #dfe5e1;border-radius:9px;outline:none;height:40px;padding:0 34px 0 12px}.request-modal select{width:100%;height:54px;margin-bottom:21px}.user-state{color:#a24b45;cursor:pointer;background:#fff0ee;border:0;border-radius:999px;padding:7px 11px;font-size:11px;font-weight:700}.user-state.active{color:#398f48;background:#edf8ef}.directory-layout{background:#fff;border:1px solid #e8ece9;border-radius:13px;grid-template-columns:245px minmax(0,1fr);min-height:520px;display:grid;overflow:hidden;box-shadow:0 8px 28px #26302a0a}.directory-list{background:#f6f8f7;border-right:1px solid #e8ece9;padding:18px 12px}.directory-list__heading{color:#929a95;text-transform:uppercase;letter-spacing:.07em;padding:0 12px 12px;font-size:10px;font-weight:750}.directory-list button{color:#59615c;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;justify-content:space-between;align-items:center;gap:10px;width:100%;min-height:48px;padding:0 12px;font-size:12px;font-weight:680;display:flex}.directory-list button.active{color:#7040b3;background:#eee5fa}.directory-list button b{color:#7d5baa;background:#fff;border-radius:999px;place-items:center;min-width:24px;height:24px;font-size:10px;display:grid}.directory-values{min-width:0;padding:24px}.directory-values__heading{justify-content:space-between;align-items:flex-start;gap:24px;min-height:70px;margin-bottom:22px;display:flex}.directory-values__heading span{color:#9aa19d;text-transform:uppercase;letter-spacing:.07em;font-size:9px;font-weight:750}.directory-values__heading h2{letter-spacing:-.025em;margin:4px 0;font-size:20px}.directory-values__heading p{color:#8a928d;margin:0;font-size:11px}.directory-table-wrap{border:1px solid #edf0ee;border-radius:10px;overflow:auto}.directory-table{border-collapse:collapse;width:100%;min-width:720px}.directory-table th{color:#9aa09c;text-align:left;text-transform:uppercase;letter-spacing:.04em;background:#f6f7f8;height:40px;padding:0 12px;font-size:9px;font-weight:700}.directory-table td{color:#444b47;border-top:1px solid #f0f2f1;height:62px;padding:8px 12px;font-size:12px}.directory-row{cursor:pointer;outline:none;transition:background-color .15s,box-shadow .15s}.directory-row:hover{background:#faf7ff}.directory-row:focus-visible{background:#faf7ff;box-shadow:inset 0 0 0 2px #a97ce6}.directory-row td:first-child strong{color:#2e3531;font-size:13px}.directory-row .user-state{cursor:default}.directory-row__arrow{color:#a9afab;font-size:24px;line-height:1}.directory-table th:first-child,.directory-table td:first-child{width:120px}.directory-table th:nth-child(3),.directory-table td:nth-child(3){width:90px}.directory-table th:nth-child(4),.directory-table td:nth-child(4){width:115px}.directory-table th:last-child,.directory-table td:last-child{text-align:right;width:48px}.directory-empty{color:#939b96;place-items:center;min-height:180px;font-size:12px;display:grid}.feedback-page{background:#f8f9fa;border-radius:14px;min-height:calc(100vh - 88px);padding:22px 18px 32px}.feedback-table-wrap{background:#fff;border-radius:10px;overflow:auto;box-shadow:0 4px 18px #28322d08}.feedback-table{border-collapse:collapse;width:100%;min-width:760px}.feedback-table th{color:#9aa09c;text-align:left;background:#f6f7f8;height:40px;padding:0 16px;font-size:10px;font-weight:700}.feedback-table td{color:#555d58;border-top:1px solid #f0f2f1;height:62px;padding:0 16px;font-size:11px}.feedback-table tbody tr{cursor:pointer;outline:none}.feedback-table tbody tr:hover,.feedback-table tbody tr:focus-visible{background:#fff7f4}.feedback-table td strong{color:#29302c;font-size:12px}.feedback-table th:first-child,.feedback-table td:first-child{color:#8f9692;width:58px}.feedback-empty{color:#929995;place-items:center;min-height:190px;font-size:12px;display:grid}.feedback-modal textarea{resize:vertical;border:1px solid var(--line);width:100%;min-height:150px;color:var(--ink);font:inherit;background:#fff;border-radius:12px;outline:none;margin-bottom:21px;padding:14px 16px;line-height:1.5}.feedback-modal textarea:focus{border-color:var(--green);box-shadow:0 0 0 4px #176b4b1a}.ticket-file{color:#7148a9;cursor:pointer;background:#fbf8ff;border:1px dashed #bda3df;border-radius:10px;justify-content:space-between;align-items:center;gap:14px;min-height:62px;margin:0 0 21px;padding:0 15px;display:flex}.ticket-file span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ticket-file small{color:#929995;flex:none;font-size:10px;font-weight:500}.ticket-file-input{opacity:0;pointer-events:none;width:1px;height:1px;margin:0;position:absolute}.feedback-ticket-card{flex-direction:column;width:min(100%,1014px);max-height:min(96vh,1118px);display:flex}.feedback-ticket-card h2{overflow-wrap:anywhere;padding-right:42px}.ticket-meta{color:#929995;gap:8px 18px;margin:16px 0 20px;font-size:11px;display:flex}.feedback-ticket-card p.ticket-text{color:#343b37;white-space:pre-wrap;overflow-wrap:anywhere;margin:0 0 22px;font-size:14px;line-height:1.65}.feedback-thread{flex-direction:column;gap:10px;min-height:312px;margin:4px -6px 18px;padding:6px;display:flex;overflow-y:auto}.ticket-message{background:#f2f4f3;border-radius:4px 14px 14px;align-self:flex-start;width:fit-content;max-width:82%;padding:11px 14px}.ticket-message--own{background:#f1eafb;border-radius:14px 4px 14px 14px;align-self:flex-end}.ticket-message__meta{color:#8b938e;align-items:center;gap:12px;margin-bottom:6px;font-size:10px;display:flex}.ticket-message__meta strong{color:#4c5550;font-size:11px}.ticket-message p{color:#303733;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.55}.thread-status{color:#8b938e;align-self:center;font-size:11px}.ticket-reply{border-top:1px solid #e8ece9;padding-top:15px}.ticket-reply label{margin-bottom:7px}.ticket-reply textarea{resize:vertical;border:1px solid var(--line);width:100%;min-height:74px;color:var(--ink);font:inherit;border-radius:10px;outline:none;margin:0 0 10px;padding:11px 13px;font-size:13px;line-height:1.5}.ticket-reply textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #176b4b1a}.ticket-reply .primary-button{min-width:130px;margin:0 0 0 auto}.ticket-download{color:#7446b6;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;background:#f8f3ff;border:1px solid #ded5e9;border-radius:8px;width:100%;min-height:48px;padding:0 14px;font-weight:700;overflow:hidden}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#191f1c7a;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.request-modal{background:#fff;border-radius:18px;width:min(100%,480px);padding:34px;position:relative;box-shadow:0 30px 100px #141e1942}.request-modal h2{letter-spacing:-.04em;margin:6px 0 10px;font-size:28px}.request-modal>p:not(.section-kicker){color:#747d77;margin:0 0 24px;font-size:13px;line-height:1.55}.request-modal form{flex-direction:column;display:flex}.request-modal .primary-button{margin-top:4px}.legal-entity-modal{width:min(100%,580px);max-height:92vh;overflow-y:auto}.legal-entity-modal textarea{resize:vertical;border:1px solid var(--line);width:100%;min-height:82px;color:var(--ink);font:inherit;border-radius:10px;outline:none;margin-bottom:21px;padding:12px 14px;line-height:1.5}.legal-entity-modal textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #176b4b1a}.modal-close{color:#737b76;cursor:pointer;background:#f2f4f2;border:0;border-radius:10px;place-items:center;width:36px;height:36px;display:grid;position:absolute;top:18px;right:18px}.request-wizard-backdrop{z-index:100;background:#191e1ba3;position:fixed;inset:0}.request-wizard{color:#252b27;background:#f8f9fa;border-radius:14px;place-items:center;display:grid;position:absolute;inset:10px 10px 10px 64px;overflow:auto}.wizard-close{z-index:102;color:#58605b;cursor:pointer;background:#fff;border:1px solid #e5e8e6;border-radius:50%;place-items:center;width:36px;height:36px;display:grid;position:fixed;top:17px;left:39px;box-shadow:0 5px 18px #19231e1f}.wizard-chat{scroll-behavior:smooth;flex-direction:column;gap:13px;width:min(100% - 40px,590px);max-height:calc(100% - 115px);padding:18px 10px;display:flex;position:absolute;bottom:70px;left:50%;overflow-y:auto;transform:translate(-50%)}.wizard-chat--wide{width:min(100% - 40px,720px)}.wizard-message-row{align-items:flex-start;width:100%;display:flex}.wizard-user-message{color:#fff;background:#955be8;border-radius:14px 14px 3px;align-self:flex-end;max-width:70%;padding:11px 15px;font-size:12px;font-weight:700;box-shadow:0 7px 20px #7247d233}.wizard-copy{background:#fff;border:1px solid #edf0ee;border-radius:12px;width:100%;padding:22px 24px;box-shadow:0 12px 35px #262d2917}.wizard-copy h2{letter-spacing:-.025em;margin:0 0 16px;font-size:18px}.wizard-copy p{color:#555e58;margin:0 0 13px;font-size:12px;line-height:1.55}.wizard-copy p.wizard-info-lead,.wizard-copy p.wizard-info-step{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.5}.wizard-copy p.wizard-info-lead{color:#242824;font-weight:700}.wizard-copy p.wizard-info-step{color:#333833;padding-top:12px;font-weight:400}.wizard-copy ol{color:#3f4742;margin:0 0 14px;padding-left:20px;font-size:12px;line-height:1.65}.wizard-question{margin:20px 0 10px;font-size:12px;display:block}.wizard-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.wizard-actions--single{grid-template-columns:1fr}.wizard-actions button{color:#fff;cursor:pointer;background:#955be8;border:0;border-radius:6px;min-height:42px;padding:0 14px;font-size:12px;font-weight:750}.wizard-actions button:hover:not(:disabled){background:#7f47d2}.wizard-actions button.secondary{color:#7551aa;background:#f0e8fb}.wizard-actions button.secondary:hover:not(:disabled){background:#e5d7f8}.wizard-actions button:disabled{opacity:.55;cursor:default}.wizard-copy textarea{resize:vertical;color:#29302c;width:100%;min-height:170px;font:inherit;border:1px solid #dde2df;border-radius:9px;outline:none;margin:3px 0 8px;padding:13px 14px;font-size:13px;line-height:1.55}.wizard-copy textarea:focus{border-color:#955be8;box-shadow:0 0 0 3px #955be81f}.wizard-counter{color:#8a928d;text-align:right;margin-bottom:14px;font-size:11px}.wizard-error{color:#aa3434!important;margin:0 0 10px!important}.wizard-review{padding:24px}.wizard-review h2{align-items:center;gap:8px;margin-bottom:20px;display:flex}.wizard-product-table{border-collapse:separate;border-spacing:0 7px;table-layout:fixed;width:100%}.wizard-product-table .product-col-number{width:42px}.wizard-product-table .product-col-quantity{width:114px}.wizard-product-table .product-col-unit{width:84px}.wizard-product-table .product-col-delete{width:42px}.wizard-product-table th{color:#8a918d;text-align:center;text-transform:uppercase;letter-spacing:.04em;height:22px;padding:0 6px;font-size:10px;font-weight:750}.wizard-product-table th:nth-child(2){text-align:left}.wizard-product-table td{color:#89908c;text-align:center;vertical-align:middle;background:#fafbfa;border-top:1px solid #eaeeeb;border-bottom:1px solid #eaeeeb;padding:7px 6px;font-size:12px}.wizard-product-table td:first-child{border-left:1px solid #eaeeeb;border-radius:9px 0 0 9px}.wizard-product-table td:last-child{border-right:1px solid #eaeeeb;border-radius:0 9px 9px 0}.wizard-product-table tr:focus-within td{background:#fff;border-color:#c5a5ee}.wizard-product-table .product-cell{justify-content:center;align-items:center;width:100%;height:36px;display:flex}.wizard-product-table .product-index{line-height:1}.wizard-product-table input{box-sizing:border-box;color:#2f3632;width:100%;height:36px;font:inherit;background:#fff;border:1px solid #dfe4e1;border-radius:6px;margin:0;padding:0 10px;font-size:12px;line-height:34px}.wizard-product-table input:focus{border-color:#955be8;outline:none;box-shadow:0 0 0 2px #955be81a}.wizard-product-table .unit-select{width:100%;position:relative}.wizard-product-table .unit-select__trigger{color:#2f3632;width:100%;height:36px;font:inherit;background:#fff;border:1px solid #dfe4e1;border-radius:6px;justify-content:center;align-items:center;gap:7px;padding:0 6px;font-size:12px;display:flex}.wizard-product-table .unit-select__trigger:hover{color:#2f3632;background:#fff}.wizard-product-table .unit-select--open .unit-select__trigger{border-color:#53a7d8;box-shadow:0 0 0 2px #53a7d81f}.wizard-product-table .unit-select__chevron{color:#a6aca8;font-size:10px}.wizard-product-table .unit-select__menu{z-index:20;background:#fff;border:1px solid #e1e4e2;border-radius:7px;width:210px;padding:5px;position:absolute;top:calc(100% + 5px);right:0;box-shadow:0 10px 24px #29302c2e}.wizard-product-table .unit-select__option{color:#303632;width:100%;height:38px;font:inherit;text-align:left;white-space:nowrap;background:#fff;border:0;border-radius:4px;padding:0 10px;font-size:12px;display:block}.wizard-product-table .unit-select__option:hover,.wizard-product-table .unit-select__option.active{color:#303632;background:#f1f2f1}.wizard-product-table .unit-select__option span{color:#69716c}.wizard-product-table td:nth-child(3) input,.wizard-product-table td:nth-child(4) input{text-align:center}.wizard-product-table button{color:#8c9490;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:32px;height:32px;padding:0;line-height:1;display:inline-grid}.wizard-product-table button:hover{color:#d75555;background:#fff0f0}.wizard-review .wizard-counter{margin:9px 2px 0}.wizard-add-product{color:#d26e57;cursor:pointer;background:#fffaf8;border:1px dashed #d99585;border-radius:8px;justify-content:center;align-items:center;gap:7px;width:100%;min-height:42px;margin:10px 0 16px;font-size:12px;font-weight:700;display:inline-flex}.wizard-add-product:disabled{opacity:.45;cursor:not-allowed}.wizard-delivery-summary{padding-bottom:16px}.wizard-delivery-summary h2{margin-bottom:16px}.delivery-summary-list{flex-direction:column;gap:5px;display:flex}.delivery-summary-row{color:#555d58;background:#f7f8f7;border-radius:7px;grid-template-columns:38px minmax(0,1fr) 70px 52px;align-items:center;gap:8px;min-height:48px;padding:0 12px;font-size:13px;display:grid}.delivery-summary-row>span{color:#8e9591;text-align:center}.delivery-summary-row strong{color:#2c322e;overflow-wrap:anywhere;font-weight:500}.delivery-summary-row b{color:#242a26;text-align:right;font-weight:500}.delivery-summary-row em{color:#242a26;text-align:center;font-style:normal}.wizard-delivery-card{padding-bottom:20px}.wizard-delivery-card h2{align-items:center;gap:8px;display:flex}.wizard-delivery-card>p{color:#343a36;margin-bottom:18px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:15px}.delivery-pin{color:#898f8b;font-size:24px;font-weight:400;position:relative;top:-2px}.delivery-methods{border-top:1px solid #ecefed;grid-template-columns:1fr 1fr;gap:10px;padding-top:16px;display:grid}.delivery-methods button{color:#fff;cursor:pointer;background:#955be8;border:2px solid #0000;border-radius:6px;min-height:48px;font-size:15px;transition:background-color .15s,border-color .15s,box-shadow .15s}.delivery-methods button:hover:not(:disabled){background:#854bd9}.delivery-methods button.selected{border-color:#6f36bd;box-shadow:0 0 0 3px #955be82e}.delivery-methods button:disabled{cursor:default}.wizard-pickup-card h2{align-items:center;gap:8px;display:flex}.wizard-pickup-card>p{color:#343a36;margin-bottom:18px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:15px}.wizard-address-card h2{align-items:center;gap:8px;display:flex}.wizard-address-card>p{color:#343a36;margin-bottom:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:15px}.wizard-address-card .address-picker{margin-bottom:12px}.wizard-address-card .address-picker>input{border-radius:7px;height:46px;margin:0;padding:0 14px;font-size:14px}.wizard-address-card .wizard-actions button{width:100%}.city-picker{position:relative}.city-picker>input{border-radius:7px;height:46px;margin:0;padding:0 14px;font-size:14px}.city-picker__menu{z-index:30;background:#fff;border:1px solid #e1e4e2;border-radius:9px;width:100%;max-height:220px;padding:6px;position:absolute;bottom:calc(100% + 7px);right:0;overflow-y:auto;box-shadow:0 -12px 30px #29302c2e}.city-picker__menu button{color:#303632;width:100%;min-height:40px;font:inherit;text-align:left;cursor:pointer;background:#fff;border:0;border-radius:6px;padding:0 12px;font-size:13px;display:block}.city-picker__menu button:hover,.city-picker__menu button[aria-selected=true]{color:#6f36bd;background:#f1eafa}.city-picker__menu>span{color:#929995;place-items:center;min-height:44px;font-size:12px;display:grid}.wizard-attachments-card h2{align-items:center;gap:8px;display:flex}.wizard-attachments-card>p{color:#343a36;margin-bottom:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5}.attachment-icon{color:#898f8b;font-size:24px;transform:rotate(90deg)}.attachment-list{flex-direction:column;gap:6px;margin:12px 0 4px;display:flex}.attachment-list span{color:#4f3c70;text-overflow:ellipsis;white-space:nowrap;background:#f4effb;border-radius:6px;padding:9px 11px;font-size:12px;overflow:hidden}.wizard-attachments-card p.attachment-skipped{color:#858d88;margin:10px 0 0;font-size:12px}.attachment-actions{border-top:1px solid #ecefed;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px;padding-top:16px;display:grid}.attachment-actions button,.attachment-actions label{box-sizing:border-box;color:#fff;cursor:pointer;background:#955be8;border:0;border-radius:6px;place-items:center;width:100%;height:48px;min-height:48px;margin:0;padding:0;font-family:inherit;font-size:15px;font-weight:500;line-height:1;display:grid}.attachment-actions button.secondary{color:#5d625f;background:#eff0ef}.attachment-actions label:hover:not(.disabled){background:#854bd9}.attachment-actions button:disabled,.attachment-actions label.disabled{cursor:default;pointer-events:none}.attachment-actions input{opacity:0;pointer-events:none;width:1px;height:1px;margin:0;position:absolute}.wizard-legal-entity-card>p{color:#343a36;margin-bottom:18px;font-size:14px}.legal-entity-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.legal-entity-actions button{color:#fff;min-height:50px;font:inherit;cursor:pointer;background:#955be8;border:2px solid #0000;border-radius:6px;padding:8px 14px;font-size:14px}.legal-entity-actions button.secondary{color:#5d625f;background:#eff0ef}.legal-entity-actions button.selected{border-color:#6f36bd;box-shadow:0 0 0 3px #955be82e}.legal-entity-actions button:disabled{cursor:default}.legal-entity-picker{margin-top:10px;position:relative}.legal-entity-picker>input{color:#2f3632;width:100%;height:46px;font:inherit;background:#fff;border:1px solid #dfe4e1;border-radius:7px;outline:none;margin:0;padding:0 14px;font-size:14px}.legal-entity-picker>input:focus{border-color:#53a7d8;box-shadow:0 0 0 2px #53a7d81f}.legal-entity-list{z-index:30;background:#fff;border:1px solid #e1e4e2;border-radius:8px;max-height:210px;padding:6px;position:absolute;bottom:calc(100% + 7px);left:0;right:0;overflow-y:auto;box-shadow:0 -10px 24px #29302c1f}.legal-entity-list button{color:#303632;width:100%;min-height:42px;font:inherit;text-align:left;cursor:pointer;background:#fff;border:0;border-radius:6px;padding:7px 11px;font-size:13px;display:block}.legal-entity-list button:hover,.legal-entity-list button[aria-selected=true]{color:#6f36bd;background:#f1eafa}.legal-entity-list span{color:#929995;place-items:center;min-height:42px;font-size:12px;display:grid}.supplier-mailing-card h2{margin-bottom:4px}.supplier-mailing-card>p{color:#343a36;margin-bottom:10px;font-size:13px}.supplier-mailing-options{flex-direction:column;gap:5px;display:flex}.supplier-mailing-options button{color:#2f3431;min-height:64px;font:inherit;text-align:left;cursor:pointer;background:#fbf8fd;border:1px solid #d9bce9;border-radius:9px;grid-template-columns:1fr;padding:10px 44px;display:grid;position:relative}.supplier-mailing-options button>span{color:#a55ddd;place-items:center;width:24px;height:24px;display:grid;position:absolute;top:19px;left:14px}.supplier-mailing-options button strong{color:inherit;font-size:14px}.supplier-mailing-options button small{color:#757b77;margin-top:3px;font-size:11px}.supplier-mailing-options button b{color:#a985df;place-items:center;width:18px;height:18px;display:grid;position:absolute;top:22px;right:16px}.supplier-mailing-options button.selected{color:#2c3230;background:#efe2ff;border-color:#d3b5ee;box-shadow:inset 0 0 0 1px #9b5ddc14}.supplier-mailing-options button.selected>span{color:#a45ee8}.supplier-mailing-options button:hover:not(:disabled){background:#f5ebfc;border-color:#b783dc}.supplier-mailing-options button.muted{color:#9ca19e;background:#f7f8f7;border-color:#eceeed}.supplier-mailing-options button.muted>span,.supplier-mailing-options button.muted small{color:#b9bdbb}.supplier-mailing-options button.muted:hover:not(:disabled){color:#626864;background:#fbf8fd;border-color:#d9bce9}.supplier-mailing-options button:disabled{cursor:default}.wizard-copy.supplier-found-message{color:#282e2a;padding:18px 20px;font-size:13px}.supplier-found-message p{margin:14px 0 8px;font-weight:600}.manual-recipient-email{margin-top:5px;display:block}.manual-recipients-card{padding:18px 20px}.manual-recipients-card h2{margin-bottom:16px;font-size:15px;line-height:1.4}.manual-recipients-card h2 span{font-size:16px}.manual-recipients-card>p{color:#303632;margin:12px 0 0;font-size:13px}.manual-recipients-card>p:last-child{margin-top:10px}.manual-address-book-button{color:#ce755f;width:100%;min-height:43px;font:inherit;cursor:pointer;background:#fff;border:1px dashed #dd8876;border-radius:2px;justify-content:center;align-items:center;gap:8px;padding:8px 12px;font-size:13px;display:flex}.manual-address-book-button svg{flex:0 0 20px;width:20px;height:20px}.manual-address-book-button:hover{background:#fff8f5}.supplier-address-book-backdrop{z-index:110;background:#1c1f1dad;place-items:center;padding:6vh 7vw;display:grid;position:fixed;inset:0}.supplier-address-book{background:#fff;border-radius:10px;flex-direction:column;width:min(100%,1060px);height:min(100%,690px);display:flex;overflow:hidden;box-shadow:0 24px 80px #0f141147}.supplier-address-book>header{box-sizing:border-box;border-bottom:1px solid #ecefed;grid-template-columns:auto minmax(220px,320px) 1fr;align-items:center;gap:18px;min-height:72px;padding:8px 18px 0;display:grid}.supplier-address-book h2{align-items:center;height:42px;margin:0;font-size:18px;line-height:1;display:flex}.supplier-address-book header label{box-sizing:border-box;color:#8b928e;border:1px solid #dfe4e1;border-radius:4px;align-items:center;gap:12px;width:100%;height:42px;padding:0 12px;display:flex}.supplier-address-book header label svg{flex:0 0 20px;width:20px;height:20px}.supplier-address-book header label input,.supplier-address-book header label input:focus{box-sizing:border-box;color:#303632;min-width:0;height:40px;box-shadow:none;font:inherit;text-align:left;background:0 0;border:0;outline:0;flex:1;margin:0;padding:0;font-size:13px;line-height:40px;transition:none}.supplier-address-book header>div{color:#8d9490;justify-content:flex-end;align-items:center;gap:16px;font-size:12px;display:flex}.supplier-address-book header>div strong{color:#303632}.supplier-address-book__add{color:#fff;min-width:92px;height:38px;font:inherit;cursor:pointer;background:#f08d74;border:0;border-radius:4px}.supplier-address-book__add:disabled{opacity:.45;cursor:default}.supplier-address-book__close{color:#747b77;cursor:pointer;background:0 0;border:0;place-items:center;width:34px;height:34px;padding:0;display:grid}.supplier-address-book__table-wrap{flex:1;min-height:0;padding:8px;overflow:auto}.supplier-address-book table{border-collapse:collapse;width:100%}.supplier-address-book th{color:#656c68;text-align:left;background:#f5f6f6;height:38px;padding:0 12px;font-size:11px;font-weight:700}.supplier-address-book th:first-child,.supplier-address-book td:first-child{text-align:center;width:42px}.supplier-address-book td{color:#545b57;vertical-align:middle;border-bottom:1px solid #edf0ee;height:58px;padding:8px 12px;font-size:12px}.supplier-address-book tbody tr{cursor:pointer}.supplier-address-book tbody tr:hover{background:#fff8f5}.supplier-address-book input[type=checkbox]{accent-color:#ef896f;width:16px;height:16px;margin:0 auto;display:block}.supplier-address-book__company{align-items:center;gap:10px;display:flex}.supplier-address-book__company-icon{color:#fff;background:#9fbaf3;border-radius:50%;flex:0 0 28px;place-items:center;width:28px;height:28px;display:grid}.supplier-address-book__empty-search{color:#333936;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100%;display:flex}.supplier-address-book__empty-search>svg{color:#858c88;margin-bottom:18px}.supplier-address-book__empty-search>strong{font-size:15px}.supplier-address-book__empty-search>p{color:#666e69;margin:6px 0 20px;font-size:12px}.supplier-address-book__empty-search>button{color:#666e69;height:40px;font:inherit;cursor:pointer;background:#f1f2f1;border:0;border-radius:4px;align-items:center;gap:7px;padding:0 14px;font-size:12px;display:flex}.supplier-address-book__empty-search>button:hover{background:#e8eae8}.wizard-chat--manual-composer{max-height:calc(100% - 187px);bottom:142px}.manual-recipient-composer{z-index:101;box-sizing:border-box;background:#fff;border:0;border-radius:10px;width:min(100% - 40px,700px);padding:10px 68px 10px 14px;position:absolute;bottom:72px;left:50%;transform:translate(-50%);box-shadow:0 7px 20px #262d290f}.manual-recipient-field{box-sizing:border-box;scrollbar-width:none;background:#fff;border:1px solid #d7dcda;border-radius:8px;flex-wrap:nowrap;align-items:center;gap:5px;width:100%;height:44px;padding:5px 12px;display:flex;overflow:auto hidden}.manual-recipient-field::-webkit-scrollbar{display:none}.manual-recipient-field:focus-within{border-color:#d99484}.manual-recipient-field input,.manual-recipient-field input:focus,.manual-recipient-field input:invalid:focus{color:#303632;min-width:180px;height:32px;box-shadow:none;font:inherit;background:0 0;border:0;border-radius:0;outline:0;flex:1 0 180px;margin:0;padding:0 4px;font-size:13px;transition:none}.manual-email-chip{color:#fff;text-overflow:ellipsis;white-space:nowrap;background:#8d9194;border-radius:3px;flex:none;align-items:center;gap:4px;max-width:280px;min-height:28px;padding:0 5px 0 9px;font-size:12px;line-height:1;display:inline-flex;overflow:hidden}.manual-email-chip button{color:#e9eaea;width:18px;height:18px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;padding:0 0 2px;font-size:16px;line-height:1;display:grid}.manual-email-chip button:hover{color:#fff;background:#ffffff26}.manual-recipient-composer>button{color:#fff;cursor:pointer;background:#f39a84;border:0;border-radius:50%;place-items:center;width:44px;height:44px;padding:0 0 1px 3px;font-size:18px;display:grid;position:absolute;top:10px;right:14px}.manual-recipient-composer>button:disabled{cursor:default;background:#f7c6ba}.manual-recipient-composer .wizard-error{background:#fff;border-radius:5px;padding:5px 8px;position:absolute;bottom:calc(100% + 5px);right:68px;box-shadow:0 4px 12px #262d291f;margin:0!important}.offer-fields-card h2{margin-bottom:14px;font-size:15px;line-height:1.5}.offer-field{color:#303632;background:#fafafa;border:1px solid #e8e8e8;border-top:0;align-items:center;gap:10px;min-height:49px;margin:0;padding:0 16px;font-size:13px;font-weight:400;display:flex}.offer-field--all{background:#f4edfc;border-top:1px solid #e8e8e8;border-radius:9px 9px 0 0}.offer-field:not(.offer-field--all){padding-left:36px}.offer-field:last-of-type{border-radius:0 0 9px 9px}.offer-field input{accent-color:#955be8;width:20px;height:20px;margin:0}.offer-fields-card__footer{border-top:1px solid #e7e9e8;margin-top:16px;padding-top:14px}.offer-fields-card__footer button{color:#fff;width:100%;min-height:43px;font:inherit;cursor:pointer;background:#955be8;border:0;border-radius:5px;font-size:13px}.offer-fields-card input:disabled,.offer-fields-card__footer button:disabled{cursor:default}.request-preview-card{padding:18px 16px 16px}.request-preview-card h2{margin-bottom:5px;font-size:15px}.request-preview-card h2 span{color:#4fae3d}.request-preview-card>p{color:#2f3431;margin:0 0 7px;font-size:13px;line-height:1.45}.request-preview-card>p.request-preview-card__lead{margin-bottom:10px;font-weight:700}.request-preview-mail,.request-preview-section{background:#f8f8f8;border:1px solid #e8e8e8;border-radius:5px;margin-top:5px;padding:10px 12px}.request-preview-mail p{color:#343a36;white-space:pre-line;margin:0 0 10px;font-size:13px;line-height:1.42}.request-preview-mail p:last-child{margin-bottom:0}.request-preview-edit{color:#b26a5f;font:inherit;cursor:pointer;background:0 0;border:0;margin:0 0 10px;padding:0;font-size:11px}.request-preview-textarea{box-sizing:border-box;resize:vertical;color:#343a36;width:100%;min-height:210px;font:inherit;background:#fff;border:1px solid #b9bdbb;border-radius:4px;padding:8px;font-size:13px;line-height:1.42}.request-preview-textarea--signature{min-height:68px}.request-preview-file{color:#468fc4;width:fit-content;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;font-size:13px}.request-preview-file:hover{text-decoration:underline}.request-preview-section{border-radius:0;flex-direction:column;gap:5px;display:flex}.request-preview-section strong{color:#232825;font-size:13px}.request-preview-section b,.request-preview-section span{color:#343a36;font-size:13px;font-weight:600}.request-preview-product{color:#343a36;align-items:baseline;gap:10px;font-size:13px;display:flex}.request-preview-product span{flex:1;min-width:0;font-weight:400}.request-preview-product span:after{content:"";border-bottom:1px dotted #aaa;width:max(0px,100% - 15px);margin:0 6px 3px;display:inline-block}.request-preview-product b{white-space:nowrap}.request-preview-multiline{white-space:pre-line}.request-preview-signature{margin-top:5px}.request-preview-submit{color:#fff;width:100%;min-height:42px;font:inherit;cursor:pointer;background:#955be8;border:0;border-radius:5px;margin-top:22px;font-size:13px}.request-preview-submit:disabled{opacity:.7;cursor:wait}.suppliers-page{--supplier-space-1:8px;--supplier-space-2:12px;--supplier-space-3:16px;--supplier-control-height:42px;--supplier-icon-size:20px;--supplier-icon-gap:12px;--supplier-control-radius:4px;--supplier-menu-radius:10px;max-width:none;margin:-10px -16px}.suppliers-heading{border-bottom:1px solid #e7eae8;justify-content:space-between;align-items:center;gap:24px;padding:0 8px 16px;display:flex}.suppliers-heading h1{margin:0;font-size:24px}.suppliers-toolbar{align-items:flex-start;gap:10px;padding:10px 8px 16px;display:flex}.supplier-filter{z-index:5;flex:none;width:230px;position:relative}.supplier-filter__trigger{width:100%;height:var(--supplier-control-height);align-items:center;gap:var(--supplier-icon-gap);padding:0 var(--supplier-space-2);border-radius:var(--supplier-control-radius);color:#4b524e;font:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #dfe4e1;font-size:13px;display:flex}.supplier-filter__trigger span{color:#6f7672;font-size:18px}.supplier-filter__trigger b{color:#a7ada9;place-items:center;width:18px;height:18px;margin-left:auto;display:grid}.supplier-filter__menu{background:#fff;border-radius:5px;width:320px;padding:10px 0;position:absolute;top:calc(100% + 8px);left:0;overflow:visible;box-shadow:0 6px 20px #1f2a2326}.supplier-filter__menu button{align-items:center;gap:var(--supplier-icon-gap);color:#333a36;width:100%;font:inherit;text-align:left;cursor:pointer;background:#fff;border:0;padding:13px 20px;font-size:14px;display:flex}.supplier-filter__menu button>svg,.supplier-filter__category-menu button>svg,.supplier-actions__menu button>svg{width:var(--supplier-icon-size);height:var(--supplier-icon-size);flex:0 0 var(--supplier-icon-size)}.supplier-filter__menu button:hover{background:#f6f7f6}.supplier-filter__menu button span{color:#858c88;font-size:20px}.supplier-filter__menu button small{color:#adb3af;margin-left:auto;font-size:13px}.supplier-filter__category{position:relative}.supplier-filter__category-menu{z-index:6;background:#fff;border-radius:12px;width:330px;padding:14px 0;position:absolute;top:-12px;left:100%;overflow:hidden;box-shadow:0 10px 28px #1f2a232e}.supplier-filter__category-menu:before{content:"";background:#fff;width:18px;height:18px;position:absolute;top:30px;left:-9px;transform:rotate(45deg)}.supplier-filter__category-menu button{z-index:1;gap:var(--supplier-icon-gap);padding:15px 26px;font-size:15px;position:relative}.suppliers-toolbar__actions{gap:10px;margin-left:auto;display:flex}.suppliers-toolbar__actions button{height:var(--supplier-control-height);align-items:center;gap:var(--supplier-icon-gap);border-radius:var(--supplier-control-radius);color:#555c58;font:inherit;cursor:pointer;background:#f0f1f0;border:0;padding:0 15px;font-size:13px;display:flex}.suppliers-search{width:min(420px,100%);height:var(--supplier-control-height);box-sizing:border-box;align-items:center;gap:var(--supplier-icon-gap);padding:0 var(--supplier-space-2);border-radius:var(--supplier-control-radius);background:#fff;border:1px solid #dfe4e1;margin:0;display:flex}.suppliers-search>svg{width:var(--supplier-icon-size);height:var(--supplier-icon-size);flex:0 0 var(--supplier-icon-size);color:#8b928e}.suppliers-search input{width:100%;min-width:0;height:40px;box-shadow:none;font:inherit;border:0;border-radius:0;outline:0;margin:0;padding:0}.suppliers-table-wrap{background:#fff;border:1px solid #e5e8e6;border-radius:6px 6px 0 0;height:690px;margin:0 8px;overflow:auto}.suppliers-table{table-layout:fixed;border-collapse:collapse;width:100%;font-size:13px}.suppliers-table th{z-index:4;color:#4e5551;text-align:left;background:#fafbfa;padding:12px 14px;font-size:11px;position:sticky;top:0;box-shadow:0 1px #e5e8e6}.suppliers-table th:first-child{width:50px}.suppliers-table th:nth-child(2){width:29%}.suppliers-table th:nth-child(3){width:25%}.suppliers-table th:nth-child(4){width:16%}.suppliers-table th:nth-child(6){width:56px}.suppliers-table tbody tr{height:65px}.suppliers-table td{color:#3d4440;vertical-align:middle;border-top:1px solid #edf0ee;padding:12px 14px;position:relative}.suppliers-pagination{box-sizing:border-box;color:#717874;background:#fff;border:1px solid #e5e8e6;border-top:0;border-radius:0 0 6px 6px;align-items:center;gap:18px;min-height:58px;margin:0 8px;padding:10px 14px;font-size:12px;display:flex}.suppliers-pagination label{align-items:center;gap:8px;display:flex}.suppliers-pagination select{color:#424945;height:34px;font:inherit;cursor:pointer;background:#fff;border:1px solid #dfe3e0;border-radius:6px;padding:0 28px 0 10px}.suppliers-pagination>span{white-space:nowrap}.suppliers-pagination nav{align-items:center;gap:5px;margin-left:auto;display:flex}.suppliers-pagination nav button{color:#555d58;min-width:34px;height:34px;font:inherit;cursor:pointer;background:#fff;border:1px solid #dfe3e0;border-radius:6px;place-items:center;padding:0 8px;display:grid}.suppliers-pagination nav button.active{color:#d84f35;background:#fff2ef;border-color:#ff8a73}.suppliers-pagination nav button:disabled{opacity:.42;cursor:default}.suppliers-pagination nav i{text-align:center;min-width:24px;font-style:normal}.supplier-development-notice{z-index:1000;color:#fff;background:#343a36;border-radius:8px;padding:12px 18px;font-size:13px;position:fixed;bottom:28px;right:28px;box-shadow:0 10px 30px #191e1b3d}.supplier-check{box-sizing:border-box;width:50px;vertical-align:middle!important;text-align:center!important;padding-left:12px!important;padding-right:12px!important}.supplier-check input{accent-color:#5b9aee;width:16px;height:16px;margin:0 auto;display:block}.supplier-company{align-items:center;gap:var(--supplier-icon-gap);min-width:0;display:flex}.supplier-status{color:#6acd38;cursor:help;outline:none;flex:0 0 20px;width:20px;height:20px;position:relative}.supplier-status>svg{width:20px;height:20px;display:block}.supplier-status__tooltip{z-index:10;color:#fff;background:#434955;border-radius:9px;width:190px;padding:12px 13px;display:none;position:absolute;top:calc(100% + 10px);left:-25px;box-shadow:0 10px 20px #1e242c38}.supplier-status__tooltip:before{content:"";background:#434955;width:18px;height:18px;position:absolute;top:-8px;left:53px;transform:rotate(45deg)}.supplier-status:hover .supplier-status__tooltip,.supplier-status:focus .supplier-status__tooltip{display:block}.supplier-status__tooltip strong{color:#74dc3d;align-items:center;gap:6px;font-size:14px;display:flex;position:relative}.supplier-status__tooltip strong>svg{flex:0 0 16px;width:16px;height:16px;display:block;transform:translateY(1px)}.supplier-status__tooltip p{color:#fff;margin:9px 0 11px;font-size:11px;font-weight:600;line-height:1.38;position:relative}.supplier-status__tooltip footer{color:#ffffff7a;white-space:nowrap;justify-content:space-between;gap:5px;font-size:8px;font-weight:650;display:flex;position:relative}.supplier-company__avatar{color:#fff;background:#6283dc;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.supplier-company>span:last-child>strong,.suppliers-table td small{display:block}.suppliers-table td small{color:#8d9490;margin-top:3px;font-size:11px}.supplier-email{color:#747b77;vertical-align:-4px;width:20px;margin-right:12px;display:inline-flex}.supplier-actions{text-align:right;width:42px}.supplier-actions>button{color:#6f7672;cursor:pointer;background:0 0;border:0;border-radius:4px;place-items:center;width:30px;height:30px;padding:0;line-height:1;display:inline-grid}.supplier-actions>button:hover{background:#f1f3f2}.supplier-actions__menu{z-index:3;text-align:left;background:#fff;border-radius:7px;width:205px;padding:8px 0;position:absolute;top:52px;right:12px;box-shadow:0 7px 23px #18251d29}.supplier-actions__menu button{align-items:center;gap:var(--supplier-icon-gap);color:#4f5652;width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:11px 18px;font-size:13px;display:flex}.supplier-actions__menu button:hover{background:#f5f6f5}.supplier-modal{background:#fff;border-radius:13px;width:min(760px,100vw - 32px);max-height:calc(100vh - 48px);padding:32px 42px;position:relative;overflow-y:auto;box-shadow:0 18px 80px #00000047}.supplier-modal h2{margin:0 0 22px;font-size:21px}.supplier-modal form{grid-template-columns:190px 1fr;align-items:start;gap:12px 18px;display:grid}.supplier-modal label{color:#353b37;padding-top:11px;font-size:14px}.supplier-modal label b{color:#eb735b}.supplier-modal input,.supplier-modal select,.supplier-modal textarea{box-sizing:border-box;width:100%;font:inherit;background:#fff;border:1px solid #d9ddda;border-radius:5px;padding:10px 12px;font-size:14px}.supplier-modal textarea{resize:vertical;min-height:126px}.supplier-modal .wizard-error{grid-column:2;margin:0}.supplier-category-picker{position:relative}.supplier-category-picker__trigger{color:#353b37;width:100%;min-height:43px;font:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #d9ddda;border-radius:5px;justify-content:space-between;align-items:center;padding:10px 12px;font-size:14px;display:flex}.supplier-category-picker__trigger span{color:#a0a6a2;font-size:18px}.supplier-category-picker__menu{z-index:4;background:#fff;border:1px solid #e3e5e3;border-radius:5px;padding:6px;position:absolute;top:calc(100% + 2px);left:0;right:0;box-shadow:0 8px 22px #16201a24}.supplier-category-picker__menu>button{color:#3f4642;width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:10px 12px}.supplier-category-picker__menu>button:hover{background:#f5f6f5}.supplier-category-picker__add{justify-content:center;align-items:center;gap:7px;margin-top:4px;display:flex;color:#eb7d66!important;text-align:center!important;border:1px dashed #f3a697!important}.supplier-category-picker__new{gap:7px;padding:6px;display:flex}.supplier-category-picker__new input{height:38px;margin:0;padding:0 10px}.supplier-category-picker__new button{color:#6d746f;cursor:pointer;background:#eff1ef;border:0;border-radius:4px;place-items:center;width:40px;padding:0;display:grid}.supplier-category-picker__new button:last-child{color:#fff;background:#ffaf9f}.supplier-modal-actions{grid-column:2;justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.supplier-modal-actions button{color:#fff;min-width:150px;height:43px;font:inherit;cursor:pointer;background:#955be8;border:0;border-radius:6px}.supplier-modal-actions button.secondary{color:#575e5a;background:#eff0ef}.rename-category-modal{background:#fff;border-radius:14px;width:min(660px,100vw - 32px);padding:42px 60px 58px;box-shadow:0 18px 80px #00000047}.rename-category-modal h2{color:#262c28;margin:0 0 22px;font-size:25px}.rename-category-modal form{display:block}.rename-category-modal label{color:#303632;margin-bottom:10px;font-size:14px;font-weight:750;display:block}.rename-category-modal input{box-sizing:border-box;width:100%;height:54px;font:inherit;border:1px solid #d9ddda;border-radius:5px;margin:0;padding:0 14px;font-size:16px}.rename-category-modal form>div:last-child{justify-content:flex-end;gap:12px;margin-top:36px;display:flex}.rename-category-modal form>div:last-child button{color:#fff;min-width:178px;height:55px;font:inherit;cursor:pointer;background:#ff684b;border:0;border-radius:6px;font-size:15px}.rename-category-modal form>div:last-child button.secondary{color:#565d59;background:#eff0ef}.delete-category-modal{width:min(560px,100vw - 32px)}.delete-category-modal p{color:#626965;margin:0;font-size:15px;line-height:1.5}.delete-category-modal>div:last-child{justify-content:flex-end;gap:12px;margin-top:36px;display:flex}.delete-category-modal>div:last-child button{color:#fff;min-width:150px;height:55px;font:inherit;cursor:pointer;background:#ff684b;border:0;border-radius:6px;font-size:15px}.delete-category-modal>div:last-child button.secondary{color:#565d59;background:#eff0ef}.directory-file-name{color:#646b67;margin:-2px 0 10px;font-size:12px}.wizard-progress{align-items:center;gap:16px;width:min(100% - 40px,590px);display:flex;position:absolute;bottom:22px;left:50%;transform:translate(-50%)}.wizard-progress button{color:#ff684b;cursor:pointer;background:#fff;border:2px solid #ff684b;border-radius:6px;flex:none;height:35px;padding:0 14px;font-size:11px;font-weight:750}.wizard-progress div{align-items:center;width:100%;display:flex}.wizard-progress div:before{content:"";background:#dfe3e1;border-radius:2px;height:4px;position:absolute;left:124px;right:0}.wizard-progress span{z-index:1;background:#cfd4d1;border:3px solid #fff;border-radius:50%;width:12px;height:12px;margin-left:auto;box-shadow:0 0 0 1px #e1e5e2}.wizard-progress span.active{background:#ff684b;box-shadow:0 0 0 2px #ff684b}@media (width<=720px){.topbar-spacer{background:#fff}.profile-button{min-width:0}.profile-button>span:last-child{display:none}.profile-dropdown{width:min(310px,100vw - 24px);right:-10px}.workspace{padding-left:66px;padding-right:8px}.sidebar-expanded .workspace{padding-left:66px}.requests-page{padding:16px 10px}.requests-heading{flex-direction:column}.stats-grid{grid-template-columns:1fr 1fr;width:100%}.create-request-button{margin-top:16px}.detail-header{flex-direction:column;align-items:flex-start}.detail-meta{grid-template-columns:1fr;gap:14px}.detail-summary-grid{grid-template-columns:1fr}.request-recipients-heading{flex-direction:column;align-items:flex-start;gap:10px}.suppliers-pagination{flex-wrap:wrap;align-items:flex-start}.suppliers-pagination nav{width:100%;margin-left:0;overflow-x:auto}.request-messages-screen{padding:10px;overflow:auto}.request-messages-dialog{grid-template-columns:1fr;height:auto;min-height:calc(100vh - 20px)}.request-messages-close{top:14px;left:14px}.request-messages-sidebar{border-radius:12px 12px 0 0;min-height:auto;padding:76px 16px 16px}.request-ai-analysis{margin-top:0}.request-messages-main{min-height:520px;margin:0 12px 12px}.request-messages-main>header{flex-direction:column;align-items:flex-start;padding:14px}.request-message-filters{width:100%;overflow-x:auto}.request-message-sort{margin-left:0}.request-message-list article{grid-template-columns:8px 60px 32px minmax(0,1fr) 68px;gap:9px;height:auto;min-height:88px;padding:12px}.request-message-sender{grid-column:4}.request-message-invoice-slot{grid-area:2/3}.request-message-region{grid-column:4/6;font-size:11px}.request-message-preview{grid-column:4/6}.request-message-list time{grid-area:1/5}.request-supplier-chat-layer{overflow:auto}.request-supplier-chat-drawer{min-width:808px;min-height:680px;inset:10px 10px 10px 32px}.request-supplier-chat{grid-template-columns:minmax(0,1fr) 250px;min-width:760px;min-height:680px}.request-supplier-chat__conversation{padding-left:30px;padding-right:30px}.request-attachment-viewer{padding:10px}.request-attachment-viewer>section{border-radius:10px;width:100%;height:100%}.request-attachment-viewer header{padding-left:14px;padding-right:10px}.request-attachment-viewer header button{padding:0 9px}.request-attachment-viewer main{padding:8px}.control-heading--actions{flex-direction:column;align-items:flex-start}.directory-layout{grid-template-columns:1fr}.directory-list{border-bottom:1px solid #e8ece9;border-right:0}.directory-values{padding:16px}.directory-values__heading{flex-direction:column;align-items:flex-start}.request-wizard{inset:8px}.wizard-close{top:14px;left:14px}.wizard-chat{gap:10px;width:calc(100% - 20px);max-height:calc(100% - 115px);padding:12px 0}.wizard-copy{padding:20px 16px}.wizard-product-table .product-col-number{width:30px}.wizard-product-table .product-col-quantity{width:76px}.wizard-product-table .product-col-unit{width:56px}.wizard-product-table .product-col-delete{width:34px}.wizard-product-table th,.wizard-product-table td{padding-left:3px;padding-right:3px}.wizard-product-table input{padding-left:6px;padding-right:6px}.delivery-summary-row{grid-template-columns:28px minmax(0,1fr) 52px 42px;padding:0 6px;font-size:11px}.delivery-methods,.legal-entity-actions{grid-template-columns:1fr}.wizard-chat--manual-composer{max-height:calc(100% - 175px);bottom:130px}.manual-recipient-composer{width:calc(100% - 32px);bottom:62px;left:50%}.wizard-progress{bottom:15px}}@media (height<=820px) and (width>=721px){.wizard-chat{gap:9px;max-height:calc(100% - 86px);padding:8px 10px;bottom:54px}.wizard-copy{padding:16px 20px}.wizard-copy h2{margin-bottom:10px;font-size:17px}.wizard-copy p{margin-bottom:8px;line-height:1.45}.wizard-copy ol{margin-bottom:9px;line-height:1.5}.wizard-user-message{padding:9px 13px}.wizard-review{padding:17px 20px}.wizard-review h2{margin-bottom:13px}.wizard-product-table{border-spacing:0 5px}.wizard-product-table th{height:18px}.wizard-product-table td{padding-top:5px;padding-bottom:5px}.wizard-product-table .product-cell,.wizard-product-table input{height:34px}.wizard-review .wizard-counter{margin-top:6px;margin-bottom:0}.wizard-add-product{min-height:36px;margin:7px 0 10px}.wizard-actions button{min-height:38px}.wizard-chat--manual-composer{max-height:calc(100% - 148px);bottom:120px}.manual-recipient-composer{bottom:52px}.wizard-progress{bottom:12px}}
