:root{--brand:#ff3d74;--brand-dark:#d91f55;--ink:#17171c;--muted:#6f7280;--line:#e7e7ec;--soft:#f6f6f8;--card:#fff;--success:#118a55;--warning:#9b6500;--shadow:0 10px 35px rgba(25,25,35,.08);--radius:16px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:#fafafa;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 32px));margin-inline:auto}.icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 20px}.icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.site-header{background:#fff;border-bottom:1px solid var(--line)}.topbar{min-height:76px;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:21px;white-space:nowrap}.brand-mark{width:36px;height:36px;border-radius:12px;background:linear-gradient(145deg,var(--brand),#ff8a5b);color:#fff;display:grid;place-items:center;box-shadow:0 8px 20px rgba(255,61,116,.25)}.header-search{flex:1;display:flex;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}.search-field{height:46px;display:flex;align-items:center;gap:9px;padding:0 14px;flex:1}.search-field+ .search-field{border-left:1px solid var(--line);max-width:230px}.search-field input,.search-field select{border:0;outline:0;width:100%;background:transparent;font:inherit;color:var(--ink)}.header-actions{display:flex;align-items:center;gap:12px;margin-left:auto}.icon-link{display:flex;align-items:center;gap:7px;font-weight:600;font-size:14px}.btn{border:0;border-radius:11px;min-height:42px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font:600 14px system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-dark)}.btn-dark{background:var(--ink);color:#fff;border-radius:0}.btn-light{background:#fff;border:1px solid var(--line)}.btn-block{width:100%}.category-strip{border-top:1px solid var(--line)}.category-scroll{height:52px;display:flex;align-items:center;gap:24px;overflow:auto;scrollbar-width:none}.category-scroll::-webkit-scrollbar{display:none}.category-scroll a{font-size:14px;font-weight:600;white-space:nowrap;color:#4d4f59;display:flex;gap:7px;align-items:center}.hero{background:radial-gradient(circle at 90% 10%,#ffdbe6 0,transparent 28%),linear-gradient(130deg,#fff 0,#fff3f7 100%);padding:70px 0 58px;border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:60px}.eyebrow{color:var(--brand);font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:13px}.hero h1{font-size:clamp(38px,5vw,65px);line-height:1.04;margin:12px 0 18px;letter-spacing:-.04em}.hero p{font-size:18px;color:var(--muted);max-width:650px}.hero-actions{display:flex;gap:12px;margin-top:28px}.hero-card{background:#fff;padding:22px;border-radius:26px;box-shadow:var(--shadow);transform:rotate(2deg)}.hero-card-inner{background:linear-gradient(150deg,#25252c,#111);min-height:320px;border-radius:20px;padding:28px;color:#fff;display:flex;flex-direction:column;justify-content:space-between}.hero-card .mini-search{background:#fff;color:var(--ink);border-radius:14px;padding:14px;display:flex;align-items:center;gap:10px}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.hero-stats div{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.13);padding:16px 12px;border-radius:14px}.hero-stats strong{display:block;font-size:22px}.hero-stats span{font-size:12px;color:#d6d6dc}.section{padding:56px 0}.section-soft{background:var(--soft)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.section-head h2{font-size:30px;margin:0;letter-spacing:-.03em}.section-head p{margin:5px 0 0;color:var(--muted)}.text-link{color:var(--brand);font-weight:700}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;transition:.2s}.category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#ffd1dd}.category-icon{width:48px;height:48px;border-radius:14px;background:#fff1f5;display:grid;place-items:center;font-size:23px;margin-bottom:18px}.category-card h3{margin:0 0 7px;font-size:17px}.category-card p{margin:0;color:var(--muted);font-size:14px}.listing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.listing-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.2s}.listing-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.listing-image{aspect-ratio:4/3;position:relative;background:#ececf0;overflow:hidden}.listing-image img{width:100%;height:100%;object-fit:cover;transition:.3s}.listing-card:hover img{transform:scale(1.03)}.badge{position:absolute;top:12px;left:12px;background:#fff;padding:6px 9px;border-radius:8px;font-weight:700;font-size:11px;box-shadow:0 4px 15px rgba(0,0,0,.12)}.badge-featured{background:#fff1bf;color:#715500}.listing-body{padding:16px}.listing-meta{display:flex;justify-content:space-between;gap:8px;color:var(--muted);font-size:12px;margin-bottom:9px}.listing-title{font-size:16px;line-height:1.35;margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:43px}.listing-price{font-size:18px;font-weight:800}.city-grid{display:flex;flex-wrap:wrap;gap:10px}.city-pill{background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 15px;font-weight:600;font-size:14px}.city-pill:hover{border-color:var(--brand);color:var(--brand)}.page-hero{background:#fff;border-bottom:1px solid var(--line);padding:36px 0}.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:13px;margin-bottom:14px}.page-hero h1{margin:0;font-size:36px;letter-spacing:-.03em}.page-hero p{color:var(--muted);margin:10px 0 0}.content-layout{display:grid;grid-template-columns:280px 1fr;gap:26px;padding:34px 0 60px}.filter-panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px;height:max-content;position:sticky;top:150px}.filter-panel h3{margin:0 0 18px}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:13px;font-weight:700;margin-bottom:7px}.form-control{width:100%;min-height:44px;border:1px solid var(--line);border-radius:10px;padding:10px 12px;font:inherit;background:#fff}.form-control:focus{outline:2px solid #ffd4df;border-color:var(--brand)}textarea.form-control{min-height:150px;resize:vertical}.checkbox{display:flex!important;align-items:flex-start;gap:9px;font-weight:500!important}.result-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.result-toolbar strong{font-size:15px}.result-toolbar select{min-height:38px;border:1px solid var(--line);border-radius:9px;padding:0 10px}.list-view{display:grid;gap:15px}.list-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:14px;display:grid;grid-template-columns:230px 1fr;gap:18px}.list-card-image{border-radius:12px;overflow:hidden;aspect-ratio:4/3;background:#eee;position:relative}.list-card-image img{width:100%;height:100%;object-fit:cover}.list-card-content{padding:4px 6px 4px 0;display:flex;flex-direction:column}.list-card-content h2{font-size:19px;margin:6px 0 9px}.list-card-content p{font-size:14px;color:var(--muted);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.list-card-bottom{margin-top:auto;display:flex;align-items:end;justify-content:space-between;gap:10px}.meta-row{display:flex;flex-wrap:wrap;gap:12px;color:var(--muted);font-size:12px}.meta-row span{display:flex;align-items:center;gap:5px}.pagination{display:flex;justify-content:center;gap:8px;margin-top:28px}.pagination a,.pagination span{width:40px;height:40px;border:1px solid var(--line);background:#fff;border-radius:10px;display:grid;place-items:center}.pagination a.active{background:var(--ink);color:#fff;border-color:var(--ink)}.detail-wrap{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px;padding:32px 0 60px}.detail-main,.seller-card,.form-card,.dashboard-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.gallery{padding:14px}.gallery-main{aspect-ratio:16/10;border-radius:13px;overflow:hidden;background:#eee}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:8px}.gallery-thumbs button{padding:0;border:2px solid transparent;border-radius:9px;overflow:hidden;aspect-ratio:1;background:#eee;cursor:pointer}.gallery-thumbs button.active{border-color:var(--brand)}.gallery-thumbs img{width:100%;height:100%;object-fit:cover}.detail-content{padding:25px}.detail-content h1{font-size:29px;line-height:1.2;margin:10px 0}.detail-price{font-size:28px;font-weight:800;margin:14px 0}.detail-description{white-space:pre-line;color:#454650}.detail-specs{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:24px 0}.spec{background:var(--soft);border-radius:12px;padding:13px}.spec span{font-size:12px;color:var(--muted);display:block}.spec strong{font-size:14px}.seller-card{padding:22px;position:sticky;top:150px;height:max-content}.seller-head{display:flex;gap:13px;align-items:center;margin-bottom:18px}.avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(145deg,#ffe0e8,#ffd6b8);display:grid;place-items:center;font-weight:800;color:var(--brand)}.seller-card h3{margin:0}.verified{color:var(--success);font-size:12px;font-weight:700}.seller-actions{display:grid;gap:10px}.safety-note{background:#fff9e8;border:1px solid #f3df9f;border-radius:12px;padding:14px;margin-top:16px;font-size:13px;color:#68531b}.form-shell{max-width:820px;margin:38px auto 60px}.form-card{padding:28px}.form-card h1{margin-top:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group.full{grid-column:1/-1}.upload-box{border:2px dashed #d8d8de;border-radius:14px;padding:24px;text-align:center;background:var(--soft)}.upload-box input{max-width:100%}.help{font-size:12px;color:var(--muted);margin-top:6px}.alert{padding:13px 16px;border-radius:11px;margin:16px 0;font-weight:600;font-size:14px}.alert-success{background:#e9f8f0;color:#087144}.alert-warning{background:#fff6da;color:#765500}.alert-error{background:#ffe9ee;color:#a30f35}.auth-shell{max-width:460px;margin:50px auto}.dashboard{padding:35px 0 60px}.dashboard-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.dashboard-grid{display:grid;grid-template-columns:230px 1fr;gap:22px}.dashboard-card{padding:20px}.dashboard-nav a{display:block;padding:11px 12px;border-radius:9px;font-weight:600;font-size:14px}.dashboard-nav a:hover,.dashboard-nav a.active{background:var(--soft)}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:13px;border-bottom:1px solid var(--line);font-size:14px}th{font-size:12px;text-transform:uppercase;color:var(--muted)}.status{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:11px;font-weight:800;text-transform:uppercase}.status-approved{background:#e7f8ef;color:#087044}.status-pending{background:#fff4cf;color:#745700}.status-rejected{background:#ffe8ed;color:#a20e34}.empty-state{background:#fff;border:1px dashed #d3d3da;border-radius:var(--radius);padding:45px 20px;text-align:center;color:var(--muted)}.site-footer{background:#17171c;color:#d6d6dd;padding:52px 0 20px}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:35px}.footer-grid h3{color:#fff;font-size:14px}.footer-grid p{max-width:360px;color:#9c9ca7}.footer-grid a:not(.brand){display:block;color:#aaaab4;font-size:14px;margin:9px 0}.footer-brand{color:#fff}.copyright{border-top:1px solid #303038;margin-top:35px;padding-top:20px;color:#858590;font-size:13px}@media(max-width:980px){.topbar{flex-wrap:wrap;padding:14px 0}.header-search{order:3;flex-basis:100%}.category-grid,.listing-grid{grid-template-columns:repeat(2,1fr)}.hero-grid{grid-template-columns:1fr}.hero-card{display:none}.content-layout{grid-template-columns:1fr}.filter-panel{position:static}.detail-wrap{grid-template-columns:1fr}.seller-card{position:static}.footer-grid{grid-template-columns:1fr 1fr}.dashboard-grid{grid-template-columns:1fr}}@media(max-width:640px){.container{width:min(100% - 22px,1180px)}.topbar{gap:12px}.brand{font-size:18px}.brand-mark{width:32px;height:32px}.header-actions{margin-left:auto}.icon-link span,.header-actions .btn .icon{display:none}.header-actions .btn{padding:0 12px}.header-search{display:grid;grid-template-columns:1fr auto}.search-field.location-field{display:none}.hero{padding:45px 0}.hero h1{font-size:40px}.hero-actions{flex-direction:column;align-items:stretch}.section{padding:40px 0}.section-head{align-items:flex-start}.section-head h2{font-size:25px}.category-grid{grid-template-columns:1fr 1fr;gap:10px}.category-card{padding:16px}.listing-grid{grid-template-columns:1fr 1fr;gap:10px}.listing-body{padding:12px}.listing-title{font-size:14px}.listing-price{font-size:15px}.list-card{grid-template-columns:120px 1fr;gap:12px;padding:10px}.list-card-content h2{font-size:15px;margin:3px 0 6px}.list-card-content p{display:none}.list-card-bottom{display:block}.list-card-bottom .listing-price{margin-top:7px}.page-hero h1{font-size:29px}.detail-content{padding:18px}.detail-content h1{font-size:24px}.detail-specs{grid-template-columns:1fr}.gallery-thumbs{grid-template-columns:repeat(4,1fr)}.form-card{padding:20px}.form-grid{grid-template-columns:1fr}.form-group.full{grid-column:auto}.footer-grid{grid-template-columns:1fr}.dashboard-head{align-items:flex-start;gap:10px;flex-direction:column}.category-scroll{gap:18px}}.city-pill{display:inline-flex;align-items:center;gap:7px}.city-pill small{font-size:11px;color:var(--muted);font-weight:500}.dynamic-content{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;line-height:1.75;overflow-wrap:anywhere}.dynamic-content h2,.dynamic-content h3{margin-top:0}.dynamic-content a{color:var(--brand);text-decoration:underline}.city-dynamic-content{margin-top:28px}.admin-actions{display:flex;flex-wrap:wrap;gap:9px}.shortcode-box{display:grid;grid-template-columns:max-content 1fr;gap:8px 14px;background:var(--soft);border:1px solid var(--line);border-radius:12px;padding:16px;margin-bottom:24px}.shortcode-box strong{grid-column:1/-1}.shortcode-box code{font-weight:800;color:var(--brand)}.code-area{min-height:280px!important;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.content-editor{min-height:320px!important;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.seo-area{min-height:90px!important}code{background:var(--soft);padding:2px 5px;border-radius:5px}@media(max-width:640px){.admin-actions{width:100%}.admin-actions .btn{flex:1}.shortcode-box{grid-template-columns:1fr}.dynamic-content{padding:20px}}@media(max-width:640px){.header-search{grid-template-columns:1fr}.search-field.location-field{display:flex;border-left:0;border-top:1px solid var(--line);max-width:none}.header-search .btn-dark{min-height:44px}}.location-filter-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:760px}.inline-filter-form{max-width:420px;margin-bottom:18px}.dashboard-card small{color:var(--muted)}@media(max-width:640px){.location-filter-grid{grid-template-columns:1fr}.location-filter-grid .form-group{margin-bottom:0}}.content-layout.no-sidebar{grid-template-columns:minmax(0,1fr)}.site-header .topbar{min-height:64px}.location-title-bar{padding:18px 0 16px}.location-title-bar .breadcrumbs{margin-bottom:6px;line-height:1.35}.location-title-bar h1{line-height:1.18}.location-title-bar + .section{padding:24px 0}.location-title-bar + .section .section-head{margin-bottom:14px}.location-title-bar + .section + .content-layout,.location-title-bar + .content-layout{padding-top:18px}@media(max-width:980px){.site-header .topbar{min-height:58px;padding:9px 0}}@media(max-width:640px){.location-title-bar{padding:13px 0 12px}.location-title-bar .breadcrumbs{margin-bottom:4px;font-size:12px}.location-title-bar h1{font-size:25px;line-height:1.2}.location-title-bar + .section{padding:18px 0}.location-title-bar + .section .section-head{margin-bottom:10px}.location-title-bar + .section + .content-layout,.location-title-bar + .content-layout{padding-top:12px}}.location-title-bar h1{font-size:18px;line-height:1.35;text-align:center;letter-spacing:0}@media(max-width:640px){.location-title-bar h1{font-size:18px;line-height:1.35;text-align:center}}.card-image-slider{position:relative;background:#f2f2f4;isolation:isolate}.card-image-slider .card-image-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transform:none!important;transition:opacity .35s ease;z-index:1}.card-image-slider .card-image-slide.is-active{opacity:1;z-index:2}.card-image-slider .badge{z-index:4}@media (prefers-reduced-motion:reduce){.card-image-slider .card-image-slide{transition:none}}.list-card-content{padding:0 6px 4px 0}.list-card-content h2{margin:0 0 5px}.card-location{display:flex;align-items:flex-start;gap:5px;color:var(--muted);font-size:12px;line-height:1.35;margin:0 0 7px}.card-location .icon{width:16px;height:16px;flex:0 0 16px;margin-top:1px}.card-location span{min-width:0}@media(max-width:640px){.list-card-content{padding-top:0}.list-card-content h2{margin-top:0}.card-location{font-size:11px;margin-bottom:5px}.card-location .icon{width:14px;height:14px;flex-basis:14px}}.card-location-parts{display:flex;flex-wrap:wrap;align-items:center;column-gap:10px;row-gap:4px}.card-location-part{display:inline-flex;align-items:center;gap:3px;min-width:0}.card-location-part .icon{margin-top:0}.card-location-part>span:last-child{min-width:0}@media(max-width:640px){.card-location-parts{column-gap:7px;row-gap:3px}.card-location-part{gap:2px}}.post-title-bar{background:#fff;border-bottom:1px solid var(--line);padding:12px 0 14px}.post-title-bar .post-breadcrumbs{margin:0 0 6px;line-height:1.35}.post-title-bar h1{margin:0;text-align:center;font-size:22px;line-height:1.35;letter-spacing:-.01em}.post-detail-wrap{max-width:950px;padding-top:18px;padding-bottom:54px}.post-detail-main{overflow:hidden}.post-detail-slider{width:100%;aspect-ratio:4/3;overflow:hidden;background:#ececf0;border-bottom:1px solid var(--line)}.post-detail-slider .card-image-slide{object-fit:cover}.post-detail-content{padding:22px 24px 28px}.post-detail-location{margin-bottom:10px}.post-detail-meta{margin-bottom:6px}@media(max-width:640px){.post-title-bar{padding:9px 0 11px}.post-title-bar .post-breadcrumbs{font-size:11px;margin-bottom:5px;gap:6px}.post-title-bar h1{font-size:18px;line-height:1.32}.post-detail-wrap{width:100%;padding:10px 0 38px}.post-detail-main{border-left:0;border-right:0;border-radius:0}.post-detail-slider{aspect-ratio:4/3}.post-detail-content{padding:16px 14px 22px}.post-detail-location{gap:7px 10px}.post-detail-location .card-location-part{font-size:12px}.post-detail-meta{font-size:11px}.detail-price{font-size:23px;margin:10px 0 14px}}.post-detail-wrap{max-width:none}.post-detail-main{width:100%}.post-detail-slider{width:min(860px,calc(100% - 48px));max-width:860px;margin:22px auto 0;border:1px solid var(--line);border-radius:14px}@media(max-width:640px){.post-detail-wrap{width:min(100% - 22px,1180px);max-width:none;padding:10px 0 38px}.post-detail-main{border:1px solid var(--line);border-radius:var(--radius)}.post-detail-slider{width:100%;max-width:none;margin:0;border:0;border-bottom:1px solid var(--line);border-radius:0}}.post-title-bar .post-breadcrumbs{display:block;width:100%;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.post-title-bar .post-breadcrumbs a,.post-title-bar .post-breadcrumbs span{display:inline}.post-detail-content .detail-price{margin-top:0}@media(max-width:640px){.content-layout.no-sidebar .list-card{grid-template-columns:42% minmax(0,1fr);align-items:stretch;gap:10px;padding:9px}.content-layout.no-sidebar .list-card-image{width:100%;height:100%;min-height:170px;aspect-ratio:auto;align-self:stretch}.content-layout.no-sidebar .list-card-content{min-width:0;padding:0;justify-content:flex-start}.content-layout.no-sidebar .list-card-content h2{margin:0 0 5px;font-size:15px;line-height:1.35;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.content-layout.no-sidebar .list-card-content p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;margin:0;font-size:12px;line-height:1.45;color:var(--muted)}.content-layout.no-sidebar .card-location{margin-bottom:5px}.content-layout.no-sidebar .list-card-bottom{margin-top:auto}}@media(min-width:641px){.content-layout.no-sidebar .list-card-content h2,.listing-card .listing-title{display:block;max-width:100%;min-width:0;min-height:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:unset;-webkit-box-orient:initial}}@media(max-width:640px){.listing-card .listing-title{display:-webkit-box;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}}.location-title-bar h1,.post-title-bar h1{font-size:18px;line-height:1.35;text-align:center;letter-spacing:0}.post-title-bar h1{display:block;width:100%;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width:641px){.content-layout.no-sidebar .list-card-content h2{font-size:16px;line-height:1.35;margin:0 0 6px}.content-layout.no-sidebar .list-card-content p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;font-size:14px;line-height:1.45;margin:0}}.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.payment-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.choice-card{display:flex!important;align-items:center;gap:9px;min-height:44px;margin:0!important;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:#fff;font-size:14px!important;font-weight:600!important;cursor:pointer}.choice-card:has(input:checked){border-color:var(--brand);background:#fff4f7}.choice-card input{width:17px;height:17px;margin:0;accent-color:var(--brand)}@media(max-width:640px){.choice-grid,.payment-choice-grid{grid-template-columns:1fr}}.card-age{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:12px;font-weight:700;margin:0 0 6px}.card-age .icon{width:15px;height:15px;flex-basis:15px}.post-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:18px 24px;background:#fff;border-bottom:1px solid var(--line)}.post-fact{min-width:0;display:flex;align-items:flex-start;gap:10px;padding:11px 12px;border:1px solid var(--line);border-radius:11px;background:var(--soft)}.post-fact>.icon{color:var(--brand);margin-top:2px}.post-fact>div{min-width:0}.post-fact strong{display:block;font-size:12px;line-height:1.3;margin-bottom:3px}.post-fact span,.post-fact a{display:block;color:var(--muted);font-size:13px;line-height:1.45;overflow-wrap:anywhere}.post-fact a{color:var(--brand);font-weight:700}.post-fact-wide{grid-column:1/-1}@media(max-width:640px){.post-facts{grid-template-columns:1fr;padding:12px 14px;gap:8px}.post-fact-wide{grid-column:auto}.content-layout.no-sidebar .card-age{font-size:11px;margin-bottom:4px}}.list-card-content .card-age,.listing-body .card-age{display:flex!important;align-items:center;width:max-content;max-width:100%;color:var(--ink);font-size:12px;line-height:1.3;font-weight:800;margin:0 0 6px;opacity:1;visibility:visible}.list-card-content .card-age .icon,.listing-body .card-age .icon{color:var(--brand);width:15px;height:15px;flex:0 0 15px}@media(min-width:641px){.content-layout.no-sidebar .list-card-content .card-age{display:flex!important;font-size:12px;margin:0 0 6px}}.card-location-age-row{min-width:0;margin:0 0 7px}.card-location-age-row .card-location{color:#20242f;font-weight:750}.card-location-age-row .card-age .icon{color:#7c3aed!important}.card-location-age-row .card-location-part:nth-child(1) .icon{color:#f05a28}.card-location-age-row .card-location-part:nth-child(2) .icon{color:#1683ff}.card-location-age-row .card-location-part:nth-child(3) .icon{color:#10a861}.list-card .listing-price,.listing-card .listing-price{display:inline-flex;align-items:center;width:max-content;max-width:100%;color:#087443;background:#eafaf2;border:1px solid #b9ebd0;border-radius:999px;padding:4px 10px;line-height:1.2;box-shadow:0 3px 10px rgba(8,116,67,.08)}@media(min-width:641px){.card-location-age-row{display:flex;align-items:center;gap:12px;width:100%;white-space:nowrap;overflow:hidden}.card-location-age-row .card-age{display:inline-flex!important;flex:0 0 auto;margin:0!important}.card-location-age-row .card-location{display:flex;flex:1 1 auto;flex-wrap:nowrap;min-width:0;overflow:hidden;margin:0!important;color:#20242f;font-weight:750}.card-location-age-row .card-location-part{flex:0 0 auto}.card-location-age-row .card-location-part>span:last-child{white-space:nowrap}.list-card-bottom .listing-price{margin-left:auto}}@media(max-width:640px){.card-location-age-row .card-age{margin-bottom:4px!important}.card-location-age-row .card-location{margin-bottom:0}}.post-fact-whatsapp>.icon{color:#16a34a}.post-fact-telegram>.icon{color:#229ed9}.choice-card input[type="radio"]{accent-color:var(--primary)}.card-extra{display:none;align-items:center;gap:4px;min-width:0;flex:0 1 auto;color:#20242f;font-weight:750;white-space:nowrap}.card-extra .icon{width:15px;height:15px;flex:0 0 15px}.card-service-location .icon{color:#e8790c}.card-payment-method .icon{color:#0f9f6e}@media (min-width:769px){.card-location-age-row .card-extra{display:inline-flex}.card-location-age-row{gap:9px}.card-location-age-row .card-extra>span:last-child{display:inline-block;max-width:135px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.card-model-size .icon{color:#ec4899}.card-model-nationality .icon{color:#0ea5e9}.travel-choice-grid .choice-card span{display:flex;align-items:center;gap:7px}.travel-choice-grid .choice-card .icon{width:18px;height:18px;color:#7c3aed}.card-travel-mode .icon{color:#7c3aed}.post-fact-travel>.icon{color:#7c3aed}.dashboard-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:22px}.admin-stat-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.stat-card{padding:18px}.stat-card strong{font-size:25px;line-height:1}.stat-card p{margin:7px 0 0;color:var(--muted);font-size:13px}.dashboard-nav a{display:flex;align-items:center;gap:8px}.dashboard-nav .icon{width:17px;height:17px}.section-title-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.section-title-row h2{margin:0}.row-actions{display:flex;align-items:center;flex-wrap:wrap;gap:7px;min-width:250px}.row-actions form{margin:0}.btn-small{min-height:34px;padding:7px 10px;border-radius:8px;font-size:12px}.btn-small .icon{width:14px;height:14px}.btn-danger{background:#b91c3c;color:#fff;border-color:#b91c3c}.btn-danger:hover{background:#951532;color:#fff}.table-subtext{display:block;margin-top:4px;color:var(--muted);font-size:11px}.status-filters{display:flex;flex-wrap:wrap;gap:7px}.status-filters a{border:1px solid var(--line);border-radius:999px;padding:7px 11px;font-size:12px;font-weight:700}.status-filters a.active{background:var(--ink);border-color:var(--ink);color:#fff}.dashboard-pagination{margin-top:20px}.edit-listing-shell{max-width:940px}.edit-title-row{align-items:flex-start}.edit-title-row h1{margin:0 0 8px}.edit-title-row p{margin:0;color:var(--muted)}.existing-image-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.existing-image-card{display:block!important;margin:0!important;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff;font-weight:600!important;cursor:pointer}.existing-image-card img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;background:#eee}.existing-image-card span{display:flex;align-items:center;gap:7px;padding:10px;font-size:12px}.form-submit-row{display:flex;align-items:center;gap:10px;margin-top:8px}.dashboard-table td{vertical-align:middle}.dashboard-table th:last-child,.dashboard-table td:last-child{min-width:270px}@media(max-width:1100px){.admin-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.dashboard-stat-grid,.admin-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.stat-card{padding:14px}.stat-card strong{font-size:21px}.section-title-row{align-items:flex-start;flex-direction:column}.status-filters{width:100%}.existing-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.form-submit-row{align-items:stretch;flex-direction:column}.form-submit-row .btn{justify-content:center}.dashboard-table th:last-child,.dashboard-table td:last-child{min-width:230px}}.card-info-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:7px;min-width:0}.card-location-info-row{margin:0 0 9px}.card-price-info-row{margin-top:10px;padding-top:10px;border-top:1px solid #edf0f4}.card-info-chip{display:flex;align-items:center;justify-content:center;gap:5px;width:100%;min-width:0;min-height:30px;max-width:100%;padding:5px 8px;border:1px solid #e4e8ee;border-radius:999px;background:#f8f9fb;color:#252a34;font-size:12px;font-weight:750;line-height:1;text-align:center;box-shadow:0 2px 7px rgba(26,31,44,.035)}.card-info-chip .icon{position:static;transform:none;width:15px;height:15px;flex:0 0 15px}.card-info-chip>span:last-child{position:static;transform:none;display:block;width:auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.card-location-chip{color:#1f2630;background:#f4f7fb;border-color:#dce4ef}.card-location-chip .icon{color:#1683ff}.card-age-chip{background:#f5f0ff;border-color:#e5d8ff}.card-age-chip .icon{color:#7c3aed}.card-age-mobile-chip{display:none}.card-nationality-chip{background:#eff9ff;border-color:#cfeeff}.card-nationality-chip .icon{color:#0ea5e9}.card-travel-chip{background:#f5f1ff;border-color:#e3d9ff}.card-travel-chip .icon{color:#7c3aed}.card-service-chip{background:#fff7eb;border-color:#f8e0bc}.card-service-chip .icon{color:#e8790c}.card-price-chip{background:#eafaf2;border-color:#b9ebd0;color:#087443;font-size:13px;font-weight:850}.card-price-chip .icon{color:#0f9f6e}.card-size-chip{background:#fff0f6;border-color:#ffd2e4}.card-size-chip .icon{color:#ec4899}.card-payment-chip{background:#edfbf7;border-color:#c6eee2}.card-payment-chip .icon{color:#0f9f6e}.list-card-bottom{display:block;margin-top:auto}.listing-card .listing-body{text-align:center}.listing-card .listing-meta{justify-content:center}.listing-card .listing-title{text-align:center;margin-left:auto;margin-right:auto}.listing-card .card-info-row{justify-items:center}.listing-card .card-price-info-row{margin-top:8px}@media(min-width:769px){.list-card{grid-template-columns:250px minmax(0,1fr);gap:20px;padding:15px}.list-card-content h2{margin-top:2px}.list-card .card-info-chip{font-size:11px}.listing-card .card-info-row{gap:4px}.listing-card .card-info-chip{min-height:27px;padding:4px 5px;gap:3px;font-size:10px}.listing-card .card-info-chip .icon{width:12px;height:12px;flex-basis:12px}.listing-card .card-price-chip{font-size:10px}}@media(max-width:768px){.card-location-info-row{grid-template-columns:minmax(0,1fr);gap:0;margin-bottom:7px}.card-location-info-row .card-age-chip,.card-nationality-chip,.card-travel-chip,.card-service-chip,.card-payment-chip{display:none!important}.card-price-info-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding-top:7px;margin-top:7px}.card-age-mobile-chip{display:flex!important;order:1;min-height:34px;padding-top:7px;padding-bottom:7px;line-height:1.25;overflow:visible}.card-age-mobile-chip>span:last-child{line-height:1.25;overflow:visible}.card-size-chip{display:flex!important;order:2}.card-price-chip{display:flex!important;order:3;grid-column:1/-1;width:100%;font-size:12px}.card-info-chip{min-height:30px;padding:5px 8px;font-size:11px;gap:4px}.card-info-chip .icon{width:13px;height:13px;flex-basis:13px}.card-location-chip{width:100%;min-height:36px;padding:7px 10px}.card-location-chip>span:last-child{white-space:normal;overflow:visible;text-overflow:clip;line-height:1.25;overflow-wrap:anywhere}}@media(max-width:420px){.card-info-chip{font-size:10.5px;padding-inline:6px}.card-location-chip{padding-inline:8px}}.card-info-chip,.card-location-chip,.card-age-chip,.card-age-mobile-chip,.card-nationality-chip,.card-travel-chip,.card-service-chip,.card-price-chip,.card-size-chip,.card-payment-chip{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;min-height:24px;padding:2px 4px}.card-info-chip{line-height:1.3}.card-price-chip{color:#087443;font-weight:850}@media(max-width:768px){.card-info-chip{min-height:28px;padding:3px 4px;line-height:1.3}.card-location-chip{min-height:30px;padding:3px 2px}.card-age-mobile-chip{min-height:30px;padding:4px;line-height:1.35}.card-age-mobile-chip>span:last-child{line-height:1.35}.card-price-chip{min-height:30px;padding:4px}}.card-location-parts{display:flex!important;align-items:center;justify-content:center;gap:7px;width:100%!important;min-width:0;overflow:hidden;text-align:center}.card-location-part{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-width:0;max-width:100%;white-space:nowrap}.card-location-part>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-location-part:nth-child(1)>.icon{color:#0ea5e9}.card-location-part:nth-child(2)>.icon{color:#1683ff}.card-location-part:nth-child(3)>.icon{color:#7c3aed}.card-info-chip{min-height:32px!important;padding:4px 5px!important;gap:6px!important;font-size:13px!important;line-height:1.35!important}.card-info-chip .icon{width:17px!important;height:17px!important;flex:0 0 17px!important}.card-price-chip{font-size:13.5px!important}.listing-card .card-info-chip,.list-card .card-info-chip{font-size:12.5px!important}.listing-card .card-info-chip .icon,.list-card .card-info-chip .icon{width:16px!important;height:16px!important;flex-basis:16px!important}@media(max-width:768px){.card-info-chip,.listing-card .card-info-chip,.list-card .card-info-chip{min-height:36px!important;padding:6px 5px!important;font-size:13px!important;line-height:1.4!important}.card-info-chip .icon,.listing-card .card-info-chip .icon,.list-card .card-info-chip .icon{width:17px!important;height:17px!important;flex-basis:17px!important}.card-location-chip{min-height:42px!important;padding:7px 4px!important}.card-location-parts{flex-wrap:wrap;gap:5px 10px;overflow:visible}.card-location-part,.card-location-part>span:last-child{overflow:visible;text-overflow:clip;white-space:normal}.card-price-chip{font-size:13.5px!important}}@media(max-width:420px){.card-info-chip,.listing-card .card-info-chip,.list-card .card-info-chip{font-size:12.5px!important;padding-inline:4px!important}.card-info-chip .icon,.listing-card .card-info-chip .icon,.list-card .card-info-chip .icon{width:16px!important;height:16px!important;flex-basis:16px!important}}.card-info-chip,.listing-card .card-info-chip,.list-card .card-info-chip{min-height:36px!important;padding:6px 5px!important;font-size:14px!important;font-weight:700!important;line-height:1.4!important;color:#20242f!important}.card-info-chip>span:last-child,.card-location-part>span:last-child{font-size:inherit!important;font-weight:700!important;color:#20242f!important}.card-info-chip .icon,.listing-card .card-info-chip .icon,.list-card .card-info-chip .icon{width:18px!important;height:18px!important;flex:0 0 18px!important}.card-price-chip{font-size:14px!important;font-weight:800!important;color:#20242f!important}@media(max-width:768px){.card-info-chip,.listing-card .card-info-chip,.list-card .card-info-chip{min-height:38px!important;padding:6px 5px!important;font-size:14px!important;font-weight:700!important;color:#20242f!important}.card-info-chip .icon,.listing-card .card-info-chip .icon,.list-card .card-info-chip .icon{width:18px!important;height:18px!important;flex-basis:18px!important}}.card-info-chip,.listing-card .card-info-chip,.list-card .card-info-chip,.card-info-chip>span:last-child,.card-location-part>span:last-child,.card-price-chip{font-size:14px!important}.card-info-chip .icon,.listing-card .card-info-chip .icon,.list-card .card-info-chip .icon,.card-location-part .icon{width:14px!important;height:14px!important;flex:0 0 14px!important}@media(max-width:768px){.card-info-chip,.listing-card .card-info-chip,.list-card .card-info-chip,.card-info-chip>span:last-child,.card-location-part>span:last-child,.card-price-chip{font-size:14px!important}.card-info-chip .icon,.listing-card .card-info-chip .icon,.list-card .card-info-chip .icon,.card-location-part .icon{width:14px!important;height:14px!important;flex:0 0 14px!important}}html body .listing-card .card-info-chip,html body .list-card .card-info-chip,html body .listing-card .card-info-chip>span,html body .list-card .card-info-chip>span,html body .listing-card .card-location-part>span:last-child,html body .list-card .card-location-part>span:last-child{font-size:14px!important;font-weight:700!important;line-height:1.35!important;color:#20242f!important}html body .listing-card .card-info-chip .icon,html body .list-card .card-info-chip .icon,html body .listing-card .card-location-part .icon,html body .list-card .card-location-part .icon{width:14px!important;height:14px!important;min-width:14px!important;max-width:14px!important;flex:0 0 14px!important;font-size:14px!important}html body .listing-card .card-info-chip .icon svg,html body .list-card .card-info-chip .icon svg,html body .listing-card .card-location-part .icon svg,html body .list-card .card-location-part .icon svg{width:14px!important;height:14px!important;min-width:14px!important;max-width:14px!important}@media(max-width:768px){html body .listing-card .card-info-chip,html body .list-card .card-info-chip,html body .listing-card .card-info-chip>span,html body .list-card .card-info-chip>span,html body .listing-card .card-location-part>span:last-child,html body .list-card .card-location-part>span:last-child{font-size:14px!important;font-weight:700!important;color:#20242f!important}html body .listing-card .card-info-chip .icon,html body .list-card .card-info-chip .icon,html body .listing-card .card-location-part .icon,html body .list-card .card-location-part .icon,html body .listing-card .card-info-chip .icon svg,html body .list-card .card-info-chip .icon svg,html body .listing-card .card-location-part .icon svg,html body .list-card .card-location-part .icon svg{width:14px!important;height:14px!important;min-width:14px!important;max-width:14px!important;flex-basis:14px!important}}@media(max-width:768px){html body .listing-card .card-price-info-row,html body .list-card .card-price-info-row{grid-template-columns:minmax(68px,.72fr) minmax(0,1.28fr)!important;align-items:stretch!important;column-gap:6px!important}html body .listing-card .card-age-mobile-chip,html body .list-card .card-age-mobile-chip{min-width:0!important;width:100%!important;min-height:40px!important;height:auto!important;padding:7px 2px!important;overflow:visible!important;line-height:1.5!important}html body .listing-card .card-age-mobile-chip>span:last-child,html body .list-card .card-age-mobile-chip>span:last-child{display:block!important;min-width:0!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;line-height:1.5!important}html body .listing-card .card-size-chip,html body .list-card .card-size-chip{min-width:0!important;width:100%!important;max-width:100%!important;min-height:40px!important;height:auto!important;padding:6px 2px!important;overflow:visible!important;align-items:center!important}html body .listing-card .card-size-chip>span:last-child,html body .list-card .card-size-chip>span:last-child{display:block!important;width:100%!important;min-width:0!important;max-width:100%!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;overflow-wrap:anywhere!important;word-break:break-word!important;line-height:1.35!important;text-align:center!important}}@media(max-width:420px){html body .listing-card .card-price-info-row,html body .list-card .card-price-info-row{grid-template-columns:68px minmax(0,1fr)!important;column-gap:4px!important}}.listing-card[data-card-url],.list-card[data-card-url]{cursor:pointer}.listing-card[data-card-url]:focus-visible,.list-card[data-card-url]:focus-visible{outline:3px solid #ffd4df;outline-offset:3px}.card-primary-link{color:inherit;text-decoration:none}.card-image-link{display:block;position:absolute;inset:0;width:100%;height:100%}.card-title-link{display:block}.card-title-link:hover h2,.card-title-link:hover h3{color:var(--brand)}.card-location-link{position:relative;z-index:6;color:#20242f!important;text-decoration:none!important;cursor:pointer}.card-location-link:hover,.card-location-link:focus-visible{color:var(--brand)!important;text-decoration:underline!important;text-underline-offset:3px}.card-location-link:focus-visible{outline:2px solid #ffd4df;outline-offset:2px;border-radius:4px}@media(max-width:768px){html body .listing-card .card-size-chip,html body .list-card .card-size-chip{justify-content:center!important;gap:4px!important}html body .listing-card .card-size-chip>.icon,html body .list-card .card-size-chip>.icon{margin:0!important}html body .listing-card .card-size-chip>span:last-child,html body .list-card .card-size-chip>span:last-child{display:inline-block!important;width:auto!important;max-width:calc(100% - 18px)!important;flex:0 1 auto!important;text-align:left!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;word-break:normal!important;overflow-wrap:normal!important}}.dynamic-content h1,.dynamic-content h2,.dynamic-content h3,.dynamic-content h4,.dynamic-content h5,.dynamic-content h6{margin:14px 0 5px!important;color:#17171c!important;font-size:17px!important;font-weight:700!important;line-height:1.25!important;letter-spacing:0!important;padding:0!important;overflow:visible!important}.dynamic-content h1:first-child,.dynamic-content h2:first-child,.dynamic-content h3:first-child,.dynamic-content h4:first-child,.dynamic-content h5:first-child,.dynamic-content h6:first-child{margin-top:0!important}.dynamic-content p{margin:0 0 10px!important;color:#30323a!important;font-size:15px!important;font-weight:400!important;line-height:1.62!important}.dynamic-content h1 + p,.dynamic-content h2 + p,.dynamic-content h3 + p,.dynamic-content h4 + p,.dynamic-content h5 + p,.dynamic-content h6 + p{margin-top:0!important}.dynamic-content p:last-child{margin-bottom:0!important}.dynamic-content ul,.dynamic-content ol{margin:4px 0 10px!important;padding-left:22px!important;color:#30323a!important;font-size:15px!important;line-height:1.62!important}.dynamic-content li + li{margin-top:3px!important}@media(max-width:640px){.dynamic-content h1,.dynamic-content h2,.dynamic-content h3,.dynamic-content h4,.dynamic-content h5,.dynamic-content h6{font-size:17px!important;line-height:1.25!important;margin:12px 0 4px!important}.dynamic-content p,.dynamic-content ul,.dynamic-content ol{font-size:15px!important;line-height:1.58!important}.dynamic-content p{margin-bottom:9px!important}}.post-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:20px 24px;background:linear-gradient(180deg,#ffffff 0%,#fbfbfd 100%)}.post-facts .post-fact,.post-facts .post-fact-wide{grid-column:auto}.post-fact{position:relative;align-items:center;gap:12px;min-height:78px;padding:13px 14px;overflow:hidden;border:1px solid #e5e7ec;border-radius:15px;background:linear-gradient(145deg,#ffffff,#f7f8fb);box-shadow:0 5px 16px rgba(24,24,35,.055);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.post-fact::after{content:"";position:absolute;inset:auto -18px -22px auto;width:64px;height:64px;border-radius:50%;background:currentColor;opacity:.045;pointer-events:none}.post-fact:hover{transform:translateY(-1px);border-color:#d9dbe4;box-shadow:0 8px 22px rgba(24,24,35,.08)}.post-fact>.icon{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;margin:0;padding:9px;border:1px solid currentColor;border-radius:13px;background:#fff;box-shadow:0 4px 12px rgba(24,24,35,.08)}.post-fact>.icon svg{width:100%;height:100%;stroke-width:1.9}.post-fact>div{position:relative;z-index:1;min-width:0}.post-fact strong{margin:0 0 3px;color:#17171c;font-size:12px;line-height:1.2;font-weight:800;letter-spacing:.01em}.post-fact span,.post-fact a{color:#343640;font-size:14px;line-height:1.35;font-weight:700;overflow-wrap:anywhere}.post-fact a{color:inherit}.post-fact-age{color:#e11d48}.post-fact-size{color:#7c3aed}.post-fact-nationality{color:#2563eb}.post-fact-phone{color:#0f766e}.post-fact-whatsapp{color:#16a34a}.post-fact-telegram{color:#229ed9}.post-fact-service{color:#ea580c}.post-fact-travel{color:#7c3aed}.post-fact-payment{color:#0891b2}.post-fact-rate{color:#0f9f6e}.post-fact-payment,.post-fact-rate{background:linear-gradient(145deg,#ffffff,#f2fbf9);border-color:#d7eee8}.post-fact-rate span{color:#08724f;font-weight:900}@media(max-width:640px){.post-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px 10px}.post-fact{min-height:72px;gap:8px;padding:10px 9px;border-radius:13px}.post-fact>.icon{width:32px;height:32px;flex-basis:32px;padding:7px;border-radius:10px}.post-fact strong{font-size:10px;line-height:1.2;margin-bottom:2px}.post-fact span,.post-fact a{font-size:12px;line-height:1.28}}.post-detail-content{background:#fff}.post-detail-content .detail-description{max-width:920px;margin:0 auto;color:#2b2d35;font-size:16px;font-weight:400;line-height:1.72;letter-spacing:0;white-space:pre-line;overflow-wrap:anywhere;word-break:normal}.post-floating-contacts{position:fixed;right:max(18px,env(safe-area-inset-right));bottom:max(20px,env(safe-area-inset-bottom));z-index:1200;display:flex;flex-direction:column;align-items:flex-end;gap:11px}.post-floating-contact{position:relative;width:56px;height:56px;display:grid;place-items:center;border:2px solid rgba(255,255,255,.92);border-radius:50%;color:#fff;box-shadow:0 9px 24px rgba(20,22,30,.24),0 2px 7px rgba(20,22,30,.14);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;isolation:isolate}.post-floating-contact::after{content:"";position:absolute;inset:4px;z-index:-1;border:1px solid rgba(255,255,255,.24);border-radius:50%}.post-floating-contact:hover,.post-floating-contact:focus-visible{transform:translateY(-2px) scale(1.04);box-shadow:0 13px 30px rgba(20,22,30,.3),0 3px 9px rgba(20,22,30,.16);filter:saturate(1.08);outline:none}.post-floating-contact svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.post-floating-phone{background:linear-gradient(145deg,#0f8a78,#08695d)}.post-floating-whatsapp{background:linear-gradient(145deg,#2fd66b,#13a94d)}.post-floating-telegram{background:linear-gradient(145deg,#39b8ef,#1688cc)}.post-floating-label{position:absolute;top:50%;right:calc(100% + 10px);padding:6px 9px;border-radius:8px;background:#17171c;color:#fff;font-size:12px;font-weight:800;line-height:1;white-space:nowrap;opacity:0;visibility:hidden;transform:translate(5px,-50%);transition:opacity .16s ease,transform .16s ease,visibility .16s ease;pointer-events:none}.post-floating-contact:hover .post-floating-label,.post-floating-contact:focus-visible .post-floating-label{opacity:1;visibility:visible;transform:translate(0,-50%)}@media(max-width:640px){.post-detail-content .detail-description{font-size:15px;line-height:1.64}.post-floating-contacts{right:max(12px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom));gap:8px}.post-floating-contact{width:50px;height:50px;border-width:2px}.post-floating-contact svg{width:24px;height:24px}.post-floating-label{display:none}}.post-detail-wrap{max-width:1180px}.post-detail-main{width:100%;max-width:950px;margin-inline:auto}.post-detail-content{width:100%;max-width:none;margin:28px 0 0;padding:28px}.post-detail-content .detail-description{width:100%;max-width:none;margin:0;color:#30323a;font-size:15px;font-weight:400;line-height:1.62;white-space:pre-line;overflow-wrap:anywhere;word-break:normal}@media(max-width:640px){.post-detail-wrap{width:100%;max-width:none}.post-detail-main{max-width:none}.post-detail-content{width:calc(100% - 32px);margin:24px auto 0;padding:20px}.post-detail-content .detail-description{font-size:15px;line-height:1.58}}@media(max-width:640px){.post-detail-wrap{width:100%;max-width:none}.post-detail-main{width:calc(100% - 32px);max-width:480px;margin-inline:auto;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.post-detail-slider{width:100%;max-width:none;margin:0;border:0;border-bottom:1px solid var(--line);border-radius:0}}.single-post-image{position:relative;background:#ececf0;overflow:hidden}.single-post-image>img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.single-existing-image{grid-template-columns:minmax(180px,280px);justify-content:start}.pagination{flex-wrap:wrap;align-items:center}.pagination .pagination-arrow{font-size:24px;font-weight:800;line-height:1}.location-footer-links-section{padding:30px 0 38px;background:linear-gradient(180deg,#fafafa 0,#f3f4f7 100%);border-top:1px solid var(--line)}.location-footer-links-head{margin-bottom:16px}.location-footer-links-head h2{margin:0;color:#17171c;font-size:22px;line-height:1.25}.location-footer-links-head p{margin:5px 0 0;color:var(--muted);font-size:14px}.location-footer-links{display:flex;flex-wrap:wrap;gap:9px}.location-footer-button{min-height:40px;display:inline-flex;align-items:center;gap:7px;padding:8px 13px;border:1px solid #dedfe6;border-radius:11px;background:#fff;color:#292b33;font-size:14px;line-height:1.25;font-weight:750;box-shadow:0 3px 10px rgba(20,22,30,.04);transition:none}.location-footer-button .icon{width:15px;height:15px;flex-basis:15px;color:var(--brand)}.location-footer-button:hover{border-color:var(--brand);color:var(--brand-dark);transform:translateY(-1px);box-shadow:0 6px 16px rgba(20,22,30,.08)}.post-page-pagination{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:22px 0 0}.post-page-pagination-link{min-width:0;display:flex;flex-direction:column;gap:5px;padding:15px 17px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 5px 16px rgba(20,22,30,.05)}.post-page-pagination-link span{color:var(--brand-dark);font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}.post-page-pagination-link strong{color:#24262e;font-size:14px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.post-page-pagination-next{text-align:right}.post-page-pagination-link:hover{border-color:#ffc2d3;box-shadow:0 8px 22px rgba(20,22,30,.09)}.similar-posts-section{padding-top:20px;background:#f6f6f8;border-top:1px solid var(--line)}.similar-posts-head{align-items:flex-end}.similar-post-grid .listing-card{height:100%}.homepage-city-quick-form{display:grid;grid-template-columns:minmax(190px,.75fr) minmax(260px,1fr) auto;align-items:end;gap:12px;margin-top:14px}.homepage-city-quick-form .form-group{margin:0}.homepage-city-quick-form .btn{min-height:44px;white-space:nowrap}@media(max-width:640px){.location-footer-links-section{padding:24px 0 28px}.location-footer-links-head h2{font-size:19px}.location-footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.location-footer-button{width:100%;min-width:0;padding:8px 10px;font-size:13px}.location-footer-button span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.post-page-pagination{gap:8px;margin-top:18px}.post-page-pagination-link{padding:12px 11px}.post-page-pagination-link span{font-size:10px}.post-page-pagination-link strong{font-size:12px}.similar-posts-section{padding-top:14px}.similar-posts-head{display:block}.similar-posts-head .text-link{display:inline-block;margin-top:9px}.homepage-city-quick-form{grid-template-columns:1fr}.homepage-city-quick-form .btn{width:100%}}.similar-post-grid .similar-post-card{display:flex;flex-direction:column;height:100%}.similar-post-grid .similar-post-image{width:100%;aspect-ratio:4/3;border-radius:0;overflow:hidden;background:#ececf0}.similar-post-grid .similar-post-image .card-image-link{display:block;width:100%;height:100%}.similar-post-grid .similar-post-image img{display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center}.similar-post-grid .similar-post-body{display:flex;flex:1;flex-direction:column;padding:15px;text-align:left}.similar-post-grid .similar-post-title{min-height:0;margin:0 0 8px;color:#17171c;font-size:16px;line-height:1.35;font-weight:800;text-align:left;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.similar-post-grid .similar-post-excerpt{margin:0;color:#555963;font-size:14px;line-height:1.5;text-align:left;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}@media(max-width:640px){.similar-post-grid .similar-post-body{padding:13px}.similar-post-grid .similar-post-title{font-size:15px;margin-bottom:7px}.similar-post-grid .similar-post-excerpt{font-size:14px;line-height:1.48}}.site-footer.simple-footer{background:#17171c;color:#d6d6dd;padding:26px 0 18px}.simple-footer .footer-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px 22px;text-align:center}.simple-footer .footer-links a{color:#f2f2f5;font-size:14px;font-weight:700;line-height:1.35;margin:0}.simple-footer .footer-links a:hover,.simple-footer .footer-links a:focus-visible{color:#fff;text-decoration:underline;text-underline-offset:4px}.simple-footer .copyright{border-top:1px solid #303038;margin-top:20px;padding-top:16px;color:#a9a9b3;font-size:13px;text-align:center}body.age-gate-open{overflow:hidden}.age-gate[hidden]{display:none!important}.age-gate{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:20px;background:rgba(10,10,14,.84);backdrop-filter:blur(7px)}.age-gate-card{width:min(430px,100%);background:#fff;color:var(--ink);border:1px solid rgba(255,255,255,.25);border-radius:22px;box-shadow:0 28px 80px rgba(0,0,0,.35);padding:30px;text-align:center}.age-gate-badge{width:72px;height:72px;margin:0 auto 16px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,var(--brand),#ff8a5b);color:#fff;font-size:24px;font-weight:900;box-shadow:0 12px 28px rgba(255,61,116,.28)}.age-gate-card h2{margin:0 0 8px;font-size:24px;line-height:1.25}.age-gate-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.55}.age-gate-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}@media(max-width:640px){.site-footer.simple-footer{padding:22px 0 16px}.simple-footer .footer-links{gap:10px 16px}.simple-footer .footer-links a{font-size:13px}.simple-footer .copyright{margin-top:17px;padding-top:14px;font-size:12px}.age-gate-card{padding:24px 20px;border-radius:18px}.age-gate-badge{width:64px;height:64px;font-size:22px}.age-gate-card h2{font-size:21px}.age-gate-actions{grid-template-columns:1fr}}.brand-logo{width:36px;height:36px;flex:0 0 36px;object-fit:contain;border-radius:10px;background:#fff;border:1px solid var(--line);padding:2px}.settings-stack{display:grid;gap:22px;min-width:0}.site-identity-grid{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:24px;align-items:start}.file-control{padding:9px 10px;height:auto}.site-logo-preview-card{min-height:220px;border:1px solid var(--line);background:var(--soft);border-radius:16px;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px}.site-logo-preview{width:100px;height:100px;object-fit:contain;border-radius:18px;background:#fff;border:1px solid var(--line);padding:6px;box-shadow:0 10px 28px rgba(20,22,30,.08)}.site-logo-placeholder{width:100px;height:100px;display:grid;place-items:center;border-radius:22px;background:linear-gradient(145deg,var(--brand),#ff8a5b);color:#fff;font-size:38px;font-weight:900;box-shadow:0 12px 30px rgba(255,61,116,.24)}.site-logo-preview-card span{font-weight:800;overflow-wrap:anywhere}.site-logo-preview-card small{color:var(--muted)}.remove-logo-option{margin:4px 0 18px}@media(max-width:700px){.brand-logo{width:32px;height:32px;flex-basis:32px;border-radius:9px}.site-identity-grid{grid-template-columns:1fr}.site-logo-preview-card{min-height:190px}}.bulk-check-cell{width:46px;min-width:46px;text-align:center!important}.bulk-check-cell input{width:18px;height:18px;accent-color:var(--brand);cursor:pointer}.bulk-action-bar{margin-top:16px;padding:13px 14px;border:1px solid #f0c4cf;border-radius:12px;background:#fff5f7;display:flex;align-items:center;justify-content:space-between;gap:14px}.bulk-action-bar span{font-size:14px;color:#5b2633}.bulk-action-bar strong{font-size:17px;color:#9d1738}.code-area{min-height:210px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;line-height:1.55}@media(max-width:640px){.bulk-action-bar{align-items:stretch;flex-direction:column}.bulk-action-bar .btn{width:100%}.bulk-check-cell{width:40px;min-width:40px}}.content-layout.no-sidebar .list-card-image,.listing-card .listing-image,.post-detail-slider,.single-post-image,.similar-post-grid .similar-post-image{overflow:hidden;background:#ececf0}.content-layout.no-sidebar .list-card-image img,.listing-card .listing-image img,.post-detail-slider img,.single-post-image>img,.similar-post-grid .similar-post-image img{display:block;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center!important}.content-layout.no-sidebar .list-card:hover .list-card-image img,.listing-card:hover .listing-image img,.similar-post-grid .similar-post-card:hover .similar-post-image img{transform:none!important}@media(max-width:640px){.similar-post-grid .similar-post-card{display:flex!important;flex-direction:column!important;align-items:stretch!important}.similar-post-grid .similar-post-image{order:1;width:100%!important;height:auto!important;aspect-ratio:4/3!important;flex:0 0 auto}.similar-post-grid .similar-post-body{order:2;width:100%;min-width:0}}.post-location-links-section{padding-top:28px}.post-location-links{align-items:stretch}.post-location-button{min-height:42px}.post-location-state,.post-location-city{border-color:#ffc6d6;background:#fff7fa;color:var(--brand-dark)}.post-location-button.is-current{border-color:var(--brand);background:var(--brand);color:#fff;box-shadow:0 7px 18px rgba(255,61,116,.22)}.post-location-button.is-current .icon{color:#fff}@media(max-width:640px){.post-location-links-section{padding-top:22px}.post-location-links{grid-template-columns:repeat(2,minmax(0,1fr))}.post-location-state,.post-location-city{grid-column:auto}}.location-footer-button{justify-content:center;text-align:center}.location-footer-button span{text-align:center}.state-contact-fixed{position:fixed;left:0;right:0;bottom:0;z-index:1350;display:grid;width:100%;min-height:58px;grid-template-columns:repeat(var(--state-contact-columns,1),minmax(0,1fr));background:#111218;box-shadow:0 -7px 24px rgba(0,0,0,.24);padding-bottom:env(safe-area-inset-bottom)}.state-contact-fixed.state-contact-count-1{--state-contact-columns:1}.state-contact-fixed.state-contact-count-2{--state-contact-columns:2}.state-contact-fixed.state-contact-count-3{--state-contact-columns:3}.state-contact-fixed-button{min-width:0;min-height:58px;display:flex;align-items:center;justify-content:center;gap:9px;padding:10px 14px;color:#fff;border-right:1px solid rgba(255,255,255,.22);font-size:15px;font-weight:850;text-align:center}.state-contact-fixed-button:last-child{border-right:0}.state-contact-fixed-button .icon{width:22px;height:22px;flex:0 0 22px}.state-contact-fixed-button .icon svg{width:100%;height:100%}.state-contact-fixed-button.state-contact-phone{background:#08776b}.state-contact-fixed-button.state-contact-whatsapp{background:#18a84f}.state-contact-fixed-button.state-contact-telegram{background:#178dcc}.state-contact-fixed-button:hover,.state-contact-fixed-button:focus-visible{color:#fff;filter:brightness(1.08)}body.has-state-contact-bar{padding-bottom:calc(58px + env(safe-area-inset-bottom))}body.has-state-contact-bar .age-gate{z-index:1600}.state-contact-shortcode-buttons{display:grid;grid-template-columns:repeat(var(--state-contact-columns,1),minmax(0,1fr));gap:9px;margin:14px 0}.state-contact-shortcode-buttons.state-contact-count-1{--state-contact-columns:1}.state-contact-shortcode-buttons.state-contact-count-2{--state-contact-columns:2}.state-contact-shortcode-buttons.state-contact-count-3{--state-contact-columns:3}.state-contact-shortcode-button{min-height:44px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;color:#fff;font-weight:800;text-align:center;padding:9px 12px}.state-contact-shortcode-button:hover{color:#fff;filter:brightness(1.06)}.state-contact-shortcode-button.state-contact-phone{background:#08776b}.state-contact-shortcode-button.state-contact-whatsapp{background:#18a84f}.state-contact-shortcode-button.state-contact-telegram{background:#178dcc}.state-contact-shortcode-button .icon{width:19px;height:19px}.state-contact-admin-layout{display:grid;grid-template-columns:minmax(250px,.72fr) minmax(0,1.5fr);gap:22px}.state-contact-state-list{max-height:680px;overflow:auto}.state-contact-state-list a{display:flex;justify-content:space-between;gap:10px;padding:10px 11px;border-radius:9px;font-weight:700}.state-contact-state-list a:hover,.state-contact-state-list a.active{background:var(--soft)}.state-contact-state-list small{color:var(--muted);font-weight:600}.state-contact-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.contact-channel-card{padding:15px;border:1px solid var(--line);border-radius:13px;background:#fafafa}.contact-channel-card .checkbox{margin-top:10px}.shortcode-copy-row{display:flex;gap:9px;align-items:center}.shortcode-copy-row code{display:block;flex:1;min-width:0;padding:12px;border:1px solid var(--line);border-radius:9px;background:#f6f6f8;overflow:auto}.manager-account-card{margin-top:20px;padding-top:20px;border-top:1px solid var(--line)}@media(max-width:820px){.state-contact-admin-layout{grid-template-columns:1fr}.state-contact-state-list{max-height:280px}.state-contact-form-grid{grid-template-columns:1fr}}@media(max-width:640px){.state-contact-fixed{min-height:54px}.state-contact-fixed-button{min-height:54px;padding:8px 6px;gap:6px;font-size:12px}.state-contact-fixed-button .icon{width:20px;height:20px;flex-basis:20px}body.has-state-contact-bar{padding-bottom:calc(54px + env(safe-area-inset-bottom))}.shortcode-copy-row{align-items:stretch;flex-direction:column}}.state-contact-button-symbol{font-size:20px;line-height:1;flex:0 0 auto}body.has-state-contact-bar .post-floating-contacts{display:none!important}.manager-users-section{margin-top:22px}.manager-user-list{display:grid;gap:10px;margin:14px 0 20px}.manager-user-item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px;border:1px solid var(--line);border-radius:12px;background:#fafafa}.manager-user-item>div{min-width:0;display:grid;gap:3px}.manager-user-item strong,.manager-user-item span,.manager-user-item small{overflow-wrap:anywhere}.manager-user-item span{color:var(--muted)}.manager-user-item small{color:#555;font-weight:650}.manager-scope-options{display:flex;flex-wrap:wrap;gap:18px;margin:15px 0}.manager-state-picker{border:1px solid var(--line);border-radius:12px;padding:13px;background:#fafafa;transition:.2s ease}.manager-state-picker.is-disabled{opacity:.5}.manager-state-picker-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.manager-state-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;max-height:320px;overflow:auto;padding-right:5px}.manager-state-option{margin:0;padding:8px;border:1px solid var(--line);border-radius:9px;background:#fff}@media(max-width:920px){.manager-state-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:680px){.manager-state-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.manager-user-item{align-items:flex-start;flex-direction:column}.manager-user-item .btn{width:100%}}.custom-contact-admin-layout{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(0,1.65fr);gap:22px;align-items:start}.custom-contact-list{max-height:760px;overflow:auto;position:sticky;top:18px}.custom-contact-list>a{display:flex;flex-direction:column;gap:5px;padding:12px;border:1px solid transparent;border-radius:11px;margin-bottom:8px;background:#fafafa;color:var(--text)}.custom-contact-list>a:hover,.custom-contact-list>a.active{background:var(--soft);border-color:var(--primary)}.custom-contact-list code{font-size:12px;overflow-wrap:anywhere;color:var(--primary)}.custom-contact-list small{color:var(--muted);line-height:1.35}.scope-panel[hidden]{display:none!important}.custom-scope-grid{max-height:300px;overflow:auto;padding:10px;border:1px solid var(--line);border-radius:12px;background:#fafafa}.manager-state-option small{display:block;margin-left:25px;color:var(--muted);overflow-wrap:anywhere}.custom-contact-fixed{z-index:1005}@media(max-width:900px){.custom-contact-admin-layout{grid-template-columns:1fr}.custom-contact-list{position:static;max-height:320px}}.captcha-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}.captcha-box{display:flex;align-items:center;gap:12px;margin-bottom:10px;flex-wrap:wrap}.captcha-box img{display:block;width:250px;max-width:100%;height:76px;border:1px solid #d9e0e8;border-radius:10px;background:#f4f6f9}.captcha-refresh{min-height:44px;white-space:nowrap}.captcha-input{text-transform:uppercase;letter-spacing:.18em;font-weight:800}.registration-consent{margin:4px 0 18px;align-items:flex-start}.legal-hero p{margin:8px 0 0;text-align:center;opacity:.85}.legal-section{padding-top:28px}.legal-card{max-width:980px;margin:0 auto;line-height:1.75}.legal-card h2{margin:30px 0 8px;font-size:18px;line-height:1.4}.legal-card p{margin:0 0 14px}.legal-card ul{margin:0 0 18px;padding-left:22px}.legal-card li{margin:7px 0}.legal-notice{padding:16px 18px;margin-bottom:24px;border:1px solid #f1c8d9;border-radius:12px;background:#fff3f8;line-height:1.6}@media(max-width:640px){.captcha-box{display:grid;grid-template-columns:1fr}.captcha-box img{width:100%;height:auto;min-height:76px}.captcha-refresh{width:100%}.legal-card{padding-left:16px;padding-right:16px}}.state-contact-fixed{min-height:60px;background:#000;box-shadow:0 -1px 0 rgba(255,255,255,.06),0 -8px 24px rgba(0,0,0,.24)}.state-contact-fixed-button{min-height:60px;padding:10px 14px;gap:10px;border-right:0;color:#c9c9c9;font-size:18px;font-weight:800;letter-spacing:.01em}.state-contact-fixed-button .icon{width:24px;height:24px;flex-basis:24px;color:#c1c4c5}.state-contact-fixed-button.state-contact-phone{background:#7b0034}.state-contact-fixed-button.state-contact-whatsapp{background:#054219}.state-contact-fixed-button.state-contact-telegram{background:#053e5d}.state-contact-fixed-button:hover,.state-contact-fixed-button:focus-visible{color:#fff;filter:brightness(1.1)}body.has-state-contact-bar{padding-bottom:calc(60px + env(safe-area-inset-bottom))}.bulk-city-actions-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.bulk-city-actions-row .bulk-action-bar{margin-top:0;height:100%}.bulk-action-bar-edit{border-color:#c9dcff;background:#f4f8ff}.city-bulk-edit-table .form-control{min-width:150px}.city-bulk-edit-table td:first-child .form-control{min-width:190px}.city-bulk-edit-savebar{margin-top:16px}@media(max-width:640px){.state-contact-fixed{min-height:58px}.state-contact-fixed-button{min-height:58px;padding:8px 5px;gap:6px;font-size:14px}.state-contact-fixed-button .icon{width:21px;height:21px;flex-basis:21px}body.has-state-contact-bar{padding-bottom:calc(58px + env(safe-area-inset-bottom))}.bulk-city-actions-row{grid-template-columns:1fr}.bulk-city-actions-row .bulk-action-bar{align-items:stretch}}.location-finder-strip{background:linear-gradient(180deg,#fff,#f8fafc);border-bottom:1px solid var(--line);padding:12px 0}.location-finder-after-title{border-top:1px solid var(--line)}.location-finder-box{display:grid;grid-template-columns:minmax(190px,.85fr) minmax(180px,1fr) minmax(180px,1fr) auto;align-items:end;gap:10px;padding:12px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 8px 24px rgba(15,23,42,.05)}.location-finder-heading{align-self:center;min-width:0}.location-finder-heading strong{display:block;font-size:15px;line-height:1.25;color:var(--text)}.location-finder-heading span{display:block;margin-top:3px;font-size:11px;line-height:1.35;color:var(--muted)}.location-finder-field{display:block;min-width:0}.location-finder-field>span{display:block;margin:0 0 5px;font-size:11px;font-weight:800;color:var(--muted)}.location-finder-field .form-control{width:100%;min-height:42px;margin:0;background:#fff}.location-finder-submit{min-height:42px;white-space:nowrap;padding-inline:22px}.location-finder-box.is-loading [data-location-finder-city]{opacity:.7}@media(max-width:900px){.location-finder-box{grid-template-columns:1fr 1fr auto}.location-finder-heading{grid-column:1/-1}}@media(max-width:640px){.location-finder-strip{padding:8px 0}.location-finder-box{grid-template-columns:1fr 1fr;padding:9px;gap:8px;border-radius:12px}.location-finder-heading{grid-column:1/-1}.location-finder-heading span{display:none}.location-finder-field .form-control{min-height:40px;padding-left:9px;padding-right:28px;font-size:13px}.location-finder-submit{grid-column:1/-1;min-height:40px;width:100%}}.content-layout.no-sidebar .list-card-image{aspect-ratio:4/5;height:auto!important;align-self:start}.content-layout.no-sidebar .list-card-image img{aspect-ratio:4/5;object-fit:cover!important}.brand-logo{aspect-ratio:1/1}@media(max-width:640px){.content-layout.no-sidebar .list-card-image{aspect-ratio:4/5!important;height:auto!important;min-height:0!important;align-self:start!important}}@media(max-width:640px){html body .content-layout.no-sidebar .list-card .card-info-row,html body .content-layout.no-sidebar .list-card .list-card-bottom,html body .content-layout.no-sidebar .list-card .badge{display:none!important}html body .content-layout.no-sidebar .list-card-content p{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;overflow:hidden!important;margin:0!important;font-size:12px!important;line-height:1.4!important;color:var(--muted)!important}html body .content-layout.no-sidebar .list-card-content{justify-content:flex-start!important}}html body .content-layout.no-sidebar .list-view{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}html body .content-layout.no-sidebar .list-card{display:flex!important;flex-direction:column!important;min-width:0!important;padding:0!important;gap:0!important;overflow:hidden!important;background:#fff!important}html body .content-layout.no-sidebar .list-card-image{width:100%!important;aspect-ratio:4/5!important;border-radius:0!important;overflow:hidden!important;margin:0!important}html body .content-layout.no-sidebar .list-card-image img{width:100%!important;height:100%!important;aspect-ratio:auto!important;object-fit:cover!important}html body .content-layout.no-sidebar .list-card-content{display:block!important;min-width:0!important;padding:12px 13px 14px!important}html body .content-layout.no-sidebar .list-card-content h2{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;white-space:normal!important;overflow:hidden!important;text-overflow:clip!important;min-height:0!important;margin:0 0 7px!important;font-size:16px!important;line-height:1.35!important}html body .content-layout.no-sidebar .list-card-content p{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:5!important;overflow:hidden!important;margin:0!important;font-size:13px!important;line-height:1.5!important;color:var(--muted)!important}html body .content-layout.no-sidebar .list-card .card-info-row,html body .content-layout.no-sidebar .list-card .list-card-bottom,html body .content-layout.no-sidebar .list-card .badge{display:none!important}@media(max-width:980px){html body .content-layout.no-sidebar .list-view{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:640px){html body .content-layout.no-sidebar .list-view{grid-template-columns:1fr!important;gap:12px!important}html body .content-layout.no-sidebar .list-card{display:grid!important;grid-template-columns:42% minmax(0,1fr)!important;align-items:start!important}html body .content-layout.no-sidebar .list-card-image{width:100%!important;aspect-ratio:4/5!important}html body .content-layout.no-sidebar .list-card-content{padding:9px 10px!important}html body .content-layout.no-sidebar .list-card-content h2{margin:0 0 5px!important;font-size:15px!important;line-height:1.35!important;-webkit-line-clamp:2!important}html body .content-layout.no-sidebar .list-card-content p{-webkit-line-clamp:9!important;font-size:12px!important;line-height:1.4!important}}@media(max-width:640px){html body .content-layout.no-sidebar .list-card{align-items:start!important}html body .content-layout.no-sidebar .list-card-content{align-self:start!important;justify-self:stretch!important;height:auto!important;min-height:0!important;margin:0!important;padding:2px 9px 6px!important}html body .content-layout.no-sidebar .list-card-content h2{margin:0 0 1px!important}html body .content-layout.no-sidebar .list-card-content p{margin:0!important}}@media(min-width:641px){html body .content-layout.no-sidebar .list-card-image{aspect-ratio:4/3!important;height:auto!important;min-height:0!important}html body .content-layout.no-sidebar .list-card-content h2{text-align:center!important}}@media(min-width:641px){html body .content-layout.no-sidebar .list-card-image{aspect-ratio:4/3!important;background:#fff!important}html body .content-layout.no-sidebar .list-card-image img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important}}@media(min-width:641px){html body .content-layout.no-sidebar .list-card-image{width:100%!important;aspect-ratio:4/5!important;height:auto!important;min-height:0!important;background:transparent!important;overflow:hidden!important}html body .content-layout.no-sidebar .list-card-image img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}}@media(min-width:1100px){html body .content-layout.no-sidebar .list-view{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px!important}}@media(max-width:640px){html body .location-finder-strip + .content-layout.no-sidebar{padding-top:8px!important;padding-bottom:24px!important}html body .content-layout.no-sidebar .city-dynamic-content{margin-top:10px!important}html body .content-layout.no-sidebar .pagination{margin-top:12px!important;margin-bottom:0!important}html body .content-layout.no-sidebar .pagination + .city-dynamic-content{margin-top:10px!important}}.location-footer-button{transition:none!important}.location-footer-button:hover{transform:none!important}.btn-primary{background:#c2184b!important;color:#fff!important}.btn-primary:hover,.btn-primary:focus-visible{background:#a90f3f!important;color:#fff!important}.dynamic-content a{color:#a90f3f!important;text-decoration:underline!important;text-decoration-thickness:1.5px;text-underline-offset:2px}.breadcrumbs,.breadcrumbs span{color:#50535d!important}.breadcrumbs a{color:#3f424b!important;text-decoration:underline;text-underline-offset:2px}.location-footer-button.post-location-button.is-current{background:#b51645!important;border-color:#b51645!important;color:#fff!important;box-shadow:none!important}.location-footer-button.post-location-button.is-current .icon{color:#fff!important}.icon-link:focus-visible,.btn:focus-visible,.location-footer-button:focus-visible,.dynamic-content a:focus-visible,.breadcrumbs a:focus-visible{outline:3px solid #17171c!important;outline-offset:3px!important}.dynamic-content,.dynamic-content p,.dynamic-content li,.dynamic-content span,.dynamic-content strong,.dynamic-content em,.dynamic-content blockquote{color:#30323a!important}.dynamic-content h1,.dynamic-content h2,.dynamic-content h3,.dynamic-content h4,.dynamic-content h5,.dynamic-content h6{color:#17171c!important}.dynamic-content a{color:#a90f3f!important}html body .content-layout.no-sidebar .card-title-link,html body .content-layout.no-sidebar .list-card-content h2{min-width:0!important;max-width:100%!important}html body .content-layout.no-sidebar .list-card-content h2{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;overflow-wrap:anywhere!important;word-break:break-word!important;white-space:normal!important;text-overflow:ellipsis!important}@media(min-width:1100px){html body .container.content-layout.no-sidebar{width:min(1240px,calc(100% - 24px))!important}html body .content-layout.no-sidebar .list-view{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important}}@media(min-width:1100px){html body .container.content-layout.no-sidebar{width:min(1240px,calc(100% - 24px))!important}html body .content-layout.no-sidebar .list-view{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}html body .content-layout.no-sidebar .list-card-content{padding:10px 13px 14px!important}html body .content-layout.no-sidebar .list-card-content h2{margin:0 0 2px!important}}@media(min-width:1100px){html body .content-layout.no-sidebar .list-card-content h2{font-size:15px!important;line-height:1.20!important}}p{color:#000!important}:root{--ink:#000000!important;--muted:#000000!important;--text:#000000!important}body{color:#000000!important}.category-scroll a,.hero p,.section-head p,.category-card p,.listing-meta,.list-card-content p,.meta-row,.detail-description,.spec span,.breadcrumbs,.breadcrumbs span,.breadcrumbs a,.empty-state,.dashboard-card small,.stat-card p,.table-subtext,.edit-title-row p,.card-location,.card-location-link,.card-location-age-row .card-location,.card-extra,.location-finder-heading span,.location-finder-field>span,.location-footer-links-head p,.location-footer-button.post-location-button:not(.is-current),.post-page-pagination-link strong,.manager-user-item span,.manager-user-item small,.custom-contact-list small,.manager-state-option small,.state-contact-state-list small,.site-logo-preview-card small,.city-pill small,th,.dynamic-content,.dynamic-content p,.dynamic-content li,.dynamic-content span,.dynamic-content strong,.dynamic-content em,.dynamic-content blockquote,.dynamic-content h1,.dynamic-content h2,.dynamic-content h3,.dynamic-content h4,.dynamic-content h5,.dynamic-content h6,.dynamic-content a,p{color:#000000!important}.dynamic-content a,.breadcrumbs a,.text-link{color:#000000!important;text-decoration:underline;text-underline-offset:2px}.btn-primary,.btn-primary *,.btn-dark,.btn-dark *,.btn-danger,.btn-danger *,.pagination a.active,.pagination a.active *,.status-filters a.active,.status-filters a.active *,.location-footer-button.post-location-button.is-current,.location-footer-button.post-location-button.is-current *,.state-contact-fixed-button,.state-contact-fixed-button *,.state-contact-shortcode-button,.state-contact-shortcode-button *,.brand-mark,.brand-mark *,.hero-card-inner,.hero-card-inner *{color:#ffffff!important}.site-footer,.site-footer p,.site-footer span,.site-footer small,.site-footer a,.site-footer h1,.site-footer h2,.site-footer h3,.site-footer h4,.site-footer h5,.site-footer h6,.site-footer .copyright{color:#ffffff!important}@media (min-width:1100px){html body .content-layout.no-sidebar .list-card-image{aspect-ratio:10/11!important;height:auto!important;overflow:hidden!important}html body .content-layout.no-sidebar .list-card-image img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important}}@media (min-width:1100px){html body .content-layout.no-sidebar .list-card-image{aspect-ratio:10/11!important;height:auto!important;overflow:hidden!important;background:#000!important}html body .content-layout.no-sidebar .list-card-image img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;background:#000!important}}@media (min-width:1100px){html body .content-layout.no-sidebar .list-card-image{aspect-ratio:10/11!important;height:auto!important;min-height:0!important;overflow:hidden!important;background:transparent!important}html body .content-layout.no-sidebar .list-card-image img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:fill!important;object-position:center!important;background:transparent!important}}
@media(max-width:640px){html body .content-layout.no-sidebar .list-card-content h2{font-size:14px!important;line-height:1.20!important}}
/* v-next: visual color polish only; no post-card sizing changes. */
html body a{text-decoration:none!important}

/* Colorful, high-contrast text links without underlines. */
html body .dynamic-content a,
html body .text-link{
  color:#8b174f!important;
  font-weight:700;
  text-decoration:none!important;
}
html body .breadcrumbs a{
  color:#0b5cab!important;
  font-weight:700;
  text-decoration:none!important;
}
html body .header-actions .icon-link,
html body .category-scroll a{
  color:#6a1b78!important;
  text-decoration:none!important;
}
html body .site-footer a:not(.brand){
  color:#ffd166!important;
  text-decoration:none!important;
}

/* Buttons: clearer bordered treatment without changing dimensions. */
html body .btn{
  border:1px solid #c8c9d2!important;
  box-shadow:0 2px 8px rgba(20,22,30,.06);
}
html body .btn-primary{
  border-color:#8f123b!important;
}
html body .btn-dark{
  border-color:#000!important;
}
html body .btn-light{
  border-color:#b8bac5!important;
}

/* Location buttons: colorful outlines, same sizing/layout. */
html body .location-footer-button{
  border-width:1px!important;
  border-style:solid!important;
  box-shadow:0 2px 8px rgba(20,22,30,.05)!important;
}
html body .post-location-state{
  border-color:#7b1fa2!important;
  color:#5f177d!important;
}
html body .post-location-city{
  border-color:#c2185b!important;
  color:#971247!important;
}
html body .post-location-area:not(.is-current){
  border-color:#087f8c!important;
  color:#05636d!important;
}
html body .post-location-state .icon{color:#7b1fa2!important}
html body .post-location-city .icon{color:#c2185b!important}
html body .post-location-area:not(.is-current) .icon{color:#087f8c!important}

/* Center the location heading/copy and tighten the content -> location section gap. */
html body .location-footer-links-head{
  text-align:center!important;
  margin-bottom:10px!important;
}
html body .location-footer-links-head h2,
html body .location-footer-links-head p{
  text-align:center!important;
}
html body .location-footer-links-head p{
  margin-top:3px!important;
}
html body .content-layout.no-sidebar{
  padding-bottom:14px!important;
}
html body .page-location-links-section{
  padding-top:14px!important;
}

@media(max-width:640px){
  html body .content-layout.no-sidebar{
    padding-bottom:10px!important;
  }
  html body .page-location-links-section{
    padding-top:10px!important;
  }
  html body .location-footer-links-head{
    margin-bottom:8px!important;
  }
}
html body .location-footer-button:not(.post-location-button){border-color:#1565c0!important;color:#0b5cab!important}html body .location-footer-button:not(.post-location-button) .icon{color:#1565c0!important}html body .post-detail-wrap{padding-bottom:14px!important}html body .post-location-links-section{padding-top:14px!important}@media(max-width:640px){html body .post-detail-wrap{padding-bottom:10px!important}html body .post-location-links-section{padding-top:10px!important}}
