/* ============ Conscipact Intranet ============ */
:root {
  --brand:        #0E00B2;   /* Conscipact royal blue (from logo) */
  --brand-2:      #3B2AE0;   /* lighter royal accent */
  --brand-ink:    #08006B;   /* deep text-on-brand */
  --accent:       #F0A03C;   /* warm accent (from banner) for tags/CTAs */
  --bg:           #f5f7f8;
  --card:         #ffffff;
  --ink:          #17242a;
  --muted:        #5c6b72;
  --line:         #e4e9eb;
  --radius:       14px;
  --shadow:       0 1px 3px rgba(16,42,51,.06), 0 8px 24px rgba(16,42,51,.06);
  --maxw:         1120px;
  --font:         -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  margin: 0; font-family: var(--font); color: var(--ink);
  background: var(--bg); line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
.hidden { display: none !important; }
a { color: var(--brand-2); }

/* ---------- Auth screen ---------- */
.auth-screen {
  min-height: 100vh; display: grid; place-items: center; padding: 24px;
  background: radial-gradient(1200px 600px at 70% -10%, var(--brand-2), var(--brand) 60%, var(--brand-ink) 100%);
}
.auth-card {
  width: 100%; max-width: 420px; background: var(--card);
  border-radius: 18px; padding: 40px 34px; box-shadow: var(--shadow); text-align: center;
}
.auth-logo { width: 100%; max-width: 340px; height: auto; margin-bottom: 18px; }
.auth-title {
  display: inline-block; margin: 2px 0 12px;
  font-size: clamp(30px, 6vw, 42px); font-weight: 800; letter-spacing: -.02em;
  color: var(--brand);
  background: linear-gradient(180deg, rgba(59,42,224,.12), rgba(14,0,178,.08));
  padding: 4px 20px; border-radius: 12px;
}
.auth-sub { margin: 0 0 22px; color: var(--muted); font-size: 15px; }
.auth-form { display: grid; gap: 12px; }
.auth-form input {
  padding: 13px 14px; border: 1px solid var(--line); border-radius: 10px; font-size: 15px;
}
.auth-form input:focus { outline: none; border-color: var(--brand-2); box-shadow: 0 0 0 3px rgba(43,122,140,.15); }
.auth-form button, .form-actions button, #login-btn {
  padding: 13px 16px; background: var(--brand); color: #fff; border: 0;
  border-radius: 10px; font-size: 15px; font-weight: 600; cursor: pointer;
  transition: background .15s;
}
.auth-form button:hover { background: var(--brand-ink); }
.auth-msg { min-height: 20px; margin: 14px 0 0; font-size: 14px; }
.auth-msg.ok { color: #1c7c4a; }
.auth-msg.err { color: #b3341f; }
.pw-hint { margin: -4px 0 2px; font-size: 12px; color: var(--muted); text-align: left; line-height: 1.4; }
.auth-hint { margin: -4px 0 14px; font-size: 13px; }
.auth-hint a { color: var(--brand-2); font-weight: 600; text-decoration: none; }
.auth-hint a:hover { text-decoration: underline; }
.auth-links { display: flex; justify-content: center; gap: 18px; margin-top: 14px; }
.link-btn { background: none; border: 0; color: var(--brand-2); font-size: 13px; cursor: pointer; padding: 4px; text-decoration: underline; }
.link-btn:hover { color: var(--brand); }
.code-input { text-align: center; letter-spacing: .4em; font-size: 20px; font-weight: 600; }
.auth-view { display: block; }
.auth-foot { margin: 18px 0 0; font-size: 12px; color: var(--muted); }
.auth-preboard { margin: 14px 0 0; padding-top: 14px; border-top: 1px solid var(--line); font-size: 14px; }
.auth-preboard a { color: var(--brand-2); text-decoration: none; font-weight: 600; }
.auth-preboard a:hover { text-decoration: underline; }

/* ---------- Top bar ---------- */
.topbar {
  position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.9);
  backdrop-filter: saturate(140%) blur(8px); border-bottom: 1px solid var(--line);
}
.topbar-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 12px 22px;
  display: flex; align-items: center; gap: 20px;
}
.brand-logo { height: 40px; display: block; }
.brand-word { font-weight: 800; letter-spacing: .12em; color: var(--brand); }
.topnav { display: flex; gap: 20px; margin-left: 8px; flex: 1; }
.topnav a { color: var(--ink); text-decoration: none; font-size: 14px; font-weight: 500; }
.topnav a:hover { color: var(--brand-2); }
.topbar-right { display: flex; align-items: center; gap: 12px; }
.user-email { font-size: 13px; color: var(--muted); }
.btn-ghost {
  background: transparent; border: 1px solid var(--line); color: var(--ink);
  padding: 8px 12px; border-radius: 8px; font-size: 13px; cursor: pointer;
}
.btn-ghost:hover { border-color: var(--brand-2); color: var(--brand-2); }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; text-align: center; color: #fff;
  padding: 54px 22px 58px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 62%, var(--brand-ink) 100%); }
