*{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a1a;background:#fff;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5}:root{--yellow:#f5c518;--yellow-hover:#e0b400;--yellow-light:#fef9e7;--gray-bg:#f5f5f5;--gray-input:#f0f0f0;--gray-text:#888;--gray-border:#e0e0e0;--dark:#1a1a1a;--white:#fff;--green:#4caf50;--red:#e53935}#root{min-height:100vh}button{cursor:pointer;font-family:inherit}input,textarea{font-family:inherit}.welcome{background:#fff;justify-content:center;align-items:center;min-height:100vh;display:flex}.welcome-content{text-align:center;max-width:400px;padding:40px 20px}.welcome-logo{border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;display:flex;overflow:hidden}.welcome-logo-img{object-fit:cover;width:100%;height:100%}.welcome-title{color:var(--dark);margin-bottom:8px;font-size:32px;font-weight:600}.welcome-subtitle{color:var(--gray-text);margin-bottom:40px;font-size:16px}.btn-yellow{background:var(--yellow);color:var(--dark);cursor:pointer;border:none;border-radius:12px;padding:14px 48px;font-size:16px;font-weight:500;transition:background .2s}.btn-yellow:hover{background:var(--yellow-hover)}.auth-buttons{flex-direction:column;gap:16px;display:flex}.auth-label{color:var(--gray-text);margin-bottom:4px;font-size:14px}.auth-options{justify-content:center;gap:12px;display:flex}.auth-btn{border:1px solid var(--gray-border);color:var(--dark);cursor:pointer;background:#fff;border-radius:12px;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:500;transition:border-color .2s,box-shadow .2s;display:flex}.auth-btn:hover{border-color:var(--yellow);box-shadow:0 2px 8px #f5c51826}.auth-icon{background:var(--yellow);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;font-weight:700;display:flex}.auth-icon.auth-ya{background:#fc3f1d}.auth-icon.auth-vk{background:#07f;font-size:12px}.onboarding{background:#fff;flex-direction:column;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.onboarding-header{margin-bottom:32px}.onboarding-title{color:var(--dark);font-size:24px;font-weight:400}.onboarding-title-accent{color:var(--yellow);font-size:24px;font-weight:400}.onboarding-card{background:#fff;border-radius:16px;width:100%;max-width:480px;padding:32px}.step-indicators{gap:8px;margin-bottom:32px;display:flex}.step-line{background:var(--gray-border);border-radius:2px;flex:1;height:3px;transition:background .3s}.step-line.active{background:var(--yellow)}.step-content h2{color:var(--dark);margin-bottom:4px;font-size:28px;font-weight:600}.step-subtitle{color:var(--gray-text);margin-bottom:28px;font-size:14px}.form-group{margin-bottom:20px}.form-label{color:var(--gray-text);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:11px;font-weight:500;display:block}.form-input{background:var(--gray-input);width:100%;color:var(--dark);border:none;border-radius:10px;outline:none;padding:12px 16px;font-size:16px;transition:box-shadow .2s}.form-input:focus{box-shadow:0 0 0 2px var(--yellow)}.photo-upload{border:2px dashed var(--gray-border);text-align:center;cursor:pointer;background:var(--gray-bg);border-radius:12px;margin-bottom:24px;padding:40px;transition:border-color .2s}.photo-upload:hover{border-color:var(--yellow)}.photo-icon{margin-bottom:8px;font-size:32px}.photo-upload p{color:var(--gray-text);font-size:14px}.photo-hint{margin-top:4px;font-size:12px!important}.photo-preview{object-fit:cover;border-radius:50%;width:150px;height:150px}.interests-grid{flex-wrap:wrap;gap:8px;margin-bottom:28px;display:flex}.interest-tag{border:1px solid var(--gray-border);color:var(--dark);cursor:pointer;background:#fff;border-radius:20px;padding:8px 16px;font-size:14px;transition:all .2s}.interest-tag:hover{border-color:var(--yellow)}.interest-tag.selected{background:var(--yellow);border-color:var(--yellow);color:var(--dark);font-weight:500}.step-buttons{gap:12px;margin-top:24px;display:flex}.btn-outline{border:1px solid var(--gray-border);color:var(--dark);cursor:pointer;background:#fff;border-radius:12px;padding:12px 24px;font-size:14px;transition:border-color .2s}.btn-outline:hover{border-color:var(--gray-text)}.step-buttons .btn-yellow{padding:12px 32px;font-size:14px}.step-buttons .btn-yellow:disabled{opacity:.4;cursor:not-allowed}.profile-page{max-width:480px;margin:0 auto}.profile-card{text-align:center;background:#fff;border-radius:16px;padding:32px;box-shadow:0 2px 16px #0000000d}.profile-photo-section{margin-bottom:16px}.profile-photo{object-fit:cover;border-radius:50%;width:120px;height:120px}.profile-photo-placeholder{background:var(--yellow);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto;font-size:48px;font-weight:600;display:flex}.profile-name{color:var(--dark);margin-bottom:4px;font-size:24px;font-weight:600}.profile-city{color:var(--gray-text);margin-bottom:24px}.profile-section{text-align:left;border-top:1px solid var(--gray-border);margin-top:24px;padding-top:24px}.profile-section h3{color:var(--dark);margin-bottom:12px;font-size:14px;font-weight:600}.profile-interests{flex-wrap:wrap;gap:6px;display:flex}.profile-tag{background:var(--yellow-light);color:var(--dark);border-radius:20px;padding:6px 14px;font-size:13px}.safety-options{flex-direction:column;gap:14px;display:flex}.safety-item{color:var(--dark);justify-content:space-between;align-items:center;font-size:14px;display:flex}.custom-select{position:relative}.custom-select-trigger{border:1.5px solid var(--gray-border);color:var(--dark);cursor:pointer;white-space:nowrap;background:#fff;border-radius:10px;align-items:center;gap:8px;padding:7px 14px;font-size:13px;font-weight:500;transition:border-color .2s,box-shadow .2s;display:flex}.custom-select-trigger:hover,.custom-select.open .custom-select-trigger{border-color:var(--yellow);box-shadow:0 0 0 3px #f5c51826}.custom-select-arrow{color:var(--gray-text);font-size:11px;transition:transform .2s}.custom-select.open .custom-select-arrow{transform:rotate(180deg)}.custom-select-backdrop{z-index:10;position:fixed;inset:0}.custom-select-dropdown{border:1.5px solid var(--gray-border);z-index:11;background:#fff;border-radius:12px;min-width:200px;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;box-shadow:0 8px 24px #0000001a}.custom-select-option{color:var(--dark);cursor:pointer;align-items:center;gap:8px;padding:11px 16px;font-size:14px;transition:background .15s;display:flex}.custom-select-option:hover{background:var(--yellow-light)}.custom-select-option.selected{background:var(--yellow-light);font-weight:600}.custom-select-check{color:var(--yellow-hover);width:16px;font-size:13px;font-weight:700}.toggle{width:44px;height:24px;display:inline-block;position:relative}.toggle input{opacity:0;width:0;height:0}.toggle-slider{cursor:pointer;background:var(--gray-border);border-radius:24px;transition:all .2s;position:absolute;inset:0}.toggle-slider:before{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:all .2s;position:absolute;bottom:3px;left:3px}.toggle input:checked+.toggle-slider{background:var(--yellow)}.toggle input:checked+.toggle-slider:before{transform:translate(20px)}.modal-overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:420px;padding:28px;box-shadow:0 8px 32px #00000026}.modal-content h3{color:var(--dark);margin-bottom:4px;font-size:18px;font-weight:600}.modal-subtitle{color:var(--gray-text);margin-bottom:20px;font-size:14px}.report-reasons{flex-direction:column;gap:10px;margin-bottom:16px;display:flex}.report-reason{border:1px solid var(--gray-border);cursor:pointer;border-radius:10px;align-items:center;gap:10px;padding:10px 14px;font-size:14px;transition:border-color .2s;display:flex}.report-reason:hover{border-color:var(--yellow)}.report-reason input[type=radio]{accent-color:var(--yellow)}.report-textarea{border:1px solid var(--gray-border);resize:vertical;border-radius:10px;outline:none;width:100%;min-height:80px;margin-bottom:16px;padding:12px;font-size:14px}.report-textarea:focus{border-color:var(--yellow)}.modal-actions{justify-content:flex-end;gap:8px;display:flex}.modal-actions .btn-outline,.modal-actions .btn-yellow{padding:10px 16px;font-size:13px}.modal-actions .btn-yellow:disabled{opacity:.4;cursor:not-allowed}.btn-block{color:var(--red);border:1px solid var(--red);cursor:pointer;background:#fff;border-radius:12px;padding:10px 16px;font-size:13px;transition:all .2s}.btn-block:hover{background:#fff5f5}.matches-container{flex-direction:column;align-items:center;gap:20px;display:flex}.swipe-card{cursor:grab;-webkit-user-select:none;user-select:none;background:#fff;border-radius:16px;width:100%;max-width:420px;position:relative;overflow:hidden;box-shadow:0 4px 24px #00000014}.swipe-card:active{cursor:grabbing}.swipe-label{z-index:10;letter-spacing:2px;border-radius:8px;padding:8px 20px;font-size:20px;font-weight:700;position:absolute;top:24px}.swipe-like{color:#fff;background:#4caf50e6;left:24px}.swipe-nope{color:#fff;background:#e53935e6;right:24px}.card-photo-section{background:var(--gray-bg);justify-content:center;align-items:center;min-height:200px;padding:24px;display:flex;position:relative}.card-badge{background:var(--yellow);color:var(--dark);border-radius:20px;padding:4px 12px;font-size:11px;font-weight:600;position:absolute;top:12px;right:12px}.card-photo{object-fit:cover;background:#fff;border-radius:50%;width:140px;height:140px}.card-info{padding:20px}.card-name{color:var(--dark);margin-bottom:4px;font-size:22px;font-weight:600}.card-location{color:var(--gray-text);margin-bottom:16px;font-size:14px}.compatibility-bars{flex-direction:column;gap:10px;margin-bottom:16px;display:flex}.compat-row{align-items:center;gap:12px;display:flex}.compat-label{width:100px;color:var(--gray-text);font-size:13px}.compat-bar{background:var(--gray-input);border-radius:3px;flex:1;height:6px;overflow:hidden}.compat-fill{background:var(--yellow);border-radius:3px;height:100%;transition:width .5s ease-out}.compat-value{color:var(--dark);text-align:right;width:36px;font-size:13px;font-weight:600}.explanation-box{background:var(--yellow-light);border-left:3px solid var(--yellow);border-radius:10px;margin-bottom:14px;padding:14px}.explanation-title{color:var(--dark);letter-spacing:.5px;margin-bottom:6px;font-size:11px;font-weight:600}.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:16px;padding:4px 12px;font-size:12px}.action-buttons{align-items:center;gap:12px;display:flex}.action-btn{cursor:pointer;border:none;border-radius:12px;padding:14px 28px;font-size:15px;font-weight:500;transition:all .2s}.like-btn{background:var(--yellow);color:var(--dark)}.like-btn:hover{background:var(--yellow-hover)}.dislike-btn{background:var(--gray-bg);color:var(--gray-text)}.dislike-btn:hover{background:var(--gray-border)}.report-btn{color:var(--red);border:1px solid var(--gray-border);background:#fff;padding:14px 16px;font-size:18px}.report-btn:hover{border-color:var(--red);background:#fff5f5}.matches-empty{text-align:center;padding:80px 20px}.empty-icon{margin-bottom:16px;font-size:48px}.matches-empty h2{color:var(--dark);margin-bottom:8px;font-size:22px}.matches-empty p{color:var(--gray-text)}.chat-container{background:#fff;border-radius:16px;height:calc(100vh - 108px);display:flex;overflow:hidden;box-shadow:0 2px 16px #0000000d}.chat-sidebar{border-right:1px solid var(--gray-border);flex-direction:column;width:280px;display:flex}.chat-sidebar-header{border-bottom:1px solid var(--gray-border);padding:16px 20px}.chat-sidebar-header h2{color:var(--dark);margin-bottom:4px;font-size:18px;font-weight:600}.accent-text{color:var(--yellow)}.match-count{color:var(--gray-text);letter-spacing:.5px;font-size:11px}.chat-list{flex:1;overflow-y:auto}.chat-item{cursor:pointer;align-items:center;gap:12px;padding:12px 20px;transition:background .2s;display:flex}.chat-item:hover{background:var(--gray-bg)}.chat-item.active{background:var(--yellow-light)}.chat-item-avatar{flex-shrink:0;position:relative}.chat-item-avatar img{object-fit:cover;background:var(--gray-bg);border-radius:50%;width:44px;height:44px}.chat-item-info{flex:1;min-width:0}.chat-item-name{color:var(--dark);font-size:14px;font-weight:600;display:block}.chat-item-preview{color:var(--gray-text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;display:block;overflow:hidden}.chat-main{flex-direction:column;flex:1;display:flex}.chat-header{border-bottom:1px solid var(--gray-border);justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.chat-header-info strong{color:var(--dark);margin-right:8px;font-size:16px}.chat-action-btn{border:1px solid var(--gray-border);color:var(--gray-text);cursor:pointer;background:0 0;border-radius:8px;padding:6px 12px;font-size:12px;transition:all .2s}.chat-action-btn:hover{color:var(--red);border-color:var(--red)}.chat-messages{flex-direction:column;flex:1;gap:12px;padding:20px;display:flex;overflow-y:auto}.message{display:flex}.message-me{justify-content:flex-end}.message-them{justify-content:flex-start}.message-bubble{border-radius:14px;max-width:70%;padding:10px 14px;font-size:14px;line-height:1.4}.message-me .message-bubble{background:var(--yellow-light);border-bottom-right-radius:4px}.message-them .message-bubble{background:var(--gray-bg);border-bottom-left-radius:4px}.message-time{color:var(--gray-text);margin-top:4px;font-size:11px;display:block}.chat-input-area{border-top:1px solid var(--gray-border);gap:8px;padding:12px 20px;display:flex}.chat-input{border:1px solid var(--gray-border);border-radius:12px;outline:none;flex:1;padding:12px 16px;font-size:14px;transition:border-color .2s}.chat-input:focus{border-color:var(--yellow)}.chat-send-btn{background:var(--yellow);width:44px;height:44px;color:var(--dark);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;font-size:18px;font-weight:700;transition:background .2s;display:flex}.chat-send-btn:hover{background:var(--yellow-hover)}.chat-placeholder{color:var(--gray-text);flex:1;justify-content:center;align-items:center;display:flex}.stats-page{max-width:600px;margin:0 auto}.stats-title{color:var(--dark);margin-bottom:24px;font-size:24px;font-weight:600}.stats-grid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:28px;display:grid}.stat-card{text-align:center;background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 12px #0000000a}.stat-value{color:var(--dark);margin-bottom:4px;font-size:32px;font-weight:700;display:block}.stat-value.stat-green{color:var(--green)}.stat-value.stat-yellow{color:#d4a010}.stat-label{color:var(--gray-text);font-size:13px}.safety-stats{background:#fff;border-radius:12px;margin-bottom:28px;padding:20px;box-shadow:0 2px 12px #0000000a}.safety-stats h3{color:var(--dark);margin-bottom:12px;font-size:14px;font-weight:600}.safety-row{color:var(--dark);border-bottom:1px solid var(--gray-bg);justify-content:space-between;padding:8px 0;font-size:14px;display:flex}.safety-row:last-child{border-bottom:none}.safety-value{font-weight:600}.audit-section{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 12px #0000000a}.audit-section h3{color:var(--dark);margin-bottom:12px;font-size:14px;font-weight:600}.audit-list{flex-direction:column;gap:8px;display:flex}.audit-item{background:var(--gray-bg);border-radius:8px;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:24px;height:24px;font-size:12px;display:flex}.audit-like{color:var(--green);background:#e8f5e9}.audit-dislike{background:var(--gray-input);color:var(--gray-text)}.audit-match{background:var(--yellow-light);color:#d4a010}.audit-block,.audit-report{color:var(--red);background:#ffebee}.audit-desc{color:var(--dark);flex:1}.audit-time{color:var(--gray-text);font-size:12px}.main-app{flex-direction:column;min-height:100vh;display:flex}.top-nav{border-bottom:1px solid var(--gray-border);z-index:100;background:#fff;align-items:center;height:60px;padding:0 24px;display:flex;position:sticky;top:0}.nav-brand{color:var(--dark);margin-right:32px;font-size:20px;font-weight:700}.nav-tabs{gap:4px;display:flex}.nav-tab{color:var(--gray-text);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 20px;font-size:14px;font-weight:500;transition:all .2s;position:relative}.nav-tab:hover{color:var(--dark);background:var(--gray-bg)}.nav-tab.active{color:var(--dark);background:var(--yellow-light)}.tab-badge{background:var(--yellow);color:var(--dark);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;font-weight:600;display:flex;position:absolute;top:2px;right:4px}.main-content{flex:1;width:100%;max-width:800px;margin:0 auto;padding:24px}.app{flex-direction:column;min-height:100vh;display:flex}
