@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;800&display=swap');

:root{--ink:#17212b;--muted:#6a7682;--line:#e4e9ee;--paper:#fff;--soft:#f5f8fa;--brand:#087f8c;--brand-dark:#075e69;--accent:#f2a93b;--danger:#a73b3b;--success:#176b48;--shadow:0 16px 40px rgba(23,33,43,.08)}
*{box-sizing:border-box}body{margin:0;background:#fbfcfd;color:var(--ink);font-family:'Cairo',Tahoma,Arial,sans-serif;line-height:1.75}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 36px));margin-inline:auto}.site-header{background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10;backdrop-filter:blur(10px)}.nav-wrap{min-height:76px;display:flex;align-items:center;gap:28px}.brand{display:inline-flex;align-items:center;gap:9px;font-size:1.3rem;font-weight:800;color:var(--brand-dark);white-space:nowrap}.brand-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:12px 12px 12px 4px;background:var(--brand);color:white;font-weight:800}.main-nav{display:flex;gap:22px;color:var(--muted);font-size:.94rem}.main-nav a:hover,.nav-link:hover,.text-link:hover{color:var(--brand)}.nav-actions{margin-inline-start:auto;display:flex;align-items:center;gap:16px}.nav-link{color:var(--muted);font-size:.9rem}.button{display:inline-flex;justify-content:center;align-items:center;border:1px solid var(--brand);background:var(--brand);color:white;border-radius:11px;padding:11px 18px;font:inherit;font-weight:700;cursor:pointer;transition:.2s}.button:hover{background:var(--brand-dark);border-color:var(--brand-dark);transform:translateY(-1px)}.button-small{padding:7px 13px;font-size:.84rem}.button-outline{background:white;color:var(--brand)}.button-outline:hover{color:white}.full-width{width:100%}.hero{background:linear-gradient(135deg,#e7f4f3,#fff7eb);border-bottom:1px solid var(--line);padding:76px 0 64px}.hero-inner{display:grid;grid-template-columns:1fr 1.2fr;align-items:center;gap:62px}.eyebrow{margin:0 0 7px;color:var(--brand);font-size:.78rem;letter-spacing:.08em;font-weight:800}.hero h1{font-size:clamp(2rem,4vw,3.65rem);line-height:1.3;margin:0 0 18px;max-width:560px}.hero-text{color:var(--muted);font-size:1.05rem;max-width:510px}.search-panel{background:#fff;padding:18px;border:1px solid rgba(8,127,140,.15);border-radius:18px;box-shadow:var(--shadow)}.search-form{display:grid;grid-template-columns:1.5fr 1fr 1fr auto;gap:9px}.search-form input,.search-form select,.filters-row input,.stack-form input,.stack-form textarea,.stack-form select{width:100%;border:1px solid var(--line);border-radius:10px;background:#fff;padding:12px 13px;color:var(--ink);font:inherit;outline:none}.search-form input:focus,.search-form select:focus,.filters-row input:focus,.stack-form input:focus,.stack-form textarea:focus,.stack-form select:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(8,127,140,.1)}.quick-links{display:flex;gap:18px;margin-top:13px;color:var(--muted);font-size:.86rem}.quick-links a:last-child{color:var(--brand);font-weight:700}.section-block{padding:52px 0 0}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:22px}.section-heading h2{font-size:1.55rem;margin:0}.muted{color:var(--muted);font-size:.88rem}.text-link{color:var(--brand);font-weight:700}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.category-card{display:flex;flex-direction:column;gap:4px;padding:17px;border:1px solid var(--line);background:white;border-radius:14px;transition:.2s}.category-card:hover{border-color:var(--brand);box-shadow:0 10px 24px rgba(23,33,43,.06);transform:translateY(-2px)}.category-icon{font-size:1.5rem;margin-bottom:6px}.category-card strong{font-size:.93rem}.category-card span:last-child{color:var(--muted);font-size:.77rem}.filters-row{display:flex;gap:9px;margin-bottom:22px}.filters-row input{max-width:190px}.listing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.listing-card{background:#fff;border:1px solid var(--line);border-radius:15px;overflow:hidden;transition:.2s}.listing-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.listing-image{height:190px;background:#edf2f3;display:grid;place-items:center;color:var(--muted);position:relative;overflow:hidden}.listing-image img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;top:10px;right:10px;border-radius:20px;padding:2px 9px;font-size:.72rem;font-weight:700}.badge-verified{background:#e5f5ec;color:var(--success)}.listing-body{padding:14px}.listing-meta,.listing-footer,.detail-stats{display:flex;justify-content:space-between;gap:8px;align-items:center;color:var(--muted);font-size:.76rem}.listing-body h3{font-size:1rem;line-height:1.5;margin:8px 0 2px}.listing-body h3 a:hover{color:var(--brand)}.listing-location{margin:0 0 12px;color:var(--muted);font-size:.8rem}.listing-footer strong{color:var(--brand-dark);font-size:.94rem}.empty-state{padding:48px 20px;text-align:center;border:1px dashed #c8d5da;border-radius:16px;background:#fff}.empty-state h3{margin:0 0 5px}.empty-state p{color:var(--muted);margin:0 auto 18px}.empty-state.compact{padding:28px}.alerts{padding-top:18px}.alert{border-radius:10px;padding:11px 14px;margin-bottom:12px;font-size:.9rem}.alert ul{margin:0;padding-right:20px}.alert-error{background:#fff0f0;color:var(--danger);border:1px solid #f0caca}.alert-success{background:#edf9f2;color:var(--success);border:1px solid #c6e8d3}.narrow-page{max-width:700px;padding:60px 0}.wide-form-page{max-width:820px}.form-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px;box-shadow:var(--shadow)}.form-card h1{margin:0 0 4px;font-size:1.8rem}.stack-form{display:grid;gap:17px;margin-top:22px}.stack-form label{display:grid;gap:6px;font-size:.88rem;font-weight:700}.stack-form textarea{resize:vertical}.form-two-col{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-note{color:var(--muted);font-size:.88rem;text-align:center;margin:20px 0 0}.form-note a{color:var(--brand);font-weight:700}.detail-page{padding:34px 0 70px}.breadcrumb{display:flex;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:.82rem;margin-bottom:22px}.breadcrumb a{color:var(--brand)}.detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px;align-items:start}.detail-main{display:grid;gap:16px}.detail-image{height:430px;background:#edf2f3;border-radius:18px;display:grid;place-items:center;overflow:hidden;color:var(--muted)}.detail-image img{width:100%;height:100%;object-fit:cover}.detail-card,.seller-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px}.detail-card h1{font-size:1.8rem;line-height:1.45;margin:6px 0}.detail-price{color:var(--brand-dark);font-size:1.5rem;font-weight:800}.detail-price small{font-size:.75rem;color:var(--muted);margin-right:9px}.detail-stats{justify-content:flex-start;margin:9px 0 22px}.description{border-top:1px solid var(--line);padding-top:18px}.description h2{font-size:1.05rem;margin:0 0 7px}.description p{white-space:normal;margin:0}.trust-note{margin-top:22px;border-right:4px solid var(--accent);background:#fff8eb;padding:12px 15px;font-size:.84rem}.action-row{display:flex;gap:10px;margin-top:24px}.seller-card{position:sticky;top:102px}.seller-card h2{margin:0;font-size:1.3rem}.seller-card hr{border:0;border-top:1px solid var(--line);margin:22px 0}.verified-dot{display:inline-grid;place-items:center;width:21px;height:21px;border-radius:50%;background:var(--success);color:#fff;font-size:.75rem}.account-page{padding:45px 0 70px}.account-header{display:flex;justify-content:space-between;align-items:end;margin-bottom:38px}.account-header h1{margin:0}.account-section{margin-top:34px}.simple-list{background:white;border:1px solid var(--line);border-radius:15px;overflow:hidden}.simple-list-item{display:flex;gap:15px;align-items:center;padding:13px 16px;border-bottom:1px solid var(--line)}.simple-list-item:last-child{border-bottom:0}.simple-list-item:hover{background:var(--soft)}.thumb{width:75px;height:60px;border-radius:8px;background:#edf2f3;display:grid;place-items:center;overflow:hidden;flex:none}.thumb img{width:100%;height:100%;object-fit:cover}.simple-list-copy{display:grid;gap:3px;min-width:0}.simple-list-copy strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.simple-list-copy span,.simple-list-end span{color:var(--muted);font-size:.78rem}.simple-list-end{margin-inline-start:auto;display:grid;justify-items:end;gap:3px}.status-pill{padding:1px 8px;border-radius:12px;background:#edf1f3;font-size:.72rem!important}.status-active{background:#e5f5ec;color:var(--success)}.status-sold,.status-rented{background:#fff2da;color:#99650e}.site-footer{margin-top:80px;background:#17212b;color:#dce5ea;padding:42px 0 18px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:35px}.footer-brand{color:#fff}.footer-grid h3{font-size:.95rem;color:#fff;margin:0 0 9px}.footer-grid a,.footer-grid p{display:block;color:#aab8c1;font-size:.84rem;margin:3px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:30px;padding-top:14px;color:#8fa0aa;font-size:.75rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/* 2026-08-22 searchable selectors and full-width mobile promotion */
.category-picker,.location-picker{position:relative}.picker-search{width:100%;min-height:44px;border:1px solid #d5e4e2;border-radius:12px;background:#fff;padding:10px 13px;color:var(--ink);font:inherit}.picker-search:focus{outline:3px solid rgba(8,127,134,.14);border-color:var(--brand)}.picker-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:290px;overflow:auto;margin-top:8px;padding:5px;border:1px solid #dfeaea;border-radius:14px;background:#fbfdfc}.picker-option{display:flex;align-items:center;gap:9px;min-width:0;border:1px solid #e2ecea;border-radius:12px;background:#fff;padding:7px 9px;color:var(--ink);font:inherit;text-align:left;direction:ltr;cursor:pointer;transition:.18s ease}.picker-option-label{direction:rtl;text-align:right;flex:1;min-width:0}.picker-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:46px;border:1px solid #d5e4e2;border-radius:12px;background:#fff;padding:10px 13px;color:var(--ink);font:inherit;text-align:right;cursor:pointer}.picker-trigger:hover,.category-picker.is-open .picker-trigger{border-color:var(--brand);box-shadow:0 0 0 3px rgba(8,127,134,.1)}.picker-trigger span{color:var(--brand);font-size:1.1rem;line-height:1}.picker-dropdown{display:none;margin-top:7px;padding:7px;border:1px solid #dfeaea;border-radius:15px;background:#fff;box-shadow:0 16px 36px rgba(23,33,43,.12);position:relative;z-index:8}.category-picker.is-open .picker-dropdown,.location-picker.is-open .picker-dropdown{display:block}.picker-dropdown .picker-search{display:block}.picker-option>span:last-child{margin-inline-start:auto}.location-stack{display:grid;gap:10px}.location-stack .picker-trigger{min-height:44px}.location-picker .picker-option{direction:rtl;text-align:right}.location-picker .picker-option-label{direction:rtl;text-align:right}.location-picker .picker-option>span:last-child{margin-inline-start:0;margin-inline-end:auto}.picker-option:hover,.picker-option.is-selected{border-color:var(--brand);background:#eff9f7;box-shadow:0 4px 12px rgba(8,127,134,.08)}.picker-option:hover,.picker-option.is-selected{border-color:var(--brand);background:#eff9f7;box-shadow:0 4px 12px rgba(8,127,134,.08)}.picker-option[hidden]{display:none}.picker-option-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-picker .picker-option{position:relative;padding-left:54px;direction:rtl;text-align:right}.category-picker .picker-option .picker-icon{position:absolute;left:9px;top:50%;transform:translateY(-50%)}.picker-icon{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;border-radius:9px;background:linear-gradient(145deg,#eaf8f4,#fff4e7);color:var(--brand)}.picker-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.picker-empty{grid-column:1/-1;padding:16px;color:var(--muted);font-size:.8rem;text-align:center}.picker-native{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;clip-path:inset(50%)!important}.location-picker .picker-options{grid-template-columns:1fr;max-height:240px}.location-picker .picker-option{justify-content:space-between}.location-picker .picker-option-label{display:flex;flex-direction:column;gap:2px}.location-picker .picker-option-label strong{font-size:.84rem}.location-picker .picker-option-label span{color:var(--muted);font-size:.7rem}.compact-market-inner .compact-promotion-slot{min-width:0}.compact-market-inner .compact-promotion-slot-secondary{grid-column:2 / -1}.compact-market-inner .compact-promotion-slot:not(.compact-promotion-slot-secondary){grid-column:1 / 2}.compact-market-inner .compact-promotion-slot-secondary .compact-promotion-carousel,.compact-market-inner .compact-promotion-slot-secondary .compact-promotion-empty{min-height:105px;height:100%}.compact-market-inner .compact-promotion-slot-secondary .compact-promotion-slide>a{grid-template-columns:minmax(150px,.9fr) minmax(0,1.1fr)}@media(max-width:900px){.compact-market-inner .compact-promotion-slot,.compact-market-inner .compact-promotion-slot-secondary,.compact-market-inner .compact-promotion-slot:not(.compact-promotion-slot-secondary){grid-column:1 / -1;max-width:none;width:100%}.compact-market-inner .compact-promotion-slot-secondary .compact-promotion-carousel,.compact-market-inner .compact-promotion-slot-secondary .compact-promotion-empty{height:120px}}@media(max-width:520px){.picker-options{grid-template-columns:1fr;max-height:250px}.compact-market-inner .compact-promotion-slot,.compact-market-inner .compact-promotion-slot-secondary,.compact-market-inner .compact-promotion-slot:not(.compact-promotion-slot-secondary){width:100%;max-width:none}.compact-market-inner .compact-promotion-slot-secondary .compact-promotion-carousel,.compact-market-inner .compact-promotion-slot-secondary .compact-promotion-empty{height:118px}.compact-market-inner .compact-promotion-slot-secondary .compact-promotion-slide>a{grid-template-columns:112px minmax(0,1fr)}.compact-market-inner .compact-promotion-slot:not(.compact-promotion-slot-secondary){display:none}}

@media (max-width:900px){.hero-inner{grid-template-columns:1fr;gap:30px}.category-grid{grid-template-columns:repeat(3,1fr)}.listing-grid{grid-template-columns:repeat(3,1fr)}.search-form{grid-template-columns:1fr 1fr}.search-form .button{grid-column:1/-1}.detail-grid{grid-template-columns:1fr}.seller-card{position:static}}
@media (max-width:640px){.container{width:min(100% - 24px,1180px)}.nav-wrap{min-height:66px;gap:12px}.main-nav{display:none}.nav-actions{gap:8px}.nav-link{font-size:.78rem}.button-small{padding:6px 9px}.hero{padding:48px 0}.hero h1{font-size:2rem}.search-form,.form-two-col{grid-template-columns:1fr}.quick-links{flex-wrap:wrap;gap:10px}.category-grid{grid-template-columns:repeat(2,1fr)}.listing-grid{grid-template-columns:repeat(2,1fr);gap:10px}.listing-image{height:145px}.listing-body{padding:11px}.listing-body h3{font-size:.9rem}.listing-footer{display:grid;justify-content:stretch}.section-block{padding-top:38px}.filters-row{flex-wrap:wrap}.filters-row input{max-width:none;flex:1 1 140px}.form-card{padding:20px}.detail-image{height:270px}.detail-card,.seller-card{padding:19px}.detail-card h1{font-size:1.4rem}.action-row{flex-direction:column}.account-header{align-items:start;gap:18px;flex-direction:column}.simple-list-item{gap:9px;padding:11px}.simple-list-copy strong{font-size:.85rem}.simple-list-end strong{font-size:.8rem}.footer-grid{grid-template-columns:1fr;gap:20px}}

.conversation-list{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden}.conversation-item{display:flex;align-items:center;gap:14px;padding:15px 18px;border-bottom:1px solid var(--line);transition:.2s}.conversation-item:last-child{border-bottom:0}.conversation-item:hover{background:var(--soft)}.conversation-thumb{width:58px;height:58px;flex:none;border-radius:12px;background:#e7f4f3;color:var(--brand);display:grid;place-items:center;font-size:1.4rem;font-weight:800;overflow:hidden}.conversation-thumb img{width:100%;height:100%;object-fit:cover}.conversation-copy{min-width:0;display:grid;gap:2px}.conversation-copy strong{font-size:.96rem}.conversation-listing,.conversation-last{font-size:.8rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-meta{margin-inline-start:auto;display:grid;justify-items:end;gap:5px;color:var(--muted);font-size:.75rem}.unread-count{display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:20px;background:var(--brand);color:#fff;font-size:.7rem}.chat-page{max-width:900px;padding:38px 0 70px}.chat-topbar{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:18px}.chat-topbar h1{margin:8px 0 0;font-size:1.65rem}.chat-topbar p{margin:0}.chat-box{height:520px;overflow-y:auto;background:#eef5f5;border:1px solid var(--line);border-radius:18px;padding:22px;display:flex;flex-direction:column;gap:10px}.message-row{display:flex;max-width:78%}.message-row.mine{align-self:flex-start}.message-row.theirs{align-self:flex-end}.message-bubble{background:#fff;border:1px solid var(--line);padding:9px 13px;border-radius:16px 16px 4px 16px;box-shadow:0 3px 9px rgba(23,33,43,.04)}.message-row.mine .message-bubble{background:var(--brand);color:#fff;border-color:var(--brand);border-radius:16px 16px 16px 4px}.message-bubble p{margin:0;white-space:normal;word-break:break-word}.message-bubble time{display:block;font-size:.68rem;opacity:.65;margin-top:3px}.chat-empty{margin:auto;color:var(--muted);font-size:.9rem}.chat-form{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:13px}.chat-form input{border:1px solid var(--line);border-radius:12px;padding:13px 15px;font:inherit;outline:none}.chat-form input:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(8,127,140,.1)}.chat-hint{text-align:center;color:var(--muted);font-size:.76rem}.seller-card .button+.button{margin-top:8px}@media (max-width:640px){.chat-topbar{align-items:start;flex-direction:column}.chat-topbar .button{width:100%}.chat-box{height:60vh;padding:14px}.message-row{max-width:88%}.conversation-item{padding:12px}.conversation-meta{font-size:.68rem}}

/* V2 visual layer */
.form-intro{display:flex;justify-content:space-between;align-items:start;gap:20px}.form-intro h1{margin:0 0 4px}.step-badge{background:#e5f5ec;color:var(--success);padding:5px 11px;border-radius:20px;font-size:.75rem;font-weight:800;white-space:nowrap}.premium-form-card{border-top:4px solid var(--brand)}.smart-fields{display:none;background:#f7fbfb;border:1px solid #d9eceb;border-radius:13px;padding:16px}.smart-fields.visible{display:block}.field-heading{font-weight:800;color:var(--brand-dark);margin-bottom:12px}.field-heading span{color:var(--muted);font-size:.75rem;font-weight:400;margin-right:7px}.form-three-col{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.upload-box{display:grid!important;gap:3px!important;border:1px dashed #9cc4c5;border-radius:14px;padding:18px;background:#f7fbfb;cursor:pointer}.upload-box:hover{border-color:var(--brand);background:#eef8f7}.upload-title{font-weight:800;color:var(--brand-dark)}.upload-box input{border:0!important;padding:5px 0!important;background:transparent!important}.image-preview{display:flex;gap:9px;flex-wrap:wrap}.image-preview img{width:82px;height:70px;object-fit:cover;border-radius:10px;border:1px solid var(--line)}.button-large{padding:14px 20px;font-size:1rem}.gallery-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px}.gallery-main{height:440px;border-radius:13px;background:#edf2f3;display:grid;place-items:center;overflow:hidden;color:var(--muted)}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-thumbs{display:flex;gap:8px;margin-top:10px;overflow:auto}.gallery-thumb{width:72px;height:58px;padding:0;border:2px solid transparent;border-radius:9px;overflow:hidden;background:#edf2f3;cursor:pointer;flex:none}.gallery-thumb.active{border-color:var(--brand)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.detail-title-row{display:flex;justify-content:space-between;gap:20px;align-items:start}.detail-badges{display:flex;gap:7px;flex-wrap:wrap}.soft-badge{display:inline-flex;border-radius:20px;padding:2px 9px;background:#edf1f3;color:var(--muted);font-size:.72rem}.verified-badge{background:#e5f5ec;color:var(--success)}.trust-score{min-width:92px;padding:9px;border-radius:12px;background:#eaf7f5;text-align:center;color:var(--brand-dark)}.trust-score strong{display:block;font-size:1.25rem;line-height:1.2}.trust-score span{display:block;font-size:.67rem}.spec-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:12px;overflow:hidden;margin:20px 0}.spec-grid div{padding:11px;border-left:1px solid var(--line);display:grid;gap:1px}.spec-grid div:last-child{border-left:0}.spec-grid span{font-size:.7rem;color:var(--muted)}.spec-grid strong{font-size:.85rem}.seller-avatar{width:54px;height:54px;display:grid;place-items:center;background:var(--brand);color:#fff;border-radius:16px;font-size:1.3rem;font-weight:800;margin-bottom:12px}.seller-trust{display:flex;justify-content:space-between;align-items:center;border:1px solid #d7ece7;background:#f3fbf8;color:var(--success);border-radius:10px;padding:8px 10px;margin:16px 0;font-size:.76rem}.seller-trust strong{font-size:.8rem}.action-row form{display:inline-flex}.listing-card .listing-image{background:linear-gradient(145deg,#eaf5f4,#f7efe1)}@media(max-width:900px){.form-three-col{grid-template-columns:repeat(2,1fr)}.spec-grid{grid-template-columns:repeat(2,1fr)}.spec-grid div:nth-child(2){border-left:0}.spec-grid div:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media(max-width:640px){.form-intro{display:block}.step-badge{display:inline-block;margin-top:12px}.form-three-col{grid-template-columns:1fr}.gallery-main{height:280px}.detail-title-row{display:block}.trust-score{margin-top:12px;display:inline-block}.action-row form,.action-row .button{width:100%}.action-row{gap:8px}}

.badge-fresh{background:#fff4d9;color:#916717}

.filters-row select{border:1px solid var(--line);border-radius:10px;background:#fff;padding:11px 13px;color:var(--ink);font:inherit;min-width:150px}.confirmed-filter{display:flex;align-items:center;gap:6px;white-space:nowrap;color:var(--muted);font-size:.78rem}.confirmed-filter input{accent-color:var(--brand)}@media(max-width:640px){.filters-row select{min-width:0;flex:1 1 140px}.confirmed-filter{flex:1 1 140px}}

.value-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.value-strip>div{display:flex;align-items:start;gap:12px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:18px}.value-icon{display:grid;place-items:center;width:34px;height:34px;flex:none;border-radius:10px;background:#e7f4f3;color:var(--brand);font-weight:800}.value-strip strong{font-size:.9rem}.value-strip p{margin:2px 0 0;color:var(--muted);font-size:.77rem}@media(max-width:640px){.value-strip{grid-template-columns:1fr}.value-strip>div{padding:14px}}

.mini-action{border:0;background:#eaf7f5;color:var(--brand-dark);border-radius:7px;padding:3px 7px;font:inherit;font-size:.68rem;font-weight:700;cursor:pointer}.mini-action:hover{background:#d6efec}

.nav-messages{display:inline-flex;align-items:center;gap:5px}.nav-unread{display:inline-grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border-radius:20px;background:#d44b4b;color:#fff;font-size:.62rem;font-weight:800;line-height:1}

.category-card>a{display:flex;flex-direction:column;gap:4px}.subcategory-links{display:flex;flex-wrap:wrap;gap:4px;margin-top:8px;padding-top:8px;border-top:1px solid var(--line)}.subcategory-links a{color:var(--brand);font-size:.68rem;background:#f1f8f7;border-radius:6px;padding:2px 5px}.subcategory-links a:hover{background:#dff1ee}

.whatsapp-button{background:#22a463;border-color:#22a463;color:#fff}.whatsapp-button:hover{background:#18834d;border-color:#18834d}.action-row .button{white-space:nowrap}

/* V3 visual system */
:root{--ink:#1b2630;--muted:#6c777e;--line:#e6e4de;--paper:#fffdfa;--soft:#f6f3ed;--brand:#0d777b;--brand-dark:#075b61;--accent:#ef765b;--sand:#f3eadc;--shadow:0 18px 50px rgba(25,44,47,.10)}
body{background:#fcfbf8;color:var(--ink);font-family:'Cairo',Tahoma,Arial,sans-serif}.site-header{background:rgba(252,251,248,.91);border-bottom:1px solid rgba(15,77,77,.10)}.brand{font-size:1.38rem;letter-spacing:-.03em}.brand-mark{width:39px;height:39px;border-radius:13px 13px 13px 5px;background:var(--brand);box-shadow:4px 4px 0 #ef765b}.main-nav{font-weight:700}.button{border-radius:12px;box-shadow:0 4px 0 rgba(7,94,105,.12)}.button:hover{transform:translateY(-2px)}
.hero-v3{position:relative;overflow:hidden;min-height:620px;padding:74px 0 82px;background:#e8dfcf url('v3-hero.jpg') center/cover no-repeat;border:0}.hero-v3-wash{position:absolute;inset:0;background:linear-gradient(90deg,rgba(252,248,239,.97) 0%,rgba(252,248,239,.88) 35%,rgba(252,248,239,.18) 70%,rgba(13,54,58,.04) 100%)}.hero-v3-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1.12fr;align-items:center;gap:52px}.hero-copy-v3{padding:14px 0 18px}.hero-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--brand-dark);font-weight:800;font-size:.84rem;background:rgba(255,255,255,.62);border:1px solid rgba(13,119,123,.16);border-radius:30px;padding:7px 12px;margin-bottom:19px}.live-dot{width:8px;height:8px;border-radius:50%;background:#ef765b;box-shadow:0 0 0 4px rgba(239,118,91,.16)}.hero-v3 h1{font-size:clamp(2.4rem,4.7vw,4.8rem);letter-spacing:-.055em;line-height:1.18;margin:0 0 20px;color:#183038}.hero-v3 h1 em{font-style:normal;color:var(--brand)}.hero-v3 .hero-text{color:#536369;max-width:480px;font-size:1.06rem}.hero-pills{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px}.hero-pills span{background:#fffaf1;border:1px solid #eadfce;border-radius:20px;padding:4px 11px;color:#6e6257;font-size:.76rem;font-weight:700}.search-panel-v3{padding:22px;border-radius:22px;border:1px solid rgba(13,119,123,.14);box-shadow:0 20px 55px rgba(27,62,64,.14);max-width:620px;margin-inline-start:auto}.search-panel-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px;color:var(--brand-dark)}.search-panel-title strong{font-size:1.1rem}.search-panel-title span{font-size:.78rem;color:var(--muted)}.search-form-v3{grid-template-columns:1.55fr 1fr 1fr auto}.search-form-v3 input{background:#fffdf9}.search-form-v3 .button span{font-size:1.1rem;margin-right:5px}.search-shortcuts{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:14px;font-size:.75rem;color:var(--muted)}.search-shortcuts a{color:var(--brand);font-weight:800}.section-v3-categories{padding-top:68px}.section-heading-v3{margin-bottom:25px}.section-heading-v3 h2{font-size:1.82rem;letter-spacing:-.03em}.view-all-link{color:var(--brand);font-weight:800;font-size:.82rem}.view-all-link span{font-size:1.1rem;margin-right:5px}.category-grid-v3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card-v3{min-width:0;overflow:hidden;background:#fff;border:1px solid #ebe7df;border-radius:21px;box-shadow:0 9px 30px rgba(31,47,49,.05);transition:.22s}.category-card-v3:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(31,47,49,.12)}.category-visual{height:194px;display:block;position:relative;overflow:hidden;background:#e8efec}.category-visual img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.category-card-v3:hover .category-visual img{transform:scale(1.045)}.category-arrow{position:absolute;top:13px;left:13px;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.87);color:var(--brand);font-size:1.2rem}.category-card-copy{padding:15px 16px 16px}.category-card-copy>a{display:flex;align-items:end;justify-content:space-between;gap:12px}.category-card-copy strong{font-size:1.08rem}.category-card-copy>a span{color:var(--muted);font-size:.72rem}.subcategory-links-v3{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px}.subcategory-links-v3 a{background:#f4f8f5;color:var(--brand-dark);border-radius:8px;padding:3px 7px;font-size:.67rem;font-weight:700}.subcategory-links-v3 a:hover{background:#e3f1ec}.v3-ribbon{display:grid;grid-template-columns:1fr 1fr 1fr auto;align-items:center;gap:0;margin-top:62px;padding:0;background:#123d40;color:#fff;border-radius:20px;overflow:hidden;box-shadow:0 14px 35px rgba(18,61,64,.16)}.v3-ribbon>div{display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:center;padding:20px 23px;border-left:1px solid rgba(255,255,255,.14)}.ribbon-number{grid-row:span 2;color:#ef9c7a;font-family:Georgia,serif;font-size:1.15rem}.v3-ribbon strong{font-size:.88rem}.v3-ribbon small{color:#afc5c1;font-size:.69rem}.ribbon-cta{height:100%;display:flex;align-items:center;gap:12px;padding:0 23px;background:#ef765b;color:white;font-weight:800;font-size:.82rem}.ribbon-cta span{font-size:1.2rem}.listings-v3{padding-top:68px}.filters-row-v3{padding:12px;background:#f5f3ee;border-radius:13px;border:1px solid #e9e5dc}.filters-row-v3 input,.filters-row-v3 select{background:#fffdf9;border-color:#e3dfd5}.listing-grid-v3{grid-template-columns:repeat(4,1fr)}.listing-card-v3{border-color:#e9e5dc;border-radius:18px;box-shadow:0 7px 25px rgba(31,47,49,.045)}.listing-card-v3 .listing-image{height:204px;background:#e6efec}.listing-card-v3 .listing-body{padding:15px 16px 17px}.listing-card-v3 .listing-body h3{letter-spacing:-.02em}.listing-card-v3 .listing-footer strong{font-size:1rem}.listing-card-v3 .listing-meta span:first-child{color:var(--brand);font-weight:800}.whatsapp-button{box-shadow:none}
@media(max-width:1000px){.hero-v3-inner{grid-template-columns:1fr;gap:20px}.hero-v3{min-height:unset}.hero-copy-v3{max-width:620px}.search-panel-v3{margin:0;max-width:680px}.category-grid-v3{grid-template-columns:repeat(2,1fr)}.listing-grid-v3{grid-template-columns:repeat(3,1fr)}.v3-ribbon{grid-template-columns:repeat(3,1fr)}.ribbon-cta{grid-column:1/-1;justify-content:center;padding:13px}.v3-ribbon>div:nth-child(3){border-left:0}}
@media(max-width:640px){.hero-v3{padding:42px 0 52px;background-position:58% center}.hero-v3-wash{background:linear-gradient(90deg,rgba(252,248,239,.97),rgba(252,248,239,.72))}.hero-v3 h1{font-size:2.55rem}.hero-v3 .hero-text{font-size:.93rem}.search-panel-v3{padding:16px;border-radius:18px}.search-panel-title{margin-bottom:10px}.search-form-v3{grid-template-columns:1fr}.search-form-v3 .button{grid-column:auto}.section-v3-categories,.listings-v3{padding-top:47px}.section-heading-v3 h2{font-size:1.45rem}.category-grid-v3{grid-template-columns:1fr 1fr;gap:10px}.category-visual{height:128px}.category-card-copy{padding:11px}.category-card-copy strong{font-size:.85rem}.category-card-copy>a{display:block}.category-card-copy>a span{display:block;font-size:.65rem}.subcategory-links-v3{gap:4px;margin-top:8px}.subcategory-links-v3 a{font-size:.59rem;padding:2px 5px}.v3-ribbon{grid-template-columns:1fr;margin-top:45px;border-radius:16px}.v3-ribbon>div{border-left:0;border-bottom:1px solid rgba(255,255,255,.14);padding:14px 18px}.ribbon-cta{grid-column:auto}.listing-grid-v3{grid-template-columns:repeat(2,1fr);gap:10px}.listing-card-v3 .listing-image{height:140px}.listing-card-v3 .listing-body{padding:10px}.filters-row-v3{gap:7px}.search-shortcuts{gap:8px}}

.brand-v3>span:last-child{display:grid;line-height:1.05;gap:3px}.brand-v3 strong{font-size:1.12rem}.brand-v3 small{font-size:.6rem;color:var(--muted);font-weight:700;letter-spacing:.02em}.brand-v3 .brand-mark{box-shadow:4px 4px 0 #ef765b}
@media(max-width:640px){.brand-v3 strong{font-size:1rem}.brand-v3 small{font-size:.55rem}.brand-v3 .brand-mark{width:34px;height:34px}}

/* Production administration, privacy and promotional wallet */
.admin-page{padding:46px 0 70px}.admin-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.admin-heading h1{margin:0}.admin-layout{display:grid;grid-template-columns:210px minmax(0,1fr);gap:20px;align-items:start}.admin-sidebar{background:#fff;border:1px solid var(--line);border-radius:16px;padding:8px;display:grid;gap:4px;position:sticky;top:96px}.admin-sidebar a{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:10px;color:var(--muted);font-size:.84rem;font-weight:700}.admin-sidebar a:hover,.admin-sidebar a.active{background:#eaf7f5;color:var(--brand-dark)}.admin-sidebar b{display:grid;place-items:center;min-width:19px;height:19px;border-radius:20px;background:#fff0df;color:#a76712;font-size:.65rem}.admin-content{display:grid;gap:16px;min-width:0}.admin-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.admin-stat-grid>div{background:#fff;border:1px solid var(--line);border-radius:15px;padding:17px;display:grid;gap:5px}.admin-stat-grid span{color:var(--muted);font-size:.76rem}.admin-stat-grid strong{font-size:1.6rem;color:var(--brand-dark)}.admin-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px}.admin-card h2{margin:0 0 8px;font-size:1.08rem}.admin-card-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.admin-quick-links{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.admin-table-wrap{overflow:auto}.admin-table{width:100%;border-collapse:collapse;min-width:700px;font-size:.8rem}.admin-table th,.admin-table td{padding:11px 10px;text-align:right;border-bottom:1px solid var(--line);vertical-align:middle}.admin-table th{color:var(--muted);font-size:.73rem;background:#fafbf9}.admin-table td small{display:block;color:var(--muted);font-size:.69rem;margin-top:2px}.admin-actions,.admin-inline-form{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.admin-inline-form input,.admin-inline-form select,.admin-form-row input,.admin-form-row select{border:1px solid var(--line);border-radius:8px;padding:7px 8px;background:#fffdf9;font:inherit;font-size:.74rem;min-width:95px}.admin-inline-form label{color:var(--muted);font-size:.7rem;display:flex;gap:3px;align-items:center}.admin-form-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}.admin-form-row input,.admin-form-row select{flex:1 1 180px}.danger-action{color:#a73b3b;background:#fff0f0}.admin-nav-link{color:var(--brand)!important}.status-archived{background:#f0eeee;color:#746d6d}.status-active{background:#e5f5ec;color:var(--success)}.masked-phone{background:#f5f8f6;border-radius:9px;padding:7px 10px;color:var(--muted);font-size:.78rem}.verification-code-box{background:#f2fbf8;border:1px solid #cde9df;border-radius:14px;padding:17px;margin-top:18px;display:grid;gap:8px}.verification-code-box strong{color:var(--success)}.verification-code-box span{font-size:1.1rem;letter-spacing:.16em;color:var(--brand-dark)}.wallet-page .account-header{align-items:center}.wallet-balance{min-width:190px;background:var(--brand-dark);color:white;border-radius:15px;padding:15px 18px;display:grid;gap:4px}.wallet-balance span{font-size:.74rem;color:#b9d7d3}.wallet-balance strong{font-size:1.45rem;color:#fff}.wallet-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(250px,.8fr);gap:18px;align-items:start}.wallet-main,.wallet-side{display:grid;gap:16px}.promotion-package-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.promotion-package{border:1px solid var(--line);border-radius:11px;padding:11px;display:grid;gap:3px;cursor:pointer}.promotion-package:has(input:checked){border-color:var(--brand);background:#eff9f7}.promotion-package input{accent-color:var(--brand)}.promotion-package strong{font-size:.78rem}.promotion-package span{color:var(--brand-dark);font-weight:800;font-size:.84rem}.wallet-history{display:grid;gap:5px}.wallet-history>div{display:flex;justify-content:space-between;gap:8px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line);font-size:.76rem}.wallet-history>div:last-child{border-bottom:0}.wallet-history small{display:block;color:var(--muted);font-size:.65rem}.wallet-credit{color:var(--success)}.wallet-debit{color:#a15f2d}
@media(max-width:800px){.admin-layout,.wallet-grid{grid-template-columns:1fr}.admin-sidebar{position:static;display:flex;overflow:auto;gap:4px}.admin-sidebar a{white-space:nowrap}.admin-stat-grid{grid-template-columns:repeat(2,1fr)}.admin-heading{align-items:start;flex-direction:column}.wallet-page .account-header{align-items:start}.wallet-balance{width:100%}}
@media(max-width:520px){.admin-stat-grid{grid-template-columns:1fr 1fr}.admin-card{padding:15px}.promotion-package-grid{grid-template-columns:1fr}.admin-table{min-width:620px}}

.listing-metrics{font-size:.68rem!important;color:var(--brand-dark)!important;background:#eff9f6;border-radius:7px;padding:4px 7px;width:max-content;max-width:100%}.listing-metrics small{display:inline}


/* V4 Retina visual system */
:root{--v4-ink:#122331;--v4-muted:#74818b;--v4-line:#e9edf0;--v4-paper:#ffffff;--v4-bg:#f7f9fa;--v4-teal:#087f86;--v4-navy:#102e43;--v4-coral:#ff7567;--v4-shadow:0 20px 60px rgba(16,46,67,.09)}
body{background:var(--v4-bg);color:var(--v4-ink);letter-spacing:-.01em}
.site-header{background:rgba(255,255,255,.84);border-bottom:1px solid rgba(18,35,49,.08);box-shadow:0 8px 30px rgba(18,35,49,.04);backdrop-filter:blur(18px)}
.nav-wrap{min-height:82px;gap:34px}.brand{color:var(--v4-navy);font-size:1.24rem}.brand-mark{width:40px;height:40px;border-radius:14px 14px 14px 5px;background:var(--v4-teal);box-shadow:4px 4px 0 var(--v4-coral)}.brand-v3 .brand-mark{box-shadow:4px 4px 0 var(--v4-coral)}
.main-nav{gap:25px;color:#64727c;font-size:.88rem}.main-nav a{position:relative}.main-nav a:after{content:"";position:absolute;right:0;bottom:-11px;width:0;height:2px;background:var(--v4-coral);transition:.2s}.main-nav a:hover:after{width:100%}.nav-actions{gap:12px}.nav-link{font-weight:700;color:#64727c}.button{border-radius:14px;background:var(--v4-teal);border-color:var(--v4-teal);box-shadow:0 8px 20px rgba(8,127,134,.16);padding:11px 19px}.button:hover{background:#066a71;border-color:#066a71;box-shadow:0 10px 24px rgba(8,127,134,.22)}.button-outline{background:#fff;color:var(--v4-teal);box-shadow:none}
.hero-v3{min-height:560px;padding:76px 0 68px;background-color:#f5f4f0;background-image:url('v4-hero.jpg');background-position:center;background-size:cover;border-bottom:1px solid rgba(18,35,49,.06)}.hero-v3-wash{background:linear-gradient(90deg,rgba(249,249,247,.98) 0%,rgba(249,249,247,.93) 34%,rgba(249,249,247,.33) 66%,rgba(249,249,247,.03) 100%)}.hero-v3-inner{grid-template-columns:1.05fr 1fr;gap:60px}.hero-copy-v3{padding-top:6px}.hero-kicker{background:rgba(255,255,255,.78);border-color:rgba(8,127,134,.12);color:var(--v4-teal);box-shadow:0 8px 24px rgba(16,46,67,.06)}.live-dot{background:var(--v4-coral);box-shadow:0 0 0 4px rgba(255,117,103,.15)}.hero-v3 h1{color:var(--v4-navy);font-size:clamp(2.45rem,4.4vw,4.55rem);line-height:1.2;letter-spacing:-.07em}.hero-v3 h1 em{color:var(--v4-teal)}.hero-v3 .hero-text{color:#61717b;line-height:2}.hero-pills span{background:rgba(255,255,255,.78);border:1px solid #e8ecee;color:#566a75;border-radius:24px;padding:5px 13px}.search-panel-v3{background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.85);border-radius:24px;box-shadow:var(--v4-shadow);padding:24px;max-width:610px}.search-panel-title{color:var(--v4-navy)}.search-panel-title strong{font-size:1.13rem}.search-panel-title span{color:var(--v4-muted)}.search-form-v3 input,.search-form-v3 select{border-color:#e3e9ec;background:#fff;border-radius:13px}.search-form-v3 .button{border-radius:13px}.search-shortcuts a{color:var(--v4-teal)}
.section-v3-categories{padding-top:70px}.section-heading-v3 h2{color:var(--v4-navy);font-size:1.9rem}.eyebrow{color:var(--v4-teal)}.view-all-link{color:var(--v4-teal)}.category-grid-v3{gap:16px}.category-card-v3{border:1px solid var(--v4-line);border-radius:24px;box-shadow:0 10px 35px rgba(16,46,67,.045);background:rgba(255,255,255,.92)}.category-card-v3:hover{border-color:#cce5e5;box-shadow:0 20px 46px rgba(16,46,67,.11)}.category-visual{height:178px;background:#eef4f4}.category-visual img{filter:saturate(.86);transition:transform .5s,filter .5s}.category-card-v3:hover .category-visual img{filter:saturate(1);transform:scale(1.035)}.category-arrow{left:auto;right:13px;top:13px;width:35px;height:35px;box-shadow:0 4px 12px rgba(16,46,67,.08)}.category-card-copy{padding:17px 18px 18px}.category-card-copy strong{color:var(--v4-navy);font-size:1.04rem}.category-card-copy>a span{color:var(--v4-muted)}.subcategory-links-v3 a{background:#f2f8f7;color:var(--v4-teal);border-radius:20px;padding:4px 8px}.v3-ribbon{background:var(--v4-navy);border-radius:22px;box-shadow:0 16px 40px rgba(16,46,67,.14)}.ribbon-cta{background:var(--v4-coral)}.listings-v3{padding-top:70px}.filters-row-v3{background:#fff;border-color:var(--v4-line);border-radius:16px;box-shadow:0 8px 26px rgba(16,46,67,.035)}.listing-card-v3{border-color:var(--v4-line);border-radius:20px;background:#fff;box-shadow:0 8px 26px rgba(16,46,67,.045)}.listing-card-v3:hover{box-shadow:0 18px 42px rgba(16,46,67,.11)}.listing-card-v3 .listing-image{height:196px;background:#eef4f4}.listing-card-v3 .listing-body h3{color:var(--v4-navy)}.listing-card-v3 .listing-footer strong{color:var(--v4-teal)}
.site-footer{background:var(--v4-navy)}
@media(max-width:1000px){.hero-v3-inner{grid-template-columns:1fr;gap:28px}.hero-v3{background-position:58% center}.hero-v3-wash{background:linear-gradient(90deg,rgba(249,249,247,.98),rgba(249,249,247,.78))}.search-panel-v3{max-width:680px}.category-grid-v3{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.nav-wrap{min-height:68px}.hero-v3{min-height:unset;padding:48px 0 54px;background-position:62% center}.hero-v3-wash{background:linear-gradient(90deg,rgba(249,249,247,.98),rgba(249,249,247,.8))}.hero-v3 h1{font-size:2.65rem}.search-panel-v3{border-radius:20px;padding:17px}.category-grid-v3{gap:10px}.category-card-v3{border-radius:18px}.category-visual{height:124px}.category-card-copy{padding:12px}.category-card-copy strong{font-size:.86rem}.subcategory-links-v3 a{font-size:.59rem}.v3-ribbon{border-radius:17px}}


/* Approved Retina marketplace homepage */
.retina-hero{position:relative;overflow:hidden;min-height:430px;padding:54px 0 44px;background:#f7f1e9;border-bottom:1px solid #e7e4dd}.retina-hero-image{position:absolute;inset:0;background:url('libya-hero-retina.jpg') center/cover no-repeat}.retina-hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(252,249,244,.98) 0%,rgba(252,249,244,.90) 30%,rgba(252,249,244,.34) 59%,rgba(252,249,244,.04) 100%)}.retina-hero-content{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1.08fr;align-items:center;gap:56px}.retina-hero-copy{padding:14px 0}.retina-kicker{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.82);border:1px solid rgba(8,127,134,.16);border-radius:24px;padding:7px 12px;color:var(--brand-dark);font-size:.76rem;font-weight:800}.retina-kicker i{width:8px;height:8px;border-radius:50%;background:#ef765b}.retina-hero h1{margin:17px 0 8px;color:#122f3b;font-size:clamp(2.4rem,4.3vw,4.45rem);line-height:1.2;letter-spacing:-.07em}.retina-hero h1 em{font-style:normal;color:var(--brand)}.retina-hero-copy p{max-width:470px;margin:0;color:#66757b;font-size:1rem}.retina-trust{display:flex;gap:8px;flex-wrap:wrap;margin-top:19px}.retina-trust span{background:#fff;border:1px solid #e8e7e2;border-radius:20px;padding:4px 10px;color:#596a6e;font-size:.7rem}.retina-search-card{background:rgba(255,255,255,.93);border:1px solid rgba(255,255,255,.8);border-radius:20px;padding:20px;box-shadow:0 18px 55px rgba(29,56,62,.13);max-width:630px;margin-inline-start:auto}.retina-search-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px;color:#143c43}.retina-search-title strong{font-size:1.02rem}.retina-search-title span{font-size:.72rem;color:var(--muted)}.retina-search-form{display:grid;grid-template-columns:1.45fr 1fr 1fr auto;gap:8px}.retina-search-form input,.retina-search-form select{width:100%;min-width:0;border:1px solid #e2e8e8;border-radius:11px;background:#fff;padding:11px 12px;font:inherit;color:var(--ink);outline:none}.retina-search-form input:focus,.retina-search-form select:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(8,127,140,.09)}.retina-search-form .button{white-space:nowrap;padding-inline:15px}.retina-search-form .button span{margin-right:5px}
.retina-categories-section{padding-top:45px}.retina-section-head{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:17px}.retina-section-head h2{margin:0;color:#14343f;font-size:1.45rem;letter-spacing:-.03em}.retina-section-head .eyebrow{margin-bottom:3px}.retina-all-link{color:var(--brand);font-weight:800;font-size:.8rem}.retina-all-link span{font-size:1.1rem;margin-right:4px}.retina-category-layout{display:grid;grid-template-columns:155px minmax(0,1fr);gap:0;background:#fff;border:1px solid #e7ebeb;border-radius:18px;overflow:hidden;box-shadow:0 8px 28px rgba(18,45,53,.045)}.retina-all-tile{display:grid;place-items:center;align-content:center;gap:8px;border-left:1px solid #e8eceb;color:var(--brand);padding:18px;text-align:center;background:linear-gradient(145deg,#fbfdfc,#f2f8f7)}.retina-all-tile strong{font-size:.88rem}.retina-all-tile small{color:var(--muted);font-size:.66rem}.retina-category-grid{display:grid;grid-template-columns:repeat(4,1fr)}.retina-category-tile{display:flex;align-items:center;gap:10px;min-width:0;padding:13px 15px;border-left:1px solid #edf0ef;border-bottom:1px solid #edf0ef;transition:.18s}.retina-category-tile:hover{background:#f5fbfa}.retina-category-tile:nth-child(4n){border-left:0}.retina-category-tile:nth-last-child(-n+4){border-bottom:0}.retina-category-tile>span:not(.retina-icon){min-width:0;display:grid;gap:1px}.retina-category-tile strong{font-size:.79rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#253d44}.retina-category-tile small{color:#8a9699;font-size:.65rem}.retina-category-tile b{margin-inline-start:auto;color:#a2adad;font-size:1.1rem;font-weight:400}.retina-icon{display:inline-grid;place-items:center;flex:none;width:35px;height:35px;border-radius:11px;color:var(--brand);font-size:1.3rem;font-style:normal}.retina-category-tile .retina-icon{background:#f1f8f7}.retina-all-tile .retina-icon{width:43px;height:43px;background:#e6f4f1}.icon-grid:before{content:'⊞'}.icon-car:before{content:'♧'}.icon-bike:before{content:'♢'}.icon-building:before{content:'⌂'}.icon-home:before{content:'⌂'}.icon-sofa:before{content:'▱'}.icon-tools:before{content:'⚒'}.icon-phone:before{content:'▯'}.icon-laptop:before{content:'▱'}.icon-screen:before{content:'▣'}.icon-briefcase:before{content:'▣'}.icon-paw:before{content:'♣'}.icon-bag:before{content:'▢'}.icon-shield:before{content:'✓'}.icon-chat:before{content:'…'}.icon-libya:before{content:'⌖'}
.retina-quick-links{display:flex;gap:8px;overflow:auto;padding-top:18px}.retina-quick-links a{display:inline-flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap;min-width:max-content;border:1px solid #e8eae5;background:#fff;border-radius:20px;padding:7px 13px;color:#4e676d;font-size:.73rem}.retina-quick-links a:hover{border-color:#baded8;color:var(--brand);background:#f5fbfa}.retina-quick-links span{font-size:1rem}.retina-listings-section{padding-top:45px}.retina-filters{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-bottom:17px;padding:10px;background:#fff;border:1px solid #e7ebeb;border-radius:13px}.retina-filters input,.retina-filters select{border:1px solid #e3e9e8;border-radius:9px;background:#fff;padding:8px 10px;font:inherit;font-size:.75rem;color:var(--ink);min-width:130px}.retina-filters label{display:flex;align-items:center;gap:4px;color:var(--muted);font-size:.72rem}.retina-filters label input{min-width:auto;accent-color:var(--brand)}.retina-filters .button{padding:8px 13px;font-size:.76rem}.retina-listing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.retina-listing-card{background:#fff;border:1px solid #e7ebeb;border-radius:15px;overflow:hidden;box-shadow:0 6px 22px rgba(18,45,53,.04);transition:.2s}.retina-listing-card:hover{transform:translateY(-3px);box-shadow:0 16px 35px rgba(18,45,53,.1)}.retina-listing-image{height:178px;display:block;position:relative;overflow:hidden;background:#edf3f1}.retina-listing-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.retina-listing-card:hover .retina-listing-image img{transform:scale(1.03)}.retina-badge{position:absolute;top:9px;right:9px;background:#edf8f1;color:#21744f;border-radius:12px;padding:3px 8px;font-size:.65rem;font-weight:800}.retina-badge.fresh{background:#fff3df;color:#a26716}.retina-photo-count{position:absolute;bottom:8px;left:8px;background:rgba(16,35,43,.62);color:#fff;border-radius:9px;padding:2px 6px;font-size:.62rem}.retina-listing-body{padding:11px 13px}.retina-listing-body h3{margin:0 0 5px;font-size:.87rem;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.retina-listing-body h3 a:hover{color:var(--brand)}.retina-listing-body p{margin:0 0 8px;color:#899496;font-size:.7rem}.retina-listing-body>div{display:flex;align-items:center;justify-content:space-between}.retina-listing-body strong{color:var(--brand-dark);font-size:.92rem}.retina-listing-body>div span{font-size:1.25rem;color:#99aaa8}.retina-value-strip{display:grid;grid-template-columns:repeat(3,1fr);margin-top:45px;border:1px solid #e3ebea;border-radius:16px;background:#fff;overflow:hidden}.retina-value-strip>div{display:grid;grid-template-columns:auto 1fr;column-gap:9px;align-items:center;padding:14px 18px;border-left:1px solid #edf0ef}.retina-value-strip>div:last-child{border-left:0}.retina-value-strip .retina-icon{grid-row:span 2;background:#f0f8f7}.retina-value-strip strong{font-size:.78rem}.retina-value-strip small{color:var(--muted);font-size:.65rem}
@media(max-width:1000px){.retina-hero-content{grid-template-columns:1fr;gap:24px}.retina-search-card{margin:0;max-width:680px}.retina-category-grid{grid-template-columns:repeat(3,1fr)}.retina-category-tile:nth-child(4n){border-left:1px solid #edf0ef}.retina-category-tile:nth-child(3n){border-left:0}.retina-category-tile:nth-last-child(-n+4){border-bottom:1px solid #edf0ef}.retina-category-tile:nth-last-child(-n+3){border-bottom:0}.retina-listing-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.retina-hero{min-height:unset;padding:38px 0 34px}.retina-hero-image{background-position:58% center}.retina-hero-image:after{background:linear-gradient(90deg,rgba(252,249,244,.98),rgba(252,249,244,.79))}.retina-hero h1{font-size:2.6rem}.retina-hero-copy p{font-size:.88rem}.retina-search-card{padding:15px;border-radius:17px}.retina-search-title{display:block}.retina-search-title span{display:block;margin-top:3px}.retina-search-form{grid-template-columns:1fr}.retina-search-form .button{width:100%}.retina-category-layout{grid-template-columns:1fr}.retina-all-tile{border-left:0;border-bottom:1px solid #e8eceb;display:flex;justify-content:center;padding:12px}.retina-all-tile small{display:none}.retina-category-grid{grid-template-columns:repeat(2,1fr)}.retina-category-tile:nth-child(3n){border-left:1px solid #edf0ef}.retina-category-tile:nth-child(2n){border-left:0}.retina-category-tile:nth-last-child(-n+3){border-bottom:1px solid #edf0ef}.retina-category-tile:nth-last-child(-n+2){border-bottom:0}.retina-category-tile{padding:11px 10px}.retina-category-tile strong{font-size:.7rem}.retina-category-tile small{font-size:.59rem}.retina-section-head h2{font-size:1.25rem}.retina-listing-grid{grid-template-columns:repeat(2,1fr);gap:9px}.retina-listing-image{height:140px}.retina-listing-body{padding:9px}.retina-listing-body h3{font-size:.76rem}.retina-listing-body strong{font-size:.77rem}.retina-filters input,.retina-filters select{flex:1 1 130px;min-width:0}.retina-value-strip{grid-template-columns:1fr;margin-top:35px}.retina-value-strip>div{border-left:0;border-bottom:1px solid #edf0ef}.retina-value-strip>div:last-child{border-bottom:0}.retina-section-head{align-items:start}}


/* Retina header refinements */
.retina-header .nav-wrap{min-height:76px}.retina-header .brand-v3{flex:none}.retina-city-link{display:inline-flex;align-items:center;gap:4px;color:#607278;font-size:.73rem;white-space:nowrap;border:1px solid #e6ebea;border-radius:10px;padding:7px 9px;background:#fff}.nav-plus{font-size:1rem;margin-right:3px}.retina-header .button-small{padding:8px 12px;border-radius:10px}.retina-header .main-nav{flex:1;justify-content:center}.retina-header .nav-actions{margin-inline-start:0;margin-right:auto}@media(max-width:1050px){.retina-header .main-nav{gap:14px}.retina-city-link{display:none}}@media(max-width:760px){.retina-header .main-nav{display:none}.retina-header .nav-wrap{min-height:68px}.retina-header .nav-actions{gap:7px}.retina-header .nav-link{font-size:.7rem}.retina-header .brand-v3 small{display:none}.retina-header .brand-v3 strong{font-size:.95rem}.retina-header .brand-mark{width:34px;height:34px}.retina-header .button-small{font-size:.7rem;padding:7px 9px}.retina-header .nav-actions .nav-link:last-child{display:none}}


/* Growth features: stores, reviews, notifications and saved searches */
.account-header-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.save-search-inline{display:flex;gap:8px;align-items:center;margin:-7px 0 18px}.save-search-inline input{flex:1;border:1px solid var(--line);border-radius:9px;padding:9px 11px;font:inherit;background:#fff}.store-page{padding:38px 0 70px}.store-hero-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow)}.store-cover{height:180px;background:linear-gradient(135deg,#e5f2ef,#f7eadc) center/cover no-repeat}.store-identity{display:flex;align-items:center;gap:15px;padding:0 24px 22px;margin-top:-38px;position:relative}.store-logo{width:82px;height:82px;border:5px solid #fff;border-radius:24px;background:var(--brand);color:#fff;display:grid;place-items:center;font-size:2rem;font-weight:800;overflow:hidden;box-shadow:0 10px 25px rgba(16,46,67,.12);flex:none}.store-logo img{width:100%;height:100%;object-fit:cover}.store-copy{padding-top:40px;min-width:0}.store-copy h1{margin:0;font-size:1.45rem;color:var(--v4-navy)}.store-copy .eyebrow{margin-bottom:2px}.store-actions{margin-inline-start:auto;padding-top:40px;display:flex;gap:8px;flex-wrap:wrap}.store-grid{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:18px;margin-top:18px}.store-grid main,.store-side{display:grid;gap:18px;align-content:start}.store-card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:20px}.store-card-head{display:flex;align-items:end;justify-content:space-between;gap:10px;margin-bottom:15px}.store-card-head h2{margin:0;font-size:1.15rem}.store-count{color:var(--muted);font-size:.75rem}.store-listing-grid{grid-template-columns:repeat(3,1fr)}.store-rating{color:#b27d16;font-size:1.1rem}.store-rating small{font-size:.7rem;color:var(--muted);font-weight:400}.store-metrics{display:grid;grid-template-columns:repeat(3,1fr);margin:18px 0;border:1px solid var(--line);border-radius:11px;overflow:hidden}.store-metrics div{display:grid;gap:2px;text-align:center;padding:10px 5px;border-left:1px solid var(--line)}.store-metrics div:last-child{border-left:0}.store-metrics strong{color:var(--brand-dark);font-size:1rem}.store-metrics span{color:var(--muted);font-size:.66rem}.store-response{background:#f0f8f7;color:var(--brand-dark);border-radius:9px;padding:8px 10px;font-size:.76rem}.store-safe-note{margin:10px 0 0;font-size:.72rem}.review-form{display:grid;grid-template-columns:110px 1fr auto;gap:8px;margin:12px 0 18px}.review-form input,.review-form select{border:1px solid var(--line);border-radius:9px;padding:9px 10px;background:#fff;font:inherit;font-size:.78rem}.review-list{display:grid;gap:9px}.review-item{border-top:1px solid var(--line);padding-top:10px}.review-item>div{display:flex;justify-content:space-between;gap:10px}.review-item p{margin:4px 0;color:#50636a;font-size:.8rem}.review-item small{color:var(--muted);font-size:.67rem}.review-stars{color:#c58a23;font-size:.78rem}.notification-list{display:grid;gap:8px}.notification-item{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:13px;padding:13px 15px}.notification-item.unread{border-color:#bfe2dc;background:#f7fcfb}.notification-dot{width:9px;height:9px;border-radius:50%;background:#ccd6d5;flex:none}.notification-item.unread .notification-dot{background:var(--brand)}.notification-copy{min-width:0;flex:1}.notification-copy strong{font-size:.82rem}.notification-copy p{margin:2px 0;color:var(--muted);font-size:.74rem}.notification-copy small{color:#9aa5a6;font-size:.65rem}.notification-actions{display:flex;gap:5px;align-items:center}.danger-action{color:#a73b3b!important}.saved-search-list .simple-list-item{min-height:70px}@media(max-width:850px){.store-grid{grid-template-columns:1fr}.store-side{grid-template-columns:1fr 1fr}.store-listing-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.account-header-actions{width:100%}.account-header-actions .button{flex:1}.save-search-inline{flex-wrap:wrap}.save-search-inline input{flex-basis:100%}.store-cover{height:130px}.store-identity{display:block;padding:0 15px 16px;margin-top:-30px}.store-logo{width:68px;height:68px;border-radius:19px}.store-copy{padding-top:8px}.store-copy h1{font-size:1.15rem}.store-actions{padding-top:12px;margin:0}.store-actions .button{flex:1}.store-grid{margin-top:12px}.store-card{padding:15px}.store-side{grid-template-columns:1fr}.store-listing-grid{grid-template-columns:repeat(2,1fr);gap:8px}.review-form{grid-template-columns:1fr}.notification-item{align-items:start}.notification-actions{flex-direction:column}.retina-header .nav-actions .nav-messages{display:none}}


.retina-category-image{position:relative;display:block;width:48px;height:48px;flex:none;border-radius:12px;overflow:hidden;background:#e9f3f1}.retina-category-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.82)}.retina-category-image:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(4,87,90,.08),rgba(255,255,255,.16))}.retina-category-image .retina-icon{position:absolute;inset:0;z-index:1;display:grid;place-items:center;background:linear-gradient(135deg,rgba(4,88,91,.40),rgba(255,255,255,.08));color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.28);font-size:1.18rem}.retina-category-image .retina-icon:before{opacity:.95}.retina-category-tile:hover .retina-category-image img{transform:scale(1.08);filter:saturate(1)}.retina-category-image img{transition:.25s}@media(max-width:640px){.retina-category-image{width:40px;height:40px;border-radius:10px}.retina-category-image .retina-icon{font-size:1rem}}

.store-mini-link{display:block;color:var(--brand);font-size:.75rem;font-weight:800;margin:8px 0}.store-mini-link:hover{color:var(--brand-dark)}


.city-page,.category-page{padding:38px 0 70px}.city-hero,.category-page-head{display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(135deg,#eef8f5,#fffaf2);border:1px solid var(--line);border-radius:20px;padding:25px;margin-bottom:18px}.city-hero h1,.category-page-head h1{margin:0;color:var(--v4-navy);font-size:1.7rem}.district-strip,.subcategory-chips{display:flex;align-items:center;gap:8px;flex-wrap:wrap;background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px 15px;margin-bottom:22px}.district-strip strong,.subcategory-chips strong{font-size:.8rem;color:var(--v4-navy);margin-left:5px}.district-strip a,.subcategory-chips a{background:#f3f8f6;color:var(--brand-dark);border-radius:999px;padding:6px 11px;font-size:.72rem}.city-section{margin-top:26px}.city-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.city-category-grid a{display:grid;gap:5px;background:#fff;border:1px solid var(--line);border-radius:13px;padding:14px;color:var(--v4-navy)}.city-category-grid a:hover{border-color:#9ecdc4;transform:translateY(-2px)}.city-category-grid span{font-size:.7rem;color:var(--muted)}.category-filter-bar{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}.category-filter-bar input,.category-filter-bar select{border:1px solid var(--line);background:#fff;border-radius:9px;padding:10px 12px;font:inherit;min-width:190px}.store-stat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:22px}.store-stat-grid>div{background:#fff;border:1px solid var(--line);border-radius:14px;padding:15px;display:grid;gap:4px}.store-stat-grid span{font-size:.72rem;color:var(--muted)}.store-stat-grid strong{font-size:1.45rem;color:var(--brand-dark)}@media(max-width:760px){.city-hero,.category-page-head{display:block}.city-hero .button,.category-page-head .button{margin-top:15px}.city-category-grid{grid-template-columns:repeat(2,1fr)}.store-stat-grid{grid-template-columns:repeat(2,1fr)}}


.retina-cities-section{padding:10px 0 28px}.retina-cities-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:9px}.retina-cities-grid a{display:grid;grid-template-columns:auto 1fr;column-gap:7px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:12px;padding:11px 12px;color:var(--v4-navy)}.retina-cities-grid a:hover{border-color:#99cfc6;background:#f8fcfb}.retina-cities-grid strong{font-size:.78rem}.retina-cities-grid small{grid-column:2;color:var(--muted);font-size:.62rem}.city-pin{grid-row:1 / span 2;color:var(--brand);font-size:1.15rem}@media(max-width:850px){.retina-cities-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:520px){.retina-cities-grid{grid-template-columns:repeat(2,1fr)}}


.advanced-filter-panel{margin:12px 0 14px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 6px 18px rgba(21,52,64,.04)}.advanced-filter-panel summary{display:flex;align-items:center;gap:10px;cursor:pointer;list-style:none;padding:13px 16px;color:var(--v4-navy)}.advanced-filter-panel summary::-webkit-details-marker{display:none}.advanced-filter-panel summary span{font-weight:800;font-size:.84rem}.advanced-filter-panel summary small{color:var(--muted);font-size:.7rem;flex:1}.advanced-filter-panel summary b{color:var(--brand);font-size:1.05rem;transition:transform .2s}.advanced-filter-panel[open] summary{border-bottom:1px solid var(--line);background:#fbfefd}.advanced-filter-panel[open] summary b{transform:rotate(180deg)}.advanced-filter-panel .retina-filters{margin:0;padding:14px 16px;background:transparent;border:0;box-shadow:none}.save-search-inline{margin:0 0 15px;padding:10px 12px;border:1px dashed #b9d8d1;border-radius:12px;background:#f8fcfb}.save-search-inline input[name=name]{min-width:210px}@media(max-width:600px){.advanced-filter-panel summary{padding:12px}.advanced-filter-panel summary small{display:none}.advanced-filter-panel .retina-filters{padding:11px}.save-search-inline{display:grid;gap:8px}.save-search-inline input,.save-search-inline button{width:100%}}

.compact-header .nav-wrap{min-height:64px}.compact-header .brand-mark{width:32px;height:32px;font-size:1rem}.compact-header .brand strong{font-size:1.05rem}.compact-header .brand small{font-size:.6rem}.compact-header .main-nav{gap:14px}.compact-header .nav-actions{gap:8px}


@media(min-width:901px){.compact-header .nav-wrap{position:relative}.compact-header .brand{position:absolute;left:50%;transform:translateX(-50%);z-index:2;white-space:nowrap}.compact-header .main-nav{margin-left:auto}.compact-header .nav-actions{margin-right:auto;max-width:42%}.compact-header .nav-actions .nav-link:nth-last-child(1){display:none}}
@media(max-width:900px){.compact-header .nav-wrap{min-height:58px}.compact-header .brand strong{font-size:.92rem}.compact-header .brand small{display:none}.compact-header .main-nav{display:none}.compact-header .nav-actions .retina-city-link,.compact-header .nav-actions .nav-link:nth-last-child(1){display:none}.compact-header .nav-actions{margin-right:auto}}


.compact-market-hero{background:#f7fbfa;border-bottom:1px solid var(--line);padding:18px 0 20px}.compact-market-inner{display:grid;grid-template-columns:1.05fr 1fr 1.55fr;align-items:center;gap:20px;min-height:178px}.market-identity-block{display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:10px}.market-identity-mark{width:62px;height:62px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(145deg,#0e5f63,#c89b52);color:#fff;font-weight:900;font-size:2rem;box-shadow:0 8px 20px rgba(14,95,99,.15)}.market-identity-block strong{display:block;color:var(--v4-navy);font-size:1.65rem;letter-spacing:-.04em}.market-identity-block small{display:block;color:var(--brand-dark);font-size:.78rem;margin-top:3px;direction:ltr;text-align:right}.market-identity-block p{grid-column:1 / -1;margin:12px 0 0;color:var(--muted);font-size:.82rem}.market-mini-mosaic{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;height:116px}.market-mini-mosaic img{width:100%;height:100%;object-fit:cover;border-radius:12px;display:block;box-shadow:0 4px 14px rgba(24,54,63,.08)}.market-mini-mosaic img:nth-child(2),.market-mini-mosaic img:nth-child(4){transform:translateY(10px)}.compact-search-card{margin:0;box-shadow:0 8px 22px rgba(24,54,63,.08);padding:15px 16px}.compact-search-card .retina-search-title{margin-bottom:10px}.compact-search-card .retina-search-form{gap:7px}.compact-search-card .retina-search-form input,.compact-search-card .retina-search-form select{min-height:40px}.compact-search-card .retina-search-form .button{min-height:40px;padding:0 12px;white-space:nowrap}@media(max-width:900px){.compact-market-inner{grid-template-columns:1fr;gap:13px}.market-identity-block{max-width:420px}.market-mini-mosaic{height:86px;max-width:420px}.compact-search-card{max-width:none}.compact-market-hero{padding:14px 0 16px}}@media(max-width:520px){.market-identity-mark{width:50px;height:50px;font-size:1.55rem;border-radius:14px}.market-identity-block strong{font-size:1.25rem}.market-identity-block small{font-size:.68rem}.market-mini-mosaic{height:68px;gap:5px}.market-mini-mosaic img{border-radius:8px}.compact-search-card{padding:12px}.compact-search-card .retina-search-form{grid-template-columns:1fr 1fr}.compact-search-card .retina-search-form input,.compact-search-card .retina-search-form select,.compact-search-card .retina-search-form .button{grid-column:span 2;width:100%}}


/* Final compact identity adjustments */
.compact-header .brand{display:none!important}.compact-header .nav-wrap{justify-content:space-between}.compact-header .main-nav{margin-inline-start:0}.compact-header .nav-actions{margin-inline-start:0;margin-inline-end:auto}.market-mini-mosaic img{width:100%;height:100%;aspect-ratio:1/1;object-fit:cover;image-rendering:auto}.retina-category-image{width:58px;height:58px;min-width:58px;overflow:hidden;border-radius:10px}.retina-category-image img{width:58px;height:58px;object-fit:cover;display:block}.retina-listing-image img{width:100%;height:100%;object-fit:cover;display:block}


/* Retina category logo system */
.category-logo-wrap{position:relative;background:radial-gradient(circle at 30% 20%,#fff 0 18%,#f0faf7 52%,#e1f0ed 100%)!important;display:grid;place-items:center;border:1px solid rgba(18,103,105,.13);box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 8px 16px rgba(18,74,78,.08)}.category-logo-wrap:after{content:'';position:absolute;inset:6px;border:1px solid rgba(255,255,255,.82);border-radius:14px;pointer-events:none}.category-logo{position:relative;z-index:1;width:46px;height:46px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(145deg,#ffffff 0%,#eef9f6 48%,#d9eeea 100%);color:#0b6a6c;box-shadow:0 8px 14px rgba(15,83,87,.12),inset 0 1px 1px rgba(255,255,255,.96),inset 0 -1px 0 rgba(31,104,104,.08);transition:transform .25s ease,box-shadow .25s ease}.category-logo:before{content:'';position:absolute;inset:4px;border-radius:12px;background:linear-gradient(135deg,rgba(255,255,255,.72),transparent 46%);pointer-events:none}.category-logo svg{position:relative;width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:2.05;stroke-linecap:round;stroke-linejoin:round;shape-rendering:geometricPrecision;filter:drop-shadow(0 1px 1px rgba(18,72,77,.12))}.category-logo-car{color:#087f78}.category-logo-bike{color:#ae7d2a}.category-logo-building,.category-logo-home{color:#276e8b}.category-logo-sofa{color:#b36b50}.category-logo-tools{color:#c16c54}.category-logo-phone,.category-logo-laptop,.category-logo-screen{color:#466da5}.category-logo-briefcase{color:#596f98}.category-logo-paw{color:#8d7d50}.category-logo-bag{color:#9c6482}.retina-category-tile:hover .category-logo{transform:translateY(-2px) scale(1.08);box-shadow:0 12px 22px rgba(21,90,91,.18),inset 0 1px 1px rgba(255,255,255,.96)}.retina-category-tile:active .category-logo{transform:scale(1.02)}@media(max-width:640px){.category-logo{width:42px;height:42px;border-radius:13px}.category-logo svg{width:28px;height:28px}}


.category-logo-business{color:#7b668f}.category-logo-appliance{color:#8a6c55}.category-logo-education{color:#557a91}.category-logo-job{color:#6d718e}.dynamic-filter-groups{display:contents}.dynamic-filter-group{display:none}.dynamic-filter-group.visible{display:block}


.listing-placeholder-image{object-fit:cover;background:#eef7f6}.placeholder-hint{position:absolute;bottom:10px;right:10px;background:rgba(255,255,255,.9);color:#0d7778;border-radius:999px;padding:4px 8px;font-size:11px;z-index:2}.seller-stat-cards{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.seller-stat-cards span{display:inline-flex;min-width:58px;flex-direction:column;align-items:center;gap:2px;border:1px solid #e3eeee;border-radius:10px;padding:5px 7px;background:#fbfefe}.seller-stat-cards strong{color:#0d7778;font-size:15px;line-height:1}.seller-stat-cards small{color:#718080;font-size:10px}.simple-list-copy{min-width:0}.simple-list-copy>.seller-stat-cards{direction:rtl}.retina-listing-image{position:relative;overflow:hidden}.retina-listing-image .placeholder-hint{font-size:10px;bottom:6px;right:6px}.gallery-main .listing-placeholder-image{width:100%;height:100%;object-fit:cover;opacity:.9}

.trust-score small{display:block;margin-top:5px;color:var(--muted);font-size:.62rem;line-height:1.45;max-width:150px}

.utility-feedback{font-size:.75rem;color:var(--success);align-self:center}.utility-button{cursor:pointer}

.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.similar-listings{padding-bottom:34px}

.listing-steps{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:22px 0 10px;padding:0}.listing-steps li{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:.78rem;border-bottom:2px solid var(--line);padding:8px 2px}.listing-steps li span{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#edf1f3;color:var(--muted);font-weight:800}.listing-steps li.active{color:var(--brand-dark);border-color:var(--brand)}.listing-steps li.active span,.listing-steps li.completed span{background:var(--brand);color:#fff}.listing-steps li.completed{color:var(--success);border-color:#b8dfce}@media(max-width:640px){.listing-steps{gap:4px}.listing-steps li{display:grid;justify-items:center;font-size:.68rem}.listing-steps li span{width:22px;height:22px}}

:focus-visible{outline:3px solid #e3a72f;outline-offset:3px}button,a,input,select,textarea{transition:color .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease}@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}


/* Paid promoted listing showcase */
.promoted-showcase-section{padding-top:32px}.promoted-showcase-head{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:14px}.promoted-showcase-head h2{margin:0;color:var(--v4-navy);font-size:1.7rem}.promoted-showcase-head .muted{margin:3px 0 0;max-width:620px}.promoted-count{display:inline-flex;align-items:center;white-space:nowrap;background:#fff4df;color:#9b6417;border:1px solid #f1d7a5;border-radius:999px;padding:6px 11px;font-size:.72rem;font-weight:800}.promoted-carousel{position:relative;min-height:285px;overflow:hidden;border:1px solid #e0e9e9;border-radius:22px;background:linear-gradient(110deg,#f3fbfa,#fffaf1);box-shadow:0 16px 42px rgba(16,46,67,.08)}.promoted-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .45s ease,transform .45s ease,visibility .45s ease}.promoted-slide.is-active{position:relative;opacity:1;visibility:visible;transform:none}.promoted-slide-link{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);align-items:stretch;min-height:285px}.promoted-slide-image{min-height:285px;background:#e8f2f1;overflow:hidden}.promoted-slide-image img{width:100%;height:100%;object-fit:cover}.promoted-slide-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:28px 34px;gap:5px;background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(245,252,250,.96))}.promoted-badge{display:inline-flex;align-items:center;background:var(--v4-coral);color:#fff;border-radius:999px;padding:5px 11px;font-size:.72rem;font-weight:800;box-shadow:0 5px 13px rgba(255,117,103,.2)}.promoted-slide-content .eyebrow{margin:8px 0 0}.promoted-slide-content h3{margin:0;color:var(--v4-navy);font-size:clamp(1.35rem,2.4vw,2.1rem);line-height:1.45}.promoted-slide-price{color:var(--v4-teal);font-size:1.25rem}.promoted-slide-action{display:inline-flex;margin-top:8px;background:var(--v4-teal);color:#fff;border-radius:12px;padding:8px 14px;font-size:.82rem;font-weight:800;box-shadow:0 7px 16px rgba(8,127,134,.17)}.promoted-slide-content small{color:var(--muted);font-size:.68rem;margin-top:4px}.promoted-progress{position:absolute;bottom:13px;left:0;right:0;display:flex;justify-content:center;gap:6px;z-index:2}.promoted-progress-dot{width:7px;height:7px;border-radius:50%;background:#cbd8d8;transition:.2s}.promoted-progress-dot.is-active{width:22px;border-radius:8px;background:var(--v4-coral)}.promoted-empty-state{display:grid;gap:4px;text-align:center;padding:48px 20px;border:1px dashed #d4dfdf;border-radius:18px;background:linear-gradient(110deg,#fff,#f6fbfa);color:var(--v4-navy)}.promoted-empty-state span{color:var(--muted);font-size:.82rem}.promoted-showcase-section + .retina-listings-section{padding-top:34px}@media(max-width:700px){.promoted-showcase-head{align-items:start;flex-direction:column;gap:8px}.promoted-showcase-head h2{font-size:1.42rem}.promoted-carousel{min-height:390px;border-radius:18px}.promoted-slide-link{grid-template-columns:1fr;min-height:390px}.promoted-slide-image{height:178px;min-height:178px}.promoted-slide-content{min-height:212px;padding:18px 20px 26px}.promoted-slide-content h3{font-size:1.25rem}.promoted-slide-price{font-size:1.08rem}.promoted-slide-action{font-size:.76rem}.promoted-showcase-section{padding-top:25px}}


/* Compact paid-promotion slot replacing the upper search strip */
.compact-promotion-slot{min-width:0;background:rgba(255,255,255,.94);border:1px solid #e1ebeb;border-radius:16px;padding:11px;box-shadow:0 8px 22px rgba(24,54,63,.08)}.compact-promotion-title{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:7px;color:var(--v4-navy)}.compact-promotion-title strong{font-size:.86rem}.compact-promotion-title span{color:#9b6417;font-size:.62rem;font-weight:800}.compact-promotion-empty{height:105px;display:grid;place-content:center;text-align:center;gap:1px;border:1px dashed #d8e4e3;border-radius:11px;background:linear-gradient(135deg,#fff,#f3faf8)}.compact-promotion-empty span{color:var(--v4-teal);font-size:.76rem;font-weight:800}.compact-promotion-empty small{color:var(--muted);font-size:.62rem}.compact-promotion-carousel{position:relative;height:105px;overflow:hidden;border-radius:11px;background:#f1f7f6}.compact-promotion-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.compact-promotion-slide.is-active{opacity:1;visibility:visible}.compact-promotion-slide>a{display:grid;grid-template-columns:88px minmax(0,1fr);height:100%;color:inherit}.compact-promotion-image{overflow:hidden;background:#e6f1ef}.compact-promotion-image img{width:100%;height:100%;object-fit:cover}.compact-promotion-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:3px;padding:8px 10px 11px}.compact-promotion-copy .promoted-badge{padding:2px 7px;font-size:.58rem}.compact-promotion-copy strong{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--v4-navy);font-size:.75rem}.compact-promotion-copy small{color:var(--muted);font-size:.61rem}.compact-promotion-carousel .promoted-progress{bottom:5px;left:auto;right:7px;justify-content:flex-end;gap:4px}.compact-promotion-carousel .promoted-progress-dot{width:5px;height:5px}.compact-promotion-carousel .promoted-progress-dot.is-active{width:15px}.compact-market-inner .compact-promotion-slot{align-self:stretch;display:flex;flex-direction:column;justify-content:center}@media(max-width:900px){.compact-promotion-slot{max-width:420px;width:100%}.compact-market-inner .compact-promotion-slot{align-self:auto}}@media(max-width:520px){.compact-promotion-slot{padding:9px}.compact-promotion-carousel,.compact-promotion-empty{height:88px}.compact-promotion-slide>a{grid-template-columns:76px minmax(0,1fr)}.compact-promotion-copy{padding:6px 8px 9px}.compact-promotion-copy strong{font-size:.7rem}}


/* Live AJAX filtering */
.live-filter-status{display:inline-flex;margin-right:8px;color:var(--v4-muted);font-size:.72rem;font-weight:700}.retina-listings-section.is-filter-loading [data-live-results]{opacity:.48;pointer-events:none;transition:opacity .18s}.retina-listings-section.is-filter-loading .live-filter-status{color:var(--v4-teal)}.retina-filters select:disabled{background:#f1f5f5;color:#9aa7ab;cursor:not-allowed}.retina-filters select option[hidden]{display:none}.retina-filters .button{min-width:92px}


/* Searchable smart-filter suggestions */
.smart-search-field{position:relative}.smart-search-field .smart-filter-search{width:100%;margin-top:6px}.smart-suggestion-list{position:absolute;z-index:30;top:100%;right:0;left:0;max-height:260px;overflow:auto;padding:6px;background:#fff;border:1px solid #dce8e8;border-radius:14px;box-shadow:0 14px 32px rgba(27,66,70,.14)}.smart-suggestion-list[hidden]{display:none}.smart-suggestion-option{display:block;width:100%;padding:10px 12px;border:0;border-bottom:1px solid #eef4f4;background:#fff;color:#173e42;text-align:right;font:inherit;cursor:pointer}.smart-suggestion-option:last-child{border-bottom:0}.smart-suggestion-option:hover,.smart-suggestion-option:focus-visible{background:#eaf7f5;color:#087f78;outline:0}.smart-filter-dynamic-fields .smart-search-field{min-width:180px}


/* Compact progressive filter experience */
.smart-filter-extra-panel{grid-column:1 / -1;margin-top:4px;border:1px solid #dfeceb;border-radius:13px;background:#fbfefd;overflow:visible}
.smart-filter-extra-panel summary{display:flex;align-items:center;gap:9px;cursor:pointer;list-style:none;padding:10px 12px;color:var(--v4-navy)}
.smart-filter-extra-panel summary::-webkit-details-marker{display:none}
.smart-filter-extra-panel summary span{font-size:.78rem;font-weight:800}
.smart-filter-extra-panel summary small{flex:1;color:var(--muted);font-size:.65rem}
.smart-filter-extra-panel summary b{color:var(--brand);font-size:.95rem;transition:transform .2s}
.smart-filter-extra-panel[open] summary{border-bottom:1px solid #e2eeee;background:#f3faf8}
.smart-filter-extra-panel[open] summary b{transform:rotate(180deg)}
.smart-filter-extra-panel .smart-filter-dynamic-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;padding:11px}
.smart-filter-extra-panel .dynamic-filter-field{min-width:0;font-size:.72rem;color:var(--v4-navy)}
.smart-filter-extra-panel .smart-filter-search{font-size:.72rem;padding:8px 9px;margin-top:5px}
.smart-filter-extra-panel .smart-filter-dynamic-fields select{width:100%;min-width:0;font-size:.72rem;padding:8px 9px}
.smart-filter-extra-panel .smart-suggestion-list{top:calc(100% - 1px)}
@media(max-width:760px){.smart-filter-extra-panel .smart-filter-dynamic-fields{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.smart-filter-extra-panel .smart-filter-dynamic-fields{grid-template-columns:1fr}.smart-filter-extra-panel summary{padding:10px}.smart-filter-extra-panel summary small{font-size:.6rem}}


/* Keep the main category select as an internal source for search suggestions; show only the preferred search field. */
.smart-category-source-select{display:none!important}

/* Unified listing contact status */
.seller-contact-status{margin-top:12px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:#f7fbfa;font-size:.76rem;line-height:1.7}
.seller-contact-status .muted{display:block}
.success-text{color:var(--success);font-weight:800}


/* Marketplace visual polish: gallery, branded uploads, stores and paid badges */
.gallery-main{position:relative;cursor:zoom-in}.gallery-main:after{content:'⤢';position:absolute;top:12px;left:12px;width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:rgba(15,53,62,.72);color:#fff;font-size:1.08rem;pointer-events:none}.gallery-expand{position:absolute;right:12px;bottom:12px;border:1px solid rgba(255,255,255,.7);border-radius:999px;background:rgba(15,53,62,.78);color:#fff;padding:7px 11px;font:inherit;font-size:.7rem;font-weight:800;cursor:pointer;z-index:2}.gallery-expand:hover{background:var(--brand)}.gallery-thumb{position:relative}.gallery-thumb span{position:absolute;bottom:3px;left:4px;min-width:17px;height:17px;display:grid;place-items:center;border-radius:6px;background:rgba(15,53,62,.72);color:#fff;font-size:.58rem;font-weight:800}.gallery-lightbox{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:22px}.gallery-lightbox-backdrop{position:absolute;inset:0;background:rgba(8,30,37,.88);backdrop-filter:blur(5px)}.gallery-lightbox-panel{position:relative;z-index:1;width:min(94vw,1080px);height:min(88vh,800px);display:grid;place-items:center}.gallery-lightbox-panel>img{max-width:100%;max-height:100%;object-fit:contain;border-radius:14px;box-shadow:0 22px 70px rgba(0,0,0,.35);user-select:none}.gallery-lightbox-close,.gallery-lightbox-nav{position:absolute;z-index:2;width:42px;height:42px;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:rgba(11,48,57,.72);color:#fff;font:inherit;font-size:1.55rem;display:grid;place-items:center;cursor:pointer}.gallery-lightbox-close{top:-7px;right:-7px}.gallery-lightbox-prev{right:-8px;top:50%;transform:translateY(-50%)}.gallery-lightbox-next{left:-8px;top:50%;transform:translateY(-50%)}.gallery-lightbox-close:hover,.gallery-lightbox-nav:hover{background:var(--brand)}.gallery-lightbox-counter{position:absolute;bottom:-32px;left:50%;transform:translateX(-50%);color:#fff;font-size:.76rem;font-weight:800;direction:ltr}.gallery-open{overflow:hidden}.promoted-badge-card{background:var(--v4-coral);color:#fff;box-shadow:0 6px 14px rgba(239,118,91,.26)}.retina-listing-card:has(.promoted-badge-card){border-color:#f1c5af;box-shadow:0 8px 28px rgba(239,118,91,.12)}.upload-box .muted{line-height:1.6}.image-preview img{box-shadow:0 4px 12px rgba(20,55,62,.08)}.store-hero-card{position:relative}.store-cover{position:relative;background-position:center}.store-cover:after{content:'السوق الليبي · lysooq.ly';position:absolute;right:20px;bottom:16px;padding:6px 10px;border-radius:999px;background:rgba(10,58,65,.7);color:#fff;font-size:.68rem;font-weight:800;letter-spacing:.01em}.store-logo{border-color:#fff}.store-copy .eyebrow{color:var(--brand)}.store-mini-link:before{content:'◈ ';color:var(--v4-coral)}.promoted-showcase-section .promoted-carousel{border-color:#f0d5c4;box-shadow:0 18px 48px rgba(239,118,91,.13)}
@media(max-width:640px){.gallery-lightbox{padding:12px}.gallery-lightbox-panel{width:100%;height:74vh}.gallery-lightbox-prev{right:3px}.gallery-lightbox-next{left:3px}.gallery-lightbox-close{right:3px;top:3px}.gallery-lightbox-nav{width:36px;height:36px}.gallery-lightbox-counter{bottom:-28px}.store-cover:after{right:12px;bottom:11px;font-size:.6rem}}

.gallery-lightbox[hidden]{display:none!important}


/* Original category discovery and sponsored mosaic */
.market-promo-mosaic{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:min(365px,100%);min-height:132px;padding:28px 8px 8px;border:1px solid rgba(8,58,65,.12);border-radius:22px;background:linear-gradient(145deg,#f8fcfb,#eef7f4);overflow:hidden}.market-promo-mosaic-label{position:absolute;top:8px;right:12px;color:var(--brand);font-size:.66rem;font-weight:900}.market-promo-mini-card{display:flex;align-items:center;gap:7px;min-width:0;padding:5px;border:1px solid rgba(8,58,65,.11);border-radius:13px;background:#fff;color:var(--ink);box-shadow:0 4px 12px rgba(8,58,65,.06);transition:transform .2s ease,box-shadow .2s ease}.market-promo-mini-card:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(8,58,65,.12)}.market-promo-mini-image{flex:0 0 47px;width:47px;height:47px;overflow:hidden;border-radius:10px;background:#e8f3f0}.market-promo-mini-image img{width:100%;height:100%;object-fit:cover}.market-promo-mini-copy{display:grid;min-width:0;gap:2px}.market-promo-mini-copy strong{display:block;overflow:hidden;font-size:.66rem;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.market-promo-mini-copy small{color:var(--brand);font-size:.62rem;font-weight:800}.market-promo-mini-empty{grid-column:1/-1;display:grid;place-items:center;min-height:72px;border:1px dashed rgba(8,58,65,.2);border-radius:14px;color:var(--muted);font-size:.75rem;font-weight:700;text-align:center}.all-categories-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:24px;padding:30px 34px;border:1px solid rgba(8,58,65,.11);border-radius:28px;background:linear-gradient(135deg,#f1faf7,#fff 58%,#fff4ed);box-shadow:0 14px 36px rgba(8,58,65,.06)}.all-categories-hero h1{margin:.3rem 0 .5rem;font-size:clamp(1.65rem,3vw,2.55rem);letter-spacing:-.04em}.all-categories-hero p:not(.eyebrow){max-width:670px;margin:0;color:var(--muted);line-height:1.9}.all-categories-page,.category-posts-showcase{margin-top:30px}.all-categories-head{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-bottom:15px}.all-categories-head h2{margin:.18rem 0 0;letter-spacing:-.03em}.all-categories-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.all-category-card{position:relative;min-height:158px;display:flex;align-items:end;overflow:hidden;border:1px solid rgba(8,58,65,.12);border-radius:20px;background:#dfeee9;color:#fff;box-shadow:0 8px 22px rgba(8,58,65,.08);isolation:isolate}.all-category-card:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(6,42,48,.04),rgba(6,42,48,.82))}.all-category-card img{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover;filter:saturate(.86)}.all-category-card-copy{display:grid;gap:3px;padding:15px 15px 14px;min-width:0}.all-category-card-copy strong{font-size:1rem}.all-category-card-copy small{color:rgba(255,255,255,.83);font-size:.7rem}.all-category-card>b{position:absolute;left:12px;bottom:15px;font-size:1.35rem;color:#fff}.all-category-icon{position:absolute;top:13px;right:13px;width:40px;height:40px;display:grid;place-items:center;border-radius:13px;background:rgba(255,255,255,.86);color:var(--brand);box-shadow:0 5px 15px rgba(0,0,0,.12)}.all-category-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.category-posts-row{margin-top:22px;padding:18px;border:1px solid rgba(8,58,65,.1);border-radius:22px;background:#fff;box-shadow:0 9px 24px rgba(8,58,65,.045)}.category-posts-row-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:13px}.category-posts-row-head h3{margin:3px 0 0;font-size:1.18rem}.category-posts-row-head>a{color:var(--brand);font-size:.78rem;font-weight:800}.category-posts-kicker{color:var(--v4-coral);font-size:.68rem;font-weight:900}.category-posts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.category-post-card{min-width:0;overflow:hidden;border:1px solid rgba(8,58,65,.1);border-radius:16px;background:#fbfdfc}.category-post-image{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;background:#eaf4f1}.category-post-image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.category-post-card:hover .category-post-image img{transform:scale(1.035)}.category-post-image>span{position:absolute;right:8px;bottom:8px;padding:4px 7px;border-radius:999px;background:rgba(8,58,65,.78);color:#fff;font-size:.62rem;font-weight:800}.category-post-card>div{padding:10px 11px}.category-post-card h4{margin:0;font-size:.83rem;line-height:1.45}.category-post-card h4 a{color:var(--ink)}.category-post-card p{margin:6px 0 0;color:var(--muted);font-size:.7rem}.tone-gold{background:#c4a458}.tone-sea{background:#80b6b3}.tone-coral{background:#d58c7c}.tone-mint{background:#86b9a5}.tone-sand{background:#c5ae8b}.tone-lavender{background:#a79bbf}
@media(max-width:900px){.all-categories-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.compact-market-inner{grid-template-columns:1fr 1fr}.market-promo-mosaic{width:100%}}
@media(max-width:640px){.all-categories-hero{display:grid;padding:23px 19px}.all-categories-hero .button{width:100%}.all-categories-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.all-category-card{min-height:140px}.all-category-card-copy{padding:12px}.category-posts-grid{grid-template-columns:1fr}.category-posts-row{padding:13px}.category-posts-row-head{align-items:start}.market-promo-mosaic{min-height:120px;grid-template-columns:1fr 1fr}.market-promo-mini-image{flex-basis:39px;width:39px;height:39px}.market-promo-mini-copy strong{font-size:.6rem}}

.market-promo-mini-cta{border-style:dashed;background:linear-gradient(145deg,#fff,#f3faf7);color:var(--brand)}.market-promo-mini-cta-icon{flex:0 0 30px;width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:var(--brand);color:#fff;font-size:1.1rem;font-weight:700}.market-promo-mini-cta .market-promo-mini-copy small{color:var(--v4-coral)}


/* Category-grouped listing results */
.retina-listings-title{min-width:0}.retina-listings-title-line{display:flex;align-items:baseline;gap:14px}.retina-listings-title-line h2{margin:0}.retina-listings-title-line .live-filter-status{margin:0;white-space:nowrap}.retina-listing-groups{display:grid;gap:24px}.listing-category-group{padding:16px 17px 18px;border:1px solid #e4eceb;border-radius:20px;background:linear-gradient(180deg,#fff,#fbfdfc);box-shadow:0 7px 22px rgba(18,45,53,.035)}.listing-category-group-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:13px;padding-bottom:11px;border-bottom:1px solid #edf2f1}.listing-category-kicker{display:block;margin-bottom:3px;color:var(--v4-coral);font-size:.66rem;font-weight:900}.listing-category-group-head h3{margin:0;color:var(--v4-navy);font-size:1.08rem;letter-spacing:-.02em}.listing-category-group-meta{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:.72rem;font-weight:800;white-space:nowrap}.listing-category-group-meta a{color:var(--brand);font-size:.72rem}.listing-category-group .retina-listing-grid{margin:0}.listing-category-group .retina-listing-card{min-width:0}.listing-category-group{position:relative}.listing-category-group.is-home-filter-loading:after{content:'جارٍ تحديث الفئة…';position:absolute;inset:0;z-index:3;display:grid;place-items:center;border-radius:20px;background:rgba(255,255,255,.64);color:var(--brand-dark);font-size:.78rem;font-weight:900;backdrop-filter:blur(2px);pointer-events:none}.listing-category-group.is-home-filter-loading .retina-listing-grid{opacity:.45;transition:opacity .18s ease}.listing-category-filters{display:flex;align-items:center;gap:6px;overflow-x:auto;scrollbar-width:none;margin:-2px 0 13px;padding:1px 0 4px;white-space:nowrap}.listing-category-filters::-webkit-scrollbar{display:none}.listing-category-filter-label{flex:0 0 auto;color:var(--muted);font-size:.64rem;font-weight:900}.listing-category-filter{flex:0 0 auto;padding:6px 10px;border:1px solid #e2ecea;border-radius:999px;background:#f7fbfa;color:#46696d;font-size:.66rem;font-weight:800;transition:color .18s ease,background-color .18s ease,border-color .18s ease,transform .18s ease}.listing-category-filter:hover,.listing-category-filter:focus-visible{border-color:#a8d8d1;background:#eaf8f5;color:var(--brand-dark);transform:translateY(-1px)}.listing-category-filter.is-current{border-color:var(--brand);background:var(--brand);color:#fff;box-shadow:0 5px 12px rgba(8,127,120,.14)}.listing-category-filter-more{color:var(--brand-dark);background:#fff}.listing-category-group .retina-listing-grid{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:820px){.listing-category-group .retina-listing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.listing-category-group .retina-listing-grid{grid-template-columns:1fr 1fr;gap:8px}.listing-category-filter{padding:6px 9px}.listing-category-filter-label{font-size:.6rem}}
@media(max-width:640px){.retina-listings-title-line{gap:9px;flex-wrap:wrap}.retina-listings-title-line h2{font-size:1.22rem}.listing-category-group{padding:13px 11px 14px}.listing-category-group-head{align-items:flex-start}.listing-category-group-meta{display:grid;gap:4px;justify-items:end;font-size:.66rem}.listing-category-group-meta a{font-size:.66rem}}


/* Rich listing metadata */
.listing-card-specs{display:flex;flex-wrap:wrap;gap:4px;margin:8px 0 9px;min-height:20px}.listing-card-specs span{padding:3px 6px;border-radius:7px;background:#f2f7f5;color:#567176;font-size:.61rem;font-weight:800;white-space:nowrap}.retina-listing-body>div:last-child{display:flex;align-items:center;justify-content:space-between;gap:8px}.retina-listing-card h3{min-height:2.45em}.listing-category-group .retina-listing-body{padding-bottom:12px}
@media(max-width:640px){.listing-card-specs{gap:3px}.listing-card-specs span{font-size:.58rem;padding:3px 5px}}


.rich-vehicle-spec-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:15px}.rich-vehicle-spec-grid div{min-height:58px}.rich-vehicle-spec-grid strong{font-size:.92rem;color:var(--v4-navy)}
@media(max-width:640px){.rich-vehicle-spec-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}


.seller-rating{display:flex;align-items:center;gap:6px;margin:10px 0;padding:9px 10px;border:1px solid #e8eee7;border-radius:12px;background:#fbfdf9;color:var(--muted);font-size:.72rem}.seller-rating strong{color:#a56b12;font-size:.88rem}.seller-rating small{color:var(--muted);font-size:.65rem}


.listing-card-actions{display:flex;align-items:center;gap:8px}.compare-toggle{margin-right:auto;border:1px solid #d7e7e2;border-radius:999px;background:#f7fbfa;color:var(--brand);padding:4px 8px;font:inherit;font-size:.62rem;font-weight:900;cursor:pointer}.compare-toggle.is-selected{background:var(--brand);color:#fff;border-color:var(--brand)}.compare-bar{position:fixed;right:18px;bottom:18px;z-index:50;display:flex;align-items:center;gap:12px;padding:11px 14px;border:1px solid rgba(8,58,65,.12);border-radius:16px;background:rgba(255,255,255,.96);box-shadow:0 14px 36px rgba(8,58,65,.18);backdrop-filter:blur(10px)}.compare-bar small{color:var(--muted);font-weight:800}.compare-bar .button{padding:8px 12px}.compare-table-wrap{overflow:auto;border:1px solid #e4eceb;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(18,45,53,.05)}.compare-table{width:100%;min-width:720px;border-collapse:collapse;text-align:right}.compare-table th,.compare-table td{padding:13px 14px;border-bottom:1px solid #edf2f1;vertical-align:middle}.compare-table thead th{min-width:170px;background:#f7fbfa;color:var(--v4-navy)}.compare-table thead th:first-child{min-width:110px}.compare-table thead a{display:grid;gap:7px;color:var(--v4-navy)}.compare-table thead img{width:100%;height:115px;object-fit:cover;border-radius:12px;background:#edf3f1}.compare-table tbody th{background:#fbfdfc;color:var(--muted);font-size:.78rem;white-space:nowrap}.compare-table td{font-size:.78rem;color:var(--v4-navy);font-weight:700}.compare-verified{color:#237951;font-size:.65rem}.compare-page{margin-top:28px}.compare-page-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px;padding:26px 30px;border:1px solid rgba(8,58,65,.1);border-radius:24px;background:linear-gradient(135deg,#f0faf6,#fff 65%,#fff3ed)}.compare-page-head h1{margin:.2rem 0 .4rem}.compare-empty{margin-top:20px}
@media(max-width:640px){.compare-bar{right:10px;left:10px;bottom:10px;justify-content:space-between}.compare-page-head{display:grid;padding:20px}.compare-page-head .button{width:100%}}


.category-city-links{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin:14px 0 20px;padding:12px 14px;border:1px solid #e5eeec;border-radius:15px;background:#fbfdfc}.category-city-links strong{width:100%;color:var(--v4-navy);font-size:.75rem}.category-city-links a{padding:5px 8px;border-radius:999px;background:#f0f7f4;color:var(--brand);font-size:.67rem;font-weight:800}.category-city-links a:hover{background:#dcefe8}


.home-discovery-search{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);align-items:center;gap:22px;margin-top:24px;padding:20px 24px;border:1px solid #e2ece9;border-radius:22px;background:linear-gradient(105deg,#f6fbf8,#fffaf6);box-shadow:0 8px 24px rgba(17,58,64,.04)}.home-discovery-search h2{margin:.2rem 0 .35rem;color:var(--v4-navy);font-size:1.25rem}.home-discovery-search p{margin:0}.home-search-form{display:grid;grid-template-columns:minmax(0,1fr) 150px auto;gap:8px;align-items:center}.home-search-form input,.home-search-form select{width:100%;min-height:44px;padding:0 13px;border:1px solid #dce9e6;border-radius:12px;background:#fff;color:var(--v4-navy);font:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:760px){.home-discovery-search{grid-template-columns:1fr;padding:18px}.home-search-form{grid-template-columns:1fr 1fr}.home-search-form input{grid-column:1/-1}.home-search-form .button{width:100%}}

.category-dynamic-filter select:disabled{opacity:.52;cursor:not-allowed;background:#f3f7f6}.category-dynamic-filter select option:disabled{color:#a6b6b3}.selected-filter-summary{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:14px;padding:10px 12px;border:1px dashed #c9dfda;border-radius:14px;background:#f8fcfa;color:var(--v4-navy);font-size:.9rem}.selected-filter-summary:empty{display:none}.selected-filter-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#e3f3ed;color:#145e58;font-weight:700}.selected-filter-chip button{border:0;background:transparent;color:#145e58;font-size:1rem;line-height:1;cursor:pointer;padding:0}.category-dynamic-filter[data-depends-on]::after{content:'اختيار متسلسل';display:block;margin-top:4px;color:#78938e;font-size:.7rem;font-weight:500}

.category-page.is-ajax-loading [data-ajax-results]{opacity:.48;pointer-events:none;transition:opacity .18s}.category-page.is-ajax-loading .selected-filter-summary::after{content:'تحديث النتائج…';margin-inline-start:auto;color:var(--brand);font-size:.75rem;font-weight:800}

.subcategory-navigation{margin:14px 0 20px;padding:16px;border:1px solid #e2ece9;border-radius:20px;background:linear-gradient(120deg,#fbfefd,#fffaf7);box-shadow:0 8px 24px rgba(17,58,64,.035)}.subcategory-navigation-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}.subcategory-navigation-head strong{color:var(--v4-navy);font-size:.86rem}.subcategory-navigation-head span{color:var(--muted);font-size:.7rem}.subcategory-navigation-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.subcategory-navigation-group{min-width:0;padding:10px;border:1px solid #e7efed;border-radius:14px;background:#fff}.subcategory-chip-primary{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--v4-navy);font-size:.78rem;font-weight:900}.subcategory-chip-primary span{color:var(--brand);font-size:1rem}.subcategory-navigation-subitems{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px;padding-top:8px;border-top:1px solid #eef3f1}.subcategory-navigation-subitems a{padding:5px 7px;border-radius:8px;background:#f2f8f5;color:var(--brand);font-size:.66rem;font-weight:700}.subcategory-navigation-subitems a:hover{background:#dcefe8}@media(max-width:760px){.subcategory-navigation{padding:12px}.subcategory-navigation-head{display:block}.subcategory-navigation-head span{display:block;margin-top:4px}.subcategory-navigation-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.subcategory-navigation-group{padding:8px}.subcategory-chip-primary{font-size:.72rem}}@media(max-width:460px){.subcategory-navigation-grid{grid-template-columns:1fr}}

.filter-group-heading{grid-column:1/-1;display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:8px;padding:10px 12px 4px;border-bottom:1px solid #e4eeeb;color:var(--v4-navy)}.filter-group-heading strong{font-size:.78rem}.filter-group-heading span{color:var(--muted);font-size:.66rem;font-weight:600}.category-filter-grid>.filter-group-heading:first-of-type{margin-top:0}

.category-specialized-filter .category-filter-form{padding:16px}.category-specialized-filter .category-filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.category-specialized-filter .category-filter-grid>label{display:grid;align-content:start;gap:6px;color:var(--v4-navy);font-size:.76rem;font-weight:800}.category-specialized-filter .category-filter-grid>label.category-search-field{grid-column:span 2}.category-specialized-filter .category-filter-grid input,.category-specialized-filter .category-filter-grid select{width:100%;min-height:42px;padding:0 11px;border:1px solid #dce9e6;border-radius:11px;background:#fff;color:var(--v4-navy);font:inherit;font-size:.78rem}.category-specialized-filter .category-filter-grid input:focus,.category-specialized-filter .category-filter-grid select:focus{border-color:#78b9ae;box-shadow:0 0 0 3px rgba(64,157,143,.12);outline:0}.category-filter-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:14px}.category-filter-actions .button{min-height:42px}.category-filter-options{display:flex;flex-wrap:wrap;gap:14px;margin-top:13px;color:var(--muted);font-size:.74rem}.category-filter-options label{display:inline-flex;align-items:center;gap:6px}.category-filter-options input{accent-color:var(--brand)}@media(max-width:900px){.category-specialized-filter .category-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-specialized-filter .category-filter-grid>label.category-search-field{grid-column:1/-1}}@media(max-width:600px){.category-specialized-filter .category-filter-form{padding:11px}.category-specialized-filter .category-filter-grid{grid-template-columns:1fr;gap:10px}.category-specialized-filter .category-filter-grid>label.category-search-field{grid-column:auto}.category-filter-actions{position:sticky;bottom:9px;z-index:20;padding:9px;border:1px solid rgba(8,58,65,.1);border-radius:14px;background:rgba(255,255,255,.94);box-shadow:0 10px 24px rgba(18,55,62,.16);backdrop-filter:blur(8px)}.category-filter-actions .button{flex:1;min-height:44px;text-align:center}.category-filter-options{display:grid;gap:9px}.selected-filter-summary{position:sticky;top:8px;z-index:11;box-shadow:0 5px 14px rgba(18,55,62,.08)}}

.filter-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin:14px 0 10px;color:var(--muted);font-size:.72rem}.filter-breadcrumb a{color:var(--brand);font-weight:800}.filter-breadcrumb span{color:#9aa9a8;font-size:1rem}.filter-quickbar{position:relative;margin:0 0 14px;border:1px solid #dfe9e7;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(18,55,62,.07);overflow:hidden}.filter-quickbar-scroll{display:flex;align-items:stretch;overflow-x:auto;scrollbar-width:thin}.filter-quick-button{flex:1 0 142px;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:2px 10px;min-height:68px;padding:12px 14px;border:0;border-left:1px solid #e5eeec;background:#fff;color:var(--v4-navy);text-align:right;font:inherit;cursor:pointer}.filter-quick-button:first-child{border-left:0}.filter-quick-button:hover,.filter-quick-button:focus-visible{background:#f4faf8;outline:0;box-shadow:inset 0 -3px 0 var(--brand)}.filter-quick-button span{grid-column:1/-1;color:var(--muted);font-size:.66rem;font-weight:700}.filter-quick-button strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem}.filter-quick-button b{grid-column:2;grid-row:2;color:var(--brand);font-size:.9rem}.filter-more-button{background:#f8fcfb}.filter-more-button strong{color:var(--brand)}@media(max-width:700px){.filter-breadcrumb{margin-top:10px}.filter-quickbar{border-radius:15px}.filter-quick-button{flex-basis:132px;min-height:62px;padding:10px 11px}.filter-quick-button strong{font-size:.72rem}}

/* Single top filter interaction */
.filter-options-dialog{display:none;position:fixed;inset:0;z-index:90;overflow-y:auto;margin:0;padding:20px 16px 42px;background:rgba(15,42,51,.42);backdrop-filter:blur(4px)}.filter-options-dialog[open]{display:block}.filter-options-dialog>summary{position:sticky;top:0;z-index:2;width:min(960px,100%);margin:0 auto;padding:15px 18px;border:1px solid #dce9e6;border-radius:16px 16px 0 0;background:#fff;box-shadow:0 5px 18px rgba(18,55,62,.1)}.filter-options-dialog>summary small{display:block}.filter-options-dialog>summary b{transform:rotate(180deg)}.filter-options-dialog>.category-filter-form{width:min(960px,100%);margin:0 auto;border:1px solid #dce9e6;border-top:0;border-radius:0 0 18px 18px;background:#fff;box-shadow:0 18px 42px rgba(18,55,62,.2)}.filter-options-dialog .category-filter-actions{position:sticky;bottom:0;z-index:3;padding:10px;margin:14px -1px -1px;border:1px solid #dce9e6;border-radius:0 0 18px 18px;background:rgba(255,255,255,.96);backdrop-filter:blur(8px)}.filter-options-dialog .category-filter-actions .button{min-height:44px}.filter-options-dialog::backdrop{background:rgba(15,42,51,.42)}@media(max-width:600px){.filter-options-dialog{padding:0 8px 20px}.filter-options-dialog>summary{border-radius:0;padding:14px 12px}.filter-options-dialog>.category-filter-form{border-radius:0 0 14px 14px}.filter-options-dialog .category-filter-actions{border-radius:0 0 14px 14px}.filter-quickbar{position:sticky;top:8px;z-index:20}}

.filter-options-dialog>summary .filter-dialog-close{margin-inline-start:auto;padding:7px 11px;border:1px solid #dce9e6;border-radius:9px;background:#f6fbfa;color:var(--v4-navy);font:inherit;font-size:.68rem;font-weight:800;cursor:pointer}.filter-options-dialog>summary .filter-dialog-close:hover{border-color:var(--brand);background:#eaf7f3;color:var(--brand)}.filter-options-dialog .is-requested-filter{border-radius:12px;box-shadow:0 0 0 3px rgba(8,127,120,.12);outline:1px solid rgba(8,127,120,.32)}body.filter-dialog-open{overflow:hidden}@media(max-width:600px){.filter-options-dialog>summary{display:flex;align-items:center;gap:8px}.filter-options-dialog>summary small{flex:1}.filter-options-dialog>summary .filter-dialog-close{white-space:nowrap}}

/* Inline filter menus: compact, contextual, and non-modal */
.filter-options-dialog{display:none!important}.filter-quickbar{position:relative;z-index:30}.filter-quickbar-scroll{overflow:visible}.filter-quick-item{position:relative;flex:0 0 auto}.filter-quick-button[aria-expanded="true"]{border-color:var(--v4-teal);background:#eef9f7;color:var(--v4-navy);box-shadow:0 6px 18px rgba(8,127,134,.12)}.filter-quick-button[aria-expanded="true"] b{transform:rotate(180deg)}.filter-inline-menu{position:absolute;top:calc(100% + 9px);right:0;width:min(330px,calc(100vw - 28px));padding:12px;background:#fff;border:1px solid #dfe9e8;border-radius:16px;box-shadow:0 18px 42px rgba(16,46,67,.16);z-index:60}.filter-inline-menu[hidden]{display:none}.filter-inline-menu:before{content:"";position:absolute;top:-6px;right:26px;width:11px;height:11px;background:#fff;border-right:1px solid #dfe9e8;border-top:1px solid #dfe9e8;transform:rotate(-45deg)}.inline-menu-title{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--v4-navy);font-size:.78rem;font-weight:800;margin-bottom:8px}.inline-menu-title small{color:var(--v4-muted);font-size:.64rem;font-weight:600}.inline-menu-search{width:100%;border:1px solid #dfe9e8;border-radius:10px;padding:9px 10px;background:#fbfdfd;color:var(--v4-ink);font:inherit;font-size:.75rem;outline:none;margin-bottom:8px}.inline-menu-search:focus{border-color:var(--v4-teal);box-shadow:0 0 0 3px rgba(8,127,134,.1)}.inline-menu-options{display:grid;gap:3px;max-height:245px;overflow:auto}.inline-menu-option{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;border:0;border-radius:9px;background:transparent;color:var(--v4-ink);padding:8px 9px;text-align:right;font:inherit;font-size:.74rem;cursor:pointer}.inline-menu-option:hover,.inline-menu-option.is-selected{background:#eef8f6;color:var(--v4-teal);font-weight:800}.inline-menu-option.is-disabled{opacity:.45;cursor:not-allowed}.inline-menu-option small{color:var(--v4-muted);font-size:.62rem}.inline-menu-range{display:grid;grid-template-columns:1fr 1fr;gap:8px}.inline-menu-range label{display:grid;gap:4px;color:var(--v4-muted);font-size:.67rem;font-weight:700}.inline-menu-range input,.inline-menu-control{width:100%;border:1px solid #dfe9e8;border-radius:9px;padding:8px;background:#fbfdfd;color:var(--v4-ink);font:inherit;font-size:.74rem;outline:none}.inline-menu-range input:focus,.inline-menu-control:focus{border-color:var(--v4-teal);box-shadow:0 0 0 3px rgba(8,127,134,.1)}.inline-menu-section{border-top:1px solid #edf1f1;margin-top:10px;padding-top:10px}.inline-menu-section strong{display:block;color:var(--v4-navy);font-size:.72rem;margin-bottom:6px}.inline-menu-more{display:grid;gap:10px}.inline-menu-checks{display:flex;gap:8px;flex-wrap:wrap}.inline-menu-checks label{display:flex;align-items:center;gap:5px;border:1px solid #e2ebea;border-radius:18px;padding:5px 8px;color:var(--v4-muted);font-size:.66rem}.inline-menu-empty{text-align:center;color:var(--v4-muted);font-size:.7rem;padding:14px 6px}.filter-quickbar .filter-quickbar-scroll{display:flex;gap:0;align-items:stretch}.filter-quickbar .filter-quick-item:not(:last-child) .filter-quick-button{border-left:0;border-radius:0}.filter-quickbar .filter-quick-item:first-child .filter-quick-button{border-radius:16px 0 0 16px}.filter-quickbar .filter-quick-item:last-child .filter-quick-button{border-radius:0 16px 16px 0}.filter-quickbar .filter-quick-item:only-child .filter-quick-button{border-radius:16px}.filter-more-menu{width:min(430px,calc(100vw - 28px))}.filter-inline-menu.is-below-left{right:auto;left:0}.filter-inline-menu.is-below-left:before{right:auto;left:26px}@media(max-width:700px){.filter-quickbar{overflow:visible}.filter-quickbar-scroll{overflow-x:auto;padding-bottom:5px}.filter-inline-menu{position:fixed;top:var(--inline-menu-top,140px);right:12px;left:12px;width:auto;max-height:calc(100vh - 170px);overflow:auto}.filter-inline-menu:before{display:none}.inline-menu-options{max-height:35vh}.filter-quickbar .filter-quick-item:first-child .filter-quick-button{border-radius:0}.filter-quickbar .filter-quick-item:last-child .filter-quick-button{border-radius:0}.filter-quickbar .filter-quick-item:first-child .filter-quick-button{border-radius:0 16px 16px 0}.filter-quickbar .filter-quick-item:last-child .filter-quick-button{border-radius:16px 0 0 16px}}

/* Dropdown visibility fix: keep contextual menus above the page structure. */
.filter-quickbar{overflow:visible!important;z-index:100}
.filter-quickbar-scroll{overflow:visible!important}
.filter-quick-item{z-index:101}
.filter-inline-menu{z-index:1000;visibility:visible}
@media(max-width:700px){
  .filter-quickbar{overflow:visible!important;z-index:100}
  .filter-quickbar-scroll{overflow-x:auto!important;overflow-y:visible!important}
  .filter-inline-menu{position:fixed;z-index:2000;visibility:visible}
}

/* Archived listing state: preserve the SEO landing page while clearly disabling expired actions. */
.expired-listing-notice {
    margin-top: 24px;
    padding: 22px 24px;
    border: 1px solid #c6e3e4;
    border-radius: 20px;
    background: linear-gradient(135deg, #f7fbfb, #e8f5f5);
    color: #294a53;
}
.expired-listing-notice strong {
    display: block;
    margin-bottom: 8px;
    color: #087f8c;
    font-size: 1.12rem;
}
.expired-listing-notice p {
    margin: 0 0 16px;
    line-height: 1.8;
}


/* Responsive polish and premium store experience */
html{overflow-x:hidden}body{overflow-x:hidden}.container{max-width:1180px}.button,.nav-link,a,select,input,textarea{touch-action:manipulation}.retina-listing-grid,.category-grid-v3,.listing-grid-v3,.store-grid,.store-hero-body,.store-promise-strip,.store-stat-rail{min-width:0}.store-page-premium{padding-top:42px}.store-hero-premium{border:0;background:#fff;box-shadow:0 20px 58px rgba(16,46,67,.11)}.store-cover-premium{height:220px;position:relative;background-color:#dcebe8}.store-cover-shade{position:absolute;inset:0;background:linear-gradient(110deg,rgba(8,49,58,.82),rgba(8,49,58,.25) 55%,rgba(8,49,58,.04))}.store-cover-label{position:absolute;right:28px;bottom:24px;color:#fff;display:grid;gap:2px}.store-cover-label span{font-size:.72rem;opacity:.82}.store-cover-label strong{font-size:1.45rem;letter-spacing:-.04em}.store-hero-body{display:flex;align-items:end;justify-content:space-between;gap:20px;padding:18px 28px 18px;margin-top:0;position:relative;background:#fff}.store-identity-premium{padding:0;margin:0;align-items:end}.store-logo-premium{width:100px;height:100px;border-radius:28px;border:6px solid #fff;background:linear-gradient(145deg,var(--v4-teal),var(--v4-navy));box-shadow:0 14px 32px rgba(16,46,67,.18);font-size:2.4rem}.store-copy-premium{padding:0 0 4px}.store-kicker-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.store-verified-chip,.store-type-chip{display:inline-flex;align-items:center;gap:3px;padding:3px 9px;border-radius:999px;background:#e6f6ed;color:#1b7650;font-size:.67rem;font-weight:800}.store-type-chip{background:#edf4f5;color:#5c7379}.store-copy-premium h1{font-size:1.85rem;letter-spacing:-.05em}.store-actions-premium{padding:0;margin:0;align-items:center}.store-stat-rail{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #eef1f1;margin:0 28px;padding:13px 0 4px}.store-stat-rail>div{display:grid;gap:2px;padding:0 15px;border-left:1px solid #edf0ef}.store-stat-rail>div:last-child{border-left:0}.store-stat-rail span{color:var(--muted);font-size:.67rem}.store-stat-rail strong{color:var(--v4-navy);font-size:.92rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-promise-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}.store-promise-strip>div{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e6eeee;border-radius:15px;padding:13px 15px;box-shadow:0 6px 22px rgba(18,45,53,.035)}.store-promise-icon{display:grid;place-items:center;flex:none;width:34px;height:34px;border-radius:12px;background:#e9f7f4;color:var(--v4-teal);font-weight:900}.store-promise-strip strong{display:block;color:var(--v4-navy);font-size:.77rem}.store-promise-strip small{display:block;color:var(--muted);font-size:.65rem;line-height:1.5}.store-grid-premium{margin-top:0;grid-template-columns:minmax(0,1fr) 310px;gap:20px}.store-card-head-premium{align-items:start}.store-card-head-premium h2{font-size:1.35rem;color:var(--v4-navy)}.store-card-head-premium .muted{margin:3px 0 0}.store-count-highlight{background:#eaf7f4;color:var(--v4-teal);padding:5px 9px;border-radius:999px;font-weight:800}.store-listing-grid-premium{grid-template-columns:repeat(3,1fr);gap:15px}.store-product-card{border-radius:18px;box-shadow:0 7px 25px rgba(18,45,53,.045)}.store-product-card .retina-listing-image{height:205px}.store-product-card .retina-listing-image img{transition:transform .35s}.store-product-card:hover .retina-listing-image img{transform:scale(1.045)}.store-product-tag{position:absolute;top:10px;right:10px;background:rgba(255,255,255,.9);color:#237453;border-radius:999px;padding:4px 8px;font-size:.62rem;font-weight:800}.store-product-category{margin:0 0 4px!important;color:var(--v4-teal)!important;font-weight:800}.store-product-card .retina-listing-body h3{font-size:.9rem}.store-product-card .retina-listing-body p:not(.store-product-category){margin-bottom:8px}.store-product-arrow{display:inline-grid!important;place-items:center;width:25px;height:25px;border-radius:50%;background:#edf8f5;color:var(--v4-teal)!important;font-size:.95rem!important}.store-business-card{position:relative;overflow:hidden;background:linear-gradient(145deg,#10354a,#087f86);border-radius:20px;padding:23px;color:#fff;box-shadow:0 18px 38px rgba(8,72,83,.2)}.store-business-card:after{content:'';position:absolute;width:150px;height:150px;border-radius:50%;left:-60px;bottom:-70px;background:rgba(255,255,255,.1)}.store-business-orb{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:rgba(255,255,255,.15);font-size:1.25rem;margin-bottom:15px}.store-business-card .eyebrow{color:#9de1d4}.store-business-card h2{position:relative;z-index:1;margin:0 0 8px;font-size:1.32rem;color:#fff;line-height:1.45}.store-business-card p:not(.eyebrow){position:relative;z-index:1;color:#d7eeeb;font-size:.78rem;margin:0 0 17px;line-height:1.9}.store-business-card .button{position:relative;z-index:1;background:#ff8b72;border-color:#ff8b72;color:#fff;box-shadow:none}.store-business-card small{position:relative;z-index:1;display:block;color:#b9ddd8;font-size:.64rem;text-align:center;margin-top:9px}.store-about-card,.store-contact-card{padding:18px}.store-reviews-card{margin-top:0}.store-page-premium .review-form{margin-top:16px}.store-page-premium .store-rating{white-space:nowrap}
@media(max-width:1100px){.container{width:min(100% - 32px,1180px)}.retina-listing-grid{grid-template-columns:repeat(3,1fr)}.store-grid-premium{grid-template-columns:minmax(0,1fr) 280px}.store-listing-grid-premium{grid-template-columns:repeat(2,1fr)}.main-nav{gap:14px}.nav-wrap{gap:18px}}
@media(max-width:820px){.store-grid-premium{grid-template-columns:1fr}.store-side-premium{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.store-business-card{grid-column:1/-1}.admin-table-wrap{max-width:100%;overflow-x:auto}.detail-grid,.wallet-grid,.admin-layout{grid-template-columns:1fr}.store-promise-strip{grid-template-columns:1fr}.store-promise-strip>div{min-height:62px}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.container{width:calc(100% - 24px)}.site-header{position:sticky}.nav-wrap{min-height:64px;gap:8px}.brand{font-size:1rem}.brand-mark{width:34px;height:34px}.nav-actions{gap:5px}.nav-actions .nav-link{font-size:.68rem}.nav-actions .button-small{padding:7px 8px;font-size:.68rem}.retina-listing-grid,.listing-grid,.listing-grid-v3{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.retina-listing-image{height:142px}.retina-listing-body{padding:9px}.retina-listing-body h3{font-size:.76rem}.retina-listing-body strong{font-size:.78rem}.filters-row,.retina-filters{align-items:stretch}.filters-row>* ,.retina-filters>*{flex:1 1 135px;min-width:0}.store-page-premium{padding-top:24px}.store-cover-premium{height:150px}.store-cover-label{right:17px;bottom:16px}.store-cover-label strong{font-size:1.05rem}.store-hero-body{display:block;padding:10px 15px 15px;margin-top:0}.store-identity-premium{display:flex;align-items:end;gap:10px;padding-top:4px}.store-kicker-row{margin-bottom:5px}.store-logo-premium{width:72px;height:72px;border-width:4px;border-radius:20px;font-size:1.7rem}.store-copy-premium{padding:0 0 2px}.store-copy-premium h1{font-size:1.2rem}.store-copy-premium .muted{font-size:.69rem;line-height:1.5}.store-kicker-row .eyebrow{font-size:.62rem}.store-verified-chip{font-size:.58rem;padding:2px 7px}.store-actions-premium{display:flex;padding-top:13px;gap:7px}.store-actions-premium .button,.store-actions-premium form{flex:1}.store-actions-premium form .button{width:100%}.store-stat-rail{margin:0 15px;padding:11px 0 3px}.store-stat-rail>div{padding:0 8px}.store-stat-rail span{font-size:.59rem}.store-stat-rail strong{font-size:.73rem}.store-promise-strip{margin:12px 0;gap:7px}.store-promise-strip>div{padding:10px}.store-promise-icon{width:30px;height:30px;border-radius:10px}.store-promise-strip strong{font-size:.69rem}.store-promise-strip small{font-size:.58rem}.store-grid-premium{gap:12px}.store-side-premium{grid-template-columns:1fr}.store-business-card{grid-column:auto;padding:19px}.store-card{padding:14px;border-radius:15px}.store-card-head-premium h2{font-size:1.05rem}.store-card-head-premium .muted{font-size:.68rem}.store-listing-grid-premium{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.store-product-card .retina-listing-image{height:140px}.store-product-card .retina-listing-body h3{font-size:.73rem}.store-product-card .retina-listing-body p{font-size:.62rem}.store-product-tag{top:7px;right:7px;font-size:.54rem;padding:3px 6px}.store-product-card .retina-photo-count{bottom:6px;left:6px;font-size:.56rem}.store-page-premium .review-form{grid-template-columns:1fr}.store-page-premium .store-rating{font-size:.88rem}.footer-grid{grid-template-columns:1fr}.chat-form{grid-template-columns:1fr}.form-card{padding:16px}.gallery-main{height:280px}.admin-sidebar{overflow-x:auto}.admin-table{min-width:640px}}
@media(max-width:360px){.retina-listing-grid,.listing-grid,.listing-grid-v3,.store-listing-grid-premium{grid-template-columns:1fr}.retina-listing-image,.store-product-card .retina-listing-image{height:190px}.store-actions-premium{display:grid}.store-actions-premium .button,.store-actions-premium form{width:100%}.store-identity-premium{align-items:start}.store-logo-premium{width:64px;height:64px}}
@media(min-width:1440px){.container{max-width:1240px}.store-cover-premium{height:250px}.store-product-card .retina-listing-image{height:225px}}


/* Store creation conversion page */
.store-create-page{padding:52px 0 80px}.store-create-layout{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:22px;align-items:stretch}.store-create-benefits{position:relative;overflow:hidden;border-radius:24px;padding:32px;background:linear-gradient(145deg,#10354a 0%,#087f86 72%,#0a9693 100%);color:#fff;box-shadow:0 22px 55px rgba(8,72,83,.18)}.store-create-benefits:after{content:'';position:absolute;width:260px;height:260px;border-radius:50%;left:-110px;bottom:-140px;background:rgba(255,255,255,.1)}.store-create-benefits .store-business-orb{position:relative;z-index:1}.store-create-benefits .eyebrow{position:relative;z-index:1;color:#a6e4d9}.store-create-benefits h1{position:relative;z-index:1;color:#fff;font-size:2.1rem;line-height:1.35;margin:0 0 10px;letter-spacing:-.05em}.store-create-benefits>p:not(.eyebrow){position:relative;z-index:1;color:#d9eeeb;font-size:.88rem;line-height:2;margin:0 0 23px}.store-benefit-list{position:relative;z-index:1;display:grid;gap:14px}.store-benefit-list>div{display:grid;grid-template-columns:32px 1fr;column-gap:9px;align-items:start}.store-benefit-list>div>span{grid-row:span 2;display:grid;place-items:center;width:30px;height:30px;border:1px solid rgba(255,255,255,.3);border-radius:10px;color:#a6e4d9;font-size:.62rem;font-weight:900}.store-benefit-list strong{font-size:.82rem}.store-benefit-list small{color:#bfe1dc;font-size:.68rem;line-height:1.6}.store-create-note{position:relative;z-index:1;margin-top:28px;padding-top:15px;border-top:1px solid rgba(255,255,255,.2);color:#d9eeeb;font-size:.72rem}.store-create-layout .form-card{height:100%;padding:30px}.store-create-layout .form-card h2{margin:0;font-size:1.8rem;color:var(--v4-navy)}
@media(max-width:820px){.store-create-layout{grid-template-columns:1fr}.store-create-benefits{order:2}.store-create-layout .form-card{order:1}.store-create-benefits h1{font-size:1.7rem}.store-benefit-list{grid-template-columns:repeat(3,1fr);gap:10px}.store-benefit-list>div{display:block}.store-benefit-list>div>span{margin-bottom:7px}.store-create-note{margin-top:20px}}
@media(max-width:520px){.store-create-page{padding:28px 0 55px}.store-create-layout .form-card,.store-create-benefits{padding:20px;border-radius:18px}.store-create-layout .form-card h2{font-size:1.4rem}.store-benefit-list{grid-template-columns:1fr;gap:12px}.store-benefit-list>div{display:grid}.store-benefit-list>div>span{margin:0}.store-create-benefits h1{font-size:1.55rem}}


/* Public stores directory */
.stores-directory-page{padding:42px 0 80px}.stores-directory-hero{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:280px;padding:32px 42px;border-radius:26px;background:linear-gradient(120deg,#10354a,#087f86 68%,#0e9990);color:#fff;overflow:hidden;position:relative;box-shadow:0 22px 60px rgba(8,72,83,.16)}.stores-directory-hero:after{content:'';position:absolute;width:330px;height:330px;border-radius:50%;left:-150px;bottom:-170px;background:rgba(255,255,255,.1)}.stores-directory-hero>div:first-child{position:relative;z-index:1;max-width:650px}.stores-directory-hero .eyebrow{color:#a5e4d9}.stores-directory-hero h1{margin:0 0 9px;color:#fff;font-size:2.35rem;letter-spacing:-.06em}.stores-directory-hero p:not(.eyebrow){margin:0;color:#d8eeeb;line-height:2;font-size:.9rem}.stores-directory-actions{display:flex;align-items:center;gap:13px;margin-top:21px;flex-wrap:wrap}.stores-directory-actions .button{background:#ff8b72;border-color:#ff8b72;box-shadow:none}.stores-directory-actions span{font-size:.7rem;color:#b7dcd7}.stores-hero-orbit{position:relative;z-index:1;display:grid;place-items:center;align-content:center;flex:none;width:175px;height:175px;border-radius:50%;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.24);box-shadow:inset 0 0 0 15px rgba(255,255,255,.05)}.stores-hero-orbit span{font-size:.72rem;color:#bfe3de}.stores-hero-orbit strong{font-size:3.4rem;line-height:1;color:#fff;letter-spacing:-.12em}.stores-hero-orbit small{font-size:.64rem;color:#c7e5e1}.stores-section-heading{display:flex;justify-content:space-between;align-items:end;gap:16px;margin:42px 0 16px}.stores-section-heading h2{margin:0;color:var(--v4-navy);font-size:1.5rem}.stores-section-heading>span{color:var(--muted);font-size:.75rem}.stores-directory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.store-directory-card{overflow:hidden;background:#fff;border:1px solid #e5ecec;border-radius:20px;box-shadow:0 8px 27px rgba(18,45,53,.05);transition:.2s}.store-directory-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(18,45,53,.12)}.store-directory-cover{display:block;height:170px;background:linear-gradient(135deg,#dcebe8,#f6e8d8) center/cover no-repeat;position:relative}.store-directory-cover-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,49,58,.04),rgba(8,49,58,.62))}.store-directory-open{position:absolute;bottom:12px;right:13px;color:#fff;background:rgba(8,49,58,.7);border-radius:999px;padding:4px 9px;font-size:.66rem;font-weight:800}.store-directory-body{display:flex;align-items:center;gap:11px;padding:0 15px;margin-top:-27px;position:relative}.store-directory-logo{display:grid;place-items:center;flex:none;width:62px;height:62px;border:4px solid #fff;border-radius:18px;background:linear-gradient(145deg,var(--v4-teal),var(--v4-navy));color:#fff;font-size:1.45rem;font-weight:900;overflow:hidden;box-shadow:0 8px 20px rgba(16,46,67,.14)}.store-directory-logo img{width:100%;height:100%;object-fit:cover}.store-directory-copy{min-width:0;padding-top:23px}.store-directory-title{display:flex;align-items:center;gap:5px;min-width:0}.store-directory-title h3{margin:0;min-width:0;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--v4-navy)}.store-directory-title h3 a:hover{color:var(--v4-teal)}.store-directory-copy p{margin:2px 0 0;color:var(--muted);font-size:.68rem}.store-directory-meta{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #edf0ef;margin:16px 15px 0;padding:11px 0 14px}.store-directory-meta span{display:grid;gap:1px;text-align:center;border-left:1px solid #edf0ef;color:var(--muted);font-size:.62rem}.store-directory-meta span:first-child{border-left:0}.store-directory-meta strong{color:var(--v4-navy);font-size:.9rem}.stores-join-banner{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-top:38px;padding:23px 27px;border:1px solid #dbeae7;border-radius:19px;background:linear-gradient(115deg,#f2faf8,#fff9ee)}.stores-join-banner h2{margin:0;color:var(--v4-navy);font-size:1.25rem}.stores-join-banner p:not(.eyebrow){margin:3px 0 0;color:var(--muted);font-size:.75rem}.stores-join-banner .button{white-space:nowrap}
@media(max-width:900px){.stores-directory-grid{grid-template-columns:repeat(2,1fr)}.stores-directory-hero{padding:28px}.stores-hero-orbit{width:140px;height:140px}.stores-hero-orbit strong{font-size:2.8rem}}
@media(max-width:640px){.stores-directory-page{padding:26px 0 55px}.stores-directory-hero{display:block;min-height:unset;padding:24px 20px;border-radius:20px}.stores-directory-hero h1{font-size:1.65rem}.stores-directory-hero p:not(.eyebrow){font-size:.76rem;line-height:1.8}.stores-hero-orbit{width:100px;height:100px;margin:20px 0 0 auto}.stores-hero-orbit strong{font-size:2rem}.stores-directory-actions{display:grid;gap:8px}.stores-directory-actions .button{width:100%}.stores-section-heading{margin-top:30px}.stores-section-heading h2{font-size:1.18rem}.stores-directory-grid{grid-template-columns:1fr;gap:12px}.store-directory-cover{height:155px}.stores-join-banner{display:grid;padding:18px}.stores-join-banner .button{width:100%}}
@media(max-width:360px){.stores-directory-hero h1{font-size:1.48rem}.store-directory-cover{height:145px}}


/* Store image upload and edit experience */
.store-image-upload-grid{align-items:stretch}.store-image-upload{min-height:132px;display:grid!important;align-content:start;gap:5px!important;padding:15px!important}.store-image-upload input{max-width:100%;font-size:.72rem}.store-image-upload .muted{font-size:.68rem;line-height:1.6}.store-image-remove-row{display:flex;gap:15px;flex-wrap:wrap;color:var(--muted);font-size:.76rem}.store-image-remove-row input{accent-color:var(--brand)}.store-edit-page{padding:48px 0 80px}.store-edit-layout{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:20px;align-items:start}.store-edit-preview{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:var(--shadow)}.store-edit-cover{height:190px;border-radius:14px;background:linear-gradient(135deg,#e4f1ef,#f7e9dc) center/cover no-repeat}.store-edit-identity{display:flex;align-items:center;gap:10px;margin-top:-24px;padding:0 13px;position:relative}.store-edit-logo{display:grid;place-items:center;overflow:hidden;flex:none;width:68px;height:68px;border:4px solid #fff;border-radius:18px;background:linear-gradient(145deg,var(--v4-teal),var(--v4-navy));color:#fff;font-size:1.5rem;font-weight:900;box-shadow:0 8px 20px rgba(16,46,67,.14)}.store-edit-logo img{width:100%;height:100%;object-fit:cover}.store-edit-identity strong{padding-top:23px;color:var(--v4-navy);font-size:1rem}.store-edit-preview>.muted{margin:17px 6px 2px;font-size:.72rem;line-height:1.8}.store-edit-layout .form-card h1{margin:0;color:var(--v4-navy);font-size:1.8rem}.store-edit-layout .action-row{margin-top:0}.store-edit-layout .action-row .button{flex:1}
@media(max-width:820px){.store-edit-layout{grid-template-columns:1fr}.store-edit-preview{order:2}.store-edit-layout .form-card{order:1}}
@media(max-width:520px){.store-image-upload-grid{grid-template-columns:1fr}.store-edit-page{padding:28px 0 55px}.store-edit-preview,.store-edit-layout .form-card{padding:15px;border-radius:16px}.store-edit-cover{height:150px}.store-edit-layout .action-row{flex-direction:column}.store-edit-layout .action-row .button{width:100%}}

/* Password input direction fix: keep Latin characters and symbols in natural order inside RTL forms. */
input[type="password"]{direction:ltr;text-align:left;unicode-bidi:plaintext;letter-spacing:.02em}

/* 2026-08-22 create listing choice panel */
.listing-choice-panel{border:1px solid #dfe9e8;border-radius:18px;background:linear-gradient(145deg,#fbfffe,#f5faf9);padding:20px;margin-bottom:4px}.listing-choice-intro{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:16px;border-bottom:1px solid #e4eeec}.listing-choice-intro h2{margin:0 0 3px;font-size:1.25rem}.listing-choice-intro .eyebrow{margin:0}.choice-progress{flex:none;border-radius:20px;background:#e7f4f1;color:var(--brand-dark);font-size:.76rem;font-weight:800;padding:5px 11px}.listing-selection-stack{display:grid;gap:15px;padding-top:17px}.listing-choice-row{display:grid;grid-template-columns:28px minmax(0,1fr) minmax(0,1fr);gap:12px;align-items:start;padding:14px;border:1px solid #e2ecea;border-radius:15px;background:#fff}.listing-choice-row>label{display:grid;gap:6px;font-size:.86rem;font-weight:700}.listing-choice-row>label:nth-of-type(2){padding-top:22px}.listing-choice-number{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--brand);color:#fff;font-size:.8rem;font-weight:800}.listing-choice-row .category-picker,.listing-choice-row .location-stack{grid-column:2/-1}.listing-choice-row>label:first-of-type .category-picker{grid-column:auto}.listing-choice-row>label:first-of-type{grid-column:2}.listing-choice-row>label:nth-of-type(2){grid-column:3}.listing-choice-row .location-stack{display:grid;grid-template-columns:1fr 1fr;gap:10px}.listing-choice-row .picker-trigger{min-height:44px}.listing-choice-row .picker-dropdown{max-height:360px}.listing-choice-row .picker-options{grid-template-columns:1fr;max-height:255px}.listing-choice-row .picker-option{min-height:42px}.listing-choice-row .picker-option-label{font-size:.84rem}.listing-choice-row .picker-icon{width:27px;height:27px}.listing-choice-row .picker-icon svg{width:18px;height:18px}.listing-choice-row .picker-trigger:disabled{opacity:.58;cursor:not-allowed;background:#f4f7f7}.listing-choice-row .location-stack .location-picker{min-width:0}.listing-choice-row .location-stack .picker-dropdown{width:100%}
@media(max-width:640px){.listing-choice-panel{padding:15px}.listing-choice-intro{gap:10px}.listing-choice-intro h2{font-size:1.1rem}.listing-choice-row{grid-template-columns:26px minmax(0,1fr);gap:10px;padding:11px}.listing-choice-number{width:26px;height:26px}.listing-choice-row>label,.listing-choice-row>label:nth-of-type(2),.listing-choice-row>label:first-of-type{grid-column:2}.listing-choice-row>label:nth-of-type(2){padding-top:0}.listing-choice-row .category-picker,.listing-choice-row .location-stack{grid-column:2}.listing-choice-row .location-stack{grid-template-columns:1fr}.listing-choice-row .picker-dropdown{max-height:320px}.listing-choice-row .picker-options{max-height:230px}}

/* 2026-08-22 premium promoted ads layout */
.compact-market-inner{grid-template-columns:minmax(170px,.78fr) minmax(0,1.35fr) minmax(0,1.35fr);gap:14px;min-height:246px;align-items:stretch}.market-identity-block{align-self:center;padding:8px}.compact-market-inner .compact-promotion-slot{min-height:222px;padding:12px;border-radius:18px;display:flex;flex-direction:column;justify-content:flex-start}.compact-market-inner .compact-promotion-title{min-height:27px;margin-bottom:8px}.compact-market-inner .compact-promotion-title strong{font-size:.9rem}.compact-market-inner .compact-promotion-carousel,.compact-market-inner .compact-promotion-empty{height:177px;min-height:177px;flex:1;border-radius:13px}.compact-market-inner .compact-promotion-slide>a{direction:ltr;grid-template-columns:minmax(135px,1.1fr) minmax(0,1fr);height:100%}.compact-market-inner .compact-promotion-image{min-height:177px}.compact-market-inner .compact-promotion-copy{direction:rtl;text-align:right;align-items:flex-start;padding:12px 13px 15px;gap:5px}.compact-market-inner .compact-promotion-copy strong{font-size:.86rem;line-height:1.45;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.compact-market-inner .compact-promotion-copy small{font-size:.68rem}.compact-market-inner .compact-promotion-copy .promoted-badge{font-size:.62rem;padding:3px 8px}.compact-market-inner .compact-promotion-carousel .promoted-progress{bottom:7px;right:9px}.compact-market-inner .compact-promotion-empty{place-content:center;padding:18px}.compact-market-inner .compact-promotion-empty span{font-size:.84rem}.compact-market-inner .compact-promotion-empty small{font-size:.68rem}
@media(max-width:900px){.compact-market-inner{grid-template-columns:1fr 1fr;min-height:0;align-items:stretch}.compact-market-inner .market-identity-block{grid-column:1/-1;max-width:none;display:grid;grid-template-columns:auto 1fr;align-self:auto}.compact-market-inner .market-identity-block p{grid-column:1/-1}.compact-market-inner .compact-promotion-slot{max-width:none;width:100%;min-height:218px}.compact-market-inner .compact-promotion-carousel,.compact-market-inner .compact-promotion-empty{height:170px;min-height:170px}.compact-market-inner .compact-promotion-image{min-height:170px}}
@media(max-width:560px){.compact-market-inner{grid-template-columns:1fr;gap:11px}.compact-market-inner .market-identity-block{grid-column:1}.compact-market-inner .compact-promotion-slot{min-height:198px;padding:10px}.compact-market-inner .compact-promotion-carousel,.compact-market-inner .compact-promotion-empty{height:150px;min-height:150px}.compact-market-inner .compact-promotion-image{min-height:150px}.compact-market-inner .compact-promotion-slide>a{grid-template-columns:minmax(112px,.95fr) minmax(0,1.05fr)}.compact-market-inner .compact-promotion-copy{padding:10px 10px 13px}.compact-market-inner .compact-promotion-copy strong{font-size:.8rem}.compact-market-inner .compact-promotion-copy small{font-size:.63rem}}

/* 2026-08-22 explicit promo grid: no RTL auto-placement surprises */
.compact-market-inner{direction:ltr;grid-template-columns:minmax(180px,.78fr) minmax(0,1.35fr) minmax(0,1.35fr);grid-template-areas:"identity primary secondary";align-items:stretch;gap:14px}.compact-market-inner .market-identity-block{grid-area:identity;direction:rtl}.compact-market-inner .compact-promotion-slot{grid-column:auto!important;grid-area:primary}.compact-market-inner .compact-promotion-slot-secondary{grid-area:secondary}.compact-market-inner .compact-promotion-slot,.compact-market-inner .compact-promotion-slot-secondary{min-width:0;width:100%;max-width:none}.compact-market-inner .compact-promotion-slide>a{direction:ltr}.compact-market-inner .compact-promotion-copy{direction:rtl}
@media(max-width:900px){.compact-market-inner{grid-template-columns:1fr 1fr;grid-template-areas:"identity identity" "primary secondary"}.compact-market-inner .market-identity-block{grid-column:auto;grid-area:identity}.compact-market-inner .compact-promotion-slot{grid-column:auto!important}.compact-market-inner .compact-promotion-slot:not(.compact-promotion-slot-secondary){grid-area:primary}.compact-market-inner .compact-promotion-slot-secondary{grid-area:secondary}}
@media(max-width:560px){.compact-market-inner{grid-template-columns:1fr;grid-template-areas:"identity" "primary" "secondary"}.compact-market-inner .market-identity-block{grid-area:identity}.compact-market-inner .compact-promotion-slot:not(.compact-promotion-slot-secondary){grid-area:primary}.compact-market-inner .compact-promotion-slot-secondary{grid-area:secondary}}
