@font-face {
  font-family: "bootstrap-icons";
  src: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"),
    url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff");
  font-display: swap;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: "Noto Sans Georgian", "Segoe UI", system-ui, sans-serif;
  color: #342315;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  background:
    url("data:image/svg+xml,%3Csvg width='96' height='84' viewBox='0 0 96 84' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23b97900' stroke-opacity='0.11' stroke-width='1.2'%3E%3Cpath d='M24 2 48 16 48 44 24 58 0 44 0 16Z'/%3E%3Cpath d='M72 2 96 16 96 44 72 58 48 44 48 16Z'/%3E%3Cpath d='M48 44 72 58 72 86 48 100 24 86 24 58Z'/%3E%3C/g%3E%3C/svg%3E"),
    linear-gradient(135deg, #fffaf0, #fff1c7 48%, #fff9ed);
  background-position:
    0 0,
    0 0;
  background-size:
    96px 84px,
    auto;
  background-attachment: fixed;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

body.auth-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
}

body.auth-body > .auth-card {
  margin: auto;
}

body.auth-body::before,
body.auth-body::after {
  content: none;
}

body.auth-body .site-footer {
  width: 100%;
  margin-top: 28px;
  background: transparent;
}

body.auth-body .site-footer__inner {
  grid-template-columns: minmax(220px, 1fr) auto;
  align-items: center;
  width: min(920px, calc(100% - 32px));
  padding: 16px 0;
}

body.auth-body .site-footer__notice {
  display: none;
}

body.auth-body .site-footer__nav {
  display: none;
}
img, svg {
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans Georgian", "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.16;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  font-optical-sizing: auto;
}

.site-footer {
  margin-top: clamp(28px, 5vw, 56px);
  border-top: 1px solid rgba(74, 52, 40, 0.10);
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.72), rgba(255, 246, 224, 0.88)),
    url("data:image/svg+xml,%3Csvg width='96' height='84' viewBox='0 0 96 84' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23b97900' stroke-opacity='0.08' stroke-width='1.2'%3E%3Cpath d='M24 2 48 16 48 44 24 58 0 44 0 16Z'/%3E%3Cpath d='M72 2 96 16 96 44 72 58 48 44 48 16Z'/%3E%3Cpath d='M48 44 72 58 72 86 48 100 24 86 24 58Z'/%3E%3C/g%3E%3C/svg%3E");
  color: #5f5143;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(250px, 1fr) minmax(260px, 1.35fr) minmax(180px, auto);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(24px, 4vw, 40px) 0;
}

.site-footer__brand {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.site-footer__brand > div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.site-footer__mark {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #fff3cf;
  color: #8a5600;
  overflow: hidden;
}

.site-footer__mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-footer strong {
  display: block;
  color: #3b291a;
  font-size: 16px;
}

.site-footer small {
  display: block;
  margin-top: 4px;
  color: #776554;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.site-footer p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.site-footer__brand p {
  max-width: 240px;
}

.site-footer__notice {
  display: grid;
  gap: 8px;
  max-width: 420px;
}

.site-footer__notice a,
.site-footer__nav a {
  color: #7a4c00;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.site-footer__notice a:hover,
.site-footer__notice a:focus-visible,
.site-footer__nav a:hover,
.site-footer__nav a:focus-visible {
  color: #3b291a;
  outline: none;
}

.site-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 18px;
}

.site-footer__nav div {
  display: grid;
  gap: 8px;
  align-content: start;
}

.site-footer__nav a {
  width: fit-content;
  color: #6d4200;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.site-footer__links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(138, 86, 0, 0.14);
  border-radius: 999px;
  background: #fffaf0;
  color: #6d4200;
  font-size: 12px;
  font-weight: 900;
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible {
  border-color: rgba(138, 86, 0, 0.32);
  background: #fff3cf;
  outline: none;
}

.site-footer__counter {
  display: flex;
  grid-column: 1 / -1;
  justify-content: center;
  align-items: center;
  min-height: 24px;
  padding-top: 4px;
}

.site-footer__counter--hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

#top-ge-counter-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 24px;
  margin: 0;
  overflow: hidden;
  text-align: center;
}

#top-ge-counter-container iframe,
#top-ge-counter-container img,
#top-ge-counter-container object,
#top-ge-counter-container embed {
  max-width: 100%;
  height: auto;
}

.cookie-consent {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 2000;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  width: min(720px, calc(100% - 36px));
  border: 1px solid rgba(74, 52, 40, 0.14);
  border-radius: 18px;
  padding: 16px;
  background: rgba(255, 253, 247, 0.98);
  color: #3b291a;
  box-shadow: 0 18px 44px rgba(74, 52, 40, 0.22);
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-consent__content {
  display: grid;
  gap: 5px;
}

.cookie-consent__content strong {
  font-size: 16px;
}

.cookie-consent__content p {
  margin: 0;
  color: #5f5143;
  font-size: 14px;
  line-height: 1.55;
}

.cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.cookie-consent__actions .button,
.cookie-consent__actions .submit {
  width: auto;
  min-height: 40px;
  margin-top: 0;
  padding: 9px 13px;
  white-space: nowrap;
}

.legal-page {
  max-width: 900px;
}

.legal-panel {
  display: grid;
  gap: 14px;
  padding: clamp(22px, 4vw, 38px);
}

.legal-panel h1,
.legal-panel h2,
.legal-panel p {
  margin: 0;
}

.legal-panel h1 {
  color: #3b291a;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.08;
}

.legal-panel h2 {
  margin-top: 10px;
  color: #4a3428;
  font-size: 18px;
}

.legal-panel p {
  color: #5f5143;
  line-height: 1.75;
}

.error-page {
  min-height: 70vh;
}

.error-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 280px);
  gap: clamp(18px, 4vw, 42px);
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(74, 52, 40, 0.12);
  border-radius: 28px;
  padding: clamp(24px, 5vw, 48px);
  background:
    url("data:image/svg+xml,%3Csvg width='112' height='96' viewBox='0 0 112 96' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23c98a19' stroke-width='2' stroke-opacity='.13'%3E%3Cpath d='M28 2 54 17v30L28 62 2 47V17z'/%3E%3Cpath d='M84 2 110 17v30L84 62 58 47V17z'/%3E%3Cpath d='M56 49 82 64v30L56 109 30 94V64z'/%3E%3C/g%3E%3C/svg%3E"),
    linear-gradient(135deg, rgba(255, 253, 247, 0.96), rgba(255, 239, 190, 0.86));
  box-shadow: 0 22px 54px rgba(85, 55, 20, 0.12);
}

.error-hero__content {
  display: grid;
  gap: 14px;
}

.error-hero h1,
.error-hero p {
  margin: 0;
}

.error-hero h1 {
  color: #2f2116;
  font-size: clamp(38px, 7vw, 72px);
  line-height: 1.02;
}

