/* HouseZen · shared visual polish and responsive typography */
:root {
  --hz-focus: 0 0 0 4px rgba(58, 208, 249, .2);
  --hz-card-border: rgba(35, 96, 123, .13);
  --hz-card-shadow: 0 22px 60px rgba(10, 39, 58, .1);
  --hz-primary: #087f9c;
  --hz-primary-hover: #05677f;
  --hz-primary-active: #064f63;
  --hz-control-border: #c8dce5;
  --hz-control-height: 48px;
  --hz-control-radius: 14px;
  --hz-space-1: 6px;
  --hz-space-2: 10px;
  --hz-space-3: 14px;
  --hz-space-4: 20px;
  --hz-space-5: 28px;
  --hz-space-6: 40px;
}

html { overflow-x: hidden; }
body { overflow-wrap: break-word; }
main { overflow: clip; }

main h1,
main h2,
main h3,
.modal h3 {
  text-wrap: balance;
  overflow-wrap: break-word;
  word-break: normal;
  -webkit-hyphens: none;
  hyphens: none;
}

main p,
main li,
.section-sub,
.hero-sub {
  text-wrap: pretty;
}

.stat-card strong {
  text-wrap: balance;
  overflow-wrap: break-word;
  word-break: normal;
  -webkit-hyphens: none;
  hyphens: none;
}

a,
button,
.btn,
.btn-secondary,
.btn-nav-primary,
.btn-nav-ghost,
.chip,
.pill {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid #13bde4;
  outline-offset: 3px;
}

input,
select,
textarea,
button {
  font: inherit;
}

input,
select,
textarea {
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="file"]):not([type="hidden"]),
select,
.form-input,
.form-select {
  min-height: var(--hz-control-height);
  border-radius: var(--hz-control-radius);
}

select,
.form-select {
  padding-right: 42px !important;
  text-overflow: ellipsis;
  cursor: pointer;
}

textarea,
.form-textarea { border-radius: var(--hz-control-radius); }

label,
.form-label {
  line-height: 1.35;
}

::placeholder { color: #7a899a; opacity: 1; }

input:focus,
select:focus,
textarea:focus {
  border-color: #12afd2 !important;
  box-shadow: var(--hz-focus);
}

/* Shared action hierarchy: solid brand actions use white copy and a darker,
   accessible cyan; outline and ghost actions remain visually secondary. */
.btn-nav-primary,
.btn:not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-sm):not(.btn-notifications):not(.btn-yellow),
.btn-primary,
.btn-auth,
.btn-search-card,
.btn-search,
.btn-contact:not(.btn-contact-disabled),
.btn-post,
.btn-plan-primary,
.growth-btn-light,
.growth-btn-dark,
.services-catalog-toggle,
.home-filter-apply,
.buscar-btn,
.mis-btn-add,
.request-submit {
  border-color: transparent !important;
  background: linear-gradient(135deg, #07819b, var(--hz-primary)) !important;
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(3, 42, 55, .16);
  box-shadow: 0 9px 24px rgba(8, 127, 156, .2);
}

.btn-nav-primary:hover,
.btn:not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-sm):not(.btn-notifications):not(.btn-yellow):hover,
.btn-primary:hover,
.btn-auth:hover,
.btn-search-card:hover,
.btn-search:hover,
.btn-contact:not(.btn-contact-disabled):hover,
.btn-post:hover,
.btn-plan-primary:hover,
.growth-btn-light:hover,
.growth-btn-dark:hover,
.services-catalog-toggle:hover,
.home-filter-apply:hover,
.buscar-btn:hover,
.mis-btn-add:hover,
.request-submit:hover {
  background: linear-gradient(135deg, var(--hz-primary), var(--hz-primary-hover)) !important;
  color: #fff !important;
  box-shadow: 0 13px 30px rgba(8, 127, 156, .28);
}

