/* ===== Enophia Studios — design system (ported from the original x-dc mockup) ===== */
:root {
  --accent: #e0a85e;
  --accent-dark: #9a6b2c;
  --teal: #5bc0be;
  --blue: #7fa0ff;
  --red: #e08b84;
  --bg: #0a0c10;
  --ink: #e8e6df;
  --muted: #9aa0a8;
  --muted-2: #8b9098;
  --muted-3: #6b7178;
  --body-soft: #cdd2d8;
  --body-soft-2: #bfc4cb;
  --card-bg: rgba(255,255,255,0.025);
  --card-border: rgba(255,255,255,0.08);
  --input-bg: #0e1217;
  --input-border: rgba(255,255,255,0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: 'Space Grotesk', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh; overflow-x: hidden;
}
::selection { background: rgba(224,168,94,0.35); color: #fff; }
a { color: inherit; }
textarea, input, select { font-family: 'Space Grotesk', sans-serif; }
button { font-family: inherit; }

.bg-glow {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(80% 60% at 78% -5%, rgba(224,168,94,0.14), transparent 60%),
    radial-gradient(70% 60% at 8% 8%, rgba(91,192,190,0.10), transparent 55%),
    linear-gradient(180deg, #0a0c10, #0a0c10);
}
#site { position: relative; z-index: 1; min-height: 100vh; display: flex; flex-direction: column; }
#app { flex: 1; }

.serif { font-family: 'Instrument Serif', serif; font-weight: 400; }

/* ===== header ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(10,12,16,0.72);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.header-inner {
  max-width: 1140px; margin: 0 auto; padding: 14px 24px;
  display: flex; align-items: center; gap: 18px;
}
.brand { display: flex; align-items: center; gap: 10px; background: none; border: none; cursor: pointer; padding: 0; color: var(--ink); }
.brand-mark-img {
  width: 35px; height: 36px; flex: 0 0 auto;
  background: url('/assets/logo.png') no-repeat -42px -11px;
  background-size: 115px auto;
}
.brand-mark {
  width: 26px; height: 26px; border-radius: 7px;
  background: linear-gradient(140deg, var(--accent), var(--accent-dark));
  display: flex; align-items: center; justify-content: center;
  font-family: 'Instrument Serif', serif; font-size: 18px; color: var(--bg); font-weight: 600;
}
.brand-name { font-weight: 600; letter-spacing: 0.16em; font-size: 14px; color: var(--accent); }
.brand-studios { font-size: 10px; letter-spacing: 0.24em; margin-left: 6px; opacity: 0.9; }
.nav-links { display: flex; gap: 22px; margin-left: auto; align-items: center; }
.nav-links a, .nav-links button {
  background: none; border: none; cursor: pointer; padding: 0;
  text-decoration: none; font-size: 13.5px; color: var(--muted);
}
.nav-links a:hover, .nav-links button:hover { color: var(--ink); }
@media (max-width: 760px) { .nav-links { display: none !important; } }

/* ===== layout ===== */
.wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
section.block { max-width: 1140px; margin: 0 auto; padding: 60px 24px; scroll-margin-top: 80px; }
.sec-title { font-family: 'Instrument Serif', serif; font-weight: 400; font-size: clamp(34px, 4.5vw, 52px); margin: 0 0 8px; letter-spacing: -0.3px; }
.sec-sub { color: var(--muted-2); font-size: 16px; margin: 0 0 36px; }

/* ===== buttons ===== */
.btn { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; cursor: pointer; border: none; font-family: inherit; }
.btn-primary { padding: 14px 26px; border-radius: 11px; background: var(--accent); color: var(--bg); font-weight: 600; font-size: 15px; }
.btn-primary-sm { padding: 12px 22px; border-radius: 11px; background: var(--accent); color: var(--bg); font-weight: 600; font-size: 14px; }
.btn-ghost { padding: 14px 26px; border-radius: 11px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); color: var(--ink); font-weight: 500; font-size: 15px; }
.btn-ghost-sm { padding: 12px 22px; border-radius: 11px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); color: var(--ink); font-weight: 500; font-size: 14px; }
.btn-back { text-decoration: none; background: none; border: none; cursor: pointer; color: var(--muted); font-size: 14px; padding: 0; margin-bottom: 30px; display: flex; align-items: center; gap: 7px; }
.btn-back:hover { color: var(--ink); }

/* ===== kicker chip ===== */
.kicker {
  display: inline-flex; align-items: center; gap: 9px; padding: 6px 14px;
  border: 1px solid rgba(224,168,94,0.3); border-radius: 999px;
  font-size: 12px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--accent);
}
.kicker .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px var(--accent); }

