/* ============================================================ */
/* SHARPECUP — Neo-Brutalist Design System                      */
/* ============================================================ */

/* ============================================================ */
/* FONTS — Self-hosted woff2                                    */
/* ============================================================ */

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/static/fonts/barlow-condensed-900.woff2') format('woff2');
}

/* Space Grotesk — variable font (weights 300–700) */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/static/fonts/space-grotesk-variable.woff2') format('woff2');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/static/fonts/ibm-plex-mono-400.woff2') format('woff2');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/static/fonts/ibm-plex-mono-500.woff2') format('woff2');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/static/fonts/ibm-plex-mono-700.woff2') format('woff2');
}

/* ============================================================ */
/* CUSTOM PROPERTIES                                            */
/* ============================================================ */

:root {
  --paper: #F5F0E8;
  --dark: #0A0A0A;
  --ink: #0A0A0A;
  --secondary: #4A4A4A;
  --chartreuse: #C8FF00;
  --amber: #F5A623;
  --border-w: 3px;
  --shadow-sm: 3px 3px 0 0 var(--dark);
  --shadow-md: 4px 4px 0 0 var(--dark);
  --shadow-lg: 6px 6px 0 0 var(--dark);
}

/* ============================================================ */
/* CSS RESET                                                    */
/* ============================================================ */

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ============================================================ */
/* BASE                                                         */
/* ============================================================ */

body {
  background: var(--paper);
  color: var(--ink);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: inherit;
}

img, video {
  max-width: 100%;
  display: block;
}

button {
  font-family: inherit;
}

/* Grain texture overlay */
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ============================================================ */
/* TYPOGRAPHY SCALE                                             */
/* ============================================================ */

.hero-headline {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: -0.02em;
  font-size: clamp(72px, 12vw, 180px);
}

.section-title {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 48px);
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.sub-section-title {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.body-text {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}

.caption {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.data-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.data-number {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 700;
}

/* ============================================================ */
/* LAYOUT — CONTAINER                                           */
/* ============================================================ */

.container {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============================================================ */
/* ANIMATIONS                                                   */
/* ============================================================ */

@keyframes pulse-live {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

@media (prefers-reduced-motion: reduce) {
  .urgency-bar .dot {
    animation: none;
  }
}

/* ============================================================ */
/* URGENCY BAR                                                  */
/* ============================================================ */

.urgency-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: var(--dark);
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 500;
  color: var(--chartreuse);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  gap: 0;
}

.urgency-bar .dot {
  display: inline-block;
  margin-right: 8px;
  animation: pulse-live 2s ease-in-out infinite;
  font-size: 10px;
}

.urgency-bar .sep {
  margin: 0 12px;
  opacity: 0.35;
}

/* ============================================================ */
/* NAVIGATION                                                   */
/* ============================================================ */

nav {
  margin-top: 32px; /* offset for fixed urgency bar */
  border-bottom: var(--border-w) solid var(--dark);
  background: var(--paper);
  position: sticky;
  top: 32px;
  z-index: 90;
}

nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
}

.wordmark {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink);
}

/* ============================================================ */
/* BUTTONS                                                      */
/* ============================================================ */

.btn-primary {
  display: inline-block;
  background: var(--chartreuse);
  color: var(--dark);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 10px 20px;
  border: var(--border-w) solid var(--dark);
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
  border-radius: 0;
  line-height: 1;
  white-space: nowrap;
}

.btn-primary:hover {
  transform: translate(3px, 3px);
  box-shadow: none;
}

.btn-secondary {
  display: inline-block;
  background: transparent;
  color: var(--dark);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 14px 32px;
  border: var(--border-w) solid var(--dark);
  cursor: pointer;
  transition: background 0.12s ease, color 0.12s ease;
  border-radius: 0;
  line-height: 1;
}

.btn-secondary:hover {
  background: var(--dark);
  color: var(--paper);
}

.btn-large {
  font-size: 16px;
  padding: 14px 32px;
  box-shadow: var(--shadow-md);
}

.btn-large:hover {
  transform: translate(4px, 4px);
  box-shadow: none;
}

.btn-xl {
  font-size: 18px;
  padding: 18px 44px;
  box-shadow: var(--shadow-md);
}

.btn-xl:hover {
  transform: translate(4px, 4px);
  box-shadow: none;
}

/* ============================================================ */
/* HERO                                                         */
/* ============================================================ */

.hero {
  background: var(--paper);
  padding: 64px 0 80px;
  border-bottom: var(--border-w) solid var(--dark);
}

.hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: -0.02em;
  font-size: clamp(72px, 12vw, 180px);
}

