@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media(prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}:root{color:#0f172a;background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{color:inherit;text-decoration:none}button{font:inherit}.action-progress-backdrop{align-items:center;background:#0a0c0fa8;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;padding:22px;position:fixed;z-index:120}.action-progress-modal{align-items:center;background:#fff;border-radius:16px;box-shadow:0 30px 90px #00000057;display:grid;gap:14px;justify-items:center;max-width:420px;padding:34px 32px;text-align:center;width:min(420px,100%)}.action-progress-modal h2{color:#111827;font-size:1.45rem;margin:0}.action-progress-modal p{color:#b42318;line-height:1.45;margin:0}.action-progress-loader{border:4px solid #ffe7b1;border-radius:999px;border-top-color:#f5a400;height:58px;width:58px;animation:progressSpin .8s linear infinite}.action-progress-check{align-items:center;background:#dcfae6;border-radius:999px;color:#067647;display:inline-flex;height:64px;justify-content:center;transform:scale(.9);width:64px;animation:checkPop .26s ease forwards}.action-progress-check svg{height:34px;stroke-dasharray:48;stroke-dashoffset:48;stroke-width:3;width:34px;animation:drawCheck .42s ease .12s forwards}.action-progress-track{background:#f2f4f7;border-radius:999px;height:10px;overflow:hidden;width:100%}.action-progress-track span{background:linear-gradient(90deg,#f5a400,#ffc247);border-radius:inherit;display:block;height:100%;transition:width .65s cubic-bezier(.22,1,.36,1)}.action-progress-modal strong{color:#667085;font-size:.9rem}.action-progress-modal button{background:#4a141a;border:0;border-radius:8px;color:#fff;cursor:pointer;font-weight:900;min-height:42px;padding:0 20px}@keyframes progressSpin{to{transform:rotate(360deg)}}@keyframes checkPop{to{transform:scale(1)}}@keyframes drawCheck{to{stroke-dashoffset:0}}.app-shell{min-height:100vh}.site-header{align-items:center;background:#fff;display:flex;height:78px;padding:0 56px 0 52px;position:relative;z-index:2}.brand{display:inline-flex;font-size:31px;font-weight:800;line-height:1;margin-right:34px}.brand span:first-child{color:#101828}.brand span:last-child{color:#f5a400}.main-nav{align-items:center;display:flex;gap:12px;font-size:17px;font-weight:500}.main-nav a{color:#111827;white-space:nowrap}.mobile-menu-button{display:none}.nav-mega-item,.nav-seller-item{position:relative}.nav-mega-item:after,.nav-seller-item:after{content:"";height:16px;left:0;position:absolute;right:0;top:42px}.nav-pill,.nav-list-link{align-items:center;border-radius:8px;display:inline-flex;gap:8px;min-height:42px;padding:0 15px}.nav-pill{background:#f5a400;color:#111827!important;font-weight:800}.nav-list-link{color:#111827;font-weight:800}.nav-seller-item:hover .nav-list-link,.nav-seller-item:focus-within .nav-list-link{background:#8d8b86;color:#fff}.nav-pill svg,.nav-list-link svg{height:17px;width:17px}.mega-menu{background:#fff;border:1px solid #e4e7ec;box-shadow:0 24px 60px #0f172a2e;display:none;gap:34px;left:-118px;padding:28px 34px 32px;position:absolute;top:52px;width:min(1180px,calc(100vw - 104px));z-index:12}.nav-mega-item:hover .mega-menu,.nav-mega-item:focus-within .mega-menu{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.seller-mega-menu{background:#fff;border:1px solid #e4e7ec;box-shadow:0 24px 60px #0f172a2e;display:none;gap:34px;grid-template-columns:270px repeat(2,minmax(0,1fr));left:-305px;min-height:350px;padding:0 34px 30px 0;position:absolute;top:52px;width:min(1040px,calc(100vw - 104px));z-index:12}.nav-seller-item:hover .seller-mega-menu,.nav-seller-item:focus-within .seller-mega-menu{display:grid}.seller-mega-intro{background:#f2f2f0;clip-path:polygon(0 0,86% 0,100% 50%,86% 100%,0 100%);display:grid;gap:16px;padding:88px 58px 40px 26px}.seller-mega-intro h2{color:#494641;font-size:1.55rem;line-height:1.22;margin:0}.seller-mega-intro p{color:#5f5b55;line-height:1.45;margin:0}.seller-mega-menu article{align-content:start;display:grid;gap:16px;justify-items:center;padding-top:48px;text-align:center}.seller-mega-visual{align-items:center;background:#f4f5f7;border-radius:50%;color:#101828;display:grid;height:118px;justify-items:center;padding:20px;width:118px}.seller-mega-visual span{color:#f5a400;font-size:.82rem;font-weight:900;letter-spacing:.08em}.seller-mega-visual strong{font-size:1.1rem}.seller-mega-menu h3{color:#494641;font-size:1.28rem;margin:0}.seller-mega-menu article p{color:#5f5b55;line-height:1.48;margin:0;max-width:300px}.seller-mega-menu article a{align-items:center;background:#2f2d2a;border-radius:6px;color:#fff;display:flex;font-size:.95rem;font-weight:900;justify-content:center;margin-top:8px;min-height:44px;padding:0 22px;text-transform:uppercase}.mega-column{display:grid;gap:16px}.mega-column h2{color:#2f2b25;font-size:1.04rem;margin:0 0 6px}.mega-link{align-items:center;color:#344054!important;display:grid;font-size:.94rem;gap:14px;grid-template-columns:54px minmax(0,1fr);line-height:1.25}.mega-link span{align-items:center;background:#f2f4f7;border-radius:50%;color:#9a6500;display:flex;font-size:.72rem;font-weight:900;height:54px;justify-content:center;width:54px}.mega-link:hover{color:#101828!important}.mega-link:hover span{background:#fff3cf}.sales-contact{border-left:1px solid #e4e7ec;display:grid;gap:3px;margin-left:8px;padding-left:18px}.sales-contact strong{color:#101828;font-size:.88rem}.sales-contact span{color:#667085;font-size:.74rem}.profile-area{margin-left:auto;position:relative}.user-shortcuts{align-items:center;display:flex;gap:24px;margin-left:auto}.user-shortcuts a,.user-shortcuts button{background:transparent;border:0;color:#667085;cursor:pointer;display:grid;height:24px;place-items:center;position:relative;width:24px}.user-shortcuts button{padding:0}.user-shortcuts a:focus-visible,.user-shortcuts button:focus-visible{outline:2px solid #101828;outline-offset:6px}.user-shortcuts svg{height:24px;width:24px}.notification-link span{align-items:center;background:#dc2626;border-radius:999px;color:#fff;display:flex;font-size:.68rem;font-weight:800;height:18px;justify-content:center;min-width:18px;padding:0 5px;position:absolute;right:-9px;top:-9px}.user-shortcuts+.profile-area{margin-left:22px}.user-shortcuts+.header-notifications+.profile-area{margin-left:22px}.header-notifications{background:#fff;border:1px solid #e4e7ec;border-radius:12px;box-shadow:0 18px 45px #0f172a24;color:#344054;display:grid;overflow:hidden;position:absolute;right:112px;top:66px;width:440px;z-index:5}.header-notifications h2{border-bottom:1px solid #eef0f3;color:#101828;font-size:1.15rem;margin:0;padding:20px}.header-notifications p{color:#667085;margin:0;padding:20px}.header-notifications button{align-items:center;background:#fff;border:0;border-bottom:1px solid #f0f2f5;color:#344054;cursor:pointer;display:grid;gap:16px;grid-template-columns:28px minmax(0,1fr);min-height:92px;padding:16px 22px;text-align:left}.header-notifications button:not(.unread){grid-template-columns:minmax(0,1fr)}.header-notifications button.unread{background:#fbfcff}.header-notifications button:last-child{border-bottom:0}.new-badge{align-items:center;background:#3b82f6;border-radius:3px;color:#fff;display:flex;font-size:.62rem;font-weight:800;height:22px;justify-content:center;width:28px}.notification-copy{display:grid;gap:8px;min-width:0}.notification-copy strong{color:#344054;font-size:1rem;font-weight:500;line-height:1.35;overflow-wrap:normal;white-space:normal;word-break:normal}.notification-copy small{color:#98a2b3;font-size:.9rem}.profile-button{align-items:center;background:#fff;border:0;border-radius:11px;cursor:pointer;display:flex;height:56px;justify-content:center;padding:0;width:58px}.profile-button-active{gap:9px;width:82px}.profile-button span{align-items:center;background:#f5a400;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;width:40px}.profile-button svg{height:22px;width:22px}.profile-button>svg{color:#111827;height:18px;width:18px}.profile-menu{background:#fff;border:1px solid #edf0f3;border-radius:14px;box-shadow:0 10px 24px #0f172a1f;color:#3d4656;overflow:hidden;position:absolute;right:0;top:66px;width:320px}.profile-menu p{border-bottom:1px solid #edf0f3;font-size:18px;line-height:1.35;margin:0;padding:20px 28px 25px;text-align:center}.profile-menu a{display:block;font-size:18px;padding:18px 20px}.profile-menu a:hover,.profile-menu a:focus-visible{background:#f7f8fa}.account-menu{color:#3d4656;padding:0}.account-summary{border-bottom:1px solid #edf0f3;display:grid;gap:5px;padding:20px 20px 22px}.account-summary strong{color:#1f2937;font-size:18px}.account-summary span{color:#9aa3b2;font-size:15px}.account-menu a,.account-menu button{align-items:center;background:#fff;border:0;color:#3d4656;cursor:pointer;display:flex;font-size:18px;gap:12px;padding:16px 20px;text-align:left;width:100%}.account-menu a svg,.account-menu button svg{height:19px;width:19px}.account-menu .seller-switch{color:#00956f;font-weight:700}.account-restricted-menu-message{color:#9f1728;font-size:.86rem;line-height:1.45;margin:0;padding:.75rem 1.25rem}.account-restricted-shell{min-height:100vh;background:#f7f7f6}.account-restricted-card{background:#fff;border:1px solid #f0d6d9;border-radius:8px;box-shadow:0 16px 40px #1b1f2a14;margin:6rem auto;max-width:620px;padding:2rem}.account-restricted-card span{color:#9f1728;display:block;font-size:.82rem;font-weight:700;letter-spacing:.08em;margin-bottom:.75rem;text-transform:uppercase}.account-restricted-card h1{color:#111827;font-size:2rem;margin:0 0 .75rem}.account-restricted-card p{color:#4b5563;font-size:1rem;line-height:1.6;margin:0}.settings-shell{background:#f6f7f8;min-height:100vh}.settings-page{margin:0 auto;max-width:1180px;padding:46px 32px 72px}.settings-hero{align-items:flex-end;display:flex;gap:24px;justify-content:space-between;margin-bottom:28px}.settings-hero span{color:#f59f00;display:block;font-size:.84rem;font-weight:800;letter-spacing:.08em;margin-bottom:8px;text-transform:uppercase}.settings-hero h1{color:#0f172a;font-size:clamp(2rem,4vw,3.4rem);line-height:1;margin:0 0 10px}.settings-hero p{color:#536174;font-size:1rem;line-height:1.55;margin:0;max-width:620px}.settings-status{align-items:center;background:#e8fff1;border:1px solid #c8f5d7;border-radius:999px;color:#087443;display:inline-flex;font-size:.9rem;font-weight:800;gap:8px;padding:10px 14px;text-transform:capitalize;white-space:nowrap}.settings-status.suspended{background:#fff8e6;border-color:#f8df9a;color:#9a5c00}.settings-status.banned{background:#fff1f2;border-color:#fecdd3;color:#9f1239}.settings-status svg{height:18px;width:18px}.settings-card,.settings-side-card{background:#fff;border:1px solid #e1e6ee;border-radius:10px;box-shadow:0 18px 45px #0f172a0f}.settings-card{padding:28px}.settings-card-heading{align-items:flex-start;border-bottom:1px solid #edf0f4;display:flex;gap:18px;justify-content:space-between;margin-bottom:24px;padding-bottom:20px}.settings-card-heading h2,.settings-side-card h2{color:#111827;font-size:1.35rem;margin:0 0 6px}.settings-card-heading p,.settings-side-card p{color:#64748b;line-height:1.5;margin:0}.settings-card-heading span{color:#8a94a6;font-size:.92rem;white-space:nowrap}.settings-grid{display:grid;gap:20px;grid-template-columns:repeat(2,minmax(0,1fr))}.readonly-input{background:#f8fafc}.readonly-input input{color:#6b7280}.file-input input{cursor:pointer;padding-top:16px}.settings-save-button{align-items:center;background:#f5a400;border:0;border-radius:8px;color:#0f172a;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:800;gap:10px;justify-content:center;margin-top:26px;min-height:52px;padding:0 24px}.settings-save-button:disabled{cursor:wait;opacity:.7}.settings-save-button svg{height:19px;width:19px}.settings-layout{align-items:flex-start;display:grid;gap:22px;grid-template-columns:minmax(0,1fr) 330px}.partner-settings-hero .settings-status{background:#eef9f5;border-color:#bfe9d8}.settings-side-card{padding:24px}.settings-side-card div{display:grid;gap:14px;margin-top:22px}.settings-side-card span{align-items:center;color:#334155;display:flex;font-size:.96rem;gap:10px}.settings-side-card svg{color:#f5a400;height:18px;width:18px}.partner-documents-card{grid-column:1 / -1}.partner-document-list{display:grid;gap:12px}.partner-document-row{align-items:flex-start;background:#f8fafc;border:1px solid #edf0f4;border-radius:8px;display:flex;gap:12px;padding:14px}.partner-document-row>svg{color:#f5a400;flex:0 0 auto;height:21px;margin-top:2px;width:21px}.partner-document-row div{display:grid;gap:4px;min-width:0}.partner-document-row strong{color:#111827;font-size:.95rem}.partner-document-row span{color:#64748b;font-size:.9rem;overflow-wrap:anywhere}.sign-out-button{border-top:1px solid #edf0f3!important;color:#dc2626!important}.home-shell{background:#111827}.home-search{align-items:center;display:flex;justify-content:center;min-height:min(720px,calc(100vh - 78px));overflow:hidden;padding:34px 20px 46px;position:relative}.home-video,.home-overlay{top:0;right:0;bottom:0;left:0;position:absolute}.home-video{height:100%;object-fit:cover;width:100%}.home-overlay{background:#0d1113a3}.home-search-content{color:#fff;display:grid;gap:22px;justify-items:center;max-width:1100px;position:relative;width:min(100%,1100px);z-index:1}.home-hero-copy{display:grid;gap:10px;max-width:860px;text-align:center}.home-hero-copy h1{color:#fff;display:grid;font-size:clamp(2rem,3.6vw,3.5rem);letter-spacing:0;line-height:1.05;margin:0;text-align:center;text-transform:uppercase}.home-hero-copy h1 span{display:block}.home-hero-copy p{color:#ffffffd1;font-size:clamp(.98rem,1.4vw,1.12rem);line-height:1.55;margin:0 auto;max-width:none;white-space:nowrap}.home-search-panel{background:#ffffff1f;border:1px solid rgba(255,255,255,.22);border-radius:12px;box-shadow:0 24px 55px #00000038;display:grid;justify-items:center;padding:20px 24px 18px;width:min(100%,940px)}.home-category-tabs{align-items:center;display:flex;gap:34px;justify-content:center;margin-bottom:28px;text-transform:uppercase}.home-category-tabs button{background:transparent;border:0;color:#fff;cursor:pointer;font-size:1.28rem;font-weight:700;min-height:66px;padding:0 42px;text-transform:uppercase}.home-category-tabs button.active{background:#f5a400;border-radius:8px 8px 0 0;color:#111827}.home-item-options{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin:0 auto 34px;max-width:820px}.home-item-options button{background:#ffffff17;border:1px solid rgba(255,255,255,.32);border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;min-height:58px;min-width:128px;padding:0 25px}.home-item-options button.selected{background:#f5a400eb;border-color:#f5a400;color:#111827}.home-primary-button,.home-secondary-button{border-radius:8px;cursor:pointer;font-size:1.1rem;font-weight:700;min-height:54px;min-width:128px;padding:0 30px}.home-primary-button{background:#f5a400;border:1px solid #f5a400;color:#070b12}.home-secondary-button{background:#ffffff14;border:1px solid rgba(255,255,255,.35);color:#fff}.home-step-title{color:#fff;font-size:1.65rem;line-height:1.1;margin:0 0 34px;text-align:center}.home-details-grid{display:grid;gap:22px;grid-template-columns:repeat(2,minmax(0,1fr));margin:0 auto 36px;max-width:900px;width:100%}.home-field{color:#fff;display:grid;font-size:1rem;font-weight:500;gap:8px}.home-field.wide{grid-column:1 / -1}.home-field input,.home-field select{background:#ffffff24;border:1px solid rgba(255,255,255,.35);border-radius:8px;color:#fff;font:inherit;font-size:1.15rem;min-height:54px;outline:0;padding:0 20px}.home-field input::placeholder{color:#ffffff8a}.home-field option{color:#111827}.home-actions{display:flex;gap:16px;justify-content:center}.home-optional-note{color:#ffffff9e;font-size:1rem;font-weight:400;margin:16px 0 0;text-align:center}.home-step-dots{display:flex;gap:10px;justify-content:center;margin-top:28px}.home-step-dots span{background:#ffffff5c;border-radius:50%;height:10px;width:10px}.home-step-dots span.active{background:#f5a400}.why-trexo{background:#fff;padding:62px 52px 76px}.why-trexo-inner{display:grid;gap:30px;margin:0 auto;max-width:1180px}.why-trexo-heading{display:grid;gap:8px;text-align:center}.why-trexo-heading span{color:#f08c00;font-size:.85rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.why-trexo-heading h2{color:#101828;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.1;margin:0}.why-trexo-grid{display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.why-trexo-grid article{background:#f8fafc;border:1px solid #e4e7ec;border-radius:10px;display:grid;gap:18px;min-height:190px;padding:26px}.why-trexo-grid p{color:#344054;font-size:1.05rem;line-height:1.6;margin:0}.why-trexo-grid strong{color:#101828;font-size:.96rem}.trexo-offers{background:#171513;color:#fff;padding:72px 52px 86px}.trexo-offers-inner{display:grid;gap:34px;margin:0 auto;max-width:1180px}.trexo-offers-copy{display:grid;gap:14px;max-width:760px}.trexo-offers-copy span{color:#f5a400;font-size:.86rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.trexo-offers-copy h2{color:#fff;font-size:clamp(2rem,4vw,3.4rem);line-height:1.04;margin:0}.trexo-offers-copy p{color:#ffffffb8;font-size:1.08rem;line-height:1.65;margin:0}.trexo-offers-grid{display:grid;gap:20px;grid-template-columns:repeat(2,minmax(0,1fr))}.trexo-offers-grid article{background:#241f1a;border:1px solid rgba(245,164,0,.22);border-radius:10px;display:grid;gap:16px;min-height:250px;padding:30px}.trexo-offers-grid article>span{align-items:center;background:#f5a400;border-radius:50%;color:#171513;display:flex;font-weight:900;height:42px;justify-content:center;width:42px}.trexo-offers-grid h3{color:#fff;font-size:1.45rem;line-height:1.18;margin:0}.trexo-offers-grid p{color:#ffffffb3;line-height:1.68;margin:0}.home-footer{background:#f7f5f1;color:#21191a;padding:44px 52px 22px}.home-footer-inner{display:grid;gap:34px;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);margin:0 auto;max-width:1180px}.footer-contact,.footer-faq{display:grid;gap:12px}.footer-contact>span,.footer-faq>span{color:#9d2731;font-size:.84rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.footer-contact h2,.footer-faq h2{color:#101828;font-size:clamp(1.35rem,2.4vw,2rem);line-height:1.08;margin:0}.footer-contact p{color:#625a56;line-height:1.7;margin:0}.footer-contact-grid{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:8px}.footer-contact-grid div{background:#fff;border:1px solid #e2d9cd;border-radius:10px;display:grid;gap:7px;padding:13px 15px}.footer-contact-grid strong{color:#101828}.footer-contact-grid a,.footer-contact-grid span{color:#625a56;line-height:1.35}.faq-list{display:grid;gap:9px}.faq-list details{background:#fff;border:1px solid #e2d9cd;border-radius:10px;padding:13px 16px}.faq-list summary{color:#101828;cursor:pointer;font-weight:800}.faq-list p{color:#625a56;line-height:1.65;margin:8px 0 0}.footer-bottom{align-items:center;border-top:1px solid #ded5c7;display:flex;gap:12px;justify-content:space-between;margin:32px auto 0;max-width:1180px;padding-top:16px}.footer-bottom strong{color:#101828;font-size:1.25rem}.footer-bottom span{color:#625a56}.search-shell{background:#f5f5f5}.search-page{display:grid;grid-template-columns:350px minmax(0,1fr);min-height:calc(100vh - 78px)}.filters-panel{background:#fff;border-right:1px solid #e4e7ec;height:calc(100vh - 78px);overflow-y:auto;padding:30px 45px;position:sticky;top:78px}.filters-heading{align-items:center;border-bottom:1px solid #e4e7ec;display:flex;justify-content:space-between;margin-bottom:28px;padding-bottom:20px}.filters-heading h1{color:#020617;font-size:1.45rem;margin:0}.filters-heading button{background:#fff;border:1px solid #dfe3ea;border-radius:10px;color:#f59f00;cursor:pointer;font-size:1.35rem;height:48px;width:48px}.filter-group{border-bottom:1px solid #e4e7ec;display:grid;gap:15px;padding:0 0 27px;margin-bottom:27px}.filter-group h2{color:#f08c00;font-size:.8rem;letter-spacing:.08em;margin:0;text-transform:uppercase}.filter-group-heading{align-items:center;display:flex;justify-content:space-between}.filter-group-heading button{background:transparent;border:0;color:#98a2b3;cursor:pointer;display:grid;padding:2px;place-items:center}.filter-group-heading svg{height:16px;width:16px}.filter-radio{align-items:center;color:#667085;cursor:pointer;display:flex;font-size:1rem;gap:10px}.filter-radio input{accent-color:#f08c00;height:20px;width:20px}.filter-group select,.spec-filter input{background:#f8f8f8;border:1px solid #dfe3ea;border-radius:8px;font:inherit;min-height:44px;padding:0 16px;width:100%}.spec-filter{color:#98a2b3;display:grid;font-size:.82rem;gap:7px}.apply-filter-button,.clear-filter-button{align-items:center;border-radius:8px;cursor:pointer;display:flex;font:inherit;gap:10px;justify-content:center;min-height:46px;width:100%}.apply-filter-button{background:#f08c00;border:1px solid #f08c00;color:#070b12}.clear-filter-button{background:#fff;border:1px solid #dfe3ea;color:#667085;margin-top:8px}.search-results{padding:42px}.result-count{color:#667085;font-size:1rem;margin:0 0 30px}.result-grid{display:grid;gap:28px;grid-template-columns:repeat(3,minmax(280px,1fr))}.result-card{background:#fff;border:1px solid #dfe3ea;border-radius:14px;overflow:hidden}.result-card.highlighted{border-color:#f59f00;box-shadow:0 22px 36px #0f172a29}.result-image-wrap{height:250px;position:relative}.result-image-wrap img{height:100%;object-fit:cover;width:100%}.result-image-wrap span{background:#474747;border-radius:999px;color:#fff;font-weight:700;left:16px;padding:8px 15px;position:absolute;top:16px}.result-image-wrap button{background:#0f0f0f57;border:0;border-radius:50%;color:#fff;cursor:pointer;height:42px;position:absolute;right:16px;top:16px;width:42px}.result-card-body{padding:20px}.result-card-body h2{color:#0f172a;font-size:1.3rem;margin:0 0 16px}.result-card-body p{color:#98a2b3;font-size:1rem;margin:0 0 18px}.result-meta{border-bottom:1px solid #eaecf0;color:#667085;display:flex;gap:20px;padding-bottom:22px}.result-meta span{align-items:center;display:flex;gap:6px}.result-meta svg{height:18px;width:18px}.result-footer{align-items:center;display:flex;gap:5px;padding-top:16px}.result-footer strong{color:#f08c00;font-size:1.5rem}.result-footer span{color:#98a2b3}.result-footer a{color:#0f172a;margin-left:auto}.listing-detail-shell{background:#fff}.listing-detail-page{display:grid;gap:clamp(36px,7vw,90px);grid-template-columns:minmax(360px,.95fr) minmax(440px,.85fr);margin:0 auto;max-width:1320px;padding:clamp(34px,6vw,72px) clamp(20px,5vw,64px)}.listing-gallery{align-self:start;display:grid;gap:16px}.listing-gallery>img{height:min(520px,58vh);object-fit:contain;width:100%}.listing-thumbs{display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.listing-thumbs img{aspect-ratio:4 / 3;border:1px solid #e4e7ec;border-radius:8px;object-fit:cover;width:100%}.listing-detail-content{display:grid;gap:22px}.detail-type-badge{background:#fff0bf;border-radius:999px;color:#8a4b00;font-size:.78rem;justify-self:start;padding:7px 12px}.listing-detail-content h1{color:#030712;font-size:clamp(2rem,4vw,3rem);line-height:1;margin:0}.detail-facts{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.detail-facts div{display:grid;gap:7px}.detail-facts span,.spec-grid span,.rate-card span,.posted-date{color:#98a2b3;font-size:.78rem}.detail-facts strong,.spec-grid strong{color:#0f172a;font-size:.95rem}.detail-location,.posted-date,.seller-detail-card p{align-items:center;color:#667085;display:flex;gap:9px;margin:0}.detail-location svg,.posted-date svg,.seller-detail-card svg{color:#98a2b3;height:18px;width:18px}.rate-card{background:#f8fafc;border-radius:10px;display:grid;gap:18px;grid-template-columns:1fr 1fr 1fr;padding:28px 24px}.rate-card div{display:grid;gap:5px}.rate-card div:first-child{grid-column:1 / -1}.rate-card div:first-child strong{color:#030712;font-size:2rem}.rate-card strong{color:#0f172a}.detail-section{border-top:1px solid #e4e7ec;display:grid;gap:18px;padding-top:22px}.detail-section h2{color:#030712;font-size:1.1rem;margin:0}.detail-section p{color:#667085;line-height:1.7;margin:0}.spec-grid{display:grid;gap:22px;grid-template-columns:repeat(2,minmax(0,1fr))}.spec-grid div{display:flex;justify-content:space-between}.request-item-button{background:#f5a400;border:0;border-radius:9px;color:#070b12;cursor:pointer;font-size:1rem;font-weight:700;min-height:56px}.request-modal-backdrop{align-items:center;background:#00000094;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;padding:24px;position:fixed;z-index:30}.request-modal{background:#fff;border-radius:18px;box-shadow:0 28px 80px #0f172a52;display:grid;gap:20px;max-width:625px;padding:30px;width:100%}.request-modal-heading{align-items:center;display:flex;justify-content:space-between}.request-modal-heading h2{color:#101828;font-size:1.55rem;line-height:1.2;margin:0}.request-modal-heading button{background:transparent;border:0;color:#667085;cursor:pointer;display:grid;padding:4px;place-items:center}.request-modal-heading svg{height:24px;width:24px}.request-item-strip{align-items:center;background:#f8fafc;color:#344054;display:flex;font-size:1.1rem;gap:12px;padding:20px 28px}.request-item-strip svg{height:21px;width:21px}.request-grid{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.request-grid label,.request-notes{color:#344054;display:grid;gap:8px}.request-grid label span,.request-notes span{font-weight:600}.request-grid input,.request-notes textarea{border:1px solid #d9dfe7;border-radius:8px;color:#101828;font:inherit;min-height:56px;outline:0;padding:0 16px}.request-grid input:focus,.request-notes textarea:focus{border-color:#f5a400;box-shadow:0 0 0 4px #f5a40029}.request-notes textarea{min-height:112px;padding:14px 16px;resize:vertical}.send-request-button{background:#f5a400;border:0;border-radius:8px;color:#05070c;cursor:pointer;font-size:1.05rem;font-weight:700;min-height:60px}.send-request-button:hover,.send-request-button:focus-visible{background:#e89500;outline:0}.send-request-button:disabled{cursor:not-allowed;opacity:.72}.booking-toast{bottom:24px;box-shadow:0 14px 32px #0f172a24;margin:0;position:fixed;right:24px;z-index:20}.login-prompt-backdrop{align-items:center;background:#00000085;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;padding:22px;position:fixed;z-index:20}.login-prompt{background:#fff;border:1px solid #e4e7ec;border-radius:12px;box-shadow:0 26px 70px #0f172a42;display:grid;gap:24px;max-width:420px;padding:30px;text-align:center;width:100%}.login-prompt h2{color:#101828;font-size:1.25rem;line-height:1.35;margin:0}.login-prompt-actions{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.login-prompt-actions a,.login-prompt-actions button{align-items:center;border-radius:8px;cursor:pointer;display:flex;font:inherit;font-weight:700;justify-content:center;min-height:48px}.login-prompt-actions a{background:#f5a400;border:1px solid #f5a400;color:#070b12}.login-prompt-actions button{background:#fff;border:1px solid #d0d5dd;color:#344054}.seller-detail-card div{background:#f8fafc;border-radius:10px;display:grid;gap:14px;padding:18px}.seller-orders-shell{background:#f6f6f6}.seller-orders-page{display:grid;gap:28px;margin:0 auto;max-width:1065px;padding:40px 20px 70px}.seller-orders-heading{align-items:center;display:flex;justify-content:space-between}.seller-orders-heading h1{align-items:center;color:#020617;display:flex;font-size:2rem;gap:12px;margin:0}.seller-orders-heading h1 svg{height:30px;width:30px}.seller-orders-toggle{border:1px solid #d9dfe7;border-radius:8px;display:flex;overflow:hidden}.seller-orders-toggle button{background:#fff;border:0;color:#667085;cursor:pointer;font:inherit;min-height:46px;padding:0 20px}.seller-orders-toggle button.active{background:#f5a400;color:#fff}.seller-order-tabs{border-bottom:1px solid #d9dfe7;display:flex;gap:30px}.seller-order-tabs button{background:transparent;border:0;color:#667085;cursor:pointer;font:inherit;font-size:1.08rem;padding:0 30px 14px}.seller-order-tabs button.active{border-bottom:2px solid #f5a400;color:#f08c00}.seller-orders-list{display:grid;gap:18px}.seller-order-card{background:#fff;border:1px solid #d9dfe7;border-radius:14px;box-shadow:0 12px 28px #0f172a0a;display:grid;gap:18px;padding:26px}.seller-order-top{align-items:center;border-bottom:1px solid #eef0f3;display:grid;gap:16px;grid-template-columns:58px minmax(0,1fr) auto;padding-bottom:16px}.seller-order-top img{border-radius:6px;height:52px;object-fit:cover;width:58px}.seller-order-top h2{color:#020617;font-size:1.05rem;margin:0 0 8px}.seller-order-top p,.seller-order-info span{align-items:center;color:#667085;display:flex;gap:7px;margin:0}.seller-order-top svg,.seller-order-info svg{height:18px;width:18px}.seller-order-status{background:#dcfae6;border-radius:999px;color:#067647;font-size:.9rem;padding:8px 15px;text-transform:capitalize}.seller-order-status.pending,.seller-order-status.active{background:#fff4d6;color:#b54708}.seller-order-status.rejected{background:#fee4e2;color:#b42318}.seller-order-status.delivered,.seller-order-status.buyer_completed{background:#dbeafe;color:#1d4ed8}.seller-order-info{display:flex;flex-wrap:wrap;gap:18px}.seller-order-notes{background:#f8fafc;border-radius:8px;color:#667085;font-style:italic;margin:0;padding:14px 18px}.seller-order-actions{border-top:1px solid #eef0f3;display:flex;gap:12px;justify-content:flex-end;padding-top:16px}.seller-order-actions button{border:0;border-radius:8px;color:#fff;cursor:pointer;font:inherit;font-weight:700;min-height:50px;padding:0 24px}.order-primary-action{background:#3b82f6}.order-reject-action{background:#dc2626}.rfq-shell{background:#f6f6f6}.rfq-page{display:grid;gap:28px;margin:0 auto;max-width:min(1560px,calc(100vw - 32px));padding:38px 38px 70px;width:100%}.rfq-heading{align-items:center;display:flex;justify-content:space-between}.rfq-heading h1{color:#020617;font-size:2.5rem;margin:0 0 6px}.rfq-heading p{color:#667085;font-size:1rem;margin:0}.rfq-new-button{align-items:center;background:#f5a400;border:0;border-radius:8px;color:#070b12;cursor:pointer;display:flex;font:inherit;font-weight:800;gap:10px;min-height:56px;padding:0 28px}.rfq-new-button svg{height:21px;width:21px}.rfq-list{display:grid;gap:16px}.rfq-card{align-items:start;background:#fff;border:1px solid #d9dfe7;border-radius:12px;display:grid;gap:16px;grid-template-columns:260px minmax(0,1fr) auto;padding:16px 18px;position:relative}.clickable-rfq-card{cursor:pointer}.clickable-rfq-card:hover,.clickable-rfq-card:focus-visible{border-color:#f5a400;box-shadow:0 14px 28px #0f172a14;outline:0}.rfq-card h2{align-items:baseline;color:#020617;display:flex;font-size:1.1rem;gap:8px;margin:8px 0 6px}.rfq-card h2 span{color:#667085;font-size:1rem;font-weight:400}.rfq-card p,.rfq-card time{color:#667085;margin:0}.rfq-card time{justify-self:end}.rfq-card-side{display:grid;gap:12px;justify-items:end}.rfq-card-main{display:grid;gap:4px}.rfq-card-main h2{margin-top:0}.rfq-card .rfq-spec-preview{display:grid;gap:8px;justify-items:start}.rfq-card .rfq-spec-preview span{border-radius:999px}.rfq-status-select{border:0;border-radius:999px;cursor:pointer;font:inherit;font-size:.78rem;font-weight:800;min-height:31px;padding:0 11px;text-transform:capitalize}.rfq-status-select.active{background:#dcfae6;color:#067647}.rfq-status-select.deactive{background:#fee4e2;color:#b42318}.rfq-status-select:disabled{cursor:not-allowed;opacity:.72}.rfq-review-layout{display:grid;gap:20px}.rfq-review-layout.has-selection{align-items:start;grid-template-columns:330px minmax(0,1fr)}.rfq-review-layout.has-selection .rfq-list{grid-template-columns:1fr}.rfq-review-layout.has-selection .rfq-card{gap:10px;grid-template-columns:minmax(0,1fr) auto;padding:16px}.rfq-review-layout.has-selection .rfq-card-main h2{font-size:1.05rem}.rfq-review-layout.has-selection .rfq-spec-preview{display:none}.rfq-review-layout.has-selection .rfq-card-side{align-content:start;gap:10px;justify-items:end}.rfq-review-layout.has-selection .rfq-card time{font-size:.9rem;justify-self:end;white-space:nowrap}.rfq-review-panel{background:#fff;border:1px solid #dfe5ee;border-radius:10px;box-shadow:0 20px 52px #0f172a14;overflow:hidden}.rfq-review-heading{align-items:flex-start;border-bottom:1px solid #edf0f4;display:flex;justify-content:space-between;padding:22px 24px}.rfq-review-heading span{color:#f59f00;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.rfq-review-heading h2{color:#111827;font-size:1.8rem;margin:6px 0}.rfq-review-heading p{color:#667085;margin:0}.rfq-review-heading button{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:999px;color:#667085;cursor:pointer;display:inline-flex;height:36px;justify-content:center;width:36px}.rfq-review-content{display:grid;gap:18px;grid-template-columns:1fr;padding:22px}.rfq-review-content.has-offer-detail{align-items:start;grid-template-columns:340px minmax(560px,1fr)}.rfq-offer-list{display:grid;gap:10px}.rfq-offer-card{align-items:center;background:#fff;border:1px solid #edf0f4;border-radius:8px;color:#101828;cursor:pointer;display:flex;gap:16px;justify-content:space-between;min-width:0;padding:18px;text-align:left}.rfq-offer-card.selected{border-color:#f59f00;box-shadow:inset 3px 0 #f59f00,0 12px 28px #f59f001f}.rfq-offer-card img{aspect-ratio:1;border-radius:8px;object-fit:cover;width:64px}.rfq-offer-card div{display:grid;gap:4px;min-width:0}.rfq-offer-card span{color:#667085;font-size:.86rem}.rfq-offer-card em{background:transparent!important;color:#f59f00;font-size:.76rem;font-style:normal;font-weight:800;justify-self:start;letter-spacing:.08em;padding:0;text-transform:capitalize}.rfq-offer-card em.accepted{background:#dcfce7;color:#047857}.rfq-offer-card em.rejected{background:#fee2e2;color:#b91c1c}.rfq-offer-card em.submitted{color:#c2410c}.rfq-offer-card-actions{align-items:center;display:inline-flex;flex:0 0 auto;gap:7px}.rfq-offer-card-actions .quote-accept-button,.rfq-offer-card-actions .quote-reject-button{align-items:center;border:0;border-radius:7px;color:#fff;cursor:pointer;display:inline-flex;font-size:.86rem;font-weight:900;min-height:36px;padding:0 13px}.rfq-offer-card-actions .quote-accept-button{background:#12a150}.rfq-offer-card-actions .quote-reject-button{background:#df2424}.rfq-offer-detail,.rfq-offer-detail-empty{background:#fff;border:1px solid #edf0f4;border-radius:10px;min-height:280px}.rfq-offer-detail-empty{align-items:center;color:#667085;display:flex;justify-content:center;padding:28px;text-align:center}.rfq-offer-detail-top{align-items:center;border-bottom:1px solid #edf0f4;display:flex;justify-content:space-between;padding:20px}.rfq-offer-detail-top span{color:#f59f00;font-size:.78rem;font-weight:900;text-transform:uppercase}.rfq-offer-detail-top h3{color:#111827;font-size:1.5rem;margin:5px 0}.rfq-offer-detail-top p{color:#344054;font-weight:800;margin:0}.rfq-detail-section{border-bottom:1px solid #edf0f4}.rfq-detail-section summary{align-items:center;color:#111827;cursor:pointer;display:flex;font-weight:900;justify-content:space-between;list-style:none;padding:18px 20px}.rfq-detail-section summary::-webkit-details-marker{display:none}.rfq-detail-section[open] summary svg{transform:rotate(180deg)}.rfq-detail-grid,.rfq-document-grid{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));padding:0 20px 18px}.rfq-detail-row,.rfq-document-row{background:#f8fafc;border:1px solid #eef0f3;border-radius:8px;display:grid;gap:5px;padding:12px}.rfq-detail-row span,.rfq-document-row span{color:#8a94a6;font-size:.75rem;font-weight:900;text-transform:uppercase}.rfq-detail-row strong,.rfq-document-row strong{color:#101828;overflow-wrap:anywhere}.rfq-document-row button{background:#fff7ed;border:1px solid #fed7aa;border-radius:7px;color:#7c2d12;cursor:pointer;font-weight:900;min-height:34px;padding:0 12px;width:fit-content}.rfq-detail-photo-row{display:flex;flex-wrap:wrap;gap:10px;padding:0 20px 18px}.rfq-detail-photo-row button{background:transparent;border:0;cursor:pointer;padding:0}.rfq-detail-photo-row img{border:1px solid #edf0f4;border-radius:8px;height:96px;object-fit:cover;width:126px}.rfq-detail-note{background:#f8fafc;border-radius:8px;color:#475467;line-height:1.5;margin:0 20px 18px;padding:12px}.rfq-document-preview-frame{align-items:center;background:#fff;border-radius:12px;display:grid;gap:14px;justify-items:center;max-height:calc(100vh - 90px);max-width:min(980px,calc(100vw - 96px));padding:22px}.rfq-document-preview-frame strong{color:#111827}.rfq-document-preview-frame img,.rfq-document-preview-frame iframe{border:0;border-radius:8px;max-height:calc(100vh - 170px);max-width:100%}.rfq-document-preview-frame iframe{height:min(720px,calc(100vh - 170px));width:min(920px,calc(100vw - 140px))}.rfq-document-preview-fallback{display:grid;gap:12px;justify-items:center;padding:28px}.rfq-document-preview-fallback a{background:#f59f00;border-radius:7px;color:#111827;font-weight:900;padding:10px 16px}.rfq-mobile-back{display:none}.rfq-quotes{border-top:1px solid #eef0f3;display:grid;gap:10px;grid-column:1 / -1;padding-top:14px}.rfq-quotes h3{color:#101828;font-size:.98rem;margin:0}.rfq-quote-card{align-items:center;background:#f8fafc;border:1px solid #eef0f3;border-radius:10px;display:grid;gap:12px;grid-template-columns:72px minmax(0,1fr) auto;padding:10px}.rfq-quote-card img{aspect-ratio:4 / 3;border-radius:8px;object-fit:cover;width:72px}.rfq-quote-card div{display:grid;gap:3px}.rfq-quote-card strong{color:#101828}.rfq-quote-card span{color:#667085;font-size:.9rem}.rfq-quote-notes{color:#667085;font-size:.9rem;line-height:1.45;margin:5px 0 0}.rfq-modal.rfq-offers-modal{max-width:min(1560px,calc(100vw - 32px));width:min(1560px,calc(100vw - 32px))}.rfq-offers-table-wrap{overflow-x:auto}.rfq-offers-table{border-collapse:collapse;table-layout:fixed;min-width:100%;width:100%}.rfq-offers-table th:nth-child(1),.rfq-offers-table td:nth-child(1){width:12%}.rfq-offers-table th:nth-child(2),.rfq-offers-table td:nth-child(2){width:13%}.rfq-offers-table th:nth-child(3),.rfq-offers-table td:nth-child(3){width:11%}.rfq-offers-table th:nth-child(4),.rfq-offers-table td:nth-child(4){width:12%}.rfq-offers-table th:nth-child(5),.rfq-offers-table td:nth-child(5){width:13%}.rfq-offers-table th:nth-child(6),.rfq-offers-table td:nth-child(6){width:19%}.rfq-offers-table th:nth-child(7),.rfq-offers-table td:nth-child(7){width:9%}.rfq-offers-table th:nth-child(8),.rfq-offers-table td:nth-child(8){width:11%}.rfq-offers-table th{background:#f8fafc;color:#667085;font-size:.78rem;letter-spacing:.04em;padding:13px 12px;text-align:left;text-transform:uppercase;white-space:nowrap}.rfq-offers-table td{border-bottom:1px solid #eef0f3;color:#344054;max-width:none;padding:14px 12px;vertical-align:top;white-space:normal;word-break:normal}.rfq-offer-notes-cell{color:#667085;line-height:1.45}.rfq-offers-table tr:last-child td{border-bottom:0}.rfq-offer-image-button{background:transparent;border:0;cursor:pointer;padding:0}.rfq-offer-image-button img{aspect-ratio:4 / 3;border:1px solid #d9dfe7;border-radius:8px;object-fit:cover;width:82px}.rfq-offer-actions{display:flex;gap:8px}.rfq-offer-actions button{border:0;border-radius:8px;color:#fff;cursor:pointer;font:inherit;font-size:.9rem;font-weight:700;min-height:38px;padding:0 14px}.rfq-offer-actions button:disabled{cursor:not-allowed;opacity:.7}.quote-accept-button{background:#16a34a}.quote-reject-button{background:#dc2626}.rfq-image-preview{align-items:center;background:#000000d1;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;padding:72px;position:fixed;z-index:60}.rfq-image-preview img{border-radius:10px;max-height:82vh;max-width:min(980px,82vw);object-fit:contain}.rfq-image-close,.rfq-image-nav{align-items:center;background:#ffffffeb;border:0;border-radius:999px;color:#101828;cursor:pointer;display:flex;justify-content:center;position:fixed}.rfq-image-close{height:44px;right:30px;top:30px;width:44px}.rfq-image-nav{height:52px;top:50%;transform:translateY(-50%);width:52px}.rfq-image-nav.previous{left:34px}.rfq-image-nav.next{right:34px}.rfq-image-close svg,.rfq-image-nav svg{height:25px;width:25px}.rfq-status{background:#dcfae6;border-radius:999px;color:#067647;font-size:.78rem;font-weight:800;padding:6px 11px;text-transform:capitalize}.rfq-spec-preview{align-items:flex-start;align-content:flex-start;display:flex;flex-wrap:wrap;gap:8px}.rfq-spec-preview span{background:#f8fafc;border:1px solid #eef0f3;border-radius:999px;color:#344054;flex:0 0 auto;line-height:1.2;padding:8px 12px}.rfq-modal-backdrop{align-items:center;background:#00000094;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;overflow-y:auto;padding:28px;position:fixed;z-index:40}.rfq-modal{background:#fff;border-radius:12px;box-shadow:0 28px 80px #0f172a52;display:grid;gap:20px;max-height:calc(100vh - 56px);max-width:880px;overflow-y:auto;padding:28px;width:100%}.rfq-modal-heading{align-items:center;background:#fff;border-bottom:1px solid #eef0f3;display:flex;justify-content:space-between;margin:-28px -28px 0;padding:24px 28px 18px;position:sticky;top:-28px;z-index:2}.rfq-modal-heading h2{color:#101828;font-size:1.6rem;margin:0}.rfq-modal-heading button,.rfq-remove-spec{background:transparent;border:0;color:#667085;cursor:pointer;display:grid;place-items:center}.rfq-form-section{border-top:1px solid #eef0f3;display:grid;gap:18px;padding-top:20px}.rfq-form-section h3{color:#101828;font-size:1.05rem;margin:0}.rfq-form-grid{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.rfq-form-grid label,.rfq-wide-field,.rfq-spec-row label{color:#344054;display:grid;gap:8px}.rfq-form-grid label span,.rfq-wide-field span,.rfq-spec-row label span{font-weight:700}.rfq-form-grid input,.rfq-wide-field select,.rfq-wide-field textarea,.rfq-spec-row input,.rfq-spec-row select{border:1px solid #d9dfe7;border-radius:8px;color:#101828;font:inherit;min-height:48px;outline:0;padding:0 14px}.rfq-wide-field textarea{min-height:112px;padding:14px;resize:vertical}.rfq-duration-row{display:grid;gap:14px;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.rfq-duration-row label{color:#344054;display:grid;gap:8px}.rfq-duration-row label span{font-weight:700}.rfq-duration-row input,.rfq-duration-row select{border:1px solid #d9dfe7;border-radius:8px;color:#101828;font:inherit;min-height:48px;outline:0;padding:0 14px}.rfq-category-toggle{background:#f2f4f7;border:1px solid #d9dfe7;border-radius:8px;display:grid;gap:6px;grid-template-columns:repeat(2,minmax(0,1fr));padding:6px}.rfq-category-toggle button{background:transparent;border:0;border-radius:6px;color:#344054;cursor:pointer;font-weight:800;min-height:44px}.rfq-category-toggle button.selected{background:#101828;color:#fff}.rfq-spec-builder{display:grid;gap:12px}.rfq-spec-row{align-items:end;display:grid;gap:12px;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 38px}.rfq-remove-spec{border:1px solid #d9dfe7;border-radius:8px;height:48px}.rfq-add-spec{align-items:center;background:#fff;border:1px dashed #98a2b3;border-radius:8px;color:#344054;cursor:pointer;display:flex;font:inherit;font-weight:700;gap:8px;justify-content:center;min-height:46px}.rfq-submit-button{background:#f5a400;border:0;border-radius:8px;color:#070b12;cursor:pointer;font:inherit;font-weight:800;min-height:54px}.rfq-submit-button:disabled{cursor:not-allowed;opacity:.72}.seller-rfq-card{align-items:start;grid-template-columns:minmax(0,1fr);padding:14px 16px}.seller-rfq-page .rfq-list{grid-template-columns:repeat(4,minmax(0,1fr))}.seller-rfq-card .rfq-spec-preview{display:grid;gap:6px}.seller-rfq-card .rfq-spec-preview span{border-radius:8px;font-size:.82rem;padding:6px 9px;width:fit-content}.seller-rfq-meta{align-content:start;display:grid;gap:5px}.seller-rfq-meta strong{color:#101828}.seller-rfq-meta span,.seller-rfq-meta time{color:#667085;font-size:.86rem}.seller-rfq-meta button{align-items:center;background:#f5a400;border:0;border-radius:8px;color:#070b12;cursor:pointer;display:flex;font:inherit;font-weight:800;gap:8px;justify-content:center;margin-top:6px;min-height:38px}.seller-rfq-meta button:disabled{background:#e4e7ec;color:#667085;cursor:not-allowed}.seller-rfq-meta svg{height:18px;width:18px}.seller-rfq-notes{background:#f8fafc;border-radius:8px;color:#667085;line-height:1.6;margin:0;padding:14px 16px}.quote-modal{max-width:780px}.seller-rfq-request-summary{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.seller-rfq-request-summary div,.seller-rfq-listing-preview{background:#f8fafc;border:1px solid #eef0f3;border-radius:10px}.seller-rfq-request-summary div{display:grid;gap:4px;padding:12px}.seller-rfq-request-summary span,.seller-rfq-listing-preview span{color:#667085;font-size:.84rem}.seller-rfq-request-summary strong,.seller-rfq-listing-preview strong{color:#101828;font-size:.95rem}.seller-rfq-modal-specs{margin-top:4px}.seller-rfq-listing-preview{align-items:center;display:grid;gap:14px;grid-template-columns:78px minmax(0,1fr) auto;padding:12px}.seller-rfq-listing-preview img{aspect-ratio:1;border-radius:8px;height:78px;object-fit:cover;width:78px}.seller-rfq-listing-preview div{display:grid;gap:4px}.rfq-modal-heading p{color:#667085;margin:5px 0 0}.quote-photo-upload{align-items:center;border:1px dashed #98a2b3;border-radius:10px;color:#344054;cursor:pointer;display:flex;gap:10px;min-height:58px;padding:0 18px}.quote-photo-upload svg{color:#f5a400;height:22px;width:22px}.quote-photo-upload span{font-weight:700}.quote-photo-upload input{display:none}.login-shell{background:#f4f6f3}.login-page{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);min-height:calc(100vh - 78px)}.login-visual{align-items:flex-end;background:linear-gradient(180deg,#0f172a14,#0f172ad1),url(https://images.unsplash.com/photo-1581094480465-4e6c25fb4a52?auto=format&fit=crop&w=1500&q=85);background-position:center;background-size:cover;display:flex;padding:clamp(34px,5vw,72px)}.visual-content{color:#fff;max-width:650px}.visual-badge,.visual-points span,.form-icon,.input-wrap,.form-row,.remember-option,.login-submit{align-items:center;display:flex}.visual-badge{background:#ffffff24;border:1px solid rgba(255,255,255,.26);border-radius:999px;gap:10px;margin-bottom:22px;padding:10px 16px;width:fit-content}.visual-badge svg,.visual-points svg{color:#f5a400;flex:0 0 auto;height:20px;width:20px}.visual-content h1{font-size:clamp(2.4rem,5vw,5rem);line-height:1;margin:0 0 30px;max-width:720px}.visual-points{display:grid;gap:13px}.visual-points span{gap:10px;line-height:1.4}.login-panel-wrap{align-items:center;display:flex;justify-content:center;padding:clamp(28px,5vw,70px)}.login-panel{background:#fff;border:1px solid #e5e9e3;border-radius:8px;box-shadow:0 24px 70px #0f172a1f;display:grid;gap:22px;max-width:470px;padding:clamp(28px,4vw,42px);width:100%}.form-heading{margin-bottom:4px}.form-icon{background:#fff2d7;border-radius:12px;color:#d88700;height:46px;justify-content:center;margin-bottom:18px;width:46px}.form-heading p{color:#d88700;font-weight:800;margin:0 0 8px}.form-heading h2{color:#111827;font-size:clamp(2rem,4vw,2.7rem);line-height:1.05;margin:0}.field{color:#293241;display:grid;font-weight:700;gap:9px}.input-wrap{background:#f8faf7;border:1px solid #dbe2d7;border-radius:8px;gap:11px;min-height:54px;padding:0 15px}.input-wrap:focus-within{background:#fff;border-color:#f5a400;box-shadow:0 0 0 4px #f5a40029}.input-wrap svg{color:#747e88;flex:0 0 auto;height:20px;width:20px}.input-wrap input{background:transparent;border:0;color:#111827;flex:1;font:inherit;font-weight:500;min-width:0;outline:0}.input-wrap input::placeholder{color:#8b949e}.input-wrap button{background:transparent;border:0;color:#6b7280;cursor:pointer;display:grid;padding:4px;place-items:center}.form-row{color:#4b5563;font-size:.95rem;justify-content:space-between;gap:16px}.remember-option{gap:8px}.remember-option input{accent-color:#f5a400;height:16px;width:16px}.form-row a,.signup-text a{color:#b96f00;font-weight:800}.login-submit{background:#111827;border:0;border-radius:8px;color:#fff;cursor:pointer;font-weight:800;gap:10px;justify-content:center;min-height:56px;padding:0 20px}.login-submit:hover,.login-submit:focus-visible{background:#f5a400;color:#111827}.login-submit:disabled{cursor:not-allowed;opacity:.7}.signup-text{color:#4b5563;line-height:1.5;margin:0;text-align:center}.register-shell{background:#3c3f41}.register-page{background:linear-gradient(115deg,#4a141af5,#3c3f41e0),url(https://images.unsplash.com/photo-1541888946425-d81bb19240f5?auto=format&fit=crop&w=1800&q=85);background-position:center;background-size:cover;display:grid;grid-template-columns:minmax(0,.9fr) minmax(460px,.8fr);min-height:calc(100vh - 78px);padding:clamp(28px,5vw,64px) clamp(20px,7vw,120px)}.register-intro{align-items:center;color:#fff;display:flex;min-width:0;padding-right:clamp(24px,5vw,78px)}.register-intro-content{max-width:680px}.register-kicker{background:#ffffff1f;border:1px solid rgba(245,180,69,.42);border-radius:999px;color:#f5b445;display:inline-flex;font-weight:800;margin-bottom:24px;padding:10px 16px}.register-intro h1{font-size:clamp(2.6rem,5vw,5.6rem);line-height:.98;margin:0 0 24px}.register-intro p{color:#ffffffc7;font-size:1.08rem;line-height:1.75;margin:0;max-width:590px}.register-stats{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.register-stats span{align-items:center;background:#1517185c;border:1px solid rgba(255,255,255,.16);border-radius:8px;display:flex;gap:9px;padding:12px 14px}.register-stats svg{color:#f5b445;height:20px;width:20px}.register-panel-wrap{align-items:center;display:flex;justify-content:flex-end;min-width:0}.register-panel{background:#fffffff5;border:1px solid rgba(245,180,69,.32);border-radius:8px;box-shadow:0 30px 80px #0e0a0b61;display:grid;gap:16px;max-width:540px;padding:clamp(24px,4vw,38px);width:100%}.register-heading{margin-bottom:4px}.register-heading p{color:#9d2731;font-weight:900;margin:0 0 8px}.register-heading h2{color:#25191b;font-size:clamp(2rem,4vw,2.8rem);line-height:1.05;margin:0}.register-field{color:#30292b;display:grid;font-weight:800;gap:8px}.register-input{align-items:center;background:#f7f5f1;border:1px solid #d9d2c8;border-radius:8px;display:flex;gap:11px;min-height:52px;padding:0 14px}.register-input:focus-within{background:#fff;border-color:#d8a136;box-shadow:0 0 0 4px #d8a1362e}.register-input svg{color:#8b555b;flex:0 0 auto;height:19px;width:19px}.register-input input,.register-input select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;color:#21191a;flex:1;font:inherit;font-weight:600;min-width:0;outline:0;width:100%}.register-input input::placeholder{color:#948b86}.register-input button{background:transparent;border:0;color:#6f6262;cursor:pointer;display:grid;padding:4px;place-items:center}.select-input svg:last-child{color:#9d2731;pointer-events:none}.phone-input{gap:9px}.phone-code{background:#4a141a;border-radius:6px;color:#f8d894;flex:0 0 auto;font-weight:900;padding:7px 10px}.input-error{border-color:#9d2731;box-shadow:0 0 0 4px #9d273124}.field-error{color:#9d2731;font-size:.9rem}.terms-option{align-items:flex-start;color:#4f4748;display:flex;gap:10px;line-height:1.5}.terms-option input{accent-color:#9d2731;flex:0 0 auto;height:17px;margin-top:3px;width:17px}.terms-option a,.login-link a{color:#9d2731;font-weight:900}.register-submit{align-items:center;background:#4a141a;border:0;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-weight:900;gap:10px;justify-content:center;min-height:56px;padding:0 20px}.register-submit:hover,.register-submit:focus-visible{background:#d8a136;color:#21191a}.register-submit:disabled{cursor:not-allowed;opacity:.7}.form-message{border-radius:8px;font-weight:800;line-height:1.45;margin:0;padding:12px 14px}.form-message.error{background:#fde8e8;color:#9d2731}.form-message.success{background:#edf8ed;color:#23623a}.login-link{color:#554d4e;line-height:1.5;margin:0;text-align:center}.seller-shell{background:#f4f0ea}.seller-page{background:linear-gradient(110deg,#1c1f20eb,#5a171ec2),url(https://images.unsplash.com/photo-1572981779307-38b8cabb2407?auto=format&fit=crop&w=1800&q=85);background-position:center;background-size:cover;display:grid;gap:clamp(28px,6vw,70px);grid-template-columns:minmax(0,.9fr) minmax(440px,540px);min-height:calc(100vh - 78px);padding:clamp(32px,6vw,82px) clamp(20px,7vw,120px)}.seller-copy{align-self:center;color:#fff;max-width:680px}.seller-copy h1{font-size:clamp(2.7rem,5vw,5.4rem);line-height:.98;margin:0 0 24px}.seller-copy p{color:#ffffffc7;font-size:1.08rem;line-height:1.75;margin:0;max-width:560px}.seller-panel{align-self:center;background:#fffffff7;border:1px solid rgba(216,161,54,.38);border-radius:8px;box-shadow:0 30px 80px #0e0a0b52;display:grid;gap:16px;padding:clamp(24px,4vw,38px)}.seller-home-shell{background:#f4f6f3}.seller-dashboard-shell{background:#f4f6f3;min-height:100vh}.partner-dashboard-topbar{background:#141922;height:10vh;min-height:44px;width:100%}.partner-dashboard-page{min-height:90vh;padding:22px 38px 56px 88px;position:relative}.partner-sidebar-toggle{align-items:center;background:#111827;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;height:46px;justify-content:center;left:20px;position:fixed;top:max(10px,calc(5vh - 23px));width:46px;z-index:45}.partner-sidebar{background:#141922;border:0;border-radius:0;box-shadow:0 22px 55px #0f172a29;bottom:0;color:#fff;left:0;overflow:hidden;position:fixed;top:0;transform:translate(-105%);transition:transform .22s ease;width:310px;z-index:50}.partner-sidebar.open{transform:translate(0)}.partner-sidebar>div{align-items:center;border-bottom:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;padding:22px}.partner-sidebar button{align-items:center;background:transparent;border:0;color:#cbd5e1;cursor:pointer;display:inline-flex}.partner-sidebar nav{display:grid;gap:4px;padding:16px 12px}.partner-sidebar a{align-items:center;border-radius:8px;color:#dbe3ee;display:flex;font-weight:700;gap:12px;padding:14px 12px}.partner-sidebar a:hover,.partner-sidebar a:focus-visible{background:#f5a4001f;color:#fff}.partner-sidebar a svg{color:#f5a400;height:19px;width:19px}.partner-dashboard-content{margin:42px auto 0;max-width:1120px}.partner-dashboard-content>span{color:#f5a400;display:block;font-size:.82rem;font-weight:800;letter-spacing:.08em;margin-bottom:10px;text-transform:uppercase}.partner-dashboard-content h1{color:#0f172a;font-size:clamp(2.1rem,5vw,4rem);line-height:1;margin:0 0 12px}.partner-dashboard-content p{color:#64748b;font-size:1.05rem;line-height:1.6;margin:0;max-width:620px}.partner-dashboard-grid{display:grid;gap:18px;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:34px}.partner-dashboard-grid a{background:#fff;border:1px solid #dfe5ee;border-radius:10px;box-shadow:0 16px 40px #0f172a0f;color:#334155;display:grid;gap:12px;min-height:190px;padding:22px}.partner-dashboard-grid a>svg{color:#f5a400;height:28px;width:28px}.partner-dashboard-grid strong{color:#111827;font-size:1.12rem}.partner-dashboard-grid span{line-height:1.45}.seller-dashboard{display:grid;gap:28px;margin:0 auto;max-width:1540px;min-height:calc(100vh - 78px);padding:38px 64px 42px}.seller-dashboard-heading{align-items:center;display:flex;gap:24px;justify-content:space-between}.seller-dashboard-heading h1{color:#070b12;font-size:clamp(1.9rem,3vw,2.5rem);line-height:1;margin:0 0 12px}.seller-dashboard-heading p{color:#556070;font-size:1rem;margin:0}.dashboard-add-link{background:#f5a400;border-radius:8px;color:#080b12;font-size:1rem;gap:12px;margin:0;min-height:60px;padding:0 28px}.dashboard-add-link span{font-size:1.8rem;font-weight:500;line-height:1}.seller-empty{background:#fff;border:1px solid #e2d9ca;border-radius:8px;color:#5f5b57;font-weight:800;margin:0;padding:22px}.listing-table{background:#fff;border:1px solid #dfe3ea;border-radius:14px;overflow:hidden}.listing-table-head,.listing-row{align-items:center;display:grid;grid-template-columns:2.45fr 1.1fr 1.3fr 1.1fr .95fr 1.3fr .9fr;min-width:980px}.listing-table-head{border-bottom:1px solid #dfe3ea;color:#667085;font-size:.78rem;font-weight:900;letter-spacing:.04em;min-height:54px;padding:0 20px;text-transform:uppercase}.listing-row{border-bottom:1px solid #eef0f3;min-height:0;padding:8px 20px}.listing-row:last-child{border-bottom:0}.listing-name-cell{align-items:center;display:flex;gap:12px;min-width:0}.listing-name-cell img{border-radius:6px;flex:0 0 auto;height:52px;object-fit:cover;width:84px}.listing-name-cell div{display:grid;gap:5px;min-width:0}.listing-name-cell strong{color:#05070c;font-size:.95rem}.listing-name-cell span{color:#8a93a3;font-size:.8rem}.type-badge{background:#fff0bf;border-radius:999px;color:#7f3f00;display:inline-flex;font-size:.76rem;font-weight:800;padding:5px 10px}.location-cell{align-items:center;color:#17213a;display:flex;gap:8px;font-size:.9rem}.location-cell svg{color:#667085;height:17px;width:17px}.daily-rate,.date-cell{color:#17213a;font-size:.9rem}.status-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:999px;cursor:pointer;font:inherit;font-size:.82rem;font-weight:800;min-height:0;padding:5px 10px;width:fit-content}.status-select.active{background:#e7f8ef;color:#067647}.status-select.inactive{background:#fde8e8;color:#b42318}.table-actions{display:flex;gap:14px}.table-actions button{background:transparent;border:0;color:#667085;cursor:pointer;display:grid;padding:4px;place-items:center}.table-actions svg{height:19px;width:19px}.seller-welcome{align-items:center;background:linear-gradient(#1118279e,#1118279e),url(https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1800&q=85);background-position:center;background-size:cover;color:#fff;display:flex;justify-content:center;min-height:calc(100vh - 78px);padding:40px 20px;text-align:center}.seller-welcome h1{font-size:clamp(2.4rem,6vw,5rem);line-height:1;margin:0}.add-item-link{align-items:center;background:#f5a400;border-radius:8px;color:#111827;display:inline-flex;font-size:1.1rem;font-weight:900;justify-content:center;margin-top:28px;min-height:54px;padding:0 22px}.add-item-shell{background:#f5f4f0}.add-item-page{display:grid;gap:28px;margin:0 auto;max-width:1180px;padding:clamp(30px,5vw,70px) clamp(16px,5vw,42px)}.add-item-heading{max-width:820px}.add-item-heading h1{color:#27191b;font-size:clamp(2.2rem,4.3vw,4.2rem);line-height:1;margin:0 0 18px;white-space:nowrap}.add-item-heading p{color:#5f5b57;font-size:1.05rem;line-height:1.7;margin:0}.add-item-form{display:grid;gap:22px}.form-section{background:#fff;border:1px solid #e2d9ca;border-radius:8px;box-shadow:0 18px 42px #2f242114;display:grid;gap:18px;padding:clamp(22px,4vw,34px)}.form-section h2{color:#4a141a;font-size:1.45rem;line-height:1.2;margin:0}.category-toggle{background:#f2eee7;border:1px solid #ded5c7;border-radius:8px;display:grid;gap:6px;grid-template-columns:repeat(2,minmax(0,1fr));padding:6px}.category-toggle button{background:transparent;border:0;border-radius:6px;color:#554d4e;cursor:pointer;font-weight:900;min-height:48px}.category-toggle button.selected{background:#4a141a;color:#fff}.add-item-grid{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.document-upload-grid{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.single-document-upload{margin-top:16px}.add-item-textarea{background:#f7f5f1;border:1px solid #d9d2c8;border-radius:8px;color:#21191a;font:inherit;font-weight:600;min-height:130px;outline:0;padding:14px;resize:vertical}.add-item-textarea:focus{background:#fff;border-color:#d8a136;box-shadow:0 0 0 4px #d8a1362e}.active-option{align-items:center;color:#4f4748;display:flex;font-weight:800;gap:10px}.active-option input{accent-color:#4a141a;height:18px;width:18px}.photo-upload{align-items:center;background:#f7f5f1;border:1px dashed #b9aa96;border-radius:8px;color:#4f4748;cursor:pointer;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;min-height:74px;padding:18px}.photo-upload svg{color:#9d2731;height:26px;width:26px}.photo-upload span{font-weight:900}.photo-upload input{margin-left:auto;max-width:280px}.photo-count{color:#6b625e;font-weight:800;margin:0}.image-preview-strip{display:flex;flex-wrap:wrap;gap:10px;grid-column:1 / -1;margin-top:12px;width:100%}.file-preview-tile{position:relative}.file-preview-open{background:transparent;border:0;cursor:pointer;display:block;padding:0}.file-preview-open img{background:#f7f3ee;border:1px solid #e2d6c8;border-radius:8px;height:72px;object-fit:cover;width:92px}.file-preview-open span{align-items:center;background:#fff;border:1px solid #e2d6c8;border-radius:8px;color:#4f4748;display:flex;font-size:.86rem;font-weight:800;gap:8px;min-height:72px;max-width:230px;padding:10px 12px}.file-preview-open span svg{color:#9d2731;height:20px;width:20px}.file-preview-remove{align-items:center;background:#fff;border:1px solid #e7c8cb;border-radius:999px;box-shadow:0 8px 18px #4a141a38;color:#7a1b25;cursor:pointer;display:inline-flex;height:24px;justify-content:center;padding:0;position:absolute;right:-8px;top:-8px;width:24px;z-index:2}.file-preview-remove svg{height:14px;stroke-width:3;width:14px}.file-preview-modal-backdrop{align-items:center;background:#000000ad;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;padding:24px;position:fixed;z-index:100}.file-preview-modal{align-items:center;background:#fff;border-radius:12px;box-shadow:0 28px 80px #0000005c;display:flex;justify-content:center;max-height:min(760px,calc(100vh - 48px));max-width:min(980px,calc(100vw - 48px));min-height:220px;min-width:min(520px,calc(100vw - 48px));padding:24px;position:relative}.file-preview-modal img,.file-preview-modal iframe{border:0;border-radius:8px;max-height:calc(100vh - 110px);max-width:100%}.file-preview-modal iframe{height:min(700px,calc(100vh - 110px));width:min(920px,calc(100vw - 96px))}.file-preview-modal-close{align-items:center;background:#fff;border:1px solid #e7c8cb;border-radius:999px;box-shadow:0 10px 24px #4a141a33;color:#7a1b25;cursor:pointer;display:inline-flex;height:34px;justify-content:center;padding:0;position:absolute;right:14px;top:14px;width:34px}.file-preview-modal-close svg{stroke-width:3}.file-preview-document{align-items:center;color:#4f4748;display:grid;gap:10px;justify-items:center;padding:36px;text-align:center}.file-preview-document svg{color:#9d2731;height:46px;width:46px}@media(max-width:900px){.site-header{gap:18px;height:auto;min-height:78px;padding:14px 20px}.brand{font-size:25px;margin-right:4px}.main-nav{gap:18px;font-size:15px}.profile-menu{right:-2px;width:min(320px,calc(100vw - 40px))}.login-page{grid-template-columns:1fr}.login-visual{min-height:380px}.register-page{grid-template-columns:1fr}.register-intro{padding:0 0 36px}.register-panel-wrap{justify-content:center}.seller-page{grid-template-columns:1fr}.seller-dashboard-heading{align-items:flex-start;flex-direction:column}.listing-table{overflow-x:auto}.add-item-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.site-header{align-items:flex-start;flex-wrap:wrap}.main-nav{flex-basis:100%;order:3}.profile-area{margin-left:auto}.login-panel-wrap{padding:22px 16px 36px}.login-visual{min-height:330px;padding:26px 20px}.form-row{align-items:flex-start;flex-direction:column}.register-page{padding:24px 16px 36px}.register-panel{gap:15px}.register-stats{display:grid}.seller-page,.seller-dashboard{padding:24px 16px 36px}.add-item-grid,.category-toggle{grid-template-columns:1fr}.photo-upload{align-items:flex-start;grid-template-columns:24px minmax(0,1fr);flex-direction:column}.photo-upload input{grid-column:1 / -1;margin-left:0;max-width:100%;width:100%}.add-item-heading h1{white-space:normal}}@media(max-width:1180px){.site-header{padding-left:24px;padding-right:24px}.brand{font-size:28px;margin-right:16px}.main-nav{gap:8px;font-size:.92rem}.nav-pill,.nav-list-link{padding:0 11px}.sales-contact{display:none}.result-grid{grid-template-columns:repeat(2,minmax(260px,1fr))}.seller-rfq-page .rfq-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){body{overflow-x:hidden}.mobile-menu-button{align-items:center;background:#fff;border:1px solid #d9dfe7;border-radius:10px;color:#111827;cursor:pointer;display:flex;height:44px;justify-content:center;margin-left:auto;order:2;width:44px}.mobile-menu-button svg{height:22px;width:22px}.site-header{align-items:center;flex-wrap:wrap;gap:12px;min-height:70px;padding:12px 16px;position:sticky;top:0;z-index:50}.brand{font-size:26px;margin-right:0;order:1}.main-nav{background:#fff;border:1px solid #e4e7ec;border-radius:14px;box-shadow:0 18px 42px #0f172a1f;display:none;flex-basis:100%;gap:10px;max-height:calc(100vh - 94px);order:5;overflow-y:auto;padding:12px;width:100%}.mobile-menu-open .main-nav{display:grid}.nav-pill,.nav-list-link{border:1px solid #e4e7ec;justify-content:space-between;min-height:48px;width:100%}.nav-mega-item:after,.nav-seller-item:after{display:none}.mega-menu,.seller-mega-menu{box-shadow:none;display:grid;gap:12px;grid-template-columns:1fr;left:auto;min-height:0;padding:12px 0 0;position:static;top:auto;width:100%}.nav-mega-item:hover .mega-menu,.nav-mega-item:focus-within .mega-menu,.nav-seller-item:hover .seller-mega-menu,.nav-seller-item:focus-within .seller-mega-menu{display:grid;grid-template-columns:1fr}.mega-column{background:#f8fafc;border:1px solid #eef0f3;border-radius:10px;gap:8px;padding:12px}.mega-link{grid-template-columns:42px minmax(0,1fr)}.mega-link span{height:42px;width:42px}.seller-mega-menu{padding:12px 0 0}.seller-mega-intro{clip-path:none;padding:18px}.seller-mega-menu article{background:#f8fafc;border:1px solid #eef0f3;border-radius:10px;justify-items:start;padding:16px;text-align:left}.seller-mega-visual{border-radius:10px;height:auto;justify-items:start;width:100%}.user-shortcuts{gap:14px;margin-left:0;order:3}.profile-area{margin-left:0;order:4}.profile-button{height:46px;width:46px}.profile-button-active{width:76px}.profile-button span{height:36px;width:36px}.header-notifications{left:12px;right:12px;top:72px;width:auto}.profile-menu{right:0;top:54px;width:min(330px,calc(100vw - 24px));z-index:60}.home-search{min-height:calc(100svh - 70px);padding:28px 14px 34px}.home-hero-copy h1{font-size:2.35rem}.home-hero-copy p{white-space:normal}.home-search-panel{padding:16px}.home-category-tabs{gap:8px;margin-bottom:18px;width:100%}.home-category-tabs button{border-radius:8px;flex:1;font-size:1rem;min-height:54px;padding:0 12px}.home-category-tabs button.active{border-radius:8px}.home-item-options{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:22px;width:100%}.home-item-options button{font-size:.92rem;min-height:50px;min-width:0;padding:0 12px}.home-details-grid,.request-grid,.rfq-form-grid,.rfq-duration-row,.rfq-spec-row,.document-upload-grid{grid-template-columns:1fr}.why-trexo,.trexo-offers,.home-footer{padding-left:18px;padding-right:18px}.why-trexo-grid,.trexo-offers-grid,.home-footer-inner,.footer-contact-grid{grid-template-columns:1fr}.footer-bottom{align-items:flex-start;flex-direction:column}.search-page{display:grid;grid-template-columns:1fr}.filters-panel{border-bottom:1px solid #e4e7ec;border-right:0;height:auto;max-height:none;overflow:visible;padding:18px;position:static}.filters-heading{margin-bottom:18px}.filter-group{margin-bottom:18px;padding-bottom:18px}.search-results{padding:22px 18px 34px}.result-grid{gap:18px;grid-template-columns:1fr}.result-image-wrap{height:220px}.listing-detail-page{gap:26px;grid-template-columns:1fr;padding:24px 18px 40px}.listing-gallery>img{height:auto;max-height:420px}.rate-card,.detail-facts,.spec-grid{grid-template-columns:1fr}.spec-grid div{gap:12px}.request-modal,.login-prompt,.rfq-modal{border-radius:14px;max-height:calc(100svh - 24px);padding:20px}.request-modal-backdrop,.login-prompt-backdrop,.rfq-modal-backdrop{align-items:stretch;padding:12px}.rfq-modal-heading{margin:-20px -20px 0;padding:18px 20px 14px;top:-20px}.rfq-heading,.seller-dashboard-heading{align-items:stretch;flex-direction:column}.rfq-page,.seller-dashboard,.add-item-page{padding:24px 18px 40px}.partner-dashboard-page{padding:76px 12px 40px}.partner-sidebar-toggle{height:38px;left:8px;top:8px;width:38px}.add-item-page{padding-left:12px;padding-right:12px}.partner-sidebar{width:min(310px,86vw)}.partner-dashboard-grid{grid-template-columns:1fr}.settings-page{padding:32px 18px 56px}.settings-hero,.settings-card-heading{align-items:flex-start;flex-direction:column}.settings-grid,.settings-layout{grid-template-columns:1fr}.settings-card,.settings-side-card{padding:20px}.rfq-card,.seller-rfq-page .rfq-list,.seller-rfq-card,.rfq-review-layout.has-selection,.rfq-review-content,.rfq-detail-grid,.rfq-document-grid{grid-template-columns:1fr}.rfq-review-layout.has-selection>.rfq-list{display:none}.rfq-review-panel{width:100%}.rfq-review-content.has-offer-detail{grid-template-columns:1fr}.rfq-review-content.has-offer-detail .rfq-offer-list{display:none}.rfq-mobile-back{align-items:center;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;color:#7c2d12;cursor:pointer;display:inline-flex;font-weight:900;min-height:40px;padding:0 14px;width:fit-content}.rfq-offer-card{align-items:flex-start;flex-direction:column}.rfq-offer-card-actions{width:100%}.rfq-offer-card-actions .quote-accept-button,.rfq-offer-card-actions .quote-reject-button{justify-content:center;flex:1}.rfq-review-layout.has-selection .rfq-spec-preview{display:flex}.rfq-review-heading,.rfq-offer-detail-top{align-items:flex-start;flex-direction:column;gap:14px}.seller-rfq-request-summary,.seller-rfq-listing-preview{grid-template-columns:1fr}.seller-rfq-listing-preview img{height:96px;width:96px}.rfq-card-side{align-items:start;justify-items:start}.rfq-card time{justify-self:start}.rfq-offers-table{min-width:880px}.seller-page,.register-page{min-height:auto}.seller-copy h1,.register-intro h1,.visual-content h1{font-size:2.35rem}.add-item-heading h1{white-space:normal}.add-item-grid{grid-template-columns:1fr}.listing-table{background:transparent;border:0;border-radius:0;display:grid;gap:14px;overflow:visible}.listing-table-head{display:none}.listing-row{background:#fff;border:1px solid #dfe3ea;border-radius:12px;display:grid;gap:12px;grid-template-columns:1fr;min-width:0;padding:14px}.listing-name-cell img{height:74px;width:112px}.table-actions{border-top:1px solid #eef0f3;justify-content:flex-end;padding-top:8px}.login-page{grid-template-columns:1fr}}@media(max-width:520px){.site-header{gap:10px;padding:10px 12px}.brand{font-size:24px}.user-shortcuts{flex-basis:100%;justify-content:space-between;order:5;padding:4px 2px 0}.mobile-menu-open .user-shortcuts{display:none}.profile-area{margin-left:0}.profile-menu{right:-2px}.header-notifications{top:116px}.home-hero-copy h1{font-size:2rem}.home-item-options{grid-template-columns:1fr}.home-actions,.login-prompt-actions{display:grid;grid-template-columns:1fr;width:100%}.home-primary-button,.home-secondary-button,.dashboard-add-link,.rfq-new-button{width:100%}.result-meta{align-items:flex-start;flex-direction:column;gap:10px}.listing-name-cell{align-items:flex-start}.listing-name-cell img{height:88px;width:118px}.register-panel,.login-panel,.seller-panel,.form-section{padding:18px}.rfq-image-preview{padding:54px 12px}.rfq-image-preview img{max-width:92vw}.rfq-image-nav.previous{left:12px}.rfq-image-nav.next{right:12px}}
