@keyframes cal-spin{to{transform:rotate(360deg)}}.cal-widget{background:#111;border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;width:100%;font-family:var(--sans,"DM Sans",system-ui,sans-serif)}.cal-step{display:none}.cal-loading{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;padding:80px 24px}.cal-spinner{width:28px;height:28px;border:2px solid rgba(149,80,255,.2);border-top-color:#9550ff;border-radius:50%;animation:cal-spin .7s linear infinite}.cal-loading-text{font-size:14px;color:#bdbdbd}.back-circle-btn{width:40px;height:40px;background:transparent;border:1.5px solid rgba(255,255,255,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .15s,background .15s;flex-shrink:0}.back-circle-btn:hover{background:#ffffff0f;border-color:#ffffff8c}.back-circle-btn svg{width:18px;height:18px;fill:none;stroke:#9550ff;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.cal-info-box{border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:14px 16px;display:flex;flex-direction:column;gap:10px}.cal-info-row{display:flex;align-items:flex-start;gap:10px;font-size:16px;color:#bdbdbd;line-height:1.8}.cal-info-row svg{width:16px;height:16px;flex-shrink:0;margin-top:1px;fill:none;stroke:#bdbdbd99;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cal-header{padding:24px 22px 0}.cal-header-title{font-size:22px;font-weight:700;color:var(--t0);letter-spacing:-.02em;margin-bottom:18px;line-height:1.3}.cal-body{padding:24px 22px 8px}.cal-month-nav{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:16px}.cal-month-label{font-size:16px;font-weight:700;color:#bdbdbd;letter-spacing:-.01em}.cal-nav-btn{background:#ffffff0f;border:none;border-radius:50%;color:#bdbdbdb3;cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s;padding:0}.cal-nav-btn:hover:not(:disabled){background:#ffffff24;color:#fff}.cal-nav-btn:disabled{opacity:.2;cursor:default}.cal-nav-btn svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.cal-weekdays{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:4px}.cal-weekday{text-align:center;font-size:14px;font-weight:600;color:#bdbdbd;padding:4px 0;letter-spacing:.02em}@media (max-width:600px){.cal-weekday{font-size:13px}}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:14px 0}@media (min-width:600px){.cal-grid{gap:18px 0}}.cal-day{width:40px;height:40px;margin:0 auto;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:500;border-radius:50%;cursor:default;color:#ffffff8c;transition:background .12s,color .12s;user-select:none}@media (max-width:600px){.cal-day{width:35px;height:35px;font-size:16px}}.cal-day.today{color:#ffffff8c;font-weight:700}.cal-day.available{color:#9550ff;cursor:pointer;font-weight:600;background:#9550ff1a}.cal-day.available:hover{background:#9550ff61;color:#c49fff}.cal-day.selected{background:#9550ff!important;color:#000!important;font-weight:700;cursor:pointer}.cal-day.selected:hover{background:#a567ff!important}.cal-tz-section{padding:4px 22px 20px}.slots-top{padding:20px 22px 0;display:grid;grid-template-columns:40px 1fr 40px;align-items:flex-start}.slots-day-block{text-align:center}.slots-day-name{font-size:22px;font-weight:700;color:var(--t0);letter-spacing:-.02em;line-height:1.1}.slots-day-date{font-size:14px;color:#bdbdbdd9;margin-top:3px}.slots-tz-section{padding:16px 22px 0}.slots-tz-label{font-size:14px;font-weight:600;color:#ffffff80;letter-spacing:.01em}.tz-selector{position:relative;display:inline-block}.tz-label{font-size:14px;font-weight:600;color:#bdbdbdcc;margin-bottom:4px}.tz-trigger{display:flex;align-items:center;gap:7px;cursor:pointer;user-select:none;padding:5px 10px 5px 6px;border-radius:6px;min-width:290px;white-space:nowrap}.tz-trigger.hovered{background:#ffffff0d}.tz-trigger svg:first-child{width:14px;height:14px;flex-shrink:0;fill:none;stroke:#bdbdbd80;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.tz-trigger-val{font-size:14px;color:#bdbdbd}.tz-caret{width:13px;height:13px;flex-shrink:0;fill:none;stroke:#9550ff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;transition:transform .15s}.tz-caret.open{transform:rotate(180deg)}.tz-panel{position:absolute;left:0;right:auto;z-index:200;min-width:100%;width:max-content;background:#1d1d1d;border:1px solid rgba(255,255,255,.12);border-radius:6px;overflow:hidden;max-height:260px;overflow-y:auto;top:calc(100% + 4px);box-shadow:0 8px 24px #00000080}.tz-dropup .tz-panel{top:auto;bottom:calc(100% + 4px);box-shadow:0 -6px 24px #00000080}.tz-opt{padding:10px 16px;font-size:14px;color:#bdbdbd;cursor:pointer;transition:background .1s;font-family:var(--sans,"DM Sans",system-ui,sans-serif);white-space:nowrap}.tz-opt:hover{background:#9550ff4d;color:#fff}.tz-opt.active{background:#9550ff73;color:#fff}.slots-heading-section{padding:24px 22px 8px;text-align:center}.slots-main-heading{font-size:16px;font-weight:700;color:#bdbdbd;margin-bottom:4px}.slots-duration{font-size:14px;color:#bdbdbdcc;display:flex;align-items:center;justify-content:center;gap:5px}.slots-duration svg{width:12px;height:12px;flex-shrink:0;fill:none;stroke:#fff6;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.slots-list-wrap{padding:10px 22px 28px;display:flex;flex-direction:column;gap:8px}.slot-item{display:grid;grid-template-columns:1fr 0px;gap:0;transition:grid-template-columns .22s cubic-bezier(.4,0,.2,1),gap .22s cubic-bezier(.4,0,.2,1)}.slot-item.selected{grid-template-columns:1fr 1fr;gap:8px}.slot-btn{width:100%;padding:13px 16px;background:transparent;border:1px solid rgba(149,80,255,.75);border-radius:6px;color:#a678ff;font-size:16px;font-weight:600;cursor:pointer;text-align:center;transition:background .18s,border-color .18s,color .18s;font-family:inherit}.slot-btn:hover{background:#9550ff2e;border-color:#9550ff;color:#c49fff}.slot-item.selected .slot-btn,.slot-item.selected .slot-btn:focus{color:#a678ff;background:#9550ff2e;border-color:#9550ffbf;cursor:pointer}.slot-item.selected .slot-btn:hover{color:#c49fff;background:#9550ff52;border-color:#9550ff}.slot-confirm-btn{overflow:hidden;background:#9550ff;border:none;border-radius:6px;color:#fff;font-size:15px;font-weight:700;cursor:pointer;white-space:nowrap;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:3px;opacity:0;pointer-events:none;transition:opacity .15s ease;padding:0}.slot-confirm-btn svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.slot-item.selected .slot-confirm-btn{opacity:1;pointer-events:auto}.slot-confirm-btn:hover{background:#a567ff}.slots-empty{font-size:14px;color:#bdbdbdcc;text-align:center;padding:24px 0}.form-top{padding:20px 22px 0;display:flex;flex-direction:column;align-items:flex-start;gap:18px}.form-title{font-size:22px;font-weight:700;color:var(--t0);letter-spacing:-.02em;line-height:1.3}.form-info-wrap{padding:16px 22px 0}.form-details-heading{padding:18px 22px 14px;font-size:16px;font-weight:700;color:#bdbdbd;letter-spacing:-.01em}.form-body{padding:0 22px 28px}.cal-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.cal-field label{font-size:16px;font-weight:600;color:#bdbdbd}.cal-field input{background:#fff;border:1px solid #d0d5dd;border-radius:6px;color:#111827;font-size:16px;padding:12px 14px;outline:none;transition:border-color .15s;width:100%;box-sizing:border-box;font-family:inherit}.cal-field input:focus{border-color:#9550ff}.cal-field input::placeholder{color:#6b7280}.cal-submit-btn{width:100%;padding:14px 24px;background:#9550ff;border:none;border-radius:6px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;font-family:inherit;letter-spacing:-.01em;transition:background .15s,transform .1s;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:36px}.cal-submit-btn:hover:not(:disabled){background:#a567ff;transform:translateY(-1px)}.cal-submit-btn:disabled{opacity:.6;cursor:default;transform:none}.cal-submit-btn .btn-spinner{width:15px;height:15px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:cal-spin .7s linear infinite;display:none}.cal-submit-btn.loading .btn-spinner{display:block}.cal-error{margin-top:12px;font-size:13px;color:#ff6b6b;text-align:center;display:none}.cal-confirm-wrap{padding:80px 28px;display:flex;align-items:center;justify-content:center}.cal-redirect-spinner{width:32px;height:32px;border:2.5px solid rgba(149,80,255,.2);border-top-color:#9550ff;border-radius:50%;animation:cal-spin .75s linear infinite}
