/*! SWD Design System — generated 2026-05-20T08:46:48.826Z */
/* ===== tokens/colors.css ===== */
:root {
  --pink-50: #FDE8F0;
  --pink-100: #FAC5D8;
  --pink-200: #F48DB5;
  --pink-300: #EC5A90;
  --pink-400: #C0336A;
  --mint-50: #E0F7F5;
  --mint-100: #B2EBE8;
  --mint-200: #72D4CE;
  --mint-300: #3AB8B0;
  --mint-400: #1A8C86;
  --lavender-50: #F3EAFD;
  --lavender-100: #DFC5F7;
  --lavender-200: #C090F0;
  --lavender-300: #9B59D6;
  --yellow-50: #FFF9E6;
  --yellow-100: #FDEDB0;
  --yellow-200: #FBDB70;
  --peach-100: #FFC0A0;

  --color-primary: #EC5A90;
  --color-primary-hover: #C0336A;
  --color-primary-light: #FDE8F0;
  --color-secondary: #3AB8B0;
  --color-secondary-hover: #1A8C86;
  --color-secondary-light: #E0F7F5;
  --color-accent: #C090F0;
  --color-accent-light: #F3EAFD;
  --color-surface: #FBF6FA;
  --color-white: #FFFFFF;
  --color-border: #F0E8EF;
  --color-text: #3D2040;
  --color-text-muted: #7B5A7E;

  --color-success: #3AB8B0;
  --color-warning: #FBDB70;
  --color-danger: #E53935;
  --color-info: #C090F0;
}

/* ===== tokens/typography.css ===== */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600;700&family=Nunito:wght@400;500;600;700&display=swap');

:root {
  --font-display: 'Dancing Script', cursive;
  --font-body: 'Nunito', system-ui, -apple-system, sans-serif;

  --text-display-size: 2.5rem;
  --text-h1-size: 2rem;
  --text-h2-size: 1.5rem;
  --text-h3-size: 1.125rem;
  --text-body-size: 1rem;
  --text-body-sm-size: 0.875rem;
  --text-small-size: 0.8rem;
  --text-label-size: 0.72rem;
  --text-caption-size: 0.65rem;

  --line-body: 1.6;
  --line-heading: 1.2;
  --tracking-label: 0.08em;
}

html { font-family: var(--font-body); color: var(--color-text); }
body { font-size: var(--text-body-size); line-height: var(--line-body); }

.text-display { font-family: var(--font-display); font-weight: 700; font-size: var(--text-display-size); line-height: var(--line-heading); }
.text-h1 { font-family: var(--font-display); font-weight: 700; font-size: var(--text-h1-size); line-height: var(--line-heading); }
.text-h2 { font-family: var(--font-display); font-weight: 600; font-size: var(--text-h2-size); line-height: var(--line-heading); }
.text-h3 { font-family: var(--font-body); font-weight: 700; font-size: var(--text-h3-size); }
.text-body { font-size: var(--text-body-size); }
.text-body-sm { font-size: var(--text-body-sm-size); }
.text-small { font-size: var(--text-small-size); font-weight: 500; }
.text-label { font-size: var(--text-label-size); font-weight: 700; letter-spacing: var(--tracking-label); text-transform: uppercase; color: var(--color-text-muted); }
.text-caption { font-size: var(--text-caption-size); color: var(--color-text-muted); }
.text-muted { color: var(--color-text-muted); }

h1, h2, h3, h4, h5, h6 { margin: 0; }
p { margin: 0; }

/* ===== tokens/spacing.css ===== */
:root {
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-24: 96px;
}

/* ===== tokens/radius.css ===== */
:root {
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 999px;
}

/* ===== tokens/shadows.css ===== */
:root {
  --shadow-sm: 0 2px 8px rgba(61,32,64,0.08);
  --shadow-md: 0 4px 16px rgba(61,32,64,0.12);
  --shadow-lg: 0 8px 32px rgba(61,32,64,0.16);
  --shadow-primary: 0 3px 10px rgba(236,90,144,0.35);
  --shadow-secondary: 0 3px 10px rgba(58,184,176,0.30);

  --z-base: 0;
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-modal: 300;
  --z-toast: 400;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--color-surface); }
