/* line 1, app/assets/stylesheets/design_system/_tokens.scss */
:root {
  --color-bg-light: #0b1a2e;
  --color-bg-card: rgba(255, 255, 255, 0.05);
  --color-bg-card-hover: rgba(255, 255, 255, 0.08);
  --color-bg-card-header: rgba(255, 255, 255, 0.03);
  --color-white: #FFFFFF;
  --color-blue: #4F80FF;
  --color-space: #7BA4FF;
  --color-green: #67B9A4;
  --color-yellow: #FFC700;
  --color-red: #FE566A;
  --color-pink: #F1A7A3;
  --color-text-main: rgba(255, 255, 255, 0.9);
  --color-text-secondary: rgba(255, 255, 255, 0.5);
  --color-text-label: rgba(255, 255, 255, 0.35);
  --color-border-light: rgba(255, 255, 255, 0.08);
  --color-insight-gradient-start: rgba(79, 128, 255, 0.15);
  --color-insight-gradient-end: rgba(0, 176, 215, 0.15);
  --color-hr-rest-line: #4A90E2;
  --secondary-agile-blue-60: rgba(79, 128, 255, 0.3);
  --secondary-agile-blue-10: rgba(79, 128, 255, 0.1);
  --Secondary-Agile_Blue: #4F80FF;
  --color-garmin-blue: #00b0d7;
  --color-garmin-blue-hover: #009bbf;
  --glass-bg: rgba(255, 255, 255, 0.05);
  --glass-border: rgba(255, 255, 255, 0.08);
  --glass-blur: blur(12px);
  --ds-space-1: 0.25rem;
  --ds-space-2: 0.5rem;
  --ds-space-3: 0.75rem;
  --ds-space-4: 1rem;
  --ds-space-5: 1.5rem;
  --ds-space-6: 2rem;
  --ds-space-7: 3rem;
  --ds-radius-sm: 8px;
  --ds-radius-md: 12px;
  --ds-radius-lg: 16px;
  --ds-radius-pill: 999px;
  --ds-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.15);
  --ds-shadow-md: 0 4px 16px rgba(0, 0, 0, 0.2);
  --ds-shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.3);
}

/* line 1, app/assets/stylesheets/design_system/_base.scss */
*, *::before, *::after {
  box-sizing: border-box;
}

/* line 5, app/assets/stylesheets/design_system/_base.scss */
body {
  font-family: Epilogue;
  font-size: 16px;
  color: var(--color-text-main);
  background-color: var(--color-bg-light);
  margin: 0;
  text-align: center;
  padding: 0;
  min-height: 100vh;
}

/* line 16, app/assets/stylesheets/design_system/_base.scss */
p, span {
  font-size: 1rem;
  line-height: 1.5;
}

/* line 21, app/assets/stylesheets/design_system/_base.scss */
.label {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-text-label);
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/design_system/_typography.scss */
h1 {
  font-size: 2rem;
  font-weight: 700;
}

/* line 2, app/assets/stylesheets/design_system/_typography.scss */
h2 {
  font-size: 1.5rem;
  font-weight: 600;
}

/* line 3, app/assets/stylesheets/design_system/_typography.scss */
h3 {
  font-size: 1.125rem;
  font-weight: 600;
}

/* line 4, app/assets/stylesheets/design_system/_typography.scss */
h4 {
  font-size: 1rem;
  font-weight: 600;
}

/* line 5, app/assets/stylesheets/design_system/_typography.scss */
h5 {
  font-size: 0.875rem;
  font-weight: 600;
}

/* line 6, app/assets/stylesheets/design_system/_typography.scss */
h6 {
  font-size: 0.75rem;
  font-weight: 600;
}

/* line 8, app/assets/stylesheets/design_system/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
  padding: 0;
  margin: 0;
  line-height: 4rem;
}

/* line 14, app/assets/stylesheets/design_system/_typography.scss */
h1.centered, h2.centered, h3.centered, h4.centered, h5.centered, h6.centered {
  margin: auto;
  text-align: center;
  width: 100%;
}

/* line 21, app/assets/stylesheets/design_system/_typography.scss */
.ds-heading {
  font-family: 'Inter', sans-serif;
  color: var(--color-text-main);
  margin: 0;
  line-height: 1.25;
}

/* line 27, app/assets/stylesheets/design_system/_typography.scss */
.ds-heading--h1 {
  font-size: 2rem;
  font-weight: 700;
}

/* line 28, app/assets/stylesheets/design_system/_typography.scss */
.ds-heading--h2 {
  font-size: 1.5rem;
  font-weight: 600;
}

/* line 29, app/assets/stylesheets/design_system/_typography.scss */
.ds-heading--h3 {
  font-size: 1.125rem;
  font-weight: 600;
}

/* line 30, app/assets/stylesheets/design_system/_typography.scss */
.ds-heading--h4 {
  font-size: 1rem;
  font-weight: 600;
}

/* line 33, app/assets/stylesheets/design_system/_typography.scss */
.ds-subheading {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-text-main);
  margin: 0 0 var(--ds-space-4);
  text-align: left;
}

/* line 42, app/assets/stylesheets/design_system/_typography.scss */
.ds-text {
  font-size: 1rem;
  color: var(--color-text-main);
}

/* line 46, app/assets/stylesheets/design_system/_typography.scss */
.ds-text--small {
  font-size: 0.875rem;
  line-height: 1.25;
}

/* line 1, app/assets/stylesheets/design_system/_container.scss */
.ds-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--ds-space-6);
}

/* line 6, app/assets/stylesheets/design_system/_container.scss */
.ds-container--narrow {
  max-width: 800px;
}

/* line 7, app/assets/stylesheets/design_system/_container.scss */
.ds-container--wide {
  max-width: 1440px;
}

@media (max-width: 768px) {
  /* line 1, app/assets/stylesheets/design_system/_container.scss */
  .ds-container {
    padding: 0 var(--ds-space-4);
  }
}

/* line 14, app/assets/stylesheets/design_system/_container.scss */
.ds-ml-auto {
  margin-left: auto;
}

/* line 1, app/assets/stylesheets/design_system/_buttons.scss */
.ds-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--ds-space-2);
  padding: var(--ds-space-3) var(--ds-space-4);
  border: 1px solid transparent;
  border-radius: var(--ds-radius-sm);
  background: transparent;
  color: var(--color-text-main);
  font-family: Epilogue, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
  white-space: nowrap;
}

/* line 20, app/assets/stylesheets/design_system/_buttons.scss */
.ds-btn:disabled, .ds-btn[disabled] {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}

/* line 27, app/assets/stylesheets/design_system/_buttons.scss */
.ds-btn--primary {
  background: var(--color-blue);
  color: var(--color-white);
  border-color: var(--color-blue);
}

/* line 32, app/assets/stylesheets/design_system/_buttons.scss */
.ds-btn--primary:hover {
  background: var(--color-space);
  border-color: var(--color-space);
}

/* line 38, app/assets/stylesheets/design_system/_buttons.scss */
.ds-btn--secondary {
  background: var(--glass-bg);
  color: var(--color-text-main);
  border-color: var(--glass-border);
}

/* line 43, app/assets/stylesheets/design_system/_buttons.scss */
.ds-btn--secondary:hover {
  background: rgba(79, 128, 255, 0.12);
  border-color: rgba(79, 128, 255, 0.35);
  color: var(--color-blue);
}

/* line 50, app/assets/stylesheets/design_system/_buttons.scss */
.ds-btn--ghost {
  background: transparent;
  color: var(--color-text-secondary);
}

/* line 54, app/assets/stylesheets/design_system/_buttons.scss */
.ds-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.05);
  color: var(--color-text-main);
}

/* line 60, app/assets/stylesheets/design_system/_buttons.scss */
.ds-btn--danger {
  background: var(--color-red);
  color: var(--color-white);
  border-color: var(--color-red);
}

/* line 65, app/assets/stylesheets/design_system/_buttons.scss */
.ds-btn--danger:hover {
  filter: brightness(0.9);
}

/* line 68, app/assets/stylesheets/design_system/_buttons.scss */
.ds-btn--sm {
  padding: var(--ds-space-2) var(--ds-space-3);
  font-size: 0.8125rem;
}

/* line 73, app/assets/stylesheets/design_system/_buttons.scss */
.ds-btn--icon {
  padding: var(--ds-space-2);
  width: 36px;
  height: 36px;
  border-radius: var(--ds-radius-pill);
}