/* ===== hero ===== */
.hero { max-width: 1140px; margin: 0 auto; padding: 96px 24px 70px; position: relative; }
.hero-box { max-width: 780px; }
.hero h1 { font-family: 'Instrument Serif', serif; font-weight: 400; font-size: clamp(46px, 7vw, 86px); line-height: 1.02; margin: 0 0 26px; letter-spacing: -0.5px; }
.hero p { font-size: clamp(16px, 2vw, 19px); line-height: 1.65; color: #aab0b8; max-width: 600px; margin: 0 0 38px; }
.hero .kicker { margin-bottom: 28px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

/* ===== cards ===== */
.card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 16px; }

/* game cards */
.games-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 22px; }
.game-card {
  text-decoration: none;
  text-align: left; cursor: pointer; background: var(--card-bg);
  border: 1px solid var(--card-border); border-radius: 16px; padding: 0;
  overflow: hidden; color: var(--ink); display: flex; flex-direction: column;
  transition: border-color .2s, background .2s;
}
.game-card:hover { border-color: rgba(224,168,94,0.4); background: rgba(255,255,255,0.045); }
.game-cover { position: relative; height: 170px; display: flex; align-items: flex-end; background-size: cover; background-position: center; }
.game-cover .letter {
  font-family: 'Instrument Serif', serif; font-size: 80px; color: rgba(255,255,255,0.16);
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.game-status {
  position: absolute; top: 12px; right: 12px; padding: 5px 11px; border-radius: 999px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.05em;
  background: rgba(10,12,16,0.6); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,0.12);
}
.game-card-body { padding: 18px 20px 22px; }
.game-genre { font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }
.game-card-body h3 { font-size: 21px; margin: 0 0 9px; font-weight: 600; }
.game-card-body p { font-size: 14px; line-height: 1.55; color: var(--muted); margin: 0; }
.game-cta { margin-top: 16px; font-size: 13px; font-weight: 600; color: var(--accent); display: flex; align-items: center; gap: 6px; }

/* vision/mission */
.vm-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; }
.vm-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 16px; padding: 34px; }
.vm-label { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.vm-label.teal { color: var(--teal); }
.vm-card p { font-size: 18px; line-height: 1.6; color: var(--body-soft); margin: 0; }

/* next cards */
.next-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.next-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 16px; padding: 30px; }
.next-chip { display: inline-block; padding: 4px 11px; border-radius: 999px; font-size: 11px; font-weight: 600; margin-bottom: 18px; }
.next-chip.c0 { background: rgba(91,140,255,0.14); color: var(--blue); }
.next-chip.c1 { background: rgba(91,192,190,0.14); color: var(--teal); }
.next-chip.c2 { background: rgba(224,168,94,0.14); color: var(--accent); }
.next-card h3 { font-size: 19px; margin: 0 0 10px; font-weight: 600; }
.next-card p { font-size: 14px; line-height: 1.55; color: var(--muted); margin: 0; }

/* story */
.story-box {
  background: linear-gradient(150deg, rgba(224,168,94,0.07), rgba(91,192,190,0.04));
  border: 1px solid var(--card-border); border-radius: 22px;
  padding: clamp(34px, 5vw, 60px);
  display: grid; grid-template-columns: auto 1fr; gap: clamp(24px, 4vw, 56px); align-items: center;
}
@media (max-width: 640px) { .story-box { grid-template-columns: 1fr; } }
.story-stat { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.story-stat .num { font-family: 'Instrument Serif', serif; font-size: clamp(72px, 11vw, 140px); line-height: 0.9; color: var(--accent); }
.story-stat .lbl { font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted-2); }
.story-box h2 { font-family: 'Instrument Serif', serif; font-weight: 400; font-size: clamp(28px, 3.5vw, 42px); margin: 0 0 16px; letter-spacing: -0.3px; }
.story-box p { font-size: 17px; line-height: 1.65; color: var(--body-soft); margin: 0; max-width: 620px; }

