/* ============================================================
   APEJ — Redesign Profissional
   Tipografia: Outfit | Paleta: Laranja + Escuro
   VARIANCE:6 | MOTION:4 | DENSITY:4
============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap');

/* ---- TOKENS ---- */
:root {
  --font:       'Outfit', 'Segoe UI', system-ui, sans-serif;
  --dark:       #0F172A;
  --dark-2:     #1E293B;
  --light:      #F8FAFC;
  --gray:       #64748B;
  --border:     #E2E8F0;
  --shadow-sm:  0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
  --shadow:     0 4px 16px rgba(0,0,0,.07);
  --shadow-lg:  0 14px 48px rgba(0,0,0,.14);
  --radius:     12px;
}

body {
  font-family: var(--font);
  line-height: 1.65;
  background: var(--light);
  color: var(--dark);
}

/* ---- TOPBAR ---- */
.topbar {
  background: #060E1F;
  font-size: 12.5px;
  padding: 7px 0;
  letter-spacing: .01em;
}

/* ---- HEADER ---- */
header {
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0,0,0,.06);
  box-shadow: none;
}
.header-inner { padding: 10px 0; }
.logo-wrap img { height: 80px; }

nav ul li a {
  font-family: var(--font);
  font-size: 13.5px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 8px;
  color: #374151;
  transition: all .2s;
}
nav ul li a:hover,
nav ul li a.active {
  background: rgba(247,148,29,.1);
  color: var(--orange);
}
.btn-login {
  background: var(--orange) !important;
  color: var(--white) !important;
  padding: 9px 22px !important;
  border-radius: 24px !important;
  font-weight: 700 !important;
  transition: all .25s !important;
}
.btn-login:hover {
  background: #D97F10 !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(247,148,29,.3);
}

/* ---- HERO ---- */
.hero {
  background:
    linear-gradient(160deg, rgba(6,14,31,.90) 0%, rgba(15,23,42,.82) 45%, rgba(26,17,50,.88) 100%),
    url('../img/hero-jovens-profissionais.jpg') center 30%/cover no-repeat;
  min-height: 88vh;
  padding: 96px 0 80px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -8%;
  width: 70vw;
  height: 130%;
  background:
    radial-gradient(ellipse at 60% 35%, rgba(247,148,29,.22) 0%, transparent 55%),
    radial-gradient(ellipse at 88% 78%, rgba(216,27,96,.12) 0%, transparent 45%);
  pointer-events: none;
  z-index: 0;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(247,148,29,.35), transparent);
}
.hero .container { position: relative; z-index: 1; }
.hero-content {
  display: grid;
  grid-template-columns: 56% 44%;
  gap: 56px;
  align-items: center;
}
.hero-text h2 {
  font-size: clamp(34px, 4.2vw, 54px);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -.025em;
  margin-bottom: 22px;
  text-shadow: none;
  animation: aFadeUp .7s cubic-bezier(.16,1,.3,1) both;
}
.hero-text h2 .accent { color: var(--orange); }
.hero-text p {
  font-size: 16.5px;
  line-height: 1.72;
  opacity: .76;
  margin-bottom: 36px;
  max-width: 52ch;
  font-weight: 400;
  animation: aFadeUp .7s .12s cubic-bezier(.16,1,.3,1) both;
}
.hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  animation: aFadeUp .7s .22s cubic-bezier(.16,1,.3,1) both;
}
.hero-stats { animation: aFadeIn .8s .2s both; }

.btn {
  font-family: var(--font);
  font-size: 14.5px;
  font-weight: 700;
  padding: 13px 26px;
  border-radius: 30px;
  border: 2px solid transparent;
  transition: all .25s cubic-bezier(.16,1,.3,1);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  letter-spacing: .01em;
}
.btn:active { transform: translateY(1px) !important; }
.btn-primary {
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 4px 20px rgba(247,148,29,.35);
}
.btn-primary:hover {
  background: #E08519;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(247,148,29,.45);
}
.btn-outline {
  background: rgba(255,255,255,.09);
  border-color: rgba(255,255,255,.22);
  color: var(--white);
  backdrop-filter: blur(8px);
}
.btn-outline:hover {
  background: rgba(255,255,255,.17);
  border-color: rgba(255,255,255,.42);
  transform: translateY(-2px);
}

