body.ank2-body {
  font-family: "Aptos", "Aptos Display", "Segoe UI", Tahoma, Arial, sans-serif;
  min-height: 100vh;
  background: linear-gradient(180deg, #f6f4f1 0%, #efefee 100%);
  color: #1f2933;
}

.ank2-login-shell {
  min-height: 100vh;
}

.ank2-card,
.ank2-top,
.ank2-section {
  border: 0;
  border-radius: 1.25rem;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.96);
}

.ank2-kicker {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #878889;
  font-weight: 700;
}

.ank2-logo {
  max-width: 130px;
  width: 100%;
  height: auto;
}

.ank2-login-logo {
  max-width: 170px;
  width: 100%;
  height: auto;
}

.btn-ank2,
.btn-ank2-outline {
  border-radius: 999px;
  font-weight: 700;
}

.btn-ank2 {
  border: 0;
  background: #f08a00;
  color: #fff;
}

.btn-ank2:hover,
.btn-ank2:focus {
  background: #d77a00;
  color: #fff;
}

.btn-ank2-outline {
  border: 1px solid #d5d5d5;
  background: #fff;
  color: #000;
}

.btn-ank2-outline:hover,
.btn-ank2-outline:focus {
  background: #f3f3f3;
  color: #000;
}

.ank2-menu {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.5rem;
}

.ank2-menu .btn {
  width: 100%;
  white-space: nowrap;
}

.ank2-menu-form {
  margin: 0;
  width: 100%;
}

.ank2-table {
  width: 100%;
}

.ank2-table td {
  border-bottom: 1px solid #ececec;
  padding: 0.8rem 0.9rem;
  vertical-align: top;
}

.ank2-table tr:last-child td {
  border-bottom: 0;
}

.ank2-table td:first-child {
  width: 40%;
  color: #5f6368;
  font-weight: 700;
}

.ank2-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.5rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(240, 138, 0, 0.12);
  color: #a85e00;
  font-weight: 800;
}

.ank2-muted-badge {
  background: #f2f2f2;
  color: #5f6368;
}

.ank2-form textarea,
.ank2-form input[type="password"],
.ank2-form input[type="text"],
.ank2-form input[type="date"],
.ank2-form select {
  width: 100%;
  min-height: 44px;
  border-radius: 0.85rem;
  border: 1px solid #d8d8d8;
  padding: 0.75rem 0.9rem;
}

.ank2-sources {
  display: grid;
  gap: 0.6rem;
}

.ank2-source-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.7rem;
  border: 1px solid #ececec;
  border-radius: 0.85rem;
  background: #fff;
  padding: 0.75rem 0.85rem;
  align-items: center;
}

.ank2-docs {
  display: grid;
  gap: 0.8rem;
}

.ank2-doc-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
  border: 1px solid #ececec;
  border-radius: 0.85rem;
  padding: 0.8rem 0.9rem;
  align-items: center;
}

.ank2-doc-title {
  font-weight: 700;
}
.ank2-doc-body {
  min-width: 0;
}

.ank2-doc-title,
.ank2-doc-meta {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ank2-doc-action {
  white-space: nowrap;
  flex-shrink: 0;
}

.ank2-doc-meta {
  font-size: 0.82rem;
  color: #878889;
}

@media (max-width: 768px) {
  .ank2-menu {
    grid-template-columns: 1fr;
  }

  .ank2-table td:first-child {
    width: 45%;
  }

  .ank2-source-item,
  .ank2-doc-item {
    grid-template-columns: 1fr;
  }

  .ank2-doc-item .btn {
    width: 100%;
  }
}
