:root {
  --bg: #f5f7f4;
  --surface: #ffffff;
  --surface-strong: #f9fbf8;
  --ink: #1d2622;
  --muted: #6d7a73;
  --line: #dfe7e1;
  --green: #1e7a5b;
  --green-dark: #14573f;
  --mint: #dff4e8;
  --blue: #2368a2;
  --amber: #b46b18;
  --shadow: 0 24px 70px rgba(31, 52, 42, 0.13);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(223, 244, 232, 0.9), rgba(245, 247, 244, 0.35) 38%),
    var(--bg);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.login-page {
  display: grid;
  place-items: center;
  padding: 32px;
}

.login-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 420px;
  width: min(1040px, 100%);
  min-height: 600px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.login-hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 48px;
  background:
    linear-gradient(140deg, rgba(20, 87, 63, 0.92), rgba(35, 104, 162, 0.72)),
    url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--green);
  color: #fff;
  font-weight: 800;
}

.login-hero .brand-mark {
  margin-bottom: auto;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.login-hero .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

h1,
h2,
p {
  margin-top: 0;
}

.login-hero h1 {
  margin-bottom: 14px;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 0.96;
}

.login-copy {
  max-width: 560px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.05rem;
  line-height: 1.6;
}

.login-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 44px;
}

.login-card h2 {
  margin-bottom: 8px;
  font-size: 1.7rem;
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

input,
select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  color: var(--ink);
  background: #fff;
  outline: none;
}

input:focus,
select:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(30, 122, 91, 0.12);
}

button {
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  padding: 0 18px;
  cursor: pointer;
  background: var(--green);
  color: #fff;
  font-weight: 800;
}

button:hover {
  background: var(--green-dark);
}

.form-error {
  padding: 12px;
  border: 1px solid #f0b8b8;
  border-radius: 8px;
  background: #fff1f1;
  color: #8d2525;
  font-weight: 700;
}