/* line 1, app/assets/stylesheets/design_system/_cards.scss */
.ds-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: var(--glass-blur);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-md);
  padding: var(--ds-space-5);
  display: flex;
  flex-direction: column;
  text-align: left;
}

/* line 12, app/assets/stylesheets/design_system/_cards.scss */
.ds-card--flush {
  padding: 0;
}

/* line 13, app/assets/stylesheets/design_system/_cards.scss */
.ds-card--compact {
  padding: var(--ds-space-4);
}

/* line 15, app/assets/stylesheets/design_system/_cards.scss */
.ds-card--hover {
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

/* line 18, app/assets/stylesheets/design_system/_cards.scss */
.ds-card--hover:hover {
  transform: translateY(-2px);
  background: var(--color-bg-card-hover);
  box-shadow: var(--ds-shadow-lg);
}

/* line 26, app/assets/stylesheets/design_system/_cards.scss */
.ds-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* line 1, app/assets/stylesheets/design_system/_forms.scss */
.ds-field {
  width: 100%;
  padding: var(--ds-space-3);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--glass-border);
  border-radius: var(--ds-radius-sm);
  color: var(--color-text-main);
  font-family: Epilogue, sans-serif;
  font-size: 0.875rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* line 13, app/assets/stylesheets/design_system/_forms.scss */
.ds-field:focus {
  border-color: var(--color-blue);
  box-shadow: 0 0 0 2px rgba(79, 128, 255, 0.2);
}

/* line 18, app/assets/stylesheets/design_system/_forms.scss */
.ds-field--select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23999' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  padding-right: 2rem;
  cursor: pointer;
}

/* line 27, app/assets/stylesheets/design_system/_forms.scss */
.ds-field option {
  background: var(--color-bg-light);
  color: var(--color-text-main);
}

/* line 32, app/assets/stylesheets/design_system/_forms.scss */
.ds-field[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(0.7);
  cursor: pointer;
}

/* line 38, app/assets/stylesheets/design_system/_forms.scss */
.ds-field-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: var(--ds-space-1);
  text-align: left;
}

/* line 49, app/assets/stylesheets/design_system/_forms.scss */
.ds-field-group {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-1);
  flex: 1;
  min-width: 140px;
}

/* line 1, app/assets/stylesheets/design_system/_section_header.scss */
.ds-section-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--ds-space-4);
  margin-bottom: var(--ds-space-5);
  text-align: left;
}

/* line 9, app/assets/stylesheets/design_system/_section_header.scss */
.ds-section-header__title {
  margin: 0 0 var(--ds-space-1) 0;
  color: var(--color-text-main);
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

/* line 17, app/assets/stylesheets/design_system/_section_header.scss */
.ds-section-header__description {
  margin: 0;
  color: var(--color-text-secondary);
  font-size: 0.875rem;
}

/* line 1, app/assets/stylesheets/design_system/_status.scss */
.ds-status {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  padding: var(--ds-space-1) var(--ds-space-3);
  border-radius: var(--ds-radius-pill);
  font-size: 0.75rem;
  font-weight: 600;
  border: 1px solid transparent;
  width: fit-content;
}

/* line 12, app/assets/stylesheets/design_system/_status.scss */
.ds-status--ok {
  background: rgba(103, 185, 164, 0.15);
  color: var(--color-green);
  border-color: rgba(103, 185, 164, 0.3);
}

/* line 18, app/assets/stylesheets/design_system/_status.scss */
.ds-status--warn {
  background: rgba(255, 199, 0, 0.12);
  color: var(--color-yellow);
  border-color: rgba(255, 199, 0, 0.3);
}

/* line 24, app/assets/stylesheets/design_system/_status.scss */
.ds-status--danger {
  background: rgba(254, 86, 106, 0.12);
  color: var(--color-red);
  border-color: rgba(254, 86, 106, 0.25);
}

/* line 30, app/assets/stylesheets/design_system/_status.scss */
.ds-status--block {
  display: flex;
  width: auto;
  padding: var(--ds-space-3) var(--ds-space-4);
  border-radius: var(--ds-radius-sm);
  font-size: 0.8125rem;
}

/* line 11, app/assets/stylesheets/design-system.scss */
button,
a {
  cursor: pointer;
  font-family: Epilogue;
  color: var(--Secondary-Agile_Blue);
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-decoration: none;
}

/* line 29, app/assets/stylesheets/design-system.scss */
button.btn,
a.btn {
  display: inline-flex;
  padding: 16px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 9px;
  border: 1px solid var(--secondary-agile-blue-60);
  background: var(--secondary-agile-blue-10);
  transition: background 0.2s, border-color 0.2s;
}

/* line 40, app/assets/stylesheets/design-system.scss */
button.btn:hover,
a.btn:hover {
  background: var(--secondary-agile-blue-60);
}

/* line 45, app/assets/stylesheets/design-system.scss */
button.text-btn,
a.text-btn {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  color: var(--color-text-label);
  text-transform: none;
  text-align: left;
}

/* line 56, app/assets/stylesheets/design-system.scss */
.inline-container {
  display: inline-block;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-align: left;
}

/* line 63, app/assets/stylesheets/design-system.scss */
.inline-container.with-header {
  margin: 7rem auto;
}

/* line 67, app/assets/stylesheets/design-system.scss */
.inline-container.max-width-800 {
  max-width: 800px;
}

/* line 72, app/assets/stylesheets/design-system.scss */
.grid-container {
  display: grid;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

/* line 78, app/assets/stylesheets/design-system.scss */
.grid-container.with-header {
  margin: 7rem auto;
}

/* line 82, app/assets/stylesheets/design-system.scss */
.grid-container.with-gap {
  row-gap: 1.5rem;
}

/* line 86, app/assets/stylesheets/design-system.scss */
.grid-container.two-column-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

/* line 91, app/assets/stylesheets/design-system.scss */
.grid-container.three-column-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

/* line 98, app/assets/stylesheets/design-system.scss */
.status {
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 12px;
  padding: 2px 8px;
  text-transform: uppercase;
}

/* line 105, app/assets/stylesheets/design-system.scss */
.status-good {
  background-color: var(--color-green);
  color: white;
}

/* line 110, app/assets/stylesheets/design-system.scss */
.status-improve {
  background-color: var(--color-yellow);
  color: white;
}

/* line 115, app/assets/stylesheets/design-system.scss */
.status-attention {
  background-color: var(--color-red);
  color: white;
}

/* line 122, app/assets/stylesheets/design-system.scss */
.container {
  padding: 2rem;
  max-width: 1440px;
  margin: 0 auto;
}

/* line 128, app/assets/stylesheets/design-system.scss */
.one-column-grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.5rem;
  width: 100%;
}

/* line 136, app/assets/stylesheets/design-system.scss */
.card, .activity-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: var(--glass-blur);
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 1rem;
}

/* line 148, app/assets/stylesheets/design-system.scss */
.card.full-width, .full-width.activity-card {
  width: 92%;
  padding: 4%;
}

/* line 153, app/assets/stylesheets/design-system.scss */
.card.max-width-800, .max-width-800.activity-card {
  max-width: 800px;
}

/* line 157, app/assets/stylesheets/design-system.scss */
.card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* line 163, app/assets/stylesheets/design-system.scss */
.card-header {
  display: flex;
  align-items: center;
  gap: 0rem;
}

/* line 169, app/assets/stylesheets/design-system.scss */
.card-icon {
  font-size: 1.25rem;
}

