*{font-family:Roboto,sans-serif;box-sizing:border-box;margin:0;padding:0}body{background:#f5f5f5;min-height:100vh}.pg-container{max-width:520px;margin:0 auto;padding:16px;min-height:100vh;display:flex;flex-direction:column;gap:16px}.pg-header{display:flex;align-items:center;justify-content:space-between;padding:12px 0}.pg-back{font-size:14px;color:#f57c00;cursor:pointer;text-decoration:none;font-weight:500}.pg-back:hover{text-decoration:underline}.pg-logo{max-height:48px;max-width:140px;object-fit:contain}.pg-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 1px 4px #00000014}.pg-summary-row{display:flex;justify-content:space-between;align-items:flex-start;padding:8px 0;border-bottom:1px solid #f0f0f0;font-size:14px;gap:8px}.pg-summary-row span{color:#666;flex-shrink:0}.pg-summary-row strong{text-align:right}.pg-summary-row:last-child{border-bottom:none}.pg-summary-row.total{margin-top:4px;font-size:16px;font-weight:700;color:#f57c00;border-top:2px solid #f0f0f0;padding-top:12px}.pg-qr-section{display:flex;flex-direction:column;align-items:center;gap:12px;padding:20px}.pg-qr-section h3{font-size:15px;font-weight:500;color:#333;text-align:center}.pg-qr-image{width:200px;height:200px;border-radius:8px;border:3px solid #f57c00;padding:4px;background:#fff}.pg-timer{font-size:13px;color:#888;transition:color .3s}.pg-timer.pg-timer--warning{color:#f57c00;font-weight:600}.pg-timer.pg-timer--expired{color:#d32f2f;font-weight:600}.pg-timer-bar{width:200px;height:4px;background:#eee;border-radius:2px;overflow:hidden}.pg-timer-bar__fill{height:100%;background:#f57c00;border-radius:2px;transition:width 1s linear,background .3s}.pg-timer-bar__fill.warning{background:#ff9800}.pg-timer-bar__fill.expired{background:#d32f2f;width:0!important}.pg-qr-loading{display:flex;flex-direction:column;align-items:center;gap:12px;padding:32px;color:#888;font-size:14px}.pg-spinner{width:36px;height:36px;border:3px solid #eee;border-top-color:#f57c00;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.pg-alternatives{width:100%}.pg-alternatives__label{font-size:12px;color:#999;text-align:center;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}.pg-methods{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.pg-method-item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 16px;border-radius:10px;border:2px solid #e0e0e0;background:#fafafa;cursor:pointer;transition:all .2s;min-width:90px;position:relative}.pg-method-item img{width:40px;height:40px;object-fit:contain}.pg-method-item span{font-size:11px;color:#555;text-align:center;font-weight:500}.pg-method-item:hover{border-color:#f57c00;background:#fff8f0}.pg-method-item.active{border-color:#f57c00;background:#fff3e0}.pg-method-item.active span{color:#f57c00}.pg-method-item .pg-check{position:absolute;top:4px;right:4px;width:16px;height:16px;background:#f57c00;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:10px}.pg-ussd-form{display:flex;flex-direction:column;gap:10px}.pg-input{width:100%;padding:12px 14px;border:1px solid #ddd;border-radius:8px;font-size:15px;outline:none;transition:border-color .2s}.pg-input::placeholder{color:#bbb}.pg-input:focus{border-color:#f57c00}.pg-btn{width:100%;padding:14px;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.pg-btn--primary{background:#f57c00;color:#fff}.pg-btn--primary:hover:not(:disabled){background:#e65100}.pg-btn--primary:disabled{background:#ddd;color:#aaa;cursor:not-allowed}.pg-btn--outline{background:transparent;color:#f57c00;border:2px solid #f57c00}.pg-btn--outline:hover{background:#fff3e0}.pg-btn--sm{padding:8px 20px;width:auto;font-size:13px}.pg-error{background:#fff3f3;border:1px solid #ffcdd2;border-radius:8px;padding:12px 14px;font-size:13px;color:#c62828;text-align:center}.pg-success-msg{background:#f1f8e9;border:1px solid #c5e1a5;border-radius:8px;padding:12px 14px;font-size:13px;color:#2e7d32;text-align:center}.pg-divider{display:flex;align-items:center;gap:10px;color:#bbb;font-size:12px}.pg-divider:before,.pg-divider:after{content:"";flex:1;height:1px;background:#e0e0e0}.pg-status-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;gap:20px;text-align:center}.pg-status-page img{width:80px;height:80px}.pg-status-page h2{font-size:18px;color:#333}.pg-status-page p{font-size:14px;color:#666}.pg-unauth{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;gap:16px;text-align:center;color:#666}.pg-unauth img{width:80px;opacity:.5}.pg-unauth h2{font-size:17px;color:#333}
