:root{--primary: #006492;--primary-container: #2D9CDB;--primary-dark: #1A6FA8;--navy: #1A2332;--gold: #F4C430;--coral: #FF6B6B;--green: #27AE60;--ink: #1A2332;--ink2: #3E4A5E;--ink3: #6A7689;--ink4: #9AA4B4;--surface: #F7FAFC;--surface-alt: #EEF2F6;--line: #E4E9EF;--white: #FFFFFF}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%}body{font-family:DM Sans,system-ui,sans-serif;color:var(--ink);background:radial-gradient(1200px 800px at 50% 0%,#e8f4fd,#f7fafc 60%)}a{color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none;padding:0;color:inherit}input{font-family:inherit}.stage{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:24px;gap:20px}.demo-bar{width:100%;max-width:720px;background:linear-gradient(135deg,#1a2332,#0f4c73);color:#fff;border-radius:16px;padding:14px 18px;display:flex;align-items:center;gap:16px;box-shadow:0 12px 30px #1a23322e}.demo-bar-text{flex:1;min-width:0}.demo-bar-title{font-family:Nunito,system-ui,sans-serif;font-weight:900;font-size:15px;letter-spacing:-.2px}.demo-bar-sub{font-size:12px;opacity:.8;margin-top:2px}.demo-bar-links{display:flex;gap:8px;flex-shrink:0}.store-btn{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#1a2332;padding:8px 12px;border-radius:10px;text-decoration:none;font-family:Nunito,system-ui,sans-serif;font-weight:800;box-shadow:0 2px 6px #0000001a;transition:transform .1s ease}.store-btn:hover{transform:translateY(-1px)}.store-btn-sub{font-size:9px;font-weight:500;opacity:.6;line-height:1}.store-btn-main{font-size:13px;line-height:1.15}.store-btn-col{display:flex;flex-direction:column;text-align:left}@media(max-width:520px){.demo-bar{max-width:none;border-radius:0;padding:10px 14px;gap:10px;box-shadow:none}.demo-bar-title{font-size:13px}.demo-bar-sub{display:none}.store-btn{padding:6px 10px}.store-btn-main{font-size:12px}.store-btn-sub{display:none}}.frame{width:400px;height:860px;max-height:calc(100vh - 48px);border-radius:44px;background:#0d1422;padding:14px;box-shadow:0 40px 80px #1a233240,0 0 0 2px #1a233214;position:relative}.frame:before{content:"";position:absolute;top:22px;left:50%;transform:translate(-50%);width:120px;height:28px;background:#0d1422;border-radius:999px;z-index:10}.screen{width:100%;height:100%;border-radius:32px;overflow:hidden;background:var(--surface);position:relative;display:flex;flex-direction:column}.screen-scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.screen-scroll::-webkit-scrollbar{width:0}@media(max-width:520px){.stage{padding:0}.frame{width:100vw;height:100vh;max-height:100vh;border-radius:0;padding:0;box-shadow:none}.frame:before{display:none}.screen{border-radius:0}}body.embed{background:transparent}body.embed .stage{padding:0;gap:0;min-height:auto}body.embed .frame{box-shadow:0 20px 40px #1a233226}@media(max-width:520px){body.embed .frame{box-shadow:none}}.t-display{font-family:Nunito,system-ui,sans-serif;font-weight:900;letter-spacing:-.3px}.t-xbold{font-family:Nunito,system-ui,sans-serif;font-weight:800}.t-bold{font-family:Nunito,system-ui,sans-serif;font-weight:700}.card{background:var(--white);border:1px solid var(--line);border-radius:16px;box-shadow:0 2px 12px #1a23320a}.row{display:flex;align-items:center}.press{transition:transform .1s ease,opacity .1s ease}.press:active{transform:scale(.97);opacity:.85}button:focus-visible,a:focus-visible{outline:2px solid var(--primary-container);outline-offset:2px;border-radius:8px}@keyframes goldPulse{0%,to{box-shadow:0 0 #f4c4308c,0 4px 14px #f4c43040}50%{box-shadow:0 0 0 6px #f4c43000,0 4px 14px #f4c43066}}.gold-pulse{animation:goldPulse 2s ease-in-out infinite}.dot{width:6px;height:6px;border-radius:999px;background:#fff6}.dot.active{background:#fff;width:18px}
