@font-face{font-family:HarmonyOS Sans SC;font-style:normal;font-weight:400;font-display:swap;src:url(/harmonyos-sans-sc-regular.woff2) format("woff2")}@font-face{font-family:Space Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/space-mono-latin-400.woff2) format("woff2")}@font-face{font-family:Space Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/space-mono-latin-700.woff2) format("woff2")}:root{font-family:HarmonyOS Sans SC,PingFang SC,Microsoft YaHei,Arial,sans-serif;color:#1a1a1a;background:#fff;font-synthesis:weight;text-rendering:optimizeLegibility;letter-spacing:0;--bg: #ffffff;--surface: #ffffff;--surface-muted: #ffffff;--ink: #1a1a1a;--muted: #74746f;--faint: #a0a09b;--line: rgba(26, 26, 26, .12);--line-strong: rgba(26, 26, 26, .28);--warning-bg: #f1eee5;--warning-ink: #635a43;--error-bg: #f7eae8;--error-ink: #843a34}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg)}button,input{font:inherit}button{letter-spacing:0}button:focus-visible,input:focus-visible,a:focus-visible{outline:2px solid var(--ink);outline-offset:3px}h1,h2,h3,p{margin:0}h1,h2,h3{letter-spacing:0}.app-shell{min-height:100vh}.site-header{position:sticky;z-index:50;top:0;display:flex;width:min(1200px,calc(100% - 48px));min-height:76px;align-items:center;justify-content:space-between;margin:0 auto;background:#fffffff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.wordmark,.site-nav button{padding:0;border:0;color:var(--ink);background:transparent;cursor:pointer}.wordmark{display:inline-flex;align-items:center;gap:14px}.wordmark-name{font-size:34px;font-weight:650;line-height:1}.wordmark-product{max-width:74px;color:var(--muted);font-family:Space Mono,Cascadia Mono,Consolas,monospace;font-size:9px;font-weight:500;line-height:1.35;text-align:left}.site-nav{display:flex;align-items:center;gap:28px}.site-nav button{position:relative;font-size:14px;font-weight:500}.site-nav button:after{position:absolute;right:0;bottom:-6px;left:0;height:1px;content:"";background:var(--ink);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.site-nav button:hover:after,.site-nav button[aria-current=page]:after{transform:scaleX(1)}.landing-page{width:min(1200px,calc(100% - 48px));margin:0 auto}.landing-intro{display:grid;min-height:calc(100vh - 76px);grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);align-items:center;gap:64px;padding:58px 0 90px}.landing-entry{display:flex;align-items:flex-start;flex-direction:column;gap:30px}.section-index,.eyebrow{color:var(--muted);font-family:Space Mono,Cascadia Mono,Consolas,monospace;font-size:10px;font-weight:500;line-height:1.5;text-transform:uppercase}.start-button{display:inline-flex;min-width:142px;min-height:52px;align-items:center;justify-content:space-between;gap:28px;padding:0 18px 0 22px;border:1px solid var(--ink);border-radius:999px;color:#fff;background:var(--ink);font-size:15px;font-weight:600;cursor:pointer;transition:color .18s ease,background .18s ease}.start-button:hover{color:var(--ink);background:transparent}.landing-copy{max-width:760px;justify-self:end}.landing-copy h1{max-width:720px;font-size:68px;font-weight:520;line-height:1.08}.landing-copy h1 span,.landing-copy>p span{display:block}.landing-copy>p{max-width:590px;margin-top:32px;margin-left:0;color:#4d4d49;font-size:16px;font-weight:400;line-height:1.8}.landing-copy>p span+span{margin-top:2px}.site-footer{min-height:280px;background:#fff}.footer-inner{position:relative;display:flex;width:min(1200px,calc(100% - 48px));min-height:280px;align-items:flex-start;margin:0 auto;padding:76px 0 48px}.social-links{display:flex;gap:10px}.social-links button,.social-links a{display:inline-grid;width:44px;height:44px;padding:0;place-items:center;border:0;border-radius:6px;color:var(--ink);background:#fff;cursor:pointer;text-decoration:none;transition:color .16s ease,background .16s ease}.social-links button:hover,.social-links a:hover{color:#fff;background:var(--ink)}.footer-rule{position:absolute;right:0;bottom:48px;left:0;height:1px;background:var(--line)}.footer-copy{position:absolute;right:0;bottom:20px;color:var(--faint);font-family:Space Mono,Cascadia Mono,Consolas,monospace;font-size:9px}.contact-modal-backdrop{position:fixed;z-index:100;inset:0;display:grid;padding:24px;place-items:center;background:#1a1a1aad}.contact-modal{position:relative;width:min(420px,calc(100vw - 32px));padding:42px 32px 24px;border:1px solid var(--line-strong);border-radius:8px;background:#fff}.contact-modal img{display:block;width:min(100%,320px);max-height:70vh;margin:0 auto;object-fit:contain}.contact-modal p{margin-top:18px;color:var(--muted);font-size:13px;text-align:center}.contact-modal-close{position:absolute;top:12px;right:12px;display:inline-grid;width:36px;height:36px;padding:0;border:0;place-items:center;color:var(--ink);background:transparent;cursor:pointer}.analysis-page,.creator-page,.privacy-page{width:min(1200px,calc(100% - 48px));margin:0 auto;padding:40px 0 80px}.reference-mode-control{display:flex;min-height:42px;justify-content:flex-end}.reference-mode-toggle{display:inline-grid;width:42px;height:42px;padding:0;border:1px solid var(--line-strong);border-radius:50%;place-items:center;color:var(--ink);background:var(--surface);cursor:pointer;transition:color .15s ease,background .15s ease}.reference-mode-toggle:hover{color:#fff;background:var(--ink)}.reference-mode-toggle span{font-family:Arial,sans-serif;font-size:23px;line-height:1}.start-upload-screen{padding-top:22px}.start-upload-copy{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);align-items:end;gap:48px;padding:22px 0 30px}.start-upload-copy .eyebrow{grid-column:1 / -1}.start-upload-copy h1{max-width:700px;font-size:46px;font-weight:520;line-height:1.16}.start-upload-copy>p{color:var(--muted);font-size:14px;line-height:1.75}.start-upload-stage{display:flex;min-height:610px;align-items:center;justify-content:center;flex-direction:column;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.upload-stage-icon{display:grid;width:68px;height:68px;margin-bottom:26px;place-items:center;border:1px solid var(--line);border-radius:50%}.upload-actions,.photo-guidance,.local-note{display:flex;align-items:center}.upload-actions{gap:9px}.photo-guidance{margin-top:24px;color:var(--muted);font-size:11px}.photo-guidance span{padding:0 12px;border-right:1px solid var(--line)}.photo-guidance span:last-child{border-right:0}.local-note{gap:6px;margin-top:18px;color:var(--muted);font-size:11px}.browser-compatibility-notice{width:min(calc(100% - 48px),440px);margin-top:20px}.browser-compatibility-notice p{margin:0}.button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:8px;padding:8px 15px;border:1px solid transparent;border-radius:999px;font-size:12px;font-weight:650;line-height:1;cursor:pointer;transition:color .15s ease,background .15s ease,border-color .15s ease}.button:disabled{cursor:not-allowed;opacity:.5}.button-primary{color:#fff;background:var(--ink)}.button-primary:hover:not(:disabled){color:var(--ink);background:transparent;border-color:var(--ink)}.button-secondary,.button-ghost{border-color:var(--line-strong);color:var(--ink);background:transparent}.button-secondary:hover,.button-ghost:hover{color:#fff;background:var(--ink);border-color:var(--ink)}.analysis-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;padding:24px 0 22px}.analysis-heading h1{margin-top:7px;font-size:38px;font-weight:520;line-height:1.2}.analysis-scene{--collapse: 0;--reveal: 0;position:relative}.analysis-scene.is-scrollable{height:220vh}.analysis-sticky{position:relative}.analysis-scene.is-scrollable .analysis-sticky{position:sticky;top:76px;height:calc(100vh - 76px);min-height:620px;overflow:hidden}.analysis-workspace{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(380px,.8fr);overflow:hidden;border:1px solid var(--line-strong);border-radius:8px;background:var(--surface)}.analysis-scene.is-scrollable .analysis-workspace{position:absolute;z-index:2;top:20px;left:0;width:100%;transform:translate(calc(var(--collapse) * 18px),calc(var(--collapse) * 10px)) scale(calc(1 - (var(--collapse) * .67)));transform-origin:top left;will-change:transform}.analysis-photo{display:flex;min-width:0;flex-direction:column;border-right:1px solid var(--line);background:#202020}.face-preview{position:relative;width:100%;min-height:0;aspect-ratio:4 / 3;overflow:hidden;background:#202020}.face-preview canvas{display:block;width:100%;height:100%}.photo-toolbar{display:flex;min-height:68px;align-items:center;justify-content:space-between;gap:18px;padding:12px 14px;background:var(--surface)}.file-meta{display:flex;min-width:0;flex-direction:column;gap:3px;color:var(--muted);font-family:Space Mono,Cascadia Mono,Consolas,monospace;font-size:9px}.file-name{max-width:260px;overflow:hidden;color:var(--ink);font-size:10px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.result-panel{position:relative;min-width:0;padding:24px;background:var(--surface)}.panel-title-row{display:flex;min-height:48px;align-items:start;justify-content:space-between;gap:16px;padding-bottom:18px;border-bottom:1px solid var(--line)}.panel-title-row h2{margin-top:6px;font-size:17px;font-weight:600}.status{flex:0 0 auto;padding:5px 8px;border:1px solid var(--line);border-radius:999px;color:var(--ink);background:var(--bg);font-size:10px;font-weight:650}.status.warning{color:var(--warning-ink);background:var(--warning-bg)}.result-empty{display:flex;min-height:420px;align-items:center;justify-content:center;flex-direction:column;gap:12px;color:var(--faint)}.result-empty-compact{min-height:350px;text-align:center}.result-empty p{font-size:12px}.result-empty span{font-size:10px}.result-content{padding-top:16px}.issue-list{display:grid;gap:8px}.notice{display:flex;align-items:flex-start;gap:9px;padding:11px 12px;border:1px solid var(--line);border-radius:6px;color:var(--ink);background:var(--bg);font-size:11px;line-height:1.55}.notice svg{flex:0 0 auto;margin-top:1px}.notice-warning{color:var(--warning-ink);background:var(--warning-bg)}.notice-error{color:var(--error-ink);background:var(--error-bg)}.feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px;margin:14px 0 0}.feature-row{display:grid;grid-template-columns:minmax(0,1fr) 54px;min-height:37px;align-items:center;border-bottom:1px solid var(--line)}.feature-row dt{color:#51514d;font-size:10px}.feature-row dd{margin:0;color:var(--ink);font-family:Space Mono,Cascadia Mono,Consolas,monospace;font-size:10px;font-weight:600;text-align:right}.measurement-note{margin-top:14px;color:var(--muted);font-size:9px;line-height:1.6}.analysis-mini-summary{position:absolute;right:20px;bottom:18px;left:20px;display:flex;align-items:end;justify-content:space-between;opacity:var(--collapse);pointer-events:none}.analysis-mini-summary span{color:var(--muted);font-family:Space Mono,Cascadia Mono,Consolas,monospace;font-size:9px}.analysis-mini-summary strong{font-size:12px}.match-reveal{position:absolute;z-index:1;inset:0;overflow:auto;padding:22px 0 24px 35%;opacity:var(--reveal);transform:translateY(calc((1 - var(--reveal)) * 32vh)) scale(calc(.95 + (var(--reveal) * .05)));transform-origin:center bottom;will-change:transform,opacity}.scroll-cue{position:absolute;z-index:3;bottom:18px;left:50%;display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--line-strong);border-radius:50%;opacity:calc(1 - var(--reveal));transform:translate(-50%)}.matches-section{margin-top:48px}.match-reveal .matches-section{margin-top:0}.matches-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.matches-heading h2{margin-top:6px;font-size:26px;font-weight:520;line-height:1.25}.match-category-tabs{display:inline-grid;min-width:260px;grid-template-columns:repeat(3,1fr);padding:3px;border:1px solid var(--line-strong);border-radius:7px}.match-category-tabs button{min-height:34px;padding:6px 10px;border:0;border-radius:4px;color:var(--muted);background:transparent;font-size:11px;cursor:pointer}.match-category-tabs button[aria-selected=true]{color:#fff;background:var(--ink)}.matches-empty,.matches-loading,.library-empty,.no-match-result{display:flex;min-height:280px;align-items:center;justify-content:center;flex-direction:column;gap:15px;border:1px solid var(--line);border-radius:8px;color:var(--muted);background:transparent}.matches-empty h3,.library-empty h2{color:var(--ink);font-size:17px;font-weight:600}.matches-empty p,.library-empty p,.matches-loading p{max-width:440px;font-size:12px;line-height:1.65;text-align:center}.no-match-result{min-height:390px;padding:48px 28px;color:var(--muted);text-align:center}.no-match-result>svg{color:var(--ink)}.no-match-copy{max-width:580px}.no-match-copy h3{color:var(--ink);font-size:20px;font-weight:600}.no-match-copy p,.no-match-guidance p,.no-match-wish{font-size:12px;line-height:1.75}.no-match-copy p{margin-top:10px}.no-match-guidance{width:min(100%,580px);margin:10px 0 2px;padding:19px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:#4d4d49}.no-match-keyword{margin-top:7px}.no-match-keyword strong{color:var(--ink);font-weight:600}.no-match-wish{color:var(--ink)}.matches-loading,.matches-error{margin-top:42px}.match-sample-notice{margin-bottom:14px}.primary-match{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);min-height:500px;overflow:hidden;border:1px solid var(--line-strong);border-radius:8px;background:var(--surface)}.primary-match-photo,.match-card-photo,.creator-card-photo{position:relative;overflow:hidden;background:#fff}.primary-match-photo img,.match-card-photo img,.creator-card-photo img{display:block;width:100%;height:100%;object-fit:cover}.match-rank{position:absolute;top:12px;left:12px;padding:6px 9px;border-radius:999px;color:#fff;background:#1a1a1ae0;font-family:Space Mono,Cascadia Mono,Consolas,monospace;font-size:9px}.primary-match-body{display:flex;min-width:0;justify-content:center;flex-direction:column;padding:36px}.primary-match-body h3{margin-top:8px;overflow-wrap:anywhere;font-size:30px;font-weight:520;line-height:1.2}.creator-platform-label{display:inline-flex;margin-top:8px;padding:3px 6px;border:1px solid var(--line-strong);border-radius:3px;color:#4d4d49;font-size:9px;font-weight:600;line-height:1}.primary-match-intro{margin:14px 0 22px;color:var(--muted);font-size:12px;line-height:1.7}.creator-content-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.creator-content-tags span{padding:5px 8px;border:1px solid var(--line);border-radius:999px;color:#4d4d49;font-size:10px;line-height:1}.match-card-body .creator-content-tags{margin:10px 0 14px}.match-reasons{display:grid;gap:10px;margin:0;padding:17px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);list-style:none}.match-reasons li{display:grid;grid-template-columns:17px minmax(0,1fr);gap:8px;color:#4d4d49;font-size:11px;line-height:1.55}.match-reasons svg{margin-top:1px;color:var(--ink)}.match-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:23px}.match-links a{flex:1;text-decoration:none}.ai-discovery{margin-top:24px;padding:24px 0 4px;border-top:1px solid var(--line)}.plus-spotlight{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:22px;margin:24px 0;padding:20px 22px;border-top:4px solid #d9ff57;color:#fff;background:#171715}.plus-spotlight-mark{display:flex;align-items:center;gap:8px;color:#d9ff57;font:700 22px/1 Space Mono,Consolas,monospace;letter-spacing:0}.plus-spotlight-copy{min-width:0}.plus-spotlight-copy .eyebrow{color:#d9ff57;font-size:11px}.plus-spotlight-copy h3{margin-top:5px;font-size:18px;font-weight:600;line-height:1.4}.plus-spotlight-copy>p:last-child{margin-top:6px;color:#c9c9c2;font-size:13px;line-height:1.6}.plus-spotlight-action{display:grid;min-width:164px;justify-items:end;gap:8px}.plus-spotlight-price{display:flex;align-items:baseline;gap:4px;white-space:nowrap}.plus-spotlight-price strong{color:#d9ff57;font:700 24px/1 Space Mono,Consolas,monospace}.plus-spotlight-price span,.plus-spotlight-action small{color:#c9c9c2;font-size:12px}.plus-spotlight-button{border-color:#fff;color:#171715;background:#fff}.plus-spotlight-button:hover{border-color:#d9ff57;background:#d9ff57}.plus-offer{box-sizing:border-box;scroll-margin-top:24px;margin-top:32px;padding:28px 24px 24px;border-top:4px solid var(--ink);background:#f4f5ee}.plus-offer-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:28px}.plus-offer .eyebrow{font-size:11px}.plus-offer-heading h3{max-width:620px;margin-top:6px;font-size:20px;font-weight:600;line-height:1.4}.plus-offer-heading>div:first-child>p:last-child{max-width:620px;margin-top:8px;color:var(--muted);font-size:14px;line-height:1.7}.plus-offer-price{display:flex;align-items:baseline;gap:4px;white-space:nowrap}.plus-offer-price strong{font:700 25px/1 Space Mono,Consolas,monospace}.plus-offer-price span{color:var(--muted);font-size:13px}.plus-offer-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:22px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.plus-offer-features>div{display:grid;min-width:0;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:9px;padding:15px 14px;border-left:1px solid var(--line);font-size:13px;line-height:1.5}.plus-offer-features>div:first-child{border-left:0}.plus-offer-notice{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:9px;margin-top:16px;padding:11px 13px;color:var(--warning-ink);background:var(--warning-bg);font-size:12px;line-height:1.6}.plus-offer-notice svg{margin-top:1px}.plus-offer-toggle{margin-top:16px}.plus-offer-toggle svg{transition:transform .16s ease}.plus-offer-toggle svg.is-expanded{transform:rotate(180deg)}.plus-configurator{margin-top:20px;padding-top:20px;border-top:1px solid var(--line)}.plus-configurator fieldset{min-width:0;margin:0;padding:0;border:0}.plus-configurator fieldset+fieldset{margin-top:20px}.plus-configurator legend{padding:0;font-size:14px;font-weight:600}.plus-configurator legend small{margin-left:6px;color:var(--muted);font-size:12px;font-weight:400}.plus-field-help{margin-top:6px;color:var(--muted);font-size:12px;line-height:1.6}.plus-option-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:10px}.plus-option-grid--styles{grid-template-columns:repeat(3,minmax(0,1fr))}.plus-option-grid label{display:flex;min-height:42px;align-items:center;gap:8px;padding:9px 11px;border:1px solid var(--line-strong);border-radius:6px;font-size:13px;cursor:pointer}.plus-option-grid input{width:15px;height:15px;flex:0 0 auto;margin:0;accent-color:var(--ink)}.plus-option-grid label:has(input:checked){border-color:var(--ink);background:#f5f5f2}.plus-option-grid label:has(input:disabled){color:var(--faint);cursor:default}.plus-custom-scene{display:grid;gap:7px;margin-top:14px}.plus-custom-scene>span{font-size:13px;font-weight:600}.plus-custom-scene textarea{box-sizing:border-box;width:100%;min-height:64px;padding:11px 12px;resize:vertical;border:1px solid var(--line-strong);border-radius:6px;outline:0;color:var(--ink);background:#fff;font:inherit;font-size:14px;line-height:1.6}.plus-custom-scene textarea::placeholder{color:#6f7069;opacity:1}.plus-custom-scene textarea:focus{border-color:var(--ink);box-shadow:0 0 0 2px #1717151a}.plus-custom-scene textarea:disabled{color:var(--faint);background:#eeeeea}.plus-custom-scene small{color:var(--muted);font-size:12px;line-height:1.5}.plus-configure-submit{margin-top:20px}.plus-example{scroll-margin-top:76px;margin-top:24px;border:1px solid var(--line-strong);border-top:4px solid var(--ink);background:#fff}.plus-example-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:20px;padding:20px}.plus-example-heading h4{margin-top:5px;font-size:20px;font-weight:600;line-height:1.35}.plus-example-heading>div>p:last-child{max-width:580px;margin-top:7px;color:var(--muted);font-size:13px;line-height:1.6}.plus-example-heading>span{padding:6px 8px;border:1px solid var(--line-strong);border-radius:3px;color:var(--muted);background:#f5f5f2;font-size:12px;white-space:nowrap}.plus-selection-summary{display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:10px;padding:13px 20px;border-top:1px solid var(--line);background:#eef5cf}.plus-selection-summary small{color:var(--muted);font-size:11px}.plus-selection-summary p{margin-top:2px;font-size:13px;font-weight:600;line-height:1.5;overflow-wrap:anywhere}.plus-selection-summary button{padding:5px 0;border:0;border-bottom:1px solid currentcolor;color:var(--ink);background:transparent;font-size:12px;cursor:pointer}.plus-example-layout{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.35fr);border-top:1px solid var(--line)}.plus-example-report,.plus-example-plan{min-width:0;padding:20px}.plus-example-report{border-right:1px solid var(--line)}.plus-example h5{margin-top:5px;font-size:16px;font-weight:600;line-height:1.4}.plus-example-report ul{margin:15px 0 0;padding:0;list-style:none}.plus-example-report li{display:grid;grid-template-columns:30px minmax(0,1fr);gap:10px;padding:12px 0;border-top:1px solid var(--line)}.plus-example-report li>span{display:grid;width:26px;height:26px;place-items:center;color:#fff;background:var(--ink);font:600 10px/1 Space Mono,Consolas,monospace}.plus-example-report li strong{display:block;font-size:13px}.plus-example-report li p,.plus-example-caveat{margin-top:4px;color:var(--muted);font-size:12px;line-height:1.65}.plus-example-caveat{padding-top:11px;border-top:1px solid var(--line)}.plus-example-plan-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px}.plus-example-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-width:210px;border:1px solid var(--line-strong);border-radius:4px;overflow:hidden}.plus-example-tabs button{min-height:32px;padding:6px 9px;border:0;border-left:1px solid var(--line-strong);color:var(--muted);background:#fff;font-size:12px;cursor:pointer}.plus-example-tabs button:first-child{border-left:0}.plus-example-tabs button[aria-selected=true]{color:#fff;background:var(--ink)}.plus-example-plan-intro{display:grid;grid-template-columns:minmax(130px,.65fr) minmax(0,1.35fr);gap:16px;margin-top:15px;padding:12px;background:#f5f5f2}.plus-example-plan-intro strong,.plus-example-plan-intro small{display:block}.plus-example-plan-intro strong{font-size:14px}.plus-example-plan-intro small{margin-top:3px;color:var(--muted);font-size:11px}.plus-example-plan-intro p{font-size:12px;line-height:1.6}.plus-example-plan dl{margin:12px 0 0}.plus-example-plan dl>div{display:grid;grid-template-columns:48px minmax(0,1fr);gap:10px;padding:9px 0;border-top:1px solid var(--line)}.plus-example-plan dt{font-size:12px;font-weight:600}.plus-example-plan dd{margin:0;color:var(--muted);font-size:12px;line-height:1.6}.plus-example-search{display:grid;grid-template-columns:20px minmax(0,1fr);gap:11px;padding:18px 20px;border-top:1px solid var(--line);color:#fff;background:var(--ink)}.plus-example-search .eyebrow{color:#d9ff57}.plus-example-search h5{color:#fff}.plus-example-search>div>p:last-child{margin-top:10px;color:#c9c9c2;font-size:12px;line-height:1.6}.plus-example-keywords{display:flex;flex-wrap:wrap;gap:6px;margin-top:11px}.plus-example-keywords span{padding:5px 7px;border:1px solid #5d5d57;border-radius:3px;color:#f4f4ef;font-size:11px}.plus-intent-question{margin-top:18px;padding:18px;border-left:2px solid var(--ink);background:#f7f7f4}.plus-intent-question>div:first-child{display:grid;grid-template-columns:22px minmax(0,1fr);align-items:start;gap:9px}.plus-intent-question>div:first-child p{margin-top:2px;font-size:14px;font-weight:600;line-height:1.6}.plus-intent-question>div:first-child small{color:var(--muted);font-size:11px}.plus-intent-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:15px}.plus-intent-actions button{min-height:40px;padding:8px 10px;border:1px solid var(--line-strong);border-radius:6px;color:var(--ink);background:#fff;font-size:13px;cursor:pointer}.plus-intent-actions button[data-selected=true]{border-color:var(--ink);color:#fff;background:var(--ink)}.plus-intent-actions button:disabled:not([data-selected=true]){color:var(--faint);cursor:default}.plus-intent-status{min-height:17px;margin-top:10px;color:var(--muted);font-size:12px;line-height:1.6}.ai-discovery-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px}.ai-discovery-heading h3{margin-top:5px;font-size:18px;font-weight:550;line-height:1.35}.ai-discovery-heading>div>p:last-child,.ai-discovery-consent>p,.ai-discovery-result-heading p{margin-top:7px;color:var(--muted);font-size:11px;line-height:1.7}.ai-discovery-consent,.ai-discovery-result{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.ai-consent-field{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:9px;margin-top:15px;color:var(--muted);font-size:11px;line-height:1.6}.ai-consent-field input{width:16px;height:16px;margin:2px 0 0;accent-color:var(--ink)}.ai-discovery-consent .consent-policy-link{margin-top:5px}.ai-discovery-consent .turnstile-widget,.ai-discovery-consent .notice,.ai-discovery-submit{margin-top:14px}.ai-discovery-result-heading{display:grid;grid-template-columns:20px minmax(0,1fr);gap:9px}.ai-discovery-result-heading>svg{margin-top:2px;color:var(--ink)}.ai-discovery-result-heading h4{font-size:14px;font-weight:600}.ai-name-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px;margin:16px 0 0;padding:0;list-style-position:inside}.male-report{width:min(1180px,calc(100% - 40px));margin:42px auto 0;padding:34px 0 48px;border-top:1px solid var(--ink);border-bottom:1px solid var(--line)}.male-report-heading,.male-report-result-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:24px}.male-report-heading h2{margin-top:7px;font-size:clamp(28px,4vw,48px);font-weight:500;line-height:1.1;letter-spacing:0}.male-report-heading>span{display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid var(--ink);font:600 11px/1 Space Mono,Consolas,monospace}.male-report-mode{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:min(420px,100%);margin-top:28px;border:1px solid var(--ink)}.male-report-mode button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border:0;color:var(--ink);background:#fff;cursor:pointer}.male-report-mode button+button{border-left:1px solid var(--ink)}.male-report-mode button[aria-pressed=true]{color:#fff;background:var(--ink)}.male-report-mode-note{margin-top:8px;color:var(--muted);font-size:11px}.male-report-styles{margin-top:32px;padding:0;border:0}.male-report-styles legend{margin-bottom:12px;font-size:13px;font-weight:650}.male-report-style-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.male-report-style-grid label{position:relative;min-width:0;border:1px solid var(--line);background:#fff;cursor:pointer}.male-report-style-grid label:has(input:checked){border-color:var(--ink);box-shadow:inset 0 -3px #d9ff57}.male-report-style-grid input{position:absolute;opacity:0;pointer-events:none}.male-report-style-grid span{display:grid;gap:5px;min-height:74px;padding:14px}.male-report-style-grid strong{font-size:13px;font-weight:650}.male-report-style-grid small{color:var(--muted);font-size:10px;line-height:1.5}.male-report-consent,.male-report-result{margin-top:34px;padding-top:28px;border-top:1px solid var(--line)}.male-report-data-note{display:grid;grid-template-columns:21px minmax(0,1fr);gap:12px}.male-report-data-note h3,.male-report-result-heading h3{font-size:18px;font-weight:600;line-height:1.4}.male-report-data-note p,.male-report-summary,.male-report-closing{margin-top:6px;color:var(--muted);font-size:12px;line-height:1.75}.male-report-data-details{margin-top:18px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.male-report-data-details summary{padding:13px 0;font-size:12px;font-weight:600;cursor:pointer}.male-report-data-details dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0 0 14px}.male-report-data-details dl>div{display:flex;justify-content:space-between;gap:12px;padding:8px 12px;border-left:1px solid var(--line);font-size:10px}.male-report-data-details dt{color:var(--muted)}.male-report-data-details dd{margin:0;font-family:Space Mono,Consolas,monospace}.male-report-consent .ai-consent-field,.male-report-consent .consent-policy-link,.male-report-consent .turnstile-widget,.male-report-consent .notice,.male-report-submit{margin-top:14px}.male-report-submit{min-width:190px}.male-report-result-heading .button{white-space:nowrap}.male-report-summary{max-width:760px;margin-top:18px;color:#42423e;font-size:14px}.male-report-observations{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px;margin-top:28px;border-top:1px solid var(--ink)}.male-report-observations article{padding:20px 0 22px;border-bottom:1px solid var(--line)}.male-report-observations small{color:var(--muted);font:600 10px/1.4 Space Mono,Consolas,monospace}.male-report-observations article>p{margin-top:8px;color:#4a4a45;font-size:12px;line-height:1.65}.male-report-observations blockquote{margin:13px 0 0;padding-left:12px;border-left:3px solid #d9ff57;font-size:16px;font-weight:550;line-height:1.6}.male-report-closing{margin-top:18px}.ai-name-list li{min-width:0;padding:10px 0;border-top:1px solid var(--line);overflow-wrap:anywhere;font-size:12px}.match-engagement{display:grid;grid-template-columns:minmax(220px,1fr) auto;align-items:center;gap:24px;padding:22px 0;border-bottom:1px solid var(--line)}.match-engagement-copy h3{margin-top:5px;font-size:18px;font-weight:550;line-height:1.35}.match-engagement-actions{display:flex;min-width:0;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}.match-feedback-actions{display:inline-grid;min-width:220px;grid-template-columns:repeat(2,minmax(0,1fr));padding:3px;border:1px solid var(--line-strong);border-radius:7px}.match-feedback-actions button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:7px;padding:6px 12px;border:0;border-radius:4px;color:var(--muted);background:transparent;font-size:11px;cursor:pointer}.match-feedback-actions button[data-selected=true]{color:#fff;background:var(--ink)}.match-feedback-actions button:disabled:not([data-selected=true]){color:#aaa9a3;cursor:default}.match-share-button{min-width:126px}.match-engagement-status{width:100%;min-height:16px;color:var(--ink);font-size:11px;font-weight:500;line-height:1.5;text-align:right}.match-feedback-recovery{display:grid;grid-column:1 / -1;grid-template-columns:24px minmax(0,1fr);gap:13px;padding-top:20px;border-top:1px solid var(--line);color:var(--muted)}.match-feedback-recovery>svg{margin-top:1px;color:var(--ink)}.match-feedback-recovery h3{color:var(--ink);font-size:15px;font-weight:600}.match-feedback-recovery p{margin-top:7px;font-size:12px;line-height:1.7}.match-feedback-recovery .match-feedback-guidance{margin-top:13px;color:#4d4d49}.match-feedback-keyword strong,.match-feedback-wish{color:var(--ink);font-weight:600}.more-matches-heading{margin:34px 0 15px}.more-matches-heading h3{margin-top:5px;font-size:18px;font-weight:550}.match-grid,.creator-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.matches-more{padding-top:28px;border-top:1px solid var(--line)}.matches-more .match-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.match-card,.creator-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.match-card-photo,.creator-card-photo{aspect-ratio:4 / 3}.match-card-body{display:flex;min-height:250px;flex-direction:column;padding:16px}.match-card-body h3,.creator-card-title h2{margin:0;overflow-wrap:anywhere;font-size:16px;font-weight:600}.match-card-body .match-links{margin-top:auto;padding-top:16px}.creator-page,.privacy-page{padding-top:64px}.page-heading{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:34px}.page-heading h1{max-width:760px;margin-top:8px;font-size:48px;font-weight:520;line-height:1.14}.creator-heading>div{max-width:780px}.creator-intro-copy{max-width:620px;margin-top:18px;color:var(--muted);font-size:14px;line-height:1.75}.creator-summary{margin:24px 0 12px;color:var(--muted);font-size:11px}.creator-card-body{padding:15px}.creator-card-title{display:flex;align-items:center;justify-content:space-between;gap:12px}.creator-links{display:flex;gap:16px;margin-top:13px}.creator-links a,.privacy-section a{display:inline-flex;align-items:center;gap:4px;color:var(--ink);font-size:11px;font-weight:650;text-underline-offset:3px}.library-error{margin-bottom:14px}.library-empty{min-height:420px}.privacy-page{width:min(900px,calc(100% - 48px))}.privacy-heading{align-items:end}.heading-note{color:var(--muted);font-size:12px}.privacy-intro,.privacy-section{display:grid;grid-template-columns:30px minmax(0,1fr);gap:16px;padding:26px 0;border-top:1px solid var(--line)}.privacy-section:last-of-type{border-bottom:1px solid var(--line)}.privacy-intro h2,.privacy-section h2{font-size:18px;font-weight:600}.privacy-intro p,.privacy-section p,.privacy-footnote{margin-top:9px;color:var(--muted);font-size:13px;line-height:1.8}.privacy-section p+p{margin-top:12px}.privacy-footnote{margin-top:26px}.modal-backdrop{position:fixed;z-index:80;inset:0;display:grid;padding:24px;overflow-y:auto;place-items:start center;background:#1a1a1aad}.creator-modal{width:min(920px,100%);overflow:hidden;border-radius:8px;background:var(--surface)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--line)}.modal-header h2{margin-top:5px;font-size:19px;font-weight:600}.icon-button{display:inline-grid;width:36px;height:36px;padding:0;place-items:center;border:0;border-radius:50%;color:var(--ink);background:var(--bg);cursor:pointer}.creator-form{display:grid;grid-template-columns:minmax(290px,.85fr) minmax(340px,1.15fr)}.reference-photo-field{display:flex;min-width:0;flex-direction:column;gap:10px;padding:20px;border-right:1px solid var(--line);background:var(--bg)}.reference-photo-field .face-preview,.creator-photo-empty{width:100%;min-height:290px;aspect-ratio:1 / 1;border-radius:6px}.creator-photo-empty{display:grid;place-items:center;border:1px solid var(--line);color:var(--muted);background:var(--surface)}.photo-requirement{margin:0;color:var(--muted);font-size:10px;line-height:1.6}.notice.compact{padding:8px 10px}.creator-fields{display:flex;min-width:0;flex-direction:column;gap:15px;padding:22px}.creator-choice-field{min-width:0;margin:0;padding:0;border:0}.creator-choice-field legend{margin-bottom:7px;color:#4d4d49;font-size:11px;font-weight:600}.creator-choice-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:3px;border:1px solid var(--line-strong);border-radius:7px}.creator-choice-options label{display:grid;min-height:36px;place-items:center;border-radius:4px;color:var(--muted);cursor:pointer}.creator-choice-options label[data-selected=true]{color:#fff;background:var(--ink)}.creator-choice-options label:focus-within{outline:2px solid var(--ink);outline-offset:3px}.creator-content-options{grid-template-columns:repeat(3,minmax(0,1fr))}.creator-fields label{display:grid;gap:7px;color:#4d4d49;font-size:11px;font-weight:600}.creator-fields small{color:var(--muted);font-size:10px;font-weight:400}.creator-fields input:not(.visually-hidden){width:100%;min-height:42px;padding:9px 11px;border:1px solid var(--line-strong);border-radius:6px;color:var(--ink);background:var(--surface);font-size:12px}.creator-fields input:not(.visually-hidden)::placeholder{color:var(--faint)}.creator-fields .consent-field{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:9px;color:var(--muted);font-weight:400;line-height:1.6}.creator-fields .consent-field input{width:16px;min-height:16px;margin:2px 0 0;accent-color:var(--ink)}.consent-policy-link{margin:-8px 0 0 27px;color:var(--muted);font-size:10px}.consent-policy-link a{margin-left:3px;color:var(--ink)}.turnstile-widget{width:150px;min-height:140px}.form-error{margin:0}.form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:auto;padding-top:8px}.submission-success{display:flex;min-height:380px;align-items:center;justify-content:center;flex-direction:column;padding:40px 24px;text-align:center}.submission-success h3{margin-top:15px;font-size:20px}.submission-success p{max-width:480px;margin:10px 0 24px;color:var(--muted);font-size:12px;line-height:1.7}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:900px){.landing-copy h1{font-size:56px}.analysis-workspace,.primary-match{grid-template-columns:1fr}.analysis-photo{border-right:0;border-bottom:1px solid var(--line)}.analysis-scene:not(.is-scrollable) .face-preview{aspect-ratio:16 / 11}.match-reveal{padding-left:30%}.primary-match-photo{min-height:300px}.creator-grid,.match-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.site-header{width:calc(100% - 32px);min-height:64px}.wordmark{gap:9px}.wordmark-name{font-size:26px}.wordmark-product{max-width:56px;font-size:7px}.site-nav{gap:18px}.site-nav button{font-size:12px}.landing-page,.analysis-page,.creator-page,.privacy-page{width:calc(100% - 32px)}.landing-intro{min-height:calc(100vh - 64px);grid-template-columns:1fr;align-content:center;gap:54px;padding:56px 0 76px}.landing-copy{order:1;justify-self:start}.landing-entry{order:2;gap:20px}.landing-copy h1{font-size:42px;line-height:1.12}.landing-copy>p{margin-top:22px;font-size:14px;line-height:1.75}.landing-copy>p span{display:inline}.landing-copy>p span+span{margin-top:0}.site-footer,.footer-inner{min-height:230px}.footer-inner{width:calc(100% - 32px);padding-top:56px}.start-upload-copy{grid-template-columns:1fr;gap:14px}.start-upload-copy .eyebrow{grid-column:auto}.start-upload-copy h1{font-size:34px}.start-upload-stage{min-height:520px;margin-right:-16px;margin-left:-16px;border-right:0;border-left:0;border-radius:0}.analysis-page{padding-top:18px}.reference-mode-control{min-height:40px}.reference-mode-toggle{width:40px;height:40px}.analysis-heading{align-items:stretch;flex-direction:column;padding-top:18px}.analysis-heading h1{font-size:30px}.analysis-heading .button{align-self:flex-start}.analysis-scene.is-scrollable{height:195vh;margin-right:-16px;margin-left:-16px}.analysis-scene.is-scrollable .analysis-sticky{top:64px;height:calc(100vh - 64px);min-height:560px}.analysis-workspace{grid-template-columns:1fr;border-right:0;border-left:0;border-radius:0}.analysis-scene.is-scrollable .analysis-workspace{top:10px;transform:translate(calc(var(--collapse) * 12px),calc(var(--collapse) * 6px)) scale(calc(1 - (var(--collapse) * .8)))}.face-preview{aspect-ratio:1 / 1}.photo-toolbar{min-height:64px}.file-meta{max-width:45%}.result-panel{padding:20px 16px 24px}.result-empty-compact{min-height:230px}.feature-list{column-gap:14px}.analysis-scene.is-scrollable .result-content{opacity:calc(1 - var(--collapse))}.match-reveal{padding:205px 16px 24px}.match-reveal .matches-heading{margin-bottom:12px}.match-reveal .matches-heading h2{font-size:20px}.primary-match{min-height:0}.primary-match-photo{min-height:260px;aspect-ratio:4 / 3}.primary-match-body{padding:21px 18px 24px}.primary-match-body h3{font-size:24px}.primary-match-intro{margin-bottom:14px}.primary-match-body .match-links{align-items:stretch;flex-direction:column}.match-engagement{grid-template-columns:1fr;gap:15px}.match-engagement-actions{align-items:stretch;justify-content:flex-start;flex-direction:column}.match-feedback-actions,.match-share-button{width:100%}.match-engagement-status{text-align:left}.ai-discovery-heading,.plus-offer-heading{grid-template-columns:1fr;gap:14px}.plus-spotlight{grid-template-columns:1fr;gap:13px;padding:18px}.plus-spotlight-mark{font-size:20px}.plus-spotlight-copy h3{font-size:17px}.plus-spotlight-action{width:100%;min-width:0;grid-template-columns:auto minmax(0,1fr);align-items:center;justify-items:stretch;gap:9px 12px}.plus-spotlight-action small{grid-column:1 / -1}.plus-spotlight-button{width:100%;justify-content:center}.plus-offer{padding:24px 18px 20px}.plus-offer-features{grid-template-columns:1fr}.plus-offer-features>div{border-top:1px solid var(--line);border-left:0}.plus-offer-features>div:first-child{border-top:0}.plus-option-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.plus-example-heading{grid-template-columns:1fr}.plus-example-heading>span{justify-self:start}.plus-selection-summary{grid-template-columns:18px minmax(0,1fr)}.plus-selection-summary button{grid-column:2;justify-self:start}.plus-example-layout{grid-template-columns:1fr}.plus-example-report{border-right:0;border-bottom:1px solid var(--line)}.plus-example-plan-heading,.plus-example-plan-intro{grid-template-columns:1fr}.plus-example-tabs{width:100%;min-width:0}.plus-offer-toggle,.plus-configure-submit{width:100%}.plus-intent-actions{grid-template-columns:1fr}.ai-discovery-heading .button,.ai-discovery-submit{width:100%}.ai-name-list{grid-template-columns:1fr}.male-report{width:min(100% - 28px,1180px);margin-top:28px;padding-top:26px}.male-report-heading,.male-report-result-heading{grid-template-columns:1fr;gap:14px}.male-report-heading>span{justify-self:start}.male-report-style-grid,.male-report-data-details dl,.male-report-observations{grid-template-columns:1fr}.male-report-style-grid span{min-height:0}.male-report-data-details dl>div{border-left:0;border-top:1px solid var(--line)}.male-report-submit,.male-report-result-heading .button{width:100%}.matches-section{margin-top:38px}.matches-heading{align-items:stretch;flex-direction:column}.match-category-tabs{width:100%;min-width:0}.matches-more{margin-right:0;margin-left:0}.matches-more .match-grid,.creator-grid,.match-grid{grid-template-columns:1fr}.match-card-body{min-height:0}.page-heading{align-items:stretch;flex-direction:column;gap:24px}.page-heading h1{font-size:38px}.page-heading .button{align-self:flex-start}.privacy-heading{align-items:start}.privacy-intro,.privacy-section{grid-template-columns:24px minmax(0,1fr);gap:12px}.modal-backdrop{align-items:start;justify-items:stretch;padding:0;overflow-x:hidden}.creator-modal{width:100%;min-height:100vh;border-radius:0}.creator-form{grid-template-columns:1fr}.creator-content-options{grid-template-columns:repeat(3,minmax(0,1fr))}.reference-photo-field{border-right:0;border-bottom:1px solid var(--line)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.analysis-scene.is-scrollable{height:auto}.analysis-scene.is-scrollable .analysis-sticky{position:relative;top:auto;height:auto;overflow:visible}.analysis-scene.is-scrollable .analysis-workspace,.match-reveal{position:relative;inset:auto;opacity:1;transform:none}.match-reveal{padding:40px 0 0}.scroll-cue{display:none}}