.hero-glow { position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(720px 300px at 50% -30%, rgba(255,255,255,.20), transparent 70%); }
.hero-inner { position: relative; max-width: 720px; margin: 0 auto; }
.hero-badge { width: 76px; height: 76px; margin: 0 auto 18px; border-radius: 50%; background: #fff;
  display: grid; place-items: center; box-shadow: 0 10px 26px rgba(8,0,107,.32); }
.hero-badge img { width: 48px; height: 48px; object-fit: contain; }
.hero-title { font-size: clamp(28px, 5vw, 44px); margin: 0 0 10px; letter-spacing: -.02em; }
.hero-tagline { font-size: 18px; opacity: .95; margin: 0; }
.hero-greeting { font-size: 15px; opacity: .88; margin: 10px 0 0; }

/* ---------- Layout blocks ---------- */
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 22px 60px; }
.block { margin-top: 54px; scroll-margin-top: 80px; }
.block-head { margin-bottom: 20px; }
.block-head h2 { font-size: 22px; margin: 0 0 4px; letter-spacing: -.01em; }
.block-sub { color: var(--muted); margin: 0; font-size: 15px; }

/* Quick link tiles */
.tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px,1fr)); gap: 14px; }
.tile {
  display: flex; flex-direction: column; gap: 4px; padding: 18px;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  text-decoration: none; color: var(--ink); box-shadow: var(--shadow);
  transition: transform .12s, box-shadow .12s, border-color .12s;
}
.tile:hover { transform: translateY(-2px); border-color: var(--brand-2); }
.tile-icon { font-size: 26px; }
.tile-title { font-weight: 650; margin-top: 4px; }
.tile-desc { font-size: 13px; color: var(--muted); }

/* Announcements */
.news-list { display: grid; gap: 14px; }
.news-item {
  background: var(--card); border: 1px solid var(--line); border-left: 4px solid var(--accent);
  border-radius: var(--radius); padding: 18px 20px; box-shadow: var(--shadow);
}
.news-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.news-tag { background: rgba(224,138,60,.14); color: #a75f1e; font-size: 11px; font-weight: 700;
  padding: 3px 9px; border-radius: 999px; text-transform: uppercase; letter-spacing: .05em; }
.news-date { font-size: 12px; color: var(--muted); }
.news-item h3 { margin: 2px 0 6px; font-size: 17px; }
.news-item p { margin: 0; color: var(--muted); }

/* Trainings */
.training-list { display: grid; gap: 10px; }
.training-item {
  display: flex; align-items: center; gap: 14px; text-decoration: none; color: var(--ink);
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 14px 18px; box-shadow: var(--shadow); transition: border-color .12s;
}
.training-item:hover { border-color: var(--brand-2); }
.training-check { color: var(--brand-2); font-size: 14px; }
.training-main { display: flex; flex-direction: column; flex: 1; }
.training-title { font-weight: 600; }
.training-due { font-size: 13px; color: var(--muted); }
.badge-required { background: rgba(179,52,31,.1); color: #b3341f; font-size: 11px; font-weight: 700;
  padding: 4px 10px; border-radius: 999px; }

