*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:system-ui,sans-serif;background:#f1f5f9;color:#0f172a}header{background:#0f172a;color:#fff;padding:16px 24px;display:flex;align-items:center;justify-content:space-between}header .vp-shop-name{font-weight:700;font-size:15px}header .vp-poc-badge{font-size:11px;background:#f59e0b;color:#1e1b0a;padding:3px 8px;border-radius:999px;font-weight:700}main{max-width:960px;margin:32px auto;padding:0 20px;display:grid;grid-template-columns:380px 1fr;gap:24px;align-items:start}@media (max-width: 780px){main{grid-template-columns:1fr}}.vp-card{background:#fff;border-radius:14px;padding:20px;box-shadow:0 1px 3px #0f172a14}.vp-order h2{font-size:15px;margin:0 0 14px}.vp-order-row{display:flex;justify-content:space-between;font-size:14px;padding:8px 0;border-bottom:1px solid #f1f5f9}.vp-order-row.total{font-weight:700;border-bottom:none;padding-top:12px}#session-status{display:inline-block;margin:14px 0 4px;font-size:11px;padding:3px 8px;border-radius:999px;background:#fef3c7;color:#92400e}#session-status.is-active{background:#dcfce7;color:#166534}#payment-container{margin-top:12px;--vobapay-primary-color: #4f46e5;--vobapay-border-radius: 10px}.vp-snippet{margin-top:20px;background:#0f172a;color:#e2e8f0;border-radius:10px;padding:12px 14px;font:12px/1.6 ui-monospace,monospace;overflow-x:auto}.vp-snippet .comment{color:#64748b}.vp-log h2{font-size:15px;margin:0 0 12px}#event-log{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;max-height:420px;overflow-y:auto}#event-log li{font-size:12.5px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:8px 10px;line-height:1.5}#event-log code{background:#e2e8f0;padding:1px 4px;border-radius:4px;font-size:11px}.vp-log-time{color:#94a3b8;font-size:11px;margin-right:4px}
