/*
[BSP Meta] When editing this file, follow version-control procedures in dev.md (section 5, Version Control).
Version: v1.0.0
Lock: inactive
RunID: agent:signal-coder:subagent:29cc4b8f-147c-4ecc-9eee-4a10e020cb51
Last change: 2026-08-03 21:45 UTC
LastEdit: agent:signal-chat:signal:group:qdgyusdob9h5k+jhesfjvnr4gfbe32p529ewdfe6sxg=
LastEditGroupID: qdgyusdob9h5k+jhesfjvnr4gfbe32p529ewdfe6sxg=
*/

/* ------------------------------------------------------------------ */
/* Visual style replicated from the montas.vuntrum.com login page:     */
/* clean, centered white card on a light gray background, one accent   */
/* button, muted helper text. Original assets are not copied — the     */
/* palette and layout are reproduced from scratch.                     */
/* ------------------------------------------------------------------ */

:root {
  --bg: #f4f6f8;
  --card-bg: #ffffff;
  --border: #dde3e9;
  --text: #1c2733;
  --muted: #5c6b7a;
  --accent: #1a5fb4;
  --accent-hover: #174d92;
  --danger-bg: #fdecea;
  --danger-border: #f5c6c0;
  --danger-text: #8a1f14;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.container {
  max-width: 34rem;
  margin: 3rem auto;
  padding: 0 1rem;
}

.card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(28, 39, 51, 0.06);
}

.card h1 {
  margin: 0 0 0.25rem;
  font-size: 1.4rem;
  font-weight: 600;
}

.card h2 {
  margin: 1.25rem 0 0.5rem;
  font-size: 1rem;
  font-weight: 600;
}

.muted {
  color: var(--muted);
  margin: 0 0 1.25rem;
}

label {
  display: block;
  margin: 0.9rem 0 0.35rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text);
}

input[type="password"] {
  width: 100%;
  padding: 0.6rem 0.75rem;
  border: 1px solid #cbd5e0;
  border-radius: 6px;
  font: inherit;
  color: var(--text);
  background: #fff;
}

input[type="password"]:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(26, 95, 180, 0.15);
}

button {
  margin-top: 1.1rem;
  width: 100%;
  padding: 0.65rem 1rem;
  border: 0;
  border-radius: 6px;
  background: var(--accent);
  color: #fff;
  font: inherit;
  font-weight: 500;
  cursor: pointer;
}

button:hover {
  background: var(--accent-hover);
}

.button-secondary {
  background: #eef1f4;
  color: var(--text);
  border: 1px solid var(--border);
}

.button-secondary:hover {
  background: #e2e6ea;
}

.alert {
  padding: 0.7rem 0.9rem;
  border: 1px solid;
  border-radius: 6px;
  margin: 0 0 1rem;
  font-size: 0.9rem;
}

.alert-danger {
  background: var(--danger-bg);
  border-color: var(--danger-border);
  color: var(--danger-text);
}

.footer-note {
  text-align: center;
  color: var(--muted);
  font-size: 0.8rem;
  margin-top: 1.25rem;
}

.mount-steps {
  margin: 0 0 1rem;
  padding-left: 1.4rem;
  color: var(--text);
}

.mount-steps li {
  margin-bottom: 0.6rem;
}

code {
  background: #eef1f4;
  border-radius: 4px;
  padding: 0.1rem 0.35rem;
  font-size: 0.85em;
}

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
