*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{touch-action:manipulation}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#ffffff;color:#000;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.header{padding:16px 16px 8px;justify-content:space-between;background:#ffffff}.header,.header .left{display:flex;align-items:center}.header .left{gap:12px}.header .back{width:24px;height:24px;cursor:pointer;color:#333}.header .back:active{opacity:.5}.header h1{font-size:20px;font-weight:600;color:#000}.header .info{width:24px;height:24px;border-radius:50%;background:#f0f0f0;color:#666;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;cursor:pointer}.header .info:active{opacity:.7;background:#e0e0e0}.warning{margin:20px 16px 0;padding:12px 16px;background:#fff3e0;border-radius:12px;display:flex;gap:10px;font-size:13px;line-height:1.5;color:#333;border:1px solid #ffe0b2}.warning-icon{color:#f57c00;font-size:16px;margin-top:2px;flex-shrink:0}.content{text-align:center;padding:16px 16px 32px;flex-direction:column;background:#ffffff;min-height:calc(100vh - 60px)}.coin-badge,.content{display:flex;align-items:center}.coin-badge{gap:6px;margin-bottom:20px}.coin-badge img{width:20px;height:20px;border-radius:50%}.coin-badge .name{font-size:15px;font-weight:600;color:#000}.coin-badge .network{background:#888;color:#fff;font-size:10px;padding:2px 6px;border-radius:10px;font-weight:500}.qr-box{background:#ffffff;border-radius:16px;padding:20px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;box-shadow:0 2px 8px rgba(0,0,0,.06);width:280px;height:280px;border:1px solid #f0f0f0}.qr-box img{width:240px;height:240px;display:block}.amount-info{font-size:15px;color:#000;margin-bottom:20px;margin-top:8px;display:none;font-weight:600}.amount-info.visible{display:flex;align-items:center;justify-content:center;gap:8px}.amount-info .x{margin-left:4px;cursor:pointer;color:#666}.amount-info .x:hover{color:#000}.actions{display:flex;justify-content:center;gap:32px;margin-bottom:24px}.action{display:flex;flex-direction:column;align-items:center;gap:4px;background:none;border:none;cursor:pointer;padding:4px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.action:disabled{opacity:.5;cursor:not-allowed}.action .icon-box{width:48px;height:48px;border-radius:12px;background:#f8f9fa;display:flex;align-items:center;justify-content:center;border:1px solid #e9ecef}.action .icon-box svg{width:22px;height:22px}.action span{font-size:13px;color:#333;font-weight:500}.action:not(:disabled):active .icon-box{background:#e9ecef}.info-box{background:#fff;border-radius:8px;padding:16px;margin-bottom:20px;width:100%;max-width:400px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.info-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:13px;border-bottom:1px solid #f0f0f0}.info-row:last-child{border-bottom:none}.info-row span:first-child{color:#666}.info-row span:last-child{color:#000;font-weight:500}.info-row .mono{font-family:monospace;font-size:11px}.instructions{background:#e8f4fd;border-radius:8px;padding:16px;text-align:left;max-width:400px;width:100%}.instructions h3{font-size:14px;margin-bottom:12px;color:#000}.instructions ol{margin-left:20px;font-size:13px;line-height:1.6;color:#333}.instructions li{margin-bottom:6px}.instructions strong{color:#000}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);align-items:center;justify-content:center;z-index:9999;padding:16px}.modal.open{display:flex}.modal-box{background:#fff;border-radius:12px;padding:20px;width:100%;max-width:280px;box-shadow:0 4px 20px rgba(0,0,0,.3)}.modal-title{font-size:17px;font-weight:600;margin-bottom:16px;text-align:center}.modal-input{width:100%;border:none;border-bottom:1.5px solid #000;padding:8px 0;font-size:16px;text-align:center;outline:none}.modal-btns{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.modal-btn{background:none;border:none;font-size:15px;font-weight:500;cursor:pointer;padding:8px 16px;min-width:60px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.modal-btn:active{opacity:.6}.modal-btn.cancel{color:#666}.modal-btn.ok{color:#007aff}.spinner{width:40px;height:40px;border:3px solid #e0e0e0;border-top-color:#007aff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:480px){.qr-box{width:232px;height:232px}.qr-box img{width:200px;height:200px}.actions{gap:20px}.info-box,.instructions{max-width:100%}}@media (min-width:481px){.content{max-width:480px;margin:0 auto}}