*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#007aff;--primary-light:#ebf4ff;--bg:#f5f7fa;--surface:#fff;--text:#1a1a1a;--text-secondary:#6b7280;--text-tertiary:#9ca3af;--border:#e5e7eb;--danger:#ef4444;--success:#10b981;--warning:#f59e0b;--sidebar-width:240px}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}a{color:var(--primary);text-decoration:none}.layout{min-height:100vh;display:flex}.sidebar{width:var(--sidebar-width);background:var(--surface);border-right:1px solid var(--border);flex-direction:column;padding:24px 16px;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-brand{color:var(--primary);margin-bottom:32px;padding:0 8px;font-size:18px;font-weight:800}.sidebar-nav{flex-direction:column;flex:1;gap:4px;display:flex}.nav-item{color:var(--text-secondary);border-radius:8px;padding:10px 12px;font-size:14px;font-weight:500;transition:background .15s,color .15s;display:block}.nav-item:hover{background:var(--bg);color:var(--text)}.nav-item.active{background:var(--primary-light);color:var(--primary);font-weight:600}.logout-btn{color:var(--text-tertiary);cursor:pointer;text-align:left;background:0 0;border:none;padding:10px;font-size:13px}.logout-btn:hover{color:var(--danger)}.main-content{margin-left:var(--sidebar-width);flex:1;padding:32px}.login-page{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{background:var(--surface);text-align:center;border-radius:16px;width:100%;max-width:400px;padding:48px 40px;box-shadow:0 4px 24px #0000000f}.login-card h1{color:var(--primary);margin-bottom:8px;font-size:24px;font-weight:800}.login-subtitle{color:var(--text-secondary);margin-bottom:32px;font-size:14px}.login-card form{flex-direction:column;gap:12px;display:flex}.login-card input{border:1px solid var(--border);border-radius:10px;outline:none;padding:12px 16px;font-size:15px;transition:border-color .2s}.login-card input:focus{border-color:var(--primary)}.login-card button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:12px;font-size:15px;font-weight:600}.login-card button:disabled{opacity:.5}.code-hint{color:var(--text-secondary);font-size:13px}.login-error{color:var(--danger);margin-top:12px;font-size:13px}.dashboard h1{margin-bottom:24px;font-size:24px;font-weight:700}.stats-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:32px;display:grid}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px}.stat-value{color:var(--text);font-size:28px;font-weight:700}.stat-label{color:var(--text-secondary);margin-top:4px;font-size:13px}.stat-sub{color:var(--text-tertiary);margin-top:2px;font-size:12px}.charts-row{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px;display:grid}.chart-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px}.chart-card h3{color:var(--text-secondary);margin-bottom:16px;font-size:14px;font-weight:600}.message-types{flex-direction:column;gap:16px;padding:20px 0;display:flex}.msg-type{color:var(--text-secondary);align-items:center;gap:10px;font-size:14px;display:flex}.msg-type strong{color:var(--text);margin-left:auto;font-size:18px}.msg-dot{border-radius:5px;width:10px;height:10px;display:inline-block}.page-loading,.page-error{text-align:center;color:var(--text-secondary);padding:60px;font-size:15px}.page-error{color:var(--danger)}.section-title{color:var(--text-secondary);margin-bottom:16px;font-size:18px;font-weight:600}.reports-page h1{margin-bottom:24px;font-size:24px;font-weight:700}.reports-list{flex-direction:column;gap:12px;display:flex}.report-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px}.report-header{gap:32px;margin-bottom:12px;display:flex}.report-users{align-items:center;gap:8px;font-size:14px;display:flex}.report-label,.report-email{color:var(--text-tertiary);font-size:12px}.report-reason{color:var(--text);background:var(--bg);border-radius:8px;margin-bottom:12px;padding:12px;font-size:14px}.report-footer{justify-content:space-between;align-items:center;display:flex}.report-date{color:var(--text-tertiary);font-size:12px}.btn-danger{background:var(--danger);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600}.btn-danger:hover{opacity:.9}.badge{border-radius:10px;padding:2px 8px;font-size:11px;font-weight:600}.badge-danger{color:var(--danger);background:#fee2e2}.empty-state{text-align:center;color:var(--text-tertiary);padding:60px;font-size:15px}.page-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.page-header h1{margin-bottom:0}.filter-tabs{background:var(--bg);border-radius:8px;gap:4px;padding:3px;display:flex}.filter-tab{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 14px;font-size:13px;font-weight:500}.filter-tab.active{background:var(--surface);color:var(--text);box-shadow:0 1px 3px #00000014}.report-card.resolved{opacity:.7}.report-actions{gap:8px;display:flex}.btn-warning{background:var(--warning);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600}.badge-resolved{color:#4f46e5;background:#e0e7ff}.report-users a{cursor:pointer}.report-users a:hover{text-decoration:underline}.users-page h1{margin-bottom:24px;font-size:24px;font-weight:700}.search-bar{gap:8px;margin-bottom:24px;display:flex}.search-bar input{border:1px solid var(--border);border-radius:10px;outline:none;flex:1;padding:10px 16px;font-size:14px}.search-bar input:focus{border-color:var(--primary)}.search-bar button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:10px 20px;font-size:14px;font-weight:600}.users-table{border-collapse:collapse;background:var(--surface);border:1px solid var(--border);border-radius:12px;width:100%;overflow:hidden}.users-table th{text-align:left;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--border);background:var(--bg);padding:12px 16px;font-size:12px;font-weight:600}.users-table td{border-bottom:1px solid var(--border);padding:12px 16px;font-size:14px}.user-cell{align-items:center;gap:10px;font-weight:500;display:flex}.user-avatar{object-fit:cover;border-radius:16px;width:32px;height:32px}.user-avatar-placeholder{background:var(--bg);border-radius:16px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex}.email-cell{color:var(--text-secondary)}.date-cell{color:var(--text-tertiary);font-size:13px}.badge-success{color:var(--success);background:#d1fae5}.btn-danger-sm{background:var(--danger);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600}.btn-outline{color:var(--text-secondary);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600}.btn-outline:hover{border-color:var(--text-secondary)}.back-link{color:var(--primary);cursor:pointer;background:0 0;border:none;margin-bottom:16px;padding:0;font-size:14px}.user-profile-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-bottom:24px;padding:24px}.user-profile-header{align-items:flex-start;gap:20px;display:flex}.profile-avatar{object-fit:cover;border-radius:32px;width:64px;height:64px}.profile-avatar-placeholder{background:var(--bg);border-radius:32px;justify-content:center;align-items:center;width:64px;height:64px;font-size:28px;display:flex}.profile-info{flex:1}.profile-info h1{margin-bottom:4px;font-size:20px;font-weight:700}.profile-email{color:var(--text-secondary);font-size:14px}.profile-bio{color:var(--text-secondary);margin-top:8px;font-size:14px}.profile-meta{color:var(--text-tertiary);align-items:center;gap:12px;margin-top:8px;font-size:13px;display:flex}.badge-admin{color:#4f46e5;background:#e0e7ff;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:600}.detail-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.detail-section{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px}.detail-section h2{color:var(--text-secondary);margin-bottom:12px;font-size:15px;font-weight:600}.detail-list{flex-direction:column;gap:8px;display:flex}.detail-item{background:var(--bg);cursor:pointer;border-radius:8px;padding:10px 12px;transition:background .15s}.detail-item:hover{background:var(--border)}.detail-item-text{margin-bottom:4px;font-size:14px;font-weight:500}.detail-item-meta{color:var(--text-tertiary);gap:8px;font-size:12px;display:flex}.badge-open{color:var(--success);background:#d1fae5}.badge-matched{color:var(--primary);background:#dbeafe}.badge-expired{color:var(--text-tertiary);background:#f3f4f6}.badge-cancelled{color:var(--danger);background:#fee2e2}.empty-text{color:var(--text-tertiary);font-size:14px}.post-card-admin{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-bottom:24px;padding:24px}.post-header-admin{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.post-user{cursor:pointer;align-items:center;gap:12px;display:flex}.post-user:hover strong{text-decoration:underline}.post-avatar{object-fit:cover;border-radius:20px;width:40px;height:40px}.post-avatar-placeholder{background:var(--bg);border-radius:20px;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.post-email{color:var(--text-tertiary);font-size:12px;display:block}.post-actions-admin{align-items:center;gap:8px;display:flex}.post-text-admin{margin-bottom:16px;font-size:18px;font-weight:500;line-height:1.5}.post-meta-admin{color:var(--text-tertiary);flex-wrap:wrap;gap:16px;font-size:13px;display:flex}.post-images-admin{gap:8px;margin-top:16px;display:flex}.post-image-thumb{object-fit:cover;border-radius:8px;width:120px;height:120px}.responses-section{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px}.responses-section h2{color:var(--text-secondary);margin-bottom:12px;font-size:15px;font-weight:600}.responses-list{flex-direction:column;gap:8px;display:flex}.response-item{background:var(--bg);cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:10px 12px;display:flex}.response-item:hover{background:var(--border)}.response-avatar{object-fit:cover;border-radius:16px;width:32px;height:32px}.response-avatar-placeholder{background:var(--border);border-radius:16px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex}.response-email{color:var(--text-tertiary);font-size:12px;display:block}.response-date{color:var(--text-tertiary);margin-left:auto;font-size:12px}
