:root{--ppm-bg:#fff8f7;--ppm-card:#fff;--ppm-text:#241b1b;--ppm-muted:#776d6d;--ppm-brand:#8a1f45;--ppm-brand-dark:#681534;--ppm-brand-soft:#f7e9ee;--ppm-line:#eadfde;--ppm-success:#176b43;--ppm-warn:#8a6214;--ppm-radius:18px;--ppm-shadow:0 12px 34px rgba(65,31,39,.07)}
.ppm-card{background:var(--ppm-card);border:1px solid var(--ppm-line);border-radius:var(--ppm-radius);padding:24px;box-shadow:var(--ppm-shadow)}
.ppm-form-wrap,.ppm-profile-editor{max-width:980px;margin:28px auto}.ppm-narrow{max-width:820px}.ppm-form label,.ppm-search-form label{display:flex;flex-direction:column;gap:8px;font-weight:650;color:var(--ppm-text)}.ppm-form label small{font-weight:450;color:var(--ppm-muted);line-height:1.4}
.ppm-form input,.ppm-form select,.ppm-form textarea,.ppm-search-form input,.ppm-search-form select{width:100%;border:1px solid var(--ppm-line);border-radius:12px;padding:12px 14px;background:#fff;color:var(--ppm-text);font:inherit;box-sizing:border-box;outline:none}.ppm-form input:focus,.ppm-form select:focus,.ppm-form textarea:focus,.ppm-search-form input:focus,.ppm-search-form select:focus{border-color:#c47a92;box-shadow:0 0 0 3px rgba(138,31,69,.08)}.ppm-form textarea{resize:vertical}
.ppm-grid{display:grid;gap:18px}.ppm-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.ppm-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.ppm-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.ppm-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;padding:12px 18px;background:var(--ppm-brand);color:#fff!important;text-decoration:none!important;font-weight:750;cursor:pointer;margin-top:14px;line-height:1.2}.ppm-btn:hover{background:var(--ppm-brand-dark)}.ppm-btn:disabled{opacity:.68;cursor:not-allowed}.ppm-btn-secondary{background:var(--ppm-brand-soft);color:var(--ppm-brand)!important}.ppm-btn-secondary:hover{background:#eed7df}.ppm-btn-quiet{background:#f4f1f2;color:#5d5054!important}.ppm-btn-quiet:hover{background:#ece7e9}.ppm-icon-btn{width:44px;height:44px;border-radius:12px;border:1px solid var(--ppm-line);background:#fff;color:var(--ppm-brand);font-size:22px;cursor:pointer}.ppm-icon-btn.is-active{background:var(--ppm-brand-soft);border-color:#d9aabc}
.ppm-success,.ppm-error,.ppm-notice{padding:12px 14px;border-radius:10px;margin:14px 0}.ppm-success{background:#eaf7f0;color:var(--ppm-success)}.ppm-error{background:#fff0f0;color:#922}.ppm-notice{background:#fff5d8;color:#674d00}.ppm-muted{color:var(--ppm-muted)}.ppm-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.095em;color:var(--ppm-brand);font-weight:850}.ppm-badge{display:inline-flex;padding:5px 9px;border-radius:999px;background:var(--ppm-brand-soft);color:var(--ppm-brand);font-size:12px;font-weight:800}
.ppm-editor-head{display:flex;justify-content:space-between;align-items:center;gap:28px;margin-bottom:20px}.ppm-editor-head h2{margin:5px 0}.ppm-completion-ring{width:105px;aspect-ratio:1;border-radius:50%;display:grid;place-content:center;text-align:center;background:radial-gradient(circle,#fff 58%,transparent 60%),conic-gradient(var(--ppm-brand) var(--ppm-progress,70%),#f0e4e7 0);border:1px solid var(--ppm-line);flex:0 0 auto}.ppm-completion-ring strong{font-size:25px;line-height:1}.ppm-completion-ring span{font-size:11px;color:var(--ppm-muted);margin-top:5px}
.ppm-step-nav{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin:18px 0 20px}.ppm-step-nav button{border:1px solid var(--ppm-line);border-radius:12px;padding:10px 8px;background:#fff;color:var(--ppm-muted);font-weight:800;cursor:pointer}.ppm-step-nav button span{display:block;font-size:11px;font-weight:600;margin-top:2px}.ppm-step-nav button.is-active{background:var(--ppm-brand);border-color:var(--ppm-brand);color:#fff}.ppm-form-step{display:none;background:#fff;border:1px solid var(--ppm-line);border-radius:20px;padding:26px;box-shadow:var(--ppm-shadow)}.ppm-form-step.is-active{display:block}.ppm-step-heading{margin-bottom:22px}.ppm-step-heading span{font-size:12px;color:var(--ppm-brand);font-weight:800}.ppm-step-heading h3{font-size:25px;margin:4px 0}.ppm-step-heading p{margin:0;color:var(--ppm-muted)}.ppm-step-actions{display:flex;justify-content:space-between;gap:12px}.ppm-step-actions .ppm-btn{min-width:120px}
.ppm-photo-editor{display:grid;grid-template-columns:220px 1fr;gap:26px;align-items:center}.ppm-current-photo{display:grid;gap:8px}.ppm-current-photo img{width:220px;aspect-ratio:1;object-fit:cover;border-radius:18px;border:1px solid var(--ppm-line)}.ppm-upload-fields{display:grid;gap:18px}.ppm-gallery-preview,.ppm-profile-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}.ppm-gallery-preview img,.ppm-profile-gallery img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:14px;border:1px solid var(--ppm-line)}
.ppm-dashboard-hero{display:grid;grid-template-columns:100px 1fr auto;align-items:center;gap:20px}.ppm-avatar-mini img{width:96px;height:96px;border-radius:18px;object-fit:cover}.ppm-welcome-copy h2{margin:4px 0}.ppm-welcome-copy p{margin:5px 0 10px}.ppm-progress{height:8px;border-radius:999px;background:#efe4e7;overflow:hidden}.ppm-progress span{display:block;height:100%;border-radius:inherit;background:var(--ppm-brand)}.ppm-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:20px 0}.ppm-stats-4{grid-template-columns:repeat(4,1fr)}.ppm-stat{padding:20px;border:1px solid var(--ppm-line);border-radius:16px;background:#fff;text-decoration:none!important;color:inherit!important}.ppm-stat:hover{border-color:#d8bcc5}.ppm-stat strong{font-size:30px;display:block}.ppm-stat span{color:var(--ppm-muted)}.ppm-dashboard-links a{color:inherit;text-decoration:none}.ppm-dashboard-links .ppm-card{transition:.2s ease}.ppm-dashboard-links .ppm-card:hover{transform:translateY(-3px);border-color:#d8bcc5}.ppm-link-icon{font-size:27px;color:var(--ppm-brand)}.ppm-coming{background:linear-gradient(135deg,#fff,#fff9fb)}
.ppm-search-form{margin:20px 0}.ppm-advanced-search{padding:26px}.ppm-search-title,.ppm-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.ppm-search-title h2,.ppm-page-head h2{margin:2px 0}.ppm-results-head{display:flex;justify-content:space-between;align-items:center;margin:30px 0 15px}.ppm-results-head h2{margin:2px 0}.ppm-profile-card{padding:0;overflow:hidden}.ppm-profile-photo{display:block;position:relative;background:#f2eded}.ppm-profile-photo>img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.ppm-score-overlay{position:absolute;right:12px;bottom:12px;background:rgba(23,107,67,.92);color:#fff;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:850}.ppm-profile-body{padding:18px}.ppm-profile-body h3{margin:9px 0;font-size:20px}.ppm-profile-body h3 a{color:inherit;text-decoration:none}.ppm-profile-body p{margin:6px 0}.ppm-profile-top{display:flex;justify-content:space-between;gap:10px;align-items:center}.ppm-id,.ppm-score,.ppm-complete-mini{font-size:12px;border-radius:999px;padding:6px 9px;background:#f5ebee;color:var(--ppm-brand);font-weight:750}.ppm-complete-mini{background:#f4f1f2;color:#786b70}.ppm-card-actions{display:flex;gap:8px;align-items:end;flex-wrap:wrap;margin-top:11px}.ppm-card-actions .ppm-btn{margin-top:0;flex:1}.ppm-interest-btn.is-sent,.ppm-btn.is-sent{background:var(--ppm-success)}.ppm-empty{text-align:center;padding:42px;margin:20px 0}.ppm-empty h3{margin-top:0}
.ppm-profile-hero-card{display:grid;grid-template-columns:340px 1fr;gap:30px;padding:28px}.ppm-profile-main-photo img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:18px}.ppm-profile-summary h1{font-size:clamp(34px,5vw,54px);letter-spacing:-.035em;margin:10px 0}.ppm-profile-line{font-size:17px;color:#5f5357}.ppm-verified{font-size:12px;border-radius:999px;padding:6px 9px;background:#e8f6ee;color:var(--ppm-success);font-weight:800}.ppm-match-big{display:flex;align-items:center;gap:12px;background:#edf7f1;border-radius:14px;padding:13px 15px;margin:18px 0;max-width:430px}.ppm-match-big strong{font-size:26px;color:var(--ppm-success)}.ppm-match-big span{color:#37644f}.ppm-profile-cta{display:flex;gap:10px;flex-wrap:wrap}.ppm-profile-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:20px;margin-top:20px}.ppm-profile-content,.ppm-profile-sidebar{display:grid;gap:20px;align-content:start}.ppm-detail-section h2{margin-top:0}.ppm-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--ppm-line);border:1px solid var(--ppm-line);border-radius:14px;overflow:hidden}.ppm-detail-item{padding:15px;background:#fff;display:grid;gap:3px}.ppm-detail-item span{font-size:12px;color:var(--ppm-muted)}.ppm-detail-item strong{font-size:15px}.ppm-match-criteria{display:grid;gap:8px}.ppm-match-criteria>div{display:flex;gap:9px;align-items:center;padding:9px;border-radius:10px;background:#f7f5f5}.ppm-match-criteria .is-match{background:#edf7f1;color:#246445}.ppm-match-criteria .is-miss{color:#82757a}.ppm-lock{font-size:34px}.ppm-phone{font-size:20px;font-weight:850;color:var(--ppm-brand)}
.ppm-tabs{display:flex;border:1px solid var(--ppm-line);border-radius:12px;overflow:hidden;background:#fff}.ppm-tabs a{padding:10px 15px;text-decoration:none;color:var(--ppm-muted);font-weight:750}.ppm-tabs a.is-active{background:var(--ppm-brand);color:#fff}.ppm-interest-list{display:grid;gap:14px}.ppm-interest-row{display:grid;grid-template-columns:100px 1fr auto;gap:18px;align-items:center}.ppm-interest-row>img{width:100px;height:100px;object-fit:cover;border-radius:14px}.ppm-interest-copy h3{margin:6px 0}.ppm-interest-copy h3 a{color:inherit;text-decoration:none}.ppm-interest-copy p{margin:3px 0}.ppm-interest-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.ppm-interest-actions .ppm-btn{margin-top:0}.ppm-status{display:inline-flex;margin-top:7px;padding:5px 8px;border-radius:999px;font-size:11px;font-weight:800;background:#f3eff0}.ppm-status-accepted{background:#e9f6ef;color:var(--ppm-success)}.ppm-status-declined{background:#f5eeee;color:#87545b}.ppm-status-pending{background:#fff5dd;color:var(--ppm-warn)}
@media(max-width:960px){.ppm-grid-4,.ppm-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.ppm-stats-4{grid-template-columns:repeat(2,1fr)}.ppm-profile-layout{grid-template-columns:1fr}.ppm-profile-sidebar{grid-template-columns:repeat(2,1fr)}.ppm-step-nav span{display:none}}
@media(max-width:760px){.ppm-dashboard-hero{grid-template-columns:74px 1fr}.ppm-dashboard-hero>.ppm-btn{grid-column:1/-1}.ppm-avatar-mini img{width:72px;height:72px}.ppm-profile-hero-card{grid-template-columns:1fr}.ppm-profile-main-photo{max-width:420px}.ppm-photo-editor{grid-template-columns:1fr}.ppm-current-photo img{width:min(100%,280px)}.ppm-interest-row{grid-template-columns:74px 1fr}.ppm-interest-row>img{width:74px;height:74px}.ppm-interest-actions{grid-column:1/-1;justify-content:flex-start}.ppm-page-head,.ppm-search-title{align-items:flex-start;flex-direction:column}}
@media(max-width:640px){.ppm-grid-2,.ppm-grid-3,.ppm-grid-4,.ppm-stats,.ppm-stats-4,.ppm-profile-sidebar{grid-template-columns:1fr}.ppm-card{padding:18px}.ppm-form-step{padding:18px}.ppm-step-nav{grid-template-columns:repeat(6,40px);overflow-x:auto;justify-content:start}.ppm-step-nav button{height:40px;padding:0}.ppm-step-actions{position:sticky;bottom:0;background:rgba(255,248,247,.96);padding:10px 0;z-index:4}.ppm-gallery-preview,.ppm-profile-gallery{grid-template-columns:repeat(2,1fr)}.ppm-detail-grid{grid-template-columns:1fr}.ppm-profile-hero-card{padding:18px}.ppm-profile-summary h1{font-size:36px}}

/* v0.2.1 height selectors */
.ppm-height-field{display:flex;flex-direction:column;gap:8px}.ppm-field-label{font-weight:650;color:var(--ppm-text)}.ppm-height-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ppm-height-pair label{display:block!important}.ppm-height-pair select{width:100%}.ppm-height-field>small{font-weight:450;color:var(--ppm-muted);line-height:1.4}
@media(max-width:480px){.ppm-height-pair{grid-template-columns:1fr 1fr}}