.btn-nav-primary:active,
.btn:not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-sm):not(.btn-notifications):not(.btn-yellow):active,
.btn-primary:active,
.btn-auth:active,
.btn-search-card:active,
.btn-search:active,
.btn-contact:not(.btn-contact-disabled):active,
.btn-post:active,
.btn-plan-primary:active,
.growth-btn-light:active,
.growth-btn-dark:active,
.services-catalog-toggle:active,
.home-filter-apply:active,
.buscar-btn:active,
.mis-btn-add:active,
.request-submit:active {
  background: var(--hz-primary-active) !important;
  transform: translateY(0) scale(.99);
  box-shadow: 0 5px 14px rgba(8, 127, 156, .22);
}

.btn-yellow,
.btn-plan-yellow {
  background: linear-gradient(135deg, #9f6800, #7f5200) !important;
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(50, 29, 0, .18);
}

.btn-secondary,
.btn-nav-ghost,
.btn-ghost,
.btn-ghost-sm,
.home-filter-clear {
  text-shadow: none;
  box-shadow: none;
}

button:disabled,
.btn[aria-disabled="true"],
.btn-contact-disabled {
  cursor: not-allowed !important;
  transform: none !important;
  box-shadow: none !important;
  opacity: .6;
}

.btn,
.btn-primary,
.btn-secondary,
.btn-auth,
.btn-search-card,
.btn-search,
.btn-contact,
.btn-post,
.btn-plan,
.btn-nav-primary,
.btn-nav-ghost,
.home-filter-apply,
.home-filter-clear,
.buscar-btn,
.mis-btn-add {
  min-height: 44px;
  line-height: 1.2;
}

.mis-btn-edit:hover,
.mis-btn-view:hover {
  border-color: transparent !important;
  background: var(--hz-primary) !important;
  color: #fff !important;
}

.card,
.city-card,
.faq-card,
.pro-card,
.cta-card,
.article,
.auth-card,
.form-card,
.service-card {
  border-color: var(--hz-card-border) !important;
  box-shadow: var(--hz-card-shadow);
}

.card,
.city-card,
.faq-card,
.pro-card,
.cta-card {
  background-image: linear-gradient(145deg, rgba(255,255,255,.98), rgba(247,252,254,.96));
}

.section-dark .card,
.section-dark .pro-card {
  background-image: linear-gradient(145deg, rgba(255,255,255,.07), rgba(58,208,249,.035));
  box-shadow: none;
}

.hero-badge,
.section-label,
.pill,
.chip {
  backdrop-filter: blur(10px);
}

.hamburger {
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.hamburger:hover,
.hamburger:focus-visible { background: rgba(255,255,255,.07); }

[data-page-type="auth"] .auth-tab.active {
  background: var(--hz-primary) !important;
  color: #fff !important;
  box-shadow: 0 5px 14px rgba(8,127,156,.22);
}

[data-page-type="search"] .search-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

[data-page-type="search"] .search-form .btn { width: 100%; }

[data-page-type="search"] #marketplace-results:not(.is-targeted) .professional-description {
  min-height: 5.9em;
  -webkit-line-clamp: 3;
}

/* Dialogs and sheets share the same visual language. */
.modal,
.home-filter-dialog,
.wizard-box,
.svc-box,
.svc-modal,
.auth-box {
  border: 1px solid rgba(35, 96, 123, .14);
  box-shadow: 0 30px 90px rgba(5, 25, 42, .22);
}

.modal-overlay,
.home-filter-overlay,
.wizard-overlay,
.svc-overlay {
  backdrop-filter: blur(8px);
}

.wizard-box { overflow: hidden; }

.modal-close,
.home-filter-close,
.wizard-close,
.svc-close,
.category-explorer-close {
  min-width: 44px;
  min-height: 44px;
  display: inline-grid;
  place-items: center;
}

.category-explorer-grid {
  max-height: min(62vh, 560px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  padding-right: 5px;
}

.category-explorer-grid::-webkit-scrollbar { width: 7px; }
.category-explorer-grid::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #c7dce4;
}

.pro-capture-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(28px, 4vw, 46px) !important;
  border-color: rgba(58,208,249,.22) !important;
  background: linear-gradient(135deg, #091a2b 0%, #103c54 68%, #126782 100%) !important;
  color: #fff;
}

.pro-capture-cta::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 300px;
  height: 300px;
  right: -120px;
  top: -170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(58,208,249,.32), transparent 68%);
}

