
:root{
  --be-primary:#1a1a2e;
  --be-accent:#c9a227;
  --be-font:system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
  --be-radius:14px;
  --be-page:#f4f5f8;
  --be-card:#ffffff;
  --be-text:#181a20;
  --be-muted:#697080;
  --be-border:#e4e6ec;
  --be-soft:#f1f2f6;
  --be-ok:#177245;
  --be-err:#b3261e;
}
:root{--be-solid:var(--be-primary)}
@media (prefers-color-scheme: dark){
  html[data-be-theme="Auto"]{
    --be-page:#101218;--be-card:#191c25;--be-text:#edeff5;--be-muted:#9aa2b1;
    --be-border:#2a2e3b;--be-soft:#212530;--be-ok:#4cc38a;--be-err:#ff8f88;
    --be-solid:color-mix(in srgb,var(--be-primary) 55%,#aab4ce 45%);
  }
}
html[data-be-theme="Dark"]{
  --be-page:#101218;--be-card:#191c25;--be-text:#edeff5;--be-muted:#9aa2b1;
  --be-border:#2a2e3b;--be-soft:#212530;--be-ok:#4cc38a;--be-err:#ff8f88;
  --be-solid:color-mix(in srgb,var(--be-primary) 55%,#aab4ce 45%);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{background:var(--be-page);font-family:var(--be-font);color:var(--be-text);
  -webkit-font-smoothing:antialiased;line-height:1.5}
body.be-embed{background:transparent}
.be-shell{max-width:920px;margin:0 auto;padding:28px 16px}
body.be-embed .be-shell{padding:0;max-width:none}
.be-card{background:var(--be-card);border:1px solid var(--be-border);
  border-radius:var(--be-radius);overflow:hidden;box-shadow:0 10px 30px rgba(10,12,20,.06)}
.be-center{padding:48px 28px;text-align:center}
.be-h1{font-size:22px;margin:0 0 8px;font-weight:700}
.be-muted{color:var(--be-muted)}
.be-head{background:var(--be-primary);color:#fff;padding:22px 26px;display:flex;
  align-items:center;gap:14px;flex-wrap:wrap}
.be-head img{max-height:40px;display:block}
.be-head .be-dev{font-weight:700;font-size:15px;letter-spacing:.2px}
.be-lang{margin-left:auto}
.be-lang a{color:#fff;opacity:.75;text-decoration:none;font-size:13px;font-weight:600;
  padding:4px 8px;border-radius:8px}
.be-lang a:hover,.be-lang a:focus-visible{opacity:1;background:rgba(255,255,255,.14)}
.be-body{padding:24px 26px 28px}
.be-title{font-size:21px;font-weight:700;margin:0 0 4px;text-wrap:balance}
.be-desc{margin:0 0 12px;color:var(--be-muted);max-width:62ch}
.be-chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}
.be-chip{display:inline-flex;align-items:center;gap:6px;background:var(--be-soft);
  border:1px solid var(--be-border);border-radius:999px;padding:4px 12px;font-size:13px;
  color:var(--be-muted)}
.be-banner{background:var(--be-soft);border:1px solid var(--be-border);border-radius:10px;
  padding:10px 14px;font-size:14px;margin-bottom:16px}
.be-error{background:color-mix(in srgb,var(--be-err) 10%,var(--be-card));
  border:1px solid var(--be-err);color:var(--be-text);border-radius:10px;
  padding:10px 14px;font-size:14px;margin-bottom:16px}
.be-pick{display:grid;grid-template-columns:1fr 300px;gap:26px}
@media (max-width:760px){.be-pick{grid-template-columns:1fr}}
.be-cal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.be-cal-title{font-weight:700;font-size:15px;text-transform:capitalize}
.be-nav{display:flex;gap:8px}
.be-nav button{width:42px;height:42px;border-radius:12px;border:1.5px solid color-mix(in srgb,var(--be-solid) 55%,transparent);
  background:var(--be-card);color:var(--be-solid);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;
  transition:background .15s,border-color .15s}
.be-nav button svg{width:22px;height:22px}
.be-nav button:hover:not(:disabled){background:var(--be-soft);border-color:var(--be-solid)}
.be-nav button:focus-visible{outline:2px solid var(--be-solid);outline-offset:2px}
.be-nav button:disabled{opacity:.3;cursor:default}
.be-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}
.be-dow{font-size:11px;font-weight:600;color:var(--be-muted);text-align:center;
  text-transform:uppercase;letter-spacing:.06em;padding:6px 0}