/* line 173, app/assets/stylesheets/design-system.scss */
.card-content {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

/* line 179, app/assets/stylesheets/design-system.scss */
.card-hover-effect {
  transition: all 0.3s ease;
}

/* line 182, app/assets/stylesheets/design-system.scss */
.card-hover-effect:hover {
  background: var(--color-bg-card-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

/* line 193, app/assets/stylesheets/design-system.scss */
.button-primary {
  background-color: var(--color-blue);
  color: var(--color-white);
  border: none;
  border-radius: 12px;
  padding: 0.6rem 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

/* line 203, app/assets/stylesheets/design-system.scss */
.button-primary:hover {
  background-color: var(--color-space);
}

/* line 208, app/assets/stylesheets/design-system.scss */
.button-secondary {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  color: var(--color-blue);
  border-radius: 12px;
  padding: 0.6rem 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* line 218, app/assets/stylesheets/design-system.scss */
.button-secondary:hover {
  background: var(--color-bg-card-hover);
}

/* line 222, app/assets/stylesheets/design-system.scss */
.button-secondary.left-aligned {
  text-align: left;
}

/* line 229, app/assets/stylesheets/design-system.scss */
.insights {
  background: linear-gradient(135deg, var(--color-insight-gradient-start), var(--color-insight-gradient-end));
  border-radius: 24px;
  padding: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

/* line 238, app/assets/stylesheets/design-system.scss */
.insight-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: var(--glass-blur);
  border-radius: 16px;
  padding: 1rem 1.25rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

/* line 246, app/assets/stylesheets/design-system.scss */
.insight-card h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

/* line 255, app/assets/stylesheets/design-system.scss */
.chart-bar {
  border-radius: 8px;
  width: 100%;
  height: 300px;
}

/* line 261, app/assets/stylesheets/design-system.scss */
.chart-section {
  margin-top: 1rem;
}

/* line 265, app/assets/stylesheets/design-system.scss */
.chart-container {
  width: 100%;
  height: 300px;
  margin-top: 1rem;
}

/* line 273, app/assets/stylesheets/design-system.scss */
.bar-aerobic {
  background-color: var(--color-blue);
}

/* line 277, app/assets/stylesheets/design-system.scss */
.bar-strength {
  background-color: var(--color-green);
}

/* line 281, app/assets/stylesheets/design-system.scss */
.bar-other {
  background-color: var(--color-yellow);
}

/* line 287, app/assets/stylesheets/design-system.scss */
.line-hrhigh {
  stroke: var(--color-red);
  stroke-width: 2;
}

/* line 292, app/assets/stylesheets/design-system.scss */
.line-hrrest {
  stroke: var(--color-hr-rest-line);
  stroke-width: 2;
}

/* line 300, app/assets/stylesheets/design-system.scss */
.recovery-card-link {
  text-decoration: none;
  color: inherit;
}

/* line 305, app/assets/stylesheets/design-system.scss */
.recovery-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

/* line 312, app/assets/stylesheets/design-system.scss */
.recovery-icon {
  color: var(--color-blue);
}

/* line 316, app/assets/stylesheets/design-system.scss */
.recovery-status {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--color-border-light);
}

/* line 325, app/assets/stylesheets/design-system.scss */
.metric-row {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--color-border-light);
  font-size: 0.875rem;
}

/* line 333, app/assets/stylesheets/design-system.scss */
.metric-row:last-child {
  border-bottom: none;
}

/* line 337, app/assets/stylesheets/design-system.scss */
.metric-row .label {
  color: var(--color-text-label);
}

/* line 341, app/assets/stylesheets/design-system.scss */
.metric-row .raw-data-container {
  width: 90%;
  text-align: left;
  color: var(--color-text-label);
  font-size: 0.6rem;
}

/* line 349, app/assets/stylesheets/design-system.scss */
.metric-section {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* line 355, app/assets/stylesheets/design-system.scss */
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

/* line 362, app/assets/stylesheets/design-system.scss */
.metric-bubble {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  border-radius: 12px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

/* line 374, app/assets/stylesheets/design-system.scss */
.metric-bubble:hover {
  transform: translateY(-2px);
}

/* line 379, app/assets/stylesheets/design-system.scss */
.metric-label {
  font-size: 0.75rem;
  color: var(--color-text-label);
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

/* line 386, app/assets/stylesheets/design-system.scss */
.metric-value {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--color-text-main);
}

/* line 392, app/assets/stylesheets/design-system.scss */
.metric-duration {
  border: 2px solid var(--color-blue);
}

/* line 396, app/assets/stylesheets/design-system.scss */
.metric-strain {
  border: 2px solid var(--color-green);
}

/* line 400, app/assets/stylesheets/design-system.scss */
.metric-avg-hr {
  border: 2px solid var(--color-yellow);
}

/* line 404, app/assets/stylesheets/design-system.scss */
.metric-max-hr {
  border: 2px solid var(--color-red);
}

/* line 408, app/assets/stylesheets/design-system.scss */
.metric-calories {
  border: 2px solid var(--color-space);
}

/* line 418, app/assets/stylesheets/design-system.scss */
.workout-details {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}

/* line 425, app/assets/stylesheets/design-system.scss */
.workout-stats {
  width: 100%;
}

/* line 430, app/assets/stylesheets/design-system.scss */
.heart-rate-zones {
  width: 100%;
}

/* line 435, app/assets/stylesheets/design-system.scss */
.avatar {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

/* line 441, app/assets/stylesheets/design-system.scss */
.search-bar,
.text-input {
  border-radius: 12px;
  padding: 0.5rem 1rem;
  width: calc(100% - 2rem);
  border: 1px solid var(--glass-border);
  background: var(--glass-bg);
  color: var(--color-text-main);
  font-size: 0.95rem;
}

/* line 453, app/assets/stylesheets/design-system.scss */
.ds-alert {
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  border: 1px solid;
}

/* line 459, app/assets/stylesheets/design-system.scss */
.ds-alert--danger {
  background-color: rgba(254, 86, 106, 0.1);
  border-color: var(--color-red);
  color: var(--color-red);
}

/* line 465, app/assets/stylesheets/design-system.scss */
.ds-alert--success {
  background-color: rgba(103, 185, 164, 0.1);
  border-color: var(--color-green);
  color: var(--color-green);
}

/* line 471, app/assets/stylesheets/design-system.scss */
.ds-alert--warning {
  background-color: rgba(255, 199, 0, 0.1);
  border-color: var(--color-yellow);
  color: var(--color-yellow);
}

/* line 477, app/assets/stylesheets/design-system.scss */
.ds-alert__heading {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
}

/* line 483, app/assets/stylesheets/design-system.scss */
.ds-alert__list {
  margin: 0;
  padding-left: 1.5rem;
  list-style-type: disc;
}

/* line 488, app/assets/stylesheets/design-system.scss */
.ds-alert__list li {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  /* line 497, app/assets/stylesheets/design-system.scss */
  .container {
    padding: 1rem;
  }
  /* line 501, app/assets/stylesheets/design-system.scss */
  h1 {
    font-size: 1.5rem;
  }
  /* line 505, app/assets/stylesheets/design-system.scss */
  .section {
    grid-template-columns: 1fr;
  }
  /* line 510, app/assets/stylesheets/design-system.scss */
  .metrics-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
    margin-top: 0px;
  }
  /* line 517, app/assets/stylesheets/design-system.scss */
  .metric-bubble {
    padding: 12px 0px;
  }
  /* line 520, app/assets/stylesheets/design-system.scss */
  .metric-bubble .metric-label {
    font-size: 0.6rem;
  }
  /* line 524, app/assets/stylesheets/design-system.scss */
  .metric-bubble .metric-value {
    font-size: 0.9rem;
  }
}

/* line 530, app/assets/stylesheets/design-system.scss */
.activity-type-label {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  background-color: var(--secondary-agile-blue-10);
  color: var(--Secondary-Agile_Blue);
  font-weight: 500;
  text-transform: capitalize;
}

/* line 541, app/assets/stylesheets/design-system.scss */
.login-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-bg-light);
  padding: 20px;
}

/* line 550, app/assets/stylesheets/design-system.scss */
.login-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 48px 40px;
  max-width: 380px;
  width: 100%;
  text-align: center;
}

/* line 561, app/assets/stylesheets/design-system.scss */
.login-icon {
  margin-bottom: 24px;
}

/* line 564, app/assets/stylesheets/design-system.scss */
.login-icon__img {
  width: 72px;
  height: 72px;
  border-radius: 16px;
}

/* line 571, app/assets/stylesheets/design-system.scss */
.login-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-white);
  margin: 0 0 8px;
}

/* line 578, app/assets/stylesheets/design-system.scss */
.login-subtitle {
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 32px;
  font-size: 14px;
  line-height: 1.5;
}

/* line 585, app/assets/stylesheets/design-system.scss */
.login-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 591, app/assets/stylesheets/design-system.scss */
.btn-login {
  background: var(--color-garmin-blue);
  color: var(--color-white);
  border: none;
  padding: 14px 24px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

/* line 608, app/assets/stylesheets/design-system.scss */
.btn-login:hover {
  background: var(--color-garmin-blue-hover);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0, 176, 215, 0.25);
}

/* line 614, app/assets/stylesheets/design-system.scss */
.btn-login:active {
  transform: translateY(0);
}

/* line 619, app/assets/stylesheets/design-system.scss */
.divider {
  margin: 20px 0;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.25);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 628, app/assets/stylesheets/design-system.scss */
.divider::before, .divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

/* line 636, app/assets/stylesheets/design-system.scss */
.divider::before {
  margin-right: 16px;
}

/* line 640, app/assets/stylesheets/design-system.scss */
.divider::after {
  margin-left: 16px;
}

/* line 645, app/assets/stylesheets/design-system.scss */
.login-footer {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* line 650, app/assets/stylesheets/design-system.scss */
.login-footer p {
  color: rgba(255, 255, 255, 0.25);
  font-size: 12px;
  margin: 0;
}

/* line 655, app/assets/stylesheets/design-system.scss */
.login-footer p strong {
  color: rgba(255, 255, 255, 0.4);
}

/* Shared: section heading (used above grids of tiles) */
/* line 662, app/assets/stylesheets/design-system.scss */
.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

/* line 669, app/assets/stylesheets/design-system.scss */
.section-header h3 {
  margin: 0 0 0.25rem 0;
  color: var(--color-text-main);
}

/* line 674, app/assets/stylesheets/design-system.scss */
.section-description {
  margin: 0;
  color: var(--color-text-secondary);
  font-size: 0.875rem;
}

/* Shared: tile grid used on the hub and in wellness pages */
/* line 681, app/assets/stylesheets/design-system.scss */
.wellness-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

/* line 688, app/assets/stylesheets/design-system.scss */
.wellness-tile {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.1rem 1.25rem;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 14px;
  backdrop-filter: var(--glass-blur);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

/* line 700, app/assets/stylesheets/design-system.scss */
.wellness-tile:hover {
  transform: translateY(-2px);
  border-color: rgba(79, 128, 255, 0.35);
}

/* line 705, app/assets/stylesheets/design-system.scss */
.wellness-tile--link {
  text-decoration: none;
  color: inherit;
  position: relative;
  cursor: pointer;
}

/* line 712, app/assets/stylesheets/design-system.scss */
.wellness-tile__arrow {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.75rem;
  color: var(--color-text-secondary);
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

/* line 723, app/assets/stylesheets/design-system.scss */
.wellness-tile--link:hover .wellness-tile__arrow {
  opacity: 1;
  transform: translateX(0);
  color: var(--color-blue);
}

/* line 729, app/assets/stylesheets/design-system.scss */
.wellness-tile__head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 735, app/assets/stylesheets/design-system.scss */
.wellness-tile__icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(79, 128, 255, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* line 746, app/assets/stylesheets/design-system.scss */
.wellness-tile__icon i {
  font-size: 0.8rem;
  color: var(--color-blue);
}

/* line 751, app/assets/stylesheets/design-system.scss */
.wellness-tile__label {
  font-size: 0.75rem;
  color: var(--color-text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
}

/* line 759, app/assets/stylesheets/design-system.scss */
.wellness-tile__value {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--color-text-main);
  line-height: 1.1;
}

/* line 766, app/assets/stylesheets/design-system.scss */
.wellness-tile__unit {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--color-text-secondary);
  margin-left: 0.15rem;
}

/* line 773, app/assets/stylesheets/design-system.scss */
.wellness-tile__meta {
  font-size: 0.72rem;
  color: var(--color-text-secondary);
}

/* Shared: trend chart row used on the hub (and for future pages) */
/* line 779, app/assets/stylesheets/design-system.scss */
.charts-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

/* line 786, app/assets/stylesheets/design-system.scss */
.chart-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 14px;
  backdrop-filter: var(--glass-blur);
  overflow: hidden;
}

/* line 794, app/assets/stylesheets/design-system.scss */
.chart-card__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 1rem 1.25rem 0.5rem;
}

/* line 801, app/assets/stylesheets/design-system.scss */
.chart-card__title {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-text-main);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 811, app/assets/stylesheets/design-system.scss */
.chart-card__title i {
  color: var(--color-blue);
  font-size: 0.8rem;
}

/* line 816, app/assets/stylesheets/design-system.scss */
.chart-card__subtitle {
  font-size: 0.7rem;
  color: var(--color-text-secondary);
}

/* line 821, app/assets/stylesheets/design-system.scss */
.chart-card__body {
  padding: 0.5rem 1rem 1rem;
}

/* line 825, app/assets/stylesheets/design-system.scss */
.chart-card__body canvas {
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 768px) {
  /* line 831, app/assets/stylesheets/design-system.scss */
  .charts-row {
    grid-template-columns: 1fr;
  }
}

/* line 836, app/assets/stylesheets/design-system.scss */
.sleep-pending {
  display: inline-block;
  padding: 0.15rem 0.5rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-text-secondary);
  background: rgba(166, 108, 255, 0.12);
  border: 1px solid rgba(166, 108, 255, 0.25);
  letter-spacing: 0.02em;
  cursor: help;
}

/* line 3, app/assets/stylesheets/activities.scss */
.activities-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem;
}