/* team */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.team-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 16px; padding: 30px; display: flex; gap: 20px; align-items: center; }
.avatar {
  width: 64px; height: 64px; flex: none; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Instrument Serif', serif; font-size: 26px; color: var(--bg);
}
.avatar.g0 { background: linear-gradient(140deg, var(--accent), var(--accent-dark)); }
.avatar.g1 { background: linear-gradient(140deg, var(--teal), #2c6b6a); }
.team-card h3 { font-size: 19px; margin: 0 0 4px; font-weight: 600; }
.team-roleline { font-size: 13.5px; color: var(--accent); margin-bottom: 3px; }
.team-role { font-size: 13px; color: var(--muted-2); margin-bottom: 12px; }
.team-card a { font-size: 13px; color: var(--muted); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.18); }

/* stores */
.stores-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; }
.store-card {
  text-decoration: none; color: var(--ink);
  border: 1px solid rgba(255,255,255,0.09); border-radius: 18px; padding: 28px;
  display: flex; flex-direction: column; gap: 18px;
  transition: border-color .2s, transform .2s;
}
a.store-card:hover { transform: translateY(-3px); }
.store-card.itch { background: linear-gradient(160deg, rgba(91,192,190,0.07), rgba(255,255,255,0.02)); }
a.store-card.itch:hover { border-color: rgba(91,192,190,0.45); }
.store-card.steam { background: linear-gradient(160deg, rgba(91,140,255,0.07), rgba(255,255,255,0.02)); }
.store-card.gplay { background: linear-gradient(160deg, rgba(224,168,94,0.07), rgba(255,255,255,0.02)); }
.store-card.yt { background: linear-gradient(160deg, rgba(196,84,74,0.07), rgba(255,255,255,0.02)); }
a.store-card.yt:hover { border-color: rgba(196,84,74,0.45); }
.store-head { display: flex; align-items: center; justify-content: space-between; }
.store-icon {
  width: 48px; height: 48px; border-radius: 13px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Instrument Serif', serif; font-size: 24px;
}
.store-icon.itch { background: rgba(91,192,190,0.14); border: 1px solid rgba(91,192,190,0.25); color: var(--teal); }
.store-icon.steam { background: rgba(91,140,255,0.14); border: 1px solid rgba(91,140,255,0.25); color: var(--blue); }
.store-icon.gplay { background: rgba(224,168,94,0.14); border: 1px solid rgba(224,168,94,0.25); color: var(--accent); }
.store-icon.yt { background: rgba(196,84,74,0.14); border: 1px solid rgba(196,84,74,0.28); color: var(--red); }
.store-badge { padding: 5px 12px; border-radius: 999px; font-size: 11px; font-weight: 600; }
.store-badge.live { background: rgba(91,192,190,0.16); color: var(--teal); }
.store-badge.soon { background: rgba(91,140,255,0.16); color: var(--blue); }
.store-badge.returning { background: rgba(224,168,94,0.16); color: var(--accent); }
.store-name { font-size: 18px; font-weight: 600; margin-bottom: 7px; }
.store-card p { font-size: 13.5px; line-height: 1.5; color: var(--muted); margin: 0; }
.store-foot { font-size: 13px; font-weight: 600; display: flex; align-items: center; gap: 6px; }
.store-foot.itch { color: var(--teal); }
.store-foot.yt { color: var(--red); }
.store-foot.off { color: var(--muted-3); font-weight: 500; }

