*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#000;color:#fff;min-height:100vh;-webkit-font-smoothing:antialiased}#app{max-width:600px;margin:0 auto}.screen{display:none;padding:20px}.screen.active{display:block}h1{font-size:24px;font-weight:600;margin-bottom:24px;text-align:center}.btn{width:100%;padding:16px;border:2px solid #fff;background:none;color:#fff;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s;margin-bottom:12px}.btn:active{transform:scale(.98)}.btn.primary{background:#fff;color:#000}.btn.primary:hover{background:#eee}.btn.secondary{background:none;color:#fff}.btn.secondary:hover{background:#222}.info-box{background:#111;border:1px solid #333;padding:16px;margin-bottom:16px;border-radius:4px}.info-box.warning{border-color:red;background:#1a0000}.label{font-size:12px;color:#999;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.address{font-family:Courier New,monospace;font-size:12px;word-break:break-all;line-height:1.4;color:#fff;margin-bottom:12px}.address.private{color:#f66}.warning-text{font-size:14px;color:#f66;margin-bottom:8px}.balance{font-size:32px;font-weight:600;text-align:center;color:#fff}.qr-code{background:#fff;padding:12px;margin:12px auto;width:fit-content;border-radius:4px}.qr-code canvas{display:block}#qr-reader{margin:12px 0;border:1px solid #333;border-radius:4px;overflow:hidden}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:12px;color:#999;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}input,textarea,select{width:100%;padding:12px;background:#111;border:1px solid #333;color:#fff;font-size:14px;font-family:Courier New,monospace;border-radius:4px;resize:vertical}input:focus,textarea:focus,select:focus{outline:none;border-color:#fff}select{cursor:pointer}.status{padding:12px;margin-top:16px;border-radius:4px;font-size:14px;text-align:center}.status.success{background:#030;color:#0f0;border:1px solid #00ff00}.status.error{background:#300;color:red;border:1px solid #ff0000}.loading{position:fixed;inset:0;background:#000000f2;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000}.spinner{width:40px;height:40px;border:3px solid #333;border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}#loading-text{margin-top:16px;color:#999}.collapsible-section{margin-bottom:20px}.collapsible-header{background:#111;border:1px solid #333;padding:16px;cursor:pointer;user-select:none;border-radius:4px;transition:background .2s}.collapsible-header:hover{background:#1a1a1a}.collapsible-header span{font-size:14px;font-weight:500;color:#fff}.collapsible-header.active span:before{content:"▼ "}.collapsible-header:not(.active) span:before{content:"▶ "}.collapsible-content{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.collapsible-content.active{max-height:1000px;transition:max-height .5s ease-in}.withdraw-link{display:block;text-align:center;padding:12px;margin-top:12px;background:#222;border:1px solid #fff;color:#fff;text-decoration:none;font-size:14px;font-weight:500;border-radius:4px;transition:background .2s}.withdraw-link:hover{background:#333}.withdraw-link:active{transform:scale(.98)}.hidden{display:none!important}.wallet-display{margin-top:24px}@media (max-width: 600px){.qr-code canvas{max-width:100%;height:auto}}