.hero h1 .publicly {
  display: inline;
  background-image: linear-gradient(var(--chartreuse), var(--chartreuse));
  background-position: 0 94%;
  background-size: 100% 10px;
  background-repeat: no-repeat;
}

.hero .subheadline {
  margin-top: 28px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: rgba(10, 10, 10, 0.65);
  max-width: 520px;
  line-height: 1.6;
}

.hero .ctas {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

/* ============================================================ */
/* COUNTER WIDGET                                               */
/* ============================================================ */

.counter-widget {
  margin-top: 56px;
  display: inline-block;
  border: var(--border-w) solid var(--dark);
  box-shadow: var(--shadow-md);
  background: var(--paper);
  padding: 24px 32px;
  max-width: 360px;
  min-width: 240px;
}

.counter-widget .counter-label,
.counter-widget .label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(10, 10, 10, 0.45);
  font-weight: 400;
}

.counter-widget .counter-number,
.counter-widget .number {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  margin-top: 8px;
  display: block;
}

.counter-widget .tagline {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 12px;
}

.counter-widget .season {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(10, 10, 10, 0.45);
  margin-top: 4px;
}

/* htmx fragment fills the .counter-inner div */
.counter-inner {
  margin-top: 8px;
}

/* ============================================================ */
/* VALUE PROPOSITION                                            */
/* ============================================================ */

.value-prop {
  border-bottom: var(--border-w) solid var(--dark);
  background: var(--paper);
  padding: 64px 0;
}

.value-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
}

.value-col {
  padding-right: 40px;
}

.value-col:not(:last-child) {
  border-right: var(--border-w) solid var(--dark);
}

.value-col:not(:first-child) {
  padding-left: 40px;
  padding-right: 0;
}

.value-col:last-child {
  padding-right: 0;
}

.value-col h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.value-col p {
  margin-top: 12px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 15px;
  color: rgba(10, 10, 10, 0.65);
  line-height: 1.6;
}

/* ============================================================ */
/* HOW IT WORKS — dark inverted section                        */
/* ============================================================ */

.how-it-works {
  background: var(--dark);
  color: var(--paper);
  padding: 72px 0 88px;
  border-bottom: var(--border-w) solid var(--dark);
}

.how-it-works h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 44px);
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.steps {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.step {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.step-num {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 48px;
  font-weight: 700;
  color: rgba(245, 240, 232, 0.15);
  line-height: 1;
  flex-shrink: 0;
  min-width: 60px;
}

.step h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.step p {
  margin-top: 8px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  color: rgba(245, 240, 232, 0.55);
  line-height: 1.6;
}

/* ============================================================ */
/* CTA SECTION                                                  */
/* ============================================================ */

.cta-section {
  background: var(--paper);
  border-bottom: var(--border-w) solid var(--dark);
  padding: 88px 0 104px;
  text-align: center;
}

.cta-section h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4.5vw, 56px);
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.cta-section .btn-xl {
  margin-top: 32px;
}

/* ============================================================ */
/* FOOTER                                                       */
/* ============================================================ */

footer {
  background: var(--paper);
  border-top: var(--border-w) solid var(--dark);
  padding: 24px 0;
}

footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .legal {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: rgba(10, 10, 10, 0.45);
  display: flex;
  gap: 24px;
  align-items: center;
}

footer .legal a {
  text-decoration: underline;
  color: rgba(10, 10, 10, 0.45);
}

footer .legal a:hover {
  color: var(--dark);
}

/* ============================================================ */
/* ONBOARDING FORM                                              */
/* ============================================================ */

.onboarding-page {
  min-height: calc(100vh - 32px - 65px - 57px);
  padding: 64px 0 96px;
}

.onboarding-page h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 48px);
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin-bottom: 40px;
}

