.ofb-search-form{display:grid;grid-template-columns:minmax(220px,1.6fr) minmax(160px,1fr) minmax(150px,1fr) 130px 110px 110px auto;gap:10px;align-items:end}.ofb-search-form.is-compact{grid-template-columns:minmax(220px,1.8fr) minmax(160px,1fr) minmax(160px,1fr) auto}.ofb-field{display:flex;flex-direction:column;gap:6px}.ofb-field label{font-size:.74rem;font-weight:800;color:#6b7280}.ofb-field input,.ofb-field select,.ofb-submit-form input,.ofb-submit-form select,.ofb-submit-form textarea,.ofb-message-form textarea{width:100%;border:1px solid #dfe3e8;border-radius:11px;padding:12px 13px;background:#fff;color:#17191c;font:inherit;outline:none}.ofb-field input:focus,.ofb-field select:focus,.ofb-submit-form input:focus,.ofb-submit-form select:focus,.ofb-submit-form textarea:focus,.ofb-message-form textarea:focus{border-color:#ff9d47;box-shadow:0 0 0 3px rgba(255,122,0,.12)}.ofb-search-button,.ofb-primary,.ofb-secondary{border:0;border-radius:11px;padding:12px 17px;font-weight:800;cursor:pointer}.ofb-search-button,.ofb-primary{background:#ff7a00;color:#fff}.ofb-secondary{background:#fff;border:1px solid #dfe3e8;color:#17191c}.ofb-result-head{display:flex;justify-content:space-between;align-items:center;margin:22px 0 14px;color:#6b7280}.ofb-result-head strong{color:#17191c}.ofb-ad-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.ofb-ad-card{overflow:hidden;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 5px 18px rgba(17,24,39,.035);transition:.18s ease}.ofb-ad-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(17,24,39,.09)}.ofb-ad-image{display:block;aspect-ratio:4/3;background:#eceff3;overflow:hidden}.ofb-ad-image img{width:100%;height:100%;object-fit:cover;transition:.25s ease}.ofb-ad-card:hover .ofb-ad-image img{transform:scale(1.025)}.ofb-ad-body{padding:14px}.ofb-ad-meta{display:flex;justify-content:space-between;gap:10px;color:#7b818b;font-size:.72rem}.ofb-ad-card h3{font-size:.98rem;line-height:1.3;margin:9px 0 10px}.ofb-ad-price{font-weight:900;font-size:1.08rem}.ofb-empty,.ofb-notice,.ofb-error,.ofb-success{grid-column:1/-1;padding:18px;border-radius:12px;background:#fff;border:1px solid #e5e7eb}.ofb-error{background:#fff1f2;border-color:#fecdd3;color:#9f1239}.ofb-success{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.ofb-pagination{margin:28px 0;display:flex;justify-content:center}.ofb-pagination .page-numbers{display:inline-flex;padding:8px 11px;margin:0 3px;border-radius:8px;background:#fff;border:1px solid #e5e7eb}.ofb-pagination .current{background:#17191c;color:#fff}.ofb-submit-form{display:grid;gap:18px}.ofb-form-section{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px}.ofb-form-section h2{font-size:1.15rem;margin:0 0 16px}.ofb-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ofb-form-grid label{font-size:.82rem;font-weight:800}.ofb-form-grid label.wide{grid-column:1/-1}.ofb-form-grid input,.ofb-form-grid select,.ofb-form-grid textarea{margin-top:6px;font-weight:500}.ofb-dashboard-nav{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.ofb-dashboard-nav a{padding:10px 12px;border-radius:10px;background:#fff;border:1px solid #e5e7eb;font-weight:750}.ofb-dashboard-list{background:#fff;border:1px solid #e5e7eb;border-radius:15px;overflow:hidden}.ofb-dashboard-row{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:16px 18px;border-bottom:1px solid #edf0f3}.ofb-dashboard-row:last-child{border:0}.ofb-dashboard-row small{display:block;color:#6b7280;margin-top:4px}.ofb-single-wrap{width:min(1180px,calc(100% - 28px));margin:28px auto}.ofb-breadcrumb{font-size:.8rem;color:#6b7280;margin:0 0 14px}.ofb-single-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(290px,.7fr);gap:22px}.ofb-single-media,.ofb-single-card,.ofb-seller-card,.ofb-facts-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;overflow:hidden}.ofb-single-media{display:grid;place-items:center;min-height:420px}.ofb-single-media img{width:100%;max-height:620px;object-fit:contain}.ofb-no-image{color:#9ca3af;font-size:1.5rem;font-weight:800}.ofb-single-card,.ofb-seller-card,.ofb-facts-card{padding:22px;margin-top:16px}.ofb-single-topline{display:flex;justify-content:space-between;color:#6b7280;font-size:.8rem}.ofb-single-card h1{font-size:1.75rem;margin:10px 0}.ofb-single-price{font-size:1.7rem;font-weight:900;margin-bottom:18px}.ofb-description{border-top:1px solid #edf0f3;padding-top:18px}.ofb-seller-card{margin-top:0}.ofb-label{font-size:.72rem;color:#6b7280;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.ofb-seller-card h3{margin:8px 0 2px}.ofb-seller-card p{color:#6b7280;font-size:.86rem}.ofb-seller-actions{display:grid;gap:10px}.ofb-inline-form{margin:0}.ofb-inline-form button{width:100%}.ofb-message-form{display:grid;gap:8px}.ofb-facts-card dl{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0}.ofb-facts-card dt{color:#6b7280}.ofb-facts-card dd{text-align:right;font-weight:700;margin:0}.ofb-message-list{display:grid;gap:10px}.ofb-message-item{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px}.ofb-message-item>span{display:block;color:#6b7280;font-size:.8rem;margin-top:2px}.ofb-message-item p{margin:10px 0}.ofb-message-item small{color:#9ca3af}.ofb-primary{display:inline-flex;justify-content:center;align-items:center;text-align:center}
@media(max-width:1050px){.ofb-search-form{grid-template-columns:1fr 1fr 1fr}.ofb-search-form.is-compact{grid-template-columns:1fr 1fr}.ofb-search-button{min-height:46px}.ofb-ad-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.ofb-search-form,.ofb-search-form.is-compact{grid-template-columns:1fr}.ofb-ad-grid{grid-template-columns:repeat(2,1fr)}.ofb-single-grid{grid-template-columns:1fr}.ofb-single-media{min-height:260px}.ofb-form-grid{grid-template-columns:1fr}.ofb-form-grid label.wide{grid-column:auto}}
@media(max-width:480px){.ofb-ad-grid{grid-template-columns:1fr 1fr;gap:9px}.ofb-ad-body{padding:10px}.ofb-ad-meta{font-size:.66rem}.ofb-ad-card h3{font-size:.88rem}.ofb-ad-price{font-size:.98rem}.ofb-dashboard-row{align-items:flex-start}.ofb-single-wrap{width:min(100% - 18px,1180px)}}
/* v1.1 marketplace extensions */
.ofb-pricing-box{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0 0 18px;padding:16px;background:linear-gradient(135deg,#fff8f1,#fff);border:1px solid #ffd8b5;border-radius:16px}.ofb-pricing-box>div{display:flex;flex-direction:column;gap:4px}.ofb-pricing-box strong{font-size:1rem}.ofb-payment-required{padding:20px;margin-bottom:18px;background:#fff7ed;border:1px solid #fdba74;border-radius:16px;color:#9a3412}.ofb-payment-required p{margin:6px 0 14px}.ofb-slot-info{display:flex;flex-direction:column;justify-content:center;padding:14px;border:1px dashed #d1d5db;border-radius:12px;background:#f9fafb}.ofb-slot-info strong{font-size:1.2rem}.ofb-slot-info small,.ofb-submit-form small{display:block;color:#6b7280;font-weight:500;margin-top:6px}.ofb-ad-card-foot{display:flex;align-items:center;justify-content:space-between;gap:10px}.ofb-business-badge,.ofb-private-badge{display:inline-flex;align-items:center;border-radius:999px;padding:5px 8px;font-size:.68rem;font-weight:850;white-space:nowrap}.ofb-business-badge{background:#ecfdf5;color:#065f46}.ofb-private-badge{background:#f3f4f6;color:#4b5563}.ofb-seller-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.ofb-row-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ofb-mini-button{display:inline-flex;align-items:center;justify-content:center;padding:7px 10px;border:1px solid #d1d5db;background:#fff;border-radius:8px;font:inherit;font-size:.78rem;font-weight:800;cursor:pointer}.ofb-pay-button{background:#ff7a00;color:#fff;border-color:#ff7a00}.ofb-report-link{margin-top:14px;text-align:center;font-size:.82rem;color:#6b7280}.ofb-report-link a:hover{color:#b91c1c}.ofb-category-directory{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ofb-category-group{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px}.ofb-category-group h2{font-size:1.05rem;margin:0 0 12px}.ofb-category-group h2 a:hover{color:#ff7a00}.ofb-category-links{display:flex;flex-wrap:wrap;gap:7px}.ofb-category-links a{padding:7px 9px;border-radius:8px;background:#f7f8fa;font-size:.78rem;color:#4b5563}.ofb-category-links a:hover{background:#fff0e2;color:#b84e00}.ofb-info-hero{padding:6px 0 24px}.ofb-info-hero h1{font-size:clamp(2rem,4vw,3.4rem);line-height:1.02;letter-spacing:-.045em;margin:14px 0 10px}.ofb-info-hero p{max-width:760px;color:#6b7280;font-size:1.05rem}.ofb-feature-grid,.ofb-price-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:18px 0 24px}.ofb-feature-card,.ofb-price-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px}.ofb-feature-card h3{margin:0 0 7px}.ofb-feature-card p{margin:0;color:#6b7280}.ofb-price-card span{display:block;color:#6b7280;font-weight:750}.ofb-price-card strong{display:block;font-size:1.8rem;margin:8px 0}.ofb-price-card p{margin:0;color:#6b7280}
@media(max-width:760px){.ofb-pricing-box{grid-template-columns:1fr}.ofb-category-directory,.ofb-feature-grid,.ofb-price-grid{grid-template-columns:1fr}.ofb-row-actions{justify-content:flex-end}}
.ofb-auth-card{max-width:620px;margin:0 auto;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:24px}.ofb-auth-card h1{margin-top:0}.ofb-auth-card #loginform{display:grid;gap:12px}.ofb-auth-card #loginform p{margin:0}.ofb-auth-card #loginform label{display:block;font-size:.82rem;font-weight:800}.ofb-auth-card #loginform input[type=text],.ofb-auth-card #loginform input[type=password]{width:100%;margin-top:6px;border:1px solid #dfe3e8;border-radius:11px;padding:12px 13px;font:inherit}.ofb-auth-card #wp-submit{border:0;border-radius:11px;padding:12px 17px;font-weight:800;background:#ff7a00;color:#fff;cursor:pointer}
/* v1.2 specialized marketplace modules */
.ofb-special-module[hidden],[data-ofb-generic-commerce][hidden],[data-ofb-standard-condition][hidden],[data-ofb-hostess-ack][hidden]{display:none!important}.ofb-module-card{border-color:#dfe3e8;box-shadow:0 10px 30px rgba(17,24,39,.035)}.ofb-module-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px}.ofb-module-heading span{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#ff7a00;font-weight:900}.ofb-module-heading h2{margin:3px 0 0}.ofb-module-heading>strong{font-size:.78rem;background:#f3f4f6;border-radius:999px;padding:7px 10px;color:#4b5563}.ofb-module-note{margin:18px 0 0;padding:13px 15px;background:#f8fafc;border-left:4px solid #ff7a00;border-radius:9px;color:#4b5563;font-size:.84rem}.ofb-fitment-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 16px}.ofb-fitment-tabs span{padding:8px 10px;background:#fff3e8;color:#9a4a00;border-radius:999px;font-size:.76rem;font-weight:850}.ofb-check-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;border:1px solid #e5e7eb;border-radius:12px;padding:14px}.ofb-check-grid legend{padding:0 7px;font-size:.82rem;font-weight:850}.ofb-check-grid label{display:flex;align-items:center;gap:7px;font-weight:600}.ofb-check-grid input{width:auto;margin:0}.ofb-special-facts h3,.ofb-detail-block h3{margin-top:0}.ofb-detail-block{margin-top:22px;padding-top:18px;border-top:1px solid #edf0f3}.ofb-chip-list{display:flex;gap:7px;flex-wrap:wrap}.ofb-chip-list span{padding:7px 9px;border-radius:999px;background:#f3f4f6;font-size:.78rem;font-weight:750}.ofb-job-apply{margin-top:24px;padding:20px;border:1px solid #d1fae5;background:#f0fdf4;border-radius:16px}.ofb-job-apply h3{margin:0 0 4px}.ofb-job-apply>p{margin:0 0 14px;color:#4b5563}.ofb-job-apply input{width:100%;border:1px solid #dfe3e8;border-radius:11px;padding:12px 13px;background:#fff;font:inherit}.ofb-employer-apps{margin-top:24px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px}.ofb-employer-apps h2{margin-top:0}.ofb-application-row{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding:15px 0;border-top:1px solid #edf0f3}.ofb-application-row:first-of-type{border-top:0}.ofb-application-row small{display:block;color:#6b7280;margin-top:4px}.ofb-application-row p{margin:8px 0 0;color:#4b5563}
@media(max-width:760px){.ofb-module-heading{flex-direction:column}.ofb-check-grid{grid-template-columns:1fr 1fr}.ofb-application-row{flex-direction:column}}

/* v1.3 – charcoal/orange UI, HSN/TSN lookup, Easy Apply, age gate */
.ofb-search-button,.ofb-primary,.ofb-pay-button,.ofb-auth-card #wp-submit{background:#ff6a00;color:#fff}.ofb-search-button:hover,.ofb-primary:hover,.ofb-pay-button:hover,.ofb-auth-card #wp-submit:hover{background:#db5600}
.ofb-business-badge{background:#191919;color:#fff;border-left:4px solid #ff6a00}.ofb-private-badge{background:#f3f0ec;color:#383838}
.ofb-job-apply{margin-top:24px;padding:22px;border:1px solid #ded8d1;border-top:5px solid #ff6a00;background:#fff;border-radius:16px}.ofb-job-apply h3{font-size:1.25rem}.ofb-job-apply>p{color:#5d5d5d}
.ofb-fitment-tabs span{background:#fff0e6;color:#8f3e00}.ofb-module-note{background:#f8f5f2;border-left-color:#ff6a00}.ofb-module-heading span{color:#ff6a00}
.ofb-vehicle-lookup-box{grid-column:1/-1;background:#191919;color:#fff;border-radius:16px;padding:18px}.ofb-vehicle-lookup-box h3{margin:0 0 5px}.ofb-vehicle-lookup-box p{margin:0 0 14px;color:#cfcfcf}.ofb-vehicle-lookup-row{display:grid;grid-template-columns:1fr 1fr auto;gap:9px}.ofb-vehicle-lookup-row input{background:#fff!important;color:#171717!important}.ofb-vehicle-lookup-row button{white-space:nowrap}.ofb-lookup-result{margin-top:12px;font-size:.84rem}.ofb-lookup-result.is-success{padding:10px 12px;background:#2b2b2b;border-left:4px solid #ff6a00;border-radius:8px}.ofb-lookup-result.is-error{padding:10px 12px;background:#fff;color:#8b1e1e;border-radius:8px}.ofb-lookup-match-list{display:grid;gap:7px;margin-top:10px}.ofb-lookup-match{display:block;width:100%;text-align:left;padding:10px 12px;border:1px solid #555;border-radius:9px;background:#292929;color:#fff;cursor:pointer}.ofb-lookup-match:hover{border-color:#ff6a00}
.ofb-age-gate{min-height:66vh;display:grid;place-items:center;padding:40px 20px;background:#171717}.ofb-age-gate-card{max-width:610px;padding:36px;background:#fff;border-top:7px solid #ff6a00;border-radius:20px;box-shadow:0 24px 70px rgba(0,0,0,.25);text-align:center}.ofb-age-mark{display:grid;place-items:center;width:86px;height:86px;margin:0 auto 18px;border-radius:50%;background:#171717;color:#ff6a00;font-size:1.65rem;font-weight:950}.ofb-age-gate-card h1{margin:0 0 10px;font-size:2rem}.ofb-age-gate-card p{color:#5d5d5d}.ofb-age-gate-card form{display:grid;gap:10px;max-width:380px;margin:20px auto}.ofb-age-gate-card small{display:block;color:#777;line-height:1.5}
.ofb-ad-card.is-adult-locked .ofb-ad-image{position:relative}.ofb-ad-card.is-adult-locked .ofb-ad-image img{filter:blur(22px) brightness(.48);transform:scale(1.12)}.ofb-adult-cover{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center}.ofb-adult-cover b{display:grid;place-items:center;width:58px;height:58px;border:3px solid #ff6a00;border-radius:50%;font-size:1.2rem}.ofb-adult-cover small{margin-top:7px;font-weight:800}
.ofb-pipeline{display:flex;gap:6px;flex-wrap:wrap}.ofb-pipeline select{border:1px solid #ddd5ce;border-radius:9px;padding:8px;background:#fff}.ofb-screening-questions{display:grid;gap:10px;margin:14px 0}.ofb-screening-questions label{font-weight:800}.ofb-screening-questions input,.ofb-screening-questions textarea{margin-top:6px}
@media(max-width:760px){.ofb-vehicle-lookup-row{grid-template-columns:1fr 1fr}.ofb-vehicle-lookup-row button{grid-column:1/-1}.ofb-age-gate-card{padding:28px 20px}}

.ofb-key-lookup{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:end;margin-bottom:12px;padding:17px;border-radius:14px;background:#191919;color:#fff}.ofb-key-lookup label{font-size:.8rem;font-weight:850}.ofb-key-lookup input{width:100%;margin-top:6px;border:1px solid #4d4d4d;border-radius:10px;padding:11px 12px;background:#fff;color:#171717}.ofb-lookup-results{margin:0 0 18px}.ofb-lookup-results .is-success,.ofb-lookup-results .is-error{display:block;padding:10px 12px;border-radius:9px}.ofb-lookup-results .is-success{background:#f6f1ec;border-left:4px solid #ff6a00;color:#343434}.ofb-lookup-results .is-error{background:#fff0f0;color:#8b1e1e}.ofb-match-list{display:grid;gap:7px;margin-top:9px}.ofb-match-choice{width:100%;text-align:left;padding:10px 12px;border:1px solid #d8d1ca;border-radius:9px;background:#fff;cursor:pointer}.ofb-match-choice:hover,.ofb-match-choice.is-selected{border-color:#ff6a00;box-shadow:0 0 0 2px rgba(255,106,0,.12)}
.ofb-employer-apps-head{display:flex;justify-content:space-between;gap:15px;align-items:center}.ofb-employer-apps-head span{font-size:.72rem;font-weight:900;letter-spacing:.1em;color:#ff6a00}.ofb-employer-apps-head h2{margin:3px 0 0}.ofb-application-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:flex-start}.ofb-application-actions select{border:1px solid #d8d1ca;border-radius:9px;padding:8px 10px;background:#fff}.ofb-easy-apply-form{display:grid;gap:14px}.ofb-apply-step{display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:start;padding:14px 0;border-top:1px solid #eee8e2}.ofb-apply-step:first-of-type{border-top:0}.ofb-apply-step>b{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#191919;color:#ff6a00}.ofb-apply-step h4{margin:4px 0 10px}.ofb-apply-step label{display:block;margin-top:9px;font-size:.82rem;font-weight:800}.ofb-apply-step input,.ofb-apply-step textarea{width:100%;margin-top:5px;border:1px solid #d8d1ca;border-radius:10px;padding:11px 12px;background:#fff}.ofb-apply-consent{font-size:.8rem;color:#646464}.ofb-apply-consent input{width:auto;margin-right:6px}
@media(max-width:760px){.ofb-key-lookup{grid-template-columns:1fr 1fr}.ofb-key-lookup button{grid-column:1/-1}.ofb-employer-apps-head{align-items:flex-start;flex-direction:column}.ofb-application-actions{width:100%}}
/* v1.4 Händler-Platin, Fahrzeug- und Reifenmodule */
.ofb-dealer-plan{margin:18px 0 24px;padding:24px;border:1px solid #2d2d2d;border-left:6px solid #ff6a00;border-radius:18px;background:linear-gradient(135deg,#171717,#292929);color:#fff;box-shadow:0 18px 42px rgba(0,0,0,.12)}
.ofb-dealer-plan h2{margin:7px 0 8px;font-size:clamp(1.45rem,3vw,2.15rem);line-height:1.05}.ofb-dealer-plan p{color:#d2d2d2;max-width:900px}.ofb-dealer-plan .ofb-kicker{color:#ff8b38;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem}.ofb-dealer-plan-features{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.ofb-dealer-plan-features span{padding:8px 10px;border-radius:999px;background:#fff;color:#171717;font-size:.75rem;font-weight:850}.ofb-dealer-plan .ofb-success,.ofb-dealer-plan .ofb-notice{margin:14px 0;background:#fff;color:#222}.ofb-price-card.is-platinum{border:2px solid #ff6a00;background:linear-gradient(180deg,#fff7ef,#fff)}
.ofb-tyre-fields{border:1px solid #dedede;border-radius:14px;padding:16px}.ofb-tyre-fields legend{font-weight:900;padding:0 8px}.ofb-check-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:760px){.ofb-check-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ofb-dealer-plan{padding:18px}}
.ofb-platinum-badge{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;font-size:.66rem;font-weight:950;letter-spacing:.04em;background:#171717;color:#ff8b38;border:1px solid #ff6a00;white-space:nowrap}

/* v1.5 Category directory and adaptive inserter */
.ofb-category-directory-pro{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.ofb-category-group-head{display:flex;align-items:center;gap:14px;padding:16px;border-bottom:1px solid #e5e7eb}.ofb-category-group-icon{width:48px;height:48px;border-radius:13px;background:#171b1f;color:#ff6500;display:grid;place-items:center;flex:0 0 48px}.ofb-tax-icon{width:26px;height:26px}.ofb-tax-icon-small{width:17px;height:17px}.ofb-category-group-head h2{margin:0}.ofb-category-group-head small{color:#6b7280}.ofb-category-directory-pro .ofb-category-links{display:grid;grid-template-columns:1fr;padding:8px}.ofb-category-directory-pro .ofb-category-links a{display:flex;align-items:center;gap:9px;padding:9px 10px;background:transparent}.ofb-category-directory-pro .ofb-category-links a span{width:27px;height:27px;border-radius:8px;background:#f3f4f6;display:grid;place-items:center;flex:0 0 27px}.ofb-category-assist{border:1px solid #2c3338;border-radius:12px;padding:13px 15px;background:#171b1f;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:70px}.ofb-category-assist strong{color:#ff6500}.ofb-category-assist span{font-size:.76rem;color:#c8cdd1;margin-top:4px}.ofb-special-module .ofb-module-card{border-top:3px solid #ff6500}.ofb-check-grid label{border-radius:8px;background:#f7f8f9;padding:8px 10px}
@media(max-width:980px){.ofb-category-directory-pro{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.ofb-category-directory-pro{grid-template-columns:1fr}}

/* v1.7 Dedicated parts marketplace */
.ofb-parts-market{--pf-bg:#111519;--pf-card:#171c20;--pf-line:#30363b;--pf-orange:#ff6500}.ofb-parts-hero{display:flex;justify-content:space-between;gap:30px;align-items:end;margin:0 0 20px;padding:34px;border-radius:22px;background:linear-gradient(120deg,#101418,#20262b);color:#fff}.ofb-parts-hero h1{margin:5px 0 10px;font-size:clamp(2rem,4vw,3.2rem);line-height:1}.ofb-parts-hero p{max-width:820px;margin:0;color:#c8cdd1}.ofb-parts-trust{display:flex;align-items:center;gap:9px;white-space:nowrap;font-size:.76rem}.ofb-parts-trust b{padding:9px 11px;border-radius:9px;background:#252b30}.ofb-parts-trust span{color:var(--pf-orange)}
.ofb-parts-finder{display:grid;gap:14px}.ofb-parts-step{padding:21px;border:1px solid #dfe3e6;border-radius:17px;background:#fff;box-shadow:0 8px 26px rgba(13,18,22,.05)}.ofb-parts-step-title{display:flex;gap:12px;align-items:center;margin-bottom:16px}.ofb-parts-step-title>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--pf-bg);color:var(--pf-orange);font-weight:950}.ofb-parts-step-title strong{display:block;font-size:1.05rem}.ofb-parts-step-title small{display:block;color:#737a80;margin-top:2px}.ofb-parts-type-tabs{display:flex;gap:8px;flex-wrap:wrap}.ofb-parts-type-tabs input{position:absolute;opacity:0}.ofb-parts-type-tabs span{display:block;padding:11px 19px;border:1px solid #d9dde0;border-radius:999px;font-weight:850;cursor:pointer}.ofb-parts-type-tabs input:checked+span{background:var(--pf-bg);color:#fff;border-color:var(--pf-orange);box-shadow:inset 0 0 0 1px var(--pf-orange)}
.ofb-parts-ident-tabs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:12px}.ofb-parts-ident-tabs button{border:1px solid #d8dde0;background:#f5f7f8;border-radius:9px;padding:9px 14px;font-weight:850;cursor:pointer}.ofb-parts-ident-tabs button.is-active{background:var(--pf-bg);color:#fff;border-color:var(--pf-orange)}.ofb-parts-ident-panel{display:none;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:end;padding:16px;border-radius:13px;background:#f5f7f8}.ofb-parts-ident-panel.is-active{display:grid}.ofb-parts-ident-panel label,.ofb-parts-search-fields label{font-size:.79rem;font-weight:850}.ofb-parts-ident-panel input,.ofb-parts-ident-panel select,.ofb-parts-search-fields input,.ofb-parts-search-fields select{width:100%;margin-top:6px;padding:12px;border:1px solid #d4d9dd;border-radius:9px;background:#fff}.ofb-parts-key-result{grid-column:1/-1}.ofb-parts-key-result small{display:block;color:#687078;margin-top:3px}.ofb-parts-key-result .is-success,.ofb-parts-key-result .is-error{display:block;margin-top:9px;padding:10px 12px;border-radius:8px}.ofb-parts-key-result .is-success{background:#edf8ef;color:#186126}.ofb-parts-key-result .is-error{background:#fff0f0;color:#8b1e1e}
.ofb-parts-search-fields{display:grid;grid-template-columns:1.3fr 1fr 1fr auto;gap:12px;align-items:end}.ofb-parts-category-grid,.ofb-parts-results{margin-top:28px}.ofb-parts-section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:14px}.ofb-parts-section-head h2{margin:3px 0 0;font-size:1.6rem}.ofb-parts-section-head p{margin:5px 0 0;color:#697077}.ofb-parts-cat-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.ofb-parts-cat-list a{display:flex;gap:8px;align-items:center;min-height:58px;padding:11px;border:1px solid #e0e4e7;border-radius:11px;background:#fff;color:#202428;font-size:.8rem;font-weight:820;text-decoration:none}.ofb-parts-cat-list a:hover{border-color:var(--pf-orange);box-shadow:0 5px 20px rgba(255,101,0,.1)}.ofb-parts-cat-list a span{color:var(--pf-orange)}
@media(max-width:1000px){.ofb-parts-hero{align-items:flex-start;flex-direction:column}.ofb-parts-trust{white-space:normal;flex-wrap:wrap}.ofb-parts-search-fields{grid-template-columns:1fr 1fr}.ofb-parts-cat-list{grid-template-columns:repeat(3,1fr)}}
@media(max-width:680px){.ofb-parts-hero{padding:24px 18px;border-radius:15px}.ofb-parts-ident-panel{grid-template-columns:1fr}.ofb-parts-search-fields{grid-template-columns:1fr}.ofb-parts-cat-list{grid-template-columns:1fr 1fr}.ofb-parts-step{padding:16px}.ofb-parts-section-head{align-items:flex-start;flex-direction:column}}

/* v1.8 Dedicated vehicle marketplace */
.ofb-vehicle-market{--vm-dark:#11161a;--vm-dark2:#1b2227;--vm-line:#dfe3e6;--vm-orange:#ff6500;--vm-muted:#687077}.ofb-vehicle-market-hero{display:flex;justify-content:space-between;gap:30px;align-items:end;padding:34px;margin-bottom:16px;border-radius:22px;background:radial-gradient(circle at 75% 15%,rgba(255,101,0,.18),transparent 30%),linear-gradient(125deg,#0d1114,#20272c);color:#fff}.ofb-vehicle-market-hero h1{margin:5px 0 10px;font-size:clamp(2rem,4.3vw,3.4rem);line-height:1;letter-spacing:-.04em}.ofb-vehicle-market-hero p{max-width:800px;margin:0;color:#c8cdd1}.ofb-vehicle-hero-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.ofb-vehicle-market-hero .ofb-secondary{background:#fff;color:#11161a}
.ofb-vehicle-search{display:grid;gap:12px;padding:18px;border:1px solid var(--vm-line);border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(13,18,22,.06)}.ofb-vehicle-type-tabs{display:flex;gap:7px;flex-wrap:wrap;padding-bottom:12px;border-bottom:1px solid #edf0f2}.ofb-vehicle-type-tabs input{position:absolute;opacity:0}.ofb-vehicle-type-tabs span{display:flex;align-items:center;justify-content:center;min-width:96px;padding:10px 15px;border:1px solid #d9dde0;border-radius:10px;background:#f6f7f8;font-weight:900;cursor:pointer}.ofb-vehicle-type-tabs input:checked+span{background:var(--vm-dark);color:#fff;border-color:var(--vm-orange);box-shadow:inset 0 -2px 0 var(--vm-orange)}
.ofb-vehicle-basic-filter{display:grid;grid-template-columns:1.1fr 1.1fr .75fr .75fr .9fr 1fr auto;gap:10px;align-items:end}.ofb-vehicle-basic-filter label,.ofb-vehicle-advanced-grid label{font-size:.76rem;font-weight:850;color:#3f464b}.ofb-vehicle-basic-filter input,.ofb-vehicle-basic-filter select,.ofb-vehicle-advanced-grid input,.ofb-vehicle-advanced-grid select,.ofb-vehicle-sort select{width:100%;margin-top:6px;padding:11px 12px;border:1px solid #d7dce0;border-radius:9px;background:#fff;color:#171b1f;font:inherit}.ofb-vehicle-basic-filter .ofb-primary{min-height:44px}
.ofb-vehicle-advanced{border-top:1px solid #edf0f2;padding-top:10px}.ofb-vehicle-advanced summary{cursor:pointer;font-weight:900;color:#353b40;list-style:none}.ofb-vehicle-advanced summary:after{content:' +';color:var(--vm-orange)}.ofb-vehicle-advanced[open] summary:after{content:' −'}.ofb-vehicle-advanced-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:13px}
.ofb-vehicle-market-head{display:flex;justify-content:space-between;gap:18px;align-items:end;margin:28px 0 12px}.ofb-vehicle-market-head span{color:var(--vm-orange);font-weight:900;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.ofb-vehicle-market-head h2{margin:3px 0 0;font-size:1.7rem}.ofb-vehicle-sort select{min-width:190px;margin:0}.ofb-vehicle-results{display:grid;gap:10px}.ofb-vehicle-result-card{display:grid;grid-template-columns:270px minmax(0,1fr) 210px;min-height:190px;border:1px solid #dfe3e6;border-radius:15px;background:#fff;overflow:hidden;box-shadow:0 6px 24px rgba(16,24,32,.045);transition:.18s ease}.ofb-vehicle-result-card:hover{border-color:#cbd1d6;box-shadow:0 13px 32px rgba(16,24,32,.09);transform:translateY(-1px)}.ofb-vehicle-result-image{display:grid;place-items:center;min-height:190px;background:#e9edf0;overflow:hidden}.ofb-vehicle-result-image img{width:100%;height:100%;object-fit:cover}.ofb-vehicle-result-image span{font-weight:900;color:#8b949b}.ofb-vehicle-result-main{padding:17px 19px}.ofb-vehicle-result-badges{display:flex;gap:6px;align-items:center}.ofb-vehicle-result-badges span,.ofb-vehicle-result-badges b{display:inline-flex;padding:4px 7px;border-radius:999px;font-size:.65rem;font-weight:950}.ofb-vehicle-result-badges span{background:#fff0e6;color:#b84a00}.ofb-vehicle-result-badges b{background:#11161a;color:#ff7a1a}.ofb-vehicle-result-main h3{margin:8px 0 8px;font-size:1.2rem}.ofb-vehicle-result-main h3 a{text-decoration:none;color:#11161a}.ofb-vehicle-result-facts{display:flex;gap:9px 13px;flex-wrap:wrap;color:#555e65;font-size:.77rem}.ofb-vehicle-result-facts span:before{content:'•';margin-right:5px;color:#ff6500}.ofb-vehicle-result-main p{margin:10px 0;color:#717980;font-size:.82rem}.ofb-vehicle-seller{display:flex;gap:9px;align-items:center;font-size:.78rem}.ofb-vehicle-seller span{color:#737b81}.ofb-vehicle-result-side{display:flex;flex-direction:column;align-items:flex-end;gap:8px;padding:18px;border-left:1px solid #edf0f2;text-align:right}.ofb-vehicle-result-price{font-size:1.3rem;color:#ff6500}.ofb-vehicle-result-side span{font-size:.8rem;color:#4d555b}.ofb-vehicle-result-side small{color:#8c9398}.ofb-vehicle-result-side .ofb-mini-button{margin-top:auto;text-decoration:none}
/* Guided sale configurator */
.ofb-vehicle-configurator{padding:0;overflow:hidden;border-color:#cfd4d8!important;background:#f7f8f9!important}.ofb-vehicle-configurator>.ofb-module-heading{padding:21px 22px;background:linear-gradient(115deg,#11161a,#242b30);color:#fff}.ofb-vehicle-configurator>.ofb-module-heading strong{color:#ff8a38}.ofb-config-progress{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:#dfe3e6;border-bottom:1px solid #dfe3e6}.ofb-config-progress span{padding:11px 8px;text-align:center;background:#fff;color:#767d83;font-size:.72rem;font-weight:850}.ofb-config-progress span.is-active{color:#11161a;box-shadow:inset 0 -3px 0 #ff6500}.ofb-config-section{margin:14px;padding:18px;border:1px solid #dfe3e6;border-radius:14px;background:#fff}.ofb-config-section-head{display:flex;gap:12px;align-items:center;margin-bottom:15px}.ofb-config-section-head>b{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#11161a;color:#ff6500;flex:0 0 34px}.ofb-config-section-head h3{margin:0;font-size:1.05rem}.ofb-config-section-head p{margin:2px 0 0;color:#737b81;font-size:.78rem}.ofb-vehicle-class-panel{padding:14px;border:1px dashed #cfd5da;border-radius:12px;background:#f8f9fa}.ofb-config-note{padding:13px;color:#5f676d;font-size:.82rem}.ofb-vehicle-configurator [hidden]{display:none!important}.ofb-vehicle-configurator .ofb-key-lookup{grid-template-columns:1fr 1fr 1.2fr auto}.ofb-vehicle-configurator .ofb-check-grid{margin-top:15px}
@media(max-width:1150px){.ofb-vehicle-basic-filter{grid-template-columns:repeat(3,1fr)}.ofb-vehicle-basic-filter .ofb-primary{grid-column:span 3}.ofb-vehicle-advanced-grid{grid-template-columns:repeat(4,1fr)}.ofb-vehicle-result-card{grid-template-columns:230px minmax(0,1fr) 190px}}
@media(max-width:850px){.ofb-vehicle-market-hero{align-items:flex-start;flex-direction:column}.ofb-vehicle-hero-actions{justify-content:flex-start}.ofb-vehicle-result-card{grid-template-columns:190px 1fr}.ofb-vehicle-result-side{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr 1fr auto;align-items:center;text-align:left;border-left:0;border-top:1px solid #edf0f2}.ofb-vehicle-result-side .ofb-mini-button{margin:0}.ofb-vehicle-advanced-grid{grid-template-columns:repeat(3,1fr)}.ofb-vehicle-configurator .ofb-key-lookup{grid-template-columns:1fr 1fr}.ofb-vehicle-configurator .ofb-key-lookup button{grid-column:1/-1}}
@media(max-width:650px){.ofb-vehicle-market-hero{padding:24px 18px;border-radius:15px}.ofb-vehicle-basic-filter,.ofb-vehicle-advanced-grid{grid-template-columns:1fr 1fr}.ofb-vehicle-basic-filter .ofb-primary{grid-column:1/-1}.ofb-vehicle-type-tabs span{min-width:auto}.ofb-vehicle-result-card{grid-template-columns:1fr}.ofb-vehicle-result-image{aspect-ratio:16/10;min-height:0}.ofb-vehicle-result-side{grid-template-columns:1fr 1fr}.ofb-config-progress{grid-template-columns:1fr 1fr}.ofb-config-progress span:nth-child(n+3){display:none}.ofb-config-section{margin:9px;padding:14px}.ofb-vehicle-configurator .ofb-key-lookup{grid-template-columns:1fr}}
.ofb-vehicle-feature-filter{margin-top:14px;padding-top:13px;border-top:1px solid #edf0f2}.ofb-vehicle-feature-filter>strong{display:block;margin-bottom:8px;font-size:.78rem}.ofb-vehicle-feature-filter>div{display:flex;gap:8px 14px;flex-wrap:wrap}.ofb-vehicle-feature-filter label{font-size:.74rem;color:#50585f}.ofb-vehicle-feature-filter input{accent-color:#ff6500}

/* v2.2 Dedicated real-estate marketplace */
.ofb-re-market{--re-dark:#11161a;--re-orange:#ff6500;--re-line:#dfe3e6;--re-muted:#687077}.ofb-re-hero{display:flex;justify-content:space-between;align-items:end;gap:30px;padding:36px;margin-bottom:16px;border-radius:22px;background:radial-gradient(circle at 80% 10%,rgba(255,101,0,.20),transparent 30%),linear-gradient(125deg,#0c1013,#242b30);color:#fff}.ofb-re-hero h1{font-size:clamp(2rem,4vw,3.35rem);line-height:1.03;letter-spacing:-.045em;margin:6px 0 10px}.ofb-re-hero p{max-width:760px;color:#cbd0d4;margin:0}.ofb-re-hero .ofb-secondary{background:#fff;color:#151a1e;white-space:nowrap}
.ofb-re-search{padding:18px;border:1px solid var(--re-line);border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(13,18,22,.06)}.ofb-re-tabs{display:flex;gap:7px;flex-wrap:wrap;padding-bottom:14px;border-bottom:1px solid #edf0f2}.ofb-re-tabs input{position:absolute;opacity:0}.ofb-re-tabs span{display:block;padding:10px 17px;border:1px solid #d9dde0;border-radius:10px;background:#f6f7f8;font-weight:900;cursor:pointer}.ofb-re-tabs input:checked+span{background:var(--re-dark);color:#fff;border-color:var(--re-orange);box-shadow:inset 0 -2px 0 var(--re-orange)}
.ofb-re-main-grid{display:grid;grid-template-columns:1.05fr 1.7fr .7fr .8fr .8fr .75fr .8fr auto;gap:10px;align-items:end;margin-top:14px}.ofb-re-main-grid label,.ofb-re-advanced-grid label{font-size:.75rem;font-weight:850;color:#434a50}.ofb-re-main-grid input,.ofb-re-main-grid select,.ofb-re-advanced-grid input,.ofb-re-advanced-grid select,.ofb-re-result-head select{width:100%;margin-top:6px;padding:11px 12px;border:1px solid #d7dce0;border-radius:9px;background:#fff;color:#171b1f;font:inherit}.ofb-re-main-grid .ofb-primary{min-height:44px}.ofb-re-advanced{margin-top:12px;padding-top:11px;border-top:1px solid #edf0f2}.ofb-re-advanced summary{cursor:pointer;font-weight:900;color:#353b40;list-style:none}.ofb-re-advanced summary:after{content:' +';color:var(--re-orange)}.ofb-re-advanced[open] summary:after{content:' −'}.ofb-re-advanced-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:13px}.ofb-re-advanced-grid label:has(input[type=checkbox]){display:flex;align-items:center;gap:7px;padding-top:25px}.ofb-re-advanced-grid input[type=checkbox]{width:auto;margin:0;accent-color:var(--re-orange)}.ofb-re-feature-filter{margin-top:14px;padding:14px;border:1px solid #e5e8ea;border-radius:12px;background:#fafafa}.ofb-re-feature-filter>strong{display:block;margin-bottom:9px}.ofb-re-feature-filter>div{display:flex;gap:8px 15px;flex-wrap:wrap}.ofb-re-feature-filter label{font-size:.76rem;color:#50585f}.ofb-re-feature-filter input{accent-color:var(--re-orange)}
.ofb-re-result-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin:30px 0 12px}.ofb-re-result-head span{font-size:.73rem;font-weight:950;letter-spacing:.08em;color:var(--re-orange)}.ofb-re-result-head h2{margin:3px 0 0;font-size:1.75rem}.ofb-re-result-head select{min-width:190px;margin:0}.ofb-re-results{display:grid;gap:11px}.ofb-re-card{display:grid;grid-template-columns:280px minmax(0,1fr) 220px;min-height:200px;border:1px solid var(--re-line);border-radius:15px;background:#fff;overflow:hidden;box-shadow:0 6px 22px rgba(16,24,32,.045);transition:.18s}.ofb-re-card:hover{transform:translateY(-1px);box-shadow:0 13px 34px rgba(16,24,32,.09);border-color:#cad0d4}.ofb-re-card-image{display:grid;place-items:center;background:#e8ecef;overflow:hidden}.ofb-re-card-image img{width:100%;height:100%;object-fit:cover}.ofb-re-card-image span{font-weight:950;color:#8a9298}.ofb-re-card-main{padding:18px 20px}.ofb-re-badges{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.ofb-re-badges span,.ofb-re-badges b,.ofb-re-badges small{padding:4px 8px;border-radius:999px;font-size:.65rem}.ofb-re-badges span{background:#fff0e6;color:#b84a00;font-weight:950}.ofb-re-badges b{background:#11161a;color:#ff7a1a}.ofb-re-badges small{background:#eef1f3;color:#525b62}.ofb-re-card-main h3{margin:9px 0 8px;font-size:1.2rem}.ofb-re-card-main h3 a{color:#11161a;text-decoration:none}.ofb-re-facts{display:flex;gap:8px 14px;flex-wrap:wrap;color:#555e65;font-size:.78rem}.ofb-re-facts span:before{content:'•';margin-right:5px;color:var(--re-orange)}.ofb-re-card-main p{margin:11px 0;color:#70787e;font-size:.82rem}.ofb-re-card-main>small{color:#8a9196}.ofb-re-card-side{display:flex;flex-direction:column;align-items:flex-end;gap:8px;padding:18px;border-left:1px solid #edf0f2;text-align:right}.ofb-re-card-side strong{font-size:1.35rem;color:var(--re-orange)}.ofb-re-card-side span{font-size:.78rem;color:#596168}.ofb-re-card-side .ofb-mini-button{margin-top:auto}
.ofb-property-configurator{padding:0!important;overflow:hidden;background:#f7f8f9!important}.ofb-property-configurator>.ofb-module-heading{padding:21px 22px;background:linear-gradient(115deg,#11161a,#242b30);color:#fff}.ofb-property-configurator>.ofb-module-heading strong{color:#ff8a38}
@media(max-width:1200px){.ofb-re-main-grid{grid-template-columns:repeat(4,1fr)}.ofb-re-main-grid .ofb-primary{grid-column:span 4}.ofb-re-advanced-grid{grid-template-columns:repeat(4,1fr)}.ofb-re-card{grid-template-columns:240px minmax(0,1fr) 200px}}
@media(max-width:850px){.ofb-re-hero{align-items:flex-start;flex-direction:column}.ofb-re-advanced-grid{grid-template-columns:repeat(2,1fr)}.ofb-re-card{grid-template-columns:190px 1fr}.ofb-re-card-side{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr auto;align-items:center;text-align:left;border-left:0;border-top:1px solid #edf0f2}.ofb-re-card-side .ofb-mini-button{margin:0}}
@media(max-width:650px){.ofb-re-hero{padding:24px 18px;border-radius:15px}.ofb-re-main-grid{grid-template-columns:1fr 1fr}.ofb-re-main-grid .ofb-re-location,.ofb-re-main-grid .ofb-primary{grid-column:1/-1}.ofb-re-advanced-grid{grid-template-columns:1fr 1fr}.ofb-re-card{grid-template-columns:1fr}.ofb-re-card-image{aspect-ratio:16/10}.ofb-re-card-side{grid-template-columns:1fr 1fr}.ofb-re-result-head{align-items:flex-start;flex-direction:column}}

/* v2.2 Dedicated real-estate marketplace */
.ofb-re-market{--re-dark:#11161a;--re-orange:#ff6500;--re-line:#dfe3e6;--re-muted:#687077}.ofb-re-hero{display:flex;justify-content:space-between;align-items:end;gap:30px;padding:36px;margin-bottom:16px;border-radius:22px;background:radial-gradient(circle at 80% 10%,rgba(255,101,0,.20),transparent 30%),linear-gradient(125deg,#0c1013,#242b30);color:#fff}.ofb-re-hero h1{font-size:clamp(2rem,4vw,3.35rem);line-height:1.03;letter-spacing:-.045em;margin:6px 0 10px}.ofb-re-hero p{max-width:760px;color:#cbd0d4;margin:0}.ofb-re-hero .ofb-secondary{background:#fff;color:#151a1e;white-space:nowrap}
.ofb-re-search{padding:18px;border:1px solid var(--re-line);border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(13,18,22,.06)}.ofb-re-tabs{display:flex;gap:7px;flex-wrap:wrap;padding-bottom:14px;border-bottom:1px solid #edf0f2}.ofb-re-tabs input{position:absolute;opacity:0}.ofb-re-tabs span{display:block;padding:10px 17px;border:1px solid #d9dde0;border-radius:10px;background:#f6f7f8;font-weight:900;cursor:pointer}.ofb-re-tabs input:checked+span{background:var(--re-dark);color:#fff;border-color:var(--re-orange);box-shadow:inset 0 -2px 0 var(--re-orange)}
.ofb-re-main-grid{display:grid;grid-template-columns:1.05fr 1.7fr .7fr .8fr .8fr .75fr .8fr auto;gap:10px;align-items:end;margin-top:14px}.ofb-re-main-grid label,.ofb-re-advanced-grid label{font-size:.75rem;font-weight:850;color:#434a50}.ofb-re-main-grid input,.ofb-re-main-grid select,.ofb-re-advanced-grid input,.ofb-re-advanced-grid select,.ofb-re-result-head select{width:100%;margin-top:6px;padding:11px 12px;border:1px solid #d7dce0;border-radius:9px;background:#fff;color:#171b1f;font:inherit}.ofb-re-main-grid .ofb-primary{min-height:44px}.ofb-re-advanced{margin-top:12px;padding-top:11px;border-top:1px solid #edf0f2}.ofb-re-advanced summary{cursor:pointer;font-weight:900;color:#353b40;list-style:none}.ofb-re-advanced summary:after{content:' +';color:var(--re-orange)}.ofb-re-advanced[open] summary:after{content:' −'}.ofb-re-advanced-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:13px}.ofb-re-advanced-grid label:has(input[type=checkbox]){display:flex;align-items:center;gap:7px;padding-top:25px}.ofb-re-advanced-grid input[type=checkbox]{width:auto;margin:0;accent-color:var(--re-orange)}.ofb-re-feature-filter{margin-top:14px;padding:14px;border:1px solid #e5e8ea;border-radius:12px;background:#fafafa}.ofb-re-feature-filter>strong{display:block;margin-bottom:9px}.ofb-re-feature-filter>div{display:flex;gap:8px 15px;flex-wrap:wrap}.ofb-re-feature-filter label{font-size:.76rem;color:#50585f}.ofb-re-feature-filter input{accent-color:var(--re-orange)}
.ofb-re-result-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin:30px 0 12px}.ofb-re-result-head span{font-size:.73rem;font-weight:950;letter-spacing:.08em;color:var(--re-orange)}.ofb-re-result-head h2{margin:3px 0 0;font-size:1.75rem}.ofb-re-result-head select{min-width:190px;margin:0}.ofb-re-results{display:grid;gap:11px}.ofb-re-card{display:grid;grid-template-columns:280px minmax(0,1fr) 220px;min-height:200px;border:1px solid var(--re-line);border-radius:15px;background:#fff;overflow:hidden;box-shadow:0 6px 22px rgba(16,24,32,.045);transition:.18s}.ofb-re-card:hover{transform:translateY(-1px);box-shadow:0 13px 34px rgba(16,24,32,.09);border-color:#cad0d4}.ofb-re-card-image{display:grid;place-items:center;background:#e8ecef;overflow:hidden}.ofb-re-card-image img{width:100%;height:100%;object-fit:cover}.ofb-re-card-image span{font-weight:950;color:#8a9298}.ofb-re-card-main{padding:18px 20px}.ofb-re-badges{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.ofb-re-badges span,.ofb-re-badges b,.ofb-re-badges small{padding:4px 8px;border-radius:999px;font-size:.65rem}.ofb-re-badges span{background:#fff0e6;color:#b84a00;font-weight:950}.ofb-re-badges b{background:#11161a;color:#ff7a1a}.ofb-re-badges small{background:#eef1f3;color:#525b62}.ofb-re-card-main h3{margin:9px 0 8px;font-size:1.2rem}.ofb-re-card-main h3 a{color:#11161a;text-decoration:none}.ofb-re-facts{display:flex;gap:8px 14px;flex-wrap:wrap;color:#555e65;font-size:.78rem}.ofb-re-facts span:before{content:'•';margin-right:5px;color:var(--re-orange)}.ofb-re-card-main p{margin:11px 0;color:#70787e;font-size:.82rem}.ofb-re-card-main>small{color:#8a9196}.ofb-re-card-side{display:flex;flex-direction:column;align-items:flex-end;gap:8px;padding:18px;border-left:1px solid #edf0f2;text-align:right}.ofb-re-card-side strong{font-size:1.35rem;color:var(--re-orange)}.ofb-re-card-side span{font-size:.78rem;color:#596168}.ofb-re-card-side .ofb-mini-button{margin-top:auto}
.ofb-property-configurator{padding:0!important;overflow:hidden;background:#f7f8f9!important}.ofb-property-configurator>.ofb-module-heading{padding:21px 22px;background:linear-gradient(115deg,#11161a,#242b30);color:#fff}.ofb-property-configurator>.ofb-module-heading strong{color:#ff8a38}
@media(max-width:1200px){.ofb-re-main-grid{grid-template-columns:repeat(4,1fr)}.ofb-re-main-grid .ofb-primary{grid-column:span 4}.ofb-re-advanced-grid{grid-template-columns:repeat(4,1fr)}.ofb-re-card{grid-template-columns:240px minmax(0,1fr) 200px}}
@media(max-width:850px){.ofb-re-hero{align-items:flex-start;flex-direction:column}.ofb-re-advanced-grid{grid-template-columns:repeat(2,1fr)}.ofb-re-card{grid-template-columns:190px 1fr}.ofb-re-card-side{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr auto;align-items:center;text-align:left;border-left:0;border-top:1px solid #edf0f2}.ofb-re-card-side .ofb-mini-button{margin:0}}
@media(max-width:650px){.ofb-re-hero{padding:24px 18px;border-radius:15px}.ofb-re-main-grid{grid-template-columns:1fr 1fr}.ofb-re-main-grid .ofb-re-location,.ofb-re-main-grid .ofb-primary{grid-column:1/-1}.ofb-re-advanced-grid{grid-template-columns:1fr 1fr}.ofb-re-card{grid-template-columns:1fr}.ofb-re-card-image{aspect-ratio:16/10}.ofb-re-card-side{grid-template-columns:1fr 1fr}.ofb-re-result-head{align-items:flex-start;flex-direction:column}}

/* OFB Recruit 2.0 */
.ofb-job-market,.ofb-recruit-portal{max-width:1320px;margin:0 auto;padding:24px 18px 60px}.ofb-job-hero,.ofb-recruit-portal-head{display:flex;justify-content:space-between;gap:28px;align-items:center;padding:32px;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:linear-gradient(135deg,#171717,#262626);color:#fff;margin-bottom:20px}.ofb-job-hero h1,.ofb-recruit-portal-head h1{margin:.2rem 0;font-size:clamp(2rem,4vw,3.7rem)}.ofb-job-hero-actions{display:flex;gap:10px;flex-wrap:wrap}.ofb-job-search{background:#fff;border:1px solid #e4e4e4;border-radius:18px;padding:16px;box-shadow:0 14px 40px rgba(0,0,0,.06);margin-bottom:20px}.ofb-job-search-main{display:grid;grid-template-columns:1fr 1fr auto;gap:10px}.ofb-job-search label span{display:block;font-weight:800;font-size:.78rem;color:#555;margin-bottom:5px}.ofb-job-filter-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:10px}.ofb-job-filter-row label{font-size:.75rem;font-weight:700;color:#555}.ofb-job-search input,.ofb-job-search select{width:100%;min-height:46px;border:1px solid #d8d8d8;border-radius:10px;padding:0 11px;background:#fff}.ofb-job-layout{display:grid;grid-template-columns:240px 1fr;gap:20px}.ofb-job-side{background:#fff;border:1px solid #e8e8e8;border-radius:16px;padding:18px;align-self:start;position:sticky;top:90px}.ofb-job-side a{display:block;padding:8px 0;color:inherit;text-decoration:none}.ofb-job-results-head{display:flex;justify-content:space-between;margin:0 0 10px}.ofb-job-card{background:#fff;border:1px solid #e2e2e2;border-radius:16px;padding:20px;margin-bottom:12px;transition:.2s}.ofb-job-card:hover{border-color:#ff7a00;box-shadow:0 14px 32px rgba(0,0,0,.07);transform:translateY(-1px)}.ofb-job-card-top{display:flex;justify-content:space-between;gap:20px}.ofb-job-card h2{font-size:1.25rem;margin:0 0 4px}.ofb-job-card h2 a{text-decoration:none;color:#171717}.ofb-job-company,.ofb-job-location{margin:3px 0;color:#555}.ofb-job-chips{display:flex;gap:7px;flex-wrap:wrap;margin:12px 0}.ofb-job-chips span{background:#f1f1f1;border-radius:8px;padding:6px 9px;font-size:.82rem}.ofb-job-chips .is-apply{background:#fff1e5;color:#b45100}.ofb-job-save-form{margin:0}.ofb-job-save{border:0;background:transparent;font-weight:700;cursor:pointer;color:#444;text-decoration:none;white-space:nowrap}.ofb-job-snippet{color:#444}.ofb-recruit-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.ofb-recruit-panel{background:#fff;border:1px solid #e4e4e4;border-radius:18px;padding:22px;margin-bottom:18px}.ofb-recruit-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:18px}.ofb-recruit-stats>div{background:#fff;border:1px solid #e5e5e5;border-radius:14px;padding:18px}.ofb-recruit-stats strong{display:block;font-size:1.8rem}.ofb-recruit-stats span{color:#666}.ofb-candidate-application,.ofb-employer-job-row{display:grid;grid-template-columns:1fr auto auto;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid #eee}.ofb-candidate-application small,.ofb-employer-job-row small{display:block;color:#666;margin-top:4px}.ofb-status{display:inline-flex;border-radius:999px;padding:6px 10px;background:#eee;font-size:.78rem;font-weight:800}.ofb-status-interview{background:#fff1d6;color:#8a5500}.ofb-status-zusage{background:#dff7e8;color:#136b35}.ofb-status-absage,.ofb-status-zurueckgezogen{background:#f5e2e2;color:#7f2323}.ofb-link-button{border:0;background:none;text-decoration:underline;cursor:pointer}.ofb-saved-job-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ofb-pagination{display:flex;gap:6px;margin-top:20px}.ofb-pagination a{padding:8px 11px;border:1px solid #ddd;border-radius:8px;text-decoration:none}.ofb-pagination a.is-active{background:#171717;color:#fff}
@media(max-width:980px){.ofb-job-filter-row{grid-template-columns:repeat(3,1fr)}.ofb-job-layout{grid-template-columns:1fr}.ofb-job-side{position:static;display:none}.ofb-recruit-grid{grid-template-columns:1fr}.ofb-recruit-stats{grid-template-columns:repeat(2,1fr)}.ofb-saved-job-grid{grid-template-columns:1fr}}
@media(max-width:680px){.ofb-job-hero,.ofb-recruit-portal-head{align-items:flex-start;flex-direction:column;padding:22px}.ofb-job-search-main{grid-template-columns:1fr}.ofb-job-filter-row{grid-template-columns:1fr 1fr}.ofb-candidate-application,.ofb-employer-job-row{grid-template-columns:1fr}.ofb-recruit-stats{grid-template-columns:1fr 1fr}.ofb-job-card-top{gap:8px}}
.ofb-screening-builder{border:1px solid #e2e2e2;border-radius:14px;padding:16px}.ofb-screening-builder>small{display:block;color:#666;margin:4px 0 12px}.ofb-screening-row{display:grid;grid-template-columns:2fr 1fr auto auto;gap:8px;align-items:center;margin-bottom:8px}.ofb-screening-row>label{display:flex;align-items:center;gap:5px;font-size:.8rem}@media(max-width:760px){.ofb-screening-row{grid-template-columns:1fr 1fr}.ofb-screening-row>input:first-child{grid-column:1/-1}}
.ofb-screening-warning{display:inline-flex;margin-left:7px;padding:3px 7px;border-radius:999px;background:#fff1d6;color:#8a5500;font-size:.72rem;font-weight:800}


/* OFB Services v2.4 */
.ofb-services-market{max-width:1420px;margin:0 auto;padding:0 20px 70px}.ofb-services-hero{display:flex;justify-content:space-between;gap:30px;align-items:end;padding:42px 0 26px}.ofb-services-hero h1{font-size:clamp(34px,5vw,62px);line-height:1.02;margin:8px 0 12px}.ofb-services-hero p{max-width:850px;font-size:18px}.ofb-service-search{background:#171717;color:#fff;border-radius:22px;padding:22px;box-shadow:0 18px 50px rgba(0,0,0,.16)}.ofb-service-search-main{display:grid;grid-template-columns:1.5fr 1.15fr 1.15fr 1fr auto;gap:10px;align-items:end}.ofb-service-search label,.ofb-service-filter-grid label{display:grid;gap:6px;font-size:12px;font-weight:800}.ofb-service-search input,.ofb-service-search select{min-height:48px;border-radius:11px;border:1px solid #3c3c3c;background:#252525;color:#fff;padding:0 13px}.ofb-service-more{margin-top:12px}.ofb-service-more summary{cursor:pointer;color:#ff7a18;font-weight:800}.ofb-service-filter-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;padding-top:14px}.ofb-service-industries{padding:38px 0 24px}.ofb-service-industry-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.ofb-service-industry-grid a{display:grid;grid-template-columns:48px 1fr;gap:2px 12px;align-items:center;padding:17px;border:1px solid #e6e1dc;border-radius:16px;background:#fff;color:#181818;text-decoration:none;transition:.18s}.ofb-service-industry-grid a:hover{transform:translateY(-2px);border-color:#ff7a18;box-shadow:0 12px 26px rgba(0,0,0,.08)}.ofb-service-industry-grid a>span{grid-row:1/3;width:44px;height:44px;border-radius:13px;background:#fff0e4;color:#f06c00;display:grid;place-items:center}.ofb-service-industry-grid svg{width:25px;height:25px}.ofb-service-industry-grid strong{font-size:15px}.ofb-service-industry-grid small{color:#777;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ofb-service-result-head{display:flex;justify-content:space-between;align-items:end;margin:25px 0 13px}.ofb-service-result-head span{color:#f06c00;font-weight:900;font-size:12px;letter-spacing:.1em}.ofb-service-result-head h2{margin:4px 0 0}.ofb-service-result-head select{min-height:42px;border-radius:10px;padding:0 12px}.ofb-service-results{display:grid;gap:12px}.ofb-service-card{display:grid;grid-template-columns:260px 1fr 185px;background:#fff;border:1px solid #e6e1dc;border-radius:18px;overflow:hidden}.ofb-service-card-image{background:#ece8e3;min-height:190px;display:grid;place-items:center}.ofb-service-card-image img{width:100%;height:100%;object-fit:cover}.ofb-service-placeholder-icon{width:64px;height:64px;color:#f06c00}.ofb-service-card-main{padding:20px}.ofb-service-badges{display:flex;gap:7px;flex-wrap:wrap}.ofb-service-badges span,.ofb-service-badges b{font-size:11px;border-radius:999px;padding:6px 9px;background:#f1eee9}.ofb-service-badges b{background:#eaf8ee;color:#217a3b}.ofb-service-card h3{font-size:22px;margin:10px 0 4px}.ofb-service-card h3 a{text-decoration:none;color:inherit}.ofb-service-category{font-weight:800;color:#f06c00}.ofb-service-facts{display:flex;gap:12px;flex-wrap:wrap;font-size:13px;color:#666}.ofb-service-card-side{border-left:1px solid #eee;padding:20px;display:flex;flex-direction:column;gap:8px;align-items:flex-end;text-align:right}.ofb-service-card-side strong{font-size:22px}.ofb-service-dynamic{margin-top:18px;padding:18px;border:1px solid #eadfd6;background:#fffaf6;border-radius:14px}.ofb-service-dynamic h3{margin-top:0}.ofb-real-estate-plan{border-color:#f0d3bc}
@media(max-width:1050px){.ofb-service-search-main{grid-template-columns:1fr 1fr}.ofb-service-search-main button{grid-column:1/-1}.ofb-service-filter-grid,.ofb-service-industry-grid{grid-template-columns:repeat(2,1fr)}.ofb-service-card{grid-template-columns:210px 1fr}.ofb-service-card-side{grid-column:2;border-left:0;border-top:1px solid #eee;flex-direction:row;align-items:center;justify-content:space-between;text-align:left}}
@media(max-width:680px){.ofb-services-market{padding-left:12px;padding-right:12px}.ofb-services-hero{display:block}.ofb-services-hero .ofb-secondary{display:inline-block;margin-top:12px}.ofb-service-search-main,.ofb-service-filter-grid,.ofb-service-industry-grid{grid-template-columns:1fr}.ofb-service-card{grid-template-columns:1fr}.ofb-service-card-image{min-height:220px}.ofb-service-card-side{grid-column:1}.ofb-service-industry-grid small{white-space:normal}.ofb-service-result-head{align-items:flex-start;gap:10px}}

/* v2.5 category-aware expert search */
.ofb-category-directory-intro{margin:0 0 22px;padding:24px 26px;border-radius:18px;background:linear-gradient(135deg,#15191d,#23282d);color:#fff}.ofb-category-directory-intro h1{margin:6px 0 8px;font-size:clamp(1.7rem,3vw,2.5rem);letter-spacing:-.035em}.ofb-category-directory-intro p{margin:0;max-width:850px;color:#c7cdd2}.ofb-category-directory-intro .ofb-kicker{color:#ff6b00;font-weight:900;letter-spacing:.09em;font-size:.72rem}
.ofb-category-directory-pro .ofb-category-group{padding:0;overflow:hidden}.ofb-cat-search{margin:0 12px 10px;padding:13px;border:1px solid #e4e7e9;background:#fafbfb;border-radius:12px}.ofb-cat-search-title{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:9px}.ofb-cat-search-title strong{font-size:.82rem;color:#181d21}.ofb-cat-search-title span{font-size:.68rem;color:#737b81}.ofb-cat-search-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;gap:7px}.ofb-cat-search-row input,.ofb-cat-search-row select{min-width:0;height:38px;padding:0 9px;border:1px solid #d7dcdf;border-radius:8px;background:#fff;font-size:.74rem}.ofb-cat-search-row button{height:38px;padding:0 12px;border:0;border-radius:8px;background:#ff6500;color:#fff;font-weight:900;font-size:.72rem;cursor:pointer}.ofb-cat-search-standard .ofb-cat-search-row{grid-template-columns:2fr 1fr auto}.ofb-cat-search-automotive .ofb-cat-search-row{grid-template-columns:1fr 1fr 1fr 1fr auto}.ofb-cat-parts-row{margin-top:7px;padding-top:7px;border-top:1px dashed #dfe3e5}
.ofb-service-specific-search{margin-top:14px}.ofb-service-specific-search>section{padding:14px;border-radius:12px;background:#fff;border:1px solid #e2e6e8}.ofb-service-specific-search>section[hidden]{display:none!important}.ofb-service-specific-search>section>strong{display:block;margin-bottom:10px;color:#171b1f}.ofb-inline-check{display:flex!important;align-items:center;gap:8px;justify-content:flex-start!important}.ofb-inline-check input{width:auto!important}
@media(max-width:1050px){.ofb-category-directory-pro{grid-template-columns:repeat(2,minmax(0,1fr))}.ofb-cat-search-row,.ofb-cat-search-automotive .ofb-cat-search-row{grid-template-columns:1fr 1fr}.ofb-cat-search-row button{grid-column:1/-1}}
@media(max-width:680px){.ofb-cat-search-title{align-items:flex-start;flex-direction:column}.ofb-cat-search-row,.ofb-cat-search-automotive .ofb-cat-search-row,.ofb-cat-search-standard .ofb-cat-search-row{grid-template-columns:1fr}.ofb-cat-search-row button{grid-column:auto}.ofb-category-directory-intro{padding:20px 18px}}
.ofb-service-type-overview{margin:22px 0;padding:18px;border:1px solid #e2e6e8;border-radius:16px;background:#fff}.ofb-service-type-overview .ofb-section-head{margin-bottom:12px}.ofb-service-type-overview p{margin:5px 0 0;color:#747c82;font-size:.82rem}.ofb-service-type-chips{display:flex;flex-wrap:wrap;gap:8px}.ofb-service-type-chips a{display:inline-flex;padding:8px 11px;border-radius:999px;background:#f2f4f5;color:#31383d;font-size:.76rem;font-weight:800;border:1px solid #e1e5e7}.ofb-service-type-chips a:hover{background:#fff1e7;color:#b84e00;border-color:#ffc796}

/* OFB 2.6 Kundenportal & Gewerbeprüfung */
.ofb-customer-portal{display:grid;grid-template-columns:260px minmax(0,1fr);gap:28px;align-items:start;margin:24px 0 48px}.ofb-customer-sidebar{position:sticky;top:92px;background:#161616;color:#fff;border-radius:18px;padding:18px;box-shadow:0 14px 40px rgba(0,0,0,.12)}.ofb-customer-user{display:flex;gap:12px;align-items:center;padding:8px 6px 18px;border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:10px}.ofb-customer-user small{display:block;color:#bbb;margin-top:2px}.ofb-avatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#f59e0b;color:#111;font-weight:900;font-size:20px}.ofb-customer-sidebar nav{display:grid;gap:4px}.ofb-customer-sidebar nav a{color:#ddd;text-decoration:none;padding:11px 12px;border-radius:10px;font-weight:700}.ofb-customer-sidebar nav a:hover,.ofb-customer-sidebar nav a.active{background:#f59e0b;color:#111}.ofb-customer-main{min-width:0}.ofb-portal-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.ofb-portal-head h1{margin:0}.ofb-portal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0}.ofb-portal-card{display:flex;flex-direction:column;gap:5px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;text-decoration:none;color:inherit;box-shadow:0 8px 24px rgba(0,0,0,.05)}.ofb-portal-card b{font-size:26px;color:#f59e0b}.ofb-verification-callout{display:flex;justify-content:space-between;align-items:center;gap:18px;background:#fff7ed;border:1px solid #fed7aa;border-radius:16px;padding:18px;margin:18px 0}.ofb-verification-callout p{margin:4px 0 0}.ofb-verification-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:16px}.ofb-verification-badge{display:inline-flex;padding:5px 10px;border-radius:999px;background:#e5e7eb;color:#111827;font-size:12px;font-weight:800}.ofb-verification-badge.status-verified{background:#dcfce7;color:#166534}.ofb-verification-badge.status-pending{background:#fff7ed;color:#9a3412}.ofb-verification-badge.status-rejected,.ofb-verification-badge.status-suspended{background:#fee2e2;color:#991b1b}.ofb-verification-badge.status-needs_info{background:#fef3c7;color:#92400e}.ofb-warning{padding:14px 16px;background:#fffbeb;border:1px solid #fde68a;border-radius:12px;margin:12px 0}.ofb-checkbox-line{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:10px}.ofb-business-badge.is-verified{background:#dcfce7;color:#166534}
@media(max-width:900px){.ofb-customer-portal{grid-template-columns:1fr}.ofb-customer-sidebar{position:static}.ofb-customer-sidebar nav{grid-template-columns:repeat(2,minmax(0,1fr))}.ofb-portal-grid{grid-template-columns:1fr}.ofb-portal-head,.ofb-verification-callout,.ofb-verification-head{align-items:flex-start;flex-direction:column}}

/* v2.7 kaufmaennischer Prozess */
.ofb-address-check-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:12px 0 0}.ofb-address-ok{color:#166534;font-weight:800}.ofb-address-bad{color:#991b1b;font-weight:800}.ofb-customer-sidebar nav a[href*="buchungen"]{border-left:3px solid #ff7a00}


/* OFB 2.8 – Parts catalogue, premium listing cards, newsletter and category-search layout */
.ofb-parts-cat-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.ofb-parts-cat-list .ofb-parts-cat-card{display:grid;grid-template-columns:86px 1fr auto;gap:12px;align-items:center;min-height:92px;padding:10px 12px;border:1px solid #e1e4e6;border-radius:14px;background:#fff;overflow:hidden}.ofb-parts-cat-card.is-active{border-color:#ff6b00;box-shadow:0 0 0 2px rgba(255,107,0,.08)}.ofb-parts-cat-thumb{width:86px;height:68px;border-radius:10px;background:#f6f7f8;overflow:hidden;display:grid;place-items:center}.ofb-parts-cat-thumb img{width:100%;height:100%;object-fit:contain}.ofb-parts-cat-copy{min-width:0}.ofb-parts-cat-copy strong{display:block;font-size:.9rem;color:#17191c}.ofb-parts-cat-copy small{display:block;margin-top:5px;color:#7a8087;font-weight:600}.ofb-parts-cat-arrow{font-size:1.5rem;color:#ff6b00}.ofb-parts-cat-list .ofb-parts-cat-card:hover{transform:translateY(-2px);border-color:#ff6b00;box-shadow:0 12px 24px rgba(14,18,22,.08)}
.ofb-ad-card-pro{position:relative;border-radius:18px}.ofb-ad-image-wrap{position:relative}.ofb-card-category{position:absolute;left:10px;bottom:10px;padding:6px 9px;border-radius:999px;background:rgba(18,20,22,.86);color:#fff;font-size:.68rem;font-weight:850;backdrop-filter:blur(7px)}.ofb-favorite-icon{position:absolute;right:10px;top:10px;width:38px;height:38px;border:1px solid rgba(0,0,0,.08);border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.94);font-size:1.3rem;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.08)}.ofb-favorite-icon:hover,.ofb-favorite-icon.is-active{color:#ff6500;border-color:#ffb276}.ofb-card-facts{display:flex;gap:6px;flex-wrap:wrap;margin:9px 0}.ofb-card-facts span{display:inline-flex;padding:5px 7px;border-radius:7px;background:#f3f4f5;color:#444b50;font-size:.68rem;font-weight:750}.ofb-card-snippet{margin:8px 0 12px;color:#6f757a;font-size:.78rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ofb-card-tax-note{display:block;color:#8a9096;font-size:.64rem;margin-top:2px}.ofb-card-badges{display:flex;gap:5px;align-items:center}.ofb-card-detail-link{display:flex;justify-content:space-between;align-items:center;margin:12px -14px -14px;padding:11px 14px;border-top:1px solid #edf0f2;color:#2b3034;text-decoration:none;font-size:.75rem;font-weight:900}.ofb-card-detail-link:hover{background:#fff6ef;color:#c75100}
.ofb-newsletter{display:grid;grid-template-columns:minmax(0,.8fr) minmax(420px,1.2fr);gap:28px;align-items:center;padding:28px;border-radius:20px;background:linear-gradient(135deg,#171a1d,#252a2e);color:#fff}.ofb-newsletter h3{font-size:1.6rem;margin:4px 0}.ofb-newsletter p{margin:0;color:#c4c9cd}.ofb-newsletter-main{display:grid;grid-template-columns:1fr auto;gap:10px}.ofb-newsletter-main input{min-height:48px;border-radius:11px;border:1px solid #4a5055;padding:0 14px;background:#fff;color:#17191c}.ofb-newsletter-consent{display:flex;gap:8px;align-items:flex-start;margin-top:9px;color:#b9bec2;font-size:.73rem}.ofb-newsletter-consent input{margin-top:2px}.ofb-newsletter.is-compact{border-radius:0;background:#12161a;border-top:1px solid #2a2f33;border-bottom:1px solid #2a2f33}.ofb-newsletter.is-compact .ofb-kicker{color:#ff6b00}
.ofb-category-directory-pro{gap:22px}.ofb-category-directory-pro .ofb-category-group{border-radius:18px;box-shadow:0 8px 28px rgba(20,25,30,.04)}.ofb-cat-search{margin:0;padding:18px;border:0;border-top:1px solid #eceff1;background:linear-gradient(180deg,#fbfcfc,#f5f7f8);border-radius:0}.ofb-cat-search-title{display:block;margin-bottom:12px}.ofb-cat-search-title strong{display:block;font-size:.93rem}.ofb-cat-search-title span{display:block;margin-top:3px;font-size:.72rem}.ofb-cat-search-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.ofb-cat-search-row input,.ofb-cat-search-row select{height:44px;border-radius:10px;font-size:.78rem}.ofb-cat-search-row button{height:44px;grid-column:1/-1;font-size:.78rem;border-radius:10px}.ofb-cat-search-standard .ofb-cat-search-row,.ofb-cat-search-automotive .ofb-cat-search-row{grid-template-columns:repeat(2,minmax(0,1fr))}.ofb-cat-search-standard .ofb-cat-search-row button,.ofb-cat-search-automotive .ofb-cat-search-row button{grid-column:1/-1}.ofb-cat-parts-row{margin-top:10px;padding-top:10px}.ofb-category-group .ofb-category-links{padding:0 18px 18px}.ofb-category-group>h2{padding:18px 18px 0}
.ofb-demo-listing{max-width:1320px;margin:0 auto 50px}.ofb-demo-banner{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:16px;padding:14px 18px;border-radius:14px;background:#fff7ed;border:1px solid #fed7aa}.ofb-demo-banner span{font-size:.7rem;font-weight:900;color:#c45400;letter-spacing:.08em}.ofb-demo-banner small{color:#777}.ofb-demo-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr) 320px;gap:18px}.ofb-demo-media,.ofb-demo-main,.ofb-demo-seller{background:#fff;border:1px solid #e4e7e9;border-radius:18px;padding:20px}.ofb-demo-media>img{width:100%;height:320px;object-fit:contain;background:#f7f8f8;border-radius:12px}.ofb-demo-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:10px}.ofb-demo-thumbs span{height:54px;border-radius:8px;background:linear-gradient(135deg,#f3f4f5,#e2e5e7)}.ofb-demo-main h1{font-size:clamp(1.6rem,2.5vw,2.3rem);margin:8px 0}.ofb-demo-kicker{color:#ff6500;font-weight:900;font-size:.72rem}.ofb-demo-price{font-size:2rem;font-weight:950}.ofb-demo-price small{font-size:.7rem;color:#777}.ofb-demo-main dl{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:20px}.ofb-demo-main dt{color:#777}.ofb-demo-main dd{text-align:right;font-weight:800}.ofb-demo-seller{align-self:start;position:sticky;top:92px}.ofb-demo-seller .ofb-primary,.ofb-demo-seller .ofb-secondary{width:100%;margin-top:9px}.ofb-demo-safety{margin-top:18px;padding:14px;border-radius:12px;background:#f6f8f7}.ofb-demo-safety span{display:block;margin-top:4px;color:#68706d;font-size:.75rem}
@media(max-width:1100px){.ofb-parts-cat-list{grid-template-columns:repeat(3,1fr)}.ofb-demo-grid{grid-template-columns:1fr 1fr}.ofb-demo-seller{grid-column:1/-1;position:static}.ofb-newsletter{grid-template-columns:1fr}}
@media(max-width:760px){.ofb-parts-cat-list{grid-template-columns:repeat(2,1fr)}.ofb-parts-cat-list .ofb-parts-cat-card{grid-template-columns:68px 1fr auto;min-height:82px}.ofb-parts-cat-thumb{width:68px;height:58px}.ofb-demo-grid{grid-template-columns:1fr}.ofb-cat-search-row,.ofb-cat-search-standard .ofb-cat-search-row,.ofb-cat-search-automotive .ofb-cat-search-row{grid-template-columns:1fr}.ofb-newsletter-main{grid-template-columns:1fr}.ofb-newsletter{padding:22px}.ofb-card-snippet{display:none}}
@media(max-width:480px){.ofb-parts-cat-list{grid-template-columns:1fr}.ofb-ad-grid{grid-template-columns:1fr}.ofb-card-detail-link{margin-left:-10px;margin-right:-10px;margin-bottom:-10px}}

/* v2.9 Recruit & listing presentation */
.ofb-job-card-box{display:grid;grid-template-columns:64px minmax(0,1fr) 190px;gap:18px;align-items:stretch;border:1px solid #e4e7eb;border-radius:18px;padding:18px 20px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.045)}
.ofb-job-card-box:hover{border-color:#ff6a00;box-shadow:0 16px 36px rgba(15,23,42,.08)}
.ofb-job-logo{width:54px;height:54px;border-radius:13px;display:grid;place-items:center;background:#111827;color:#fff;font-weight:900;letter-spacing:.04em;margin-top:5px}
.ofb-job-quick-badge{display:inline-flex;padding:5px 8px;border-radius:7px;background:#eaf2ff;color:#1657a8;font-size:.72rem;font-weight:850;margin-bottom:7px}
.ofb-job-verified{display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#0ea75a;color:#fff;font-size:.7rem;margin-left:4px}
.ofb-job-meta-line{display:flex;gap:13px;flex-wrap:wrap;color:#6b7280;font-size:.8rem;margin:7px 0 8px}
.ofb-job-chips .is-salary{background:#e7f8ec;color:#156c39;border:1px solid #ccefd8;font-weight:850}
.ofb-job-card-action{border-left:1px solid #edf0f3;padding-left:18px;display:flex;flex-direction:column;justify-content:center;gap:12px;text-align:right}
.ofb-job-card-action>strong{font-size:1.08rem;color:#111827}.ofb-job-card-action .ofb-primary{text-align:center;text-decoration:none}
.ofb-recruit-shell{max-width:1500px;margin:0 auto;padding:22px 18px 60px;display:grid;grid-template-columns:230px minmax(0,1fr);gap:18px}
.ofb-recruit-dark{background:linear-gradient(180deg,#11161b 0,#151a20 100%);border-radius:24px;color:#f8fafc}
.ofb-recruit-sidebar{background:#0d1116;border:1px solid #252d35;border-radius:18px;padding:18px;align-self:start;position:sticky;top:84px;min-height:640px}
.ofb-recruit-brand{padding:4px 6px 18px;border-bottom:1px solid #252d35}.ofb-recruit-brand strong{display:block;font-size:1rem}.ofb-recruit-brand small{display:block;color:#8c98a5;margin-top:3px}
.ofb-recruit-sidebar-nav{display:grid;gap:5px;padding:14px 0}.ofb-recruit-sidebar-nav a{display:block;color:#cbd5e1;text-decoration:none;padding:11px 12px;border-radius:10px;font-weight:700;font-size:.86rem}.ofb-recruit-sidebar-nav a:hover,.ofb-recruit-sidebar-nav a.is-active{background:#2a1b12;color:#ff7a00;box-shadow:inset 3px 0 0 #ff6a00}
.ofb-recruit-help{display:block;margin-top:18px;border:1px solid #34404b;border-radius:10px;padding:11px;text-align:center;color:#e5e7eb;text-decoration:none}
.ofb-recruit-plan-mini{margin-top:18px;padding:14px;border:1px solid #2a333d;border-radius:12px;background:#151b21}.ofb-recruit-plan-mini strong,.ofb-recruit-plan-mini span{display:block}.ofb-recruit-plan-mini strong{color:#ff7a00}.ofb-recruit-plan-mini span{color:#9aa6b2;margin-top:3px;font-size:.8rem}
.ofb-recruit-workspace{min-width:0}.ofb-recruit-workspace-head{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:16px 6px 22px}.ofb-recruit-workspace-head h1{margin:.15rem 0;color:#fff;font-size:clamp(1.8rem,3vw,2.8rem)}.ofb-recruit-workspace-head p{margin:0;color:#a8b2bd}
.ofb-recruit-dark .ofb-recruit-panel,.ofb-recruit-dark .ofb-recruit-stats>div{background:#171d23;border-color:#2a333d;color:#f8fafc;box-shadow:none}.ofb-recruit-dark .ofb-recruit-panel h2,.ofb-recruit-dark .ofb-recruit-panel h3,.ofb-recruit-dark .ofb-recruit-stats strong{color:#fff}.ofb-recruit-dark .ofb-recruit-panel p,.ofb-recruit-dark .ofb-recruit-panel small,.ofb-recruit-dark .ofb-recruit-stats span{color:#aeb8c2}
.ofb-recruit-dashboard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:16px}.ofb-recruit-panel.is-metric{min-height:190px}.ofb-recruit-panel.is-metric a{color:#ff7a00;text-decoration:none;font-weight:800}
.ofb-profile-progress{width:112px;height:112px;border-radius:50%;display:grid;place-items:center;align-content:center;background:conic-gradient(#ff6a00 var(--ofb-progress,72%),#303943 0);position:relative;margin:12px 0}.ofb-profile-progress:before{content:"";position:absolute;inset:9px;background:#171d23;border-radius:50%}.ofb-profile-progress strong,.ofb-profile-progress span{position:relative;z-index:1}.ofb-profile-progress strong{font-size:1.45rem}.ofb-profile-progress span{font-size:.7rem;color:#9aa6b2}
.ofb-big-state{display:block;font-size:1.1rem;margin:25px 0 36px}.ofb-mini-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:24px}.ofb-mini-metrics span{display:grid;gap:4px;text-align:center;color:#9aa6b2}.ofb-mini-metrics b{font-size:1.6rem;color:#fff}
.ofb-recruit-dashboard-split{display:grid;grid-template-columns:1.05fr 1fr;gap:16px}.ofb-pipeline-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.ofb-pipeline-summary>div{padding:14px 10px;background:#10151a;border:1px solid #2a333d;border-radius:10px;text-align:center}.ofb-pipeline-summary span{display:block;color:#9aa6b2;font-size:.72rem}.ofb-pipeline-summary strong{display:block;font-size:1.5rem;margin-top:6px;color:#fff}
.ofb-recruit-dark .ofb-candidate-application,.ofb-recruit-dark .ofb-employer-job-row{border-color:#2a333d}.ofb-recruit-dark .ofb-employer-apps{background:#12171c;border-color:#2a333d}.ofb-recruit-dark .ofb-application-row{border-color:#2a333d}.ofb-recruit-dark .ofb-application-actions select{background:#0f1419;color:#fff;border-color:#36424d}
.ofb-recruit-dark .ofb-submit-form input,.ofb-recruit-dark .ofb-submit-form select,.ofb-recruit-dark .ofb-submit-form textarea{background:#0f1419;color:#fff;border-color:#35414c}.ofb-recruit-dark .ofb-submit-form label{color:#dce3ea}
.ofb-recruit-dark .ofb-job-card-box{background:#f9fafb;color:#111827}.ofb-recruit-dark .ofb-job-card-box h2,.ofb-recruit-dark .ofb-job-card-box h2 a{color:#111827}.ofb-recruit-dark .ofb-job-card-box .ofb-job-company,.ofb-recruit-dark .ofb-job-card-box .ofb-job-snippet{color:#4b5563}
.ofb-recruit-stats.is-pro{grid-template-columns:repeat(4,1fr)}
.ofb-ad-card-pro{border-radius:18px;overflow:hidden;border:1px solid #e3e7eb;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.05)}.ofb-ad-card-pro .ofb-ad-body{padding:16px}.ofb-ad-card-pro h3{font-size:1.05rem;line-height:1.3;min-height:2.6em}.ofb-ad-card-pro .ofb-card-snippet{line-height:1.55;color:#5f6670}.ofb-ad-card-pro .ofb-ad-price{font-size:1.25rem;font-weight:900}.ofb-card-facts span{border:1px solid #e6e9ed;background:#f8fafc}
@media(max-width:1000px){.ofb-job-card-box{grid-template-columns:54px 1fr}.ofb-job-card-action{grid-column:2;border-left:0;border-top:1px solid #edf0f3;padding:12px 0 0;flex-direction:row;justify-content:space-between;align-items:center}.ofb-recruit-shell{grid-template-columns:1fr}.ofb-recruit-sidebar{position:static;min-height:auto}.ofb-recruit-sidebar-nav{grid-template-columns:repeat(3,1fr)}.ofb-recruit-dashboard-grid,.ofb-recruit-dashboard-split{grid-template-columns:1fr}.ofb-pipeline-summary{grid-template-columns:repeat(3,1fr)}}
@media(max-width:680px){.ofb-job-card-box{grid-template-columns:1fr;padding:15px}.ofb-job-logo{display:none}.ofb-job-card-action{grid-column:1;align-items:stretch;flex-direction:column;text-align:left}.ofb-recruit-dark{border-radius:0}.ofb-recruit-sidebar-nav{grid-template-columns:1fr 1fr}.ofb-recruit-workspace-head{align-items:flex-start;flex-direction:column}.ofb-recruit-dashboard-grid{grid-template-columns:1fr}.ofb-recruit-stats.is-pro{grid-template-columns:1fr 1fr}.ofb-pipeline-summary{grid-template-columns:1fr 1fr}.ofb-mini-metrics{grid-template-columns:1fr 1fr 1fr}}

/* OFB 3.0 – Business, media gallery, smart category and company directory */
.ofb-category-suggestions{border:1px solid #e6e8eb;border-radius:14px;background:#fff;padding:14px 16px;display:flex;gap:12px;align-items:flex-start;flex-wrap:wrap}.ofb-category-suggestions>strong{color:#111827}.ofb-category-suggestions>span{color:#667085;font-size:.9rem}.ofb-category-suggestion-buttons{width:100%;display:flex;gap:8px;flex-wrap:wrap}.ofb-category-suggestion-buttons button{appearance:none;border:1px solid #d9dde3;background:#f8fafc;border-radius:10px;padding:9px 12px;cursor:pointer;text-align:left;color:#111827}.ofb-category-suggestion-buttons button:hover{border-color:#ff6200;background:#fff6ef}.ofb-category-suggestion-buttons button b{display:block}.ofb-category-suggestion-buttons button small{display:block;color:#667085;margin-top:2px}
.ofb-single-gallery{background:#0f1317;border-radius:18px;overflow:hidden}.ofb-single-gallery>[data-ofb-gallery-main]{display:block;width:100%;height:min(62vh,650px);object-fit:contain;background:#0b0e11}.ofb-gallery-thumbs{display:flex;gap:8px;padding:10px;overflow-x:auto;background:#12171c}.ofb-gallery-thumbs button{width:78px;height:62px;flex:0 0 auto;padding:0;border:2px solid transparent;border-radius:9px;overflow:hidden;background:#fff;cursor:pointer}.ofb-gallery-thumbs button.is-active{border-color:#ff6200}.ofb-gallery-thumbs img{width:100%;height:100%;object-fit:cover}.ofb-ad-video{margin:16px 0;border-radius:16px;overflow:hidden;background:#0b0e11}.ofb-ad-video video,.ofb-ad-video iframe{display:block;width:100%;max-height:600px;aspect-ratio:16/9}.ofb-ad-video-embed>div{width:100%!important}
.ofb-business-pro-hero{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(260px,.7fr);gap:24px;padding:34px;border-radius:22px;background:linear-gradient(135deg,#10151a,#1c2228);color:#fff;margin-bottom:32px;align-items:center}.ofb-business-pro-hero h1{font-size:clamp(2rem,4vw,3.7rem);line-height:1.03;margin:.25em 0}.ofb-business-pro-hero p{max-width:760px;color:#cbd2d8;font-size:1.05rem}.ofb-business-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.ofb-business-price-highlight{padding:28px;border:1px solid rgba(255,98,0,.45);border-radius:18px;background:linear-gradient(145deg,rgba(255,98,0,.16),rgba(255,98,0,.04));display:flex;flex-direction:column}.ofb-business-price-highlight small{color:#cdd2d7}.ofb-business-price-highlight strong{font-size:3rem;color:#ff6200;line-height:1;margin:8px 0}.ofb-business-price-highlight span{color:#fff}.ofb-section-heading{margin:22px 0}.ofb-section-heading>span{font-size:.78rem;font-weight:800;letter-spacing:.12em;color:#ff6200}.ofb-section-heading h2{font-size:clamp(1.7rem,3vw,2.5rem);margin:6px 0}.ofb-section-heading p{color:#667085;max-width:800px}.ofb-business-price-grid .ofb-price-card{display:flex;flex-direction:column}.ofb-business-price-grid .ofb-price-card ul{padding-left:18px;color:#475467;line-height:1.7;flex:1}.ofb-business-price-grid .ofb-price-card.is-featured{border-color:#ff6200;box-shadow:0 14px 40px rgba(255,98,0,.09)}.ofb-company-showcase{margin:48px 0}.ofb-company-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.ofb-company-card{border:1px solid #e5e7eb;border-radius:16px;padding:18px;background:#fff;display:grid;grid-template-columns:54px 1fr;gap:14px;box-shadow:0 7px 22px rgba(15,23,42,.04)}.ofb-company-avatar{width:54px;height:54px;border-radius:13px;display:grid;place-items:center;background:#111820;color:#ff6200;font-weight:900}.ofb-company-card h3{margin:8px 0 4px}.ofb-company-card p{margin:0 0 8px;color:#667085}.ofb-company-meta{display:flex;gap:10px;flex-wrap:wrap;color:#667085;font-size:.84rem}.ofb-company-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:12px}.ofb-company-actions a:not(.ofb-secondary){font-size:.85rem;color:#ff6200}.ofb-business-empty{border:1px dashed #cfd4da;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:5px;background:#fafafa}.ofb-business-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:32px 0}.ofb-business-benefits>div{background:#111820;color:#fff;border-radius:14px;padding:18px}.ofb-business-benefits strong{display:block;color:#ff6200;margin-bottom:5px}.ofb-business-benefits span{color:#cbd2d8;font-size:.9rem}
@media(max-width:980px){.ofb-company-grid,.ofb-business-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}.ofb-business-pro-hero{grid-template-columns:1fr}}@media(max-width:620px){.ofb-company-grid,.ofb-business-benefits{grid-template-columns:1fr}.ofb-business-pro-hero{padding:22px}.ofb-single-gallery>[data-ofb-gallery-main]{height:360px}}


/* v3.0.1 – Stellenangebot / Stellengesuch */
.ofb-job-type-choice{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:18px 0}
.ofb-job-type-card{display:flex;align-items:flex-start;gap:12px;border:1px solid #d9d9d9;border-radius:14px;padding:16px;background:#fff;cursor:pointer;transition:.2s ease}
.ofb-job-type-card:has(input:checked){border-color:#ff5a00;box-shadow:0 0 0 2px rgba(255,90,0,.12);background:#fffaf6}
.ofb-job-type-card input{margin-top:4px;accent-color:#ff5a00}
.ofb-job-type-card b{display:block;font-size:1rem;color:#151515;margin-bottom:4px}
.ofb-job-type-card small{display:block;color:#666;line-height:1.45}
.ofb-job-type-card:has(input:disabled){opacity:.55;cursor:not-allowed}
.ofb-job-market-tabs{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:16px 0}
.ofb-job-market-tabs a{display:inline-flex;align-items:center;justify-content:center;border:1px solid #d8d8d8;border-radius:999px;padding:9px 15px;text-decoration:none;color:#242424;background:#fff;font-weight:700}
.ofb-job-market-tabs a.is-active{background:#171a1d;color:#fff;border-color:#171a1d}
.ofb-job-market-tabs .ofb-job-tab-cta{margin-left:auto;background:#ff5a00;color:#fff;border-color:#ff5a00}
.ofb-job-wanted-badge{display:inline-flex;padding:5px 9px;border-radius:7px;background:#fff0e6;color:#b94300;font-size:.78rem;font-weight:800;margin-bottom:6px}
.ofb-job-card.is-job-wanted{border-color:#ead8cc}
.ofb-job-card.is-job-wanted .ofb-job-logo{background:#fff0e6;color:#d94b00}
@media(max-width:780px){
  .ofb-job-type-choice{grid-template-columns:1fr}
  .ofb-job-market-tabs .ofb-job-tab-cta{margin-left:0;width:100%}
}

.ofb-job-fieldset{border:0;padding:0;margin:0;min-width:0}

/* OFB 3.1.2 – professional help & legal pages */
.ofb-help-shell,.ofb-legal-shell{display:block;max-width:1180px;margin:0 auto;color:#15191d}
.ofb-help-lead,.ofb-legal-lead{padding:30px;border:1px solid #e7eaed;border-radius:20px;background:linear-gradient(135deg,#111519 0%,#232a30 100%);color:#fff;margin:0 0 22px;overflow:hidden}
.ofb-help-lead h2,.ofb-legal-lead h2{margin:8px 0 10px;font-size:clamp(2rem,4vw,3.25rem);line-height:1.03;letter-spacing:-.045em;color:#fff}
.ofb-help-lead p,.ofb-legal-lead p{margin:0;max-width:820px;color:#c8ced3;font-size:1.02rem;line-height:1.7}
.ofb-help-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.ofb-help-grid,.ofb-legal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:0 0 22px}
.ofb-help-card,.ofb-legal-card,.ofb-legal-wide{position:relative;background:#fff;border:1px solid #e4e8eb;border-radius:18px;padding:24px;box-shadow:0 10px 28px rgba(12,16,20,.045);min-width:0;overflow-wrap:anywhere}
.ofb-help-card-no,.ofb-legal-label{display:inline-flex;color:#f66a00;font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px}
.ofb-help-card h3,.ofb-legal-card h3,.ofb-legal-wide h3{font-size:1.2rem;line-height:1.25;margin:0 0 10px;color:#111519;letter-spacing:-.02em}
.ofb-help-card p,.ofb-legal-card p,.ofb-legal-wide p{font-size:.96rem;line-height:1.72;margin:0 0 12px;color:#596168;white-space:normal}
.ofb-help-card a:not(.ofb-primary):not(.ofb-secondary),.ofb-legal-shell a:not(.ofb-primary):not(.ofb-secondary){color:#cf5700;font-weight:800;text-decoration:none}
.ofb-help-card a:hover,.ofb-legal-shell a:hover{text-decoration:underline}
.ofb-help-safety{display:grid;grid-template-columns:1.35fr 1fr;gap:24px;align-items:start;padding:26px;background:#fff7f0;border:1px solid #ffd8ba;border-radius:18px;margin:0 0 12px}
.ofb-help-safety h3{font-size:1.4rem;margin:6px 0 10px}.ofb-help-safety p{color:#5d6267;line-height:1.7;margin:0}.ofb-help-safety ul,.ofb-legal-list{margin:0;padding-left:20px}.ofb-help-safety li,.ofb-legal-list li{margin:0 0 8px;line-height:1.55;color:#444b51}
.ofb-legal-wide{margin:0 0 16px}.ofb-legal-card strong,.ofb-legal-wide strong{color:#20262b}
.ofb-terms-shell .ofb-legal-card{min-height:185px}
.ofb-content-card>.ofb-legal-shell:first-child,.ofb-content-card>.ofb-help-shell:first-child{margin-top:0}
.ofb-content-card h1:first-child{margin-top:0}
@media(max-width:760px){.ofb-help-lead,.ofb-legal-lead{padding:22px 18px}.ofb-help-grid,.ofb-legal-grid,.ofb-help-safety{grid-template-columns:1fr}.ofb-help-card,.ofb-legal-card,.ofb-legal-wide{padding:19px}.ofb-help-actions>a{width:100%;justify-content:center}.ofb-help-safety{padding:20px}}


/* OFB 3.1.3 – pricing page layout repair */
.ofb-pricing-page{max-width:1180px;margin:0 auto;min-width:0}
.ofb-pricing-hero{margin-bottom:30px}
.ofb-pricing-section{margin:0 0 38px;min-width:0}
.ofb-pricing-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin:0 0 16px;padding:0 2px}
.ofb-pricing-section-head>div{min-width:0}.ofb-pricing-section-head>div>span{display:block;color:#e85d00;font-size:.72rem;font-weight:900;letter-spacing:.12em;margin-bottom:4px}
.ofb-pricing-section-head h2{margin:0!important;font-size:clamp(1.55rem,2.8vw,2.25rem)!important;line-height:1.1!important;letter-spacing:-.035em;color:#12171b}
.ofb-pricing-section-head p{margin:0;max-width:520px;color:#687078;font-size:.92rem;line-height:1.55;text-align:right}
.ofb-pricing-page .ofb-price-grid{display:grid;gap:16px;margin:0;align-items:stretch}
.ofb-price-grid-private{grid-template-columns:repeat(2,minmax(0,1fr))}
.ofb-price-grid-business{grid-template-columns:repeat(2,minmax(0,1fr))}
.ofb-pricing-page .ofb-price-card-pro{display:flex;flex-direction:column;position:relative;min-width:0;min-height:330px;padding:24px;border:1px solid #e2e6e9;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(12,16,20,.045);overflow:hidden}
.ofb-pricing-page .ofb-price-card-pro.is-platinum{border:2px solid #ff6a00;background:linear-gradient(180deg,#fff7ef 0,#fff 46%)}
.ofb-pricing-page .ofb-price-card-pro.is-standard{background:linear-gradient(180deg,#f8fafb,#fff)}
.ofb-pricing-page .ofb-price-card-head{min-height:106px;margin-bottom:14px}
.ofb-pricing-page .ofb-price-badge{display:inline-flex!important;align-items:center;width:max-content;max-width:100%;padding:6px 9px;border-radius:999px;background:#f1f3f5;color:#515960!important;font-size:.7rem!important;font-weight:900!important;line-height:1.2;white-space:normal}
.ofb-pricing-page .is-platinum .ofb-price-badge{background:#fff0e5;color:#bd4900!important}
.ofb-pricing-page .ofb-price-card-head strong{display:block;margin:10px 0 2px!important;font-size:clamp(1.65rem,3vw,2.15rem)!important;line-height:1.07!important;letter-spacing:-.035em;color:#12171b;overflow-wrap:normal;word-break:normal}
.ofb-pricing-page .ofb-price-card-head strong em{font-size:.45em;font-style:normal;font-weight:750;color:#697178;letter-spacing:0;white-space:nowrap}
.ofb-pricing-page .ofb-price-card-head small{display:block;color:#7b838a;font-size:.78rem;line-height:1.35;margin-top:5px}
.ofb-pricing-page .ofb-price-card-pro>p{margin:0 0 15px!important;color:#596168!important;font-size:.93rem!important;line-height:1.62!important;min-height:48px;overflow-wrap:anywhere}
.ofb-pricing-page .ofb-price-features{margin:0 0 22px!important;padding:0!important;list-style:none!important;color:#3f474e;display:grid;gap:8px;line-height:1.45}
.ofb-pricing-page .ofb-price-features li{position:relative;margin:0!important;padding:0 0 0 22px!important;font-size:.88rem;line-height:1.45!important;overflow-wrap:anywhere}
.ofb-pricing-page .ofb-price-features li:before{content:'✓';position:absolute;left:0;top:0;color:#e85d00;font-weight:950}
.ofb-pricing-page .ofb-price-card-footer{margin-top:auto;padding-top:4px;position:relative;z-index:2}
.ofb-pricing-page .ofb-price-card-footer .ofb-primary,.ofb-pricing-page .ofb-price-card-footer .ofb-secondary{display:flex!important;align-items:center!important;justify-content:center!important;width:100%;min-height:46px;padding:11px 14px!important;margin:0!important;border-radius:10px!important;font-size:.88rem!important;font-weight:850!important;line-height:1.25!important;text-align:center!important;white-space:normal!important;position:static!important;transform:none!important;overflow:visible!important}
.ofb-pricing-page .ofb-price-card-footer .ofb-secondary{background:#fff!important;border:1px solid #d6dce0!important;color:#1d252b!important}
.ofb-pricing-page .ofb-price-card-footer .ofb-secondary:hover{border-color:#ff6a00!important;color:#c64d00!important;background:#fff8f3!important}
.ofb-pricing-page .ofb-price-card-footer .ofb-primary:hover{transform:none!important}
.ofb-pricing-note{display:flex;gap:12px;align-items:flex-start;padding:16px 18px;border:1px solid #e1e5e8;border-radius:14px;background:#f7f9fa;color:#596168;font-size:.87rem;line-height:1.55}
.ofb-pricing-note strong{color:#1d252b;white-space:nowrap}
@media(max-width:900px){.ofb-pricing-section-head{display:block}.ofb-pricing-section-head p{max-width:none;text-align:left;margin-top:8px}.ofb-price-grid-business{grid-template-columns:1fr 1fr}.ofb-pricing-page .ofb-price-card-pro{min-height:0}}
@media(max-width:680px){.ofb-price-grid-private,.ofb-price-grid-business{grid-template-columns:1fr}.ofb-pricing-page .ofb-price-card-pro{padding:20px;min-height:0}.ofb-pricing-page .ofb-price-card-head{min-height:0}.ofb-pricing-page .ofb-price-card-pro>p{min-height:0}.ofb-pricing-note{display:block}.ofb-pricing-note strong{display:block;margin-bottom:4px}}

/* OFB 3.2 – professional fashion & shoes market */
.ofb-fashion-market{max-width:1420px;margin:0 auto;padding:0 20px 70px}.ofb-fashion-hero{display:flex;justify-content:space-between;align-items:end;gap:28px;padding:38px 0 22px}.ofb-fashion-hero h1{font-size:clamp(34px,5vw,60px);line-height:1.02;margin:6px 0 10px;letter-spacing:-.045em}.ofb-fashion-hero p{max-width:820px;color:#626a70;font-size:17px;line-height:1.6}.ofb-fashion-search{background:linear-gradient(135deg,#11161a,#252b30);padding:20px;border-radius:20px;color:#fff;box-shadow:0 16px 45px rgba(15,18,21,.16)}.ofb-fashion-search-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;align-items:end}.ofb-fashion-search label{display:grid;gap:5px;font-size:11px;font-weight:850;color:#d7dce0}.ofb-fashion-search input,.ofb-fashion-search select{width:100%;min-width:0;min-height:46px;border:1px solid #3d454b;border-radius:10px;background:#20262b;color:#fff;padding:0 11px}.ofb-fashion-search .ofb-primary{min-height:46px}.ofb-fashion-result-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin:30px 0 13px}.ofb-fashion-result-head span{display:block;color:#e85d00;font-size:.72rem;font-weight:900;letter-spacing:.12em}.ofb-fashion-result-head h2{margin:2px 0 0;font-size:1.85rem}.ofb-fashion-result-head a{color:#d85800;font-weight:850;text-decoration:none}.ofb-fashion-configurator{padding:0!important;overflow:hidden;background:#f7f8f9!important}.ofb-fashion-configurator>.ofb-module-heading{padding:21px 22px;background:linear-gradient(115deg,#11161a,#2b3136);color:#fff}.ofb-fashion-configurator>.ofb-module-heading strong{color:#ff7a1a}.ofb-fashion-ean-box{display:grid;grid-template-columns:minmax(260px,1fr) auto auto;gap:10px;align-items:end;padding:16px;border:1px solid #e2e6e9;border-radius:14px;background:#fff;margin-bottom:12px}.ofb-fashion-ean-box label{display:grid;gap:6px;font-weight:800}.ofb-fashion-ean-box small{color:#687078;font-weight:500;line-height:1.4}.ofb-fashion-scan-panel{display:grid;grid-template-columns:minmax(260px,430px) 1fr;gap:18px;align-items:center;padding:16px;margin:10px 0;border:1px solid #ffcfad;border-radius:14px;background:#fff7f0}.ofb-fashion-scan-panel video{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:12px;background:#111}.ofb-fashion-scan-panel div{display:grid;gap:9px}.ofb-fashion-scan-panel span{color:#626a70;line-height:1.55}.ofb-fashion-kind-panel{margin-top:10px}.ofb-fashion-size-grid{margin-top:14px}.ofb-fashion-auth{padding:14px!important;border:1px solid #ffcfad;border-radius:12px;background:#fff8f2}.ofb-ad-card.module-fashion .ofb-card-category{background:#fff0e5;color:#b84a00}.ofb-ad-card.module-fashion .ofb-card-facts span{background:#fff7f1;border-color:#ffd9bd}.ofb-cat-search-fashion{background:linear-gradient(135deg,#19191b,#312824)!important}.ofb-cat-search-fashion .ofb-cat-search-title span{color:#d8d1ca}.ofb-lookup-results .is-info{display:block;padding:9px 12px;border-radius:9px;background:#eef4ff;color:#275a9a}.ofb-lookup-results .is-success{display:block;padding:9px 12px;border-radius:9px;background:#e8f7ed;color:#17683a}.ofb-lookup-results .is-error{display:block;padding:9px 12px;border-radius:9px;background:#fff0f0;color:#9b2c2c}
@media(max-width:1180px){.ofb-fashion-search-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:800px){.ofb-fashion-hero{align-items:flex-start;flex-direction:column}.ofb-fashion-search-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ofb-fashion-ean-box{grid-template-columns:1fr 1fr}.ofb-fashion-ean-box label{grid-column:1/-1}.ofb-fashion-scan-panel{grid-template-columns:1fr}}@media(max-width:560px){.ofb-fashion-search-grid{grid-template-columns:1fr}.ofb-fashion-ean-box{grid-template-columns:1fr}.ofb-fashion-result-head{align-items:flex-start;flex-direction:column}}
/* OFB 3.2 – Fashion marketplace refined search */
.ofb-fashion-search{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:18px;box-shadow:0 12px 35px rgba(15,23,42,.06)}
.ofb-fashion-search-primary{display:grid;grid-template-columns:minmax(220px,1.6fr) repeat(3,minmax(150px,1fr)) auto;gap:12px;align-items:end}
.ofb-fashion-search-primary label,.ofb-fashion-search-grid label{display:flex;flex-direction:column;gap:6px;font-weight:700;color:#111827;font-size:13px}
.ofb-fashion-search-primary input,.ofb-fashion-search-primary select,.ofb-fashion-search-grid input,.ofb-fashion-search-grid select,.ofb-fashion-sort select{width:100%;min-height:46px;border:1px solid #d7dce2;border-radius:10px;background:#fff;padding:10px 12px;color:#111827}
.ofb-fashion-advanced{margin-top:14px;border-top:1px solid #edf0f3;padding-top:12px}
.ofb-fashion-advanced summary{cursor:pointer;font-weight:800;color:#ea580c;list-style:none;display:flex;align-items:center;gap:8px}
.ofb-fashion-advanced summary::-webkit-details-marker{display:none}.ofb-fashion-advanced summary:after{content:'+';font-size:20px}.ofb-fashion-advanced[open] summary:after{content:'–'}
.ofb-fashion-search-grid{margin-top:14px;display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px}
.ofb-fashion-check{justify-content:flex-end;flex-direction:row!important;align-items:center!important;min-height:46px}.ofb-fashion-check input{width:auto!important;min-height:0!important}
.ofb-fashion-result-tools{display:flex;align-items:center;gap:18px}.ofb-fashion-sort{margin:0}.ofb-fashion-sort select{min-height:40px}
@media(max-width:1100px){.ofb-fashion-search-primary{grid-template-columns:repeat(2,minmax(0,1fr))}.ofb-fashion-search-primary .ofb-primary{width:100%}.ofb-fashion-search-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.ofb-fashion-search-primary,.ofb-fashion-search-grid{grid-template-columns:1fr}.ofb-fashion-result-head,.ofb-fashion-result-tools{align-items:flex-start;flex-direction:column}.ofb-fashion-sort{width:100%}}

/* OFB 3.2.2 – fashion category-specific size filters */
.ofb-fashion-search-grid label[hidden],.ofb-fashion-pants-field[hidden],.ofb-fashion-shirt-field[hidden]{display:none!important}
.ofb-fashion-search-grid .ofb-fashion-search-pants,.ofb-fashion-search-grid .ofb-fashion-search-shirt,.ofb-fashion-search-grid .ofb-fashion-search-shoes{position:relative}
.ofb-fashion-search-grid .ofb-fashion-search-pants:before,.ofb-fashion-search-grid .ofb-fashion-search-shirt:before,.ofb-fashion-search-grid .ofb-fashion-search-shoes:before{content:'';position:absolute;left:0;top:0;width:3px;height:18px;border-radius:3px;background:#ff6500;transform:translateY(22px)}


/* OFB 3.2.3 – visible fashion-specific search */
.ofb-fashion-search-pro{padding:0!important;overflow:hidden;background:#fff!important;border:1px solid #e5e7eb!important}
.ofb-fashion-search-titlebar{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px 20px;background:linear-gradient(120deg,#11161a,#252a2e);color:#fff}
.ofb-fashion-search-titlebar>div{display:grid;gap:3px}.ofb-fashion-search-titlebar span{font-size:11px;font-weight:900;letter-spacing:.12em;color:#ff7a1a}.ofb-fashion-search-titlebar strong{font-size:19px}.ofb-fashion-search-titlebar small{color:#b9c0c5}.ofb-fashion-search-titlebar a{color:#ff8a32;font-weight:800;text-decoration:none;white-space:nowrap}
.ofb-fashion-search-pro .ofb-fashion-search-primary,.ofb-fashion-search-core{padding:16px 20px 0}.ofb-fashion-search-core{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;align-items:end}
.ofb-fashion-size-panel{margin:16px 20px 0;border:1px solid #e5e7eb;border-radius:14px;background:#f8fafb;padding:14px}.ofb-fashion-size-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.ofb-fashion-size-heading strong{font-size:15px;color:#111827}.ofb-fashion-size-heading span{font-size:12px;color:#6b7280}
.ofb-fashion-size-grid-search{margin-top:0!important;grid-template-columns:repeat(4,minmax(150px,1fr))!important}.ofb-fashion-search-pro .ofb-fashion-advanced{margin:16px 20px 0}.ofb-fashion-search-actions{display:flex;align-items:center;gap:16px;padding:16px 20px 20px}.ofb-fashion-search-actions span{color:#69727a;font-size:13px}.ofb-fashion-search-actions .ofb-primary{min-width:220px}
@media(max-width:1150px){.ofb-fashion-search-core{grid-template-columns:repeat(3,minmax(0,1fr))}.ofb-fashion-size-grid-search{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:700px){.ofb-fashion-search-titlebar,.ofb-fashion-size-heading,.ofb-fashion-search-actions{align-items:flex-start;flex-direction:column}.ofb-fashion-search-core{grid-template-columns:1fr 1fr}.ofb-fashion-size-grid-search{grid-template-columns:1fr!important}.ofb-fashion-search-actions .ofb-primary{width:100%}}
@media(max-width:480px){.ofb-fashion-search-core{grid-template-columns:1fr}.ofb-fashion-search-titlebar{padding:15px}.ofb-fashion-search-pro .ofb-fashion-search-primary,.ofb-fashion-search-core{padding-left:15px;padding-right:15px}.ofb-fashion-size-panel,.ofb-fashion-search-pro .ofb-fashion-advanced{margin-left:15px;margin-right:15px}.ofb-fashion-search-actions{padding-left:15px;padding-right:15px}}

/* OFB 3.2.6 – Category Directory 2.0 */
.ofb-category-directory-intro-v2{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:30px;align-items:end;padding:32px;background:linear-gradient(135deg,#171b20 0%,#23282e 55%,#30353a 100%)}
.ofb-category-directory-intro-v2 h1{font-size:clamp(2rem,4vw,3.25rem);max-width:700px}.ofb-category-directory-intro-v2 p{font-size:1rem;line-height:1.65}
.ofb-category-directory-global-search label{display:block;margin:0 0 8px;font-size:.75rem;font-weight:900;color:#fff;letter-spacing:.02em}.ofb-category-directory-searchbar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;background:#fff;padding:7px 8px 7px 14px;border-radius:14px;box-shadow:0 12px 36px rgba(0,0,0,.18)}.ofb-category-directory-searchbar>span{color:#6b7280;font-size:1.2rem}.ofb-category-directory-searchbar input{min-width:0;height:44px;border:0!important;outline:0!important;box-shadow:none!important;padding:0;background:transparent;font-size:.9rem}.ofb-category-directory-searchbar button{height:40px;border:0;border-radius:9px;padding:0 13px;background:#f2f4f5;color:#4b5563;font-weight:800;cursor:pointer}
.ofb-category-featured-wrap,.ofb-category-all-wrap{margin:30px 0}.ofb-category-section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin:0 0 15px}.ofb-category-section-head span{display:block;color:#ff6500;font-size:.69rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.ofb-category-section-head h2{margin:3px 0 0;font-size:clamp(1.45rem,2.3vw,2rem);letter-spacing:-.03em;color:#171b1f}.ofb-category-section-head>a{font-weight:850;color:#ff6500;font-size:.84rem}
.ofb-category-featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.ofb-category-featured-card{position:relative;display:flex;align-items:center;gap:13px;min-height:112px;padding:18px;border:1px solid #e3e7ea;border-radius:17px;background:linear-gradient(145deg,#fff,#f7f9fa);box-shadow:0 7px 24px rgba(30,36,42,.055);transition:.2s ease;color:#171b1f;overflow:hidden}.ofb-category-featured-card:hover{transform:translateY(-2px);border-color:#ffb47d;box-shadow:0 12px 30px rgba(30,36,42,.1)}.ofb-category-featured-icon{display:grid;place-items:center;flex:0 0 49px;width:49px;height:49px;border-radius:14px;background:#171b1f;color:#ff6500}.ofb-category-featured-copy{min-width:0;display:flex;flex-direction:column}.ofb-category-featured-copy small{color:#ff6500;font-size:.62rem;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.ofb-category-featured-copy strong{margin-top:3px;font-size:1rem}.ofb-category-featured-copy em{margin-top:4px;color:#697179;font-size:.73rem;line-height:1.4;font-style:normal}.ofb-category-featured-arrow{margin-left:auto;font-size:1.25rem;color:#ff6500}
.ofb-category-directory-tools{display:flex;gap:7px}.ofb-category-directory-tools button{border:1px solid #dce1e5;background:#fff;color:#4b5563;border-radius:9px;padding:8px 10px;font-weight:800;font-size:.72rem;cursor:pointer}.ofb-category-directory-tools button:hover{border-color:#ff9d55;color:#d95600}
.ofb-category-accordion-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;align-items:start}.ofb-category-accordion{border:1px solid #e0e5e8;border-radius:15px;background:#fff;overflow:hidden;box-shadow:0 5px 18px rgba(28,35,40,.035)}.ofb-category-accordion[open]{grid-row:span 2;border-color:#d4d9dc;box-shadow:0 12px 28px rgba(28,35,40,.08)}.ofb-category-accordion summary{list-style:none;display:grid;grid-template-columns:auto minmax(0,1fr) minmax(0,1.2fr) auto;align-items:center;gap:12px;min-height:82px;padding:13px 15px;cursor:pointer}.ofb-category-accordion summary::-webkit-details-marker{display:none}.ofb-category-accordion summary:hover{background:#fafbfb}.ofb-category-accordion.is-special summary{background:linear-gradient(90deg,#fff8f2,#fff)}.ofb-category-accordion-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#171b1f;color:#ff6500}.ofb-category-accordion-title{min-width:0}.ofb-category-accordion-title strong{display:block;color:#161b1f;font-size:.93rem}.ofb-category-accordion-title small{display:block;margin-top:3px;color:#7a8288;font-size:.68rem}.ofb-category-accordion-preview{display:flex;justify-content:flex-end;gap:5px;min-width:0;overflow:hidden}.ofb-category-accordion-preview span{max-width:120px;padding:5px 7px;border-radius:999px;background:#f2f4f5;color:#687078;font-size:.62rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ofb-category-accordion-chevron{color:#ff6500;font-size:1.2rem;font-weight:900;transition:transform .2s ease}.ofb-category-accordion[open] .ofb-category-accordion-chevron{transform:rotate(180deg)}
.ofb-category-accordion-body{border-top:1px solid #eceff1;padding:15px}.ofb-category-accordion-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.ofb-category-accordion-actions .ofb-primary{padding:10px 13px;font-size:.73rem;border-radius:9px}.ofb-category-accordion-actions span{color:#6b7280;font-size:.7rem}.ofb-category-accordion-body .ofb-cat-search{margin:0 0 13px;border:1px solid #e5e9eb;border-radius:12px;background:#f8fafb}.ofb-category-links-v2{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;padding:0!important}.ofb-category-links-v2 a{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:9px!important;border:1px solid #edf0f2;border-radius:10px!important;background:#fff!important;color:#40474d!important}.ofb-category-links-v2 a:hover{border-color:#ffc69d!important;background:#fff8f2!important;color:#b94d00!important}.ofb-category-links-v2 a span{width:27px!important;height:27px!important}.ofb-category-links-v2 a b{font-size:.72rem;line-height:1.25}.ofb-category-links-v2 a i{font-style:normal;color:#ff6500}
.ofb-category-no-results{padding:28px;text-align:center;border:1px dashed #d9dee2;border-radius:16px;background:#fafbfb}.ofb-category-no-results strong,.ofb-category-no-results span{display:block}.ofb-category-no-results strong{font-size:1.05rem}.ofb-category-no-results span{margin:5px 0 13px;color:#6b7280;font-size:.82rem}.ofb-category-no-results a{color:#ff6500;font-weight:900}
@media(max-width:1050px){.ofb-category-directory-intro-v2{grid-template-columns:1fr}.ofb-category-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ofb-category-accordion-list{grid-template-columns:1fr}.ofb-category-accordion[open]{grid-row:auto}}
@media(max-width:700px){.ofb-category-directory-intro-v2{padding:23px 18px}.ofb-category-directory-searchbar{grid-template-columns:auto 1fr}.ofb-category-directory-searchbar button{grid-column:1/-1}.ofb-category-featured-grid{grid-template-columns:1fr}.ofb-category-section-head{align-items:flex-start;flex-direction:column}.ofb-category-accordion summary{grid-template-columns:auto minmax(0,1fr) auto;min-height:74px}.ofb-category-accordion-preview{display:none}.ofb-category-links-v2{grid-template-columns:1fr!important}.ofb-category-directory-tools{width:100%}.ofb-category-directory-tools button{flex:1}}

/* OFB 3.3.0 – unified Mein Bereich, Analytics, Dealer Starter, Sharing & Consent */
.ofb-customer-portal-v2{grid-template-columns:278px minmax(0,1fr);gap:30px}.ofb-customer-portal-v2 .ofb-customer-sidebar{background:linear-gradient(180deg,#191919,#111);border:1px solid #292929}.ofb-customer-portal-v2 .ofb-customer-sidebar nav a{font-size:.9rem}.ofb-portal-grid-v2{grid-template-columns:repeat(4,minmax(0,1fr))}.ofb-portal-grid-v2 .ofb-portal-card{min-height:150px;justify-content:flex-end;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.ofb-portal-grid-v2 .ofb-portal-card:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(15,23,42,.09);border-color:#ffb17d}.ofb-portal-card small{color:#6b7280;line-height:1.4}.ofb-portal-card-accent{background:linear-gradient(145deg,#fff8f2,#fff);border-color:#ffd2b5}.ofb-dashboard-feature{display:flex;justify-content:space-between;align-items:center;gap:24px;margin:24px 0;padding:24px;border-radius:20px;background:linear-gradient(125deg,#fff7ed,#fff);border:1px solid #fed7aa}.ofb-dashboard-feature h2{margin:.25rem 0}.ofb-dashboard-feature p{margin:0;color:#667085}.ofb-dashboard-feature-actions{min-width:170px;text-align:center;display:grid;gap:4px}.ofb-dashboard-feature-actions>strong{font-size:2.3rem;color:#f97316}.ofb-dashboard-feature-actions>span{font-size:.8rem;color:#6b7280}.ofb-dashboard-feature-actions .ofb-secondary{margin-top:7px}
.ofb-unified-recruit{display:grid;gap:18px}.ofb-unified-recruit-tabs{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px 16px;box-shadow:0 7px 22px rgba(15,23,42,.04)}.ofb-unified-recruit-tabs>strong{display:block;margin-bottom:9px}.ofb-unified-recruit-tabs .ofb-recruit-sidebar-nav{display:flex;gap:6px;flex-wrap:wrap;padding:0}.ofb-unified-recruit-tabs .ofb-recruit-sidebar-nav a{color:#4b5563;background:#f8fafc;border:1px solid #e5e7eb;padding:8px 11px;border-radius:999px}.ofb-unified-recruit-tabs .ofb-recruit-sidebar-nav a:hover,.ofb-unified-recruit-tabs .ofb-recruit-sidebar-nav a.is-active{color:#9a3412;background:#fff7ed;border-color:#fdba74;box-shadow:none}.ofb-unified-recruit .ofb-recruit-workspace-head{padding:6px 2px 18px}.ofb-unified-recruit .ofb-recruit-workspace-head h1{color:#111827}.ofb-unified-recruit .ofb-recruit-workspace-head p{color:#667085}.ofb-unified-recruit .ofb-recruit-panel,.ofb-unified-recruit .ofb-recruit-stats>div{background:#fff;color:#111827;border:1px solid #e5e7eb;box-shadow:0 8px 24px rgba(15,23,42,.04)}.ofb-unified-recruit .ofb-recruit-panel h2,.ofb-unified-recruit .ofb-recruit-panel h3,.ofb-unified-recruit .ofb-recruit-stats strong{color:#111827}.ofb-unified-recruit .ofb-profile-progress:before{background:#fff}.ofb-unified-recruit .ofb-profile-progress strong{color:#111827}.ofb-unified-recruit .ofb-profile-progress span,.ofb-unified-recruit .ofb-mini-metrics span{color:#6b7280}.ofb-unified-recruit .ofb-mini-metrics b{color:#111827}.ofb-unified-recruit .ofb-pipeline-summary>div{background:#f8fafc;border-color:#e5e7eb}.ofb-unified-recruit .ofb-pipeline-summary span{color:#6b7280}.ofb-unified-recruit .ofb-pipeline-summary strong{color:#111827}
.ofb-analytics-dashboard{display:grid;gap:18px}.ofb-range-switch{display:flex;gap:6px;background:#f3f4f6;border-radius:999px;padding:4px}.ofb-range-switch a{padding:8px 12px;border-radius:999px;text-decoration:none;color:#4b5563;font-weight:800;font-size:.82rem}.ofb-range-switch a.active{background:#fff;color:#c2410c;box-shadow:0 2px 8px rgba(0,0,0,.08)}.ofb-analytics-metrics{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.ofb-analytics-metrics>div{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:17px;box-shadow:0 6px 20px rgba(15,23,42,.04)}.ofb-analytics-metrics span{display:block;color:#6b7280;font-size:.78rem;line-height:1.35}.ofb-analytics-metrics strong{display:block;font-size:1.65rem;margin-top:7px;color:#111827}.ofb-analytics-metrics.compact{grid-template-columns:repeat(4,1fr);margin:15px 0}.ofb-interest-high{color:#15803d!important}.ofb-interest-medium{color:#c2410c!important}.ofb-interest-low{color:#64748b!important}.ofb-analytics-card,.ofb-analytics-detail{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:20px;box-shadow:0 8px 26px rgba(15,23,42,.04)}.ofb-analytics-two{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ofb-analytics-two .ofb-analytics-card{box-shadow:none}.ofb-source-row{display:grid;grid-template-columns:110px 1fr 40px;align-items:center;gap:10px;margin:10px 0}.ofb-source-row>span{font-size:.85rem;color:#4b5563}.ofb-source-row>div{height:8px;background:#f1f5f9;border-radius:999px;overflow:hidden}.ofb-source-row i{display:block;height:100%;background:linear-gradient(90deg,#fb923c,#f97316);border-radius:999px}.ofb-source-row strong{text-align:right}.ofb-analytics-list{display:grid}.ofb-analytics-list>a{display:grid;grid-template-columns:minmax(220px,1fr) 100px 70px 90px 72px;gap:12px;align-items:center;padding:14px 6px;border-top:1px solid #eef2f7;text-decoration:none;color:#111827}.ofb-analytics-list>a:first-child{border-top:0}.ofb-analytics-list small{display:block;color:#6b7280;margin-top:3px}.ofb-analytics-footnote{font-size:.78rem;color:#64748b}.ofb-analytics-card ul{padding-left:20px;color:#4b5563}.ofb-analytics-card li+li{margin-top:8px}
.ofb-share-box{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:17px;margin-top:16px}.ofb-share-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:12px}.ofb-share-head h3{margin:.1rem 0}.ofb-share-head small{color:#6b7280}.ofb-share-actions{display:flex;flex-wrap:wrap;gap:7px}.ofb-share-actions a,.ofb-share-actions button{appearance:none;border:1px solid #d8dde5;background:#fff;color:#111827;border-radius:10px;padding:8px 10px;text-decoration:none;font:inherit;font-size:.82rem;font-weight:800;cursor:pointer}.ofb-share-actions a:hover,.ofb-share-actions button:hover{border-color:#fb923c;background:#fff7ed}.ofb-share-actions .ofb-share-native{background:#f97316;color:#fff;border-color:#f97316}.ofb-share-box.is-compact{padding:0;border:0;margin:10px 0 0}.ofb-copy-state{display:block;min-height:18px;margin-top:7px;font-size:.75rem;color:#15803d}.ofb-direct-contact{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}
.ofb-dealer-plan-v2 .ofb-dealer-starter-meter{margin:18px 0;padding:16px;background:#fff7ed;border:1px solid #fed7aa;border-radius:14px}.ofb-dealer-starter-meter>div:first-child{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.ofb-dealer-starter-meter>div:first-child strong{font-size:1.5rem;color:#c2410c}.ofb-dealer-starter-meter .meter{height:10px;background:#ffedd5;border-radius:999px;overflow:hidden;margin:10px 0}.ofb-dealer-starter-meter .meter i{display:block;height:100%;background:linear-gradient(90deg,#fb923c,#ea580c);border-radius:999px}.ofb-dealer-starter-meter p{margin:0}.ofb-dealer-plan-actions{display:flex;gap:10px;flex-wrap:wrap}
.ofb-consent-center{position:fixed;inset:0;z-index:999999;background:rgba(15,23,42,.48);backdrop-filter:blur(4px);display:flex;align-items:flex-end;justify-content:center;padding:18px}.ofb-consent-center[hidden]{display:none!important}.ofb-consent-card{width:min(980px,100%);background:#fff;border-radius:22px;padding:24px;box-shadow:0 24px 70px rgba(15,23,42,.32);display:grid;grid-template-columns:1.1fr 1fr;gap:18px}.ofb-consent-copy h2{margin:.2rem 0 .5rem}.ofb-consent-copy p{color:#4b5563;margin:0}.ofb-consent-options{display:grid;gap:8px}.ofb-consent-options label{display:flex;gap:10px;align-items:flex-start;padding:10px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px}.ofb-consent-options label span{display:grid}.ofb-consent-options small{color:#6b7280;margin-top:2px}.ofb-consent-actions{grid-column:1/-1;display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.ofb-consent-legal{grid-column:1/-1;margin:0;font-size:.78rem;color:#64748b}.ofb-cookie-settings-button{position:fixed;left:12px;bottom:12px;z-index:99990;border:1px solid #d1d5db;background:#fff;color:#4b5563;border-radius:999px;padding:7px 10px;font-size:.7rem;box-shadow:0 4px 16px rgba(15,23,42,.12);cursor:pointer}
@media(max-width:1150px){.ofb-portal-grid-v2{grid-template-columns:repeat(2,1fr)}.ofb-analytics-metrics{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.ofb-customer-portal-v2{grid-template-columns:1fr}.ofb-analytics-two{grid-template-columns:1fr}.ofb-analytics-list>a{grid-template-columns:1fr 85px 55px}.ofb-analytics-list>a span:nth-of-type(3),.ofb-analytics-list>a b{display:none}.ofb-consent-card{grid-template-columns:1fr}.ofb-consent-actions,.ofb-consent-legal{grid-column:1}.ofb-unified-recruit-tabs .ofb-recruit-sidebar-nav{display:grid;grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.ofb-portal-grid-v2,.ofb-analytics-metrics,.ofb-analytics-metrics.compact{grid-template-columns:1fr 1fr}.ofb-dashboard-feature{align-items:flex-start;flex-direction:column}.ofb-dashboard-feature-actions{width:100%;text-align:left}.ofb-analytics-list>a{grid-template-columns:1fr 70px}.ofb-analytics-list>a span:nth-of-type(2){display:none}.ofb-source-row{grid-template-columns:86px 1fr 32px}.ofb-consent-center{padding:8px}.ofb-consent-card{padding:18px;border-radius:16px}.ofb-consent-actions{display:grid;grid-template-columns:1fr}.ofb-unified-recruit-tabs .ofb-recruit-sidebar-nav{grid-template-columns:1fr}.ofb-cookie-settings-button{bottom:70px}}

/* OFB 3.3.1 – after consent, remove the prominent floating cookie button.
   A discreet non-floating footer link remains available to change the selection. */
.ofb-cookie-settings-button[hidden]{display:none!important}
.ofb-cookie-settings-footer-link{padding:8px 16px 12px;text-align:center;background:transparent}
.ofb-cookie-settings-footer-link a{font-size:.72rem;color:#6b7280;text-decoration:none}
.ofb-cookie-settings-footer-link a:hover,.ofb-cookie-settings-footer-link a:focus{text-decoration:underline;color:#111827}

/* =========================================================
   OFB 3.4 – Growth, Suchaufträge, Immobilien-Karte, Teile-Safety
   ========================================================= */
.ofb-result-tools,.ofb-re-result-tools{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.ofb-save-search-form{margin:0}.ofb-save-search-btn,.ofb-save-search-login{white-space:nowrap}.ofb-save-search-login{display:inline-flex;align-items:center;min-height:42px;padding:0 15px;border:1px solid #dedede;border-radius:12px;background:#fff;text-decoration:none;font-weight:700;color:#242424}
.ofb-saved-search-list{display:grid;gap:14px}.ofb-saved-search-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;padding:20px;border:1px solid #e6e6e6;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.04)}.ofb-saved-search-card>div:first-child>span{display:block;font-size:12px;font-weight:800;letter-spacing:.09em;color:#e86f00;text-transform:uppercase}.ofb-saved-search-card h3{margin:5px 0 4px}.ofb-saved-search-card small{color:#6f6f6f}.ofb-saved-search-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.ofb-saved-search-actions form{margin:0}.ofb-saved-search-actions select{min-height:40px;border:1px solid #ddd;border-radius:10px;background:#fff;padding:0 10px}.ofb-link-danger{border:0;background:transparent;color:#a12727;text-decoration:underline;cursor:pointer;padding:8px}
.ofb-re-map-layout{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:18px;align-items:start}.ofb-re-map-panel{position:sticky;top:92px;border:1px solid #e1e1e1;border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 14px 38px rgba(0,0,0,.06)}.ofb-re-map{height:min(68vh,690px);min-height:480px;background:#f3f3f3}.ofb-re-map-empty{padding:28px;display:flex;flex-direction:column;gap:6px}.ofb-re-map-empty[hidden]{display:none}.ofb-re-map-empty span,.ofb-re-map-credit{color:#6d6d6d}.ofb-re-map-credit{display:block;padding:9px 14px;border-top:1px solid #eee;font-size:11px}.ofb-re-view-switch{display:inline-flex;padding:3px;background:#f0f0f0;border-radius:12px}.ofb-re-view-switch button{border:0;background:transparent;padding:8px 10px;border-radius:9px;cursor:pointer;font-weight:700}.ofb-re-view-switch button.active{background:#fff;box-shadow:0 1px 5px rgba(0,0,0,.1)}.ofb-re-map-layout[data-re-view-current="list"]{grid-template-columns:1fr}.ofb-re-map-layout[data-re-view-current="list"] .ofb-re-map-panel{display:none}.ofb-re-map-layout[data-re-view-current="map"]{grid-template-columns:1fr}.ofb-re-map-layout[data-re-view-current="map"] [data-re-list]{display:none}.ofb-re-map-layout[data-re-view-current="map"] .ofb-re-map-panel{position:relative;top:auto}.ofb-re-map-layout[data-re-view-current="map"] .ofb-re-map{height:70vh}.ofb-re-price-marker{background:#1d1d1d;color:#fff;border:2px solid #fff;border-radius:999px;box-shadow:0 4px 14px rgba(0,0,0,.25);font-weight:800;font-size:12px;line-height:1;padding:8px 10px;white-space:nowrap}.ofb-re-price-marker.is-active{background:#e86f00;transform:scale(1.07)}.ofb-map-popup{min-width:180px}.ofb-map-popup img{width:100%;height:95px;object-fit:cover;border-radius:10px;margin-bottom:7px}.ofb-map-popup strong{display:block;margin-bottom:5px}.ofb-map-popup b{display:block;font-size:16px}.ofb-map-popup a{display:inline-block;margin-top:7px;color:#d76200;font-weight:800}
.ofb-property-location-box{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:12px 18px;padding:18px;border:1px solid #ddd;border-radius:16px;background:#fafafa}.ofb-property-location-box>div:first-child{grid-column:1/-1}.ofb-property-location-box p{margin:4px 0;color:#666}.ofb-property-picker{grid-column:1/-1;height:330px;border-radius:14px;overflow:hidden;background:#ececec;border:1px solid #ddd}.ofb-property-location-box>small{grid-column:1/-1;color:#686868}
.ofb-parts-safety-notice{margin:16px 0;padding:16px 18px;border-radius:15px;border:1px solid #f1d7bd;background:#fff8f0}.ofb-parts-safety-notice>strong{display:block;margin-bottom:4px}.ofb-parts-safety-notice p{margin:0;color:#4e4e4e}.ofb-part-safety{display:inline-flex!important;align-items:center;gap:6px;flex-wrap:wrap;margin-top:7px;font-size:10px!important}.ofb-part-safety b{padding:3px 7px;border-radius:999px}.ofb-part-safety small{font-size:10px!important}.ofb-part-safety-red b{background:#ffe7e7;color:#9d1d1d}.ofb-part-safety-orange b{background:#fff0d5;color:#945c00}.ofb-part-safety-green b{background:#e9f7ec;color:#216f35}.ofb-parts-cat-card:has(.ofb-part-safety-red){border-color:#edd3d3}
@media(max-width:1050px){.ofb-re-map-layout{grid-template-columns:1fr}.ofb-re-map-panel{position:relative;top:auto}.ofb-re-map{min-height:380px;height:52vh}.ofb-re-view-switch button[data-re-view="split"]{display:none}.ofb-re-map-layout[data-re-view-current="split"]{grid-template-columns:1fr}.ofb-re-map-layout[data-re-view-current="split"] .ofb-re-map-panel{display:none}.ofb-saved-search-card{grid-template-columns:1fr}.ofb-saved-search-actions{justify-content:flex-start}}
@media(max-width:680px){.ofb-result-tools,.ofb-re-result-tools{width:100%;justify-content:flex-start}.ofb-re-result-head{align-items:flex-start}.ofb-property-location-box{grid-template-columns:1fr}.ofb-property-picker{height:270px}.ofb-re-map{min-height:340px;height:58vh}.ofb-saved-search-actions{align-items:stretch}.ofb-saved-search-actions>*{width:100%}.ofb-saved-search-actions select,.ofb-saved-search-actions .ofb-primary{width:100%}}
.ofb-part-safety-hint{display:block;margin-top:5px;font-size:11px;color:#666}.ofb-part-safety-hint.is-red{color:#9d1d1d;font-weight:700}.ofb-part-safety-hint.is-orange{color:#875500;font-weight:700}
.ofb-re-map-panel{isolation:isolate}.ofb-re-map-search-area{position:absolute;z-index:500;top:12px;left:50%;transform:translateX(-50%);border:1px solid #d8d8d8;border-radius:999px;background:#fff;padding:10px 16px;font-weight:800;box-shadow:0 6px 18px rgba(0,0,0,.14);cursor:pointer;opacity:.88}.ofb-re-map-search-area.is-visible{opacity:1;border-color:#e86f00}.ofb-re-map-search-area:hover{background:#fff8f0}

/* OFB 3.5.0 Dealer Inventory Sync */
.ofb-sync-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:18px 0 24px}.ofb-sync-summary>div{padding:18px;border:1px solid #e3e7ea;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(17,24,39,.05)}.ofb-sync-summary small{display:block;color:#6b7280}.ofb-sync-summary strong{display:block;margin-top:4px;font-size:1.25rem;color:#17202a}.ofb-sync-form{display:grid;gap:16px}.ofb-sync-options{display:grid;gap:11px}.ofb-sync-options label{display:flex;align-items:flex-start;gap:9px;padding:11px 12px;border:1px solid #e5e7eb;border-radius:10px;background:#fafbfc}.ofb-sync-options input{margin-top:4px;accent-color:#ff6500}.ofb-sync-actions{display:flex;gap:10px;flex-wrap:wrap}.ofb-sync-last{margin:18px 0;padding:14px 16px;border-left:4px solid #ff6500;background:#fff7ed;border-radius:9px;color:#4b5563}.ofb-sync-log{margin-top:24px}.ofb-sync-log>div{display:grid;grid-template-columns:130px 90px 1fr;gap:12px;align-items:start;padding:10px 0;border-bottom:1px solid #e8ebee}.ofb-sync-log time{color:#6b7280}.ofb-sync-log span{font-weight:800;text-transform:uppercase;font-size:.72rem}.ofb-sync-log .status-ok{color:#15803d}.ofb-sync-log .status-partial{color:#b45309}.ofb-sync-log .status-error{color:#b91c1c}.ofb-sync-log p{margin:0}@media(max-width:900px){.ofb-sync-summary{grid-template-columns:repeat(2,1fr)}.ofb-sync-log>div{grid-template-columns:1fr}.ofb-sync-log p{margin-top:-6px}}@media(max-width:520px){.ofb-sync-summary{grid-template-columns:1fr 1fr}.ofb-sync-actions>*{width:100%}}
