/* =========================================
   CLEAMGYM — SISTEMA VISUAL v3.0
   Fase 3: Vista de Reporte
   ========================================= */

/* =========================================
   TOKENS Y VARIABLES
   ========================================= */
:root {
  --bg:    #0a0a0a;
  --surf:  #111111;
  --surf2: #181818;
  --surf3: #202020;

  --border:      rgba(255, 255, 255, 0.07);
  --border-md:   rgba(255, 255, 255, 0.11);
  --border-gold: rgba(245, 197, 24, 0.22);

  --gold:       #F5C518;
  --gold-hover: #ffd740;
  --gold-dim:   rgba(245, 197, 24, 0.10);
  --gold-dim2:  rgba(245, 197, 24, 0.16);

  --text:       #edeae4;
  --text-soft:  #9a9895;
  --text-faint: #555452;

  --danger:      #e05252;
  --danger-dim:  rgba(224, 82, 82, 0.12);
  --success:     #4ec87a;
  --success-dim: rgba(78, 200, 122, 0.12);
  --info:        #5b8af5;
  --info-dim:    rgba(91, 138, 245, 0.12);

  --font: 'Satoshi', 'Segoe UI', sans-serif;
  --display-font: 'Satoshi', 'Segoe UI', sans-serif;
  --icon-weight: 400;
  --icon-fill: 0;

  --ts-xs:   0.75rem;
  --ts-sm:   0.875rem;
  --ts-base: 1rem;
  --ts-lg:   1.125rem;
  --ts-xl:   1.375rem;

  --r-sm:   8px;
  --r-md:   12px;
  --r-lg:   16px;
  --r-xl:   22px;
  --r-full: 999px;

  --card-pad-y: 18px;
  --card-pad-x: 20px;
  --surface-blur: 0px;
  --nav-bg: var(--surf);
  --control-scale: 1;
  --app-gap: 14px;
  --task-gap: 12px;
  --task-pad-y: 13px;
  --task-pad-x: 12px;
  --progress-h: 5px;
  --nav-radius: 0px;

  --sh-sm: 0 1px 3px rgba(0,0,0,0.30), 0 1px 2px rgba(0,0,0,0.20);
  --sh-md: 0 4px 16px rgba(0,0,0,0.40), 0 2px 6px rgba(0,0,0,0.30);
  --sh-lg: 0 12px 40px rgba(0,0,0,0.60), 0 4px 12px rgba(0,0,0,0.40);

  --t-fast:   140ms cubic-bezier(0.16, 1, 0.3, 1);
  --t-smooth: 220ms cubic-bezier(0.16, 1, 0.3, 1);
  --t-spring: 380ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-theme="light"] {
  --bg:    #f2f1ef;
  --surf:  #ffffff;
  --surf2: #f7f6f4;
  --surf3: #eeede9;

  --border:    rgba(0, 0, 0, 0.08);
  --border-md: rgba(0, 0, 0, 0.13);

  --text:       #1c1b18;
  --text-soft:  #7a7874;
  --text-faint: #b5b3af;

  --gold:       #c99a00;
  --gold-hover: #e6b000;
  --gold-dim:   rgba(201, 154, 0, 0.10);
  --gold-dim2:  rgba(201, 154, 0, 0.16);

  --sh-sm: 0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.05);
  --sh-md: 0 4px 16px rgba(0,0,0,0.10), 0 2px 6px rgba(0,0,0,0.07);
  --sh-lg: 0 12px 40px rgba(0,0,0,0.14), 0 4px 12px rgba(0,0,0,0.08);
}

[data-theme="clean"] {
  --bg:    #eef7f6;
  --surf:  #ffffff;
  --surf2: #f4fbfa;
  --surf3: #e4f1ef;

  --border:      rgba(18, 79, 84, 0.10);
  --border-md:   rgba(18, 79, 84, 0.17);
  --border-gold: rgba(16, 154, 145, 0.25);

  --gold:       #109a91;
  --gold-hover: #087d77;
  --gold-dim:   rgba(16, 154, 145, 0.10);
  --gold-dim2:  rgba(16, 154, 145, 0.17);

  --text:       #173032;
  --text-soft:  #5f7678;
  --text-faint: #9db0b1;

  --danger:      #c64b50;
  --success:     #1f9f62;
  --info:        #2d73d9;
  --font: 'Manrope', 'Segoe UI', sans-serif;
  --display-font: 'Manrope', 'Segoe UI', sans-serif;
  --icon-weight: 500;

  --r-md: 10px;
  --r-lg: 12px;
  --r-xl: 14px;
  --card-pad-y: 16px;
  --card-pad-x: 18px;
  --app-gap: 12px;
  --task-gap: 10px;
  --task-pad-y: 12px;
  --task-pad-x: 12px;
  --progress-h: 8px;
  --nav-bg: rgba(255, 255, 255, 0.96);
  --sh-sm: 0 1px 2px rgba(20, 80, 86, 0.08);
  --sh-md: 0 8px 22px rgba(20, 80, 86, 0.11);
  --sh-lg: 0 18px 42px rgba(20, 80, 86, 0.14);
  --theme-backdrop:
    linear-gradient(180deg, rgba(16,154,145,0.08), transparent 180px),
    repeating-linear-gradient(90deg, transparent 0 31px, rgba(16,154,145,0.025) 32px);
}

