body,html{margin:0;padding:0;color:#000}a{text-decoration:none;color:inherit;cursor:pointer;outline:none;border:none;background:none;font:inherit;text-align:inherit;padding:0}select{border:none;outline:none;background:none;font:inherit}.page-container{display:flex;flex-direction:column;width:100vw;align-items:center}.page-content{display:flex;flex-direction:column;width:calc(100vw - 32px)}#root{text-align:center;height:100vh}.header{width:100%;background-color:#fff;color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;position:sticky;top:0;z-index:50}.header-content{max-width:1280px;margin:0 auto;padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center}.header-logo{display:flex;align-items:center;gap:.5rem;transition:opacity .2s ease}.header-logo span{font-size:1.25rem;font-weight:700;color:#000;font-family:Crimson Text,sans-serif}.header-right{display:flex;align-items:center;gap:10px}.header-right button{background:linear-gradient(to right,#da89ff,#6bbcf6);box-shadow:0 0 2px #667ffe66;border:1px solid #B8FAFF;color:#fff;font-size:.8rem;font-weight:500;border-radius:4rem;padding:.5rem 1rem}.right-drawer{position:fixed;top:0;right:-300px;width:300px;height:100vh;box-shadow:-2px 0 5px #0000004d;transition:right .3s ease-in-out;pointer-events:all;background-color:#f5f5f5;z-index:1000}.right-drawer.open{right:0}.overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:none;z-index:900;pointer-events:auto}.overlay.show{display:block}.right-drawer-content{position:relative;display:flex;flex-direction:column;background-color:#f5f5f5;z-index:1000;height:100vh}.right-drawer-header{display:flex;flex-direction:row;align-items:center;padding:20px;gap:8px}.right-drawer-header span{color:#333;font-size:1.2rem;font-weight:600}.right-drawer-body{display:flex;flex-direction:column;background:#fff;border-top:1px solid #E5E5E5;border-bottom:1px solid #E5E5E5;margin-top:10px}.right-drawer-body-item{display:flex;flex-direction:row;align-items:center}.right-drawer-body-item img{margin-left:20px}.right-drawer-body-item span{margin-left:20px;line-height:50px;font-size:.9rem;color:#333;flex:1;text-align:left;border-bottom:1px solid #E5E5E5}.right-drawer-body div:last-child span{border-bottom:none}.invite-code-pop-container{display:flex;flex-direction:column;width:100%;height:100%;position:fixed;z-index:2000;top:0;left:0;justify-content:center;align-items:center}.invite-code-pop-overly{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000004d;z-index:1999}.invite-code-pop-content{display:flex;flex-direction:column;background-color:#fff;border-radius:20px;z-index:2000;overflow:hidden;width:300px}.invite-code-pop-content span{margin:30px;color:#333;font-size:1.2rem;font-weight:500}.invite-code-pop-content input{margin:0 36px;border:1px solid #d1d5db;border-radius:10px;font-size:1rem;outline:none;padding:12px}.invite-code-pop-content button{margin:30px 36px;border-radius:10px;font-size:1rem;color:#fff;background:linear-gradient(to right,#da89ff,#6bbcf6);border:none;padding:10px 0}.invite-code-form{display:flex;flex-direction:column}.invite-code-form label{font-weight:700;font-size:1.2rem;margin:30px}.invite-code-form input{padding:12px;font-size:1rem;border-radius:10px;border:1px solid #ccc}.invite-code-form .error-message{color:red;font-size:14px}.invite-code-form p{margin:6px 0 0}.error-message-empty{color:#0000}.invite-code-form button{padding:10px;font-size:16px;background:linear-gradient(to right,#da89ff,#6bbcf6);color:#fff;border:none;border-radius:8px;cursor:pointer}.invite-code-form button:hover{background-color:#0056b3}.title{font-size:1.3rem;font-weight:700;text-align:center;margin-bottom:8px;margin-top:2rem;color:#222}.desc{text-align:center;color:#999;font-size:.8rem;margin-bottom:18px;line-height:1.6;margin-left:.9375rem;margin-right:.9375rem}.usage-btn{display:block;margin:0 auto 28px;background:#ffb800;color:#fff;border:none;border-radius:6px;padding:8px 28px;font-size:1rem;cursor:pointer;font-weight:500}.content-container{margin:0 auto;margin-top:.5rem;padding:1.25rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;font-size:.9rem;line-height:1.6;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;animation:slideDown .2s ease-out}@media (min-width: 769px){.content-container{width:80vw;padding:1.5rem;font-size:1rem}}@media (max-width: 768px){.content-container{width:80vw;padding:1.25rem;font-size:.9rem}}.section{background:#fafbfc;border-radius:10px;padding:18px 20px 10px;margin-bottom:22px;box-shadow:0 1px 6px #00000005}.h-progress-bar{width:100%;height:14px;min-height:14px;background-color:#e0e0e0;border-radius:8px;overflow:hidden;position:relative}.h-progress-fill{height:100%;background:linear-gradient(to right,#da89ff,#6bbcf6);width:0;transition:width 1s ease-in-out;height:14px}.address-pop{position:fixed;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000;top:0;left:0;width:100vw;height:100vh}.address-pop-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:900;pointer-events:auto;display:block}.address-pop-content{position:relative;display:flex;flex-direction:column;width:70vw;align-items:center;background-color:#fff;border-radius:20px;box-shadow:0 0 6px #0000004d;z-index:1000}.address-pop-title{margin:20px;text-align:center;font-size:1.2rem;color:#333}.address-pop-text{margin:0 20px 20px;max-width:calc(70vw - 40px);font-size:.9rem;color:#333;text-decoration:underline;text-decoration-color:#666;text-align:center;word-wrap:break-word;word-break:break-word;white-space:pre-line}.wallet{display:flex;flex-direction:column;background:#fff;border-radius:20px;padding:0;width:100%;border:1px solid #e5e7eb;box-shadow:0 0 4px #0000001a;margin:20px 0}.wallet-title{font-size:1.2rem;font-weight:500;text-align:left;margin:20px 20px 0}.wallet-connect{width:auto;align-self:flex-start;font-weight:500;font-size:1rem;background-image:linear-gradient(to right,#da89ff,#6bbcf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:8px 20px 0;text-decoration:underline;text-decoration-color:#da89ff}.wallet-info{display:flex;flex-direction:row;align-items:center;margin:8px 20px 0;gap:20px}.wallet-address{display:flex;flex-direction:row;align-items:center;gap:10px}.wallet-address span{width:auto;align-self:flex-start;font-weight:500;font-size:1rem;background-image:linear-gradient(to right,#da89ff,#6bbcf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-decoration:underline;text-decoration-color:#da89ff;max-width:90px;width:90px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wallet-balance{display:flex;flex-direction:row;align-items:center;gap:5px;margin-top:8px;background-color:#fafafa;border:1px solid #E5E5E5;border-radius:5rem;padding:3px 6px}.wallet-balance-value{max-width:4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wallet-balance span{width:auto;align-self:flex-start;font-weight:500;font-size:.9rem;color:#333}.wallet-account{display:flex;flex-direction:row;align-items:center;gap:5px;margin:35px 20px 0;justify-content:space-around}.wallet-account-cell{display:flex;flex-direction:column;width:33.33%;max-width:33.33%;gap:8px}.wallet-account div:first-child{align-items:flex-start}.wallet-account div:last-child{align-items:flex-end}.wallet-account-cell span:first-child{font-size:.8rem;color:#666}.wallet-account-cell span:last-child{font-size:1.1rem;color:#666;font-weight:500}.progress-container{display:flex;flex-direction:column;margin:0 20px 20px}.progress-title-container{display:flex;flex-direction:row;align-items:center;margin-top:40px;justify-content:space-between;margin-bottom:10px}.progress-title-left{display:flex;flex-direction:row;align-items:center;color:#666;font-size:.8rem;gap:5px}.progress-title-right{color:#666;font-size:.8rem}.checkbox-container{width:20px;height:20px;min-width:20px;min-height:20px}.checkbox-checked{width:20px;height:20px;min-width:20px;min-height:20px;border:1px solid #19D43C;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center}.circle{width:12px;height:12px;border-radius:50%;background-color:#19d43c}.checkbox-unchecked{width:20px;height:20px;min-width:20px;min-height:20px;border:1px solid #DDDDDD;border-radius:50%}.token-picker-container{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0000004d;z-index:999}.token-picker-content{display:flex;flex-direction:column;background-color:#fff;border-radius:20px;width:calc(100% - 40px);overflow:hidden}.token-picker-title{font-size:1rem;color:#333;padding:20px 22px;border:1px solid #E5E5E5;text-align:left;font-weight:500}.token-picker-list{display:flex;flex-direction:column;max-height:40vh;overflow-y:auto}.token-picker-list-content{display:flex;flex-direction:column}.token-picker-item{display:flex;flex-direction:row;align-items:center;padding:20px 22px;justify-content:space-between;border-bottom:1px solid #E5E5E5}.token-picker-item span{color:#333;font-size:1rem}.token-picker-from{display:flex;flex-direction:column;background:#fff;margin:30px 0 20px}.token-picker-from div:last-child{margin-top:20px}.pair-select-cell{display:flex;flex-direction:column;gap:14px;width:100%}.pair-select-value{border:1px solid #E5E5E5;border-radius:6px;font-size:.9rem;padding:0 20px;height:50px;text-align:left;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.pair-select-value-icon{display:flex;flex-direction:row;align-items:center;width:100%}.coin-logo{width:1.75rem;height:1.75rem;background-color:#fff;border-radius:50%;margin-left:-.5rem;display:flex;align-items:center;justify-content:center}.pair-select-value-icon div:first-child{margin:0rem}.pair-select-value-icon div:last-child{margin:0 0 0 -.5rem}.pair-select-placeholder{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 20px;height:50px;border:1px solid #E5E5E5;border-radius:6px;font-size:.9rem;color:#999}.set-expire-btn{background:linear-gradient(to right,#da89ff,#6bbcf6);color:#fff;border:none;border-radius:8px;padding:14px 0;font-size:.8rem;width:100%;cursor:pointer;box-shadow:0 0 4px #667ffe66}.set-expire-btn:disabled{cursor:not-allowed;color:#eee;background:#ccc;box-shadow:none}.home{display:flex;flex-direction:column;color:#171717}.twitter{display:flex;flex-direction:column;margin:38px 0 50px;justify-content:flex-start}.twitter span{font-size:1.25rem;color:#333;text-align:left}.twitter a{margin-top:.9rem;width:30px}h3{color:#333;margin-bottom:20px;font-size:1.5rem}.coin-icon{border-radius:50%;overflow:hidden}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.page-bg{display:flex;flex-direction:column;position:absolute;width:100%;height:100vh;z-index:-1}.page-bg-1{position:absolute;right:0}.page-bg-2{position:absolute;left:0;bottom:0}.main_container{display:flex;flex-direction:column;gap:30px;height:calc(100vh - 60px);box-sizing:border-box;padding:30px 0;overflow-y:auto}.authorizationStatus{width:80vw;background:#ffffff80;padding:20px;border-radius:16px;box-shadow:0 0 3px 2px #0000000d;border:1px solid #fff}.authorizationStatus_title{font-size:1.2rem;margin-bottom:14px;text-align:center}.authorizationStatus_table{width:100%;border-collapse:collapse;font-size:.9rem}.authorizationStatus_table th,.authorizationStatus_table td{padding:14px 0;border-bottom:1px solid #f0f0f0;text-align:left}.authorizationStatus_table th:nth-child(1),.authorizationStatus_table td:nth-child(1){width:40%}.authorizationStatus_table th:nth-child(2),.authorizationStatus_table td:nth-child(2){width:30%;text-align:center}.authorizationStatus_table th:nth-child(3),.authorizationStatus_table td:nth-child(3){width:30%;text-align:right}.authorizationStatus_table_body_scroll{max-height:290px;overflow-y:auto}.authorizationStatus_table_body_scroll::-webkit-scrollbar{width:0;height:0}.status-success{background:#e6f9e6;color:#3bbd3b;border-radius:8px;padding:2px 12px;font-size:.8rem}.status-default{color:#999;border-radius:8px;padding:2px 12px;font-size:.8rem}.btn-default,.btn-cancel{display:inline-block;width:80px;height:30px;line-height:30px;border-radius:8px;font-size:.8rem;text-align:center;box-sizing:border-box}.btn-default{background:#ccc;color:#eee;cursor:not-allowed}.btn-cancel{background:linear-gradient(to right,#da89ff,#6bbcf6);color:#fff;cursor:pointer}.status-time{font-size:12px;color:#19d43c;white-space:pre-wrap;word-break:break-all;overflow-wrap:break-word}.date-default{font-size:14px;color:#999;cursor:not-allowed}.date-cancel{display:inline-block;text-align:center;width:80px;height:30px;line-height:30px;border-radius:8px;color:#19d43c;background:#19d43c26;cursor:pointer}.main_container{display:flex;flex-direction:column;gap:30px;width:100%;height:calc(100vh - 60px);box-sizing:border-box;padding:30px 16px;overflow-y:auto}.statistics{width:100%;background:#ffffff80;padding:20px 20px 0;border-radius:20px;box-shadow:0 0 3px 2px #0000000d;border:1px solid #fff;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);box-sizing:border-box;overflow:hidden}.statistics_title{font-size:1.2rem;margin-bottom:6px;text-align:center}.statistics_table{width:100%;border-collapse:collapse;font-size:.9rem}.statistics_table tr{border-bottom:1px solid #f0f0f0}.statistics_table_list tr:last-child{border-bottom:none}.statistics_table th{color:#666}.statistics_table th,.statistics_table td{padding:16px 0;text-align:left}.statistics_table th:nth-child(1),.statistics_table td:nth-child(1){width:50%}.statistics_table th:nth-child(2),.statistics_table td:nth-child(2){width:50%;text-align:right}.statistics_table_body_scroll{max-height:290px;overflow-y:auto}.statistics_table_body_scroll_item{display:flex;align-items:center;gap:10px;width:100%}.statistics_table_body_scroll_item_logo{width:26px;height:26px}.statistics_table_body_scroll::-webkit-scrollbar{width:0;height:0}.Record_table{width:100%;border-collapse:collapse;font-size:.9rem}.Record_table td{padding:14px 0;text-align:left}.Record_table tr{border-bottom:1px solid #f0f0f0}.Record_table_list tr:last-child{border-bottom:none}.Record_table th{padding:14px 0;color:#666;text-align:left}.Record_table th:nth-child(1),.Record_table td:nth-child(1){width:25%;word-wrap:break-word}.Record_table th:nth-child(2),.Record_table td:nth-child(2){width:25%;text-align:center}.Record_table th:nth-child(3),.Record_table td:nth-child(3){width:25%;text-align:center}.Record_table th:nth-child(4),.Record_table td:nth-child(4){width:25%;text-align:right}.Record_table td:nth-child(1){color:#999}.Record_table td:nth-child(4){color:#4383e3}.toast{position:fixed;top:50%;left:50%;transform:translate(-50%);background-color:#000c;color:#fff;padding:10px 20px;border-radius:4px;z-index:1000;animation:fadeInOut 2s ease-in-out}@keyframes fadeInOut{0%{opacity:0}15%{opacity:1}85%{opacity:1}to{opacity:0}}.main_container{display:flex;flex-direction:column;align-items:center;width:100%;height:100%;padding:30px 16px}.explanation{display:flex;flex-direction:column;align-items:center;width:100%;background-color:#ffffff80;border-radius:20px;padding:60px 20px;gap:20px;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);box-sizing:border-box;box-shadow:0 0 3px 2px #0000000d;border:1px solid #fff}.explanation_title{font-size:20px;color:#333;font-weight:600}.explanation_text{font-size:14px;color:#666;font-weight:400;line-height:200%}.explanation_step{padding-top:40px}.explanation_step_item{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:10px;font-size:14px;color:#666}.table-container{display:flex;flex-direction:column;margin-top:20px;width:100%;border-radius:20px;border:1px solid #fff;background-color:#fff;box-shadow:inset 0 0 6px #00000040,0 0 8px #0000001a}.table-title{font-size:1.1rem;text-align:center;margin:20px 0 6px;font-weight:500}.table{border-collapse:collapse;margin:0 20px;font-size:.8rem}.table th,.table td{padding:0;min-height:50px;height:50px;border-bottom:1px solid #E5E5E5;text-align:left}.table th:nth-child(1),.table td:nth-child(1){width:30%;max-width:30%;color:#666;cursor:pointer}.table th:nth-child(2),.table td:nth-child(2){width:20%;min-width:20%;max-width:20%;text-align:center;color:#333}.table th:nth-child(3),.table td:nth-child(3){width:25%;min-width:25%;max-width:25%;text-align:center}.table th:nth-child(4),.table td:nth-child(4){width:25%;min-width:25%;max-width:25%;text-align:right}.table-status-success{color:#19d43c}.table-status-fail{color:#f13e3e}.table-status-pending,.table-status-commission{color:#e42068}.table-hash{text-decoration:underline;text-decoration-color:#999}.table-amount{color:#19d43c;font-weight:800}.table-date{color:#999}.table-body-scroll{min-height:50px;max-height:250px;overflow-y:auto}.table-body-scroll::-webkit-scrollbar{width:0;height:0}.record-box-container{display:flex;flex-direction:column;margin:20px 0 50px;width:100%;border-radius:20px;border:1px solid #fff;background-color:#fff9;box-shadow:inset 0 0 6px #00000040,0 0 8px #0000001a;overflow:hidden}.record-box-title{font-size:1.1rem;color:#333;margin:20px 0;font-weight:500}.record-box-body-scroll{display:flex;flex-direction:column;max-height:250px;min-height:50px;overflow-y:auto}.record-box-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:0 20px;padding:0;height:50px;min-height:50px;border-bottom:1px solid #E5E5E5;font-size:.8rem}.record-box-item span{width:30%;text-align:left}.record-from{color:#666}.record-amount{font-weight:800}.record-amount-withdraw{color:#19d43c}.record-amount-commission{color:#e42068}.record-box-item span:nth-child(2){text-align:center}.record-box-item span:last-child{color:#999;text-align:right}.record-box-item-title{color:#666;font-size:.9rem;font-weight:400;margin-top:-10px}.record-box-item-title span:last-child{font-weight:400;color:#666}.record-box-body-scroll::-webkit-scrollbar{width:0;height:0}.page-content .box-container:last-child{margin-bottom:50px}.box-container{display:flex;flex-direction:column;margin-top:20px;width:100%;border-radius:20px;border:1px solid #fff;background-color:#fff9;box-shadow:inset 0 0 6px #00000040,0 0 8px #0000001a}.box-title{font-size:1.1rem;color:#333;margin:20px 0;font-weight:500}.balance{color:#19d43c;font-size:1.5rem;font-weight:700}.withdraw-btn{margin:30px 54px;background:linear-gradient(to right,#da89ff,#6bbcf6);border-radius:8px;padding:.5rem 0;border:none;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;color:#fff;font-size:.9rem}.withdraw-btn:disabled{color:#999;background:#e5e5e5}.code-title-container{display:flex;flex-direction:row;align-items:center;margin:20px 20px 10px;justify-content:space-between;font-size:1.1rem;color:#333;font-weight:500}.code-title-container button{color:#fff;background:linear-gradient(to right,#da89ff,#6bbcf6);border-radius:8px;font-size:.6rem;padding:.4rem 1rem;border:none}.code-container{display:flex;flex-direction:column}.code-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:52px;margin:0 20px}.code-container .code-item:first-child{border-bottom:1px solid #E5E5E5}.code-title{color:#666;font-size:.8rem}.code-value{display:flex;flex-direction:row;align-items:center;color:#333;font-size:.8rem;gap:8px}.box-body-scroll{display:flex;flex-direction:column;max-height:250px;overflow-y:auto}.box-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:0 20px;padding:0;height:50px;min-height:50px;border-bottom:1px solid #E5E5E5;font-size:.8rem}.box-item span:first-child{color:#666}.box-item span:last-child{color:#333;font-weight:800}.box-item-title{color:#666;font-size:.9rem;font-weight:400;margin-top:-10px}.box-item-title span:last-child{font-weight:400;color:#666}.box-body-scroll::-webkit-scrollbar{width:0;height:0}.box-item-from{text-decoration:underline;text-decoration-color:#999;text-underline-offset:3px}
