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

/* ── Shared site-header (fragment used on all browser pages) ── */
.site-header {
  padding: 16px 32px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 14px;
  background: #ffffff;
}

.site-header-logo-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}

.golia-logo {
  height: 32px;
  width: auto;
}

.site-header-title {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.site-header-name {
  font-size: .95rem;
  font-weight: 400;
  color: #141414;
  letter-spacing: .02em;
}

.site-header-name-accent { color: #00bdd1; }

.site-header-sub {
  font-size: .65rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #fcbd2a;
  font-weight: 600;
}

.site-header-city-block {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.2;
}

.site-header-city {
  font-size: 1rem;
  font-weight: 700;
  color: #00bdd1;
  letter-spacing: .01em;
}

.site-header-generated {
  font-size: .62rem;
  color: #bbb;
  letter-spacing: .02em;
}

.site-header-pdf-btn {
  margin-left: 24px;
  flex-shrink: 0;
  padding: 7px 14px;
  border-radius: 7px;
  background: #00bdd1;
  color: #ffffff;
  font-size: .78rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .15s;
}

.site-header-pdf-btn:hover { background: #009fb0; }

.app-toast {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  background: #2c2c2c;
  color: #ffffff;
  font-size: .82rem;
  padding: 12px 18px;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,.18);
  max-width: 320px;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

.app-toast--visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

body {
  font-family: 'Varela Round', Helvetica, Arial, sans-serif;
  background: #ffffff;
  color: #666b68;
}

.eu-footer {
  background: #f7f7f7;
  border-top: 1px solid #e8e8e8;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.eu-flag {
  flex-shrink: 0;
  height: 40px;
  width: auto;
}

.eu-footer p {
  font-size: .72rem;
  line-height: 1.5;
  color: #888;
  margin: 0;
  text-align: left;
  max-width: 480px;
}
