/* ============================================
   一朴的小窝 🏠 — 明亮活泼主题
   ============================================ */

:root {
  --primary: #ff6b6b;        /* 珊瑚红 */
  --primary-dark: #ee5253;
  --secondary: #4ecdc4;      /* 薄荷绿 */
  --accent: #ffd93d;         /* 柠檬黄 */
  --purple: #a29bfe;         /* 淡紫 */
  --blue: #54a0ff;           /* 天蓝 */
  --orange: #ff9f43;         /* 橙 */
  --bg: #fff8f0;             /* 暖白背景 */
  --card-bg: #ffffff;
  --text: #3d3d3d;
  --text-light: #8a8a8a;
  --shadow: 0 6px 20px rgba(255, 107, 107, 0.12);
  --shadow-hover: 0 10px 28px rgba(255, 107, 107, 0.22);
  --radius: 20px;
  --font: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-image:
    radial-gradient(circle at 12% 8%, rgba(255, 217, 61, 0.18) 0, transparent 18%),
    radial-gradient(circle at 88% 16%, rgba(164, 155, 254, 0.15) 0, transparent 20%),
    radial-gradient(circle at 75% 85%, rgba(78, 205, 196, 0.14) 0, transparent 22%);
}

.container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.hidden { display: none !important; }

/* ============ 顶部导航 ============ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 3px solid rgba(255, 107, 107, 0.15);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--text);
  font-weight: 800;
  font-size: 1.3rem;
}

.logo-icon {
  font-size: 1.7rem;
  animation: wiggle 3s ease-in-out infinite;
}

@keyframes wiggle {
  0%, 100% { transform: rotate(-6deg); }
  50% { transform: rotate(6deg); }
}

.logo-text {
  background: linear-gradient(90deg, var(--primary), var(--orange));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-nav { display: flex; gap: 6px; }

.nav-link {
  text-decoration: none;
  color: var(--text);
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 600;
  transition: all 0.25s;
}

.nav-link:hover { background: rgba(255, 107, 107, 0.1); color: var(--primary-dark); }

.nav-link.active {
  background: linear-gradient(135deg, var(--primary), var(--orange));
  color: #fff;
  box-shadow: 0 4px 12px rgba(255, 107, 107, 0.35);
}

.ai-link {
  background: linear-gradient(135deg, var(--purple), var(--blue));
  color: #fff;
}

.ai-link:hover { color: #fff; transform: translateY(-2px); }

.game-link {
  background: linear-gradient(135deg, var(--orange), var(--primary));
  color: #fff;
}

.game-link:hover { color: #fff; transform: translateY(-2px); }

.menu-btn {
  display: none;
  background: none;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
}

/* ============ 通用卡片/按钮 ============ */
.card {
  background: var(--card-bg);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 22px;
  border: 2px solid rgba(255, 107, 107, 0.08);
}

.btn {
  display: inline-block;
  border: none;
  border-radius: 999px;
  padding: 10px 22px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s;
  font-family: var(--font);
}

.btn-hero {
  background: linear-gradient(135deg, var(--purple), var(--blue));
  color: #fff;
  font-size: 1.1rem;
  padding: 14px 30px;
  box-shadow: 0 6px 16px rgba(162, 155, 254, 0.4);
}

.btn-hero:hover { transform: translateY(-3px) scale(1.03); }

/* ============ 首页 Hero ============ */
.hero {
  margin: 26px 0 30px;
  padding: 44px 30px;
  border-radius: 28px;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, var(--primary) 0%, var(--orange) 55%, var(--accent) 120%);
  box-shadow: 0 12px 32px rgba(255, 107, 107, 0.35);
  position: relative;
  overflow: hidden;
}

.hero::before, .hero::after {
  content: "✨";
  position: absolute;
  font-size: 2.4rem;
  opacity: 0.5;
  animation: float 4s ease-in-out infinite;
}

