.swap_portals{margin-top:16px;display:flex;flex-direction:column;gap:24px}@media(max-width:768px){.swap_portals{gap:16px;margin-top:8px}}.swap_portals .swap_portal{display:flex;flex-direction:column;gap:24px;width:100%;max-width:1114px}.swap_portals .swap_connect_container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:400px;height:auto;border-radius:16px;padding:24px 16px;gap:12px;margin-top:16px}@media(max-width:768px){.swap_portals .swap_connect_container{min-height:350px;padding:20px 12px;margin-top:8px}}@media(max-width:480px){.swap_portals .swap_connect_container{min-height:300px;padding:16px 12px}}.swap_portals .swap_wallet_image{border-radius:32px;object-fit:cover;max-width:100%;height:auto}@media(max-width:480px){.swap_portals .swap_wallet_image{width:100px;height:100px}}.swap_portals .swap_connect_title{font-size:32px;font-weight:700;color:#18aa4e}@media(max-width:768px){.swap_portals .swap_connect_title{font-size:24px}}@media(max-width:480px){.swap_portals .swap_connect_title{font-size:20px}}.swap_portals .swap_connect_subtitle{font-size:14px;font-weight:500;color:var(--white-80);max-width:430px;line-height:21px}@media(max-width:480px){.swap_portals .swap_connect_subtitle{font-size:13px;max-width:100%;line-height:19px}}.swap_portals .swap_connect_btn{background-color:#18aa4e;color:#000;font-size:16px;font-weight:700;padding:12px 16px;border:none;border-radius:51px;width:205px;height:44px;cursor:pointer;transition:all .2s ease}.swap_portals .swap_connect_btn:hover{background-color:#16994a;transform:translateY(-1px)}.swap_portals .swap_popup{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.swap_portals .swap_popup_content{background-color:#020202;border-radius:12px;color:var(--white-100);box-shadow:0 8px 32px rgba(0,0,0,.25);border:1px solid var(--border-09);max-width:408px;height:464px;position:relative}.swap_portals .popup_close{padding:12px;color:var(--white-100);font-size:24px;text-align:end;cursor:pointer}.swap_portals .popup_close:hover{color:#ccc}.swap_portals .wallet_popup{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:24px;padding:16px 32px;text-align:center;height:408px;border-radius:0 0 12px 12px}.swap_portals .wallet_popup_title{font-size:24px;font-weight:700;color:var(--white-100)}.swap_portals .wallet_options{display:grid;grid-template-columns:1fr;gap:16px;width:100%;max-width:343px}.swap_portals .wallet_option_btn{border-radius:8px;padding:16px;color:var(--white-100);font-size:18px;font-weight:700;width:100%;max-width:343px;height:56px;display:flex;gap:8px;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .2s ease}@media(max-width:480px){.swap_portals .wallet_option_btn{font-size:16px;height:48px;padding:12px}}.swap_portals .wallet_option_btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.3)}.swap_portals .wallet_option_btn.matamask{background-color:#f9aa1a}.swap_portals .wallet_option_btn.matamask:hover{background-color:rgba(249,170,26,.9)}.swap_portals .wallet_option_btn.rabby{background-color:var(--white-100);color:#233010}.swap_portals .wallet_option_btn.rabby:hover{background-color:#f5f5f5}.swap_portals .wallet_option_btn.wallet{background-color:#3050fb}.swap_portals .wallet_option_btn.wallet:hover{background-color:rgba(48,80,251,.9)}.swap_portals .wallet_option_img{object-fit:contain}.swap_portals .wallet_help_links{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:343px;flex-wrap:wrap;gap:8px}.swap_portals .wallet_help_link{font-size:12px;text-decoration:underline;color:var(--white-80);cursor:pointer;transition:color .2s ease}.swap_portals .wallet_help_link:hover{color:var(--white-100)}.swap_portals .swap_top{width:100%;display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:396px;height:auto;border:1px solid hsla(0,0%,100%,.08);backdrop-filter:blur(150px);background:#121714;border-radius:32px;gap:24px;padding:32px 24px;margin-top:0}@media(max-width:1024px){.swap_portals .swap_top{grid-template-columns:1fr;min-height:auto;padding:24px 20px;gap:24px}}@media(max-width:768px){.swap_portals .swap_top{padding:20px 16px;gap:20px}}@media(max-width:480px){.swap_portals .swap_top{padding:16px 12px;gap:16px}}.swap_portals .swap_top>div{display:flex;flex-direction:column;align-items:center;height:100%}.swap_portals .swap_top .left{gap:16px}@media(max-width:768px){.swap_portals .swap_top .left{gap:12px}.swap_portals .swap_top .left h2{font-size:20px;text-align:center}}@media(max-width:480px){.swap_portals .swap_top .left h2{font-size:18px}}.swap_portals .swap_top .left>p{text-align:center}@media(max-width:768px){.swap_portals .swap_top .left>p{font-size:14px;line-height:1.5}}@media(max-width:480px){.swap_portals .swap_top .left>p{font-size:13px}}.swap_portals .swap_top .left button{background:rgba(0,0,0,0);background-color:#18aa4e;color:#fff;font-weight:700;font-size:16px;line-height:19.2px;width:205px;height:44px;border-radius:51px;gap:8px;padding:12px 16px}@media(max-width:480px){.swap_portals .swap_top .left button{width:180px;height:40px;font-size:14px;padding:10px 14px}}.swap_portals .swap_top .left .balance-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;width:100%;max-width:460px}@media(max-width:640px){.swap_portals .swap_top .left .balance-cards-grid{grid-template-columns:repeat(2,1fr);gap:12px;max-width:100%}}@media(max-width:400px){.swap_portals .swap_top .left .balance-cards-grid{grid-template-columns:1fr;gap:10px}}.swap_portals .swap_top .left .available{background:#121714;border:1px solid hsla(0,0%,100%,.08);backdrop-filter:blur(150px);width:100%;min-height:97px;height:auto;border-radius:16px;padding:16px;gap:8px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(max-width:640px){.swap_portals .swap_top .left .available{padding:12px}}@media(max-width:480px){.swap_portals .swap_top .left .available{padding:10px;min-height:80px}}.swap_portals .swap_top .left .available p{font-weight:500;font-size:12px;line-height:18px;text-align:center}@media(max-width:480px){.swap_portals .swap_top .left .available p{font-size:11px;line-height:16px}}.swap_portals .swap_top .left .available .chain-label{display:flex;align-items:center;justify-content:center;gap:4px}.swap_portals .swap_top .left .available .balance{display:flex;justify-content:center;align-items:center;white-space:nowrap;width:100%;gap:10px}@media(max-width:480px){.swap_portals .swap_top .left .available .balance{gap:6px}}.swap_portals .swap_top .left .available .balance h1{color:#18aa4e;font-size:24px}@media(max-width:640px){.swap_portals .swap_top .left .available .balance h1{font-size:20px}}@media(max-width:480px){.swap_portals .swap_top .left .available .balance h1{font-size:18px}}.swap_portals .swap_top .left .available .balance h2{font-size:22px}@media(max-width:640px){.swap_portals .swap_top .left .available .balance h2{font-size:18px}}@media(max-width:480px){.swap_portals .swap_top .left .available .balance h2{font-size:16px}}.swap_portals .swap_top .right{justify-content:center}@media(max-width:1024px){.swap_portals .swap_top .right{display:none}}.swap_portals .swap_top .right .image{width:100%;max-width:525px;height:auto;min-height:280px;max-height:332px;overflow:hidden;display:flex;justify-content:center;align-items:center;border-radius:32px;border:1px solid hsla(0,0%,100%,.08);box-shadow:0 4px 18px 0 rgba(0,0,0,.2509803922)}.swap_portals .swap_top .right .image img{width:100%;height:auto;max-width:565px;object-fit:cover}.swap_portals .active_lock{width:100%}.swap_portals .active_lock h3{font-size:24px;font-weight:700;color:var(--white-100);margin-bottom:24px}@media(max-width:768px){.swap_portals .active_lock h3{font-size:20px;margin-bottom:16px}}.swap_portals .active_lock .lock_grid{display:grid;grid-template-columns:repeat(2,1fr);column-gap:24px;row-gap:24px;width:100%}@media(max-width:1200px){.swap_portals .active_lock .lock_grid{column-gap:20px;row-gap:20px}}@media(max-width:768px){.swap_portals .active_lock .lock_grid{grid-template-columns:1fr;column-gap:16px;row-gap:16px}}.swap_portals .active_lock .lock_grid .lock-card-background{width:100%;padding:20px;background-image:url(/images/bg1.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:20px;position:relative}@media(max-width:768px){.swap_portals .active_lock .lock_grid .lock-card-background{padding:16px}}.swap_portals .active_lock .lock_grid .cby-seed-vesting{width:100%;border-radius:28px;padding:24px;gap:16px;background:#121714;border:1px solid hsla(0,0%,100%,.08);backdrop-filter:blur(150px)}@media(max-width:768px){.swap_portals .active_lock .lock_grid .cby-seed-vesting{padding:20px}}@media(max-width:480px){.swap_portals .active_lock .lock_grid .cby-seed-vesting{padding:16px;border-radius:12px}}.swap_portals .active_lock .lock_grid .cby-seed-vesting .header{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:24px}@media(max-width:480px){.swap_portals .active_lock .lock_grid .cby-seed-vesting .header{margin-bottom:16px}}.swap_portals .active_lock .lock_grid .cby-seed-vesting .header .number{color:#8e98b3;font-size:16px;margin-bottom:5px;letter-spacing:1px}@media(max-width:480px){.swap_portals .active_lock .lock_grid .cby-seed-vesting .header .number{font-size:14px}}.swap_portals .active_lock .lock_grid .cby-seed-vesting .header h2{font-size:28px;margin:0;font-weight:700}@media(max-width:768px){.swap_portals .active_lock .lock_grid .cby-seed-vesting .header h2{font-size:24px}}@media(max-width:480px){.swap_portals .active_lock .lock_grid .cby-seed-vesting .header h2{font-size:20px}}.swap_portals .active_lock .lock_grid .cby-seed-vesting .header h2 .token{color:#18aa4e}.swap_portals .active_lock .lock_grid .cby-seed-vesting .header .fill-hug-badge{background:rgba(24,170,78,.15);color:#18aa4e;border-radius:8px;font-size:12px;padding:4px 12px;margin-top:10px}@media(max-width:480px){.swap_portals .active_lock .lock_grid .cby-seed-vesting .header .fill-hug-badge{font-size:11px;padding:3px 10px}}.swap_portals .active_lock .lock_grid .cby-seed-vesting .details{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px}@media(max-width:640px){.swap_portals .active_lock .lock_grid .cby-seed-vesting .details{grid-template-columns:1fr;gap:16px}}.swap_portals .active_lock .lock_grid .cby-seed-vesting .details .detail-item{display:flex;flex-direction:column;align-items:center;min-width:0}@media(max-width:640px){.swap_portals .active_lock .lock_grid .cby-seed-vesting .details .detail-item{align-items:flex-start}}.swap_portals .active_lock .lock_grid .cby-seed-vesting .details .detail-item:nth-child(2){border-left:1px solid hsla(0,0%,100%,.0901960784);border-right:1px solid hsla(0,0%,100%,.0901960784);padding:0 16px}@media(max-width:640px){.swap_portals .active_lock .lock_grid .cby-seed-vesting .details .detail-item:nth-child(2){border:1px solid hsla(0,0%,100%,.0901960784);border-right:none;border-left:none;padding:12px 0}}.swap_portals .active_lock .lock_grid .cby-seed-vesting .details .detail-item .label{color:#afcaaf;font-size:13px}@media(max-width:480px){.swap_portals .active_lock .lock_grid .cby-seed-vesting .details .detail-item .label{font-size:12px}}.swap_portals .active_lock .lock_grid .cby-seed-vesting .details .detail-item .value{margin-top:3px;font-size:20px;font-weight:600;word-break:break-word}@media(max-width:768px){.swap_portals .active_lock .lock_grid .cby-seed-vesting .details .detail-item .value{font-size:18px}}@media(max-width:480px){.swap_portals .active_lock .lock_grid .cby-seed-vesting .details .detail-item .value{font-size:16px}}.swap_portals .active_lock .lock_grid .cby-seed-vesting .details .detail-item .total-seed{color:#e7e7e7}.swap_portals .active_lock .lock_grid .cby-seed-vesting .details .detail-item .claimable-seed{color:#18aa4e}.swap_portals .active_lock .lock_grid .cby-seed-vesting .progress-section{margin-bottom:16px}.swap_portals .active_lock .lock_grid .cby-seed-vesting .progress-section .date{font-size:13px;color:#afcaaf;margin-right:16px}@media(max-width:480px){.swap_portals .active_lock .lock_grid .cby-seed-vesting .progress-section .date{font-size:12px}}.swap_portals .active_lock .lock_grid .cby-seed-vesting .progress-section .date-progress{display:flex;align-items:center}.swap_portals .active_lock .lock_grid .cby-seed-vesting .progress-section .date-progress .progress-bar-bg{flex:1;background:#223426;border-radius:6px;height:6px;margin-right:12px;position:relative;width:100%}.swap_portals .active_lock .lock_grid .cby-seed-vesting .progress-section .date-progress .progress-bar-bg .progress-bar-fill{background:#18aa4e;height:100%;border-radius:6px 0 0 6px;display:block}.swap_portals .active_lock .lock_grid .cby-seed-vesting .progress-section .date-progress .progress-percent{font-size:13px;color:#afcaaf;flex-shrink:0}@media(max-width:480px){.swap_portals .active_lock .lock_grid .cby-seed-vesting .progress-section .date-progress .progress-percent{font-size:12px}}.swap_portals .active_lock .lock_grid .cby-seed-vesting .time-remaining{margin-bottom:18px}@media(max-width:480px){.swap_portals .active_lock .lock_grid .cby-seed-vesting .time-remaining{margin-bottom:14px}}.swap_portals .active_lock .lock_grid .cby-seed-vesting .time-remaining .label{color:#afcaaf;font-size:13px}@media(max-width:480px){.swap_portals .active_lock .lock_grid .cby-seed-vesting .time-remaining .label{font-size:12px}}.swap_portals .active_lock .lock_grid .cby-seed-vesting .time-remaining .value{font-size:18px;font-weight:600;color:#fff}@media(max-width:480px){.swap_portals .active_lock .lock_grid .cby-seed-vesting .time-remaining .value{font-size:16px}}.swap_portals .active_lock .lock_grid .cby-seed-vesting .claim-btn{background:#18aa4e;color:#fff;font-size:14px;font-weight:600;border:none;border-radius:20px;padding:8px 16px;width:160px;height:36px;cursor:pointer;transition:background .2s;align-self:flex-start;white-space:nowrap;text-align:center}.swap_portals .active_lock .lock_grid .cby-seed-vesting .claim-btn:hover{background:#16994a}@media(max-width:768px){.swap_portals .active_lock .lock_grid .cby-seed-vesting .claim-btn{font-size:12px;padding:6px 12px;height:32px;width:140px}}@media(max-width:480px){.swap_portals .active_lock .lock_grid .cby-seed-vesting .claim-btn{width:100%;max-width:160px}}.swap_portals .bridge-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:1000;padding:16px}@media(max-width:480px){.swap_portals .bridge-modal-overlay{align-items:flex-start;padding:24px 8px 8px}}.swap_portals .bridge-modal{background:#020202;border-radius:16px;padding:32px;width:100%;max-width:811px;max-height:90vh;overflow-y:auto;position:relative;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@media(max-width:768px){.swap_portals .bridge-modal{padding:24px 20px;max-height:95vh;border-radius:12px}}@media(max-width:480px){.swap_portals .bridge-modal{padding:20px 16px;border-radius:12px}}.swap_portals .close-button{position:absolute;top:20px;right:20px;background:none;border:none;color:#666;font-size:24px;cursor:pointer;padding:4px;z-index:10}@media(max-width:480px){.swap_portals .close-button{top:12px;right:12px;font-size:20px}}.swap_portals .close-button:hover{color:#999}.swap_portals .back-button{position:absolute;top:20px;left:20px;background:none;border:none;color:#666;font-size:24px;cursor:pointer;padding:4px;line-height:0;z-index:10}@media(max-width:480px){.swap_portals .back-button{top:12px;left:12px}}.swap_portals .back-button:hover{color:#999}.swap_portals .back-button:focus-visible{outline:2px solid #999;outline-offset:2px;border-radius:6px}.swap_portals .back-button svg{display:block;color:currentColor}@media(max-width:480px){.swap_portals .back-button svg{width:16px;height:16px}}.swap_portals .modal-header{text-align:center;margin-bottom:40px;padding-top:16px}@media(max-width:768px){.swap_portals .modal-header{margin-bottom:24px;padding-top:12px}}@media(max-width:480px){.swap_portals .modal-header{margin-bottom:20px;padding-top:8px}}.swap_portals .modal-title{font-size:28px;font-weight:600;margin:0 0 16px;color:#fff}@media(max-width:768px){.swap_portals .modal-title{font-size:22px;margin:0 0 12px}}@media(max-width:480px){.swap_portals .modal-title{font-size:18px;margin:0 0 10px}}.swap_portals .modal-subtitle{font-size:14px;color:#888;line-height:1.5;margin:0}@media(max-width:480px){.swap_portals .modal-subtitle{font-size:13px;line-height:1.4}}.swap_portals .modal-content{margin-bottom:40px}@media(max-width:768px){.swap_portals .modal-content{margin-bottom:24px}}@media(max-width:480px){.swap_portals .modal-content{margin-bottom:16px}}.swap_portals .form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:32px}@media(max-width:768px){.swap_portals .form-row{grid-template-columns:1fr;gap:16px;margin-bottom:24px}}@media(max-width:480px){.swap_portals .form-row{gap:12px;margin-bottom:20px}}.swap_portals .form-group{min-width:0}.swap_portals .form-group label{display:block;font-size:14px;font-weight:500;margin-bottom:8px;color:#fff}@media(max-width:480px){.swap_portals .form-group label{font-size:13px;margin-bottom:6px}}.swap_portals .select-wrapper{position:relative}.swap_portals .chain-select{width:100%;background:rgba(0,0,0,0);border:1px solid #404040;border-radius:12px;padding:12px 16px;font-size:14px;color:#fff;appearance:none;cursor:pointer}@media(max-width:480px){.swap_portals .chain-select{padding:10px 12px;font-size:13px;border-radius:10px}}.swap_portals .chain-select:focus{outline:none;border-color:#666}.swap_portals .amount-input{width:100%;background:rgba(0,0,0,0);border:1px solid #404040;border-radius:12px;padding:12px 16px;font-size:14px;color:#fff}@media(max-width:480px){.swap_portals .amount-input{padding:10px 12px;font-size:13px;border-radius:10px}}.swap_portals .amount-input::placeholder{color:#666}.swap_portals .amount-input:focus{outline:none;border-color:#666}.swap_portals .balance-info,.swap_portals .destination-info,.swap_portals .fee-info{font-size:12px;color:#666;margin-top:8px;margin-bottom:0}@media(max-width:480px){.swap_portals .balance-info,.swap_portals .destination-info,.swap_portals .fee-info{font-size:11px;margin-top:6px}}.swap_portals .fee-info{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.swap_portals .info-icon{background:rgba(0,0,0,0);color:#fff;border-radius:50%;width:14px;height:14px;font-size:10px;display:flex;align-items:center;justify-content:center}.swap_portals .bridge-cards{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;margin-bottom:32px}@media(max-width:768px){.swap_portals .bridge-cards{grid-template-columns:1fr;gap:12px;margin-bottom:24px}}@media(max-width:480px){.swap_portals .bridge-cards{gap:10px;margin-bottom:20px}}.swap_portals .bridge-card{background:rgba(0,0,0,0);border:1px solid #404040;border-radius:12px;padding:20px;text-align:left;min-width:0;width:100%}@media(max-width:768px){.swap_portals .bridge-card{padding:16px}}@media(max-width:480px){.swap_portals .bridge-card{padding:14px;border-radius:10px}}.swap_portals .card-header{font-size:12px;color:#888;margin-bottom:8px;font-weight:500}@media(max-width:480px){.swap_portals .card-header{font-size:11px;margin-bottom:6px}}.swap_portals .card-amount{font-size:24px;font-weight:600;color:#fff;word-break:break-word}@media(max-width:768px){.swap_portals .card-amount{font-size:20px}}@media(max-width:480px){.swap_portals .card-amount{font-size:18px}}.swap_portals .card-amount .token{font-size:16px;color:#888;font-weight:400}@media(max-width:480px){.swap_portals .card-amount .token{font-size:14px}}.swap_portals .arrow-container{display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(max-width:768px){.swap_portals .arrow-container{transform:rotate(90deg)}}.swap_portals .bridge-arrow{font-size:24px;color:#18aa4e;font-weight:700}@media(max-width:480px){.swap_portals .bridge-arrow{font-size:20px}}.swap_portals .action-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:768px){.swap_portals .action-buttons{grid-template-columns:1fr;gap:12px}}@media(max-width:480px){.swap_portals .action-buttons{gap:10px}}.swap_portals .bridge-btn,.swap_portals .next-btn{padding:14px 24px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;border:none;transition:all .2s ease}@media(max-width:768px){.swap_portals .bridge-btn,.swap_portals .next-btn{padding:12px 20px;font-size:15px}}@media(max-width:480px){.swap_portals .bridge-btn,.swap_portals .next-btn{padding:12px 16px;font-size:14px;border-radius:10px}}.swap_portals .next-btn{background:#000;color:#666}.swap_portals .next-btn.disabled{cursor:not-allowed}.swap_portals .next-btn:not(.disabled):hover{background:#4a4a4a}.swap_portals .next-btn:not(.disabled){background:#1a1a1a;color:#888;border:1px solid #666}.swap_portals .next-btn:not(.disabled):hover{background:#2a2a2a;border-color:#777}.swap_portals .bridge-btn{background:#18aa4e;color:#fff}.swap_portals .bridge-btn:hover{background:#16994a}.swap_portals .bridge-btn:disabled{background:#000;color:#888;border:1px solid #666;cursor:not-allowed}.swap_portals .bridge-btn:disabled:hover{background:#000}.swap_portals .success-card{text-align:center;background:#000;padding:20px;border-radius:12px;color:#fff;max-width:560px;margin:0 auto;width:100%}@media(max-width:768px){.swap_portals .success-card{padding:24px 20px}}@media(max-width:480px){.swap_portals .success-card{padding:20px 16px}}.swap_portals .success-card__image{width:96px;height:96px;margin:0 auto 20px;border-radius:8px;object-fit:cover}@media(max-width:480px){.swap_portals .success-card__image{width:72px;height:72px;margin-bottom:16px}}.swap_portals .success-card__title{font-size:20px;font-weight:700;color:#18aa4e;margin-bottom:12px;text-shadow:0 0 8px rgba(24,170,78,.5)}@media(max-width:480px){.swap_portals .success-card__title{font-size:18px;margin-bottom:10px}}.swap_portals .success-card__message{line-height:1.5;margin-bottom:20px}@media(max-width:480px){.swap_portals .success-card__message{font-size:13px;margin-bottom:16px}}.swap_portals .success-card__button{background:linear-gradient(90deg,#18aa4e,#16994a);color:#fff;padding:12px 24px;border:none;border-radius:24px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease-in-out}@media(max-width:480px){.swap_portals .success-card__button{padding:10px 20px;font-size:14px;width:100%;max-width:240px}}.swap_portals .success-card__button:hover{background:linear-gradient(90deg,#1abc5c,#18aa4e);transform:scale(1.05);box-shadow:0 0 12px rgba(176,255,47,.7)}.swap_portals .success-card__message{width:100%;max-width:436px;margin:12px auto 24px;font-size:14px;line-height:21px;height:auto;color:#ccc}@media(max-width:480px){.swap_portals .success-card__message{font-size:13px;line-height:1.5;margin:10px auto 20px}}.select-wrapper{position:relative}.select-wrapper:after{content:"▼";position:absolute;right:16px;top:50%;transform:translateY(-50%);pointer-events:none;color:#666;font-size:12px;transition:color .2s ease;z-index:1}@media(max-width:480px){.select-wrapper:after{right:12px;font-size:10px}}.select-wrapper:hover:after{color:#999}.chain-select{width:100%;background:linear-gradient(145deg,#1a1a1a,#2a2a2a);border:1px solid #404040;border-radius:12px;padding:16px 20px;font-size:14px;color:#fff;appearance:none;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.3);font-weight:500;letter-spacing:.5px}@media(max-width:480px){.chain-select{padding:12px 16px;font-size:13px;border-radius:10px}}.chain-select:focus{outline:none;border-color:#18aa4e;box-shadow:0 0 0 3px rgba(24,170,78,.1),0 4px 12px rgba(0,0,0,.4)}.chain-select:focus,.chain-select:hover{background:linear-gradient(145deg,#1f1f1f,#2f2f2f)}.chain-select:hover{border-color:#555;box-shadow:0 4px 12px rgba(0,0,0,.4)}.chain-select option{background:#1a1a1a;color:#fff;padding:12px 16px;font-size:14px;border:none}@media(max-width:480px){.chain-select option{padding:10px 12px;font-size:13px}}.chain-select option:hover{background:#2a2a2a}.chain-select option:checked{background:linear-gradient(145deg,#18aa4e,#16994a);color:#fff;font-weight:600}.chain-select [data-slot=tabs-trigger]:not([data-state=active]):hover:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;border-radius:2px;background:hsla(0,0%,100%,.3);transition:all .3s ease}.stepper{display:flex;justify-content:space-between;align-items:center;position:relative;width:100%;padding:20px;background:#222}@media(max-width:768px){.stepper{padding:16px 12px;flex-wrap:wrap;gap:8px}}@media(max-width:480px){.stepper{padding:12px 8px}}.stepper__step{display:flex;flex-direction:column;align-items:center;flex:1;position:relative;min-width:0}@media(max-width:768px){.stepper__step{flex:0 0 auto;width:calc(25% - 6px)}}@media(max-width:480px){.stepper__step{width:calc(50% - 4px);margin-bottom:8px}}.stepper__circle{width:22px;height:22px;border-radius:50%;background:#1e1e1e;border:2px solid #cfd8dc;display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff;z-index:2;flex-shrink:0}@media(max-width:480px){.stepper__circle{width:18px;height:18px;font-size:10px}}.stepper__circle.completed{background:#000;border-color:#18aa4e;color:#18aa4e}.stepper__circle.active{background:rgba(24,170,78,.2);border-color:#18aa4e}.stepper__label{margin-top:8px;color:#999;font-size:14px;font-weight:500;background:#1a1a1a;padding:6px 12px;border-radius:6px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}@media(max-width:768px){.stepper__label{font-size:11px;padding:4px 8px;white-space:normal;word-break:break-word;line-height:1.3}}@media(max-width:480px){.stepper__label{font-size:10px;padding:3px 6px;margin-top:4px}}.stepper__label.active-label{color:#18aa4e;border:1px solid #18aa4e}.stepper__line{position:absolute;top:10px;left:50%;right:-50%;height:3px;background:#444;z-index:1}@media(max-width:768px){.stepper__line{display:none}}.stepper__line.line-completed{background:#18aa4e}