/* Site Design Studio - Auto Generated */
:root {
  --site-primary: #0d47a1;
  --site-secondary: #1565c0;
  --site-accent: #c9a227;
  --site-text: #172033;
  --site-muted: #64748b;
  --site-bg: #f8fafc;
  --site-surface: #ffffff;
  --site-header-bg: #ffffff;
  --site-footer-bg: #102033;
  --site-link: #0d47a1;
  --site-font: Cairo, sans-serif;
  --site-heading-font: Cairo, sans-serif;
  --site-font-size: 16px;
  --site-line-height: 1.7;
  --site-container-width: 1200px;
  --site-section-spacing: 72px;
  --site-radius: 8px;
  --site-button-radius: 8px;
  --site-button-padding-y: 12px;
  --site-button-padding-x: 24px;
  --site-button-weight: 700;
  --site-card-radius: 8px;
  --site-card-shadow: 0 14px 38px rgba(15, 23, 42, 0.12);
  --primary-color: var(--site-primary);
  --secondary-color: var(--site-secondary);
  --accent-color: var(--site-accent);
  --text-color: var(--site-text);
  --background-color: var(--site-bg);
  --header-bg: var(--site-header-bg);
  --footer-bg: var(--site-footer-bg);
}

body {
  background: var(--site-bg);
  color: var(--site-text);
  font-family: var(--site-font);
  font-size: var(--site-font-size);
  line-height: var(--site-line-height);
  -webkit-tap-highlight-color: transparent;
  text-rendering: optimizeLegibility;
}

.container {
  max-width: min(var(--site-container-width), calc(100% - 32px));
}

h1, h2, h3, h4, h5, h6, .section-title {
  font-family: var(--site-heading-font);
  color: var(--site-primary);
}

a { color: var(--site-link); }
a:hover { color: var(--site-secondary); }

.header, #header .navbar {
  background: var(--site-header-bg);
}

.sy-editor-header,
#header {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.header .navbar-brand span,
.header .nav-link {
  color: var(--site-primary) !important;
}

.header-login-nav-item {
  display: flex;
  align-items: center;
}

.header-login-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 42px;
  min-height: 42px;
  padding: 8px 14px !important;
  border: 1px solid rgba(13, 71, 161, .18);
  border: 1px solid color-mix(in srgb, var(--site-primary) 20%, transparent);
  background: rgba(13, 71, 161, .06);
  border-radius: var(--site-button-radius);
  background: color-mix(in srgb, var(--site-primary) 8%, #ffffff);
  color: var(--site-primary) !important;
  font-weight: 700;
  line-height: 1;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.header-login-link:hover,
.header-login-link:focus {
  background: var(--site-primary);
  border-color: var(--site-primary);
  color: #ffffff !important;
  transform: translateY(-1px);
}

.header-login-text {
  font-size: .9rem;
  white-space: nowrap;
}

.header-user-menu {
  display: inline-flex;
}

.header-user-dropdown {
  min-width: 190px;
  padding: 8px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: var(--site-radius);
  box-shadow: 0 18px 38px rgba(15, 23, 42, .16);
}

.header-user-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  border-radius: 6px;
  font-weight: 700;
  padding: 9px 10px;
}

.mobile-app-nav {
  display: none;
}

.mobile-app-logo {
  display: none;
}

.mobile-dashboard-backdrop,
.mobile-user-dashboard {
  display: none;
}

.main-content section,
.section-padding,
.site-template-render .template-section {
  padding-top: var(--site-section-spacing);
  padding-bottom: var(--site-section-spacing);
}

.btn-primary,
.btn-custom,
.template-button,
.hero .btn,
.cta-button {
  background: var(--site-primary) !important;
  border-color: var(--site-primary) !important;
  border-radius: var(--site-button-radius) !important;
  color: #ffffff !important;
  font-weight: var(--site-button-weight);
  padding: var(--site-button-padding-y) var(--site-button-padding-x);
}

.btn-outline-primary {
  border-color: var(--site-primary) !important;
  color: var(--site-primary) !important;
  border-radius: var(--site-button-radius) !important;
}

.btn-outline-primary:hover {
  background: var(--site-primary) !important;
  color: #ffffff !important;
}

