.App{align-items:stretch;display:flex;flex-direction:column;gap:30px;letter-spacing:0;margin:0 auto;min-width:200px;overflow-wrap:break-word;padding:30px 0;white-space:pre-wrap;width:75%;word-break:break-word;word-spacing:-1px}@media(max-width:920px){.App{width:90%}}@media(max-width:480px){.App{width:95%}}.Header{align-items:center;display:flex;justify-content:space-between}.Header .Header_left{padding:10px 10px 20px;text-align:center;word-break:break-all}.Header .Header_left h1{font-weight:700;text-transform:uppercase}.Header .Header_left span{font-weight:500}.Header .header_right{align-items:center;display:flex;gap:20px}@media(max-width:480px){.Header .header_right{flex-direction:column;gap:5px}.Header .header_right>:first-child{order:2}.Header .header_right>:nth-child(2){order:1}}.Header .header_right .media{display:flex;gap:10px}.Header .header_right .media img{height:20px;width:20px}.Header .header_right .media span{cursor:pointer}.common_button{align-items:center;align-self:center;border:2px solid #32b232;border:2px solid var(--border-color);border-radius:8px;cursor:pointer;display:flex;font-size:16px;font-size:var(--text-size);gap:5px;padding:10px;text-transform:uppercase}@media(max-width:480px){.common_button{font-size:12px;padding:5px}}.loading{animation:spin 1.5s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.NavPanel{align-items:center;border:2px solid #32b232;border:2px solid var(--border-color);display:flex;justify-content:space-between;padding:10px 20px}@media(max-width:480px){.NavPanel{font-size:13px}}.NavPanel .NavPanelContent{display:flex;gap:10px}.NavPanel .NavPanelContent span{cursor:pointer}.NavPanel .NavPanelContent .more_button{align-items:center;cursor:pointer;display:flex;position:relative}.NavPanel .NavPanelContent .more_button>.dropdown{background:#000;border:1px solid #32b232;border:1px solid var(--border-color);border-radius:5px;display:flex;flex-direction:column;gap:10px;left:0;padding:6px 10px;position:absolute;top:20px}.NavPanel .NavPanelContent .more_button>.dropdown span{word-break:keep-all}.NavPanel .NavPanelContent .more_button>.dropdown span:hover{opacity:.6}.NavPanel .NavPanel_right{display:flex;flex-direction:column;gap:10px;place-items:stretch;word-break:keep-all}.NavPanel .NavPanel_right .item_wrap{align-items:center;border:2px solid #32b232;border:2px solid var(--border-color);border-radius:4px;display:flex;flex:1 1;gap:10px;justify-content:center;padding:5px 10px}@media(max-width:480px){.NavPanel .NavPanel_right .item_wrap{gap:5px;padding:2px 3px}}.NavPanel .NavPanel_right .item_wrap img{height:15px;width:15px}.content{display:flex;flex-direction:column;gap:20px;line-height:18px;white-space:pre-wrap}.content>:not(:first-child){margin-left:20px}.content .title,.content .title1{color:#bce8b0;font-size:20px;font-weight:700;text-transform:uppercase}@media(max-width:480px){.content .title,.content .title1{font-size:17px}}.content .title1{font-size:16px}@media(max-width:480px){.content .title1{font-size:13px}}.content .li{display:flex;flex-direction:column}.mining .mining_head{align-items:stretch;display:flex;justify-content:space-between}.mining .miner_list{border:2px solid var(--border-color);border-bottom:none;margin-top:20px}.mining .miner_list table{width:100%}.mining .miner_list table tr{border-bottom:2px solid var(--border-color)}.mining .miner_list table tr>:nth-child(n){padding:10px;text-align:start}.mining .miner_list table tr>:not(:first-child){border-left:2px solid var(--border-color)}.mining .mobile_miner_list{align-items:stretch;border:2px solid var(--border-color);display:flex;flex-direction:column;margin-top:20px}.mining .mobile_miner_list .mobile_miner_head{align-self:center;padding:5px}.mining .mobile_miner_list .mobile_miner_body>:nth-child(n){border-top:2px solid var(--border-color);display:flex;flex-direction:column;padding:5px 10px}.mining .mobile_miner_list .mobile_miner_body>:nth-child(n)>:first-child{align-items:center;cursor:pointer;display:flex;justify-content:space-between}.mining .mobile_miner_list .mobile_miner_body>:nth-child(n)>:first-child:hover{background-color:#b5cd8f;color:#000}.mining .mobile_miner_list .mobile_miner_body .dropdown_wrap{display:flex;flex-direction:column;gap:4px;padding:5px 0 0 10px}.refer_modal_content_input_wrap{position:relative}.refer_modal_content_input_wrap_tip{height:20px;position:absolute;right:5px;top:50%;transform:translateY(-25%);width:20px}.refer_modal_content_input{background-color:#00000080;border:1px solid var(--border-color);border-radius:3px;color:var(--text-color);font-size:var(--text-size);letter-spacing:.6px;margin-top:10px;outline:none;padding:5px;width:100%}.modal{align-items:center;display:flex;justify-content:center;pointer-events:none;position:fixed}.modal,.modal_overlay{height:100%;left:0;top:0;width:100%}.modal_overlay{background-color:#00000080;cursor:pointer;position:absolute}.modal_content{background:#000c;border:1px solid var(--border-color);border-radius:5px;padding:10px 20px;pointer-events:auto;z-index:10}.modal_foot{gap:20px;justify-content:space-between;margin-top:20px}.modal_foot,.treasury{display:flex}@media(max-width:920px){.treasury{flex-direction:column}}.treasury .treasury_head{display:flex;flex-direction:column}.treasury .treasury_head .treasury_head_body{border-left:2px solid #32b232;border-left:2px solid var(--border-color);display:flex;flex-direction:column;gap:20px;margin-left:20px;margin-top:20px;padding-left:10px}.treasury .treasury_head .treasury_head_body .address,.treasury .treasury_head .treasury_head_body .balance,.treasury .treasury_head .treasury_head_body .refer{display:flex;flex-direction:column;gap:10px}.treasury .treasury_head .treasury_head_body .address .address_content,.treasury .treasury_head .treasury_head_body .balance .address_content,.treasury .treasury_head .treasury_head_body .refer .address_content{align-items:center;display:flex;gap:10px}.treasury .treasury_head .treasury_head_body .title0{font-size:18px;font-weight:800;text-transform:uppercase}.treasury .treasury_head .treasury_head_body .title1{margin-left:10px}.treasury .send_modal{border:2px solid #32b232;border:2px solid var(--border-color);display:flex;flex-direction:column;gap:20px;margin-top:50px;padding:30px;width:500px}@media(max-width:480px){.treasury .send_modal{width:100%}}.treasury .send_modal .title{align-items:center;cursor:pointer;display:flex;gap:30px}.treasury .send_modal .input_wrap{display:flex;flex-direction:column;gap:10px}.number_input,.treasury .send_modal .input_wrap input{font-weight:700;height:30px;outline:none;padding-left:10px;width:100%}.code_users{border:1px solid #32b232;border:1px solid var(--border-color);width:100%}thead tr{text-transform:uppercase}thead tr>:first-child{border-right:1px solid #32b232;border-right:1px solid var(--border-color)}thead tr th{padding:10px;text-align:start}tbody tr>:first-child{border-right:1px solid #32b232;border-right:1px solid var(--border-color)}tbody tr td{padding:5px 10px;text-align:start}tbody>:nth-child(n){border-top:1px solid #32b232;border-top:1px solid var(--border-color)}.part1,.part2{display:flex;flex:1 1;flex-direction:column;gap:20px}.part1>.blocks_wrap{border:1px solid #32b232;border:1px solid var(--border-color);display:flex;flex-direction:column;max-height:450px;min-height:400px;overflow:auto;scrollbar-color:#888 #000;scrollbar-width:thin;width:100%}.part1>.blocks_wrap .block{border-bottom:1px solid #32b232;border-bottom:1px solid var(--border-color);padding:10px 20px;width:100%}.part1>.blocks_wrap .block>.title{font-size:18px;font-weight:700}.part1>.blocks_wrap .block>.body div{margin-top:10px}.part1>.blocks_wrap::-webkit-scrollbar{display:block;width:5px}.part1>.blocks_wrap::-webkit-scrollbar-track{background:#000;border-radius:10px}.part1>.blocks_wrap::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.part1>.blocks_wrap::-webkit-scrollbar-thumb:hover{background:#555}.not_found h1{margin-bottom:20px}.staking{align-items:start;display:flex;gap:20px;margin-top:10px}.staking .staking_modal{border:2px solid #32b232;border:2px solid var(--border-color);display:flex;flex:1 1;flex-direction:column;gap:20px;padding:30px}.staking .staking_modal .input_wrap{display:flex;flex-direction:column;gap:10px}.staking .staking_modal .input_wrap input{font-weight:700;height:30px;outline:none;padding-left:10px;width:100%}.staking .staking_miners{border:2px solid #32b232;border:2px solid var(--border-color);display:flex;flex:2.5 1;flex-direction:column;gap:5px}.staking .staking_miners table .row_item{border-top:2px solid #32b232;border-top:2px solid var(--border-color)}.staking .staking_miners table .row_item td{height:100%;padding:10px}.staking .staking_miners>h3{align-items:center;display:flex;justify-content:space-between;padding:10px}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;src:url(/static/media/JetBrainsMono-Medium.065ee491488865d52b60.woff2) format("woff2")}@font-face{font-family:Pixeled;font-style:normal;font-weight:400;src:url(/static/media/epsonpixeledregular-0py9.258a93abe21d52028e99.ttf) format("truetype")}@font-face{font-family:modern;font-style:normal;font-weight:400;src:url(/static/media/ModernDOS9x16.b178d347c74c15f97a5d.ttf) format("truetype")}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:modern,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}:root{--background-color:#000;--text-color:#32b232;--text-size:16px;--text-weight:500;--border-color:var(--text-color)}@media(max-width:480px){:root{--text-size:13px}}*{box-sizing:border-box;-webkit-hyphens:auto;hyphens:auto;margin:0;padding:0}#root,body,html{background-color:#000;background-color:var(--background-color);color:#32b232;color:var(--text-color);font-size:16px;font-size:var(--text-size);font-weight:500;font-weight:var(--text-weight);height:100%;overflow:auto;width:100%}::-webkit-scrollbar{-ms-overflow-style:none;display:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}table{border-collapse:collapse;border-spacing:0}.dashboard .lottery_users{border:1px solid #32b232;border:1px solid var(--border-color);width:100%}.dashboard thead tr{text-transform:uppercase}.dashboard thead tr>:first-child{border-right:1px solid #32b232;border-right:1px solid var(--border-color)}.dashboard thead tr th{padding:10px;text-align:start}.dashboard tbody tr>:first-child{border-right:1px solid #32b232;border-right:1px solid var(--border-color)}.dashboard tbody tr td{padding:5px 10px;text-align:start}.dashboard tbody>:nth-child(n){border-top:1px solid #32b232;border-top:1px solid var(--border-color)}.dashboard .part1,.dashboard .part2{display:flex;flex:1 1;flex-direction:column;gap:20px}.dashboard .part1>.blocks_wrap{border:1px solid #32b232;border:1px solid var(--border-color);display:flex;flex-direction:column;max-height:450px;min-height:400px;overflow:auto;scrollbar-color:#888 #000;scrollbar-width:thin;width:100%}.dashboard .part1>.blocks_wrap .block{border-bottom:1px solid #32b232;border-bottom:1px solid var(--border-color);padding:10px 20px;width:100%}.dashboard .part1>.blocks_wrap .block>.title{font-size:18px;font-weight:700}.dashboard .part1>.blocks_wrap .block>.body div{margin-top:10px}.dashboard .part1>.blocks_wrap::-webkit-scrollbar{display:block;width:5px}.dashboard .part1>.blocks_wrap::-webkit-scrollbar-track{background:#000;border-radius:10px}.dashboard .part1>.blocks_wrap::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.dashboard .part1>.blocks_wrap::-webkit-scrollbar-thumb:hover{background:#555}
/*# sourceMappingURL=main.8bbe2522.css.map*/