.bqr-container{max-width:900px;margin:30px auto;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;display:flex;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.05);background:#fff}.bqr-left-panel{flex:1;border-right:1px solid #e5e7eb;padding:30px;min-width:300px;background:#f9fafb}.bqr-right-panel{flex:1.2;padding:30px;display:none;animation:fadeIn .3s ease-in-out}.bqr-right-panel.active{display:block}.bqr-field{margin-bottom:20px}.bqr-field label{display:block;font-weight:600;margin-bottom:8px;color:#374151}.bqr-field input,.bqr-field select,.bqr-field textarea{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:6px;font-size:15px;transition:border .2s}.bqr-field input:focus,.bqr-field select:focus,.bqr-field textarea:focus{border-color:#2563eb;outline:none}.bqr-btn{background:#2563eb;color:#fff;padding:14px;width:100%;border:none;border-radius:6px;cursor:pointer;font-size:16px;font-weight:600;transition:background .2s}.bqr-btn:hover{background:#1d4ed8}.bqr-btn:disabled{background:#9ca3af;cursor:not-allowed;opacity:.7}.bqr-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:15px}.bqr-time-btn{background:#fff;border:1px solid #2563eb;color:#2563eb;padding:10px;border-radius:4px;cursor:pointer;text-align:center;font-weight:600;transition:all .2s}.bqr-time-btn:hover{background:#eff6ff}.bqr-time-btn.selected{background:#2563eb;color:#fff}.bqr-gdpr-box{background:#f3f4f6;padding:15px;border-radius:6px;font-size:14px;margin-bottom:20px;border:1px solid #e5e7eb}.bqr-gdpr-terms{margin-top:8px;max-height:180px;overflow-y:auto;background:#fff;border:1px solid #e5e7eb;border-radius:4px;padding:10px;font-size:.9em;color:#555;line-height:1.5}.bqr-gdpr-terms p{margin:0 0 10px}.bqr-gdpr-terms p:last-child{margin-bottom:0}.bqr-gdpr-terms h2,.bqr-gdpr-terms h3{font-size:1em;margin:12px 0 6px}.bqr-gdpr-terms h2:first-child,.bqr-gdpr-terms h3:first-child{margin-top:0}.bqr-gdpr-terms ul{margin:0 0 10px 18px;padding:0}.bqr-date-display{font-size:1.1em;font-weight:700;margin-bottom:10px;color:#111;border-bottom:1px solid #eee;padding-bottom:10px}.bqr-price-hint{font-size:13px;color:#4b5563;margin-top:4px}.bqr-legend{font-size:13px;color:#4b5563;margin-top:10px;padding:10px;background:#f9fafb;border-radius:6px}.bqr-toast-wrap{position:fixed;bottom:24px;left:50%;z-index:9999;display:flex;flex-direction:column;gap:10px;align-items:center;transform:translateX(-50%)}.bqr-toast{background:#1f2937;color:#fff;padding:12px 18px;border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.18);max-width:360px;font-size:14px;line-height:1.45;opacity:0;transform:translateY(20px);transition:opacity .3s,transform .3s;pointer-events:auto;text-align:left}.bqr-toast.show{opacity:1;transform:translateY(0)}@media (max-width:700px){.bqr-container{flex-direction:column}.bqr-left-panel{border-right:none;border-bottom:1px solid #eee;min-width:auto}.bqr-grid{grid-template-columns:repeat(2,1fr)}}