[data-theme="energy"] {
  --bg:    #10120d;
  --surf:  #171a12;
  --surf2: #202619;
  --surf3: #2b3320;

  --border:      rgba(220, 255, 186, 0.09);
  --border-md:   rgba(220, 255, 186, 0.16);
  --border-gold: rgba(214, 255, 74, 0.34);

  --gold:       #d6ff4a;
  --gold-hover: #f4ff7a;
  --gold-dim:   rgba(214, 255, 74, 0.10);
  --gold-dim2:  rgba(214, 255, 74, 0.18);

  --text:       #f1f5e8;
  --text-soft:  #aab59a;
  --text-faint: #6d765f;

  --danger:      #ff6b6b;
  --success:     #73e08a;
  --info:        #61a7ff;
  --font: 'Space Grotesk', 'Segoe UI', sans-serif;
  --display-font: 'Outfit', 'Segoe UI', sans-serif;
  --icon-weight: 700;
  --icon-fill: 1;

  --r-md: 14px;
  --r-lg: 18px;
  --r-xl: 24px;
  --card-pad-y: 20px;
  --card-pad-x: 20px;
  --control-scale: 1.02;
  --app-gap: 10px;
  --task-gap: 8px;
  --task-pad-y: 11px;
  --task-pad-x: 12px;
  --progress-h: 10px;
  --sh-sm: 0 2px 10px rgba(0,0,0,0.28);
  --sh-md: 0 8px 28px rgba(0,0,0,0.42);
  --sh-lg: 0 18px 52px rgba(0,0,0,0.56);
  --theme-backdrop:
    linear-gradient(135deg, rgba(214,255,74,0.10), transparent 36%),
    repeating-linear-gradient(135deg, rgba(214,255,74,0.035) 0 2px, transparent 2px 18px);
}

[data-theme="report"] {
  --bg:    #f4f0e8;
  --surf:  #fffcf6;
  --surf2: #f2eadc;
  --surf3: #e7ddcd;

  --border:      rgba(63, 47, 29, 0.12);
  --border-md:   rgba(63, 47, 29, 0.20);
  --border-gold: rgba(150, 95, 28, 0.32);

  --gold:       #965f1c;
  --gold-hover: #744711;
  --gold-dim:   rgba(150, 95, 28, 0.10);
  --gold-dim2:  rgba(150, 95, 28, 0.18);

  --text:       #2f281f;
  --text-soft:  #6f6356;
  --text-faint: #a89b8c;

  --danger:      #b94d47;
  --success:     #3d8b5b;
  --info:        #426fa7;
  --font: 'Manrope', 'Segoe UI', sans-serif;
  --display-font: 'Merriweather', Georgia, serif;
  --icon-weight: 400;

  --r-md: 6px;
  --r-lg: 8px;
  --r-xl: 10px;
  --card-pad-y: 16px;
  --card-pad-x: 18px;
  --app-gap: 16px;
  --task-gap: 10px;
  --task-pad-y: 10px;
  --task-pad-x: 10px;
  --progress-h: 4px;
  --nav-bg: #fffaf1;
  --sh-sm: 0 1px 0 rgba(63, 47, 29, 0.12);
  --sh-md: 0 8px 18px rgba(63, 47, 29, 0.10);
  --sh-lg: 0 20px 40px rgba(63, 47, 29, 0.14);
  --theme-backdrop:
    linear-gradient(180deg, rgba(150,95,28,0.08), transparent 220px),
    repeating-linear-gradient(0deg, transparent 0 27px, rgba(63,47,29,0.035) 28px);
}

/* =========================================
   RESET Y BASE
   ========================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
  min-height: 100dvh;
  display: flex;
  justify-content: center;
  transition: background var(--t-smooth), color var(--t-smooth);
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  overscroll-behavior-y: none;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background: var(--theme-backdrop, transparent);
}

.material-symbols-outlined {
  font-variation-settings: 'FILL' var(--icon-fill), 'wght' var(--icon-weight), 'GRAD' 0, 'opsz' 24;
}

input, textarea { -webkit-user-select: auto; user-select: auto; }
button, a, .day-chip, .task-item, .acc-header { -webkit-tap-highlight-color: transparent; }
button, input, textarea, select { font-family: inherit; color: inherit; }

/* =========================================
   CONTENEDOR Y TOPBAR
   ========================================= */
.app {
  width: 100%;
  max-width: 480px;
  padding: 16px;
  padding-top: env(safe-area-inset-top, 16px);
  padding-bottom: 96px;
  display: flex;
  flex-direction: column;
  gap: var(--app-gap, 14px);
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  background: var(--surf);
  border-radius: var(--r-xl);
  border: 1px solid var(--border);
  box-shadow: var(--sh-sm);
  gap: 12px;
}

.topbar h1 {
  font-family: var(--display-font);
  font-size: var(--ts-base);
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.01em;
}

.topbar h1 span { color: var(--gold); }

.sync-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
  padding: 4px 8px;
  border-radius: var(--r-full);
  background: var(--surf2);
  border: 1px solid var(--border);
  color: var(--text-soft);
  font-size: 10px;
  line-height: 1;
}

.sync-badge.syncing .material-symbols-outlined {
  animation: spin 0.9s linear infinite;
}

.sync-badge.local,
.sync-badge.offline {
  color: var(--info);
  border-color: rgba(91, 138, 245, 0.22);
  background: var(--info-dim);
}

.sync-badge.synced {
  color: var(--success);
  border-color: rgba(78, 200, 122, 0.22);
  background: var(--success-dim);
}

/* =========================================
   CARDS
   ========================================= */
.card {
  background: var(--surf);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: var(--card-pad-y) var(--card-pad-x);
  box-shadow: var(--sh-sm);
}

.card-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: var(--ts-xs);
  font-weight: 700;
  color: var(--text-soft);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}

.card-title .material-symbols-outlined {
  font-size: 16px;
  color: var(--gold);
  opacity: 0.85;
}

/* =========================================
   BOTONES
   ========================================= */