a { color: var(--color-primary); text-decoration: none; }
a:hover { color: var(--color-primary-hover); }

/* ===== components/avatar.css ===== */
.avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-full);
  font-family: var(--font-body);
  font-weight: 700;
  color: var(--color-white);
  background: linear-gradient(135deg, var(--pink-200), var(--pink-400));
  overflow: hidden;
  flex-shrink: 0;
  user-select: none;
}
.avatar img { width: 100%; height: 100%; object-fit: cover; }

.avatar-sm { width: 32px; height: 32px; font-size: 0.75rem; }
.avatar-md { width: 42px; height: 42px; font-size: 0.95rem; }
.avatar-lg { width: 56px; height: 56px; font-size: 1.15rem; }

.avatar-pink { background: linear-gradient(135deg, var(--pink-200), var(--pink-400)); }
.avatar-mint { background: linear-gradient(135deg, var(--mint-200), var(--mint-400)); }
.avatar-lavender { background: linear-gradient(135deg, var(--lavender-100), var(--lavender-300)); }
.avatar-yellow { background: linear-gradient(135deg, var(--yellow-100), var(--yellow-200)); color: #8a6a00; }

/* ===== components/badge.css ===== */
.badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-family: var(--font-body);
  font-size: var(--text-small-size);
  font-weight: 700;
  padding: var(--space-1) var(--space-3);
  border-radius: var(--radius-sm);
  line-height: 1;
  white-space: nowrap;
}
.badge-pink { background: var(--pink-50); color: var(--pink-400); }
.badge-mint { background: var(--mint-50); color: var(--mint-400); }
.badge-lavender { background: var(--lavender-50); color: var(--lavender-300); }
.badge-yellow { background: var(--yellow-50); color: #8a6a00; }
.badge-muted { background: var(--color-border); color: var(--color-text-muted); }
.badge-danger { background: rgba(229,57,53,.1); color: var(--color-danger); }

.badge-dot::before {
  content: "";
  width: 8px; height: 8px; border-radius: 50%;
  background: currentColor;
  display: inline-block;
}

/* ===== components/button.css ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: var(--text-body-sm-size);
  line-height: 1;
  padding: var(--space-3) var(--space-6);
  border-radius: var(--radius-full);
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .12s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
  user-select: none;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn:focus-visible { outline: 2px solid var(--color-primary); outline-offset: 2px; }
.btn:disabled, .btn[disabled] { opacity: .55; cursor: not-allowed; }

.btn-primary {
  background: linear-gradient(135deg, var(--pink-300), var(--pink-400));
  color: var(--color-white);
  box-shadow: var(--shadow-primary);
}
.btn-primary:hover { filter: brightness(1.03); box-shadow: 0 6px 14px rgba(236,90,144,.4); }

.btn-secondary {
  background: var(--color-white);
  border-color: var(--pink-200);
  color: var(--pink-300);
}
.btn-secondary:hover { background: var(--pink-50); }

.btn-ghost {
  background: transparent;
  border-color: var(--color-border);
  color: var(--color-text-muted);
}
.btn-ghost:hover { background: var(--color-surface); color: var(--color-text); }

.btn-mint {
  background: linear-gradient(135deg, var(--mint-200), var(--mint-400));
  color: var(--color-white);
  box-shadow: var(--shadow-secondary);
}
.btn-mint:hover { filter: brightness(1.03); }

.btn-danger {
  background: var(--color-white);
  border-color: rgba(229,57,53,.4);
  color: var(--color-danger);
}
.btn-danger:hover { background: rgba(229,57,53,.06); }

.btn-sm { font-size: var(--text-small-size); padding: var(--space-2) var(--space-4); }
.btn-lg { font-size: var(--text-body-size); padding: var(--space-4) var(--space-8); }

.btn-icon {
  width: 40px; height: 40px; padding: 0;
  border-radius: var(--radius-full);
}
.btn-icon.btn-sm { width: 32px; height: 32px; }
.btn-icon.btn-lg { width: 48px; height: 48px; }

.btn-loading::after {
  content: "";
  width: 14px; height: 14px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: btn-spin .7s linear infinite;
}
@keyframes btn-spin { to { transform: rotate(360deg); } }

.btn-block { width: 100%; }

/* ===== components/card.css ===== */
.card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--color-border);
  overflow: hidden;
}
.card-header {
  padding: var(--space-5) var(--space-6);
  border-bottom: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}