/* line 9, app/assets/stylesheets/activities.scss */
.activities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  width: 100%;
}

/* line 16, app/assets/stylesheets/activities.scss */
.date-label > span {
  font-size: 0.8rem;
}

@media (max-width: 1024px) {
  /* line 21, app/assets/stylesheets/activities.scss */
  .activities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  /* line 27, app/assets/stylesheets/activities.scss */
  .activities-grid {
    grid-template-columns: 1fr;
  }
  /* line 31, app/assets/stylesheets/activities.scss */
  .activities-container {
    padding: 1rem;
  }
}

/* line 36, app/assets/stylesheets/activities.scss */
.activities-section {
  margin-top: 2rem;
}

/* line 40, app/assets/stylesheets/activities.scss */
.activity-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* line 49, app/assets/stylesheets/activities.scss */
.activity-card {
  padding: 1.5rem;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: var(--glass-blur);
}

/* line 57, app/assets/stylesheets/activities.scss */
.button-icon {
  padding: 8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: var(--color-red);
  color: white;
  transition: background-color 0.2s ease;
}

/* line 70, app/assets/stylesheets/activities.scss */
.button-icon:hover {
  background: #fe233d;
}

/* line 74, app/assets/stylesheets/activities.scss */
.button-icon i {
  font-size: 1rem;
}

/* line 79, app/assets/stylesheets/activities.scss */
.ds-ml-auto {
  margin-left: auto;
}

/* line 83, app/assets/stylesheets/activities.scss */
.card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 1rem;
  color: var(--color-white);
}

/* line 93, app/assets/stylesheets/activities.scss */
.card-icon i {
  font-size: 1.25rem;
}

/* line 98, app/assets/stylesheets/activities.scss */
.card-icon.icon-circle.bg-water {
  background-color: var(--color-blue);
}

/* line 102, app/assets/stylesheets/activities.scss */
.card-icon.icon-circle.bg-team {
  background-color: var(--color-green);
}

/* line 106, app/assets/stylesheets/activities.scss */
.card-icon.icon-circle.bg-racket {
  background-color: var(--color-yellow);
}

/* line 110, app/assets/stylesheets/activities.scss */
.card-icon.icon-circle.bg-transition {
  background-color: var(--color-pink);
}

/* line 114, app/assets/stylesheets/activities.scss */
.card-icon.icon-circle.bg-other {
  background-color: var(--color-space);
}

/* line 118, app/assets/stylesheets/activities.scss */
.card-icon.icon-circle.bg-running {
  background-color: var(--color-red);
}

/* line 122, app/assets/stylesheets/activities.scss */
.card-icon.icon-circle.bg-cycling {
  background-color: var(--color-blue);
}

/* line 126, app/assets/stylesheets/activities.scss */
.card-icon.icon-circle.bg-fitness {
  background-color: var(--color-green);
}

/* line 130, app/assets/stylesheets/activities.scss */
.card-icon.icon-circle.bg-walking {
  background-color: var(--color-yellow);
}

/* line 134, app/assets/stylesheets/activities.scss */
.card-icon.icon-circle.bg-winter {
  background-color: var(--color-blue);
}

/* line 140, app/assets/stylesheets/activities.scss */
.card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.2s ease-in-out;
}

/* line 146, app/assets/stylesheets/activities.scss */
.card-link:hover {
  transform: translateY(-2px);
}

/* line 150, app/assets/stylesheets/activities.scss */
.card-link:hover .card, .card-link:hover .activity-card {
  box-shadow: var(--ds-shadow-lg);
}

