.gb-page {
  max-width: 1260px;
  margin: auto;
  padding: 48px 28px 64px;
  color: #ede7db;
  font:
    15px/1.65 Arial,
    sans-serif;
  text-align: left;
}
.gb-page *,
.gb-page *::before,
.gb-page *::after {
  box-sizing: border-box;
}
.gb-page h1,
.gb-page h2,
.gb-page h3 {
  color: #f2e8d5;
  font-family: Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 0;
}
.gb-page p {
  margin: 0;
  color: #b9bbae;
}
.gb-page a {
  color: #dbc190;
  text-decoration: none;
}
.gb-kicker {
  font:
    600 10px/1.5 Arial,
    sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ccac78;
}
.gb-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 1fr);
  gap: 64px;
  align-items: center;
  margin-bottom: 42px;
}
.gb-hero h1 {
  font-size: clamp(35px, 4vw, 55px);
  margin: 18px 0;
}
.gb-hero > div > p {
  max-width: 520px;
  font-size: 16px;
  margin-bottom: 25px;
}
.gb-page .gb-button,
.gb-moderation button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 48px;
  padding: 12px 19px;
  background: linear-gradient(#b7101d, #820d14);
  color: #fff;
  border: 1px solid #d95c64;
  border-radius: 8px;
  font:
    600 13px/1.5 Arial,
    sans-serif;
  cursor: pointer;
  text-decoration: none;
}
.gb-page .gb-button:hover,
.gb-moderation button:hover {
  background: #c11b28;
}
.gb-page .secondary {
  color: #e2d7be;
  background: #ffffff05;
  border-color: #736043;
}
.gb-page :focus-visible {
  outline: 3px solid #d9b878;
  outline-offset: 4px;
}
.gb-page button:disabled {
  opacity: 0.65;
  cursor: wait;
}
.gb-score {
  border: 1px solid #81704d;
  border-radius: 14px;
  padding: 24px 28px;
  background: radial-gradient(ellipse at 10% 0%, #353121, #161c17 75%);
}
.gb-score-value {
  font:
    52px/1.2 Georgia,
    serif;
  color: #efd4a0;
  margin: 14px 0 4px;
}
.gb-score-value small {
  margin-left: 10px;
  color: #b5b39d;
  font:
    18px Arial,
    sans-serif;
}
.gb-score > p {
  font-size: 12px;
}
.gb-distribution {
  margin-top: 20px;
}
.gb-distribution > div {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 12px;
  color: #d6c49e;
  margin: 5px 0;
}
.gb-distribution > div > span:first-child {
  width: 30px;
  white-space: nowrap;
}
.gb-distribution > div > span:last-child {
  width: 25px;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.gb-distribution meter {
  flex: 1;
  height: 7px;
  border: 0;
  background: #343b2c;
  border-radius: 6px;
}
.gb-distribution meter::-webkit-meter-bar {
  border: 0;
  background: #343b2c;
}
.gb-distribution meter::-webkit-meter-optimum-value {
  background: #c7a464;
}
.gb-distribution meter::-moz-meter-bar {
  background: #c7a464;
}
.gb-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: start;
  gap: 28px;
}
.gb-feed,
.gb-compose {
  min-width: 0;
  scroll-margin-top: 24px;
}
.gb-feed-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin: 0 0 20px;
}
.gb-feed-title h2 {
  font-size: 29px;
}
.gb-feed-title > span {
  color: #aeb39f;
  font-size: 12px;
  white-space: nowrap;
}
.gb-filters {
  display: flex;
  align-items: end;
  gap: 12px;
  margin-bottom: 20px;
}
.gb-filters label {
  flex: 1;
  min-width: 0;
  color: #b9b9a9;
  font-size: 11px;
}
.gb-filters select {
  width: 100%;
  min-height: 44px;
  display: block;
  margin-top: 6px;
  border: 1px solid #514d3d;
  border-radius: 7px;
  background: #121a13;
  color: #e1dece;
  padding: 9px;
  font-size: 14px;
  color-scheme: dark;
}
.gb-filters .gb-button {
  min-height: 44px;
}
.gb-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}
.gb-entry {
  padding: 22px;
  background: linear-gradient(135deg, #1c221b, #101610);
  border: 1px solid #71614466;
  border-radius: 12px;
  min-width: 0;
}
.gb-entry-top {
  display: flex;
  align-items: center;
  gap: 12px;
}
.gb-avatar {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border: 1px solid #8d744a;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #343021;
  color: #d7be8b;
  font:
    19px Georgia,
    serif;
}
.gb-entry h3 {
  font-size: 18px;
  overflow-wrap: anywhere;
}
.gb-entry time {
  font-size: 11px;
  color: #949d8c;
}
.gb-stars {
  display: flex;
  gap: 4px;
  margin: 18px 0 14px;
  color: #505649;
  font-size: 17px;
}
.gb-stars .filled {
  color: #d6b572;
}
.gb-entry-message p {
  font-size: 14px;
  color: #c4c6b8;
  line-height: 1.8;
  white-space: normal;
  overflow-wrap: anywhere;
}
.gb-entry-message details {
  margin-top: 10px;
}
.gb-entry-message summary {
  color: #d7bc88;
  min-height: 44px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
}
.gb-entry-message details:not([open]) > p {
  display: none;
}
.gb-compose {
  padding: 26px 24px;
  border: 1px solid #8c7145;
  background: linear-gradient(145deg, #282a1e, #141b13);
  border-radius: 14px;
}
.gb-compose h2 {
  font-size: 27px;
  margin: 12px 0;
}
.gb-compose > p {
  font-size: 13px;
}
.gb-form {
  margin-top: 24px;
}
.gb-form > label {
  display: block;
  color: #ded8c6;
  font-size: 12px;
  font-weight: 600;
  margin-top: 20px;
}
.gb-form input:not([type="radio"]):not([type="hidden"]),
.gb-form textarea {
  width: 100%;
  min-width: 0;
  display: block;
  margin-top: 8px;
  min-height: 48px;
  padding: 12px;
  background: #0c140d;
  color: #f0e6d2;
  border: 1px solid #666347;
  border-radius: 7px;
  font:
    16px/1.5 Arial,
    sans-serif;
}
.gb-form textarea {
  resize: vertical;
  min-height: 155px;
}
.gb-form input::placeholder,
.gb-form textarea::placeholder {
  color: #90957f;
}
.gb-counter {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 8px 0;
  font-size: 10px;
  color: #a7ad98;
}
.gb-form .gb-form-note {
  margin: 20px 0;
  font-size: 11px;
  color: #b0b69f;
}
.gb-form .gb-button {
  width: 100%;
  font-size: 12px;
}
.gb-submit-hint {
  display: block;
  color: #979f89;
  font-size: 10px;
  text-align: center;
  margin-top: 12px;
}
.gb-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.gb-rating {
  padding: 0;
  margin: 0;
  border: 0;
}
.gb-rating legend {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #ded8c6;
}
.gb-rating > div {
  display: flex;
  gap: 6px;
}
.gb-rating label {
  position: relative;
  cursor: pointer;
}
.gb-rating input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.gb-rating label > span[aria-hidden] {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  background: #ffffff04;
  border: 1px solid #626345;
  border-radius: 8px;
  font-size: 26px;
  color: #7d806a;
}
.gb-rating input:checked + span,
.gb-rating label.selected > span[aria-hidden] {
  color: #efd195;
  border-color: #c6a56a;
  background: #a6863917;
}
.gb-rating label:focus-within > span[aria-hidden] {
  outline: 3px solid #d9b878;
  outline-offset: 3px;
}
.gb-rating #gb-rating-label {
  margin-top: 10px;
  color: #baaf91;
  font-size: 11px;
}
.gb-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.gb-notice {
  padding: 16px 20px;
  margin-bottom: 24px;
  border: 1px solid #657f50;
  background: #23351d;
  color: #d7e6c3;
  border-radius: 9px;
}
.gb-notice.error {
  border-color: #a54e50;
  background: #411d20;
  color: #f2c4c3;
}
.gb-admin-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
}
.gb-admin-tabs a {
  padding: 10px 15px;
  min-height: 44px;
  border: 1px solid #746344;
  border-radius: 7px;
  font-size: 13px;
}
.gb-admin-tabs a[aria-current] {
  background: #572228;
  color: #f0c9bd;
  border-color: #b26267;
}
.gb-moderation {
  padding-top: 18px;
  margin-top: 18px;
  border-top: 1px solid #ffffff15;
}
.gb-status {
  display: block;
  font-size: 10px;
  color: #c4b18b;
  margin-bottom: 10px;
}
.gb-moderation form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.gb-moderation button {
  font-size: 11px;
  padding: 9px 12px;
  min-height: 44px;
}
.gb-empty {
  border: 1px dashed #766747;
  border-radius: 12px;
  text-align: center;
  padding: 45px 22px;
}
.gb-empty > span {
  display: block;
  font-size: 30px;
  color: #d4b878;
  margin-bottom: 15px;
}
.gb-empty h3 {
  font-size: 23px;
  margin-bottom: 12px;
}
.gb-empty p {
  font-size: 13px;
}
.gb-empty a {
  display: inline-block;
  margin-top: 14px;
}
.gb-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  font-size: 12px;
}
.gb-pagination a {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 10px 16px;
  border: 1px solid #675a3e;
  border-radius: 7px;
}
.gb-pagination span {
  color: #a6ac96;
}
@media (max-width: 1050px) {
  .gb-hero {
    gap: 30px;
  }
  .gb-layout {
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 20px;
  }
  .gb-cards {
    grid-template-columns: 1fr;
  }
  .gb-compose {
    padding: 22px 18px;
  }
}
@media (max-width: 767px) {
  .gb-page {
    padding: 30px 18px 45px;
  }
  .gb-hero {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .gb-hero h1 {
    font-size: 38px;
  }
  .gb-score {
    padding: 22px;
  }
  .gb-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .gb-hero > div > p {
    font-size: 15px;
  }
  .gb-filters {
    flex-wrap: wrap;
  }
  .gb-filters label {
    flex-basis: 40%;
  }
  .gb-filters .gb-button {
    width: 100%;
  }
  .gb-entry {
    padding: 20px;
  }
  .gb-feed-title h2 {
    font-size: 26px;
  }
  .gb-compose {
    padding: 24px 20px;
  }
  .gb-rating > div {
    gap: 10px;
  }
  .gb-rating label > span[aria-hidden] {
    width: 46px;
    height: 46px;
  }
}
.gb-legacy-date { font-size:11px; color:#949d8c; }
