 .b-page{max-width:480px;margin:0 auto;padding:20px 16px;border-radius:12px;}
.b-p-info{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:16px;}
.b-p-wave{display:flex;gap:3px;align-items:flex-end;height:16px;}
.b-p-bar{width:3px;background:#4facfe;border-radius:2px;animation:wave 1.2s infinite;}
.b-p-bar:nth-child(1){height:8px;animation-delay:0s;}
.b-p-bar:nth-child(2){height:14px;animation-delay:0.1s;}
.b-p-bar:nth-child(3){height:10px;animation-delay:0.2s;}
.b-p-bar:nth-child(4){height:16px;animation-delay:0.3s;}
.b-p-bar:nth-child(5){height:12px;animation-delay:0.4s;}
@keyframes wave{0%,100%{transform:scaleY(1);}50%{transform:scaleY(0.6);}}
.b-p-text{font-size:13px;color:#4a5568;}
.b-p-text span{color:#4facfe;font-weight:800;font-size:15px;}
.b-p-btns{display:flex;justify-content:center;gap:10px;}
.b-p-btn{flex:1;max-width:80px;padding:7px 0;background:#fff;border:1px solid #4facfe;border-radius:8px;font-size:12px;color:#4facfe;text-align:center;text-decoration:none;font-weight:600;transition:all .2s;box-shadow:0 2px 6px rgba(79,172,254,0.15);}
.b-p-btn:active{background:#4facfe;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(79,172,254,0.3);}
.b-p-btn.disabled{background:#f5f9ff;border-color:#d0e4ff;color:#a0c4ff;pointer-events:none;box-shadow:none;}