:root{--navy:#10141d;--navy-2:#202736;--emerald:#2864e8;--mist:#f5f6f8;--line:#e2e4e9;--muted:#626a76;--muted-2:#7a818c;--page-bg:#fbfbfc;--page-muted:#f1f3f6;--surface:#fff;--surface-glass:rgba(251,251,252,.9);--surface-soft:#f3f4f6;--text:#10141d;--success-bg:#eaf0ff;--success-text:#2458c6;color-scheme:light}html[data-theme=dark]{--line:#292e38;--muted:#969eac;--muted-2:#7e8796;--page-bg:#090b0f;--page-muted:#0e1117;--surface:#12161d;--surface-glass:rgba(9,11,15,.9);--surface-soft:#191e27;--text:#f2f4f7;--success-bg:#172749;--success-text:#8babff;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;color:var(--text);background:var(--page-bg);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;transition:background-color .2s ease,color .2s ease}html[dir=rtl] body{font-family:Noto Sans Arabic,Geeza Pro,Tahoma,Arial,sans-serif;letter-spacing:0}html[dir=rtl] :where(h1,h2,h3,h4,h5,h6,.eyebrow,button,a){letter-spacing:0!important}.route-transition{min-height:100vh;animation:route-enter .34s cubic-bezier(.22,.75,.28,1) both}.motion-reveal{opacity:0;transform:translateY(22px);transition:opacity .55s cubic-bezier(.22,.75,.28,1) var(--motion-delay,0s),transform .55s cubic-bezier(.22,.75,.28,1) var(--motion-delay,0s)}.motion-reveal.motion-visible{opacity:1;transform:none}@keyframes route-enter{0%{opacity:.25;transform:translateY(7px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.route-transition{animation:none}.motion-reveal,.motion-reveal.motion-visible{opacity:1;transform:none;transition:none}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}main{min-width:0;overflow-x:clip}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(1240px,calc(100% - 64px));margin-inline:auto}.eyebrow{color:var(--emerald);font-size:11px;font-weight:750;letter-spacing:.16em;text-transform:uppercase}.card{border:1px solid var(--line);background:var(--surface);border-radius:4px;box-shadow:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;border-radius:3px;padding:0 20px;border:1px solid transparent;font-size:13px;font-weight:700;transition:.18s ease}.btn:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(8,122,91,.22);outline-offset:2px}.btn-primary{background:#2864e8;color:#fff}.btn-primary:hover{background:#1f53c8;transform:translateY(-1px)}.btn-secondary{border-color:var(--line);background:var(--surface);color:var(--text)}.public-header{height:78px;position:sticky;top:0;z-index:30;border-bottom:1px solid var(--line);background:var(--surface-glass);backdrop-filter:blur(18px)}.nav-inner{height:100%;justify-content:space-between;gap:20px}.desktop-nav,.nav-inner{display:flex;align-items:center}.desktop-nav{gap:30px;font-size:12px;font-weight:650;white-space:nowrap}.desktop-nav a:focus-visible,.desktop-nav a:hover{color:var(--success-text)}.nav-actions{display:flex;align-items:center;gap:10px}.account-actions{min-width:300px;justify-content:flex-end;gap:10px}.company-link{max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-menu{display:none;padding:8px}.mobile-panel{position:absolute;left:0;right:0;top:74px;padding:20px;display:grid;gap:20px;border-bottom:1px solid var(--line);box-shadow:0 12px 22px #0b1f3a18}.input,.mobile-panel{background:var(--surface)}.input{width:100%;min-height:44px;border:1px solid var(--line);border-radius:10px;padding:10px 12px;color:var(--text)}.label{display:block;font-size:13px;margin-bottom:7px}.label,.status{font-weight:700}.status{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:5px 9px;font-size:12px;white-space:nowrap}.status-green{color:#2458c6;background:#eaf0ff}.status-amber{color:#945c0c;background:#fff5d7}.status-red{color:#a53636;background:#ffeded}.status-blue{color:#315d91;background:#edf4ff}.section{padding:90px 0}.section h2{margin:10px 0 14px;font-size:clamp(30px,4vw,46px);letter-spacing:-.04em}.muted{color:var(--muted);line-height:1.7}.public-verification{min-height:720px;padding:90px 20px;background:radial-gradient(circle at 50% 0,#eaf0ff 0,transparent 38%),#f4f7f9;display:grid;place-items:center}.verification-card{width:min(680px,100%);background:white;border:1px solid #dbe5e9;border-radius:26px;padding:42px;text-align:center;box-shadow:0 24px 70px rgba(11,31,58,.1)}.badge-seal{width:82px;height:82px;margin:-82px auto 24px;border-radius:50%;display:grid;place-items:center;border:7px solid #f4f7f9}.badge-seal svg{width:40px;height:40px}.badge-seal.verified{background:#2864e8;color:white}.badge-seal.pending{background:#607083;color:white}.verification-card h1{font-size:clamp(32px,6vw,50px);letter-spacing:-.045em;margin:12px 0 7px}.verification-card .legal-name{color:#607083;font-size:13px}.public-badge{margin:26px auto;max-width:430px;border-radius:16px;padding:14px 18px;display:flex;align-items:center;justify-content:center;gap:11px;text-align:left}.public-badge.verified{background:#eaf0ff;color:#2458c6;border:1px solid #a9d9c8}.public-badge.pending{background:#eef2f4;color:#536576;border:1px solid #d6e0e5}.public-badge svg{width:26px;height:26px;flex:0 0 auto}.public-badge b,.public-badge small{display:block}.public-badge b{font-size:15px}.public-badge small{font-size:10px;margin-top:4px;line-height:1.4}.verification-card dl{display:grid;grid-template-columns:1fr 1fr;text-align:left;border:1px solid #e1e8eb;border-radius:15px;overflow:hidden;margin:25px 0}.verification-card dl>div{padding:16px;border-bottom:1px solid #e7edef}.verification-card dl>div:nth-child(odd){border-right:1px solid #e7edef}.verification-card dl>div:nth-last-child(-n+2){border-bottom:0}.verification-card dt{display:flex;align-items:center;gap:6px;color:#718092;font-size:9px;text-transform:uppercase;font-weight:800;letter-spacing:.06em}.verification-card dt svg{width:14px}.verification-card dd{margin:7px 0 0;font-size:12px;font-weight:750}.verification-note{display:flex;gap:10px;text-align:left;background:#fff8e5;color:#6d561e;padding:13px;border-radius:10px;margin-bottom:22px}.verification-note svg{width:18px;flex:0 0 auto}.verification-note p{font-size:10px;line-height:1.55;margin:0}.shared-profile-page{min-height:720px;padding:80px 20px;background:#f4f7f9;display:grid;place-items:center}.shared-profile-card{width:min(660px,100%);background:white;border:1px solid #dbe5e9;border-radius:24px;padding:38px;box-shadow:0 22px 65px rgba(11,31,58,.09);text-align:center}.shared-icon{width:64px;height:64px;display:grid;place-items:center;border-radius:17px;margin:0 auto 18px;background:#0b1f3a;color:white}.shared-profile-card h1{font-size:clamp(30px,5vw,44px);margin:10px 0 5px;letter-spacing:-.04em}.shared-legal{color:#607083;font-size:12px}.shared-verified{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:99px;background:#eaf0ff;color:#2458c6;font-size:11px;margin:12px 0}.shared-verified svg{width:17px}.shared-id{color:#718092;font-size:9px;margin:10px 0 24px;text-transform:uppercase;letter-spacing:.06em}.shared-id b{color:#0b1f3a;margin-left:6px}.shared-profile-card dl{text-align:left;border:1px solid #e1e8eb;border-radius:14px;overflow:hidden}.shared-profile-card dl>div{display:grid;grid-template-columns:150px 1fr;padding:14px;border-top:1px solid #e7edef}.shared-profile-card dl>div:first-child{border-top:0}.shared-profile-card dt{color:#718092;font-size:10px}.shared-profile-card dd{margin:0;font-size:12px;font-weight:750;overflow-wrap:anywhere}.shared-expiry,.shared-notice{display:flex;text-align:left;gap:9px;padding:12px;border-radius:9px;margin-top:14px;font-size:10px;line-height:1.5}.shared-expiry{background:#eaf3f8;color:#315d78}.shared-notice{background:#fff4d5;color:#785812}.shared-expiry svg,.shared-notice svg{width:17px;flex:0 0 auto}.shared-notice p{margin:0}.shared-documents{margin-top:16px;padding:16px;border:1px solid #e1e8eb;border-radius:14px;text-align:left}.shared-documents h2{display:flex;align-items:center;gap:8px;margin:0 0 10px;font-size:14px}.shared-documents h2 svg{width:18px;color:#2864e8}.shared-documents>div{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 0;border-top:1px solid #e7edef}.shared-documents>div:first-of-type{border-top:0}.shared-documents span b,.shared-documents span small{display:block}.shared-documents span b{font-size:12px}.shared-documents span small{margin-top:4px;color:#718092;font-size:9px;text-transform:capitalize}.shared-documents .btn{min-height:34px;padding:0 11px;font-size:10px;flex:0 0 auto}.public-suppliers-hero{padding:90px 0 65px;text-align:center;background:radial-gradient(circle at 50% 0,#eaf0ff 0,transparent 45%),#f4f7f9;border-bottom:1px solid #dde5ea}.public-suppliers-hero h1{margin:12px 0;font-size:clamp(40px,6vw,64px);letter-spacing:-.05em}.public-suppliers-hero p{max-width:680px;margin:auto;color:#607083;line-height:1.65}.public-page-hero{position:relative;color:#fff;background:linear-gradient(90deg,rgba(5,17,32,.9),rgba(7,25,45,.78) 48%,rgba(4,15,29,.86)),url(/public-pages-hero.webp) center 80%/cover no-repeat!important;border-color:rgba(164,192,215,.22)!important}.public-page-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,12,24,.06),rgba(3,12,24,.3));pointer-events:none}.public-page-hero>.container{position:relative;z-index:1}.public-page-hero-copy>.eyebrow,.public-page-hero>.container>.eyebrow{color:#8babff!important;text-shadow:0 2px 12px rgba(0,0,0,.4)}.public-page-hero-copy>h1,.public-page-hero>.container>h1{color:#f5f8fc;text-shadow:0 3px 22px rgba(0,0,0,.45)}.public-page-hero-copy>p,.public-page-hero>.container>p{color:#d2deea!important;text-shadow:0 2px 12px rgba(0,0,0,.4)}.workspace-guide{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border:1px solid #cfe1e7;border-radius:11px;background:#f3f9fb;color:#315d78;margin-bottom:18px}.workspace-guide>svg{width:20px;flex:0 0 auto}.workspace-guide b,.workspace-guide span{display:block}.workspace-guide b{font-size:12px}.workspace-guide span{font-size:10px;line-height:1.55;margin-top:3px}.public-suppliers-section{padding:55px 0 90px;background:#fff}.public-suppliers-note{max-width:760px;margin:0 auto 30px;display:flex;align-items:flex-start;gap:10px;padding:13px 15px;border-radius:10px;background:#eef6f3;color:#315d50}.public-suppliers-note svg{width:18px;flex:0 0 auto}.public-suppliers-note p{margin:0;font-size:11px;line-height:1.55}.public-supplier-list{width:min(820px,100%);margin:auto;padding:0;list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:11px}.public-supplier-list li{min-height:62px;display:flex;align-items:center;gap:12px;padding:15px 17px;border:1px solid #dde5ea;border-radius:12px;background:#fff;box-shadow:0 5px 18px rgba(11,31,58,.04);font-size:14px;font-weight:750}.public-supplier-list li svg{width:19px;color:#2864e8;flex:0 0 auto}.public-suppliers-empty{width:min(650px,100%);margin:auto;padding:60px 25px;border:1px solid #dde5ea;border-radius:18px;text-align:center;color:#607083}.public-suppliers-empty>svg{color:#2864e8}.public-suppliers-empty h2{color:#0b1f3a}.theme-toggle{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 11px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--text);font-size:11px;font-weight:800;line-height:1;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}.theme-toggle:hover{border-color:#2864e8;transform:translateY(-1px)}.theme-toggle:focus-visible{outline:3px solid rgba(8,122,91,.22);outline-offset:2px}.theme-toggle>svg{width:15px;height:15px;color:var(--muted)}.theme-toggle-track{position:relative;width:34px;height:19px;flex:0 0 34px;border-radius:999px;background:#c8d3dc;box-shadow:inset 0 0 0 1px rgba(11,31,58,.08);transition:background-color .18s ease}.theme-toggle-thumb{position:absolute;width:15px;height:15px;left:2px;top:2px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(11,31,58,.3);transition:transform .2s ease}.theme-toggle[aria-checked=true] .theme-toggle-track{background:#2864e8}.theme-toggle[aria-checked=true] .theme-toggle-thumb{transform:translateX(15px)}.theme-toggle[aria-checked=true]>svg{color:var(--success-text)}html[data-theme=dark] .btn-primary{background:#2458c6}html[data-theme=dark] .btn-primary:hover{background:#316ce3}html[data-theme=dark] :where(input,select,textarea){background-color:var(--surface);color:var(--text);border-color:var(--line)}html[data-theme=dark] :where(input,textarea)::placeholder{color:#7f91a5}html[data-theme=dark] :where(.verification-card,.shared-profile-card,.public-supplier-list li,.public-suppliers-section){background:var(--surface);border-color:var(--line)}html[data-theme=dark] :where(.public-verification,.shared-profile-page,.public-suppliers-hero){background:radial-gradient(circle at 50% 0,#123c34 0,transparent 42%),var(--page-muted);border-color:var(--line)}html[data-theme=dark] :where(.verification-card dl,.shared-profile-card dl,.shared-documents,.verification-card dl>div,.shared-profile-card dl>div,.shared-documents>div){border-color:var(--line)}html[data-theme=dark] :where(.shared-id b,.public-suppliers-empty h2){color:var(--text)}html[data-theme=dark] :where(.verification-card .legal-name,.verification-card dt,.shared-legal,.shared-id,.shared-profile-card dt,.shared-documents span small,.public-suppliers-hero p,.public-suppliers-empty){color:var(--muted)}html[data-theme=dark] .badge-seal{border-color:var(--page-muted)}html[data-theme=dark] :where(.policy-form,.policy-list,.verification-scroll,.admin-document-scroll,.subscription-panel,.directory-tools,.company-card.hidden-supplier,.quick a,.nudge-card.unread,.nudge-id-input,.nudge-tabs button,.icon-button,.website-chat-panel,.website-chat-message:not(.user)>div,.website-chat-prompts button,.sources a,.suggestions button,.message:not(.user)>div,.xindexhub-id-input,.document-selector label,.queue-table th,.sharing-table th,.mini-stats>div,.billing-note,.grant-note,.row-actions,.review,.review section,.recipient-confirm,.document-selector,.share-review,.wizard fieldset){background:var(--surface-soft)!important;border-color:var(--line)!important;color:var(--text)!important}html[data-theme=dark] :where(.website-chat-messages,.messages,.plans-section,.pricing,.steps,.partnership-section,.checkout-page,.onboarding){background-color:var(--page-muted)!important}html[data-theme=dark] .subscribe-value{background:linear-gradient(180deg,#10261f 0,var(--page-muted) 100%)!important;border-color:var(--line)!important}html[data-theme=dark] :where(.price-card,.payment-trust,.preview,.cta,.website-chat-panel,.wizard,.document-modal>form,.nudge-modal form,.supplier-nudge-modal form,.review-modal,.provider-card,.order,.subscription-grid article){background:var(--surface)!important;border-color:var(--line)!important;color:var(--text)!important}html[data-theme=dark] :where(.table-card th,.queue-table th,.sharing-table th,.admin-document-table th,.admin-table th){background:var(--surface-soft)!important;color:var(--muted)!important}html[data-theme=dark] :where(table td,.info>div,.checklist-items a,.billing-panel dl>div,.provider-head,.summary-row,.total,.actions,.wizard footer,.chat-top,.website-chat-composer,.wizard-progress span){border-color:var(--line)!important}html[data-theme=dark] :where(.page-head p,.ai-head p,.intro,.plan-name small,.price-card>p,.price>small,.price>span,.pricing-faq details p,.provider-head small,.order>p,.order>small,.total small,.security-copy,.stat small,.checklist-items small,.info dt,td small,.queue-empty,.document-empty p,.nudge-empty,.loading,.empty-directory,.billing-panel dt,.billing-loading,.directory-result-count,.company-copy p,.company-copy small,.rating span,.wizard-body>p,.document-selector label small,.document-selector p,.chat-top small,.message small,.disclaimer,.website-chat-note,.subscribe-intro p,.subscription-grid p){color:var(--muted)!important}html[data-theme=dark] .subscription-grid article>span{background:var(--success-bg);color:var(--success-text)}html[data-theme=dark] :where(.progress,.checklist-progress,.bar){background:#26384b!important}html[data-theme=dark] .wizard-progress .active{color:var(--text)!important}html[data-theme=dark] .wizard-progress .active span{background:#2864e8!important;border-color:#3f76ef!important;color:#fff!important}html[data-theme=dark] .wizard-progress .done span{background:#123a31!important;border-color:#207761!important;color:#8ee0c7!important}html[data-theme=dark] .recipient-confirm h3{color:var(--text)!important}html[data-theme=dark] .recipient-confirm :where(small,span){color:var(--muted)!important}html[data-theme=dark] .sharing-warning{background:#173047!important;color:#b9d8ef!important}.verification-tier-badge{gap:7px;padding:8px 13px;border:1px solid;border-radius:999px;font-size:12px;box-shadow:0 0 0 2px color-mix(in srgb,currentColor 12%,transparent)}.verification-tier-badge,.verified-home-business-badge{display:inline-flex;align-items:center;width:max-content;line-height:1}.verified-home-business-badge{justify-content:center;gap:10px;padding:8px 12px 8px 9px;border:1px solid #23a873;border-radius:8px;background:#071a2e;color:#fff!important;box-shadow:0 6px 18px rgba(4,23,39,.16)}.verified-home-business-badge>i{width:1px;height:31px;background:#23a873;opacity:.65}.verified-home-shield{position:relative;display:grid;place-items:center;width:35px;height:38px;color:#24ae78}.verified-home-shield>svg:first-child{position:absolute;inset:0;width:35px;height:38px;fill:#16875f;stroke:#32c18c}.verified-home-shield>svg:nth-child(2){position:relative;width:17px;height:17px;color:#fff;stroke-width:2}.verified-home-shield>svg:last-child{position:absolute;right:2px;bottom:4px;width:12px;height:12px;padding:1px;border-radius:50%;background:#071a2e;color:#fff;stroke-width:3}.verified-home-copy{display:grid;gap:5px;text-align:left}.verified-home-business-badge strong{color:#fff;font-size:10px;letter-spacing:.01em}.verified-home-business-badge small{margin:0!important;color:#4cd29d!important;font-size:7px!important;font-weight:800;letter-spacing:.1em!important;text-transform:uppercase}.verified-home-business-badge.compact{gap:7px;padding:6px 9px 6px 7px;border-radius:6px}.verified-home-business-badge.compact>i{height:25px}.verified-home-business-badge.compact .verified-home-shield,.verified-home-business-badge.compact .verified-home-shield>svg:first-child{width:28px;height:30px}.verified-home-business-badge.compact .verified-home-shield>svg:nth-child(2){width:13px;height:13px}.verified-home-business-badge.compact .verified-home-shield>svg:last-child{width:10px;height:10px;right:1px;bottom:2px}.verified-home-business-badge.compact strong{font-size:9px}.verified-home-business-badge.compact small{font-size:6px!important}.storefront-hero .verified-home-business-badge{margin:0 auto 16px}html[data-theme=dark] .verified-home-business-badge{border-color:#2cb77f;background:#071522;box-shadow:0 6px 18px rgba(0,0,0,.28)}.verification-tier-badge svg{width:18px;height:18px}.verification-tier-badge.verified{border-color:#4f7fe8;background:#eaf0ff;color:#2458c6}.verification-tier-badge.verified-plus{border-color:#d6a62f;background:#fff5cf;color:#946800;box-shadow:0 0 0 2px #e7b63826,0 0 16px #e7b63838}.verification-tier-badge.compact{gap:5px;padding:5px 8px;font-size:9px}.verification-tier-badge.compact svg{width:14px;height:14px}html[data-theme=dark] .verification-tier-badge.verified{border-color:#668ee7;background:#172749;color:#8ee4b5}html[data-theme=dark] .verification-tier-badge.verified-plus{border-color:#e7b638;background:#3a3015;color:#ffd86f}html[data-theme=dark] :where(.user>span,.company-avatar.big,.avatar,.upgrade-lock){background:var(--surface-soft)!important;color:var(--text)!important}html[data-theme=dark] :where(.public-badge.pending,.subscription-status,.hidden-label,.pending-label){background:#223247;color:#b9c8d7;border-color:#3a4d63}html[data-theme=dark] :where(.admin-document-status,.ai-not-run){background:#223247!important;color:#c8d6e4!important;border:1px solid #3a4d63}html[data-theme=dark] .ai-check{background:#132337!important;color:var(--text)!important}html[data-theme=dark] :where(.status-green,.public-badge.verified,.shared-verified,.verified-label,.partnership-badge,.subscription-status.active,.subscription-status.trialing,.subscription-status.complimentary){background:var(--success-bg);color:var(--success-text);border-color:#395a9f}html[data-theme=dark] :where(.status-amber,.freshness-note,.freshness-warning,.under-review-note,.privacy,.shared-notice){background:#3a301b!important;color:#f0cd75!important;border-color:#655329!important}html[data-theme=dark] :where(.status-red,.document-error,.queue-error,.billing-error,.form-message.error,.directory-message.error,.settings-message.error,.sharing-message.error,.nudge-message.error){background:#3c2024!important;color:#ffadb5!important;border-color:#6c353d!important}html[data-theme=dark] :where(.workspace-guide,.feature-guide,.sharing-warning,.shared-expiry,.nudge-note,.supplier-nudge-note,.detail-expiry){background:#172d3c!important;color:#a8d3e8!important;border-color:#294b5e!important}html[data-theme=dark] .hero{background:linear-gradient(90deg,rgba(8,17,31,.97) 0,rgba(8,17,31,.92) 44%,rgba(8,17,31,.72) 100%),linear-gradient(180deg,transparent 70%,var(--page-bg) 100%),url(/dubai-business-skyline.webp) 50%/cover no-repeat!important}html[data-theme=dark] .hero:after{background:linear-gradient(180deg,transparent,var(--page-bg))!important}html[data-theme=dark] :where(.hero p,.trust-row,.proof,.preview-bar small,.preview-head small,.mini-stats span,.mini-stats small,.preview-list small){color:var(--muted)!important}html[data-theme=dark] [style*="background: rgb(244, 247, 249)"],html[data-theme=dark] [style*="background:#f4f7f9"]{background:var(--page-muted)!important}html[data-theme=dark] [style*="border-bottom: 1px solid rgb(221, 229, 234)"],html[data-theme=dark] [style*="border-bottom:1px solid #dde5ea"]{border-color:var(--line)!important}@media (max-width:760px){.container{width:min(100% - 28px,1180px)}.section{padding:64px 0}.footer-grid{grid-template-columns:1fr!important}.public-page-hero{background:linear-gradient(90deg,rgba(4,15,29,.88),rgba(5,20,37,.78)),url(/public-pages-hero.webp) 28%/cover no-repeat!important}}@media (max-width:1180px){.public-header .desktop-nav{display:none}.public-header .mobile-menu{display:inline-flex}.public-header .nav-actions{margin-left:auto}.public-header .nav-actions .theme-toggle-label{display:none}}@media (max-width:520px){.public-header .nav-inner{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:6px}.public-header .nav-inner>a{min-width:0;gap:5px!important;font-size:15px!important;letter-spacing:.06em!important}.public-header .nav-inner>a>span:first-child{width:32px!important;height:32px!important;flex-basis:32px!important}.public-header .nav-actions{margin:0}.public-header .theme-toggle{padding-inline:7px}.public-header .mobile-menu{width:42px;min-width:42px;padding:7px}.verification-card{padding:32px 20px}.verification-card dl{grid-template-columns:1fr}.verification-card dl>div,.verification-card dl>div:nth-child(odd),.verification-card dl>div:nth-last-child(-n+2){border-right:0;border-bottom:1px solid #e7edef}.verification-card dl>div:last-child{border-bottom:0}.shared-profile-card{padding:28px 18px}.shared-profile-card dl>div{grid-template-columns:1fr;gap:5px}.public-supplier-list{grid-template-columns:1fr}}html[dir=rtl] body{direction:rtl;text-align:right}html[data-i18n-ready=false] body{opacity:1}html body{transition:opacity .14s ease}.website-chatbot{position:fixed!important;top:auto!important;right:max(22px,env(safe-area-inset-right))!important;bottom:max(22px,env(safe-area-inset-bottom))!important;left:auto!important;z-index:190!important;transform:none!important;isolation:isolate}.language-toggle{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;padding:6px 9px;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--text);font:inherit;font-size:10px;font-weight:850;cursor:pointer}.language-toggle:hover{border-color:var(--success-text);color:var(--success-text)}html[dir=rtl] .app-layout>aside{left:auto!important;right:0!important}html[dir=rtl] .app-main{margin-left:0!important;margin-right:244px}html[dir=rtl] .app-layout.auto-sidebar .app-main{margin-right:72px}html[dir=rtl] .plan-indicator{left:auto!important;right:26px}html[dir=rtl] .company-switch,html[dir=rtl] .nav-group-toggle{text-align:right}html[dir=rtl] code,html[dir=rtl] input[type=email],html[dir=rtl] input[type=tel],html[dir=rtl] input[type=url]{direction:ltr;text-align:left}html[dir=rtl] .public-profile-detail{text-align:right}html[dir=rtl] :where(.workflow-preview,.journey-grid article,.review-grid article,.split-grid article,.price,.industry-card,.solution-card,.card,.panel,.settings-section,.legal-page article) :where(h1,h2,h3,h4,p,small,li,dt,dd,label){text-align:right}html[dir=rtl] :where(.hero,.public-page-hero,.section-heading,.cta,.how-cta,.verification-card,.profile-access-gate) :where(h1,h2,h3,p){text-align:inherit}html[dir=rtl] :where(.notranslate,[data-no-translate],code,.xindexhub-id){direction:ltr;unicode-bidi:isolate}html[dir=rtl] :where(.public-page-hero,.public-suppliers-hero,.trust-hero,.hero,.section-heading,.page-head,.invoice-title){text-align:right!important}html[dir=rtl] :where(input:not([type=email]):not([type=url]):not([type=tel]),textarea,select){text-align:right}html[dir=rtl] :where(table th,table td){text-align:right}html[dir=rtl] :where(input[type=number],input[inputmode=numeric],input[inputmode=decimal],.price,.amount,.money){direction:ltr;text-align:left;unicode-bidi:isolate}html[dir=rtl] :where(.btn,button,a){font-family:inherit}html[dir=rtl] :where(.page-head,.invoice-title,.billing-month,.billing-table>header,.form-section>header,.auto-business,.plan-actions){flex-direction:row}html[dir=rtl] :where(.language-toggle,.theme-toggle,.btn,.document-list a,.invoice-action-list button,.invoice-action-list a) svg{transform:none}html[dir=rtl] :where(ul,ol){padding-left:0;padding-right:1.25rem}html[dir=rtl] :where(.website-chatbot){right:auto!important;left:max(22px,env(safe-area-inset-left))!important}html[dir=rtl] :where(.invoice-paper){direction:rtl;text-align:right}html[dir=rtl] :where(.invoice-paper .invoice-logo,.invoice-paper header aside,.invoice-paper td:last-child,.invoice-paper th:last-child,.invoice-paper dd){direction:ltr;text-align:left;unicode-bidi:isolate}@media(max-width:520px){.website-chatbot{right:max(12px,env(safe-area-inset-right))!important;bottom:max(12px,env(safe-area-inset-bottom))!important}html[dir=rtl] .website-chatbot{right:auto!important;left:max(12px,env(safe-area-inset-left))!important}}@media(max-width:900px){html[dir=rtl] .app-main{margin-right:0!important}html[dir=rtl] .app-layout>aside{inset:0 0 0 auto!important;left:auto!important;right:0!important;width:min(320px,88vw)!important;max-width:88vw!important;margin:0!important;transform:translate3d(105%,0,0)!important;transform-origin:right center!important}html[dir=rtl] .app-layout>aside.open{transform:translateZ(0)!important}html[dir=rtl] .app-layout>aside .nav-group-items,html[dir=rtl] .app-layout>aside nav{width:100%;min-width:0}html[dir=rtl] .app-layout>aside nav a{grid-template-columns:20px minmax(0,1fr) 15px;text-align:right}html[dir=rtl] .app-layout .scrim{inset:0!important}}:where(h1,h2,h3,h4){text-wrap:balance}:where(p,li,dd){text-wrap:pretty}.section{padding:clamp(82px,8vw,128px) 0}.section h2{font-weight:580;line-height:1.04;letter-spacing:-.05em}.section-heading{max-width:760px;margin:0 auto 58px;text-align:center}.section-heading p{max-width:650px;margin:18px auto 0}.btn-secondary:hover{border-color:#aeb4bf;background:var(--surface-soft)}.input,:where(input,select,textarea){border-radius:3px!important}.public-page-hero,.public-suppliers-hero,.trust-hero{min-height:430px;padding:clamp(100px,10vw,150px) 0!important;display:flex;align-items:center;color:#fff!important;background:#080a0e!important;border:0!important;text-align:left!important}.public-page-hero:before,.public-suppliers-hero:before,.trust-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 35%,rgba(54,103,220,.2),transparent 30%);pointer-events:none}.public-page-hero:after{display:none!important}.public-page-hero>.container,.public-suppliers-hero>.container,.trust-hero>.container{position:relative;z-index:1}.public-page-hero h1,.public-suppliers-hero h1,.trust-hero h1{max-width:900px!important;margin:20px 0!important;color:#fff!important;font-size:clamp(48px,6vw,82px)!important;font-weight:580!important;line-height:.98!important;letter-spacing:-.06em!important;text-shadow:none!important}.public-page-hero p,.public-suppliers-hero p,.trust-hero p{max-width:660px!important;margin:0!important;color:#9da5b3!important;font-size:17px!important;line-height:1.7!important;text-shadow:none!important}.public-page-hero .eyebrow,.public-suppliers-hero .eyebrow,.trust-hero .eyebrow{color:#7ca2ff!important;text-shadow:none!important}:where(.solution-grid,.industry-cards,.insight-grid,.verification-grid,.evidence-grid,.trust-grid,.review-grid,.split-grid,.journey-grid,.plans-grid,.public-business-grid)>.card,:where(.solution-grid,.industry-cards,.insight-grid,.verification-grid,.evidence-grid,.trust-grid,.review-grid,.split-grid,.journey-grid,.plans-grid,.public-business-grid)>article{border-radius:3px!important;box-shadow:none!important}:where(.solution-grid,.industry-cards,.insight-grid,.verification-grid,.evidence-grid,.review-grid,.split-grid,.journey-grid,.public-business-grid){gap:1px!important;background:var(--line);border:1px solid var(--line)}:where(.solution-grid,.industry-cards,.insight-grid,.verification-grid,.evidence-grid,.review-grid,.split-grid,.journey-grid,.public-business-grid)>*{margin:0!important;border:0!important;background:var(--surface)!important}.journey-section,.overview-soft-section,.plans-section,.public-suppliers-section,.review-section{background:var(--page-muted)!important}.insight-note,.overview-control-card,.overview-feature-card,.overview-journey,.overview-list-card,.overview-positioning,.payment-trust,.price,.public-business-card,.workflow-preview{border-radius:3px!important;box-shadow:none!important}.plans-grid{gap:1px!important;padding:1px;background:var(--line);border:0!important}.plans-grid>.price{margin:0!important;border:0!important;background:var(--surface)!important;transform:none!important}.plans-grid>.popular{box-shadow:inset 0 3px #2864e8!important}.term-switch{padding:3px!important;border-radius:3px!important;background:var(--surface-soft)!important}.term-switch button{border-radius:2px!important}.comparison{border-radius:3px!important;box-shadow:none!important}.auth-aside,.cta,.how-cta{background:#0b0e14!important;color:#fff!important}.auth-content{background:var(--page-bg)!important}.auth-content>div,.auth-form,.initial-password-form,.legal-acceptance-panel,.otp-form{border-radius:4px!important;box-shadow:none!important}.auth-content h1,.checkout-shell h1,.onboarding h1{font-weight:580!important;letter-spacing:-.045em!important}.auth-form :where(input,select),.initial-password-form input,.otp-form input{min-height:48px!important}.checkout-shell,.onboarding{background:var(--page-muted)!important}.checkout-grid,.wizard{border-radius:4px!important;box-shadow:none!important}.app-layout :where(.card,.panel,.settings-section,.security-card,.document-panel,.review,.relationship-panel,.contract-panel,.sharing-panel,.team-panel){border-radius:4px!important;box-shadow:none!important}.app-layout main :where(h1){font-weight:580!important;letter-spacing:-.045em!important}.app-layout main :where(h2,h3){letter-spacing:-.025em}.app-layout :where(.page-head,.dashboard-head,.audit-head){margin-bottom:34px!important}.app-layout :where(.stats,.mini-stats,.metric-grid,.dashboard-stats)>*{border-radius:3px!important;box-shadow:none!important}.app-layout :where(table){border-collapse:collapse}.app-layout :where(th){font-size:9px!important;letter-spacing:.12em!important;text-transform:uppercase}.app-layout :where(.modal,.document-modal,.review-modal,.nudge-modal)>form{border-radius:4px!important;box-shadow:0 30px 100px rgba(0,0,0,.24)!important}.billing-note,.feature-guide,.freshness-note,.grant-note,.privacy,.workspace-guide{border-radius:3px!important;box-shadow:none!important}.legal-page article,.profile-access-gate,.secure-document-viewer,.shared-document-viewer,.shared-profile-card,.verification-card{border-radius:4px!important;box-shadow:none!important}.document-viewer-page,.legal-page,.public-verification,.shared-profile-page{background:var(--page-muted)!important}html[data-theme=dark] .public-header{background:rgba(9,11,15,.9)!important}html[data-theme=dark] .public-header :where(a,button){color:var(--text)}html[data-theme=dark] .auth-aside,html[data-theme=dark] .cta,html[data-theme=dark] .home-workflow,html[data-theme=dark] .how-cta,html[data-theme=dark] .public-page-hero,html[data-theme=dark] .public-suppliers-hero,html[data-theme=dark] .trust-hero{background:#05070a!important}html[data-theme=dark] .home-final{background:#11151c!important}html[data-theme=dark] .home-final p{color:var(--muted)!important}html[data-theme=dark] :where(.overview-soft-section,.plans-section,.journey-section,.review-section,.public-suppliers-section,.checkout-shell,.onboarding,.auth-content){background:var(--page-muted)!important}html[data-theme=dark] :where(.overview-feature-card,.overview-list-card,.overview-control-card,.overview-journey,.overview-positioning,.workflow-preview,.payment-trust,.price,.public-business-card,.insight-note,.checkout-grid,.wizard,.auth-content>div){background:var(--surface)!important;color:var(--text)!important;border-color:var(--line)!important}html[data-theme=dark] :where(.capability-grid,.solution-grid,.industry-cards,.insight-grid,.verification-grid,.evidence-grid,.review-grid,.split-grid,.journey-grid,.public-business-grid){background:var(--line)!important;border-color:var(--line)!important}html[data-theme=dark] :where(.capability-grid,.solution-grid,.industry-cards,.insight-grid,.verification-grid,.evidence-grid,.review-grid,.split-grid,.journey-grid,.public-business-grid)>*{background:var(--surface)!important;color:var(--text)!important}html[data-theme=dark] .trust-mark{background:linear-gradient(145deg,var(--surface),var(--surface-soft))!important}html[data-theme=dark] .app-main>header{background:rgba(9,11,15,.9)!important}html[data-theme=dark] .app-layout :where(.card,.panel,.settings-section,.security-card,.document-panel,.review,.relationship-panel,.contract-panel,.sharing-panel,.team-panel){background:var(--surface)!important;color:var(--text)!important;border-color:var(--line)!important}html[data-theme=dark] :where(.legal-page article,.secure-document-viewer,.shared-document-viewer,.profile-access-gate){background:var(--surface)!important;color:var(--text)!important;border-color:var(--line)!important}.dashboard-hero :where(h1,h2,h3,h4,b,strong,li),html[data-theme=dark] .dashboard-hero :where(h1,h2,h3,h4,b,strong,li),html[data-theme=light] .dashboard-hero :where(h1,h2,h3,h4,b,strong,li){color:#f7f9fc!important}.dashboard-hero :where(p,small),html[data-theme=dark] .dashboard-hero :where(p,small),html[data-theme=light] .dashboard-hero :where(p,small){color:#c5d3df!important}.dashboard-hero .eyebrow,.dashboard-hero .hero-next small{color:#a9c2ff!important}.dashboard-hero .hero-primary{background:#fff!important;color:#10141d!important}.dashboard-hero .hero-primary :where(span,b,small){color:#10141d!important}.dashboard-hero .hero-secondary,.dashboard-hero .hero-secondary :where(span,b,small){color:#fff!important}.term-switch{background:#101824!important;border-color:#526276!important}.term-switch button{color:#c3ceda!important;background:transparent!important}.term-switch button small{color:#9eafbd!important}.term-switch button.active{background:#fff!important;color:#10141d!important}.term-switch button.active small{color:#536173!important}.home-directory article>.default-home,.storefront-hero>.container>.profile-photo-fallback{background:#167a50!important;color:#fff!important}.home-directory article>.default-home svg,.storefront-hero>.container>.profile-photo-fallback svg{color:#fff!important;stroke:currentColor!important}.empty-home>svg,.item-image.placeholder>svg,.public-items .placeholder>svg{color:#73d6a5!important;stroke:currentColor!important}html[data-theme=light] .empty-home>svg,html[data-theme=light] .item-image.placeholder>svg,html[data-theme=light] .public-items .placeholder>svg{color:#11613f!important}html[data-theme=dark] :where(.app-layout main,.auth-content,.onboarding main,.checkout-grid>section,.checkout-grid>aside,.price-card,.payment-trust,.public-business-card,.home-directory article,.empty-home,.public-items article,.empty,.hb-features article,.hb-steps article,.readiness-card,.hb-passport,.legal-page article,.verification-card,.shared-profile-card) :where(h1,h2,h3,h4,h5,h6,b,strong,dt,dd,label,li,td){color:var(--text)!important}html[data-theme=dark] :where(.app-layout main,.auth-content,.onboarding main,.checkout-grid>section,.checkout-grid>aside,.price-card,.payment-trust,.public-business-card,.home-directory article,.empty-home,.public-items article,.empty,.hb-features article,.hb-steps article,.readiness-card,.hb-passport,.legal-page article,.verification-card,.shared-profile-card) :where(p,small,span,em){color:var(--muted)!important}html[data-theme=dark] :where(.home-directory article,.empty-home,.public-items article,.empty,.hb-features article,.hb-steps article,.readiness-card,.hb-passport){background:var(--surface)!important;border-color:var(--line)!important}html[data-theme=dark] :where(.explore-hero,.storefront-hero,.hb-hero,.hb-journey){background:var(--page-muted)!important;color:var(--text)!important}html[data-theme=dark] :where(.directory-meta,.items-heading,.hb-readiness-grid,.hb-hero-copy) :where(h1,h2,h3,b,strong){color:var(--text)!important}html[data-theme=dark] :where(.directory-meta,.items-heading,.hb-readiness-grid,.hb-hero-copy) :where(p,small,span,em){color:var(--muted)!important}html[data-theme=dark] :where(.eyebrow,.home-directory a,.directory-meta a,.storefront-hero>.container>a:first-child){color:#73d6a5!important}html[data-theme=dark] :where(.btn-primary,.btn-primary span,.btn-primary b,.btn-primary small){color:#fff!important}html[data-theme=dark] :where(.btn-secondary,.btn-secondary span,.btn-secondary b,.btn-secondary small){color:var(--text)!important}html[data-theme=dark] :where(input,select,textarea,option){background:var(--surface)!important;color:var(--text)!important;border-color:var(--line)!important}html[data-theme=dark] :where(.checkout-error,.form-message.error,.billing-error,.directory-message.error){background:#351a1d!important;color:#ffb7bd!important}html[data-theme=dark] .review-grid :where(h1,h2,h3,h4,p,small,span){color:inherit!important}html[data-theme=dark] .checkout-shell header :where(a,a span){color:var(--text)!important}html[data-theme=light] :where(.app-layout main,.auth-content,.onboarding main,.checkout-grid>section,.checkout-grid>aside,.price-card,.payment-trust,.public-business-card,.home-directory article,.empty-home,.public-items article,.empty,.hb-features article,.hb-steps article,.readiness-card,.hb-passport,.overview-feature-card,.overview-list-card,.overview-control-card,.overview-journey,.overview-positioning,.workflow-preview,.capability-grid>*,.solution-grid>*,.industry-cards>*,.insight-grid>*,.verification-grid>*,.evidence-grid>*,.review-grid>*,.split-grid>*,.journey-grid>*,.public-business-grid>*,.legal-page article,.verification-card,.shared-profile-card) :where(h1,h2,h3,h4,h5,h6,b,strong,dt,dd,label,li,td){color:var(--text)!important}html[data-theme=light] :where(.app-layout main,.auth-content,.onboarding main,.checkout-grid>section,.checkout-grid>aside,.price-card,.payment-trust,.public-business-card,.home-directory article,.empty-home,.public-items article,.empty,.hb-features article,.hb-steps article,.readiness-card,.hb-passport,.overview-feature-card,.overview-list-card,.overview-control-card,.overview-journey,.overview-positioning,.workflow-preview,.capability-grid>*,.solution-grid>*,.industry-cards>*,.insight-grid>*,.verification-grid>*,.evidence-grid>*,.review-grid>*,.split-grid>*,.journey-grid>*,.public-business-grid>*,.legal-page article,.verification-card,.shared-profile-card) :where(p,small,span,em){color:var(--muted)!important}html[data-theme=light] :where(.btn-primary,.btn-primary span,.btn-primary b,.btn-primary small){color:#fff!important}html[data-theme=light] :where(.public-page-hero,.overview-hero,.trust-hero,.auth-aside,.hb-cta,.home-final,.how-cta,.cta) :where(h1,h2,h3,h4,b,strong){color:#fff!important}html[data-theme=light] :where(.public-page-hero,.overview-hero,.trust-hero,.auth-aside,.hb-cta,.home-final,.how-cta,.cta) :where(p,small,span){color:#c4d0dc!important}html[data-theme=dark] .checkout-shell .checkout-grid>aside,html[data-theme=dark] .checkout-shell .checkout-grid>section{background:#fff!important;border-color:#d9e0e8!important;color:#101722!important}html[data-theme=dark] .checkout-shell .checkout-grid :where(h1,h2,h3,h4,dt,dd,b,strong,li,label){color:#101722!important}html[data-theme=dark] .checkout-shell .checkout-grid :where(p,small){color:#5a687a!important}html[data-theme=dark] .checkout-shell .checkout-grid .agreement{background:#151c27!important;border-color:#303b4b!important;color:#e8edf4!important}html[data-theme=dark] .checkout-shell .checkout-grid .agreement :where(span,b,strong){color:#e8edf4!important}html[data-theme=dark] .checkout-shell .checkout-grid .security,html[data-theme=dark] .checkout-shell .checkout-grid .security span{color:#5a687a!important}html[data-theme=dark] .checkout-shell .checkout-grid dl>div{border-color:#cbd3dc!important}html[data-theme=light] .overview-journey-dark :where(h1,h2,h3,h4,b,strong,li){color:#fff!important}html[data-theme=light] .overview-journey-dark :where(p,small){color:#bdcbd6!important}.company-banner,.dashboard-hero,.hb-hero-photo,.public-business-banner{position:relative;overflow:hidden;isolation:isolate}.company-banner:after,.hb-hero-photo:after,.public-business-banner:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,transparent 55%,rgba(5,12,10,.2));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--line) 78%,transparent)}.hb-hero-photo>div{z-index:1}html[data-theme=dark] .hb-hero-photo{border-color:#285440!important;background:#101a15!important;box-shadow:0 34px 90px rgba(0,0,0,.34)!important}html[data-theme=dark] .company-banner:after,html[data-theme=dark] .hb-hero-photo:after,html[data-theme=dark] .public-business-banner:after{background:linear-gradient(180deg,rgba(5,10,8,.08),rgba(5,10,8,.42))}@media(max-width:760px){.container{width:min(100% - 30px,1240px)}.public-page-hero,.public-suppliers-hero,.trust-hero{min-height:380px;padding:90px 0!important}.public-page-hero h1,.public-suppliers-hero h1,.trust-hero h1{font-size:clamp(42px,13vw,62px)!important}.app-layout .app-main main{padding:22px!important}}html[dir=rtl] :where(.public-page-hero,.public-suppliers-hero,.trust-hero,.hero,.section-heading,.page-head,.invoice-title,.technology-heading,.tech-disclaimer){text-align:right!important}html[dir=rtl] :where(.public-page-hero p,.public-suppliers-hero p,.trust-hero p,.hero p){margin-left:0!important;margin-right:0!important}html[dir=rtl] .app-layout.auto-sidebar .app-main{margin-left:0!important;margin-right:72px!important}html[dir=rtl] .app-layout:not(.auto-sidebar) .app-main{margin-left:0!important;margin-right:244px!important}@media(max-width:900px){html[dir=rtl] .app-layout .app-main{margin-right:0!important}}@media(max-width:640px){html{font-size:15px;scroll-padding-top:62px}body{font-size:13px}.container{width:calc(100% - 20px)!important}.public-header{height:60px!important}.public-header .nav-inner{gap:7px!important}.public-header .nav-actions{gap:5px!important}.public-header .mobile-menu{min-width:38px!important;width:38px!important;height:38px!important;min-height:38px!important;padding:7px!important}.public-header .mobile-panel{top:60px!important;max-height:calc(100vh - 60px);overflow:auto;padding:8px 10px 13px!important;gap:2px!important}.public-header .mobile-panel a{padding:10px 12px!important;font-size:12px}.public-header :where(.theme-toggle,.language-toggle){min-height:36px!important;height:36px!important;padding:0 8px!important}.public-header :where(.theme-toggle-label,.language-toggle-label){display:none!important}.section{padding:38px 0!important}.section-heading{margin-bottom:24px!important;text-align:left}.section h2,.section-heading h2{font-size:clamp(25px,8.5vw,34px)!important;line-height:1.08!important}.section-heading p{margin-top:10px!important;font-size:11px!important;line-height:1.6}.eyebrow{font-size:8px!important;letter-spacing:.12em}.btn{min-height:40px!important;padding:0 14px!important;font-size:11px!important;gap:6px!important}.btn svg{width:15px;height:15px}.card{border-radius:8px}.public-page-hero,.public-suppliers-hero,.trust-hero{min-height:0!important;padding:46px 0!important}.public-page-hero h1,.public-suppliers-hero h1,.trust-hero h1{margin:8px 0 10px!important;font-size:clamp(34px,11vw,48px)!important;line-height:1!important}.public-page-hero p,.public-suppliers-hero p,.trust-hero p{font-size:12px!important;line-height:1.6!important}.public-suppliers-section{padding:30px 0 44px!important}.public-suppliers-note,.workspace-guide{padding:10px!important;margin-bottom:12px!important}.public-suppliers-note p,.workspace-guide span{font-size:9px!important}.public-supplier-list{grid-template-columns:1fr!important;gap:7px!important}.public-supplier-list li{min-height:50px!important;padding:11px 13px!important;font-size:12px!important}.audit-head,.compliance-head,.contracts-head,.page-head,.relationship-head,.team-head{align-items:flex-start!important;flex-direction:column!important;gap:10px!important;margin-bottom:14px!important}.audit-head h1,.compliance-head h1,.contracts-head h1,.page-head h1,.relationship-head h1,.team-head h1{margin:5px 0!important;font-size:26px!important;line-height:1.1}.audit-head p,.compliance-head p,.contracts-head p,.page-head p,.relationship-head p,.team-head p{font-size:10px!important;line-height:1.55}.page-head>.btn,.page-head>a,.page-head>button{width:100%}.app-layout .app-main main{padding:12px!important}.app-layout .app-main>header{min-height:58px!important;padding:8px 12px!important}.dashboard-hero{min-height:0!important;padding:20px!important;border-radius:10px!important}.dashboard-hero h1{font-size:28px!important}.dashboard-hero p{font-size:10px!important;line-height:1.55}:where(.billing-kpis,.document-stats,.security-grid,.settings-grid,.events-grid,.store-grid,.type-grid,.contact-grid,.form-grid,.party-grid){grid-template-columns:1fr!important;gap:9px!important}:where(.capability-grid,.solution-grid,.industry-cards,.insight-grid,.verification-grid,.evidence-grid,.review-grid,.split-grid,.journey-grid){gap:9px!important}:where(.capability-grid,.solution-grid,.industry-cards,.insight-grid,.verification-grid,.evidence-grid,.review-grid,.split-grid,.journey-grid)>*{min-height:0!important;padding:16px!important}:where(.store-form,.settings-form,.template-form,.assignment-form,.builder-form,.form-section){padding:15px!important;gap:10px!important}:where(input:not([type=checkbox]):not([type=radio]),select,textarea,.input){min-height:41px!important;padding:9px 10px!important;font-size:12px!important}textarea{min-height:76px!important}.label,label{font-size:10px!important}:where(.table-scroll,.audit-table-wrap,.team-table-scroll,.document-table,.sharing-table,.billing-table){max-width:100%;overflow-x:auto!important;-webkit-overflow-scrolling:touch}:where(.audit-table,.team-table,.document-table table,.sharing-table table,.billing-table table,table.data-table){min-width:620px}table :where(th,td){padding:9px!important;font-size:9px!important}:where(.document-list,.invoice-action-list){gap:7px!important}:where(.document-list>*,.invoice-action-list>*){padding:11px!important}:where(.document-empty,.invoice-empty,.contract-empty,.relationship-empty,.public-suppliers-empty,.empty-home,.empty){min-height:0!important;padding:34px 16px!important}:where(.contract-modal,.detail-modal,.document-modal,.team-modal,.sharing-modal,.share-detail-modal,.preview-modal,.nudge-modal,.supplier-nudge-modal){align-items:end!important;padding:0!important}:where(.contract-builder,.contract-detail,.team-modal>form,.sharing-modal>section,.share-detail-modal>section,.preview-modal>section,.nudge-modal>section,.supplier-nudge-modal>form){width:100%!important;max-height:92vh!important;padding:17px!important;border-radius:18px 18px 0 0!important}:where(.modal-actions,.contract-builder>footer,.contract-detail>footer){position:sticky;bottom:0;z-index:2;display:grid!important;grid-template-columns:1fr!important;gap:7px!important;padding:10px 0 0!important;background:var(--surface)}:where(.modal-actions,.contract-builder>footer,.contract-detail>footer) .btn{width:100%}.invoice-tabs{max-width:100%;overflow-x:auto;white-space:nowrap;scrollbar-width:none}.invoice-tabs::-webkit-scrollbar{display:none}.invoice-workspace{gap:10px!important}.invoice-title{align-items:flex-start!important;flex-direction:column!important;gap:8px!important}.invoice-paper{min-width:720px;transform-origin:top left}.invoice-paper-shell,.invoice-preview{max-width:100%;overflow-x:auto!important;-webkit-overflow-scrolling:touch}.billing-month{align-items:flex-start!important;flex-direction:column!important;gap:6px!important}.price-card{padding:18px!important}.price-card h2{font-size:22px!important}.price{font-size:32px!important}.checkout-grid{grid-template-columns:1fr!important;gap:10px!important}.checkout-grid>aside,.checkout-grid>section{padding:16px!important}.auth-aside{display:none!important}.auth-layout,.auth-shell{min-height:calc(100vh - 60px)!important;grid-template-columns:1fr!important}.auth-content{padding:20px 14px!important}.auth-content>div,.auth-form,.initial-password-form,.legal-acceptance-panel,.otp-form{width:100%!important;max-width:none!important;padding:17px!important}.auth-content h1{font-size:29px!important}.onboarding main{padding:14px!important}.shared-profile-card,.verification-card{padding:18px 14px!important;border-radius:14px!important}.public-verification,.shared-profile-page{min-height:0!important;padding:24px 10px!important;place-items:start center!important}.verification-card dl{grid-template-columns:1fr!important;margin:14px 0!important}.verification-card dl>div{padding:11px!important;border-right:0!important;border-bottom:1px solid var(--line)!important}.verification-card dl>div:last-child{border-bottom:0!important}.shared-profile-card dl>div{grid-template-columns:1fr!important;gap:4px;padding:10px!important}.site-footer{padding:38px 0 18px!important}.footer-top{grid-template-columns:1fr 1fr!important;gap:25px 16px!important}.footer-action,.footer-brand{grid-column:1/-1}.footer-brand p{margin-top:14px!important}.footer-brand p,.footer-top a{font-size:10px!important}.footer-bottom{margin-top:30px!important;padding-top:14px!important;font-size:8px!important}.website-chatbot{transform:scale(.9);transform-origin:bottom right}html[dir=rtl] .website-chatbot{transform-origin:bottom left}html[dir=rtl] .section-heading{text-align:right}}