/* ============================
   GuideGuru — header.css
   ============================ */

.gg-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--toolbar);
  border-bottom: 1px solid var(--line);
}

.gg-header__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;

  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 10px 12px 8px;
  box-sizing: border-box;
}

.gg-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.gg-title {
  margin: 0;
  line-height: 1.1;
  text-align: center;
  width: 100%;
}

.gg-tagline {
  margin: 2px 0 0;
  color: #2cd38d;
  font-size: 14px;
  text-align: center;
  width: 100%;
}

/* Area selector container */
.gg-area {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* The actual select/button width controlled in layout.css */
.gg-area .gg-select {
  width: 100%;
  max-width: 100%;
  margin-top: 4px;
  appearance: none;
  text-align: center;
}