.error-hero p {
  max-width: 620px;
  color: #5f5143;
  font-size: 17px;
  line-height: 1.65;
}

.error-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.error-hero__mark {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 220px;
  color: #8a5600;
}

.error-hero__mark i {
  position: absolute;
  color: rgba(246, 178, 26, 0.22);
  font-size: clamp(170px, 22vw, 260px);
}

.error-hero__mark strong {
  position: relative;
  color: #6d4200;
  font-size: clamp(54px, 9vw, 96px);
  font-weight: 950;
  line-height: 1;
}

@media (max-width: 820px) {
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .site-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__links {
    justify-content: flex-start;
  }

  #top-ge-counter-container {
    justify-content: center;
  }

  body.auth-body .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .cookie-consent {
    left: 14px;
    right: 14px;
    bottom: 14px;
    grid-template-columns: 1fr;
    width: auto;
  }

  .cookie-consent__actions,
  .cookie-consent__actions .button,
  .cookie-consent__actions .submit {
    width: 100%;
  }

  .error-hero {
    grid-template-columns: 1fr;
  }

  .error-hero__mark {
    min-height: 140px;
  }
}

button,
input,
textarea,
select {
  font: inherit;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
}
.mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffce3a, #e49100);
}
.auth-card {
  width: min(420px, 100%);
  border: 1px solid rgba(74, 52, 40, 0.13);
  border-radius: 24px;
  padding: 32px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 55px rgba(85, 55, 20, 0.14);
}
.auth-header {
  margin-bottom: 28px;
}
.auth-intro {
  margin-top: 18px;
}
.auth-intro h1 {
  margin: 0 0 8px;
  font-size: 28px;
  color: #4a3428;
}
.auth-intro p {
  margin: 0;
  color: #776554;
  font-size: 14px;
  line-height: 1.6;
}

.auth-guide-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  min-height: 38px;
  margin-top: 16px;
  border: 1px solid rgba(138, 86, 0, 0.16);
  border-radius: 999px;
  padding: 8px 12px;
  background: #fff8e6;
  color: #6d4200;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}

.auth-guide-button:hover,
.auth-guide-button:focus-visible {
  border-color: rgba(138, 86, 0, 0.34);
  background: #fff3cf;
  outline: none;
}

.registration-guide-modal {
  position: fixed;
  inset: 0;
  z-index: 2400;
  display: grid;
  place-items: center;
  padding: 18px;
}

.registration-guide-modal[hidden] {
  display: none;
}

.registration-guide-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(47, 33, 22, 0.46);
}

.registration-guide-modal__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  width: min(680px, 100%);
  max-height: min(760px, calc(100vh - 36px));
  overflow: auto;
  border: 1px solid rgba(74, 52, 40, 0.14);
  border-radius: 24px;
  padding: clamp(18px, 4vw, 28px);
  background:
    url("data:image/svg+xml,%3Csvg width='96' height='84' viewBox='0 0 96 84' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23b97900' stroke-opacity='0.10' stroke-width='1.2'%3E%3Cpath d='M24 2 48 16 48 44 24 58 0 44 0 16Z'/%3E%3Cpath d='M72 2 96 16 96 44 72 58 48 44 48 16Z'/%3E%3Cpath d='M48 44 72 58 72 86 48 100 24 86 24 58Z'/%3E%3C/g%3E%3C/svg%3E"),
    rgba(255, 253, 247, 0.98);
  box-shadow: 0 28px 70px rgba(47, 33, 22, 0.28);
}

.registration-guide-modal__head {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
}

.registration-guide-modal__head > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #fff3cf;
  color: #8a5600;
  font-size: 24px;
}

.registration-guide-modal__head h2,
.registration-guide-modal__head p,
.registration-guide-modal__steps p {
  margin: 0;
}

.registration-guide-modal__head h2 {
  color: #2f2116;
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.12;
}

.registration-guide-modal__head p {
  margin-top: 6px;
  color: #776554;
  line-height: 1.55;
}

.registration-guide-modal__close {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  min-height: 38px;
  margin: 0;
  border: 1px solid rgba(74, 52, 40, 0.12);
  border-radius: 999px;
  padding: 0;
  background: rgba(255, 255, 255, 0.78);
  color: #4a3428;
}

.registration-guide-modal__steps {
  display: grid;
  gap: 10px;
}

.registration-guide-modal__steps article {
  border: 1px solid rgba(138, 86, 0, 0.12);
  border-radius: 16px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.74);
}

.registration-guide-modal__steps strong {
  display: block;
  margin-bottom: 5px;
  color: #3b291a;
}

.registration-guide-modal__steps p {
  color: #5f5143;
  font-size: 14px;
  line-height: 1.6;
}

.registration-guide-modal__footer {
  display: flex;
  justify-content: flex-end;
}

.registration-guide-modal__footer .submit {
  width: auto;
  min-width: 130px;
  margin-top: 0;
}
.login-form {
  display: grid;
  gap: 16px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 14px;
}
.form-group label i {
  color: #d98900;
}
.form-group input {
  padding: 12px 14px;
  font-size: 14px;
  transition: all 180ms ease;
}
.form-group input:focus {
  border-color: #d98900;
  background: #fffaf0;
  box-shadow: 0 0 0 3px rgba(217, 137, 0, 0.1);
  outline: none;
}
.submit-btn {
  margin-top: 8px !important;
  transition: all 180ms ease;
}
.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(217, 137, 0, 0.3);
}
.submit-btn:active {
  transform: translateY(0);
}
.error {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  border-radius: 14px;
  padding: 12px 14px;
  background: #fff0e8;
  color: #8a2d10;
  font-weight: 700;
  font-size: 14px;
}
.error i {
  flex-shrink: 0;
}
.auth-footer {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(74, 52, 40, 0.08);
  text-align: center;
}
.auth-footer small {
  color: #776554;
  font-size: 12px;
}
.auth-footer a {
  color: #d98900;
  font-weight: 700;
  text-decoration: none;
  transition: color 180ms ease;
}
.auth-footer a:hover {
  color: #c77800;
}
.auth-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.auth-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.password-field-wrap {
  position: relative;
}

.password-field-wrap input {
  padding-right: 48px;
}

.password-help-tooltip {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 4;
}

.password-help-tooltip summary {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(217, 137, 0, 0.22);
  border-radius: 999px;
  background: #fff3cf;
  color: #8a5600;
  cursor: pointer;
  list-style: none;
}

.password-help-tooltip summary::-webkit-details-marker {
  display: none;
}

.password-help-tooltip summary:focus-visible {
  outline: 3px solid rgba(246, 178, 26, 0.35);
  outline-offset: 2px;
}

.password-help-tooltip__content {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  width: min(320px, calc(100vw - 48px));
  border: 1px solid rgba(74, 52, 40, 0.12);
  border-radius: 14px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.98);
  color: #5f5143;
  font-size: 12px;
  line-height: 1.5;
  box-shadow: 0 18px 38px rgba(74, 52, 40, 0.16);
}

