:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:100%;min-height:100vh;width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.admin-panel{min-height:100vh;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:20px}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;color:#fff}.admin-header h1{margin:0;font-size:2em}.admin-actions{display:flex;align-items:center;gap:20px}.admin-actions span{font-size:.95em;opacity:.95}.logout-btn{padding:10px 20px;background:rgba(255,255,255,.2);color:#fff;border:2px solid white;border-radius:5px;cursor:pointer;font-weight:700;transition:all .3s}.logout-btn:hover{background:rgba(255,255,255,.3);transform:translateY(-2px)}.admin-controls{margin-bottom:20px;display:flex;gap:10px}.btn-primary{padding:12px 24px;background:#4CAF50;color:#fff;border:none;border-radius:5px;cursor:pointer;font-weight:700;transition:all .3s}.btn-primary:hover{background:#45a049;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn-primary:disabled{background:#ccc;cursor:not-allowed;transform:none}.new-user-form-card{background:white;padding:25px;border-radius:10px;margin-bottom:20px;box-shadow:0 4px 20px #0000001a}.new-user-form-card h3{margin-top:0;color:#333}.form-group{margin-bottom:15px}.form-group label{display:block;margin-bottom:5px;font-weight:700;color:#555}.form-group input{width:100%;padding:10px;border:1px solid #ddd;border-radius:5px;font-size:1em;box-sizing:border-box;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 5px #667eea4d}.form-actions{display:flex;gap:10px;margin-top:20px}.users-table-container{background:white;border-radius:10px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.users-table{width:100%;border-collapse:collapse}.users-table thead{background:#f5f5f5;border-bottom:2px solid #ddd}.users-table th{padding:15px;text-align:left;font-weight:700;color:#333}.users-table td{padding:15px;border-bottom:1px solid #eee}.users-table tbody tr:hover{background:#f9f9f9}.users-table tbody tr:last-child td{border-bottom:none}.admin-badge{padding:5px 12px;background:#e0e0e0;color:#666;border:1px solid #ccc;border-radius:20px;cursor:pointer;font-weight:700;transition:all .3s;font-size:.9em}.admin-badge.active{background:#4CAF50;color:#fff;border-color:#45a049}.admin-badge:hover{transform:scale(1.05)}.btn-delete{padding:8px 16px;background:#f44336;color:#fff;border:none;border-radius:5px;cursor:pointer;font-weight:700;transition:all .3s;font-size:.9em}.btn-delete:hover:not(:disabled){background:#da190b;transform:translateY(-2px);box-shadow:0 4px 12px #f443364d}.btn-delete:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.loading{background:white;padding:40px;border-radius:10px;text-align:center;color:#666;font-weight:700}.error-message{background:#f8d7da;color:#721c24;padding:12px 20px;border-radius:5px;margin-bottom:20px;border:1px solid #f5c6cb}@media (max-width: 768px){.admin-header{flex-direction:column;align-items:flex-start;gap:15px}.admin-header h1{font-size:1.5em}.users-table{font-size:.9em}.users-table th,.users-table td{padding:10px}}*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #22c55e;--color-primary-dark: #16a34a;--color-primary-light: #86efac;--color-text: #1f2937;--color-text-light: #6b7280;--color-border: #e5e7eb;--color-bg: #ffffff;--color-bg-light: #f9fafb;--color-error: #ef4444;--color-warning: #f59e0b;--color-success: #22c55e}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-color:var(--color-bg-light);color:var(--color-text)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{width:100%;min-height:100vh;display:flex}