/* press */
.press-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 36px; align-items: start; }
.press-grid .sec-title { margin-bottom: 14px; }
.press-grid > div:first-child p { color: var(--muted); font-size: 16px; line-height: 1.6; margin: 0 0 24px; }
.press-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.press-facts { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 16px; padding: 10px 28px; }
.press-row { display: flex; justify-content: space-between; gap: 16px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.press-row:last-child { border-bottom: none; }
.press-row .k { color: var(--muted-2); font-size: 14px; }
.press-row .v { font-size: 14px; font-weight: 500; }
.press-row .v.accent { color: var(--accent); }

/* contact */
.contact-box {
  position: relative; overflow: hidden;
  background: linear-gradient(155deg, rgba(224,168,94,0.10), rgba(91,192,190,0.05));
  border: 1px solid rgba(255,255,255,0.1); border-radius: 26px;
  padding: clamp(44px, 6vw, 76px) 24px;
}
.contact-box::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(55% 75% at 50% 0%, rgba(224,168,94,0.13), transparent 70%);
}
.contact-inner { position: relative; text-align: center; max-width: 620px; margin: 0 auto; }
.contact-inner .kicker { margin-bottom: 24px; }
.contact-inner h2 { font-family: 'Instrument Serif', serif; font-weight: 400; font-size: clamp(34px, 5vw, 58px); margin: 0 0 16px; letter-spacing: -0.3px; }
.contact-inner > p { color: #aeb4bc; font-size: 17px; line-height: 1.6; margin: 0 0 34px; }
.contact-email {
  text-decoration: none; display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 32px; border-radius: 13px; background: var(--accent); color: var(--bg);
  font-weight: 600; font-size: 16px; margin-bottom: 36px;
}
.contact-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px; max-width: 520px; margin: 0 auto; }
.contact-links a {
  text-decoration: none; color: var(--body-soft); background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 14px;
  font-size: 14px; font-weight: 500; display: flex; align-items: center; justify-content: center; gap: 7px;
  transition: border-color .2s, color .2s;
}
.contact-links a:hover { border-color: rgba(224,168,94,0.4); color: #fff; }

/* ===== about / blog pages ===== */
.page-narrow { max-width: 820px; margin: 0 auto; padding: 70px 24px 90px; }
.page-blog { max-width: 900px; margin: 0 auto; padding: 70px 24px 90px; }
.page-post { max-width: 760px; margin: 0 auto; padding: 40px 24px 90px; }
.page-kicker { font-size: 12.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.page-title { font-family: 'Instrument Serif', serif; font-weight: 400; font-size: clamp(42px, 6vw, 72px); line-height: 1.02; margin: 0 0 28px; letter-spacing: -0.5px; }
.about-logo { display: block; width: 100%; max-width: 320px; height: auto; margin: 0 auto 40px; }
.about-lead { font-size: 21px; line-height: 1.6; color: var(--body-soft); margin: 0 0 48px; font-family: 'Instrument Serif', serif; font-style: italic; }
.about-grid { display: grid; gap: 36px; }
.about-grid h2 { font-size: 22px; font-weight: 600; margin: 0 0 12px; }
.about-grid > div > p { font-size: 16px; line-height: 1.7; color: var(--body-soft-2); margin: 0; }
.about-vm { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.about-vm-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 16px; padding: 28px; }
.about-vm-card .vm-label { margin-bottom: 12px; }
.about-vm-card p { font-size: 15.5px; line-height: 1.6; color: var(--body-soft); margin: 0; }
.milestone { display: flex; gap: 18px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.milestone:last-child { border-bottom: none; }
.milestone .year { font-family: 'Instrument Serif', serif; font-size: 20px; color: var(--accent); min-width: 70px; }
.milestone .year.now { color: var(--teal); }
.milestone .what strong { font-weight: 600; }
.milestone .what span { color: var(--muted-2); }
.about-team { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.about-team-row { display: flex; gap: 16px; align-items: center; }
.about-team-row .nm { font-weight: 600; }
.about-team-row .rl { font-size: 13px; color: var(--muted-2); }

/* blog */
.blog-sub { font-size: 17px; line-height: 1.6; color: var(--muted); margin: 0 0 48px; max-width: 560px; }
.blog-list { display: grid; gap: 16px; }
.blog-item {
  text-decoration: none;
  text-align: left; cursor: pointer; background: var(--card-bg);
  border: 1px solid var(--card-border); border-radius: 16px; padding: 26px 28px;
  color: var(--ink); display: flex; flex-direction: column; gap: 8px;
  transition: border-color .2s, background .2s; font-family: inherit;
}
.blog-item:hover { border-color: rgba(224,168,94,0.4); background: rgba(255,255,255,0.045); }
.blog-item .date { font-size: 12.5px; color: var(--muted-2); }
.blog-item h3 { font-size: 21px; margin: 0; font-weight: 600; }
.blog-item p { font-size: 14.5px; line-height: 1.55; color: var(--muted); margin: 0; }
.blog-item .read { margin-top: 6px; font-size: 13px; font-weight: 600; color: var(--accent); display: flex; align-items: center; gap: 6px; }
.blog-empty { color: var(--muted-3); font-size: 15px; }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 400px)); gap: 22px; justify-content: center; }
.blog-card { text-decoration: none; color: var(--ink); background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; transition: border-color .2s, transform .2s; }
.blog-card:hover { border-color: rgba(224,168,94,0.4); transform: translateY(-3px); }
.blog-card-cover { position: relative; height: 172px; background-size: cover; background-position: center; }
.blog-card-cover.nocover { display: flex; align-items: center; justify-content: center; background: radial-gradient(120% 120% at 30% 20%, rgba(224,168,94,0.22), transparent 60%), linear-gradient(160deg,#161a20,#0d1014); }
.blog-card-cover.nocover span { font-family: 'Instrument Serif', serif; font-size: 60px; color: rgba(255,255,255,0.18); }
.blog-card-body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.blog-card-body .date { font-size: 12.5px; color: var(--muted-2); }
.blog-card-body h3 { font-size: 19px; margin: 0; font-weight: 600; line-height: 1.3; }
.blog-card-body p { font-size: 14px; line-height: 1.55; color: var(--muted); margin: 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.blog-card-body .read { margin-top: auto; padding-top: 4px; font-size: 13px; font-weight: 600; color: var(--accent); }

/* ===== Yenilikler (latest posts) strip — manual horizontal scroll, no auto-rotate ===== */
.updates-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 28px; flex-wrap: wrap; }
.updates-strip { display: flex; gap: 20px; overflow-x: auto; padding: 4px 4px 14px; scroll-snap-type: x proximity; }
.updates-strip::-webkit-scrollbar { height: 8px; }
.updates-strip::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.12); border-radius: 999px; }
.update-card {
  scroll-snap-align: start; flex: 0 0 320px; max-width: 320px;
  text-decoration: none; color: var(--ink);
  background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 16px;
  overflow: hidden; display: flex; flex-direction: column;
  transition: border-color .2s, transform .2s;
}
.update-card:hover { border-color: rgba(224,168,94,0.4); transform: translateY(-3px); }
.update-cover { position: relative; height: 150px; background-size: cover; background-position: center; }
.update-cover.nocover { display: flex; align-items: center; justify-content: center; background: radial-gradient(120% 120% at 30% 20%, rgba(224,168,94,0.25), transparent 60%), linear-gradient(160deg,#161a20,#0d1014); }
.update-cover.nocover span { font-family: 'Instrument Serif', serif; font-size: 56px; color: rgba(255,255,255,0.18); }
.update-body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.update-date { font-size: 12.5px; color: var(--muted-2); }
.update-body h3 { font-size: 18px; margin: 0; font-weight: 600; line-height: 1.3; }
.update-body p { font-size: 14px; line-height: 1.55; color: var(--muted); margin: 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.update-read { margin-top: auto; padding-top: 4px; font-size: 13px; font-weight: 600; color: var(--accent); }
@media (max-width: 480px) { .update-card { flex-basis: 82vw; max-width: 82vw; } }
.post-cover { width: 100%; border-radius: 16px; border: 1px solid var(--card-border); margin-bottom: 24px; display: block; }
.post-cover-wrap { position: relative; }
.post-cover-wrap .post-cover { margin-bottom: 24px; }

/* ===== blog cover text overlay (label + version badge) ===== */
.cover-tag {
  position: absolute; left: 0; right: 0; bottom: 0;
  display: flex; align-items: center; gap: 10px;
  padding: 12px 15px; pointer-events: none;
  background: linear-gradient(180deg, rgba(10,12,16,0) 0%, rgba(10,12,16,0.7) 100%);
  border-bottom-left-radius: 16px; border-bottom-right-radius: 16px;
}
.cover-tag-label {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700;
  font-size: 14px; letter-spacing: .4px; text-transform: uppercase;
  color: #fff; text-shadow: 0 1px 6px rgba(0,0,0,0.55);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.cover-tag-ver {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700;
  font-size: 12px; letter-spacing: .5px; color: #17120a;
  background: linear-gradient(180deg, #e7b660, #d09a3d);
  padding: 3px 9px; border-radius: 999px; flex: 0 0 auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.update-cover .cover-tag { border-radius: 0; }
.post-cover-wrap .cover-tag { padding: 16px 18px; bottom: 24px; }
.post-cover-wrap .cover-tag-label { font-size: 19px; }
.post-cover-wrap .cover-tag-ver { font-size: 13px; padding: 4px 11px; }
.post-date { font-size: 12.5px; color: var(--muted-2); }
.post-title { font-family: 'Instrument Serif', serif; font-weight: 400; font-size: clamp(36px, 5.5vw, 58px); line-height: 1.05; margin: 10px 0 26px; letter-spacing: -0.4px; }
.post-body { font-size: 16px; line-height: 1.8; color: var(--body-soft); white-space: pre-wrap; margin: 0; }

/* ===== game detail ===== */
.page-game { max-width: 1000px; margin: 0 auto; padding: 40px 24px 90px; }
.game-hero {
  position: relative; width: 100%; height: clamp(220px, 40vw, 420px);
  border-radius: 20px; margin-bottom: 30px; overflow: hidden;
  background-size: cover; background-position: center;
  border: 1px solid var(--card-border);
}
.game-hero .letter {
  font-family: 'Instrument Serif', serif; font-size: 150px; color: rgba(255,255,255,0.14);
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.game-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 14px; }
.game-head .genre { font-size: 12.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }
.game-head h1 { font-family: 'Instrument Serif', serif; font-weight: 400; font-size: clamp(40px, 6vw, 68px); line-height: 1.02; margin: 0; letter-spacing: -0.5px; }
.game-head .btn-primary { white-space: nowrap; }
.game-tagline { font-size: 20px; line-height: 1.5; color: var(--body-soft); margin: 0 0 28px; max-width: 680px; font-family: 'Instrument Serif', serif; font-style: italic; }
.game-chips { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 44px; }
.chip { padding: 7px 14px; border-radius: 999px; font-size: 13px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); }
.chip.jam { background: rgba(224,168,94,0.12); border-color: rgba(224,168,94,0.3); color: var(--accent); }
.detail-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; margin-bottom: 44px; }
.detail-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 16px; padding: 30px; }
.detail-card .vm-label { margin-bottom: 14px; }
.detail-card p { font-size: 15.5px; line-height: 1.65; color: var(--body-soft-2); margin: 0; }
.detail-label { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 18px; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 14px; margin-bottom: 44px; }
.feature-row {
  display: flex; gap: 12px; align-items: flex-start;
  background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px; padding: 18px 20px;
}
.feature-row .diamond { color: var(--accent); font-size: 16px; line-height: 1.5; }
.feature-row .txt { font-size: 14.5px; line-height: 1.55; color: var(--body-soft-2); }
.shots-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; margin-bottom: 44px; }
.shots-grid img { width: 100%; border-radius: 12px; border: 1px solid var(--card-border); display: block; }
.trailer-box { position: relative; padding-top: 56.25%; border-radius: 16px; overflow: hidden; border: 1px solid var(--card-border); }
.trailer-box iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ===== footer ===== */
.site-footer { border-top: 1px solid rgba(255,255,255,0.07); padding: 30px 24px; margin-top: 20px; }
.footer-inner { max-width: 1140px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.footer-inner span { font-size: 13px; color: var(--muted-3); }
#footer-mark { cursor: default; user-select: none; }

/* ===== forms ===== */
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 12px; color: var(--muted-2); margin-bottom: 6px; }
.input, textarea.input {
  width: 100%; background: var(--input-bg); border: 1px solid var(--input-border);
  border-radius: 8px; padding: 10px 12px; color: var(--ink); font-size: 14px;
}
textarea.input { resize: vertical; }
.input:focus { outline: none; border-color: rgba(224,168,94,0.5); }
.form-error { color: var(--red); font-size: 13px; margin: 0 0 14px; }
.form-ok { color: var(--teal); font-size: 13px; margin: 0 0 14px; }

/* ===== admin: login ===== */
.login-page { max-width: 420px; margin: 0 auto; padding: 90px 24px; }
.login-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.09); border-radius: 20px; padding: 36px; }
.login-logo {
  width: 44px; height: 44px; border-radius: 12px;
  background: linear-gradient(140deg, var(--accent), var(--accent-dark));
  display: flex; align-items: center; justify-content: center;
  font-family: 'Instrument Serif', serif; font-size: 22px; color: var(--bg); font-weight: 600; margin-bottom: 22px;
}
.login-card h1 { font-family: 'Instrument Serif', serif; font-weight: 400; font-size: 26px; margin: 0 0 8px; }
.login-card .sub { color: var(--muted); font-size: 14px; line-height: 1.55; margin: 0 0 24px; }
.login-submit {
  width: 100%; cursor: pointer; padding: 13px; border-radius: 10px;
  background: var(--accent); color: var(--bg); border: none; font-weight: 600; font-size: 14.5px;
}
.login-back { margin-top: 22px; background: none; border: none; cursor: pointer; color: var(--muted-3); font-size: 13px; padding: 0; }

