:root{--pink: #ff6b9d;--purple: #b44dff;--blue: #4d9fff;--cyan: #00d4aa;--bg: #ffffff;--bg-light: #f5f3ff;--text: #1a1a2e;--text-muted: #6b6b8a;--border: rgba(0, 0, 0, .08)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:"M PLUS Rounded 1c",sans-serif;background:var(--bg-light);color:var(--text);min-height:100vh}.admin-layout{min-height:100vh;display:flex;flex-direction:column}.admin-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:var(--bg);border-bottom:1px solid var(--border);box-shadow:0 1px 8px #0000000a}.admin-header h1{font-size:1.2rem;font-weight:800;background:linear-gradient(135deg,var(--pink),var(--purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.admin-header-right{display:flex;align-items:center;gap:1rem}.admin-user{font-size:.85rem;color:var(--text-muted);font-weight:600}.logout-link{font-size:.8rem;color:var(--text-muted);text-decoration:none;font-weight:600}.logout-link:hover{color:var(--purple)}.admin-body{display:flex;flex:1}.admin-nav{width:200px;background:var(--bg);border-right:1px solid var(--border);padding:1rem 0;display:flex;flex-direction:column;gap:.25rem}.admin-nav button{padding:.7rem 1.5rem;border:none;background:none;font-family:inherit;font-size:.9rem;font-weight:600;color:var(--text-muted);cursor:pointer;text-align:left;transition:background .2s,color .2s}.admin-nav button:hover{background:var(--bg-light);color:var(--text)}.admin-nav button.active{color:var(--purple);background:var(--bg-light);border-right:3px solid var(--purple)}.admin-main{flex:1;padding:2rem}.dashboard h2,.users-page h2{font-size:1.3rem;font-weight:800;margin-bottom:1.5rem}.stat-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.stat-card{background:var(--bg);border:1px solid var(--border);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;gap:.3rem;box-shadow:0 2px 12px #0000000a}.stat-value{font-size:2rem;font-weight:800;background:linear-gradient(135deg,var(--pink),var(--purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.85rem;color:var(--text-muted);font-weight:600}.users-table{width:100%;border-collapse:collapse;background:var(--bg);border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #0000000a}.users-table th{padding:.8rem 1rem;text-align:left;font-size:.8rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--border)}.users-table td{padding:.8rem 1rem;font-size:.9rem;border-bottom:1px solid var(--border)}.users-table tr:last-child td{border-bottom:none}.users-table tr:hover td{background:var(--bg-light)}.user-avatar{width:24px;height:24px;border-radius:50%;vertical-align:middle;margin-right:.5rem}.delete-btn{padding:.3rem .8rem;border:1px solid #ffcdd2;border-radius:6px;background:#fff0f0;color:#d32f2f;font-family:inherit;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .2s}.delete-btn:hover{background:#ffcdd2}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem}.pagination button{padding:.5rem 1rem;border:1px solid var(--border);border-radius:8px;background:var(--bg);font-family:inherit;font-size:.85rem;font-weight:600;color:var(--text);cursor:pointer}.pagination button:disabled{opacity:.4;cursor:not-allowed}.pagination span{font-size:.85rem;color:var(--text-muted)}.loading{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1rem;color:var(--text-muted)}.error-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem;color:var(--text-muted)}.error-screen a{color:var(--purple);font-weight:600;text-decoration:none}
