@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5;overflow-x:hidden}:root{--yellow:#f5c518;--yellow-hover:#e0b400;--yellow-light:#fef9e7;--yellow-glow:#f5c51859;--yellow-gradient:linear-gradient(135deg, #f5c518 0%, #e8b800 100%);--gray-bg:#f5f5f5;--gray-input:#f0f0f0;--gray-text:#888;--gray-border:#e8e8e8;--dark:#1a1a1a;--white:#fff;--green:#22c55e;--red:#ef4444;--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 4px 16px #00000014;--shadow-lg:0 8px 32px #0000001f;--shadow-xl:0 16px 48px #00000029;--shadow-yellow:0 6px 24px #f5c51866;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease}#root{min-height:100vh}button{cursor:pointer;font-family:inherit}input,textarea{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--gray-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gray-text)}.btn-yellow{background:var(--yellow-gradient);color:var(--dark);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);box-shadow:var(--shadow-yellow);border:none;padding:14px 48px;font-size:15px;font-weight:600;position:relative;overflow:hidden}.btn-yellow:after{content:"";transition:background var(--transition-fast);background:#fff0;position:absolute;inset:0}.btn-yellow:hover{transform:translateY(-2px);box-shadow:0 8px 32px #f5c51880}.btn-yellow:hover:after{background:#ffffff1a}.btn-yellow:active{box-shadow:var(--shadow-yellow);transform:translateY(0)}.btn-yellow:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.btn-outline{border:1.5px solid var(--gray-border);border-radius:var(--radius-md);color:var(--dark);cursor:pointer;transition:all var(--transition-base);background:#fff;padding:12px 24px;font-size:14px;font-weight:500}.btn-outline:hover{border-color:var(--gray-text);background:var(--gray-bg)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(32px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(32px)}to{opacity:1;transform:translate(0)}}@keyframes popIn{0%{opacity:0;transform:scale(.6)rotate(-8deg)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse-glow{0%,to{box-shadow:0 0 0 0 var(--yellow-glow)}50%{box-shadow:0 0 0 8px #f5c51800}}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.welcome{background:#fff;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.welcome:before{content:"";pointer-events:none;background:radial-gradient(circle,#f5c51824 0%,#0000 68%);width:520px;height:520px;animation:8s ease-in-out infinite alternate blobFloat;position:absolute;top:-160px;right:-160px}.welcome:after{content:"";pointer-events:none;background:radial-gradient(circle,#f5c51817 0%,#0000 68%);width:400px;height:400px;animation:10s ease-in-out infinite alternate-reverse blobFloat;position:absolute;bottom:-120px;left:-120px}@keyframes blobFloat{0%{transform:translate(0)scale(1)}to{transform:translate(20px,20px)scale(1.08)}}.welcome-content{text-align:center;z-index:1;width:100%;max-width:440px;padding:40px 24px 160px;animation:.7s cubic-bezier(.22,1,.36,1) both fadeInUp;position:relative}.welcome-logo{border-radius:26px;justify-content:center;align-items:center;width:96px;height:96px;margin:0 auto 28px;animation:.9s cubic-bezier(.34,1.56,.64,1) .1s both popIn;display:flex;overflow:hidden;box-shadow:0 8px 32px #f5c51866,0 2px 8px #00000014}.welcome-logo-img{object-fit:cover;width:100%;height:100%}.welcome-title{color:var(--dark);letter-spacing:-1.5px;margin-bottom:12px;font-size:44px;font-weight:800;line-height:1.1;animation:.6s .15s both fadeInUp}.welcome-title span{color:var(--yellow)}.welcome-subtitle{color:var(--gray-text);margin-bottom:48px;font-size:16px;line-height:1.6;animation:.6s .25s both fadeInUp}.btn-start{background:var(--yellow-gradient);color:var(--dark);cursor:pointer;box-shadow:var(--shadow-yellow);border:none;border-radius:16px;align-items:center;gap:10px;padding:17px 44px;font-size:17px;font-weight:700;transition:all .28s cubic-bezier(.22,1,.36,1);animation:.6s .35s both fadeInUp;display:inline-flex;position:relative;overflow:hidden}.btn-start:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff40,#fff0);transition:opacity .25s;position:absolute;inset:0}.btn-start:hover{transform:translateY(-3px);box-shadow:0 10px 36px #f5c5188c}.btn-start:hover:before{opacity:1}.btn-start:active{transform:translateY(-1px)}.btn-start-arrow{font-size:18px;transition:transform .25s cubic-bezier(.22,1,.36,1);display:inline-block}.btn-start:hover .btn-start-arrow{transform:translate(5px)}.auth-buttons{flex-direction:column;gap:16px;animation:.45s both fadeInUp;display:flex}.auth-label{color:var(--gray-text);letter-spacing:.3px;margin-bottom:4px;font-size:13px;font-weight:500}.auth-options{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.auth-btn{border:1.5px solid var(--gray-border);color:var(--dark);cursor:pointer;box-shadow:var(--shadow-sm);background:#fff;border-radius:14px;align-items:center;gap:10px;padding:13px 22px;font-size:14px;font-weight:500;transition:all .25s cubic-bezier(.22,1,.36,1);display:flex}.auth-btn:hover{border-color:var(--yellow);transform:translateY(-2px);box-shadow:0 4px 20px #f5c51838}.auth-btn:active{transform:translateY(0)}.auth-icon{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;overflow:hidden}.auth-icon.auth-ya{background:#fc3f1d}.auth-icon.auth-google{background:#fff;border:1px solid #e8e8e8}.auth-icon.auth-gh{background:#1a1a1a}.sponsor-logo-badge{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000001a}.sponsors-section{-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--gray-border);z-index:10;background:#fffffff2;padding:14px 0 18px;position:fixed;bottom:0;left:0;right:0}.sponsors-label{text-align:center;color:var(--gray-text);letter-spacing:1px;text-transform:uppercase;margin-bottom:12px;font-size:10px;font-weight:600}.sponsors-ticker{position:relative;overflow:hidden}.sponsors-ticker:before,.sponsors-ticker:after{content:"";z-index:2;pointer-events:none;width:80px;position:absolute;top:0;bottom:0}.sponsors-ticker:before{background:linear-gradient(90deg,#fffffffa,#0000);left:0}.sponsors-ticker:after{background:linear-gradient(270deg,#fffffffa,#0000);right:0}.sponsors-track{gap:0;width:max-content;animation:22s linear infinite ticker;display:flex}.sponsors-track:hover{animation-play-state:paused}.sponsor-item{flex-shrink:0;align-items:center;gap:10px;padding:0 32px;transition:opacity .2s;display:flex}.sponsor-item:hover{opacity:.75}.sponsor-logo-badge{letter-spacing:-.3px;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;font-weight:800;display:flex;box-shadow:0 2px 8px #0000001f}.sponsor-name{color:var(--dark);white-space:nowrap;font-size:13px;font-weight:600;line-height:1.2}.sponsor-divider{background:var(--gray-border);flex-shrink:0;width:1px;height:28px;margin:0 8px}@media (width<=480px){.welcome-content{padding:32px 20px 160px}.welcome-title{font-size:36px}.welcome-logo{border-radius:22px;width:80px;height:80px}.auth-options{flex-direction:column;align-items:stretch}.auth-btn{justify-content:center}.btn-start{padding:15px 36px;font-size:16px}}.onboarding{background:#fff;flex-direction:column;align-items:center;min-height:100vh;padding:40px 20px 60px;display:flex;position:relative;overflow:hidden}.onboarding:before{content:"";pointer-events:none;background:radial-gradient(circle,#f5c5181a 0%,#0000 68%);width:360px;height:360px;position:absolute;top:-100px;right:-100px}.onboarding-header{margin-bottom:32px;animation:.5s both fadeInDown}.onboarding-title{color:var(--dark);letter-spacing:-.5px;font-size:26px;font-weight:700}.onboarding-title-accent{color:var(--yellow);letter-spacing:-.5px;font-size:26px;font-weight:700}.onboarding-card{border-radius:var(--radius-xl);width:100%;max-width:480px;box-shadow:var(--shadow-lg);z-index:1;background:#fff;border:1px solid #0000000a;padding:36px 32px;animation:.55s cubic-bezier(.22,1,.36,1) .1s both fadeInUp;position:relative}.step-indicators{gap:8px;margin-bottom:36px;display:flex}.step-line{background:var(--gray-border);transform-origin:0;border-radius:2px;flex:1;height:4px;transition:background .4s,transform .3s}.step-line.active{background:var(--yellow-gradient)}.step-content{animation:.35s cubic-bezier(.22,1,.36,1) both slideInLeft}.step-content h2{color:var(--dark);letter-spacing:-.5px;margin-bottom:6px;font-size:26px;font-weight:700}.step-subtitle{color:var(--gray-text);margin-bottom:28px;font-size:14px;line-height:1.5}.form-group{margin-bottom:20px}.form-label{color:var(--gray-text);text-transform:uppercase;letter-spacing:.8px;margin-bottom:7px;font-size:11px;font-weight:700;display:block}.form-input{border-radius:var(--radius-md);background:var(--gray-input);width:100%;color:var(--dark);border:none;outline:none;padding:13px 16px;font-size:16px;font-weight:500;transition:box-shadow .2s,background .2s}.form-input:focus{box-shadow:0 0 0 2.5px var(--yellow), var(--shadow-sm);background:#fff}.form-input::placeholder{color:#bbb;font-weight:400}.photo-upload{border:2px dashed var(--gray-border);border-radius:var(--radius-lg);text-align:center;cursor:pointer;background:var(--gray-bg);margin-bottom:24px;padding:44px 40px;transition:all .25s;position:relative;overflow:hidden}.photo-upload:before{content:"";opacity:0;background:#f5c5180d;transition:opacity .25s;position:absolute;inset:0}.photo-upload:hover{border-color:var(--yellow);transform:translateY(-2px);box-shadow:0 4px 20px #f5c51826}.photo-upload:hover:before{opacity:1}.photo-icon{color:var(--gray-text);justify-content:center;margin-bottom:12px;transition:transform .25s;display:flex}.photo-upload:hover .photo-icon{color:var(--dark);transform:scale(1.12)rotate(-5deg)}.photo-upload p{color:var(--gray-text);font-size:14px;font-weight:500}.photo-hint{margin-top:5px;color:#bbb!important;font-size:12px!important}.photo-preview{object-fit:cover;border:3px solid #fff;border-radius:50%;width:160px;height:160px;animation:.4s cubic-bezier(.34,1.56,.64,1) both popIn;box-shadow:0 4px 20px #0000001f}.interests-grid{flex-wrap:wrap;gap:8px;margin-bottom:28px;display:flex}.interest-tag{border:1.5px solid var(--gray-border);color:var(--dark);cursor:pointer;background:#fff;border-radius:24px;padding:9px 18px;font-size:14px;font-weight:500;transition:all .2s cubic-bezier(.22,1,.36,1)}.interest-tag:hover{border-color:var(--yellow);background:var(--yellow-light);transform:translateY(-1px)}.interest-tag.selected{background:var(--yellow-gradient);color:var(--dark);border-color:#0000;font-weight:600;transform:translateY(-1px);box-shadow:0 2px 10px #f5c51859}.step-buttons{justify-content:space-between;gap:12px;margin-top:28px;display:flex}.step-buttons .btn-yellow:only-child{margin-left:auto}.step-buttons .btn-yellow{border-radius:var(--radius-md);padding:13px 32px;font-size:15px}.step-buttons .btn-yellow:disabled{opacity:.4;cursor:not-allowed;box-shadow:none;transform:none}.step-buttons .btn-outline{padding:13px 24px;font-size:15px}.onboarding-error{color:var(--red);text-align:center;margin-top:10px;font-size:13px;font-weight:500;animation:.3s fadeIn}.gender-select{flex-wrap:wrap;gap:10px;display:flex}.gender-option{border:1.5px solid var(--gray-border);cursor:pointer;background:#fff;border-radius:24px;align-items:center;gap:8px;padding:10px 22px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.gender-option:hover{border-color:var(--yellow);background:var(--yellow-light)}.gender-option input[type=radio]{display:none}.gender-option.selected{border-color:var(--yellow);background:var(--yellow-light);font-weight:600;box-shadow:0 2px 8px #f5c51833}@media (width<=520px){.onboarding{padding:24px 16px 40px}.onboarding-card{border-radius:var(--radius-lg);padding:28px 20px}.step-content h2{font-size:22px}.photo-upload{padding:32px 20px}.step-buttons{flex-wrap:wrap}.step-buttons .btn-yellow,.step-buttons .btn-outline{flex:1;min-width:120px}}.profile-page{max-width:500px;margin:0 auto;animation:.4s both fadeInUp}.profile-card{border-radius:var(--radius-xl);box-shadow:var(--shadow-md);text-align:center;background:#fff;border:1px solid #0000000a;padding:36px 32px}.profile-photo-section{margin-bottom:18px}.profile-avatar-wrap{cursor:pointer;border-radius:50%;display:inline-block;position:relative}.profile-avatar-wrap:hover .profile-avatar-overlay{opacity:1}.profile-photo{object-fit:cover;border:4px solid #fff;border-radius:50%;width:128px;height:128px;transition:transform .2s;display:block;box-shadow:0 4px 24px #0000001f}.profile-avatar-wrap:hover .profile-photo{transform:scale(1.03)}.profile-photo-placeholder{background:var(--yellow-gradient);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:128px;height:128px;font-size:52px;font-weight:700;display:flex;box-shadow:0 4px 24px #f5c51866}.profile-avatar-overlay{color:#fff;opacity:0;background:#0000006b;border-radius:50%;justify-content:center;align-items:center;font-size:22px;transition:opacity .2s;display:flex;position:absolute;inset:0}.profile-avatar-overlay.uploading{opacity:1;letter-spacing:.5px;font-size:13px;font-weight:700}.profile-name{color:var(--dark);letter-spacing:-.5px;margin-bottom:4px;font-size:26px;font-weight:700}.profile-section{text-align:left;border-top:1px solid var(--gray-border);margin-top:24px;padding-top:22px}.profile-section h3{color:var(--gray-text);text-transform:uppercase;letter-spacing:.8px;margin-bottom:14px;font-size:12px;font-weight:700}.profile-info-list{flex-direction:column;gap:12px;display:flex}.profile-info-row{background:var(--gray-bg);border-radius:var(--radius-md);justify-content:space-between;align-items:center;padding:10px 14px;font-size:14px;display:flex}.profile-info-label{color:var(--gray-text);font-weight:500}.profile-info-value{color:var(--dark);text-align:right;word-break:break-word;max-width:60%;font-weight:600}.profile-interests{flex-wrap:wrap;gap:7px;display:flex}.profile-tag{background:var(--yellow-light);color:var(--dark);border:1px solid #f5c5184d;border-radius:22px;padding:7px 15px;font-size:13px;font-weight:500;transition:all .2s}.profile-tag:hover{background:var(--yellow);border-color:var(--yellow)}.profile-logout-btn{border:1.5px solid var(--gray-border);border-radius:var(--radius-md);width:100%;color:var(--red);cursor:pointer;background:#fff;padding:13px;font-size:14px;font-weight:600;transition:all .2s}.profile-logout-btn:hover{border-color:var(--red);background:#fff0f0;transform:translateY(-1px);box-shadow:0 3px 12px #ef444426}.profile-name-row{justify-content:center;align-items:center;gap:8px;margin-bottom:4px;display:flex}.profile-edit-btn{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;padding:5px;font-size:17px;line-height:1;transition:background .15s,transform .2s}.profile-edit-btn:hover{background:var(--gray-bg);transform:scale(1.1)}.profile-edit-input{border:1.5px solid var(--gray-border);border-radius:var(--radius-md);width:100%;color:var(--dark);background:var(--gray-bg);box-sizing:border-box;outline:none;padding:11px 14px;font-size:14px;font-weight:500;transition:all .2s}.profile-edit-input:focus{border-color:var(--yellow);background:#fff;box-shadow:0 0 0 3px #f5c5181f}.profile-edit-name{text-align:center;max-width:260px;font-size:18px;font-weight:700}.profile-edit-fields{grid-template-columns:1fr 1fr;gap:12px;display:grid}.profile-edit-field{flex-direction:column;gap:6px;display:flex}.profile-edit-label{color:var(--gray-text);text-transform:uppercase;letter-spacing:.6px;font-size:11px;font-weight:700}.profile-interests-edit{flex-wrap:wrap;gap:8px;display:flex}.profile-interest-toggle{border:1.5px solid var(--gray-border);color:var(--gray-text);cursor:pointer;background:#fff;border-radius:22px;padding:7px 15px;font-size:13px;font-weight:500;transition:all .18s}.profile-interest-toggle:hover{border-color:var(--yellow);color:var(--dark);background:var(--yellow-light)}.profile-interest-toggle.selected{background:var(--yellow-light);border-color:var(--yellow);color:var(--dark);font-weight:600;box-shadow:0 2px 8px #f5c51833}.profile-edit-actions{flex-direction:column;gap:8px;display:flex}.profile-save-btn{border-radius:var(--radius-md);background:var(--yellow-gradient);width:100%;color:var(--dark);cursor:pointer;box-shadow:var(--shadow-yellow);border:none;padding:13px;font-size:15px;font-weight:700;transition:all .22s}.profile-save-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 24px #f5c51880}.profile-save-btn:active:not(:disabled){transform:translateY(0)}.profile-save-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.profile-cancel-btn{border-radius:var(--radius-md);border:1.5px solid var(--gray-border);width:100%;color:var(--gray-text);cursor:pointer;background:#fff;padding:12px;font-size:14px;font-weight:500;transition:all .2s}.profile-cancel-btn:hover:not(:disabled){background:var(--gray-bg);border-color:var(--gray-text)}.profile-save-error{color:var(--red);text-align:center;margin-top:4px;font-size:13px;font-weight:500;animation:.3s fadeIn}.profile-bottom-actions{flex-direction:column;gap:8px;display:flex}.profile-actions-row{align-items:stretch;gap:8px;display:flex}.profile-actions-row .profile-save-btn{flex:1;width:auto}.profile-upload-tx-btn{border:1.5px solid var(--gray-border);border-radius:var(--radius-md);background:var(--gray-bg);width:48px;min-height:48px;color:var(--gray-text);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.profile-upload-tx-btn:hover{border-color:var(--yellow);background:var(--yellow-light);color:var(--dark);transform:translateY(-1px);box-shadow:0 3px 12px #f5c51833}.profile-upload-tx-btn:active{transform:translateY(0)}.profile-gender-select{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.profile-gender-option{border:1.5px solid var(--gray-border);cursor:pointer;background:#fff;border-radius:22px;align-items:center;gap:7px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .18s;display:flex}.profile-gender-option:hover{border-color:var(--yellow);background:var(--yellow-light)}.profile-gender-option input[type=radio]{display:none}.profile-gender-option.selected{border-color:var(--yellow);background:var(--yellow-light);font-weight:600;box-shadow:0 2px 8px #f5c51833}.profile-gender-clear{cursor:pointer;color:#bbb;background:0 0;border:none;border-radius:50%;padding:4px 6px;font-size:15px;line-height:1;transition:color .15s,background .15s}.profile-gender-clear:hover{color:#333;background:var(--gray-bg)}@media (width<=767px){.profile-edit-input,.profile-edit-select,.profile-edit-textarea{font-size:16px}}@media (width<=480px){.profile-card{border-radius:var(--radius-lg);padding:24px 18px}.profile-edit-fields{grid-template-columns:1fr}.profile-name{font-size:22px}.profile-info-value{max-width:55%;font-size:13px}.profile-photo,.profile-photo-placeholder{width:110px;height:110px}}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-overlay{-webkit-backdrop-filter:blur(4px);z-index:9999;background:#00000073;justify-content:center;align-items:flex-end;animation:.2s modalFadeIn;display:flex;position:fixed;inset:0}.modal-sheet{background:#fff;border-radius:24px 24px 0 0;width:100%;max-width:480px;padding:0 20px 32px;animation:.3s cubic-bezier(.32,.72,0,1) modalSlideUp;box-shadow:0 -4px 40px #00000026}.modal-header{justify-content:center;align-items:center;padding:12px 0 8px;display:flex;position:relative}.modal-drag-handle{background:#e0e0e0;border-radius:2px;width:40px;height:4px}.modal-close-btn{cursor:pointer;color:#666;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex;position:absolute;top:50%;right:0;transform:translateY(-50%)}.modal-close-btn:hover{color:#333;background:#ebebeb}.modal-icon-wrap{justify-content:center;margin:12px 0 14px;display:flex}.modal-icon{color:#e53935;background:#fff0f0;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.modal-title{text-align:center;color:#1a1a1a;margin:0 0 4px;font-size:18px;font-weight:700}.modal-subtitle{text-align:center;color:#888;margin:0 0 20px;font-size:14px}.report-reasons{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.report-reason-btn{color:#333;cursor:pointer;text-align:left;background:#fafafa;border:1.5px solid #efefef;border-radius:12px;align-items:center;gap:10px;width:100%;padding:12px 14px;font-size:14px;font-weight:500;transition:border-color .15s,background .15s;display:flex}.report-reason-btn:hover{background:#f5f5f5;border-color:#ddd}.report-reason-btn.selected{color:#1a1a1a;background:#fffbea;border-color:#ffd93d}.reason-check{border:1.5px solid #ddd;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:border-color .15s,background .15s;display:flex}.report-reason-btn.selected .reason-check{color:#fff;background:#ffd93d;border-color:#ffd93d}.report-textarea{box-sizing:border-box;resize:vertical;color:#333;background:#fafafa;border:1.5px solid #efefef;border-radius:12px;outline:none;width:100%;min-height:88px;margin-bottom:16px;padding:12px 14px;font-family:inherit;font-size:14px;transition:border-color .15s}.report-textarea:focus{background:#fff;border-color:#ffd93d}.modal-actions{flex-direction:column;gap:8px;margin-bottom:8px;display:flex}.modal-btn{cursor:pointer;border:none;border-radius:14px;width:100%;padding:14px;font-size:15px;font-weight:600;transition:opacity .15s,transform .1s}.modal-btn:active{transform:scale(.98)}.modal-btn--submit{color:#1a1a1a;background:#ffd93d}.modal-btn--submit:disabled{opacity:.35;cursor:not-allowed}.modal-btn--submit:not(:disabled):hover{opacity:.9}.modal-btn--block{color:#e53935;background:#fff0f0}.modal-btn--block:hover{background:#ffe5e5}.modal-btn--cancel{color:#666;background:#f5f5f5;font-weight:500}.modal-btn--cancel:hover{background:#ebebeb}@media (width<=767px){.report-textarea,.report-option{font-size:16px}}.matches-container{flex-direction:column;align-items:center;gap:20px;display:flex}.matches-hero{text-align:center;padding:4px 0 8px;animation:.45s both fadeInDown}.hero-greeting{color:var(--dark);letter-spacing:-.3px;font-size:20px;font-weight:700}.hero-sub{color:var(--gray-text);margin-top:3px;font-size:13px}.swipe-card-stack{width:100%;max-width:440px;position:relative}.swipe-card-stack:after{content:"";border-radius:var(--radius-xl);z-index:-2;background:#f0f0f0;border:1px solid #0000000a;position:absolute;inset:0;transform:rotate(-2.5deg)translate(-5px,12px)scale(.97);box-shadow:0 4px 20px #0000000d}.swipe-card-stack:before{content:"";border-radius:var(--radius-xl);z-index:-1;background:#f8f6ee;border:1px solid #0000000a;position:absolute;inset:0;transform:rotate(1.8deg)translate(4px,7px)scale(.985);box-shadow:0 4px 20px #0000000f}.swipe-card{border-radius:var(--radius-xl);cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;background:#fff;border:1px solid #0000000a;width:100%;max-width:440px;transition:box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 4px 24px #00000012,0 1px 4px #0000000a}.swipe-card:hover{box-shadow:0 8px 40px #0000001a,0 2px 8px #0000000f}.swipe-card:active{cursor:grabbing}.swipe-label{z-index:10;letter-spacing:1.5px;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);pointer-events:none;border-radius:10px;padding:8px 20px;font-size:18px;font-weight:800;position:absolute;top:24px}.swipe-like{color:#fff;background:#22c55ee0;border:2px solid #ffffff4d;right:20px;box-shadow:0 4px 16px #22c55e66}.swipe-nope{color:#fff;background:#ef4444e0;border:2px solid #ffffff4d;left:20px;box-shadow:0 4px 16px #ef444466}.card-photo-section{background:linear-gradient(135deg,#f8f8f8,#efefef);justify-content:center;align-items:center;min-height:220px;padding:32px 24px 24px;display:flex;position:relative}.card-photo-section:after{content:"";pointer-events:none;background:linear-gradient(#0000,#fff9);height:48px;position:absolute;bottom:0;left:0;right:0}.card-badge{background:var(--yellow-gradient);color:var(--dark);box-shadow:var(--shadow-sm);letter-spacing:.3px;border-radius:20px;padding:5px 13px;font-size:11px;font-weight:700;position:absolute;top:14px;right:14px}.card-photo{object-fit:cover;background:#fff;border:4px solid #fff;border-radius:50%;width:160px;height:160px;transition:transform .2s;box-shadow:0 4px 24px #0000001f}.swipe-card:hover .card-photo{transform:scale(1.02)}.card-info{padding:20px 22px 22px}.card-name{color:var(--dark);letter-spacing:-.3px;margin-bottom:2px;font-size:23px;font-weight:700}.card-city{color:var(--gray-text);align-items:center;gap:4px;margin:3px 0 10px;font-size:13px;display:flex}.card-city:before{content:""}.card-location{color:var(--gray-text);margin-bottom:18px;font-size:14px}.compatibility-bars{flex-direction:column;gap:10px;margin-bottom:18px;display:flex}.compat-row{align-items:center;gap:12px;display:flex}.compat-label{width:90px;color:var(--gray-text);flex-shrink:0;font-size:12px;font-weight:500}.compat-bar{background:var(--gray-input);border-radius:3px;flex:1;height:5px;overflow:hidden}.compat-fill{background:var(--yellow-gradient);border-radius:3px;height:100%;transition:width .7s cubic-bezier(.22,1,.36,1)}.compat-value{color:var(--dark);text-align:right;flex-shrink:0;width:34px;font-size:12px;font-weight:700}.explanation-box{background:var(--yellow-light);border-radius:var(--radius-md);border-left:3px solid var(--yellow);margin-bottom:14px;padding:14px 16px;position:relative;overflow:hidden}.explanation-box:before{content:"";background:radial-gradient(circle,#f5c51826,#0000);width:60px;height:60px;position:absolute;top:0;right:0}.explanation-title{color:var(--dark);letter-spacing:.8px;text-transform:uppercase;margin-bottom:6px;font-size:10px;font-weight:700}.explanation-text{color:#555;font-size:13px;line-height:1.5}.card-interests{flex-wrap:wrap;gap:6px;display:flex}.card-interest-tag{background:var(--gray-bg);color:var(--dark);border-radius:20px;padding:5px 13px;font-size:12px;font-weight:500;transition:background .2s}.card-interest-tag:hover{background:var(--yellow-light)}.action-buttons{align-items:center;gap:10px;display:flex}.action-btn{border-radius:var(--radius-md);cursor:pointer;border:none;flex:1;padding:14px 28px;font-size:15px;font-weight:600;transition:all .22s cubic-bezier(.22,1,.36,1)}.like-btn{background:var(--yellow-gradient);color:var(--dark);box-shadow:0 3px 14px #f5c51866}.like-btn:hover{transform:translateY(-2px);box-shadow:0 6px 22px #f5c5188c}.like-btn:active{transform:translateY(0)}.dislike-btn{background:var(--gray-bg);color:var(--gray-text);flex:.6}.dislike-btn:hover{color:var(--dark);background:#e8e8e8;transform:translateY(-1px)}.report-btn{color:var(--red);border:1.5px solid var(--gray-border);border-radius:var(--radius-md);background:#fff;flex:none;padding:14px 16px;font-size:17px}.report-btn:hover{border-color:var(--red);background:#fff5f5;transform:translateY(-1px)}.matches-empty{text-align:center;padding:80px 20px;animation:.5s both fadeInUp}.empty-icon{justify-content:center;margin-bottom:20px;animation:.5s both fadeIn;display:flex}.matches-empty h2{color:var(--dark);letter-spacing:-.3px;margin-bottom:10px;font-size:22px;font-weight:700}.matches-empty p{color:var(--gray-text);font-size:15px}@media (width<=480px){.swipe-card{border-radius:var(--radius-lg);max-width:100%}.card-photo-section{min-height:190px;padding:24px 20px 20px}.card-photo{width:140px;height:140px}.card-info{padding:16px 18px 18px}.card-name{font-size:20px}.action-btn{padding:13px 16px;font-size:14px}.action-buttons{gap:8px}}.dp-overlay{z-index:1000;background:#0009;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.dp-modal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:1040px;max-height:calc(100vh - 32px);display:flex;overflow:hidden;box-shadow:0 8px 40px #00000038}.dp-header{background:#fff;border-bottom:1.5px solid #e5e5e5;flex-shrink:0;align-items:center;gap:16px;padding:18px 20px;display:flex}.dp-close{color:#0a0a0a;cursor:pointer;background:#f6f6f6;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:700;transition:background .12s;display:flex}.dp-close:hover{background:#e5e5e5}.dp-header-center{flex:1;min-width:0}.dp-title{color:#0a0a0a;white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.2px;font-size:18px;font-weight:800;overflow:hidden}.dp-subtitle{color:#737373;margin-top:2px;font-size:12px;font-weight:400}.dp-header-meta{flex-shrink:0;align-items:center;gap:10px;display:flex}.dp-duration{color:#737373;white-space:nowrap;background:#f6f6f6;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:600}.dp-tags{flex-wrap:wrap;gap:6px;display:flex}.dp-tag{color:#fff;letter-spacing:.2px;background:#0a0a0a;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:600}.dp-body{background:#f6f6f6;flex:1;min-height:0;display:flex;overflow:hidden}.dp-body--split .dp-graph-scroll{border-right:1.5px solid #e5e5e5}.dp-graph-scroll{flex:1;justify-content:center;align-items:flex-start;min-width:0;padding:32px 24px;display:flex;overflow:auto}.dp-detail{background:#fff;border-left:1.5px solid #e5e5e5;flex-direction:column;flex-shrink:0;gap:10px;width:300px;padding:24px 20px;display:flex;position:relative;overflow-y:auto}.dp-detail-close{color:#737373;cursor:pointer;background:#f6f6f6;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;font-weight:700;transition:background .12s;display:flex;position:absolute;top:14px;right:14px}.dp-detail-close:hover{color:#0a0a0a;background:#e5e5e5}.dp-detail-type-bar{background:var(--dp-color,var(--yellow));border-radius:2px;width:28px;height:4px;margin-bottom:4px}.dp-detail-label{color:#0a0a0a;letter-spacing:-.2px;font-size:16px;font-weight:800;line-height:1.25}.dp-detail-desc{color:#333;font-size:14px;line-height:1.6}.dp-detail-tip{background:var(--yellow);color:#0a0a0a;border-radius:8px;padding:10px 12px;font-size:12px;font-weight:500;line-height:1.5}.dp-detail-duration{color:#737373;background:#f6f6f6;border-radius:20px;align-self:flex-start;margin-top:2px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-block}@media (width<=767px){.dp-overlay{align-items:flex-end;padding:0}.dp-modal{border-radius:20px 20px 0 0;max-height:90dvh}.dp-header-meta{display:none}.dp-body--split{flex-direction:column}.dp-body--split .dp-graph-scroll{border-bottom:1.5px solid #e5e5e5;border-right:none;max-height:48dvh}.dp-graph-scroll{max-height:65dvh}.dp-detail{width:100%;padding:14px 16px;padding-bottom:max(16px, env(safe-area-inset-bottom,16px));border-left:none;flex-flow:wrap;align-items:flex-start;gap:8px}.dp-detail-type-bar{display:none}.dp-detail-label,.dp-detail-desc{width:100%}}.chat-container{border-radius:var(--radius-xl);min-height:0;box-shadow:var(--shadow-md);background:#fff;border:1px solid #0000000a;flex:1;animation:.3s both fadeIn;display:flex;overflow:hidden}.chat-sidebar{border-right:1px solid var(--gray-border);background:#fafafa;flex-direction:column;flex-shrink:0;width:290px;display:flex}.chat-sidebar-header{border-bottom:1px solid var(--gray-border);background:#fff;flex-shrink:0;padding:18px 20px}.chat-sidebar-header h2{color:var(--dark);letter-spacing:-.3px;margin-bottom:3px;font-size:18px;font-weight:700}.accent-text{color:var(--yellow)}.match-count{color:var(--gray-text);letter-spacing:.3px;font-size:11px;font-weight:500}.chat-list{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;padding:8px 0;overflow-y:auto}.chat-item{cursor:pointer;align-items:center;gap:12px;padding:11px 18px;transition:background .18s;display:flex;position:relative}.chat-item:after{content:"";background:var(--gray-border);opacity:.5;height:1px;position:absolute;bottom:0;left:18px;right:18px}.chat-item:hover{background:#f5c5180f}.chat-item.active{background:var(--yellow-light)}.chat-item.active:before{content:"";background:var(--yellow-gradient);border-radius:0 2px 2px 0;width:3px;position:absolute;top:8px;bottom:8px;left:0}.chat-item-avatar{flex-shrink:0;position:relative}.chat-item-avatar img{object-fit:cover;background:var(--gray-bg);width:46px;height:46px;box-shadow:var(--shadow-sm);border:2px solid #fff;border-radius:50%;transition:transform .2s}.chat-item:hover .chat-item-avatar img{transform:scale(1.05)}.chat-item-info{flex:1;min-width:0}.chat-item-name{color:var(--dark);margin-bottom:2px;font-size:14px;font-weight:600;display:block}.chat-item-preview{color:var(--gray-text);white-space:nowrap;text-overflow:ellipsis;font-size:12px;display:block;overflow:hidden}.chat-main{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.chat-header{border-bottom:1px solid var(--gray-border);background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 22px;display:flex}.chat-header-info{align-items:center;gap:10px;display:flex}.chat-header-info strong{color:var(--dark);letter-spacing:-.2px;font-size:16px;font-weight:700}.chat-back-btn{display:none}.chat-header-actions{align-items:center;gap:8px;display:flex}.chat-action-btn{border:1.5px solid var(--gray-border);border-radius:var(--radius-sm);color:var(--gray-text);cursor:pointer;white-space:nowrap;background:0 0;padding:6px 13px;font-size:12px;font-weight:500;transition:all .2s}.chat-action-btn:hover{color:var(--red);border-color:var(--red);background:#fff5f5}.chat-messages{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:#fafafa;flex-direction:column;flex:1;gap:10px;padding:20px 22px;display:flex;overflow-y:auto}.message{display:flex}.message-me{justify-content:flex-end}.message-them{justify-content:flex-start}.message-bubble{border-radius:18px;max-width:70%;padding:10px 15px;font-size:14px;font-weight:400;line-height:1.45;animation:.25s both fadeInUp}.message-me .message-bubble{background:var(--yellow-light);border:1px solid #f5c51840;border-bottom-right-radius:5px}.message-them .message-bubble{border:1px solid var(--gray-border);box-shadow:var(--shadow-sm);background:#fff;border-bottom-left-radius:5px}.message-time{color:var(--gray-text);margin-top:4px;font-size:10px;font-weight:500;display:block}.chat-input-area{border-top:1px solid var(--gray-border);background:#fff;flex-shrink:0;align-items:center;gap:10px;padding:12px 18px;display:flex}.chat-input{border:1.5px solid var(--gray-border);background:var(--gray-bg);color:var(--dark);border-radius:24px;outline:none;flex:1;padding:12px 16px;font-family:inherit;font-size:14px;line-height:1.4;transition:border-color .2s,box-shadow .2s}.chat-input:focus{border-color:var(--yellow);background:#fff;box-shadow:0 0 0 3px #f5c5181f}.chat-input::placeholder{color:#bbb}.chat-send-btn{background:var(--yellow-gradient);width:46px;height:46px;color:var(--dark);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .22s cubic-bezier(.22,1,.36,1);display:flex;box-shadow:0 3px 12px #f5c51866}.chat-send-btn:hover{transform:scale(1.08);box-shadow:0 5px 20px #f5c5188c}.chat-send-btn:active{transform:scale(.94)}.chat-placeholder{color:var(--gray-text);background:#fafafa;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;font-size:14px;font-weight:500;display:flex}.dp-propose-btn{border-color:var(--yellow);color:var(--dark);font-weight:600;transition:all .2s}.dp-propose-btn:hover:not(:disabled){background:var(--yellow-light);border-color:var(--yellow)}.dp-btn--waiting{opacity:.7;border-color:var(--gray-border)!important;color:var(--gray-text)!important;cursor:default!important}.dp-btn--accept{animation:1.5s ease-in-out infinite dp-pulse;border-color:var(--green)!important;color:var(--green)!important}.dp-btn--accept:hover{background:var(--green)!important;color:#fff!important}.dp-btn--ready{font-weight:700;color:#6366f1!important;border-color:#6366f1!important}.dp-btn--ready:hover{color:#fff!important;background:#6366f1!important}@keyframes dp-pulse{0%,to{box-shadow:0 0 #22c55e66}50%{box-shadow:0 0 0 6px #22c55e00}}@media (width<=767px){.chat-container{height:100%;box-shadow:none;border:none;border-radius:0;flex-direction:column;animation:none}.chat-sidebar{background:#fff;border-bottom:none;border-right:none;flex-direction:column;flex:1;width:100%;display:flex}.chat-main,.chat-container[data-selected=true] .chat-sidebar{display:none}.chat-container[data-selected=true] .chat-main{flex-direction:column;flex:1;display:flex;overflow:hidden}.chat-sidebar-header{border-bottom:1px solid var(--gray-border);padding:16px 16px 12px}.chat-sidebar-header h2{font-size:20px}.chat-list{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;padding:0;display:flex;overflow-y:auto}.chat-item{text-align:left;border-bottom:1px solid #0000000d;border-radius:0;flex-direction:row;flex-shrink:0;align-items:center;gap:14px;width:auto;padding:12px 16px}.chat-item:after,.chat-item.active:before{display:none}.chat-item.active{background:var(--yellow-light)}.chat-item-avatar img{width:54px;height:54px}.chat-item-info{flex:1;min-width:0}.chat-item-name{max-width:none;margin-bottom:3px;font-size:16px;font-weight:600}.chat-item-preview{color:#888;font-size:14px;display:block}.chat-back-btn{cursor:pointer;width:44px;height:44px;color:var(--dark);background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:-10px;transition:background .15s;display:flex}.chat-back-btn:hover{background:var(--gray-bg)}.chat-header{padding:10px 14px}.chat-header-info strong{font-size:16px}.chat-header-actions{gap:6px}.chat-action-btn{padding:6px 10px;font-size:12px}.chat-messages{-webkit-overflow-scrolling:touch;flex:1;gap:8px;padding:12px 14px;overflow-y:auto}.message-bubble{max-width:82%;padding:9px 13px;font-size:14px}.chat-input-area{padding:10px 12px;padding-bottom:max(10px, env(safe-area-inset-bottom,10px));border-top:1px solid var(--gray-border);background:#fff;gap:8px}.chat-input{border-radius:24px;min-height:44px;padding:11px 16px;font-size:16px}.chat-send-btn{flex-shrink:0;width:44px;height:44px}}.stats-page{flex-direction:column;gap:12px;max-width:480px;margin:0 auto;display:flex}.stats-header{justify-content:center;align-items:baseline;gap:10px;margin-bottom:4px;display:flex}.stats-title{color:var(--dark);margin:0;font-size:24px;font-weight:700}.stats-period{color:var(--gray-text);font-size:13px}.stat-card{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:20px;flex-direction:column;gap:6px;padding:20px 20px 18px;transition:transform .15s,box-shadow .15s;display:flex}.stat-card:active{transform:scale(.98)}.stat-card-top{justify-content:space-between;align-items:center;display:flex}.stat-icon{font-size:24px;line-height:1}.stat-chevron{opacity:.5;font-size:22px;font-weight:300;line-height:1}.stat-number{letter-spacing:-1px;font-size:42px;font-weight:800;line-height:1}.stat-bottom{align-items:baseline;gap:6px;display:flex}.stat-label{font-size:15px;font-weight:600}.stat-sub{opacity:.55;font-size:13px}.stat-card--hero{background:#ffd93d;box-shadow:0 4px 24px #ffd93d73}.stat-card--hero:hover{transform:translateY(-3px);box-shadow:0 8px 32px #ffd93d8c}.stat-card--hero .stat-number,.stat-card--hero .stat-label,.stat-card--hero .stat-sub,.stat-card--hero .stat-chevron{color:#111}.stat-card--default{background:#fff;box-shadow:0 2px 14px #0000000f}.stat-card--default:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001a}.stat-card--default .stat-number,.stat-card--default .stat-label,.stat-card--default .stat-chevron{color:#111}.stat-card--green{background:#e8f5e9;box-shadow:0 2px 14px #0000000a}.stat-card--green:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4caf5026}.stat-card--green .stat-number,.stat-card--green .stat-label,.stat-card--green .stat-chevron{color:#2e7d32}.stat-card--pink{background:#fce4ec;box-shadow:0 2px 14px #0000000a}.stat-card--pink:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e91e8c1f}.stat-card--pink .stat-number,.stat-card--pink .stat-label,.stat-card--pink .stat-chevron{color:#ad1457}.stats-row{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.stats-row .stat-number{font-size:28px}.stats-row .stat-label{font-size:12px}.stats-row .stat-sub{display:none}.detail-view{max-width:480px;margin:0 auto;animation:.22s ease-out slideInRight}.detail-header{align-items:center;margin-bottom:20px;display:flex}.detail-back{cursor:pointer;color:#111;background:#ffd93d;border:none;border-radius:20px;flex-shrink:0;align-items:center;gap:6px;padding:7px 14px;font-size:14px;font-weight:600;transition:opacity .15s;display:flex}.detail-back:hover{opacity:.85}.detail-back-arrow{color:#111;font-size:16px;line-height:1}.detail-back-label{color:#111}.detail-title{color:var(--dark);text-align:center;flex:1;margin:0;font-size:18px;font-weight:600}.detail-count{color:#111;background:#ffd93d;border-radius:20px;flex-shrink:0;padding:7px 14px;font-size:14px;font-weight:700}.detail-loading,.detail-empty{text-align:center;color:var(--gray-text);padding:60px 0;font-size:14px}.detail-empty .empty-icon{margin-bottom:12px;font-size:40px}.cards-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.grid-card{aspect-ratio:3/4;background:var(--gray-bg);border-radius:16px;position:relative;overflow:hidden;box-shadow:0 2px 12px #00000014}.grid-card-photo{object-fit:cover;width:100%;height:100%;display:block}.grid-card-overlay{background:linear-gradient(#0000 0%,#000000a6 100%);flex-direction:column;gap:2px;padding:32px 10px 10px;display:flex;position:absolute;bottom:0;left:0;right:0}.grid-card-name{color:#fff;font-size:13px;font-weight:600;line-height:1.2}.grid-card-city{color:#fffc;font-size:11px}.grid-card-interests{flex-wrap:wrap;gap:4px;margin-top:4px;display:flex}.grid-card-interest-tag{color:#fff;white-space:nowrap;background:#fff3;border-radius:10px;padding:2px 7px;font-size:10px}.audit-section{background:#fff;border-radius:20px;padding:20px;box-shadow:0 2px 14px #0000000d}.audit-title{color:var(--dark);margin:0 0 14px;font-size:15px;font-weight:700}.audit-list{flex-direction:column;gap:8px;display:flex}.audit-item{background:var(--gray-bg);border-radius:10px;align-items:center;gap:10px;padding:8px 12px;font-size:13px;display:flex}.audit-type{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;display:flex}.audit-like{color:var(--green);background:#e8f5e9}.audit-dislike{background:var(--gray-input);color:var(--gray-text)}.audit-match{color:#c8a000;background:#fff9c4}.audit-desc{color:var(--dark);flex:1}.audit-time{color:var(--gray-text);font-size:12px}.stats-funnel{background:#fff;border-radius:20px;flex-direction:column;gap:14px;padding:20px;display:flex;box-shadow:0 2px 14px #0000000d}.funnel-title{color:var(--dark);margin:0 0 2px;font-size:15px;font-weight:700}.funnel-row{align-items:center;gap:10px;display:flex}.funnel-meta{flex-shrink:0;justify-content:space-between;width:110px;display:flex}.funnel-label{color:var(--gray-text);font-size:13px}.funnel-value{color:var(--dark);font-size:13px;font-weight:700}.funnel-track{background:var(--gray-input);border-radius:4px;flex:1;height:8px;overflow:hidden}.funnel-fill{border-radius:4px;height:100%;transition:width .8s cubic-bezier(.22,1,.36,1)}.funnel-pct{color:var(--gray-text);text-align:right;flex-shrink:0;width:34px;font-size:12px;font-weight:700}.stats-empty{text-align:center;padding:40px 20px}.stats-empty-icon{justify-content:center;margin-bottom:14px;display:flex}.stats-empty-text{color:var(--gray-text);font-size:14px;line-height:1.5}.card-age{color:var(--dark);font-size:22px;font-weight:400}.card-city{color:var(--gray-text);margin:2px 0 8px;font-size:13px}.hm-overlay{z-index:600;-webkit-backdrop-filter:blur(6px);background:#0a0a0a8c;justify-content:center;align-items:flex-end;animation:.3s both hm-bg-in;display:flex;position:fixed;inset:0}@keyframes hm-bg-in{0%{opacity:0}to{opacity:1}}.hm-sheet{background:#0a0a0a;border-radius:24px 24px 0 0;flex-direction:column;width:100%;max-width:680px;max-height:92dvh;animation:.38s cubic-bezier(.22,1,.36,1) both hm-sheet-in;display:flex;position:relative;overflow:hidden}@keyframes hm-sheet-in{0%{opacity:.6;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.hm-close{z-index:10;color:#ffffffb3;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s,color .15s,transform .15s;display:flex;position:absolute;top:16px;right:16px}.hm-close:hover{color:#fff;background:#ffffff2e;transform:scale(1.08)}.hm-hero{text-align:center;flex-direction:column;flex-shrink:0;align-items:center;padding:48px 28px 32px;display:flex;position:relative;overflow:hidden}.hm-orb{filter:blur(60px);pointer-events:none;border-radius:50%;position:absolute}.hm-orb--1{background:#f5c5182e;width:260px;height:260px;animation:6s ease-in-out infinite hm-orb-float;top:-80px;left:-60px}.hm-orb--2{background:#f5c5181a;width:200px;height:200px;animation:8s ease-in-out infinite reverse hm-orb-float;bottom:-40px;right:-40px}@keyframes hm-orb-float{0%,to{transform:translate(0)scale(1)}50%{transform:translate(12px,-16px)scale(1.06)}}.hm-logo-wrap{align-items:center;gap:12px;margin-bottom:16px;animation:.5s cubic-bezier(.34,1.56,.64,1) .1s both hm-pop-in;display:flex}@keyframes hm-pop-in{0%{opacity:0;transform:scale(.7)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.hm-logo-icon{object-fit:cover;border-radius:18px;flex-shrink:0;width:60px;height:60px;box-shadow:0 8px 24px #f5c51866}.hm-logo-text{color:#fff;letter-spacing:-1.5px;font-size:36px;font-weight:800;line-height:1}.hm-logo-text span{color:var(--yellow)}.hm-tagline{color:#ffffff8c;margin-bottom:28px;font-size:15px;line-height:1.5;animation:.5s .2s both hm-fade-up}.hm-stats{align-items:center;gap:20px;animation:.5s .3s both hm-fade-up;display:flex}.hm-stat{flex-direction:column;align-items:center;gap:2px;display:flex}.hm-stat-num{color:#fff;letter-spacing:-.5px;font-size:20px;font-weight:800;line-height:1}.hm-stat-label{color:#fff6;letter-spacing:.3px;text-transform:uppercase;font-size:11px;font-weight:500}.hm-stat-divider{background:#ffffff1f;width:1px;height:32px}.hm-body{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:#f5f5f5;border-radius:20px 20px 0 0;flex-direction:column;flex:1;gap:32px;padding:28px 20px;display:flex;overflow-y:auto}.hm-section{flex-direction:column;gap:14px;display:flex}.hm-section-title{color:#888;text-transform:uppercase;letter-spacing:.8px;font-size:13px;font-weight:700}.hm-features{flex-direction:column;gap:10px;display:flex}.hm-feature{background:#fff;border:1px solid #0000000a;border-radius:14px;align-items:flex-start;gap:14px;padding:16px;animation:.45s both hm-fade-up;display:flex;box-shadow:0 2px 8px #0000000d}@keyframes hm-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hm-feature-icon{background:var(--yellow-light);color:#0a0a0a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.hm-feature-title{color:#0a0a0a;letter-spacing:-.2px;margin-bottom:3px;font-size:15px;font-weight:700}.hm-feature-desc{color:#666;font-size:13px;line-height:1.5}.hm-faq{flex-direction:column;gap:8px;display:flex}.hm-faq-item{background:#fff;border:1px solid #0000000a;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000a}.hm-faq-q{color:#0a0a0a;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:14px 16px;font-size:14px;font-weight:600;transition:background .15s;display:flex}.hm-faq-q:hover{background:var(--yellow-light)}.hm-faq-chevron{color:#999;flex-shrink:0;transition:transform .25s cubic-bezier(.4,0,.2,1)}.hm-faq-item--open .hm-faq-chevron{color:#0a0a0a;transform:rotate(180deg)}.hm-faq-a-wrap{grid-template-rows:0fr;transition:grid-template-rows .3s cubic-bezier(.4,0,.2,1);display:grid}.hm-faq-item--open .hm-faq-a-wrap{grid-template-rows:1fr}.hm-faq-a{color:#555;padding:0 16px;font-size:13px;line-height:1.6;transition:padding .3s;overflow:hidden}.hm-faq-item--open .hm-faq-a{padding:0 16px 14px}.hm-cta{padding-bottom:env(safe-area-inset-bottom,0px);flex-direction:column;align-items:center;gap:10px;display:flex}.hm-cta-btn{background:var(--yellow-gradient);color:#0a0a0a;cursor:pointer;letter-spacing:-.2px;border:none;border-radius:16px;width:100%;max-width:340px;padding:16px 24px;font-size:16px;font-weight:700;transition:transform .2s cubic-bezier(.22,1,.36,1),box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 6px 24px #f5c51873}.hm-cta-btn:after{content:"";background:#fff0;transition:background .15s;position:absolute;inset:0}.hm-cta-btn:hover{transform:translateY(-2px);box-shadow:0 10px 32px #f5c5188c}.hm-cta-btn:hover:after{background:#ffffff1a}.hm-cta-btn:active{transform:translateY(0)scale(.97);box-shadow:0 4px 16px #f5c51859}.hm-cta-note{color:#aaa;font-size:12px;font-weight:500}@media (width>=640px){.hm-overlay{align-items:center}.hm-sheet{border-radius:24px;max-height:88dvh;margin:16px;animation:.35s cubic-bezier(.22,1,.36,1) both hm-sheet-in-desktop}@keyframes hm-sheet-in-desktop{0%{opacity:0;transform:scale(.94)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.hm-hero{padding:52px 48px 36px}.hm-body{padding:32px 40px}.hm-features{grid-template-columns:1fr;gap:10px;display:grid}}.main-app{background:var(--gray-bg);flex-direction:column;height:100dvh;display:flex;overflow:hidden}.top-nav{border-bottom:1px solid var(--gray-border);-webkit-backdrop-filter:blur(12px);z-index:100;height:64px;box-shadow:0 1px 0 var(--gray-border), var(--shadow-sm);background:#ffffffeb;flex-shrink:0;align-items:center;padding:0 28px;animation:.4s both fadeInDown;display:flex}.nav-brand{color:var(--dark);letter-spacing:-.5px;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;align-items:center;margin-right:36px;padding:4px 8px;font-family:inherit;font-size:21px;font-weight:800;line-height:1;transition:background .15s,transform .15s;display:flex}.nav-brand:hover{background:var(--yellow-light);transform:scale(1.03)}.nav-brand:active{transform:scale(.97)}.nav-brand span{color:var(--yellow)}.mobile-topbar{display:none}.mobile-brand{color:var(--dark);letter-spacing:-.5px;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:22px;font-weight:800;line-height:1}.mobile-brand span{color:var(--yellow)}.nav-tabs{gap:2px;display:flex}.nav-tab{color:var(--gray-text);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:10px;align-items:center;gap:7px;padding:8px 18px;font-size:14px;font-weight:500;transition:all .2s;display:flex;position:relative}.nav-tab-icon{align-items:center;font-size:15px;line-height:1;display:flex}.nav-tab-label{line-height:1}.nav-tab:hover{color:var(--dark);background:var(--gray-bg)}.nav-tab.active{color:var(--dark);background:var(--yellow-light);font-weight:600}.tab-badge{background:var(--yellow-gradient);color:var(--dark);border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:10px;font-weight:700;animation:2s ease-in-out infinite pulse-glow;display:flex;position:absolute;top:2px;right:2px;box-shadow:0 2px 6px #f5c51866}.main-content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background-image:radial-gradient(circle,#00000012 1px,#0000 1px);background-size:26px 26px;background-attachment:local;flex:1;width:100%;max-width:860px;margin:0 auto;padding:28px;animation:.4s both fadeInUp;overflow-y:auto}.main-content--chat{background-image:none;flex-direction:column;max-width:100%;padding:0;animation:none;display:flex;overflow:hidden}.nav-tab--premium{color:var(--dark);font-weight:600}.nav-tab--premium:hover{background:var(--yellow-light)}.nav-tab--premium.active{background:var(--yellow-gradient);color:var(--dark)}@media (width>=768px) and (width<=1100px){.top-nav{height:56px;padding:0 16px}.nav-brand{margin-right:12px;font-size:17px}.nav-tab{gap:5px;padding:7px 10px;font-size:13px}}@media (width<=767px){.main-app{flex-direction:column}.mobile-topbar{border-bottom:1px solid var(--gray-border);height:48px;padding:0 20px;padding-top:env(safe-area-inset-top,0px);background:#fffffff7;flex-shrink:0;order:0;justify-content:center;align-items:center;display:flex}.top-nav{height:auto;min-height:56px;padding:0;padding-bottom:env(safe-area-inset-bottom,0px);border-top:1px solid var(--gray-border);-webkit-backdrop-filter:blur(20px);background:#fffffff7;border-bottom:none;flex-shrink:0;order:2;animation:none;position:static;box-shadow:0 -2px 20px #00000014}.nav-brand{display:none}.nav-tabs{order:1;grid-template-columns:repeat(4,1fr);gap:0;width:100%;display:grid}.nav-tab{color:var(--gray-text);border-radius:0;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:56px;padding:10px 4px 8px;font-size:10px;font-weight:500;transition:color .2s,background .2s}.nav-tab-icon{font-size:22px;transition:transform .2s cubic-bezier(.34,1.56,.64,1)}.nav-tab:hover{background:var(--gray-bg);color:var(--dark)}.nav-tab.active{color:var(--dark);background:0 0;font-weight:700}.nav-tab.active .nav-tab-icon{transform:scale(1.18)translateY(-2px)}.nav-tab.active:after{content:"";background:var(--yellow);border-radius:50%;width:4px;height:4px;position:absolute;bottom:6px;left:50%;transform:translate(-50%);box-shadow:0 0 0 2px #f5c51840}.tab-badge{top:6px;right:calc(50% - 20px)}.main-content{background-image:none;order:1;max-width:100%;margin:0;padding:12px 14px;animation:none}.main-content--chat{flex-direction:column;padding:0;display:flex;overflow:hidden}}@media (orientation:landscape) and (height<=500px){.main-app{flex-direction:column}.top-nav{height:auto;min-height:44px;padding:0 env(safe-area-inset-right,0px) 0 env(safe-area-inset-left,0px);padding-bottom:env(safe-area-inset-bottom,0px);border-top:1px solid var(--gray-border);-webkit-backdrop-filter:blur(20px);background:#fffffff7;border-bottom:none;flex-shrink:0;order:2;animation:none;position:static;box-shadow:0 -2px 12px #0000000f}.nav-brand{display:none}.nav-tabs{order:1;grid-template-columns:repeat(4,1fr);gap:0;width:100%;display:grid}.nav-tab{min-height:44px;color:var(--gray-text);border-radius:0;flex-direction:row;justify-content:center;align-items:center;gap:6px;padding:6px 4px;font-size:11px}.nav-tab-label{display:none}.nav-tab.active{color:var(--dark);background:0 0;font-weight:700}.nav-tab.active .nav-tab-icon{transform:scale(1.18)}.nav-tab.active:after{content:"";background:var(--yellow);border-radius:50%;width:4px;height:4px;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.main-content{background-image:none;order:1;max-width:100%;margin:0;padding:8px 12px;animation:none}.main-content--chat{flex-direction:column;padding:0;display:flex;overflow:hidden}}.app{flex-direction:column;min-height:100vh;display:flex}
