:root{--bg-primary: #f1f5f9;--bg-secondary: #ffffff;--text-primary: #0f172a;--text-secondary: #64748b;--accent-primary: #3b82f6;--accent-hover: #2563eb;--card-bg: #ffffff;--card-border: #e2e8f0;--card-shadow: 0 10px 25px -5px rgba(0, 0, 0, .05), 0 8px 10px -6px rgba(0, 0, 0, .05);--input-bg: #ffffff;--input-border: #cbd5e1;--input-focus: #3b82f6}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh;line-height:1.5}.container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background-color:var(--bg-primary)}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.auth-card{width:100%;max-width:440px;background:var(--card-bg);border:1px solid var(--card-border);border-radius:20px;padding:2.5rem;box-shadow:var(--card-shadow)}.auth-header{text-align:center;margin-bottom:2rem}.auth-logo-placeholder{width:54px;height:54px;background:var(--accent-primary);border-radius:14px;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #3b82f633}.auth-title{font-size:1.75rem;font-weight:700;color:var(--text-primary);letter-spacing:-.025em}.auth-subtitle{color:var(--text-secondary);font-size:.9375rem;margin-top:.5rem}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:600;color:#334155}.auth-input{width:100%;background:var(--input-bg);border:1px solid var(--input-border);border-radius:10px;padding:.75rem 1rem;color:var(--text-primary);font-size:1rem;transition:all .2s ease}.auth-input:focus{outline:none;border-color:var(--input-focus);box-shadow:0 0 0 4px #3b82f61a}.auth-input::placeholder{color:#94a3b8}.btn{padding:.75rem 1.5rem;border-radius:10px;font-weight:600;cursor:pointer;border:none;transition:all .2s;display:inline-block;text-align:center}.auth-submit-btn{background:var(--accent-primary);color:#fff;width:100%;padding:.875rem;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:.5rem}.btn-primary:hover,.auth-submit-btn:hover{background:var(--accent-hover);transform:translateY(-1px)}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-footer{margin-top:1.75rem;text-align:center;font-size:.875rem;color:var(--text-secondary)}.auth-link{color:var(--accent-primary);text-decoration:none;font-weight:600}.auth-link:hover{text-decoration:underline}.alert{padding:1rem;border-radius:12px;font-size:.875rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.alert-error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.alert-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d}.uppercase{text-transform:uppercase}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .4s ease-out forwards}.top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.top-bar h1{font-size:2.25rem;font-weight:800;color:#0f172a}.top-bar p{color:#64748b}.stats-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3.5rem}.stat-card{background:#fff;padding:1.5rem;border-radius:20px;display:flex;align-items:center;gap:1.25rem;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #f1f5f9}.stat-icon-bg{width:54px;height:54px;border-radius:14px;display:flex;align-items:center;justify-content:center}.stat-icon-bg.blue{background:#eff6ff}.stat-icon-bg.purple{background:#f5f3ff}.stat-icon-bg.orange{background:#fffbeb}.premium-table{width:100%;border-collapse:separate;border-spacing:0 .5rem}.premium-table th{padding:1rem;text-align:left;font-size:.75rem;color:#94a3b8;font-weight:700;text-transform:uppercase}.table-row td{padding:1.25rem 1rem;background:#fff;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.table-row td:first-child{border-left:1px solid #f1f5f9;border-top-left-radius:12px;border-bottom-left-radius:12px}.table-row td:last-child{border-right:1px solid #f1f5f9;border-top-right-radius:12px;border-bottom-right-radius:12px}.status-pill{font-size:.75rem;font-weight:700;padding:.25rem .625rem;border-radius:6px;text-transform:capitalize}.status-pill.verified{background:#f0fdf4;color:#15803d}.status-pill.unverified{background:#fffbeb;color:#92400e}.status-pill.blocked{background:#fef2f2;color:#b91c1c}.tier-tag{font-size:.625rem;font-weight:800;padding:.125rem .375rem;border-radius:4px;text-transform:uppercase}.tier-tag.vip{background:#fef2f2;color:#ef4444;border:1px solid #fee2e2}.tier-tag.premium{background:#f0fdf4;color:#22c55e;border:1px solid #dcfce7}.unverified-banner{padding:1rem 1.5rem;background:#fffbeb;border:1px solid #fef3c7;color:#92400e;border-radius:16px;display:flex;align-items:center;gap:1rem;margin-bottom:2.5rem}.unverified-banner.blocked{background:#fef2f2;border-color:#fee2e2;color:#991b1b}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center}.modal-content{background:#fff;width:100%;max-width:440px;border-radius:24px;padding:2.5rem;position:relative;box-shadow:0 20px 25px -5px #0000001a}.top-actions.filters{display:flex;align-items:center;gap:.5rem;background:#fff;padding:.375rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #f1f5f9}.filter-btn{padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;color:#64748b;background:transparent;border:none;cursor:pointer}.filter-btn.active{background:#f1f5f9;color:#0f172a}.members-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:1rem}.member-card{background:#fff;border-radius:20px;padding:1.5rem;border:1px solid #f1f5f9;box-shadow:0 4px 6px -1px #0000000d;transition:transform .2s}.member-avatar{width:50px;height:50px;background:#f1f5f9;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;color:#3b82f6}.chat-container{display:grid;grid-template-columns:280px 1fr;background:#fff;height:calc(100vh - 200px);border-radius:24px;border:1px solid #f1f5f9;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.matches-sidebar{border-right:1px solid #f1f5f9;display:flex;flex-direction:column;padding:1.5rem}.match-item{display:flex;align-items:center;gap:.875rem;padding:.875rem;border-radius:12px;cursor:pointer;transition:all .2s}.match-item.active{background:#eff6ff}.message-list{flex:1;padding:2rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.message-bubble{max-width:70%;padding:.875rem 1.25rem;border-radius:16px;font-size:.9375rem;position:relative}.message-bubble.sent{align-self:flex-end;background:#3b82f6;color:#fff}.chat-input-area{padding:1.5rem 2rem;background:#fff;border-top:1px solid #f1f5f9;display:flex;gap:1rem}.chat-input-area input{flex:1;padding:.75rem 1.25rem;border-radius:12px;border:1px solid #e2e8f0}.user-profile-badge{display:flex;align-items:center;gap:.875rem;padding:.5rem 1rem;background:#fff;border-radius:14px;border:1px solid #f1f5f9;box-shadow:0 2px 4px #00000005}.user-avatar{width:38px;height:38px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;box-shadow:0 4px 10px #3b82f633}.status-indicator{font-size:.6875rem;font-weight:800;padding:.25rem .75rem;border-radius:8px;text-transform:uppercase;letter-spacing:.05em}.status-indicator.verified{background:#f0fdf4;color:#15803d;border:1px solid #dcfce7}.status-indicator.unverified{background:#fffbeb;color:#92400e;border:1px solid #fef3c7}.status-indicator.blocked{background:#fef2f2;color:#b91c1c;border:1px solid #fee2e2}.status-card{background:#fff;padding:2.5rem;border-radius:24px;display:flex;align-items:center;gap:2rem;border:1px solid #f1f5f9;margin-top:2rem}.status-card .icon{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.status-card.verified .icon{background:#f0fdf4;color:#22c55e}.status-card.unverified .icon{background:#fffbeb;color:#f59e0b}.status-card.blocked .icon{background:#fef2f2;color:#ef4444}.status-card .text h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.status-card .text p{color:#64748b;font-size:1rem}
