/* ================================================================
   NextStep — design system inspire ClickUp (Inter, violet, cards)
   ================================================================ */
:root {
  --bg: #f7f8fa;
  --surface: #ffffff;
  --line: #e4e7ec;
  --line-strong: #d0d5dd;
  --ink: #101828;
  --ink-2: #475467;
  --ink-3: #98a2b3;
  --primary: #7b2ff7;
  --primary-2: #9d5cff;
  --primary-soft: #f3ecff;
  --focus-ring: 0 0 0 3px rgba(123, 47, 247, .22);
  --ok: #12b76a;
  --ok-soft: #e7f8ef;
  --warn: #f79009;
  --warn-soft: #fef4e6;
  --danger: #f04438;
  --danger-soft: #feeceb;
  --urgent: #d92d20;
  --urgent-soft: #fee4e2;
  --high: #f79009;
  --high-soft: #fef0c7;
  --normal: #6684ff;
  --normal-soft: #eef2ff;
  --low: #12b76a;
  --low-soft: #e7f8ef;
  --shadow-xs: 0 1px 2px rgba(16, 24, 40, .06);
  --shadow-sm: 0 1px 3px rgba(16, 24, 40, .1), 0 1px 2px rgba(16, 24, 45, .06);
  --shadow-md: 0 4px 8px -2px rgba(16, 24, 40, .08), 0 2px 4px -2px rgba(16, 24, 40, .06);
  --radius: 10px;
  --radius-lg: 14px;
}

* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0;
  font-family: 'Inter', -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: 14px;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
button { font-family: inherit; }
input, select, textarea { font-family: inherit; }

#app { display: flex; height: 100vh; overflow: hidden; }

/* ============ Sidebar ============ */
#sidebar {
  width: 248px; min-width: 248px;
  background: #ffffff;
  border-right: 1px solid var(--line);
  display: flex; flex-direction: column;
  padding: 14px 12px;
  gap: 4px;
  overflow-y: auto;
}
.sb-brand {
  display: flex; align-items: center; gap: 10px;
  padding: 6px 8px 14px;
}
.sb-logo {
  width: 32px; height: 32px; border-radius: 9px;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #fff; display: grid; place-items: center;
  font-size: 17px; font-weight: 800;
  box-shadow: var(--shadow-sm);
}
.sb-name { font-weight: 800; font-size: 15.5px; letter-spacing: -.2px; }
.sb-name small { display: block; font-weight: 500; color: var(--ink-3); font-size: 11px; margin-top: 1px; }

.sb-section { margin-top: 10px; }
.sb-label {
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px;
  color: var(--ink-3); padding: 6px 10px 4px;
  display: flex; justify-content: space-between; align-items: center;
}
.sb-label button {
  border: 0; background: transparent; color: var(--ink-3); cursor: pointer;
  font-size: 15px; line-height: 1; padding: 2px 6px; border-radius: 6px;
}
.sb-label button:hover { background: var(--primary-soft); color: var(--primary); }