.password-help-tooltip:not([open]) .password-help-tooltip__content {
  display: none;
}

.password-help-tooltip:hover .password-help-tooltip__content,
.password-help-tooltip:focus-within .password-help-tooltip__content {
  display: block;
}
.auth-consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  border: 1px solid rgba(138, 86, 0, 0.18);
  border-radius: 14px;
  padding: 12px 13px;
  background: #fffaf0;
}
.auth-consent input[type="checkbox"] {
  margin-top: 3px;
  accent-color: #d98900;
}
.auth-consent label {
  margin: 0;
  color: #4a3428;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}
.auth-consent a {
  color: #8a5600;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.auth-consent a:hover,
.auth-consent a:focus-visible {
  color: #3b291a;
  outline: none;
}
label {
  display: block;
  margin: 14px 0 6px;
  color: #4a3428;
  font-weight: 800;
}
.required-marker {
  display: inline-block;
  margin-left: 4px;
  color: #8a5600;
  font-size: 1.05em;
  font-weight: 950;
  line-height: 1;
}
.checkbox .required-marker,
.form-group .required-marker {
  margin-left: 2px;
}
input {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(74, 52, 40, 0.18);
  border-radius: 14px;
  padding: 10px 12px;
  background: #fff;
  color: #342315;
}
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 48px;
  margin-top: 20px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #f6b21a, #d98900);
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  transition: all 180ms ease;
}
button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(217, 137, 0, 0.3);
}
.page {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 60px;
}
.topbar,
.brand,
.actions,
.button,
.card-link {
  display: flex;
  align-items: center;
}
.topbar {
  justify-content: flex-start;
  gap: 18px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.brand {
  gap: 12px;
  font-size: 28px;
}
.actions {
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
}
.button {
  position: relative;
  gap: 8px;
  justify-content: center;
  width: auto;
  min-height: 42px;
  margin-top: 0;
  border: 1px solid rgba(74, 52, 40, 0.13);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.9);
  color: #4a3428;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}
.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(74, 52, 40, 0.1);
  border-color: #d98900;
}
.button:focus-visible,
.submit:focus-visible {
  outline: 3px solid rgba(246, 178, 26, 0.35);
  outline-offset: 2px;
}
.button:active,
.submit:active {
  transform: translateY(0);
  box-shadow: none;
}
.actions form {
  margin: 0;
}

.account-action-form {
  display: flex;
}

.account-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 0;
  white-space: nowrap;
}

.account-action > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.account-action > i {
  flex: 0 0 auto;
}

.account-user-menu {
  position: relative;
  min-width: 0;
}

.account-user-menu > summary {
  list-style: none;
}

.account-user-menu > summary::-webkit-details-marker {
  display: none;
}

.account-user-menu__summary {
  max-width: 260px;
}

.account-user-menu__summary:hover,
.account-user-menu__summary:focus-visible {
  border-color: rgba(217, 137, 0, 0.42);
  background: linear-gradient(135deg, #fff8e4, #fff0bd);
  color: #3b291a;
  box-shadow: 0 8px 18px rgba(217, 137, 0, 0.16);
}

.account-user-menu__summary span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.account-user-menu__chevron {
  font-size: 13px;
  transition: transform 160ms ease;
}

.account-user-menu[open] .account-user-menu__chevron {
  transform: rotate(180deg);
}

.account-user-menu__panel {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 30;
  min-width: 180px;
  border: 1px solid rgba(74, 52, 40, 0.12);
  border-radius: 14px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 38px rgba(74, 52, 40, 0.16);
}

.account-user-menu__item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 40px;
  margin-top: 0;
  border: 0;
  border-radius: 10px;
  padding: 9px 10px;
  background: transparent;
  color: #4a3428;
  font: inherit;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.account-user-menu__item:hover,
.account-user-menu__item:focus-visible {
  background: linear-gradient(135deg, #fff8e4, #fff0bd);
  color: #3b291a;
  transform: none;
  box-shadow: inset 0 0 0 1px rgba(217, 137, 0, 0.18);
  outline: none;
}
.hero {
  margin-bottom: 22px;
  border: 1px solid rgba(74, 52, 40, 0.13);
  border-radius: 28px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 20px 55px rgba(85, 55, 20, 0.14);
}
.hero-content {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 40px;
  align-items: center;
}
.hero-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero-visual {
  display: flex;
  justify-content: center;
}
.jar-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.progress-info {
  width: 100%;
  max-width: 320px;
}
.progress-header h3 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #4a3428;
}
.progress-bar {
  height: 8px;
  background: rgba(217, 137, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
}
.progress-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #f6b21a, #d98900);
  border-radius: 4px;
  transition: width 0.3s ease;
}
.progress-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.detail-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail-label {
  font-size: 14px;
  color: #776554;
  font-weight: 600;
}
.detail-value {
  font-size: 14px;
  color: #4a3428;
  font-weight: 700;
}
.quick-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.stat-item {
  text-align: center;
  padding: 16px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  border: 1px solid rgba(74, 52, 40, 0.08);
}
.stat-value {
  font-size: 24px;
  font-weight: 800;
  color: #d98900;
  margin-bottom: 4px;
}
.stat-label {
  font-size: 12px;
  color: #776554;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.quick-actions {
  margin-bottom: 32px;
}
.action-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}
.action-form {
  margin: 0;
}
.action-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 16px;
  border: 1px solid rgba(74, 52, 40, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  color: #4a3428;
  text-decoration: none;
  transition: all 180ms ease;
  cursor: pointer;
}
.action-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(74, 52, 40, 0.12);
  border-color: #d98900;
}
.action-btn.primary {
  background: linear-gradient(135deg, #f6b21a, #d98900);
  color: #fff;
  border-color: #d98900;
}
.action-btn.primary:hover {
  box-shadow: 0 8px 20px rgba(217, 137, 0, 0.3);
}
.action-btn.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.action-btn.disabled:hover {
  transform: none;
  box-shadow: none;
}
.action-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(217, 137, 0, 0.1);
  color: #d98900;
  flex-shrink: 0;
}
.action-btn.primary .action-icon {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.action-content {
  flex: 1;
  min-width: 0;
}
.action-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
}
.action-points {
  font-size: 12px;
  color: #776554;
  font-weight: 600;
}
.action-btn.primary .action-points {
  color: rgba(255, 255, 255, 0.9);
}
.earn-section {
  margin-bottom: 32px;
}
.earn-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.earn-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(74, 52, 40, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  transition: all 180ms ease;
}
.earn-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(74, 52, 40, 0.1);
  border-color: rgba(217, 137, 0, 0.2);
}
.earn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(217, 137, 0, 0.1), rgba(217, 137, 0, 0.05));
  color: #d98900;
  font-size: 24px;
}
.earn-content h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: #4a3428;
}
.earn-content p {
  margin: 0;
  font-size: 14px;
  color: #776554;
  line-height: 1.5;
}
.earn-points {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 800;
  color: #d98900;
  margin-top: auto;
}
.timeline-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1024px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .hero-visual {
    order: -1;
  }
  .timeline-section {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 860px) {
  .stats,
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .quick-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .action-buttons {
    grid-template-columns: 1fr;
  }
  .earn-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .stats,
  .grid {
    grid-template-columns: 1fr;
  }
  .quick-stats {
    grid-template-columns: 1fr;
  }
  .hero-content {
    gap: 24px;
  }
  .jar-container {
    gap: 20px;
  }
  .progress-info {
    max-width: 280px;
  }
}
h1 {
  margin: 0 0 10px;
  font-size: 42px;
  line-height: 1.18;
}

