@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/exo2-0.woff) format("woff");
}
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/exo2-1.woff) format("woff");
}
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/exo2-2.woff) format("woff");
}
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/exo2-3.woff) format("woff");
}
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/assets/exo2-4.woff) format("woff");
}
button, input, textarea, select { font: inherit; }
button { color: inherit; border: 0; background: transparent; }
button:disabled { cursor: default; opacity: .6; }
svg { width: 24px; height: 24px; flex-shrink: 0; }
img { height: auto; }
table { border-collapse: collapse; width: 100%; }
[hidden] { display: none !important; }
:root,
.dark {
  --background: #161924;
  --foreground: #f7f8fb;
  --card: #202431;
  --card-foreground: #f7f8fb;
  --popover: #252a38;
  --popover-foreground: #fff;
  --primary: #f2a100;
  --primary-foreground: #17130b;
  --secondary: #2c3140;
  --secondary-foreground: #fff;
  --muted: #232735;
  --muted-foreground: #b0b5c5;
  --accent: #333747;
  --accent-foreground: #fff;
  --destructive: #ff7474;
  --border: #343949;
  --input: #343949;
  --ring: #f2a100;
  --radius: 0.8rem;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: "Exo 2", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a {
  text-decoration: none;
  color: inherit;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.18;
}
h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
h3 {
  font-size: 21px;
  font-weight: 650;
}
p {
  color: #b8bfce;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid #f2a100;
  outline-offset: 4px;
}
.skip {
  position: fixed;
  top: -100px;
  z-index: 99;
  background: #fff;
  color: #111;
  padding: 10px;
}
.skip:focus {
  top: 0;
}
.wrap {
  width: min(1320px, calc(100% - 64px));
  margin: auto;
}
.topbar {
  height: 84px;
  border-bottom: 1px solid #292d3a;
  background: #191c28;
  position: sticky;
  top: 0;
  z-index: 30;
}
.header-inner {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 38px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.brand-mark {
  width: 46px;
  height: 44px;
}
.brand-name {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.6px;
}
.brand-name span {
  color: #f2a100;
}
.main-nav {
  display: flex;
  gap: 27px;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #b8bfce;
}
.main-nav a:hover,
.footer-links a:hover {
  color: #f2a100;
}
.header-actions {
  display: flex;
  gap: 10px;
  margin-left: auto;
  align-items: center;
}
.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border-radius: 8px;
  background: #f2a100;
  color: #191711;
  font-weight: 700;
  font-size: 15px;
  gap: 9px;
  border: 1px solid transparent;
  transition:
    background 0.18s,
    transform 0.18s;
}
.btn:hover {
  background: #ffb82e;
  transform: translateY(-1px);
}
.btn.secondary {
  background: #2b303f;
  color: #fff;
  border-color: #3c4151;
}
.btn.secondary:hover {
  background: #363d4e;
}
.btn svg {
  width: 17px;
  height: 17px;
}
.small-label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #c2b9de;
}
.hero {
  margin-top: 28px;
  min-height: 342px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(112deg, #352448 0%, #28223d 55%, #242637 100%);
  padding: 42px 46px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}
.hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  width: 100%;
}
.hero h1 {
  font-size: clamp(35px, 3.6vw, 51px);
  font-weight: 800;
  letter-spacing: -1.3px;
  white-space: pre-line;
  overflow-wrap: break-word;
  margin: 13px 0 16px;
}
.hero p {
  max-width: 460px;
  color: #d0cadc;
  line-height: 1.6;
}
.hero .btn {
  margin-top: 24px;
}
.hero-art {
  position: relative;
  min-width: 0;
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.hero-art img {
  width: 37%;
  border-radius: 14px;
  box-shadow: 0 18px 40px #100b2680;
  transform: rotate(-13deg);
  border: 2px solid #a778bf55;
}
.hero-art img:nth-child(2) {
  transform: rotate(5deg);
  width: 42%;
  z-index: 1;
  margin-left: -30px;
}
.hero-art img:nth-child(3) {
  transform: rotate(18deg);
  margin-left: -27px;
}
.quick-row {
  display: grid;
  grid-template-columns: 1.08fr 1fr 1fr;
  gap: 16px;
  margin-top: 18px;
}
.quick-card {
  display: flex;
  gap: 16px;
  align-items: center;
  border: 1px solid #333646;
  background: #202431;
  padding: 19px 22px;
  border-radius: 12px;
}
.quick-icon {
  color: #f2a100;
  background: #f2a10012;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  flex-shrink: 0;
}
.quick-icon svg {
  width: 25px;
  height: 25px;
}
.quick-card strong {
  display: block;
  font-size: 17px;
}
.quick-card p {
  font-size: 14px;
  margin-top: 3px;
}
.quick-card > a:last-child {
  margin-left: auto;
  color: #e4e7ef;
}
.section {
  margin-top: 48px;
}
.section-head {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 22px;
}
.section-head p {
  font-size: 15px;
  margin-top: 8px;
}
.text-link {
  font-size: 14px;
  color: #f2a100;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}
.text-link svg {
  width: 16px;
}
.lobby-controls {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 22px;
}
.game-tabs {
  background: #232735 !important;
  border: 1px solid #333848;
  padding: 5px !important;
  height: 48px !important;
  border-radius: 10px !important;
}
.game-tabs button {
  padding: 9px 21px !important;
  font-size: 15px !important;
}
.game-tabs button[data-state="active"] {
  background: #f2a100 !important;
  color: #151720 !important;
}
.search {
  height: 46px;
  border: 1px solid #353a49;
  background: #202430;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 9px;
  padding: 0 15px;
  width: 290px;
}
.search svg {
  width: 18px;
  color: #a2abba;
}
.search input {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  color: white;
  font-size: 14px;
}
.game-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}
.game-card {
  min-width: 0;
}
.game-cover {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #272b38;
  aspect-ratio: 0.75;
}
.game-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.22s;
}
.game-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0b0d1966;
  opacity: 0;
  transition: opacity 0.2s;
}
.game-play span {
  background: #f2a100;
  color: #171719;
  border-radius: 8px;
  padding: 9px 16px;
  font-weight: 700;
}
.game-card:hover img {
  transform: scale(1.035);
}
.game-card:hover .game-play,
.game-card:focus-visible .game-play {
  opacity: 1;
}
.game-card h3 {
  font-size: 15px;
  line-height: 1.35;
  margin-top: 11px;
}
.game-card p {
  font-size: 12px;
  margin-top: 3px;
  color: #9ba4b7;
}
.game-foot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
}
.provider-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.provider {
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #202430;
  border: 1px solid #2e3342;
  border-radius: 10px;
  padding: 18px;
}
.provider img {
  width: 100%;
  height: 34px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.article-area {
  border-top: 1px solid #2e3342;
  margin-top: 46px;
  padding-top: 37px;
}
.toc {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 23px 0 32px;
}
.toc a {
  padding: 7px 14px;
  background: #252a37;
  border-radius: 7px;
  font-size: 14px;
  color: #c6cbd7;
}
.toc a:hover {
  background: #333747;
}
.content-block {
  margin: 35px 0;
  scroll-margin-top: 110px;
}
.content-block p {
  margin: 14px 0;
  line-height: 1.8;
}
.two-col {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 30px;
}
.panel {
  background: #202430;
  border: 1px solid #303545;
  border-radius: 12px;
  padding: 28px;
}
.panel p:last-child {
  margin-bottom: 0;
}
.steps {
  counter-reset: steps;
  padding: 0;
  list-style: none;
  margin: 20px 0;
}
.steps li {
  counter-increment: steps;
  position: relative;
  padding: 0 0 20px 47px;
  color: #b8bfce;
}
.steps li:before {
  content: counter(steps);
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #f2a10019;
  color: #f2a100;
  font-weight: 700;
  border-radius: 8px;
  display: grid;
  place-items: center;
}
.steps strong {
  display: block;
  color: #f4f5f9;
  margin-bottom: 4px;
}
.notice {
  border-left: 3px solid #f2a100;
  padding: 13px 18px;
  background: #f2a10009;
  font-size: 15px;
  border-radius: 0 8px 8px 0;
}
.data-table {
  margin: 20px 0;
  border: 1px solid #343a49;
  border-radius: 10px;
  overflow: hidden;
}
.data-table table {
  min-width: 640px;
  font-size: 15px;
}
.data-table th {
  background: #292e3d;
  color: #e1e5ee;
  font-weight: 600;
  white-space: normal;
  padding: 16px 18px;
  text-align: left;
}
.data-table td {
  padding: 16px 18px;
  white-space: normal;
  color: #bfc6d5;
  vertical-align: top;
  border-top: 1px solid #343949;
}
.data-table tr:hover {
  background: transparent !important;
}
.data-table td:first-child {
  color: #f5f6fb;
  font-weight: 600;
}
.bonus-strip {
  background: linear-gradient(105deg, #372d26, #292733);
  border: 1px solid #594636;
  border-radius: 13px;
  padding: 30px 34px;
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 36px 0;
}
.bonus-strip .btn {
  margin-left: auto;
  flex-shrink: 0;
}
.bonus-strip p {
  margin-top: 8px;
}
.app-strip {
  display: flex;
  gap: 35px;
  align-items: center;
  padding: 30px;
  background: #242338;
  border-radius: 12px;
}
.app-strip svg {
  flex-shrink: 0;
  width: 62px;
  height: 62px;
  color: #f2a100;
}
.app-strip p {
  margin: 10px 0;
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.review {
  background: #202431;
  border: 1px solid #333747;
  border-radius: 12px;
  padding: 24px;
}
.review-author {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 15px;
}
.avatar {
  height: 38px;
  width: 38px;
  border-radius: 10px;
  background: #343448;
  color: #d5c9e8;
  display: grid;
  place-items: center;
  font-weight: 700;
}
.review blockquote {
  margin: 0;
  font-size: 15px;
  color: #c0c7d4;
}
.review small {
  display: block;
  color: #919bac;
  font-size: 12px;
  margin-top: 14px;
}
.faq {
  border-top: 1px solid #343949;
  margin-top: 20px;
}
.faq details {
  border-bottom: 1px solid #343949;
  padding: 19px 0;
}
.faq summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  padding-right: 35px;
  position: relative;
  font-size: 17px;
}
.faq summary:after {
  content: "+";
  position: absolute;
  right: 7px;
  top: -3px;
  font-size: 23px;
  color: #f2a100;
}
.faq details[open] summary:after {
  content: "−";
}
.faq p {
  max-width: 1000px;
  margin: 13px 0 1px;
  line-height: 1.75;
}
.footer {
  margin-top: 50px;
  padding: 32px 0 28px;
  border-top: 1px solid #323747;
  background: #131620;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.footer-links {
  display: flex;
  gap: 21px;
  flex-wrap: wrap;
  color: #acb4c4;
  font-size: 14px;
}
.footer p {
  font-size: 13px;
  margin: 19px 0 0;
  max-width: 1110px;
  color: #929bad;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
  font-size: 13px;
  color: #8e98aa;
}
.adult {
  font-weight: 700;
  color: #bcc3d0;
}
.mobile-bottom {
  display: none;
}
.inner-hero {
  padding: 36px 0 18px;
}
.crumbs {
  color: #9fa8b9;
  font-size: 14px;
  margin-bottom: 23px;
}
.crumbs a {
  color: #f2a100;
}
.inner-hero h1 {
  font-size: 40px;
  max-width: 850px;
  font-weight: 800;
}
.inner-hero p {
  margin-top: 16px;
  max-width: 850px;
  font-size: 18px;
}
.prose {
  max-width: 1000px;
  margin: auto;
}
.prose .section {
  margin-top: 35px;
}
.empty-result {
  text-align: center;
  padding: 35px;
}
.admin-wrap {
  width: min(1080px, calc(100% - 32px));
  margin: 36px auto;
}
.admin-card {
  background: #202431;
  border: 1px solid #353949;
  padding: 28px;
  border-radius: 12px;
  margin-top: 22px;
}
.admin-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 14px;
  margin: 14px 0;
}
.field input,
.field textarea,
.field select {
  background: #161a25;
  color: white;
  border: 1px solid #414756;
  border-radius: 7px;
  padding: 11px;
  width: 100%;
}
.field textarea {
  min-height: 100px;
  resize: vertical;
}
.field small {
  color: #a3adbf;
}
.admin-status {
  padding: 12px 15px;
  border-radius: 8px;
  background: #323344;
  margin: 16px 0;
}
.admin-nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 20px 0;
}
.admin-nav button {
  padding: 10px 18px;
}
.auth-card {
  max-width: 460px;
  margin: 70px auto;
}
.error {
  color: #ffb2a5;
}
.wide {
  grid-column: 1/-1;
}
.admin-code {
  min-height: 450px !important;
  font-family: monospace !important;
  font-size: 14px;
}
.admin-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
@media (min-width: 1600px) {
  .wrap {
    max-width: 1420px;
  }
  .hero {
    min-height: 365px;
  }
  .hero-art {
    height: 320px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .main-nav {
    gap: 18px;
  }
  .header-inner {
    gap: 25px;
  }
  .main-nav a:nth-last-child(-n + 2) {
    display: none;
  }
  .game-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .quick-card {
    padding: 16px;
  }
  .quick-card p {
    font-size: 13px;
  }
  .hero {
    padding: 34px;
    gap: 40px;
  }
  .two-col {
    gap: 22px;
  }
  .provider-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 700px) {
  html {
    scroll-padding-top: 85px;
  }
  .wrap {
    width: calc(100% - 28px);
  }
  .topbar {
    height: 72px;
  }
  .header-inner {
    gap: 10px;
  }
  .brand {
    gap: 6px;
  }
  .brand-mark {
    width: 34px;
    height: 35px;
  }
  .brand-name {
    font-size: 17px;
  }
  .main-nav {
    display: none;
  }
  .header-actions {
    gap: 7px;
  }
  .header-actions .btn {
    padding: 9px 11px;
    min-height: 38px;
    font-size: 13px;
  }
  .hero {
    margin-top: 16px;
    min-height: 470px;
    padding: 25px 24px;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    align-items: flex-start;
  }
  .hero-copy {
    width: 100%;
  }
  .hero h1 {
    font-size: 35px;
    letter-spacing: -0.9px;
    margin: 9px 0 12px;
  }
  .hero p {
    font-size: 15px;
    max-width: 360px;
  }
  .hero .btn {
    margin-top: 18px;
  }
  .hero-art {
    height: 172px;
    width: 240px;
    top: auto;
    bottom: -38px;
    right: 10px;
    opacity: 0.92;
  }
  .hero-art img {
    border-radius: 8px;
  }
  .small-label {
    font-size: 12px;
  }
  .quick-row {
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 12px;
  }
  .quick-card {
    padding: 12px 15px;
  }
  .quick-card strong {
    font-size: 16px;
  }
  .quick-card p {
    font-size: 14px;
  }
  .quick-icon {
    height: 38px;
    width: 38px;
  }
  .section {
    margin-top: 32px;
  }
  h2 {
    font-size: 25px;
  }
  .section-head {
    margin-bottom: 18px;
    align-items: flex-start;
  }
  .section-head p {
    font-size: 14px;
  }
  .lobby-controls {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }
  .game-tabs {
    width: 100% !important;
  }
  .game-tabs button {
    padding: 8px 12px !important;
  }
  .search {
    width: 100%;
  }
  .game-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 10px;
  }
  .game-cover {
    border-radius: 8px;
  }
  .game-card h3 {
    font-size: 13px;
    margin-top: 8px;
  }
  .game-card p {
    font-size: 12px;
    line-height: 1.35;
  }
  .provider-row {
    gap: 8px;
  }
  .provider {
    height: 65px;
    padding: 12px;
  }
  .two-col,
  .review-grid {
    grid-template-columns: 1fr;
  }
  .content-block {
    margin: 27px 0;
  }
  .content-block p {
    font-size: 15px;
  }
  .panel {
    padding: 21px;
  }
  .bonus-strip {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 18px;
  }
  .bonus-strip .btn {
    margin-left: 0;
    width: 100%;
  }
  .app-strip {
    padding: 23px;
    gap: 18px;
    align-items: flex-start;
  }
  .app-strip > svg {
    width: 35px;
    height: 35px;
  }
  .app-strip h2 {
    font-size: 23px;
  }
  .toc {
    gap: 7px;
  }
  .toc a {
    font-size: 13px;
    padding: 6px 10px;
  }
  .faq summary {
    font-size: 16px;
  }
  .faq p {
    font-size: 15px;
  }
  .footer-top {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-links {
    gap: 12px 20px;
  }
  .footer {
    padding-bottom: 94px;
  }
  .footer-bottom {
    gap: 15px;
  }
  .mobile-bottom {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 25;
    padding: 10px 14px max(10px, env(safe-area-inset-bottom));
    background: #1d212ef2;
    border-top: 1px solid #393d4c;
    gap: 10px;
  }
  .mobile-bottom .btn {
    flex: 1;
    font-size: 14px;
    min-height: 42px;
    padding: 8px 12px;
  }
  .inner-hero h1 {
    font-size: 31px;
  }
  .inner-hero p {
    font-size: 16px;
  }
  .admin-grid {
    grid-template-columns: 1fr;
  }
  .admin-card {
    padding: 19px;
  }
  .admin-head {
    align-items: flex-start;
  }
  .data-table table {
    min-width: 590px;
  }
  .data-table td,
  .data-table th {
    padding: 14px;
  }
  .hero-copy .btn {
    position: relative;
    z-index: 3;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}

@media (max-width: 700px) {
  .hero {
    min-height: 0;
  }
  .hero-art {
    display: none;
  }
}

.brand-wordmark {
  width: 104px;
  height: 41px;
}
@media (max-width: 700px) {
  .brand-wordmark {
    width: 82px;
    height: 33px;
  }
}

/* Plain HTML/PHP components: no framework utilities are needed. */
.data-table {
  overflow-x: auto;
}
.game-tabs {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.game-tabs button {
  border-radius: 6px;
  white-space: nowrap;
  line-height: 1;
  font-weight: 600;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.bonus-strip h2 {
  margin-top: 8px;
}
.bonus-strip .text-link {
  margin-top: 12px;
}
.page-cta {
  margin: 16px 0 25px;
}
.all-reviews .review-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
}
.admin-nav a[aria-current="page"] {
  background: var(--primary);
  color: var(--primary-foreground);
}
.admin-form fieldset {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 16px;
  margin: 20px 0;
  min-width: 0;
}
.admin-form legend {
  padding: 0 8px;
  font-weight: 700;
}
.admin-form .table-editor {
  min-height: 180px;
}
.admin-form textarea {
  white-space: pre-wrap;
}
.admin-head form {
  margin: 0;
}
.admin-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 18px;
}
.admin-notice {
  border: 1px solid var(--primary);
}
.code-tip {
  overflow-wrap: anywhere;
}
@media (max-width: 600px) {
  .admin-tools > * {
    width: 100%;
  }
  .admin-nav .btn {
    flex: 1 1 auto;
  }
}
.admin-title {
  font-size: 28px;
  margin: 24px 0 14px;
}
.admin-form > .btn {
  margin-top: 12px;
}
.admin-card > h2 {
  margin-bottom: 16px;
}
.admin-card .code-tip {
  margin-top: 18px;
}
.toc a[aria-current="page"] {
  color: var(--primary);
  border-color: var(--primary);
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    transition: none !important;
  }
}
