*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background:#f5f5f5;color:#1a1a1a}:root{--blue: #1a56db;--blue-dark: #1344b8;--blue-light: #e8f0fe;--red: #ef4444;--green: #22c55e;--gray: #9ca3af;--gray-light: #f3f4f6;--border: #e5e7eb;--white: #ffffff;--text: #111827;--text-gray: #6b7280}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;outline:none}input,textarea{outline:none;border:none;background:transparent}.app-container{max-width:480px;margin:0 auto;min-height:100vh;background:#fff;position:relative;overflow:hidden}.wallet-required{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:flex;align-items:center;justify-content:center;background:#050508;color:#e8eaf0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-y:auto;-webkit-overflow-scrolling:touch;animation:wr-fade-in .5s ease forwards}.wallet-required__bg{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.wallet-required__orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.35;animation:wr-float 8s ease-in-out infinite}.wallet-required__orb--1{width:420px;height:420px;background:radial-gradient(circle,#3b82f6 0%,transparent 70%);top:-120px;left:-100px}.wallet-required__orb--2{width:360px;height:360px;background:radial-gradient(circle,#8b5cf6 0%,transparent 70%);bottom:-80px;right:-60px;animation-delay:-3s}.wallet-required__orb--3{width:280px;height:280px;background:radial-gradient(circle,#06b6d4 0%,transparent 70%);top:40%;left:50%;transform:translate(-50%);animation-delay:-5s}.wallet-required__content{position:relative;z-index:1;width:100%;max-width:520px;padding:40px 24px 48px;text-align:center;animation:wr-slide-up .6s cubic-bezier(.22,1,.36,1) .1s both}.wallet-required__badge{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;margin-bottom:24px;border-radius:20px;background:rgba(239,68,68,.12);border:1px solid rgba(239,68,68,.3);color:#f87171;animation:wr-pulse 2.5s ease-in-out infinite}.wallet-required__warning-icon{width:32px;height:32px}.wallet-required__title{font-size:clamp(1.25rem,4vw,1.6rem);font-weight:700;line-height:1.35;letter-spacing:-.02em;color:#f1f5f9;margin-bottom:12px}.wallet-required__subtitle{font-size:clamp(.9rem,2.5vw,1rem);line-height:1.6;color:#94a3b8;margin-bottom:32px}.wallet-required__subtitle strong{color:#c4b5fd;font-weight:600}.wallet-required__cards{display:flex;flex-direction:column;gap:14px;margin-bottom:28px}.wallet-required__card{display:flex;align-items:flex-start;gap:16px;padding:18px 20px;border-radius:16px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);text-align:left;transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease}.wallet-required__card:hover,.wallet-required__card:focus-within{border-color:#6366f166;transform:translateY(-2px);box-shadow:0 8px 32px #3b82f61f}.wallet-required__card-logo{flex-shrink:0;width:48px;height:48px}.wallet-required__card-logo svg{width:48px;height:48px;display:block}.wallet-required__card-body{flex:1;min-width:0}.wallet-required__card-title{font-size:1rem;font-weight:600;color:#f1f5f9;margin-bottom:4px}.wallet-required__card-desc{font-size:.8rem;line-height:1.5;color:#64748b;margin-bottom:12px}.wallet-required__card-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;background:linear-gradient(135deg,rgba(59,130,246,.2),rgba(139,92,246,.2));border:1px solid rgba(99,102,241,.35);color:#a5b4fc;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.wallet-required__card-btn:hover{background:linear-gradient(135deg,rgba(59,130,246,.35),rgba(139,92,246,.35));color:#e0e7ff;border-color:#818cf899}.wallet-required__card-btn:focus-visible{outline:2px solid #6366f1;outline-offset:2px}.wallet-required__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:16px}.wallet-required__action-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:12px;font-size:.9rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;border:none}.wallet-required__action-btn:focus-visible{outline:2px solid #6366f1;outline-offset:2px}.wallet-required__action-btn:active{transform:scale(.97)}.wallet-required__action-btn--primary{background:linear-gradient(135deg,#3b82f6,#7c3aed);color:#fff;box-shadow:0 4px 20px #3b82f64d}.wallet-required__action-btn--primary:hover{box-shadow:0 6px 28px #3b82f673}.wallet-required__action-btn--success{background:linear-gradient(135deg,#059669,#10b981);box-shadow:0 4px 20px #10b9814d}.wallet-required__action-btn--secondary{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);color:#cbd5e1}.wallet-required__action-btn--secondary:hover{background:rgba(255,255,255,.1);border-color:#fff3}.wallet-required__url{font-size:.75rem;color:#475569;letter-spacing:.02em;word-break:break-all}@keyframes wr-fade-in{0%{opacity:0}to{opacity:1}}@keyframes wr-slide-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes wr-float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.05)}}@keyframes wr-pulse{0%,to{box-shadow:0 0 #ef444433}50%{box-shadow:0 0 0 12px #ef444400}}@media (min-width: 480px){.wallet-required__cards{gap:16px}.wallet-required__card{padding:20px 24px}}@media (min-width: 768px){.wallet-required__content{padding:48px 32px 56px}}@media (prefers-reduced-motion: reduce){.wallet-required,.wallet-required__content,.wallet-required__orb,.wallet-required__badge{animation:none}.wallet-required__card:hover{transform:none}}.app-gate__loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99998;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;background:#050508;color:#94a3b8;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app-gate__spinner{width:44px;height:44px;border:3px solid rgba(99,102,241,.15);border-top-color:#6366f1;border-radius:50%;animation:ag-spin .75s linear infinite}.app-gate__loader-text{font-size:.9rem;font-weight:500;letter-spacing:.01em;animation:ag-pulse-text 1.5s ease-in-out infinite}.app-gate__fade-in{animation:ag-fade-in .4s ease forwards}@keyframes ag-spin{to{transform:rotate(360deg)}}@keyframes ag-pulse-text{0%,to{opacity:.6}50%{opacity:1}}@keyframes ag-fade-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion: reduce){.app-gate__spinner,.app-gate__loader-text,.app-gate__fade-in{animation:none}}
