:root{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;color:#202622;background:#dce3df;font-synthesis:none;--ink:#202622;--green:#197451;--muted:#7b817d;--line:#e0e5e0;--mint:#c6f36b;--paper:#f6f7f2;--coral:#f4b8a7;--lilac:#ddd7f3}
*{box-sizing:border-box;letter-spacing:0}
body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}
button{cursor:pointer;border:0;background:none;color:inherit}a{color:inherit;text-decoration:none}button:disabled{opacity:.5;cursor:not-allowed}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #28664e;outline-offset:3px}
img{display:block;width:100%;object-fit:cover}svg{width:20px;height:20px;flex-shrink:0;vertical-align:middle}
h1,h2,h3,p{margin:0}h1{font-size:25px;line-height:1.4}h2{font-size:18px;line-height:1.5}h3{font-size:16px;line-height:1.5}p{line-height:1.7}
.app-shell{max-width:480px;min-height:100dvh;margin:auto;background:#f7f9f7}
.app-header{height:68px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;position:sticky;top:0;background:rgba(247,249,247,.97);z-index:10;border-bottom:1px solid var(--line);gap:12px}
.app-header h1{font-size:17px;flex:1;min-width:0}.brand{display:flex;align-items:center;gap:9px;font-size:19px;font-weight:750}.brand-mark{display:grid;place-items:center;background:var(--ink);color:#d8ed57;border-radius:8px;width:30px;height:30px;font-size:17px}
.header-note{font-size:11px;color:var(--muted)}.icon-button{width:40px;height:40px;flex-shrink:0;display:inline-grid;place-items:center;border-radius:50%;color:var(--ink)}
.icon-button:hover{background:#e8eee8}.icon-button.saved{color:#ba4261;background:#fcecf1}.icon-button.saved svg{fill:#ba4261}
#content{padding:22px 20px 106px;outline:0;min-height:calc(100dvh - 68px)}
.intro{margin-bottom:22px}.intro h1{font-size:27px;margin-bottom:9px}.intro p{font-size:13px;color:var(--muted)}
.section-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:26px 0 13px}.section-heading a{font-size:12px;color:var(--green);white-space:nowrap}
.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.service-tile{background:white;border:1px solid var(--line);border-radius:8px;overflow:hidden}
.service-tile img{height:102px}.service-tile div{padding:10px 8px}.service-tile h2{font-size:14px}.service-tile strong{display:block;font-size:18px;color:var(--green);margin:5px 0}.service-tile small{font-size:10px;color:var(--muted)}
.search-form{display:flex;align-items:center;gap:8px;margin:20px 0 15px;padding:5px 5px 5px 12px;border:1px solid var(--line);background:white;border-radius:8px}.search-form input{border:0;outline:0;background:none;min-width:0;flex:1;font-size:13px;padding:8px 0}
.city-field{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted)}select{border:1px solid var(--line);border-radius:6px;background:white;padding:8px;color:var(--ink);max-width:100%}
.directory-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.directory-heading strong{font-size:22px;color:var(--green)}.directory-heading small{font-size:12px;color:var(--muted)}
.segmented{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:4px;background:#e9eeea;border-radius:8px;gap:3px;margin-top:8px}.segmented button{padding:9px 2px;border-radius:5px;font-size:13px}.segmented button[aria-pressed="true"]{background:white;box-shadow:0 1px 3px #20362e16;font-weight:650}
.filter-label{font-size:12px;color:var(--muted)}.filter-bottom{display:flex;justify-content:space-between;align-items:center;margin:14px 0;font-size:12px;color:var(--muted);gap:8px}
.people-list{display:grid;gap:12px}.person-card{display:grid;grid-template-columns:104px minmax(0,1fr);gap:13px;background:white;border:1px solid var(--line);border-radius:8px;padding:12px;position:relative}
.person-cover{align-self:start;position:relative}.person-cover img{height:132px;border-radius:5px}.video-badge{position:absolute;bottom:7px;left:6px;background:#ffffffed;font-size:10px;padding:4px 6px;border-radius:4px}.video-badge svg{width:12px;height:12px}
.person-title{display:flex;gap:5px;align-items:center;min-height:35px;flex-wrap:wrap;padding-right:30px}.person-title h3{font-size:16px}.tier-badge{background:#e9efce;color:#5b6925;font-size:10px;font-weight:700;padding:3px 6px;border-radius:4px}.tier-B{background:#e7edf7;color:#41649c}.tier-C{background:#f2eafa;color:#7c5299}
.person-card>.icon-button{position:absolute;right:7px;top:9px;width:32px;height:32px}.person-meta{font-size:11px;color:var(--muted);line-height:1.8}.person-meta .score{color:#b47e26}.person-tags{font-size:11px;line-height:1.8;color:#52675d;margin:6px 0}.person-bottom{display:flex;align-items:center;justify-content:space-between;gap:5px;margin-top:8px}.person-bottom small{font-size:10px;color:var(--muted)}.text-link{color:var(--green);font-size:12px;display:inline-flex;gap:4px;align-items:center}.text-link svg{width:14px;height:14px}
.navigation{position:fixed;left:50%;transform:translateX(-50%);bottom:0;max-width:480px;width:100%;padding:10px 12px calc(10px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(3,1fr);background:#fffffff5;border-top:1px solid var(--line);z-index:15}.navigation a{display:grid;justify-items:center;gap:4px;font-size:11px;color:var(--muted);padding:4px}.navigation a[aria-current="page"]{color:var(--green);font-weight:700}
.profile-hero{position:relative;margin:-22px -20px 20px}.profile-hero img{height:330px;object-position:50% 35%}.profile-hero button{position:absolute;right:14px;bottom:14px;background:white;border-radius:6px;padding:8px 12px;display:flex;align-items:center;gap:6px;font-size:12px}
.profile-title{display:flex;justify-content:space-between;align-items:center;gap:8px}.profile-title h1{display:flex;gap:9px;align-items:center}.profile-title .tier-badge{font-size:12px}
.profile-line{font-size:12px;color:var(--muted);margin:8px 0}.trust-line{display:flex;flex-wrap:wrap;gap:10px;font-size:11px;color:var(--green);margin:12px 0 0}.trust-line svg{width:14px;height:14px}
.detail-section{padding:22px 0;border-bottom:1px solid var(--line)}.detail-section h2{margin-bottom:12px}.detail-section p{font-size:13px;color:#53675c}.facts{display:grid;grid-template-columns:74px 1fr;gap:10px 12px;font-size:12px;margin:16px 0 0}.facts dt{color:var(--muted)}.facts dd{margin:0;line-height:1.6}.interest-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.interest-tags span{font-size:11px;background:#eaf0eb;padding:5px 9px;border-radius:4px}
.media-tabs{display:flex;gap:20px;margin-bottom:12px}.media-tabs button{font-size:14px;padding:6px 0;border-bottom:2px solid transparent}.media-tabs button[aria-selected="true"]{border-color:var(--green);color:var(--green);font-weight:650}
.photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.photo-grid button{padding:0}.photo-grid img{height:112px;border-radius:5px}
.video-panel video{width:100%;aspect-ratio:4/3;background:#1d2723;border-radius:6px;display:block}.video-panel small{display:block;margin-top:8px;color:var(--muted);font-size:11px}.video-error{padding:12px;color:#934150;font-size:12px}.video-error button{text-decoration:underline}
.offering{display:flex;justify-content:space-between;gap:10px;padding:15px 0;border-bottom:1px solid var(--line);align-items:center}.offering:last-child{border:0}.offering h3{font-size:14px}.offering p{font-size:11px;margin-top:4px}.offering strong{color:var(--green);font-size:16px}.offering-action{display:flex;align-items:center;gap:10px}.compact-button{background:var(--ink);color:white;padding:9px 11px;border-radius:6px;font-size:12px;white-space:nowrap}
.review{padding:14px 0;border-top:1px solid var(--line)}.review-header{display:flex;justify-content:space-between;font-size:12px;margin-bottom:8px}.review-header span{color:#af771d}.review small{font-size:10px;color:var(--muted)}
.booking-bar{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:480px;display:flex;align-items:center;gap:12px;padding:12px 20px calc(12px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid var(--line);z-index:16}.booking-bar .primary{flex:1}.primary{border-radius:6px;background:var(--ink);color:white;min-height:46px;font-size:14px;padding:10px 18px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:8px}.wide{width:100%}
.consumer-profile{display:flex;align-items:center;gap:14px;margin:12px 0 28px}.consumer-avatar{width:60px;height:60px;background:#d9e8df;display:grid;place-items:center;border-radius:50%}.consumer-avatar svg{width:28px;height:28px}.consumer-profile p{font-size:12px;color:var(--muted);margin-top:5px}
.account-menu{border-top:1px solid var(--line)}.account-menu a,.account-menu button{display:flex;align-items:center;width:100%;padding:20px 0;border-bottom:1px solid var(--line);gap:12px;font-size:14px;text-align:left}.account-menu .trailing{margin-left:auto;color:var(--muted);font-size:12px}.account-menu>button>svg:last-child,.account-menu>a>svg:last-child{width:16px;color:var(--muted)}
.empty{padding:44px 16px;text-align:center;color:var(--muted)}.empty>svg{width:32px;height:32px;margin-bottom:14px}.empty h2{font-size:16px;color:var(--ink)}.empty p{font-size:12px;margin:8px 0 18px}
dialog{border:0;border-radius:8px;width:calc(100% - 28px);max-width:440px;padding:18px;max-height:90dvh;color:var(--ink);background:#fff}dialog::backdrop{background:#15251f99}.dialog-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:14px}.dialog-header h2{font-size:17px}.dialog-header .icon-button{width:32px;height:32px}
.lightbox img{width:100%;max-height:60dvh;object-fit:contain;background:#eef2ef}.lightbox-controls{display:flex;align-items:center;justify-content:space-between;margin-top:12px;font-size:12px}
.form-grid{display:grid;gap:16px}.form-grid label{display:grid;gap:7px;font-size:12px}.form-grid input,.form-grid select,.form-grid textarea{width:100%;border:1px solid var(--line);border-radius:6px;padding:11px;min-width:0;background:white;color:var(--ink)}.form-grid textarea{min-height:90px;resize:vertical}
.booking-summary{display:flex;align-items:center;gap:12px;padding-bottom:18px;border-bottom:1px solid var(--line);margin-bottom:20px}.booking-summary img{width:60px;height:76px;border-radius:6px}.booking-summary h2{font-size:16px}.booking-summary p{font-size:12px;color:var(--muted)}
.total{display:flex;justify-content:space-between;align-items:center;padding:15px 0;font-size:13px}.total strong{font-size:22px;color:var(--green)}.note{font-size:11px;color:var(--muted);margin:12px 0;line-height:1.7}.order{padding:18px 0;border-bottom:1px solid var(--line)}.order-top{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:9px;font-size:12px}.status{color:var(--green);background:#e5efe9;padding:4px 7px;border-radius:4px}.order h2{font-size:16px}.order p{font-size:12px;color:var(--muted);margin:7px 0}.order-footer{display:flex;justify-content:space-between;align-items:center;gap:8px}.order-footer a{font-size:12px;color:var(--green)}
#toast{position:fixed;left:50%;transform:translateX(-50%);bottom:100px;background:#20362ef0;color:white;border-radius:6px;padding:11px 16px;z-index:50;max-width:calc(100% - 32px);width:max-content;font-size:12px;opacity:0;pointer-events:none;transition:opacity .15s}#toast.show{opacity:1}
[hidden]{display:none!important}
@media(max-width:360px){#content{padding-left:14px;padding-right:14px}.app-header{padding:0 14px}.person-card{grid-template-columns:86px minmax(0,1fr);padding:10px;gap:10px}.person-cover img{height:128px}.service-grid{gap:7px}.service-tile div{padding:9px 6px}.service-tile h2{font-size:13px}.profile-hero{margin-left:-14px;margin-right:-14px}.profile-hero img{height:290px}.offering-action{gap:6px}.person-bottom{align-items:flex-start;flex-direction:column}.profile-title h1{font-size:23px}}
.identity-status{padding:24px 0;text-align:center}.identity-status>svg{width:42px;height:42px;color:var(--green);margin-bottom:14px}.identity-status p{font-size:13px;color:var(--muted);margin:12px 0 22px}.identity-return{margin-top:28px}.identity-alert{color:#934150;font-size:13px;margin-bottom:18px}.form-grid .consent-row{display:flex;align-items:flex-start;gap:9px;font-size:12px;line-height:1.6}.form-grid .consent-row input{width:18px;height:18px;flex-shrink:0;padding:0;margin:0;accent-color:var(--green)}

/* Consumer visual system. Shared provider styles remain independent. */
.app-shell{background:var(--paper);box-shadow:0 0 60px #2026220a}
.app-header{height:76px;background:var(--paper);border-bottom:0;padding:0 24px}
.brand{gap:10px;font-size:21px;font-weight:800;line-height:1.3}.brand small{display:block;font-size:8px;margin-top:2px;font-weight:600}
.brand-mark{width:37px;height:39px;background:var(--mint);color:var(--ink);font-size:23px;transform:rotate(-6deg);border-radius:8px 8px 3px 8px}
.header-favorite{border:1px solid #cdd5cd;width:38px;height:38px;background:transparent}
.header-actions{display:flex;align-items:center;gap:12px}.header-actions .city-field{gap:2px}.header-actions .city-field svg{width:13px;height:13px}.header-actions select{font-size:10px;padding:6px 0;border:0;background:none;max-width:80px}
#content{padding:20px 24px 116px}
.eyebrow{font-size:9px;line-height:1.8;color:#717972;font-weight:650}
.intro h1{font-weight:800;line-height:1.4}.home-intro{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px;gap:10px}
.home-intro h1{font-size:29px;line-height:1.4;margin:9px 0 10px}.home-intro h1>span{color:var(--green)}
.home-intro p{font-size:12px;color:#697169}.home-intro .city-field{margin-top:5px;gap:3px;flex-shrink:0;max-width:108px}
.home-intro .city-field svg{width:14px;height:14px}.home-intro select{border:0;padding:5px 0;background:transparent;font-size:11px;max-width:88px}
.search-form{margin:0 0 24px;border:0;border-radius:8px;min-height:52px;background:#e9ede5;padding:5px 7px 5px 15px}
.search-form>svg{width:18px;height:18px;color:#7e877d}.search-form input{font-size:12px}.search-form>.icon-button{width:36px;height:36px;border-radius:50%;background:var(--ink);color:var(--mint)}
.section-heading{margin:27px 0 15px}.section-heading h2{font-size:18px;font-weight:750}.service-heading{margin-top:0}.service-heading>span{font-size:9px;color:#858b82}
.service-grid{gap:10px}.service-tile{background:transparent;border:0;box-shadow:none;border-radius:7px;transition:transform .18s ease}
.service-tile:hover{transform:translateY(-3px)}.service-tile .service-image{padding:0;position:relative}.service-tile img{height:92px;border-radius:7px 7px 0 0}
.service-tile .service-symbol{width:28px;height:28px;display:grid;place-items:center;position:absolute;bottom:-12px;right:8px;z-index:1;background:var(--ink);color:var(--mint);border:2px solid var(--mint);border-radius:50%}
.service-symbol svg{width:13px;height:13px}.service-tile .service-copy{padding:13px 10px 11px;position:relative;background:var(--mint)}.service-singing .service-copy{background:var(--lilac)}.service-sport .service-copy{background:var(--coral)}
.service-singing .service-symbol{border-color:var(--lilac);color:var(--lilac)}.service-sport .service-symbol{border-color:var(--coral);color:var(--coral)}
.service-tile h2{font-size:14px;font-weight:700}.service-tile strong{font-size:24px;font-weight:750;font-variant-numeric:tabular-nums;color:var(--ink);line-height:1.3;margin:6px 0 2px}
.service-tile strong span{font-size:12px;margin-right:2px}.service-tile small{font-size:8px;color:#4b5548}
.service-copy>svg{position:absolute;right:8px;bottom:12px;width:13px;height:13px}
.people-heading .eyebrow{font-size:8px}.people-heading h2{margin-top:2px}.people-heading a{font-size:11px;color:var(--ink)}.people-heading a svg{width:15px;height:15px}
.person-location,.person-rating{display:block}.person-card{grid-template-columns:110px minmax(0,1fr);padding:10px;background:#fff;border:0;gap:13px;border-radius:8px;box-shadow:0 2px 10px #20262204}
.person-cover img{height:152px;border-radius:5px;object-position:center 30%}
.person-title h3{font-size:17px;font-weight:750}.tier-badge{font-family:Arial,sans-serif;background:#dcecad;color:#425b27;border-radius:3px;font-size:10px;padding:3px 5px}
.tier-B{background:#e0e8f2;color:#536887}.tier-C{background:#f4dfd6;color:#905944}
.person-meta{font-size:10px;color:#81857e;line-height:1.9}.person-rating{margin-top:4px}.person-meta .score{color:#a37134;font-weight:700}
.person-tags{font-size:10px;color:#555e55;margin-top:7px}.person-bottom{flex-wrap:wrap;gap:7px;margin-top:9px}.person-bottom small{font-size:9px;color:#92988f}
.person-bottom .text-link{font-size:11px;color:#395b43}.video-badge{background:#202622d9;color:#fff;display:flex;align-items:center;gap:3px;font-size:9px;padding:5px 7px;bottom:8px;left:8px}
.person-card>.icon-button{right:7px;top:9px;width:30px;height:30px}.person-card>.icon-button svg{width:17px;height:17px}
[data-view="home"] .people-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
[data-view="home"] .person-card{display:block;padding:0;overflow:hidden}
[data-view="home"] .person-cover{display:block}
[data-view="home"] .person-cover img{height:auto;aspect-ratio:4/5;border-radius:7px 7px 0 0;object-position:50% 25%}
[data-view="home"] .person-card>div{padding:9px 11px 12px}
[data-view="home"] .person-title{padding-right:0;min-height:29px;gap:6px}
[data-view="home"] .person-title h3{font-size:16px}
[data-view="home"] .person-card>.icon-button{background:#ffffffeb;top:9px;right:9px}
[data-view="home"] .person-card>.icon-button.saved{background:#fcecf1}
[data-view="home"] .person-tags{line-height:1.9;margin-bottom:8px}
[data-view="home"] .person-bottom{border-top:1px solid #edf0e9;padding-top:9px;margin:0;gap:5px}
[data-view="home"] .person-bottom small{display:none}
.sample-note{font-size:10px;color:#90978e;text-align:center;padding:25px 0 0}
.navigation{background:#212923;border:0;padding:12px 14px calc(12px + env(safe-area-inset-bottom));box-shadow:0 -4px 20px #2026220a}
.navigation a{color:#acb7ab;font-size:10px;gap:6px;position:relative}
.navigation a svg{width:20px;height:20px}.navigation a[aria-current="page"]{color:var(--mint)}
.navigation a[aria-current="page"]::after{content:"";position:absolute;width:4px;height:4px;background:var(--mint);border-radius:50%;bottom:-6px}
.directory-heading{margin:-20px -24px 24px;padding:22px 24px;display:grid;grid-template-columns:56px 1fr auto;gap:12px;background:#e7f0db}
.directory-singing{background:#ece8f6}.directory-sport{background:#f6e6e0}
.directory-heading>img{width:56px;height:70px;border-radius:4px}
.directory-heading h1{font-size:23px;margin:2px 0}.directory-heading small{font-size:10px}.directory-heading strong{color:var(--ink);font-size:27px;align-self:center}.directory-heading strong span{font-size:13px}
.directory-heading .eyebrow{font-size:7px}.filter-label{font-size:10px;margin-bottom:7px}
.segmented{padding:0;background:transparent;gap:8px}.segmented button{border:1px solid #dbe0d6;font-size:12px;border-radius:5px;background:#fff;min-height:40px}
.segmented button[aria-pressed="true"]{background:var(--ink);border-color:var(--ink);color:var(--mint);box-shadow:none}
.filter-bottom{margin:16px 0 20px;font-size:11px}.filter-bottom select{background:transparent;padding:6px 2px;border:0;font-size:11px}
.filter-bottom>span{font-size:10px;color:#838c80}
.profile-hero{margin:-20px -24px 21px}.profile-hero img{height:360px;object-position:50% 30%}
.profile-hero button{padding:9px 12px;font-size:11px;background:#ffffffeb;border-radius:5px}.profile-hero button svg{width:16px;height:16px}
.profile-title h1{font-size:29px}.profile-line{font-size:12px;margin-top:9px}
.trust-line{margin:17px -24px 0;padding:12px 24px;background:#e8eedf;color:#577145;gap:14px;font-size:10px}
.detail-section{padding:26px 0}.detail-section h2{font-size:17px;font-weight:750;display:flex;align-items:center;gap:9px}
.detail-section h2:before{content:"";width:4px;height:15px;background:#97c153;border-radius:1px;flex-shrink:0}
.detail-section p{font-size:12px;line-height:1.9;color:#6a7269}.facts{gap:13px 12px;margin-top:21px;font-size:11px}
.facts dt{color:#8a9084}.facts dd{color:#3f4e40}.interest-tags{gap:7px;margin-top:20px}.interest-tags span{border:1px solid #dce2d4;background:transparent;color:#627157;font-size:10px;padding:5px 10px}
.media-tabs button{font-size:13px}.media-tabs button[aria-selected="true"]{color:var(--ink);border-color:#8cae51}.photo-grid{gap:10px}.photo-grid img{height:116px}
.offering strong{font-size:21px;color:var(--ink)}.offering p{font-size:10px}.compact-button{background:#e3eecd;color:#415937;font-weight:650}
.primary{background:var(--ink);color:var(--mint);min-height:49px;border-radius:6px;font-weight:650;font-size:13px}
.primary:hover{background:#364435}.booking-bar{background:#fff;padding:13px 24px calc(13px + env(safe-area-inset-bottom));gap:15px}.booking-bar .primary{background:var(--mint);color:var(--ink)}
.review-header span{color:#b48a3a;font-size:11px}.review-header strong{font-size:12px}.review small{color:#92968d}
[data-view="mine"] .consumer-profile{margin:-20px -24px 0;padding:35px 24px 38px;background:#e7eedb;align-items:center}
.consumer-avatar{height:66px;width:66px;background:var(--ink);color:var(--mint);box-shadow:0 0 0 5px #ffffff8f}
.consumer-profile h1{font-size:26px}.consumer-profile p{font-size:11px;color:#738166}
.account-menu{border:0;margin-top:20px}.account-menu>a,.account-menu>button{padding:20px 0;font-size:13px;border-color:#e1e5da}
.account-menu>a>svg:first-child,.account-menu>button>svg:first-child{box-sizing:content-box;width:18px;height:18px;padding:11px;background:#e9ede2;color:#58704e;border-radius:8px}
.account-menu>a:nth-child(2)>svg:first-child{background:#f5e2dc;color:#a26a60}.account-menu>a:nth-child(3)>svg:first-child{background:#e6e2f2;color:#787093}
.account-menu .trailing{font-size:10px}
.form-grid{gap:21px}.form-grid label{font-size:12px;color:#5a6556}.form-grid input,.form-grid select,.form-grid textarea{border:1px solid #dde3d4;background:#fff;padding:14px 12px;font-size:13px}
.form-grid input:focus,.form-grid textarea:focus{border-color:#91b655}.form-grid .consent-row{font-size:11px}
.identity-status>svg{padding:17px;box-sizing:content-box;color:#557944;background:#e9efd9;border-radius:50%;width:29px;height:29px}
.identity-status h1{font-size:24px}.identity-status p{font-size:12px}.identity-status .primary{margin-top:10px}.booking-summary{gap:15px;padding:5px 0 23px;margin-bottom:25px}.booking-summary img{width:67px;height:86px}
.order{padding:22px 0}.order h2{font-size:17px}.status{font-size:10px;background:#e3ebd4;color:#5f7543}.order-footer strong{font-size:22px}.order-top small{font-size:9px;color:#8f978a}
.empty>svg{padding:18px;box-sizing:content-box;width:26px;height:26px;background:#e6ecd9;color:#708c56;border-radius:50%}
dialog{background:var(--paper);padding:22px}.dialog-header h2{font-size:18px}.note{font-size:10px;color:#858c7d;line-height:1.9}
@media(max-width:360px){
  .app-header{padding:0 18px;height:70px}#content{padding:18px 18px 110px}.brand{font-size:19px}.brand-mark{width:33px;height:35px;font-size:21px}
  .home-intro h1{font-size:26px}.home-intro .eyebrow{font-size:7px}.home-intro p{font-size:10px}.header-actions{gap:7px}.header-actions .city-field>svg{display:none}.header-favorite{width:32px;height:32px}
  .section-heading h2{font-size:16px}.service-heading>span{font-size:8px}.service-grid{gap:8px}.service-tile img{height:78px}.service-tile .service-copy{padding:13px 8px 10px}.service-tile h2{font-size:12px}.service-tile strong{font-size:22px}.service-copy>svg{right:7px;width:11px;height:11px}
  [data-view="home"] .people-list{gap:10px}[data-view="home"] .person-card>div{padding:8px 9px 10px}[data-view="home"] .person-title h3{font-size:15px}.person-meta{font-size:9px}[data-view="home"] .person-tags{font-size:9px}[data-view="home"] .person-title{gap:4px}.person-card{grid-template-columns:92px minmax(0,1fr);gap:11px}.person-title h3{font-size:15px}.person-title{padding-right:22px}
  .directory-heading{margin:-18px -18px 22px;padding:18px;grid-template-columns:44px 1fr auto;gap:9px}.directory-heading>img{width:44px;height:62px}.directory-heading h1{font-size:20px}.directory-heading strong{font-size:24px}.directory-heading .eyebrow{font-size:6px}
  .profile-hero{margin:-18px -18px 21px}.profile-hero img{height:310px}.profile-title h1{font-size:26px}.trust-line{margin-left:-18px;margin-right:-18px;padding:12px 18px;font-size:9px;gap:10px}.photo-grid img{height:95px}
  [data-view="mine"] .consumer-profile{margin:-18px -18px 0;padding:30px 18px}
  .booking-bar{padding-left:18px;padding-right:18px}.booking-bar .primary{font-size:12px}.offering strong{font-size:18px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.active-city{display:flex;align-items:center;gap:5px;font-size:11px;color:#738367}.active-city svg{width:13px;height:13px}
.member-panel{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:20px 0 12px;padding:18px 16px;background:#202c24;color:#f0f6e8;border-radius:10px;box-shadow:0 8px 22px #1f302515}.member-panel h2{font-size:18px;margin:5px 0 4px}.member-panel p{font-size:10px;color:#b9c8b7;line-height:1.6}.member-panel .eyebrow{color:#b6dd6e}.member-panel .compact{min-height:38px;padding:0 12px;background:#c4ed73;color:#1d2a20;white-space:nowrap;font-size:11px}.member-mark{font-size:10px;color:#c4ed73;border:1px solid #78994a;padding:6px 8px;border-radius:4px;white-space:nowrap}.member-panel.is-member{background:#314d38}.points-panel{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin:0 0 12px;padding:12px 14px;background:#f3ead8;border-radius:8px}.points-panel strong{font-size:25px;color:#7d5b24}.points-panel span{display:block;font-size:9px;color:#8c7958}.points-panel .text-link{font-size:11px;color:#5f6f36}.points-panel small{grid-column:1/-1;font-size:9px;color:#9b8968}
.tier-price{font-size:16px!important;overflow-wrap:anywhere}.service-tile .tier-price{font-size:17px!important}.tier-price-table{width:100%;border-collapse:collapse;font-size:11px;margin:12px 0 20px}.tier-price-table th,.tier-price-table td{text-align:left;padding:10px 6px;border-bottom:1px solid var(--line)}.tier-service{padding-top:20px}
.offering:has(.service-tier-rates){display:grid;grid-template-columns:minmax(0,1fr);gap:10px}.offering:has(.service-tier-rates) .offering-action{justify-content:space-between}.offering .tier-price{white-space:nowrap;font-size:14px!important}
.home-district{display:flex;justify-content:space-between;align-items:center;gap:8px;margin:-7px 0 22px;font-size:10px;color:#738367}.home-district>span{display:flex;align-items:center;gap:4px}.home-district svg{width:13px;height:13px}.home-district select{background:transparent;border:0;font-size:11px;max-width:110px;padding:7px 0}.match-district{font-size:9px;color:#7e8974;margin:-5px 0 7px;line-height:1.6}

.match-intro{margin:-20px -24px 0;padding:19px 24px 22px;background:#e9eedf;border-bottom:1px solid #dce4d2}
.match-intro-singing{background:#ece8f4;border-color:#e1dbea}.match-intro-sport{background:#f4e4dd;border-color:#eddbd2}
.match-intro .eyebrow{font-size:8px;color:#788473}.match-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:6px 0 9px}
.match-heading h1{font-size:24px;font-weight:750;line-height:1.5;min-width:0;overflow-wrap:anywhere}.match-heading strong{font-size:28px;white-space:nowrap;flex-shrink:0}.match-heading strong small{font-size:13px;margin-right:2px}.match-heading strong>span{display:block;font-size:9px;color:#74816c;text-align:right;font-weight:400}
.match-intro p{font-size:11px;color:#72816b}.service-switcher{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:19px 0 17px}
.service-switcher a{display:flex;flex-direction:column;align-items:center;gap:7px;font-size:11px;color:#727c6c;padding:9px 2px 10px;border-bottom:2px solid transparent}
.service-switcher svg{width:19px;height:19px}.service-switcher a[aria-current="true"]{color:#263c24;border-color:#83a847;font-weight:650}.service-switcher a[aria-current="true"] svg{color:#628b31}
.match-search{margin-bottom:18px;min-height:46px}.match-search input{font-size:11px}.match-search>.icon-button{width:31px;height:31px}
.match-filter-label{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#5c6855;margin-bottom:9px}.match-filter-label>span:last-child{font-size:8px;color:#909785}
.match-tiers{gap:7px}.match-tiers button{min-height:36px;font-size:11px;border-color:#dde3d5}.match-tiers button[aria-pressed="true"]{color:var(--ink);background:var(--mint);border-color:var(--mint)}
.match-options{padding:11px 0;margin:7px 0 0;border-bottom:1px solid #dfe5d7}.match-options label{display:flex;align-items:center;gap:5px}.match-options label>svg{width:13px;height:13px;color:#738367}.match-options select{font-size:11px}
.match-results-heading{display:flex;align-items:center;justify-content:space-between;margin:21px 0 13px;gap:8px}.match-results-heading h2{display:flex;gap:8px;align-items:center;font-size:15px;font-weight:700;flex-wrap:wrap}
.match-results-heading h2>span{font-size:10px;color:#7a8572;font-weight:400}.match-results-heading>button{display:flex;align-items:center;gap:4px;font-size:9px;color:#7a8670;white-space:nowrap;padding:4px 0}.match-results-heading>button svg{width:11px;height:11px}
.match-list{gap:16px}.match-card{grid-template-columns:112px minmax(0,1fr);gap:0 15px;padding:13px;box-shadow:0 3px 15px #27382405;border:1px solid #e6eadf}
.match-card .person-cover img{height:157px;object-position:50% 28%;border-radius:5px}.match-card .person-title{min-height:30px;padding:0 24px 0 0;gap:6px}.match-card .person-title h3{font-size:19px}
.match-card>.icon-button{right:9px;top:12px}.match-card .video-badge{font-size:8px;left:7px;bottom:7px;gap:3px;padding:5px}
.match-location{display:flex;align-items:center;gap:4px;color:#87907e;font-size:10px;margin:5px 0 10px}.match-location svg{width:11px;height:11px}
.match-personality{font-size:11px;font-weight:500;color:#42533a;line-height:1.7}.match-interests{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.match-interests span{font-size:9px;border:1px solid #e6e9de;border-radius:3px;padding:3px 6px;color:#7b846f}
.match-rating{display:flex;align-items:center;gap:4px;font-size:12px;color:#a47a39;margin-top:11px;line-height:1.5}.match-rating svg{width:11px;height:11px;fill:#b89950;stroke:#b89950}.match-rating span{font-size:9px;color:#909785;margin-left:3px}
.match-language{font-size:9px;color:#939b8a;margin-top:5px}.match-services{grid-column:1/-1;display:flex;gap:13px;flex-wrap:wrap;margin:14px 0;padding-bottom:13px;border-bottom:1px solid #eff0e9}
.match-services>span{display:flex;align-items:center;gap:5px;font-size:10px;color:#949c8d}.match-services>span.is-selected{color:#3c6334}.match-services svg{width:12px;height:12px}
.match-footer{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:10px}.match-footer strong{font-size:26px;color:#273825;font-weight:750;font-variant-numeric:tabular-nums}.match-footer strong small{font-size:12px;margin-right:2px}.match-footer>div>small,.match-footer>div>span{font-size:9px;color:#929a87}
.match-cta{display:flex;gap:11px;align-items:center;justify-content:center;background:var(--mint);color:#314325;min-height:37px;padding:8px 13px;border-radius:5px;font-size:12px;font-weight:650}.match-cta svg{width:15px;height:15px}.match-cta:hover{background:#b9e960}
@media(max-width:360px){
  .match-intro{margin:-18px -18px 0;padding:17px 18px 20px}.match-heading h1{font-size:21px}.match-heading strong{font-size:25px}.match-intro p{font-size:10px}
  .service-switcher{padding:14px 0}.service-switcher a{font-size:10px}.match-filter-label{font-size:10px}.match-results-heading h2{font-size:14px}
  .match-card{grid-template-columns:94px minmax(0,1fr);padding:11px;gap:0 11px}.match-card .person-cover img{height:157px}.match-card .person-title h3{font-size:17px}.match-card .person-title{padding-right:22px;gap:4px}
  .match-interests span{font-size:8px;padding:3px 4px}.match-personality{font-size:10px}.match-rating span{font-size:8px;margin-left:0}.match-rating{gap:3px}.match-card .person-title .tier-badge{font-size:9px}
  .match-footer strong{font-size:24px}.match-cta{font-size:11px;gap:8px;padding:8px 11px}
}
.points-panel{grid-template-columns:minmax(0,1fr) auto}.points-recharge{display:inline-flex;align-items:center;justify-content:center;gap:6px;justify-self:end;min-height:44px;padding:10px 16px;background:#283d30;color:#fff;border-radius:6px;font-size:13px;font-weight:600;white-space:nowrap}.points-recharge svg{width:16px;height:16px}.points-recharge:active{background:#47624a}.referral-entry{display:flex;align-items:center;gap:12px;padding:16px 0;border-bottom:1px solid var(--line)}.referral-entry>span:nth-child(2){flex:1;min-width:0}.referral-entry strong{display:block;font-size:14px}.referral-entry small{display:block;font-size:11px;line-height:1.6;color:#78836f;margin-top:5px}.referral-entry>svg{width:18px;flex-shrink:0}.referral-symbol{display:grid;place-items:center;width:40px;height:40px;border-radius:8px;background:#e5e0f2;color:#736085}.referral-symbol svg{width:21px;height:21px}.referral-intro{padding:20px 0}.referral-intro>svg{width:32px;height:32px;color:#526f42}.referral-intro h1{font-size:24px;margin:12px 0}.referral-intro p{font-size:12px;color:#74816e}.referral-benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:22px 0;border-top:1px solid var(--line)}.referral-benefits strong{font-size:32px;color:#3b6037}.referral-benefits small{font-size:10px;margin-left:5px}.referral-benefits span{display:block;font-size:11px;color:#7a826f;margin-top:8px}.referral-generate{display:flex;gap:8px;align-items:center;justify-content:center}.referral-generate svg{width:18px}.referral-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:24px 0;border-bottom:1px solid var(--line)}.referral-stats dt{font-size:10px;color:#79846f}.referral-stats dd{margin:8px 0 0;font-size:22px}.referral-row{display:flex;align-items:center;gap:12px;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--line)}.referral-row>div{min-width:0}.referral-row strong,.referral-row b{font-size:12px}.referral-row b{flex-shrink:0;color:#527144}.referral-row small{display:block;font-size:10px;margin-top:6px;color:#7a856e;overflow-wrap:anywhere}.referral-share{display:grid;gap:8px;font-size:12px;margin:20px 0}.referral-share input{width:100%;min-width:0;padding:12px;border:1px solid var(--line);border-radius:6px;background:white;font-size:12px}
.app-shell .points-panel{grid-template-columns:minmax(0,1fr) auto}
.guest-discovery{padding:22px 0;border-top:1px solid #dce4dc;display:flex;align-items:center;justify-content:space-between;gap:16px}
.guest-discovery p{font-size:13px;color:#667360;line-height:1.7;margin:0;min-width:0}
.guest-discovery a{flex-shrink:0}
.profile-gate-actions .secondary{width:100%;border:1px solid #a5b79d;border-radius:6px;padding:12px;color:#284632;font-weight:600}
.profile-gate-actions{display:grid;gap:14px}.profile-gate-actions .note{margin:0}.profile-gate-balance{display:flex;justify-content:space-between;padding:16px 0;border-bottom:1px solid #dce4dc}.profile-gate-actions button{min-height:44px}
.point-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:20px 0}
.point-product{min-height:112px;padding:18px 12px;border:1px solid #dadfe0;border-radius:8px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:transform .18s,background .18s}
.point-product strong{font-size:26px;color:#193b35}.point-product small{font-size:13px;margin-left:6px}.point-product span{color:#b44356;font-size:18px;font-weight:700}.point-product:active{transform:scale(.97);background:#edf7f3}
.rating-options{border:0;margin:0;padding:0;display:flex;gap:8px;flex-wrap:wrap}.rating-options legend{margin-bottom:12px}.rating-options label{flex:1;min-width:40px}.rating-options input{position:absolute;opacity:0;width:1px;height:1px}.rating-options span{min-height:46px;display:grid;place-items:center;border:1px solid #d8dede;border-radius:6px}.rating-options input:checked+span{background:#173f36;color:white;border-color:#173f36}.rating-options input:focus-visible+span{outline:2px solid #ac3d58;outline-offset:2px}
.order-footer{flex-wrap:wrap;gap:12px}.order-footer button{min-height:44px}.order small{overflow-wrap:anywhere}.points-panel small .text-link{margin-left:10px;min-height:32px}
@media(prefers-reduced-motion:reduce){.point-product{transition:none}}
.review-choice-group{margin:0;padding:0;border:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-width:0}
.review-choice-group legend{margin-bottom:10px;font-size:14px;font-weight:600}
.review-choice-group label{position:relative;min-width:0;cursor:pointer}
.review-choice-group input{position:absolute;opacity:0;width:1px;height:1px}
.review-choice-group span{display:flex;align-items:center;justify-content:center;min-height:46px;padding:10px 8px;border:1px solid #d8dede;border-radius:6px;background:#fff;color:#354b43;font-size:14px;line-height:1.4;text-align:center}
.review-choice-group input:checked+span{background:#173f36;color:#fff;border-color:#173f36}
.review-choice-group input:focus-visible+span{outline:2px solid #ac3d58;outline-offset:2px}
.location-control{display:flex;align-items:center;justify-content:space-between;gap:8px 12px;padding:12px 0;flex-wrap:wrap}
.location-control>span,.location-control>button{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:13px;min-height:44px}
.location-control>button{border:1px solid #c9d9cd;border-radius:6px;padding:8px 12px;background:#fff;flex-shrink:0}
.location-control>button:active{background:#e6f0e8}.location-control>button:disabled{opacity:.6}
.location-control svg{width:16px;height:16px;flex-shrink:0}
.discovery-status{display:flex;gap:6px 12px;flex-wrap:wrap;font-size:12px;line-height:1.6;color:#306350;margin-top:8px}
.discovery-status span:first-child{font-weight:700}.next-available{font-size:11px;color:#69746e;margin:6px 0;line-height:1.6}
.order-fees{display:flex;flex-direction:column;gap:8px;padding:12px 0;font-size:13px;border-top:1px solid #dbe3df}.order-fees p{margin:0;line-height:1.6}
.travel-fees{padding:8px 0 16px;border-block:1px solid #dbe3df;margin:16px 0}.travel-fees .location-control{padding-top:0}
.travel-fees p{display:flex;justify-content:space-between;gap:12px;font-size:14px;line-height:1.6;margin:10px 0}.travel-fees small{color:#65716b;font-size:12px}
.travel-fees [data-travel-lines]{font-size:13px;line-height:1.6;color:#52635b}
.travel-consent{display:flex!important;align-items:flex-start;gap:10px;font-size:13px;line-height:1.7;cursor:pointer;min-height:44px}
.travel-consent input{width:20px!important;min-width:20px;height:20px;min-height:20px!important;margin:2px 0 0!important;accent-color:#216744}.travel-consent span{min-width:0}
.person-card{isolation:isolate;cursor:pointer}
.card-open::after{content:"";position:absolute;inset:0;z-index:1;border-radius:inherit}
.person-card .person-cover,.person-card .person-title a{position:relative;z-index:2}
.person-card>.icon-button{z-index:3}
.profile-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 14px;border-radius:6px;background:#263e32;color:#fff;font-size:12px;font-weight:600;flex:1}
.profile-button svg{width:16px;height:16px;flex-shrink:0}
[data-view="home"] .profile-button{width:100%}
.card-open:focus-visible{outline:2px solid #28644b;outline-offset:3px}.card-open:focus-visible::after{outline:2px solid #28644b;outline-offset:3px}
@media(hover:hover){.person-card:hover .profile-button{background:#376149}.person-card:hover .match-cta{background:#b9e960}}