.form-error {
  border: var(--border-w) solid var(--dark);
  background: var(--paper);
  padding: 12px 16px;
  margin-bottom: 24px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: var(--shadow-sm);
  position: relative;
}

.form-error::before {
  content: '! ';
}

.onboarding-form {
  max-width: 560px;
}

.onboarding-form fieldset {
  border: var(--border-w) solid var(--dark);
  padding: 0;
  margin-bottom: 24px;
}

.onboarding-form legend {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 0 8px;
  margin-left: 12px;
  color: rgba(10, 10, 10, 0.55);
}

/* Radio options as bordered blocks */
.onboarding-form .radio-option {
  display: block;
  cursor: pointer;
}

.onboarding-form .radio-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.onboarding-form .radio-option-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: var(--border-w) solid var(--dark);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  font-size: 15px;
  transition: background 0.1s ease;
  cursor: pointer;
}

.onboarding-form .radio-option:last-child .radio-option-inner {
  border-bottom: none;
}

.onboarding-form .radio-option input[type="radio"]:checked + .radio-option-inner {
  background: var(--dark);
  color: var(--paper);
  font-weight: 700;
}

.onboarding-form .radio-option input[type="radio"]:checked + .radio-option-inner .radio-indicator {
  background: var(--chartreuse);
  border-color: var(--chartreuse);
}

.onboarding-form .radio-option-inner:hover {
  background: rgba(10, 10, 10, 0.04);
}

.onboarding-form .radio-option input[type="radio"]:checked + .radio-option-inner:hover {
  background: var(--dark);
}

.radio-indicator {
  width: 12px;
  height: 12px;
  border: 2px solid var(--secondary);
  border-radius: 0;
  flex-shrink: 0;
  transition: background 0.1s ease, border-color 0.1s ease;
}

.form-group {
  margin-bottom: 24px;
}

.form-group label {
  display: block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(10, 10, 10, 0.55);
  margin-bottom: 8px;
}

.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border: var(--border-w) solid var(--dark);
  background: var(--paper);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--ink);
  resize: vertical;
  min-height: 96px;
  border-radius: 0;
  outline: none;
  transition: box-shadow 0.12s ease;
}

.form-group textarea:focus {
  box-shadow: var(--shadow-sm);
}

.form-submit {
  margin-top: 32px;
}

/* ============================================================ */
/* DONE PAGE                                                    */
/* ============================================================ */

.done-page {
  padding: 64px 0 96px;
}

.done-hero-card {
  background: var(--dark);
  color: var(--paper);
  border: var(--border-w) solid var(--dark);
  box-shadow: var(--shadow-lg);
  padding: 48px 56px;
  max-width: 640px;
  margin-bottom: 56px;
}

.done-hero-card h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(64px, 10vw, 120px);
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: -0.02em;
}

.done-hero-card h1 .you-in {
  display: inline;
  background-image: linear-gradient(var(--amber), var(--amber));
  background-position: 0 94%;
  background-size: 100% 8px;
  background-repeat: no-repeat;
}

.done-meta {
  margin-top: 20px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  font-weight: 400;
  color: rgba(245, 240, 232, 0.55);
  line-height: 1.8;
}

.done-meta strong {
  color: var(--paper);
  font-weight: 500;
}

.done-sections {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 640px;
  margin-bottom: 48px;
}

.done-section {
  border: var(--border-w) solid var(--dark);
  padding: 24px 28px;
}

