/* 从 en/quote_quick.blade.php 抽取（2026-08-27 批量） */
:root { --q-primary: #2563eb; --q-success: #16a34a; }
.q-wrap { max-width: 800px; margin: 0 auto; }
.q-card { background:#fff; border-radius:10px; box-shadow:0 1px 8px rgba(0,0,0,0.06); padding:20px; margin-bottom:16px; }
.q-result h2 { font-size:28px; color:var(--q-success); font-weight:700; }
.q-detail-table { width:100%; font-size:0.85rem; margin-top:6px; }
.q-detail-table td { padding:4px 0; }
.q-detail-table td:last-child { text-align:right; font-weight:600; }
.process-bar { background:#e5e7eb; border-radius:4px; height:6px; margin:2px 0 6px; }
.process-bar-fill { background:linear-gradient(90deg,var(--q-primary),var(--q-success)); border-radius:4px; height:6px; transition:width 0.5s; }
