/* cuddle.maomaoisthebestcat.online · 真实摸猫猫体验（2026-08-16 补全） */
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { min-height: 100%; }
body {
  font-family: system-ui, -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
  background: linear-gradient(170deg, #fff3e8 0%, #ffe4d6 60%, #ffd0c0 100%);
  color: #5b4632;
  min-height: 100vh; min-height: 100dvh;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
.topnav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; gap: 8px; padding: 12px 16px; background: rgba(253,246,236,.85); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(91,70,50,.1); }
.topnav a { font-size: 13px; padding: 6px 14px; border-radius: 999px; background: rgba(91,70,50,.1); text-decoration: none; color: inherit; }
.topnav .crumb { font-size: 12px; color: rgba(91,70,50,.5); }
.page { max-width: 860px; margin: 0 auto; padding: 64px 20px 50px; text-align: center; }
.hud { display: flex; justify-content: center; gap: 10px; margin: 14px auto 6px; flex-wrap: wrap; }
.hud .pill { background: #fff; border-radius: 999px; padding: 7px 16px; font-size: 14px; box-shadow: 0 4px 14px rgba(120,90,60,.1); }
.hud .pill b { color: #d97742; }
.msg { min-height: 30px; margin-top: 12px; font-size: 16px; color: #a06030; font-weight: 600; }
.btn { border: none; cursor: pointer; font-size: 16px; font-family: inherit; padding: 12px 26px; border-radius: 999px; background: linear-gradient(135deg, #ffd9a0, #ffb37b); color: #5b3a20; font-weight: 700; box-shadow: 0 8px 22px rgba(200,140,70,.3); }
.btn:active { transform: scale(.95); }
.btn.ghost { background: rgba(91,70,50,.08); color: #5b4632; box-shadow: none; }
a.btn { text-decoration: none; display: inline-block; }
