@font-face{font-family:GeistPixel;src:url(/fonts/GeistPixel-Line.woff2) format("woff2");font-weight:400;font-display:swap}@font-face{font-family:GeistPixelGrid;src:url(/fonts/GeistPixel-Grid.woff2) format("woff2");font-weight:400;font-display:swap}@font-face{font-family:GeistPixelSquare;src:url(/fonts/GeistPixel-Square.woff2) format("woff2");font-weight:400;font-display:swap}:root{color-scheme:dark;--bg: var(--tg-theme-bg-color, #0a0a0a);--surface: #141414;--surface-2: #1c1c1c;--border: rgba(255, 255, 255, .08);--text: var(--tg-theme-text-color, #e8e8e8);--muted: #777;--accent: var(--tg-theme-button-color, #fff);--accent-text: var(--tg-theme-button-text-color, #000);--earn: #4ade80;--spend: #f87171}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:rgba(255,255,255,.05)}body{min-height:100vh;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;-webkit-overflow-scrolling:touch;-webkit-user-select:none;user-select:none;overscroll-behavior-y:contain;touch-action:manipulation}input,select,textarea{font-size:16px!important}#root{position:relative}@keyframes fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-soft{0%,to{opacity:.5}50%{opacity:1}}.app-shell{display:flex;flex-direction:column;min-height:100vh;max-width:480px;margin:0 auto}.app-content{flex:1;padding:20px 16px 88px;animation:fade-in .25s ease}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:16px}.brand{font-family:GeistPixel,monospace;font-size:3rem;font-weight:400;color:#fff;letter-spacing:.12em}.loading-text{color:var(--muted);font-size:14px;animation:pulse-soft 2s ease-in-out infinite}.error-text{color:var(--spend);font-size:14px}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;display:flex;justify-content:space-around;padding:8px 0 calc(8px + env(safe-area-inset-bottom));background:#0a0a0ad9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--border);z-index:100}.nav-btn{display:flex;flex-direction:column;align-items:center;gap:3px;background:none;border:none;color:var(--muted);font-family:inherit;font-size:11px;font-weight:500;cursor:pointer;padding:6px 20px;transition:color .2s,transform .1s ease}.nav-btn:active{transform:scale(.92)}.nav-btn.active{color:#fff}.nav-icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.page{display:flex;flex-direction:column;gap:16px}.page-title{font-family:GeistPixel,monospace;font-size:1.3rem;font-weight:400;letter-spacing:.06em;color:#fff}.section-label{font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-bottom:8px}.empty-text{color:var(--muted);text-align:center;padding:48px 0;font-size:14px}.tier-card{border-radius:14px;padding:20px;position:relative;overflow:hidden;transition:transform .1s ease}.tier-card:active{transform:scale(.98)}.tier-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.35));pointer-events:none}.tier-card-header{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1}.tier-label{font-family:GeistPixel,monospace;font-size:1.4rem;font-weight:400;color:#fff;text-shadow:0 1px 6px rgba(0,0,0,.3);text-transform:uppercase;letter-spacing:.1em}.tier-cashback{font-size:13px;font-weight:600;color:#ffffffe6;background:#00000040;padding:4px 10px;border-radius:20px}.tier-progress-wrap{margin-top:16px;position:relative;z-index:1}.tier-progress-bar{height:3px;background:#0000004d;border-radius:2px;overflow:hidden}.tier-progress-fill{height:100%;background:#ffffffbf;border-radius:2px;transition:width .5s ease}.tier-progress-label{display:block;margin-top:6px;font-size:12px;color:#ffffff8c}.balance-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:24px 20px;text-align:center}.balance-label{font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-bottom:8px}.balance-value{font-family:GeistPixel,monospace;font-size:2.8rem;font-weight:400;line-height:1;color:#fff}.balance-currency{font-family:system-ui,sans-serif;font-size:1.2rem;color:var(--muted)}.qr-section{display:flex;flex-direction:column;align-items:center}.qr-container{display:flex;flex-direction:column;align-items:center;gap:12px}.qr-canvas{border-radius:12px;background:#ffffff08;padding:8px}.qr-timer{width:200px;height:2px;background:#ffffff0f;border-radius:1px;overflow:hidden}.qr-timer-fill{height:100%;background:#fff;border-radius:1px;transition:width 1s linear}.wallet-buttons{display:flex;flex-direction:column;gap:10px}.wallet-btn{width:100%;padding:14px;border:none;border-radius:12px;font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .2s,transform .1s ease}.wallet-btn:active{transform:scale(.98)}.apple-wallet-btn{background:#fff;color:#000}.google-wallet-btn{background:var(--surface);color:#fff;border:1px solid var(--border)}.wallet-loading{text-align:center;color:var(--muted);font-size:14px}.events-list{display:flex;flex-direction:column;gap:12px}.event-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden;cursor:pointer;transition:border-color .2s,transform .1s ease}.event-card:active{border-color:#fff3;transform:scale(.98)}.event-cover{height:140px;background-size:cover;background-position:center}.event-cover-placeholder{display:flex;align-items:center;justify-content:center;background:var(--surface-2)}.event-cover-icon{font-size:2.5rem;opacity:.2}.event-info{padding:14px}.event-name{font-family:GeistPixel,monospace;font-size:1rem;font-weight:400;margin-bottom:4px;letter-spacing:.02em;color:#fff}.event-date{font-size:13px;color:var(--muted);font-weight:500}.event-desc{font-size:13px;color:var(--muted);margin-top:6px;line-height:1.4}.profile-header{display:flex;align-items:center;gap:14px}.profile-avatar{width:52px;height:52px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-family:GeistPixel,monospace;font-size:1.4rem;font-weight:400;color:#000;flex-shrink:0}.profile-avatar-img{object-fit:cover;background:var(--surface)}.profile-name{font-size:1.2rem;font-weight:600;letter-spacing:.01em;color:#fff}.profile-username{font-size:13px;color:var(--muted);margin-top:2px}.profile-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.stat-item{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px 8px;text-align:center;display:flex;flex-direction:column;gap:4px;transition:transform .1s ease}.stat-item:active{transform:scale(.97)}.stat-value{font-family:GeistPixel,monospace;font-size:1.1rem;font-weight:400;color:#fff}.stat-label{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.tx-section,.tx-list{display:flex;flex-direction:column}.tx-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid var(--border)}.tx-item:last-child{border-bottom:none}.tx-left{display:flex;flex-direction:column;gap:2px}.tx-type{font-weight:600;font-size:15px}.tx-earn{color:var(--earn)}.tx-spend{color:var(--spend)}.tx-ref,.tx-date{font-size:12px;color:var(--muted)}.register-subtitle{font-size:14px;color:var(--muted);line-height:1.5}.register-form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.form-input{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:12px 14px;color:var(--text);font-family:inherit;outline:none;transition:border-color .2s;-webkit-appearance:none}.form-input:focus{border-color:#ffffff40}.register-btn{width:100%;padding:14px;border:none;border-radius:12px;background:#fff;color:#000;font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;margin-top:8px;transition:opacity .2s,transform .1s ease}.register-btn:active{transform:scale(.98)}.register-btn:disabled{opacity:.5;cursor:not-allowed}