.pro-capture-cta h2 { color: #fff !important; }
.pro-capture-cta p { max-width: 760px; color: rgba(255,255,255,.72) !important; }
.pro-capture-cta .chip {
  padding: 12px 18px;
  border-color: rgba(58,208,249,.38);
  background: #3ad0f9;
  color: #071523;
}

/* Home: stronger proof points now that real services are active. */
[data-page-type="home"] .hero-badge {
  border-color: rgba(63, 221, 161, .28);
  background: rgba(63, 221, 161, .08);
  color: #8ef0c2;
}

[data-page-type="home"] .hero-stats {
  gap: 10px;
  align-items: stretch;
}

[data-page-type="home"] .hero-stats > div:not(.hero-divider) {
  min-width: 112px;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 15px;
  background: rgba(255,255,255,.045);
}

[data-page-type="home"] .hero-divider { display: none; }
[data-page-type="home"] .search-card { box-shadow: 0 30px 80px rgba(0,0,0,.24); }
[data-page-type="home"] .cat-card,
[data-page-type="home"] .service-spotlight-card,
[data-page-type="home"] .pro-card,
[data-page-type="home"] .plan-card {
  border-color: var(--hz-card-border);
  box-shadow: 0 18px 50px rgba(11, 45, 64, .09);
}

/* Long tables and controls stay inside the viewport. */
table { max-width: 100%; }
.table-wrap,
.dashboard-table,
.comparison-table { overflow-x: auto; -webkit-overflow-scrolling: touch; }

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .card,
  .city-card,
  .faq-card,
  .pro-card,
  .cta-card {
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  }

  .card:hover,
  .city-card:hover,
  .faq-card:hover,
  .pro-card:hover,
  .cta-card:hover {
    transform: translateY(-3px);
    border-color: rgba(11,173,212,.25) !important;
    box-shadow: 0 26px 68px rgba(10,39,58,.14);
  }
}

