@charset "UTF-8";

/* Visual theme adapted from DoggyBank Balance Studio.
   Layout and responsive rules remain in styles.css. */
:root {
  color-scheme: dark;
  --paper: #110d0b;
  --ink: #f6ead3;
  --muted: #a99b89;
  --line: rgba(225, 184, 113, .22);
  --gold: #e3ad52;
  --gold-strong: #e7b65e;
  --gold-light: #f3d08a;
  --gold-soft: rgba(227, 173, 82, .06);
  --panel: #1f1814;
  --panel-deep: #17110e;
  --panel-raised: #241b17;
  --primary-text: #20150c;
  /* Compatibility aliases for the original layout's accent hooks. */
  --purple: var(--gold);
  --lime: var(--gold-light);
  --radius: 13px;
  font-family: Inter, "SF Pro Display", -apple-system, BlinkMacSystemFont,
    "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}
body {
  min-height: 100vh;
  background: radial-gradient(circle at 20% 0%, rgba(132, 66, 35, .3), transparent 38rem),
    linear-gradient(135deg, #17100d, #0e0c0b 68%);
}
::selection { background: var(--gold); color: var(--primary-text); }
a:focus-visible, button:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
.skip-link { background: var(--gold); color: var(--primary-text); }

/* Toolbar-like navigation and solid gold primary actions. */
.site-header { height: 96px; gap: 40px; }
.brand { font-size: 25px; font-weight: 750; letter-spacing: -.9px; }
.site-header nav { gap: 9px; font-weight: 650; }
.site-header nav a { padding: 16px; color: #c6b79e; border-bottom: 2px solid transparent; transition: color .14s, border-color .14s, background .14s; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--ink); border-bottom-color: var(--gold); background: var(--gold-soft); }
.language-button { border-color: rgba(227, 173, 82, .3); border-radius: 9px; background: #211915; color: #dbc9ad; font-weight: 700; }
.language-button:hover { border-color: rgba(227, 173, 82, .72); background: #2b211a; }
.language-button span { color: var(--gold); }
.button { min-height: 48px; border: 1px solid #d6a04d; border-radius: 9px; font-weight: 750; transition: background .14s, border-color .14s, transform .14s; }
.button-dark { color: var(--primary-text); background: var(--gold-strong); box-shadow: inset 0 1px 0 #ffdf9b55; }
.button-dark:hover { background: var(--gold-light); border-color: var(--gold-light); transform: translateY(-1px); }
.status { padding: 10px 12px; border: 1px solid rgba(227, 173, 82, .24); border-radius: 7px; background: var(--gold-soft); color: #dfcba5; font-size: 12px; }
.status-dot { width: 6px; height: 6px; background: var(--gold); box-shadow: 0 0 8px #e3ad522e; }
.hero-actions { gap: 16px; }

.eyebrow { color: var(--gold); }
.hero-intro { color: #d5c3a5; }
.hero h1 { font-weight: 780; letter-spacing: -5.5px; line-height: .98; }
.hero h1 > span { color: var(--gold-strong); }
.title-period { color: var(--gold-light); }
.hero-description { color: #bbac96; }
h2 { font-weight: 700; }
.muted-heading { color: #b99c72; }
.game-intro > p { color: #b8aa96; }

/* Framed artwork replaces the tilted white poster. The artwork is unchanged. */
.art-frame { transform: none; padding: 7px; border: 1px solid rgba(227, 173, 82, .42); border-radius: var(--radius); background: var(--panel-deep); box-shadow: 0 24px 65px #0005, inset 0 0 0 1px #e3ad5210; }
.art-frame > img { border-radius: 7px; }
.art-label { position: relative; inset: auto; flex-wrap: wrap; gap: 8px; padding: 17px 13px 10px; color: #cbb58d; letter-spacing: 1.4px; text-shadow: none; }
.art-label span:first-child { color: var(--gold); }
.hero-art figcaption { margin-top: 16px; padding-inline: 4px; }
.section-divider { color: #bda57f; }
.section-divider > span:last-child { color: var(--gold); }

/* Raised brown surfaces with thin gold edges and inset panel headings. */
.game-showcase { grid-template-columns: minmax(0, 1fr) minmax(0, 1.17fr); }
.character-panel, .screens-panel { padding: 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: inset 0 1px 0 #e3ad5208; }
.character-panel { background: radial-gradient(ellipse at 50% 60%, #463021 0%, #251b14 44%, #18120f 80%); }
.screens-panel { background: rgba(22, 17, 14, .88); }
.panel-tag { min-height: 59px; padding: 17px 23px; color: #e7c37d; background: rgba(11, 9, 8, .58); border-bottom: 1px solid rgba(227, 173, 82, .13); }
.character-panel > img { width: calc(100% - 36px); max-width: 430px; padding-block: 14px; filter: drop-shadow(0 18px 16px #0005); }
.character-panel > p { padding: 0 20px 25px; color: #e9d8ba; }
.mini-status { border-color: rgba(227, 173, 82, .3); background: var(--gold-soft); color: #cfb684; }
.screenshots { gap: 27px; padding: 26px 22px 18px; }
.screenshot-button > img { border: 4px solid #392c20; border-radius: 13px; box-shadow: 0 10px 25px #0007, 0 0 0 1px #e3ad5225; }
.screenshot-button > span { color: #c2ad89; }
.screens-panel > .small-note { padding: 0 24px 23px; max-width: 490px; }
.features { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 23px 0; }
.features article { padding: 24px; border: 1px solid rgba(227, 173, 82, .17); border-radius: 11px; background: rgba(31, 24, 20, .6); }
.features h3 { color: #e9d8ba; }
.release-note { border-color: rgba(227, 173, 82, .22); background: rgba(227, 173, 82, .045); color: #c2ae8b; }
.release-note strong { color: var(--gold-light); }

.studio-section { background: radial-gradient(ellipse at 15% 30%, rgba(132, 66, 35, .14), transparent 65%), var(--panel-deep); color: var(--ink); border-block: 1px solid var(--line); }
.studio-section .section-index { color: var(--gold); }
.studio-section h2 span:last-child { color: var(--gold-light); }
.studio-location, .studio-copy > p + p, .company-line > span:first-child { color: var(--muted); }
.studio-location > span:first-child { color: var(--gold); }
.studio-copy .large-copy { color: #e9d8ba; }
.company-line { border-color: var(--line); color: #d8bf90; }
.contact-email { border-color: rgba(227, 173, 82, .45); color: var(--gold-light); }
.contact-art { width: 164px; height: 164px; transform: none; background: linear-gradient(135deg, #302319, #17110e); color: var(--gold-strong); border: 1px solid rgba(227, 173, 82, .38); border-radius: 18px; font-size: 114px; font-weight: 750; letter-spacing: -13px; padding: 0 13px 10px 0; box-shadow: inset 0 0 0 6px #e3ad5204; }
.contact-art > span { font-size: 54px; right: -13px; top: -18px; color: var(--gold); text-shadow: 0 0 25px #e3ad5225; }
.site-footer > a:not(.brand) { color: #c1ad8c; }
.site-footer a:hover { color: var(--gold); }

.image-dialog { color: var(--ink); border: 1px solid rgba(227, 173, 82, .42); background: var(--panel-deep); border-radius: 14px; box-shadow: 0 28px 90px #000a; }
.image-dialog::backdrop { background: rgba(5, 3, 2, .84); backdrop-filter: blur(4px); }
.image-dialog > img { border-radius: 8px; }
.dialog-close { width: 40px; height: 40px; border: 1px solid rgba(227, 173, 82, .45); border-radius: 8px; background: var(--panel-raised); color: var(--gold-light); box-shadow: 0 2px 12px #0005; }
.dialog-close:hover { border-color: var(--gold); }
.privacy-main h1 { color: var(--gold-light); }
.privacy-intro { color: #e4d3b5; border: 1px solid var(--line); border-radius: 11px; background: var(--gold-soft); }
.privacy-main h2 { color: #e7c37d; }
.privacy-main section > p { color: #bdaf9a; }
.privacy-main a:not(.button) { color: var(--gold); text-underline-offset: 4px; }

@media (max-width: 1100px) {
  .site-header { height: 84px; gap: 22px; }
  .site-header nav { gap: 3px; }
  .site-header nav a { padding: 15px 11px; }
  .hero h1 { letter-spacing: -4px; }
  .hero-actions { gap: 12px; }
  .panel-tag { padding-inline: 19px; }
  .screenshots { gap: 19px; padding-inline: 19px; }
  .features { gap: 12px; }
  .features article { padding: 21px; }
  .contact-art { width: 145px; height: 145px; font-size: 100px; }
}
@media (max-width: 760px) {
  .site-header { height: 80px; gap: 12px; }
  .brand { font-size: 23px; }
  .site-header nav a { padding: 14px 6px; }
  .hero h1 { font-size: clamp(44px, 14.6vw, 90px); letter-spacing: -3px; }
  .hero .status { font-size: 11px; padding: 10px; }
  .art-frame { padding: 5px; transform: none; }
  .art-label { padding: 15px 10px 10px; font-size: 9px; letter-spacing: 1px; }
  .hero-art figcaption { font-size: 11px; }
  .game-showcase { grid-template-columns: minmax(0, 1fr); }
  .character-panel > img { max-width: 345px; }
  .panel-tag { padding: 15px 18px; }
  .screenshots { gap: 24px; padding-top: 24px; }
  .screens-panel > .small-note { padding-inline: 19px; }
  .features { grid-template-columns: minmax(0, 1fr); gap: 12px; margin: 17px 0; }
  .features article { padding: 20px 20px 20px 52px; }
  .feature-number { top: 26px; left: 17px; }
}
@media (max-width: 420px) {
  .site-header { gap: 9px; }
  .hero-actions { gap: 12px; }
  .hero .status { font-size: 10px; padding-inline: 9px; }
  .screenshots { gap: 18px; }
}