.card,
.service-card,
.project-card,
.gallery-item,
.template-mini-card,
.feature-card {
  border-radius: var(--site-card-radius) !important;
  box-shadow: var(--site-card-shadow);
}

.footer {
  background: var(--site-footer-bg) !important;
}

@media (max-width: 991.98px) {
  .header-login-nav-item,
  .header-login-link,
  .header-user-menu {
    width: 100%;
  }

  .header-login-link {
    justify-content: flex-start;
    margin-top: 8px;
  }
}

@media (max-width: 1199.98px) {
  html {
    max-width: 100%;
    overflow-x: hidden;
    scroll-padding-top: 86px;
  }

  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body.site-shell {
    min-height: 100vh;
    padding-bottom: calc(74px + env(safe-area-inset-bottom));
    overscroll-behavior-y: contain;
  }

  html.pwa-standalone body.site-shell {
    background: #ffffff;
  }

  .sy-editor-header,
  #header {
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(14px);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .08);
  }

  .sy-editor-header .navbar,
  #header .navbar {
    min-height: 66px;
  }

  .sy-editor-header .container,
  #header .container,
  .navbar .container {
    max-width: 100%;
    width: 100%;
    padding-left: max(16px, env(safe-area-inset-left));
    padding-right: max(16px, env(safe-area-inset-right));
  }

  .navbar-brand img {
    max-height: 42px;
    width: auto;
    object-fit: contain;
    flex: 0 0 auto;
  }

  .navbar-brand span {
    max-width: min(58vw, 460px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .navbar-toggler {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border-color: rgba(13, 71, 161, .16);
    background: rgba(13, 71, 161, .06);
  }

  .navbar-collapse.show {
    position: fixed;
    top: calc(66px + env(safe-area-inset-top));
    left: max(12px, env(safe-area-inset-left));
    right: max(12px, env(safe-area-inset-right));
    max-height: calc(100vh - 156px - env(safe-area-inset-bottom));
    overflow-y: auto;
    padding: 14px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 16px;
    box-shadow: 0 22px 50px rgba(15, 23, 42, .18);
  }

  .navbar-collapse.show .navbar-nav {
    gap: 4px;
  }

  .navbar-collapse.show .nav-link {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 10px 12px !important;
    border-radius: 12px;
    font-weight: 700;
  }

  .navbar-collapse.show .nav-link.active {
    background: rgba(13, 71, 161, .08);
  }

  .navbar-collapse.show .header-login-nav-item,
  .navbar-collapse.show .header-user-menu {
    width: 100%;
  }

  .navbar-collapse.show .header-user-menu {
    display: block;
  }

  .navbar-collapse.show .header-user-menu .header-login-link {
    justify-content: space-between;
    width: 100%;
  }

  .navbar-collapse.show .header-user-dropdown {
    position: static !important;
    transform: none !important;
    width: 100%;
    min-width: 0;
    margin-top: 8px;
    padding: 8px;
    background: #f8fafc;
    border: 1px solid rgba(13, 71, 161, .10);
    box-shadow: none;
  }

  .navbar-collapse.show .header-user-dropdown.show {
    display: block;
  }

  .navbar-collapse.show .header-user-dropdown .dropdown-item {
    min-height: 42px;
  }

  .mobile-app-nav {
    position: fixed;
    left: 0;
    right: auto;
    bottom: 0;
    bottom: calc(100% - 100dvh);
    z-index: 1040;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2px;
    box-sizing: border-box;
    width: 100vw;
    width: 100dvw;
    max-width: 100%;
    min-height: calc(70px + env(safe-area-inset-bottom));
    padding: 8px max(10px, env(safe-area-inset-left)) calc(8px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-right));
    background: rgba(255, 255, 255, .98);
    border-top: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 -14px 32px rgba(15, 23, 42, .12);
    backdrop-filter: blur(16px);
  }

  html[dir="rtl"] .mobile-app-nav {
    left: calc(100% - 100dvw);
  }

  .mobile-app-tab {
    min-width: 0;
    min-height: 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #64748b;
    text-decoration: none;
    border: 0;
    background: transparent;
    border-radius: 14px;
    font-weight: 800;
    line-height: 1.1;
    font-family: inherit;
  }

  .mobile-app-tab i {
    font-size: 1.08rem;
  }

  .mobile-app-tab span {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .74rem;
  }

  .mobile-app-tab.active,
  body.mobile-dashboard-open .mobile-app-account-tab {
    background: rgba(13, 71, 161, .09);
    color: var(--site-primary);
  }

  body.mobile-dashboard-open {
    overflow: hidden;
  }

  .mobile-dashboard-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1080;
    display: block;
    background: rgba(15, 23, 42, .45);
    opacity: 0;
    visibility: hidden;
    transition: opacity .22s ease, visibility .22s ease;
  }

  .mobile-dashboard-backdrop.is-open {
    opacity: 1;
    visibility: visible;
  }

  .mobile-user-dashboard {
    position: fixed;
    left: 0;
    right: auto;
    bottom: 0;
    bottom: calc(100% - 100dvh);
    z-index: 1081;
    display: block;
    box-sizing: border-box;
    width: 100vw;
    width: 100dvw;
    max-width: 100%;
    max-height: calc(100dvh - 12px);
    padding: 8px 14px calc(16px + env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    color: var(--site-text);
    border: 1px solid rgba(15, 23, 42, .08);
    border-bottom: 0;
    border-radius: 22px 22px 0 0;
    box-shadow: 0 -26px 70px rgba(15, 23, 42, .28);
    transform: translateY(105%);
    transition: transform .28s ease, opacity .28s ease;
  }

  html[dir="rtl"] .mobile-user-dashboard {
    left: calc(100% - 100dvw);
  }

  .mobile-user-dashboard.is-open {
    transform: translateY(0);
  }

  .mobile-dashboard-handle {
    width: 44px;
    height: 5px;
    margin: 4px auto 10px;
    border-radius: 999px;
    background: #cbd5e1;
  }

  .mobile-dashboard-hero {
    padding: 12px;
    border: 1px solid rgba(13, 71, 161, .10);
    border-radius: var(--site-radius);
    background:
      radial-gradient(circle at 12% 18%, rgba(20, 184, 166, .18), transparent 28%),
      linear-gradient(135deg, rgba(13, 71, 161, .10), rgba(255, 255, 255, .96) 54%, rgba(201, 162, 39, .14));
  }

  .mobile-dashboard-header {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) 40px;
    align-items: center;
    gap: 10px;
  }

  .mobile-dashboard-avatar {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: var(--site-radius);
    background: linear-gradient(135deg, var(--site-primary), #0891b2);
    color: #ffffff;
    font-size: 1.28rem;
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(13, 71, 161, .22);
  }

  .mobile-dashboard-title {
    min-width: 0;
  }

  .mobile-dashboard-title span,
  .mobile-dashboard-section-title {
    display: block;
    color: var(--site-accent);
    font-size: .74rem;
    font-weight: 900;
  }

  .mobile-dashboard-title h2 {
    margin: 2px 0 0;
    color: var(--site-primary);
    font-size: 1.08rem;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-dashboard-title p {
    margin: 2px 0 0;
    color: var(--site-muted);
    font-size: .78rem;
    font-weight: 700;
  }

  .mobile-dashboard-close {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: var(--site-button-radius);
    background: rgba(255, 255, 255, .84);
    color: #334155;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, .08);
  }

  .mobile-dashboard-hero-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 68px;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
  }

  .mobile-dashboard-hero-bottom strong,
  .mobile-dashboard-hero-bottom span {
    display: block;
  }

  .mobile-dashboard-hero-bottom strong {
    color: #172033;
    font-size: .86rem;
    font-weight: 900;
  }

  .mobile-dashboard-hero-bottom span {
    color: var(--site-muted);
    font-size: .74rem;
    font-weight: 700;
    line-height: 1.45;
  }

  .mobile-dashboard-score {
    position: relative;
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: conic-gradient(#16a34a calc(var(--dashboard-score) * 1%), #e2e8f0 0);
  }

  .mobile-dashboard-score::after {
    content: "";
    position: absolute;
    inset: 7px;
    border-radius: 50%;
    background: #ffffff;
  }

  .mobile-dashboard-score span {
    position: relative;
    z-index: 1;
    color: var(--site-primary);
    font-size: .86rem;
    font-weight: 900;
  }

  .mobile-dashboard-command {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    min-height: 44px;
    margin: 10px 0;
    padding: 0 12px;
    border: 1px solid rgba(15, 23, 42, .10);
    border-radius: var(--site-radius);
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
  }

  .mobile-dashboard-command i {
    color: #0891b2;
    font-size: .9rem;
  }

  .mobile-dashboard-command input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--site-text);
    font: inherit;
    font-size: .86rem;
    font-weight: 800;
  }

  .mobile-dashboard-command input::placeholder {
    color: #94a3b8;
    opacity: 1;
  }

  .mobile-dashboard-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 10px;
  }

  .mobile-dashboard-metric,
  .mobile-dashboard-action,
  .mobile-dashboard-insight,
  .mobile-dashboard-activity-item {
    --dash-tone: var(--site-primary);
    --dash-tone-soft: rgba(13, 71, 161, .10);
  }

  .tone-blue {
    --dash-tone: #0d47a1;
    --dash-tone-soft: rgba(13, 71, 161, .10);
  }

  .tone-cyan {
    --dash-tone: #0891b2;
    --dash-tone-soft: rgba(8, 145, 178, .12);
  }

  .tone-green {
    --dash-tone: #15803d;
    --dash-tone-soft: rgba(21, 128, 61, .12);
  }

  .tone-amber {
    --dash-tone: #b45309;
    --dash-tone-soft: rgba(180, 83, 9, .13);
  }

  .mobile-dashboard-metric {
    position: relative;
    min-height: 104px;
    padding: 10px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: var(--site-radius);
    background: #ffffff;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .06);
  }

  .mobile-dashboard-metric::after {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    bottom: 0;
    width: var(--metric-progress);
    height: 3px;
    background: var(--dash-tone);
  }

  .mobile-dashboard-metric i {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: var(--site-radius);
    background: var(--dash-tone-soft);
    color: var(--dash-tone);
    font-size: .92rem;
  }

  .mobile-dashboard-metric strong,
  .mobile-dashboard-metric span,
  .mobile-dashboard-metric small {
    display: block;
  }

  .mobile-dashboard-metric strong {
    margin-top: 8px;
    color: #172033;
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 900;
  }

  .mobile-dashboard-metric span {
    margin-top: 5px;
    color: var(--dash-tone);
    font-size: .78rem;
    font-weight: 900;
  }

  .mobile-dashboard-metric small {
    color: var(--site-muted);
    font-size: .7rem;
    font-weight: 700;
    margin-top: 1px;
  }

  .mobile-dashboard-top-actions {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(94px, .8fr);
    gap: 8px;
    margin-bottom: 12px;
  }

  .mobile-dashboard-primary,
  .mobile-dashboard-secondary {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 10px;
    border-radius: var(--site-button-radius);
    text-align: center;
    text-decoration: none;
    font-size: .82rem;
    font-weight: 900;
    line-height: 1.35;
  }

  .mobile-dashboard-primary {
    background: var(--site-primary);
    color: #ffffff !important;
    box-shadow: 0 16px 34px rgba(13, 71, 161, .24);
  }

  .mobile-dashboard-secondary {
    border: 1px solid rgba(13, 71, 161, .16);
    background: #ffffff;
    color: var(--site-primary) !important;
  }

  .mobile-dashboard-section-title {
    margin: 12px 0 8px;
  }

  .mobile-dashboard-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .mobile-dashboard-action {
    min-height: 92px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
    padding: 10px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: var(--site-radius);
    background: #ffffff;
    color: var(--site-text);
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .06);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }

  .mobile-dashboard-action:hover,
  .mobile-dashboard-action:focus-visible {
    border-color: color-mix(in srgb, var(--dash-tone) 35%, transparent);
    color: var(--site-text);
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(15, 23, 42, .10);
  }

  .mobile-dashboard-action.is-filtered-out {
    display: none;
  }

  .mobile-dashboard-action > i {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: var(--site-radius);
    background: var(--dash-tone-soft);
    color: var(--dash-tone);
  }

  .mobile-dashboard-action strong,
  .mobile-dashboard-action small,
  .mobile-dashboard-insight strong,
  .mobile-dashboard-insight small,
  .mobile-dashboard-activity-item strong,
  .mobile-dashboard-activity-item small {
    display: block;
  }

  .mobile-dashboard-action strong {
    color: #172033;
    font-size: .84rem;
    line-height: 1.35;
  }

  .mobile-dashboard-action small {
    color: var(--site-muted);
    font-size: .68rem;
    line-height: 1.45;
    margin-top: 2px;
  }

  .mobile-dashboard-empty {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
    border: 1px dashed rgba(100, 116, 139, .45);
    border-radius: var(--site-radius);
    color: var(--site-muted);
    font-size: .82rem;
    font-weight: 900;
  }

  .mobile-dashboard-empty[hidden] {
    display: none !important;
  }

  .mobile-dashboard-insights,
  .mobile-dashboard-activity {
    display: grid;
    gap: 8px;
  }

  .mobile-dashboard-insight,
  .mobile-dashboard-activity-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    min-height: 58px;
    padding: 9px 10px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: var(--site-radius);
    background: #ffffff;
    color: var(--site-text);
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(15, 23, 42, .05);
  }

  .mobile-dashboard-insight > i,
  .mobile-dashboard-activity-item > i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: var(--site-radius);
    background: var(--dash-tone-soft);
    color: var(--dash-tone);
  }

  .mobile-dashboard-insight strong,
  .mobile-dashboard-activity-item strong {
    color: #172033;
    font-size: .82rem;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-dashboard-insight small,
  .mobile-dashboard-activity-item small {
    color: var(--site-muted);
    font-size: .7rem;
    font-weight: 700;
    line-height: 1.45;
    margin-top: 2px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

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

  .mobile-dashboard-footer a {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: var(--site-button-radius);
    background: #f1f5f9;
    color: #334155;
    text-decoration: none;
    font-weight: 900;
    font-size: .82rem;
  }

  .mobile-dashboard-footer a.danger {
    background: #fff1f2;
    color: #be123c;
  }

  .mobile-app-tab:focus-visible {
    outline: 2px solid var(--site-accent);
    outline-offset: 2px;
  }

  .floating-social-icons {
    display: none !important;
  }

  .whatsapp-button {
    bottom: calc(86px + env(safe-area-inset-bottom)) !important;
  }

  .back-to-top {
    display: none !important;
  }

  .main-content {
    min-height: calc(100vh - 140px);
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .mobile-user-dashboard {
    left: auto;
    right: max(24px, env(safe-area-inset-right));
    bottom: calc(88px + env(safe-area-inset-bottom));
    width: min(720px, calc(100vw - 48px));
    max-height: calc(100vh - 120px);
    padding: 10px 18px calc(18px + env(safe-area-inset-bottom));
    border-radius: 18px;
    transform: translateY(24px) scale(.96);
    opacity: 0;
  }

  .mobile-user-dashboard.is-open {
    transform: translateY(0) scale(1);
    opacity: 1;
  }

  .mobile-dashboard-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mobile-dashboard-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mobile-dashboard-insights,
  .mobile-dashboard-activity {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mobile-dashboard-top-actions {
    grid-template-columns: minmax(0, 2fr) minmax(140px, .8fr);
  }
}

@media (max-width: 1199.98px) {
  .sy-editor-header .navbar-brand,
  #header .navbar-brand {
    visibility: hidden;
  }

  .mobile-app-logo {
    position: fixed;
    top: 10px;
    right: 16px;
    top: calc(10px + env(safe-area-inset-top));
    right: max(16px, env(safe-area-inset-right));
    z-index: 1042;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .12);
  }

  .mobile-app-logo img {
    width: 38px;
    height: 38px;
    object-fit: contain;
  }

  .sy-editor-header::after,
  #header::after {
    content: "";
    position: fixed;
    top: 10px;
    right: 16px;
    top: calc(10px + env(safe-area-inset-top));
    right: max(16px, env(safe-area-inset-right));
    z-index: 1041;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #ffffff url("/assets/images/logo-192.png") center / 38px 38px no-repeat;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .12);
    pointer-events: none;
  }
}

/* Custom CSS */