h2 {
  margin-top: 10px;
  font-size: 28px;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  font-size: 22px;
  line-height: 1.24;
}

h4 {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.28;
}

h5,
h6 {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.32;
}

.hero p,
p {
  max-width: 760px;
  margin: 0;
  color: #776554;
  line-height: 1.65;
}
.stats,
.grid {
  display: grid;
  gap: 14px;
}
.stats {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 22px;
}
.stat,
.module {
  border: 1px solid rgba(74, 52, 40, 0.13);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 32px rgba(85, 55, 20, 0.1);
}
.stat {
  gap: 12px;
  padding: 18px;
}
.stat i {
  color: #d98900;
  font-size: 24px;
}
.stat small {
  display: block;
  color: #776554;
  font-weight: 700;
}
.stat strong {
  display: block;
  font-size: 22px;
  line-height: 1.1;
}
.grid {
  grid-template-columns: repeat(2, 1fr);
}
.module {
  display: grid;
  gap: 12px;
  padding: 20px;
}
.module h2 {
  margin: 0;
  font-size: 22px;
}
.module p {
  margin: 0;
}
.card-link {
  gap: 8px;
  width: fit-content;
  color: #6d4200;
  font-weight: 800;
}
@media (max-width: 860px) {
  .stats,
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 620px) {
  .stats,
  .grid {
    grid-template-columns: 1fr;
  }
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 26px;
  }
}

/* Shared component styles for the rest of the site */
.filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}
select {
  min-height: 42px;
  border: 1px solid rgba(74, 52, 40, 0.18);
  border-radius: 999px;
  padding: 8px 12px;
  background: #fff;
  font: inherit;
}
form {
  margin: 0;
}
input,
textarea,
select {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(74, 52, 40, 0.18);
  border-radius: 14px;
  padding: 10px 12px;
  background: #fff;
  color: #342315;
  font: inherit;
}
input[type="checkbox"] {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  padding: 0;
  border-radius: 4px;
  accent-color: #138a45;
}

.field input[type="checkbox"] {
  margin-inline: 6px;
  vertical-align: middle;
}
.checkbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid rgba(74, 52, 40, 0.13);
  border-radius: 14px;
  padding: 12px 13px;
  background: #fff;
}

.checkbox__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #4a3428;
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
}
.back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4a3428;
  text-decoration: none;
  font-weight: 700;
}
.buttons,
.top-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border-radius: 999px;
  padding: 10px 14px;
  background: linear-gradient(135deg, #f6b21a, #d98900);
  color: #fff;
  border: none;
  cursor: not-allowed;
  font-weight: 700;
}
.hint {
  margin: 0 0 14px;
  color: #776554;
  line-height: 1.6;
}
.lead {
  margin: 0 0 18px;
  color: #776554;
}
.summary {
  margin: 0 0 18px;
  color: #776554;
  line-height: 1.75;
}
.done {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 18px;
  padding: 14px 18px;
  background: #e9f7df;
  color: #356a20;
  font-weight: 700;
}
.drop-value {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  color: #4a3428;
}
.submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  width: fit-content;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  background: linear-gradient(135deg, #f6b21a, #d98900);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}
.submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(217, 137, 0, 0.24);
}