.card-body { padding: var(--space-5) var(--space-6); }
.card-footer {
  padding: var(--space-4) var(--space-6);
  border-top: 1px solid var(--color-border);
  background: var(--color-surface);
  display: flex;
  gap: var(--space-3);
  justify-content: flex-end;
}

.card-pink { background: var(--pink-50); border-color: transparent; box-shadow: none; }
.card-mint { background: var(--mint-50); border-color: transparent; box-shadow: none; }
.card-lavender { background: var(--lavender-50); border-color: transparent; box-shadow: none; }

.card-title {
  font-family: var(--font-body);
  font-size: var(--text-h3-size);
  font-weight: 700;
  color: var(--color-text);
}

/* ===== components/form.css ===== */
.form {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}
.form-field {
  display: flex;
  flex-direction: column;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-5);
}
.form-actions {
  display: flex;
  gap: var(--space-3);
  justify-content: flex-end;
  flex-wrap: wrap;
}
.form-section-title {
  font-family: var(--font-display);
  font-size: var(--text-h3-size);
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: var(--space-3);
}
.form-divider {
  border: none;
  border-top: 1px dashed var(--color-border);
  margin: var(--space-2) 0;
}
.form-help {
  background: var(--lavender-50);
  border-radius: var(--radius-md);
  padding: var(--space-3) var(--space-4);
  color: var(--lavender-300);
  font-size: var(--text-body-sm-size);
}

.checkbox-row, .radio-row {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-body-sm-size);
}
.checkbox-row input[type="checkbox"],
.radio-row input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: var(--color-primary);
  cursor: pointer;
}

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

/* ===== components/input.css ===== */
.input {
  width: 100%;
  font-family: var(--font-body);
  font-size: var(--text-body-size);
  color: var(--color-text);
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: var(--space-3) var(--space-4);
  line-height: 1.4;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.input::placeholder { color: var(--color-text-muted); opacity: .8; }
.input:focus {
  outline: none;
  border-color: var(--pink-300);
  box-shadow: 0 0 0 4px rgba(236,90,144,.15);
}
.input:disabled { opacity: .55; background: var(--color-surface); cursor: not-allowed; }
.input-error, .input[aria-invalid="true"] {
  border-color: var(--color-danger);
  box-shadow: 0 0 0 4px rgba(229,57,53,.12);
}

.input-label {
  display: block;
  font-size: var(--text-label-size);
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
  font-weight: 700;
  color: var(--color-text-muted);
  margin-bottom: var(--space-2);
}
.input-hint { font-size: var(--text-caption-size); color: var(--color-text-muted); margin-top: var(--space-1); }
.input-error-msg { font-size: var(--text-caption-size); color: var(--color-danger); margin-top: var(--space-1); }

textarea.input { min-height: 96px; resize: vertical; line-height: 1.5; }

/* ===== components/modal.css ===== */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(61,32,64,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: var(--z-modal);
  padding: var(--space-4);
}
.modal {
  background: var(--color-white);
  border-radius: var(--radius-xl);
  width: 100%;
  max-width: 480px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  animation: modal-in .2s ease-out;
}
@keyframes modal-in {
  from { transform: translateY(8px) scale(.98); opacity: 0; }
  to { transform: none; opacity: 1; }
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-5) var(--space-6);
  border-bottom: 1px solid var(--color-border);
}
.modal-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--text-h2-size);
  color: var(--color-text);
}
.modal-close {
  background: none;
  border: none;
  width: 32px; height: 32px;
  border-radius: var(--radius-full);
  font-size: 1.1rem;
  color: var(--color-text-muted);
  cursor: pointer;
}
.modal-close:hover { background: var(--color-surface); color: var(--color-text); }
.modal-body { padding: var(--space-5) var(--space-6); }
.modal-footer {
  padding: var(--space-4) var(--space-6);
  border-top: 1px solid var(--color-border);
  display: flex;
  gap: var(--space-3);
  justify-content: flex-end;
  background: var(--color-surface);
}

