

#go-card-shell {
  min-height: 560px;
}

.cYY3bXD { overflow: visible !important; }
.cdUiaMy { overflow: visible !important; }

#go-schedule-panel,
#go-success-panel {
  display: none;
  width: 100%;
  max-width: 420px;
  animation: goSchedIn 0.35s ease both;
}
#go-schedule-panel.is-visible,
#go-success-panel.is-visible { display: block; }

#go-schedule-panel {
  text-align: left;
  align-self: stretch;
  margin: 0 auto;
}
#go-schedule-panel * { text-align: inherit; }
#go-schedule-panel .dt-value,
#go-schedule-panel .dt-month-label,
#go-schedule-panel .dt-weekdays,
#go-schedule-panel .dt-day,
#go-schedule-panel .dt-slot,
#go-schedule-panel .go-sched-confirm { text-align: center; }
#go-signin-panel.is-hidden,
#go-schedule-panel.is-hidden { display: none !important; }

#go-success-panel.is-visible { text-align: left; margin: 0 auto; }

.go-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #e6f4ea;
  color: #1e8e3e;
  padding: 5px 12px 5px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 14px;
}
.go-status-pill svg { width: 14px; height: 14px; }

.go-success-headline {
  font-family: var(--font-heading, 'Nunito', system-ui, sans-serif);
  font-size: 22px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 8px;
  line-height: 1.25;
}
.go-success-lede {
  font-size: 13px;
  color: #64748b;
  margin: 0 0 18px;
  line-height: 1.5;
}
.go-success-lede strong { color: #1e293b; font-weight: 600; }

.go-appt-card {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 16px;
  background: #fff;
  margin-bottom: 16px;
  box-shadow: 0 1px 3px rgba(15,23,42,0.04);
}
.go-appt-top {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.go-date-block {
  flex-shrink: 0;
  width: 56px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
.go-date-month {
  background: linear-gradient(135deg, var(--color-primary, #6366f1), var(--color-secondary, #8b5cf6));
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 3px 0;
}
.go-date-day {
  font-family: var(--font-heading, 'Nunito', system-ui, sans-serif);
  font-size: 22px;
  font-weight: 700;
  color: #1e293b;
  padding: 6px 0 8px;
  line-height: 1;
}
.go-appt-meta { flex: 1; min-width: 0; }
.go-appt-title {
  font-family: var(--font-heading, 'Nunito', system-ui, sans-serif);
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 6px;
  line-height: 1.35;
}
.go-appt-when,
.go-appt-phone {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #64748b;
  margin-top: 4px;
}
.go-appt-when svg,
.go-appt-phone svg { width: 14px; height: 14px; flex-shrink: 0; }
.go-appt-tz { color: #94a3b8; font-size: 11px; }

.go-appt-attendee {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px solid #eef2f6;
}
.go-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary, #6366f1), var(--color-secondary, #8b5cf6));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}
.go-attendee-info { flex: 1; min-width: 0; }
.go-attendee-name {
  font-size: 13px;
  font-weight: 600;
  color: #1e293b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.go-attendee-email {
  font-size: 12px;
  color: #64748b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.go-next-steps {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.go-next-steps li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 12px;
  color: #64748b;
  line-height: 1.45;
}
.go-next-steps svg { width: 16px; height: 16px; flex-shrink: 0; color: var(--color-primary, #6366f1); margin-top: 1px; }
.go-next-steps strong { color: #1e293b; font-weight: 600; display: block; margin-bottom: 1px; }

.go-success-actions {
  display: flex;
  justify-content: center;
  margin: 8px 0 4px;
}
.go-signout-btn {
  padding: 10px 26px;
  border-radius: 999px;
  border: 1.5px solid var(--color-primary, #6366f1);
  background: #fff;
  color: var(--color-primary, #6366f1);
  font-size: 13px;
  font-weight: 700;
  font-family: var(--font-body, 'Nunito', system-ui, sans-serif);
  cursor: pointer;
  transition: background 0.15s, color 0.15s, box-shadow 0.15s, transform 0.12s;
}
.go-signout-btn:hover {
  background: var(--color-primary, #6366f1);
  color: #fff;
  box-shadow: 0 4px 14px rgba(99,102,241,0.28);
}
.go-signout-btn:active { transform: scale(0.97); }

.go-success-redirect {
  font-size: 11px;
  color: #94a3b8;
  text-align: center;
  margin: 6px 0 0;
  font-style: italic;
}

@keyframes goSchedIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.go-sched-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 20px;
  font-size: 13px;
  color: var(--color-text-muted, #64748b);
}
.go-sched-meta li {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
}
.go-sched-meta svg { flex-shrink: 0; }

.go-sched-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text, #1e293b);
  margin: 0 0 10px;
  font-family: var(--font-heading, 'Nunito', system-ui, sans-serif);
}
.go-sched-label span { color: #ef4444; }

.go-sched-helper {
  margin: 10px 0 0;
  font-size: 12px;
  color: var(--color-text-muted, #64748b);
  line-height: 1.45;
}

.go-sched-actions { margin-top: 22px; }
.go-sched-confirm {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-primary, #6366f1), var(--color-secondary, #8b5cf6));
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--font-heading, 'Nunito', system-ui, sans-serif);
  cursor: pointer;
  transition: opacity 0.15s, transform 0.15s;
}
.go-sched-confirm:hover:not(:disabled) { opacity: 0.92; transform: translateY(-1px); }
.go-sched-confirm:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}

.go-sched-confirm.is-loading {
  position: relative;
  color: transparent !important;
  opacity: 0.92;
  cursor: wait;
  pointer-events: none;
}
.go-sched-confirm.is-loading::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 20px; height: 20px;
  margin: -10px 0 0 -10px;
  border: 2.5px solid rgba(255,255,255,0.35);
  border-top-color: #fff;
  border-right-color: #fff;
  border-radius: 50%;
  animation: go-sched-spin 0.7s linear infinite;
}
@keyframes go-sched-spin { to { transform: rotate(360deg); } }

.go-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .go-form-row { grid-template-columns: 1fr; }
}

.go-floating-group {
  position: relative;
  margin-bottom: 16px;
}
.go-form-row .go-floating-group { margin-bottom: 0; }
.go-floating-full { max-width: none; }

.go-floating-group input {
  width: 100%;
  height: 49px;
  padding: 0 14px;
  font-size: 14px;
  font-family: var(--font-body, 'Nunito', system-ui, sans-serif);
  color: var(--color-text, #1e293b);
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  outline: none;
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.go-floating-group input::placeholder { color: transparent; }
.go-floating-group label {
  position: absolute;
  left: 13px;
  top: 15px;
  background: #fff;
  padding: 0 4px;
  color: #94a3b8;
  font-size: 14px;
  pointer-events: none;
  transition: 0.15s ease all;
}
.go-floating-group input:focus {
  border-color: var(--color-primary, #6366f1);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.18);
}
.go-floating-group input:focus + label,
.go-floating-group input:not(:placeholder-shown) + label {
  top: -8px;
  left: 10px;
  font-size: 11px;
  color: var(--color-primary, #6366f1);
  font-weight: 600;
}

.go-field-error {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #ef4444;
  min-height: 14px;
}

.go-form-input {
  width: 100%;
  height: 49px;
  padding: 0 14px;
  font-size: 14px;
  font-family: var(--font-body, 'Nunito', system-ui, sans-serif);
  color: var(--color-text, #1e293b);
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  outline: none;
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 16px;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.go-form-input:focus {
  border-color: var(--color-primary, #6366f1);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.18);
}

.preferred-row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 640px) {
  .preferred-row { grid-template-columns: 1fr; }
}

.dt-trigger {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 49px;
  padding: 0 14px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  cursor: pointer;
  user-select: none;
  transition: border-color 0.15s, box-shadow 0.15s;
  box-sizing: border-box;
}
.dt-trigger:hover { border-color: #c7d2fe; }
.dt-trigger:focus {
  outline: none;
  border-color: var(--color-primary, #6366f1);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.18);
}
.dt-trigger[aria-expanded="true"] {
  border-color: var(--color-primary, #6366f1);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.18);
}

.dt-icon {
  display: flex;
  align-items: center;
  color: #64748b;
  flex-shrink: 0;
}
.dt-value {
  font-size: 14px;
  color: var(--color-text, #1e293b);
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--font-body, 'Nunito', system-ui, sans-serif);
}
.dt-value.placeholder { color: #94a3b8; }

.dt-popover {
  display: none;
  
  position: fixed;
  width: 316px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
  padding: 16px;
  z-index: 1000;
  animation: dtFadeDown 0.18s ease both;
}
.dt-popover.open { display: block; }
@keyframes dtFadeDown {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}
.dt-popover-time {
  width: 240px;
}

.dt-pop-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.dt-pop-time-header { justify-content: flex-start; }

.dt-nav {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #64748b;
  transition: background 0.12s;
  padding: 0;
}
.dt-nav:hover { background: #f1f5f9; }

.dt-month-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text, #1e293b);
  font-family: var(--font-heading, 'Nunito', system-ui, sans-serif);
}

.dt-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  margin-bottom: 6px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #94a3b8;
  letter-spacing: 0.3px;
}

.dt-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}
.dt-day {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 13px;
  color: var(--color-text, #1e293b);
  cursor: pointer;
  transition: background 0.12s, color 0.12s;
  margin: 0 auto;
}
.dt-day:hover:not(.past):not(.selected) { background: #eef2ff; }
.dt-day.muted { color: #cbd5e1; cursor: default; }
.dt-day.past {
  color: #cbd5e1;
  cursor: default;
  pointer-events: none;
}
.dt-day.today {
  box-shadow: inset 0 0 0 1.5px var(--color-primary, #6366f1);
  font-weight: 700;
}
.dt-day.selected {
  background: var(--color-primary, #6366f1);
  color: #fff;
  font-weight: 600;
}

.dt-tz {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 8px;
  line-height: 1.35;
}

.dt-slots {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  max-height: 280px;
  overflow-y: auto;
}
.dt-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border: 1.5px solid var(--color-primary, #6366f1);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-primary, #6366f1);
  cursor: pointer;
  transition: background 0.12s, color 0.12s;
  font-family: var(--font-body, 'Nunito', system-ui, sans-serif);
}
.dt-slot:hover:not(.disabled):not(.selected) { background: #eef2ff; }
.dt-slot.selected {
  background: var(--color-primary, #6366f1);
  color: #fff;
}
.dt-slot.disabled {
  border-color: #e2e8f0;
  color: #cbd5e1;
  cursor: default;
  pointer-events: none;
}

@media (max-width: 600px) {
  
  .dt-popover {
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    width: 100% !important;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -8px 32px rgba(0,0,0,0.12);
    animation: dtSlideUp 0.22s ease both;
    max-height: 80vh;
    overflow-y: auto;
    padding: 20px 16px 32px;
  }
  @keyframes dtSlideUp {
    from { opacity: 0; transform: translateY(40px); }
    to   { opacity: 1; transform: translateY(0); }
  }
}