/* ===== admin: panel ===== */
.admin-page { max-width: 860px; margin: 0 auto; padding: 28px 24px 90px; }
.admin-banner {
  position: relative; overflow: hidden;
  background: linear-gradient(150deg, rgba(224,168,94,0.12), rgba(91,192,190,0.05));
  border: 1px solid rgba(255,255,255,0.1); border-radius: 20px;
  padding: 30px 30px 26px; margin-bottom: 22px;
}
.admin-banner::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(60% 90% at 88% 0%, rgba(224,168,94,0.14), transparent 65%);
}
.admin-banner-inner { position: relative; }
.admin-banner-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.admin-id { display: flex; gap: 16px; align-items: center; }
.admin-logo {
  width: 52px; height: 52px; flex: none; border-radius: 14px;
  background: linear-gradient(140deg, var(--accent), var(--accent-dark));
  display: flex; align-items: center; justify-content: center;
  font-family: 'Instrument Serif', serif; font-size: 28px; color: var(--bg); font-weight: 600;
}
.admin-banner h1 { font-family: 'Instrument Serif', serif; font-weight: 400; font-size: 34px; margin: 0 0 3px; letter-spacing: -0.3px; }
.save-status { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; color: var(--teal); }
.save-status .dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 8px currentColor; }
.save-status.saving { color: var(--accent); }
.save-status.error { color: var(--red); }
.admin-banner-sub { color: #aeb4bc; font-size: 14px; margin: 18px 0 0; line-height: 1.6; max-width: 560px; }
.admin-actions { display: flex; gap: 10px; align-items: center; }
.lang-toggle { display: flex; gap: 4px; align-items: center; background: rgba(10,12,16,0.4); border: 1px solid rgba(255,255,255,0.1); border-radius: 999px; padding: 3px; }
.lang-toggle button { border: none; cursor: pointer; border-radius: 999px; padding: 6px 14px; font-size: 13px; font-weight: 600; background: transparent; color: var(--muted); }
.lang-toggle button.on { background: var(--accent); color: var(--bg); }
.btn-danger-sm { cursor: pointer; padding: 9px 16px; border-radius: 9px; background: rgba(196,84,74,0.12); border: 1px solid rgba(196,84,74,0.3); color: var(--red); font-weight: 500; font-size: 13px; }

.admin-toolbar {
  display: flex; gap: 10px; flex-wrap: wrap; align-items: center;
  background: rgba(14,18,23,0.85);
  border: 1px solid rgba(255,255,255,0.08); border-radius: 13px;
  padding: 12px 14px; margin-bottom: 16px;
}

/* sticky section jump-nav — makes the long panel easy to navigate */
.admin-nav {
  position: sticky; top: 56px; z-index: 30;
  display: flex; flex-wrap: wrap; gap: 7px; align-items: center;
  background: rgba(14,18,23,0.92); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.08); border-radius: 13px;
  padding: 10px 12px; margin-bottom: 28px;
}
.admin-nav-title { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted-3); margin-right: 4px; }
.nav-chip {
  cursor: pointer; padding: 6px 12px; border-radius: 999px; font-size: 12.5px;
  border: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.04); color: var(--muted);
  font-family: inherit; transition: color .15s, border-color .15s, background .15s;
}
.nav-chip:hover { color: var(--ink); border-color: rgba(224,168,94,0.4); background: rgba(224,168,94,0.1); }
@media (max-width: 760px) { .admin-nav { display: none; } }
.tb-btn { cursor: pointer; padding: 10px 18px; border-radius: 9px; font-size: 13.5px; display: inline-flex; align-items: center; gap: 7px; }
.tb-primary { background: var(--accent); color: var(--bg); border: none; font-weight: 600; }
.tb-ghost { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); color: var(--ink); font-weight: 500; }
.tb-danger { background: rgba(196,84,74,0.12); border: 1px solid rgba(196,84,74,0.35); color: var(--red); font-weight: 500; }
.tb-right { margin-left: auto; }

