.cb-widget{max-width:620px;margin:0 auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1a1a2e;-webkit-font-smoothing:antialiased}.cb-widget *{box-sizing:border-box}.cb-steps{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:1.5rem;padding:0 1rem}.cb-step{display:flex;align-items:center;gap:.5rem;opacity:.35;transition:opacity .3s ease}.cb-step.active{opacity:1}.cb-step.done{opacity:.7}.cb-step-num{width:28px;height:28px;border-radius:50%;background:#fff3;color:#ffffffb3;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;transition:all .3s ease}.cb-step.active .cb-step-num{background:#f97316;color:#fff}.cb-step.done .cb-step-num{background:#10b981;color:#fff}.cb-step-label{font-size:.8rem;font-weight:600;color:#ffffffb3}.cb-step.active .cb-step-label{color:#fff}.cb-step-line{flex:1;height:2px;background:#ffffff40;margin:0 .75rem;max-width:60px;transition:background .3s ease}.cb-step-line.done{background:#ffffff80}.cb-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000a,0 6px 24px #0000000f;padding:1.75rem;margin-bottom:1rem;animation:cbFadeIn .35s ease-out}@keyframes cbFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.cb-loading{text-align:center;padding:3rem 2rem}.cb-spinner{width:36px;height:36px;border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:cbSpin .7s linear infinite;margin:0 auto 1rem}@keyframes cbSpin{to{transform:rotate(360deg)}}.cb-loading p{color:#64748b;font-size:.9rem;margin:0}.cb-error{text-align:center;padding:2.5rem 2rem;background:#fff5f5;border-radius:16px;border:1px solid #fed7d7}.cb-error-icon{width:48px;height:48px;border-radius:50%;background:#fee2e2;color:#dc2626;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.cb-error p{color:#991b1b;margin:0 0 1.25rem;font-size:.95rem}.cb-btn{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.5rem;border-radius:10px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;border:none}.cb-btn-primary{background:#2563eb;color:#fff!important}.cb-btn-primary:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.cb-btn-outline{background:#fff;color:#2563eb!important;border:2px solid #2563eb}.cb-btn-outline:hover{background:#eff6ff}.cb-calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.cb-month{font-size:1.15rem;font-weight:700;color:#1e293b;margin:0;letter-spacing:-.01em}.cb-nav{width:36px;height:36px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:1.4rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;line-height:1;padding:0}.cb-nav:hover{background:#f1f5f9;border-color:#cbd5e1;color:#1e293b}.cb-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:4px}.cb-weekdays span{text-align:center;font-size:.7rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;padding:.4rem 0}.cb-days{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.cb-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:.9rem;font-weight:500;cursor:default;transition:color .15s ease;border:none;color:#cbd5e1;background:none;position:relative}.cb-day.cb-empty{visibility:hidden}.cb-day.cb-past{color:#e2e8f0}.cb-day.cb-available{color:#39f!important;cursor:pointer;background:none;border:none;font-weight:800;font-size:1rem}.cb-day.cb-available:hover{color:#1d4ed8!important;background:#2563eb14}.cb-day.cb-selected{color:#2563eb!important;background:#2563eb1f;font-weight:800}.cb-day.cb-today{text-decoration:underline;text-underline-offset:3px}.cb-legend{display:flex;gap:1.25rem;margin-top:1rem;padding-top:.75rem;border-top:1px solid #f1f5f9}.cb-legend-item{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:#94a3b8}.cb-dot{width:8px;height:8px;border-radius:50%}.cb-dot-available{background:#2563eb}.cb-dot-today{border:2px solid #f59e0b;width:10px;height:10px}.cb-slots-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.cb-slots-header h4{font-size:1rem;font-weight:700;color:#1e293b;margin:0}.cb-selected-date{font-size:.85rem;color:#2563eb;font-weight:600}.cb-slots{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.5rem}.cb-slot{padding:.65rem .5rem;border-radius:10px;font-size:.9rem;font-weight:700;text-align:center;cursor:pointer;transition:all .15s ease;border:2px solid #e2e8f0;background:#fff;color:#0f172a}.cb-slot:hover{border-color:#2563eb;background:#eff6ff;transform:translateY(-1px)}.cb-slot.cb-slot-selected{background:#2563eb;border-color:#2563eb;color:#fff!important;box-shadow:0 2px 8px #2563eb40}.cb-slot-taken{padding:.6rem .5rem;border-radius:10px;font-size:.88rem;text-align:center;border:2px solid transparent;background:#f8fafc;color:#c4cdd8!important;cursor:not-allowed;text-decoration:line-through}.cb-form-header{margin-bottom:1.25rem}.cb-form-header h4{font-size:1rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.cb-recap{font-size:.88rem;color:#2563eb;font-weight:600;padding:.5rem .75rem;background:#eff6ff;border-radius:8px;display:inline-block}.cb-form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.75rem}.cb-field label{display:block;font-size:.8rem;font-weight:600;color:#475569;margin-bottom:.35rem}.cb-required{color:#ef4444}.cb-field input{width:100%;padding:.65rem .75rem;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.9rem;color:#1e293b;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.cb-field input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.cb-field input::placeholder{color:#94a3b8}.cb-payment-info{background:linear-gradient(135deg,#f0f9ff,#eff6ff);border:1px solid #bfdbfe;border-radius:12px;padding:1.25rem;margin:1.25rem 0}.cb-payment-amount{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #bfdbfe}.cb-amount{font-size:2rem;font-weight:800;color:#39f}.cb-amount-label{font-size:1rem;color:#39f;font-weight:600}.cb-payment-steps{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.cb-ps{display:flex;align-items:center;gap:.6rem;font-size:.95rem;color:#39f;font-weight:500}.cb-ps-num{width:20px;height:20px;border-radius:50%;background:#dbeafe;color:#2563eb;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;flex-shrink:0}.cb-payment-note{font-size:.875rem;color:#475569;font-style:italic;font-weight:500;margin:0}#paypal-button-container{margin-top:1rem;min-height:55px}.cb-secure{text-align:center;font-size:.78rem;color:#94a3b8;margin:.75rem 0 0}.cb-success-card{text-align:center;padding:2.5rem 2rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#86efac}.cb-success-icon{width:56px;height:56px;border-radius:50%;background:#22c55e;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin:0 auto 1rem;animation:cbPop .4s ease-out}@keyframes cbPop{0%{transform:scale(0)}60%{transform:scale(1.15)}to{transform:scale(1)}}.cb-success-card h3{font-size:1.4rem;font-weight:700;color:#166534;margin:0 0 .75rem}.cb-success-details{font-size:1.05rem;font-weight:600;color:#15803d;margin:0 0 1rem}.cb-success-info{font-size:.9rem;color:#166534;line-height:1.6;margin:0}.cb-footer{margin-top:1.25rem;padding:1rem 1.25rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.cb-footer-item{font-size:.875rem;color:#334155;line-height:1.5;display:flex;align-items:center;gap:.4rem;font-weight:500}.cb-footer-icon{font-size:1rem;flex-shrink:0}.cb-footer-item strong{color:#1e293b}.cb-alternative{margin-top:1.25rem;text-align:center}.cb-alternative>p{font-size:.88rem;color:#64748b;margin:0}.cb-soft-link{color:#2563eb!important;font-weight:600;text-decoration:none;transition:color .15s}.cb-soft-link:hover{color:#1d4ed8!important;text-decoration:underline}.cb-discussion{margin-top:1rem;padding:1.25rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;text-align:left;animation:cbFadeIn .3s ease-out}.cb-discussion-title{font-weight:600;color:#1e293b;margin:0 0 .5rem;font-size:.9rem}.cb-discussion ul{padding-left:1.25rem;margin:0 0 1rem}.cb-discussion li{font-size:.85rem;color:#475569;margin-bottom:.35rem;line-height:1.5}.cb-discussion-fields input{width:100%;padding:.6rem .75rem;margin-bottom:.5rem;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.9rem;color:#1e293b;background:#fff}.cb-discussion-fields input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.cb-discussion-fields .cb-btn{width:100%;margin-top:.25rem}.cb-discussion-ok{padding:.75rem;background:#f0fdf4;border-radius:10px;border:1px solid #bbf7d0;text-align:center}.cb-discussion-ok p{color:#166534;font-weight:600;margin:0;font-size:.9rem}@media (max-width: 640px){.cb-card{padding:1.25rem;border-radius:14px}.cb-form-row{grid-template-columns:1fr}.cb-slots{grid-template-columns:repeat(3,1fr)}.cb-footer{grid-template-columns:1fr}.cb-steps{padding:0}.cb-step-label{display:none}.cb-step-line{max-width:40px}.cb-payment-amount{flex-direction:column;gap:.25rem}}
