*{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:#f5f5f5;color:#1a1a1a}:root{--primary-orange: #ff6b35;--secondary-orange: #ff8c42;--dark: #1a1a1a;--medium-dark: #2d2d2d;--light: #ffffff;--gray: #666;--light-gray: #f5f5f5;--border: #e0e0e0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f5f5f5}::-webkit-scrollbar-thumb{background:#ff6b35;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ff8c42}.btn-primary{background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #ff6b354d}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ff6b3566}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#fff;color:#1a1a1a;border:2px solid #e0e0e0;padding:10px 24px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s}.btn-secondary:hover{border-color:#ff6b35;color:#ff6b35}.spinner{border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.page-header{margin-bottom:24px}.page-header h1{font-size:28px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.page-header p{color:#666;font-size:15px;margin:0}.badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;white-space:nowrap}.badge-user{background:#e3f2fd;color:#1976d2}.badge-organisateur{background:#fff3e0;color:#f57c00}.badge-admin{background:#fce4ec;color:#c2185b}.badge-active{background:#e8f5e9;color:#388e3c}.badge-inactive{background:#f5f5f5;color:#666}.badge-suspended{background:#ffebee;color:#d32f2f}.badge-verified{background:#e8f5e9;color:#388e3c}.empty-state{text-align:center;padding:60px 20px}.empty-state svg{width:64px;height:64px;color:#ccc;margin-bottom:16px;stroke-width:1.5}.empty-state p{font-size:16px;color:#999}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:16px}.spinner-large{width:48px;height:48px;border:4px solid #f0f0f0;border-top-color:#ff6b35;border-radius:50%;animation:spin 1s linear infinite}