.hint {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.home-form-panel-note {
  margin: 14px 0 0;
  padding: 14px 16px;
  border-left: 4px solid #7fb3e0;
  border-radius: 8px;
  background: #315f8f;
  color: rgba(255, 255, 255, 0.50);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 10px 24px rgba(17, 24, 39, 0.12);
}

.home-form-panel-note-shimmer {
  display: block;
  color: rgba(255, 255, 255, 0.50);
  background: #315f8f -webkit-gradient(
    linear,
    left top,
    right top,
    from(#315f8f),
    to(#315f8f),
    color-stop(0.5, #ffffff)
  ) 0 0 no-repeat;
  background-image: -webkit-linear-gradient(
    -40deg,
    transparent 0%,
    transparent 35%,
    rgba(255, 255, 255, 0.55) 43%,
    #ffffff 50%,
    rgba(255, 255, 255, 0.55) 57%,
    transparent 65%,
    transparent 100%
  );
  background-image: linear-gradient(
    130deg,
    transparent 0%,
    transparent 35%,
    rgba(255, 255, 255, 0.55) 43%,
    #ffffff 50%,
    rgba(255, 255, 255, 0.55) 57%,
    transparent 65%,
    transparent 100%
  );
  background-repeat: no-repeat;
  background-size: 260px 100%;
  background-position: -280px 0;
  -webkit-background-clip: text;
  background-clip: text;
  animation: panelNoteTextShine 9s linear infinite;
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.32);
}

.home-form-panel-note-shimmer::after {
  content: none;
}

@keyframes panelNoteTextShine {
  0% {
    background-position: -280px 0;
  }
  100% {
    background-position: calc(100% + 280px) 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-form-panel-note-shimmer {
    animation: none;
    background-image: none;
  }
}

.app-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  min-height: 100vh;
}

.sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 24px;
  background: #12231d;
  color: #fff;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 34px;
}

.brand span {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.84rem;
}

.nav-list {
  display: grid;
  gap: 8px;
}

.nav-list a,
.logout {
  border-radius: 8px;
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 750;
}

.nav-list a.active,
.nav-list a:hover,
.logout:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.logout {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
}

.main-panel {
  padding: 30px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.topbar h1 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.status-pill {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 14px;
  background: var(--surface);
  color: var(--muted);
  font-weight: 800;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.toolbar-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.tool-group,
.category-section {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 42px rgba(31, 52, 42, 0.08);
}

.category-section {
  margin-bottom: 24px;
}

.section-heading.compact {
  margin-bottom: 12px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.category-card {
  display: grid;
  gap: 8px;
  min-height: 92px;
  border-radius: 8px;
  padding: 14px;
  color: #fff;
  text-align: center;
  align-content: center;
}

.category-card strong {
  font-size: 1.65rem;
  line-height: 1;
}

.category-card span {
  font-size: 0.86rem;
}

.category-card.green { background: #243a2d; }
.category-card.blue { background: #26323c; }
.category-card.teal { background: #243b39; }
.category-card.amber { background: #3f3929; }
.category-card.violet { background: #3b303d; }
.category-card.slate { background: #343230; }
.category-card.indigo { background: #303441; }
.category-card.rose { background: #403030; }
.category-card.cyan { background: #243a3f; }

.metric-card,
.panel,
.search-section {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(31, 52, 42, 0.08);
}

.metric-card {
  padding: 20px;
}

.metric-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.metric-card strong {
  font-size: 2.2rem;
  line-height: 1;
}

.metric-card.accent {
  background: var(--mint);
  border-color: rgba(30, 122, 91, 0.2);
}

.search-section,
.panel {
  padding: 22px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.section-heading h2,
.panel h2 {
  margin-bottom: 0;
  font-size: 1.28rem;
}

.search-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 130px;
  gap: 10px;
  margin-bottom: 16px;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 12px;
}

.result-card {
  display: grid;
  gap: 7px;
  min-height: 120px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  text-align: left;
  background: var(--surface-strong);
  color: var(--ink);
}

.result-card:hover {
  border-color: rgba(30, 122, 91, 0.45);
  background: #fff;
}

.result-card span {
  color: var(--muted);
  font-weight: 700;
}

.result-card small {
  color: var(--blue);
  font-weight: 800;
}

.two-column {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 14px;
  margin-top: 24px;
}

.month-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
  gap: 10px;
  margin-top: 14px;
}

.quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.quick-actions button {
  min-height: 42px;
  background: #244861;
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline div {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 12px;
  align-items: start;
}

.timeline span {
  width: 10px;
  height: 10px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--green);
}

.timeline p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.company-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.company-list .company-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  width: 100%;
  min-height: 46px;
  border-bottom: 1px solid var(--line);
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff !important;
  color: var(--ink) !important;
  text-align: left;
}

.company-list .company-row:hover {
  color: var(--green);
  background: rgba(30, 122, 91, 0.06) !important;
}

.company-list .company-row span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.company-list .company-row strong {
  min-width: 52px;
  color: var(--green) !important;
  text-align: right;
  white-space: nowrap;
}

.empty-state {
  grid-column: 1 / -1;
  margin: 0;
  padding: 18px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.55);
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 20;
}

.modal.open {
  display: block;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 18, 15, 0.55);
}

.modal-card {
  position: relative;
  width: min(820px, calc(100vw - 28px));
  max-height: calc(100vh - 48px);
  margin: 24px auto;
  overflow: auto;
  border-radius: 8px;
  padding: 26px;
  background: #fff;
  box-shadow: var(--shadow);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  min-height: 38px;
  border-radius: 50%;
  padding: 0;
  font-size: 1.6rem;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.detail-grid div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: var(--surface-strong);
}

.detail-grid span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.detail-grid strong {
  overflow-wrap: anywhere;
}

.policy-preview-form {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.policy-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.policy-field {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.policy-field span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.policy-field input {
  min-height: 42px;
  border-radius: 8px;
  background: var(--surface-strong);
  font-weight: 700;
}

.modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.secondary-button {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
}

.secondary-button:hover {
  background: var(--surface-strong);
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.public-form-page {
  background:
    linear-gradient(140deg, rgba(18, 35, 29, 0.05), rgba(223, 244, 232, 0.85)),
    var(--bg);
}

.home-form-shell {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.3fr);
  width: min(1180px, calc(100% - 32px));
  margin: 24px auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.home-form-hero {
  position: sticky;
  top: 0;
  align-self: start;
  min-height: calc(100vh - 48px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 44px;
  background:
    linear-gradient(150deg, rgba(18, 35, 29, 0.98), rgba(35, 104, 162, 0.72));
  color: #fff;
}

.home-form-hero .brand-mark {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.home-agent-heading {
  align-self: center;
  display: grid;
  gap: 4px;
  text-align: center;
}

.home-agent-heading strong {
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.2;
}

.home-agent-heading span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 800;
}

.home-form-agent {
  align-self: center;
  width: min(100%, 380px);
  max-height: 48vh;
  margin: 24px 0;
  border-radius: 8px;
  object-fit: cover;
  object-position: center top;
  box-shadow: 0 20px 54px rgba(5, 16, 12, 0.28);
}

.home-form-hero-copy {
  position: relative;
  z-index: 1;
}

.home-form-hero .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.home-form-hero h1 {
  max-width: 520px;
  margin-right: auto;
  margin-bottom: 14px;
  margin-left: auto;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1;
  text-align: center;
}


.home-form-panel {
  padding: 38px;
}

.form-heading {
  margin-bottom: 28px;
}

.form-heading .agency-heading {
  color: #0033a0;
}

.form-heading h2 {
  margin-bottom: 8px;
  font-size: 1.8rem;
}

.home-insurance-form {
  display: grid;
  gap: 22px;
}

.form-section {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
}

.form-section h3 {
  margin: 0;
  font-size: 1.05rem;
}

.family-members-panel {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.family-members-panel[hidden] {
  display: none;
}

.family-members-heading {
  display: grid;
  gap: 4px;
}

.family-members-heading h4,
.family-member-card h5 {
  margin: 0;
  color: #0033a0;
}

.family-members-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.45;
}

.family-members-list {
  display: grid;
  gap: 14px;
}

.family-member-card {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(0, 51, 160, 0.16);
  border-radius: 8px;
  background: #f8fbff;
}

.family-member-grid {
  align-items: start;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--ink);
  font: inherit;
  resize: vertical;
  outline: none;
}

textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(30, 122, 91, 0.12);
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.check-grid label,
.consent-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.check-grid input,
.consent-row input {
  width: 18px;
  min-height: 18px;
  flex: 0 0 auto;
}

.beneficiary-block {
  display: grid;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.life-beneficiary[hidden] {
  display: none !important;
}

.beneficiary-block h4 {
  margin: 0;
  color: var(--blue);
  font-size: 0.95rem;
}

.check-grid-full {
  margin-top: 4px;
}

.conditional-panel {
  padding: 14px;
  border: 1px solid rgba(0, 51, 160, 0.16);
  border-radius: 8px;
  background: #f8fbff;
}

.invalid-inline-value {
  border-color: #d93d3d !important;
  color: #8d2525 !important;
}

.beneficiary-total-box {
  display: grid;
  align-content: start;
  gap: 6px;
  min-height: 78px;
}

.beneficiary-total-box span {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 900;
}

.beneficiary-total-box strong {
  color: #c62626;
  font-size: 2rem;
  line-height: 1;
}

.beneficiary-total-box strong.complete {
  color: #0033a0;
}

.inline-help-button {
  width: auto;
  min-height: 0;
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0033a0;
  font-size: 0.86rem;
  font-weight: 900;
  text-align: left;
  text-decoration: underline;
  cursor: pointer;
}

.diseases-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(3, 18, 38, 0.52);
}

.diseases-modal-backdrop[hidden] {
  display: none;
}

.diseases-modal-card {
  position: relative;
  width: min(560px, 100%);
  max-height: min(760px, calc(100vh - 36px));
  overflow: auto;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 68px rgba(3, 18, 38, 0.28);
}

.diseases-modal-card h3 {
  margin: 0 36px 14px 0;
  color: #0033a0;
}

.diseases-modal-card ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 22px;
  color: var(--ink);
  font-weight: 750;
  line-height: 1.35;
}

.diseases-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  min-height: 34px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #edf2f7;
  color: var(--ink);
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
}

.home-form-message {
  display: none;
  padding: 12px;
  border-radius: 8px;
  font-weight: 800;
}

.home-form-message.success,
.home-form-message.error {
  display: block;
}

.home-form-message.success {
  border: 1px solid #abd8c1;
  background: #eefaf2;
  color: var(--green-dark);
}

.home-form-message.error {
  border: 1px solid #f0b8b8;
  background: #fff1f1;
  color: #8d2525;
}

.refresh-hint-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  width: min(420px, calc(100vw - 32px));
  padding: 16px;
  border: 1px solid rgba(0, 51, 160, 0.18);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 18px 42px rgba(9, 30, 66, 0.18);
}

.refresh-hint-popup strong {
  display: block;
  margin-bottom: 4px;
  color: #0033a0;
}

.refresh-hint-popup p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.45;
}

.refresh-hint-popup button {
  width: 30px;
  min-height: 30px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #edf2f7;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
}

.report-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.report-row {
  display: grid;
  gap: 6px;
  min-height: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: var(--surface-strong);
  color: var(--ink);
  text-align: left;
}

.report-row:hover {
  border-color: rgba(30, 122, 91, 0.45);
  background: #fff;
}

.report-row span {
  color: var(--muted);
  font-weight: 700;
}

.report-row small {
  color: var(--blue);
  font-weight: 800;
}

@media (max-width: 900px) {
  .login-shell,
  .app-shell,
  .home-form-shell,
  .metrics-grid,
  .toolbar-section,
  .category-grid,
  .two-column,
  .detail-grid,
  .form-grid,
  .check-grid {
    grid-template-columns: 1fr;
  }

  .home-form-hero {
    position: relative;
    min-height: auto;
    gap: 18px;
  }

  .home-form-agent {
    width: min(72vw, 320px);
    max-height: 300px;
    margin: 8px auto 0;
  }

  .policy-form-grid {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
    height: auto;
  }

  .logout {
    position: static;
    display: block;
    margin-top: 22px;
  }

  .topbar,
  .section-heading {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .login-page,
  .main-panel,
  .home-form-panel,
  .home-form-hero {
    padding: 16px;
  }

  .home-form-shell {
    width: 100%;
    margin: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .home-form-agent {
    width: min(82vw, 310px);
    max-height: 360px;
  }

  .login-hero,
  .login-card {
    padding: 28px;
  }

  .search-box {
    grid-template-columns: 1fr;
  }
}