/* ===== components/navbar.css ===== */
.navbar {
  background: var(--color-white);
  box-shadow: var(--shadow-sm);
  position: sticky;
  top: 0;
  z-index: var(--z-sticky);
  border-bottom: 1px solid var(--color-border);
}
.navbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: var(--space-3) var(--space-6);
  display: flex;
  align-items: center;
  gap: var(--space-6);
}
.navbar-brand {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-primary);
}
.navbar-brand img {
  width: 40px; height: 40px;
  border-radius: var(--radius-full);
  object-fit: cover;
}
.navbar-links {
  display: flex;
  align-items: center;
  gap: var(--space-1);
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}
.navbar-links a {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: var(--text-body-sm-size);
  color: var(--color-text-muted);
  padding: var(--space-2) var(--space-4);
  border-radius: var(--radius-full);
  transition: background .15s ease, color .15s ease;
}
.navbar-links a:hover { background: var(--color-surface); color: var(--color-text); }
.navbar-links a.active { background: var(--pink-50); color: var(--pink-400); }
.navbar-user {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  color: var(--color-text);
  font-size: var(--text-body-sm-size);
  font-weight: 600;
}
.navbar-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--color-text);
  cursor: pointer;
  padding: var(--space-2);
}

@media (max-width: 880px) {
  .navbar-toggle { display: inline-flex; }
  .navbar-links {
    display: none;
  }
  .navbar.open .navbar-links {
    display: flex;
    position: fixed;
    inset: 64px 0 auto 0;
    background: var(--color-white);
    flex-direction: column;
    align-items: stretch;
    padding: var(--space-4);
    gap: var(--space-1);
    box-shadow: var(--shadow-md);
  }
  .navbar-user .navbar-user-label { display: none; }
}

/* ===== components/notification.css ===== */
.notif-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-left: 4px solid var(--color-primary);
  border-radius: var(--radius-lg);
  padding: var(--space-4) var(--space-5);
  display: flex;
  gap: var(--space-4);
  align-items: flex-start;
  box-shadow: var(--shadow-sm);
}
.notif-card.mint { border-left-color: var(--color-secondary); }
.notif-card.lavender { border-left-color: var(--color-accent); }
.notif-card.yellow { border-left-color: var(--yellow-200); }

.notif-content { flex: 1; min-width: 0; }
.notif-title {
  font-weight: 700;
  font-size: var(--text-body-size);
  color: var(--color-text);
  margin-bottom: var(--space-1);
}
.notif-meta {
  font-size: var(--text-small-size);
  color: var(--color-text-muted);
  margin-bottom: var(--space-2);
  display: flex;
  gap: var(--space-2);
  align-items: center;
  flex-wrap: wrap;
}
.notif-body { font-size: var(--text-body-sm-size); color: var(--color-text); line-height: 1.5; }
.notif-timestamp { font-size: var(--text-caption-size); color: var(--color-text-muted); white-space: nowrap; }

.notif-actions {
  display: flex;
  gap: var(--space-2);
  flex-wrap: wrap;
  margin-top: var(--space-3);
}

.notif-card.is-done { opacity: .6; background: var(--color-surface); }
.notif-card.is-done .notif-title { text-decoration: line-through; }

.notif-card.is-snoozed { background: var(--yellow-50); border-left-color: var(--yellow-200); }
.notif-card.is-archived { opacity: .5; background: var(--color-surface); }

