*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  color-scheme: light;
  --topbar-height: 64px;
  --footer-height: 46px;
  --sidebar-width: 292px;
  --footer-asset-width: 360px;
  --footer-opacity: 1;
  --surface: #ffffff;
  --surface-muted: #f3f6f4;
  --surface-soft: #f7f9f5;
  --border: rgba(31, 41, 51, .13);
  --border-strong: rgba(31, 41, 51, .22);
  --shadow-soft: 0 1px 2px rgba(31, 41, 51, .06);
  --shadow-panel: 0 18px 44px rgba(31, 41, 51, .14);
}

html {
  min-height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--grafite-rumea, #1F2933);
  background: var(--surface-soft);
  font-family: var(--font-ui, Inter, Arial, sans-serif);
  font-size: 15px;
  line-height: 1.5;
}

button,
input,
select {
  font: inherit;
}

button {
  border: 0;
  color: inherit;
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
p,
dl,
dd {
  margin: 0;
}

h1,
h2 {
  font-family: var(--font-title, Sora, Inter, Arial, sans-serif);
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  color: var(--grafite-rumea, #1F2933);
  font-size: 2rem;
  line-height: 1.08;
}

h2 {
  color: var(--grafite-rumea, #1F2933);
  font-size: 1.05rem;
  line-height: 1.18;
}

p {
  color: var(--cinza-neutro, #667085);
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: var(--topbar-height);
  padding: 10px 12px;
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
}

.shell-menu-button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
}

.shell-menu-button span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--mata-profunda, #0E3B3A);
}

.brand-link {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand-link img {
  width: 132px;
  height: auto;
}

.topbar-context {
  display: none;
  gap: 1px;
  min-width: 0;
}

.topbar-context span {
  overflow: hidden;
  color: var(--cinza-neutro, #667085);
  font-size: .78rem;
  font-weight: 800;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.topbar-context strong {
  overflow: hidden;
  color: var(--grafite-rumea, #1F2933);
  font-size: 1rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topbar-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--cinza-neutro, #667085);
  background: var(--surface);
  font-size: .8rem;
  font-weight: 800;
  white-space: nowrap;
}

.dot,
.system-state {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--amarelo-trilha, #F2B84B);
}

.dot.is-online {
  background: var(--verde-rumea, #1F7A5C);
}

.topbar-action,
.login-action,
.logout-action {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(31, 122, 92, .3);
  border-radius: 8px;
  color: var(--mata-profunda, #0E3B3A);
  background: rgba(31, 122, 92, .08);
  font-size: .88rem;
  font-weight: 800;
  text-decoration: none;
}

.login-action {
  display: inline-flex;
  max-width: 44px;
  padding: 0 10px;
  overflow: hidden;
}

.login-action span {
  display: none;
}

.logout-action {
  border-color: var(--border);
  color: var(--cinza-neutro, #667085);
  background: var(--surface);
}

.login-action[hidden],
.logout-action[hidden] {
  display: none;
}

.topbar-action img,
.login-action img {
  width: 18px;
  height: 18px;
}

.pwa-install-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-width: 54px;
  height: 36px;
  padding: 0 6px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  color: var(--mata-profunda, #0E3B3A);
  transition: border-color 160ms ease, background 160ms ease;
}

.pwa-install-button:hover {
  border-color: var(--border-strong);
  background: rgba(31, 122, 92, .06);
}

.pwa-install-button:disabled,
.pwa-install-button.is-disabled {
  color: var(--cinza-neutro, #667085);
  background: rgba(102, 112, 133, .08);
  cursor: not-allowed;
  opacity: .72;
}

.pwa-install-button[hidden] {
  display: none;
}

.pwa-install-button-icon {
  position: relative;
  flex: 0 0 auto;
  width: 15px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.pwa-install-button-icon::before {
  position: absolute;
  top: 3px;
  left: 50%;
  width: 2px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transform: translateX(-50%);
}

.pwa-install-button-icon::after {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: translateX(-50%) rotate(45deg);
}

.pwa-install-button-text {
  color: currentColor;
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
  text-transform: lowercase;
}

.user-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  max-width: 156px;
  padding: 0 10px 0 6px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface);
}

.user-pill[hidden] {
  display: none;
}

.user-pill span {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: #fff;
  background: var(--verde-rumea, #1F7A5C);
  font-size: .72rem;
  font-weight: 900;
}

.user-pill strong {
  overflow: hidden;
  color: var(--grafite-rumea, #1F2933);
  font-size: .82rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.app-body {
  display: grid;
  min-height: calc(100vh - var(--topbar-height) - var(--footer-height));
}

.sidebar {
  position: fixed;
  top: var(--topbar-height);
  bottom: var(--footer-height);
  left: 0;
  z-index: 35;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 14px;
  width: min(86vw, var(--sidebar-width));
  padding: 14px;
  border-right: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-panel);
  transform: translateX(-100%);
  transition: transform 180ms ease;
}

.app-shell.is-sidebar-open .sidebar {
  transform: translateX(0);
}

.sidebar-scrim {
  position: fixed;
  inset: var(--topbar-height) 0 var(--footer-height);
  z-index: 30;
  display: none;
  padding: 0;
  background: rgba(14, 59, 58, .32);
}

.app-shell.is-sidebar-open .sidebar-scrim {
  display: block;
}

.sidebar-brand,
.sidebar-system {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 10px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface-muted);
}

.sidebar-brand img {
  width: 38px;
  height: 38px;
  border-radius: 8px;
}

.sidebar-brand strong,
.sidebar-system strong {
  display: block;
  overflow: hidden;
  color: var(--grafite-rumea, #1F2933);
  font-size: .9rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-brand span,
.sidebar-system span {
  display: block;
  overflow: hidden;
  color: var(--cinza-neutro, #667085);
  font-size: .75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-nav {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
}

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

.nav-group + .nav-group {
  margin-top: 18px;
}

.nav-group h2 {
  color: var(--cinza-neutro, #667085);
  font-family: var(--font-ui, Inter, Arial, sans-serif);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sidebar-nav-item {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 44px;
  padding: 8px 10px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  color: var(--grafite-rumea, #1F2933);
  text-align: left;
}

.sidebar-nav-item:hover {
  border-color: var(--border-strong);
  background: rgba(31, 122, 92, .06);
}

.sidebar-nav-item.is-active {
  border-color: rgba(31, 122, 92, .36);
  background: rgba(31, 122, 92, .12);
  color: var(--mata-profunda, #0E3B3A);
}

.sidebar-nav-item.is-disabled {
  color: var(--cinza-neutro, #667085);
  background: rgba(102, 112, 133, .06);
  opacity: .64;
}

.sidebar-nav-item img {
  width: 24px;
  height: 24px;
  padding: 4px;
  border: 1px solid rgba(31, 122, 92, .18);
  border-radius: 8px;
  background: rgba(31, 122, 92, .08);
}

.sidebar-nav-item span {
  overflow: hidden;
  font-size: .92rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-system {
  grid-template-columns: 10px minmax(0, 1fr);
  background: rgba(39, 102, 123, .08);
}

.app-main {
  min-width: 0;
  width: 100%;
  padding: 18px 14px 44px;
}

.system-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--footer-height);
  padding: 8px 14px 10px;
  border-top: 1px solid rgba(31, 122, 92, .08);
  color: var(--cinza-neutro, #667085);
  background: rgba(255, 255, 255, .72);
  font-size: .72rem;
  font-weight: 800;
  opacity: var(--footer-opacity);
  pointer-events: none;
}

.footer-signature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: min(100%, var(--footer-asset-width));
  min-width: 0;
}

.footer-signature-logo {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  object-fit: contain;
}

.footer-signature-copy {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  min-width: 0;
  line-height: 1.12;
}

.footer-signature-copy strong,
.footer-signature-copy span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer-signature-copy strong {
  color: var(--mata-profunda, #0E3B3A);
  font-family: var(--font-title, Sora, Inter, Arial, sans-serif);
  font-size: .78rem;
}

.footer-signature-copy span {
  color: var(--cinza-neutro, #667085);
  font-size: .68rem;
}

.view {
  display: none;
  width: min(100%, 1120px);
  margin: 0 auto;
  animation: enter 140ms ease-out;
}

.view.is-active {
  display: block;
}

@keyframes enter {
  from {
    transform: translateY(4px);
    opacity: .45;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.intro {
  display: grid;
  gap: 10px;
  max-width: 820px;
  padding: 8px 0 16px;
}

.intro p:last-child {
  max-width: 64ch;
}

.eyebrow {
  color: var(--verde-rumea, #1F7A5C);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.quick-actions,
.metrics-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.action-tile {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--grafite-rumea, #1F2933);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  text-align: left;
  font-weight: 900;
}

.action-tile:hover {
  border-color: rgba(31, 122, 92, .35);
  background: rgba(31, 122, 92, .06);
}

.action-tile img,
.primary-action img,
.secondary-action img {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.metrics-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 14px 0;
}

.metrics-grid article {
  min-width: 0;
  padding: 12px 10px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.metrics-grid strong {
  display: block;
  color: var(--mata-profunda, #0E3B3A);
  font: 900 1.35rem/1 var(--font-title, Sora, Inter, Arial, sans-serif);
}

.metrics-grid span {
  display: block;
  margin-top: 6px;
  color: var(--cinza-neutro, #667085);
  font-size: .75rem;
  font-weight: 700;
}

.panel {
  margin-top: 14px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

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

.task-list,
.record-list,
.opportunity-list {
  display: grid;
  gap: 10px;
}

.task-list > div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
}

.task-list > div:last-child {
  border-bottom: 0;
}

.record-card,
.opportunity-card {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.panel .record-card {
  background: var(--surface-muted);
  box-shadow: none;
}

.task-state {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.task-state.done {
  background: var(--verde-rumea, #1F7A5C);
}

.task-state.pending {
  background: var(--amarelo-trilha, #F2B84B);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin: 6px 0 14px;
}

.section-head h1 {
  font-size: 1.8rem;
}

.head-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  padding: 8px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
}

.form-grid {
  display: grid;
  gap: 14px;
}

label,
fieldset {
  display: grid;
  gap: 7px;
  min-width: 0;
}

label span,
legend {
  color: var(--grafite-rumea, #1F2933);
  font-size: .83rem;
  font-weight: 900;
}

input,
select {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(31, 41, 51, .18);
  border-radius: 8px;
  color: var(--grafite-rumea, #1F2933);
  background: var(--surface);
}

input:focus,
select:focus,
button:focus-visible {
  outline: 3px solid rgba(31, 122, 92, .18);
  outline-offset: 2px;
}

fieldset {
  margin: 0;
  padding: 13px;
  border: 1px solid var(--border);
  border-radius: 8px;
}

.check {
  display: flex;
  grid-template-columns: none;
  align-items: center;
  gap: 9px;
  color: var(--grafite-rumea, #1F2933);
  font-size: .94rem;
}

.check input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--verde-rumea, #1F7A5C);
}

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
}

.primary-action {
  border: 1px solid var(--verde-rumea, #1F7A5C);
  color: #fff;
  background: var(--verde-rumea, #1F7A5C);
}

.primary-action img {
  filter: brightness(0) invert(1);
}

.secondary-action {
  border: 1px solid var(--border);
  color: var(--grafite-rumea, #1F2933);
  background: var(--surface);
}

.secondary-action:hover {
  border-color: var(--border-strong);
  background: rgba(39, 102, 123, .07);
}

.form-note {
  min-height: 22px;
  color: var(--verde-rumea, #1F7A5C);
  font-size: .9rem;
  font-weight: 800;
}

.form-note.is-error {
  color: var(--coral-oportunidade, #D85A3A);
}

.toolbar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}

.segmented {
  min-height: 40px;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--cinza-neutro, #667085);
  background: var(--surface);
  font-weight: 900;
}

.segmented.is-active {
  color: #fff;
  border-color: var(--verde-rumea, #1F7A5C);
  background: var(--verde-rumea, #1F7A5C);
}

.record-card header,
.opportunity-card header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.record-card strong,
.opportunity-card strong {
  color: var(--grafite-rumea, #1F2933);
  font-size: 1rem;
  line-height: 1.2;
}

.meta,
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  color: var(--mata-profunda, #0E3B3A);
  background: rgba(31, 122, 92, .1);
  font-size: .76rem;
  font-weight: 900;
}

.tag.warn {
  color: #7A4A00;
  background: rgba(242, 184, 75, .24);
}

.status-list {
  display: grid;
  gap: 10px;
  margin: 0;
}

.status-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}

.status-list div:last-child {
  border-bottom: 0;
}

.status-list dt {
  color: var(--cinza-neutro, #667085);
  font-weight: 900;
}

.status-list dd {
  margin: 0;
  color: var(--grafite-rumea, #1F2933);
  font-weight: 900;
  text-align: right;
}

.empty {
  padding: 16px;
  border: 1px dashed var(--border-strong);
  border-radius: 8px;
  color: var(--cinza-neutro, #667085);
  background: var(--surface-muted);
}

.pwa-install-screen {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(247, 249, 245, .78);
  backdrop-filter: blur(10px);
}

.pwa-install-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  width: min(100%, 480px);
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow-panel);
}

.pwa-install-icon {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.pwa-install-copy {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.pwa-install-copy h2 {
  font-size: 1.08rem;
}

.pwa-install-copy p,
.pwa-install-hint {
  overflow-wrap: anywhere;
  color: var(--cinza-neutro, #667085);
  font-size: .9rem;
}

.pwa-install-hint {
  font-weight: 800;
}

.pwa-install-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pwa-install-actions button {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 8px;
  font-weight: 900;
}

.pwa-install-actions button:first-child {
  border: 1px solid var(--verde-rumea, #1F7A5C);
  color: #fff;
  background: var(--verde-rumea, #1F7A5C);
}

.pwa-install-actions button:last-child {
  border: 1px solid var(--border);
  color: var(--grafite-rumea, #1F2933);
  background: var(--surface);
}

@media (min-width: 680px) {
  .topbar-action {
    display: inline-flex;
  }

  .login-action {
    max-width: none;
    padding: 0 12px;
  }

  .login-action span {
    display: inline;
  }

  .logout-action {
    display: inline-flex;
  }

  .quick-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  fieldset,
  .primary-action,
  .form-note {
    grid-column: 1 / -1;
  }

  .opportunity-list,
  .record-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .primary-action,
  .secondary-action {
    width: fit-content;
  }
}

@media (min-width: 920px) {
  h1 {
    font-size: 2.45rem;
  }

  .topbar {
    grid-template-columns: 210px minmax(0, 1fr) auto;
    padding: 10px 18px;
  }

  .shell-menu-button {
    display: none;
  }

  .brand-link img {
    width: 154px;
  }

  .topbar-context {
    display: grid;
  }

  .app-body {
    grid-template-columns: var(--sidebar-width) minmax(0, 1fr);
  }

  .sidebar {
    position: sticky;
    top: var(--topbar-height);
    z-index: 5;
    width: auto;
    height: calc(100vh - var(--topbar-height) - var(--footer-height));
    min-height: 0;
    box-shadow: none;
    transform: none;
  }

  .sidebar-scrim,
  .app-shell.is-sidebar-open .sidebar-scrim {
    display: none;
  }

  .app-main {
    padding: 24px 32px 48px;
  }

  .system-footer {
    padding-inline: 18px;
  }

  .section-head h1 {
    font-size: 2rem;
  }

  .metrics-grid {
    max-width: 620px;
  }
}

@media (min-width: 1160px) {
  .opportunity-list,
  .record-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 420px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 1.72rem;
  }

  .brand-link img {
    width: 112px;
  }

  .footer-signature {
    gap: 7px;
  }

  .footer-signature-logo {
    width: 20px;
    height: 20px;
  }

  .footer-signature-copy {
    display: grid;
    gap: 1px;
  }

  .status-pill {
    display: none;
    gap: 6px;
    padding: 0 8px;
    font-size: .74rem;
  }

  .metrics-grid article {
    padding: 10px 8px;
  }

  .metrics-grid strong {
    font-size: 1.16rem;
  }

  .toolbar {
    grid-template-columns: 1fr;
  }

  .pwa-install-screen {
    place-items: end stretch;
    padding: 14px;
  }

  .pwa-install-card {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .pwa-install-icon {
    width: 44px;
    height: 44px;
  }

  .pwa-install-actions {
    display: grid;
  }
}

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