.dashboard-module-scss-module__c6XUcG__dashboard_container{flex-direction:column;gap:24px;width:100%;display:flex}.dashboard-module-scss-module__c6XUcG__dashboard_header{justify-content:space-between;align-items:center;display:flex}.dashboard-module-scss-module__c6XUcG__dashboard_title{color:#000;font-size:32px;font-weight:500}.dashboard-module-scss-module__c6XUcG__dashboard_connect_btn{color:#fff;cursor:pointer;background:#1a1e22;border:none;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;line-height:24px;transition:background .3s;box-shadow:4px 4px 4px #0000000a}.dashboard-module-scss-module__c6XUcG__dashboard_connect_btn:hover{background:#2d3338}.dashboard-module-scss-module__c6XUcG__wallet_info{cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;display:flex}.dashboard-module-scss-module__c6XUcG__wallet_avatar{background:#b0e6ff;border-radius:50%;width:24px;height:24px}.dashboard-module-scss-module__c6XUcG__wallet_address{color:#1a1e22;font-size:14px;font-weight:500;line-height:24px}.dashboard-module-scss-module__c6XUcG__dashboard_content{flex-direction:column;gap:16px;width:100%;display:flex}.dashboard-module-scss-module__c6XUcG__dashboard_banner_wrapper{border:1px solid #282828;border-radius:8px;width:100%;height:396px;position:relative;overflow:hidden}.dashboard-module-scss-module__c6XUcG__dashboard_banner{object-fit:cover;width:100%;height:100%}.dashboard-module-scss-module__c6XUcG__dashboard_banner_content{flex-direction:column;justify-content:flex-start;align-items:center;gap:32px;width:388px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dashboard-module-scss-module__c6XUcG__dashboard_banner_text{color:#fff;text-align:center;font-size:16px;font-weight:500;line-height:24px}.dashboard-module-scss-module__c6XUcG__dashboard_banner_btn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:6px;padding:12px 24px;font-size:14px;font-weight:500;transition:background .3s}.dashboard-module-scss-module__c6XUcG__dashboard_banner_btn:hover{background:#f0f0f0}.dashboard-module-scss-module__c6XUcG__dashboard_table_wrap{background:#fff;border-radius:8px;padding:40px 0}.dashboard-module-scss-module__c6XUcG__dashboard_table_header{justify-content:space-between;align-items:center;height:56px;padding:0 24px;display:flex}.dashboard-module-scss-module__c6XUcG__dashboard_th_asset{width:317px;justify-content:flex-start!important}.dashboard-module-scss-module__c6XUcG__dashboard_th_group{gap:56px;margin:0 auto;display:flex}.dashboard-module-scss-module__c6XUcG__dashboard_th{justify-content:flex-end;align-items:center;gap:4px;width:114px;display:flex}.dashboard-module-scss-module__c6XUcG__dashboard_th_text{color:#65696d;font-size:14px;font-weight:400}.dashboard-module-scss-module__c6XUcG__dashboard_sort_icon{width:12px;position:relative}.dashboard-module-scss-module__c6XUcG__dashboard_table_body{flex-direction:column;display:flex}.dashboard-module-scss-module__c6XUcG__dashboard_row{justify-content:space-between;align-items:center;padding:8px 24px;display:flex}.dashboard-module-scss-module__c6XUcG__dashboard_row:hover{background:#00000005}.dashboard-module-scss-module__c6XUcG__dashboard_cell_asset{align-items:center;gap:16px;width:317px;display:flex;justify-content:flex-start!important}.dashboard-module-scss-module__c6XUcG__dashboard_coin_icon{border-radius:50%;width:24px;height:24px}.dashboard-module-scss-module__c6XUcG__dashboard_asset_name{color:#000;font-size:14px;font-weight:500}.dashboard-module-scss-module__c6XUcG__dashboard_cell_group{gap:56px;margin:0 auto;display:flex}.dashboard-module-scss-module__c6XUcG__dashboard_cell{justify-content:flex-end;align-items:center;width:114px;padding:10px 0;display:flex}.dashboard-module-scss-module__c6XUcG__dashboard_value{color:#000;text-align:right;font-size:14px;font-weight:500}.dashboard-module-scss-module__c6XUcG__markets_header{flex-direction:column;gap:8px;display:flex}.dashboard-module-scss-module__c6XUcG__markets_title_wrap{cursor:pointer;align-items:center;gap:12px;display:flex}.dashboard-module-scss-module__c6XUcG__markets_logo{border-radius:50%;width:40px;height:40px;overflow:hidden}.dashboard-module-scss-module__c6XUcG__markets_logo img{object-fit:cover;width:100%;height:100%}.dashboard-module-scss-module__c6XUcG__markets_title{color:#000;font-size:32px;font-weight:500}.dashboard-module-scss-module__c6XUcG__markets_subtitle{color:#65696d;font-size:14px;font-weight:400}.dashboard-module-scss-module__c6XUcG__markets_stats{gap:16px;display:flex}.dashboard-module-scss-module__c6XUcG__markets_stat_card{background:#fff;border-radius:8px;flex-direction:column;flex:1;gap:8px;padding:16px 24px;display:flex}.dashboard-module-scss-module__c6XUcG__markets_stat_label{color:#65696d;font-size:14px;font-weight:400}.dashboard-module-scss-module__c6XUcG__markets_stat_label_wrap{align-items:center;gap:4px;display:flex}.dashboard-module-scss-module__c6XUcG__tooltip_wrapper{cursor:pointer;display:inline-flex;position:relative}.dashboard-module-scss-module__c6XUcG__tooltip_wrapper:hover .dashboard-module-scss-module__c6XUcG__tooltip_content{opacity:1;visibility:visible}.dashboard-module-scss-module__c6XUcG__tooltip_content{color:#fff;opacity:0;visibility:hidden;z-index:10;pointer-events:none;background:#1a1e22;border-radius:8px;width:280px;padding:10px 12px;font-size:12px;font-weight:400;line-height:1.5;transition:opacity .2s,visibility .2s;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)}.dashboard-module-scss-module__c6XUcG__tooltip_content:before{content:"";border:5px solid #0000;border-bottom-color:#1a1e22;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.dashboard-module-scss-module__c6XUcG__markets_stat_value{color:#000;font-size:24px;font-weight:600}.dashboard-module-scss-module__c6XUcG__markets_card_summary{gap:8px;margin-bottom:16px;display:flex}.dashboard-module-scss-module__c6XUcG__markets_card_summary_item{border:1px solid #e5e8eb;border-radius:6px;align-items:center;gap:6px;padding:8px 12px;display:flex}.dashboard-module-scss-module__c6XUcG__markets_card_summary_label{color:#979b9f;font-size:14px;font-weight:400}.dashboard-module-scss-module__c6XUcG__markets_card_summary_value{color:#1a1e22;font-size:14px;font-weight:600}.dashboard-module-scss-module__c6XUcG__hf_safe{color:#1add8f}.dashboard-module-scss-module__c6XUcG__hf_warning{color:#f5a623}.dashboard-module-scss-module__c6XUcG__hf_danger{color:#ff3b30}.dashboard-module-scss-module__c6XUcG__markets_content{grid-template-rows:auto auto;grid-template-columns:1fr 1fr;gap:16px;display:grid}.dashboard-module-scss-module__c6XUcG__markets_left,.dashboard-module-scss-module__c6XUcG__markets_right{display:contents}.dashboard-module-scss-module__c6XUcG__markets_card{background:#fff;border-radius:8px;padding:24px}.dashboard-module-scss-module__c6XUcG__markets_card_supplies{grid-area:1/1}.dashboard-module-scss-module__c6XUcG__markets_card_borrows{grid-area:1/2}.dashboard-module-scss-module__c6XUcG__markets_card_assets_supply{grid-area:2/1}.dashboard-module-scss-module__c6XUcG__markets_card_assets_borrow{grid-area:2/2}.dashboard-module-scss-module__c6XUcG__markets_card_empty{min-height:120px}.dashboard-module-scss-module__c6XUcG__markets_card_header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.dashboard-module-scss-module__c6XUcG__markets_summary{gap:24px;display:flex}.dashboard-module-scss-module__c6XUcG__markets_summary_item{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.dashboard-module-scss-module__c6XUcG__markets_summary_label{color:#65696d;font-size:12px;font-weight:400}.dashboard-module-scss-module__c6XUcG__markets_summary_value{color:#1a1e22;font-size:14px;font-weight:600}.dashboard-module-scss-module__c6XUcG__markets_balance_wrap{flex-direction:column;align-items:center;gap:2px;display:flex}.dashboard-module-scss-module__c6XUcG__markets_balance_usd{color:#65696d;font-size:12px;font-weight:400}.dashboard-module-scss-module__c6XUcG__markets_apy_green{color:#00a86b;font-weight:500}.dashboard-module-scss-module__c6XUcG__markets_apy_red{color:#e74c3c;font-weight:500}.dashboard-module-scss-module__c6XUcG__markets_toggle{width:36px;height:20px;display:inline-block;position:relative}.dashboard-module-scss-module__c6XUcG__markets_toggle input{opacity:0;width:0;height:0}.dashboard-module-scss-module__c6XUcG__markets_toggle input:checked+.dashboard-module-scss-module__c6XUcG__markets_toggle_slider{background-color:#00a86b}.dashboard-module-scss-module__c6XUcG__markets_toggle input:checked+.dashboard-module-scss-module__c6XUcG__markets_toggle_slider:before{transform:translate(16px)}.dashboard-module-scss-module__c6XUcG__markets_toggle_slider{cursor:pointer;background-color:#d0d4d8;border-radius:20px;transition:all .3s;position:absolute;inset:0}.dashboard-module-scss-module__c6XUcG__markets_toggle_slider:before{content:"";background-color:#fff;border-radius:50%;width:16px;height:16px;transition:all .3s;position:absolute;bottom:2px;left:2px}.dashboard-module-scss-module__c6XUcG__markets_borrow_bar_wrap{margin-bottom:16px}.dashboard-module-scss-module__c6XUcG__markets_borrow_bar{background:#e5e8eb;border-radius:4px;width:100%;height:8px;overflow:hidden}.dashboard-module-scss-module__c6XUcG__markets_borrow_bar_fill{background:linear-gradient(90deg,#00a86b 0%,#f5a623 50%,#e74c3c 100%);border-radius:4px;height:100%;transition:width .3s}.dashboard-module-scss-module__c6XUcG__markets_card_title{color:#000;font-size:16px;font-weight:600}.dashboard-module-scss-module__c6XUcG__markets_empty_state,.dashboard-module-scss-module__c6XUcG__markets_loading,.dashboard-module-scss-module__c6XUcG__markets_empty{color:#65696d;text-align:center;padding:24px 0;font-size:14px}.dashboard-module-scss-module__c6XUcG__markets_filters{gap:8px;display:flex}.dashboard-module-scss-module__c6XUcG__markets_filter{cursor:pointer;color:#1a1e22;background:#f5f7f9;border-radius:6px;align-items:center;gap:8px;padding:8px 12px;font-size:14px;transition:background .2s;display:flex;position:relative}.dashboard-module-scss-module__c6XUcG__markets_filter:hover,.dashboard-module-scss-module__c6XUcG__markets_filter_active{background:#e5e8eb}.dashboard-module-scss-module__c6XUcG__markets_dropdown{z-index:100;background:#fff;border:1px solid #e5e8eb;border-radius:8px;min-width:200px;position:absolute;top:calc(100% + 4px);right:0;overflow:hidden;box-shadow:0 4px 12px #0000001a}.dashboard-module-scss-module__c6XUcG__markets_dropdown_header{border-bottom:1px solid #e5e8eb;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.dashboard-module-scss-module__c6XUcG__markets_dropdown_header span{color:#1a1e22;font-size:14px;font-weight:500}.dashboard-module-scss-module__c6XUcG__markets_dropdown_reset{color:#979b9f;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;transition:color .2s}.dashboard-module-scss-module__c6XUcG__markets_dropdown_reset:hover{color:#65696d}.dashboard-module-scss-module__c6XUcG__markets_dropdown_item{color:#1a1e22;cursor:pointer;justify-content:space-between;align-items:center;padding:14px 16px;font-size:14px;transition:background .2s;display:flex}.dashboard-module-scss-module__c6XUcG__markets_dropdown_item:hover{background:#f5f7f9}.dashboard-module-scss-module__c6XUcG__markets_checkbox{border:1px solid #d0d4d8;border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;transition:all .2s;display:flex}.dashboard-module-scss-module__c6XUcG__markets_checkbox_active{background:#1a1e22;border-color:#1a1e22}.dashboard-module-scss-module__c6XUcG__markets_dropdown_item_active{color:#0062d2;background:#f0f4ff;font-weight:500}.dashboard-module-scss-module__c6XUcG__markets_warning{background:#fff9e6;border-radius:6px;align-items:center;gap:8px;margin-bottom:16px;padding:12px 16px;display:flex}.dashboard-module-scss-module__c6XUcG__markets_warning_icon{background:#f5a623;border-radius:50%;width:16px;height:16px}.dashboard-module-scss-module__c6XUcG__markets_warning_text{color:#65696d;font-size:14px}.dashboard-module-scss-module__c6XUcG__markets_table{width:100%}.dashboard-module-scss-module__c6XUcG__markets_table_header_row{border-bottom:1px solid #e5e8eb;align-items:center;padding:12px 0;display:grid}.dashboard-module-scss-module__c6XUcG__markets_card_assets_supply .dashboard-module-scss-module__c6XUcG__markets_table_header_row,.dashboard-module-scss-module__c6XUcG__markets_card_assets_supply .dashboard-module-scss-module__c6XUcG__markets_table_row,.dashboard-module-scss-module__c6XUcG__markets_card_assets_borrow .dashboard-module-scss-module__c6XUcG__markets_table_header_row,.dashboard-module-scss-module__c6XUcG__markets_card_assets_borrow .dashboard-module-scss-module__c6XUcG__markets_table_row{grid-template-columns:1.5fr 1.2fr 1.2fr .8fr 120px;column-gap:8px}.dashboard-module-scss-module__c6XUcG__markets_card_assets_supply .dashboard-module-scss-module__c6XUcG__markets_th:nth-child(3),.dashboard-module-scss-module__c6XUcG__markets_card_assets_supply .dashboard-module-scss-module__c6XUcG__markets_td:nth-child(3),.dashboard-module-scss-module__c6XUcG__markets_card_assets_borrow .dashboard-module-scss-module__c6XUcG__markets_th:nth-child(3),.dashboard-module-scss-module__c6XUcG__markets_card_assets_borrow .dashboard-module-scss-module__c6XUcG__markets_td:nth-child(3){margin-left:16px}.dashboard-module-scss-module__c6XUcG__markets_th{color:#65696d;white-space:nowrap;align-items:center;gap:4px;min-width:0;font-size:14px;font-weight:400;display:flex}.dashboard-module-scss-module__c6XUcG__markets_th svg{opacity:.5}.dashboard-module-scss-module__c6XUcG__markets_th_center{text-align:center;justify-content:center}.dashboard-module-scss-module__c6XUcG__markets_table_row{border-bottom:1px solid #f0f2f4;align-items:center;padding:20px 0;display:grid}.dashboard-module-scss-module__c6XUcG__markets_table_row:last-child{border-bottom:none}.dashboard-module-scss-module__c6XUcG__markets_td{color:#000;text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:8px;min-width:0;font-size:14px;font-weight:500;display:flex;overflow:hidden}.dashboard-module-scss-module__c6XUcG__markets_td_center{justify-content:center}.dashboard-module-scss-module__c6XUcG__markets_coin_icon{border-radius:50%;width:32px;height:32px}.dashboard-module-scss-module__c6XUcG__markets_action_row{flex-shrink:0;justify-content:flex-end;align-items:center;gap:8px;width:120px;display:flex}.dashboard-module-scss-module__c6XUcG__markets_btn{color:#fff;cursor:pointer;background:#1a1e22;border:none;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500}.dashboard-module-scss-module__c6XUcG__markets_btn:hover{background:#2d3338}.dashboard-module-scss-module__c6XUcG__markets_btn_disabled{color:#979b9f;cursor:not-allowed;background:#e5e8eb}.dashboard-module-scss-module__c6XUcG__markets_btn_disabled:hover{background:#e5e8eb}.dashboard-module-scss-module__c6XUcG__more_menu_wrapper{position:relative}.dashboard-module-scss-module__c6XUcG__markets_btn_more{color:#1a1e22;cursor:pointer;background:#f5f7f9;border:none;border-radius:6px;width:32px;height:32px;font-size:16px;font-weight:600}.dashboard-module-scss-module__c6XUcG__markets_btn_more:hover{background:#e5e8eb}.dashboard-module-scss-module__c6XUcG__more_menu_dropdown{z-index:20;background:#1a1e22;border-radius:8px;min-width:140px;padding:4px 0;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 4px 16px #0003}.dashboard-module-scss-module__c6XUcG__more_menu_item{color:#fff;cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:10px 16px;font-size:14px;font-weight:400;display:flex}.dashboard-module-scss-module__c6XUcG__more_menu_item:hover{background:#ffffff1a}.dashboard-module-scss-module__c6XUcG__markets_btn_primary{color:#fff;cursor:pointer;background:#1a1e22;border:none;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;transition:background .2s}.dashboard-module-scss-module__c6XUcG__markets_btn_primary:hover{background:#2d3338}.dashboard-module-scss-module__c6XUcG__markets_btn_secondary{color:#1a1e22;cursor:pointer;background:#f5f7f9;border:none;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;transition:background .2s}.dashboard-module-scss-module__c6XUcG__markets_btn_secondary:hover{background:#e5e8eb}.dashboard-module-scss-module__c6XUcG__markets_btn_outline{color:#1a1e22;cursor:pointer;background:#fff;border:1px solid #1a1e22;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s}.dashboard-module-scss-module__c6XUcG__markets_btn_outline:hover{color:#fff;background:#1a1e22}.dashboard-module-scss-module__c6XUcG__markets_supply_list{flex-direction:column;display:flex}.dashboard-module-scss-module__c6XUcG__markets_supply_header{border-bottom:1px solid #e5e8eb;align-items:center;padding:12px 0;display:flex}.dashboard-module-scss-module__c6XUcG__markets_supply_th{color:#65696d;flex:1;justify-content:center;align-items:center;gap:4px;min-width:0;font-size:14px;font-weight:400;display:flex}.dashboard-module-scss-module__c6XUcG__markets_supply_th:first-child{flex:1.2;justify-content:flex-start}.dashboard-module-scss-module__c6XUcG__markets_supply_th svg{opacity:.5}.dashboard-module-scss-module__c6XUcG__markets_supply_row{border-bottom:1px solid #f0f2f4;align-items:center;padding:16px 0;display:flex;overflow:visible}.dashboard-module-scss-module__c6XUcG__markets_supply_row:last-child{border-bottom:none}.dashboard-module-scss-module__c6XUcG__markets_supply_asset{color:#1a1e22;white-space:nowrap;text-overflow:ellipsis;flex:1.2;align-items:center;gap:12px;min-width:0;font-size:14px;font-weight:500;display:flex;overflow:hidden}.dashboard-module-scss-module__c6XUcG__markets_supply_balance{color:#1a1e22;flex-direction:column;flex:1;align-items:center;gap:2px;min-width:0;font-size:14px;font-weight:500;display:flex;overflow:hidden}.dashboard-module-scss-module__c6XUcG__markets_supply_balance>*{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.dashboard-module-scss-module__c6XUcG__markets_supply_apy{white-space:nowrap;flex:1;justify-content:center;min-width:0;font-size:14px;font-weight:500;display:flex}.dashboard-module-scss-module__c6XUcG__markets_supply_collateral{flex:1;justify-content:center;min-width:0;display:flex}.dashboard-module-scss-module__c6XUcG__markets_supply_actions{flex-shrink:0;justify-content:flex-end;gap:8px;width:170px;display:flex}.dashboard-module-scss-module__c6XUcG__markets_supply_th_empty{flex-shrink:0;width:170px}.dashboard-module-scss-module__c6XUcG__markets_borrow_list{flex-direction:column;display:flex}.dashboard-module-scss-module__c6XUcG__markets_borrow_header{border-bottom:1px solid #e5e8eb;align-items:center;padding:12px 0;display:flex}.dashboard-module-scss-module__c6XUcG__markets_borrow_th{color:#65696d;flex:1;justify-content:center;align-items:center;gap:4px;min-width:0;font-size:14px;font-weight:400;display:flex}.dashboard-module-scss-module__c6XUcG__markets_borrow_th:first-child{flex:1.2;justify-content:flex-start}.dashboard-module-scss-module__c6XUcG__markets_borrow_th svg{opacity:.5}.dashboard-module-scss-module__c6XUcG__markets_borrow_th_empty{flex-shrink:0;width:170px}.dashboard-module-scss-module__c6XUcG__markets_borrow_row{border-bottom:1px solid #f0f2f4;align-items:center;padding:16px 0;display:flex;overflow:visible}.dashboard-module-scss-module__c6XUcG__markets_borrow_row:last-child{border-bottom:none}.dashboard-module-scss-module__c6XUcG__markets_borrow_asset{color:#1a1e22;white-space:nowrap;text-overflow:ellipsis;flex:1.2;align-items:center;gap:12px;min-width:0;font-size:14px;font-weight:500;display:flex;overflow:hidden}.dashboard-module-scss-module__c6XUcG__markets_borrow_debt{color:#1a1e22;flex-direction:column;flex:1;align-items:center;gap:2px;min-width:0;font-size:14px;font-weight:500;display:flex;overflow:hidden}.dashboard-module-scss-module__c6XUcG__markets_borrow_debt>*{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.dashboard-module-scss-module__c6XUcG__markets_borrow_apy{color:#1a1e22;white-space:nowrap;flex:1;justify-content:center;min-width:0;font-size:14px;font-weight:500;display:flex}.dashboard-module-scss-module__c6XUcG__markets_borrow_type{flex:1;justify-content:center;min-width:0;display:flex}.dashboard-module-scss-module__c6XUcG__markets_borrow_actions{flex-shrink:0;justify-content:flex-end;gap:8px;width:170px;display:flex}.dashboard-module-scss-module__c6XUcG__markets_hide_btn{color:#65696d;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;font-size:14px;font-weight:400;transition:color .2s;display:flex}.dashboard-module-scss-module__c6XUcG__markets_hide_btn:hover{color:#1a1e22}.dashboard-module-scss-module__c6XUcG__markets_apy_type{color:#1a1e22;cursor:pointer;background:#fff;border:1px solid #e5e8eb;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:14px;transition:border-color .2s;display:flex;position:relative}.dashboard-module-scss-module__c6XUcG__markets_apy_type:hover{border-color:#d0d4d8}.dashboard-module-scss-module__c6XUcG__markets_apy_dropdown{z-index:100;background:#fff;border:1px solid #e5e8eb;border-radius:8px;min-width:120px;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden;box-shadow:0 4px 12px #0000001a}.dashboard-module-scss-module__c6XUcG__markets_apy_option{color:#1a1e22;cursor:pointer;padding:10px 16px;font-size:14px;transition:background .2s}.dashboard-module-scss-module__c6XUcG__markets_apy_option:hover{background:#f5f7f9}.dashboard-module-scss-module__c6XUcG__markets_apy_option_active{color:#0062d2;background:#f0f4ff;font-weight:500}.dashboard-module-scss-module__c6XUcG__markets_apy_type_loading{opacity:.7;cursor:wait;pointer-events:none}@media (max-width:1460px){.dashboard-module-scss-module__c6XUcG__markets_content{grid-template-columns:1fr}.dashboard-module-scss-module__c6XUcG__markets_card_supplies{grid-area:1/1}.dashboard-module-scss-module__c6XUcG__markets_card_borrows{grid-area:2/1}.dashboard-module-scss-module__c6XUcG__markets_card_assets_supply{grid-area:3/1}.dashboard-module-scss-module__c6XUcG__markets_card_assets_borrow{grid-area:4/1}.dashboard-module-scss-module__c6XUcG__markets_stats{flex-wrap:wrap}.dashboard-module-scss-module__c6XUcG__markets_stat_card{min-width:140px}}@media (max-width:768px){.dashboard-module-scss-module__c6XUcG__dashboard_table_header{display:none}.dashboard-module-scss-module__c6XUcG__dashboard_table_body{flex-direction:column;gap:12px;padding:0 16px;display:flex}.dashboard-module-scss-module__c6XUcG__dashboard_row{background:#f8fafb;border-radius:12px;flex-direction:column;align-items:stretch;gap:0;padding:16px}.dashboard-module-scss-module__c6XUcG__dashboard_row:hover{background:#f0f4f8}.dashboard-module-scss-module__c6XUcG__dashboard_cell_asset{border-bottom:1px solid #e5e8eb;width:100%;margin-bottom:12px;padding-bottom:12px}.dashboard-module-scss-module__c6XUcG__dashboard_asset_name{font-size:16px;font-weight:600}.dashboard-module-scss-module__c6XUcG__dashboard_cell_group{flex-direction:column;gap:0;width:100%;margin:0}.dashboard-module-scss-module__c6XUcG__dashboard_cell{border-bottom:1px solid #f0f2f4;justify-content:space-between;width:100%;padding:8px 0}.dashboard-module-scss-module__c6XUcG__dashboard_cell:last-child{border-bottom:none}.dashboard-module-scss-module__c6XUcG__dashboard_cell:before{content:attr(data-label);color:#65696d;font-size:14px;font-weight:400}.dashboard-module-scss-module__c6XUcG__dashboard_value{text-align:right;font-weight:500}.dashboard-module-scss-module__c6XUcG__dashboard_container{gap:24px}.dashboard-module-scss-module__c6XUcG__dashboard_title{font-size:24px}.dashboard-module-scss-module__c6XUcG__dashboard_header{flex-direction:column;align-items:flex-start;gap:16px}.dashboard-module-scss-module__c6XUcG__dashboard_connect_btn{display:none}.dashboard-module-scss-module__c6XUcG__dashboard_banner_wrapper{height:200px}.dashboard-module-scss-module__c6XUcG__dashboard_banner_content{gap:24px;width:90%;max-width:388px}.dashboard-module-scss-module__c6XUcG__dashboard_banner_text{font-size:14px}.dashboard-module-scss-module__c6XUcG__dashboard_banner_btn{padding:10px 20px;font-size:13px}.dashboard-module-scss-module__c6XUcG__dashboard_table_wrap{padding:16px 0}.dashboard-module-scss-module__c6XUcG__markets_header{gap:4px}.dashboard-module-scss-module__c6XUcG__markets_title_wrap{flex-wrap:wrap;gap:8px}.dashboard-module-scss-module__c6XUcG__markets_logo{width:32px;height:32px}.dashboard-module-scss-module__c6XUcG__markets_title{font-size:24px}.dashboard-module-scss-module__c6XUcG__markets_subtitle{font-size:13px}.dashboard-module-scss-module__c6XUcG__markets_stats{flex-direction:column;gap:8px}.dashboard-module-scss-module__c6XUcG__markets_stat_card{padding:16px}.dashboard-module-scss-module__c6XUcG__markets_stat_value{font-size:20px}.dashboard-module-scss-module__c6XUcG__markets_card{padding:16px;overflow-x:hidden}.dashboard-module-scss-module__c6XUcG__markets_card_summary{flex-wrap:wrap}.dashboard-module-scss-module__c6XUcG__markets_card_summary_item{padding:6px 10px;font-size:12px}.dashboard-module-scss-module__c6XUcG__markets_card_summary_label,.dashboard-module-scss-module__c6XUcG__markets_card_summary_value{font-size:12px}.dashboard-module-scss-module__c6XUcG__markets_card_header{flex-direction:column;align-items:flex-start;gap:12px}.dashboard-module-scss-module__c6XUcG__markets_filters{width:100%}.dashboard-module-scss-module__c6XUcG__markets_filter{flex:1;justify-content:center}.dashboard-module-scss-module__c6XUcG__markets_supply_header{display:none}.dashboard-module-scss-module__c6XUcG__markets_supply_list{gap:12px}.dashboard-module-scss-module__c6XUcG__markets_supply_row{background:#f8fafb;border-bottom:none;border-radius:8px;flex-direction:column;align-items:stretch;gap:12px;padding:16px}.dashboard-module-scss-module__c6XUcG__markets_supply_asset{border-bottom:1px solid #e5e8eb;padding-bottom:12px}.dashboard-module-scss-module__c6XUcG__markets_supply_balance,.dashboard-module-scss-module__c6XUcG__markets_supply_apy,.dashboard-module-scss-module__c6XUcG__markets_supply_collateral{flex-direction:row;flex:none;justify-content:space-between;align-items:center;overflow:visible}.dashboard-module-scss-module__c6XUcG__markets_supply_balance:before,.dashboard-module-scss-module__c6XUcG__markets_supply_apy:before,.dashboard-module-scss-module__c6XUcG__markets_supply_collateral:before{color:#65696d;font-size:13px;font-weight:400}.dashboard-module-scss-module__c6XUcG__markets_supply_balance:before{content:"Balance"}.dashboard-module-scss-module__c6XUcG__markets_supply_apy:before{content:"APY"}.dashboard-module-scss-module__c6XUcG__markets_supply_collateral:before{content:"Collateral"}.dashboard-module-scss-module__c6XUcG__markets_supply_actions{justify-content:stretch;width:100%}.dashboard-module-scss-module__c6XUcG__markets_supply_actions button{flex:1}.dashboard-module-scss-module__c6XUcG__markets_borrow_header{display:none}.dashboard-module-scss-module__c6XUcG__markets_borrow_list{gap:12px}.dashboard-module-scss-module__c6XUcG__markets_borrow_row{background:#f8fafb;border-bottom:none;border-radius:8px;flex-direction:column;align-items:stretch;gap:12px;padding:16px}.dashboard-module-scss-module__c6XUcG__markets_borrow_asset{border-bottom:1px solid #e5e8eb;padding-bottom:12px}.dashboard-module-scss-module__c6XUcG__markets_borrow_debt,.dashboard-module-scss-module__c6XUcG__markets_borrow_apy,.dashboard-module-scss-module__c6XUcG__markets_borrow_type{flex-direction:row;flex:none;justify-content:space-between;align-items:center;overflow:visible}.dashboard-module-scss-module__c6XUcG__markets_borrow_debt:before,.dashboard-module-scss-module__c6XUcG__markets_borrow_apy:before,.dashboard-module-scss-module__c6XUcG__markets_borrow_type:before{color:#65696d;font-size:13px;font-weight:400}.dashboard-module-scss-module__c6XUcG__markets_borrow_debt:before{content:"Debt"}.dashboard-module-scss-module__c6XUcG__markets_borrow_apy:before{content:"APY"}.dashboard-module-scss-module__c6XUcG__markets_borrow_type:before{content:"APY Type"}.dashboard-module-scss-module__c6XUcG__markets_borrow_actions{justify-content:stretch;width:100%}.dashboard-module-scss-module__c6XUcG__markets_borrow_actions button{flex:1}.dashboard-module-scss-module__c6XUcG__markets_table_header_row{display:none}.dashboard-module-scss-module__c6XUcG__markets_card_assets_supply .dashboard-module-scss-module__c6XUcG__markets_table_row,.dashboard-module-scss-module__c6XUcG__markets_card_assets_borrow .dashboard-module-scss-module__c6XUcG__markets_table_row{background:#f8fafb;border-bottom:none;border-radius:8px;flex-direction:column;gap:8px;margin-bottom:8px;padding:16px;display:flex}.dashboard-module-scss-module__c6XUcG__markets_td{justify-content:space-between;width:100%}.dashboard-module-scss-module__c6XUcG__markets_td:before{color:#65696d;font-size:13px;font-weight:400}.dashboard-module-scss-module__c6XUcG__markets_td:first-child{border-bottom:1px solid #e5e8eb;margin-bottom:4px;padding-bottom:8px}.dashboard-module-scss-module__c6XUcG__markets_td:first-child:before{display:none}.dashboard-module-scss-module__c6XUcG__markets_card_assets_supply .dashboard-module-scss-module__c6XUcG__markets_td:nth-child(2):before{content:"Wallet Balance"}.dashboard-module-scss-module__c6XUcG__markets_card_assets_supply .dashboard-module-scss-module__c6XUcG__markets_td:nth-child(3):before{content:"APY"}.dashboard-module-scss-module__c6XUcG__markets_card_assets_supply .dashboard-module-scss-module__c6XUcG__markets_td:nth-child(4):before{content:"Can be Collateral"}.dashboard-module-scss-module__c6XUcG__markets_card_assets_borrow .dashboard-module-scss-module__c6XUcG__markets_td:nth-child(2):before{content:"Available"}.dashboard-module-scss-module__c6XUcG__markets_card_assets_borrow .dashboard-module-scss-module__c6XUcG__markets_td:nth-child(3):before{content:"APY, variable"}.dashboard-module-scss-module__c6XUcG__markets_action_row{justify-content:stretch;width:100%;margin-top:8px}.dashboard-module-scss-module__c6XUcG__markets_action_row .dashboard-module-scss-module__c6XUcG__markets_btn{flex:1}.dashboard-module-scss-module__c6XUcG__markets_warning{flex-direction:column;align-items:flex-start;gap:8px}.dashboard-module-scss-module__c6XUcG__markets_apy_dropdown{left:auto;right:0}.dashboard-module-scss-module__c6XUcG__markets_dropdown{min-width:180px;left:0;right:auto}}.dashboard-module-scss-module__c6XUcG__tooltip_wrapper{display:inline-block;position:relative}.dashboard-module-scss-module__c6XUcG__tooltip_wrapper:hover .dashboard-module-scss-module__c6XUcG__tooltip_text{visibility:visible;opacity:1}.dashboard-module-scss-module__c6XUcG__tooltip_text{visibility:hidden;opacity:0;color:#fff;white-space:nowrap;pointer-events:none;z-index:10;background:#1a1e22;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:400;line-height:1.4;transition:opacity .2s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.dashboard-module-scss-module__c6XUcG__tooltip_text:after{content:"";border:5px solid #0000;border-top-color:#1a1e22;position:absolute;top:100%;left:50%;transform:translate(-50%)}
.WalletModal-module-scss-module__a0L1Ka__wallet_modal_overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.WalletModal-module-scss-module__a0L1Ka__wallet_card{z-index:1001;background:#fff;border-radius:16px;flex-direction:column;gap:40px;width:100%;max-width:412px;padding:24px 32px;display:flex;position:relative}.WalletModal-module-scss-module__a0L1Ka__wallet_header{justify-content:space-between;align-items:center;width:100%;padding-bottom:24px;display:flex}.WalletModal-module-scss-module__a0L1Ka__wallet_header_left{align-items:center;gap:8px;display:flex}.WalletModal-module-scss-module__a0L1Ka__wallet_title{color:#000;font-size:21px;font-weight:500}.WalletModal-module-scss-module__a0L1Ka__wallet_close_btn{cursor:pointer;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.WalletModal-module-scss-module__a0L1Ka__wallet_content{flex-direction:column;align-items:center;gap:32px;display:flex}.WalletModal-module-scss-module__a0L1Ka__wallet_avatar{border-radius:9999px;justify-content:center;align-items:center;width:109px;height:109px;display:flex;position:relative;overflow:hidden}.WalletModal-module-scss-module__a0L1Ka__wallet_avatar_img{object-fit:cover;border-radius:9999px;width:100%;height:100%}.WalletModal-module-scss-module__a0L1Ka__wallet_network_selector{background:#fff;border-radius:100px;align-items:center;gap:4px;max-width:52px;padding:4px;display:flex;position:absolute;bottom:0;right:0;transform:translate(50%)}.WalletModal-module-scss-module__a0L1Ka__wallet_network_icon{border-radius:50%;width:24px;height:24px}.WalletModal-module-scss-module__a0L1Ka__wallet_info{flex-direction:column;gap:8px;width:100%;display:flex}.WalletModal-module-scss-module__a0L1Ka__wallet_address_wrap{justify-content:center;align-items:center;gap:16px;display:flex}.WalletModal-module-scss-module__a0L1Ka__wallet_address{color:#000;font-size:18px;font-weight:500}.WalletModal-module-scss-module__a0L1Ka__wallet_copy_btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:background .3s;display:flex}.WalletModal-module-scss-module__a0L1Ka__wallet_balance{text-align:center;color:#b0b4b8;font-size:16px;font-weight:400}.WalletModal-module-scss-module__a0L1Ka__wallet_disconnect_btn{color:#fff;text-align:center;cursor:pointer;background:#1a1e22;border:none;border-radius:6px;width:100%;padding:10px;font-size:16px;font-weight:400;line-height:24px;transition:background .3s}.WalletModal-module-scss-module__a0L1Ka__wallet_disconnect_btn:hover{background:#2d3338}@media (max-width:480px){.WalletModal-module-scss-module__a0L1Ka__wallet_card{gap:32px;padding:20px 24px}.WalletModal-module-scss-module__a0L1Ka__wallet_title{font-size:18px}.WalletModal-module-scss-module__a0L1Ka__wallet_avatar{width:90px;height:90px}.WalletModal-module-scss-module__a0L1Ka__wallet_address{font-size:16px}}
.RepayModal-module-scss-module__6NBRYq__repay_modal_overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.RepayModal-module-scss-module__6NBRYq__repay_modal_container{background:#fff;border-radius:16px;width:100%;max-width:420px;padding:20px 24px}.RepayModal-module-scss-module__6NBRYq__repay_modal_header{border-bottom:1px solid #e2e6ea;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:24px;display:flex}.RepayModal-module-scss-module__6NBRYq__repay_header_left{align-items:center;gap:8px;display:flex}.RepayModal-module-scss-module__6NBRYq__repay_modal_title{color:#1a1e22;font-size:21px;font-weight:500}.RepayModal-module-scss-module__6NBRYq__repay_btn_close{cursor:pointer;background:0 0;border:none;width:24px;height:24px;padding:0}.RepayModal-module-scss-module__6NBRYq__repay_modal_content{flex-direction:column;gap:16px;display:flex}.RepayModal-module-scss-module__6NBRYq__repay_repay_section{flex-direction:column;gap:4px;display:flex}.RepayModal-module-scss-module__6NBRYq__repay_section_label{align-items:center;gap:10px;margin-bottom:12px;display:flex}.RepayModal-module-scss-module__6NBRYq__repay_label_text{color:#65696d;font-size:14px;font-weight:500;line-height:24px}.RepayModal-module-scss-module__6NBRYq__repay_tab_container{background:#f0f4f8;border-radius:4px;gap:0;height:56px;padding:2px;display:flex}.RepayModal-module-scss-module__6NBRYq__repay_tab_btn{color:#b0b4b8;cursor:pointer;background:#f0f4f8;border:none;border-radius:2px;flex:1;padding:10.5px;font-size:12px;font-weight:500;transition:all .2s}.RepayModal-module-scss-module__6NBRYq__repay_tab_active{color:#1a1e22;background:#fff}.RepayModal-module-scss-module__6NBRYq__repay_input_group{flex-direction:column;gap:4px;display:flex}.RepayModal-module-scss-module__6NBRYq__repay_label_row{justify-content:space-between;align-items:center;display:flex}.RepayModal-module-scss-module__6NBRYq__repay_label_balance{color:#65696d;font-size:14px;font-weight:500;line-height:24px}.RepayModal-module-scss-module__6NBRYq__repay_input_box{background:#f0f4f8;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:16px;display:flex}.RepayModal-module-scss-module__6NBRYq__repay_input_amount{color:#1a1e22;background:0 0;border:none;outline:none;flex:1;font-size:18px;font-weight:500;line-height:24px}.RepayModal-module-scss-module__6NBRYq__repay_input_suffix{align-items:center;gap:8px;display:flex}.RepayModal-module-scss-module__6NBRYq__repay_token_name{color:#4c5054;font-size:16px;font-weight:500;line-height:24px}.RepayModal-module-scss-module__6NBRYq__repay_btn_dropdown{cursor:pointer;background:0 0;border:none;width:24px;height:24px;padding:0}.RepayModal-module-scss-module__6NBRYq__repay_overview_section{flex-direction:column;gap:4px;display:flex}.RepayModal-module-scss-module__6NBRYq__repay_overview_box{border:1px solid #e2e6ea;border-radius:6px;padding:16px}.RepayModal-module-scss-module__6NBRYq__repay_overview_content{flex-direction:column;gap:4px;display:flex}.RepayModal-module-scss-module__6NBRYq__repay_overview_row{justify-content:space-between;align-items:center;display:flex}.RepayModal-module-scss-module__6NBRYq__repay_overview_label{color:#4c5054;font-size:14px;font-weight:500;line-height:24px}.RepayModal-module-scss-module__6NBRYq__repay_overview_change{align-items:center;gap:4px;display:flex}.RepayModal-module-scss-module__6NBRYq__repay_change_value,.RepayModal-module-scss-module__6NBRYq__repay_change_arrow{color:#4c5054;font-size:14px;font-weight:500;line-height:24px}.RepayModal-module-scss-module__6NBRYq__repay_value_danger{color:#ff3b30}.RepayModal-module-scss-module__6NBRYq__repay_value_warning{color:#f5a623}.RepayModal-module-scss-module__6NBRYq__repay_value_safe{color:#1add8f}.RepayModal-module-scss-module__6NBRYq__repay_overview_sub{justify-content:flex-end;align-items:center;display:flex}.RepayModal-module-scss-module__6NBRYq__repay_sub_change{align-items:center;gap:4px;display:flex}.RepayModal-module-scss-module__6NBRYq__repay_sub_value,.RepayModal-module-scss-module__6NBRYq__repay_sub_arrow,.RepayModal-module-scss-module__6NBRYq__repay_sub_text{color:#b0b4b8;font-size:14px;font-weight:500;line-height:24px}.RepayModal-module-scss-module__6NBRYq__repay_sub_right{text-align:right;width:100%}.RepayModal-module-scss-module__6NBRYq__repay_fee_info{justify-content:left;align-items:center;gap:4px;display:flex}.RepayModal-module-scss-module__6NBRYq__fee_text{color:#65696d;font-size:14px;font-weight:500;line-height:24px}.RepayModal-module-scss-module__6NBRYq__repay_max_btn{color:#4c5054;cursor:pointer;background:#e2e6ea;border:none;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:600;transition:background .2s}.RepayModal-module-scss-module__6NBRYq__repay_max_btn:hover{background:#d0d4d8}.RepayModal-module-scss-module__6NBRYq__repay_btn_submit{color:#fff;cursor:pointer;background:#1a1e22;border:none;border-radius:6px;width:100%;margin-top:24px;padding:10px;font-size:16px;font-weight:500;line-height:24px;transition:all .2s}.RepayModal-module-scss-module__6NBRYq__repay_btn_submit:hover:not(.RepayModal-module-scss-module__6NBRYq__repay_btn_disabled){background:#2c3236}.RepayModal-module-scss-module__6NBRYq__repay_btn_submit:active{transform:scale(.98)}.RepayModal-module-scss-module__6NBRYq__repay_btn_disabled{color:#b0b4b8;cursor:not-allowed;background:#e2e6ea}.RepayModal-module-scss-module__6NBRYq__repay_btn_loading{cursor:wait;background:#4c5054}.RepayModal-module-scss-module__6NBRYq__repay_btn_group{flex-direction:column;gap:8px;margin-top:24px;display:flex}.RepayModal-module-scss-module__6NBRYq__repay_success_message,.RepayModal-module-scss-module__6NBRYq__repay_error_message{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:32px 0;display:flex}.RepayModal-module-scss-module__6NBRYq__repay_success_message p,.RepayModal-module-scss-module__6NBRYq__repay_error_message p{color:#1a1e22;margin:0;font-size:18px;font-weight:500;line-height:28px}.RepayModal-module-scss-module__6NBRYq__repay_success_icon{color:#1add8f;background:#1add8f1a;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:8px;font-size:28px;font-weight:700;display:flex}.RepayModal-module-scss-module__6NBRYq__repay_success_detail.RepayModal-module-scss-module__6NBRYq__repay_success_detail{color:#65696d;font-size:14px;font-weight:400;line-height:22px}.RepayModal-module-scss-module__6NBRYq__repay_error_icon{color:#ff3b30;background:#ff3b301a;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:8px;font-size:28px;font-weight:700;display:flex}.RepayModal-module-scss-module__6NBRYq__repay_error_detail.RepayModal-module-scss-module__6NBRYq__repay_error_detail{color:#65696d;word-break:break-word;font-size:14px;font-weight:400;line-height:22px}
.StakeModal-module-scss-module__Bv-gIa__stake_modal_overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.StakeModal-module-scss-module__Bv-gIa__stake_modal_container{background:#fff;border-radius:16px;width:100%;max-width:480px;overflow:hidden}.StakeModal-module-scss-module__Bv-gIa__stake_modal_inner{padding:24px}.StakeModal-module-scss-module__Bv-gIa__stake_modal_header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.StakeModal-module-scss-module__Bv-gIa__stake_modal_title{color:#1a1e22;font-size:20px;font-weight:500}.StakeModal-module-scss-module__Bv-gIa__stake_modal_close{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.StakeModal-module-scss-module__Bv-gIa__stake_modal_content{flex-direction:column;gap:24px;display:flex}.StakeModal-module-scss-module__Bv-gIa__stake_apr_badge{background:#e8f5e9;border-radius:100px;align-items:center;gap:8px;width:fit-content;padding:8px 16px;display:flex}.StakeModal-module-scss-module__Bv-gIa__stake_apr_text{color:#2e7d32;font-size:14px;font-weight:500}.StakeModal-module-scss-module__Bv-gIa__stake_apr_icon_wrap{position:relative}.StakeModal-module-scss-module__Bv-gIa__stake_apr_tooltip{z-index:10;background:#1a1e22;border-radius:8px;width:280px;margin-top:8px;padding:12px;position:absolute;top:100%;left:50%;transform:translate(-50%)}.StakeModal-module-scss-module__Bv-gIa__stake_apr_tooltip_text{color:#fff;font-size:12px;font-weight:400;line-height:1.5}.StakeModal-module-scss-module__Bv-gIa__stake_form_section{flex-direction:column;gap:16px;display:flex}.StakeModal-module-scss-module__Bv-gIa__stake_amount_header{justify-content:space-between;align-items:center;display:flex}.StakeModal-module-scss-module__Bv-gIa__stake_amount_label{color:#1a1e22;font-size:14px;font-weight:500}.StakeModal-module-scss-module__Bv-gIa__stake_amount_balance{color:#65696d;font-size:12px;font-weight:400}.StakeModal-module-scss-module__Bv-gIa__stake_amount_input_wrap{background:#f0f4f8;border:1px solid #0000;border-radius:8px;align-items:center;padding:12px 16px;transition:border-color .3s;display:flex}.StakeModal-module-scss-module__Bv-gIa__stake_amount_input_wrap.StakeModal-module-scss-module__Bv-gIa__error{border-color:#ff2d55}.StakeModal-module-scss-module__Bv-gIa__stake_amount_input{color:#1a1e22;background:0 0;border:none;outline:none;flex:1;font-size:16px}.StakeModal-module-scss-module__Bv-gIa__stake_amount_input::placeholder{color:#979b9f}.StakeModal-module-scss-module__Bv-gIa__stake_amount_right{align-items:center;gap:12px;display:flex}.StakeModal-module-scss-module__Bv-gIa__stake_amount_unit{color:#65696d;font-size:14px;font-weight:500}.StakeModal-module-scss-module__Bv-gIa__stake_amount_max{color:#1a1e22;cursor:pointer;background:#e2e6ea;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:600;transition:background .3s}.StakeModal-module-scss-module__Bv-gIa__stake_amount_max:hover{background:#d0d4d8}.StakeModal-module-scss-module__Bv-gIa__stake_reward_section{flex-direction:column;gap:12px;display:flex}.StakeModal-module-scss-module__Bv-gIa__stake_reward_label{color:#1a1e22;font-size:14px;font-weight:500}.StakeModal-module-scss-module__Bv-gIa__stake_reward_value{color:#979b9f;font-size:14px;font-weight:400}.StakeModal-module-scss-module__Bv-gIa__stake_reward_card{background:#f0f4f8;border-radius:8px;flex-direction:column;gap:12px;padding:16px;display:flex}.StakeModal-module-scss-module__Bv-gIa__stake_reward_row{justify-content:space-between;align-items:center;display:flex}.StakeModal-module-scss-module__Bv-gIa__stake_reward_row_label{color:#65696d;font-size:12px;font-weight:400}.StakeModal-module-scss-module__Bv-gIa__stake_reward_row_value{color:#1a1e22;font-size:12px;font-weight:500}.StakeModal-module-scss-module__Bv-gIa__stake_checkbox_wrap{align-items:flex-start;gap:12px;display:flex}.StakeModal-module-scss-module__Bv-gIa__stake_checkbox{flex-shrink:0;width:18px;height:18px;margin-top:2px}.StakeModal-module-scss-module__Bv-gIa__stake_checkbox_text{color:#65696d;font-size:12px;font-weight:400;line-height:1.5}.StakeModal-module-scss-module__Bv-gIa__stake_confirm_btn{color:#979b9f;cursor:not-allowed;background:#e2e6ea;border:none;border-radius:8px;width:100%;margin-top:24px;padding:14px;font-size:16px;font-weight:500;transition:all .3s}.StakeModal-module-scss-module__Bv-gIa__stake_confirm_btn.StakeModal-module-scss-module__Bv-gIa__active{color:#fff;cursor:pointer;background:#1a1e22}.StakeModal-module-scss-module__Bv-gIa__stake_confirm_btn.StakeModal-module-scss-module__Bv-gIa__active:hover{background:#2d3338}.StakeModal-module-scss-module__Bv-gIa__stake_success_message,.StakeModal-module-scss-module__Bv-gIa__stake_error_message{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:32px 0;display:flex}.StakeModal-module-scss-module__Bv-gIa__stake_success_message p,.StakeModal-module-scss-module__Bv-gIa__stake_error_message p{color:#1a1e22;margin:0;font-size:18px;font-weight:500;line-height:28px}.StakeModal-module-scss-module__Bv-gIa__stake_error_icon{color:#ff3b30;background:#ff3b301a;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:8px;font-size:28px;font-weight:700;display:flex}.StakeModal-module-scss-module__Bv-gIa__stake_error_detail.StakeModal-module-scss-module__Bv-gIa__stake_error_detail{color:#65696d;word-break:break-word;font-size:14px;font-weight:400;line-height:22px}
.SwapModal-module-scss-module__uYALka__swap_modal_overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.SwapModal-module-scss-module__uYALka__swap_modal_container{box-sizing:border-box;background:#fff;border-radius:16px;width:100%;max-width:420px;margin:0 16px;padding:20px 24px}.SwapModal-module-scss-module__uYALka__swap_modal_header{justify-content:space-between;align-items:center;padding-bottom:24px;display:flex}.SwapModal-module-scss-module__uYALka__swap_header_left{align-items:center;gap:8px;display:flex}.SwapModal-module-scss-module__uYALka__swap_modal_title{color:#1a1e22;font-size:21px;font-weight:500}.SwapModal-module-scss-module__uYALka__swap_btn_close{cursor:pointer;background:0 0;border:none;width:24px;height:24px;padding:0}.SwapModal-module-scss-module__uYALka__swap_modal_content{flex-direction:column;gap:16px;display:flex}.SwapModal-module-scss-module__uYALka__swap_type_section{flex-direction:column;gap:4px;display:flex}.SwapModal-module-scss-module__uYALka__swap_tab_container{background:#f0f4f8;border-radius:4px;gap:0;height:56px;padding:2px;display:flex}.SwapModal-module-scss-module__uYALka__swap_tab_btn{color:#b0b4b8;cursor:pointer;background:#f0f4f8;border:none;border-radius:2px;flex:1;padding:10.5px;font-size:12px;font-weight:500;transition:all .2s}.SwapModal-module-scss-module__uYALka__swap_tab_active{color:#1a1e22;background:#fff}.SwapModal-module-scss-module__uYALka__swap_alert_box{background:#1add8f0d;border-radius:8px;padding:16px 10px}.SwapModal-module-scss-module__uYALka__swap_alert_text{color:#34c759;font-size:14px;font-weight:400;line-height:1.5}.SwapModal-module-scss-module__uYALka__swap_token_section{flex-direction:column;gap:4px;display:flex}.SwapModal-module-scss-module__uYALka__swap_token_header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.SwapModal-module-scss-module__uYALka__swap_token_left{align-items:center;gap:8px;display:flex}.SwapModal-module-scss-module__uYALka__swap_token_name{color:#65696d;font-size:14px;font-weight:500;line-height:24px}.SwapModal-module-scss-module__uYALka__swap_btn_token_dropdown{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:16px;height:16px;padding:0;display:flex}.SwapModal-module-scss-module__uYALka__swap_slippage_info{align-items:center;gap:4px;display:flex}.SwapModal-module-scss-module__uYALka__swap_slippage_text{color:#65696d;font-size:14px;font-weight:500;line-height:24px}.SwapModal-module-scss-module__uYALka__swap_slippage_value{font-weight:400}.SwapModal-module-scss-module__uYALka__swap_inputs_wrapper{flex-direction:column;gap:4px;display:flex;position:relative}.SwapModal-module-scss-module__uYALka__swap_input_card{border:1px solid #e2e6ea;border-radius:6px;flex-direction:column;gap:4px;padding:16px;display:flex;overflow:hidden}.SwapModal-module-scss-module__uYALka__swap_input_row{align-items:center;gap:8px;min-height:30px;display:flex}.SwapModal-module-scss-module__uYALka__swap_input_amount{color:#1a1e22;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:18px;font-weight:500;line-height:24px}.SwapModal-module-scss-module__uYALka__swap_input_suffix{flex-shrink:0;align-items:center;gap:8px;display:flex}.SwapModal-module-scss-module__uYALka__swap_token_label{color:#4c5054;white-space:nowrap;font-size:14px;font-weight:500;line-height:24px}.SwapModal-module-scss-module__uYALka__swap_input_footer{justify-content:space-between;align-items:center;display:flex}.SwapModal-module-scss-module__uYALka__swap_usd_value,.SwapModal-module-scss-module__uYALka__swap_balance{color:#b0b4b8;font-size:14px;font-weight:400;line-height:24px}.SwapModal-module-scss-module__uYALka__swap_btn_reverse{cursor:pointer;background:#000;border:1px solid #282828;border-radius:6px;justify-content:center;align-items:center;width:48px;height:48px;padding:0;transition:all .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.SwapModal-module-scss-module__uYALka__swap_btn_reverse:hover{background:#2c2c2c}.SwapModal-module-scss-module__uYALka__swap_rate_info{justify-content:center;align-items:center;gap:8px;display:flex}.SwapModal-module-scss-module__uYALka__swap_rate_item{align-items:center;gap:8px;display:flex}.SwapModal-module-scss-module__uYALka__swap_rate_amount{color:#1a1e22;font-size:14px;font-weight:500;line-height:24px}.SwapModal-module-scss-module__uYALka__swap_rate_token{color:#65696d;font-size:14px;font-weight:500;line-height:24px}.SwapModal-module-scss-module__uYALka__swap_fee_info{justify-content:left;align-items:center;gap:4px;display:flex}.SwapModal-module-scss-module__uYALka__fee_text{color:#65696d;font-size:14px;font-weight:500;line-height:24px}.SwapModal-module-scss-module__uYALka__swap_input_label{color:#65696d;margin-bottom:4px;font-size:12px;font-weight:500}.SwapModal-module-scss-module__uYALka__swap_token_selector{cursor:pointer;white-space:nowrap;border-radius:4px;align-items:center;gap:6px;padding:4px 6px;display:flex;position:relative}.SwapModal-module-scss-module__uYALka__swap_token_selector:hover{background:#f0f4f8}.SwapModal-module-scss-module__uYALka__swap_token_dropdown{z-index:100;background:#fff;border:1px solid #e2e6ea;border-radius:8px;min-width:150px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 4px 12px #0000001a}.SwapModal-module-scss-module__uYALka__swap_token_option{cursor:pointer;align-items:center;gap:12px;padding:12px 16px;transition:background .2s;display:flex}.SwapModal-module-scss-module__uYALka__swap_token_option span{color:#1a1e22;font-size:14px;font-weight:500}.SwapModal-module-scss-module__uYALka__swap_token_option:hover{background:#f5f7f9}.SwapModal-module-scss-module__uYALka__swap_max_btn{color:#4c5054;cursor:pointer;background:#e2e6ea;border:none;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:600;transition:background .2s}.SwapModal-module-scss-module__uYALka__swap_max_btn:hover{background:#d0d4d8}.SwapModal-module-scss-module__uYALka__swap_error_text{color:#e74c3c;margin-top:4px;font-size:12px;font-weight:500}.SwapModal-module-scss-module__uYALka__swap_rate_text{color:#65696d;font-size:14px;font-weight:500}.SwapModal-module-scss-module__uYALka__swap_btn_submit{color:#fff;cursor:pointer;background:#1a1e22;border:none;border-radius:6px;width:100%;margin-top:24px;padding:10px;font-size:16px;font-weight:500;line-height:24px;transition:all .2s}.SwapModal-module-scss-module__uYALka__swap_btn_submit:hover:not(.SwapModal-module-scss-module__uYALka__swap_btn_disabled){background:#2c3236}.SwapModal-module-scss-module__uYALka__swap_btn_submit:active{transform:scale(.98)}.SwapModal-module-scss-module__uYALka__swap_btn_disabled{color:#b0b4b8;cursor:not-allowed;background:#e2e6ea}.SwapModal-module-scss-module__uYALka__swap_btn_loading{opacity:.7;cursor:wait}.SwapModal-module-scss-module__uYALka__swap_success_message,.SwapModal-module-scss-module__uYALka__swap_error_message{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:24px 0;display:flex}.SwapModal-module-scss-module__uYALka__swap_success_message p,.SwapModal-module-scss-module__uYALka__swap_error_message p{color:#1a1e22;margin:0;font-size:18px;font-weight:500}.SwapModal-module-scss-module__uYALka__swap_success_icon{color:#fff;background:#1add8f;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:32px;font-weight:700;display:flex}.SwapModal-module-scss-module__uYALka__swap_error_icon{color:#fff;background:#f5a623;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:32px;font-weight:700;display:flex}.SwapModal-module-scss-module__uYALka__swap_success_detail,.SwapModal-module-scss-module__uYALka__swap_error_detail{max-width:400px;line-height:1.5;color:#65696d!important;font-size:14px!important}@media (max-width:480px){.SwapModal-module-scss-module__uYALka__swap_modal_container{margin:0 12px;padding:16px}.SwapModal-module-scss-module__uYALka__swap_input_card{padding:12px}.SwapModal-module-scss-module__uYALka__swap_input_amount{font-size:16px}.SwapModal-module-scss-module__uYALka__swap_token_selector{gap:4px;padding:4px}.SwapModal-module-scss-module__uYALka__swap_token_label{font-size:13px}.SwapModal-module-scss-module__uYALka__swap_balance,.SwapModal-module-scss-module__uYALka__swap_usd_value{font-size:12px}}
.CooldownModal-module-scss-module__8qhmYW__stake_modal_overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.CooldownModal-module-scss-module__8qhmYW__stake_modal_container{background:#fff;border-radius:16px;width:100%;max-width:420px;overflow:hidden}.CooldownModal-module-scss-module__8qhmYW__stake_modal_inner{padding:24px}.CooldownModal-module-scss-module__8qhmYW__stake_modal_header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.CooldownModal-module-scss-module__8qhmYW__stake_modal_title{color:#1a1e22;font-size:20px;font-weight:500}.CooldownModal-module-scss-module__8qhmYW__stake_modal_close{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.CooldownModal-module-scss-module__8qhmYW__stake_modal_content{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.CooldownModal-module-scss-module__8qhmYW__cooldown_modal_desc{color:#65696d;font-size:14px;font-weight:400;line-height:1.6}.CooldownModal-module-scss-module__8qhmYW__cooldown_warning{background:#ffebee;border-radius:8px;padding:12px 16px}.CooldownModal-module-scss-module__8qhmYW__cooldown_warning_text{color:#c62828;font-size:12px;font-weight:500}.CooldownModal-module-scss-module__8qhmYW__cooldown_btns{gap:12px;display:flex}.CooldownModal-module-scss-module__8qhmYW__cooldown_btn_back{color:#1a1e22;cursor:pointer;background:#f0f4f8;border:none;border-radius:8px;flex:1;padding:14px;font-size:16px;font-weight:500;transition:background .3s}.CooldownModal-module-scss-module__8qhmYW__cooldown_btn_back:hover{background:#e2e6ea}.CooldownModal-module-scss-module__8qhmYW__cooldown_btn_start{color:#fff;cursor:pointer;background:#1a1e22;border:none;border-radius:8px;flex:1;padding:14px;font-size:16px;font-weight:500;transition:background .3s}.CooldownModal-module-scss-module__8qhmYW__cooldown_btn_start:hover{background:#2d3338}.CooldownModal-module-scss-module__8qhmYW__cooldown_pending_btn{background:#f0f4f8;border-radius:8px;justify-content:center;align-items:center;gap:12px;padding:14px;display:flex}.CooldownModal-module-scss-module__8qhmYW__mint_loading_icon{border:2px solid #e2e6ea;border-top-color:#1a1e22;border-radius:50%;width:20px;height:20px;animation:1s linear infinite CooldownModal-module-scss-module__8qhmYW__spin}@keyframes CooldownModal-module-scss-module__8qhmYW__spin{to{transform:rotate(360deg)}}.CooldownModal-module-scss-module__8qhmYW__cooldown_pending_text{color:#65696d;font-size:16px;font-weight:500}.CooldownModal-module-scss-module__8qhmYW__cooldown_error_message{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:32px 0;display:flex}.CooldownModal-module-scss-module__8qhmYW__cooldown_error_message p{color:#1a1e22;margin:0;font-size:18px;font-weight:500;line-height:28px}.CooldownModal-module-scss-module__8qhmYW__cooldown_error_icon{color:#ff3b30;background:#ff3b301a;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:8px;font-size:28px;font-weight:700;display:flex}.CooldownModal-module-scss-module__8qhmYW__cooldown_error_detail.CooldownModal-module-scss-module__8qhmYW__cooldown_error_detail{color:#65696d;word-break:break-word;font-size:14px;font-weight:400;line-height:22px}
.SupplyModal-module-scss-module__Y4fcaa__supply_modal_overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.SupplyModal-module-scss-module__Y4fcaa__supply_modal_container{background:#fff;border-radius:16px;flex-direction:column;gap:24px;width:100%;max-width:420px;padding:20px 24px;display:flex}.SupplyModal-module-scss-module__Y4fcaa__supply_modal_header{border-bottom:1px solid #e2e6ea;justify-content:space-between;align-items:center;padding-bottom:24px;display:flex}.SupplyModal-module-scss-module__Y4fcaa__supply_modal_title{color:#1a1e22;font-size:21px;font-weight:500}.SupplyModal-module-scss-module__Y4fcaa__supply_btn_close{cursor:pointer;background:0 0;border:none;width:24px;height:24px;padding:0}.SupplyModal-module-scss-module__Y4fcaa__supply_modal_content{flex-direction:column;gap:16px;display:flex}.SupplyModal-module-scss-module__Y4fcaa__supply_input_group{flex-direction:column;gap:4px;display:flex}.SupplyModal-module-scss-module__Y4fcaa__supply_label_row{justify-content:space-between;align-items:center;display:flex}.SupplyModal-module-scss-module__Y4fcaa__supply_label_text,.SupplyModal-module-scss-module__Y4fcaa__supply_label_balance{color:#65696d;font-size:14px;font-weight:500;line-height:24px}.SupplyModal-module-scss-module__Y4fcaa__supply_input_box{background:#f0f4f8;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:16px;display:flex}.SupplyModal-module-scss-module__Y4fcaa__supply_input_amount{color:#1a1e22;background:0 0;border:none;outline:none;flex:1;font-size:18px;font-weight:500;line-height:24px}.SupplyModal-module-scss-module__Y4fcaa__supply_input_amount::placeholder{color:#b0b4b8}.SupplyModal-module-scss-module__Y4fcaa__supply_input_suffix{align-items:center;gap:8px;display:flex}.SupplyModal-module-scss-module__Y4fcaa__supply_token_name{color:#4c5054;font-size:16px;font-weight:500;line-height:24px}.SupplyModal-module-scss-module__Y4fcaa__supply_overview_section{flex-direction:column;gap:4px;display:flex}.SupplyModal-module-scss-module__Y4fcaa__supply_section_label{align-items:center;gap:10px;margin-bottom:12px;display:flex}.SupplyModal-module-scss-module__Y4fcaa__supply_overview_box{border:1px solid #e2e6ea;border-radius:6px;padding:16px}.SupplyModal-module-scss-module__Y4fcaa__supply_overview_content{flex-direction:column;gap:8px;display:flex}.SupplyModal-module-scss-module__Y4fcaa__supply_overview_row{justify-content:space-between;align-items:center;display:flex}.SupplyModal-module-scss-module__Y4fcaa__supply_overview_label,.SupplyModal-module-scss-module__Y4fcaa__supply_overview_value{color:#4c5054;font-size:14px;font-weight:500;line-height:24px}.SupplyModal-module-scss-module__Y4fcaa__supply_value_enabled{color:#1add8f}.SupplyModal-module-scss-module__Y4fcaa__supply_fee_info{align-items:center;gap:4px;margin-top:16px;display:flex}.SupplyModal-module-scss-module__Y4fcaa__fee_text{color:#65696d;font-size:14px;font-weight:500;line-height:24px}.SupplyModal-module-scss-module__Y4fcaa__supply_btn_submit{color:#fff;cursor:pointer;background:#1a1e22;border:none;border-radius:6px;width:100%;padding:10px;font-size:16px;font-weight:500;line-height:24px;transition:all .2s}.SupplyModal-module-scss-module__Y4fcaa__supply_btn_submit:hover:not(.SupplyModal-module-scss-module__Y4fcaa__supply_btn_disabled){background:#2c3236}.SupplyModal-module-scss-module__Y4fcaa__supply_btn_submit:active{transform:scale(.98)}.SupplyModal-module-scss-module__Y4fcaa__supply_btn_disabled{color:#b0b4b8;cursor:not-allowed;background:#e2e6ea}.SupplyModal-module-scss-module__Y4fcaa__supply_btn_loading{cursor:wait;background:#4c5054}.SupplyModal-module-scss-module__Y4fcaa__supply_btn_group{flex-direction:column;gap:8px;margin-top:24px;display:flex}.SupplyModal-module-scss-module__Y4fcaa__supply_max_btn{color:#4c5054;cursor:pointer;background:#e2e6ea;border:none;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:600;transition:background .2s}.SupplyModal-module-scss-module__Y4fcaa__supply_max_btn:hover{background:#d0d4d8}.SupplyModal-module-scss-module__Y4fcaa__supply_success_message,.SupplyModal-module-scss-module__Y4fcaa__supply_error_message{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:32px 0;display:flex}.SupplyModal-module-scss-module__Y4fcaa__supply_success_message p,.SupplyModal-module-scss-module__Y4fcaa__supply_error_message p{color:#1a1e22;margin:0;font-size:18px;font-weight:500;line-height:28px}.SupplyModal-module-scss-module__Y4fcaa__supply_success_icon{color:#1add8f;background:#1add8f1a;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:8px;font-size:28px;font-weight:700;display:flex}.SupplyModal-module-scss-module__Y4fcaa__supply_success_detail.SupplyModal-module-scss-module__Y4fcaa__supply_success_detail{color:#65696d;font-size:14px;font-weight:400;line-height:22px}.SupplyModal-module-scss-module__Y4fcaa__supply_error_icon{color:#ff3b30;background:#ff3b301a;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:8px;font-size:28px;font-weight:700;display:flex}.SupplyModal-module-scss-module__Y4fcaa__supply_error_detail.SupplyModal-module-scss-module__Y4fcaa__supply_error_detail{color:#65696d;word-break:break-word;font-size:14px;font-weight:400;line-height:22px}
.BorrowModal-module-scss-module__bNTIxq__borrow_modal_overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.BorrowModal-module-scss-module__bNTIxq__borrow_modal_container{background:#fff;border-radius:16px;flex-direction:column;gap:24px;width:100%;max-width:420px;padding:20px 24px;display:flex}.BorrowModal-module-scss-module__bNTIxq__borrow_modal_header{border-bottom:1px solid #e2e6ea;justify-content:space-between;align-items:center;padding-bottom:24px;display:flex}.BorrowModal-module-scss-module__bNTIxq__borrow_header_left{align-items:center;gap:8px;display:flex}.BorrowModal-module-scss-module__bNTIxq__borrow_modal_title{color:#1a1e22;font-size:21px;font-weight:500}.BorrowModal-module-scss-module__bNTIxq__borrow_btn_close{cursor:pointer;background:0 0;border:none;width:24px;height:24px;padding:0}.BorrowModal-module-scss-module__bNTIxq__borrow_modal_content{flex-direction:column;gap:16px;display:flex}.BorrowModal-module-scss-module__bNTIxq__borrow_input_group{flex-direction:column;gap:4px;display:flex}.BorrowModal-module-scss-module__bNTIxq__borrow_label_row{justify-content:space-between;align-items:center;display:flex}.BorrowModal-module-scss-module__bNTIxq__borrow_label_text,.BorrowModal-module-scss-module__bNTIxq__borrow_label_balance{color:#65696d;font-size:14px;font-weight:500;line-height:24px}.BorrowModal-module-scss-module__bNTIxq__borrow_input_box{background:#f0f4f8;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:16px;display:flex}.BorrowModal-module-scss-module__bNTIxq__borrow_input_amount{color:#1a1e22;background:0 0;border:none;outline:none;flex:1;font-size:18px;font-weight:500;line-height:24px}.BorrowModal-module-scss-module__bNTIxq__borrow_input_amount::placeholder{color:#b0b4b8}.BorrowModal-module-scss-module__bNTIxq__borrow_input_suffix{align-items:center;gap:8px;display:flex}.BorrowModal-module-scss-module__bNTIxq__borrow_token_name{color:#4c5054;font-size:16px;font-weight:500;line-height:24px}.BorrowModal-module-scss-module__bNTIxq__borrow_rate_section{flex-direction:column;gap:4px;display:flex}.BorrowModal-module-scss-module__bNTIxq__borrow_section_label{align-items:center;gap:10px;margin-bottom:12px;display:flex}.BorrowModal-module-scss-module__bNTIxq__borrow_tab_container{background:#f0f4f8;border-radius:4px;gap:0;height:56px;padding:2px;display:flex}.BorrowModal-module-scss-module__bNTIxq__borrow_tab_btn{color:#b0b4b8;cursor:pointer;background:#f0f4f8;border:none;border-radius:2px;flex:1;padding:10.5px;font-size:14px;font-weight:500;transition:all .2s}.BorrowModal-module-scss-module__bNTIxq__borrow_tab_active{color:#1a1e22;background:#fff}.BorrowModal-module-scss-module__bNTIxq__borrow_overview_section{flex-direction:column;gap:4px;display:flex}.BorrowModal-module-scss-module__bNTIxq__borrow_overview_box{border:1px solid #e2e6ea;border-radius:6px;padding:16px}.BorrowModal-module-scss-module__bNTIxq__borrow_overview_content{flex-direction:column;gap:8px;display:flex}.BorrowModal-module-scss-module__bNTIxq__borrow_overview_row{justify-content:space-between;align-items:center;display:flex}.BorrowModal-module-scss-module__bNTIxq__borrow_overview_label,.BorrowModal-module-scss-module__bNTIxq__borrow_overview_value{color:#4c5054;font-size:14px;font-weight:500;line-height:24px}.BorrowModal-module-scss-module__bNTIxq__borrow_value_danger{color:#ff3b30}.BorrowModal-module-scss-module__bNTIxq__borrow_value_warning{color:#f5a623}.BorrowModal-module-scss-module__bNTIxq__borrow_overview_change{align-items:center;gap:6px;display:flex}.BorrowModal-module-scss-module__bNTIxq__borrow_change_value{color:#4c5054;font-size:14px;font-weight:500;line-height:24px}.BorrowModal-module-scss-module__bNTIxq__borrow_change_arrow{color:#b0b4b8;font-size:14px;font-weight:500}.BorrowModal-module-scss-module__bNTIxq__borrow_overview_sub{justify-content:flex-end;display:flex}.BorrowModal-module-scss-module__bNTIxq__borrow_sub_text{color:#b0b4b8;font-size:12px;font-weight:400;line-height:20px}.BorrowModal-module-scss-module__bNTIxq__borrow_fee_info{align-items:center;gap:4px;margin-top:16px;display:flex}.BorrowModal-module-scss-module__bNTIxq__fee_text{color:#65696d;font-size:14px;font-weight:500;line-height:24px}.BorrowModal-module-scss-module__bNTIxq__borrow_alert_box{background:#ff3b300d;border-radius:8px;padding:16px}.BorrowModal-module-scss-module__bNTIxq__borrow_alert_box_success{background:#1add8f0d;border-radius:8px;padding:16px}.BorrowModal-module-scss-module__bNTIxq__borrow_alert_content{flex-direction:column;gap:4px;display:flex}.BorrowModal-module-scss-module__bNTIxq__borrow_alert_title{color:#1a1e22;font-size:14px;font-weight:500;line-height:24px}.BorrowModal-module-scss-module__bNTIxq__borrow_alert_desc{color:#65696d;font-size:14px;font-weight:400;line-height:1.5}.BorrowModal-module-scss-module__bNTIxq__borrow_checkbox_group{align-items:center;display:flex}.BorrowModal-module-scss-module__bNTIxq__borrow_checkbox_label{cursor:pointer;align-items:center;gap:8px;display:flex}.BorrowModal-module-scss-module__bNTIxq__borrow_checkbox_input{display:none}.BorrowModal-module-scss-module__bNTIxq__borrow_checkbox_custom{border:2px solid #e2e6ea;border-radius:4px;width:20px;height:20px;transition:all .2s;position:relative}.BorrowModal-module-scss-module__bNTIxq__borrow_checkbox_input:checked+.BorrowModal-module-scss-module__bNTIxq__borrow_checkbox_custom{background:#1a1e22;border-color:#1a1e22}.BorrowModal-module-scss-module__bNTIxq__borrow_checkbox_input:checked+.BorrowModal-module-scss-module__bNTIxq__borrow_checkbox_custom:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;position:absolute;top:2px;left:6px;transform:rotate(45deg)}.BorrowModal-module-scss-module__bNTIxq__borrow_checkbox_text{color:#4c5054;font-size:14px;font-weight:400;line-height:24px}.BorrowModal-module-scss-module__bNTIxq__borrow_success_message,.BorrowModal-module-scss-module__bNTIxq__borrow_error_message{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:32px 0;display:flex}.BorrowModal-module-scss-module__bNTIxq__borrow_success_message p,.BorrowModal-module-scss-module__bNTIxq__borrow_error_message p{color:#1a1e22;margin:0;font-size:18px;font-weight:500;line-height:28px}.BorrowModal-module-scss-module__bNTIxq__borrow_success_icon{color:#1add8f;background:#1add8f1a;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:8px;font-size:28px;font-weight:700;display:flex}.BorrowModal-module-scss-module__bNTIxq__borrow_success_detail.BorrowModal-module-scss-module__bNTIxq__borrow_success_detail{color:#65696d;font-size:14px;font-weight:400;line-height:22px}.BorrowModal-module-scss-module__bNTIxq__borrow_error_icon{color:#ff3b30;background:#ff3b301a;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:8px;font-size:28px;font-weight:700;display:flex}.BorrowModal-module-scss-module__bNTIxq__borrow_error_detail.BorrowModal-module-scss-module__bNTIxq__borrow_error_detail{color:#65696d;word-break:break-word;max-width:100%;font-size:14px;font-weight:400;line-height:22px}.BorrowModal-module-scss-module__bNTIxq__borrow_value_safe{color:#1add8f}.BorrowModal-module-scss-module__bNTIxq__borrow_max_btn{color:#4c5054;cursor:pointer;background:#e2e6ea;border:none;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:600;transition:background .2s}.BorrowModal-module-scss-module__bNTIxq__borrow_max_btn:hover{background:#d0d4d8}.BorrowModal-module-scss-module__bNTIxq__borrow_btn_submit{color:#fff;cursor:pointer;background:#1a1e22;border:none;border-radius:6px;width:100%;padding:10px;font-size:16px;font-weight:500;line-height:24px;transition:all .2s}.BorrowModal-module-scss-module__bNTIxq__borrow_btn_submit:hover:not(.BorrowModal-module-scss-module__bNTIxq__borrow_btn_disabled){background:#2c3236}.BorrowModal-module-scss-module__bNTIxq__borrow_btn_submit:active{transform:scale(.98)}.BorrowModal-module-scss-module__bNTIxq__borrow_btn_disabled{color:#b0b4b8;cursor:not-allowed;background:#e2e6ea}.BorrowModal-module-scss-module__bNTIxq__borrow_btn_loading{cursor:wait;background:#4c5054}
.ClaimModal-module-scss-module__LbgfZq__stake_modal_overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.ClaimModal-module-scss-module__LbgfZq__stake_modal_container{background:#fff;border-radius:16px;width:100%;max-width:420px;overflow:hidden}.ClaimModal-module-scss-module__LbgfZq__stake_modal_inner{padding:24px}.ClaimModal-module-scss-module__LbgfZq__stake_modal_header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.ClaimModal-module-scss-module__LbgfZq__stake_modal_title{color:#1a1e22;font-size:20px;font-weight:500}.ClaimModal-module-scss-module__LbgfZq__stake_modal_close{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.ClaimModal-module-scss-module__LbgfZq__stake_modal_content{flex-direction:column;gap:24px;display:flex}.ClaimModal-module-scss-module__LbgfZq__stake_form_section{flex-direction:column;gap:16px;display:flex}.ClaimModal-module-scss-module__LbgfZq__claim_amount_header{justify-content:space-between;align-items:center;display:flex}.ClaimModal-module-scss-module__LbgfZq__claim_amount_label{color:#1a1e22;font-size:14px;font-weight:500}.ClaimModal-module-scss-module__LbgfZq__claim_amount_balance{color:#65696d;font-size:12px;font-weight:400}.ClaimModal-module-scss-module__LbgfZq__claim_amount_input_wrap{background:#f0f4f8;border-radius:8px;align-items:center;padding:12px 16px;display:flex}.ClaimModal-module-scss-module__LbgfZq__claim_amount_input{color:#1a1e22;background:0 0;border:none;outline:none;flex:1;font-size:16px}.ClaimModal-module-scss-module__LbgfZq__claim_amount_input::placeholder{color:#979b9f}.ClaimModal-module-scss-module__LbgfZq__claim_amount_right{align-items:center;gap:12px;display:flex}.ClaimModal-module-scss-module__LbgfZq__claim_amount_unit{color:#65696d;font-size:14px;font-weight:500}.ClaimModal-module-scss-module__LbgfZq__claim_amount_max{color:#1a1e22;cursor:pointer;background:#e2e6ea;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:600;transition:background .3s}.ClaimModal-module-scss-module__LbgfZq__claim_amount_max:hover{background:#d0d4d8}.ClaimModal-module-scss-module__LbgfZq__claim_gas_row{align-items:center;gap:8px;display:flex}.ClaimModal-module-scss-module__LbgfZq__claim_gas_text{color:#65696d;font-size:12px;font-weight:400}.ClaimModal-module-scss-module__LbgfZq__stake_confirm_btn{color:#979b9f;cursor:not-allowed;background:#e2e6ea;border:none;border-radius:8px;width:100%;margin-top:24px;padding:14px;font-size:16px;font-weight:500;transition:all .3s}.ClaimModal-module-scss-module__LbgfZq__stake_confirm_btn.ClaimModal-module-scss-module__LbgfZq__active{color:#fff;cursor:pointer;background:#1a1e22}.ClaimModal-module-scss-module__LbgfZq__stake_confirm_btn.ClaimModal-module-scss-module__LbgfZq__active:hover{background:#2d3338}.ClaimModal-module-scss-module__LbgfZq__claim_success{flex-direction:column;align-items:center;gap:8px;display:flex}.ClaimModal-module-scss-module__LbgfZq__claim_success_text{color:#1a1e22;font-size:16px;font-weight:500}.ClaimModal-module-scss-module__LbgfZq__claim_success_desc{color:#65696d;font-size:14px;font-weight:400}.ClaimModal-module-scss-module__LbgfZq__restake_desc{color:#65696d;font-size:14px;font-weight:400;line-height:1.6}.ClaimModal-module-scss-module__LbgfZq__claim_error_message{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:32px 0;display:flex}.ClaimModal-module-scss-module__LbgfZq__claim_error_message p{color:#1a1e22;margin:0;font-size:18px;font-weight:500;line-height:28px}.ClaimModal-module-scss-module__LbgfZq__claim_error_icon{color:#ff3b30;background:#ff3b301a;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:8px;font-size:28px;font-weight:700;display:flex}.ClaimModal-module-scss-module__LbgfZq__claim_error_detail.ClaimModal-module-scss-module__LbgfZq__claim_error_detail{color:#65696d;word-break:break-word;font-size:14px;font-weight:400;line-height:22px}
.DelegationModal-module-scss-module__70a3ca__delegation_modal_overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:fixed;top:0;left:0}.DelegationModal-module-scss-module__70a3ca__delegation_modal_container{background:#fff;border:1px solid #e2e6ea;border-radius:8px;width:100%;max-width:624px;max-height:90vh;position:relative;overflow-y:auto}.DelegationModal-module-scss-module__70a3ca__delegation_modal_inner{flex-direction:column;gap:32px;padding:32px;display:flex}.DelegationModal-module-scss-module__70a3ca__delegation_modal_header{justify-content:space-between;align-items:center;display:flex}.DelegationModal-module-scss-module__70a3ca__delegation_modal_title{color:#000;font-size:24px;font-weight:500}.DelegationModal-module-scss-module__70a3ca__delegation_btn_close{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;transition:opacity .2s;display:flex}.DelegationModal-module-scss-module__70a3ca__delegation_btn_close:hover{opacity:.7}.DelegationModal-module-scss-module__70a3ca__delegation_asset_section{flex-direction:column;gap:24px;display:flex}.DelegationModal-module-scss-module__70a3ca__delegation_asset_title{color:#000;font-size:16px;font-weight:500}.DelegationModal-module-scss-module__70a3ca__delegation_asset_list{flex-direction:column;gap:11px;display:flex}.DelegationModal-module-scss-module__70a3ca__delegation_asset_row{justify-content:space-between;align-items:center;padding:0 16px;display:flex}.DelegationModal-module-scss-module__70a3ca__delegation_asset_label{color:#000;font-size:16px;font-weight:400}.DelegationModal-module-scss-module__70a3ca__delegation_asset_value{color:#000;text-align:right;font-size:16px;font-weight:500}.DelegationModal-module-scss-module__70a3ca__delegation_tabs_container{border:1px solid #e2e6ea;border-radius:6px;flex-direction:column;display:flex}.DelegationModal-module-scss-module__70a3ca__delegation_tabs_header{display:flex}.DelegationModal-module-scss-module__70a3ca__delegation_tab{text-align:center;cursor:pointer;color:#b0b4b8;border-bottom:1px solid #e2e6ea;flex:1;padding:10px;font-size:16px;font-weight:500;transition:all .2s}.DelegationModal-module-scss-module__70a3ca__delegation_tab:first-child{border-top-left-radius:6px}.DelegationModal-module-scss-module__70a3ca__delegation_tab:last-child{border-top-right-radius:6px}.DelegationModal-module-scss-module__70a3ca__delegation_tab.DelegationModal-module-scss-module__70a3ca__active{color:#000;border-bottom:4px solid #1a1e22}.DelegationModal-module-scss-module__70a3ca__delegation_tab_content{flex-direction:column;gap:8px;padding:16px;display:flex}.DelegationModal-module-scss-module__70a3ca__delegation_input_label{color:#000;font-size:14px;font-weight:400}.DelegationModal-module-scss-module__70a3ca__delegation_input_box{background:#f0f4f8;border-radius:6px;padding:8px 16px}.DelegationModal-module-scss-module__70a3ca__delegation_input{color:#000;background:0 0;border:none;outline:none;width:100%;font-size:12px;font-weight:400}.DelegationModal-module-scss-module__70a3ca__delegation_input::placeholder{color:#b0b4b8}.DelegationModal-module-scss-module__70a3ca__delegation_delegatee_card{border:1px solid #e2e6ea;border-radius:6px;flex-direction:column;gap:16px;margin-top:8px;padding:16px;display:flex}.DelegationModal-module-scss-module__70a3ca__delegation_delegatee_header{align-items:center;gap:8px;display:flex}.DelegationModal-module-scss-module__70a3ca__delegation_delegatee_avatar{border-radius:50%;flex-shrink:0;width:19px;height:19px}.DelegationModal-module-scss-module__70a3ca__delegation_avatar_gradient1{background:linear-gradient(#ff2d55 0%,#ea8aff 100%)}.DelegationModal-module-scss-module__70a3ca__delegation_avatar_gradient2{background:linear-gradient(#382dff 0%,#ea8aff 100%)}.DelegationModal-module-scss-module__70a3ca__delegation_avatar_gradient3{background:linear-gradient(#ff8f2d 0%,#922422 100%)}.DelegationModal-module-scss-module__70a3ca__delegation_delegatee_info{align-items:center;gap:8px;display:flex}.DelegationModal-module-scss-module__70a3ca__delegation_delegatee_address{color:#000;font-size:12px;font-weight:500}.DelegationModal-module-scss-module__70a3ca__delegation_delegatee_copy{cursor:pointer;background:#e2e6ea;border-radius:2px;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.DelegationModal-module-scss-module__70a3ca__delegation_delegatee_copy img{object-fit:contain;filter:invert();width:100%;height:100%}.DelegationModal-module-scss-module__70a3ca__delegation_stats_list{flex-direction:column;gap:8px;display:flex}.DelegationModal-module-scss-module__70a3ca__delegation_stat_row{justify-content:space-between;align-items:center;display:flex}.DelegationModal-module-scss-module__70a3ca__delegation_stat_label{color:#000;font-size:12px;font-weight:400}.DelegationModal-module-scss-module__70a3ca__delegation_stat_value{color:#000;text-align:right;font-size:12px;font-weight:400}.DelegationModal-module-scss-module__70a3ca__delegation_amount_input{background:#f0f4f8;border-radius:6px;justify-content:space-between;align-items:center;padding:8px 16px;display:flex}.DelegationModal-module-scss-module__70a3ca__delegation_amount_value{color:#000;background:0 0;border:none;outline:none;width:100%;font-size:12px;font-weight:400}.DelegationModal-module-scss-module__70a3ca__delegation_amount_max{color:#65696d;cursor:pointer;font-size:12px;font-weight:400;text-decoration:underline;transition:color .2s}.DelegationModal-module-scss-module__70a3ca__delegation_amount_max:hover{color:#1a1e22}.DelegationModal-module-scss-module__70a3ca__delegation_gas_info{align-items:center;gap:4px;display:flex}.DelegationModal-module-scss-module__70a3ca__delegation_gas_text{color:#65696d;font-size:12px;font-weight:400}.DelegationModal-module-scss-module__70a3ca__delegation_btn_delegate{color:#fff;cursor:pointer;background:#1a1e22;border:none;border-radius:6px;width:100%;margin-top:-8px;padding:10px;font-size:14px;font-weight:400;transition:all .2s}.DelegationModal-module-scss-module__70a3ca__delegation_btn_delegate:hover{background:#2c3236}.DelegationModal-module-scss-module__70a3ca__delegation_btn_delegate:active{transform:scale(.98)}.DelegationModal-module-scss-module__70a3ca__delegation_btn_delegate.DelegationModal-module-scss-module__70a3ca__disabled{color:#b0b4b8;cursor:not-allowed;background:#e2e6ea}.DelegationModal-module-scss-module__70a3ca__delegation_quick_list{flex-direction:column;display:flex}.DelegationModal-module-scss-module__70a3ca__delegation_quick_item{cursor:pointer;border-bottom:1px solid #e2e6ea;flex-direction:column;padding:8px 16px;transition:background .2s;display:flex}.DelegationModal-module-scss-module__70a3ca__delegation_quick_item:last-child{border-bottom:none}.DelegationModal-module-scss-module__70a3ca__delegation_quick_item:hover{background:#fafbfc}.DelegationModal-module-scss-module__70a3ca__delegation_quick_item.DelegationModal-module-scss-module__70a3ca__expanded{cursor:default;border-bottom:1px solid #e2e6ea;gap:16px;padding:16px}.DelegationModal-module-scss-module__70a3ca__delegation_quick_item.DelegationModal-module-scss-module__70a3ca__expanded .DelegationModal-module-scss-module__70a3ca__delegation_quick_arrow{transform:rotate(180deg)}.DelegationModal-module-scss-module__70a3ca__delegation_quick_header{justify-content:space-between;align-items:center;width:100%;display:flex}.DelegationModal-module-scss-module__70a3ca__delegation_quick_left{align-items:center;gap:8px;display:flex}.DelegationModal-module-scss-module__70a3ca__delegation_quick_right{align-items:center;gap:16px;display:flex}.DelegationModal-module-scss-module__70a3ca__delegation_quick_amount{color:#000;text-align:right;font-size:12px;font-weight:400}.DelegationModal-module-scss-module__70a3ca__delegation_quick_toggle{cursor:pointer;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.DelegationModal-module-scss-module__70a3ca__delegation_quick_arrow{transition:transform .2s}.DelegationModal-module-scss-module__70a3ca__delegation_safety_section{flex-direction:column;gap:16px;display:flex}.DelegationModal-module-scss-module__70a3ca__delegation_safety_title{color:#000;font-size:16px;font-weight:500}.DelegationModal-module-scss-module__70a3ca__delegation_safety_card{border:1px solid #e2e6ea;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;padding:16px;display:flex}.DelegationModal-module-scss-module__70a3ca__delegation_safety_heading{color:#000;margin-bottom:8px;font-size:16px;font-weight:500}.DelegationModal-module-scss-module__70a3ca__delegation_safety_text{color:#000;font-size:16px;font-weight:400;line-height:1.6}.DelegationModal-module-scss-module__70a3ca__delegation_safety_text p{margin:0;padding-left:8px}@media (max-width:768px){.DelegationModal-module-scss-module__70a3ca__delegation_modal_container{max-width:100%}.DelegationModal-module-scss-module__70a3ca__delegation_modal_inner{padding:24px}.DelegationModal-module-scss-module__70a3ca__delegation_modal_title{font-size:20px}}@media (max-width:480px){.DelegationModal-module-scss-module__70a3ca__delegation_modal_inner{gap:24px;padding:16px}.DelegationModal-module-scss-module__70a3ca__delegation_modal_title{font-size:18px}.DelegationModal-module-scss-module__70a3ca__delegation_tabs_header{flex-direction:column}.DelegationModal-module-scss-module__70a3ca__delegation_tab{border-bottom:1px solid #e2e6ea}.DelegationModal-module-scss-module__70a3ca__delegation_tab.DelegationModal-module-scss-module__70a3ca__active{border-bottom:4px solid #1a1e22}}
.WithdrawModal-module-scss-module__VllwIG__withdraw_modal_overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.WithdrawModal-module-scss-module__VllwIG__withdraw_modal_container{background:#fff;border-radius:16px;flex-direction:column;gap:24px;width:100%;max-width:420px;padding:20px 24px;display:flex}.WithdrawModal-module-scss-module__VllwIG__withdraw_modal_header{border-bottom:1px solid #e2e6ea;justify-content:space-between;align-items:center;padding-bottom:24px;display:flex}.WithdrawModal-module-scss-module__VllwIG__withdraw_modal_title{color:#1a1e22;font-size:21px;font-weight:500}.WithdrawModal-module-scss-module__VllwIG__withdraw_btn_close{cursor:pointer;background:0 0;border:none;width:24px;height:24px;padding:0}.WithdrawModal-module-scss-module__VllwIG__withdraw_modal_content{flex-direction:column;gap:16px;display:flex}.WithdrawModal-module-scss-module__VllwIG__withdraw_input_group{flex-direction:column;gap:4px;display:flex}.WithdrawModal-module-scss-module__VllwIG__withdraw_label_row{justify-content:space-between;align-items:center;display:flex}.WithdrawModal-module-scss-module__VllwIG__withdraw_label_text,.WithdrawModal-module-scss-module__VllwIG__withdraw_label_balance{color:#65696d;font-size:14px;font-weight:500;line-height:24px}.WithdrawModal-module-scss-module__VllwIG__withdraw_input_box{background:#f0f4f8;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:16px;display:flex}.WithdrawModal-module-scss-module__VllwIG__withdraw_input_amount{color:#1a1e22;background:0 0;border:none;outline:none;flex:1;font-size:18px;font-weight:500;line-height:24px}.WithdrawModal-module-scss-module__VllwIG__withdraw_input_amount::placeholder{color:#b0b4b8}.WithdrawModal-module-scss-module__VllwIG__withdraw_input_suffix{align-items:center;gap:8px;display:flex}.WithdrawModal-module-scss-module__VllwIG__withdraw_token_name{color:#4c5054;font-size:16px;font-weight:500;line-height:24px}.WithdrawModal-module-scss-module__VllwIG__withdraw_max_btn{color:#4c5054;cursor:pointer;background:#e2e6ea;border:none;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:600;transition:background .2s}.WithdrawModal-module-scss-module__VllwIG__withdraw_max_btn:hover{background:#d0d4d8}.WithdrawModal-module-scss-module__VllwIG__withdraw_error_text{color:#e74c3c;margin-top:4px;font-size:12px;font-weight:500}.WithdrawModal-module-scss-module__VllwIG__withdraw_overview_section{flex-direction:column;gap:4px;display:flex}.WithdrawModal-module-scss-module__VllwIG__withdraw_section_label{align-items:center;gap:10px;margin-bottom:12px;display:flex}.WithdrawModal-module-scss-module__VllwIG__withdraw_overview_box{border:1px solid #e2e6ea;border-radius:6px;padding:16px}.WithdrawModal-module-scss-module__VllwIG__withdraw_overview_content{flex-direction:column;gap:8px;display:flex}.WithdrawModal-module-scss-module__VllwIG__withdraw_overview_row{justify-content:space-between;align-items:center;display:flex}.WithdrawModal-module-scss-module__VllwIG__withdraw_overview_label,.WithdrawModal-module-scss-module__VllwIG__withdraw_overview_value{color:#4c5054;font-size:14px;font-weight:500;line-height:24px}.WithdrawModal-module-scss-module__VllwIG__withdraw_hf_change{align-items:center;gap:6px;display:flex}.WithdrawModal-module-scss-module__VllwIG__withdraw_hf_value,.WithdrawModal-module-scss-module__VllwIG__withdraw_hf_arrow{color:#4c5054;font-size:14px;font-weight:500;line-height:24px}.WithdrawModal-module-scss-module__VllwIG__withdraw_hf_safe{color:#1add8f}.WithdrawModal-module-scss-module__VllwIG__withdraw_hf_warning{color:#f5a623}.WithdrawModal-module-scss-module__VllwIG__withdraw_hf_danger{color:#ff3b30}.WithdrawModal-module-scss-module__VllwIG__withdraw_hf_sub{justify-content:flex-end;display:flex}.WithdrawModal-module-scss-module__VllwIG__withdraw_hf_sub_text{color:#b0b4b8;font-size:14px;font-weight:500;line-height:24px}.WithdrawModal-module-scss-module__VllwIG__withdraw_fee_info{align-items:center;gap:4px;margin-top:16px;display:flex}.WithdrawModal-module-scss-module__VllwIG__fee_text{color:#65696d;font-size:14px;font-weight:500;line-height:24px}.WithdrawModal-module-scss-module__VllwIG__withdraw_btn_submit{color:#fff;cursor:pointer;background:#1a1e22;border:none;border-radius:6px;width:100%;padding:10px;font-size:16px;font-weight:500;line-height:24px;transition:all .2s}.WithdrawModal-module-scss-module__VllwIG__withdraw_btn_submit:hover:not(.WithdrawModal-module-scss-module__VllwIG__withdraw_btn_disabled){background:#2c3236}.WithdrawModal-module-scss-module__VllwIG__withdraw_btn_submit:active{transform:scale(.98)}.WithdrawModal-module-scss-module__VllwIG__withdraw_btn_disabled{color:#b0b4b8;cursor:not-allowed;background:#e2e6ea}.WithdrawModal-module-scss-module__VllwIG__withdraw_btn_loading{opacity:.7;cursor:wait}.WithdrawModal-module-scss-module__VllwIG__withdraw_success_message,.WithdrawModal-module-scss-module__VllwIG__withdraw_error_message{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:24px 0;display:flex}.WithdrawModal-module-scss-module__VllwIG__withdraw_success_message p,.WithdrawModal-module-scss-module__VllwIG__withdraw_error_message p{color:#1a1e22;margin:0;font-size:18px;font-weight:500}.WithdrawModal-module-scss-module__VllwIG__withdraw_success_icon{color:#fff;background:#1add8f;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:32px;font-weight:700;display:flex}.WithdrawModal-module-scss-module__VllwIG__withdraw_error_icon{color:#fff;background:#e74c3c;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:32px;font-weight:700;display:flex}.WithdrawModal-module-scss-module__VllwIG__withdraw_success_detail,.WithdrawModal-module-scss-module__VllwIG__withdraw_error_detail{color:#65696d!important;font-size:14px!important}
