:root{--wall-a:#f4e8d8;--wall-b:#e6d3bb;--ink:#5a4634}*{box-sizing:border-box}html,body{background:radial-gradient(120% 90% at 50% 40%, var(--wall-a) 0%, var(--wall-b) 70%, #d9c2a5 100%);height:100%;color:var(--ink);margin:0;font-family:-apple-system,PingFang SC,Hiragino Sans GB,Noto Sans CJK SC,Microsoft YaHei,sans-serif;overflow:hidden}#scene{touch-action:none;width:100%;height:100%;display:block;position:fixed;inset:0}.brand{pointer-events:none;-webkit-user-select:none;user-select:none;flex-direction:column;gap:4px;display:flex;position:fixed;bottom:24px;left:28px}.brand__name{letter-spacing:.08em;opacity:.85;font-size:15px;font-weight:600}.brand__tag{opacity:.6;font-size:12px}.hint{opacity:.55;pointer-events:none;-webkit-user-select:none;user-select:none;margin:0;font-size:12px;transition:opacity 1.2s;position:fixed;bottom:24px;right:28px}.hint.is-hidden{opacity:0}#hearts{pointer-events:none;position:fixed;inset:0;overflow:hidden}.heart{color:#ef7f8f;font-size:22px;animation:1.6s ease-out forwards floatUp;position:absolute;transform:translate(-50%,-50%)}@keyframes floatUp{0%{opacity:0;transform:translate(-50%,-50%)scale(.6)}15%{opacity:1;transform:translate(-50%,-70%)scale(1.1)}to{opacity:0;transform:translate(-50%, -260%) scale(.9) rotate(var(--rot,0deg))}}@media (width<=640px){.brand{bottom:18px;left:18px}.hint{text-align:right;max-width:45vw;bottom:18px;right:18px}}