/* line 1, app/assets/stylesheets/design_system/_tokens.scss */
:root {
  --color-bg-light: #0b1a2e;
  --color-bg-card: rgba(255, 255, 255, 0.05);
  --color-bg-card-hover: rgba(255, 255, 255, 0.08);
  --color-bg-card-header: rgba(255, 255, 255, 0.03);
  --color-white: #FFFFFF;
  --color-blue: #4F80FF;
  --color-space: #7BA4FF;
  --color-green: #67B9A4;
  --color-yellow: #FFC700;
  --color-red: #FE566A;
  --color-pink: #F1A7A3;
  --color-text-main: rgba(255, 255, 255, 0.9);
  --color-text-secondary: rgba(255, 255, 255, 0.5);
  --color-text-label: rgba(255, 255, 255, 0.35);
  --color-border-light: rgba(255, 255, 255, 0.08);
  --color-insight-gradient-start: rgba(79, 128, 255, 0.15);
  --color-insight-gradient-end: rgba(0, 176, 215, 0.15);
  --color-hr-rest-line: #4A90E2;
  --secondary-agile-blue-60: rgba(79, 128, 255, 0.3);
  --secondary-agile-blue-10: rgba(79, 128, 255, 0.1);
  --Secondary-Agile_Blue: #4F80FF;
  --color-garmin-blue: #00b0d7;
  --color-garmin-blue-hover: #009bbf;
  --glass-bg: rgba(255, 255, 255, 0.05);
  --glass-border: rgba(255, 255, 255, 0.08);
  --glass-blur: blur(12px);
  --ds-space-1: 0.25rem;
  --ds-space-2: 0.5rem;
  --ds-space-3: 0.75rem;
  --ds-space-4: 1rem;
  --ds-space-5: 1.5rem;
  --ds-space-6: 2rem;
  --ds-space-7: 3rem;
  --ds-radius-sm: 8px;
  --ds-radius-md: 12px;
  --ds-radius-lg: 16px;
  --ds-radius-pill: 999px;
  --ds-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.15);
  --ds-shadow-md: 0 4px 16px rgba(0, 0, 0, 0.2);
  --ds-shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.3);
}

/* line 1, app/assets/stylesheets/design_system/_base.scss */
*, *::before, *::after {
  box-sizing: border-box;
}

/* line 5, app/assets/stylesheets/design_system/_base.scss */
body {
  font-family: Epilogue;
  font-size: 16px;
  color: var(--color-text-main);
  background-color: var(--color-bg-light);
  margin: 0;
  text-align: center;
  padding: 0;
  min-height: 100vh;
}

/* line 16, app/assets/stylesheets/design_system/_base.scss */
p, span {
  font-size: 1rem;
  line-height: 1.5;
}

/* line 21, app/assets/stylesheets/design_system/_base.scss */
.label {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-text-label);
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/design_system/_typography.scss */
h1 {
  font-size: 2rem;
  font-weight: 700;
}

/* line 2, app/assets/stylesheets/design_system/_typography.scss */
h2 {
  font-size: 1.5rem;
  font-weight: 600;
}

/* line 3, app/assets/stylesheets/design_system/_typography.scss */
h3 {
  font-size: 1.125rem;
  font-weight: 600;
}

/* line 4, app/assets/stylesheets/design_system/_typography.scss */
h4 {
  font-size: 1rem;
  font-weight: 600;
}

/* line 5, app/assets/stylesheets/design_system/_typography.scss */
h5 {
  font-size: 0.875rem;
  font-weight: 600;
}

/* line 6, app/assets/stylesheets/design_system/_typography.scss */
h6 {
  font-size: 0.75rem;
  font-weight: 600;
}

/* line 8, app/assets/stylesheets/design_system/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
  padding: 0;
  margin: 0;
  line-height: 4rem;
}

/* line 14, app/assets/stylesheets/design_system/_typography.scss */
h1.centered, h2.centered, h3.centered, h4.centered, h5.centered, h6.centered {
  margin: auto;
  text-align: center;
  width: 100%;
}

/* line 21, app/assets/stylesheets/design_system/_typography.scss */
.ds-heading {
  font-family: 'Inter', sans-serif;
  color: var(--color-text-main);
  margin: 0;
  line-height: 1.25;
}

/* line 27, app/assets/stylesheets/design_system/_typography.scss */
.ds-heading--h1 {
  font-size: 2rem;
  font-weight: 700;
}

/* line 28, app/assets/stylesheets/design_system/_typography.scss */
.ds-heading--h2 {
  font-size: 1.5rem;
  font-weight: 600;
}

/* line 29, app/assets/stylesheets/design_system/_typography.scss */
.ds-heading--h3 {
  font-size: 1.125rem;
  font-weight: 600;
}

/* line 30, app/assets/stylesheets/design_system/_typography.scss */
.ds-heading--h4 {
  font-size: 1rem;
  font-weight: 600;
}

/* line 33, app/assets/stylesheets/design_system/_typography.scss */
.ds-subheading {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-text-main);
  margin: 0 0 var(--ds-space-4);
  text-align: left;
}

/* line 42, app/assets/stylesheets/design_system/_typography.scss */
.ds-text {
  font-size: 1rem;
  color: var(--color-text-main);
}

/* line 46, app/assets/stylesheets/design_system/_typography.scss */
.ds-text--small {
  font-size: 0.875rem;
  line-height: 1.25;
}

/* line 1, app/assets/stylesheets/design_system/_container.scss */
.ds-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--ds-space-6);
}

/* line 6, app/assets/stylesheets/design_system/_container.scss */
.ds-container--narrow {
  max-width: 800px;
}

/* line 7, app/assets/stylesheets/design_system/_container.scss */
.ds-container--wide {
  max-width: 1440px;
}

@media (max-width: 768px) {
  /* line 1, app/assets/stylesheets/design_system/_container.scss */
  .ds-container {
    padding: 0 var(--ds-space-4);
  }
}

/* line 14, app/assets/stylesheets/design_system/_container.scss */
.ds-ml-auto {
  margin-left: auto;
}

/* line 1, app/assets/stylesheets/design_system/_buttons.scss */
.ds-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--ds-space-2);
  padding: var(--ds-space-3) var(--ds-space-4);
  border: 1px solid transparent;
  border-radius: var(--ds-radius-sm);
  background: transparent;
  color: var(--color-text-main);
  font-family: Epilogue, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
  white-space: nowrap;
}

/* line 20, app/assets/stylesheets/design_system/_buttons.scss */
.ds-btn:disabled, .ds-btn[disabled] {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}

/* line 27, app/assets/stylesheets/design_system/_buttons.scss */
.ds-btn--primary {
  background: var(--color-blue);
  color: var(--color-white);
  border-color: var(--color-blue);
}

/* line 32, app/assets/stylesheets/design_system/_buttons.scss */
.ds-btn--primary:hover {
  background: var(--color-space);
  border-color: var(--color-space);
}

/* line 38, app/assets/stylesheets/design_system/_buttons.scss */
.ds-btn--secondary {
  background: var(--glass-bg);
  color: var(--color-text-main);
  border-color: var(--glass-border);
}

/* line 43, app/assets/stylesheets/design_system/_buttons.scss */
.ds-btn--secondary:hover {
  background: rgba(79, 128, 255, 0.12);
  border-color: rgba(79, 128, 255, 0.35);
  color: var(--color-blue);
}

/* line 50, app/assets/stylesheets/design_system/_buttons.scss */
.ds-btn--ghost {
  background: transparent;
  color: var(--color-text-secondary);
}

/* line 54, app/assets/stylesheets/design_system/_buttons.scss */
.ds-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.05);
  color: var(--color-text-main);
}

/* line 60, app/assets/stylesheets/design_system/_buttons.scss */
.ds-btn--danger {
  background: var(--color-red);
  color: var(--color-white);
  border-color: var(--color-red);
}

/* line 65, app/assets/stylesheets/design_system/_buttons.scss */
.ds-btn--danger:hover {
  filter: brightness(0.9);
}

/* line 68, app/assets/stylesheets/design_system/_buttons.scss */
.ds-btn--sm {
  padding: var(--ds-space-2) var(--ds-space-3);
  font-size: 0.8125rem;
}

/* line 73, app/assets/stylesheets/design_system/_buttons.scss */
.ds-btn--icon {
  padding: var(--ds-space-2);
  width: 36px;
  height: 36px;
  border-radius: var(--ds-radius-pill);
}

/* line 1, app/assets/stylesheets/design_system/_cards.scss */
.ds-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: var(--glass-blur);
  border-radius: var(--ds-radius-lg);
  box-shadow: var(--ds-shadow-md);
  padding: var(--ds-space-5);
  display: flex;
  flex-direction: column;
  text-align: left;
}