.button.action-inspection,
.submit.action-inspection {
  justify-content: center;
  border-color: rgba(217, 137, 0, 0.34);
  background: linear-gradient(135deg, #ffb21a, #df8a00);
  color: #2f1d0b;
  text-align: center;
  box-shadow: 0 10px 22px rgba(217, 137, 0, 0.20);
}

.button.action-inspection:hover,
.button.action-inspection:focus-visible,
.submit.action-inspection:hover,
.submit.action-inspection:focus-visible {
  border-color: rgba(217, 137, 0, 0.46);
  background: linear-gradient(135deg, #ffc247, #c97800);
  color: #241506;
  box-shadow: 0 12px 26px rgba(217, 137, 0, 0.32);
  transform: translateY(-2px);
}

[data-fit-text],
.button,
.submit,
.back,
.card-link,
.landing-inline-link,
.landing-eyebrow,
.account-action,
.account-user-menu__summary,
.pill,
.badge,
.code {
  max-width: 100%;
  min-width: 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.is-text-fitted {
  line-height: 1.18;
}

.button.is-text-fitted,
.submit.is-text-fitted,
.back.is-text-fitted,
.card-link.is-text-fitted,
.landing-inline-link.is-text-fitted,
.account-action.is-text-fitted {
  letter-spacing: 0;
}
.code {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  padding: 7px 11px;
  background: #fff3cf;
  color: #6d4200;
  font-weight: 800;
  font-size: 14px;
}
.badge-card {
  border-radius: 18px;
  padding: 14px;
  background: #fff8e4;
}
.card-meta {
  display: flex;
  gap: 8px;
  color: #776554;
  font-size: 14px;
}
.meta-grid {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.event {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-radius: 18px;
  padding: 12px;
  background: #fff;
}
.side {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 20px;
}
.list {
  display: grid;
  gap: 12px;
}
.item {
  border: 1px solid rgba(74, 52, 40, 0.13);
  border-radius: 18px;
  padding: 14px;
  background: #fff;
}
.section-card {
  border: 1px solid rgba(74, 52, 40, 0.13);
  border-radius: 24px;
  padding: 18px;
  background: #fff;
}
.section-title {
  margin: 0 0 16px;
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sections {
  display: grid;
  gap: 20px;
}
.body {
  margin-top: 18px;
  color: #4a3428;
  line-height: 1.75;
}
.field {
  display: grid;
  gap: 7px;
}

.field-label-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
}

.field-label-row label {
  min-width: 0;
}

.field-help {
  position: relative;
  flex: 0 0 auto;
  z-index: 8;
}

.field-help summary {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  list-style: none;
  border: 1px solid rgba(217, 137, 0, 0.32);
  border-radius: 999px;
  padding: 0;
  background: #fff3cf;
  color: #7a4c00;
  font-size: 14px;
  line-height: 1;
  box-shadow: 0 6px 14px rgba(85, 55, 20, 0.08);
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.field-help summary::-webkit-details-marker {
  display: none;
}

.field-help summary::marker {
  content: "";
}

.field-help summary:hover,
.field-help summary:focus-visible,
.field-help[open] summary {
  transform: translateY(-1px);
  border-color: rgba(217, 137, 0, 0.48);
  background: linear-gradient(135deg, #f6b21a, #d98900);
  color: #2f1d0b;
  box-shadow: 0 10px 20px rgba(217, 137, 0, 0.18);
  outline: none;
}

.field-help__content {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 30;
  width: min(300px, 78vw);
  border: 1px solid rgba(74, 52, 40, 0.14);
  border-radius: 13px;
  padding: 10px 12px;
  background: #3b291a;
  color: #fff8e4;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
  text-align: left;
  box-shadow: 0 16px 34px rgba(47, 36, 25, 0.24);
}

.field-help__content::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 9px;
  width: 12px;
  height: 12px;
  background: #3b291a;
  transform: rotate(45deg);
  border-left: 1px solid rgba(74, 52, 40, 0.14);
  border-top: 1px solid rgba(74, 52, 40, 0.14);
}

@media (max-width: 560px) {
  .field-label-row {
    align-items: flex-start;
  }

  .field-help__content {
    right: auto;
    left: 50%;
    width: min(280px, calc(100vw - 36px));
    transform: translateX(-50%);
  }

  .field-help__content::before {
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}

.file-control {
  display: grid;
  gap: 8px;
}

.file-control__current {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(74, 52, 40, 0.12);
  border-radius: 12px;
  background: #fffaf0;
}

.file-control__label {
  color: #6d5a47;
  font-size: 13px;
  font-weight: 900;
}

.file-control__current a {
  min-width: 0;
  overflow: hidden;
  color: #8a5600;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-control__clear {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  color: #6d5a47;
  font-size: 13px;
  font-weight: 900;
}

.file-control__picker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid rgba(138, 86, 0, 0.18);
  border-radius: 999px;
  background: #fff3cf;
  color: #6d4200;
  font-weight: 900;
  cursor: pointer;
}

.file-control__picker input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 1px;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}

.file-control__picker:focus-within,
.file-control__picker:hover {
  border-color: rgba(138, 86, 0, 0.34);
  background: #ffe8a6;
}

.form-panel {
  max-width: 760px;
  margin: 0 auto;
}
.form-panel h1 {
  margin: 0 0 14px;
}
.inspection-hive-context {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  border: 1px solid rgba(217, 137, 0, 0.24);
  border-radius: 18px;
  padding: 12px 14px;
  background: linear-gradient(135deg, #fff7df, #fff1bf);
  box-shadow: 0 10px 24px rgba(85, 55, 20, 0.08);
}

.inspection-hive-context > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffb21a, #df8a00);
  color: #2f1d0b;
  font-size: 20px;
}

.inspection-hive-context span,
.inspection-hive-context small {
  display: block;
  color: #8a5600;
  font-size: 12px;
  font-weight: 800;
}

.inspection-hive-context strong {
  display: block;
  margin-top: 2px;
  color: #3b291a;
  font-size: 20px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.inspection-hive-context small {
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.72);
  color: #6d4200;
  white-space: nowrap;
}

@media (max-width: 560px) {
  .inspection-hive-context {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .inspection-hive-context small {
    grid-column: 2;
    justify-self: start;
  }
}
.voice-entry {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
  border: 1px solid rgba(138, 86, 0, 0.18);
  border-radius: 18px;
  padding: 14px;
  background: #fffaf0;
}
.voice-entry[hidden] {
  display: none;
}
.voice-entry__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.voice-entry__header > div:first-child {
  display: grid;
  gap: 4px;
}
.voice-entry__header strong {
  color: #3b291a;
  font-size: 16px;
  font-weight: 900;
}
.voice-entry__header span,
.voice-entry__transcript {
  color: #6d5a47;
  font-size: 13px;
  font-weight: 750;
}
.voice-entry__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
}
.voice-entry__language {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  border: 1px solid rgba(138, 86, 0, 0.16);
  border-radius: 999px;
  padding: 6px 10px;
  background: #fff;
  color: #6d4200;
  font-size: 12px;
  font-weight: 900;
}
.voice-entry__language select {
  min-height: 0;
  border: 0;
  padding: 0;
  background: transparent;
  color: #3b291a;
  font: inherit;
}
.voice-entry__actions .button {
  flex: 0 0 auto;
  width: auto;
  min-width: 108px;
  min-height: 36px;
  margin: 0;
  padding: 8px 12px;
}
.voice-entry__actions .button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
.voice-entry__transcript {
  min-height: 42px;
  border-radius: 12px;
  padding: 10px 12px;
  background: #fff;
  line-height: 1.5;
}
.voice-entry__transcript:empty::before {
  content: "ნათქვამი ტექსტი აქ გამოჩნდება.";
  color: #9a8b7a;
}
.voice-entry__commands {
  border: 1px solid rgba(138, 86, 0, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.68);
}
.voice-entry__commands summary {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: 100%;
  min-height: 38px;
  padding: 9px 12px;
  color: #6d4200;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  list-style: none;
}
.voice-entry__commands summary::-webkit-details-marker {
  display: none;
}
.voice-entry__command-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 10px;
  padding: 0 12px 12px;
}
.voice-entry__command-grid section {
  border-radius: 12px;
  padding: 10px;
  background: #fffaf0;
}
.voice-entry__command-grid h3 {
  margin: 0 0 5px;
  color: #3b291a;
  font-size: 13px;
  font-weight: 900;
}
.voice-entry__command-grid p {
  margin: 0;
  color: #6d5a47;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
.voice-entry.is-listening {
  border-color: rgba(201, 79, 45, 0.32);
  box-shadow: 0 0 0 4px rgba(201, 79, 45, 0.08);
}
.voice-entry.is-unsupported {
  border-color: rgba(138, 86, 0, 0.16);
  background: #fff7df;
}

.voice-entry.is-unsupported .voice-entry__transcript {
  color: #6d4200;
}

@media (max-width: 560px) {
  .voice-entry__header {
    display: grid;
    grid-template-columns: 1fr;
  }

  .voice-entry__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    width: 100%;
  }

  .voice-entry__language {
    grid-column: 1 / -1;
    justify-content: space-between;
    width: 100%;
  }

  .voice-entry__actions .button {
    min-width: 0;
    width: 100%;
  }
}

.offline-save-message {
  margin: 12px 0 0;
  border: 1px solid rgba(47, 111, 62, 0.22);
  border-radius: 14px;
  padding: 12px 14px;
  background: #eaf7ed;
  color: #245b32;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.45;
}

.offline-save-message.is-error {
  border-color: rgba(180, 35, 24, 0.24);
  background: #ffe4dc;
  color: #8a1f14;
}
.form-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.form-actions .submit,
.form-actions .button {
  margin-top: 0;
}
.stacked-form {
  margin-top: 16px;
}
.danger-link {
  border-color: rgba(138, 45, 16, 0.22);
  background: #fff0e8;
  color: #8a2d10;
}
.danger-link:hover,
.button.action-delete:hover,
.button.action-danger:hover {
  border-color: rgba(180, 35, 24, 0.42);
  background: #ffe4dc;
  color: #8a1f14;
  box-shadow: 0 8px 18px rgba(180, 35, 24, 0.16);
}
.danger-submit {
  background: linear-gradient(135deg, #c94f2d, #8a2d10);
}
.danger-submit:hover,
.submit.danger:hover,
.submit.action-delete:hover,
.submit.action-danger:hover {
  background: linear-gradient(135deg, #df5a36, #a12a18);
  box-shadow: 0 8px 18px rgba(180, 35, 24, 0.22);
}
.delete-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: grid;
  place-items: center;
  padding: 22px;
}

.delete-modal[hidden] {
  display: none;
}

.delete-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(22, 16, 11, 0.58);
  backdrop-filter: blur(5px);
}

.delete-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(430px, 100%);
  border: 1px solid rgba(138, 45, 16, 0.18);
  border-radius: 18px;
  padding: 20px;
  background: #fffaf0;
  box-shadow: 0 26px 70px rgba(74, 52, 40, 0.28);
}

.delete-modal__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.delete-modal__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: #ffe4dc;
  color: #8a1f14;
  font-size: 21px;
  flex: 0 0 auto;
}

.delete-modal__dialog h2 {
  margin: 0;
  color: #3b291a;
  font-size: 22px;
  line-height: 1.2;
}

.delete-modal__dialog p {
  color: #6d5a47;
  font-size: 14px;
  line-height: 1.55;
}

.delete-modal__actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin-top: 18px;
}

