*{box-sizing:border-box;margin:0;padding:0}:root{--bg-main: #f8fafc;--bg-frame: #ffffff;--bg-card: #ffffff;--border-color: #e2e8f0;--text-main: #0f172a;--text-muted: #64748b;--header-bg: #ffffff;--bottom-bg: #ffffff}[data-theme=dark],body.dark-mode{--bg-main: #090d16;--bg-frame: #0f172a;--bg-card: #1e293b;--border-color: #334155;--text-main: #f8fafc;--text-muted: #94a3b8;--header-bg: #0f172a;--bottom-bg: #0f172a}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#e5e7eb;min-height:100vh;display:flex;justify-content:center;transition:background-color .25s ease}body.dark-mode{background:#060910!important}#root{width:100%;display:flex;justify-content:center;align-items:flex-start}.phone-frame{width:100%;max-width:430px;min-height:100vh;background:var(--bg-frame);position:relative;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 0 25px #00000026;transition:background-color .25s ease}.page-content{flex:1;overflow-y:auto;padding-bottom:75px;padding-top:88px;background:var(--bg-frame);transition:background-color .25s ease}.wallet-banner{background:linear-gradient(135deg,#1a3c2e,#2ecc40);padding:20px 16px;color:#fff}::-webkit-scrollbar{width:0}