.done-section h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.done-section ul {
  list-style: none;
  padding: 0;
}

.done-section ul li {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  color: rgba(10, 10, 10, 0.7);
  line-height: 1.5;
  padding: 4px 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.done-section ul li::before {
  content: '—';
  font-family: 'IBM Plex Mono', monospace;
  color: rgba(10, 10, 10, 0.35);
  flex-shrink: 0;
}

.done-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* ============================================================ */
/* PRIVACY + SOUL — article pages                               */
/* ============================================================ */

.article-page {
  padding: 64px 0 96px;
}

.article-page .reading-width {
  max-width: 680px;
}

.article-page h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 48px);
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: var(--border-w) solid var(--dark);
}

.soul-content,
.privacy-content {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(10, 10, 10, 0.85);
}

/* Hide goldmark-generated h1 — the page template already has its own h1 */
.soul-content > h1:first-child {
  display: none;
}

.soul-content h2,
.privacy-content h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--ink);
  margin-top: 48px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: var(--border-w) solid var(--dark);
}

.soul-content h3,
.privacy-content h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ink);
  margin-top: 32px;
  margin-bottom: 10px;
}

.soul-content p,
.privacy-content p {
  margin-bottom: 16px;
}

.soul-content ul,
.soul-content ol,
.privacy-content ul,
.privacy-content ol {
  margin: 16px 0;
  padding-left: 24px;
}

.soul-content li,
.privacy-content li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.soul-content strong,
.privacy-content strong {
  font-weight: 700;
  color: var(--ink);
}

.soul-content em,
.privacy-content em {
  font-style: italic;
}

.soul-content a,
.privacy-content a {
  text-decoration: underline;
  color: var(--ink);
}

.soul-content a:hover,
.privacy-content a:hover {
  color: var(--secondary);
}

.back-link {
  display: inline-block;
  margin-top: 48px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: underline;
  color: rgba(10, 10, 10, 0.55);
}

.back-link:hover {
  color: var(--ink);
}

/* ============================================================ */
/* ERROR PAGE                                                   */
/* ============================================================ */

.error-page {
  min-height: calc(100vh - 32px - 65px - 57px);
  display: flex;
  align-items: center;
  padding: 64px 0;
}

.error-page h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(48px, 8vw, 96px);
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.error-page p {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  color: var(--secondary);
  margin-top: 16px;
  margin-bottom: 32px;
  max-width: 480px;
  line-height: 1.6;
}

/* ============================================================ */
/* RESPONSIVE — 768px                                           */
/* ============================================================ */

@media (max-width: 768px) {
  .value-grid {
    grid-template-columns: 1fr;
  }

  .value-col {
    padding: 0 0 24px 0 !important;
    border-right: none !important;
  }

  .value-col:not(:last-child) {
    border-bottom: var(--border-w) solid var(--dark);
    padding-bottom: 24px !important;
  }

  .how-it-works h2 {
    font-size: 28px;
  }

  .step-num {
    font-size: 36px;
    min-width: 44px;
  }

  .cta-section h2 {
    font-size: 32px;
  }

  footer .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .done-sections {
    grid-template-columns: 1fr;
  }

  .done-hero-card {
    padding: 32px 28px;
  }

  nav {
    top: 32px;
  }
}

/* ============================================================ */
/* RESPONSIVE — 480px                                           */
/* ============================================================ */

@media (max-width: 480px) {
  .hero {
    padding: 40px 0 56px;
  }

  .counter-widget {
    display: block;
    max-width: 100%;
  }

  .hero .ctas {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-section {
    padding: 56px 0 72px;
  }

  .cta-section .btn-xl {
    width: 100%;
    text-align: center;
  }

  .onboarding-page h1 {
    font-size: 28px;
  }

  .done-hero-card {
    padding: 24px 20px;
  }

  .urgency-bar {
    font-size: 10px;
  }

  .urgency-bar .sep {
    margin: 0 6px;
  }
}
