*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:#0e0e16;background-image:radial-gradient(ellipse at 50% 0%,rgba(127,119,221,.12) 0%,transparent 70%);min-height:100vh;display:flex;align-items:center;justify-content:center;font-family:system-ui,sans-serif;color:#e8e8e4}#app{display:flex;flex-direction:column;align-items:center;width:100%;max-width:420px;padding:16px 0 24px}#button-row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;width:100%;max-width:380px;margin-bottom:6px}#home-btn,#shop-btn{flex:1;max-width:180px;text-align:center}#gc{border-radius:14px;box-shadow:0 0 0 1px #7f77dd4d,0 0 32px #7f77dd1f,0 8px 32px #00000080;display:block}#hud{display:flex;flex-direction:row;justify-content:space-between;width:100%;max-width:380px;padding:6px 4px 2px;font-size:13px}#hud .stat{display:flex;flex-direction:column;align-items:center}#hud .val{font-size:20px;font-weight:700;line-height:1.1}#hud .lbl{font-size:10px;opacity:.45;letter-spacing:.03em}#bars{display:flex;flex-direction:column;width:100%;max-width:380px;gap:4px;padding:4px 0 2px}.bar-row{display:flex;align-items:center;gap:6px;font-size:10px;opacity:.55}.bar-track{flex:1;height:4px;background:#ffffff14;border-radius:2px;overflow:hidden}.bar-fill{height:100%;border-radius:2px;transition:width .2s}#target-label{margin-left:auto;opacity:.5;font-size:10px}#msg{font-size:11px;opacity:.45;text-align:center;padding:4px 0 2px;min-height:18px}#rbtn{margin-top:10px;padding:10px 32px;border-radius:10px;border:none;background:#7f77dd;color:#fff;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;display:none}
