/* Cosmiq One — ortak üst bar + alt footer */
.site-topbar {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #EEF0F5;
  padding: 12px 16px;
  position: relative;
  z-index: 20;
}
.site-topbar-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
}
.site-brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-width: 0;
  flex-shrink: 0;
}
.site-brand-logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  background: #fff;
  flex-shrink: 0;
}
.site-brand-text { min-width: 0; }
.site-brand-title {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.2px;
  color: #1a1a2e;
  line-height: 1.15;
}
.site-brand-sub {
  margin-top: 2px;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #9b9bb0;
  line-height: 1.2;
}
.site-topbar-divider {
  width: 1px;
  align-self: stretch;
  min-height: 34px;
  background: #E4E7EF;
  flex-shrink: 0;
}
.site-greet {
  min-width: 0;
  flex: 1;
}
.site-greet-title {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-greet-title strong { font-weight: 800; }
.site-greet-sub {
  margin-top: 3px;
  font-size: 11.5px;
  font-weight: 500;
  color: #9b9bb0;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-footer {
  width: 100%;
  margin-top: auto;
  padding: 18px 16px max(18px, env(safe-area-inset-bottom));
  text-align: center;
  background: #ffffff;
  border-top: 1px solid #EEF0F5;
}
.site-footer-motto {
  font-size: 13px;
  font-weight: 800;
  color: #1E293B;
}
.site-footer-sub {
  margin-top: 3px;
  font-size: 11.5px;
  color: #94A3B8;
}

@media (max-width: 480px) {
  .site-topbar { padding: 10px 12px; }
  .site-topbar-inner { gap: 10px; }
  .site-brand-logo { width: 36px; height: 36px; }
  .site-brand-title { font-size: 13px; }
  .site-brand-sub { font-size: 8.5px; letter-spacing: 0.4px; }
  .site-greet-title { font-size: 13px; }
  .site-greet-sub { font-size: 11px; }
}