.delete-modal__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  height: 42px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 16px;
  cursor: pointer;
  flex: 1 1 0;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.delete-modal__button:hover,
.delete-modal__button:focus-visible {
  transform: translateY(-1px);
}

.delete-modal__button:focus-visible {
  outline: 3px solid rgba(246, 178, 26, 0.35);
  outline-offset: 2px;
}

.delete-modal__delete {
  border-color: rgba(180, 35, 24, 0.30);
  background: linear-gradient(135deg, #c94f2d, #8a2d10);
  color: #fff;
}

.delete-modal__delete:hover,
.delete-modal__delete:focus-visible {
  border-color: rgba(180, 35, 24, 0.46);
  background: linear-gradient(135deg, #df5a36, #a12a18);
  box-shadow: 0 8px 18px rgba(180, 35, 24, 0.22);
}

.delete-modal__cancel {
  border-color: rgba(74, 52, 40, 0.14);
  background: #fff;
  color: #4a3428;
}

.delete-modal__cancel:hover,
.delete-modal__cancel:focus-visible {
  border-color: rgba(138, 86, 0, 0.24);
  background: #fff3cf;
  color: #6d4200;
  box-shadow: 0 8px 18px rgba(85, 55, 20, 0.12);
}

@media (max-width: 360px) {
  .delete-modal__actions {
    flex-wrap: wrap;
  }

  .delete-modal__button {
    flex-basis: 100%;
  }
}

.has-open-modal {
  overflow: hidden;
}
.button--primary,
.button.action-add,
.submit.action-add {
  border-color: rgba(47, 111, 62, 0.22);
  background: #eaf7ed;
  color: #245b32;
}
.button--primary:hover,
.button.action-add:hover,
.submit.action-add:hover {
  border-color: rgba(47, 111, 62, 0.38);
  background: #d9f0df;
  color: #184725;
  box-shadow: 0 8px 18px rgba(47, 111, 62, 0.16);
}
.button.action-edit {
  border-color: rgba(35, 93, 137, 0.22);
  background: #eef7ff;
  color: #214f72;
}
.button.action-edit:hover {
  border-color: rgba(35, 93, 137, 0.42);
  background: #dff0ff;
  color: #183f5f;
  box-shadow: 0 8px 18px rgba(35, 93, 137, 0.16);
}
.button.action-secondary,
.button.secondary,
.button.ghost {
  border-color: rgba(74, 52, 40, 0.16);
  background: #f8f6f1;
  color: #4a3428;
}
#map {
  min-height: 560px;
  border: 1px solid rgba(74, 52, 40, 0.16);
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
}
.progress-side {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
}
.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffce3a, #e49100);
  box-shadow: 0 20px 55px rgba(85, 55, 20, 0.14);
  color: #3d2a16;
  font-size: 24px;
}
.summary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (max-width: 900px) {
  .summary-grid {
    grid-template-columns: 1fr;
  }
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #776554;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.intro {
  padding: 30px;
}
.falling-drop {
  position: absolute;
  top: -20px;
  right: 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(246, 178, 26, 0.95);
  filter: blur(0.5px);
  animation: float-drop 2.4s ease-in-out infinite alternate;
}
@keyframes float-drop {
  to { transform: translateY(10px); }
}
.milestone-line {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(74, 52, 40, 0.15);
}
.milestone-line span {
  position: absolute;
  left: 100%;
  margin-left: 8px;
  font-size: 12px;
  color: #4a3428;
}
.m-100 {
  top: 100px;
}
.m-250 {
  top: 250px;
}
.m-500 {
  top: 500px;
}
.next-line {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 18px;
  color: #776554;
  font-size: 14px;
}
.activity-list {
  display: grid;
  gap: 12px;
}
.points {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff8e4, #fff0bd);
  color: #8a5600;
  font-size: 24px;
  font-weight: 800;
}
.metric {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 14px;
  padding: 9px;
  background: #fff;
  color: #776554;
  font-size: 13px;
  font-weight: 700;
}
.batch-card {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(74, 52, 40, 0.13);
  border-radius: 24px;
  padding: 18px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: 180ms ease;
}
.batch-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 35px rgba(74, 52, 40, 0.12);
}
.jar-icon {
  display: grid;
  place-items: center;
  width: 92px;
  height: 118px;
  border: 5px solid rgba(255, 255, 255, 0.9);
  border-radius: 24px 24px 34px 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0 35%, #f6b21a 36% 100%);
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.65), 0 18px 30px rgba(85, 55, 20, 0.14);
  color: #6d4200;
  font-size: 34px;
}
.jar-label {
  color: #776554;
  font-weight: 700;
}
.season {
  margin-bottom: 20px;
}
.panel {
  border: 1px solid rgba(74, 52, 40, 0.13);
  border-radius: 28px;
  margin-top: 20px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 55px rgba(85, 55, 20, 0.14);
}
.layout {
  display: grid;
  gap: 24px;
}
.layout-cols-2 {
  grid-template-columns: 1fr 360px;
}
.layout-cols-2-wide {
  grid-template-columns: 1.1fr 0.9fr;
}
.layout-cols-2-equal {
  grid-template-columns: 1fr 1fr;
}
.layout-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.layout-cols-1 {
  grid-template-columns: 1fr;
}
.hero {
  display: grid;
  gap: 20px;
  align-items: start;
  border: 1px solid rgba(74, 52, 40, 0.13);
  border-radius: 28px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 20px 55px rgba(85, 55, 20, 0.14);
}
.hero-2col {
  grid-template-columns: 1fr auto;
}
.grid {
  display: grid;
  gap: 10px;
}
.metrics {
  display: grid;
  gap: 8px;
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-1 {
  grid-template-columns: 1fr;
}
.card {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(74, 52, 40, 0.13);
  border-radius: 24px;
  padding: 18px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: 180ms ease;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 35px rgba(74, 52, 40, 0.12);
}
.card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: #6d4200;
  font-weight: 800;
}
.hero p,
p {
  max-width: 1200px;
  margin: 5px;
  color: #776554;
  line-height: 1.65;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  margin-top: 0;
  border: 0;
  border-radius: 999px;
  padding: 7px 11px;
  background: #fff3cf;
  color: #6d4200;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: auto;
  min-height: 0;
  margin-top: 0;
  border: 0;
  border-radius: 999px;
  padding: 6px 10px;
  background: #fff3cf;
  color: #6d4200;
  font-size: 13px;
  font-weight: 800;
}
.meta {
  display: flex;
  gap: 8px;
  color: #776554;
  font-size: 14px;
}
.empty {
  border: 1px dashed rgba(74, 52, 40, 0.25);
  border-radius: 22px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.68);
  color: #776554;
  font-weight: 700;
}
.timeline {
  display: grid;
  gap: 12px;
}
.timeline-item {
  display: grid;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid rgba(74, 52, 40, 0.13);
  border-radius: 18px;
  padding: 14px;
  background: #fff;
}
.timeline-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 14px;
  background: #fff3cf;
  color: #8a5600;
}
.qr,
.qr-box {
  display: grid;
  place-items: center;
  min-height: 220px;
  border: 1px dashed rgba(74, 52, 40, 0.35);
  border-radius: 24px;
  background: #fff;
  color: #4a3428;
  text-align: center;
}
.qr-box {
  width: 150px;
  height: 150px;
  font-size: 54px;
}
.visual {
  min-height: 140px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff8e4, #fff0bd);
  color: #8a5600;
  font-size: 46px;
}
.price {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 4px;
  color: #356a20;
  font-weight: 800;
}
.layout-cols-3 .panel,
.layout-cols-2 .panel,
.layout-cols-2-wide .panel,
.layout-cols-2-equal .panel {
  align-self: start;
}
.earn-grid {
  display: grid;
  gap: 10px;
}

