@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800&display=swap";:root{font-family:Nunito Sans,sans-serif;color:#2b1237;background:radial-gradient(circle at top left,rgba(232,62,115,.14),transparent 30%),linear-gradient(180deg,#fff9f5,#fffdfb);--ink: #2b1237;--ink-soft: #4b3159;--accent: #e83e73;--accent-deep: #c73061;--accent-soft: #f7d8e3;--accent-mist: #fdf1f5;--ivory: #fff9f5;--surface: rgba(255, 255, 255, .9);--surface-strong: #ffffff;--line: #eddbe4;--muted: #8b6a83;--shadow: 0 24px 60px rgba(43, 18, 55, .08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--ivory);color:var(--ink);-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}button,input,select{font:inherit}button{cursor:pointer}a{color:inherit}.icon{width:1rem;height:1rem}.app-shell{min-height:100vh}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1rem 1.5rem;background:#fff9f5eb;border-bottom:1px solid rgba(237,219,228,.8);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.primary-nav{display:flex;align-items:center;gap:1rem}.primary-nav a,.primary-nav button,.menu-button,.ghost-button,.link-button,.clear-button{border:0;background:transparent;text-decoration:none;color:var(--ink);font-weight:700}.primary-nav button{padding:0}.primary-nav a:hover,.primary-nav button:hover,.link-button:hover{color:var(--accent-deep)}.header-actions{display:flex;align-items:center;gap:.75rem}.header-select{display:flex;align-items:center;gap:.75rem;min-height:3rem;padding:0 1rem;border:1px solid var(--line);border-radius:999px;background:var(--surface-strong)}.header-select span,.search-card span,.filters-form span,.search-grid span{display:block;font-size:.78rem;font-weight:800;color:var(--muted)}.header-select select,.search-card select,.filters-form select,.compact-search select,.search-card input{width:100%;border:0;outline:0;background:transparent;color:var(--ink)}.menu-button{display:none;min-height:3rem;padding:0 1rem;border-radius:999px;background:var(--ink);color:#fff}.hero-section,.category-section,.featured-section,.safety-section,.results-page{width:min(1200px,calc(100% - 2rem));margin:0 auto}.hero-section{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.95fr);gap:2rem;padding:3.5rem 0 2.75rem;align-items:center}.hero-copy{position:relative;padding:2rem 0}.hero-copy:before{content:"";position:absolute;inset:auto auto 0 0;width:8rem;height:8rem;border-radius:2rem;background:linear-gradient(135deg,#e83e7329,#8b6a830d);filter:blur(8px)}.eyebrow{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .75rem;border-radius:999px;background:#f7d8e3b8;color:var(--accent-deep);font-size:.76rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.hero-copy h1,.results-hero h1{margin:1rem 0 .8rem;font-size:clamp(2.6rem,7vw,4.8rem);line-height:.98;letter-spacing:-.05em}.hero-copy p,.results-hero p,.section-heading p,.result-bio,.publish-modal p,.profile-modal p,.site-footer p{color:var(--ink-soft);line-height:1.6}.trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2rem}.trust-grid article,.category-card,.profile-card,.result-card,.steps-list,.policy-links,.filters-sidebar,.search-card,.site-footer{border:1px solid rgba(237,219,228,.9);box-shadow:var(--shadow)}.trust-grid article{padding:1.2rem;border-radius:1.25rem;background:#ffffffc7}.trust-grid strong{display:block;font-size:1.9rem}.search-card{padding:1.4rem;border-radius:1.6rem;background:linear-gradient(180deg,#fffffff5,#fff4f8eb)}.search-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.search-grid label,.filters-form label,.compact-search{display:flex;flex-direction:column;gap:.45rem}.search-grid label,.filters-form label,.compact-search select,.search-card input,.filters-form .toggle-row,.header-select{border:1px solid var(--line);border-radius:1.1rem;background:#fffffff2}.search-grid label,.filters-form label{padding:.85rem 1rem}.search-wide{grid-column:1 / -1}.search-card input{min-height:3rem;padding:0 1rem}.primary-cta{min-height:3.3rem;margin-top:1rem;border:0;border-radius:999px;background:linear-gradient(135deg,var(--accent),var(--accent-deep));color:#fff;font-weight:800;padding:0 1.3rem}.primary-cta.secondary{margin-top:0;background:var(--ink)}.recent-searches{margin-top:1rem}.recent-searches>div,.chip-row,.status-row,.service-row,.policy-links,.site-footer div{display:flex;flex-wrap:wrap;gap:.75rem}.recent-searches button,.filter-chip,.status-pill,.service-row span{min-height:2.25rem;padding:.5rem .9rem;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.section-heading h2{margin:.75rem 0 0;font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.1;letter-spacing:-.04em}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.category-card{display:flex;flex-direction:column;align-items:flex-start;gap:.9rem;padding:1.4rem;border-radius:1.5rem;background:linear-gradient(180deg,#fffffffa,#fff5f8e6);text-align:left;transition:transform .16s ease,border-color .16s ease}.category-card:hover,.category-card:focus-visible,.profile-card:hover,.result-card:hover{transform:translateY(-3px);border-color:#e83e7366}.category-icon{display:inline-flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem}.category-icon img{width:100%;height:100%;object-fit:contain}.category-card strong,.profile-card-title h3,.result-title h2{font-size:1.2rem}.category-card p,.category-card small,.profile-card-copy p{margin:0;color:var(--ink-soft);line-height:1.55}.featured-section,.category-section,.safety-section{padding:1rem 0 2.5rem}.featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.profile-card,.result-card{overflow:hidden;border-radius:1.6rem;background:#fff}.profile-image-wrap{position:relative}.profile-image-wrap img,.result-card>img,.profile-modal>img{width:100%;aspect-ratio:4 / 4.7;object-fit:cover}.favorite-button{position:absolute;top:1rem;right:1rem;width:2.75rem;height:2.75rem;border:1px solid rgba(255,255,255,.8);border-radius:999px;background:#ffffffe0}.favorite-button.saved{background:var(--accent-mist)}.profile-card-copy,.result-copy,.profile-modal>div,.publish-modal{padding:1.25rem}.profile-card-title,.result-header,.result-title{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.verified-pill{display:inline-flex;align-items:center;gap:.4rem;min-height:2rem;padding:.4rem .75rem;border-radius:999px;background:#e83e731a;color:var(--accent-deep);font-size:.8rem;font-weight:800}.link-button,.ghost-button,.clear-button{padding:0}.safety-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:1rem}.steps-list,.policy-links{margin:0;padding:1.3rem 1.5rem;border-radius:1.5rem;background:#ffffffd1}.steps-list{padding-left:2.5rem}.steps-list li{padding-left:.3rem;margin-bottom:.9rem;line-height:1.55}.policy-links{align-content:start}.policy-links a{text-decoration:none;font-weight:700}.results-page{padding:2.5rem 0 3rem}.results-hero{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.compact-search{flex-direction:row;align-items:center;gap:.75rem}.compact-search select{min-height:3rem;padding:0 1rem}.chip-row{margin-bottom:1rem}.filter-chip{background:#f7d8e373}.mobile-filter-toggle{display:none;min-height:2.25rem;padding:.5rem .9rem;border:0;border-radius:999px;background:var(--ink);color:#fff;font-weight:800}.results-layout{display:grid;grid-template-columns:minmax(250px,24%) minmax(0,1fr);gap:1.25rem;align-items:start}.filters-sidebar{position:sticky;top:6rem;padding:1rem;border-radius:1.5rem;background:#ffffffd9}.filters-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.filters-header button{border:0;background:transparent;color:var(--muted)}.filters-form{display:flex;flex-direction:column;gap:.8rem}.toggle-row{display:flex;flex-direction:row;align-items:center;gap:.75rem;padding:.85rem 1rem}.toggle-row input{width:1rem;height:1rem}.results-list{display:flex;flex-direction:column;gap:1rem}.result-card{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr)}.result-copy{display:flex;flex-direction:column;gap:1rem}.result-header{align-items:start}.result-title h2,.profile-card-title h3,.profile-modal h2,.publish-modal h2,.empty-state h2{margin:0;letter-spacing:-.04em}.result-copy p{margin:0}.status-pill{background:#f7d8e366}.status-pill.online{background:#2b123714}.result-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem}.empty-state{display:grid;place-items:center;gap:.9rem;min-height:20rem;padding:2rem;border-radius:1.6rem;background:#ffffffe6;text-align:center}.site-footer{width:min(1200px,calc(100% - 2rem));margin:0 auto 2rem;padding:1.1rem 1.25rem;border-radius:1.4rem;background:#ffffffdb}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center;padding:1rem;background:#2b12376b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.profile-modal,.publish-modal{position:relative;width:min(860px,100%);border-radius:1.8rem;background:#fff;box-shadow:0 30px 80px #19071f3d}.profile-modal{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);overflow:hidden}.publish-modal{max-width:32rem;text-align:center}.close-button{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;border:0;border-radius:999px;background:#ffffffe6;color:var(--ink);font-size:1.4rem}.profile-modal small,.publish-modal small{display:block;margin-top:1rem;color:var(--muted)}@media(max-width:1040px){.hero-section,.results-layout,.safety-layout,.results-hero,.section-heading{grid-template-columns:1fr;display:grid}.hero-section,.results-layout,.safety-layout{gap:1rem}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.result-card{grid-template-columns:1fr}.filters-sidebar{position:static}}@media(max-width:820px){.site-header{flex-wrap:wrap}.primary-nav{display:none;width:100%;flex-direction:column;align-items:flex-start;padding-top:.5rem}.primary-nav.open{display:flex}.menu-button{display:inline-flex;align-items:center}.hero-section{grid-template-columns:1fr;padding-top:2rem}.search-grid,.category-grid,.featured-grid,.trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.compact-search{flex-direction:column;align-items:stretch}.results-layout{grid-template-columns:1fr}.filters-sidebar{display:none}.filters-sidebar.open{position:fixed;inset:auto 0 0 0;z-index:15;display:block;max-height:80vh;overflow:auto;border-radius:1.5rem 1.5rem 0 0;background:#fff}.mobile-filter-toggle{display:inline-flex;align-items:center}.profile-modal{grid-template-columns:1fr;max-height:92vh;overflow:auto}}@media(max-width:560px){.hero-section,.category-section,.featured-section,.safety-section,.results-page,.site-footer{width:min(100% - 1rem,100%)}.search-grid,.category-grid,.featured-grid,.trust-grid{grid-template-columns:1fr 1fr}.search-grid label,.filters-form label{padding:.75rem .9rem}.result-footer,.section-heading,.results-hero{display:flex;flex-direction:column;align-items:flex-start}.profile-card-copy,.result-copy,.profile-modal>div,.publish-modal,.search-card{padding:1rem}.search-grid,.trust-grid,.featured-grid,.category-grid{grid-template-columns:1fr}.header-select{flex:1 1 auto}}:root{--ink: #2b1237;--coral: #e83e73;--coral-dark: #c72e60;--muted: #8b6a83;--line: #eadde4;background:#fff9f5}body{background:#fff9f5}.brand{display:block;flex:0 0 205px;height:66px}.brand img{display:block;width:100%;height:100%;object-fit:contain}.results-panel,.safety-bar{background:#fff9f5}@media(max-width:820px){.brand{flex-basis:145px;height:48px}}.theme-toggle{min-height:3rem;border:1px solid var(--line);border-radius:999px;background:var(--surface-strong);color:var(--ink);font-weight:800;padding:0 1rem;white-space:nowrap}.theme-dark{--ink: #fff9f5;--ink-soft: #f7d8e3;--accent: #e83e73;--accent-deep: #ff7ca7;--accent-soft: #57314f;--accent-mist: #3b1d34;--ivory: #2b1237;--surface: rgba(63, 31, 69, .92);--surface-strong: #412447;--line: #79536f;--muted: #d4b8c8;--shadow: 0 24px 60px rgba(11, 4, 14, .42);background:radial-gradient(circle at top left,rgba(232,62,115,.25),transparent 32%),linear-gradient(180deg,#2b1237,#1b0b25)}.theme-dark .site-header{background:#2b1237eb;border-bottom-color:#8b6a8385}.theme-dark .header-select,.theme-dark .search-grid label,.theme-dark .filters-form label,.theme-dark .compact-search,.theme-dark .search-card input,.theme-dark .theme-toggle,.theme-dark .recent-searches button,.theme-dark .filter-chip,.theme-dark .status-pill,.theme-dark .service-row span{background:#412447;color:var(--ink)}.theme-dark .header-select select,.theme-dark .search-card select,.theme-dark .filters-form select,.theme-dark .compact-search select,.theme-dark .search-card input{color:var(--ink)}.theme-dark .search-card,.theme-dark .category-card,.theme-dark .profile-card,.theme-dark .result-card,.theme-dark .trust-grid article,.theme-dark .steps-list,.theme-dark .policy-links,.theme-dark .filters-sidebar,.theme-dark .site-footer{background:#3f1f45eb;border-color:#8b6a839e}.theme-dark .profile-card,.theme-dark .result-card{background:#412447}.theme-dark .eyebrow,.theme-dark .verified-pill{background:#e83e7333;color:#ffadc5}.theme-dark .primary-cta.secondary,.theme-dark .menu-button{background:#fff9f5;color:#2b1237}