.hero::before { top: 18px; left: 26px; }
.hero::after { bottom: 18px; right: 30px; animation-delay: 1.5s; }

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.hero-emoji { font-size: 2.8rem; margin-bottom: 8px; letter-spacing: 6px; }

.hero-title { font-size: 2.2rem; margin-bottom: 10px; }

.highlight {
  background: rgba(255, 255, 255, 0.25);
  padding: 2px 12px;
  border-radius: 999px;
  display: inline-block;
}

.hero-sub { font-size: 1.05rem; opacity: 0.95; margin-bottom: 22px; }

/* ============ 首页布局 ============ */
.home-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 24px;
  align-items: start;
}

.section-head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 16px;
}

.section-head h2 { font-size: 1.4rem; color: var(--text); }

.section-tip { color: var(--text-light); font-size: 0.9rem; }

.post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 18px;
}

.post-card {
  background: var(--card-bg);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 20px;
  text-decoration: none;
  color: var(--text);
  border: 2px solid rgba(255, 107, 107, 0.08);
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.post-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(255, 107, 107, 0.35);
}

.post-cover {
  font-size: 2.6rem;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  margin-bottom: 4px;
}

.post-card h3 { font-size: 1.12rem; line-height: 1.4; }

.post-excerpt {
  color: var(--text-light);
  font-size: 0.92rem;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.82rem;
  color: var(--text-light);
}

.tag-mini {
  display: inline-block;
  background: rgba(78, 205, 196, 0.15);
  color: #2c9c95;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
}

.empty-box {
  text-align: center;
  padding: 50px 20px;
  color: var(--text-light);
  font-size: 1.1rem;
  background: var(--card-bg);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

/* ============ 侧边栏 ============ */
.sidebar { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 80px; }

.profile-card { text-align: center; }

.avatar {
  width: 84px;
  height: 84px;
  font-size: 3rem;
  background: linear-gradient(135deg, var(--accent), var(--orange));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  box-shadow: 0 6px 16px rgba(255, 159, 67, 0.4);
}

.profile-card h3 { font-size: 1.25rem; margin-bottom: 2px; }

.profile-desc { color: var(--text-light); font-size: 0.9rem; margin-bottom: 12px; }

.hobby-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.hobby-tag {
  background: var(--bg);
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 0.82rem;
  font-weight: 600;
  border: 1.5px solid rgba(255, 107, 107, 0.2);
}

.hot-card h3 { margin-bottom: 12px; font-size: 1.05rem; }

.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }

.tag-chip {
  display: inline-block;
  background: linear-gradient(135deg, rgba(78, 205, 196, 0.18), rgba(84, 160, 255, 0.18));
  color: #28706b;
  padding: 4px 14px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s;
  border: 1.5px solid transparent;
  text-decoration: none;
}

.tag-chip:hover { transform: scale(1.06); border-color: var(--secondary); }

/* ============ 文章详情 ============ */
.post-detail { padding: 34px; max-width: 820px; margin: 26px auto; }

.post-detail-head { text-align: center; margin-bottom: 24px; }

.post-emoji { font-size: 3rem; display: block; margin-bottom: 8px; }

.post-detail-head h1 { font-size: 1.9rem; line-height: 1.4; margin-bottom: 10px; }

.post-meta { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; color: var(--text-light); font-size: 0.9rem; }

.post-meta .tag-mini { color: var(--primary); background: rgba(255, 107, 107, 0.1); }

.post-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 2px dashed rgba(255, 107, 107, 0.2);
}

.post-nav-link {
  text-decoration: none;
  color: var(--primary-dark);
  font-weight: 600;
  font-size: 0.95rem;
}

.post-nav-link:hover { text-decoration: underline; }

/* ============ Markdown 内容 ============ */
.markdown-body { font-size: 1.02rem; }

.markdown-body h1, .markdown-body h2, .markdown-body h3 {
  margin: 1.5em 0 0.6em;
  line-height: 1.4;
}

