/* Minimal placeholder styling — pool water and lane rope palette from the brand
   plan (.docs/MyTouchTimes-Plan.html §1), not the final component library. Swap
   this file out once Fran (github.com/parrescence/Fran) has a consumable release. */

:root {
  --mtt-bg: #F6F3EC;
  --mtt-ink: #10242A;
  --mtt-accent: #0E7C86;
  --mtt-accent-ink: #FFFFFF;
  --mtt-line: #DCD5C4;
}

html, body {
  margin: 0;
  background: var(--mtt-bg);
  color: var(--mtt-ink);
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}

.mtt-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.mtt-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--mtt-line);
}

.mtt-brand {
  font-weight: 600;
  font-size: 1.1rem;
}

.mtt-main {
  padding: 2rem 1.5rem;
  max-width: 760px;
}

.mtt-muted {
  color: #4E6167;
}

.mtt-center {
  text-align: center;
  margin-top: 3rem;
}

.mtt-btn {
  font: inherit;
  padding: 0.5em 1em;
  border-radius: 6px;
  border: 1px solid var(--mtt-line);
  background: #fff;
  cursor: pointer;
}

.mtt-btn-primary {
  background: var(--mtt-accent);
  color: var(--mtt-accent-ink);
  border-color: transparent;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