.hero-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.stat-card {
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  padding: 26px 20px;
  text-align: center;
  transition: all .3s cubic-bezier(.16,1,.3,1);
}
.stat-card:hover {
  background: rgba(255,255,255,.12);
  border-color: rgba(247,148,29,.3);
  transform: translateY(-4px);
}
.stat-card .num {
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -.03em;
  display: block;
  margin-bottom: 4px;
}
.stat-card .lbl {
  font-size: 12.5px;
  opacity: .7;
  font-weight: 500;
  line-height: 1.35;
}

/* ---- QUICK ACTIONS ---- */
.quick-actions {
  background: var(--white);
  padding: 0;
  border-bottom: none;
  border-top: none;
}
.quick-actions .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.quick-btn {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 24px 16px;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
  font-size: 13.5px;
  font-weight: 700;
  font-family: var(--font);
  border-radius: 0;
}
.quick-btn .icon { font-size: 28px; display: block; margin-bottom: 2px; }
.quick-btn-3 { background: #5C35A8; }
.quick-btn-3:hover { background: #4A2A8C; }
.quick-btn-4 { background: var(--dark); }
.quick-btn-4:hover { background: var(--dark-2); }

/* ---- SECTIONS ---- */
.section { padding: 84px 0; }
.section-alt { background: var(--white); }

.section-header {
  text-align: center;
  margin-bottom: 52px;
}
.section-header h2 {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.18;
  margin-bottom: 14px;
  color: var(--dark);
}
.section-header p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--gray);
  max-width: 56ch;
  margin: 0 auto;
}
.section-line { display: none; }

/* ---- ABOUT ---- */
.about-grid { gap: 64px; }
.about-img-placeholder {
  background:
    linear-gradient(180deg, rgba(9,14,27,.25) 0%, rgba(9,14,27,.5) 100%),
    url('../img/about-mentoria-apej.jpg') center/cover no-repeat;
  height: 420px;
  border-radius: 20px;
  font-size: 0;
  display: block;
}
.about-badge {
  border-radius: 14px;
  padding: 16px 22px;
  font-size: 13.5px;
  line-height: 1.4;
}
.about-badge .big { font-size: 30px; }
.about-text h2 {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.18;
  margin-bottom: 18px;
}
.about-text h2 span { color: var(--orange); }
.about-text p {
  font-size: 15.5px;
  line-height: 1.78;
  color: #475569;
  margin-bottom: 18px;
}
.about-list {
  margin-bottom: 30px;
  gap: 12px;
}
.about-list li {
  font-size: 15px;
  color: #374151;
  align-items: center;
}
.about-list li::before {
  content: '';
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23F7941D'/%3E%3Cpath d='M7 12l3.5 3.5L17 8.5' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/cover;
  flex-shrink: 0;
}

/* ---- PROGRAMS ---- */
.programs-grid { gap: 20px; }
.prog-card {
  border-radius: 16px;
  border: 1px solid var(--border);
  box-shadow: none;
  transition: all .3s cubic-bezier(.16,1,.3,1);
}
.prog-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}
.prog-card-top { height: 4px; }
.prog-card-body { padding: 28px 24px; }
.prog-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  font-size: 26px;
  margin-bottom: 18px;
}
.prog-card h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -.01em;
  color: var(--dark);
}
.prog-card p {
  font-size: 14.5px;
  line-height: 1.68;
  color: var(--gray);
  margin-bottom: 18px;
}
.tag {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 5px 12px;
  border-radius: 20px;
}

/* ---- EVENTS ---- */
.events-list { gap: 14px; }
.event-item {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 20px 22px;
  box-shadow: none;
  background: var(--white);
  align-items: center;
  transition: all .25s cubic-bezier(.16,1,.3,1);
}
.event-item:hover {
  transform: translateX(6px);
  border-color: var(--orange);
  box-shadow: 0 4px 16px rgba(247,148,29,.12);
}
.event-date {
  border-radius: 12px;
  min-width: 64px;
  padding: 12px 14px;
}
.event-date .day { font-size: 27px; font-weight: 800; line-height: 1; }
.event-date .mon { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; margin-top: 2px; }
.event-info h4 {
  font-size: 15.5px;
  font-weight: 700;
  letter-spacing: -.01em;
  margin-bottom: 6px;
}
.event-info p { font-size: 13.5px; color: var(--gray); }