.be-day{aspect-ratio:1;border:none;background:transparent;border-radius:10px;font-size:14px;
  color:var(--be-text);cursor:pointer;font-variant-numeric:tabular-nums;position:relative}
.be-day:not(:disabled):hover{background:var(--be-soft)}
.be-day:disabled{color:var(--be-muted);opacity:.38;cursor:default}
.be-day.be-avail{font-weight:700;background:color-mix(in srgb,var(--be-solid) 12%,transparent)}
.be-day.be-avail::after{content:'';position:absolute;left:50%;bottom:5px;width:4px;height:4px;
  border-radius:50%;background:var(--be-solid);transform:translateX(-50%)}
.be-day.be-sel{background:var(--be-solid)!important;color:#fff}
.be-day.be-sel::after{background:#fff}
.be-slots-title{font-weight:700;font-size:15px;margin:0 0 10px}
.be-slots{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;align-content:start;
  padding-right:4px}
@media (min-width:761px){body:not(.be-embed) .be-slots{grid-template-columns:repeat(3,minmax(0,1fr))}}
.be-slot{border:1px solid var(--be-border);background:var(--be-card);color:var(--be-text);
  border-radius:10px;padding:10px 8px;font-size:14px;font-weight:600;cursor:pointer;text-align:center;
  font-variant-numeric:tabular-nums;transition:border-color .12s,background .12s}
.be-slot:hover{border-color:var(--be-solid)}
.be-slot.be-sel{background:var(--be-solid);border-color:var(--be-solid);color:#fff}
.be-empty{color:var(--be-muted);font-size:14px;padding:22px 0;text-align:center}
.be-tz{margin-top:16px;font-size:13px;color:var(--be-muted);display:flex;gap:8px;
  align-items:center;flex-wrap:wrap}
.be-tz select{border:1px solid var(--be-border);background:var(--be-card);color:var(--be-text);
  border-radius:8px;padding:5px 8px;font-size:13px;font-family:inherit}
.be-foot{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}
/* Standalone page (not embedded): the card fills the viewport. The calendar's rows share
   the height that is left, the slot list scrolls inside its column, and Continue never
   drops below the fold. Phones and short windows keep the natural flow. */
@media (min-width:761px) and (min-height:600px){
  html.be-fit-root,body.be-fit{height:100%}
  body.be-fit .be-shell{height:100dvh;box-sizing:border-box;padding:14px 16px;display:flex;flex-direction:column;max-width:1040px}
  body.be-fit .be-card{flex:1;min-height:0;display:flex;flex-direction:column}
  body.be-fit .be-head{padding:16px 24px}
  body.be-fit .be-body{flex:1;min-height:0;display:flex;flex-direction:column;padding:16px 24px 16px;overflow:auto}
  body.be-fit .be-title{font-size:19px}
  body.be-fit .be-desc{margin-bottom:8px}
  body.be-fit .be-chips{margin-bottom:12px}
  body.be-fit .be-quick{margin-bottom:12px;padding:10px 14px}
  body.be-fit .be-modes-pick{margin-bottom:12px}
  body.be-fit .be-mode-card{padding:8px 12px}
  body.be-fit .be-pick{flex:1;min-height:0;gap:22px}
  body.be-fit .be-pick>div{min-height:0;display:flex;flex-direction:column}
  body.be-fit .be-pick>div{overflow:hidden}
  body.be-fit .be-grid{flex:1;min-height:0;grid-auto-rows:minmax(0,1fr);gap:3px;align-content:stretch}
  body.be-fit .be-dow{padding:3px 0}
  body.be-fit .be-day{aspect-ratio:auto;min-height:0;font-size:13px}
  body.be-fit .be-day.be-avail::after{bottom:2px;width:3px;height:3px}
  body.be-fit .be-slots{flex:1;min-height:0;overflow:auto;padding-right:6px}
  body.be-fit .be-slot{padding:9px 12px}
  body.be-fit .be-tz{margin-top:8px;flex:none}
  body.be-fit .be-foot{margin-top:12px;flex:none}
  body.be-fit .be-done{margin:auto 0}
}
/* short desktop windows: drop the secondary lines so the calendar keeps readable rows */
@media (min-width:761px) and (min-height:600px) and (max-height:720px){
  body.be-fit .be-mode-txt small{display:none}
  body.be-fit .be-quick-alt{display:none}
  body.be-fit .be-desc{display:none}
}
.be-btn{border:none;border-radius:10px;padding:12px 22px;font-size:15px;font-weight:700;
  cursor:pointer;font-family:inherit}
.be-btn-primary{background:var(--be-solid);color:#fff}
.be-btn-primary:hover{filter:brightness(1.08)}
.be-btn-primary:disabled{opacity:.5;cursor:default}
.be-btn-ghost{background:transparent;color:var(--be-text);border:1px solid var(--be-border)}
.be-btn-ghost:hover{background:var(--be-soft)}
.be-btn-danger{background:transparent;color:var(--be-err);border:1px solid var(--be-err)}
.be-summary{display:flex;align-items:center;gap:10px;background:var(--be-soft);
  border:1px solid var(--be-border);border-radius:10px;padding:12px 14px;margin-bottom:18px;
  font-size:14px;flex-wrap:wrap}
.be-summary strong{font-variant-numeric:tabular-nums}
.be-summary a{color:var(--be-solid);font-weight:600;margin-left:auto}
.be-linked{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:-4px 0 14px;font-size:14px}
.be-linked a{color:var(--be-solid);font-weight:600}
.be-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}
@media (max-width:600px){.be-form{grid-template-columns:1fr}}
.be-field{display:flex;flex-direction:column;gap:5px}
.be-field.be-span{grid-column:1/-1}
.be-field label{font-size:13px;font-weight:600}
.be-locked input{background:var(--be-soft);color:var(--be-muted);cursor:not-allowed}
.be-field-note{display:block;font-size:12px;color:var(--be-muted);margin-top:4px}
.be-field input,.be-field textarea,.be-field select{border:1px solid var(--be-border);
  background:var(--be-card);color:var(--be-text);border-radius:10px;padding:11px 12px;
  font-size:15px;font-family:inherit}
.be-field textarea{min-height:80px;resize:vertical}
.be-field input:focus-visible,.be-field textarea:focus-visible,.be-field select:focus-visible,
.be-slot:focus-visible,.be-day:focus-visible,.be-btn:focus-visible{
  outline:2px solid var(--be-solid);outline-offset:2px}
.be-consent{grid-column:1/-1;display:flex;gap:10px;align-items:flex-start;font-size:13px;
  color:var(--be-muted);background:var(--be-soft);border-radius:10px;padding:12px 14px}
.be-consent input{margin-top:3px;accent-color:var(--be-solid)}
.be-hp{position:absolute;left:-5000px;opacity:0;height:0}
.be-quick{border:1px solid var(--be-border);border-left:4px solid var(--be-solid);border-radius:10px;
  padding:12px 14px;margin-bottom:18px;background:color-mix(in srgb,var(--be-solid) 6%,var(--be-card))}
.be-quick-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--be-muted);margin-bottom:6px}
.be-quick-main{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;font-variant-numeric:tabular-nums}
.be-quick-main strong{font-size:15px}
.be-quick-alt{margin-top:10px;font-size:13px;color:var(--be-muted);display:flex;gap:6px;flex-wrap:wrap;align-items:center}
.be-quick-chip{border:1px solid var(--be-border);background:var(--be-card);color:var(--be-text);border-radius:999px;
  padding:4px 11px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;font-variant-numeric:tabular-nums}
.be-quick-chip:hover{border-color:var(--be-solid)}
.be-existing{border:1px solid var(--be-border);border-left:4px solid var(--be-solid);background:color-mix(in srgb,var(--be-solid) 7%,var(--be-card));border-radius:12px;padding:20px 22px;margin:4px 0 8px}
.be-existing-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--be-muted);margin-bottom:6px}
.be-existing-when{font-weight:700;font-size:21px;font-variant-numeric:tabular-nums;margin-bottom:14px}
.be-existing-rows{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px 18px}
.be-existing-row{display:flex;gap:10px;align-items:flex-start;font-size:14px}
.be-existing-row small{display:block;color:var(--be-muted);font-size:13px;margin-top:2px}
.be-existing-map{color:var(--be-solid);font-weight:600}
.be-existing-ico{font-size:18px;line-height:1.2}
.be-existing .be-cal-links{justify-content:flex-start;margin:14px 0 4px}
.be-existing-note{color:var(--be-muted);font-size:13px;margin:10px 0 14px;line-height:1.45}
.be-existing-actions{display:flex;gap:10px;flex-wrap:wrap}
.be-btn-danger-text{color:var(--be-err)}
@media (max-width:760px){.be-existing{padding:16px}.be-existing-when{font-size:18px}.be-existing-actions .be-btn{flex:1}}
body.be-fit .be-existing{padding:16px 20px}
.be-modes-pick{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:8px;margin:0 0 18px}
body.be-embed .be-modes-pick{grid-template-columns:1fr}
@media (max-width:760px){.be-modes-pick{grid-template-columns:1fr}}
.be-modes-label{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin:0 0 8px;font-size:13px;font-weight:600}
.be-modes-label small{font-weight:400;color:var(--be-muted)}
.be-req{color:var(--be-err)}
.be-modes-pick.be-missing .be-mode-card{border-color:var(--be-err)}
.be-mode-card{display:flex;align-items:center;gap:10px;text-align:left;border:1px solid var(--be-border);background:var(--be-card);
  color:var(--be-text);border-radius:12px;padding:8px 12px;cursor:pointer;font-family:inherit;transition:border-color .12s,background .12s}