/* line 12, app/assets/stylesheets/design_system/_cards.scss */
.ds-card--flush {
  padding: 0;
}

/* line 13, app/assets/stylesheets/design_system/_cards.scss */
.ds-card--compact {
  padding: var(--ds-space-4);
}

/* line 15, app/assets/stylesheets/design_system/_cards.scss */
.ds-card--hover {
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

/* line 18, app/assets/stylesheets/design_system/_cards.scss */
.ds-card--hover:hover {
  transform: translateY(-2px);
  background: var(--color-bg-card-hover);
  box-shadow: var(--ds-shadow-lg);
}

/* line 26, app/assets/stylesheets/design_system/_cards.scss */
.ds-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* line 1, app/assets/stylesheets/design_system/_forms.scss */
.ds-field {
  width: 100%;
  padding: var(--ds-space-3);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--glass-border);
  border-radius: var(--ds-radius-sm);
  color: var(--color-text-main);
  font-family: Epilogue, sans-serif;
  font-size: 0.875rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* line 13, app/assets/stylesheets/design_system/_forms.scss */
.ds-field:focus {
  border-color: var(--color-blue);
  box-shadow: 0 0 0 2px rgba(79, 128, 255, 0.2);
}

/* line 18, app/assets/stylesheets/design_system/_forms.scss */
.ds-field--select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23999' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  padding-right: 2rem;
  cursor: pointer;
}

/* line 27, app/assets/stylesheets/design_system/_forms.scss */
.ds-field option {
  background: var(--color-bg-light);
  color: var(--color-text-main);
}

/* line 32, app/assets/stylesheets/design_system/_forms.scss */
.ds-field[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(0.7);
  cursor: pointer;
}

/* line 38, app/assets/stylesheets/design_system/_forms.scss */
.ds-field-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: var(--ds-space-1);
  text-align: left;
}

/* line 49, app/assets/stylesheets/design_system/_forms.scss */
.ds-field-group {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-1);
  flex: 1;
  min-width: 140px;
}

/* line 1, app/assets/stylesheets/design_system/_section_header.scss */
.ds-section-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--ds-space-4);
  margin-bottom: var(--ds-space-5);
  text-align: left;
}

/* line 9, app/assets/stylesheets/design_system/_section_header.scss */
.ds-section-header__title {
  margin: 0 0 var(--ds-space-1) 0;
  color: var(--color-text-main);
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

/* line 17, app/assets/stylesheets/design_system/_section_header.scss */
.ds-section-header__description {
  margin: 0;
  color: var(--color-text-secondary);
  font-size: 0.875rem;
}

/* line 1, app/assets/stylesheets/design_system/_status.scss */
.ds-status {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  padding: var(--ds-space-1) var(--ds-space-3);
  border-radius: var(--ds-radius-pill);
  font-size: 0.75rem;
  font-weight: 600;
  border: 1px solid transparent;
  width: fit-content;
}

/* line 12, app/assets/stylesheets/design_system/_status.scss */
.ds-status--ok {
  background: rgba(103, 185, 164, 0.15);
  color: var(--color-green);
  border-color: rgba(103, 185, 164, 0.3);
}

/* line 18, app/assets/stylesheets/design_system/_status.scss */
.ds-status--warn {
  background: rgba(255, 199, 0, 0.12);
  color: var(--color-yellow);
  border-color: rgba(255, 199, 0, 0.3);
}

/* line 24, app/assets/stylesheets/design_system/_status.scss */
.ds-status--danger {
  background: rgba(254, 86, 106, 0.12);
  color: var(--color-red);
  border-color: rgba(254, 86, 106, 0.25);
}

/* line 30, app/assets/stylesheets/design_system/_status.scss */
.ds-status--block {
  display: flex;
  width: auto;
  padding: var(--ds-space-3) var(--ds-space-4);
  border-radius: var(--ds-radius-sm);
  font-size: 0.8125rem;
}

/* line 11, app/assets/stylesheets/design-system.scss */
button,
a {
  cursor: pointer;
  font-family: Epilogue;
  color: var(--Secondary-Agile_Blue);
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-decoration: none;
}

/* line 29, app/assets/stylesheets/design-system.scss */
button.btn,
a.btn {
  display: inline-flex;
  padding: 16px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 9px;
  border: 1px solid var(--secondary-agile-blue-60);
  background: var(--secondary-agile-blue-10);
  transition: background 0.2s, border-color 0.2s;
}

/* line 40, app/assets/stylesheets/design-system.scss */
button.btn:hover,
a.btn:hover {
  background: var(--secondary-agile-blue-60);
}

/* line 45, app/assets/stylesheets/design-system.scss */
button.text-btn,
a.text-btn {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  color: var(--color-text-label);
  text-transform: none;
  text-align: left;
}

/* line 56, app/assets/stylesheets/design-system.scss */
.inline-container {
  display: inline-block;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-align: left;
}

/* line 63, app/assets/stylesheets/design-system.scss */
.inline-container.with-header {
  margin: 7rem auto;
}

/* line 67, app/assets/stylesheets/design-system.scss */
.inline-container.max-width-800 {
  max-width: 800px;
}

/* line 72, app/assets/stylesheets/design-system.scss */
.grid-container {
  display: grid;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

/* line 78, app/assets/stylesheets/design-system.scss */
.grid-container.with-header {
  margin: 7rem auto;
}

/* line 82, app/assets/stylesheets/design-system.scss */
.grid-container.with-gap {
  row-gap: 1.5rem;
}

/* line 86, app/assets/stylesheets/design-system.scss */
.grid-container.two-column-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

/* line 91, app/assets/stylesheets/design-system.scss */
.grid-container.three-column-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

/* line 98, app/assets/stylesheets/design-system.scss */
.status {
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 12px;
  padding: 2px 8px;
  text-transform: uppercase;
}

/* line 105, app/assets/stylesheets/design-system.scss */
.status-good {
  background-color: var(--color-green);
  color: white;
}

/* line 110, app/assets/stylesheets/design-system.scss */
.status-improve {
  background-color: var(--color-yellow);
  color: white;
}

/* line 115, app/assets/stylesheets/design-system.scss */
.status-attention {
  background-color: var(--color-red);
  color: white;
}

/* line 122, app/assets/stylesheets/design-system.scss */
.container {
  padding: 2rem;
  max-width: 1440px;
  margin: 0 auto;
}

/* line 128, app/assets/stylesheets/design-system.scss */
.one-column-grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.5rem;
  width: 100%;
}

/* line 136, app/assets/stylesheets/design-system.scss */
.card, .activity-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: var(--glass-blur);
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 1rem;
}

/* line 148, app/assets/stylesheets/design-system.scss */
.card.full-width, .full-width.activity-card {
  width: 92%;
  padding: 4%;
}

/* line 153, app/assets/stylesheets/design-system.scss */
.card.max-width-800, .max-width-800.activity-card {
  max-width: 800px;
}

/* line 157, app/assets/stylesheets/design-system.scss */
.card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* line 163, app/assets/stylesheets/design-system.scss */
.card-header {
  display: flex;
  align-items: center;
  gap: 0rem;
}

/* line 169, app/assets/stylesheets/design-system.scss */
.card-icon {
  font-size: 1.25rem;
}