.btn-primary {
  background: var(--gold);
  color: #000;
  font-weight: 700;
  font-size: var(--ts-sm);
  border: none;
  padding: 13px 18px;
  border-radius: var(--r-lg);
  cursor: pointer;
  width: 100%;
  transition: background var(--t-fast), transform var(--t-fast), box-shadow var(--t-fast);
  box-shadow: 0 2px 8px rgba(245, 197, 24, 0.22);
  letter-spacing: 0.01em;
  min-height: calc(44px * var(--control-scale));
}

.btn-primary:hover  { background: var(--gold-hover); }
.btn-primary:active { transform: scale(0.96); box-shadow: none; }

.btn-secondary {
  background: var(--surf2);
  border: 1px solid var(--border-md);
  color: var(--text);
  font-size: var(--ts-sm);
  padding: 11px 16px;
  border-radius: var(--r-md);
  font-weight: 600;
  cursor: pointer;
  transition: background var(--t-fast), border-color var(--t-fast), transform var(--t-fast);
  min-height: calc(42px * var(--control-scale));
}

.btn-secondary:hover  { background: var(--surf3); }
.btn-secondary:active { transform: scale(0.97); }

.btn-icon {
  width: 38px; height: 38px; min-width: 38px;
  display: flex; align-items: center; justify-content: center;
  background: var(--surf2);
  border: 1px solid var(--border-md);
  border-radius: var(--r-md);
  cursor: pointer;
  color: var(--text-soft);
  transition: background var(--t-fast), color var(--t-fast), transform var(--t-fast);
}

.btn-icon:hover  { background: var(--surf3); color: var(--text); }
.btn-icon:active { transform: scale(0.92); }

.btn-danger { color: var(--danger) !important; border-color: rgba(224,82,82,0.25) !important; }
.btn-danger:hover { background: var(--danger-dim) !important; }

.btn-with-icon { display: flex; align-items: center; justify-content: center; gap: 7px; }

/* Botón con estado de carga */
.btn-loading {
  position: relative;
  pointer-events: none;
  opacity: 0.75;
}

.btn-loading .btn-label { opacity: 0; }

.btn-loading::after {
  content: '';
  position: absolute;
  width: 16px; height: 16px;
  border: 2px solid rgba(0,0,0,0.25);
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}

@keyframes spin { to { transform: rotate(360deg); } }

/* =========================================
   INPUTS
   ========================================= */
.input-base {
  width: 100%;
  padding: 12px 15px;
  background: var(--surf2);
  border: 1px solid var(--border-md);
  border-radius: var(--r-md);
  outline: none;
  font-size: var(--ts-base);
  color: var(--text);
  transition: border-color var(--t-fast), background var(--t-fast), box-shadow var(--t-fast);
  min-height: calc(44px * var(--control-scale));
}

.input-base::placeholder { color: var(--text-faint); }

.input-base:focus {
  border-color: var(--gold);
  background: var(--surf);
  box-shadow: 0 0 0 3px var(--gold-dim2);
}

label {
  display: block;
  font-size: var(--ts-xs);
  font-weight: 600;
  color: var(--text-soft);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

/* =========================================
   NAVEGACIÓN INFERIOR
   ========================================= */
.bottom-nav {
  position: fixed;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 100%; max-width: 480px;
  background: var(--nav-bg);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 8px 4px;
  padding-bottom: env(safe-area-inset-bottom, 12px);
  border-top: 1px solid var(--border);
  z-index: 1000;
}

.nav-item {
  display: flex; flex-direction: column; align-items: center;
  text-decoration: none;
  color: var(--text-faint);
  gap: 3px; flex: 1; cursor: pointer; padding: 4px 0;
  -webkit-tap-highlight-color: transparent;
  transition: color var(--t-fast);
}

.nav-icon-container {
  width: 52px; height: 30px;
  display: flex; align-items: center; justify-content: center;
  border-radius: var(--r-full);
  transition: background var(--t-smooth), color var(--t-smooth);
}

.nav-item .material-symbols-outlined {
  font-size: 22px;
  font-variation-settings: 'FILL' 0;
  transition: font-variation-settings var(--t-smooth);
}

.nav-label { font-size: 11px; font-weight: 600; letter-spacing: 0.02em; }
.nav-item.active { color: var(--text); }
.nav-item.active .nav-icon-container { background: var(--gold-dim2); color: var(--gold); }
.nav-item.active .material-symbols-outlined { font-variation-settings: 'FILL' 1; color: var(--gold); }
.nav-item.active .nav-label { color: var(--gold); }

/* =========================================
   PIN Y TECLADO
   ========================================= */
.pin-grid {
  font-size: 28px; letter-spacing: 14px; text-align: center;
  color: var(--gold); height: 44px; margin-bottom: 28px;
  display: flex; align-items: center; justify-content: center;
}

.keypad {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 10px; width: 100%; max-width: 290px; margin: 0 auto;
}

.keypad button {
  padding: 16px; font-size: 20px; font-weight: 700;
  border-radius: var(--r-lg);
  background: var(--surf2); border: 1px solid var(--border-md);
  cursor: pointer; color: var(--text);
  transition: background var(--t-fast), transform var(--t-fast), color var(--t-fast);
}

.keypad button:hover  { background: var(--surf3); }
.keypad button:active { background: var(--gold); color: #000; transform: scale(0.93); }

/* =========================================
   MODALES — BOTTOM SHEET
   ========================================= */
.modal-clone, #reportModal {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.72);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 1000; display: none;
  align-items: flex-end; justify-content: center;
}

.modal-content {
  background: var(--surf);
  border: 1px solid var(--border-md);
  border-radius: var(--r-xl) var(--r-xl) 0 0;
  padding: 8px 22px 24px;
  width: 100%; max-width: 480px;
  position: absolute; bottom: 0;
  animation: slideUp var(--t-smooth) forwards;
}

.modal-content::before {
  content: '';
  display: block;
  width: 36px; height: 4px;
  background: var(--border-md);
  border-radius: var(--r-full);
  margin: 12px auto 20px;
}

@keyframes slideUp {
  from { transform: translateY(100%); opacity: 0.5; }
  to   { transform: translateY(0);    opacity: 1;   }
}

/* =========================================
   TOASTS
   ========================================= */
#toast-container {
  position: fixed;
  top: env(safe-area-inset-top, 16px);
  left: 50%; transform: translateX(-50%);
  width: calc(100% - 32px); max-width: 420px;
  display: flex; flex-direction: column; gap: 8px;
  z-index: 9999; pointer-events: none;
}