.be-mode-card:hover{border-color:var(--be-solid)}
.be-mode-card.be-sel{border-color:var(--be-solid);background:color-mix(in srgb,var(--be-solid) 10%,var(--be-card));box-shadow:inset 0 0 0 1px var(--be-solid)}
.be-modes-pick.be-single .be-mode-card{cursor:default}
.be-mode-ico{font-size:18px;line-height:1.2}
.be-mode-txt{display:flex;flex-direction:column;gap:2px;min-width:0}
body.be-embed .be-mode-txt{flex-direction:row;align-items:baseline;gap:8px;flex-wrap:wrap}
@media (max-width:760px){.be-mode-txt{flex-direction:row;align-items:baseline;gap:8px;flex-wrap:wrap}}
.be-mode-txt strong{font-size:14px}
.be-mode-txt small{font-size:12px;color:var(--be-muted);line-height:1.3}
.be-summary-mode{color:var(--be-muted);font-size:13px;white-space:nowrap}
.be-mode-note{margin:-8px 0 18px;font-size:13px}
.be-mode-map,.be-summary-map{color:var(--be-solid);font-weight:600;text-decoration:none}
.be-mode-map:hover,.be-summary-map:hover{text-decoration:underline}
body.be-fit .be-mode-note{margin:-4px 0 12px}
.be-modes{display:flex;gap:8px;flex-wrap:wrap}
.be-mode{flex:1;min-width:120px;border:1px solid var(--be-border);background:var(--be-card);
  color:var(--be-text);border-radius:10px;padding:11px 10px;font-size:14px;font-weight:600;
  cursor:pointer;font-family:inherit}