@media (max-width: 768px) {
  .container { padding-inline: 18px; }

  main h1,
  main h2,
  main h3 {
    max-width: 100%;
    letter-spacing: -.035em;
    line-height: 1.13;
  }

  main h1 br,
  main h2 br,
  main h3 br {
    display: inline;
    content: " ";
  }

  main h1 br::after,
  main h2 br::after,
  main h3 br::after { content: " "; }

  .hero { padding-block: 68px 48px; }
  .hero h1 { min-height: 0; font-size: clamp(31px, 9.5vw, 43px); }
  .hero-sub { min-height: 0; font-size: 16px; line-height: 1.62; }
  .section { padding-block: 52px; }
  .section-header { margin-bottom: 24px; }
  .section-title { font-size: clamp(27px, 8vw, 36px); }
  .section-sub { font-size: 16px; line-height: 1.62; }

  body:not([data-page-type="home"]) .nav-inner {
    min-height: 64px;
    flex-wrap: nowrap;
    padding: 12px 16px;
    gap: 10px;
  }

  body:not([data-page-type="home"]) .nav-links { display: none; }
  body:not([data-page-type="home"]) .nav-ctas {
    width: auto;
    margin-left: auto;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }

  body:not([data-page-type="home"]) .btn-nav-ghost { display: none; }
  body:not([data-page-type="home"]) .btn-nav-primary {
    width: auto;
    max-width: 48vw;
    padding: 9px 13px;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
  }

  .logo-text { font-size: 19px; }
  .logo-icon { width: 36px; height: 36px; }
  .breadcrumbs { gap: 7px; font-size: 12px; }

  .card,
  .city-card,
  .faq-card,
  .pro-card,
  .cta-card,
  .article { border-radius: 21px !important; }

  .card,
  .city-card,
  .faq-card,
  .pro-card,
  .cta-card { padding: 20px; }

  .hero-actions .btn,
  .hero-actions .btn-secondary {
    min-height: 48px;
    padding-inline: 18px;
    line-height: 1.25;
    text-align: center;
  }

  [data-page-type="home"] .hero-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  [data-page-type="home"] .hero-stats > div:not(.hero-divider) {
    min-width: 0;
    padding: 12px;
  }

  [data-page-type="home"] .hero-stat-num { font-size: 20px; }
  [data-page-type="home"] .hero-stat-label { font-size: 11px; }
  [data-page-type="home"] .hero { padding-top: 92px; }

  .pro-capture-cta .chip { width: 100%; justify-content: center; text-align: center; }

  .hero .hero-grid h1 { font-size: clamp(30px, 8.3vw, 34px); }

  .hero .stats {
    gap: 10px;
    margin-top: 2px;
  }

  .hero .stats .stat-card { padding: 16px; }
  .hero .stats .stat-card:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .hero .stats .stat-card strong {
    font-size: 18px;
    line-height: 1.22;
    overflow-wrap: normal;
  }
  .hero .stats .stat-card span { font-size: 12px; }

  [data-page-type="auth"] .right {
    align-items: flex-start;
    min-height: 100vh;
    padding: clamp(28px, 7vh, 56px) 18px;
    background:
      radial-gradient(circle at 90% 0%, rgba(58,208,249,.18), transparent 34%),
      linear-gradient(180deg, #f3fbfe 0%, #fff 44%);
  }

  [data-page-type="auth"] .auth-box {
    max-width: 460px;
    margin: 0 auto;
    padding: 24px 22px 28px;
    border: 1px solid rgba(35,96,123,.12);
    border-radius: 24px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 24px 70px rgba(10,39,58,.12);
  }

  [data-page-type="auth"] .auth-title,
  [data-page-type="auth"] .btn-auth { font-family: 'Plus Jakarta Sans', sans-serif; }

  /* Search is a task, so on mobile we remove the decorative second hero card
     and let users reach the controls sooner. */
  [data-page-type="search"] .hero-inner > aside { display: none; }
  [data-page-type="services-catalog"] .hero-inner > aside,
  [data-page-type="professional-landing"] .hero-inner > aside { display: none; }
  [data-page-type="search"] .hero { padding-block: 46px 38px; }
  [data-page-type="services-catalog"] .hero,
  [data-page-type="professional-landing"] .hero { padding-block: 50px 42px; }
  [data-page-type="search"] .hero h1 { font-size: clamp(30px, 8.8vw, 38px); }
  [data-page-type="search"] .hero-sub { margin-bottom: 22px; }
  [data-page-type="search"] main > .section:first-of-type { padding-top: 40px; }
  [data-page-type="search"] .search-form { gap: 12px; }
  [data-page-type="search"] .search-form { grid-template-columns: 1fr; }
  [data-page-type="search"] .search-form select,
  [data-page-type="search"] .search-form .btn { min-height: 50px; }
  [data-page-type="search"] #marketplace-results:not(.is-targeted) .service-gallery__stage {
    aspect-ratio: 16 / 10;
  }

  .modal,
  .home-filter-dialog,
  .wizard-box,
  .svc-box,
  .svc-modal {
    max-height: min(92dvh, 760px);
    overflow-y: auto;
    overscroll-behavior: contain;
    border-radius: 24px 24px 0 0 !important;
  }

  .modal-overlay,
  .home-filter-overlay,
  .wizard-overlay,
  .svc-overlay {
    align-items: flex-end !important;
    padding: 12px 0 0 !important;
  }

  .wizard-box { overflow: hidden; }

  [data-page-type="dashboard"] .topbar {
    height: 64px;
    padding-inline: 12px;
    gap: 8px;
  }

  [data-page-type="dashboard"] .topbar-home-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--hz-control-border);
    border-radius: 14px;
    font-size: 0;
    text-decoration: none;
  }

  [data-page-type="dashboard"] .topbar-home-btn::before {
    content: "←";
    font-size: 19px;
  }

  [data-page-type="dashboard"] .topbar-title { font-size: 15px; }
  [data-page-type="dashboard"] .topbar-actions { gap: 7px; }
  [data-page-type="dashboard"] .topbar-actions .btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 0 !important;
    border-radius: 14px;
    overflow: hidden;
    font-size: 0 !important;
  }

  [data-page-type="dashboard"] .topbar-actions .btn[onclick*="buscar"]::before { content: "🔍"; font-size: 17px; }
  [data-page-type="dashboard"] .topbar-actions .btn[onclick*="mis-servicios"]::before { content: "🔧"; font-size: 17px; }
  [data-page-type="dashboard"] .topbar-actions .btn[onclick*="chat"]::before { content: "💬"; font-size: 17px; }
  [data-page-type="dashboard"] .topbar-actions .btn-notifications::before { content: "🔔"; font-size: 17px; }

  [data-page-type="dashboard"] .svc-gallery { height: clamp(230px, 62vw, 300px); }
  [data-page-type="dashboard"] .svc-body { padding: 20px 18px 26px; }
  [data-page-type="dashboard"] .svc-titulo,
  [data-page-type="dashboard"] .svc-desc-text { overflow-wrap: anywhere; }

  .category-explorer-grid { max-height: min(52dvh, 440px); }
}