/* Two column */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 54px; }
.card-block {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; box-shadow: var(--shadow); margin-top: 0;
}
.card-block h2 { font-size: 20px; margin: 0 0 10px; }
.prose p { color: var(--muted); margin: 0 0 12px; }
.prose ul { color: var(--muted); margin: 0 0 12px; padding-left: 20px; }
.prose li { margin-bottom: 6px; }

/* From the Founder */
.founder-card { display: flex; gap: 26px; align-items: flex-start;
  background: linear-gradient(135deg, rgba(14,0,178,.045), rgba(59,42,224,.07));
  border: 1px solid var(--line); border-left: 4px solid var(--brand); border-radius: var(--radius);
  padding: 28px 30px; box-shadow: var(--shadow); }
.founder-badge { flex: none; width: 72px; height: 72px; border-radius: 50%; letter-spacing: .04em;
  background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: #fff; font-weight: 800;
  font-size: 24px; display: grid; place-items: center; box-shadow: 0 8px 20px rgba(8,0,107,.28); }
.founder-body h2 { margin: 0 0 12px; font-size: 20px; }
.founder-sign { margin: 10px 0 0; font-weight: 700; color: var(--ink); }
.founder-sign a { display: inline-block; margin-top: 4px; font-weight: 500; color: var(--brand-2); text-decoration: none; font-size: 14px; }
.founder-sign a:hover { text-decoration: underline; }
@media (max-width: 640px) { .founder-card { flex-direction: column; gap: 16px; } }

/* Team */
.team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px,1fr)); gap: 14px; }
.team-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px; text-align: center; box-shadow: var(--shadow);
}
.team-emoji { font-size: 34px; }
.team-name { font-weight: 700; margin-top: 8px; }
.team-role { font-size: 13px; color: var(--muted); margin: 2px 0 8px; }
.team-email { font-size: 13px; text-decoration: none; }