/* line 173, app/assets/stylesheets/design-system.scss */
.card-content {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

/* line 179, app/assets/stylesheets/design-system.scss */
.card-hover-effect {
  transition: all 0.3s ease;
}

/* line 182, app/assets/stylesheets/design-system.scss */
.card-hover-effect:hover {
  background: var(--color-bg-card-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

/* line 193, app/assets/stylesheets/design-system.scss */
.button-primary {
  background-color: var(--color-blue);
  color: var(--color-white);
  border: none;
  border-radius: 12px;
  padding: 0.6rem 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

/* line 203, app/assets/stylesheets/design-system.scss */
.button-primary:hover {
  background-color: var(--color-space);
}

/* line 208, app/assets/stylesheets/design-system.scss */
.button-secondary {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  color: var(--color-blue);
  border-radius: 12px;
  padding: 0.6rem 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* line 218, app/assets/stylesheets/design-system.scss */
.button-secondary:hover {
  background: var(--color-bg-card-hover);
}

/* line 222, app/assets/stylesheets/design-system.scss */
.button-secondary.left-aligned {
  text-align: left;
}

/* line 229, app/assets/stylesheets/design-system.scss */
.insights {
  background: linear-gradient(135deg, var(--color-insight-gradient-start), var(--color-insight-gradient-end));
  border-radius: 24px;
  padding: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

/* line 238, app/assets/stylesheets/design-system.scss */
.insight-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: var(--glass-blur);
  border-radius: 16px;
  padding: 1rem 1.25rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

/* line 246, app/assets/stylesheets/design-system.scss */
.insight-card h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

/* line 255, app/assets/stylesheets/design-system.scss */
.chart-bar {
  border-radius: 8px;
  width: 100%;
  height: 300px;
}

/* line 261, app/assets/stylesheets/design-system.scss */
.chart-section {
  margin-top: 1rem;
}

/* line 265, app/assets/stylesheets/design-system.scss */
.chart-container {
  width: 100%;
  height: 300px;
  margin-top: 1rem;
}

/* line 273, app/assets/stylesheets/design-system.scss */
.bar-aerobic {
  background-color: var(--color-blue);
}

/* line 277, app/assets/stylesheets/design-system.scss */
.bar-strength {
  background-color: var(--color-green);
}

/* line 281, app/assets/stylesheets/design-system.scss */
.bar-other {
  background-color: var(--color-yellow);
}

/* line 287, app/assets/stylesheets/design-system.scss */
.line-hrhigh {
  stroke: var(--color-red);
  stroke-width: 2;
}

/* line 292, app/assets/stylesheets/design-system.scss */
.line-hrrest {
  stroke: var(--color-hr-rest-line);
  stroke-width: 2;
}

/* line 300, app/assets/stylesheets/design-system.scss */
.recovery-card-link {
  text-decoration: none;
  color: inherit;
}

/* line 305, app/assets/stylesheets/design-system.scss */
.recovery-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

/* line 312, app/assets/stylesheets/design-system.scss */
.recovery-icon {
  color: var(--color-blue);
}

/* line 316, app/assets/stylesheets/design-system.scss */
.recovery-status {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--color-border-light);
}

/* line 325, app/assets/stylesheets/design-system.scss */
.metric-row {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--color-border-light);
  font-size: 0.875rem;
}

/* line 333, app/assets/stylesheets/design-system.scss */
.metric-row:last-child {
  border-bottom: none;
}

/* line 337, app/assets/stylesheets/design-system.scss */
.metric-row .label {
  color: var(--color-text-label);
}

/* line 341, app/assets/stylesheets/design-system.scss */
.metric-row .raw-data-container {
  width: 90%;
  text-align: left;
  color: var(--color-text-label);
  font-size: 0.6rem;
}

/* line 349, app/assets/stylesheets/design-system.scss */
.metric-section {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* line 355, app/assets/stylesheets/design-system.scss */
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

/* line 362, app/assets/stylesheets/design-system.scss */
.metric-bubble {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  border-radius: 12px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

/* line 374, app/assets/stylesheets/design-system.scss */
.metric-bubble:hover {
  transform: translateY(-2px);
}

/* line 379, app/assets/stylesheets/design-system.scss */
.metric-label {
  font-size: 0.75rem;
  color: var(--color-text-label);
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

/* line 386, app/assets/stylesheets/design-system.scss */
.metric-value {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--color-text-main);
}

/* line 392, app/assets/stylesheets/design-system.scss */
.metric-duration {
  border: 2px solid var(--color-blue);
}

/* line 396, app/assets/stylesheets/design-system.scss */
.metric-strain {
  border: 2px solid var(--color-green);
}

/* line 400, app/assets/stylesheets/design-system.scss */
.metric-avg-hr {
  border: 2px solid var(--color-yellow);
}

/* line 404, app/assets/stylesheets/design-system.scss */
.metric-max-hr {
  border: 2px solid var(--color-red);
}

/* line 408, app/assets/stylesheets/design-system.scss */
.metric-calories {
  border: 2px solid var(--color-space);
}

/* line 418, app/assets/stylesheets/design-system.scss */
.workout-details {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}

/* line 425, app/assets/stylesheets/design-system.scss */
.workout-stats {
  width: 100%;
}

/* line 430, app/assets/stylesheets/design-system.scss */
.heart-rate-zones {
  width: 100%;
}

/* line 435, app/assets/stylesheets/design-system.scss */
.avatar {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

/* line 441, app/assets/stylesheets/design-system.scss */
.search-bar,
.text-input {
  border-radius: 12px;
  padding: 0.5rem 1rem;
  width: calc(100% - 2rem);
  border: 1px solid var(--glass-border);
  background: var(--glass-bg);
  color: var(--color-text-main);
  font-size: 0.95rem;
}

/* line 453, app/assets/stylesheets/design-system.scss */
.ds-alert {
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  border: 1px solid;
}

/* line 459, app/assets/stylesheets/design-system.scss */
.ds-alert--danger {
  background-color: rgba(254, 86, 106, 0.1);
  border-color: var(--color-red);
  color: var(--color-red);
}

/* line 465, app/assets/stylesheets/design-system.scss */
.ds-alert--success {
  background-color: rgba(103, 185, 164, 0.1);
  border-color: var(--color-green);
  color: var(--color-green);
}

/* line 471, app/assets/stylesheets/design-system.scss */
.ds-alert--warning {
  background-color: rgba(255, 199, 0, 0.1);
  border-color: var(--color-yellow);
  color: var(--color-yellow);
}

/* line 477, app/assets/stylesheets/design-system.scss */
.ds-alert__heading {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
}

/* line 483, app/assets/stylesheets/design-system.scss */
.ds-alert__list {
  margin: 0;
  padding-left: 1.5rem;
  list-style-type: disc;
}

/* line 488, app/assets/stylesheets/design-system.scss */
.ds-alert__list li {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  /* line 497, app/assets/stylesheets/design-system.scss */
  .container {
    padding: 1rem;
  }
  /* line 501, app/assets/stylesheets/design-system.scss */
  h1 {
    font-size: 1.5rem;
  }
  /* line 505, app/assets/stylesheets/design-system.scss */
  .section {
    grid-template-columns: 1fr;
  }
  /* line 510, app/assets/stylesheets/design-system.scss */
  .metrics-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
    margin-top: 0px;
  }
  /* line 517, app/assets/stylesheets/design-system.scss */
  .metric-bubble {
    padding: 12px 0px;
  }
  /* line 520, app/assets/stylesheets/design-system.scss */
  .metric-bubble .metric-label {
    font-size: 0.6rem;
  }
  /* line 524, app/assets/stylesheets/design-system.scss */
  .metric-bubble .metric-value {
    font-size: 0.9rem;
  }
}

/* line 530, app/assets/stylesheets/design-system.scss */
.activity-type-label {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  background-color: var(--secondary-agile-blue-10);
  color: var(--Secondary-Agile_Blue);
  font-weight: 500;
  text-transform: capitalize;
}

/* line 541, app/assets/stylesheets/design-system.scss */
.login-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-bg-light);
  padding: 20px;
}

/* line 550, app/assets/stylesheets/design-system.scss */
.login-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 48px 40px;
  max-width: 380px;
  width: 100%;
  text-align: center;
}

/* line 561, app/assets/stylesheets/design-system.scss */
.login-icon {
  margin-bottom: 24px;
}

/* line 564, app/assets/stylesheets/design-system.scss */
.login-icon__img {
  width: 72px;
  height: 72px;
  border-radius: 16px;
}

/* line 571, app/assets/stylesheets/design-system.scss */
.login-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-white);
  margin: 0 0 8px;
}

/* line 578, app/assets/stylesheets/design-system.scss */
.login-subtitle {
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 32px;
  font-size: 14px;
  line-height: 1.5;
}

/* line 585, app/assets/stylesheets/design-system.scss */
.login-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 591, app/assets/stylesheets/design-system.scss */
.btn-login {
  background: var(--color-garmin-blue);
  color: var(--color-white);
  border: none;
  padding: 14px 24px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

/* line 608, app/assets/stylesheets/design-system.scss */
.btn-login:hover {
  background: var(--color-garmin-blue-hover);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0, 176, 215, 0.25);
}

/* line 614, app/assets/stylesheets/design-system.scss */
.btn-login:active {
  transform: translateY(0);
}

/* line 619, app/assets/stylesheets/design-system.scss */
.divider {
  margin: 20px 0;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.25);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 628, app/assets/stylesheets/design-system.scss */
.divider::before, .divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

/* line 636, app/assets/stylesheets/design-system.scss */
.divider::before {
  margin-right: 16px;
}

/* line 640, app/assets/stylesheets/design-system.scss */
.divider::after {
  margin-left: 16px;
}

/* line 645, app/assets/stylesheets/design-system.scss */
.login-footer {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* line 650, app/assets/stylesheets/design-system.scss */
.login-footer p {
  color: rgba(255, 255, 255, 0.25);
  font-size: 12px;
  margin: 0;
}

/* line 655, app/assets/stylesheets/design-system.scss */
.login-footer p strong {
  color: rgba(255, 255, 255, 0.4);
}

/* Shared: section heading (used above grids of tiles) */
/* line 662, app/assets/stylesheets/design-system.scss */
.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

/* line 669, app/assets/stylesheets/design-system.scss */
.section-header h3 {
  margin: 0 0 0.25rem 0;
  color: var(--color-text-main);
}

/* line 674, app/assets/stylesheets/design-system.scss */
.section-description {
  margin: 0;
  color: var(--color-text-secondary);
  font-size: 0.875rem;
}

/* Shared: tile grid used on the hub and in wellness pages */
/* line 681, app/assets/stylesheets/design-system.scss */
.wellness-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

/* line 688, app/assets/stylesheets/design-system.scss */
.wellness-tile {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.1rem 1.25rem;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 14px;
  backdrop-filter: var(--glass-blur);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

/* line 700, app/assets/stylesheets/design-system.scss */
.wellness-tile:hover {
  transform: translateY(-2px);
  border-color: rgba(79, 128, 255, 0.35);
}

/* line 705, app/assets/stylesheets/design-system.scss */
.wellness-tile--link {
  text-decoration: none;
  color: inherit;
  position: relative;
  cursor: pointer;
}

/* line 712, app/assets/stylesheets/design-system.scss */
.wellness-tile__arrow {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.75rem;
  color: var(--color-text-secondary);
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

/* line 723, app/assets/stylesheets/design-system.scss */
.wellness-tile--link:hover .wellness-tile__arrow {
  opacity: 1;
  transform: translateX(0);
  color: var(--color-blue);
}

/* line 729, app/assets/stylesheets/design-system.scss */
.wellness-tile__head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 735, app/assets/stylesheets/design-system.scss */
.wellness-tile__icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(79, 128, 255, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* line 746, app/assets/stylesheets/design-system.scss */
.wellness-tile__icon i {
  font-size: 0.8rem;
  color: var(--color-blue);
}

/* line 751, app/assets/stylesheets/design-system.scss */
.wellness-tile__label {
  font-size: 0.75rem;
  color: var(--color-text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
}

/* line 759, app/assets/stylesheets/design-system.scss */
.wellness-tile__value {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--color-text-main);
  line-height: 1.1;
}

/* line 766, app/assets/stylesheets/design-system.scss */
.wellness-tile__unit {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--color-text-secondary);
  margin-left: 0.15rem;
}

/* line 773, app/assets/stylesheets/design-system.scss */
.wellness-tile__meta {
  font-size: 0.72rem;
  color: var(--color-text-secondary);
}

/* Shared: trend chart row used on the hub (and for future pages) */
/* line 779, app/assets/stylesheets/design-system.scss */
.charts-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

/* line 786, app/assets/stylesheets/design-system.scss */
.chart-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 14px;
  backdrop-filter: var(--glass-blur);
  overflow: hidden;
}

/* line 794, app/assets/stylesheets/design-system.scss */
.chart-card__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 1rem 1.25rem 0.5rem;
}

/* line 801, app/assets/stylesheets/design-system.scss */
.chart-card__title {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-text-main);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 811, app/assets/stylesheets/design-system.scss */
.chart-card__title i {
  color: var(--color-blue);
  font-size: 0.8rem;
}

/* line 816, app/assets/stylesheets/design-system.scss */
.chart-card__subtitle {
  font-size: 0.7rem;
  color: var(--color-text-secondary);
}

/* line 821, app/assets/stylesheets/design-system.scss */
.chart-card__body {
  padding: 0.5rem 1rem 1rem;
}

/* line 825, app/assets/stylesheets/design-system.scss */
.chart-card__body canvas {
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 768px) {
  /* line 831, app/assets/stylesheets/design-system.scss */
  .charts-row {
    grid-template-columns: 1fr;
  }
}

/* line 836, app/assets/stylesheets/design-system.scss */
.sleep-pending {
  display: inline-block;
  padding: 0.15rem 0.5rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-text-secondary);
  background: rgba(166, 108, 255, 0.12);
  border: 1px solid rgba(166, 108, 255, 0.25);
  letter-spacing: 0.02em;
  cursor: help;
}

/* line 3, app/assets/stylesheets/header.scss */
.page-header {
  width: 100%;
  background: var(--glass-bg);
  border-bottom: 1px solid var(--glass-border);
  backdrop-filter: var(--glass-blur);
  padding: 1rem 2rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  position: relative;
  z-index: 1000;
}

/* line 14, app/assets/stylesheets/header.scss */
.page-header .header-content {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

/* line 22, app/assets/stylesheets/header.scss */
.page-header .header-content .header-left {
  flex: 0 0 auto;
  font-size: .7rem;
}

/* line 26, app/assets/stylesheets/header.scss */
.page-header .header-content .header-left .btn {
  padding: 0.4rem .7rem;
  background: var(--glass-bg);
  border-color: var(--glass-border);
  color: var(--color-text-main);
}

/* line 34, app/assets/stylesheets/header.scss */
.page-header .header-content .header-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* line 42, app/assets/stylesheets/header.scss */
.page-header .header-content h1 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-text-main);
}

