*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000;min-height:100vh}#root{min-height:100vh;background:#000}.loading-screen{display:flex;justify-content:center;align-items:center;min-height:100vh;font-size:1.2rem;color:#fff}.error-message{background-color:#fee;color:#c33;padding:1rem;border-radius:8px;margin-bottom:1rem;border:1px solid #fcc}.loading{text-align:center;padding:2rem;color:#666}.home-container{min-height:100vh;display:flex;flex-direction:column;background:#000}.home-header{background:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px #0000001a}.home-header h1{font-size:1.8rem;color:#333}.header-buttons{display:flex;gap:1rem}.btn-matches{padding:.625rem 1.25rem;background:#fff;color:#333;border:2px solid #333;border-radius:25px;cursor:pointer;font-weight:600;transition:transform .2s}.btn-matches:hover{transform:scale(1.05)}.btn-logout{padding:.625rem 1.25rem;background:#fff;color:#333;border:2px solid #333;border-radius:25px;cursor:pointer;font-weight:600;transition:all .2s}.btn-logout:hover{background:#333;color:#fff}.home-content{flex:1;display:flex;justify-content:center;align-items:center;padding:2rem}.profile-incomplete{background:#fff;padding:3rem;border-radius:20px;text-align:center;max-width:500px;box-shadow:0 10px 40px #0000001a}.profile-incomplete h2{margin-bottom:1rem;color:#333}.profile-incomplete p{color:#666;margin-bottom:2rem}.admin-dashboard-shell{min-height:100vh;background:radial-gradient(circle at top right,rgba(255,255,255,.08),transparent 28rem),#000;color:#fff;display:grid;grid-template-columns:280px minmax(0,1fr);font-family:Spline Sans,sans-serif}.admin-sidebar{position:fixed;top:0;left:0;width:280px;height:100vh;display:flex;flex-direction:column;gap:28px;padding:24px;background:#0a0a0aeb;border-right:1px solid rgba(255,255,255,.1);box-shadow:18px 0 60px #00000059}.admin-stat-label,.admin-profile-email,.admin-dashboard-header p,.admin-eyebrow{color:#ffffff94}.admin-eyebrow,.admin-stat-label{font-size:12px}.admin-profile-card{display:grid;justify-items:center;gap:12px;padding:10px 0 4px;text-align:center}.admin-profile-avatar{width:74px;height:74px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.18);background:#ffffff14}.admin-profile-avatar-fallback{display:grid;place-items:center;color:#000;background:#fff;font-size:28px;font-weight:900}.admin-profile-email{width:100%;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-sidebar-nav{display:flex;flex-direction:column;gap:8px}.admin-nav-item,.admin-logout-button{width:100%;border:1px solid transparent;border-radius:14px;padding:12px 14px;background:transparent;color:#ffffffb8;display:flex;align-items:center;gap:10px;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.admin-nav-item:hover,.admin-logout-button:hover,.admin-nav-item-active{background:#ffffff1a;border-color:#ffffff24;color:#fff}.admin-sidebar-footer{margin-top:auto;display:grid;gap:12px}.admin-dashboard-main{min-width:0;grid-column:2;padding:28px}.admin-dashboard-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:22px}.admin-eyebrow{text-transform:uppercase;letter-spacing:.14em;font-weight:800;margin-bottom:8px}.admin-dashboard-header h1{margin:0;font-size:clamp(30px,4vw,48px);line-height:.98;letter-spacing:-.05em}.admin-dashboard-header p{max-width:620px;margin:12px 0 0;font-size:15px}.admin-header-status{flex-shrink:0;display:inline-flex;align-items:center;gap:9px;padding:10px 14px;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.14);color:#ffffffd1;font-size:13px;font-weight:800}.admin-live-dot{width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:0 0 0 5px #ffffff1f}.admin-live-dot-muted{background:#ffffff5c;box-shadow:none}.admin-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:24px}.admin-stat-card{min-height:104px;padding:18px;border-radius:20px;background:linear-gradient(145deg,#ffffff1c,#ffffff0b);border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;gap:14px}.admin-stat-card .material-symbols-outlined{width:42px;height:42px;border-radius:14px;background:#ffffff1f;display:grid;place-items:center}.admin-stat-value{font-size:28px;line-height:1;font-weight:900}@media (max-width: 980px){.admin-dashboard-shell{grid-template-columns:1fr}.admin-sidebar{position:static;width:auto;height:auto;padding:18px;border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}.admin-sidebar-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.admin-sidebar-footer{margin-top:0}.admin-dashboard-main{grid-column:auto;padding:18px}.admin-dashboard-header{flex-direction:column}.admin-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 560px){.admin-sidebar-nav,.admin-stats-grid{grid-template-columns:1fr}}.app{min-height:100vh;background:#000}