/* ===== components/select.css ===== */
.select {
  width: 100%;
  font-family: var(--font-body);
  font-size: var(--text-body-size);
  color: var(--color-text);
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: var(--space-3) var(--space-10) var(--space-3) var(--space-4);
  line-height: 1.4;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%237B5A7E' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");
  background-repeat: no-repeat;
  background-position: right var(--space-4) center;
  cursor: pointer;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.select:focus {
  outline: none;
  border-color: var(--pink-300);
  box-shadow: 0 0 0 4px rgba(236,90,144,.15);
}
.select:disabled { opacity: .55; cursor: not-allowed; }

/* ===== components/table.css ===== */
.table-wrap {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow-x: auto;
  box-shadow: var(--shadow-sm);
}
.table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--text-body-sm-size);
}
.table th, .table td {
  text-align: left;
  padding: var(--space-3) var(--space-5);
  vertical-align: middle;
}
.table thead th {
  background: var(--pink-50);
  color: var(--pink-400);
  font-weight: 700;
  font-size: var(--text-label-size);
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
  border-bottom: 1px solid var(--color-border);
  white-space: nowrap;
}
.table tbody tr { border-bottom: 1px solid var(--color-border); transition: background .12s ease; }
.table tbody tr:nth-child(even) { background: var(--color-surface); }
.table tbody tr:hover { background: var(--pink-50); }
.table tbody tr:last-child { border-bottom: none; }

.table-actions {
  display: flex;
  gap: var(--space-2);
  justify-content: flex-end;
}

/* ===== utilities/layout.css ===== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-6);
  width: 100%;
}
.container-narrow {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 var(--space-4);
  width: 100%;
}

.flex { display: flex; }
.flex-col { display: flex; flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.flex-1 { flex: 1; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.items-end { align-items: flex-end; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.justify-end { justify-content: flex-end; }

.gap-1 { gap: var(--space-1); }
.gap-2 { gap: var(--space-2); }
.gap-3 { gap: var(--space-3); }
.gap-4 { gap: var(--space-4); }
.gap-5 { gap: var(--space-5); }
.gap-6 { gap: var(--space-6); }
.gap-8 { gap: var(--space-8); }

.grid { display: grid; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.mt-1 { margin-top: var(--space-1); } .mt-2 { margin-top: var(--space-2); }
.mt-3 { margin-top: var(--space-3); } .mt-4 { margin-top: var(--space-4); }
.mt-5 { margin-top: var(--space-5); } .mt-6 { margin-top: var(--space-6); }
.mt-8 { margin-top: var(--space-8); } .mt-10 { margin-top: var(--space-10); }
.mb-1 { margin-bottom: var(--space-1); } .mb-2 { margin-bottom: var(--space-2); }
.mb-3 { margin-bottom: var(--space-3); } .mb-4 { margin-bottom: var(--space-4); }
.mb-5 { margin-bottom: var(--space-5); } .mb-6 { margin-bottom: var(--space-6); }
.mb-8 { margin-bottom: var(--space-8); }

.p-3 { padding: var(--space-3); } .p-4 { padding: var(--space-4); }
.p-5 { padding: var(--space-5); } .p-6 { padding: var(--space-6); }
.px-4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.py-4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.py-6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.py-8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

.w-full { width: 100%; }
.min-w-0 { min-width: 0; }
.hidden { display: none; }

.bg-surface { background: var(--color-surface); }
.bg-white { background: var(--color-white); }
.bg-pink-50 { background: var(--pink-50); }
.bg-mint-50 { background: var(--mint-50); }
.bg-lavender-50 { background: var(--lavender-50); }

.divider {
  height: 1px;
  background: var(--color-border);
  margin: var(--space-4) 0;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--color-surface);
}
.page-main {
  flex: 1;
  padding: var(--space-6) 0 var(--space-10);
}
.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  margin-bottom: var(--space-6);
  flex-wrap: wrap;
}
.page-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--text-h1-size);
  color: var(--color-text);
  line-height: var(--line-heading);
}

@media (max-width: 880px) {
  .grid-3, .grid-4 { grid-template-columns: 1fr 1fr; }
  .container { padding: 0 var(--space-4); }
}
@media (max-width: 560px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .page-main { padding: var(--space-4) 0 var(--space-8); }
}

/* ===== utilities/text.css ===== */
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.font-display { font-family: var(--font-display); }
.font-body { font-family: var(--font-body); }

.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }

.text-primary { color: var(--color-primary); }
.text-secondary { color: var(--color-secondary); }
.text-danger { color: var(--color-danger); }
.text-muted-color { color: var(--color-text-muted); }

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.uppercase { text-transform: uppercase; letter-spacing: var(--tracking-label); }
.nowrap { white-space: nowrap; }
