.hero-music { display:inline-flex; min-height:41px; align-items:center; gap:7px; padding:0 14px; color:#fff; background:rgba(255,255,255,.13); border:1px solid rgba(255,255,255,.58); border-radius:4px; }
.hero-music.is-playing { color:#244d39; background:#ffe29a; border-color:#ffe29a; }
.feature-panel { display:grid; grid-template-columns:minmax(260px,.78fr) minmax(0,1.22fr); gap:18px; align-items:stretch; margin-top:18px; padding:22px; overflow:hidden; border:1px solid var(--line); border-radius:8px; }
.feature-panel-copy { display:flex; flex-direction:column; align-items:flex-start; }
.feature-panel-copy>span { color:var(--brand); font-size:10px; font-weight:900; }
.feature-panel-copy h2 { margin:9px 0 8px; font-family:"STKaiti","KaiTi",serif; font-size:31px; line-height:1.12; }
.feature-panel-copy p { margin:0; color:var(--muted); font-size:12px; line-height:1.75; }
.feature-panel-copy button { min-height:39px; margin-top:auto; padding:0 13px; color:#fff; background:var(--brand); border:0; border-radius:5px; }
.feature-panel-copy button b { margin-left:7px; }
.upgrade-feature { background:#fff8e7; border-color:#ead4a5; }
.upgrade-feature .feature-panel-copy>span { color:#9c6814; }
.upgrade-feature .feature-panel-copy button { background:#b97917; }
.upgrade-points { display:grid; grid-template-columns:1fr 1fr; gap:9px; }
.upgrade-points article { min-height:112px; padding:14px; background:rgba(255,255,255,.65); border:1px solid rgba(186,130,27,.24); border-radius:6px; }
.upgrade-points strong { color:#6e4911; font-family:"STKaiti","KaiTi",serif; font-size:18px; }
.upgrade-points p { margin:7px 0 0; color:#715d37; font-size:11px; line-height:1.65; }
.map-feature { background:#eaf6fb; border-color:#b8dbe8; }
.map-feature .feature-panel-copy>span { color:#317896; }
.map-feature .feature-panel-copy button { background:#287795; }
.map-preview { min-height:260px; padding:0; overflow:hidden; background:#ccecff; border:1px solid #93c8db; border-radius:6px; }
.map-preview img { display:block; width:100%; height:100%; min-height:260px; object-fit:cover; transition:transform .24s ease; }
.map-preview:hover img { transform:scale(1.025); }
.map-full-image { display:block; width:100%; height:auto; margin:0 0 16px; border:1px solid #b8dbe8; border-radius:6px; }
.map-dialog { width:min(1080px,calc(100% - 26px)); }
@media (max-width:700px) { .hero-music { min-height:39px; padding:0 12px; font-size:12px; } .feature-panel { grid-template-columns:1fr; gap:15px; padding:16px; } .feature-panel-copy h2 { font-size:27px; } .feature-panel-copy button { margin-top:15px; } .upgrade-points { grid-template-columns:1fr; } .upgrade-points article { min-height:0; } .map-preview,.map-preview img { min-height:0; } }
