.hero{min-height:560px;padding:clamp(5rem,10vw,9rem) max(1.5rem,calc((100vw - 1200px)/2)) 5rem;display:grid;align-content:center;background:linear-gradient(90deg,rgba(13,13,13,.3),rgba(13,13,13,.9)),radial-gradient(circle at 75% 30%,rgba(243,194,198,.12),transparent 25rem)}.hero-copy{max-width:880px}.hero-copy h1{margin-bottom:1.5rem}.hero-copy>p:last-child,.page-hero>p:last-child{color:var(--muted);font-size:1.1rem}.hero .search-bar{margin-top:2rem}.banner-shell{padding:2rem 0 0;overflow:hidden;background:#111}.banner-track{display:flex;gap:1rem;width:max-content;padding:0 1.5rem 2rem;animation:banner-drift 60s linear infinite}.banner{position:relative;width:min(38vw,520px);aspect-ratio:16/9;border-radius:var(--radius);overflow:hidden;background:var(--surface);text-decoration:none}.banner img,.banner-placeholder{width:100%;height:100%;object-fit:cover}.banner:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.9))}.banner-copy{position:absolute;z-index:2;left:1.4rem;right:1.4rem;bottom:1.2rem;display:grid}.banner-copy small,.banner-copy span{color:#d1cccb}.banner-copy strong{font:1.8rem var(--serif)}@keyframes banner-drift{to{transform:translateX(-35%)}}.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;padding:0;background:var(--border);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.trust-strip div{display:grid;padding:1.5rem;background:var(--surface)}.trust-strip span{color:var(--muted)}.page-hero{padding:8rem 0 4rem}.page-hero.compact{padding-bottom:2rem}.page-hero h1{max-width:900px;margin-bottom:1rem}.page-hero .search-bar{margin-top:2rem}.search-layout{display:grid;grid-template-columns:270px 1fr;gap:2rem}.filters{align-self:start;position:sticky;top:100px;padding:1.4rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.filters form{display:grid;gap:1rem}.filters label{display:grid;gap:.4rem;color:var(--muted);font-size:.8rem}.filters .check{display:flex;align-items:center}.check input{width:18px;min-height:18px}.filter-title h2,.results-heading h2{font:1.6rem var(--serif)}.filter-title a{color:var(--accent);font-size:.75rem}.results-heading{align-items:center}.results-heading span{color:var(--muted)}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.pagination a,.pagination span{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--border);border-radius:50%;text-decoration:none}.pagination a.active{background:var(--accent);color:#111}.profile-detail{padding-top:3rem}.detail-hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);min-height:680px;border-radius:24px;overflow:hidden;background:var(--surface)}.detail-gallery{min-height:600px}.detail-intro{padding:clamp(2rem,5vw,5rem);display:flex;flex-direction:column;justify-content:center}.detail-intro h1{font-size:clamp(3rem,6vw,6rem);margin-bottom:1rem}.detail-intro blockquote{margin:0 0 1.5rem;padding-left:1rem;border-left:2px solid var(--accent);font:italic 1.4rem var(--serif);color:#d7d0cf}.location-link{margin:1.5rem 0;color:var(--muted)}.detail-price{display:grid;font:2rem var(--serif);color:var(--accent)}.detail-price small{font:700 .65rem var(--sans);color:var(--muted);text-transform:uppercase;letter-spacing:.15em}.gallery-dots{position:absolute;bottom:1rem;left:50%;display:flex;gap:.4rem;transform:translateX(-50%)}.gallery-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#777}.detail-columns{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-top:2rem}.detail-section{margin-bottom:2rem;padding:clamp(1.5rem,3vw,3rem);border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.detail-section h2{font-size:clamp(1.8rem,3vw,2.7rem)}.prose{white-space:pre-line;color:#d0cccb}.facts{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border)}.facts div{padding:1.2rem;background:var(--surface)}.facts dt{color:var(--muted);font-size:.72rem}.facts dd{margin:.25rem 0 0;font-weight:700}.tag-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tag-list span{padding:.55rem .8rem;border:1px solid var(--border);border-radius:999px}.price-list>div,.hours-row{display:flex;justify-content:space-between;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border)}.price-list span{display:grid}.price-list small{color:var(--muted)}.hours-row span{text-align:right;color:var(--muted)}.map-placeholder{min-height:220px;display:grid;place-content:center;text-align:center;border-radius:14px;background:radial-gradient(circle,rgba(243,194,198,.13),transparent 55%),#111}.map-placeholder span{font-size:2rem;color:var(--accent)}.map-placeholder small{color:var(--muted)}.mobile-cta{display:none}.error-page{min-height:65vh;display:grid;place-content:center;text-align:center;padding:4rem 1.5rem}.error-page h1{font-size:3rem}.error-page .button{justify-self:center}
@media(max-width:1100px){.profile-grid{grid-template-columns:repeat(3,1fr)}.main-nav{gap:.8rem}.detail-columns{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:800px){.nav-wrap{height:68px;width:calc(100% - 2rem)}.menu-toggle{display:block}.main-nav{display:none;position:absolute;top:68px;left:0;right:0;padding:1.5rem;background:#111;border-bottom:1px solid var(--border);align-items:stretch;flex-direction:column}.main-nav.open{display:flex}.main-nav form,.nav-button{width:100%;text-align:left}.hero{min-height:520px}.search-bar{grid-template-columns:1fr;border-radius:18px}.search-bar .button{width:100%}.banner{width:78vw}.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.search-layout{grid-template-columns:1fr}.filters{position:static}.detail-hero{grid-template-columns:1fr}.detail-gallery{min-height:520px;aspect-ratio:4/5}.detail-intro{padding:2rem}.facts{grid-template-columns:repeat(2,1fr)}.trust-strip{grid-template-columns:1fr}.mobile-cta{position:fixed;z-index:20;display:block;left:0;right:0;bottom:0;padding:.8rem 1rem;background:rgba(13,13,13,.92);backdrop-filter:blur(12px)}.mobile-cta .button{width:100%}.site-footer{padding-bottom:6rem}}@media(max-width:520px){.content-section,.page-hero,.search-layout,.profile-detail,.trust-strip{width:min(100% - 2rem,1440px)}.profile-grid{grid-template-columns:1fr}.hero{padding-inline:1rem}.banner{width:86vw}.card-media{aspect-ratio:5/6}.section-heading{align-items:start}.section-heading h2{font-size:2rem}.detail-gallery{min-height:430px}.detail-intro h1{font-size:3.4rem}.facts{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.gallery-button{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.banner-track{animation:none;overflow-x:auto;width:auto}}
.dashboard-shell{width:min(1300px,calc(100% - 3rem));margin:auto;display:grid;grid-template-columns:220px 1fr;gap:2rem}.dashboard-nav{display:flex;flex-direction:column;align-self:start;position:sticky;top:100px;padding:1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.dashboard-nav a{padding:.65rem;border-radius:9px;color:var(--muted);text-decoration:none}.dashboard-nav a:hover{color:var(--text);background:var(--surface-2)}.dashboard-content{display:grid;gap:1.5rem}.panel{padding:clamp(1.25rem,3vw,2.5rem);border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.panel h2{font-size:2rem}.dashboard-status{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.dashboard-status div{display:grid;padding:1.3rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.dashboard-status span{color:var(--muted);font-size:.75rem}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.form-grid label{display:grid;gap:.4rem;color:var(--muted)}.form-grid .span-2{grid-column:1/-1}.choice-grid,.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.photo-grid article{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.photo-grid img{width:100%;aspect-ratio:1;object-fit:cover}.photo-grid article>div{display:flex;gap:.5rem;padding:.75rem}.danger{color:var(--danger)}@media(max-width:800px){.dashboard-shell{grid-template-columns:1fr;width:calc(100% - 2rem)}.dashboard-nav{position:static;flex-direction:row;overflow-x:auto}.dashboard-nav a{white-space:nowrap}.choice-grid,.photo-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.form-grid,.dashboard-status,.choice-grid,.photo-grid{grid-template-columns:1fr}.form-grid .span-2{grid-column:auto}}
.auth-shell{width:min(1100px,calc(100% - 2rem));min-height:70vh;margin:auto;display:grid;grid-template-columns:1fr 420px;gap:5rem;align-items:center}.auth-copy p{color:var(--muted)}.auth-form{display:grid;gap:1rem}.auth-form label{display:grid;gap:.4rem}.field-error{color:var(--danger)}.admin-list{display:grid;gap:.75rem}.admin-list>div,.admin-list>article{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border-bottom:1px solid var(--border)}.admin-list span{display:block;color:var(--muted)}.admin-actions{display:flex;gap:.5rem}@media(max-width:800px){.auth-shell{grid-template-columns:1fr;gap:1rem;padding:4rem 0}.auth-copy h1{font-size:3.5rem}.admin-list>article{align-items:flex-start;flex-direction:column}}
/* Reference-integrated public presentation */
.hero{position:relative;min-height:68vh;height:680px;padding:0;overflow:hidden;background:#000}.banner-shell{position:absolute;inset:0;padding:0;overflow:hidden;background:#000}.banner-track{height:100%;gap:0;padding:0;animation:banner-drift 120s linear infinite}.banner{width:33.333vw;height:100%;aspect-ratio:auto;border-radius:0;flex:none}.banner img,.banner-placeholder{height:100%;object-fit:cover}.banner-placeholder img{filter:saturate(.75);opacity:.75}.banner-copy{display:none}.hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,13,13,.2),rgba(13,13,13,.32) 52%,rgba(13,13,13,.97));pointer-events:none}.hero-copy{position:absolute;z-index:2;left:1.5rem;right:1.5rem;bottom:11%;max-width:none;text-align:center}.hero-copy h1{font-size:clamp(2.5rem,5vw,4.7rem);margin:.5rem 0}.hero-copy>p:last-child{margin:0}.hero-brand{position:absolute;inset:0}.hero-brand img{width:100%;height:100%;object-fit:cover;opacity:.72}.home-search{position:relative;z-index:4;width:min(900px,calc(100% - 2rem));margin:-35px auto 2rem}.home-search .search-bar{box-shadow:0 20px 50px -20px #000}.content-section{padding-top:4rem}.profile-card{border-radius:14px}.profile-card:hover{box-shadow:0 22px 40px -18px #000,0 0 30px -10px rgba(243,194,198,.35)}.profile-map{height:280px;border-radius:14px;overflow:hidden;background:#111}.leaflet-container{font-family:var(--sans)}#standort{scroll-margin-top:100px}.legal-page{min-height:60vh}.legal-page p:last-child{color:var(--muted)}
@keyframes banner-drift{to{transform:translateX(-50%)}}
@media(max-width:800px){.hero{height:590px;min-height:590px}.banner{width:100vw}.hero-copy{bottom:13%}.home-search{margin-top:-28px}.search-bar{grid-template-columns:1fr}.profile-map{height:240px}}

.topgirls-map-marker{display:grid;place-items:center;border:2px solid #fff;border-radius:50% 50% 50% 0;background:var(--accent);box-shadow:0 3px 12px #000;transform:rotate(-45deg)}.topgirls-map-marker span{width:7px;height:7px;border-radius:50%;background:#171112}
.employee-grid,.plan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.employee-card{display:grid;gap:1rem}.employee-card img,.avatar-placeholder{width:72px;height:72px;border-radius:18px;object-fit:cover}.avatar-placeholder{display:grid;place-items:center;background:#3a2935;color:#f3c2c6;font-size:2rem}.card-actions{display:flex;flex-wrap:wrap;gap:.5rem}.card-actions form{margin:0}.section-heading,.service-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.wallet-balance{padding:2rem;border:1px solid rgba(243,194,198,.3);border-radius:20px;background:linear-gradient(135deg,#211b25,#14131a);margin-bottom:1rem}.wallet-balance span,.wallet-balance strong{display:block}.wallet-balance strong{font-size:2.2rem;color:#f3c2c6}.transaction-list>div{display:flex;justify-content:space-between;padding:1rem 0;border-bottom:1px solid #292633}.transaction-list small{display:block}.positive{color:#8ed5a0}.negative{color:#f3c2c6}.progress{height:5px;background:#292633;border-radius:10px}.progress span{display:block;height:100%;background:#f3c2c6}.editing-banner{padding:.75rem 1rem;border:1px solid rgba(243,194,198,.35);border-radius:12px}.service-accordion details{margin:.75rem 0;border:1px solid #302d3b;border-radius:14px;padding:1rem}.service-accordion summary{cursor:pointer;font-weight:700}.profile-picker,.plan-types,.day-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:.75rem}.profile-picker input,.plan-types input,.day-chip input{position:absolute;opacity:0}.profile-choice,.plan-types span,.day-chip span{display:flex;flex-direction:column;padding:1rem;border:1px solid #363240;border-radius:14px;cursor:pointer}.profile-picker input:checked+span,.plan-types input:checked+span,.day-chip input:checked+span{border-color:#f3c2c6;background:rgba(243,194,198,.13)}.day-card{display:grid;gap:.5rem}.cost-summary{display:grid;gap:.35rem;padding:1rem;border-radius:14px;background:#211b25;margin:1.25rem 0}@media(max-width:700px){.section-heading,.service-toolbar{align-items:stretch;flex-direction:column}.card-actions>*{flex:1}.card-actions .button{width:100%}.day-grid{grid-template-columns:repeat(2,1fr)}}
.wizard-head{max-width:1180px;margin:2rem auto;padding:1rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem}.span-all{grid-column:1/-1}.wizard-head h1{margin:.2rem 0}.wizard-form{max-width:900px}.wizard-actions{display:flex;justify-content:space-between;gap:1rem;margin-top:1.5rem}.price-option-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;padding:1rem}.price-option-grid label{display:flex;align-items:center;justify-content:space-between;background:#1c1b28;padding:1rem;border-radius:12px}.price-option-grid input{max-width:110px}.availability-grid>div{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;align-items:center;padding:.75rem;border-bottom:1px solid #302d3b}.publication-checklist{list-style:none;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.publication-checklist li{padding:.8rem;border-radius:10px;background:#211820;color:#f08c9d}.publication-checklist .done{color:#8ed5a0;background:#15241c}.banner-preview-image,.verification-media-grid img,.verification-media-grid video{max-width:100%;border-radius:12px}.banner-live-preview{min-height:140px;padding:1.5rem;border-radius:18px;background:linear-gradient(120deg,#3a2638,#191824);display:flex;flex-direction:column;justify-content:end}.preset-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.preset-grid button{border:1px solid #3b3747;background:#1a1924;color:#eee;padding:.8rem;border-radius:999px;cursor:pointer}.time-row{display:flex;gap:.4rem}.time-row button{border:0;background:transparent;color:#f3c2c6;font-size:1.3rem}.filters details{border-bottom:1px solid #302d3b;padding:.75rem 0}.filters summary{font-weight:700;cursor:pointer}.filter-services{max-height:300px;overflow:auto}.filter-services>strong{display:block;margin-top:1rem}.active-filter-chips{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.active-filter-chips span{background:#302330;color:#f3c2c6;border-radius:99px;padding:.4rem .7rem}.filter-trigger{display:none}.filter-title button{display:none}.filter-sticky{display:flex;gap:.5rem;position:sticky;bottom:0;background:#111019;padding:1rem 0}.verification-media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}@media(max-width:700px){.wizard-head{grid-template-columns:1fr}.price-option-grid,.publication-checklist{grid-template-columns:1fr}.availability-grid>div{grid-template-columns:1fr 1fr}.availability-grid strong{grid-column:1/-1}.filter-trigger{display:inline-flex}.filters{position:fixed!important;inset:0;z-index:1000;transform:translateX(-105%);transition:transform .2s;overflow:auto;padding:1rem;background:#111019}.filters.open{transform:none}.filter-title button{display:block}.filter-sticky{bottom:0}.wizard-actions>*{flex:1}.profile-picker{grid-template-columns:1fr 1fr}}
/* Phase 3 management app and Sedcard editor */
.dashboard-body{background:#0b0a12}.dashboard-body #main-content{min-height:100vh}.dashboard-app{min-height:100vh;display:grid;grid-template-columns:260px minmax(0,1fr)}.dashboard-sidebar{position:sticky;top:0;height:100vh;padding:1.25rem 1rem;display:flex;flex-direction:column;border-right:1px solid rgba(243,194,198,.12);background:#10101a;overflow:auto}.dashboard-brand{padding:.75rem;color:var(--accent);font-weight:800;text-decoration:none}.dashboard-brand small{display:block;color:var(--muted);font-size:.6rem;letter-spacing:.16em}.dashboard-sidebar nav{display:grid;gap:.15rem}.dashboard-sidebar nav>span{margin:1.25rem .7rem .35rem;color:#817993;font-size:.62rem;font-weight:800;letter-spacing:.16em}.dashboard-sidebar nav>a,.sidebar-bottom a{padding:.72rem;border-radius:10px;color:#bbb5c7;text-decoration:none}.dashboard-sidebar nav>a:hover,.dashboard-sidebar nav>a:focus-visible{color:#fff;background:#282537}.sidebar-bottom{margin-top:auto;display:grid;border-top:1px solid #292633;padding-top:1rem}.sidebar-bottom button{width:100%;padding:.7rem;border:0;background:transparent;color:#ff6f7c;text-align:left}.dashboard-main{width:min(1200px,calc(100% - 3rem));margin:0 auto;padding:2rem 0 4rem}.dashboard-page-head{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem}.dashboard-page-head h1,.editor-context h1{font-size:clamp(2rem,4vw,2.5rem);margin:.15rem 0}.dashboard-page-head p{margin:0;color:var(--muted)}.dashboard-status{grid-template-columns:repeat(4,1fr)}.dashboard-status strong{font-size:1.7rem}.editor-context{display:flex;align-items:center;gap:1rem;padding:1rem 0}.editor-context>img,.editor-context>.avatar-placeholder{width:64px;height:64px;object-fit:cover;border-radius:16px}.editor-context>div{flex:1}.editor-context small{color:var(--muted)}.editor-tabs{display:flex;gap:.4rem;margin:1rem 0;overflow-x:auto;padding-bottom:.5rem}.editor-tabs a{flex:none;padding:.7rem .9rem;border:1px solid #302d3b;border-radius:999px;color:#a9a3b8;text-decoration:none}.editor-tabs a.active{border-color:var(--accent);background:rgba(243,194,198,.12);color:var(--accent)}.editor-panel{max-width:none}.editor-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.editor-heading h2{margin:.2rem 0}.status-badge{display:inline-flex;padding:.3rem .55rem;border-radius:99px;background:#30283a;color:#d6b6d0;font-size:.68rem;font-weight:800}.status-badge.success{background:#173324;color:#7ce39e}.choice-cards,.toggle-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.8rem}.choice-card,.toggle-card,.service-option{position:relative;display:flex!important;align-items:center;gap:.65rem;padding:1rem;border:1px solid rgba(243,194,198,.14);border-radius:14px;background:#171621;cursor:pointer;color:#ddd!important}.choice-card input,.toggle-card input,.service-option input{position:absolute;opacity:0;pointer-events:none}.choice-card>span,.service-option>span{width:20px;height:20px;display:grid;place-items:center;border:1px solid #736b7d;border-radius:50%;color:transparent}.choice-card:has(input:checked),.toggle-card:has(input:checked),.service-option:has(input:checked){border-color:var(--accent);background:rgba(243,194,198,.1)}.choice-card input:checked+span,.service-option input:checked+span{border-color:var(--accent);background:var(--accent);color:#17121a}.toggle-card>span{display:grid;gap:.3rem}.toggle-card small{color:var(--muted)}.service-accordion summary{display:flex;justify-content:space-between;align-items:center}.service-accordion summary button{border:0;background:transparent;color:var(--accent);cursor:pointer}.custom-service{display:grid;gap:.5rem;margin-top:1rem}.price-editor-card{border:1px solid rgba(243,194,198,.14);border-radius:16px;margin:1rem 0;overflow:hidden}.price-editor-card>header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.2rem;background:#171621}.price-editor-card h3{margin:.4rem 0}.price-card{display:grid!important;grid-template-columns:auto 1fr 100px;gap:.6rem;align-items:center}.price-card>input[type=checkbox]{position:absolute;opacity:0}.price-card .price-dot{width:20px;height:20px;border:1px solid var(--accent);border-radius:50%}.price-card:has(>input[type=checkbox]:checked) .price-dot{box-shadow:inset 0 0 0 5px #1c1b28;background:var(--accent)}.price-card>input[type=number]{max-width:100%!important}.switch input,.toggle-line input{position:absolute;opacity:0}.switch span,.toggle-line>span{display:inline-block;width:42px;height:24px;border-radius:99px;background:#393544;position:relative;vertical-align:middle}.switch span:after,.toggle-line>span:after{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;border-radius:50%;background:#aaa;transition:.2s}.switch input:checked+span,.toggle-line input:checked+span{background:var(--accent)}.switch input:checked+span:after,.toggle-line input:checked+span:after{transform:translateX(18px);background:#17121a}.upload-card{display:grid;place-items:center;min-height:150px;border:1px dashed var(--accent);border-radius:16px;color:var(--accent)}.advertising-layout,.advertiser-grid,.campaign-grid{display:grid;gap:1rem}.advertising-layout{grid-template-columns:minmax(320px,.7fr) 1fr}.advertiser-grid,.campaign-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.campaign-card img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:12px}.sedcard-toolbar{display:flex;justify-content:space-between;gap:1rem}.filter-tabs{display:flex;gap:.4rem;overflow:auto}.filter-tabs button{padding:.65rem 1rem;border:1px solid #302d3b;border-radius:99px;background:#171621;color:#aaa;cursor:pointer}.filter-tabs button.active{border-color:var(--accent);color:var(--accent)}.mini-profile-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.mini-profile-list a{display:grid;grid-template-columns:auto 1fr;gap:.2rem .7rem;align-items:center;padding:.8rem;border-radius:12px;background:#171621;text-decoration:none}.mini-profile-list .avatar-placeholder{grid-row:1/3;width:44px;height:44px}.sidebar-trigger{display:none}fieldset{border:0!important;margin:0;padding:0}input:focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
@media(max-width:800px){.dashboard-app{grid-template-columns:1fr}.dashboard-sidebar{position:fixed;z-index:1000;inset:0 auto 0 0;width:270px;transform:translateX(-105%);transition:.2s}.dashboard-sidebar.open{transform:none}.sidebar-trigger{display:block;position:fixed;z-index:1100;right:1rem;top:1rem}.dashboard-main{width:calc(100% - 2rem);padding-top:4rem}.dashboard-page-head{align-items:flex-start;flex-direction:column}.dashboard-status{grid-template-columns:repeat(2,1fr)}.advertising-layout{grid-template-columns:1fr}.sedcard-toolbar{flex-direction:column}.editor-context{flex-wrap:wrap}.form-grid,.price-option-grid{grid-template-columns:1fr!important}.choice-cards,.toggle-cards{grid-template-columns:1fr}.editor-context .button{width:100%}}
.wizard-form .choice-grid>.check{position:relative;padding:1rem;border:1px solid rgba(243,194,198,.14);border-radius:14px;background:#171621;color:#ddd;cursor:pointer}.wizard-form .choice-grid>.check input{position:absolute;opacity:0}.wizard-form .choice-grid>.check:has(input:checked){border-color:var(--accent);background:rgba(243,194,198,.1);color:var(--accent)}
.editor-panel{padding-bottom:5.5rem}.editor-progress{width:min(320px,55vw);height:3px;margin-top:.65rem;border-radius:9px;background:#302d3b;overflow:hidden}.editor-progress span{display:block;height:100%;background:var(--accent)}.editor-tabs{scrollbar-width:thin;scrollbar-color:#5a5264 transparent;scroll-padding-inline:1rem;padding:.25rem .4rem .75rem;mask-image:linear-gradient(90deg,transparent,#000 1.25rem,#000 calc(100% - 1.25rem),transparent)}.editor-tabs a{max-width:none;overflow:visible}.editor-action-bar{position:sticky;z-index:20;bottom:0;display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin:2rem -1rem -4.5rem;padding:.8rem 1rem;border-top:1px solid rgba(243,194,198,.14);background:rgba(16,16,26,.96);backdrop-filter:blur(12px)}.editor-action-bar>div{display:flex;gap:.65rem}.button.disabled{opacity:.35;pointer-events:none}.verification-editor-card{padding:1rem;border:1px solid rgba(243,194,198,.14);border-radius:14px;background:#171621}@media(max-width:600px){.editor-action-bar{align-items:stretch;flex-direction:column-reverse}.editor-action-bar>div{display:grid;grid-template-columns:1fr}.editor-action-bar .button{width:100%}.editor-action-bar>.button{width:100%}.editor-panel{padding-bottom:10rem}.editor-tabs{margin-inline:-.5rem}}
.push-plans-page .dashboard-page-head h1{font-size:clamp(2rem,4vw,2.5rem)}.compact-cta{width:auto!important;min-height:40px;padding:.65rem 1rem;border-radius:10px}.push-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.5rem}.push-stats>div{display:grid;gap:.25rem;padding:.9rem 1rem;border:1px solid rgba(243,194,198,.12);border-radius:12px;background:#15141e}.push-stats span{color:var(--muted);font-size:.72rem}.push-stats strong{font-size:1.15rem}.compact-plan-list{display:grid;gap:.75rem}.compact-plan-card{padding:1rem 1.1rem;border:1px solid rgba(243,194,198,.12);border-radius:14px;background:#15141e}.plan-card-head{display:flex;justify-content:space-between;gap:1rem}.plan-card-head h3{margin:0 0 .2rem;font-size:1.15rem}.plan-card-head>div>span,.compact-plan-card p,.compact-plan-card small{color:var(--muted);font-size:.78rem}.plan-slots{display:flex;flex-wrap:wrap;gap:.4rem;margin:.8rem 0}.plan-slots span{padding:.35rem .55rem;border-radius:8px;background:#24212e;color:#ddd;font-size:.74rem}.next-push{display:flex;justify-content:space-between;gap:1rem;margin:.65rem 0}.compact-plan-card .card-actions{margin-top:.75rem}.compact-plan-card .button{min-height:36px;padding:.48rem .7rem;border-radius:8px;font-size:.75rem}.compact-empty-state{max-width:520px;padding:1.5rem;border:1px dashed rgba(243,194,198,.18);border-radius:14px;background:#15141e}.compact-empty-state h2{font-size:1.25rem}.compact-empty-state .button{width:auto}@media(max-width:700px){.push-stats{grid-template-columns:repeat(2,1fr)}.push-plans-page .dashboard-page-head .button{width:100%}.next-push{flex-direction:column}.compact-plan-card .card-actions>*{min-width:calc(50% - .5rem)}}
.dashboard-brand:hover{color:#fff}.sidebar-bottom .back-to-site{color:var(--accent);border-bottom:1px solid rgba(243,194,198,.12);margin-bottom:.3rem}.header-actions{display:flex;gap:.6rem;flex-wrap:wrap}@media(max-width:700px){.header-actions{width:100%}.header-actions .button{flex:1}}

/* UI correction round: compact management rhythm and form system */
.dashboard-body{
 --dash-space-1:.5rem;
 --dash-space-2:2rem;
 --dash-space-3:2.75rem;
 --dash-card-gap:1rem;
 --dash-toolbar-gap:.75rem;
 --dash-control-height:44px;
}
.dashboard-app,.dashboard-main,.editor-panel{min-width:0}
.dashboard-app .button{min-height:40px;padding:.62rem .95rem;border-radius:10px;font-size:.82rem;transition:border-color .18s ease,background-color .18s ease,color .18s ease,transform .18s ease}
.dashboard-app .button:hover{transform:translateY(-1px)}
.dashboard-page-head{margin-bottom:0;padding-bottom:.25rem}
.dashboard-page-head>div:first-child{max-width:660px}
.dashboard-page-head .eyebrow,.form-section-heading .eyebrow{margin-bottom:.35rem}
.dashboard-section{margin-top:var(--dash-space-2)}
.profile-overview-section{margin-top:var(--dash-space-3)}
.dashboard-status{gap:var(--dash-card-gap)}
.dashboard-status div{min-width:0;padding:1.1rem 1.2rem;border-color:rgba(243,194,198,.12);border-radius:14px;background:#15141e}
.dashboard-status strong{font-size:clamp(1.3rem,2vw,1.65rem);font-variant-numeric:tabular-nums}
.profile-overview-section{padding:1.5rem}
.profile-overview-section .section-heading{margin-bottom:1.25rem}
.profile-overview-section .section-heading h2{font-size:1.75rem}
.mini-profile-list{gap:var(--dash-card-gap)}
.mini-profile-list a{min-width:0;padding:.9rem;border:1px solid transparent}
.mini-profile-list a:hover,.mini-profile-list a:focus-visible{border-color:rgba(243,194,198,.28);background:#1c1a26}

.sedcard-toolbar{align-items:flex-end;padding:1rem;border:1px solid rgba(243,194,198,.12);border-radius:14px;background:#15141e}
.filter-tabs{flex:1;flex-wrap:wrap;gap:.45rem;overflow:visible}
.filter-tabs button{min-height:38px;padding:.5rem .78rem;border-radius:9px;white-space:nowrap}
.filter-tabs button:hover{border-color:#5b5366;color:#fff}
.filter-tabs button.active{background:rgba(243,194,198,.1);box-shadow:inset 0 0 0 1px rgba(243,194,198,.08)}
.sedcard-search{display:grid;flex:0 1 320px;gap:.35rem;color:#b9b3c2;font-size:.72rem;font-weight:700}
.sedcard-search input{width:100%;min-height:40px;padding:.6rem .8rem}
.sedcard-result-summary{margin:1rem 0 .75rem;color:var(--muted);font-size:.78rem}
.employee-grid.dashboard-section{margin-top:0;grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),1fr));gap:var(--dash-card-gap)}
.employee-grid[hidden],.employee-card[hidden],.sedcard-empty-state[hidden]{display:none!important}
.employee-card{grid-template-columns:auto minmax(0,1fr);grid-template-rows:1fr auto;gap:1rem;padding:1.15rem;border-color:rgba(243,194,198,.12);border-radius:14px;background:#15141e}
.employee-card>img,.employee-card>.avatar-placeholder{width:64px;height:64px;border-radius:14px}
.employee-card-body{min-width:0}
.employee-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}
.employee-card-heading h2{min-width:0;margin:0;font:500 1.45rem/1.15 var(--serif);overflow-wrap:anywhere}
.employee-card-meta{display:flex;flex-wrap:wrap;gap:.25rem .75rem;margin:.55rem 0 .8rem;color:var(--muted);font-size:.76rem}
.employee-card-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin:0}
.employee-card-facts div{min-width:0;padding:.65rem .7rem;border-radius:9px;background:#1c1a25}
.employee-card-facts dt{color:#918a9d;font-size:.65rem;text-transform:uppercase;letter-spacing:.06em}
.employee-card-facts dd{margin:.15rem 0 0;color:#ddd8e2;font-size:.76rem;overflow-wrap:anywhere}
.sedcard-actions{grid-column:1/-1;padding-top:.9rem;border-top:1px solid rgba(243,194,198,.1)}
.sedcard-actions>*{flex:0 1 auto}
.sedcard-actions .button{min-height:38px;padding:.52rem .75rem}
.sedcard-empty-state{margin-top:1rem}
.sedcard-empty-state h2{margin-bottom:.35rem}

.editor-main{width:min(1220px,calc(100% - 3rem));padding-top:1.5rem}
.editor-context{padding:.5rem 0 1rem;border-bottom:1px solid rgba(243,194,198,.1)}
.editor-context h1{font-size:clamp(2rem,3vw,2.4rem)}
.editor-tabs{flex-wrap:wrap;gap:.45rem;margin:1rem 0 1.25rem;padding:0;overflow:visible;mask-image:none}
.editor-tabs a{min-height:38px;padding:.48rem .72rem;border-radius:9px;font-size:.76rem}
.editor-tabs a:hover,.editor-tabs a:focus-visible{border-color:#5b5366;color:#fff}
.editor-panel{--editor-pad:clamp(1.25rem,2.5vw,2rem);padding:var(--editor-pad);padding-bottom:var(--editor-pad);border-color:rgba(243,194,198,.13);border-radius:16px}
.editor-heading{align-items:flex-start;margin-bottom:1.75rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(243,194,198,.1)}
.editor-heading h2{margin:.1rem 0;font-size:clamp(1.75rem,3vw,2.15rem)}
.editor-heading>.editor-completion{padding:.35rem .55rem;border-radius:8px;background:#24212e;color:#c8c1cf;font-size:.72rem;white-space:nowrap}
.editor-progress{width:min(280px,55vw);margin-top:.7rem}
.general-form{display:grid;gap:0}
.form-section{padding:1.75rem 0;border-top:1px solid rgba(243,194,198,.1)}
.form-section:first-child{padding-top:0;border-top:0}
.form-section:last-child{padding-bottom:.25rem}
.form-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.2rem}
.form-section-heading h3{margin:0;font-size:1.15rem}
.form-section-heading>p{max-width:420px;margin:0;color:var(--muted);font-size:.78rem;text-align:right}
.field-control{display:grid;gap:.4rem;color:#bdb6c6;font-size:.8rem;font-weight:650}
.dashboard-app input,.dashboard-app select,.dashboard-app textarea{min-height:var(--dash-control-height);border-color:#35313f;border-radius:10px;background:#111019}
.dashboard-app input:hover,.dashboard-app select:hover,.dashboard-app textarea:hover{border-color:#4c4657}
.dashboard-app textarea{resize:vertical;line-height:1.55}
.form-grid{gap:1.2rem}
.general-basis-grid{grid-template-columns:minmax(0,1fr) 140px}
.field-compact{width:100%;max-width:140px}
.general-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1.5rem}
.choice-fieldset{min-width:0}
.choice-fieldset legend{margin-bottom:.65rem;color:#bdb6c6;font-size:.8rem;font-weight:700}
.compact-choice-cards{display:flex;flex-wrap:wrap;gap:.5rem}
.choice-card.compact-choice-card{flex:0 1 auto;min-height:42px;padding:.58rem .72rem;border-radius:10px;font-size:.78rem}
.choice-card.compact-choice-card>span{width:18px;height:18px;font-size:.68rem}
.orientation-choices .compact-choice-card{flex:1 1 130px}
.category-fieldset{margin-top:1.5rem}
.field-hint{margin:-.4rem 0 .75rem;color:var(--muted);font-size:.75rem}
.form-static-value{display:flex;min-height:46px;align-items:center;padding:.75rem 1rem;border:1px solid var(--border);border-radius:10px;background:var(--surface-2);color:var(--text);font-weight:700}
.category-choice-grid{display:flex;flex-wrap:wrap;gap:.55rem}
.category-choice-card{flex:0 1 auto;min-height:44px;padding:.65rem .8rem;border-radius:10px}
.choice-card:has(input:focus-visible),.toggle-card:has(input:focus-visible),.service-option:has(input:focus-visible),.switch:has(input:focus-visible),.toggle-line:has(input:focus-visible){outline:2px solid var(--accent);outline-offset:2px}
.appearance-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.location-grid{align-items:end}
.service-toolbar{align-items:end;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid rgba(243,194,198,.1)}
.service-toolbar label{width:min(100%,340px)}
.service-accordion details{margin:.6rem 0;padding:.9rem 1rem;border-radius:12px}
.service-accordion .choice-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.6rem;margin-top:.8rem}
.service-option{min-height:44px;padding:.7rem .8rem;border-radius:10px}
.custom-service{width:min(100%,520px);margin-top:1.25rem}
.price-editor-card{margin:0 0 1rem;border-radius:14px}
.price-editor-card>header{padding:.9rem 1rem}
.price-editor-card h3{font-size:1.08rem}
.price-option-grid{gap:.6rem;padding:.9rem}
.price-option-grid label{min-height:58px;padding:.7rem .8rem;border-radius:10px}
.price-card{grid-template-columns:auto minmax(72px,1fr) 96px}
.availability-grid{margin-top:1rem}
.availability-grid>div{gap:.75rem;padding:.7rem 0}
.editor-action-bar{margin:2rem calc(var(--editor-pad) * -1) calc(var(--editor-pad) * -1);padding:.8rem var(--editor-pad);border-top-color:rgba(243,194,198,.16);background:rgba(16,16,26,.98)}
.editor-action-bar>div{flex-wrap:wrap;justify-content:flex-end}

@media(max-width:1000px){
 .appearance-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .general-choice-grid{grid-template-columns:1fr}
}
@media(max-width:800px){
 .dashboard-section{margin-top:var(--dash-space-1)}
 .profile-overview-section{margin-top:var(--dash-space-2)}
 .sedcard-toolbar{align-items:stretch}
 .sedcard-search{flex-basis:auto;width:min(100%,340px)}
 .editor-main{width:calc(100vw - 2rem);max-width:calc(100vw - 2rem)}
 .editor-tabs{flex-wrap:nowrap;margin-inline:-.5rem;padding:.1rem .5rem .65rem;overflow-x:auto;mask-image:linear-gradient(90deg,transparent,#000 .5rem,#000 calc(100% - .5rem),transparent)}
 .editor-context .button{flex-basis:100%;width:100%;max-width:100%;margin-top:.25rem}
}
@media(max-width:600px){
 .dashboard-app .button{min-height:44px}
 .dashboard-status{gap:.65rem}
 .dashboard-status div{padding:.9rem}
 .dashboard-status strong{font-size:1.2rem}
 .employee-card{grid-template-columns:auto minmax(0,1fr);padding:1rem}
 .employee-card-facts{grid-template-columns:1fr}
 .sedcard-actions>*{flex:1 1 calc(50% - .5rem)}
 .general-basis-grid,.appearance-grid{grid-template-columns:1fr!important}
 .general-basis-grid .field-compact,.appearance-grid .field-compact,.location-grid .field-compact{max-width:140px}
 .form-section-heading{align-items:flex-start;flex-direction:column}
 .form-section-heading>p{text-align:left}
 .compact-choice-cards,.category-choice-grid{display:grid;grid-template-columns:1fr 1fr}
 .choice-card.compact-choice-card,.category-choice-card{width:100%}
 .editor-heading{gap:.75rem}
 .editor-heading>.editor-completion{white-space:normal;text-align:right}
 .editor-action-bar{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:stretch;gap:.5rem;margin-inline:calc(var(--editor-pad) * -1);padding:.65rem var(--editor-pad)}
 .editor-action-bar>div{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:.5rem}
 .editor-action-bar .button,.editor-action-bar>.button{width:100%;min-height:48px;padding:.5rem .6rem;line-height:1.2;white-space:normal}
}
@media(max-width:400px){
 .compact-choice-cards,.category-choice-grid{grid-template-columns:1fr}
 .sedcard-actions>*{flex-basis:100%}
}

/* Create-flow polish: reuse the editor rhythm without a hero-sized entry screen */
.create-flow-main{padding-top:1.5rem}
.create-context{padding-bottom:.9rem}
.create-context h1{font-size:clamp(1.75rem,3vw,2.2rem)}
.create-avatar{width:54px!important;height:54px!important;border-radius:14px!important;font:400 1.7rem/1 var(--sans)}
.editor-tabs .editor-tab-static{flex:none;min-height:38px;display:inline-flex;align-items:center;padding:.48rem .72rem;border:1px solid #302d3b;border-radius:9px;color:#8f889b;font-size:.76rem}
.editor-tabs .editor-tab-static.active{border-color:var(--accent);background:rgba(243,194,198,.1);color:var(--accent)}
.editor-tabs .editor-tab-static[aria-disabled=true]{opacity:.52}
.create-step-note{margin:-.8rem 0 1.15rem;color:var(--muted);font-size:.72rem}
.create-start-panel .editor-heading h2{font-size:clamp(1.45rem,2.5vw,1.75rem)}
.create-start-panel textarea{min-height:124px}
.general-basis-grid{grid-template-columns:minmax(0,1fr) 120px}
.field-compact.age-control{max-width:120px}
.create-action-bar .button.primary{box-shadow:0 8px 24px -18px rgba(243,194,198,.75)}
.editor-progress .progress-step-1{width:8.333%}
.editor-progress .progress-step-2{width:16.667%}
.editor-progress .progress-step-3{width:25%}
.editor-progress .progress-step-4{width:33.333%}
.editor-progress .progress-step-5{width:41.667%}
.editor-progress .progress-step-6{width:50%}
.editor-progress .progress-step-7{width:58.333%}
.editor-progress .progress-step-8{width:66.667%}
.editor-progress .progress-step-9{width:75%}
.editor-progress .progress-step-10{width:83.333%}
.editor-progress .progress-step-11{width:91.667%}
.editor-progress .progress-step-12{width:100%}

@media(max-width:800px){
 .create-step-tabs{scroll-padding-inline:.5rem}
 .create-step-note{margin-top:-.45rem}
}
@media(max-width:600px){
 .create-context{padding-top:0}
 .create-context h1{font-size:1.65rem}
 .create-start-panel .editor-heading{margin-bottom:1.25rem;padding-bottom:1rem}
 .create-action-bar{grid-template-columns:1fr}
 .create-action-bar>div{grid-template-columns:1fr 1.1fr}
}
@media(max-width:430px){
 .create-action-bar>div{grid-template-columns:1fr}
}

/* Visual QA: collision-safe price/availability controls and public results */
.switch,.toggle-line,.price-choice{position:relative}
.switch input,.toggle-line input,.price-choice input[type=checkbox]{position:absolute!important;width:1px!important;height:1px!important;min-height:0!important;margin:-1px!important;padding:0!important;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;opacity:0}
.toggle-line{display:inline-flex;align-items:center;gap:.65rem;min-width:0;cursor:pointer}
.switch .switch-label{display:inline;width:auto;height:auto;border-radius:0;background:none;position:static;vertical-align:baseline;color:#c8c1cf;font-size:.76rem;font-weight:700}
.switch .switch-label::after{content:none}
.price-editor-card>header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem}
.price-editor-title{min-width:0}
.price-group-switch{display:inline-grid;grid-template-columns:auto 42px;align-items:center;gap:.55rem;flex:0 0 auto;white-space:nowrap;cursor:pointer}
.price-option-grid>.price-card{display:grid!important;grid-template-columns:minmax(0,1fr) 96px;align-items:center;gap:.75rem;min-width:0;background:#1c1b28}
.price-option-grid .price-choice{display:grid!important;grid-template-columns:auto minmax(0,1fr);align-items:center;justify-content:initial;gap:.65rem;min-width:0;margin:0;padding:0;border-radius:0;background:transparent;color:#eee;cursor:pointer}
.price-choice strong{min-width:0;overflow-wrap:anywhere}
.price-choice input:checked+.price-dot{box-shadow:inset 0 0 0 5px #1c1b28;background:var(--accent)}
.price-card.is-disabled{opacity:.58}
.price-card>input[type=number]{width:100%;max-width:96px!important;min-width:0}
.dashboard-app input:disabled,.dashboard-app select:disabled,.dashboard-app textarea:disabled{cursor:not-allowed;opacity:.48}

.availability-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem 1rem}
.availability-toolbar .field-hint{margin:0}
.availability-grid>.availability-day{display:grid;grid-template-columns:minmax(160px,.7fr) minmax(0,1.3fr);align-items:end;gap:1rem;min-width:0;padding:.8rem 0}
.availability-toggle{min-height:44px;align-self:end}
.availability-toggle strong{min-width:0;font-size:.82rem}
.availability-times{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;min-width:0}
.availability-time{display:grid;gap:.35rem;min-width:0;color:#aaa3b3;font-size:.72rem;font-weight:700}
.availability-time input{min-width:0;color-scheme:dark}
.availability-day.is-inactive .availability-times{opacity:.62}

.search-layout{grid-template-columns:minmax(280px,300px) minmax(0,1fr);align-items:start}
.search-layout .results{min-width:0}
.search-layout .filters{min-width:0}
.search-layout .filter-sticky{position:static;display:grid;grid-template-columns:1fr;gap:.55rem;margin-top:.25rem;padding:1rem 0 0;border-top:1px solid var(--border);background:transparent}
.search-layout .filter-sticky .button{width:100%;min-width:0;min-height:44px;padding:.65rem .75rem;border-radius:10px;line-height:1.3;white-space:normal}
.search-layout .profile-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,240px),1fr));gap:1rem}
.search-layout .profile-card{display:grid;grid-template-rows:auto minmax(0,1fr);height:100%}
.search-layout .card-media{width:100%;aspect-ratio:4/5}
.search-layout .image-placeholder{background:#050505}
.search-layout .image-badges{top:.75rem;right:.75rem;bottom:auto;left:auto;max-width:calc(100% - 1.5rem)}
.search-layout .image-badges .badge{box-shadow:0 5px 18px rgba(0,0,0,.28)}
.search-layout .card-content{display:flex;flex-direction:column;min-width:0}
.search-layout .card-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:.65rem}
.search-layout .card-heading h3{min-width:0;font-size:clamp(1.25rem,2vw,1.5rem);overflow-wrap:anywhere}
.search-layout .card-heading strong{font-size:.82rem}
.search-layout .card-content>.badges{margin-top:auto}
.search-layout .badge{max-width:100%;white-space:nowrap}

@media(max-width:800px){
 .editor-action-bar .button{min-height:44px}
 .availability-grid>.availability-day{grid-template-columns:minmax(0,1fr);align-items:stretch}
 .availability-toggle{align-self:auto}
 .search-layout{grid-template-columns:minmax(0,1fr)}
 .filter-trigger{display:inline-flex}
 .search-layout .filters{position:fixed!important;inset:0;z-index:1000;transform:translateX(-105%);transition:transform .2s;overflow:auto;padding:1rem;background:#111019}
 .search-layout .filters.open{transform:none}
 .search-layout .filter-title button{display:block}
}
@media(max-width:430px){
 .price-editor-card>header{gap:.75rem}
 .price-option-grid>.price-card{grid-template-columns:minmax(0,1fr) 88px}
 .price-card>input[type=number]{max-width:88px!important;padding-inline:.65rem}
 .availability-times{grid-template-columns:1fr}
}

/* Shared password visibility control */
.password-field{display:grid;gap:.4rem}
.password-control{position:relative}
.password-control input{width:100%;padding-right:3.5rem}
.password-toggle{position:absolute;top:50%;right:2px;transform:translateY(-50%);display:grid;place-items:center;width:44px;height:44px;min-height:44px;padding:0;border:0;border-radius:9px;background:transparent;color:#aaa5b3;cursor:pointer;transition:background-color .16s ease,color .16s ease}
.password-toggle:hover{background:rgba(243,194,198,.08);color:var(--accent)}
.password-toggle:active{background:rgba(243,194,198,.14)}
.password-toggle svg{width:20px;height:20px;pointer-events:none}
.password-toggle [hidden]{display:none}

/* Platform admin: a compact moderation console, separate from provider tools */
.admin-app{--admin-surface:#14131d;--admin-surface-raised:#191822;--admin-border:#302d3b;min-height:100vh;display:grid;grid-template-columns:244px minmax(0,1fr);background:#0b0a12}
.admin-sidebar{width:auto;border-right-color:rgba(243,194,198,.14);background:#0e0e17;scrollbar-width:thin;scrollbar-color:#4a4453 #0e0e17}
.admin-sidebar::-webkit-scrollbar{width:8px}.admin-sidebar::-webkit-scrollbar-track{background:#0e0e17}.admin-sidebar::-webkit-scrollbar-thumb{border:2px solid #0e0e17;border-radius:8px;background:#4a4453}
.admin-brand{display:grid;gap:.05rem;margin:.35rem .55rem 1rem;padding:.65rem;color:var(--accent);text-decoration:none}
.admin-brand span{font-size:1rem;font-weight:850;letter-spacing:.12em}
.admin-brand small{color:#8f889b;font-size:.58rem;font-weight:800;letter-spacing:.17em}
.admin-role{display:flex;align-items:center;gap:.5rem;margin:0 .55rem 1.2rem;padding:.55rem .65rem;border:1px solid rgba(243,194,198,.12);border-radius:9px;background:rgba(243,194,198,.04);color:#b7b0bf;font-size:.7rem;font-weight:700}
.admin-role i{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px rgba(243,194,198,.08)}
.admin-sidebar nav>a.active{color:#fff;background:#282431;box-shadow:inset 3px 0 0 var(--accent)}
.admin-user{display:block;padding:.6rem .72rem;color:#817993;font-size:.67rem;overflow:hidden;text-overflow:ellipsis}
.admin-main{width:min(1460px,calc(100% - 3rem));min-width:0;margin:0 auto;padding:2rem 0 4rem}
.admin-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:1.6rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(243,194,198,.12)}
.admin-page-head .eyebrow{margin-bottom:.35rem}
.admin-page-head h1{margin:0;font:650 clamp(1.85rem,3vw,2.45rem)/1.1 var(--sans);letter-spacing:-.035em}
.admin-page-head p:last-child{max-width:680px;margin:.45rem 0 0;color:#9f99aa}
.admin-button,.admin-approve{min-height:42px;padding:.6rem .9rem;border-radius:9px;font-size:.78rem}
.admin-approve{border-color:#8fd9aa;background:#8fd9aa;color:#102018}
.admin-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;margin-bottom:1.2rem}
.admin-stat-grid>a{position:relative;display:grid;gap:.25rem;min-width:0;padding:1rem 1.05rem;border:1px solid var(--admin-border);border-radius:12px;background:var(--admin-surface);text-decoration:none;overflow:hidden;transition:border-color .18s ease,background-color .18s ease,transform .18s ease}
.admin-stat-grid>a:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:var(--accent)}
.admin-stat-grid>a:hover{transform:translateY(-1px);border-color:#514b5d;background:var(--admin-surface-raised)}
.admin-stat-grid span{color:#a9a3b1;font-size:.72rem;font-weight:700}
.admin-stat-grid strong{font-size:1.75rem;font-variant-numeric:tabular-nums}
.admin-stat-grid small{color:#766f80;font-size:.65rem}
.admin-work-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.admin-queue-panel,.admin-detail-card,.admin-decision-panel,.admin-entity-card,.admin-list-row{border:1px solid var(--admin-border);border-radius:13px;background:var(--admin-surface)}
.admin-queue-panel{min-width:0;overflow:hidden}
.admin-queue-panel>header,.admin-detail-card>header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border-bottom:1px solid var(--admin-border)}
.admin-queue-panel h2,.admin-detail-card h2,.admin-decision-panel h2,.admin-entity-card h2{margin:0;font:650 1.05rem/1.25 var(--sans);letter-spacing:-.015em}
.admin-queue-panel .eyebrow,.admin-detail-card .eyebrow{margin-bottom:.2rem;font-size:.61rem}
.admin-queue-panel>header>a{color:var(--accent);font-size:.72rem;font-weight:750;text-decoration:none}
.admin-queue-list{display:grid}
.admin-queue-list>a{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.8rem;min-height:64px;padding:.75rem 1.1rem;border-bottom:1px solid rgba(255,255,255,.055);text-decoration:none}
.admin-queue-list>a:last-child{border-bottom:0}
.admin-queue-list>a:hover{background:#1b1924}
.admin-queue-list>a>span:first-child{display:grid;min-width:0}
.admin-queue-list strong,.admin-table strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.admin-queue-list small,.admin-table small{display:block;color:#8d8795;font-size:.68rem}
.admin-queue-list time{color:#8d8795;font-size:.68rem;white-space:nowrap}
.admin-status{display:inline-flex;align-items:center;gap:.38rem;width:max-content;max-width:100%;padding:.27rem .48rem;border:1px solid #494452;border-radius:999px;color:#c8c2cf;background:#1d1b26;font-size:.63rem;font-weight:800;line-height:1.2;white-space:nowrap}
.admin-status:before{content:"";width:6px;height:6px;flex:0 0 auto;border-radius:50%;background:currentColor}
.status-submitted,.status-pending{color:#f3c2c6;border-color:rgba(243,194,198,.34)}
.status-in_review{color:#a8c7ff;border-color:rgba(168,199,255,.3)}
.status-verified,.status-approved,.status-paid,.status-active{color:#91ddad;border-color:rgba(145,221,173,.3)}
.status-rejected,.status-cancelled,.status-inactive{color:#ff9f9f;border-color:rgba(255,159,159,.3)}
.status-resubmission_required,.status-paused,.status-refunded{color:#e8c87d;border-color:rgba(232,200,125,.3)}
.status-draft{color:#a9a3b1}
.admin-empty{margin:0;padding:2rem 1rem;color:#8d8795;text-align:center}
.admin-filter-tabs{display:flex;gap:.45rem;margin-bottom:1rem;padding-bottom:.15rem;overflow-x:auto;scrollbar-width:thin}
.admin-filter-tabs a{flex:none;min-height:40px;display:inline-flex;align-items:center;padding:.5rem .72rem;border:1px solid var(--admin-border);border-radius:9px;background:var(--admin-surface);color:#aaa4b2;font-size:.7rem;font-weight:750;text-decoration:none}
.admin-filter-tabs a:hover,.admin-filter-tabs a.active{border-color:rgba(243,194,198,.55);color:var(--accent);background:rgba(243,194,198,.07)}
.admin-table-wrap{min-width:0;border:1px solid var(--admin-border);border-radius:13px;background:var(--admin-surface);overflow:auto}
.admin-table{width:100%;min-width:820px;border-collapse:collapse;text-align:left}
.admin-table th{padding:.7rem .8rem;border-bottom:1px solid var(--admin-border);color:#7f7889;font-size:.61rem;letter-spacing:.08em;text-transform:uppercase}
.admin-table td{padding:.72rem .8rem;border-bottom:1px solid rgba(255,255,255,.055);color:#c9c4ce;font-size:.75rem;vertical-align:middle}
.admin-table tbody tr:last-child td{border-bottom:0}
.admin-table tbody tr:hover{background:#181721}
.admin-thumb-link{display:block;width:128px;border-radius:9px;overflow:hidden;background:#08080c}
.admin-table-thumb{display:block;width:128px;height:72px;border-radius:9px;object-fit:cover;background:#08080c;transition:transform .18s ease,opacity .18s ease}
.admin-thumb-link:hover .admin-table-thumb{transform:scale(1.025);opacity:.92}
.admin-thumb-link:focus-visible{outline:2px solid var(--accent);outline-offset:3px}
.admin-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;align-items:start;gap:1rem}
.admin-detail-main{display:grid;gap:1rem;min-width:0}
.admin-detail-card{min-width:0;overflow:hidden}
.admin-detail-card>.eyebrow{padding:1rem 1.1rem 0}
.admin-data-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0}
.admin-data-grid>div{min-width:0;padding:.85rem 1.1rem;border-right:1px solid rgba(255,255,255,.055);border-bottom:1px solid rgba(255,255,255,.055)}
.admin-data-grid dt{color:#817b8a;font-size:.62rem;font-weight:750;text-transform:uppercase;letter-spacing:.06em}
.admin-data-grid dd{margin:.28rem 0 0;color:#ddd8e1;overflow-wrap:anywhere}
.admin-note,.admin-gate-note{margin:1rem;padding:.8rem .9rem;border:1px solid rgba(243,194,198,.16);border-radius:9px;background:rgba(243,194,198,.045)}
.admin-note p,.admin-gate-note{color:#b9b3c0;font-size:.74rem}
.admin-note p{margin:.25rem 0 0}
.admin-private-media{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding:1rem}
.admin-private-media figure{min-width:0;margin:0;border:1px solid var(--admin-border);border-radius:10px;background:#08080d;overflow:hidden}
.admin-private-media figcaption{padding:.55rem .7rem;color:#aaa3b3;font-size:.68rem;font-weight:750}
.admin-private-media img,.admin-private-media video{width:100%;max-height:460px;object-fit:contain;background:#050507}
.admin-decision-panel{position:sticky;top:1rem;display:grid;gap:.9rem;padding:1rem}
.admin-decision-panel .eyebrow{margin-bottom:-.45rem}
.admin-decision-panel form{display:grid;gap:.55rem;margin:0}
.admin-decision-panel label,.admin-master-form label{display:grid;gap:.35rem;color:#aaa4b2;font-size:.7rem;font-weight:700}
.admin-decision-panel textarea{min-height:86px;padding:.7rem;border-radius:9px}
.admin-decision-panel .button.danger{border-color:rgba(232,131,131,.4);background:rgba(232,131,131,.1);color:#ffaaaa}
.admin-campaign-image-link{position:relative;display:block;background:#07070b}
.admin-campaign-preview{display:block;width:100%;max-height:520px;object-fit:contain;background:#07070b}
.admin-campaign-image-link>span{position:absolute;right:.8rem;bottom:.8rem;padding:.38rem .6rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:rgba(7,7,11,.86);color:#eee8ef;font-size:.68rem;font-weight:750}
.admin-format-preview{display:grid;gap:.65rem;padding:1rem 1.1rem;border-top:1px solid var(--admin-border);background:#100f16}
.admin-format-preview .eyebrow{margin:0}
.admin-format-preview .hero-billboard-card{flex:none;width:min(100%,440px);height:150px}
.admin-format-preview .homepage-banner-card{display:block;width:100%;aspect-ratio:16/6}
.admin-ad-copy{padding:1rem 1.1rem}
.admin-ad-copy h3{margin-bottom:.35rem;font-size:1.05rem}
.admin-ad-copy p{color:#aaa4b2}
.admin-ad-copy a{color:var(--accent);overflow-wrap:anywhere}
.admin-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.8rem}
.admin-entity-card{display:grid;gap:.8rem;padding:1rem;min-width:0}
.admin-entity-card>header,.admin-entity-card>footer{display:flex;align-items:center;justify-content:space-between;gap:.6rem}
.admin-entity-card p{margin:0;color:#aaa4b2;font-size:.75rem;overflow-wrap:anywhere}
.admin-entity-card>a{color:var(--accent);font-size:.74rem;overflow-wrap:anywhere}
.admin-entity-card>footer{margin-top:auto;padding-top:.8rem;border-top:1px solid var(--admin-border);color:#8d8795;font-size:.7rem}
.admin-list-stack{display:grid;gap:.55rem}
.admin-list-row{display:grid;grid-template-columns:minmax(190px,1fr) auto minmax(320px,1.25fr) auto;align-items:center;gap:.7rem;padding:.75rem .85rem}
.admin-list-identity{display:grid;min-width:0}
.admin-list-identity small{color:#817b8a;font-size:.65rem}
.admin-inline-form{display:flex;align-items:center;justify-content:flex-end;gap:.45rem;min-width:0}
.admin-inline-form input,.admin-inline-form select{min-height:40px;padding:.5rem .65rem;border-radius:8px;font-size:.72rem}
.admin-inline-form label{min-width:0}
.admin-check{display:flex!important;align-items:center;gap:.4rem;color:#aaa4b2;font-size:.7rem;white-space:nowrap}
.admin-check input{width:auto;min-height:0}
.admin-master-grid{display:grid;grid-template-columns:minmax(280px,.45fr) minmax(0,1fr);align-items:start;gap:1rem}
.admin-master-form{display:grid;gap:.75rem;padding:1rem}
.admin-master-list{display:grid;padding:.3rem 1rem 1rem}
.admin-master-list>div{display:flex;justify-content:space-between;gap:1rem;padding:.7rem 0;border-bottom:1px solid rgba(255,255,255,.055)}
.admin-master-list>div:last-child{border-bottom:0}
.admin-master-list span{color:#817b8a;font-size:.72rem}

@media(max-width:1100px){
 .admin-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .admin-list-row{grid-template-columns:minmax(180px,1fr) auto}.admin-list-row .admin-inline-form{grid-column:1/-1;justify-content:flex-start}.admin-list-row>form:last-child{justify-self:end}
 .admin-data-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:800px){
 .admin-app{grid-template-columns:minmax(0,1fr)}
 .admin-sidebar{width:270px}
 .admin-main{width:calc(100% - 2rem);padding-top:4.25rem}
 .admin-page-head{align-items:flex-start;flex-direction:column}
 .admin-work-grid,.admin-detail-grid,.admin-master-grid{grid-template-columns:minmax(0,1fr)}
 .admin-decision-panel{position:static}
}
@media(max-width:560px){
 .admin-stat-grid{grid-template-columns:minmax(0,1fr)}
 .admin-queue-list>a{grid-template-columns:minmax(0,1fr) auto}.admin-queue-list time{grid-column:1/-1}
 .admin-data-grid,.admin-private-media{grid-template-columns:minmax(0,1fr)}
 .admin-list-row{grid-template-columns:minmax(0,1fr)}.admin-list-row>form:last-child{justify-self:stretch}.admin-list-row>form:last-child .button{width:100%}
 .admin-inline-form{align-items:stretch;flex-direction:column}
}

/* Campaign delivery and owner verification workflows */
.banner-shell{background:transparent}
.banner-track{position:relative;width:100%;animation:none}
.banner{position:absolute;inset:0;width:100%;background:transparent;opacity:0;visibility:hidden;transition:opacity .7s ease,visibility .7s ease}
.banner.is-active{opacity:1;visibility:visible}
.banner-count-one .banner-track{width:100%;animation:none}
.banner-count-one .banner{width:100%}
.banner-rotation-toggle{position:absolute;z-index:3;top:6rem;right:1.5rem;min-height:44px;padding:.55rem .85rem;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(13,13,13,.72);color:#f7f4f3;font-size:.7rem;font-weight:750;backdrop-filter:blur(8px)}
.banner-rotation-toggle:hover{border-color:var(--accent);background:rgba(13,13,13,.9)}
.dashboard-sidebar{scrollbar-width:thin;scrollbar-color:#4a4453 #10101a}
.dashboard-sidebar::-webkit-scrollbar{width:8px}.dashboard-sidebar::-webkit-scrollbar-track{background:#10101a}.dashboard-sidebar::-webkit-scrollbar-thumb{border:2px solid #10101a;border-radius:8px;background:#4a4453}
.dashboard-status>a{display:grid;padding:1.3rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);text-decoration:none;transition:border-color .18s ease,background-color .18s ease}
.dashboard-status>a:hover{border-color:rgba(243,194,198,.45);background:#1c1a24}
.dashboard-status>a small{margin-top:.3rem;color:var(--accent);font-size:.67rem}
.campaign-card{padding:0;overflow:hidden}
.campaign-card>img,.campaign-image-missing{width:100%;aspect-ratio:16/9;border-radius:0}
.campaign-image-missing{display:grid;place-content:center;gap:.35rem;padding:1.2rem;text-align:center;background:repeating-linear-gradient(135deg,#191721,#191721 12px,#15141c 12px,#15141c 24px);color:#e9a1a8}
.campaign-image-missing span{max-width:34ch;color:#aaa3b0;font-size:.76rem}
.campaign-card-body{display:grid;gap:1rem;padding:1.15rem}
.campaign-review-note{padding:.75rem .85rem;border:1px solid rgba(232,200,125,.28);border-radius:10px;background:rgba(232,200,125,.06)}
.campaign-review-note strong{font-size:.76rem;color:#e8c87d}.campaign-review-note p{margin:.25rem 0 0;color:#aaa4b2;font-size:.72rem}
.campaign-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem}
.campaign-card-heading h2{margin:.15rem 0 0;font:650 1.15rem/1.25 var(--sans)}
.campaign-card-heading .eyebrow{margin:0;font-size:.6rem}
.campaign-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:0;background:#302d3b}
.campaign-facts>div{min-width:0;padding:.7rem;background:#171621}
.campaign-facts dt,.verification-case-facts dt{color:#817b8a;font-size:.63rem;font-weight:750;text-transform:uppercase;letter-spacing:.06em}
.campaign-facts dd,.verification-case-facts dd{margin:.25rem 0 0;color:#d7d2dc;overflow-wrap:anywhere}
.status-badge{align-items:center;gap:.38rem}
.status-badge i,.delivery-dot{width:6px;height:6px;flex:0 0 auto;border-radius:50%;background:currentColor}
.status-not_started,.status-unverified{color:#c5bfcc}.status-data_missing,.status-resubmission_required{color:#e8c87d}.status-submitted,.status-pending{color:#f3c2c6}.status-in_review{color:#a8c7ff}.status-verified,.status-approved{color:#91ddad}.status-rejected{color:#ff9f9f}.status-paused{color:#e8c87d}
.delivery-state{display:flex;align-items:flex-start;gap:.65rem;padding:.75rem .8rem;border:1px solid #35313e;border-radius:10px;background:#15141c;color:#bcb6c4}
.delivery-state .delivery-dot{margin-top:.38rem}
.delivery-state strong{display:block;color:#ddd7e1;font-size:.8rem}
.delivery-state p{margin:.18rem 0 0;color:#938d9b;font-size:.72rem}
.delivery-live .delivery-state{border-color:#35313e}
.delivery-live .delivery-state,.admin-delivery-state.delivery-live{color:#91ddad;border-color:rgba(145,221,173,.28);background:rgba(145,221,173,.055)}
.delivery-unpaid .delivery-state,.delivery-scheduled .delivery-state,.delivery-expired .delivery-state,.delivery-paused .delivery-state{color:#e8c87d}
.delivery-rejected .delivery-state,.delivery-asset-error .delivery-state,.delivery-inactive .delivery-state{color:#ff9f9f}
.verification-table-wrap{border:1px solid var(--border);border-radius:14px;background:#14131d;overflow:auto}
.verification-table{width:100%;border-collapse:collapse;text-align:left}
.verification-table th{padding:.75rem 1rem;border-bottom:1px solid var(--border);color:#817b8a;font-size:.63rem;letter-spacing:.08em;text-transform:uppercase}
.verification-table td{padding:.9rem 1rem;border-bottom:1px solid rgba(255,255,255,.055);color:#c9c4ce;font-size:.78rem;vertical-align:middle}
.verification-table tbody tr:last-child td{border-bottom:0}
.verification-table td:last-child{text-align:right}
.verification-case-card{display:grid;gap:1.2rem;margin-bottom:1rem;padding:1.2rem}
.verification-case-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}
.verification-case-head h2{margin:.45rem 0 0;font:650 1.5rem/1.2 var(--sans)}
.verification-case-head>small{color:#817b8a}
.verification-case-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin:0;background:#302d3b}
.verification-case-facts>div{min-width:0;padding:.85rem;background:#171621}
.verification-guidance,.verification-decision-message{padding:.85rem 1rem;border:1px solid rgba(168,199,255,.25);border-radius:10px;background:rgba(168,199,255,.06)}
.verification-guidance p,.verification-decision-message p{margin:.25rem 0 0;color:#aaa4b2}
.verification-guidance.success{border-color:rgba(145,221,173,.28);background:rgba(145,221,173,.06)}
.verification-decision-message{border-color:rgba(232,200,125,.3);background:rgba(232,200,125,.06)}
.verification-upload-form{max-width:900px}
.verification-upload-form h2{margin:.2rem 0;font:650 1.35rem/1.2 var(--sans)}
.verification-upload-form p{color:#aaa4b2}
.verification-or{display:flex;align-items:center;gap:.7rem;color:#817b8a;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em}
.verification-or:before,.verification-or:after{content:"";height:1px;flex:1;background:#302d3b}
.employee-card-meta a{text-decoration:none}
.admin-campaign-table{min-width:1160px}
.admin-table-wrap{scrollbar-width:thin;scrollbar-color:#4a4453 #14131d}
.admin-table-wrap::-webkit-scrollbar{width:8px;height:8px}.admin-table-wrap::-webkit-scrollbar-track{background:#14131d}.admin-table-wrap::-webkit-scrollbar-thumb{border:2px solid #14131d;border-radius:8px;background:#4a4453}
.admin-thumb-missing{display:grid;place-items:center;width:128px;height:72px;border:1px solid rgba(255,159,159,.3);border-radius:9px;background:rgba(255,159,159,.07);color:#ff9f9f;font-size:.65rem;font-weight:800}
.admin-delivery-state{display:grid;gap:.18rem;max-width:220px;padding-left:.65rem;border-left:2px solid currentColor;color:#bcb6c4}
.admin-delivery-state strong{font-size:.72rem;white-space:normal}
.admin-delivery-state small{font-size:.65rem;line-height:1.35}
.admin-delivery-state .asset-error{color:#ff9f9f}
.admin-delivery-state.delivery-live{color:#91ddad}.admin-delivery-state.delivery-unpaid,.admin-delivery-state.delivery-scheduled,.admin-delivery-state.delivery-expired,.admin-delivery-state.delivery-paused{color:#e8c87d}.admin-delivery-state.delivery-rejected,.admin-delivery-state.delivery-asset-error,.admin-delivery-state.delivery-inactive{color:#ff9f9f}
.admin-delivery-banner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-bottom:1rem;padding:1rem 1.1rem;border:1px solid var(--admin-border);border-left:3px solid currentColor;border-radius:12px;background:var(--admin-surface);color:#bcb6c4}
.admin-delivery-banner h2{margin:.15rem 0;font:650 1.25rem/1.2 var(--sans);color:#eee9f0}.admin-delivery-banner p{margin:0;color:#aaa4b2}
.admin-delivery-banner dl{display:grid;grid-template-columns:repeat(3,auto);gap:1.2rem;margin:0}
.admin-delivery-banner dl>div{display:grid;gap:.2rem}.admin-delivery-banner dt{color:#817b8a;font-size:.6rem;text-transform:uppercase;letter-spacing:.07em}.admin-delivery-banner dd{margin:0;font-size:.75rem;font-weight:750}
.admin-delivery-banner.delivery-live{color:#91ddad}.admin-delivery-banner.delivery-unpaid,.admin-delivery-banner.delivery-scheduled,.admin-delivery-banner.delivery-expired,.admin-delivery-banner.delivery-paused{color:#e8c87d}.admin-delivery-banner.delivery-rejected,.admin-delivery-banner.delivery-asset-error,.admin-delivery-banner.delivery-inactive{color:#ff9f9f}
.admin-asset-warning{display:grid;place-content:center;min-height:260px;padding:2rem;text-align:center;background:repeating-linear-gradient(135deg,#191721,#191721 12px,#15141c 12px,#15141c 24px);color:#ff9f9f}
.admin-asset-warning p{max-width:48ch;color:#aaa4b2}.danger-note{border-color:rgba(255,159,159,.3);background:rgba(255,159,159,.06)}

.banner-live-preview{position:relative;min-height:190px;padding:0;overflow:hidden;border:1px solid rgba(243,194,198,.24);background:#111019}
.banner-live-preview img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover}
.banner-live-preview:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(7,7,7,.88));pointer-events:none}
.banner-live-preview>span{position:relative;z-index:2;margin:auto 1rem 1rem;color:#f3c2c6;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}

@media(max-width:800px){
 .banner-rotation-toggle{top:5rem;right:1rem}
 .verification-case-facts{grid-template-columns:repeat(2,minmax(0,1fr))}
 .admin-delivery-banner{align-items:flex-start;flex-direction:column}.admin-delivery-banner dl{width:100%;grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:700px){
 .verification-table-wrap{border:0;background:transparent;overflow:visible}.verification-table,.verification-table tbody,.verification-table tr,.verification-table td{display:block;width:100%}.verification-table thead{display:none}.verification-table tbody{display:grid;gap:.75rem}.verification-table tr{padding:.4rem 1rem;border:1px solid var(--border);border-radius:13px;background:#14131d}.verification-table td{display:grid;grid-template-columns:minmax(92px,.45fr) minmax(0,1fr);align-items:center;gap:.75rem;padding:.65rem 0;border-bottom:1px solid rgba(255,255,255,.055);text-align:left!important}.verification-table td[data-label]:before{content:attr(data-label);color:#817b8a;font-size:.63rem;font-weight:750;text-transform:uppercase;letter-spacing:.06em}.verification-table td:last-child{display:block;border-bottom:0}.verification-table td:last-child .button{width:100%}
 .campaign-card-heading{align-items:flex-start;flex-direction:column}.campaign-facts{grid-template-columns:minmax(0,1fr)}
}
@media(max-width:520px){
 .verification-case-facts,.admin-delivery-banner dl{grid-template-columns:minmax(0,1fr)}
 .verification-case-head{flex-direction:column}
}

/* Public hero and navigation polish */
.hero,.banner-shell{background:#070707}
.hero-billboard-stage{background:radial-gradient(circle at 50% 48%,rgba(243,194,198,.09),transparent 25rem),linear-gradient(135deg,#090809,#121014 52%,#080708)}
@media(max-width:800px){
 .site-header .nav-wrap{height:68px}
 .menu-toggle{width:44px;height:44px;padding:7px;cursor:pointer}
 .main-nav{background:#070707;box-shadow:0 18px 30px rgba(0,0,0,.28)}
}
/* Homepage quick search and dedicated homepage banner placement */
.home-search{width:min(1060px,calc(100% - 2rem))}
.search-bar-quick{grid-template-columns:minmax(0,1fr) minmax(180px,220px) auto}
.search-bar select option,.filters select option,.results-heading select option{background:#fff;color:#171717}
.homepage-ad-slot{padding-top:2rem}
.homepage-banner-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.homepage-banner-card{position:relative;min-width:0;aspect-ratio:16/6;overflow:hidden;border:1px solid var(--border);border-radius:16px;background:#171516;color:#fff;text-decoration:none}
.homepage-banner-count-one{grid-template-columns:minmax(0,1fr)}
.homepage-banner-count-one .homepage-banner-card{aspect-ratio:16/5}
.homepage-banner-card img{width:100%;height:100%;object-fit:cover}
.homepage-banner-card:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(7,7,7,.88));pointer-events:none}
.homepage-banner-label{position:absolute;z-index:2;top:1rem;left:1rem;padding:.3rem .55rem;border:1px solid rgba(255,255,255,.3);border-radius:999px;background:rgba(7,7,7,.78);font-size:.65rem;font-weight:750;text-transform:uppercase;letter-spacing:.08em}
.homepage-banner-copy{position:absolute;z-index:2;left:1rem;right:1rem;bottom:1rem;display:grid;gap:.2rem}
.homepage-banner-copy strong{font:1.5rem var(--serif)}
.homepage-banner-copy small{color:#e3dedd}
@media(max-width:800px){
 .search-bar-quick{grid-template-columns:minmax(0,1fr)}
 .homepage-banner-grid{grid-template-columns:minmax(0,1fr)}
 .homepage-banner-card,.homepage-banner-count-one .homepage-banner-card{aspect-ratio:16/9}
}

/* The paid campaign rail leads; TopGirls closes each logical group quietly. */
.hero .hero-copy{bottom:39%;z-index:3}
.hero-billboard{position:absolute;z-index:4;left:0;right:0;bottom:4.75rem;overflow:hidden}
.hero-billboard-viewport{width:100%;overflow:hidden}
.hero-billboard-track{display:flex;width:max-content;will-change:transform;animation:hero-billboard-marquee var(--billboard-duration,34s) linear infinite}
.hero-billboard-group{display:flex;gap:1rem;padding-right:1rem}
.hero-billboard-card{position:relative;flex:0 0 clamp(360px,31.25vw,440px);height:150px;overflow:hidden;border:1px solid rgba(243,194,198,.58);border-radius:16px;background:#171516;color:#fff;text-decoration:none;box-shadow:0 18px 42px rgba(0,0,0,.34)}
.hero-billboard-card img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.hero-billboard-card:after{content:"";position:absolute;inset:auto 0 0;height:58%;background:linear-gradient(transparent,rgba(7,7,7,.88));pointer-events:none}
.hero-billboard-own{border-color:rgba(243,194,198,.24);background:#0b090b;box-shadow:0 14px 34px rgba(0,0,0,.28)}
.hero-billboard-own:after{background:linear-gradient(transparent,rgba(7,7,7,.84))}
.hero-billboard-own .hero-billboard-label{border-color:rgba(255,255,255,.22);background:rgba(7,7,7,.78);color:#eee6e5}
.hero-billboard-card:hover img{transform:scale(1.025)}
.hero-billboard-card:focus-visible{outline:3px solid var(--accent);outline-offset:-4px}
.hero-billboard-label{position:absolute;z-index:2;top:.75rem;right:.75rem;padding:.25rem .5rem;border:1px solid var(--accent);border-radius:999px;background:var(--accent);color:#171112;font-size:.58rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.hero-billboard-copy{position:absolute;z-index:2;left:1rem;right:5.5rem;bottom:.9rem;display:grid;gap:.12rem;text-shadow:0 1px 12px #000}
.hero-billboard-copy strong{overflow:hidden;font:1.25rem var(--serif);text-overflow:ellipsis;white-space:nowrap}
.hero-billboard-copy small{overflow:hidden;color:#eee6e5;font-size:.74rem;text-overflow:ellipsis;white-space:nowrap}
.hero-billboard:hover .hero-billboard-track,.hero-billboard:focus-within .hero-billboard-track{animation-play-state:paused}
@keyframes hero-billboard-marquee{to{transform:translate3d(-50%,0,0)}}
@media(max-width:800px){
 .hero .hero-copy{bottom:40%;padding:0 .25rem}
 .hero-billboard{bottom:4.25rem}
 .hero-billboard-group{gap:.75rem;padding-right:.75rem}
 .hero-billboard-card{flex-basis:clamp(250px,72vw,300px);height:112px;border-radius:13px}
 .hero-billboard-copy{left:.7rem;right:3.8rem;bottom:.55rem}
 .hero-billboard-copy strong{font-size:.95rem}
 .hero-billboard-copy small{font-size:.63rem}
 .hero-billboard-label{top:.5rem;right:.5rem;font-size:.5rem}
}
@media(prefers-reduced-motion:reduce){
 .hero-billboard-viewport{overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:1rem;scrollbar-width:thin}
 .hero-billboard-track{animation:none!important;transform:none!important;will-change:auto}
 .hero-billboard-group{padding-inline:1rem 0}
 .hero-billboard-group[data-billboard-clone]{display:none}
 .hero-billboard-card{scroll-snap-align:start}
 .hero-billboard-card img{transition:none}
}