.admin-section { background: rgba(255,255,255,0.025); border: 1px solid var(--card-border); border-radius: 16px; padding: 30px 30px 32px; margin-bottom: 26px; scroll-margin-top: 130px; }
.admin-section > h2 { display: flex; align-items: center; gap: 12px; font-size: 16px; margin: 0 0 24px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,0.07); font-weight: 600; color: var(--ink); }
.sec-num { width: 26px; height: 26px; flex: none; border-radius: 8px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 600; color: var(--muted); font-family: 'Instrument Serif', serif; }
.admin-section .icon {
  width: 30px; height: 30px; border-radius: 9px;
  background: rgba(224,168,94,0.14); border: 1px solid rgba(224,168,94,0.25);
  display: flex; align-items: center; justify-content: center; color: var(--accent); font-size: 14px;
}
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 560px) { .grid-2 { grid-template-columns: 1fr; } }
.row-sep { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 16px; margin-top: 16px; }
.mini-danger { cursor: pointer; padding: 7px 14px; border-radius: 8px; background: rgba(196,84,74,0.1); border: 1px solid rgba(196,84,74,0.3); color: var(--red); font-size: 12.5px; }
.mini-add { margin-top: 18px; cursor: pointer; padding: 10px 18px; border-radius: 9px; background: rgba(224,168,94,0.12); border: 1px solid rgba(224,168,94,0.3); color: var(--accent); font-weight: 600; font-size: 13.5px; }
.tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.tab { cursor: pointer; padding: 8px 14px; border-radius: 8px; font-size: 13px; border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.03); color: var(--muted); }
.tab.on { font-weight: 600; border-color: var(--accent); background: rgba(224,168,94,0.12); color: var(--accent); }
.tab-add { cursor: pointer; padding: 8px 14px; border-radius: 8px; font-size: 13px; font-weight: 600; border: 1px dashed rgba(224,168,94,0.4); background: transparent; color: var(--accent); }
.check-row { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--body-soft); margin-bottom: 16px; }
.check-row input { width: auto; }
.hint { color: var(--muted-3); font-size: 12.5px; margin: 4px 0 0; }

