:root{color-scheme:light;background:#f7f5ed;color:#787c70;font-family:"PingFang SC","Microsoft YaHei",sans-serif;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0}.page{min-height:100vh;min-height:100svh;padding:40px 24px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:28px}.illustration{width:min(100%,600px)}.illustration svg{display:block;width:100%;height:auto;overflow:visible}h1{margin:0;font-size:10px;font-weight:400;line-height:2;letter-spacing:2px;text-align:center;text-wrap:balance}.lift{animation:lift 6s ease-in-out infinite;transform-origin:432px 75px}.sparkles{animation:glow 4s ease-in-out infinite}@keyframes lift{0%,100%{transform:rotate(-3deg)}50%{transform:rotate(3deg)}}@keyframes glow{0%,100%{opacity:.4}50%{opacity:1}}@media (max-width:600px){.page{padding:32px 20px;gap:20px}h1{max-width:310px;font-size:9px;letter-spacing:1.5px}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation:none !important}}
