.solana-modal{max-width:640px;width:100%;border-radius:24px;padding:32px;display:flex;flex-direction:column;gap:32px;background:linear-gradient(145deg,rgba(15,23,42,.95) 0%,rgba(22,33,55,.92) 100%);border:1px solid rgba(148,163,184,.18);box-shadow:0 32px 70px #0f172a8c;color:#e2e8f0}.solana-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.solana-modal__header h3{margin:0;font-size:20px;color:#f8fafc}.solana-modal__subtitle{margin:5.6px 0 0;color:#cbd5f5;font-size:14px}.solana-modal__close{border:none;background:#f3f4f6;border-radius:50%;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#94a3b8;transition:background-color .2s ease}.solana-modal__close:hover{background:#e5e7eb}.solana-modal__body{display:flex;flex-direction:column;gap:28px}.solana-modal__connect{display:flex;flex-direction:column;align-items:stretch;gap:20px;width:100%}.solana-modal__connecting{display:flex;flex-direction:column;align-items:center;gap:16px;padding:24px;border-radius:18px;background:rgba(30,64,175,.08);border:1px solid rgba(37,99,235,.2);text-align:center;font-weight:500;color:#1e3a8a}.solana-modal__retry{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:999px;border:2px solid #0500ff;background:#ffffff;color:#0500ff;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.solana-modal__retry:hover{transform:translateY(-1px);background:rgba(5,0,255,.05);box-shadow:0 10px 20px #0500ff33}.solana-modal__retry img{width:150px;height:40px;object-fit:contain;display:block}.solana-modal__token-picker{display:flex;flex-direction:column;gap:16px}.solana-modal__token-picker h4{margin:0;font-size:16px;font-weight:600;color:#e0e7ff;text-align:center}.solana-modal__token-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.solana-modal__token-button{display:flex;flex-direction:column;align-items:center;gap:5.6px;padding:16px 12px;border-radius:16px;border:1px solid rgba(37,99,235,.2);background:#ffffff;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.solana-modal__token-button:hover{transform:translateY(-2px);box-shadow:0 18px 32px #0f172a1f;border-color:#2563eb73}.solana-modal__token-button img{width:56px;height:56px;border-radius:18px;padding:5.6px;background:rgba(15,23,42,.05);object-fit:contain;box-shadow:0 6px 18px #0f172a1f}.solana-modal__token-button span{font-weight:600;font-size:15.2px;color:#0f172a}.solana-modal__token-button small{font-size:12px;color:#64748b}.solana-modal__status-button{align-self:center;padding:9.6px 24px;border-radius:999px;border:1px solid rgba(37,99,235,.25);background:rgba(37,99,235,.08);color:#1d4ed8;font-weight:600;font-size:14.4px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.solana-modal__status-button span{font-weight:700;color:#0f172a}.solana-modal__status-button:hover{transform:translateY(-1px);box-shadow:0 12px 26px #2563eb40;border-color:#2563eb73}.solana-modal__token-button--selected{border-color:#ef444499;box-shadow:0 18px 32px #ef444440}.solana-modal__show-more{margin-top:12px;align-self:center;padding:9.6px 20px;border-radius:999px;border:none;background:rgba(37,99,235,.12);color:#1d4ed8;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease}.solana-modal__show-more:hover{background:rgba(37,99,235,.2);transform:translateY(-1px)}@keyframes solana-slideout{45%{transform:translate(110%)}to{transform:translate(110%)}}.solana-modal__walletconnect-button{width:100%;display:flex;align-items:center;justify-content:center;gap:12px;padding:15.2px 20px;border-radius:22px;border:1px solid rgba(59,130,246,.25);background:linear-gradient(135deg,#1e3a8a 0%,#1d4ed8 50%,#2563eb 100%);color:#fff;font-weight:600;font-size:15.2px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.solana-modal__walletconnect-button:hover{transform:translateY(-1px);box-shadow:0 18px 38px #2563eb59}.solana-modal__walletconnect-button:focus-visible{outline:3px solid rgba(37,99,235,.45);outline-offset:3px}.solana-modal__walletconnect-button img{width:35px;height:40px;object-fit:contain;margin-right:4px}.solana-modal__status{font-size:14px;color:#cbd5f5;text-align:center}.solana-modal__status span{font-weight:600;color:#f8fafc}.solana-actions__buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.solana-actions__buttons button{font-size:14px;padding:12px;border-radius:12px;border:1px solid #d1d5db;background:#111827;color:#f9fafb;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.solana-actions__buttons button:hover{transform:translateY(-1px);box-shadow:0 10px 20px #1118271f}.solana-info{display:flex;flex-direction:column;gap:16px}.solana-info__card{border:1px solid rgba(148,163,184,.25);border-radius:12px;padding:16px;background:rgba(15,23,42,.7)}.solana-info__card h4{margin:0 0 8px;font-size:16px;color:#e5edff}.solana-info__card p{margin:4px 0;color:#cbd5f5;font-size:14px;word-break:break-word}.solana-info__card span{font-weight:600;color:#f8fafc}.solana-info__mono{font-family:Source Code Pro,Menlo,Monaco,Consolas,Courier New,monospace;font-size:13px;word-break:break-all}@tailwind utilities;#wallet-root,#root{flex:1}html.modal-open,body.modal-open{font-size:16px!important;overflow:hidden;overscroll-behavior:none;height:100%}body.modal-open #wallet-root,body.modal-open #root{height:100%;overflow:hidden}.wallet-shell{position:relative;font-family:Inter,Segoe UI,Tahoma,sans-serif;font-size:16px}.wallet-shell *,.wallet-shell *:before,.wallet-shell *:after{box-sizing:border-box}.wallet-shell .center-content{display:flex;justify-content:center;align-items:center;flex-direction:column}.wallet-shell h1{font-size:42px;line-height:1.2;font-weight:700;color:#1a1a1a;margin-bottom:16px}.wallet-shell h2{font-size:32px;line-height:1.3;font-weight:600;color:#2a2a2a;margin-bottom:14px}.wallet-shell h3{font-size:24px;line-height:1.4;font-weight:600;color:#333;margin-bottom:12px}.wallet-shell p{font-size:16px;line-height:1.6;color:#4a4a4a;margin-bottom:16px}.wallet-shell a{font-weight:500;color:#0500ff;text-decoration:inherit;font-size:16px;transition:color .2s ease}.wallet-shell a:hover{color:#0400d1}.wallet-shell .connect-button,.wallet-shell button.primary{display:flex;align-items:center;justify-content:center;padding:14px 24px;position:relative;background:linear-gradient(120deg,#312ce6 0%,#5146ff 35%,#7c5bff 68%,#4dd3ff 100%);background-size:200% 200%;color:#fff;text-decoration:none;border-radius:999px;font-weight:700;font-size:16px;line-height:1.2;letter-spacing:.01em;transition:transform .25s ease,box-shadow .25s ease,background-position .45s ease;white-space:nowrap;min-width:180px;width:fit-content;max-width:100%;border:none;cursor:pointer;box-shadow:0 18px 35px -12px #3b82f68c,0 8px 18px -6px #4c1d9559;margin:0 auto;overflow:hidden}.wallet-shell .connect-button:before,.wallet-shell button.primary:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.25) 45%,rgba(255,255,255,.55) 50%,rgba(255,255,255,.25) 55%,transparent 100%);transform:translate(-120%);animation:connect-button-shine 3.25s ease-in-out infinite;pointer-events:none}.wallet-shell .connect-button:after,.wallet-shell button.primary:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.35) 0%,rgba(255,255,255,.05) 45%,rgba(255,255,255,0) 100%);mix-blend-mode:screen;opacity:.8;pointer-events:none}@keyframes connect-button-shine{0%{transform:translate(-130%)}55%{transform:translate(130%)}to{transform:translate(130%)}}@media screen and (max-width: 767px){.wallet-shell .connect-button,.wallet-shell button.primary{width:min(100%,320px);min-width:0;margin:0 auto;padding:13px 18px;font-size:15px;line-height:1.2}}@media screen and (max-width: 420px){.wallet-shell .connect-button,.wallet-shell button.primary{width:min(100%,280px);font-size:14px}}.wallet-shell .connect-button.connect-button--compact{width:fit-content;min-width:190px;margin:0 auto}.wallet-shell .connect-button:hover,.wallet-shell button.primary:hover{background-position:100% 0;transform:translateY(-2px) scale(1.01);box-shadow:0 24px 45px -18px #2563eba6,0 10px 22px -10px #6d28d973}.wallet-shell .connect-button:focus-visible,.wallet-shell button.primary:focus-visible{outline:3px solid rgba(191,219,254,.9);outline-offset:3px}.wallet-shell .try-again-container{display:flex;justify-content:center;width:100%;padding-top:24px;margin-top:auto}.wallet-shell .try-again-btn{background-color:#0500ff;color:#fff;padding:14px 32px;border-radius:32px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%;max-width:240px;box-shadow:0 2px 4px #0500ff1a}.wallet-shell .try-again-btn:hover{background-color:#0400d1;box-shadow:0 4px 6px #0500ff26}.wallet-shell .cancel-btn{border:2px solid #0500ff;color:#0500ff;padding:14px 32px;border-radius:32px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;background:transparent}.wallet-shell .cancel-btn:hover{background:rgba(5,0,255,.05);border-color:#0400d1;color:#0400d1}.wallet-shell .btn-container{display:flex;align-items:center;justify-content:center;gap:24px}.wallet-shell .modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0006;display:flex;justify-content:center;align-items:center;z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s ease;padding:16px;overscroll-behavior:none}.wallet-shell .modal-content{background:white;padding:20px;border-radius:24px;width:100%;max-width:520px;max-height:85vh;overflow-y:auto;position:relative;box-shadow:0 10px 25px #0500ff1a;border:1px solid rgba(5,0,255,.1);animation:modalAppear .3s ease-out;display:flex;flex-direction:column;min-height:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.wallet-shell .modal-overlay,.wallet-shell .modal-overlay *{font-family:Inter,Segoe UI,Tahoma,sans-serif}.wallet-shell .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;border-bottom:1px solid rgba(5,0,255,.1);padding-bottom:12px;gap:10px}.wallet-shell .modal-header h3{margin:0;font-size:20px;font-weight:700;line-height:1.15}.wallet-shell .modal-title{color:#1a1a1a;font-size:18px;font-weight:600;margin-bottom:14px}.wallet-shell .modal-subtitle{color:#4a4a4a;font-size:14px;font-weight:500;margin-bottom:10px}.wallet-shell .modal-text{color:#666;font-size:14px;line-height:1.6}.wallet-shell .close-button{background:none;border:none;color:#0500ff;font-size:24px;cursor:pointer;padding:6px;transition:all .2s ease;opacity:.8;line-height:1}.wallet-shell .close-button:hover{transform:rotate(90deg);opacity:1}.wallet-shell .modal-body{display:flex;flex-direction:column;gap:12px;flex:1}.wallet-shell .network-button,.wallet-shell .wallet-button{display:flex;align-items:center;justify-content:flex-start;gap:12px;padding:14px 16px;background:white;border:2px solid rgba(5,0,255,.2);border-radius:16px;width:100%;transition:all .2s ease;color:#0400d1;font-weight:600;font-size:15px;line-height:1.25;letter-spacing:normal;text-transform:none;box-shadow:0 2px 4px #0500ff0d;min-height:54px;text-align:left}.wallet-shell .network-button:hover,.wallet-shell .wallet-button:hover{background:rgba(5,0,255,.05);border-color:#0500ff;transform:translateY(-1px);box-shadow:0 4px 6px #0500ff1a}.wallet-shell .network-button span,.wallet-shell .wallet-button span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wallet-shell .network-button img,.wallet-shell .network-button svg,.wallet-shell .wallet-button img,.wallet-shell .wallet-button svg{flex-shrink:0}.wallet-shell .wallet-button.highlighted{border-color:#10b981;background:linear-gradient(135deg,rgba(16,185,129,.16),rgba(16,185,129,.04));box-shadow:0 8px 18px #10b98140}.wallet-shell .wallet-button.highlighted:hover{border-color:#059669;background:linear-gradient(135deg,rgba(16,185,129,.22),rgba(16,185,129,.08));box-shadow:0 10px 22px #10b9814d}.wallet-shell .network-icon,.wallet-shell .wallet-icon{width:32px;height:32px;object-fit:contain;flex-shrink:0}.wallet-shell .status-modal{background:white;border:1px solid rgba(5,0,255,.1)}.wallet-shell .gauge-container{position:relative;width:200px;height:120px;margin:0 auto}.wallet-shell .gauge-background{position:absolute;bottom:0;left:0;width:200px;height:100px;border-top-left-radius:100px;border-top-right-radius:100px;overflow:hidden;background:linear-gradient(to right,rgba(0,200,83,.1) 0%,rgba(5,0,255,.1) 50%,rgba(220,38,38,.1) 100%)}.wallet-shell .gauge-tick{position:absolute;bottom:0;left:50%;width:2px;transform-origin:bottom center;margin-left:-1px}.wallet-shell .gauge-needle{position:absolute;bottom:0;left:50%;width:4px;height:90px;background:#0500ff;transform-origin:bottom center;margin-left:-2px;border-top-left-radius:2px;border-top-right-radius:2px;z-index:2;transition:transform 1.5s cubic-bezier(.34,1.56,.64,1)}.wallet-shell .gauge-center{position:absolute;bottom:0;left:50%;width:16px;height:16px;background:#0500ff;border-radius:50%;transform:translate(-50%);z-index:3;box-shadow:0 0 0 4px #0500ff33}.wallet-shell .gauge-value{position:absolute;top:0;left:50%;transform:translate(-50%);font-size:32px;font-weight:700}@keyframes modalAppear{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes dash{0%{stroke-dasharray:0,100}to{stroke-dasharray:99,100}}#walletconnect-wrapper{z-index:50!important}body.walletconnect-hidden #walletconnect-wrapper{display:none!important}.wallet-shell .modal-overlay.with-wc{background-color:#fffffffa}.wallet-shell .loading-spinner{border:3px solid rgba(5,0,255,.1);border-top:3px solid #0500ff;border-radius:50%;width:32px;height:32px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (min-width: 480px){.wallet-shell .modal-content{padding:24px;max-width:560px}.wallet-shell .modal-header{margin-bottom:20px;padding-bottom:12px}.wallet-shell .modal-header h3{font-size:22px}.wallet-shell .modal-title{font-size:19px}.wallet-shell .modal-subtitle{font-size:15px}.wallet-shell .modal-body{gap:14px}.wallet-shell .network-button,.wallet-shell .wallet-button{gap:14px;padding:15px 18px;font-size:16px;min-height:58px}.wallet-shell .network-icon,.wallet-shell .wallet-icon{width:40px;height:40px}}@media (min-width: 768px){.wallet-shell .modal-content{padding:28px;max-width:620px}.wallet-shell .modal-header{margin-bottom:22px}.wallet-shell .modal-header h3{font-size:24px}}@media (max-width: 479px){.wallet-shell .modal-overlay{padding:8px}.wallet-shell .modal-content{padding:14px;border-radius:16px;max-height:90vh}.wallet-shell .modal-header h3{font-size:18px}.wallet-shell .network-button,.wallet-shell .wallet-button{padding:12px 14px;gap:10px;font-size:14px;min-height:50px}.wallet-shell .network-icon,.wallet-shell .wallet-icon{width:28px;height:28px}.wallet-shell .close-button{font-size:20px;padding:4px}}@media (max-width: 320px){.wallet-shell .modal-content{padding:12px}.wallet-shell .network-button,.wallet-shell .wallet-button{padding:10px 12px;font-size:13px;min-height:46px}.wallet-shell .network-icon,.wallet-shell .wallet-icon{width:24px;height:24px}}.wallet-shell.wallet-connecting,.wallet-shell.wallet-connecting *{pointer-events:none}.wallet-shell .trust-wallet-iframe{display:none!important;position:absolute!important;left:-9999px!important;top:-9999px!important;width:1px!important;height:1px!important}
