:root {
  --primary: #153d8a;
  --primary-dark: #002a43;
  --accent: #0063af;
  --accent-light: #2f7fc4;
  --cream: #f4e4d9;
  --green: #0a8a5c;
  --red: #c8102e;
  --bg: #f2f5f7;
  --card: #ffffff;
  --text: #002a43;
  --text-muted: #52708a;
  --border: rgba(0,99,175,0.18);
  --radius: 10px;
  --radius-sm: 8px;
  --radius-lg: 18px;
  --radius-pill: 999px;
  --sidebar-bg: linear-gradient(180deg, #153d8a 0%, #0d2b63 100%);
  --sidebar-text: rgba(255,255,255,0.75);
  --input-bg: #fafdff;
  --hover-bg: #eef4fa;
  --active-bg: #e5eff7;
  --shadow: 0 1px 2px rgba(0,42,67,0.05), 0 1px 3px rgba(0,42,67,0.06);
  --shadow-md: 0 4px 14px rgba(0,42,67,0.08), 0 1px 3px rgba(0,42,67,0.06);
  --shadow-lg: 0 16px 36px rgba(0,42,67,0.18), 0 2px 8px rgba(0,42,67,0.08);
}

body.dark {
  --primary: #0d2b63;
  --primary-dark: #071a3f;
  --accent: #3f96e0;
  --accent-light: #63aeed;
  --cream: #e9c9a8;
  --green: #2fb887;
  --red: #ef5164;
  --bg: #08152a;
  --card: #0f2140;
  --text: #e8eef5;
  --text-muted: #90a3bd;
  --border: #223a5e;
  --sidebar-bg: linear-gradient(180deg, #0a1d40 0%, #050f26 100%);
  --sidebar-text: rgba(226,232,240,0.65);
  --input-bg: #132747;
  --hover-bg: #132747;
  --active-bg: #16305a;
  --shadow: 0 1px 2px rgba(0,0,0,0.3);
  --shadow-md: 0 4px 14px rgba(0,0,0,0.35);
  --shadow-lg: 0 16px 40px rgba(0,0,0,0.5);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { height: 100%; }

body {
  font-family: 'Rubik', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bg);
  color: var(--text);
  display: flex;
  line-height: 1.45;
  transition: background 0.2s, color 0.2s;
  -webkit-font-smoothing: antialiased;
}

::selection { background: var(--accent); color: #fff; }

.sidebar {
  width: 268px;
  background: var(--sidebar-bg);
  color: white;
  display: flex;
  flex-direction: column;
  position: fixed;
  inset: 0;
  z-index: 50;
  transition: transform 0.25s ease;
  box-shadow: var(--shadow-lg);
}
.sidebar-header { padding: 1.6rem 1.25rem 1.25rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
.logo { display: flex; align-items: center; gap: 0.75rem; }
.logo-icon {
  width: 40px; height: 40px; background: var(--cream);
  color: var(--primary);
  border-radius: 12px; display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.85rem;
}
.logo-text { line-height: 1.25; }
.logo-title { display: block; font-weight: 700; font-size: 0.92rem; letter-spacing: 0.2px; }
.logo-sub { display: block; font-size: 0.68rem; opacity: 0.65; margin-top: 1px; }
.aphp-badge {
  font-size: 0.55rem; font-weight: 700; letter-spacing: 0.5px;
  background: var(--cream); color: var(--primary); padding: 2px 7px; border-radius: var(--radius-pill);
  margin-left: auto; line-height: 1.4;
}

.sidebar-nav { flex: 1; padding: 0.9rem 0.7rem; overflow-y: auto; }
.nav-item {
  display: flex; align-items: center; gap: 0.7rem;
  padding: 0.62rem 0.85rem;
  color: var(--sidebar-text); text-decoration: none;
  font-size: 0.82rem; font-weight: 500;
  cursor: pointer; border-radius: var(--radius-pill);
  transition: all 0.15s;
  margin-bottom: 0.2rem;
  letter-spacing: 0.15px;
}
.nav-item:hover { background: rgba(255,255,255,0.08); color: white; }
.nav-item.active { background: var(--cream); color: var(--primary); font-weight: 600; }
.nav-item.active .nav-badge { background: rgba(21,61,138,0.15); color: var(--primary); }
.nav-icon { font-size: 1.05rem; width: 20px; text-align: center; flex-shrink: 0; }
.nav-badge { margin-left: auto; background: rgba(255,255,255,0.16); padding: 0.1rem 0.5rem; border-radius: var(--radius-pill); font-size: 0.65rem; font-weight: 600; }

.sidebar-footer { padding: 0.9rem; border-top: 1px solid rgba(255,255,255,0.1); }
.admin-btn {
  display: flex; align-items: center; gap: 0.5rem; width: 100%;
  padding: 0.6rem 0.8rem; background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius-pill);
  color: rgba(255,255,255,0.8); font-size: 0.78rem; cursor: pointer; font-family: inherit;
  transition: all 0.15s; font-weight: 500;
}
.admin-btn:hover { background: rgba(255,255,255,0.12); color: white; }
.admin-btn.active { color: var(--primary); border-color: var(--cream); background: var(--cream); }
.sidebar-version { font-size: 0.6rem; color: rgba(255,255,255,0.4); text-align: center; display: block; margin-top: 0.6rem; }
.badge-status { font-size: 0.68rem; padding: 0.18rem 0.55rem; border-radius: var(--radius-pill); font-weight: 700; text-transform: uppercase; letter-spacing: 0.3px; }
.badge-status.pending { background: #fdecd2; color: #8a5a08; }
.badge-status.approved { background: #dcf3e8; color: #0a6b45; }
.badge-status.rejected { background: #fbdde1; color: #9c1128; }
body.dark .badge-status.pending { background: #453405; color: #f0b95c; }
body.dark .badge-status.approved { background: #08301f; color: #2fb887; }
body.dark .badge-status.rejected { background: #3a1414; color: #ef5164; }
.status-select { padding: 0.35rem 0.55rem; font-size: 0.75rem; border: 1px solid var(--border); border-radius: var(--radius-pill); background: var(--input-bg); color: var(--text); font-family: inherit; }

.main-wrapper { margin-left: 268px; flex: 1; display: flex; flex-direction: column; }

.topbar {
  background: var(--card); padding: 0.85rem 1.5rem;
  display: flex; align-items: center; gap: 1rem;
  border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 30;
  box-shadow: var(--shadow);
}
.hamburger { display: none; background: none; border: none; font-size: 1.3rem; cursor: pointer; color: var(--text); }
.topbar-actions { display: flex; align-items: center; gap: 0.6rem; margin-left: auto; }
.admin-badge {
  font-size: 0.62rem; background: var(--green); color: white;
  padding: 0.18rem 0.55rem; border-radius: var(--radius-pill); font-weight: 700; text-transform: uppercase; letter-spacing: 0.4px;
}
.admin-badge.hidden { display: none; }

main { flex: 1; padding: 1.75rem; }
.view { display: none; }
.view.active { display: block; }
.view-header { margin-bottom: 1.5rem; }
.view-header h2 { font-size: 1.4rem; font-weight: 700; color: var(--primary); letter-spacing: -0.2px; }
.view-header p { font-size: 0.85rem; color: var(--text-muted); margin-top: 0.2rem; }

.content-split { display: flex; gap: 1.5rem; align-items: flex-start; }
.panel { background: var(--card); border: 1px solid var(--border); box-shadow: var(--shadow-md); border-radius: var(--radius-lg); overflow: hidden; }
.panel-list { width: 330px; max-height: calc(100vh - 210px); overflow-y: auto; }
.panel-detail { flex: 1; }

.hospital-card {
  padding: 0.85rem 1.1rem; cursor: pointer; border-bottom: 1px solid var(--border);
  transition: background 0.12s;
}
.hospital-card:last-child { border-bottom: none; }
.hospital-card:hover { background: var(--hover-bg); }
.hospital-card.active { background: var(--active-bg); border-left: 4px solid var(--accent); padding-left: calc(1.1rem - 4px); }
.hospital-card h3 { font-size: 0.87rem; font-weight: 600; color: var(--text); margin-bottom: 0.25rem; }
.hospital-card .addr { font-size: 0.76rem; color: var(--text-muted); }
.hospital-card .phone { font-size: 0.72rem; color: var(--text-muted); margin-top: 0.15rem; }

.detail-header { padding: 1.5rem; background: var(--card); border-bottom: 1px solid var(--border); }
.detail-header h2 { font-size: 1.25rem; font-weight: 700; color: var(--primary); margin-bottom: 0.85rem; letter-spacing: -0.2px; }
.detail-info { margin-bottom: 1.1rem; }
.detail-info .info-line { font-size: 0.85rem; color: var(--text); display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.35rem; }
.detail-info .label { font-weight: 600; color: var(--text-muted); width: 70px; }
.detail-gps { display: flex; gap: 0.5rem; margin-bottom: 1rem; }
.detail-admin { display: flex; gap: 0.4rem; flex-wrap: wrap; }

.services-section { padding: 1.5rem; }
.site-group { margin-bottom: 1.1rem; }
.section-title {
  font-size: 0.72rem; font-weight: 700; color: var(--accent);
  margin-bottom: 0.6rem; padding-bottom: 0.35rem;
  border-bottom: 1px solid var(--border); text-transform: uppercase; letter-spacing: 0.6px;
}
.service-card {
  padding: 0.85rem 1.1rem; border: 1px solid var(--border);
  border-radius: var(--radius); margin-bottom: 0.5rem;
  background: var(--card); display: flex; justify-content: space-between; align-items: center;
  transition: box-shadow 0.15s, border-color 0.15s;
}
.service-card:hover { box-shadow: var(--shadow); border-color: var(--accent); }
.service-info h4 { font-size: 0.86rem; font-weight: 600; color: var(--text); display: flex; align-items: center; gap: 0.4rem; }
.service-info p { font-size: 0.8rem; color: var(--text-muted); margin-top: 0.2rem; }
.service-actions { display: flex; gap: 0.3rem; }
.service-actions button {
  background: var(--input-bg); border: 1px solid var(--border); border-radius: var(--radius-pill);
  padding: 0.28rem 0.55rem; cursor: pointer; font-size: 0.72rem; color: var(--text-muted);
  transition: all 0.12s;
}
.service-actions button:hover { background: var(--hover-bg); color: var(--accent); border-color: var(--accent); }

.badge-floor {
  background: var(--active-bg); color: var(--accent);
  font-size: 0.65rem; padding: 0.18rem 0.55rem; border-radius: var(--radius-pill);
  font-weight: 600; border: 1px solid var(--border);
}

/* ===== Buttons — pill-shaped, AP-HP style ===== */
.btn {
  padding: 0.6rem 1.4rem; border: 2px solid transparent; border-radius: var(--radius-pill);
  font-size: 0.8rem; font-weight: 600; cursor: pointer; font-family: inherit;
  display: inline-flex; align-items: center; gap: 0.4rem;
  transition: background 0.15s, color 0.15s, border-color 0.15s, transform 0.08s;
  letter-spacing: 0.1px;
}
.btn:active { transform: scale(0.96); }
.btn-primary { background: var(--cream); color: var(--primary); }
.btn-primary:hover { background: var(--accent); color: #fff; }
.btn-secondary { background: transparent; color: var(--accent); border-color: var(--accent); }
.btn-secondary:hover { background: var(--accent); color: #fff; }
.btn-outline { background: transparent; border-color: var(--border); color: var(--text); }
.btn-outline:hover { border-color: var(--accent); color: var(--accent); }
.btn-danger { background: transparent; color: var(--red); border-color: var(--red); }
.btn-danger:hover { background: var(--red); color: #fff; }
.btn-success { background: var(--green); color: white; }
.btn-success:hover { background: #086b47; }
.btn-sm { padding: 0.4rem 0.9rem; font-size: 0.74rem; }

.modal {
  position: fixed; inset: 0; background: rgba(0,20,40,0.55);
  display: flex; align-items: center; justify-content: center; z-index: 100;
  backdrop-filter: blur(2px);
}
.modal.hidden { display: none; }
.modal-panel {
  background: var(--card); border-radius: var(--radius-lg);
  width: 90%; max-width: 500px; box-shadow: var(--shadow-lg);
  animation: modalIn 0.15s ease-out;
}
@keyframes modalIn { from { opacity: 0; transform: translateY(8px) scale(0.98); } to { opacity: 1; transform: none; } }
.modal-header {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.1rem 1.4rem; border-bottom: 1px solid var(--border);
}
.modal-header h2 { font-size: 1rem; font-weight: 700; color: var(--primary); }
.modal-close { background: none; border: none; font-size: 1.3rem; cursor: pointer; color: var(--text-muted); line-height: 1; padding: 0.2rem 0.5rem; border-radius: var(--radius-pill); }
.modal-close:hover { background: var(--hover-bg); }
.modal-panel form { padding: 1.4rem; }
.form-group { margin-bottom: 0.85rem; }
.form-group label { display: block; font-size: 0.75rem; font-weight: 600; color: var(--text-muted); margin-bottom: 0.3rem; }
.form-group input, .form-group textarea {
  width: 100%; padding: 0.6rem 0.8rem; border: 1px solid var(--border);
  border-radius: var(--radius-sm); font-size: 0.87rem; outline: none;
  background: var(--input-bg); color: var(--text);
  transition: border-color 0.15s, box-shadow 0.15s; font-family: inherit;
}
.form-group input:focus, .form-group textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(0,99,175,0.14); }
.form-row { display: flex; gap: 0.6rem; }
.form-row .form-group { flex: 1; }
.form-actions { display: flex; gap: 0.5rem; justify-content: flex-end; margin-top: 1.1rem; padding-top: 1.1rem; border-top: 1px solid var(--border); }

.login-overlay {
  position: fixed; inset: 0; background: rgba(0,20,40,0.6);
  display: flex; align-items: center; justify-content: center; z-index: 200;
  backdrop-filter: blur(2px);
}
.login-overlay.hidden { display: none; }
.login-box {
  background: var(--card); border-radius: var(--radius-lg);
  padding: 2.2rem; width: 320px; text-align: center; box-shadow: var(--shadow-lg);
}
.login-box h2 { font-size: 1.1rem; margin-bottom: 1.1rem; color: var(--primary); font-weight: 700; }
.login-box input {
  width: 100%; padding: 0.65rem; border: 1px solid var(--border);
  border-radius: var(--radius-sm); margin-bottom: 0.6rem; text-align: center;
  background: var(--input-bg); color: var(--text); font-family: inherit;
}
.login-error { color: var(--red); font-size: 0.75rem; }
.login-error.hidden { display: none; }
.login-actions { display: flex; gap: 0.5rem; justify-content: center; margin-top: 0.8rem; }

.contact-success {
  background: #dcf3e8; color: #0a6b45; padding: 1rem 1.1rem;
  border-radius: var(--radius); margin-top: 1rem; font-size: 0.9rem; font-weight: 500;
}
body.dark .contact-success { background: #08301f; color: #2fb887; }
.contact-success.hidden { display: none; }

.inbox-list { max-width: 700px; }
.inbox-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 1.1rem; margin-bottom: 0.6rem;
  box-shadow: var(--shadow);
}
.inbox-card.unread { border-left: 4px solid var(--accent); background: var(--active-bg); }
.inbox-card h4 { font-size: 0.86rem; font-weight: 600; margin-bottom: 0.25rem; }
.inbox-card .inbox-meta { font-size: 0.75rem; color: var(--text-muted); display: flex; gap: 1rem; margin-bottom: 0.5rem; }
.inbox-card .inbox-body { font-size: 0.85rem; color: var(--text); white-space: pre-wrap; }
.inbox-card .inbox-actions { margin-top: 0.6rem; display: flex; gap: 0.5rem; }
.inbox-item {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 1.1rem; margin-bottom: 0.6rem;
  box-shadow: var(--shadow);
}

.hidden { display: none !important; }

.empty-detail { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 3.5rem 2rem; text-align: center; }
.empty-detail .empty-icon { font-size: 2.8rem; margin-bottom: 1rem; opacity: 0.5; }
.empty-detail h3 { font-size: 1rem; color: var(--text-muted); font-weight: 600; }
.empty-detail p { font-size: 0.8rem; color: var(--text-muted); margin-top: 0.3rem; }
.empty-state { text-align: center; padding: 1.75rem; color: var(--text-muted); font-size: 0.85rem; }

.quick-search { margin-bottom: 1.25rem; }
.quick-search input {
  width: 100%; padding: 0.9rem 1.3rem; border: 1px solid var(--border);
  border-radius: var(--radius-pill); font-size: 0.95rem; outline: none; font-family: inherit;
  background: var(--card); color: var(--text); box-shadow: var(--shadow);
  transition: border-color 0.15s, box-shadow 0.15s;
}
.quick-search input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(0,99,175,0.14); }
.quick-results .result-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 1rem 1.1rem; margin-bottom: 0.5rem; cursor: pointer;
  transition: box-shadow 0.15s, border-color 0.15s;
}
.quick-results .result-card:hover { box-shadow: var(--shadow-md); border-color: var(--accent); }
.result-card h4 { font-size: 0.9rem; font-weight: 600; color: var(--primary); }
.result-card p { font-size: 0.8rem; color: var(--text-muted); margin-top: 0.15rem; }

.about-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2.2rem; max-width: 560px; box-shadow: var(--shadow-md); }
.about-card .about-logo { font-size: 3rem; margin-bottom: 0.75rem; }
.about-card h3 { font-size: 1.35rem; font-weight: 700; margin-bottom: 0.5rem; letter-spacing: -0.2px; color: var(--primary); }
.about-card p { font-size: 0.87rem; color: var(--text-muted); margin-bottom: 0.5rem; }
.feature { display: flex; align-items: center; gap: 0.6rem; padding: 0.5rem 0; font-size: 0.87rem; }
.feature-icon { font-size: 1.15rem; }

.gg-links { display: flex; flex-direction: column; gap: 0.7rem; }
.gg-link {
  display: flex; align-items: center; gap: 0.85rem;
  padding: 1.05rem 1.3rem; background: var(--input-bg); border: 1px solid var(--border); border-radius: var(--radius);
  text-decoration: none; color: var(--text); font-weight: 600; font-size: 0.95rem;
  transition: background 0.15s, transform 0.12s, border-color 0.15s, color 0.15s;
}
.gg-link:hover { background: var(--accent); color: #fff; transform: translateX(4px); border-color: var(--accent); }
.gg-link:hover .gg-arrow { transform: translateX(2px); }
.gg-icon { font-size: 1.4rem; flex-shrink: 0; }
.gg-title { flex: 1; }
.gg-arrow { font-size: 1.1rem; transition: transform 0.15s; }

@media (max-width: 768px) {
  /* Sidebar pleine largeur avec animation */
  .sidebar { transform: translateX(-100%); width: 280px; transition: transform 0.25s ease; }
  .sidebar.open { transform: translateX(0); }
  .sidebar-overlay.open { display: block; }
  .main-wrapper { margin-left: 0; }

  /* Topbar compact */
  .topbar { padding: 0.55rem 0.85rem; }
  .hamburger { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; font-size: 1.2rem; }
  .topbar-actions { gap: 0.3rem; }

  /* Contenu */
  main { padding: 0.85rem; }
  .view-header { margin-bottom: 0.85rem; }
  .view-header h2 { font-size: 1.15rem; }

  /* Split → plein écran */
  .content-split { flex-direction: column; gap: 0; }
  .panel-list { width: 100%; max-height: none; }
  .panel-detail { width: 100%; }
  .panel { border-radius: var(--radius); }

  /* Quand un hôpital est sélectionné, on cache la liste et on affiche le détail en plein écran */
  .panel-list.has-selected { display: none; }
  .panel-detail.has-selected { display: block; }

  /* Bouton retour mobile */
  .mobile-back { display: flex !important; }

  /* Services - plus lisibles */
  .service-card { flex-direction: column; gap: 0.5rem; padding: 0.7rem 0.9rem; align-items: flex-start; }
  .service-actions { align-self: flex-end; }
  .badge-floor { font-size: 0.6rem; }

  /* Detail plus aéré */
  .detail-header { padding: 1.1rem; }
  .detail-header h2 { font-size: 1.05rem; }
  .services-section { padding: 0.85rem 1rem; }

  /* GPS boutons mieux espacés */
  .detail-gps { flex-wrap: wrap; }
  .detail-gps .btn { flex: 1; justify-content: center; min-width: 0; text-align: center; font-size: 0.7rem; padding: 0.45rem 0.5rem; }

  /* Cartes hôpital cliquables */
  .hospital-card { padding: 0.9rem 1.1rem; }
  .hospital-card h3 { font-size: 0.9rem; }

  /* Recherche rapide */
  .quick-search input { font-size: 0.9rem; padding: 0.7rem 1.1rem; }

  /* Modals */
  .modal-panel { max-width: 100%; margin: 0.5rem; max-height: 95vh; overflow-y: auto; }
  .form-row { flex-direction: column; gap: 0; }

  /* Inbox */
  .inbox-card .inbox-meta { flex-direction: column; gap: 0.2rem; }

  /* About */
  .about-card { padding: 1.4rem; }

  /* Menu hamburger dans la sidebar en mobile */
  .sidebar .close-sidebar { display: flex; }
}

/* Desktop: cacher le bouton back mobile */
.mobile-back { display: none !important; }
@media (max-width: 768px) {
  .mobile-back { display: flex !important; align-items: center; gap: 0.3rem;
    background: none; border: none; color: var(--accent); font-size: 0.85rem;
    cursor: pointer; padding: 0.4rem 0; font-family: inherit; font-weight: 600; margin-bottom: 0.5rem; }
}

/* Auth screen */
.auth-screen {
  position: fixed; inset: 0; z-index: 200;
  display: flex; align-items: center; justify-content: center;
  background: radial-gradient(circle at 18% 12%, #1e4c9e 0%, transparent 42%), linear-gradient(160deg, #153d8a 0%, #0d2b63 55%, #071a3f 100%);
  padding: 1rem;
}
.auth-screen.hidden { display: none; }
.app-root.hidden { display: none; }
.auth-box {
  background: var(--card); border-radius: var(--radius-lg); padding: 2.2rem;
  width: 100%; max-width: 420px; box-shadow: var(--shadow-lg);
}
.auth-logo { text-align: center; margin-bottom: 1.6rem; }
.auth-logo-icon {
  width: 58px; height: 58px; border-radius: 16px; background: var(--cream);
  color: var(--primary); display: inline-flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1.35rem; margin-bottom: 0.6rem;
}
.auth-logo h1 { font-size: 1.45rem; font-weight: 700; color: var(--primary); letter-spacing: -0.2px; }
.auth-sub { font-size: 0.8rem; color: var(--text-muted); margin-top: 0.15rem; }
.auth-tabs { display: flex; gap: 0.25rem; margin-bottom: 1.4rem; border-radius: var(--radius-pill); padding: 0.25rem; background: var(--input-bg); border: 1px solid var(--border); }
.auth-tab { flex: 1; padding: 0.55rem; border: none; background: transparent; border-radius: var(--radius-pill); cursor: pointer; font-size: 0.83rem; font-weight: 600; color: var(--text-muted); font-family: inherit; transition: 0.15s; }
.auth-tab.active { background: var(--primary); color: #fff; }
.auth-form .form-group { margin-bottom: 0.85rem; }
.auth-error { color: var(--red); font-size: 0.8rem; margin: 0.5rem 0; }
.auth-success { color: var(--green); font-size: 0.85rem; margin: 0.5rem 0; font-weight: 500; }
.auth-admin-link { text-align: center; margin-top: 0.85rem; font-size: 0.8rem; }
.auth-admin-link a { color: var(--text-muted); text-decoration: none; }
.auth-admin-link a:hover { color: var(--accent); }