/* ---- NEWS ---- */
.news-grid { gap: 22px; }
.news-card {
  border-radius: 16px;
  border: 1px solid var(--border);
  box-shadow: none;
  transition: all .3s cubic-bezier(.16,1,.3,1);
}
.news-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}
.news-thumb {
  height: 190px;
  border-radius: 0;
  font-size: 0;
  overflow: hidden;
}
.news-thumb.nt1 {
  background: url('../img/noticias-workshop-digital.jpg') center/cover no-repeat;
}
.news-thumb.nt2 {
  background: url('../img/noticias-certificados.jpg') center/cover no-repeat;
}
.news-thumb.nt3 {
  background: url('../img/noticias-feira-emprego.jpg') center/cover no-repeat;
}
.news-body { padding: 22px 20px; }
.news-meta { font-size: 12px; margin-bottom: 10px; gap: 8px; }
.news-meta span { color: #94A3B8; }
.news-body h4 {
  font-size: 15.5px;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.45;
  margin-bottom: 10px;
  color: var(--dark);
}
.news-body p { font-size: 14px; line-height: 1.68; color: var(--gray); margin-bottom: 16px; }
.read-more { font-size: 13.5px; font-weight: 700; }

/* ---- PARTNERS (dark strip) ---- */
.partners-strip-section {
  background: var(--dark);
  padding: 64px 0;
}
.partners-strip-section .section-header h2 { color: var(--white); }
.partners-strip-section .section-header p { color: #64748B; }
.partners-strip { gap: 14px; }
.partner-logo {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.09);
  color: #94A3B8;
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: .04em;
  padding: 16px 28px;
  border-radius: 10px;
  transition: all .2s;
}
.partner-logo:hover {
  background: rgba(247,148,29,.12);
  border-color: rgba(247,148,29,.35);
  color: var(--orange);
}

/* ---- CONTACT SECTION ---- */
.card {
  border-radius: 14px;
  border: 1px solid var(--border);
  box-shadow: none;
}
.card-header {
  padding: 18px 22px;
  border-bottom: 1px solid var(--border);
}
.card-body { padding: 20px 22px; }
.form-control {
  font-family: var(--font);
  border-radius: 10px;
  border-color: var(--border);
  font-size: 14.5px;
  padding: 12px 14px;
}
.form-control:focus { border-color: var(--orange); }
.form-group label { font-size: 13.5px; font-weight: 600; color: var(--dark); }

/* ---- FOOTER ---- */
footer {
  background: #060E1F;
  padding: 68px 0 0;
}
.footer-grid { gap: 48px; margin-bottom: 52px; }
footer h4 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(255,255,255,.38);
  margin-bottom: 20px;
}
.footer-brand p { font-size: 14px; color: #475569; line-height: 1.72; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 14px; color: #475569; }
.footer-links a:hover { color: var(--orange); }
.footer-contact li { font-size: 14px; color: #475569; margin-bottom: 10px; }
.footer-socials {
  display: flex;
  gap: 8px;
  margin-top: 22px;
}
.social-btn {
  width: 38px;
  height: 38px;
  border-radius: 10px !important;
  background: rgba(255,255,255,.07) !important;
  border: 1px solid rgba(255,255,255,.1);
  color: var(--white) !important;
  font-size: 13px;
  font-weight: 700;
  transition: all .2s;
}
.social-btn:hover {
  background: var(--orange) !important;
  border-color: var(--orange) !important;
  opacity: 1;
  transform: translateY(-2px);
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 20px 0;
  color: #334155;
  font-size: 13px;
}

/* ---- ANIMATIONS ---- */
@keyframes aFadeUp {
  from { opacity: 0; transform: translateY(26px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes aFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-text h2, .hero-text p, .hero-btns, .hero-stats { animation: none; }
}

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .hero-text h2 { font-size: clamp(30px, 3.8vw, 46px); }
}
@media (max-width: 900px) {
  .quick-actions .container { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .hero { min-height: auto; padding: 60px 0 56px; }
  .hero-content { grid-template-columns: 1fr; gap: 44px; }
  .hero-text h2 { font-size: 30px; }
  .hero-text p { font-size: 15px; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .programs-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 32px; }
  .about-img-placeholder { height: 280px; }
  .news-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .section { padding: 60px 0; }
  .section-header { margin-bottom: 36px; }
  .section-header h2 { font-size: 26px; }
}
@media (max-width: 480px) {
  .quick-actions .container { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-btns { flex-direction: column; }
  .btn { justify-content: center; }
}

/* ============================================================
   ADMIN — Gestão de Associados
============================================================ */

/* KPI row */
.admin-kpi-row { display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px; }
@media(max-width:900px){ .admin-kpi-row{grid-template-columns:1fr 1fr;} }
@media(max-width:480px){ .admin-kpi-row{grid-template-columns:1fr;} }
.admin-kpi { background:var(--white);border-radius:12px;padding:18px 20px;box-shadow:var(--shadow);border-left:4px solid transparent; }
.admin-kpi .kpi-num { font-size:32px;font-weight:800;line-height:1; }
.admin-kpi .kpi-label { font-size:12px;color:var(--gray);margin-top:5px; }
.admin-kpi.kpi-total   { border-left-color:var(--blue); }
.admin-kpi.kpi-activo  { border-left-color:var(--teal); }
.admin-kpi.kpi-pendente{ border-left-color:var(--orange); }
.admin-kpi.kpi-problema{ border-left-color:var(--red); }

/* Toolbar */
.admin-toolbar { display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:16px; }
.admin-toolbar input[type="text"] { flex:1;min-width:180px;padding:9px 14px;border:1.5px solid var(--border);border-radius:8px;font-size:14px;outline:none;background:var(--white); }
.admin-toolbar input[type="text"]:focus { border-color:var(--blue); }
.admin-toolbar select { padding:9px 12px;border:1.5px solid var(--border);border-radius:8px;font-size:13.5px;color:var(--dark);background:var(--white);outline:none;cursor:pointer; }
.admin-toolbar select:focus { border-color:var(--blue); }
.admin-count { font-size:12px;color:var(--gray);white-space:nowrap; }

/* Table */
.admin-table-wrap { background:var(--white);border-radius:12px;box-shadow:var(--shadow);overflow:auto; }
.admin-table { width:100%;border-collapse:collapse;font-size:13.5px;min-width:720px; }
.admin-table thead tr { background:var(--light); }
.admin-table thead th { padding:10px 14px;text-align:left;font-size:11px;font-weight:700;color:var(--gray);text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid var(--border); }
.admin-table tbody tr { border-bottom:1px solid var(--border);transition:background .15s; }
.admin-table tbody tr:last-child { border-bottom:none; }
.admin-table tbody tr:hover { background:#fafbfc; }
.admin-table td { padding:11px 14px;vertical-align:middle; }

/* Member name cell */
.member-name-cell { display:flex;align-items:center;gap:10px; }
.member-avatar-sm { width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:var(--white);flex-shrink:0; }

/* Estado badges */
.estado-badge { display:inline-block;padding:3px 10px;border-radius:20px;font-size:11.5px;font-weight:700; }
.estado-activo    { background:#e8f5e9;color:#2e7d32; }
.estado-pendente  { background:#fff3e0;color:#e65100; }
.estado-suspenso  { background:#fce4ec;color:#c62828; }
.estado-expirado  { background:#f5f5f5;color:#757575; }
.estado-rejeitado { background:#f5f5f5;color:#999; }

/* Tipo chips */
.tipo-chip { display:inline-block;padding:3px 9px;border-radius:5px;font-size:11px;font-weight:600; }
.tipo-jovem         { background:#e3f2fd;color:var(--blue); }
.tipo-empresa       { background:#f3e5f5;color:var(--purple); }
.tipo-formador      { background:#e0f2f1;color:var(--teal); }
.tipo-institucional { background:#f5f5f5;color:#555; }

/* Quota cells */
.quota-cell { font-size:12px;font-weight:700; }
.quota-pago     { color:#2e7d32; }
.quota-pendente { color:var(--orange); }
.quota-na       { color:var(--gray); }

/* Table action buttons */
.btn-table-action { padding:5px 12px;border-radius:6px;border:1.5px solid var(--border);background:var(--white);font-size:12px;font-weight:600;cursor:pointer;transition:all .15s;color:var(--dark); }
.btn-table-action:hover { border-color:var(--blue);color:var(--blue);background:#e3f2fd; }

/* Candidatura cards */
.cand-card { background:var(--white);border-radius:12px;box-shadow:var(--shadow);padding:20px 22px;display:flex;gap:18px;align-items:flex-start;margin-bottom:16px; }
@media(max-width:600px){ .cand-card{flex-direction:column;} }
.cand-avatar { width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;color:var(--white);flex-shrink:0; }
.cand-info { flex:1;min-width:0; }
.cand-info h4 { font-size:15px;font-weight:700;margin-bottom:2px; }
.cand-info .cand-sub { font-size:12px;color:var(--gray);margin-bottom:10px; }
.cand-info .cand-meta { display:flex;gap:14px;font-size:12px;color:var(--gray);flex-wrap:wrap; }
.cand-actions { display:flex;flex-direction:column;gap:8px;flex-shrink:0; }
.btn-aprovar { padding:8px 18px;border-radius:8px;border:none;background:var(--teal);color:var(--white);font-size:13px;font-weight:700;cursor:pointer;transition:opacity .2s; }
.btn-aprovar:hover { opacity:.85; }
.btn-rejeitar { padding:8px 18px;border-radius:8px;border:1.5px solid var(--red);background:none;color:var(--red);font-size:13px;font-weight:700;cursor:pointer;transition:all .2s; }
.btn-rejeitar:hover { background:var(--red);color:var(--white); }

/* Member detail modal */
.member-modal-overlay { position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px; }
.member-modal-box { background:var(--white);border-radius:16px;width:100%;max-width:660px;max-height:90vh;overflow-y:auto;box-shadow:0 24px 80px rgba(0,0,0,.35); }
.modal-header { display:flex;align-items:center;gap:16px;padding:22px 24px;border-bottom:1px solid var(--border);position:sticky;top:0;background:var(--white);z-index:1; }
.modal-avatar { width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;color:var(--white);flex-shrink:0; }
.modal-header-info h3 { font-size:17px;font-weight:800;margin-bottom:4px; }
.modal-body { padding:20px 24px; }
.modal-tabs { display:flex;border-bottom:2px solid var(--border);margin-bottom:20px;overflow-x:auto; }
.modal-tab { padding:9px 16px;border:none;background:none;font-size:13px;font-weight:600;color:var(--gray);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;white-space:nowrap; }
.modal-tab.active { color:var(--blue);border-bottom-color:var(--blue); }
.modal-footer { padding:16px 24px;border-top:1px solid var(--border);display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap; }

/* Admin section cards */
.admin-section-card { background:var(--white);border-radius:12px;box-shadow:var(--shadow);padding:20px 22px;margin-bottom:20px; }
.admin-section-card h4 { font-size:14px;font-weight:700;color:var(--dark);margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--border); }

/* Quota table */
.quota-table { width:100%;border-collapse:collapse;font-size:13.5px; }
.quota-table th { padding:10px 14px;text-align:left;font-size:11px;font-weight:700;color:var(--gray);text-transform:uppercase;border-bottom:2px solid var(--border); }
.quota-table td { padding:10px 14px;border-bottom:1px solid var(--border);vertical-align:middle; }
.quota-table tr:last-child td { border-bottom:none; }
.quota-table tbody tr:hover td { background:#fafbfc; }

/* Report bars */
.report-bar-row { display:flex;align-items:center;gap:12px;margin-bottom:10px; }
.report-bar-label { width:140px;font-size:13px;color:var(--dark);flex-shrink:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
.report-bar-track { flex:1;background:var(--border);border-radius:4px;height:10px;overflow:hidden; }
.report-bar-fill { height:10px;border-radius:4px; }
.report-bar-count { font-size:12px;color:var(--gray);width:30px;text-align:right;flex-shrink:0; }

/* Info grid (modal) */
.info-grid { display:flex;flex-direction:column; }

/* Modal inputs */
.estado-select { padding:8px 12px;border:1.5px solid var(--border);border-radius:8px;font-size:13px;width:100%;margin-top:6px;outline:none; }
.estado-select:focus { border-color:var(--blue); }
.notas-textarea { width:100%;padding:10px 12px;border:1.5px solid var(--border);border-radius:8px;font-size:13px;resize:vertical;margin-top:6px;min-height:80px;outline:none;box-sizing:border-box; }
.notas-textarea:focus { border-color:var(--blue); }

/* Empty state */
.empty-state { text-align:center;padding:48px 20px;color:var(--gray); }
.empty-state .empty-icon { font-size:48px;margin-bottom:12px; }
.empty-state p { font-size:14px; }