/* Onboarding form */
.form-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; box-shadow: var(--shadow);
}
.form-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px,1fr)); gap: 16px; }
.form-card label { display: flex; flex-direction: column; gap: 6px; font-size: 14px; font-weight: 600; color: var(--ink); }
.form-card label.full { margin-top: 16px; }
.form-card input, .form-card select, .form-card textarea {
  padding: 11px 12px; border: 1px solid var(--line); border-radius: 9px; font-size: 14px;
  font-weight: 400; font-family: var(--font); background: #fff;
}
.form-card input:focus, .form-card select:focus, .form-card textarea:focus {
  outline: none; border-color: var(--brand-2); box-shadow: 0 0 0 3px rgba(43,122,140,.14);
}
.form-actions { display: flex; align-items: center; gap: 16px; margin-top: 20px; }
.form-actions button { min-width: 140px; }
.form-msg { font-size: 14px; }
.form-msg.ok { color: #1c7c4a; }
.form-msg.err { color: #b3341f; }

/* Footer — Conscipact company footer */
.site-footer { background: var(--brand-ink); color: rgba(255,255,255,.85); margin-top: 64px; }
.footer-cols { max-width: var(--maxw); margin: 0 auto; padding: 46px 22px 32px;
  display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 40px; }
.footer-logo { height: 40px; margin-bottom: 16px; }
.footer-desc { font-size: 13.5px; line-height: 1.7; color: rgba(255,255,255,.72); margin: 0 0 12px; max-width: 420px; }
.footer-tagline { font-size: 13px; font-style: italic; color: rgba(255,255,255,.6); margin: 0; }
.footer-col h4 { font-size: 12px; text-transform: uppercase; letter-spacing: .09em; color: #fff; margin: 4px 0 14px; }
.footer-col p { font-size: 13.5px; line-height: 1.6; color: rgba(255,255,255,.72); margin: 0 0 14px; }
.footer-col a { color: #fff; text-decoration: none; }
.footer-col a:hover { text-decoration: underline; }
.footer-values { font-size: 12.5px !important; color: rgba(255,255,255,.55) !important; margin-top: 18px !important; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); }
.footer-bar { max-width: var(--maxw); margin: 0 auto; padding: 18px 22px; display: flex;
  justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 12.5px; color: rgba(255,255,255,.5); }
@media (max-width: 820px) { .footer-cols { grid-template-columns: 1fr; gap: 28px; } }

/* ---------- Public pre-boarding page ---------- */
.pb-body { background: linear-gradient(180deg, #ffffff 0%, #eaeef3 100%); min-height: 100vh; }

.pb-hero { position: relative; overflow: hidden; text-align: center; padding: 46px 22px 26px; }
.pb-hero::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px;
  background: linear-gradient(90deg, var(--brand), var(--brand-2) 55%, var(--accent)); }
.pb-hero-watermark { position: absolute; right: -30px; top: 6px; width: 240px; opacity: .06; pointer-events: none; }
.pb-hero-glow { position: absolute; inset: 0;
  background: radial-gradient(600px 240px at 50% -40%, rgba(59,42,224,.12), transparent 70%); pointer-events: none; }
.pb-hero-inner { position: relative; max-width: 680px; margin: 0 auto; }
.pb-hero-logo { width: 100%; max-width: 290px; height: auto; margin-bottom: 16px; }
.pb-kicker { text-transform: uppercase; letter-spacing: .14em; font-size: 12px; color: var(--brand); font-weight: 700; margin: 0 0 8px; }
.pb-title { font-size: clamp(28px, 5vw, 40px); color: var(--brand-ink); margin: 0 0 12px; letter-spacing: -.02em; }
.pb-hero-sub { color: var(--muted); font-size: 15px; max-width: 600px; margin: 0 auto; line-height: 1.6; }
.pb-steps { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 22px; flex-wrap: wrap; }
.pb-steps span { font-size: 12px; font-weight: 600; color: var(--brand); background: rgba(14,0,178,.06); padding: 6px 12px; border-radius: 999px; }
.pb-steps i { width: 16px; height: 2px; background: var(--line); display: inline-block; }

.pb-main { max-width: 760px; margin: 0 auto; padding: 8px 22px 64px; }
.pb-form { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 12px 30px 30px; box-shadow: var(--shadow); }
.pb-section { padding: 24px 0; border-bottom: 1px solid var(--line); }
.pb-section:last-of-type { border-bottom: 0; }
.pb-shead { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }
.pb-badge { flex: none; width: 30px; height: 30px; border-radius: 50%; color: #fff; font-weight: 700; font-size: 14px;
  display: grid; place-items: center; background: linear-gradient(135deg, var(--brand), var(--brand-2)); }
.pb-shead h2 { font-size: 18px; margin: 0; letter-spacing: -.01em; }
.pb-shead p { margin: 3px 0 0; font-size: 13px; color: var(--muted); }

.pb-form label { display: flex; flex-direction: column; gap: 6px; font-size: 14px; font-weight: 600; color: var(--ink); }
.pb-form label.full { margin-top: 16px; }
.pb-form input, .pb-form select, .pb-form textarea {
  padding: 11px 12px; border: 1px solid var(--line); border-radius: 9px; font-size: 14px;
  font-weight: 400; font-family: var(--font); background: #fff; }
.pb-form input:focus, .pb-form select:focus, .pb-form textarea:focus {
  outline: none; border-color: var(--brand-2); box-shadow: 0 0 0 3px rgba(59,42,224,.14); }

.phone-group { display: flex; gap: 8px; }
.cc-select { flex: 0 0 auto; width: auto !important; max-width: 132px; }
.phone-group input { flex: 1; }

.pb-check { flex-direction: row !important; align-items: flex-start; gap: 10px; font-weight: 500; margin-top: 14px; color: var(--ink); }
.pb-check input { width: 16px; height: 16px; margin-top: 3px; flex: none; }
.pb-check.consent { margin-top: 20px; }

.pb-upload { margin-top: 18px; }
.pb-upload input[type="file"] { padding: 12px; border: 1px dashed var(--brand-2); border-radius: 10px; background: #fafbff; cursor: pointer; }
.form-note { font-size: 13px; color: var(--muted); margin: 6px 0 0; }
.hint-inline { color: var(--muted); font-weight: 400; font-size: 12px; }

.pb-actions { display: flex; align-items: center; gap: 16px; margin-top: 26px; flex-wrap: wrap; }
.pb-actions button { padding: 14px 22px; background: var(--brand); color: #fff; border: 0; border-radius: 10px;
  font-size: 15px; font-weight: 600; cursor: pointer; min-width: 230px; transition: background .15s; }
.pb-actions button:hover { background: var(--brand-ink); }
.pb-actions button:disabled { opacity: .6; cursor: default; }

.success-card { text-align: center; padding: 40px 30px; }
.success-icon { width: 56px; height: 56px; margin: 0 auto 14px; border-radius: 50%; background: rgba(28,124,74,.12);
  color: #1c7c4a; font-size: 28px; display: grid; place-items: center; }
.success-card h2 { margin: 0 0 8px; }
.success-card p { color: var(--muted); max-width: 480px; margin: 0 auto; }
.pb-foot { text-align: center; margin-top: 22px; font-size: 14px; color: var(--muted); }
.pb-foot a { color: var(--brand-2); text-decoration: none; font-weight: 600; }

/* ---------- Admin portal ---------- */
.admin-badge { background: var(--brand); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; padding: 4px 10px; border-radius: 6px; margin-left: 12px; }
.admin-main { max-width: 1000px; margin: 0 auto; padding: 26px 22px 60px; }
.admin-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 16px; margin-bottom: 24px; }
.stat { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 20px 22px; box-shadow: var(--shadow); }
.stat-num { font-size: 30px; font-weight: 800; color: var(--brand); letter-spacing: -.02em; }
.stat-label { font-size: 13px; color: var(--muted); margin-top: 2px; }
.admin-bar { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 18px; }
.admin-tabs { display: flex; gap: 6px; background: #e9edf1; padding: 4px; border-radius: 10px; }
.admin-tabs .tab { border: 0; background: transparent; padding: 8px 16px; border-radius: 8px; font-size: 14px; font-weight: 600; color: var(--muted); cursor: pointer; }
.admin-tabs .tab.active { background: #fff; color: var(--brand); box-shadow: var(--shadow); }
.admin-bar-right { display: flex; gap: 10px; align-items: center; }
.admin-search { padding: 10px 14px; border: 1px solid var(--line); border-radius: 9px; font-size: 14px; min-width: 220px; font-family: var(--font); }
.admin-search:focus { outline: none; border-color: var(--brand-2); box-shadow: 0 0 0 3px rgba(59,42,224,.14); }
.admin-panel { display: grid; gap: 16px; }
.admin-empty { color: var(--muted); text-align: center; padding: 40px; background: var(--card); border: 1px dashed var(--line); border-radius: 14px; }
.rec-card { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 20px 22px; box-shadow: var(--shadow); }
.rec-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.rec-name { font-size: 17px; font-weight: 700; }
.rec-sub { font-size: 13px; color: var(--muted); }
.rec-date { font-size: 12px; color: var(--muted); white-space: nowrap; }
.rec-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px,1fr)); gap: 10px 22px; }
.rec-row { display: flex; flex-direction: column; gap: 1px; }
.rec-k { font-size: 11px; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); }
.rec-v { font-size: 14px; color: var(--ink); word-break: break-word; }
.doc-btn { margin-top: 16px; background: rgba(14,0,178,.06); color: var(--brand); border: 1px solid rgba(14,0,178,.15);
  padding: 9px 14px; border-radius: 9px; font-size: 13px; font-weight: 600; cursor: pointer; }
.doc-btn:hover { background: rgba(14,0,178,.12); }

/* Preview banner */
.preview-banner {
  position: fixed; bottom: 16px; left: 50%; transform: translateX(-50%);
  background: var(--brand-ink); color: #fff; padding: 10px 18px; border-radius: 999px;
  font-size: 13px; z-index: 100; box-shadow: var(--shadow);
}

/* Responsive */
@media (max-width: 820px) {
  .topnav { display: none; }
  .two-col { grid-template-columns: 1fr; }
}

/* ================= Portal shell & pages ================= */
.portal-body { background: var(--bg); }
.portal-container { max-width: var(--maxw); margin: 0 auto; padding: 0 22px 24px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.topnav a.active { color: var(--brand-2); font-weight: 700; }
.topnav-scroll { display: none; }
@media (max-width: 820px) {
  .topnav-scroll { display: flex; gap: 18px; overflow-x: auto; padding: 8px 16px 10px; border-top: 1px solid var(--line); }
  .topnav-scroll a { white-space: nowrap; font-size: 14px; font-weight: 600; color: var(--ink); text-decoration: none; }
  .topnav-scroll a.active { color: var(--brand-2); }
}

.page-head { padding: 32px 0 8px; }
.page-head h1 { font-size: clamp(24px, 4vw, 34px); margin: 0 0 6px; letter-spacing: -.02em; }
.page-head p { margin: 0; color: var(--muted); font-size: 15px; }

.home-hero { position: relative; overflow: hidden; text-align: center; color: #fff; padding: 46px 22px 50px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 62%, var(--brand-ink) 100%); }

.quick-actions { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; margin: 26px 0; }
.qa-tile { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; text-align: center;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 14px;
  text-decoration: none; color: var(--ink); box-shadow: var(--shadow); font-weight: 600; font-size: 14px; transition: transform .12s, border-color .12s; }
.qa-tile:hover { transform: translateY(-2px); border-color: var(--brand-2); }
.qa-icon { font-size: 26px; }

.dash-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 16px; margin-bottom: 32px; }
.dash-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); }
.dash-card h3 { margin: 6px 0; font-size: 17px; }
.dash-card p { margin: 0 0 10px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.dash-k { font-size: 11px; text-transform: uppercase; letter-spacing: .07em; color: var(--brand); font-weight: 700; margin-bottom: 6px; }
.dash-link { font-size: 14px; font-weight: 600; color: var(--brand-2); text-decoration: none; }
.dash-link:hover { text-decoration: underline; }
.dash-card .news-meta { margin: 4px 0 6px; }
.awareness-card { background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: #fff; border: 0; }
.awareness-card .dash-k { color: rgba(255,255,255,.8); }
.awareness-quote { font-size: 19px; font-weight: 600; line-height: 1.5; color: #fff !important; margin: 0 !important; }
.mini-tools { display: flex; flex-wrap: wrap; gap: 8px; margin: 10px 0 12px; }
.mini-tool { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; background: var(--bg);
  border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px; text-decoration: none; color: var(--ink); }
.mini-tool:hover { border-color: var(--brand-2); }

.office-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.office-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow); }
.office-flag { font-weight: 700; color: var(--brand); margin-bottom: 6px; }
.office-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.checklist { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.check-item { display: flex; align-items: center; gap: 14px; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 14px 18px; box-shadow: var(--shadow); font-size: 15px; }
.check-n { flex: none; width: 26px; height: 26px; border-radius: 50%; color: #fff; font-weight: 700; font-size: 13px;
  display: grid; place-items: center; background: linear-gradient(135deg, var(--brand), var(--brand-2)); }

/* Coming soon states */
.soon-pill { display: inline-block; margin-top: 8px; font-size: 11px; font-weight: 700; letter-spacing: .04em;
  background: rgba(240,160,60,.16); color: #a75f1e; padding: 3px 9px; border-radius: 999px; align-self: flex-start; }
.tile.is-soon, .qa-tile.is-soon, .training-item.is-soon { cursor: default; opacity: .9; }
.tile.is-soon:hover, .qa-tile.is-soon:hover, .training-item.is-soon:hover { transform: none; border-color: var(--line); box-shadow: var(--shadow); }
.qa-tile.is-soon .soon-pill { margin-top: 2px; align-self: center; }
.mini-tool.is-soon { opacity: .65; cursor: default; }
.mini-tool.is-soon::after { content: "soon"; font-size: 10px; font-weight: 700; color: #a75f1e;
  background: rgba(240,160,60,.16); padding: 1px 6px; border-radius: 999px; margin-left: 4px; }