.activity-item,
.reward-row,
.summary-card,
.earn-card {
  border: 1px solid rgba(74, 52, 40, 0.13);
  border-radius: 20px;
  padding: 16px;
  background: #fff;
}
.activity-item,
.reward-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.icon,
.earn-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: #fff3cf;
  color: #8a5600;
}
.activity-item strong,
.summary-card strong,
.earn-card strong,
.reward-row h3 {
  margin: 0;
  display: block;
}
.activity-item span,
.summary-card small,
.earn-card small,
.reward-row p {
  margin: 0;
  color: #776554;
  line-height: 1.55;
}
.months {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  border-radius: 999px;
  padding: 5px 9px;
  background: #fff3cf;
  color: #6d4200;
  font-size: 13px;
  font-weight: 800;
}
.pill {
  padding: 9px 12px;
  border: 1px solid rgba(74, 52, 40, 0.13);
  background: #fff;
  color: #776554;
}

.pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.pagination__status {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff3cf;
  color: #6d4200;
  font-weight: 800;
}

.jar-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
  padding: 30px;
  overflow: hidden;
}
.jar-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 430px;
}
.jar-stage .jar {
  position: relative;
  width: 230px;
  height: 330px;
  overflow: hidden;
  border: 7px solid rgba(255, 255, 255, 0.9);
  border-radius: 40px;
  background: linear-gradient(180deg, #fff0c9 0%, #fff9eb 100%);
}
.honey-fill {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, #ffd764, #ef9a00);
  transition: height 300ms ease;
}
.progress-bar {
  width: 100%;
  height: 18px;
  border-radius: 999px;
  border: 1px solid rgba(122, 74, 0, 0.28);
  background: #6d4200;
  box-shadow: inset 0 2px 5px rgba(40, 24, 0, 0.28);
  overflow: hidden;
  margin: 18px 0;
}
.progress-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(135deg, #ffe36d 0%, #f6b21a 42%, #d98900 100%);
  box-shadow: 0 0 16px rgba(246, 178, 26, 0.42);
  width: 0;
}
.status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
}
.status.unlocked {
  color: #356a20;
}
.status.current {
  color: #d98900;
}
.reward-points,
.activity-item span {
  gap: 8px;
}
.reward-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
}
.activity-item {
  justify-content: space-between;
  gap: 12px;
}
.toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(54, 92, 23, 0.95);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease;
}
.toast.show {
  opacity: 1;
}

/* Shared contrast polish for public cards and muted UI copy. */
:root {
  --gb-surface-readable: rgba(255, 253, 247, 0.96);
  --gb-surface-soft: rgba(255, 249, 232, 0.94);
  --gb-text-strong: #2f2116;
  --gb-text-muted: #564638;
  --gb-border-readable: rgba(74, 52, 40, 0.18);
}

.hero,
.panel,
.card,
.stat,
.metric-card,
.hive-card,
.product-card,
.seller-card,
.seller-list-card,
.batch-card,
.lesson-card,
.group-card,
.mentor-card,
.bloom-card {
  background-color: var(--gb-surface-readable);
  border-color: var(--gb-border-readable);
  color: var(--gb-text-strong);
}

.hero p,
.panel p,
.card p,
.stat span,
.meta,
.muted,
.hint,
.lead,
.summary,
.card-meta,
.small-muted,
.form-help,
.product-card p,
.seller-card p,
.seller-list-card p,
.hive-card p,
.batch-card p,
.lesson-card p,
.group-card p,
.mentor-card p,
.bloom-card p {
  color: var(--gb-text-muted);
}

.badge,
.pill,
.status-pill,
.tag,
.chip,
.landing-eyebrow {
  background-color: #fff0bd;
  color: #5f3a00;
}

.landing-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  border-radius: 999px;
  padding: 7px 11px;
  border: 1px solid rgba(217, 137, 0, 0.34);
  background: linear-gradient(135deg, #f6b21a, #d98900);
  color: #3b291a;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  box-shadow: 0 8px 18px rgba(217, 137, 0, 0.18);
  text-transform: none;
}

