@import"https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700;800&display=swap";:root{font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;color:#111827;background-color:#0b0b18;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px 16px;background:linear-gradient(135deg,#545dffd1,#8d59ffc2),url(/yandex-bg.png) center / cover no-repeat fixed}a{color:inherit;text-decoration:none}.page{width:100%;display:flex;align-items:center;justify-content:center;min-height:100vh}.card{width:640px;max-width:calc(100vw - 16px);background:#fff;border-radius:20px;padding:40px 44px 28px;box-shadow:0 32px 80px #1f293738,0 4px 12px #00000014;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:1px solid rgba(17,24,39,.05)}.card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:22px}.brand{height:36px;width:auto}.status-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:#eefaf2;border:1px solid #dcf3e2;color:#1e9c54;font-weight:700;font-size:13px;line-height:1.2}.status-pill .dot{width:8px;height:8px;border-radius:999px;background:#2f9b5d;box-shadow:0 0 0 4px #2f9b5d1f;display:inline-block}.title{margin:0 0 18px;text-align:center;color:#1f2328;font-size:21px;font-weight:800}.pill{width:100%;border:none;background:linear-gradient(90deg,#5579ff,#5e4bd4);color:#fff;border-radius:999px;padding:13px 14px 14px;font-size:14px;font-weight:800;cursor:pointer;box-shadow:0 10px 26px #465aff4d;transition:transform .15s ease,box-shadow .15s ease;margin-bottom:24px}.pill:hover{transform:translateY(-1px);box-shadow:0 14px 32px #465aff52}.pill:active{transform:translateY(0);box-shadow:0 10px 24px #465aff47}.field{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:20px;font-size:15px;background:#f6f7fb;padding:14px 16px;border-radius:12px;border:1px solid #eff1f7}.field-label{color:#6c7587;font-weight:700}.field-value{color:#0f172a;font-weight:800}.notice{display:flex;gap:10px;align-items:flex-start;padding:14px 16px 15px;background:#fdf0d9;border:1px solid #f4dfb8;border-radius:14px;color:#8c6b20;font-size:14px;box-shadow:inset 0 1px #fff9;margin-bottom:22px}.notice-icon{width:26px;height:26px;border-radius:50%;background:#f5d67b;display:inline-flex;align-items:center;justify-content:center;font-weight:800;color:#8c6b20;flex-shrink:0}.notice-text{line-height:1.45}.input-stack{display:none}.cta{width:100%;border:none;background:linear-gradient(90deg,#4c8bff,#5c37c8);border:1px solid #3c6fe0;color:#fff;font-weight:800;font-size:16px;padding:15px 18px;border-radius:14px;cursor:pointer;box-shadow:0 14px 35px #4c8bff59;transition:transform .15s ease,box-shadow .15s ease;margin-bottom:12px;display:inline-flex;align-items:center;justify-content:center;gap:10px}.cta-icon{height:22px;width:22px;object-fit:contain}.cta:hover{transform:translateY(-1px);box-shadow:0 18px 40px #4c8bff66}.cta:active{transform:translateY(0);box-shadow:0 12px 28px #4c8bff52}.footer{text-align:center;font-size:11px;color:#9ca3af;margin:4px 0 0}button:focus-visible{outline:2px solid rgba(47,107,255,.5);outline-offset:2px}.overlay{position:fixed;inset:0;background:#0b0c1ac2;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);z-index:10}.wallet-modal{width:270px;background:linear-gradient(180deg,#2b2e39,#20222c);border-radius:12px;padding:12px;box-shadow:0 20px 50px #0006,inset 0 1px #ffffff0d;border:1px solid rgba(255,255,255,.08)}.wallet-row{width:100%;display:flex;align-items:center;gap:12px;padding:10px 12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:10px;color:#f3f4f6;font-weight:700;font-size:14px;cursor:pointer;transition:transform .12s ease,border-color .12s ease,background .12s ease;margin-bottom:8px}.wallet-row:last-child{margin-bottom:0}.wallet-row:hover{transform:translateY(-1px);border-color:#ffffff2e;background:#ffffff0f}.wallet-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;color:#fff;font-weight:800;font-size:12px;text-transform:uppercase}.wallet-name{flex:1;text-align:left}.steps-card{background:#eef2ff;border:1px solid #dde5ff;border-radius:14px;padding:14px;margin-bottom:18px;box-shadow:inset 0 1px #ffffff80}.wallet-line{display:flex;gap:6px;align-items:baseline;flex-wrap:wrap;margin-bottom:12px}.wallet-label{color:#6c7587;font-weight:700;font-size:13px}.wallet-address{color:#5b6ad8;font-weight:800;font-size:13px;text-decoration:none}.steps-list{display:flex;flex-direction:column;gap:10px}.step-row{display:flex;align-items:center;gap:12px;background:#f7f8fb;border:1px solid #e8ecf5;border-radius:12px;padding:11px 12px}.step-index{width:30px;height:30px;border-radius:999px;background:linear-gradient(180deg,#5569d8,#4a57c2);color:#fff;font-weight:800;font-size:15px;display:inline-flex;align-items:center;justify-content:center}.step-text{color:#4b5563;font-weight:700;font-size:14px}@media(max-width:480px){.card{padding:20px 16px 14px}.status-pill{padding:6px 10px;font-size:11.5px}}.wallet-modal-header{padding:12px 14px 10px;color:#9ca3af;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:8px}.wallet-badge{font-size:10px;font-weight:700;background:#3b82f633;color:#60a5fa;padding:3px 6px;border-radius:4px;margin-left:auto}.wallet-status{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#22c55e1a;border:1px solid rgba(34,197,94,.2);border-radius:10px;color:#22c55e;font-size:13px;font-weight:600;margin-bottom:12px}.status-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.disconnect-btn{width:100%;padding:12px 16px;background:transparent;border:1px solid #e5e7eb;border-radius:10px;color:#6b7280;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease}.disconnect-btn:hover{background:#fef2f2;border-color:#fca5a5;color:#ef4444}.wallet-address{color:#5b6ad8;font-weight:800;font-size:13px;text-decoration:none;font-family:monospace}.wallet-balance{font-size:13px;color:#6b7280;margin-top:4px}.success-message{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:12px;color:#047857;font-weight:600}.success-icon{font-size:32px;color:#10b981}.tx-link{color:#3b82f6;font-size:14px;text-decoration:underline}.tx-link:hover{color:#1d4ed8}.error-message{padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#dc2626;font-size:14px;text-align:center;margin-top:12px}.wallet-error{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;margin:0 16px 12px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#dc2626;font-size:13px;line-height:1.4}.wallet-error svg{flex-shrink:0;margin-top:2px}w3m-modal,wcm-modal,appkit-modal,[class*=w3m-],[class*=wcm-],[class*=appkit-]{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.wc-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:flex-end;justify-content:center;z-index:1000;animation:wcFadeIn .2s ease}@media(min-width:481px){.wc-overlay{align-items:center}}@keyframes wcFadeIn{0%{opacity:0}to{opacity:1}}.wc-modal{width:100%;max-width:400px;background:#1a1a2e;border-radius:24px 24px 0 0;overflow:hidden;box-shadow:0 -10px 40px #0006;animation:wcSlideUp .3s ease}@media(min-width:481px){.wc-modal{border-radius:24px;max-width:380px}}@keyframes wcSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media(min-width:481px){@keyframes wcSlideUp{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}}.wc-header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 16px;background:#3b82f6}.wc-header-left{display:flex;align-items:center;gap:10px}.wc-logo{width:28px;height:28px}.wc-title{font-weight:700;font-size:18px;color:#fff}.wc-close{width:36px;height:36px;border:none;background:transparent;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .15s ease}.wc-close:hover{background:#ffffff26}.wc-close svg{width:28px;height:28px}.wc-body{padding:0;background:#141422;min-height:200px}.wc-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:60px 20px;color:#9ca3af}.wc-spinner{width:40px;height:40px;border:3px solid #2a2a3e;border-top-color:#3b82f6;border-radius:50%;animation:wcSpin .8s linear infinite}@keyframes wcSpin{to{transform:rotate(360deg)}}.wc-section-header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 16px;color:#fff;font-size:17px;font-weight:600}.wc-qr-btn{width:40px;height:40px;background:#3b82f626;border:1px solid rgba(59,130,246,.3);border-radius:10px;color:#3b82f6;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.wc-qr-btn:hover{background:#3b82f640}.wc-wallet-label{display:flex;align-items:center;gap:8px;padding:0 20px 16px;color:#9ca3af;font-size:14px;font-weight:500}.wc-wallets-grid{display:flex;justify-content:center;gap:12px;padding:0 20px 24px}.wc-wallet-item{display:flex;flex-direction:column;align-items:center;gap:10px;padding:20px 32px;background:linear-gradient(145deg,#2a3a5c,#1e2a44);border:1px solid rgba(255,255,255,.08);border-radius:16px;cursor:pointer;transition:all .15s ease;text-decoration:none}.wc-wallet-item.single{padding:24px 48px}.wc-wallet-item:hover{transform:translateY(-2px);border-color:#3b82f666;box-shadow:0 8px 20px #0000004d}.wc-wallet-item:active{transform:translateY(0)}.wc-wallet-icon-wrap{width:56px;height:56px;border-radius:14px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#1a2438;color:#fff;font-weight:700;font-size:22px}.wc-wallet-icon-wrap img{width:100%;height:100%;object-fit:cover}.wc-wallet-name{color:#e5e7eb;font-size:14px;font-weight:600;text-align:center}.wc-copy-btn{width:calc(100% - 40px);margin:0 20px 20px;padding:14px 20px;background:#3b82f626;border:1px solid rgba(59,130,246,.3);border-radius:12px;color:#60a5fa;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease}.wc-copy-btn:hover{background:#3b82f640}.wc-select-wallet-btn{grid-column:span 2;padding:14px 24px;background:#3b82f6;border:none;border-radius:14px;color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:all .15s ease;box-shadow:0 4px 12px #3b82f64d}.wc-select-wallet-btn:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 6px 16px #3b82f666}.wc-desktop-content{padding-bottom:24px}.wc-qr-container{display:flex;justify-content:center;padding:0 20px}.wc-qr-container svg,.wc-qr-container canvas{border-radius:16px}.wc-hint{margin:16px 20px 0;text-align:center;color:#6b7280;font-size:13px;line-height:1.5}.wc-mobile-content{padding-bottom:20px}@supports (padding-bottom: env(safe-area-inset-bottom)){.wc-modal{padding-bottom:env(safe-area-inset-bottom)}}
