:root {
  color-scheme: light;
  --navy: #333333;
  --navy-2: #ff6d00;
  --blue: #ff6d00;
  --blue-dark: #c43c00;
  --blue-soft: #fff1e7;
  --ink: #333333;
  --muted: #666666;
  --line: #e0e0e0;
  --surface: #ffffff;
  --canvas: #f5f5f5;
  --danger: #d32f2f;
  --shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { min-width: 320px; background: var(--canvas); }
body { margin: 0; min-height: 100vh; background: var(--canvas); color: var(--ink); font-size: 1rem; line-height: 1.5; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
svg { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.topbar { width: min(1180px, calc(100% - 40px)); min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 20px auto 0; padding: 14px 18px; color: var(--ink); background: var(--surface); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.brand { display: flex; align-items: center; gap: .8rem; color: var(--blue); font-weight: 800; letter-spacing: -.01em; font-size: 1.3rem; }
.brand-mark { display: grid; place-items: center; width: 2.7rem; height: 2.7rem; border-radius: 50%; color: white; background: linear-gradient(135deg, #ff4f00, #ff6d00); box-shadow: 0 7px 16px rgba(255,109,0,.22); }
.brand-mark svg { width: 1.45rem; height: 1.45rem; }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }

.login-view { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; min-height: 100vh; padding: 20px; background: radial-gradient(circle at 50% 14%, rgba(255,109,0,.1), transparent 28%), var(--canvas); }
.login-card { width: min(430px, 100%); padding: 34px; text-align: center; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 22px 60px rgba(0,0,0,.13); }
.login-logo { display: grid; place-items: center; width: 76px; height: 76px; margin: 0 auto 18px; color: white; background: linear-gradient(135deg, #ff4f00, #ff6d00); border-radius: 50%; box-shadow: 0 12px 28px rgba(255,109,0,.25); }
.login-logo { object-fit: cover; background: white; }
.login-logo svg { width: 38px; height: 38px; }
.login-card h1 { margin-bottom: 8px; font-size: 2rem; }
.login-card > p { margin-bottom: 24px; color: var(--muted); }
.login-form, .code-login-fields { display: grid; gap: 14px; text-align: left; }
.login-form label, .code-login-fields label { display: grid; gap: 6px; color: #3b4661; font-size: .86rem; font-weight: 700; }
.login-form input, .code-login-fields input { width: 100%; min-height: 48px; padding: 0 13px; color: var(--ink); background: white; border: 1px solid #cdd4e1; border-radius: 6px; outline: 0; }
.login-form input:focus, .code-login-fields input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(255,109,0,.14); }
.login-submit, .login-code-button { width: 100%; }
.login-divider { display: flex; align-items: center; gap: 12px; margin: 16px 0; color: #8a8a8a; font-size: .8rem; }
.login-divider::before, .login-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.login-error { min-height: 20px; margin: 0; color: var(--danger); font-size: .84rem; }
.topbar-actions-main { display: flex; align-items: center; gap: 12px; }
.signed-in-user { display: grid; max-width: 180px; text-align: right; line-height: 1.2; }
.signed-in-user small { margin-top: 3px; overflow: hidden; color: var(--muted); text-overflow: ellipsis; white-space: nowrap; }
.logout-link { padding: 8px; color: var(--blue-dark); background: transparent; border: 0; font-weight: 700; }
.code-login-dialog { width: min(520px, calc(100vw - 2rem)); }
#codeLoginForm { padding: 1.5rem; }
.code-login-dialog > form > p { color: var(--muted); }

.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 22px 0 5rem; }
.intro { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2rem; }
.eyebrow { margin: 0 0 .35rem; color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
h1, h2, p { margin-top: 0; }
h1 { margin-bottom: .25rem; font-size: clamp(1.75rem, 4vw, 2.35rem); line-height: 1.08; letter-spacing: -.035em; }
.intro-copy { margin-bottom: 0; color: var(--muted); font-size: 1.05rem; }
.count-card { min-width: 130px; padding: .8rem 1rem; border: 1px solid var(--line); border-left: 5px solid var(--blue); border-radius: 8px; background: var(--surface); box-shadow: var(--shadow); }
.count-card strong { display: block; font-size: 1.45rem; line-height: 1.1; }
.count-card span { color: var(--muted); font-size: .82rem; }

.toolbar { position: relative; z-index: 3; display: grid; grid-template-columns: minmax(280px, 1fr) auto; gap: .9rem; padding: .85rem; background: var(--surface); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.searchbox { display: flex; align-items: center; gap: .65rem; min-width: 0; height: 48px; padding: 0 .8rem; color: var(--muted); background: var(--canvas); border: 1px solid var(--line); border-radius: 6px; transition: .2s ease; }
.searchbox:focus-within { background: white; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(255,109,0,.14); }
.searchbox input { width: 100%; min-width: 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 1rem; }
.searchbox input::placeholder { color: #8a93a8; }
kbd { padding: .12rem .38rem; color: #7a849c; background: white; border: 1px solid var(--line); border-radius: .3rem; font-size: .72rem; white-space: nowrap; }
.toolbar-actions { display: flex; gap: .65rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 46px; padding: .65rem 1rem; border: 1px solid transparent; border-radius: 5px; font-weight: 700; transition: transform .15s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, .icon-button:focus-visible, .export-menu button:focus-visible { outline: 3px solid rgba(33,94,232,.25); outline-offset: 2px; }
.button-primary { color: white; background: var(--blue); box-shadow: 0 7px 16px rgba(255,109,0,.2); }
.button-primary:hover { background: var(--blue-dark); }
.button-secondary { color: var(--ink); background: white; border-color: var(--line); }
.button-secondary:hover { border-color: #abb5ca; background: #fbfcff; }
.button-ghost { color: var(--ink); background: transparent; border-color: var(--line); }
.button-danger { color: white; background: var(--danger); }
.chevron { width: 1rem; height: 1rem; }
.export-wrap { position: relative; }
.export-menu { position: absolute; top: calc(100% + .55rem); right: 0; width: 270px; padding: .4rem; background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 12px 28px rgba(0,0,0,.14); }
.export-menu button { display: flex; flex-direction: column; width: 100%; padding: .7rem .8rem; text-align: left; background: white; border: 0; border-radius: .4rem; color: var(--ink); }
.export-menu button:hover { background: var(--blue-soft); }
.export-menu span { color: var(--muted); font-size: .78rem; }

.status-row { display: flex; justify-content: space-between; gap: 1rem; margin: 1.65rem 0 .75rem; color: var(--muted); font-size: .86rem; }
.status-row p { margin: 0; }
.storage-note span { color: #4caf50; }
.storage-note.syncing span { color: var(--blue); }
.storage-note.offline span { color: #ffc107; }
.storage-note.sync-error span { color: var(--danger); }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; }
.contact-card { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 1rem; align-items: start; padding: 1.25rem; background: var(--surface); border: 1px solid var(--line); border-left: 5px solid var(--blue); border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,.06); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.contact-card:hover { transform: translateY(-2px); border-color: #ffb47a; border-left-color: var(--blue); box-shadow: 0 8px 20px rgba(0,0,0,.09); }
.avatar { display: grid; place-items: center; width: 3rem; height: 3rem; border-radius: 50%; color: white; background: linear-gradient(135deg, #ff4f00, #ff6d00); font-weight: 800; letter-spacing: .02em; }
.contact-main { min-width: 0; }
.contact-name { margin: 0; overflow: hidden; text-overflow: ellipsis; font-size: 1.08rem; line-height: 1.3; white-space: nowrap; }
.contact-subtitle { margin: .14rem 0 .85rem; color: var(--muted); font-size: .86rem; min-height: 1.3em; }
.contact-details { display: grid; gap: .42rem; }
.contact-details a, .contact-details span { display: flex; align-items: center; gap: .48rem; min-width: 0; color: #35405d; text-decoration: none; font-size: .86rem; }
.contact-details a:hover { color: var(--blue); text-decoration: underline; }
.contact-details svg { flex: 0 0 auto; width: 1rem; height: 1rem; color: #7b86a0; }
.contact-details em { overflow: hidden; text-overflow: ellipsis; font-style: normal; white-space: nowrap; }
.card-actions { display: flex; gap: .25rem; }
.icon-button { display: grid; place-items: center; width: 2.35rem; height: 2.35rem; color: var(--muted); background: transparent; border: 1px solid transparent; border-radius: .45rem; }
.icon-button:hover { color: var(--ink); background: var(--canvas); border-color: var(--line); }
.icon-button.delete:hover { color: var(--danger); background: #fff1f3; border-color: #ffd4d9; }
.empty-state { padding: 5.3rem 1rem; text-align: center; background: white; border: 1px dashed #c5cddd; border-radius: 8px; }
.empty-icon { display: grid; place-items: center; width: 4.4rem; height: 4.4rem; margin: 0 auto 1rem; color: var(--blue); background: var(--blue-soft); border-radius: 50%; }
.empty-icon svg { width: 2.15rem; height: 2.15rem; }
.empty-state h2 { margin-bottom: .35rem; font-size: 1.35rem; }
.empty-state p { max-width: 460px; margin: 0 auto 1.4rem; color: var(--muted); }

dialog { width: min(720px, calc(100vw - 2rem)); max-height: calc(100vh - 2rem); padding: 0; overflow: auto; color: var(--ink); background: white; border: 0; border-radius: 8px; box-shadow: 0 28px 90px rgba(0,0,0,.32); }
dialog::backdrop { background: rgba(7,15,38,.67); backdrop-filter: blur(3px); }
#contactForm { padding: 1.5rem; }
.dialog-head { display: flex; justify-content: space-between; align-items: start; gap: 1rem; margin-bottom: 1.5rem; }
.dialog-head h2 { margin: 0; font-size: 1.6rem; letter-spacing: -.025em; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-grid label { display: grid; gap: .4rem; color: #3b4661; font-size: .88rem; font-weight: 690; }
.form-grid label.wide { grid-column: 1 / -1; }
.form-grid b { color: var(--danger); }
.form-grid input, .form-grid textarea, .form-grid select { width: 100%; padding: .72rem .8rem; color: var(--ink); background: white; border: 1px solid #cdd4e1; border-radius: .42rem; outline: 0; resize: vertical; }
.form-grid input:focus, .form-grid textarea:focus, .form-grid select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(255,109,0,.14); }
.form-grid input.invalid { border-color: var(--danger); }
.phone-editor { display: grid; gap: .65rem; padding: .85rem; background: var(--canvas); border: 1px solid var(--line); border-radius: 8px; }
.phone-editor.wide { grid-column: 1 / -1; }
.phone-editor-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: #3b4661; font-size: .88rem; font-weight: 700; }
.add-number-button { display: inline-flex; align-items: center; gap: .35rem; padding: .3rem .5rem; color: var(--blue); background: white; border: 1px solid var(--blue); border-radius: 5px; font-size: .82rem; font-weight: 700; }
.add-number-button:hover { color: white; background: var(--blue); }
.add-number-button svg { width: 1rem; height: 1rem; }
.phone-number-list { display: grid; gap: .55rem; }
.phone-row { display: grid; grid-template-columns: 132px minmax(0, 1fr) 42px; gap: .5rem; align-items: center; }
.phone-row .icon-button { width: 42px; height: 42px; color: var(--danger); background: white; border-color: var(--line); }
.phone-row .icon-button:hover { color: white; background: var(--danger); border-color: var(--danger); }
.form-error { min-height: 1.3em; margin: .7rem 0 0; color: var(--danger); font-size: .84rem; }
.dialog-actions { display: flex; justify-content: flex-end; gap: .65rem; margin-top: 1.2rem; }
.confirm-dialog { width: min(440px, calc(100vw - 2rem)); text-align: center; }
.confirm-content { padding: 1.7rem; }
.warning-icon { display: grid; place-items: center; width: 3.5rem; height: 3.5rem; margin: 0 auto 1rem; color: var(--danger); background: #fff0f2; border-radius: 50%; }
.warning-icon svg { width: 1.7rem; height: 1.7rem; }
.confirm-content h2 { margin-bottom: .45rem; }
.confirm-content p { color: var(--muted); }
.confirm-content .dialog-actions { justify-content: center; }
.toast { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 20; max-width: calc(100vw - 2.4rem); padding: .8rem 1rem; color: white; background: #333; border-left: 4px solid var(--blue); border-radius: 5px; box-shadow: var(--shadow); opacity: 0; transform: translateY(16px); pointer-events: none; transition: .25s ease; }
.toast.show { opacity: 1; transform: translateY(0); }

@media (max-width: 820px) {
  body { background: radial-gradient(circle at 18% 14%, rgba(255,109,0,.08), transparent 18%), linear-gradient(145deg, #f6f8fb 0%, #edf1f5 100%); }
  .topbar { position: sticky; top: 8px; z-index: 10; width: min(680px, calc(100% - 28px)); min-height: 74px; margin-top: 14px; color: white; background: linear-gradient(135deg, #ff4f00 0%, #ff6d00 100%); border: 0; border-radius: 16px; box-shadow: 0 16px 34px rgba(255,109,0,.25); }
  .brand { color: white; font-size: clamp(1.2rem, 4vw, 1.55rem); }
  .brand-mark { width: 3rem; height: 3rem; color: var(--blue); background: rgba(255,255,255,.98); border: 3px solid rgba(255,255,255,.95); box-shadow: 0 8px 18px rgba(0,0,0,.13); }
  .topbar .button-primary { color: var(--blue); background: white; box-shadow: 0 8px 18px rgba(0,0,0,.13); }
  .shell { width: min(680px, calc(100% - 28px)); padding-top: 18px; }
  .toolbar { grid-template-columns: 1fr; }
  .toolbar-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .toolbar-actions .button { width: 100%; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .login-card { padding: 28px 22px; }
  .topbar { min-height: 70px; padding: 10px 12px; }
  .topbar .button { width: 48px; min-height: 48px; padding: 0; border-radius: 50%; font-size: 0; }
  .topbar .button svg { width: 1.35rem; height: 1.35rem; }
  .signed-in-user { display: none; }
  .logout-link { color: white; }
  .brand { font-size: 1rem; }
  .brand-mark { width: 2.2rem; height: 2.2rem; }
  .intro { align-items: start; margin-bottom: 1.5rem; }
  .intro-copy { font-size: .95rem; }
  .count-card { min-width: 84px; padding: .65rem .8rem; }
  .count-card span { font-size: .75rem; }
  kbd { display: none; }
  .status-row { align-items: end; }
  .storage-note { max-width: 140px; text-align: right; }
  .contact-card { grid-template-columns: auto minmax(0, 1fr); }
  .card-actions { grid-column: 1 / -1; justify-content: flex-end; margin-top: -.2rem; padding-top: .65rem; border-top: 1px solid var(--line); }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.wide { grid-column: auto; }
  .phone-editor.wide { grid-column: auto; }
  .phone-editor-head { align-items: flex-start; }
  .add-number-button { flex: 0 0 auto; font-size: 0; }
  .add-number-button svg { width: 1.2rem; height: 1.2rem; }
  .phone-row { grid-template-columns: 105px minmax(0, 1fr) 42px; }
  .dialog-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .export-menu { right: 0; width: min(270px, 90vw); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Gemeinsamer Wagenlisten-Look */
body {
  background:
    radial-gradient(circle at 18% 12%, rgba(255,109,0,.07), transparent 22%),
    linear-gradient(145deg, #f6f8fb 0%, #edf1f5 100%);
}

.topbar {
  width: min(1240px, calc(100% - 32px));
  min-height: 76px;
  margin-top: 14px;
  padding: 12px 14px;
  color: white;
  background: linear-gradient(135deg, #ff4f00 0%, #ff6d00 100%);
  border: 0;
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(255,109,0,.25);
}

.brand { color: white; font-size: 1.45rem; }
.brand-mark {
  width: 52px;
  height: 52px;
  color: var(--blue);
  background: rgba(255,255,255,.98);
  border: 3px solid rgba(255,255,255,.95);
  box-shadow: 0 8px 18px rgba(0,0,0,.13);
}
.signed-in-user small { color: rgba(255,255,255,.78); }
.logout-link { color: white; border-radius: 8px; }
.logout-link:hover { background: rgba(255,255,255,.13); }
.topbar .button-primary {
  color: var(--blue);
  background: white;
  box-shadow: 0 8px 18px rgba(0,0,0,.13);
}
.topbar .button-primary:hover { color: var(--blue-dark); background: #fff8f3; }

.shell { width: min(1240px, calc(100% - 32px)); padding-top: 18px; }
.intro {
  min-height: 104px;
  margin-bottom: 14px;
  padding: 18px 20px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(218,223,231,.9);
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(31,41,55,.08);
}
.intro h1 { color: #202631; font-size: clamp(1.7rem, 3vw, 2.15rem); }
.eyebrow { color: var(--blue); }
.count-card {
  min-width: 112px;
  text-align: center;
  border: 0;
  border-radius: 999px;
  background: #f1f3f6;
  box-shadow: none;
}

.toolbar {
  grid-template-columns: 1fr;
  padding: 12px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(31,41,55,.08);
}
.searchbox { border-radius: 10px; background: #f6f7f9; }
.button { border-radius: 8px; }
.button-primary { background: linear-gradient(135deg, #ff4f00, #ff6d00); }
.button-secondary { border-color: #dfe3e8; }
.status-row { margin: 20px 4px 10px; }

.contact-grid { gap: 14px; }
.contact-card {
  padding: 20px;
  border: 1px solid #e2e5ea;
  border-left: 0;
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(31,41,55,.07);
}
.contact-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--blue);
  border-radius: 14px 0 0 14px;
}
.contact-card:hover { border-color: #ffb47a; box-shadow: 0 16px 34px rgba(31,41,55,.11); }
.avatar { width: 50px; height: 50px; box-shadow: 0 8px 18px rgba(255,109,0,.2); }
.contact-name { color: #202631; font-size: 1.14rem; }
.icon-button { border-radius: 9px; }
.empty-state { border-radius: 14px; box-shadow: 0 10px 26px rgba(31,41,55,.06); }
dialog { border-radius: 14px; }

.login-view { background: radial-gradient(circle at 50% 16%, rgba(255,109,0,.1), transparent 26%), #f2f4f7; }
.login-card {
  width: min(460px, 100%);
  padding: 26px 28px;
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(0,0,0,.10);
}
.login-logo { width: 88px; height: 88px; margin-bottom: 14px; }
.login-card h1 { color: var(--blue); font-size: 24px; }
.login-form input, .code-login-fields input { border-radius: 5px; }

.header-menu-button {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  padding: 0;
  color: var(--blue);
  background: white;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(0,0,0,.13);
}
.header-menu-button:hover { transform: translateY(-1px); }
.header-menu-button svg { width: 25px; height: 25px; }
.contact-fab {
  position: fixed;
  right: max(24px, calc((100vw - 1240px) / 2 + 24px));
  bottom: 26px;
  z-index: 30;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  padding: 0;
  color: white;
  background: linear-gradient(135deg, #ff4f00, #ff6d00);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 14px 30px rgba(255,109,0,.35);
  transition: transform .18s ease, box-shadow .18s ease;
}
.contact-fab:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 18px 36px rgba(255,109,0,.42); }
.contact-fab svg { width: 30px; height: 30px; stroke-width: 2.2; }
.app-menu-dialog { width: min(390px, calc(100vw - 28px)); overflow: hidden; }
.app-menu-panel { padding: 18px; }
.app-menu-profile { display: grid; grid-template-columns: 46px minmax(0,1fr) 40px; gap: 12px; align-items: center; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.app-menu-profile > div { display: grid; min-width: 0; }
.app-menu-profile strong, .app-menu-profile small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.app-menu-profile small { color: var(--muted); }
.app-menu-avatar { display: grid; place-items: center; width: 46px; height: 46px; color: white; background: linear-gradient(135deg, #ff4f00, #ff6d00); border-radius: 50%; }
.app-menu-item { display: flex; align-items: center; gap: 12px; width: 100%; margin-top: 10px; padding: 13px 14px; color: var(--ink); background: transparent; border: 0; border-radius: 9px; text-align: left; font-weight: 750; }
.app-menu-item:hover, .app-menu-item.active { color: var(--blue); background: var(--blue-soft); }
.app-menu-item.logout { color: var(--danger); }
.app-menu-item span { width: 24px; text-align: center; font-size: 1.2rem; }

@media (max-width: 820px) {
  .topbar, .shell { width: min(680px, calc(100% - 28px)); }
  .intro { min-height: 94px; padding: 16px; }
}

@media (max-width: 560px) {
  .topbar { border-radius: 16px; }
  .brand { font-size: 1.08rem; }
  .brand-mark { width: 44px; height: 44px; }
  .header-menu-button { width: 48px; height: 48px; }
  .contact-fab { right: 20px; bottom: 22px; width: 60px; height: 60px; }
  .intro { align-items: center; }
  .contact-card { padding: 17px; }
  .login-card { padding: 22px 24px; }
}