/* AI blog generator controls */
.key-row { display: flex; gap: 10px; align-items: stretch; }
.key-row .input { flex: 1; }
.key-row .tb-btn { white-space: nowrap; }
.cover-preview { display: block; width: 100%; max-width: 380px; height: 150px; object-fit: cover; border-radius: 12px; border: 1px solid var(--card-border); }
.cover-preview.empty { display: flex; align-items: center; justify-content: center; color: var(--muted-3); font-size: 13px; background: rgba(255,255,255,0.03); }
.seg { display: inline-flex; gap: 4px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; padding: 4px; }
.seg-btn { cursor: pointer; padding: 8px 16px; border-radius: 7px; font-size: 13px; border: none; background: transparent; color: var(--muted); font-family: inherit; font-weight: 500; }
.seg-btn.on { background: rgba(155,108,216,0.2); color: #c9a9ec; }
#ai-gen-btn { margin-top: 4px; }
#ai-gen-btn:disabled { opacity: 0.6; cursor: default; }

.slider-settings { background: rgba(255,255,255,0.02); border: 1px dashed rgba(255,255,255,0.14); border-radius: 12px; padding: 18px 20px; margin-bottom: 22px; }
.slider-settings-h { font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 14px; }

/* AI assistant chat */
.chat-log { display: flex; flex-direction: column; gap: 10px; max-height: 420px; overflow-y: auto; padding: 6px 4px; margin-bottom: 14px; }
.chat-empty { color: var(--muted-3); font-size: 13.5px; text-align: center; padding: 24px 0; }
.chat-msg { max-width: 82%; padding: 11px 15px; border-radius: 14px; font-size: 14px; line-height: 1.55; white-space: normal; word-wrap: break-word; }
.chat-msg.user { align-self: flex-end; background: rgba(155,108,216,0.18); border: 1px solid rgba(155,108,216,0.3); color: #e8e6df; border-bottom-right-radius: 4px; }
.chat-msg.assistant { align-self: flex-start; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: var(--body-soft); border-bottom-left-radius: 4px; }
.chat-msg.note { align-self: center; background: rgba(91,192,190,0.12); border: 1px solid rgba(91,192,190,0.28); color: var(--teal); font-size: 12.5px; }
.chat-confirm { background: rgba(224,168,94,0.08); border: 1px solid rgba(224,168,94,0.3); border-radius: 12px; padding: 16px 18px; margin-bottom: 14px; }
.chat-confirm-h { font-size: 13.5px; font-weight: 600; color: var(--accent); margin-bottom: 10px; }
.chat-confirm ul { margin: 0 0 14px; padding-left: 18px; color: var(--body-soft); font-size: 13.5px; line-height: 1.7; }
.chat-confirm-btns { display: flex; gap: 10px; }
.chat-input-row { display: flex; gap: 10px; align-items: flex-end; }
.chat-input-row textarea { flex: 1; resize: vertical; }
.chat-input-row .tb-btn { white-space: nowrap; }
