:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffe6;background:linear-gradient(135deg,#1a1a2e,#16213e);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}a{font-weight:500;color:#f1c40f;text-decoration:inherit;transition:color .3s ease}a:hover{color:#f39c12}body{margin:0;min-width:320px;min-height:100vh;padding:20px;background-attachment:fixed}h1{font-size:1.2em;line-height:1.1;color:#fff;text-align:center;margin-bottom:2rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.logo-container{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.logo{max-width:150px;height:auto;margin-bottom:1rem;border-radius:10px;box-shadow:0 4px 15px #0000004d;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.project-description{background:#2d3748cc;border:1px solid rgba(241,196,15,.3);border-radius:8px;padding:1rem;margin:1rem 0;color:#e0e0e0;font-size:.8rem;line-height:1.6;text-align:justify;max-width:800px;width:100%}.project-description h3{color:#f1c40f;margin-top:0;margin-bottom:.8rem;font-size:1rem;font-weight:600}.project-description p{margin:0;line-height:1.6}.project-description strong{color:#f1c40f;font-weight:600}.contract-address{background:#2d3748cc;border:1px solid rgba(241,196,15,.3);border-radius:8px;padding:.8rem 1rem;margin:1rem 0;display:flex;align-items:center;gap:.5rem;max-width:800px;width:100%}.contract-label{color:#f1c40f;font-weight:600;font-size:.85rem}.contract-value{color:#e0e0e0;font-size:.85rem;flex:1;word-break:break-all}.copy-button{background:linear-gradient(135deg,#f1c40f,#f39c12);color:#1a1a2e;padding:.3rem .8rem;border-radius:4px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.copy-button:hover{transform:translateY(-1px);box-shadow:0 2px 8px #f1c40f66}button{border-radius:12px;border:1px solid #f1c40f;padding:.8em 1.5em;font-size:1.1em;font-weight:600;font-family:inherit;background:linear-gradient(135deg,#f1c40f,#f39c12);color:#1a1a2e;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #f1c40f4d}button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f1c40f66}button:focus,button:focus-visible{outline:3px solid rgba(241,196,15,.5);outline-offset:2px}.container{max-width:900px;margin:0 auto;padding:2.5rem;background:#1a1a2ecc;border-radius:20px;box-shadow:0 10px 30px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.section{margin-bottom:2.5rem;padding:1.5rem;background:#1e293bcc;border-radius:15px;box-shadow:0 4px 15px #0000004d;border:1px solid rgba(241,196,15,.2)}.section-title{font-size:1.4rem;font-weight:700;margin-bottom:1.5rem;color:#f1c40f;border-bottom:2px solid rgba(241,196,15,.3);padding-bottom:.8rem;text-transform:uppercase;letter-spacing:1px}.data-item{display:flex;justify-content:space-between;margin-bottom:1rem;padding:1rem;background:#2d3748cc;border-radius:10px;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.data-item:hover{background:#374152e6;transform:translate(5px);box-shadow:0 4px 10px #0000004d}.data-label{font-weight:600;color:#fffc;font-size:.95rem}.data-value{color:#f1c40f;font-weight:700;font-size:1.05rem;font-family:Courier New,Courier,monospace;word-break:break-all;overflow-wrap:break-word;max-width:100%}.data-item.alert{background:#e74c3c1a;border:1px solid rgba(231,76,60,.3);border-radius:6px;padding:.5rem 1rem;margin:.5rem 0}.data-value.alert-text{color:#e74c3c;font-weight:600;font-size:.95rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}@media (max-width: 768px){.data-value{font-size:1rem}}.wallet-connect-btn{width:100%;padding:1.2rem;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:2rem}.address-list{margin:1rem 0rem;max-height:300px;overflow-y:auto;border-radius:8px}.address-list::-webkit-scrollbar{width:6px}.address-list::-webkit-scrollbar-track{background:#2d374880;border-radius:8px}.address-list::-webkit-scrollbar-thumb{background:#f1c40f80;border-radius:8px}.address-list::-webkit-scrollbar-thumb:hover{background:#f1c40fcc}.address-note{background:#e74c3c26;border:1px solid rgba(231,76,60,.4);border-radius:8px;padding:.8rem 1rem;margin-top:1rem;margin-bottom:1rem;text-align:center}.address-note span{color:#e74c3c;font-size:.85rem;font-weight:500;line-height:1.4}.address-header{display:flex;justify-content:space-between;background:#2d3748e6;padding:.6rem .8rem;border-radius:8px 8px 0 0;border:1px solid rgba(241,196,15,.3);font-weight:600;color:#f1c40f;font-size:.8rem;margin-bottom:.2rem}.address-header-item{flex:1;text-align:center}.address-header-item:first-child{flex:0 0 40px;text-align:left}.address-header-item:nth-child(2){flex:2;text-align:left}.address-item{display:flex;align-items:center;padding:.6rem .8rem;background:#2d3748cc;border-radius:0;margin-bottom:.2rem;font-family:Courier New,Courier,monospace;font-size:.8rem;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;word-break:break-all;overflow-wrap:break-word;white-space:normal;-webkit-hyphens:auto;hyphens:auto;max-width:100%}.address-item-index{flex:0 0 40px;font-weight:600;color:#f1c40f;font-size:.8rem}.address-item-address{flex:2;word-break:break-all;margin-right:.5rem;color:#ecf0f1;font-size:.75rem}.address-item-status{flex:1;text-align:center;font-weight:600;font-size:.8rem}.address-item:last-child{border-radius:0 0 8px 8px}.address-item:hover{background:#374152e6;transform:none;box-shadow:0 2px 5px #0000004d}.address-item-index{flex:0 0 50px;font-weight:600;color:#f1c40f}.address-item-address{flex:2;word-break:break-all;margin-right:1rem;color:#ecf0f1}.address-item-status{flex:1;text-align:center;font-weight:600}.address-item-status.有效用户{color:#27ae60}.address-item-status.无效用户{color:#e74c3c}.address-item-status.未知{color:#f39c12}.mine-records{margin-top:1.5rem;border-top:1px solid rgba(241,196,15,.3);padding-top:1.5rem}.subsection-title{font-size:1rem;color:#f1c40f;margin-bottom:1rem;font-weight:600;text-align:center}.mine-records-header{background:#2d3748e6;border-radius:8px 8px 0 0;border:1px solid rgba(241,196,15,.3);border-bottom:none}.mine-record-item{display:flex;padding:.8rem 1rem;border-bottom:1px solid rgba(241,196,15,.2);font-size:.6rem;align-items:center;justify-content:space-between}.mine-record-header{font-weight:600;color:#f1c40f;background:#2d3748e6;font-size:.85rem}.mine-record-id{flex:0 0 50px;text-align:center;font-weight:600}.mine-record-amount{flex:1.2;text-align:center;font-family:Courier New,Courier,monospace;padding:0 .5rem;word-break:break-all}.mine-record-reward{flex:1.2;text-align:center;font-family:Courier New,Courier,monospace;padding:0 .4rem;word-break:break-all}.mine-record-days{flex:0 0 70px;text-align:center}.mine-record-time{flex:1.5;text-align:center;font-family:Courier New,Courier,monospace;font-size:.8rem;padding:0 .5rem}.mine-records-list{background:#1e2635cc;border-radius:0 0 8px 8px;border:1px solid rgba(241,196,15,.3);border-top:none}.mine-record-empty{text-align:center;padding:2rem;color:#95a5a6;font-style:italic}.back-to-top{position:fixed;bottom:90px;right:10px;width:32px;height:32px;border-radius:6px;border:1px solid #f1c40f;background:transparent;color:#f1c40f;font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000004d;transition:all .3s ease;z-index:9998}.back-to-top:hover{transform:translateY(-3px);box-shadow:0 4px 12px #f1c40f66}@media (max-width: 768px){.mine-record-item{font-size:.6rem;padding:.6rem .8rem}.mine-record-id{flex:0 0 40px}.mine-record-days{flex:0 0 60px}.mine-record-time{font-size:.7rem}}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;pointer-events:none}.loading{text-align:center;padding:2rem 3rem;color:#f1c40f;font-size:1.2rem;background:#1a1a2ef2;border-radius:10px;border:1px solid rgba(241,196,15,.3);pointer-events:auto}.loading-time{margin-top:1rem;font-size:1rem;color:#f1c40fcc;font-family:monospace}.error{text-align:center;padding:3rem;color:#e74c3c;font-size:1.1rem;background:#e74c3c1a;border-radius:10px;border:1px solid rgba(231,76,60,.3)}.wallet-connect-float{position:absolute;top:10px;right:10px;z-index:100}.wallet-connect-div,.refresh-div,.wallet-address-div{background:transparent;color:#f1c40f;border:1px solid #f1c40f;padding:.3rem .5rem;font-size:.7rem;font-weight:600;border-radius:4px;cursor:pointer;transition:all .3s ease;display:inline-block;text-align:center}.wallet-connect-div:hover,.refresh-div:hover,.wallet-address-div:hover{transform:translateY(-2px);color:#f39c12;border-color:#f39c12;box-shadow:0 4px 10px #f1c40f4d}.refresh-div:disabled{background:#7f8c8d;border-color:#7f8c8d;cursor:not-allowed;transform:none;box-shadow:none}.search-container{display:flex;gap:.5rem;padding:1rem;background:#2d374899;border-radius:10px;margin:1rem 0;border:1px solid rgba(241,196,15,.2)}.search-input{flex:1;padding:.7rem 1rem;background:#1a1a2ee6;border:1px solid rgba(241,196,15,.3);border-radius:6px;color:#fff;font-size:.9rem;outline:none;transition:all .3s ease}.search-input::placeholder{color:#ffffff80}.search-input:focus{border-color:#f1c40f;box-shadow:0 0 10px #f1c40f4d}.search-button{padding:.7rem 1.5rem;background:linear-gradient(135deg,#f1c40f,#f39c12);color:#1a1a2e;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.search-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #f1c40f66}.app-container{position:relative;min-height:100vh}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#1e2635f2;border-top:1px solid rgba(241,196,15,.3);display:flex;justify-content:space-around;align-items:center;padding:.8rem 0;z-index:9999;box-shadow:0 -2px 10px #0000004d}.nav-item{display:flex;flex-direction:column;align-items:center;color:#f1c40f;text-decoration:none;transition:all .3s ease;flex:1}.nav-item:hover{color:#f39c12;transform:translateY(-2px)}.nav-icon{margin-bottom:.3rem}.nav-img{width:24px;height:24px;object-fit:contain;filter:brightness(0) invert(1) sepia(1) saturate(5) hue-rotate(345deg);transition:all .3s ease}.nav-item:hover .nav-img{filter:brightness(0) invert(1) sepia(1) saturate(5) hue-rotate(330deg);transform:scale(1.1)}.nav-label{font-size:.75rem;font-weight:500;text-align:center}.content{padding-bottom:80px}@media (max-width: 768px){body{padding:10px}.container{padding:1.2rem;margin:5px;border-radius:15px}h1{font-size:1.2em;margin-bottom:1.5rem}.section{padding:1rem;margin-bottom:1.5rem}.section-title{font-size:1.2rem;margin-bottom:1rem}.data-item{flex-direction:column;gap:.3rem;padding:.8rem}.data-label{font-size:.9rem}.data-value{font-size:1rem;margin-top:.3rem}.header-actions{justify-content:center;margin-bottom:1.5rem}.refresh-btn{padding:.7rem 1.2rem;font-size:.9rem}.wallet-connect-btn{padding:1rem;font-size:1.1rem}.address-item{padding:.8rem;font-size:.85rem}.loading{padding:2rem;font-size:1.1rem}.error{padding:2rem;font-size:1rem}button{touch-action:manipulation;-webkit-tap-highlight-color:transparent}.data-item,.address-item{touch-action:manipulation}.pull-to-refresh{touch-action:pan-y}}.status-green{color:#27ae60!important;font-weight:600}.status-red{color:#e74c3c!important;font-weight:600}.stake-section{margin:0 0 1rem;padding:0;background:transparent;border-radius:0;border:none}.stake-form{display:flex;flex-direction:column;gap:.75rem}.stake-input-wrapper input{width:100%;padding:.75rem 1rem;font-size:1rem;background:#0000004d;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;outline:none;transition:border-color .3s ease}.stake-input-wrapper input:focus{border-color:#f1c40f}.stake-input-wrapper input::placeholder{color:#fff6}.stake-info{font-size:.85rem;color:#ffffffb3}.burn-address{color:#e74c3c;font-family:monospace}.stake-button{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#f1c40f,#f39c12);color:#1a1a2e;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease}.stake-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #f1c40f66}.stake-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:12px;border:1px solid rgba(255,255,255,.1);max-width:400px;width:100%;overflow:hidden;animation:modalFadeIn .3s ease}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-header{padding:20px;text-align:center;border-bottom:1px solid rgba(255,255,255,.1)}.modal-icon{font-size:48px;display:block;margin-bottom:10px}.modal-header h3{color:#fff;font-size:1.5rem;margin:0}.modal-body{padding:20px;text-align:center}.modal-body p{color:#fffc;margin-bottom:15px;font-size:1rem}.modal-body .highlight{color:#f1c40f;font-weight:600;font-size:1.2rem}.tx-info{background:#0000004d;padding:10px;border-radius:6px;margin-bottom:15px}.tx-label{display:block;color:#fff9;font-size:.85rem;margin-bottom:5px}.tx-hash{color:#3498db;font-family:monospace;font-size:.85rem;word-break:break-all}.explorer-link{display:inline-block;background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;padding:10px 20px;border-radius:6px;text-decoration:none;font-weight:600;margin-bottom:15px;transition:transform .2s ease}.explorer-link:hover{transform:translateY(-2px)}.modal-body .tip{font-size:.85rem;color:#ffffff80}.modal-footer{padding:15px 20px;border-top:1px solid rgba(255,255,255,.1);text-align:center}.modal-btn{background:linear-gradient(135deg,#f1c40f,#f39c12);color:#1a1a2e;border:none;padding:10px 30px;border-radius:6px;font-weight:600;cursor:pointer;transition:transform .2s ease}.modal-btn:hover{transform:translateY(-2px)}.countdown{color:#f1c40f;font-weight:600;animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.error-modal{border-color:#e74c3c4d}.error-icon{color:#e74c3c}.error-message{color:#e74c3c!important;font-weight:600}.content{min-height:100%;padding-bottom:2rem}@media (max-width: 768px){html,body{overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}body{touch-action:manipulation}.container{overflow-y:visible}*{touch-action:manipulation;-webkit-tap-highlight-color:transparent}}
