:root {
  --primary:       #4A7FB5;
  --primary-dark:  #2C5F8A;
  --primary-light: #7FA8CC;
  --bg:            #EEF2F7;
  --card:          #FFFFFF;
  --text:          #2C3E50;
  --muted:         #6B8CA8;
  --border:        #CBD8E7;
  --accent:        #E8F0F8;
  --gold:          #B7791F;
  --podium-gold:   #fef3c7;
  --podium-gold-text: #92400e;
  --podium-silver: #e5e7eb;
  --podium-silver-text: #374151;
  --podium-bronze: #fed7aa;
  --podium-bronze-text: #9a3412;
  --cell-top:      #fee2e2;
  --cell-top-text: #991b1b;
  --cell-high:     #fef9c3;
  --cell-high-text:#854d0e;
  --cell-wdf:      #d1fae5;
  --cell-wdf-text: #065f46;
  --sidebar-w:     260px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; background: var(--bg); color: var(--text); min-height: 100vh; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

/* ── Header ─────────────────────────────────────────────────────────────────── */
.site-header { background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%); color: #fff; padding: 0 28px; height: 64px; display: flex; align-items: center; gap: 16px; box-shadow: 0 3px 16px rgba(44,95,138,.3); position: sticky; top: 0; z-index: 50; }
.header-logo i { font-size: 2rem; opacity: .9; }
.header-titles h1 { font-size: 1.2rem; font-weight: 800; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.header-titles .subtitle { font-size: .78rem; opacity: .7; margin-top: 1px; }
.header-spacer { flex: 1; }
.header-admin-link { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,.75); font-size: .82rem; padding: 7px 14px; border-radius: 8px; border: 1px solid rgba(255,255,255,.25); transition: .2s; }
.header-admin-link:hover { background: rgba(255,255,255,.12); color: #fff; }
.header-brand { display: flex; align-items: center; gap: 12px; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.header-home-link { min-width: 40px; justify-content: center; padding-left: 10px; padding-right: 10px; }

/* ── Layout ─────────────────────────────────────────────────────────────────── */
.page-layout { display: flex; min-height: calc(100vh - 64px); }
.page-sidebar { width: var(--sidebar-w); flex-shrink: 0; background: var(--card); border-right: 1px solid var(--border); overflow-y: auto; }
.page-main { flex: 1; padding: 28px 32px; min-width: 0; }

/* ── Public Sidebar ──────────────────────────────────────────────────────────── */
.pub-section { padding: 8px 0; border-bottom: 1px solid var(--border); }
.pub-label { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); padding: 10px 20px 5px; }
.pub-item { display: flex; align-items: center; gap: 8px; padding: 9px 20px; font-size: .85rem; color: var(--muted); cursor: pointer; border-left: 3px solid transparent; transition: .15s; }
.pub-item:hover { background: var(--accent); color: var(--primary-dark); }
.pub-item.active { background: var(--accent); color: var(--primary-dark); font-weight: 600; border-left-color: var(--primary); }
.pub-item i { font-size: 1rem; flex-shrink: 0; }
.pub-season-select { padding: 12px 16px; }
.pub-season-select select { width: 100%; padding: 8px 12px; border: 1.5px solid var(--border); border-radius: 8px; font-size: .85rem; outline: none; cursor: pointer; }
.pub-season-select select:focus { border-color: var(--primary); }

/* ── Ranking Home Cards ──────────────────────────────────────────────────────── */
.rankings-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.ranking-card { background: var(--card); border-radius: 12px; padding: 22px; border: 1.5px solid var(--border); box-shadow: 0 2px 8px rgba(0,0,0,.06); transition: .2s; display: flex; flex-direction: column; gap: 10px; }
.ranking-card:hover { border-color: var(--primary-light); box-shadow: 0 6px 20px rgba(74,127,181,.15); transform: translateY(-2px); }
.ranking-card-pinned { background: linear-gradient(180deg, #fffdf6 0%, #ffffff 100%); border-color: #f3d27a; box-shadow: 0 8px 22px rgba(183,121,31,.12); }
.ranking-card-pinned:hover { border-color: #ddb65c; box-shadow: 0 10px 26px rgba(183,121,31,.18); }
.ranking-card-head { --rk-card-icon-size: 48px; display: flex; align-items: center; gap: 10px; min-height: var(--rk-card-icon-size); }
.ranking-card-icon { width: var(--rk-card-icon-size); height: var(--rk-card-icon-size); border-radius: 12px; background: var(--accent); display: flex; align-items: center; justify-content: center; }
.ranking-card-icon i { font-size: 1.6rem; color: var(--primary); }
.ranking-card-pin { display: inline-flex; align-items: center; gap: 5px; margin-left: auto; padding: 5px 10px; border-radius: 999px; background: #fff4d1; color: #8b5e14; font-size: .72rem; font-weight: 800; border: 1px solid #f3d27a; }
.ranking-card-pin i { font-size: .82rem; }
.ranking-card-logos { display: inline-flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.ranking-card-logo { width: var(--rk-card-icon-size); height: var(--rk-card-icon-size); object-fit: contain; object-position: center; border-radius: 12px; border: 1px solid var(--border); background: #fff; padding: 4px; }
.ranking-card h3 { font-size: 1rem; font-weight: 700; }
.ranking-card p { font-size: .82rem; color: var(--muted); line-height: 1.5; }
.ranking-card-badge { display: inline-flex; align-items: center; gap: 5px; padding: 3px 10px; border-radius: 100px; font-size: .72rem; font-weight: 700; width: fit-content; max-width: 100%; }
.ranking-card-badge > i { font-size: 1em; line-height: 1; }
.badge-individual { background: #dbeafe; color: #1e40af; }
.badge-team { background: #d1fae5; color: #065f46; }

/* ── Page Header ─────────────────────────────────────────────────────────────── */
.content-header { margin-bottom: 24px; }
.content-title { font-size: 1.5rem; font-weight: 800; display: flex; align-items: center; gap: 10px; }
.content-title i { color: var(--primary); }
.ranking-title-logo { width: 34px; height: 34px; object-fit: contain; border-radius: 6px; background: #fff; border: 1px solid var(--border); padding: 2px; }
.content-sub { color: var(--muted); font-size: .88rem; margin-top: 5px; }


/* ── Tabs ────────────────────────────────────────────────────────────────────── */
.content-tabs { display: flex; border-bottom: 2px solid var(--border); margin-bottom: 22px; }
.ctab { background: none; border: none; padding: 10px 22px; font-size: .9rem; font-weight: 600; color: var(--muted); cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -2px; transition: .15s; display: flex; align-items: center; gap: 7px; }
.ctab.active, .ctab:hover { color: var(--primary-dark); border-bottom-color: var(--primary); }
.ctab-content { display: none; }
.ctab-content.active { display: block; }

/* ── Individual Ranking Table ────────────────────────────────────────────────── */
.rank-card { background: var(--card); border-radius: 12px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.07); }
.rank-table-wrap { overflow-x: auto; }
.rank-tbl { width: 100%; border-collapse: collapse; }
.rank-tbl thead { background: linear-gradient(90deg, var(--primary-dark), var(--primary)); }
.rank-tbl th { color: rgba(255,255,255,.88); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; padding: 11px 8px; text-align: center; white-space: nowrap; position: sticky; top: 0; }
.rank-tbl th.col-athlete { text-align: left; padding-left: 12px; min-width: 160px; }
.rank-tbl th.col-total { min-width: 70px; }
.rank-tbl td { padding: 10px 8px; border-bottom: 1px solid var(--accent); text-align: center; font-size: .84rem; white-space: nowrap; }
.rank-tbl td.col-athlete { text-align: left; }
.rank-tbl tr:last-child td { border-bottom: none; }
.rank-tbl .rank-row { cursor: pointer; transition: .15s; }
.rank-tbl .rank-row:hover td { background: #f0f6ff; }
/* Sticky columns */
.rank-tbl .col-pos { position: sticky; left: 0; background: var(--card); z-index: 2; min-width: 42px; width: 42px; }
.rank-tbl thead .col-pos { background: var(--primary-dark); }
.rank-tbl .col-athlete-sticky { position: sticky; left: 42px; background: var(--card); z-index: 2; }
.rank-tbl thead .col-athlete-sticky { background: var(--primary-dark); }
.rank-tbl .col-total-sticky { position: sticky; left: calc(42px + 200px); background: var(--card); z-index: 2; }
.rank-tbl thead .col-total-sticky { background: var(--primary-dark); }
/* Position badges */
.rank-pos { width: 26px; height: 26px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: .75rem; }
.p1 { background: #fde68a; color: #92400e; }
.p2 { background: #e5e7eb; color: #374151; }
.p3 { background: #fed7aa; color: #9a3412; }
.pn { background: var(--accent); color: var(--muted); }
/* Athlete cell */
.athlete-cell { display: flex; align-items: center; gap: 8px; }
.athlete-cell > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-width: 0; text-align: left; }
.athlete-name { font-weight: 600; }
.athlete-name, .athlete-asd { display: block; width: 100%; text-align: left; }
.athlete-asd { font-size: .75rem; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 120px; }
/* Score cells */
.cell-top { background: var(--cell-top) !important; color: var(--cell-top-text) !important; font-weight: 700; }
.cell-high { background: var(--cell-high) !important; color: var(--cell-high-text) !important; }
.cell-wdf { background: var(--cell-wdf) !important; color: var(--cell-wdf-text) !important; font-weight: 600; }
.cell-wdf-top { background: #a7f3d0 !important; color: #065f46 !important; font-weight: 700; }
.col-total { font-weight: 800; color: var(--primary-dark); font-size: .9rem; }
/* Category tabs */
.cat-tabs { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 18px; }
.cat-tab { background: var(--accent); border: 1.5px solid var(--border); border-radius: 8px; padding: 6px 14px; font-size: .84rem; font-weight: 600; color: var(--muted); cursor: pointer; transition: .15s; }
.cat-tab.active { background: var(--primary); color: #fff; border-color: var(--primary); }
.cat-tab:hover:not(.active) { border-color: var(--primary-light); color: var(--primary-dark); }

/* Ranking search */
.ranking-search-wrap { display: flex; flex-direction: column; gap: 6px; margin-bottom: 12px; }
.ranking-search-label { font-size: .76rem; color: var(--muted); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.ranking-search-input { width: 100%; max-width: 420px; background: var(--card); border: 1.5px solid var(--border); border-radius: 10px; padding: 9px 12px; font-size: .9rem; color: var(--text); outline: none; }
.ranking-search-input:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(74,127,181,.15); }
.ranking-search-empty { margin: 4px 0 10px; color: var(--muted); font-size: .85rem; }

/* Podium colors for event scores */
.cell-gold { background: var(--podium-gold) !important; color: var(--podium-gold-text) !important; font-weight: 700; }
.cell-silver { background: var(--podium-silver) !important; color: var(--podium-silver-text) !important; font-weight: 700; }
.cell-bronze { background: var(--podium-bronze) !important; color: var(--podium-bronze-text) !important; font-weight: 700; }

/* ── Team Ranking ─────────────────────────────────────────────────────────────── */
.team-rank-card { background: var(--card); border-radius: 12px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.07); }
.team-rank-tbl { width: 100%; border-collapse: collapse; }
.team-rank-tbl thead { background: linear-gradient(90deg, var(--primary-dark), var(--primary)); }
.team-rank-tbl th { color: rgba(255,255,255,.88); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; padding: 11px 8px; text-align: center; white-space: nowrap; }
.team-rank-tbl th.col-team { text-align: left; padding-left: 12px; }
.team-rank-tbl td { padding: 11px 8px; border-bottom: 1px solid var(--accent); text-align: center; font-size: .86rem; white-space: nowrap; }
.team-rank-tbl td.col-team { text-align: left; }
.team-rank-tbl tr:last-child td { border-bottom: none; }
.team-rank-tbl .rank-row { cursor: pointer; transition: .15s; }
.team-rank-tbl .rank-row:hover td { background: #f0f6ff; }
.team-name-cell { display: flex; align-items: center; gap: 8px; }
.rank-pt { font-weight: 800; color: var(--primary-dark); font-size: .95rem; }
.rank-dr { color: var(--muted); font-size: .82rem; }
.rank-arrow { color: var(--muted); transition: transform .2s; display: inline-block; }
.rank-arrow.open { transform: rotate(90deg); }
/* Detail row */
.rank-detail td { padding: 0 !important; background: #f4f8fd !important; white-space: normal !important; }
.rank-detail-inner { padding: 10px 14px 14px; }
.det-stats { display: flex; gap: 6px; margin-bottom: 10px; flex-wrap: wrap; }
.det-stat { display: flex; flex-direction: column; align-items: center; background: var(--card); border: 1px solid var(--border); border-radius: 8px; padding: 6px 10px; min-width: 44px; flex: 1; }
.det-val { font-size: 1rem; font-weight: 800; color: var(--primary-dark); }
.det-val.pos { color: #276749; }
.det-val.neg { color: #c53030; }
.det-lbl { font-size: .65rem; font-weight: 700; text-transform: uppercase; color: var(--muted); margin-top: 2px; }
.match-list { display: flex; flex-direction: column; gap: 5px; }
.match-item { display: grid; grid-template-columns: 22px 1fr auto auto; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 8px; font-size: .84rem; background: var(--card); border: 1px solid var(--border); }
.match-item.win { border-left: 3px solid #48bb78; }
.match-item.loss { border-left: 3px solid #fc8181; }
.match-item.draw { border-left: 3px solid #cbd5e0; }
.match-item.pending { border-left: 3px solid var(--border); opacity: .8; }
.mi-ha { font-size: .72rem; color: var(--muted); }
.mi-opp { font-weight: 600; }
.mi-score { font-weight: 700; color: var(--primary-dark); text-align: center; white-space: nowrap; }
.mi-date { font-size: .72rem; color: var(--muted); text-align: right; white-space: nowrap; }
.mi-badge { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius: 3px; font-size: .65rem; font-weight: 800; }
.mi-badge.a { background: #e8f0f8; color: #2c6e8a; }
.mi-badge.r { background: #e8f4ea; color: #276749; }

/* ── Fixtures ─────────────────────────────────────────────────────────────────── */
.round-header-pub { display: flex; align-items: center; gap: 10px; font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); margin: 22px 0 10px; }
.round-header-pub hr { flex: 1; border: none; border-top: 1px solid var(--border); }
.fixture-card { background: var(--card); border-radius: 10px; padding: 10px 14px; margin-bottom: 6px; box-shadow: 0 1px 4px rgba(0,0,0,.06); display: grid; grid-template-columns: minmax(0,1fr) 72px minmax(0,1fr); align-items: center; gap: 6px; }
.fixture-card.played { border-left: 3px solid #68d391; }
.fixture-card.pending { border-left: 3px solid var(--border); }
.fixture-team { display: flex; align-items: center; gap: 6px; min-width: 0; overflow: hidden; font-size: .86rem; font-weight: 600; }
.fixture-team .fn { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; flex: 1; cursor: pointer; transition: .15s; }
.fixture-team .fn:hover { color: var(--primary-dark); text-decoration: underline; }
.fixture-team.right { justify-content: flex-end; flex-direction: row-reverse; }
.fixture-team.right .fn { text-align: right; }
.fixture-score-box { text-align: center; display: flex; flex-direction: column; align-items: center; }
.score-display { font-size: 1rem; font-weight: 800; color: var(--primary-dark); white-space: nowrap; }
.score-pending { font-size: .72rem; color: var(--muted); border: 1.5px dashed var(--border); border-radius: 6px; padding: 3px 6px; }
.fixture-date { font-size: .68rem; color: var(--muted); margin-top: 2px; }

/* ── Player / Team detail ─────────────────────────────────────────────────────── */
.detail-header { display: flex; align-items: center; gap: 20px; background: var(--card); border-radius: 12px; padding: 24px; box-shadow: 0 2px 12px rgba(0,0,0,.07); margin-bottom: 24px; }
.detail-photo { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.detail-logo { width: 72px; height: 72px; object-fit: contain; border-radius: 8px; flex-shrink: 0; }
.detail-info h2 { font-size: 1.4rem; font-weight: 800; }
.detail-info p { color: var(--muted); font-size: .88rem; margin-top: 4px; }
.detail-stats { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.detail-stat-item { display: flex; flex-direction: column; align-items: center; background: var(--accent); border-radius: 8px; padding: 8px 14px; min-width: 60px; }
.detail-stat-val { font-size: 1.2rem; font-weight: 800; color: var(--primary-dark); }
.detail-stat-lbl { font-size: .68rem; color: var(--muted); text-transform: uppercase; }

/* ── Welcome ─────────────────────────────────────────────────────────────────── */
.welcome-state { text-align: center; padding: 60px 20px; color: var(--muted); }
.welcome-state i { font-size: 4rem; display: block; margin-bottom: 16px; color: var(--border); }
.welcome-state h2 { font-size: 1.3rem; color: var(--text); margin-bottom: 8px; }

/* ── Legend ──────────────────────────────────────────────────────────────────── */
.legend { display: flex; flex-wrap: wrap; gap: 10px; font-size: .76rem; color: var(--muted); margin-top: 10px; align-items: center; }
.legend-item { display: flex; align-items: center; gap: 5px; }
.legend-dot { width: 12px; height: 12px; border-radius: 3px; }

/* ── Public Footer ─────────────────────────────────────────────────────────── */
/* ── Attachments ─────────────────────────────────────────────────────────── */
.page-attachments { border-top: 1px solid var(--border); background: var(--accent); padding: 24px 20px; }
.attachments-inner { max-width: 1100px; margin: 0 auto; }
.attachments-title { font-size: .8rem; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); margin-bottom: 12px; display: flex; align-items: center; gap: 6px; }
.attachments-list { display: flex; flex-wrap: wrap; gap: 10px; }
.attachment-btn { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 8px; border: 1px solid var(--border); background: var(--card); color: var(--text); text-decoration: none; font-size: .9rem; font-weight: 500; transition: .18s; box-shadow: 0 1px 4px rgba(0,0,0,.05); }
.attachment-btn:hover { border-color: var(--primary-light); background: #fff; box-shadow: 0 4px 12px rgba(74,127,181,.12); color: var(--primary-dark); }
.attachment-btn i { font-size: 1.1rem; color: var(--primary); flex-shrink: 0; }
.attachment-btn .attachment-dl-icon { font-size: .9rem; color: var(--muted); margin-left: 4px; }

/* ── Public Footer ─────────────────────────────────────────────────────────── */
.public-footer { margin-top: 40px; border-top: 1px solid var(--border); padding: 24px 20px 32px; }
.public-footer-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--muted); font-size: .82rem; }
.public-footer-brand { line-height: 1.5; }
.public-footer-actions { display: inline-flex; align-items: center; gap: 8px; }
.public-footer-mail,
.public-footer-donate { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 999px; border: 1px solid var(--border); background: var(--card); transition: .18s; }
.public-footer-mail { color: var(--primary-dark); }
.public-footer-mail i, .public-footer-donate i { font-size: 1.1rem; }
.public-footer-mail:hover { border-color: var(--primary-light); background: var(--accent); color: var(--primary-dark); box-shadow: 0 4px 12px rgba(74,127,181,.12); }
.public-footer-donate { color: #b45309; }
.public-footer-donate:hover { border-color: #f3a332; background: #fff7e6; color: #92400e; box-shadow: 0 4px 12px rgba(180,83,9,.15); }

/* ── Cookie Banner ──────────────────────────────────────────────────────────── */
#cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999; background: var(--card); border-top: 1px solid var(--border); box-shadow: 0 -2px 12px rgba(0,0,0,.08); display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 24px; font-size: .84rem; color: var(--text); }
.cookie-banner-text { flex: 1; line-height: 1.5; color: var(--muted); margin: 0; }
.cookie-banner-link { color: var(--primary); text-decoration: underline; white-space: nowrap; }
.cookie-banner-link:hover { color: var(--primary-dark); }
.cookie-banner-btn { flex-shrink: 0; background: var(--primary); color: #fff; border: none; border-radius: 8px; padding: 8px 18px; font-size: .84rem; font-weight: 600; cursor: pointer; transition: background .15s; white-space: nowrap; }
.cookie-banner-btn:hover { background: var(--primary-dark); }

/* ── Responsive ──────────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .page-layout { flex-direction: column; }
  .page-sidebar { width: 100%; max-height: 260px; border-right: none; border-bottom: 1px solid var(--border); }
  .page-main { padding: 20px 16px; }
  .site-header { padding: 0 16px; height: 56px; }
  .header-titles .subtitle { display: none; }
  .rank-tbl .col-athlete-sticky, .rank-tbl .col-total-sticky { position: static; }
  .public-footer-inner { flex-direction: column; text-align: center; }
  #cookie-banner { flex-direction: column; align-items: flex-start; gap: 10px; padding: 14px 16px; }
  .cookie-banner-btn { align-self: flex-end; }

  .fixture-card { grid-template-columns: minmax(0,1fr) 60px minmax(0,1fr); }
}
@media (max-width: 480px) {
  .rankings-grid { grid-template-columns: 1fr; }
  .ranking-card-pin { margin-left: 0; }
  .ranking-card-head { align-items: flex-start; flex-wrap: wrap; }
  .detail-header { flex-direction: column; text-align: center; }
  .ranking-title-logo { width: 28px; height: 28px; }
  .site-header { padding: 0 12px; height: 56px; gap: 10px; }
  .header-brand { flex: 1; min-width: 0; }
  .header-logo i { font-size: 1.65rem; }
  .header-titles { min-width: 0; }
  .header-titles h1 { font-size: 1.05rem; line-height: 1.15; }

  .header-actions { gap: 6px; }
  .header-admin-link { min-width: 40px; justify-content: center; padding: 7px 10px; }
  .public-footer { padding: 22px 16px 28px; }
  .public-footer-mail, .public-footer-donate { width: 46px; height: 46px; }
}

/* ── Pagina Privacy ─────────────────────────────────────────────────────────── */
.privacy-page { padding: 40px 20px 80px; }
.privacy-wrap { max-width: 780px; margin: 0 auto; }
.privacy-title { font-size: 1.5rem; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.privacy-updated { font-size: .8rem; color: var(--muted); margin-bottom: 32px; }
.privacy-section { margin-bottom: 28px; }
.privacy-section h3 { font-size: 1rem; font-weight: 700; color: var(--primary-dark); margin-bottom: 8px; }
.privacy-section p { font-size: .9rem; color: var(--text); line-height: 1.65; margin-bottom: 8px; }
.privacy-section ul { padding-left: 20px; margin-top: 6px; margin-bottom: 8px; }
.privacy-section ul li { font-size: .9rem; color: var(--text); line-height: 1.65; margin-bottom: 4px; }
.privacy-section a { color: var(--primary); text-decoration: underline; }
.privacy-section a:hover { color: var(--primary-dark); }

