﻿/* PresentTool™ Dashboard — view: overview (production, v3.7.0)
   ──────────────────────────────────────────────────────────────────
   Layout for the landing-view: greeting · continue-card · 2×3 portfolio
   grid · credits-donut + 7-day sparkline · community-inspiration strip
   + low-credits banner and empty-state. Inherits tokens.css + shell.css.
   ────────────────────────────────────────────────────────────────── */

/* ════ ROOT SCOPE ═══════════════════════════════════════════════ */
.ov-root {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ov-root > * + * { margin-top: 28px; }

/* ════ LOW-CREDITS BANNER ═══════════════════════════════════════ */
.ov-banner {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 18px;
  border-radius: var(--pt-radius-md);
  font-size: 13px;
}
.ov-banner.warning {
  background: rgba(160, 114, 42, 0.08);
  border: 1px solid rgba(160, 114, 42, 0.25);
  color: var(--pt-warning);
}
.ov-banner .ic { display: inline-flex; flex: 0 0 auto; }
.ov-banner .ic svg { width: 16px; height: 16px; }
.ov-banner .msg { flex: 1; min-width: 0; }
.ov-banner .msg b { font-weight: 600; }
.ov-banner .cta {
  font-family: var(--pt-sans);
  font-size: 12.5px;
  font-weight: 500;
  color: inherit;
  border: 1px solid currentColor;
  border-radius: var(--pt-radius-sm);
  padding: 5px 11px;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.ov-banner .cta:hover { background: rgba(160, 114, 42, 0.08); text-decoration: none; }
.ov-banner .cta svg { width: 12px; height: 12px; }

/* ════ GREETING ═════════════════════════════════════════════════ */
.ov-greeting { padding: 4px 0 0; }
.ov-greeting .pt-h1 {
  font-size: 32px;
  margin: 0 0 8px;
}
.ov-greeting .pt-h1 em {
  font-style: italic;
  font-weight: 500;
  color: var(--pt-primary);
}
.ov-greeting .ov-sub {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 13.5px;
  color: var(--pt-text-muted);
  margin: 0;
}
.ov-greeting .ov-sub .dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--pt-primary);
  flex: 0 0 auto;
}
.ov-greeting .ov-sub .sep {
  color: var(--pt-text-subtle);
}
.ov-greeting .ov-sub a {
  color: var(--pt-text);
  border-bottom: 1px dashed var(--pt-border-strong);
  text-decoration: none;
  padding-bottom: 1px;
}
.ov-greeting .ov-sub a:hover {
  color: var(--pt-primary);
  border-bottom-color: var(--pt-primary);
  text-decoration: none;
}
.ov-greeting .ov-sub .warn {
  color: var(--pt-warning);
  font-weight: 600;
}

