/* grimaste.hoq.app — the family shell (shell.css) plus Grimaste's own accent.
   Teal is the Hoq product accent; PURPLE is Grimaste's, because the mascot is a purple
   heart. Only the accent differs — surfaces, type and the switcher stay identical to the
   other apps so the family still reads as one system. */
:root {
  --grim: #a855f7;
  --grim-bright: #c084fc;
  --grim-deep: #7e22ce;
}

.gwrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(1.5rem, 6vw, 4rem) 1rem;
}

.gcard {
  width: 100%;
  max-width: 30rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  text-align: center;
}

.gmark {
  font-size: 2.75rem;
  line-height: 1;
  margin-bottom: .5rem;
}

.gcard h2 {
  margin: 0 0 .35rem;
  font-size: 1.35rem;
  letter-spacing: -.01em;
}

.gstate {
  margin: 0 0 1.25rem;
  font-size: .95rem;
}

.btn.big {
  width: 100%;
  padding: .7rem 1rem;
  font-size: 1rem;
}

/* Grimaste's primary action is purple, not the shell's teal. */
.btn.primary {
  background: var(--grim);
  border-color: var(--grim);
  color: #fff;
}
.btn.primary:hover:not(:disabled) {
  background: var(--grim-bright);
  border-color: var(--grim-bright);
}
.btn.primary:disabled {
  opacity: .55;
  cursor: default;
}

.gerr {
  margin: .9rem 0 0;
  color: #f87171;
  font-size: .9rem;
}

.ghint {
  margin: 1.1rem 0 0;
  font-size: .85rem;
  line-height: 1.5;
}

.signin-card .mark {
  font-size: 3rem;
  line-height: 1;
}
