:root {
  --ink: #1a2d29;
  --muted: #5e6f65;
  --line: #dfe6e1;
  --paper: #fff;
  --canvas: #f7f9f6;
  --sidebar: #f0f4ee;
  --green: #226551;
  --green-soft: #e5f0e9;
  --amber: #875313;
  --amber-soft: #fff1d6;
  --red: #a83e3e;
  --red-soft: #fcebec;
  --blue: #356389;
  --blue-soft: #ebf2f9;
  --radius: 9px;
  --shadow: 0 20px 80px #13282024;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.5;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--canvas);
}
[hidden] {
  display: none !important;
}
button,
input {
  font: inherit;
}
button,
a,
input {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.6;
}
a {
  color: var(--green);
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1 {
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: 650;
  line-height: 1.2;
}
h2 {
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -0.25px;
}
h3 {
  font-size: 14px;
  font-weight: 650;
}
button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 3px solid #6caa96;
  outline-offset: 3px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.skip-link {
  position: fixed;
  left: 15px;
  top: -60px;
  padding: 10px 16px;
  background: white;
  z-index: 20;
}
.skip-link:focus {
  top: 10px;
}
.muted {
  color: var(--muted);
}
.small {
  font-size: 12px;
}
.mono {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 11px;
  overflow-wrap: anywhere;
}
.eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.7px;
  color: var(--muted);
  margin-bottom: 12px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
  font-size: 24px;
  font-weight: 750;
  letter-spacing: -1px;
  white-space: nowrap;
}
.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 33px;
  background: var(--green);
  border-radius: 6px;
  color: white;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 4px;
}
.brand-period {
  color: var(--green);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid var(--line);
  background: white;
  color: var(--ink);
  border-radius: 7px;
  padding: 8px 13px;
  font-weight: 550;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
  transition:
    background 0.14s,
    border-color 0.14s;
}
.button:hover {
  background: #edf3ef;
  border-color: #b8cdc2;
}
.button.primary {
  background: var(--green);
  color: white;
  border-color: var(--green);
}
.button.primary:hover {
  background: #174e3e;
}
.button.quiet {
  background: transparent;
  border-color: transparent;
}
.button.quiet:hover {
  background: #e8eee8;
}
.button.danger {
  color: var(--red);
}
.button.danger:hover {
  background: var(--red-soft);
  border-color: #deb0b0;
}
.button.icon-only {
  font-size: 21px;
  padding: 2px 10px;
}
.badge {
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  line-height: 1.5;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.2px;
  padding: 3px 7px;
  background: #edf0ec;
  color: #58675c;
  white-space: nowrap;
}
.badge.green {
  background: var(--green-soft);
  color: var(--green);
}
.badge.amber {
  background: var(--amber-soft);
  color: var(--amber);
}
.badge.red {
  background: var(--red-soft);
  color: var(--red);
}
.badge.blue {
  background: var(--blue-soft);
  color: var(--blue);
}
.status-dot {
  display: inline-block;
  flex: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
}
input {
  color: var(--ink);
  border: 1px solid #d4dfd7;
  border-radius: 7px;
  background: white;
  padding: 10px 12px;
  min-width: 0;
  max-width: 100%;
}
input::placeholder {
  color: #617260;
}
.search {
  width: 240px;
  font-size: 12px;
  background: white;
  padding: 9px 12px;
}
.search.compact {
  width: 100%;
  background: #f8faf6;
  border-color: #dce5d9;
}
.section-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #62735f;
  margin: 28px 5px 12px;
}
.section-label span {
  letter-spacing: 0;
}
.workspace {
  display: grid;
  grid-template-columns: 236px minmax(0, 1fr);
  min-height: 100vh;
}
.sidebar {
  position: sticky;
  top: 0;
  align-self: start;
  height: 100vh;
  padding: 28px 20px 20px;
  background: var(--sidebar);
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.sidebar .brand {
  margin: 0 5px 30px;
}
.workspace-label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 0 24px;
}
.workspace-label > div {
  min-width: 0;
}
.workspace-label strong {
  font-size: 12px;
  display: block;
}
.workspace-label .small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 154px;
  white-space: nowrap;
  font-size: 10px;
}
.workspace-avatar {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border: 1px solid #cbd7c9;
  border-radius: 6px;
  background: white;
  font-size: 11px;
  color: var(--green);
  font-weight: 700;
}
.nav-button,
.project-button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-align: left;
  border: 0;
  background: none;
  border-radius: 7px;
  color: #556457;
  padding: 10px;
  font-size: 12px;
}
.nav-button:hover,
.project-button:hover {
  background: #e6ede3;
}
.nav-button.active,
.project-button.active {
  background: white;
  color: #244837;
  box-shadow: 0 1px 3px #2749270c;
  font-weight: 650;
}
.nav-symbol {
  font-size: 18px;
  line-height: 15px;
  color: #73876f;
}
.nav-button .badge {
  margin-left: auto;
}
.project-list {
  margin-top: 10px;
  overflow: auto;
  min-height: 120px;
  flex: 1;
}
.project-button {
  margin: 3px 0;
  align-items: flex-start;
}
.project-initial {
  font-size: 9px;
  width: 22px;
  height: 22px;
  flex: none;
  border: 1px solid #d8e1d4;
  border-radius: 5px;
  display: grid;
  place-items: center;
  color: #526d48;
  font-weight: 700;
}
.project-button.active .project-initial {
  border-color: #a4c1a3;
  color: var(--green);
  background: #f3f9f1;
}
.project-button > span:last-child {
  overflow-wrap: anywhere;
  line-height: 22px;
}
.sidebar-foot {
  font-size: 9px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #5f735a;
  padding-top: 20px;
  letter-spacing: 0.1px;
}
.sidebar-foot .status-dot {
  background: #95aa8a;
  width: 4px;
  height: 4px;
}
.workspace-body {
  min-width: 0;
}
.topbar {
  height: 68px;
  border-bottom: 1px solid var(--line);
  padding: 0 38px;
  background: #ffffffc9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.breadcrumb {
  color: var(--muted);
  font-size: 11px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb span {
  padding: 0 12px;
  color: #b8c1b9;
}
.breadcrumb strong {
  font-weight: 500;
  color: #485b50;
}
.topbar-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.connection {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--green);
  font-size: 10px;
  font-weight: 650;
  padding-right: 12px;
}
.connection.reconnecting {
  color: var(--amber);
}
.connection.reconnecting .status-dot {
  background: var(--amber);
}
main {
  padding: 37px 38px 25px;
  max-width: 1480px;
  margin: auto;
  outline: none;
}
.page-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 29px;
}
.page-heading p {
  margin-top: 10px;
  font-size: 12px;
  max-width: 720px;
  overflow-wrap: anywhere;
}
.page-heading .badge {
  margin-top: 30px;
}
.tabs {
  display: flex;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 26px;
  overflow-x: auto;
}
.tab {
  border: 0;
  border-bottom: 2px solid transparent;
  background: none;
  color: #5e6f65;
  font-size: 12px;
  padding: 0 0 13px;
  white-space: nowrap;
  font-weight: 500;
}
.tab[aria-selected="true"] {
  color: var(--green);
  border-bottom-color: var(--green);
  font-weight: 700;
}
.view-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 14px;
}
.view-toolbar > div {
  display: flex;
  gap: 10px;
  align-items: baseline;
}
.content {
  min-height: 250px;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: white;
  margin-bottom: 27px;
}
.metric {
  padding: 18px 20px;
  border-right: 1px solid var(--line);
}
.metric:last-child {
  border: 0;
}
.metric-label {
  font-size: 10px;
  color: var(--muted);
  font-weight: 550;
}
.metric-number {
  font-size: 28px;
  letter-spacing: -1px;
  line-height: 1.25;
  margin-top: 7px;
  display: flex;
  align-items: baseline;
  gap: 9px;
}
.metric-note {
  font-size: 9px;
  letter-spacing: 0;
  color: var(--muted);
}
.overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 1fr);
  gap: 24px;
  align-items: start;
}
.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.section-heading .button {
  font-size: 10px;
}
.surface {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: white;
}
.list-row {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: white;
  text-align: left;
  padding: 17px 19px;
  color: var(--ink);
}
button.list-row:hover {
  background: #f7faf6;
}
.list-row:last-child {
  border-bottom: 0;
}
.row-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 10px;
  margin-bottom: 8px;
}
.row-meta time {
  margin-left: auto;
  white-space: nowrap;
  font-size: 9px;
}
.avatar {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: var(--green-soft);
  color: var(--green);
  display: grid;
  place-items: center;
  font-size: 8px;
  font-weight: 700;
  flex: none;
}
.avatar.blue {
  background: var(--blue-soft);
  color: var(--blue);
}
.avatar.amber {
  background: var(--amber-soft);
  color: var(--amber);
}
.author {
  font-weight: 600;
  color: #465b4d;
}
.row-title {
  font-size: 12px;
  font-weight: 650;
  overflow-wrap: anywhere;
}
.row-preview {
  font-size: 11px;
  color: #5f7163;
  margin-top: 5px;
  line-height: 1.65;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.row-bottom {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-top: 10px;
  color: var(--muted);
  font-size: 9px;
  flex-wrap: wrap;
}
.task-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.task-index {
  font-family: monospace;
  font-size: 9px;
  color: #60735f;
  padding-top: 3px;
  flex: none;
}
.task-text {
  flex: 1;
  min-width: 0;
}
.task-row > .badge {
  margin-top: 1px;
}
.aside-section {
  margin-top: 26px;
}
.empty {
  padding: 38px 25px;
  text-align: center;
  background: white;
  border: 1px dashed #ccd9cd;
  border-radius: var(--radius);
  color: var(--muted);
  font-size: 12px;
}
.empty strong {
  display: block;
  color: #506855;
  font-weight: 550;
  font-size: 13px;
  margin-bottom: 5px;
}
.empty-icon {
  font-size: 28px;
  color: #9eb7a2;
  margin-bottom: 10px;
}
.surface .empty {
  border: 0;
  border-radius: 0;
  padding: 27px 20px;
}
.loading {
  padding: 55px 20px;
  text-align: center;
  color: var(--muted);
  font-size: 12px;
}
.loading:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #ccdfd0;
  border-top-color: var(--green);
  border-radius: 50%;
  vertical-align: -2px;
  margin-right: 8px;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.page-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
  min-height: 30px;
}
.page-footer .small {
  margin-left: auto;
  font-size: 10px;
}
.notice {
  padding: 12px 15px;
  border: 1px solid #e1c4c1;
  background: var(--red-soft);
  border-radius: 7px;
  font-size: 12px;
  margin-bottom: 20px;
  color: var(--red);
}
.enrollment-intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border: 1px solid #e4d4b4;
  background: #fffbf1;
  border-radius: 8px;
  margin-bottom: 25px;
  font-size: 12px;
  gap: 15px;
}
.enrollment-list {
  display: grid;
  gap: 14px;
}
.enrollment {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: white;
}
.enrollment-top {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.machine-avatar {
  width: 38px;
  height: 38px;
  border: 1px solid #d5e1d7;
  border-radius: 9px;
  display: grid;
  place-items: center;
  font-size: 18px;
  background: #f6faf4;
  color: var(--green);
  flex: none;
}
.enrollment-top .badge {
  margin-left: auto;
}
.enrollment h2 {
  margin: 2px 0 3px;
}
.enrollment-meta {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 18px;
  margin: 20px 0;
}
.field-label {
  font-size: 10px;
  color: var(--muted);
  display: block;
  margin-bottom: 5px;
}
.enrollment-actions {
  border-top: 1px solid var(--line);
  padding-top: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.enrollment-actions .small {
  margin-right: auto;
  max-width: 310px;
}
.enrollment-actions input {
  font-size: 11px;
  max-width: 230px;
  flex: 1;
}
.detail-dialog {
  border: 1px solid #d9e2d9;
  border-radius: 12px;
  width: min(720px, calc(100vw - 30px));
  padding: 0;
  color: var(--ink);
  max-height: 85vh;
  box-shadow: var(--shadow);
}
.detail-dialog::backdrop {
  background: #12271f66;
  backdrop-filter: blur(2px);
}
.dialog-heading {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  border-bottom: 1px solid var(--line);
  padding: 25px 28px;
  position: sticky;
  top: 0;
  background: white;
  z-index: 1;
}
.dialog-heading .eyebrow {
  margin-bottom: 7px;
}
.dialog-heading h2 {
  font-size: 20px;
  overflow-wrap: anywhere;
}
.dialog-heading .button {
  margin-top: 2px;
}
#detail-content {
  padding: 25px 28px;
}
.detail-meta {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 23px;
  font-size: 11px;
  color: var(--muted);
}
.prose {
  font-size: 13px;
  line-height: 1.85;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.detail-section {
  margin-top: 25px;
}
.detail-section h3 {
  margin-bottom: 8px;
  color: #657c6a;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.detail-section pre {
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  line-height: 1.7;
  background: #f5f8f4;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 14px;
  overflow: auto;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.detail-id {
  font-size: 10px;
  color: #5f7459;
  border-top: 1px solid var(--line);
  padding-top: 17px;
  margin-top: 28px;
  overflow-wrap: anywhere;
}
.detail-fields {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  row-gap: 9px;
  font-size: 12px;
  overflow-wrap: anywhere;
}
.detail-fields dt {
  color: var(--muted);
}
.detail-fields dd {
  margin: 0;
}
.toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(100vw - 32px);
  padding: 12px 22px;
  border-radius: 9px;
  background: #173c2f;
  color: #f1fff5;
  font-size: 12px;
  box-shadow: 0 5px 20px #1f3c3033;
  z-index: 10;
}
.mobile-only {
  display: none;
}
.login-screen {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: linear-gradient(150deg, #f0f5ec, #fafcf8 60%, #edf3ed);
}
.login-box {
  width: min(420px, calc(100vw - 40px));
  padding: 35px 0;
}
.login-box > .brand {
  margin-bottom: 65px;
}
.login-box .eyebrow {
  font-size: 9px;
}
.login-box h1 {
  font-size: 31px;
  margin-bottom: 12px;
}
.login-box > p {
  font-size: 13px;
}
.login-box form {
  margin-top: 30px;
}
.login-box label {
  font-size: 11px;
  font-weight: 650;
  display: block;
  margin-bottom: 8px;
}
.login-box input {
  width: 100%;
  background: #ffffffc7;
  padding: 12px 14px;
}
.login-box .button {
  width: 100%;
  justify-content: space-between;
  font-size: 13px;
  padding: 12px 17px;
}
.form-error {
  font-size: 11px;
  color: var(--red);
  min-height: 32px;
  padding: 7px 0;
}
.login-foot {
  border-top: 1px solid #dbe4d7;
  margin-top: 30px;
  padding-top: 18px;
  font-size: 10px;
  color: #5d7355;
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}
.login-foot .mono {
  font-size: 9px;
  margin-left: auto;
}
.no-script {
  margin: 40px;
  padding: 20px;
  border: 1px solid var(--line);
}
@media (min-width: 1500px) {
  main {
    padding-top: 45px;
  }
  .topbar {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1120px) {
  .workspace {
    grid-template-columns: 210px minmax(0, 1fr);
  }
  .sidebar {
    padding-left: 15px;
    padding-right: 15px;
  }
  .topbar {
    padding: 0 25px;
  }
  main {
    padding: 28px 25px;
  }
  .overview-grid {
    grid-template-columns: 1.25fr 1fr;
    gap: 18px;
  }
  .tabs {
    gap: 20px;
  }
  .metric {
    padding: 16px;
  }
  .enrollment-actions .small {
    max-width: 210px;
  }
}
@media (max-width: 880px) {
  .overview-grid {
    grid-template-columns: 1fr;
  }
  .metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .metric:nth-child(2) {
    border-right: 0;
  }
  .metric:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .enrollment-meta {
    grid-template-columns: 1fr;
  }
  .enrollment-actions .small {
    max-width: none;
    width: 100%;
  }
  .enrollment-actions input {
    max-width: none;
  }
  .search {
    width: 195px;
  }
  .topbar .button {
    padding: 6px 8px;
  }
  .breadcrumb {
    font-size: 10px;
  }
  .breadcrumb span {
    padding: 0 8px;
  }
  .connection {
    padding-right: 3px;
  }
}
@media (max-width: 640px) {
  .workspace {
    display: block;
  }
  .sidebar {
    position: fixed;
    z-index: 8;
    width: 250px;
    left: 0;
    top: 61px;
    height: calc(100dvh - 61px);
    box-shadow: 8px 0 30px #10282022;
    transform: translateX(-110%);
    transition: transform 0.18s;
  }
  .workspace.nav-open .sidebar {
    transform: translateX(0);
  }
  .sidebar .brand {
    display: none;
  }
  .workspace-label {
    padding-top: 4px;
  }
  .mobile-only {
    display: inline-flex;
  }
  .topbar {
    height: 61px;
    padding: 0 14px;
    position: sticky;
    top: 0;
    z-index: 9;
    background: #fdfefd;
  }
  .topbar-actions {
    gap: 1px;
  }
  .topbar .button {
    font-size: 10px;
    padding: 6px;
  }
  .breadcrumb {
    flex: 1;
  }
  .breadcrumb > span,
  .breadcrumb > strong {
    display: none;
  }
  .connection {
    font-size: 9px;
    padding-right: 3px;
  }
  .connection .status-dot {
    width: 5px;
    height: 5px;
  }
  main {
    padding: 25px 18px;
  }
  .page-heading {
    gap: 12px;
    margin-bottom: 24px;
  }
  .page-heading h1 {
    font-size: 26px;
  }
  .page-heading p {
    font-size: 11px;
  }
  .page-heading .badge {
    margin-top: 26px;
    font-size: 9px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.2px;
  }
  .tabs {
    gap: 20px;
    margin-bottom: 22px;
  }
  .tab {
    font-size: 11px;
    padding-bottom: 12px;
  }
  .metric {
    padding: 15px;
  }
  .metric-number {
    font-size: 27px;
  }
  .view-toolbar {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .search-label,
  .search {
    width: 100%;
  }
  .row-meta {
    gap: 6px;
  }
  .row-meta time {
    font-size: 8px;
  }
  .list-row {
    padding: 15px;
  }
  .row-title {
    font-size: 12px;
  }
  .enrollment {
    padding: 17px;
  }
  .enrollment-intro {
    padding: 14px;
    font-size: 11px;
  }
  .enrollment-actions input {
    flex-basis: 100%;
  }
  .detail-dialog {
    max-height: 90dvh;
  }
  .dialog-heading,
  #detail-content {
    padding: 21px;
  }
  .detail-fields {
    grid-template-columns: 100px minmax(0, 1fr);
  }
  .login-box > .brand {
    margin-bottom: 50px;
  }
  .login-box h1 {
    font-size: 28px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