/* line 49, app/assets/stylesheets/header.scss */
.page-header .header-content .header-right {
  flex: 0 0 auto;
}

/* line 55, app/assets/stylesheets/header.scss */
.btn-logout {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  color: var(--color-text-main);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.2s ease;
}

/* line 64, app/assets/stylesheets/header.scss */
.btn-logout:hover {
  background: var(--color-bg-card-hover);
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 70, app/assets/stylesheets/header.scss */
.user-menu {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* line 75, app/assets/stylesheets/header.scss */
.user-menu-button {
  background: none;
  border: none;
  color: var(--color-text-main);
  cursor: pointer;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  justify-content: center;
}

/* line 88, app/assets/stylesheets/header.scss */
.user-menu-button:hover {
  color: var(--color-blue);
}

/* line 94, app/assets/stylesheets/header.scss */
.user-menu-button .fa-bars {
  display: none;
}

/* line 99, app/assets/stylesheets/header.scss */
.user-menu-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  background: rgba(11, 26, 46, 0.95);
  border: 1px solid var(--glass-border);
  backdrop-filter: var(--glass-blur);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  z-index: 1000;
  display: none;
  width: 100%;
}

/* line 113, app/assets/stylesheets/header.scss */
.user-menu-dropdown button {
  width: 100%;
  text-align: left;
  padding: 0.75rem 1rem;
  border: none;
  background: none;
  color: var(--color-text-main);
  cursor: pointer;
  font-size: 0.9rem;
}

/* line 123, app/assets/stylesheets/header.scss */
.user-menu-dropdown button:hover {
  background: var(--color-bg-card-hover);
  color: var(--color-blue);
}

/* line 130, app/assets/stylesheets/header.scss */
.user-menu:hover .user-menu-dropdown {
  display: block;
}

/* line 135, app/assets/stylesheets/header.scss */
.header-logo {
  height: 30px;
  width: auto;
}

/* line 141, app/assets/stylesheets/header.scss */
.burger-menu {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  z-index: 1000;
}

/* line 149, app/assets/stylesheets/header.scss */
.burger-menu span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 5px 0;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  /* line 160, app/assets/stylesheets/header.scss */
  .page-header {
    padding: 0.5rem 0.5rem;
  }
  /* line 164, app/assets/stylesheets/header.scss */
  .burger-menu {
    display: block;
  }
  /* line 170, app/assets/stylesheets/header.scss */
  .user-menu-button > span,
.user-menu-button .fa-chevron-down {
    display: none;
  }
  /* line 175, app/assets/stylesheets/header.scss */
  .user-menu-button .fa-bars {
    display: block;
  }
  /* line 180, app/assets/stylesheets/header.scss */
  .header-content {
    padding-right: 1rem;
  }
  /* line 184, app/assets/stylesheets/header.scss */
  .header-left h4 {
    display: none;
  }
  /* line 190, app/assets/stylesheets/header.scss */
  .header-content .header-center {
    position: static;
    transform: none;
    text-align: center;
    margin: 0 auto;
  }
  /* line 196, app/assets/stylesheets/header.scss */
  .header-content .header-center h1 {
    font-size: 1rem;
    line-height: 1rem;
  }
}