.sb-item {
  display: flex; align-items: center; gap: 9px;
  padding: 8px 10px; border-radius: 8px;
  color: var(--ink-2); cursor: pointer; user-select: none;
  font-weight: 500; font-size: 13.5px;
  border: 0; background: transparent; width: 100%; text-align: left;
}
.sb-item:hover { background: #f2f4f7; color: var(--ink); }
.sb-item.active { background: var(--primary-soft); color: var(--primary); font-weight: 600; }
.sb-item .dot { width: 9px; height: 9px; border-radius: 50%; flex: none; }
.sb-item .grow { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sb-item .count {
  font-size: 11px; font-weight: 700; color: var(--ink-3);
  background: #f2f4f7; border-radius: 20px; padding: 1px 8px;
}
.sb-item.active .count { background: #fff; color: var(--primary); }

.sb-focus-cta {
  margin-top: 12px;
  display: flex; align-items: center; gap: 9px;
  padding: 11px 12px; border-radius: var(--radius);
  background: linear-gradient(135deg, #1d1d2e, #2c2360);
  color: #fff; cursor: pointer; border: 0; width: 100%; text-align: left;
  font-weight: 700; font-size: 13.5px;
  box-shadow: var(--shadow-sm);
}
.sb-focus-cta:hover { filter: brightness(1.15); }
.sb-focus-cta .bolt { font-size: 17px; }
.sb-focus-cta small { display: block; font-weight: 500; font-size: 11px; opacity: .75; }

.sb-footer { margin-top: auto; padding-top: 12px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 2px; }
.sb-foot-btn {
  display: flex; align-items: center; gap: 8px;
  padding: 7px 10px; border-radius: 8px; border: 0; background: transparent;
  color: var(--ink-2); font-size: 12.5px; font-weight: 500; cursor: pointer; width: 100%; text-align: left;
}
.sb-foot-btn:hover { background: #f2f4f7; color: var(--ink); }

/* ============ Main / Topbar ============ */
#main { flex: 1; display: flex; flex-direction: column; min-width: 0; }
#topbar {
  height: 58px; min-height: 58px;
  background: rgba(255,255,255,.92); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
  display: flex; align-items: center; gap: 12px;
  padding: 0 22px;
  z-index: 5;
}
.tb-title { font-size: 16.5px; font-weight: 700; letter-spacing: -.2px; display: flex; align-items: center; gap: 10px; }
.tb-title .emoji { font-size: 19px; }
.tb-sub { font-size: 12px; color: var(--ink-3); font-weight: 500; }
.tb-spacer { flex: 1; }
.tb-search {
  width: 240px; padding: 8px 12px 8px 32px;
  border: 1px solid var(--line-strong); border-radius: 8px;
  font-size: 13px; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2398a2b3' stroke-width='2.4'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E") 10px center no-repeat;
  outline: none;
}
.tb-search:focus { border-color: var(--primary-2); box-shadow: var(--focus-ring); }

.btn {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 14px; border-radius: 8px;
  font-size: 13px; font-weight: 600; cursor: pointer;
  border: 1px solid var(--line-strong); background: #fff; color: var(--ink);
  box-shadow: var(--shadow-xs);
}
.btn:hover { background: #f8f9fb; }
.btn-primary {
  background: var(--primary); border-color: var(--primary); color: #fff;
}
.btn-primary:hover { background: #6a1fe0; }
.btn-ghost { border-color: transparent; background: transparent; box-shadow: none; color: var(--ink-2); }
.btn-ghost:hover { background: #f2f4f7; }
.btn-danger-ghost { border-color: transparent; background: transparent; box-shadow: none; color: var(--danger); }
.btn-danger-ghost:hover { background: var(--danger-soft); }
.btn-sm { padding: 5px 10px; font-size: 12px; border-radius: 7px; }

/* ============ View container ============ */
#view { flex: 1; overflow-y: auto; padding: 22px; }

/* ============ Chips / badges ============ */
.chip {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 11px; font-weight: 700; letter-spacing: .2px;
  padding: 3px 9px; border-radius: 20px; text-transform: uppercase;
}
.chip.urgent { background: var(--urgent-soft); color: var(--urgent); }
.chip.high { background: var(--high-soft); color: #b54708; }
.chip.normal { background: var(--normal-soft); color: #3538cd; }
.chip.low { background: var(--low-soft); color: #067647; }
.chip.done { background: var(--ok-soft); color: #067647; }
.chip.draft { background: #f2f4f7; color: var(--ink-2); }

.status-pill {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 600; padding: 3px 10px; border-radius: 20px;
  cursor: pointer; border: 1px solid transparent; user-select: none;
}
.status-pill:hover { border-color: var(--line-strong); }
.status-pill .sdot { width: 8px; height: 8px; border-radius: 50%; }
.st-todo .sdot { background: #98a2b3; }
.st-doing .sdot { background: var(--primary); }
.st-review .sdot { background: var(--warn); }
.st-done .sdot { background: var(--ok); }

/* ============ Cards ============ */
.card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-xs);
}
.card-pad { padding: 18px 20px; }

/* ============ Vue Dashboard ============ */
.dash-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.kpis { grid-column: span 12; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.kpi {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 15px 17px; box-shadow: var(--shadow-xs);
  display: flex; flex-direction: column; gap: 6px; position: relative; overflow: hidden;
}
.kpi .k-top { display: flex; justify-content: space-between; align-items: center; }
.kpi .k-label { font-size: 12px; font-weight: 600; color: var(--ink-2); }
.kpi .k-ico { width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; font-size: 16px; }
.kpi .k-val { font-size: 27px; font-weight: 800; letter-spacing: -.6px; }
.kpi .k-foot { font-size: 11.5px; color: var(--ink-3); font-weight: 500; }

.panel { grid-column: span 6; display: flex; flex-direction: column; }
.panel.w7 { grid-column: span 7; }
.panel.w5 { grid-column: span 5; }
.panel.w12 { grid-column: span 12; }
.panel-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 18px 10px;
}
.panel-title { font-size: 14px; font-weight: 700; display: flex; align-items: center; gap: 8px; }
.panel-title .sub { font-size: 12px; color: var(--ink-3); font-weight: 500; }

/* Focus next-step card */
.focus-hero {
  grid-column: span 12;
  background: linear-gradient(120deg, #17172b 0%, #2a1d5e 55%, #4a2a9e 100%);
  border-radius: var(--radius-lg); color: #fff;
  padding: 22px 24px;
  display: flex; gap: 20px; align-items: flex-start;
  box-shadow: var(--shadow-md);
  position: relative; overflow: hidden;
}
.focus-hero::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(420px 200px at 85% -10%, rgba(157, 92, 255, .35), transparent 60%);
  pointer-events: none;
}
.fh-left { flex: 1.4; min-width: 0; position: relative; z-index: 1; }
.fh-tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase;
  color: #ffd166; margin-bottom: 8px;
}
.fh-title { font-size: 21px; font-weight: 800; letter-spacing: -.3px; line-height: 1.25; margin: 0 0 6px; }
.fh-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; align-items: center; }
.fh-meta .m { font-size: 12px; background: rgba(255,255,255,.13); padding: 3px 10px; border-radius: 20px; font-weight: 600; }
.fh-actions { display: flex; gap: 8px; margin-top: 14px; position: relative; z-index: 1; }
.fh-btn {
  padding: 8px 16px; border-radius: 8px; border: 0; cursor: pointer;
  font-size: 13px; font-weight: 700;
}
.fh-btn.gold { background: #ffd166; color: #3a2b00; }
.fh-btn.gold:hover { background: #ffdc85; }
.fh-btn.ghost { background: rgba(255,255,255,.14); color: #fff; }
.fh-btn.ghost:hover { background: rgba(255,255,255,.24); }
.fh-right {
  flex: 1; min-width: 0; position: relative; z-index: 1;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px; padding: 14px 16px;
}
.fh-right h4 { margin: 0 0 8px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; opacity: .8; }
.fh-up-next { display: flex; flex-direction: column; gap: 8px; }
.fh-un-item {
  display: flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,.08); border-radius: 9px; padding: 8px 11px;
  font-size: 12.5px; font-weight: 500; cursor: pointer;
}
.fh-un-item:hover { background: rgba(255,255,255,.16); }
.fh-un-item .idx {
  width: 20px; height: 20px; border-radius: 6px; flex: none;
  background: rgba(255,255,255,.16); display: grid; place-items: center;
  font-size: 10.5px; font-weight: 800;
}
.fh-un-item .t { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* Progress bars */
.pbar { height: 8px; border-radius: 20px; background: #eef0f3; overflow: hidden; }
.pbar > div { height: 100%; border-radius: 20px; background: linear-gradient(90deg, var(--primary-2), var(--primary)); transition: width .5s ease; }
.pbar.ok > div { background: linear-gradient(90deg, #34d399, var(--ok)); }

.proj-row { display: flex; align-items: center; gap: 12px; padding: 11px 18px; border-top: 1px solid var(--line); cursor: pointer; }
.proj-row:hover { background: #fafbfc; }
.proj-row:first-of-type { border-top: 0; }
.proj-row .pr-color { width: 10px; height: 10px; border-radius: 50%; flex: none; }
.proj-row .pr-name { font-weight: 600; font-size: 13.5px; width: 170px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.proj-row .pr-bar { flex: 1; }
.proj-row .pr-pct { font-size: 12px; font-weight: 700; color: var(--ink-2); width: 40px; text-align: right; }
.proj-row .pr-next { font-size: 12px; color: var(--ink-3); width: 26%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.proj-row .pr-next b { color: var(--ink-2); font-weight: 600; }

/* Distribution bars (priorities) */
.dist-row { display: flex; align-items: center; gap: 10px; padding: 7px 18px; }
.dist-row .d-label { width: 76px; font-size: 12px; font-weight: 600; display: flex; align-items: center; gap: 6px; }
.dist-row .d-bar { flex: 1; height: 22px; border-radius: 6px; background: #f2f4f7; overflow: hidden; display: flex; }
.dist-row .d-bar > span { height: 100%; display: block; }
.dist-row .d-count { width: 28px; text-align: right; font-size: 12.5px; font-weight: 700; color: var(--ink-2); }

/* Burn / activity sparkline placeholder */
.chart-wrap { padding: 6px 18px 16px; }
.bar-chart { display: flex; align-items: flex-end; gap: 8px; height: 150px; padding: 0 4px; }
.bar-col { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 6px; min-width: 0; }
.bar-stack { width: 100%; max-width: 44px; border-radius: 6px 6px 3px 3px; display: flex; flex-direction: column-reverse; height: 110px; }
.bar-stack span { display: block; width: 100%; }
.bar-x { font-size: 10.5px; color: var(--ink-3); font-weight: 600; white-space: nowrap; }
.bar-v { font-size: 10.5px; color: var(--ink-2); font-weight: 700; }

/* ============ Liste de taches (vue projet) ============ */
.view-tabs { display: flex; gap: 2px; background: #eef0f3; padding: 3px; border-radius: 10px; }
.view-tab {
  border: 0; background: transparent; padding: 6px 13px; border-radius: 8px;
  font-size: 12.5px; font-weight: 600; color: var(--ink-2); cursor: pointer;
}
.view-tab.active { background: #fff; color: var(--ink); box-shadow: var(--shadow-xs); }

.toolbar { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; flex-wrap: wrap; }
.toolbar .sep { width: 1px; height: 22px; background: var(--line); }
.filter-chip {
  display: inline-flex; align-items: center; gap: 6px;
  border: 1px solid var(--line-strong); background: #fff; color: var(--ink-2);
  font-size: 12px; font-weight: 600; padding: 5px 11px; border-radius: 20px; cursor: pointer;
}
.filter-chip.on { background: var(--primary-soft); border-color: #d9c4ff; color: var(--primary); }

/* Task rows */
.task-list { display: flex; flex-direction: column; }
.task-row {
  display: flex; align-items: center; gap: 12px;
  padding: 11px 16px; border-top: 1px solid var(--line);
  background: var(--surface);
}
.task-row:first-child { border-top: 0; border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
.task-row:last-child { border-radius: 0 0 var(--radius-lg) var(--radius-lg); }
.task-row:hover { background: #fafbfc; }
.task-row.is-next {
  background: linear-gradient(90deg, #fff8e6, #fffdf7);
  box-shadow: inset 3px 0 0 #f79009;
}
.task-row.done .t-title { text-decoration: line-through; color: var(--ink-3); }

.t-check {
  width: 19px; height: 19px; border-radius: 6px; flex: none;
  border: 2px solid var(--line-strong); background: #fff; cursor: pointer;
  display: grid; place-items: center; color: transparent; font-size: 11px; font-weight: 800;
}
.t-check:hover { border-color: var(--primary-2); }
.task-row.done .t-check { background: var(--ok); border-color: var(--ok); color: #fff; }

.t-main { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.t-title { font-size: 13.5px; font-weight: 600; cursor: pointer; }
.t-title:hover { color: var(--primary); }
.t-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.t-tag { font-size: 10.5px; font-weight: 700; background: #f2f4f7; color: var(--ink-2); border-radius: 5px; padding: 2px 7px; }

.next-badge {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 10.5px; font-weight: 800; letter-spacing: .4px; text-transform: uppercase;
  color: #935d00; background: #ffe9b3; border: 1px solid #ffd666;
  padding: 2px 8px; border-radius: 6px; cursor: pointer; user-select: none;
}
.next-badge.on { box-shadow: 0 0 0 2px #ffd16666; }
.next-badge:not(.on) { opacity: .45; }
.next-badge:hover { opacity: 1; }

.t-meta { display: flex; align-items: center; gap: 10px; font-size: 12px; color: var(--ink-3); }
.t-meta .due.soon { color: #b54708; font-weight: 700; }
.t-meta .due.late { color: var(--urgent); font-weight: 700; }

.icon-btn {
  border: 0; background: transparent; cursor: pointer; color: var(--ink-3);
  width: 28px; height: 28px; border-radius: 7px; display: grid; place-items: center; font-size: 14px;
}
.icon-btn:hover { background: #f2f4f7; color: var(--ink); }
.icon-btn.danger:hover { background: var(--danger-soft); color: var(--danger); }

.empty {
  text-align: center; color: var(--ink-3); padding: 46px 20px; font-size: 13.5px;
}
.empty .big { font-size: 34px; margin-bottom: 8px; }

/* ============ Focus view ============ */
.focus-wrap { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 18px; }
.focus-now {
  background: linear-gradient(120deg, #17172b, #2a1d5e 60%, #4a2a9e);
  color: #fff; border-radius: 18px; padding: 28px 30px; box-shadow: var(--shadow-md);
  position: relative; overflow: hidden;
}
.focus-now::after { content: ""; position: absolute; inset: 0; background: radial-gradient(500px 240px at 90% -20%, rgba(255,209,102,.25), transparent 60%); pointer-events: none; }
.fn-label { font-size: 11.5px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; color: #ffd166; margin-bottom: 10px; }
.fn-title { font-size: 25px; font-weight: 800; letter-spacing: -.4px; line-height: 1.3; margin: 0 0 10px; position: relative; }
.fn-project { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; background: rgba(255,255,255,.13); padding: 4px 11px; border-radius: 20px; font-weight: 600; }
.fn-actions { display: flex; gap: 9px; margin-top: 18px; position: relative; }
.fn-pomo { display: flex; gap: 8px; margin-top: 16px; align-items: center; position: relative; }
.fn-pomo .timer {
  font-variant-numeric: tabular-nums; font-size: 15px; font-weight: 700;
  background: rgba(255,255,255,.12); border-radius: 9px; padding: 7px 14px;
}

.focus-queue .qh { font-size: 13px; font-weight: 700; color: var(--ink-2); padding: 4px 6px 10px; display: flex; justify-content: space-between; align-items: center; }

/* ============ Modals ============ */
.modal-back {
  position: fixed; inset: 0; background: rgba(16, 24, 40, .5);
  display: grid; place-items: center; z-index: 50; padding: 20px;
  backdrop-filter: blur(2px);
}
.modal {
  background: #fff; border-radius: 16px; width: 100%; max-width: 520px;
  box-shadow: 0 20px 60px rgba(16, 24, 40, .25);
  max-height: 88vh; overflow-y: auto;
}
.modal-head { display: flex; justify-content: space-between; align-items: center; padding: 18px 22px 0; }
.modal-head h3 { margin: 0; font-size: 16.5px; font-weight: 800; }
.modal-body { padding: 16px 22px 22px; display: flex; flex-direction: column; gap: 13px; }
.field label { display: block; font-size: 12px; font-weight: 700; color: var(--ink-2); margin-bottom: 5px; }
.field input[type=text], .field input[type=date], .field select, .field textarea {
  width: 100%; padding: 9px 12px; font-size: 13.5px;
  border: 1px solid var(--line-strong); border-radius: 8px; outline: none; background: #fff;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--primary-2); box-shadow: var(--focus-ring); }
.field textarea { resize: vertical; min-height: 64px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.prio-seg { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.prio-seg button {
  padding: 9px 6px; border-radius: 9px; border: 1.5px solid var(--line);
  background: #fff; cursor: pointer; font-weight: 700; font-size: 12px; color: var(--ink-2);
}
.prio-seg button.sel.urgent { border-color: var(--urgent); background: var(--urgent-soft); color: var(--urgent); }
.prio-seg button.sel.high { border-color: var(--high); background: var(--high-soft); color: #b54708; }
.prio-seg button.sel.normal { border-color: var(--normal); background: var(--normal-soft); color: #3538cd; }
.prio-seg button.sel.low { border-color: var(--low); background: var(--low-soft); color: #067647; }
.seg { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.seg button {
  padding: 8px 6px; border-radius: 8px; border: 1.5px solid var(--line);
  background: #fff; cursor: pointer; font-weight: 600; font-size: 12px; color: var(--ink-2);
}
.seg button.sel { border-color: var(--primary); background: var(--primary-soft); color: var(--primary); }

/* ============ Toasts ============ */
#toast-root { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 8px; z-index: 100; }
.toast {
  background: #101828; color: #fff; font-size: 13px; font-weight: 600;
  padding: 11px 16px; border-radius: 10px; box-shadow: var(--shadow-md);
  display: flex; align-items: center; gap: 9px;
  animation: slidein .25s ease;
}
@keyframes slidein { from { transform: translateX(30px); opacity: 0; } to { transform: none; opacity: 1; } }

/* ============ Responsive ============ */
@media (max-width: 1080px) {
  .kpis { grid-template-columns: repeat(2, 1fr); }
  .panel, .panel.w7, .panel.w5 { grid-column: span 12; }
  .focus-hero { flex-direction: column; }
}
@media (max-width: 720px) {
  #sidebar { display: none; }
  .tb-search { width: 130px; }
}
