:root {
  color-scheme: light;
  --app-bottom-safe: env(safe-area-inset-bottom, 0px);
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
}

.safe-bottom {
  padding-bottom: calc(1rem + var(--app-bottom-safe));
}

.tap-target {
  min-height: 44px;
  min-width: 44px;
}

.glass-panel {
  backdrop-filter: blur(16px);
}

.brand-surface {
  background: #f8fafc;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