@media (max-width: 380px) {
  .container { padding-inline: 14px; }
  main h1 { font-size: clamp(29px, 9.3vw, 35px); }
  .section-title { font-size: 27px; }
  body:not([data-page-type="home"]) .logo-text { display: none; }
  body:not([data-page-type="home"]) .btn-nav-primary { max-width: 66vw; }

  nav .logo:not(:has(.logo-text)) {
    gap: 0;
    font-size: 0;
  }

  nav .logo:not(:has(.logo-text)) span { font-size: 0; }
  .nav-inner > .btn {
    width: auto;
    max-width: 112px;
    padding: 10px 12px;
    font-size: 11px;
    line-height: 1.15;
    text-align: center;
  }
}

/* Dashboard mobile: crisp, optically centred action icons. */
@media (max-width: 600px) {
  [data-page-type="dashboard"] .topbar-actions .btn.topbar-action::before,
  [data-page-type="dashboard"] .topbar-actions .btn.btn-notifications::before,
  [data-page-type="dashboard"] .topbar-actions .btn[onclick*="buscar"]::before,
  [data-page-type="dashboard"] .topbar-actions .btn[onclick*="chat"]::before {
    content: "" !important;
    display: block;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    background: currentColor;
    background-image: none;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    transform: none;
  }

  [data-page-type="dashboard"] .topbar-actions .btn.btn-notifications::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 8a6 6 0 0 0-12 0c0 7-3 7-3 9h18c0-2-3-2-3-9'/%3E%3Cpath d='M10 21h4'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 8a6 6 0 0 0-12 0c0 7-3 7-3 9h18c0-2-3-2-3-9'/%3E%3Cpath d='M10 21h4'/%3E%3C/svg%3E");
  }

  [data-page-type="dashboard"] .topbar-actions .btn[onclick*="buscar"]::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E");
  }

  [data-page-type="dashboard"] .topbar-actions .btn[onclick*="mis-servicios"]::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a4 4 0 0 0-5-5L7.4 3.6l3 3L12.7 4.3a4 4 0 0 1-5 5L2 15l7 7 5.7-5.7a4 4 0 0 0 5-5l-2.3 2.3-3-3z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a4 4 0 0 0-5-5L7.4 3.6l3 3L12.7 4.3a4 4 0 0 1-5 5L2 15l7 7 5.7-5.7a4 4 0 0 0 5-5l-2.3 2.3-3-3z'/%3E%3C/svg%3E");
  }

  [data-page-type="dashboard"] .topbar-actions .btn[onclick*="chat"]::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z'/%3E%3Cpath d='M8 10h.01M12 10h.01M16 10h.01'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z'/%3E%3Cpath d='M8 10h.01M12 10h.01M16 10h.01'/%3E%3C/svg%3E");
  }
}

/* Real SVG controls supersede the legacy emoji/mask icons. */
[data-page-type="dashboard"] .topbar-action-icon {
  display: block;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

@media (max-width: 600px) {
  [data-page-type="dashboard"] .topbar-actions .btn::before {
    display: none !important;
    content: none !important;
  }

  [data-page-type="dashboard"] .topbar-actions .topbar-action-icon {
    width: 21px;
    height: 21px;
    flex-basis: 21px;
    margin: 0;
    transform: none;
  }
}

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