.markdown-body h1 { font-size: 1.6rem; }
.markdown-body h2 {
  font-size: 1.35rem;
  padding-left: 12px;
  border-left: 5px solid var(--primary);
}
.markdown-body h3 { font-size: 1.15rem; color: var(--primary-dark); }

.markdown-body p { margin: 0.8em 0; }

.markdown-body strong { color: var(--primary-dark); }

.markdown-body ul, .markdown-body ol { padding-left: 1.6em; margin: 0.8em 0; }

.markdown-body li { margin: 0.35em 0; }

.markdown-body blockquote {
  margin: 1em 0;
  padding: 10px 18px;
  background: rgba(255, 217, 61, 0.18);
  border-left: 5px solid var(--accent);
  border-radius: 0 12px 12px 0;
}

.markdown-body blockquote p { margin: 0; }

.markdown-body code {
  background: rgba(84, 160, 255, 0.12);
  color: #2d6fc0;
  padding: 2px 7px;
  border-radius: 6px;
  font-size: 0.92em;
}

.markdown-body pre {
  background: #2d2d3d;
  color: #f0f0f5;
  padding: 16px 18px;
  border-radius: 14px;
  overflow-x: auto;
  margin: 1em 0;
}

.markdown-body pre code { background: none; color: inherit; padding: 0; }

.markdown-body hr {
  border: none;
  border-top: 3px dashed rgba(255, 107, 107, 0.3);
  margin: 1.8em 0;
}

.markdown-body img { max-width: 100%; border-radius: 14px; }

.markdown-body a { color: var(--blue); font-weight: 600; }

/* ============ 标签页 ============ */
.page-title { text-align: center; margin: 30px 0 24px; }

.page-title h1 { font-size: 1.9rem; }

.page-title p { color: var(--text-light); }

.tag-page-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 28px;
}

.tag-chip.big { font-size: 1.15rem; padding: 8px 20px; }
.tag-chip.small { font-size: 0.85rem; }

.tag-result-head { margin-top: 30px; }

#currentTag { color: var(--primary); }

/* ============ 关于页 ============ */
.about-card { text-align: center; padding: 36px 30px; max-width: 760px; margin: 0 auto 20px; }

.about-big-avatar {
  width: 110px;
  height: 110px;
  font-size: 4rem;
  margin: 0 auto 14px;
  background: linear-gradient(135deg, var(--accent), var(--orange));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(255, 159, 67, 0.45);
}

.about-card h2 { margin-bottom: 12px; }

.about-card p { text-align: left; margin: 10px 0; }

.inline-link { color: var(--primary-dark); font-weight: 700; }

.about-sec-title { text-align: center; margin: 34px 0 18px; font-size: 1.5rem; }

.family-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 14px;
  max-width: 820px;
  margin: 0 auto;
}

.family-card {
  background: var(--card-bg);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 18px 10px;
  text-align: center;
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2px;
  transition: all 0.3s;
  border: 2px solid rgba(255, 107, 107, 0.08);
}

.family-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }

.family-card strong { font-size: 1rem; }

.family-card span { font-size: 0.82rem; color: var(--text-light); }

.hobby-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  max-width: 860px;
  margin: 0 auto;
}

.hobby-card {
  border-radius: 20px;
  padding: 24px 16px;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  transition: all 0.3s;
  box-shadow: var(--shadow);
}

.hobby-card:hover { transform: translateY(-6px) rotate(-1deg); }

.hobby-card h3 { font-size: 1.1rem; margin: 6px 0 2px; }

.hobby-card p { font-size: 0.88rem; opacity: 0.92; }