/* ════ CONTINUE CARD ════════════════════════════════════════════ */
.ov-continue { margin-top: 24px; }
.ov-continue .continue-card {
  background: var(--pt-accent-soft);
  border: 1px solid var(--pt-accent-mid);
  border-radius: var(--pt-radius-lg);
  padding: 14px 16px 14px 14px;
  display: grid;
  grid-template-columns: 84px 1fr auto;
  gap: 18px;
  align-items: center;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.ov-continue .continue-card:hover {
  background: rgba(139, 69, 19, 0.10);
  border-color: var(--pt-accent-deep);
}
.ov-continue .continue-card .thumb {
  width: 84px; height: 84px;
  border-radius: var(--pt-radius-md);
  position: relative;
  overflow: hidden;
  background-color: var(--pt-surface-3);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 8px;
  flex: 0 0 auto;
}
/* Fallback gradient only when no thumb-grad-N class and no inline image */
.ov-continue .continue-card .thumb:not([class*="thumb-grad-"]):not([style*="background-image"]) {
  background-image: linear-gradient(135deg, #C9A580 0%, #8B4513 100%);
}
.ov-continue .continue-card .thumb::after {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,0.18), transparent 60%),
    radial-gradient(circle at 80% 90%, rgba(0,0,0,0.18), transparent 60%);
}
.ov-continue .continue-card .thumb .play {
  position: relative; z-index: 1;
  width: 26px; height: 26px;
  background: rgba(255,255,255,0.92);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--pt-primary);
}
.ov-continue .continue-card .thumb .play svg { width: 11px; height: 11px; }
.ov-continue .continue-card .body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.ov-continue .continue-card .eyebrow {
  font-family: var(--pt-mono);
  font-size: 10.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pt-primary);
}
.ov-continue .continue-card .title {
  font-family: var(--pt-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  color: var(--pt-text);
  letter-spacing: -0.005em;
  margin: 0;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ov-continue .continue-card .meta {
  font-size: 12.5px;
  color: var(--pt-text-muted);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.ov-continue .continue-card .meta .sep { color: var(--pt-text-subtle); }
.ov-continue .continue-card .actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

/* ════ SECTION HEAD (per-view override) ═════════════════════════ */
.ov-root .section-head {
  margin: 0 0 14px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.ov-root .section-head h2 {
  font-family: var(--pt-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.01em;
  color: var(--pt-text);
  margin: 0;
}
.ov-root .section-head .more {
  font-size: 12.5px;
  color: var(--pt-primary);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}
.ov-root .section-head .more:hover { text-decoration: none; opacity: 0.85; }
.ov-root .section-head .more svg { width: 11px; height: 11px; }
.ov-root .section-head .meta {
  font-family: var(--pt-mono);
  font-size: 11px;
  color: var(--pt-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ════ PORTFOLIO GRID ══════════════════════════════════════════ */
.ov-portfolio .proj-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.ov-portfolio .proj-card {
  background: var(--pt-surface-0);
  border: 1px solid var(--pt-border);
  border-radius: var(--pt-radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.ov-portfolio .proj-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--pt-shadow-card);
  border-color: var(--pt-border-strong);
}
.ov-portfolio .proj-card .thumb {
  height: 168px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  background-color: var(--pt-surface-3);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ov-portfolio .proj-card .thumb::after {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.10), transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(0,0,0,0.18), transparent 55%);
  pointer-events: none;
}
.ov-portfolio .proj-card .thumb .title {
  position: relative;
  z-index: 1;
  font-family: var(--pt-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 19px;
  letter-spacing: -0.005em;
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.28);
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ov-portfolio .proj-card .thumb .status-pill {
  position: absolute;
  top: 10px; left: 10px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px);
}
.ov-portfolio .proj-card .body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ov-portfolio .proj-card .row1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.ov-portfolio .proj-card .row1 .name {
  font-family: var(--pt-sans);
  font-size: 14px;
  font-weight: 600;
  color: var(--pt-text);
  letter-spacing: -0.005em;
  flex: 1; min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ov-portfolio .proj-card .step-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--pt-mono);
  font-size: 10.5px;
  font-weight: 500;
  color: var(--pt-text-muted);
  background: var(--pt-surface-2);
  border-radius: var(--pt-radius-sm);
  padding: 3px 7px;
  white-space: nowrap;
  flex: 0 0 auto;
}
.ov-portfolio .proj-card .step-pill svg { width: 11px; height: 11px; }
.ov-portfolio .proj-card .row2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: var(--pt-text-muted);
  gap: 8px;
}
.ov-portfolio .proj-card .row2 > span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ov-portfolio .proj-card .row2 .time {
  font-family: var(--pt-mono);
  font-size: 11px;
  flex: 0 0 auto;
}

/* ════ THUMB GRADIENTS (real Unsplash interiors) ════════════════
   Ported verbatim from mockups/ui-redesign-2026-web/dashboard/styles.css.
   Auto-format + 480w keeps thumbs lean. Falls back to surface-3. */
.thumb-grad-1  { background: var(--pt-surface-3) url("https://images.unsplash.com/photo-1586023492125-27b2c045efd7?w=480&auto=format&fit=crop&q=70") center / cover no-repeat; }
.thumb-grad-2  { background: var(--pt-surface-3) url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?w=480&auto=format&fit=crop&q=70") center / cover no-repeat; }
.thumb-grad-3  { background: var(--pt-surface-3) url("https://images.unsplash.com/photo-1618219740975-d40978bb7378?w=480&auto=format&fit=crop&q=70") center / cover no-repeat; }
.thumb-grad-4  { background: var(--pt-surface-3) url("https://images.unsplash.com/photo-1582268611958-ebfd161ef9cf?w=480&auto=format&fit=crop&q=70") center / cover no-repeat; }
.thumb-grad-5  { background: var(--pt-surface-3) url("https://images.unsplash.com/photo-1505691938895-1758d7feb511?w=480&auto=format&fit=crop&q=70") center / cover no-repeat; }
.thumb-grad-6  { background: var(--pt-surface-3) url("https://images.unsplash.com/photo-1567016376408-0226e4d0c1ea?w=480&auto=format&fit=crop&q=70") center / cover no-repeat; }
.thumb-grad-7  { background: var(--pt-surface-3) url("https://images.unsplash.com/photo-1616486338812-3dadae4b4ace?w=480&auto=format&fit=crop&q=70") center / cover no-repeat; }
.thumb-grad-8  { background: var(--pt-surface-3) url("https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=480&auto=format&fit=crop&q=70") center / cover no-repeat; }
.thumb-grad-9  { background: var(--pt-surface-3) url("https://images.unsplash.com/photo-1631679706909-1844bbd07221?w=480&auto=format&fit=crop&q=70") center / cover no-repeat; }
.thumb-grad-10 { background: var(--pt-surface-3) url("https://images.unsplash.com/photo-1615873968403-89e068629265?w=480&auto=format&fit=crop&q=70") center / cover no-repeat; }
.thumb-grad-11 { background: var(--pt-surface-3) url("https://images.unsplash.com/photo-1493809842364-78817add7ffb?w=480&auto=format&fit=crop&q=70") center / cover no-repeat; }
.thumb-grad-12 { background: var(--pt-surface-3) url("https://images.unsplash.com/photo-1565182999561-18d7dc61c393?w=480&auto=format&fit=crop&q=70") center / cover no-repeat; }

/* Bottom-glow overlay so status-pill + title stay legible. */
.ov-root .thumb[class*="thumb-grad-"]::before,
.ov-portfolio .proj-card .thumb[style*="background-image"]::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(0,0,0,0.20) 0%,
    rgba(0,0,0,0.0) 30%,
    rgba(0,0,0,0.0) 60%,
    rgba(0,0,0,0.55) 100%);
  pointer-events: none;
  border-radius: inherit;
  z-index: 0;
}

/* ════ METRICS ROW ═════════════════════════════════════════════ */
.ov-metrics .metrics-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.ov-metrics .metric-card {
  background: var(--pt-surface-0);
  border: 1px solid var(--pt-border);
  border-radius: var(--pt-radius-lg);
  padding: 22px 24px;
}
.ov-metrics .metric-card .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.ov-metrics .metric-card .head h3 {
  font-family: var(--pt-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 17px;
  margin: 0;
  color: var(--pt-text);
}
.ov-metrics .metric-card .head .meta {
  font-family: var(--pt-mono);
  font-size: 10.5px;
  color: var(--pt-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Credits donut ----------------------------------------------- */
.ov-metrics .metric-credits {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 22px;
  align-items: center;
  cursor: pointer;
  transition: border-color 0.15s ease;
}
.ov-metrics .metric-credits:hover { border-color: var(--pt-border-strong); }
.ov-metrics .metric-credits .donut { position: relative; width: 120px; height: 120px; }
.ov-metrics .metric-credits .donut svg { width: 120px; height: 120px; transform: rotate(-90deg); }
.ov-metrics .metric-credits .donut .center {
  position: absolute; inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ov-metrics .metric-credits .donut .center .big {
  font-family: var(--pt-mono);
  font-size: 24px;
  font-weight: 500;
  color: var(--pt-text);
  letter-spacing: -0.01em;
}
.ov-metrics .metric-credits .donut .center .small {
  font-family: var(--pt-mono);
  font-size: 10px;
  color: var(--pt-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.ov-metrics .metric-credits .info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ov-metrics .metric-credits .info .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: var(--pt-text-muted);
}
.ov-metrics .metric-credits .info .row .val {
  font-family: var(--pt-mono);
  font-size: 12.5px;
  color: var(--pt-text);
}
.ov-metrics .metric-credits .info .row.is-positive .val { color: var(--pt-success); }
.ov-metrics .metric-credits .info .row.is-warn .val { color: var(--pt-warning); }
.ov-metrics .metric-credits .info .refill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--pt-text-muted);
  padding-top: 10px;
  border-top: 1px dashed var(--pt-border);
}
.ov-metrics .metric-credits .info .refill svg { width: 12px; height: 12px; }
.ov-metrics .metric-credits .info .actions { margin-top: 4px; }

/* Low-credits accent on the donut card */
.ov-root.is-low-credits .ov-metrics .metric-credits {
  border-color: rgba(160, 114, 42, 0.30);
  background: rgba(160, 114, 42, 0.03);
}
.ov-root.is-low-credits .ov-metrics .metric-credits .donut .center .big { color: var(--pt-warning); }

/* Runs sparkline ---------------------------------------------- */
.ov-metrics .metric-runs .total {
  font-family: var(--pt-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 34px;
  letter-spacing: -0.012em;
  color: var(--pt-text);
  margin: 0 0 4px;
  line-height: 1.05;
}
.ov-metrics .metric-runs .breakdown {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 12.5px;
  color: var(--pt-text-muted);
  margin-bottom: 16px;
}
.ov-metrics .metric-runs .breakdown b {
  color: var(--pt-text);
  font-weight: 600;
  font-family: var(--pt-mono);
}
.ov-metrics .metric-runs .breakdown .sep {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--pt-border-strong);
  display: inline-block;
}
.ov-metrics .metric-runs .sparkline { height: 70px; }
.ov-metrics .metric-runs .sparkline svg { width: 100%; height: 100%; display: block; }
.ov-metrics .metric-runs .axis {
  display: flex;
  justify-content: space-between;
  font-family: var(--pt-mono);
  font-size: 9.5px;
  color: var(--pt-text-subtle);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 6px;
}

/* ════ INSPIRATION STRIP ════════════════════════════════════════ */
.ov-inspiration .inspo-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.ov-inspiration .inspo-tile {
  aspect-ratio: 3 / 4;
  border-radius: var(--pt-radius-md);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: block;
  text-decoration: none;
  background-color: var(--pt-surface-3);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.15s ease;
}
.ov-inspiration .inspo-tile:hover { transform: translateY(-2px); }
.ov-inspiration .inspo-tile::after {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,0.10), transparent 55%),
    linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.40) 100%);
}
.ov-inspiration .inspo-tile .label {
  position: absolute;
  left: 8px; bottom: 6px;
  right: 8px;
  font-family: var(--pt-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ════ EMPTY STATE ══════════════════════════════════════════════ */
.ov-empty {
  text-align: center;
  padding: 80px 20px 100px;
  max-width: 560px;
  margin: 0 auto;
}
.ov-empty .illu {
  width: 220px; height: 160px;
  margin: 0 auto 28px;
  background: linear-gradient(135deg, rgba(139, 69, 19, 0.04), rgba(200, 149, 108, 0.08));
  border-radius: var(--pt-radius-lg);
  border: 1px dashed var(--pt-border-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ov-empty .illu::before {
  content: '';
  position: absolute;
  bottom: -10px; left: 50%;
  width: 180px; height: 12px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.08), transparent 70%);
  filter: blur(2px);
}
.ov-empty .illu svg { width: 96px; height: 72px; display: block; }
.ov-empty h2 {
  font-family: var(--pt-serif);
  font-weight: 600;
  font-size: 26px;
  letter-spacing: -0.015em;
  margin: 0 0 10px;
  color: var(--pt-text);
}
.ov-empty h2 em {
  font-style: italic;
  font-weight: 500;
  color: var(--pt-primary);
}
.ov-empty p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--pt-text-muted);
  margin: 0 auto 24px;
  max-width: 380px;
}
.ov-empty .ctas {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.ov-empty .hint {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--pt-mono);
  font-size: 11px;
  color: var(--pt-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 18px;
}
.ov-empty .hint svg { width: 11px; height: 11px; }

/* ════ SKELETONS ════════════════════════════════════════════════ */
.ov-skel {
  position: relative;
  overflow: hidden;
  background: var(--pt-surface-2);
  border-radius: var(--pt-radius-sm);
}
.ov-skel::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.45) 50%,
    transparent 100%);
  transform: translateX(-100%);
  animation: ov-shimmer 1.4s ease-in-out infinite;
}
@keyframes ov-shimmer {
  to { transform: translateX(100%); }
}
@media (prefers-reduced-motion: reduce) {
  .ov-skel::after { animation: none; }
}