.landing-eyebrow i {
  color: #3b291a;
}

.actions .button,
.actions button.button,
.filters .button {
  color: var(--gb-text-strong);
}

.button.secondary,
.button.ghost,
.filters select,
.filters input {
  color: var(--gb-text-strong);
  background-color: var(--gb-surface-soft);
  border-color: var(--gb-border-readable);
}

.topbar .brand,
.topbar .brand span,
.brand,
.brand span {
  color: var(--gb-text-strong);
}

.site-brand {
  min-width: 0;
  gap: 10px;
  color: var(--gb-text-strong);
  text-decoration: none;
}

.site-brand__logo {
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(74, 52, 40, 0.12);
  box-shadow: 0 10px 22px rgba(39, 28, 18, 0.12);
}

.site-brand__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-brand__name {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.site-brand__section {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: var(--gb-text-muted);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
}

.site-brand__section::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 22px;
  margin: 0 2px 0 4px;
  background: rgba(74, 52, 40, 0.2);
}

.auth-header .site-brand {
  justify-content: flex-start;
  margin-bottom: 18px;
}

.topbar .site-brand + .back {
  margin-right: auto;
}

@media (max-width: 620px) {
  .topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px 12px;
    width: 100%;
    margin-bottom: 20px;
  }

  .topbar .site-brand {
    flex: 0 1 auto;
    width: auto;
    max-width: 150px;
  }

  .topbar .site-brand + .back {
    margin-right: 0;
  }

  .topbar .back {
    display: inline-flex;
    flex: 0 0 auto;
    margin-left: auto;
    margin-right: 0;
    align-items: center;
    gap: 7px;
    max-width: calc(100% - 162px);
    min-height: 40px;
    border: 1px solid rgba(74, 52, 40, 0.12);
    border-radius: 999px;
    padding: 8px 11px;
    background: rgba(255, 253, 247, 0.86);
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .topbar .back i {
    flex: 0 0 auto;
  }

  .topbar .actions {
    flex: 0 1 auto;
    justify-content: flex-end;
    width: auto;
    max-width: calc(100% - 162px);
    margin-left: 0;
    gap: 8px;
  }

  .topbar .back + .actions {
    flex: 1 0 100%;
    justify-content: stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .topbar .actions > .account-action,
  .topbar .actions > .button,
  .topbar .actions > .submit,
  .topbar .account-user-menu,
  .topbar .account-action-form {
    flex: 0 1 auto;
  }

  .topbar .back + .actions > .account-action,
  .topbar .back + .actions > .button,
  .topbar .back + .actions > .submit,
  .topbar .back + .actions .account-user-menu,
  .topbar .back + .actions .account-action-form {
    flex: 1 1 0;
  }

  .topbar .account-action,
  .topbar .account-user-menu__summary {
    flex: 1 1 0;
    min-width: 0;
    min-height: 40px;
    padding: 8px 10px;
    font-size: 13px;
    overflow: hidden;
  }

  .topbar .account-action i,
  .topbar .account-user-menu__summary i {
    font-size: 16px;
  }

  .topbar .account-user-menu__summary {
    width: 100%;
    max-width: none;
  }

  .topbar .account-user-menu__panel {
    left: 0;
    right: 0;
    min-width: 0;
  }
}

@media (max-width: 420px) {
  .topbar .actions > .account-action:not(.account-user-menu__summary) {
    flex: 1 1 0;
    width: auto;
    padding-inline: 9px;
  }

  .topbar .actions > .account-action:not(.account-user-menu__summary) > span {
    position: static;
    width: auto;
    height: auto;
    min-width: 0;
    overflow: hidden;
    clip: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media (max-width: 620px) {
  .site-brand {
    gap: 8px;
  }

  .site-brand__logo {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .site-brand__name {
    font-size: 22px;
  }

  .site-brand__section {
    flex-basis: 100%;
    padding-left: 50px;
    font-size: 13px;
  }

  .site-brand__section::before {
    display: none;
  }
}

.message-list {
  display: grid;
  gap: 8px;
}

.global-message-list {
  width: min(1120px, calc(100% - 32px));
  margin: 16px auto 0;
  position: relative;
  z-index: 20;
}

.page > .global-message-list {
  width: 100%;
}

.message {
  border: 1px solid rgba(74, 52, 40, 0.12);
  border-radius: 14px;
  padding: 11px 13px;
  background: rgba(255, 250, 240, 0.92);
  color: #4a3428;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.message-list > .error {
  margin: 0;
  border: 1px solid rgba(176, 91, 0, 0.24);
  background: #fff3cf;
  color: #744000;
  line-height: 1.45;
}

.message.success {
  border-color: rgba(19, 138, 69, 0.22);
  background: #effaf3;
  color: #245b34;
}

.message.warning,
.message.error {
  border-color: rgba(176, 91, 0, 0.24);
  background: #fff3cf;
  color: #744000;
}

.message.info {
  border-color: rgba(138, 86, 0, 0.18);
  background: #fff8e6;
  color: #6d4200;
}

.changelog-panel {
  margin-top: clamp(28px, 5vw, 52px);
  margin-bottom: clamp(20px, 4vw, 36px);
}

.changelog-panel h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: #3b291a;
  font-size: clamp(20px, 2.5vw, 24px);
}

.changelog-panel .traceability-history-list {
  display: grid;
  gap: 10px;
}

.changelog-panel .traceability-history-item {
  display: grid;
  grid-template-columns: minmax(92px, auto) minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(74, 52, 40, 0.10);
  border-radius: 14px;
  padding: 10px 12px;
  background: #fffaf0;
}

.changelog-panel .traceability-history-item span {
  width: fit-content;
  border-radius: 999px;
  padding: 5px 9px;
  background: #fff0bd;
  color: #6d4200;
  font-size: 12px;
  font-weight: 850;
}

.changelog-panel .traceability-history-item strong,
.changelog-panel .traceability-history-item small {
  color: #5f5143;
  font-size: 13px;
}

.changelog-panel .traceability-history-item small {
  justify-self: end;
}

@media (max-width: 620px) {
  .changelog-panel {
    margin-top: 28px;
  }

  .changelog-panel .traceability-history-item {
    grid-template-columns: 1fr;
  }

  .changelog-panel .traceability-history-item small {
    justify-self: start;
  }
}

.offline-sync-status {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 3000;
  padding: 12px 14px;
  border-radius: 16px;
  background: #fff3cf;
  color: #6d4200;
  box-shadow: 0 12px 28px rgba(85, 55, 20, 0.18);
  font-weight: 800;
  text-align: center;
}

.offline-sync-status.is-error {
  background: #ffe4dc;
  color: #8a1f14;
  box-shadow: 0 12px 28px rgba(138, 31, 20, 0.18);
}

body.is-offline .offline-sync-status {
  display: block;
}