.h-game { background: linear-gradient(135deg, #a29bfe, #54a0ff); }
.h-skate { background: linear-gradient(135deg, #54a0ff, #4ecdc4); }
.h-tennis { background: linear-gradient(135deg, #ff9f43, #ff6b6b); }
.h-swim { background: linear-gradient(135deg, #4ecdc4, #54a0ff); }
.h-manga { background: linear-gradient(135deg, #ff6b6b, #a29bfe); }
.h-ai { background: linear-gradient(135deg, #ee5253, #ff9f43); }

.about-quote {
  max-width: 720px;
  margin: 30px auto;
  text-align: center;
  background: linear-gradient(135deg, rgba(255, 217, 61, 0.15), rgba(255, 159, 67, 0.15));
  font-size: 1.05rem;
}

/* ============ AI 对话页 ============ */
.ai-layout {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 22px;
  margin: 26px 0 30px;
  align-items: start;
}

.ai-box { padding: 0; overflow: hidden; display: flex; flex-direction: column; height: 600px; }

.ai-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: linear-gradient(135deg, var(--purple), var(--blue));
  color: #fff;
}

.ai-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: float 3s ease-in-out infinite;
}

.ai-header h2 { font-size: 1.2rem; }

.ai-status { font-size: 0.75rem; background: rgba(255, 255, 255, 0.3); padding: 2px 10px; border-radius: 999px; }

.ai-sub { font-size: 0.8rem; opacity: 0.9; }

.ai-chat {
  flex: 1;
  overflow-y: auto;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--bg);
}

.msg { display: flex; }

.msg-bot { justify-content: flex-start; }
.msg-user { justify-content: flex-end; }

.msg-bubble {
  max-width: 78%;
  padding: 11px 16px;
  border-radius: 18px;
  font-size: 0.95rem;
  line-height: 1.65;
  word-break: break-word;
  white-space: pre-wrap;
}

.msg-bot .msg-bubble {
  background: #fff;
  border: 2px solid rgba(162, 155, 254, 0.3);
  border-bottom-left-radius: 6px;
  box-shadow: 0 3px 10px rgba(162, 155, 254, 0.15);
}

.msg-user .msg-bubble {
  background: linear-gradient(135deg, var(--primary), var(--orange));
  color: #fff;
  border-bottom-right-radius: 6px;
}

.msg-typing .msg-bubble {
  display: flex;
  gap: 5px;
  align-items: center;
}

.typing-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--purple);
  animation: blink 1.2s infinite;
}

.typing-dot:nth-child(2) { animation-delay: 0.2s; }
.typing-dot:nth-child(3) { animation-delay: 0.4s; }

@keyframes blink {
  0%, 80%, 100% { opacity: 0.25; transform: translateY(0); }
  40% { opacity: 1; transform: translateY(-4px); }
}

.ai-input-area { padding: 12px 16px 16px; border-top: 2px solid rgba(162, 155, 254, 0.15); background: #fff; }

.ai-quick { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 10px; }

.quick-btn {
  background: rgba(162, 155, 254, 0.12);
  border: 1.5px solid rgba(162, 155, 254, 0.35);
  color: #6c5ce7;
  border-radius: 999px;
  padding: 5px 13px;
  font-size: 0.82rem;
  cursor: pointer;
  font-family: var(--font);
  transition: all 0.2s;
}

.quick-btn:hover { background: rgba(162, 155, 254, 0.25); transform: translateY(-2px); }

.ai-input-row { display: flex; gap: 10px; }

#aiInput {
  flex: 1;
  border: 2px solid rgba(162, 155, 254, 0.4);
  border-radius: 999px;
  padding: 11px 18px;
  font-size: 0.98rem;
  font-family: var(--font);
  outline: none;
  transition: border-color 0.25s;
  background: var(--bg);
}

#aiInput:focus { border-color: var(--purple); }

.btn-send {
  background: linear-gradient(135deg, var(--purple), var(--blue));
  color: #fff;
  padding: 11px 22px;
}

.btn-send:hover { transform: translateY(-2px); box-shadow: 0 5px 14px rgba(162, 155, 254, 0.4); }

.ai-tips { position: sticky; top: 80px; }

.ai-tip-list { padding-left: 1.3em; color: var(--text); font-size: 0.92rem; }

.ai-tip-list li { margin: 8px 0; }

/* ============ 游戏横幅（首页） ============ */
.game-banner {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 26px;
  padding: 20px 26px;
  background: linear-gradient(135deg, #241a12, #3a2a1c);
  color: var(--gold, #d4a24e);
  border: 2px solid rgba(212, 162, 78, 0.35);
}

.game-banner-emoji { font-size: 2.6rem; animation: float 3s ease-in-out infinite; }

.game-banner-text { flex: 1; }

.game-banner-text h2 { font-size: 1.2rem; color: #d4a24e; margin-bottom: 2px; }

.game-banner-text p { font-size: 0.9rem; color: #e8dcc8; opacity: 0.85; }

.btn-game {
  background: linear-gradient(135deg, #d4a24e, #8a5f2a);
  color: #fff;
  font-size: 0.95rem;
  padding: 11px 20px;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(212, 162, 78, 0.4);
}

.btn-game:hover { transform: translateY(-3px) scale(1.03); }

/* ============ 游戏大厅 ============ */
.game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.game-card {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}

.game-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); }

.game-card-cover {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.game-card-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 120%, rgba(255, 255, 255, 0.22), transparent 60%);
}

.game-card-emoji { font-size: 3.4rem; animation: float 3.2s ease-in-out infinite; }

.game-card-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 6px; flex: 1; }

.game-card-tag {
  align-self: flex-start;
  background: rgba(255, 107, 107, 0.12);
  color: var(--primary-dark);
  border-radius: 999px;
  padding: 2px 11px;
  font-size: 0.75rem;
  font-weight: 700;
}

.game-card-body h3 { font-size: 1.12rem; }

.game-card-body p { color: var(--text-light); font-size: 0.9rem; flex: 1; }

.game-card-body .btn-game { align-self: flex-start; margin-top: 6px; }

/* ============ 游戏页面 ============ */
.game-page-head { text-align: center; margin: 26px 0 16px; }

.game-page-head h1 { font-size: 1.7rem; }

.game-page-head p { color: var(--text-light); margin: 4px 0 12px; }

.btn-back-games {
  background: rgba(162, 155, 254, 0.15);
  color: #6c5ce7;
  border: 2px solid rgba(162, 155, 254, 0.4);
  font-size: 0.9rem;
}

.btn-back-games:hover { background: rgba(162, 155, 254, 0.28); }

.game-page-tips { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }

.tip-chip {
  background: rgba(212, 162, 78, 0.15);
  border: 1.5px solid rgba(212, 162, 78, 0.4);
  color: #8a5f2a;
  border-radius: 999px;
  padding: 4px 14px;
  font-size: 0.85rem;
  font-weight: 600;
}

.game-frame { padding: 12px; overflow: hidden; }

.game-frame iframe {
  width: 100%;
  height: 680px;
  border: none;
  border-radius: 12px;
  display: block;
}

.game-back { text-align: center; margin: 22px 0 30px; }

/* ============ 页脚 ============ */
.site-footer {
  margin-top: auto;
  text-align: center;
  padding: 26px 0 30px;
  color: var(--text-light);
  font-size: 0.9rem;
  border-top: 3px solid rgba(255, 107, 107, 0.12);
  background: rgba(255, 255, 255, 0.6);
}

.footer-sub { font-size: 0.8rem; margin-top: 4px; }

/* ============ 响应式 ============ */
@media (max-width: 860px) {
  .home-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .ai-layout { grid-template-columns: 1fr; }
  .ai-box { height: 560px; }
  .ai-tips { display: none; }
  .menu-btn { display: block; }
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    padding: 14px;
    gap: 8px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  }
  .main-nav.open { display: flex; }
  .hero-title { font-size: 1.6rem; }
  .post-detail { padding: 22px; }
}

@media (max-width: 480px) {
  .hero { padding: 30px 18px; }
  .hero-emoji { font-size: 2rem; }
  .game-banner { flex-direction: column; text-align: center; }
  .game-frame iframe { height: 560px; }
}