.ov-skel-greeting { height: 38px; width: 320px; margin-bottom: 12px; border-radius: var(--pt-radius-sm); }
.ov-skel-sub      { height: 16px; width: 260px; border-radius: var(--pt-radius-sm); }
.ov-skel-continue {
  height: 112px;
  border-radius: var(--pt-radius-lg);
  margin-top: 24px;
}
.ov-skel-section-head { height: 22px; width: 180px; margin-bottom: 14px; }
.ov-skel-card {
  height: 280px;
  border-radius: var(--pt-radius-lg);
}
.ov-skel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* ════ RESPONSIVE ═══════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .ov-portfolio .proj-grid,
  .ov-skel-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ov-metrics .metrics-row {
    grid-template-columns: 1fr;
  }
  .ov-inspiration .inspo-strip {
    grid-template-columns: repeat(4, minmax(140px, 1fr));
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    grid-auto-flow: column;
    grid-auto-columns: minmax(140px, 1fr);
    padding-bottom: 6px;
    scrollbar-width: thin;
  }
  .ov-inspiration .inspo-tile { scroll-snap-align: start; }
}

@media (max-width: 768px) {
  .ov-root > * + * { margin-top: 22px; }
  .ov-greeting .pt-h1 { font-size: 24px; }
  .ov-greeting .ov-sub { font-size: 13px; gap: 6px; }

  .ov-continue .continue-card {
    grid-template-columns: 64px 1fr;
    gap: 12px;
    padding: 12px;
  }
  .ov-continue .continue-card .thumb { width: 64px; height: 64px; }
  .ov-continue .continue-card .title { font-size: 16px; white-space: normal; }
  .ov-continue .continue-card .actions { grid-column: 1 / -1; }
  .ov-continue .continue-card .actions .btn { flex: 1; justify-content: center; }

  .ov-metrics .metric-card { padding: 18px 18px; }
  .ov-metrics .metric-credits {
    grid-template-columns: 100px 1fr;
    gap: 14px;
  }
  .ov-metrics .metric-credits .donut,
  .ov-metrics .metric-credits .donut svg { width: 100px; height: 100px; }

  .ov-banner { flex-wrap: wrap; }
}

@media (max-width: 640px) {
  .ov-portfolio .proj-grid,
  .ov-skel-grid {
    grid-template-columns: 1fr;
  }
  .ov-portfolio .proj-card .thumb { height: 180px; }
  .ov-empty { padding: 56px 16px 72px; }
  .ov-empty h2 { font-size: 22px; }
  .ov-empty .illu { width: 160px; height: 120px; }
  .ov-empty .illu svg { width: 72px; height: 56px; }
  .ov-inspiration .inspo-strip {
    grid-template-columns: repeat(6, 60vw);
    grid-auto-columns: 60vw;
  }
}
