*{margin:0;padding:0;box-sizing:border-box}body{background:#1D1D1E;font-family:'Montserrat', sans-serif;color:#E5E7EB}.main-container{width:1440px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:34px;position:relative;left:-5px}.header{width:100%;padding:20px;display:flex;justify-content:center;align-items:center;border-bottom:1px solid #222223}.header-logo{height:70px}.back-section{width:100%;padding:20px 50px;border-bottom:1px solid #222223}.go-back-btn{display:flex;align-items:center;gap:8px;width:fit-content;height:40px;padding:5px 10px;background:linear-gradient(180deg, rgba(166,34,136,0.5) 0%, rgba(53,11,43,0.5) 100%);border:0.8px solid #A62288;border-radius:5px;color:#E5E7EB;text-decoration:none;font-size:16px}.verify-content{max-width:1290px;display:flex;flex-direction:column;width:100%;gap:34px;padding:40px 20px}.verify-content h1{text-align:center;font-size:32px;margin-bottom:40px;color:#E5E7EB}.verify-section{display:flex;flex-direction:column;margin-bottom:10px;background:rgba(42,42,43,0.4);border-radius:8px;padding:16px;position:relative;width:100%;gap:16px}.verify-section:last-child{margin-bottom:0px}.section-header-name{display:flex;align-items:center;border-radius:8px;gap:12px}.section-header{display:flex;justify-content:space-between;padding:2px 0px}.section-header-name img{width:24px;height:24px}.section-header-name span{font-size:16px;color:#E5E7EB}.code-block{background:#2A2A2B;border:1px solid #434344;border-radius:8px;padding:16px;gap:16px}.code-block code{font-family:'Roboto Mono', monospace;font-size:14px;color:#E5E7EB;word-break:break-all}.code-block.signed{display:flex;flex-direction:column;position:relative}.code-block.signed pre{white-space:pre-wrap}.code-block.signed .copy-btn{position:absolute;bottom:16px;right:16px}.copy-btn{display:flex;align-items:center;gap:8px;padding:8px 12px;background:rgba(166,34,136,0.1);border:0.8px solid #A62288;border-radius:5px;color:#E5E7EB;font-size:14px;cursor:pointer;white-space:nowrap}.copy-btn img{width:16px;height:16px}.footer{margin-top:auto;padding:40px 0;text-align:center;border-top:1px solid #222223}.footer-nav{display:flex;justify-content:center;gap:32px;margin-bottom:16px}.footer-nav a{color:#CCCCCC;text-decoration:none;font-size:16px}.copyright{color:#CCCCCC;font-size:16px}@media screen and (max-width: 1200px){.main-container{width:100%;left:0;padding:0 20px}.verify-content{max-width:100%;padding:20px 0}}@media screen and (max-width: 768px){.header{padding:15px}.header-logo{height:50px}.back-section{padding:15px 20px}.go-back-btn{height:36px;font-size:14px}.main-container{gap:24px;padding:0 15px}.verify-section{padding:12px;margin-bottom:8px}.section-header{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:12px}.section-header-name{gap:8px}.section-header-name img{width:20px;height:20px}.section-header-name span{font-size:14px}.code-block{padding:12px}.code-block code{font-size:12px;line-height:1.4}.copy-btn{padding:6px 10px;font-size:12px}.copy-btn img{width:14px;height:14px}}@media screen and (max-width: 375px){.main-container{gap:16px;padding:0 10px}.header-logo{height:40px}.verify-section{padding:10px;margin-bottom:6px}.section-header{gap:8px;margin-bottom:10px}.section-header-name img{width:18px;height:18px}.section-header-name span{font-size:13px}.code-block{padding:10px}.code-block code{font-size:11px}.copy-btn{padding:5px 8px;font-size:11px}.copy-btn img{width:12px;height:12px}.footer-nav{flex-direction:column;gap:12px}.footer-nav a{font-size:14px}.copyright{font-size:12px}}@font-face{font-family:'Montserrat';src:local("/static/Montserrat-Regular.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:'Montserrat';src:local("Montserrat-Medium.ttf") format("truetype");font-weight:500;font-style:normal}@font-face{font-family:'Roboto Mono';src:local("RobotoMono-Regular.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:'Roboto Mono';src:local("RobotoMono-Medium.ttf") format("truetype");font-weight:500;font-style:normal}body{font-family:'Montserrat', sans-serif}code,pre{font-family:'Roboto Mono', monospace}
