/* 011 杂志卡片：强调首屏主视觉与不对称内容阅读路径。 */
body.theme-011{--primary:#df4d40;--primary-dark:#bb382f;--green:#2a9d8f;--dark:#20232d;--bg:#fff;--line:#e8ddd1;--shadow:0 14px 34px rgba(65,45,31,.12)}
.theme-011 .topbar{height:76px;background:#fff;border-bottom:1px solid #eadfd4}.theme-011 .nav{background:#20232d}.theme-011 .nav-inner{justify-content:flex-start}.theme-011 .nav a{min-width:145px;font-weight:700;letter-spacing:1px}.theme-011 .nav a:hover,.theme-011 .nav a.active{background:#df4d40}.theme-011 .hero{margin:22px auto 0;width:min(1200px,calc(100% - 32px));border-radius:20px;background:#31323d}.theme-011 .hero-content{min-height:360px;padding-right:9%;padding-left:9%}.theme-011 .hero:after{background:linear-gradient(90deg,rgba(32,35,45,.92) 4%,rgba(32,35,45,.56) 55%,rgba(32,35,45,.12))}.theme-011 .game-icon{width:138px;height:138px;flex-basis:138px;border-radius:50%;border:7px solid #fff;background:#df4d40;box-shadow:0 8px 0 rgba(223,77,64,.35)}.theme-011 .title-line h1{font-family:Georgia,"Microsoft YaHei",serif;font-size:38px}.theme-011 .discount-tag{border-radius:0;transform:rotate(-3deg);background:#df4d40}.theme-011 .download{border-radius:0;clip-path:polygon(0 0,95% 0,100% 20%,100% 100%,5% 100%,0 80%)}.theme-011 .content-layout{grid-template-columns:minmax(0,1.45fr) minmax(270px,.55fr);gap:28px;margin-top:30px}.theme-011 .card,.theme-011 .side-card{border-radius:0;background:#fff;border:1px solid #e8ddd1}.theme-011 .card{padding:30px}.theme-011 .section-title{border-bottom:3px solid #20232d}.theme-011 .section-title h2{font-family:Georgia,"Microsoft YaHei",serif;font-size:25px}.theme-011 .section-title>span{color:#df4d40;font-weight:700}.theme-011 .gift-grid{grid-template-columns:repeat(2,1fr);gap:0;border-top:1px solid #eadfd4;border-left:1px solid #eadfd4}.theme-011 .gift-grid article{min-height:112px;border:0;border-right:1px solid #eadfd4;border-bottom:1px solid #eadfd4;border-radius:0;background:#fff}.theme-011 .gift-grid article>i{border-radius:0;background:#fbe5df;color:#df4d40}.theme-011 .gamebox-intro{background:#20232d;color:#fff}.theme-011 .gamebox-summary,.theme-011 .gamebox-promises li{color:#e9e1d8}.theme-011 .gamebox-benefits p{background:#303440;color:#fff}.theme-011 .gamebox-highlight{background:#df4d40}.theme-011 .gamebox-download{border-radius:0;background:#2a9d8f}.theme-011 footer{background:#20232d}
/* 手机或竖屏：覆盖本主题的 PC 栅格，避免浏览器桌面视口造成文字挤压。 */
@media(max-width:900px),(orientation:portrait){
  /* 导航固定从最左边起排，横向不足时允许自然滚动，不再居中。 */
  .theme-011 .nav{overflow-x:auto}.theme-011 .nav-inner{width:max-content!important;min-width:max-content;margin:0!important;justify-content:flex-start!important}.theme-011 .nav a{min-width:86px;flex:0 0 auto}
  /* 首屏改为手机双列，标题与游戏图标不会互相覆盖。 */
  .theme-011 .hero{width:100%;margin:0;border-radius:0}.theme-011 .hero-content{display:grid;grid-template-columns:82px minmax(0,1fr);gap:14px;min-height:0;padding:24px 12px;text-align:left}.theme-011 .game-icon{width:82px;height:82px;flex-basis:82px;border-width:4px}.theme-011 .game-info{min-width:0}.theme-011 .title-line{align-items:flex-start;gap:8px}.theme-011 .title-line h1{font-size:22px;line-height:1.35;overflow-wrap:anywhere}.theme-011 .discount-tag{flex:0 0 auto;font-size:11px}.theme-011 .subtitle{margin:7px 0;font-size:13px}.theme-011 .meta{gap:7px 12px;font-size:12px}.theme-011 .tags{margin-top:9px}.theme-011 .download-actions{grid-column:1/-1;margin-top:12px;width:calc(100% + 96px);margin-left:-96px}.theme-011 .download{width:auto;min-width:0;flex:1;height:50px;white-space:nowrap}.theme-011 .download span{white-space:nowrap}.theme-011 .score{display:none}
  /* 所有内容改为单列；游戏简介、盒子与标签不再被压成窄栏。 */
  .theme-011 .content-layout{display:flex!important;flex-direction:column!important;gap:12px!important;margin-top:12px}.theme-011 .main-column,.theme-011 .side-column{display:flex!important;width:100%;gap:12px}.theme-011 .card,.theme-011 .side-card{width:100%}.theme-011 .card{padding:20px 16px}.theme-011 .gift-grid{grid-template-columns:1fr;border:0}.theme-011 .gift-grid article{border:1px solid #eadfd4;margin-bottom:8px}
}
