/* Shared Protect & Assist visual language. */
:root {
  --pa-primary: #08766b;
  --pa-primary-hover: #075c54;
  --pa-primary-light: #e4f3ee;
  --pa-text: #142d43;
  --pa-text-muted: #536576;
  --pa-bg: #f3f6f8;
  --pa-border: #dbe4e9;
  --pa-sidebar-width: 248px;
  --pa-content-max-width: 1360px;
  --ink: #142d43;
  --muted: #536576;
  --green: #08766b;
  --line: #dbe4e9;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
summary {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
}
a {
  color: var(--green);
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid #166bc0;
  outline-offset: 4px;
}
button:disabled {
  cursor: wait;
  opacity: 0.55;
}
.hidden,
[hidden] {
  display: none !important;
}
.skip-link {
  position: fixed;
  left: 12px;
  top: -100px;
  padding: 12px;
  background: white;
  z-index: 200;
}
.skip-link:focus {
  top: 12px;
}
.site-wrap {
  max-width: 1200px;
  margin: auto;
  padding-inline: 28px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.site-nav {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
  font-weight: 750;
  font-size: 1.08rem;
  white-space: nowrap;
}
.site-brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.site-menu {
  display: flex;
  align-items: center;
  gap: 26px;
}
.site-menu a:not(.action) {
  color: var(--ink);
  font-size: 0.9rem;
  text-decoration: none;
}
.site-menu a:hover {
  text-decoration: underline;
}
.menu-toggle {
  display: none;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 44px;
  padding: 8px 14px;
}
.action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 50px;
  padding: 12px 23px;
  border: 1px solid var(--green);
  border-radius: 8px;
  background: var(--green);
  color: white;
  text-decoration: none;
  font-weight: 650;
  line-height: 1.4;
  transition:
    background 0.15s,
    transform 0.15s;
}
.action:hover {
  background: #075c54;
  color: white;
  transform: translateY(-1px);
}
.action.secondary {
  background: white;
  border-color: var(--line);
  color: var(--ink);
}
.action.secondary:hover {
  background: #eef4f7;
}
.action.small {
  min-height: 44px;
  padding: 10px 17px;
}
.action-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 750;
  color: var(--green);
  margin: 0 0 18px;
}
.home-hero {
  padding: 66px 0 56px;
  background: #f3f7f8;
}
.hero-split {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  align-items: center;
  gap: 58px;
}
.home-hero h1 {
  font-family: Georgia, serif;
  font-size: clamp(2.8rem, 4.5vw, 4.25rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.045em;
  margin: 0 0 25px;
  max-width: 640px;
}
.home-hero h1 em {
  font-style: normal;
  color: var(--green);
}
.hero-description {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 520px;
  margin-bottom: 28px;
}
.hero-note {
  font-size: 0.875rem;
  color: var(--muted);
  margin: 16px 0 0;
}
.family-photo {
  margin: 0;
  position: relative;
}
.family-photo img {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: 43% center;
  border-radius: 100px 12px 12px 12px;
}
.family-photo figcaption {
  background: #fff;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--line);
  margin: -45px 22px 0;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 8px 22px #142d430a;
}
.family-photo svg {
  width: 30px;
  height: 30px;
  color: var(--green);
  flex-shrink: 0;
}
.family-photo strong {
  display: block;
  font-size: 0.95rem;
}
.family-photo span {
  display: block;
  color: var(--muted);
  font-size: 0.875rem;
}
.promise-strip {
  border-block: 1px solid var(--line);
  background: white;
}
.promise-items {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding-block: 24px;
  font-size: 0.875rem;
  color: var(--muted);
}
.promise-items span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.promise-items b {
  color: var(--green);
}
.home-section {
  padding: 82px 0;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 44px;
  margin-bottom: 36px;
}
.home-section h2 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.16;
  letter-spacing: -0.025em;
  margin: 0;
}
.section-heading > p {
  max-width: 390px;
  color: var(--muted);
  margin: 0;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.feature-tile {
  border: 1px solid var(--line);
  padding: 30px;
  border-radius: 12px;
}
.feature-tile .tile-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  background: #e4f3ee;
  border-radius: 10px;
  color: var(--green);
  font-size: 1.35rem;
}
.feature-tile svg {
  width: 24px;
  height: 24px;
}
.feature-tile h3 {
  font-size: 1.15rem;
  margin: 22px 0 10px;
}
.feature-tile p {
  color: var(--muted);
  font-size: 0.95rem;
  margin: 0;
}
.feature-tile a {
  display: inline-block;
  margin-top: 24px;
  font-size: 0.9rem;
  font-weight: 650;
}
.how-section {
  background: var(--ink);
  color: white;
}
.how-section .eyebrow {
  color: #87d9c8;
}
.how-section .section-heading > p {
  color: #c7d8e3;
}
.how-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}
.how-step {
  border-top: 1px solid #547080;
  padding-top: 26px;
}
.how-step .step-count {
  color: #87d9c8;
  font-size: 0.8rem;
  letter-spacing: 0.13em;
}
.how-step h3 {
  font-size: 1.2rem;
  margin: 20px 0 12px;
}
.how-step p {
  color: #c7d8e3;
  font-size: 0.95rem;
}
.how-note {
  border-top: 1px solid #547080;
  margin: 32px 0 0;
  padding-top: 20px;
  color: #c7d8e3;
  font-size: 0.875rem;
}
.price-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.price-tile {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  position: relative;
  background: white;
}
.price-tile.featured {
  border: 2px solid var(--green);
  background: #f4faf8;
}
.price-tile h3 {
  font-size: 1.12rem;
  margin: 0 0 10px;
}
.price-tile p {
  font-size: 0.875rem;
  color: var(--muted);
}
.price-amount {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--ink);
}
.price-amount small {
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--muted);
}
.price-tile ul {
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  flex: 1;
  margin: 20px 0 24px;
}
.price-tile li {
  padding: 9px 0;
  border-top: 1px solid var(--line);
}
.price-tile .action {
  padding-inline: 10px;
  gap: 8px;
  font-size: 0.875rem;
}
.pricing-caption {
  font-size: 0.875rem;
  color: var(--muted);
  margin: 22px 0 0;
}
.faq-section {
  background: #f3f7f8;
}
.faq-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
}
.faq-intro p {
  color: var(--muted);
  max-width: 350px;
}
.faq-list details {
  border-bottom: 1px solid #cbd8df;
  padding: 20px 0;
}
.faq-list details:first-child {
  padding-top: 0;
}
.faq-list summary {
  cursor: pointer;
  font-weight: 650;
  min-height: 32px;
  padding-right: 18px;
}
.faq-list p {
  color: var(--muted);
  font-size: 0.95rem;
  padding-right: 20px;
}
.closing {
  padding: 58px;
  border-radius: 12px;
  background: #e4f3ee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.closing p {
  color: var(--muted);
  margin-bottom: 0;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding: 44px 0 24px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.footer-links-new {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
}
.footer-links-new a {
  font-size: 0.875rem;
  color: var(--muted);
}
.footer-fine {
  border-top: 1px solid var(--line);
  margin-top: 28px;
  padding-top: 24px;
  font-size: 0.8rem;
  color: var(--muted);
  max-width: 100%;
}
.footer-fine p {
  margin: 6px 0;
}
.pa-btn {
  min-height: 44px;
  font-size: 0.9rem;
}
.pa-input,
.pa-select {
  min-height: 48px;
  font-size: 1rem;
}
.pa-label {
  font-size: 0.9rem;
}
.pa-btn-primary {
  background: var(--green);
  border-color: var(--green);
}
.pa-btn-primary:hover {
  background: #075c54;
}
.pa-body {
  background: #f3f6f8;
}
.pa-card {
  box-shadow: none;
  border-color: var(--line);
}
.pa-header {
  border-bottom: 1px solid var(--line);
}
.pa-brand-wordmark {
  color: var(--ink);
}
.pa-nav-item {
  min-height: 48px;
  font-size: 0.94rem;
  border-radius: 8px;
}
.pa-nav-item--active {
  background: #e4f3ee;
  color: #075c54;
}
.pa-nav-item:focus-visible {
  outline: 3px solid #166bc0;
}
.pa-sidebar-nav {
  padding: 16px;
}
.pa-brand-header {
  padding: 24px 18px;
}
.pa-brand-tagline {
  font-size: 0.78rem;
}
.pa-body .text-xs {
  font-size: 0.875rem;
}
.pa-body .text-slate-400 {
  color: #607383;
}
.pa-body .text-slate-500 {
  color: var(--muted);
}
.pa-main-content {
  width: 100%;
  max-width: 1360px;
}
.pa-loading {
  padding: 24px;
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--muted);
}
.pa-body .pa-stat-card {
  border-radius: 10px;
  text-align: left;
}
.pa-stat-card .pa-card-body {
  text-align: left;
  padding: 22px;
}
.pa-stat-card [id^="stat-"] {
  font-size: 2rem;
  font-weight: 650;
  color: var(--ink);
}
.dashboard-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
.dashboard-title h1 {
  font-size: 1.8rem;
  letter-spacing: -0.04em;
  line-height: 1.25;
  margin: 0 0 6px;
}
.dashboard-title p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}
.dashboard-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 1fr);
  gap: 24px;
  align-items: start;
}
.dashboard-main-column,
.dashboard-side-column {
  min-width: 0;
  display: grid;
  gap: 24px;
}
.pa-card-header {
  gap: 16px;
  flex-wrap: wrap;
  padding: 20px 24px;
}
.pa-card-header h2 {
  font-size: 1.1rem;
  font-weight: 650;
  margin: 0;
}
.pa-card-body {
  padding: 24px;
}
.dashboard-shell main {
  min-width: 0;
}
.dashboard-shell .pa-hero {
  padding: 24px;
  background: white;
  color: var(--ink);
  border-radius: 12px;
}
.account-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.account-identity {
  display: flex;
  gap: 16px;
  align-items: center;
  min-width: 0;
}
.account-symbol {
  display: grid;
  place-items: center;
  background: #e4f3ee;
  color: var(--green);
  width: 52px;
  height: 52px;
  border-radius: 12px;
  flex-shrink: 0;
}
.account-symbol svg {
  width: 26px;
  height: 26px;
}
.account-identity h2 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 650;
}
.account-identity p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}
.account-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.account-status {
  font-size: 0.8rem;
  color: #075c54;
  background: #e4f3ee;
  padding: 5px 10px;
  border-radius: 5px;
}
.account-status.pending {
  color: #855210;
  background: #fff4d9;
}
.account-switch {
  max-width: 230px;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 8px;
  background: white;
}
.setup-next {
  padding: 18px 24px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #f6fafc;
  font-size: 0.9rem;
}
.setup-next p {
  margin: 0;
  color: var(--muted);
}
.setup-next strong {
  display: block;
  color: var(--ink);
  margin-bottom: 3px;
}
.quick-links {
  display: grid;
  gap: 0;
}
.quick-links a {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-decoration: none;
  color: var(--ink);
  font-size: 0.94rem;
}
.quick-links a:last-child {
  border-bottom: 0;
}
.quick-links small {
  display: block;
  color: var(--muted);
  font-size: 0.875rem;
  margin-top: 3px;
}
.quick-links a > span:last-child {
  color: var(--green);
}
.panel-error {
  padding: 24px;
  background: #fff7f5;
  color: #823c2c;
}
.panel-error p {
  margin: 0 0 12px;
}
.empty-state {
  padding: 24px;
  text-align: center;
  color: var(--muted);
  font-size: 0.95rem;
}
.empty-state strong {
  display: block;
  color: var(--ink);
  font-size: 1rem;
  margin-bottom: 6px;
}
.calls-controls {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.calls-search-input {
  min-height: 44px;
  max-width: 100%;
}
.call-row {
  border: 1px solid var(--line);
  background: white;
  padding: 18px !important;
}
.call-row:hover {
  background: #f3f8fa;
}
.call-row > div {
  flex-wrap: wrap;
}
.call-row .truncate {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.dashboard-shell .pa-calendar-cell {
  min-height: 44px;
}
.dashboard-shell .pa-calendar-grid {
  gap: 3px;
}
.dashboard-shell .pa-footer {
  margin-top: 0;
}
.dashboard-shell .pa-footer span {
  font-size: 0.875rem;
}
.auth-page {
  background: #f3f7f8;
  min-height: 100vh;
}
.auth-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  max-width: 1050px;
  margin: auto;
  padding: 64px 28px;
}
.auth-story {
  align-self: center;
}
.auth-story h1 {
  font:
    400 3.1rem/1.13 Georgia,
    serif;
  letter-spacing: -0.035em;
  margin: 24px 0;
}
.auth-story p {
  color: var(--muted);
}
.auth-steps {
  padding: 0;
  list-style: none;
  counter-reset: step;
  margin-top: 30px;
}
.auth-steps li {
  counter-increment: step;
  display: flex;
  gap: 14px;
  margin: 22px 0;
  font-size: 0.95rem;
}
.auth-steps li:before {
  content: counter(step);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e4f3ee;
  color: var(--green);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-weight: 650;
}
.auth-form-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 32px;
  box-shadow: 0 16px 50px #142d4306;
}
.auth-form-card h2 {
  font-size: 1.45rem;
  margin: 0 0 8px;
}
.auth-form-card p {
  font-size: 0.9rem;
  color: var(--muted);
}
.auth-form-card form {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}
.field-group label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 6px;
}
.field-group input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #a8bac6;
  border-radius: 7px;
  padding: 10px 12px;
  background: white;
}
.field-hint {
  font-size: 0.875rem !important;
  margin: 6px 0 0;
}
.password-wrap {
  display: flex;
  gap: 8px;
}
.password-wrap input {
  min-width: 0;
}
.password-toggle {
  background: #f3f7f8;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 12px;
  font-size: 0.875rem;
}
.form-error {
  color: #a13127 !important;
  font-size: 0.9rem;
  min-height: 0;
}
.form-error:empty {
  display: none;
}
.auth-callout {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  margin-top: 24px;
}
.auth-bottom {
  text-align: center;
  margin-top: 22px;
}
.pricing-page {
  padding: 50px 0 70px;
  background: #f3f7f8;
  min-height: 70vh;
}
.pricing-intro {
  max-width: 720px;
  margin-bottom: 36px;
}
.pricing-intro h1 {
  font:
    400 2.8rem/1.2 Georgia,
    serif;
  letter-spacing: -0.03em;
}
.pricing-intro p {
  color: var(--muted);
}
.status-message {
  padding: 16px 20px;
  margin-bottom: 24px;
  border: 1px solid #d7b47e;
  background: #fff5e4;
  color: #70450b;
  border-radius: 8px;
}
.pa-task-item {
  align-items: flex-start !important;
}
.pa-task-item input[type="checkbox"] {
  min-width: 22px;
  min-height: 22px;
  margin-top: 3px;
}
.task-filter-btn,
.task-sort-btn,
.task-dismiss-btn,
.task-restore-btn {
  min-height: 44px;
}
.task-dismiss-btn,
.task-restore-btn {
  min-width: 44px;
}
.pa-task-item .text-xs {
  font-size: 0.85rem;
}
.pa-task-item .line-clamp-2 {
  -webkit-line-clamp: 3;
}
.pa-toast,
[role="status"] {
  overflow-wrap: anywhere;
}
@media (min-width: 769px) {
  .dashboard-shell > div:last-child {
    min-width: 0;
  }
  .dashboard-shell .pa-sidebar + .dashboard-body {
    margin-left: var(--pa-sidebar-width);
    width: calc(100% - var(--pa-sidebar-width));
  }
}
@media (max-width: 1100px) {
  .site-menu {
    gap: 16px;
  }
  .hero-split {
    gap: 30px;
  }
  .family-photo img {
    height: 430px;
  }
  .price-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .dashboard-workspace {
    grid-template-columns: minmax(0, 1fr);
  }
  .dashboard-side-column {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
  .auth-layout {
    gap: 44px;
  }
  .account-summary {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .site-wrap {
    padding-inline: 20px;
  }
  .site-nav {
    min-height: 74px;
  }
  .menu-toggle {
    display: block;
  }
  .site-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 74px;
    background: white;
    border-bottom: 1px solid var(--line);
    padding: 20px;
    align-items: stretch;
  }
  .site-menu.open {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .site-menu a {
    min-height: 32px;
  }
  .home-hero {
    padding: 40px 0;
  }
  .hero-split {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .home-hero h1 {
    font-size: 3rem;
  }
  .family-photo img {
    height: 330px;
    border-top-left-radius: 65px;
    object-position: center;
  }
  .promise-items {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 24px;
    padding-block: 20px;
  }
  .home-section {
    padding: 52px 0;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 18px;
  }
  .feature-grid,
  .how-steps,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .feature-tile {
    padding: 24px;
  }
  .faq-layout {
    gap: 28px;
  }
  .closing {
    padding: 32px 24px;
    display: block;
  }
  .closing .action {
    margin-top: 24px;
  }
  .footer-top {
    display: block;
  }
  .footer-links-new {
    margin-top: 26px;
    gap: 16px;
  }
  .dashboard-title {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .dashboard-shell main {
    padding: 20px 16px;
  }
  .dashboard-side-column {
    grid-template-columns: 1fr;
  }
  .account-actions {
    width: 100%;
  }
  .setup-next {
    align-items: flex-start;
    flex-direction: column;
  }
  .pa-card-header,
  .pa-card-body {
    padding: 18px;
  }
  .auth-layout {
    grid-template-columns: 1fr;
    padding: 28px 20px;
    gap: 24px;
  }
  .auth-story h1 {
    font-size: 2.2rem;
  }
  .auth-steps {
    display: none;
  }
  .auth-form-card {
    padding: 24px;
  }
  .account-summary {
    gap: 16px;
  }
  .dashboard-shell .pa-header {
    padding: 16px;
  }
  .dashboard-shell .pa-calendar-cell {
    min-height: 44px;
  }
  .dashboard-shell .pa-stat-card .pa-card-body {
    padding: 16px;
  }
  .dashboard-shell .pa-hero {
    padding: 18px;
  }
}
@media (max-width: 440px) {
  .price-grid {
    grid-template-columns: 1fr;
  }
  .home-hero h1 {
    font-size: 2.55rem;
  }
  .site-brand {
    font-size: 0.97rem;
  }
  .site-brand img {
    width: 38px;
    height: 38px;
  }
  .action-row .action {
    width: 100%;
  }
  .promise-items {
    align-items: flex-start;
    flex-direction: column;
  }
  .family-photo img {
    height: 290px;
  }
  .family-photo figcaption {
    margin-inline: 12px;
  }
  .account-switch {
    max-width: 100%;
    width: 100%;
  }
  .calls-controls,
  .calls-search-input {
    width: 100%;
  }
  .pa-body .text-3xl {
    font-size: 1.7rem;
  }
  .pa-stat-card .text-xs {
    font-size: 0.8rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

@media (min-width: 769px) {
  .dashboard-shell > .dashboard-body {
    margin-left: 0 !important;
    padding-left: var(--pa-sidebar-width) !important;
    width: 100%;
  }
}
.dashboard-shell .pa-sidebar {
  overflow-y: auto;
}
.dashboard-shell .pa-footer {
  gap: 16px;
  flex-wrap: wrap;
}
dialog::backdrop {
  background: #142d4370;
}
.pa-task-item .task-dismiss-btn {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  #sidebar-toggle {
    display: inline-flex !important;
  }
}
