*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-page);color:var(--text-dark);line-height:1.5}:root{--primary: #8EBC8B;--primary-dark: #5e8f5b;--primary-light: #c8dfc7;--primary-xlight: #f1f8f0;--text-dark: #1e2e1d;--text-mid: #4a6648;--text-gray: #718870;--border: #c8dfc7;--border-mid: #a6c8a4;--bg-page: #4b3278;--bg-card: #ffffff;--shadow-sm: 0 1px 4px rgba(94,143,91,.1);--shadow-md: 0 4px 16px rgba(94,143,91,.14)}.btn-primary{background:linear-gradient(135deg,#8ebc8b,#5e8f5b);color:#fff;border:none;border-radius:50px;padding:12px 40px;font-size:15px;font-weight:600;cursor:pointer;width:100%;transition:opacity .2s,box-shadow .2s;display:block;text-align:center;letter-spacing:.3px;box-shadow:0 4px 14px #5e8f5b59}.btn-primary:hover{opacity:.92;box-shadow:0 6px 18px #5e8f5b66}.btn-primary:disabled{background:var(--primary-light);color:var(--border-mid);cursor:not-allowed;box-shadow:none}.input-field{width:100%;padding:9px 12px;border:1.5px solid var(--border);border-radius:8px;font-size:13px;outline:none;transition:border-color .2s,box-shadow .2s;color:var(--text-dark);font-family:inherit;background:#fff}.input-field:focus{border-color:var(--primary);box-shadow:0 0 0 3px #8ebc8b40}.input-field::placeholder{color:#a8c4b0}.select-field{width:100%;padding:8px 30px 8px 12px;border:1.5px solid var(--border);border-radius:8px;font-size:13px;outline:none;background-color:#fff;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='%238EBC8B' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;color:var(--text-dark);font-family:inherit;transition:border-color .2s,box-shadow .2s}.select-field:focus{border-color:var(--primary);box-shadow:0 0 0 3px #8ebc8b40}.field-group{margin-bottom:0}.field-label{display:block;font-size:12px;font-weight:600;color:#4b3278;margin-bottom:5px;letter-spacing:.1px;text-transform:uppercase}.progress-bar{display:flex;gap:4px;margin-bottom:14px}.progress-segment{flex:1;height:4px;border-radius:4px}.site-header{background:#fff;border-bottom:2px solid var(--primary-light);position:sticky;top:0;z-index:100;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;padding:10px 28px}.header-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.nav-logo{height:72px;width:auto;object-fit:contain}.header-verse{font-size:12px;color:var(--text-mid);font-style:italic;line-height:1.5;border-top:1px solid var(--primary-xlight);padding-top:6px;padding-left:0;max-width:640px;margin:0 auto}.header-verse-ref{font-style:normal;font-weight:700;color:var(--primary-dark);margin-left:4px;white-space:nowrap;display:inline-block}.card{background:var(--bg-card);border:1.5px solid var(--border);border-radius:16px;padding:20px;box-shadow:var(--shadow-sm)}.activity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.activity-item{text-align:center;padding:12px 8px}.activity-count{font-size:26px;font-weight:700;color:var(--text-dark)}.activity-label{font-size:12px;color:var(--text-gray);margin-top:4px}.match-row{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid var(--primary-xlight);cursor:pointer;transition:background .15s}.match-row:last-of-type{border-bottom:none}.match-row:hover{background:var(--primary-xlight);margin:0 -8px;padding:10px 8px;border-radius:10px}.match-avatar{width:46px;height:46px;border-radius:50%;background:var(--primary-light);display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0;border:2px solid var(--border-mid)}.match-name{font-weight:600;font-size:14px;color:var(--text-dark)}.match-details{font-size:12px;color:var(--text-gray);margin-top:2px;line-height:1.4}.match-info{flex:1;min-width:0}.btn-connect{width:38px;height:38px;border-radius:50%;border:2px solid var(--primary);color:var(--primary);background:#fff;cursor:pointer;font-size:16px;font-weight:700;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.btn-connect:hover{background:var(--primary);color:#fff}.badge{display:inline-flex;align-items:center;justify-content:center;background:var(--primary);color:#fff;border-radius:50px;padding:1px 8px;font-size:12px;font-weight:700;margin-left:6px}.hobby-section{background:#fff;border:1.5px solid var(--border);border-radius:14px;padding:18px;margin-bottom:14px;box-shadow:var(--shadow-sm)}.hobby-section-title{font-size:14px;font-weight:700;color:var(--primary-dark);margin-bottom:12px;text-transform:uppercase;letter-spacing:.6px}.hobby-checks{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:6px}.hobby-check-label{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-mid);cursor:pointer;padding:6px 10px;border-radius:8px;transition:background .15s}.hobby-check-label:hover{background:var(--primary-xlight)}.hobby-check-label input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary);cursor:pointer;flex-shrink:0}.hobby-check-label input[type=checkbox]:disabled{cursor:not-allowed;opacity:.35}.hobby-check-label:has(input:disabled){color:var(--border-mid);cursor:not-allowed}.hobby-check-label:has(input:disabled):hover{background:transparent}.login-page{min-height:calc(100vh - 82px);background:linear-gradient(145deg,#7a52a8,#4b3278,#341f5e);display:flex;align-items:center;justify-content:center;padding:24px}.login-card{background:#fff;border-radius:24px;padding:48px 40px;width:100%;max-width:400px;box-shadow:0 20px 60px #4b327847;border:1.5px solid #c9b8e8}.login-sub{font-size:14px;color:#888;text-align:center;margin-bottom:24px;margin-top:-4px}.login-title{font-size:34px;font-weight:800;color:#4b3278;text-align:center;margin-bottom:6px;letter-spacing:-1px}.login-subtitle{font-size:15px;color:var(--text-gray);text-align:center;margin-bottom:32px}.step-wrap{min-height:100vh;background:var(--bg-page);padding:16px 20px 32px}.step-inner{max-width:1200px;margin:0 auto;background:#fff;border-radius:20px;padding:24px 32px;box-shadow:var(--shadow-md);border:1.5px solid var(--border)}.back-btn{background:none;border:none;font-size:16px;cursor:pointer;color:var(--primary);padding:0 0 10px;display:block;font-weight:600}.back-btn:hover{color:var(--primary-dark)}.ep-tabs{display:flex;gap:0;border-bottom:2px solid #e8e0f4;margin-bottom:28px}.ep-tab{background:none;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;padding:10px 24px;font-size:15px;font-weight:600;color:#888;cursor:pointer;transition:color .15s,border-color .15s}.ep-tab:hover{color:#4b3278}.ep-tab.active{color:#4b3278;border-bottom-color:#4b3278}.screen-header{margin-bottom:28px}.screen-title{font-size:24px;font-weight:800;color:var(--text-dark);letter-spacing:-.4px}.screen-sub{font-size:14px;color:var(--text-gray);margin-top:4px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-row .field-group{margin-bottom:0}.form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px;margin-bottom:4px}.dob-group{grid-column:1 / span 2}.field-group-pair{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr;gap:10px}.form-section-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#4b3278;border-bottom:1.5px solid var(--primary-light);padding-bottom:5px;margin:14px 0 8px}.dob-row{display:grid;grid-template-columns:1fr 1fr 1.4fr;gap:8px}.dob-hint{font-size:10px;color:var(--text-gray);margin-bottom:3px}.mobile-row{display:flex;gap:8px}.mobile-code{width:80px;flex-shrink:0}.terms-note{font-size:12px;color:var(--text-gray);margin-bottom:12px;text-align:center}.error-hint{font-size:13px;color:#c0392b;background:#fdecea;border:1px solid #f5c6cb;border-radius:6px;padding:10px 14px;margin-bottom:12px}.success-hint{font-size:13px;color:#1a7a3c;background:#e8f8ed;border:1px solid #a3d9b1;border-radius:6px;padding:10px 14px;margin-bottom:12px}.ep-photo-wrap{display:flex;flex-direction:column;align-items:center;gap:14px;background:#f8f5ff;border:2px dashed #c9b8e8;border-radius:16px;padding:28px 24px;margin-bottom:8px}.ep-photo-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:center}.ep-main-badge{background:#4b3278;color:#fff;font-size:12px;font-weight:700;padding:4px 12px;border-radius:50px}.ep-action-btn{border:none;border-radius:50px;padding:6px 16px;font-size:13px;font-weight:600;cursor:pointer}.ep-action-btn:disabled{opacity:.5;cursor:not-allowed}.ep-star{background:#fff8e6;color:#7a5a00;border:1px solid #f5d97f}.ep-del{background:#fdecea;color:#c0392b;border:1px solid #f5c6cb}.ep-upload-btn{display:inline-block;padding:9px 22px;background:#4b3278;color:#fff;border-radius:50px;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .2s}.ep-upload-btn:hover{opacity:.88}.ep-upload-btn.uploading{opacity:.6;cursor:not-allowed}.photo-upload-hint{font-size:12px;color:#888;margin:0}.photo-upload-error{font-size:12px;color:#c0392b;margin-top:4px}.profile-avatar-wrap{display:flex;flex-direction:column;align-items:center;gap:8px}.avatar-placeholder{font-size:56px;color:#b0a0d8}.photo-nav{display:flex;align-items:center;gap:8px}.photo-nav-btn{background:#4b3278;color:#fff;border:none;border-radius:50%;width:28px;height:28px;font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.photo-nav-btn:hover{background:#3a2560}.photo-nav-count{font-size:12px;color:#666;min-width:36px;text-align:center}.btn-secondary{display:inline-block;padding:11px 28px;border:2px solid #4b3278;color:#4b3278;border-radius:50px;font-size:15px;font-weight:600;text-decoration:none;text-align:center;transition:background .2s,color .2s;cursor:pointer;background:transparent}.btn-secondary:hover{background:#4b3278;color:#fff}.terms-note a{color:var(--primary);text-decoration:none}.terms-note a:hover{text-decoration:underline}.photo-upload-box{display:flex;align-items:center;gap:20px;background:var(--primary-xlight);border:1.5px dashed var(--border-mid);border-radius:14px;padding:20px 24px;margin-bottom:28px}.photo-circle{width:64px;height:64px;border-radius:50%;background:var(--primary-light);display:flex;align-items:center;justify-content:center;font-size:32px;flex-shrink:0;border:2px solid var(--border-mid)}.photo-upload-info{flex:1}.photo-upload-title{font-weight:700;font-size:15px;color:var(--text-dark)}.photo-upload-hint{font-size:12px;color:var(--text-gray);margin-top:3px}.btn-upload{background:#fff;border:1.5px solid var(--primary);color:var(--primary);border-radius:50px;padding:9px 20px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s}.btn-upload:hover{background:var(--primary);color:#fff}.hobbies-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.hobbies-title{font-size:18px;font-weight:700;color:var(--text-dark)}.hobbies-counter{font-size:13px;font-weight:600;color:var(--text-gray);background:var(--primary-xlight);border:1px solid var(--border);border-radius:50px;padding:3px 12px}.hobbies-counter.done{background:var(--primary-light);color:var(--primary-dark);border-color:var(--border-mid)}.hobbies-hint{font-size:13px;color:var(--text-gray);margin-bottom:16px}.sticky-footer{position:sticky;bottom:0;background:#fff;padding:16px 0 4px;border-top:1.5px solid var(--border);margin-top:16px}.dashboard-layout{max-width:980px;margin:0 auto;padding:24px 16px}.dashboard-grid{display:grid;grid-template-columns:230px 1fr;gap:20px;margin-bottom:20px}.matches-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.profile-layout{max-width:980px;margin:0 auto;padding:24px 16px}.profile-hero{display:grid;grid-template-columns:250px 1fr 130px;gap:16px;margin-bottom:20px}.tab-bar{display:flex;border-bottom:2px solid var(--border);margin-bottom:20px}.tab-btn{padding:12px 20px;border:none;background:none;cursor:pointer;font-size:15px;color:var(--text-gray);border-bottom:3px solid transparent;margin-bottom:-2px;font-weight:500;font-family:inherit;transition:color .15s}.tab-btn.active{color:var(--primary);border-bottom-color:var(--primary);font-weight:700}.dash-page{min-height:calc(100vh - 60px);background:var(--bg-page);padding:24px 20px 48px}.dash-loading,.dash-error{text-align:center;margin-top:80px;font-size:15px;color:#fff}.dash-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:260px 1fr;gap:20px;align-items:start}.dash-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px #4b32781f}.profile-card{text-align:center}.profile-avatar{width:88px;height:88px;border-radius:50%;background:#ede8f7;display:flex;align-items:center;justify-content:center;font-size:42px;margin:0 auto 14px;overflow:hidden}.profile-name{font-size:17px;font-weight:700;color:#1e1e2e}.profile-code{font-size:12px;color:#4b3278;font-weight:600;margin:4px 0 8px;letter-spacing:.5px}.profile-location{font-size:13px;color:#666;margin-bottom:4px}.profile-meta{font-size:12px;color:#888;margin-bottom:3px}.completion-wrap{margin:16px 0 20px;text-align:left}.completion-label{display:flex;justify-content:space-between;font-size:12px;font-weight:600;color:#4b3278;margin-bottom:6px}.completion-pct{font-weight:700}.completion-bar{height:8px;background:#ede8f7;border-radius:99px;overflow:hidden}.completion-fill{height:100%;background:linear-gradient(90deg,#7a52a8,#4b3278);border-radius:99px;transition:width .4s ease}.btn-edit-profile{display:block;width:100%;padding:10px;border-radius:10px;background:none;border:2px solid #4b3278;color:#4b3278;font-size:13px;font-weight:700;text-align:center;text-decoration:none;cursor:pointer;transition:all .2s}.btn-edit-profile:hover{background:#4b3278;color:#fff}.btn-logout{display:block;width:100%;margin-top:10px;padding:10px;border-radius:10px;background:none;border:2px solid #e0d4f5;color:#999;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.btn-logout:hover{border-color:#c0392b;color:#c0392b}.dash-main{display:flex;flex-direction:column;gap:20px}.dash-section-title{font-size:15px;font-weight:700;color:#4b3278;margin-bottom:16px;display:flex;align-items:center;gap:10px}.match-count{background:#4b3278;color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:99px}.stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.stat-item{text-align:center;padding:12px 8px;background:#f7f4fc;border-radius:12px}.stat-link{text-decoration:none;cursor:pointer;transition:background .15s,box-shadow .15s}.stat-link:hover{background:#ede9f8;box-shadow:0 2px 8px #4b327826}.stat-num{font-size:28px;font-weight:800;color:#4b3278;line-height:1}.stat-label{font-size:11px;color:#888;margin-top:6px;line-height:1.3}.no-matches{color:#aaa;font-size:14px;text-align:center;padding:20px 0}.matches-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px}.match-card{border:1.5px solid #ede8f7;border-radius:14px;padding:16px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:box-shadow .2s}.match-card:hover{box-shadow:0 4px 16px #4b327826}.match-avatar{width:60px;height:60px;border-radius:50%;background:#ede8f7;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:10px;overflow:hidden}.avatar-img{width:100%;height:100%;object-fit:cover;display:block}.match-body{flex:1;width:100%}.match-name{font-size:14px;font-weight:700;color:#1e1e2e;margin-bottom:2px}.match-code{font-size:10px;color:#4b3278;font-weight:600;margin-bottom:6px}.match-details{font-size:11px;color:#777;margin-bottom:2px}.btn-interest{margin-top:12px;width:100%;padding:8px;border-radius:8px;border:2px solid #4b3278;background:none;color:#4b3278;font-size:12px;font-weight:700;cursor:pointer;transition:all .2s}.btn-interest:hover,.btn-interest.sent{background:#4b3278;color:#fff}@media (max-width: 700px){.dash-layout{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid,.matches-grid,.profile-hero{grid-template-columns:1fr}.step-inner{padding:20px 16px;border-radius:16px}.form-grid{grid-template-columns:1fr 1fr}.dob-group,.field-group-pair{grid-column:span 2}.form-row{grid-template-columns:1fr}.dob-row{grid-template-columns:1fr 1fr 1fr}.photo-upload-box{flex-direction:column;text-align:center}}@media (max-width: 480px){.form-grid{grid-template-columns:1fr}.dob-group{grid-column:span 1}.field-group-pair{grid-column:span 1;grid-template-columns:1fr}}.pd-subnav{background:#4b3278;border-bottom:2px solid #3a2560;position:sticky;top:0;z-index:90}.pd-subnav-inner{max-width:920px;margin:0 auto;display:flex;gap:0;padding:0 16px}.pd-subnav-link{display:inline-block;padding:13px 22px;font-size:14px;font-weight:600;color:#ffffffb8;text-decoration:none;border-bottom:3px solid transparent;transition:color .2s,border-color .2s;letter-spacing:.2px}.pd-subnav-link:hover{color:#fff}.pd-subnav-link.active{color:#fff;border-bottom-color:#c9b8e8}.pd-page{background:#f3f0f8;min-height:calc(100vh - 60px);padding:24px 16px 48px}.pd-container{max-width:920px;margin:0 auto}.pd-loading{text-align:center;color:#4b3278;padding:80px 0;font-size:16px}.pd-error{text-align:center;color:#c0392b;padding:80px 0;font-size:16px}.pd-hero{display:grid;grid-template-columns:190px 1fr 100px;gap:20px;background:#fff;border-radius:16px;padding:20px;box-shadow:0 2px 16px #4b32781a;margin-bottom:0;align-items:start}.pd-photo{position:relative}.pd-photo-placeholder{width:100%;min-height:200px;background:#ede9f8;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:72px;color:#c5b8e0}.pd-photo-img{width:100%;height:200px;object-fit:cover;border-radius:12px}.pd-photo-nav{position:absolute;bottom:8px;left:0;right:0;display:flex;align-items:center;justify-content:center;gap:10px}.pd-photo-nav-btn{background:#0000008c;color:#fff;border:none;border-radius:50%;width:30px;height:30px;font-size:20px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.pd-photo-nav-btn:hover{background:#000000bf}.pd-photo-nav-count{background:#0000008c;color:#fff;border-radius:50px;padding:3px 10px;font-size:11px;font-weight:600}.pd-photo-clickable{cursor:zoom-in}.lb-backdrop{position:fixed;inset:0;background:#000000e0;z-index:1000;display:flex;align-items:center;justify-content:center}.lb-img{max-width:92vw;max-height:88vh;object-fit:contain;border-radius:6px;box-shadow:0 8px 40px #0009}.lb-close{position:absolute;top:16px;right:20px;background:#ffffff26;border:none;color:#fff;font-size:22px;width:38px;height:38px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}.lb-close:hover{background:#ffffff4d}.lb-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff26;border:none;color:#fff;font-size:36px;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;padding:0}.lb-nav:hover{background:#ffffff4d}.lb-prev{left:16px}.lb-next{right:16px}.lb-counter{position:absolute;bottom:16px;left:50%;transform:translate(-50%);background:#0000008c;color:#fff;border-radius:50px;padding:4px 14px;font-size:13px;font-weight:600}.pd-hero-name-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:10px}.pd-name{font-size:20px;font-weight:700;color:#1e1e2e}.pd-status-badge{background:#ede9f8;color:#4b3278;padding:3px 12px;border-radius:50px;font-size:12px;font-weight:600}.pd-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4px 20px}.pd-hero-grid span{font-size:13px;color:#555;line-height:2}.pd-connect-panel{display:flex;flex-direction:column;align-items:center;gap:8px;padding-top:10px}.pd-connect-label{font-size:12px;color:#888;text-align:center}.pd-connect-btn{width:54px;height:54px;border-radius:50%;border:2px solid #4b3278;background:#fff;color:#4b3278;font-size:20px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.pd-connect-btn:hover:not(:disabled){background:#4b3278;color:#fff}.pd-connect-btn.sent{background:#4b3278;color:#fff}.pd-connect-btn:disabled{opacity:.6;cursor:not-allowed}.pd-connect-text{font-size:12px;font-weight:600;color:#4b3278;text-align:center}.pd-connect-text.sent{color:#27ae60}.pd-tab-bar{display:flex;background:#fff;border-bottom:2px solid #eee;border-radius:0;padding:0 20px;box-shadow:0 2px 6px #0000000d}.pd-tab-btn{background:none;border:none;padding:14px 22px;font-size:14px;font-weight:600;color:#999;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color .2s,border-color .2s}.pd-tab-btn.active{color:#4b3278;border-bottom-color:#4b3278}.pd-card{background:#fff;border-radius:0 0 16px 16px;padding:8px 28px 28px;box-shadow:0 4px 16px #4b327814;margin-bottom:24px}.pd-section{padding:22px 0}.pd-divider{border:none;border-top:1px solid #f0ecfa;margin:0}.pd-section-hdr{display:flex;align-items:center;gap:14px;margin-bottom:14px}.pd-section-icon{width:44px;height:44px;border-radius:50%;background:#f0ebfa;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.pd-section-title{font-size:15px;font-weight:700;color:#1e1e2e}.pd-chips-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px;padding-left:58px}.pd-chip{border:1px solid #d8d0ee;background:#f8f5ff;color:#4b3278;border-radius:50px;padding:4px 14px;font-size:12px;font-weight:600}.pd-bio{font-size:14px;line-height:1.8;color:#444;padding-left:58px}.pd-bio-empty{font-size:13px;color:#bbb;font-style:italic;padding-left:58px;margin-top:4px}.pd-readmore{background:none;border:none;color:#4b3278;font-size:13px;font-weight:600;cursor:pointer;padding:4px 0 0;display:block}.pd-tags{display:flex;flex-wrap:wrap;gap:8px;padding-left:58px}.pd-tag{background:#f0ebfa;border:1px solid #d8d0ee;color:#4b3278;border-radius:50px;padding:6px 16px;font-size:13px;font-weight:500}.pd-contact-row{display:flex;align-items:center;gap:24px;flex-wrap:wrap;padding-left:58px}.pd-contact-box{border:1px solid #eee;border-radius:12px;padding:16px 20px;min-width:200px}.pd-contact-line{font-size:13px;margin-bottom:10px}.pd-contact-line:last-child{margin-bottom:0}.pd-contact-line.phone{color:#27ae60}.pd-contact-line.email{color:#e67e22}.pd-contact-line strong{color:#333;font-weight:600}.pd-contact-note{font-size:13px;color:#999}.pd-lifestyle{display:flex;gap:20px;flex-wrap:wrap;padding-left:58px}.pd-lifestyle-item{display:flex;flex-direction:column;align-items:center;gap:6px;border:1px solid #eee;border-radius:12px;padding:16px 20px;min-width:90px}.pd-lifestyle-icon{font-size:28px}.pd-lifestyle-label{font-size:13px;color:#555;text-align:center}.pd-info-list{display:flex;flex-direction:column;gap:10px;padding-left:58px}.pd-info-row{display:flex;align-items:center;gap:12px;font-size:14px}.pd-info-label{color:#999;min-width:150px}.pd-info-value{color:#333;font-weight:500}.pd-row-icon{font-size:18px;width:26px;flex-shrink:0}.match-avatar-link{text-decoration:none}.match-name-link{text-decoration:none;color:inherit}.match-name-link:hover .match-name{color:#4b3278;text-decoration:underline;cursor:pointer}@media (max-width: 700px){.pd-hero,.pd-hero-grid{grid-template-columns:1fr}.pd-connect-panel{flex-direction:row}}.ms-page{background:#f3f0f8;min-height:calc(100vh - 60px);padding:28px 16px 48px}.ms-container{max-width:860px;margin:0 auto;display:flex;flex-direction:column;gap:28px}.ms-loading{text-align:center;color:#4b3278;padding:80px 0;font-size:16px}.ms-error{text-align:center;color:#c0392b;padding:80px 0;font-size:16px}.ms-section{background:#fff;border-radius:16px;padding:22px 24px;box-shadow:0 2px 16px #4b327817}.ms-section-hdr{display:flex;align-items:center;gap:10px;margin-bottom:18px}.ms-section-title{font-size:16px;font-weight:700;color:#1e1e2e}.ms-badge{background:#4b3278;color:#fff;border-radius:50px;padding:2px 10px;font-size:12px;font-weight:700}.ms-empty{display:flex;flex-direction:column;align-items:center;gap:10px;padding:36px 0;color:#aaa;font-size:14px}.ms-empty-icon{font-size:36px}.ms-list{display:flex;flex-direction:column;gap:1px}.ms-card{display:flex;align-items:center;gap:16px;padding:14px 12px;border-radius:12px;text-decoration:none;color:inherit;transition:background .15s}.ms-card:hover{background:#f8f5ff}.ms-card+.ms-card{border-top:1px solid #f0ecfa;border-radius:0}.ms-card:last-child{border-radius:0 0 8px 8px}.ms-card:first-child{border-radius:8px 8px 0 0}.ms-card:only-child{border-radius:8px}.ms-avatar{width:52px;height:52px;border-radius:50%;background:#ede9f8;display:flex;align-items:center;justify-content:center;font-size:26px;flex-shrink:0}.ms-info{flex:1;min-width:0}.ms-name-row{display:flex;align-items:baseline;gap:8px;margin-bottom:3px}.ms-name{font-size:15px;font-weight:700;color:#1e1e2e}.ms-code{font-size:11px;color:#aaa;font-weight:500}.ms-details{font-size:13px;color:#666;margin-top:2px}.ms-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.ms-status{font-size:12px;font-weight:600;border-radius:50px;padding:3px 12px}.ms-pending{background:#fff8e6;color:#b7860b;border:1px solid #f5d97f}.ms-accepted{background:#e8f8ed;color:#1a7a3c;border:1px solid #a3d9b1}.ms-rejected{background:#fdecea;color:#c0392b;border:1px solid #f5c6cb}.ms-time{font-size:11px;color:#bbb}@media (max-width: 560px){.ms-right{display:none}}.srch-page{background:#f3f0f8;min-height:calc(100vh - 60px);padding:24px 16px 48px}.srch-loading,.srch-error{text-align:center;padding:80px 0;font-size:16px;color:#4b3278}.srch-layout{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:220px 1fr;gap:20px;align-items:start}.srch-sidebar{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 14px #4b32781a;position:sticky;top:50px}.srch-filter-section{border-bottom:1px solid #f0ecfa}.srch-filter-section:last-child{border-bottom:none}.srch-filter-hdr{display:flex;justify-content:space-between;align-items:center;padding:11px 14px;cursor:pointer;-webkit-user-select:none;user-select:none;background:#faf8ff}.srch-filter-hdr:hover{background:#f0ebfa}.srch-filter-title{font-size:12px;font-weight:700;color:#333;text-transform:uppercase;letter-spacing:.4px}.srch-toggle-btn{background:none;border:1px solid #ccc;border-radius:4px;width:20px;height:20px;font-size:14px;font-weight:700;line-height:1;cursor:pointer;color:#666;flex-shrink:0;display:flex;align-items:center;justify-content:center}.srch-filter-body{padding:6px 14px 12px}.srch-option{display:flex;align-items:center;gap:8px;font-size:13px;color:#444;cursor:pointer;padding:4px 0;line-height:1.4}.srch-option input{accent-color:#4b3278;cursor:pointer;flex-shrink:0}.srch-more-btn{background:none;border:none;color:#4b3278;font-size:12px;font-weight:600;cursor:pointer;padding:4px 0 0;margin-top:2px}.srch-more-btn:hover{text-decoration:underline}.srch-results{display:flex;flex-direction:column;gap:12px}.srch-results-hdr{display:flex;align-items:center;gap:12px;margin-bottom:4px}.srch-results-title{font-size:15px;font-weight:700;color:#1e1e2e;flex:1}.srch-results-count{background:#4b3278;color:#fff;font-size:12px;font-weight:700;padding:2px 10px;border-radius:50px}.srch-searching{font-size:13px;color:#999;font-style:italic}.srch-empty{background:#fff;border-radius:14px;padding:48px;text-align:center;color:#aaa}.srch-empty-icon{font-size:36px;margin-bottom:10px}.srch-card{background:#fff;border-radius:14px;padding:16px;display:flex;gap:16px;box-shadow:0 2px 12px #4b327814;transition:box-shadow .2s}.srch-card:hover{box-shadow:0 4px 20px #4b327824}.srch-photo-link{flex-shrink:0}.srch-photo{width:90px;height:110px;border-radius:10px;object-fit:cover;display:block}.srch-photo-placeholder{width:90px;height:110px;border-radius:10px;background:#ede9f8;display:flex;align-items:center;justify-content:center;font-size:44px;color:#c5b8e0}.srch-card-body{flex:1;min-width:0}.srch-name-row{display:flex;align-items:baseline;gap:10px;margin-bottom:8px;flex-wrap:wrap}.srch-name{font-size:16px;font-weight:700;color:#1e1e2e;text-decoration:none}.srch-name:hover{color:#4b3278;text-decoration:underline}.srch-code{font-size:11px;color:#4b3278;font-weight:600}.srch-meta-grid{display:flex;flex-wrap:wrap;gap:4px 16px;margin-bottom:10px}.srch-meta-grid span{font-size:13px;color:#666}.srch-bio{font-size:13px;color:#555;line-height:1.6;margin:0}.srch-connect-panel{display:flex;flex-direction:column;align-items:center;gap:6px;flex-shrink:0;padding-left:16px;border-left:1px solid #f0ecfa;justify-content:center;min-width:90px}.srch-connect-label{font-size:11px;color:#aaa;text-align:center}.srch-connect-btn{width:50px;height:50px;border-radius:50%;border:2px solid #4b3278;background:#fff;color:#4b3278;font-size:20px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.srch-connect-btn:hover,.srch-connect-btn.sent{background:#4b3278;color:#fff}.srch-connect-text{font-size:11px;font-weight:600;color:#4b3278;text-align:center}.srch-connect-text.sent{color:#27ae60}.req-page{background:#f3f0f8;min-height:calc(100vh - 60px);padding:24px 16px 48px}.req-container{max-width:860px;margin:0 auto}.req-loading,.req-error{text-align:center;padding:80px 0;font-size:16px;color:#4b3278}.req-tabs{display:flex;background:#fff;border-radius:14px 14px 0 0;border-bottom:2px solid #e8e2f5;padding:0 4px;box-shadow:0 2px 10px #4b327814}.req-tab{background:none;border:none;padding:14px 22px;font-size:14px;font-weight:600;color:#999;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color .2s,border-color .2s;display:flex;align-items:center;gap:8px;font-family:inherit}.req-tab:hover{color:#4b3278}.req-tab.active{color:#4b3278;border-bottom-color:#4b3278}.req-tab-badge{background:#4b3278;color:#fff;border-radius:50px;padding:1px 7px;font-size:11px;font-weight:700}.req-tab-badge-declined{background:#c0392b}.req-tab-badge-withdrawn{background:#7f8c8d}.req-search-wrap{background:#fff;padding:12px 16px;border-bottom:1px solid #f0ecfa}.req-search{width:100%;padding:9px 14px;border:1.5px solid #d8d0ee;border-radius:8px;font-size:13px;outline:none;font-family:inherit;color:#333;transition:border-color .2s}.req-search:focus{border-color:#4b3278}.req-empty{background:#fff;border-radius:0 0 14px 14px;padding:48px;text-align:center;color:#aaa}.req-empty-icon{font-size:36px;margin-bottom:10px}.req-list{background:#fff;border-radius:0 0 14px 14px;overflow:hidden;box-shadow:0 2px 14px #4b327817}.req-card{display:flex;align-items:center;gap:16px;padding:16px 20px;border-bottom:1px solid #f5f2fc;transition:background .15s}.req-card:last-child{border-bottom:none}.req-card:hover{background:#faf8ff}.req-photo-link{flex-shrink:0}.req-photo{width:72px;height:86px;border-radius:10px;object-fit:cover;display:block}.req-photo-placeholder{width:72px;height:86px;border-radius:10px;background:#ede9f8;display:flex;align-items:center;justify-content:center;font-size:36px;color:#c5b8e0}.req-card-body{flex:1;min-width:0}.req-name-row{display:flex;align-items:baseline;gap:8px;margin-bottom:8px;flex-wrap:wrap}.req-name{font-size:15px;font-weight:700;color:#1e1e2e;text-decoration:none}.req-name:hover{color:#4b3278;text-decoration:underline}.req-code{font-size:11px;color:#4b3278;font-weight:600}.req-time{font-size:11px;color:#bbb;margin-left:auto;white-space:nowrap}.req-meta{display:flex;flex-wrap:wrap;gap:3px 14px}.req-meta span{font-size:13px;color:#666}.req-actions{display:flex;flex-direction:column;align-items:center;gap:4px;flex-shrink:0;padding-left:16px;border-left:1px solid #f0ecfa;min-width:88px}.req-actions.received{gap:2px}.req-invite-label{font-size:11px;color:#888;text-align:center;margin-bottom:6px;line-height:1.4}.req-action-btn{width:44px;height:44px;border-radius:50%;border:2px solid;cursor:pointer;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .2s;background:#fff}.req-action-btn.accept{border-color:#27ae60;color:#27ae60}.req-action-btn.accept:hover{background:#27ae60;color:#fff}.req-action-btn.decline{border-color:#c0392b;color:#c0392b}.req-action-btn.decline:hover{background:#c0392b;color:#fff}.req-action-label{font-size:10px;font-weight:600;margin-bottom:6px}.req-action-label.accept{color:#27ae60}.req-action-label.decline{color:#c0392b}.req-status{font-size:12px;font-weight:600;border-radius:50px;padding:4px 12px;text-align:center}.req-status-pending{background:#fff8e6;color:#b7860b;border:1px solid #f5d97f}.req-status-accepted{background:#e8f8ed;color:#1a7a3c;border:1px solid #a3d9b1}.req-status-declined{background:#fdecea;color:#c0392b;border:1px solid #f5c6cb}.req-status-withdrawn{background:#f0f0f0;color:#5d6d7e;border:1px solid #bdc3c7}.req-withdraw-btn{margin-top:6px;padding:5px 12px;border:1.5px solid #c0392b;border-radius:50px;background:#fff;color:#c0392b;font-size:11px;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.req-withdraw-btn:hover{background:#c0392b;color:#fff}@media (max-width: 600px){.req-card{flex-wrap:wrap}.req-actions{border-left:none;border-top:1px solid #f0ecfa;padding:12px 0 0;width:100%;flex-direction:row;justify-content:flex-start}.req-time{display:none}}@media (max-width: 700px){.srch-layout{grid-template-columns:1fr}.srch-sidebar{position:static}.srch-card{flex-wrap:wrap}.srch-connect-panel{flex-direction:row;border-left:none;border-top:1px solid #f0ecfa;padding:12px 0 0;width:100%;justify-content:flex-start}}