.be-mode:hover{border-color:var(--be-solid)}
.be-mode.be-sel{background:var(--be-solid);border-color:var(--be-solid);color:#fff}
.be-done{padding:14px 0;text-align:center}
.be-done-icon{width:56px;height:56px;border-radius:50%;background:var(--be-ok);color:#fff;
  display:inline-flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:14px}
.be-done h2{margin:0 0 6px;font-size:21px}
.be-done .be-when{font-weight:700;font-size:16px;font-variant-numeric:tabular-nums;margin:8px 0}
.be-cal-links{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin:18px 0 8px}
.be-cal-links a{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--be-border);
  border-radius:10px;padding:9px 16px;text-decoration:none;color:var(--be-text);font-size:14px;
  font-weight:600}
.be-cal-links a:hover{border-color:var(--be-solid)}
.be-note{font-size:13px;color:var(--be-muted);margin-top:14px}
.be-note a{color:var(--be-solid);font-weight:600}
.be-rows{display:flex;flex-direction:column;gap:0;margin:6px 0 18px}
.be-row{display:flex;gap:14px;padding:11px 0;border-bottom:1px solid var(--be-border);font-size:14px}
.be-row:last-child{border-bottom:none}
.be-row .be-k{color:var(--be-muted);min-width:110px}
.be-badge{display:inline-block;border-radius:999px;padding:3px 12px;font-size:12px;font-weight:700}
.be-badge-ok{background:color-mix(in srgb,var(--be-ok) 14%,transparent);color:var(--be-ok)}
.be-badge-off{background:var(--be-soft);color:var(--be-muted)}
.be-spin{display:inline-block;width:18px;height:18px;border:2px solid var(--be-border);
  border-top-color:var(--be-solid);border-radius:50%;animation:be-rot .7s linear infinite;
  vertical-align:-4px}
@keyframes be-rot{to{transform:rotate(360deg)}}
@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}
.be-powered{text-align:center;font-size:11px;color:var(--be-muted);padding:10px 0 2px;
  letter-spacing:.04em}