.in-app-toast {
  background: var(--surf2); color: var(--text);
  border: 1px solid var(--border-md);
  padding: 12px 16px; border-radius: var(--r-lg);
  box-shadow: var(--sh-md);
  font-size: var(--ts-sm); font-weight: 600;
  display: flex; align-items: center; gap: 10px;
  opacity: 0; transform: translateY(-10px) scale(0.97);
  transition: opacity var(--t-spring), transform var(--t-spring);
  pointer-events: all;
}

.in-app-toast .material-symbols-outlined { font-size: 18px; flex-shrink: 0; }
.in-app-toast.show { opacity: 1; transform: translateY(0) scale(1); }
.in-app-toast.success .material-symbols-outlined { color: var(--success); }
.in-app-toast.error   .material-symbols-outlined { color: var(--danger);  }
.in-app-toast.info    .material-symbols-outlined { color: var(--info);    }

/* =========================================
   SPA
   ========================================= */
.view { display: none; }
.view.active {
  display: block;
  animation: fadeView 200ms cubic-bezier(0.16,1,0.3,1) forwards;
}

@keyframes fadeView {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0);   }
}

/* =========================================
   TAREAS — day chips, progress, items, turnos
   (de fase 2, sin cambios)
   ========================================= */
.day-scroll { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
.day-scroll::-webkit-scrollbar { display: none; }

.day-chip {
  padding: 7px 14px;
  background: var(--surf2); border: 1px solid var(--border-md);
  border-radius: var(--r-full);
  font-size: var(--ts-xs); font-weight: 700; color: var(--text-soft);
  white-space: nowrap; cursor: pointer;
  display: flex; align-items: center; gap: 5px;
  letter-spacing: 0.03em; text-transform: uppercase;
  transition: background var(--t-fast), border-color var(--t-fast), color var(--t-fast), transform var(--t-fast);
}
.day-chip:active { transform: scale(0.95); }
.day-chip.active { background: var(--gold-dim2); border-color: var(--gold); color: var(--gold); }
.day-chip.done   { background: var(--success-dim); border-color: rgba(78,200,122,0.35); color: var(--success); }
.day-chip .material-symbols-outlined { font-size: 13px; font-variation-settings: 'FILL' 1; }

.progress-header { display: flex; justify-content: space-between; align-items: center; margin-top: 14px; margin-bottom: 6px; }
.progress-label  { font-size: var(--ts-xs); font-weight: 600; color: var(--text-soft); text-transform: uppercase; letter-spacing: 0.04em; }
.progress-count  { font-size: var(--ts-xs); font-weight: 700; color: var(--text-soft); }
.progress-count span { color: var(--gold); }
.progress-bar  { height: var(--progress-h); background: var(--surf3); border-radius: var(--r-full); overflow: hidden; }
.progress-fill { height: 100%; background: linear-gradient(90deg, var(--gold), var(--gold-hover)); border-radius: var(--r-full); width: 0%; transition: width 0.5s cubic-bezier(0.175,0.885,0.32,1.275); }
.progress-fill.complete { background: linear-gradient(90deg, var(--success), #6ee89a); }

.task-item {
  display: flex; align-items: center; gap: var(--task-gap);
  padding: var(--task-pad-y) var(--task-pad-x);
  background: var(--surf2); border: 1px solid var(--border);
  border-radius: var(--r-lg); margin-bottom: 6px; cursor: pointer;
  transition: background var(--t-fast), border-color var(--t-fast), transform var(--t-fast), opacity var(--t-fast);
  user-select: none; -webkit-tap-highlight-color: transparent;
}
.task-item:active { transform: scale(0.985); }
.task-item:hover  { background: var(--surf3); border-color: var(--border-md); }
.task-item.done   { background: var(--surf); border-color: var(--border); opacity: 0.72; }
.task-item.done .task-text { text-decoration: line-through; color: var(--text-soft); }

.task-cb { width: 22px; height: 22px; border: 2px solid var(--border-md); border-radius: 7px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background var(--t-fast), border-color var(--t-fast); }
.task-item.done .task-cb { background: var(--gold); border-color: var(--gold); color: #000; }
.task-icon { display: flex; align-items: center; justify-content: center; color: var(--text-faint); flex-shrink: 0; }
.task-text { flex: 1; font-size: var(--ts-sm); color: var(--text); line-height: 1.4; }
.task-del  { color: var(--text-faint); background: none; border: none; padding: 4px; cursor: pointer; display: flex; align-items: center; border-radius: var(--r-sm); transition: color var(--t-fast), background var(--t-fast); flex-shrink: 0; }
.task-del:hover, .task-del:active { color: var(--danger); background: var(--danger-dim); }

.empty-state { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 28px 16px; gap: 8px; }
.empty-state .material-symbols-outlined { font-size: 36px; color: var(--text-faint); font-variation-settings: 'FILL' 0; }
.empty-state p { font-size: var(--ts-sm); color: var(--text-soft); max-width: 28ch; line-height: 1.5; }

.shift-item { display: flex; justify-content: space-between; align-items: center; background: var(--surf2); padding: 11px 14px; border-radius: var(--r-md); border: 1px solid var(--border); font-size: var(--ts-sm); margin-bottom: 6px; transition: background var(--t-fast); }
.shift-item:last-child { margin-bottom: 0; }
.shift-times { display: flex; align-items: center; gap: 10px; }
.shift-badge { display: flex; align-items: center; gap: 4px; font-size: var(--ts-xs); font-weight: 700; letter-spacing: 0.04em; }
.shift-badge.entry { color: var(--success); }
.shift-badge.exit  { color: var(--danger);  }
.shift-badge .material-symbols-outlined { font-size: 14px; }
.shift-sep { color: var(--text-faint); font-size: var(--ts-xs); }
.shift-del { color: var(--text-faint); background: none; border: none; padding: 4px; cursor: pointer; display: flex; align-items: center; border-radius: var(--r-sm); transition: color var(--t-fast), background var(--t-fast); }
.shift-del:hover, .shift-del:active { color: var(--danger); background: var(--danger-dim); }

.sunday-msg { text-align: center; padding: 32px 20px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.sunday-msg .material-symbols-outlined { font-size: 48px; color: var(--gold); font-variation-settings: 'FILL' 1; }
.sunday-msg h2 { font-size: var(--ts-lg); color: var(--gold); font-weight: 700; }
.sunday-msg p  { color: var(--text-soft); font-size: var(--ts-sm); max-width: 30ch; line-height: 1.5; }

.day-selector-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 16px 0; }
.day-opt { padding: 11px; border: 1px solid var(--border-md); border-radius: var(--r-md); text-align: center; font-size: var(--ts-xs); font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; cursor: pointer; color: var(--text-soft); background: var(--surf2); transition: background var(--t-fast), border-color var(--t-fast), color var(--t-fast), transform var(--t-fast); }
.day-opt:active { transform: scale(0.96); }
.day-opt.selected { background: var(--gold-dim2); border-color: var(--gold); color: var(--gold); }
.day-opt.disabled { opacity: 0.28; cursor: not-allowed; pointer-events: none; }

/* =========================================
   FASE 3 — REPORTE: SELECTOR DE HORAS
   ========================================= */
.time-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 16px;
}

.time-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.time-field label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: var(--ts-xs);
  font-weight: 700;
  color: var(--text-soft);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.time-field label .material-symbols-outlined {
  font-size: 14px;
}

.time-field label.entry-label { color: var(--success); }
.time-field label.exit-label  { color: var(--danger);  }

.time-field input[type="time"] {
  width: 100%;
  padding: 11px 13px;
  background: var(--surf2);
  border: 1px solid var(--border-md);
  border-radius: var(--r-md);
  outline: none;
  font-size: var(--ts-base);
  font-weight: 700;
  color: var(--text);
  transition: border-color var(--t-fast), box-shadow var(--t-fast), background var(--t-fast);
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.time-field input[type="time"]:focus {
  border-color: var(--gold);
  background: var(--surf);
  box-shadow: 0 0 0 3px var(--gold-dim2);
}

.time-field.entry input[type="time"]:focus { border-color: var(--success); box-shadow: 0 0 0 3px rgba(78,200,122,0.14); }
.time-field.exit  input[type="time"]:focus { border-color: var(--danger);  box-shadow: 0 0 0 3px rgba(224,82,82,0.12);  }

/* =========================================
   FASE 3 — REPORTE: ACORDEONES DE ZONAS
   ========================================= */
.acc-item {
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  margin-bottom: 8px;
  background: var(--surf2);
  overflow: hidden;
  transition: border-color var(--t-fast), box-shadow var(--t-fast);
}

.acc-item:last-child { margin-bottom: 0; }

.acc-item.open {
  border-color: var(--border-md);
  box-shadow: var(--sh-sm);
}

.acc-header {
  padding: 13px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  font-size: var(--ts-sm);
  color: var(--text);
  gap: 10px;
  transition: background var(--t-fast);
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.acc-header:active { background: var(--surf3); }

.acc-header-left {
  display: flex;
  align-items: center;
  gap: 9px;
  flex: 1;
  min-width: 0;
}

.acc-zone-icon {
  width: 28px; height: 28px;
  background: var(--surf3);
  border-radius: var(--r-sm);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: background var(--t-fast);
}

.acc-zone-icon .material-symbols-outlined {
  font-size: 15px;
  color: var(--text-soft);
}

.acc-item.open .acc-zone-icon {
  background: var(--gold-dim);
}

.acc-item.open .acc-zone-icon .material-symbols-outlined {
  color: var(--gold);
}

.acc-zone-name {
  font-size: var(--ts-sm);
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.acc-header-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.acc-badge {
  background: var(--surf3);
  color: var(--text-soft);
  padding: 2px 8px;
  border-radius: var(--r-full);
  font-size: var(--ts-xs);
  font-weight: 700;
  min-width: 22px;
  text-align: center;
  transition: background var(--t-fast), color var(--t-fast);
}

/* Badge dorado cuando hay acciones completadas */
.acc-badge.has-done {
  background: var(--gold-dim2);
  color: var(--gold);
}

.acc-chevron {
  font-size: 18px;
  color: var(--text-faint);
  transition: transform var(--t-smooth), color var(--t-smooth);
  font-variation-settings: 'FILL' 0;
}

.acc-item.open .acc-chevron {
  transform: rotate(180deg);
  color: var(--text-soft);
}

/* Separador cuando está abierto */
.acc-item.open .acc-header {
  border-bottom: 1px solid var(--border);
}

.acc-body {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              padding 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.acc-item.open .acc-body {
  max-height: 2000px;
  padding: 12px 14px 14px;
}

/* =========================================
   FASE 3 — REPORTE: ACCIONES DENTRO DE ZONA
   ========================================= */
.rep-action {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: var(--r-md);
  margin-bottom: 4px;
  transition: background var(--t-fast);
  cursor: pointer;
}

.rep-action:last-child { margin-bottom: 0; }
.rep-action:hover { background: var(--surf3); }

.rep-action input[type="checkbox"] {
  width: 17px; height: 17px;
  accent-color: var(--gold);
  cursor: pointer;
  flex-shrink: 0;
  border-radius: 4px;
}

.rep-action-text {
  flex: 1;
  font-size: var(--ts-sm);
  color: var(--text);
  line-height: 1.35;
  transition: color var(--t-fast), text-decoration var(--t-fast);
}

.rep-action.checked .rep-action-text {
  color: var(--text-soft);
  text-decoration: line-through;
}

.del-btn {
  color: var(--text-faint);
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 3px;
  border-radius: var(--r-sm);
  transition: color var(--t-fast), background var(--t-fast);
  flex-shrink: 0;
}

.del-btn:hover { color: var(--danger); background: var(--danger-dim); }

.del-btn .material-symbols-outlined { font-size: 16px; }

/* Formulario para agregar acción */
.acc-add-row {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--border);
}

.acc-add-row input {
  flex: 1;
  padding: 9px 12px;
  background: var(--surf);
  border: 1px solid var(--border-md);
  border-radius: var(--r-md);
  outline: none;
  font-size: var(--ts-sm);
  color: var(--text);
  transition: border-color var(--t-fast), box-shadow var(--t-fast);
}

.acc-add-row input::placeholder { color: var(--text-faint); }
.acc-add-row input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-dim2); }

.acc-add-btn {
  width: 36px; height: 36px;
  background: var(--gold-dim);
  border: 1px solid var(--border-gold);
  border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  color: var(--gold);
  flex-shrink: 0;
  transition: background var(--t-fast), transform var(--t-fast);
}

.acc-add-btn:hover  { background: var(--gold-dim2); }
.acc-add-btn:active { transform: scale(0.92); }
.acc-add-btn .material-symbols-outlined { font-size: 18px; }

/* =========================================
   FASE 3 — REPORTE: MODAL DE VISTA PREVIA
   ========================================= */
.modal-preview {
  background: var(--surf);
  border: 1px solid var(--border-md);
  border-radius: var(--r-xl) var(--r-xl) 0 0;
  padding: 8px 20px 24px;
  width: 100%; max-width: 480px;
  max-height: 88vh;
  display: flex; flex-direction: column;
  position: absolute; bottom: 0;
  animation: slideUp var(--t-smooth) forwards;
}

.modal-preview::before {
  content: '';
  display: block;
  width: 36px; height: 4px;
  background: var(--border-md);
  border-radius: var(--r-full);
  margin: 12px auto 16px;
}

.modal-preview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}

.modal-preview-header h3 {
  font-size: var(--ts-base);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}

.modal-preview-header h3 .material-symbols-outlined {
  font-size: 18px;
  color: var(--gold);
}

.preview-meta {
  font-size: var(--ts-xs);
  color: var(--text-soft);
}

.modal-preview textarea {
  flex: 1;
  min-height: 220px;
  padding: 14px;
  background: var(--surf2);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  outline: none;
  font-family: 'Courier New', monospace;
  font-size: 12px;
  line-height: 1.65;
  color: var(--text);
  resize: none;
  margin-bottom: 14px;
  transition: border-color var(--t-fast);
  -webkit-user-select: text;
  user-select: text;
}

.modal-preview textarea:focus {
  border-color: var(--border-md);
}

.modal-preview-actions {
  display: flex;
  gap: 8px;
}

.btn-whatsapp {
  flex: 2;
  background: #25D366;
  color: #fff;
  border: none;
  padding: 13px 16px;
  border-radius: var(--r-lg);
  font-size: var(--ts-sm);
  font-weight: 700;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 7px;
  transition: background var(--t-fast), transform var(--t-fast);
}

.btn-whatsapp:hover  { background: #1ebe57; }
.btn-whatsapp:active { transform: scale(0.96); }

.btn-copy {
  flex: 1;
  background: var(--surf2);
  color: var(--text);
  border: 1px solid var(--border-md);
  padding: 13px 16px;
  border-radius: var(--r-lg);
  font-size: var(--ts-sm);
  font-weight: 700;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 7px;
  transition: background var(--t-fast), transform var(--t-fast);
}

.btn-copy:hover  { background: var(--surf3); }
.btn-copy:active { transform: scale(0.96); }

.btn-close-modal {
  background: none;
  border: none;
  color: var(--text-soft);
  cursor: pointer;
  padding: 4px;
  display: flex; align-items: center;
  border-radius: var(--r-sm);
  transition: color var(--t-fast), background var(--t-fast);
}

.btn-close-modal:hover { color: var(--text); background: var(--surf2); }

/* =========================================
   ADMIN
   ========================================= */
.user-row { display: flex; align-items: center; gap: 12px; padding: 12px; background: var(--surf2); border: 1px solid var(--border); border-radius: var(--r-lg); margin-bottom: 8px; }
.avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--gold); color: #000; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 18px; flex-shrink: 0; }
.role-badge { font-size: 10px; background: var(--surf); border: 1px solid var(--border); padding: 4px 8px; border-radius: 8px; margin-top: 4px; display: inline-flex; align-items: center; gap: 4px; }

/* =========================================
   TEMAS DE TRABAJO
   ========================================= */
.theme-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.theme-option {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  background: var(--surf2);
  border: 1px solid var(--border-md);
  border-radius: var(--r-md);
  color: var(--text);
  font-size: var(--ts-sm);
  font-weight: 700;
  cursor: pointer;
  transition: background var(--t-fast), border-color var(--t-fast), transform var(--t-fast), box-shadow var(--t-fast);
}

.theme-option > span:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.1;
  min-width: 0;
}

.theme-option small {
  margin-top: 3px;
  color: var(--text-soft);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.theme-option:active { transform: scale(0.97); }
.theme-option.active {
  border-color: var(--gold);
  background: var(--gold-dim2);
  box-shadow: inset 0 0 0 1px var(--border-gold);
}

.theme-swatch {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--surf);
  box-shadow: 0 0 0 1px var(--border-md);
}

.theme-splash {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.theme-splash.show {
  opacity: 1;
  visibility: visible;
}

.theme-splash-panel {
  width: min(360px, 100%);
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  background: var(--surf);
  border: 1px solid var(--border-md);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-lg);
  transform: translateY(8px) scale(0.98);
  transition: transform 260ms var(--t-spring);
}

.theme-splash.show .theme-splash-panel {
  transform: translateY(0) scale(1);
}

.theme-splash-mark {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gold-dim2);
  color: var(--gold);
  border: 1px solid var(--border-gold);
  border-radius: var(--r-lg);
  flex-shrink: 0;
}

.theme-splash-mark .material-symbols-outlined {
  font-size: 30px;
}

.theme-splash-title {
  font-family: var(--display-font);
  font-size: 18px;
  font-weight: 800;
  color: var(--text);
}

.theme-splash-copy {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-soft);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.swatch-dark { background: linear-gradient(135deg, #0a0a0a 0 52%, #f5c518 52%); }
.swatch-clean { background: linear-gradient(135deg, #ffffff 0 52%, #109a91 52%); }
.swatch-energy { background: linear-gradient(135deg, #171a12 0 52%, #d6ff4a 52%); }
.swatch-report { background: linear-gradient(135deg, #fffcf6 0 52%, #965f1c 52%); }

[data-theme="clean"] .topbar,
[data-theme="clean"] .bottom-nav {
  border-color: rgba(16, 154, 145, 0.16);
}

[data-theme="clean"] .card-title {
  color: #407174;
}

[data-theme="clean"] .task-item,
[data-theme="clean"] .shift-item,
[data-theme="clean"] .acc-item {
  background: #ffffff;
}

[data-theme="energy"] .topbar,
[data-theme="energy"] .bottom-nav {
  border-color: rgba(214, 255, 74, 0.20);
}

[data-theme="energy"] .card {
  border-color: rgba(214, 255, 74, 0.12);
}

[data-theme="energy"] .task-item {
  border-left: 3px solid var(--gold);
  padding-left: 10px;
}

[data-theme="energy"] .btn-primary,
[data-theme="energy"] .day-chip.active,
[data-theme="energy"] .nav-item.active .nav-icon-container {
  box-shadow: 0 0 0 1px rgba(214, 255, 74, 0.20), 0 8px 24px rgba(214, 255, 74, 0.10);
}

[data-theme="report"] body {
  line-height: 1.5;
}

[data-theme="report"] .card-title {
  letter-spacing: 0.04em;
  border-bottom-color: rgba(63, 47, 29, 0.16);
}

[data-theme="report"] .task-item,
[data-theme="report"] .shift-item,
[data-theme="report"] .acc-item {
  box-shadow: none;
}

[data-theme="report"] .modal-preview textarea {
  background: #fffaf1;
  font-family: 'Courier New', monospace;
}

[data-theme="dark"] .card,
[data-theme="dark"] .topbar {
  backdrop-filter: blur(var(--surface-blur));
}

/* Noche: operación nocturna con foco en contraste y lectura rápida */
[data-theme="dark"] .app {
  max-width: 500px;
}

[data-theme="dark"] .topbar {
  position: sticky;
  top: env(safe-area-inset-top, 10px);
  z-index: 900;
  border-color: rgba(245, 197, 24, 0.12);
}

[data-theme="dark"] .bottom-nav {
  width: calc(100% - 18px);
  bottom: 9px;
  border: 1px solid var(--border-md);
  border-radius: 24px;
  box-shadow: var(--sh-lg);
}

[data-theme="dark"] .card {
  background: linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.008)), var(--surf);
}

[data-theme="dark"] .brand-logo {
  box-shadow: 0 0 0 1px rgba(245,197,24,0.20), 0 8px 20px rgba(0,0,0,0.35);
}

[data-theme="dark"] .theme-splash-panel {
  background: linear-gradient(180deg, rgba(245,197,24,0.08), rgba(255,255,255,0.02)), var(--surf);
}

[data-theme="dark"] .task-item {
  min-height: 54px;
}

[data-theme="dark"] .task-cb {
  width: 24px;
  height: 24px;
}

/* Limpio: claridad diurna, menos ruido visual, más superficie útil */
[data-theme="clean"] .app {
  max-width: 540px;
  padding-left: 14px;
  padding-right: 14px;
}

[data-theme="clean"] .topbar {
  box-shadow: none;
  border-radius: 12px;
}

[data-theme="clean"] .brand-logo {
  border-radius: 50% !important;
  filter: saturate(0.9) brightness(1.05);
}

[data-theme="clean"] .bottom-nav {
  box-shadow: 0 -2px 14px rgba(20, 80, 86, 0.06);
}

[data-theme="clean"] .card {
  box-shadow: none;
}

[data-theme="clean"] .card-title {
  padding-bottom: 10px;
}

[data-theme="clean"] .day-scroll {
  background: var(--surf);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 8px;
}

[data-theme="clean"] .day-chip {
  border-radius: 9px;
  padding: 8px 12px;
}

[data-theme="clean"] .task-item {
  min-height: 52px;
  border-left: 4px solid transparent;
}

[data-theme="clean"] .task-item.done {
  border-left-color: var(--success);
  opacity: 1;
}

[data-theme="clean"] .task-cb {
  border-radius: 50%;
}

[data-theme="clean"] .progress-fill {
  background: linear-gradient(90deg, #109a91, #62cfc8);
}

[data-theme="clean"] .theme-splash-panel {
  align-items: stretch;
  border-radius: 16px;
}

[data-theme="clean"] .theme-splash-mark {
  border-radius: 50%;
}

[data-theme="clean"] .modal-content,
[data-theme="clean"] .modal-preview {
  border-radius: 14px 14px 0 0;
}

/* Energia: modo checklist, controles contundentes y navegación más compacta */
[data-theme="energy"] .app {
  max-width: 460px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 86px;
}

[data-theme="energy"] .topbar {
  padding: 8px 10px;
  border-radius: 18px;
  transform: skewX(-1deg);
}

[data-theme="energy"] .topbar h1 {
  font-size: 0.95rem;
}

[data-theme="energy"] .card {
  padding: 14px;
}

[data-theme="energy"] .card-title {
  margin-bottom: 12px;
  padding-bottom: 8px;
  font-size: 0.68rem;
}

[data-theme="energy"] .day-scroll {
  gap: 6px;
  margin-left: -2px;
  margin-right: -2px;
}

[data-theme="energy"] .day-chip {
  padding: 9px 12px;
  font-size: 0.7rem;
  border-radius: 12px;
}

[data-theme="energy"] .task-item {
  min-height: 48px;
  margin-bottom: 5px;
}

[data-theme="energy"] .task-cb {
  width: 26px;
  height: 26px;
  border-radius: 9px;
}

[data-theme="energy"] .task-text {
  font-weight: 700;
}

[data-theme="energy"] .brand-logo {
  border-radius: 6px !important;
  transform: rotate(-3deg);
}

[data-theme="energy"] .theme-splash-panel {
  border-radius: 20px;
  transform: translateY(10px) scale(0.96) rotate(-1deg);
}

[data-theme="energy"] .theme-splash.show .theme-splash-panel {
  transform: translateY(0) scale(1) rotate(-1deg);
}

[data-theme="energy"] .task-del,
[data-theme="energy"] .shift-del,
[data-theme="energy"] .del-btn {
  background: rgba(255,255,255,0.035);
}

[data-theme="energy"] .bottom-nav {
  padding-top: 5px;
}

[data-theme="energy"] .nav-icon-container {
  height: 26px;
}

[data-theme="energy"] .nav-label {
  font-size: 10px;
}

[data-theme="energy"] .keypad button {
  padding: 14px;
  border-radius: 14px;
}

/* Reporte: vista de documento, lectura amplia y menos sensación de app operativa */
[data-theme="report"] .app {
  max-width: 620px;
  padding-left: 18px;
  padding-right: 18px;
}

[data-theme="report"] .topbar {
  border-radius: 8px;
  box-shadow: none;
}

[data-theme="report"] .brand-logo {
  border-radius: 4px !important;
  filter: sepia(0.18) saturate(0.86);
}

[data-theme="report"] .bottom-nav {
  max-width: 620px;
  border-top: 1px solid rgba(63, 47, 29, 0.18);
  box-shadow: none;
}

[data-theme="report"] .card {
  box-shadow: none;
  border-width: 1px;
}

[data-theme="report"] #view-reporte .card {
  border: 1px solid rgba(63, 47, 29, 0.18);
  background:
    linear-gradient(#fffcf6 0 0) padding-box,
    repeating-linear-gradient(180deg, transparent 0 31px, rgba(63,47,29,0.045) 32px) border-box;
}

[data-theme="report"] .time-grid {
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 10px;
  background: var(--surf2);
}

[data-theme="report"] .acc-item {
  border-radius: 6px;
  background: transparent;
}

[data-theme="report"] .acc-header {
  padding: 11px 10px;
}

[data-theme="report"] .acc-zone-icon {
  border-radius: 4px;
}

[data-theme="report"] .rep-action {
  border-bottom: 1px solid rgba(63, 47, 29, 0.10);
  border-radius: 0;
}

[data-theme="report"] .modal-preview {
  max-width: 620px;
  border-radius: 10px 10px 0 0;
}

[data-theme="report"] .modal-preview textarea {
  min-height: 340px;
  border-radius: 6px;
  font-size: 13px;
}

[data-theme="report"] .theme-splash-panel {
  align-items: flex-start;
  border-radius: 8px;
  border-left: 5px solid var(--gold);
}

[data-theme="report"] .theme-splash-mark {
  border-radius: 6px;
  width: 48px;
  height: 48px;
}

[data-theme="report"] .btn-primary,
[data-theme="report"] .btn-secondary,
[data-theme="report"] .btn-copy,
[data-theme="report"] .btn-whatsapp {
  border-radius: 7px;
}

/* =========================================
   UTILIDADES
   ========================================= */
.hidden { display: none !important; }
.text-muted  { color: var(--text-soft);  }
.text-faint  { color: var(--text-faint); }
.text-gold   { color: var(--gold);       }
.text-danger { color: var(--danger);     }
.divider { height: 1px; background: var(--border); margin: 14px 0; }
.icon-sm { font-size: 16px; vertical-align: middle; }
.icon-md { font-size: 20px; vertical-align: middle; }
.icon-lg { font-size: 24px; vertical-align: middle; }
