*{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:hidden;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(70px);opacity:.4;animation:wr-float 8s ease-in-out infinite}.wallet-required__orb--1{width:360px;height:360px;background:radial-gradient(circle,#3b82f6 0%,transparent 70%);top:-120px;left:-100px}.wallet-required__orb--2{width:320px;height:320px;background:radial-gradient(circle,#8b5cf6 0%,transparent 70%);bottom:-100px;right:-80px;animation-delay:-3s}.wallet-required__orb--3{width:260px;height:260px;background:radial-gradient(circle,#6366f1 0%,transparent 70%);top:35%;left:50%;transform:translate(-50%);animation-delay:-5s}.wallet-required__content{position:relative;z-index:1;width:100%;max-width:960px;height:100vh;max-height:100vh;padding:18px 22px 16px;display:flex;flex-direction:column;box-sizing:border-box;text-align:center;overflow:hidden;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:52px;height:52px;margin-bottom:10px;flex-shrink:0;border-radius:16px;background:linear-gradient(135deg,rgba(139,92,246,.18),rgba(59,130,246,.12));border:1px solid rgba(139,92,246,.45);color:#fbbf24;animation:wr-pulse-info 2.5s ease-in-out infinite}.wallet-required__badge--warning,.wallet-required__badge--info{background:linear-gradient(135deg,rgba(139,92,246,.18),rgba(59,130,246,.12));border:1px solid rgba(139,92,246,.45);color:#fbbf24;animation:wr-pulse-info 2.5s ease-in-out infinite}.wallet-required__warning-icon{width:26px;height:26px}.wallet-required__title{font-size:clamp(.95rem,1.6vw,1.35rem);font-weight:800;line-height:1.18;letter-spacing:-.02em;color:#fff;margin:0 0 6px;max-width:100%;overflow:visible;word-wrap:normal}.wallet-required__subtitle{font-size:clamp(.72rem,1.1vw,.86rem);line-height:1.4;color:#94a3b8;margin:0 0 12px;max-width:100%}.wallet-required__subtitle strong{color:#fff;font-weight:600}.wallet-required__link{color:#a5b4fc!important;font-weight:600}.wallet-required__hint{font-size:.72rem;line-height:1.4;color:#94a3b8;margin-bottom:6px;font-style:italic}.wallet-required__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px 10px;margin:0 0 10px;flex:1 1 auto;min-height:0;align-content:center;justify-content:center;overflow:visible}@media (min-width: 480px) and (max-width: 899px){.wallet-required__cards{grid-template-columns:repeat(2,1fr);gap:6px 8px}}@media (max-width: 479px){.wallet-required__cards{grid-template-columns:1fr 1fr;gap:5px 6px}}.wallet-required__card{display:flex;align-items:flex-start;gap:8px;padding:8px 9px;border-radius:12px;background:rgba(255,255,255,.025);border:1px solid rgba(99,102,241,.16);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);text-align:left;min-height:0;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.wallet-required__card:hover,.wallet-required__card:focus-within{border-color:#6366f180;transform:translateY(-1px);box-shadow:0 4px 18px #6366f12e}.wallet-required__card-logo{flex-shrink:0;width:34px;height:34px}.wallet-required__card-logo svg{width:34px;height:34px;display:block}.wallet-required__card-body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px}.wallet-required__card-title{font-size:clamp(.72rem,1vw,.85rem);font-weight:700;color:#f1f5f9;margin:0;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wallet-required__card-desc{font-size:clamp(.6rem,.8vw,.68rem);line-height:1.25;color:#64748b;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wallet-required__card-btn{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;margin-top:3px;align-self:flex-start;border-radius:6px;background:rgba(99,102,241,.1);border:1px solid rgba(99,102,241,.28);color:#c7d2fe;font-size:.64rem;font-weight:600;line-height:1.2;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease;white-space:nowrap}.wallet-required__card-btn svg{width:12px;height:12px;flex-shrink:0}.wallet-required__card-btn:hover{background:rgba(99,102,241,.22);color:#e0e7ff;border-color:#818cf88c}.wallet-required__card-btn:focus-visible{outline:2px solid #6366f1;outline-offset:1px}.wallet-required__actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin:0 0 6px;flex-shrink:0}.wallet-required__action-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;border-radius:10px;font-size:.78rem;font-weight:600;line-height:1.2;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;border:none;flex-shrink:0}.wallet-required__action-btn:focus-visible{outline:2px solid #6366f1;outline-offset:1px}.wallet-required__action-btn:active{transform:scale(.97)}.wallet-required__action-btn svg{width:14px;height:14px;flex-shrink:0}.wallet-required__action-btn--primary{background:linear-gradient(135deg,#3b82f6 0%,#6366f1 50%,#8b5cf6 100%);color:#fff;box-shadow:0 3px 14px #6366f159}.wallet-required__action-btn--primary:hover{box-shadow:0 4px 20px #6366f180}.wallet-required__action-btn--success{background:linear-gradient(135deg,#059669,#10b981);box-shadow:0 3px 14px #10b9814d}.wallet-required__action-btn--secondary{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.14);color:#cbd5e1}.wallet-required__action-btn--secondary:hover{background:rgba(255,255,255,.1);border-color:#ffffff38}.wallet-required__url{font-size:.68rem;color:#475569;letter-spacing:.02em;word-break:break-all;margin:0;flex-shrink:0;opacity:.85}@keyframes wr-fade-in{0%{opacity:0}to{opacity:1}}@keyframes wr-slide-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes wr-float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-12px) scale(1.05)}}@keyframes wr-pulse{0%,to{box-shadow:0 0 #ef444433}50%{box-shadow:0 0 0 10px #ef444400}}@keyframes wr-pulse-info{0%,to{box-shadow:0 0 #6366f138}50%{box-shadow:0 0 0 10px #6366f100}}@keyframes wr-pulse-warning{0%,to{box-shadow:0 0 #f59e0b40}50%{box-shadow:0 0 0 10px #f59e0b00}}@media (prefers-reduced-motion: reduce){.wallet-required,.wallet-required__content,.wallet-required__orb,.wallet-required__badge{animation:none}.wallet-required__card:hover{transform:none}}@media (max-width: 380px){.wallet-required__content{padding:12px 10px 10px}.wallet-required__badge{width:44px;height:44px;margin-bottom:6px}.wallet-required__warning-icon{width:22px;height:22px}.wallet-required__card{padding:6px 7px;gap:6px}.wallet-required__card-logo{width:30px;height:30px}.wallet-required__card-logo svg{width:30px;height:30px}.wallet-required__cards{gap:4px 5px}.wallet-required__action-btn{padding:7px 14px;font-size:.74rem}}.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}}
