
.page-booking { background:#faf9fc; color:#193247; }
.meeting-layout { max-width:1180px; margin:0 auto; padding:154px 32px 56px; display:grid; grid-template-columns:minmax(0,1fr) minmax(0,560px); gap:64px; align-items:start; }
.meeting-intro { padding-top:36px; }
.meeting-intro h1 { font-family:Archivo,Arial,sans-serif; font-size:clamp(36px,3.7vw,48px); font-weight:500; letter-spacing:-.04em; line-height:1.13; margin:20px 0 24px; }
.meeting-intro h1 span { font-family:'Libre Caslon Display',Georgia,serif; font-weight:400; letter-spacing:-.02em; }
.meeting-intro > p { font-size:18px; line-height:1.65; max-width:380px; }
.meeting-host { display:flex; align-items:center; gap:14px; margin:32px 0; }
.host-initials { width:48px; height:48px; display:grid; place-items:center; border-radius:50%; background:#eee5fc; font-size:15px; }
.meeting-host strong,.meeting-host div span { display:block; }
.meeting-host div span { font-size:12px; color:#536171; margin-top:6px; line-height:1.6; }
.meeting-agenda { border-top:1px solid #ded8e8; padding-top:24px; margin-bottom:28px; }
.meeting-agenda h2 { font-size:20px; font-weight:500; margin:0 0 12px; }
.meeting-agenda p { font-size:15px; line-height:1.65; }
.meeting-agenda .meeting-note { font-size:13px; color:#536171; }
.meeting-calendar { background:#fff; border:1px solid #e1d9ed; border-radius:16px; box-shadow:0 16px 50px #19324709; overflow:hidden; min-width:0; }
.calendar-intro { background:linear-gradient(110deg,#f3edff,#e9fbf0); padding:22px 24px; }
.calendar-intro .section-eyebrow { margin:0; }
.calendar-intro p { font-size:17px; margin:8px 0 0; }
.meeting-calendar iframe { width:100%; display:block; border:0; background:#fff; }
.calendar-fallback { padding:16px 24px; border-top:1px solid #edf0f4; margin:0; font-size:11px; line-height:1.7; color:#536171; }
.calendar-fallback a { color:#193247; text-decoration:underline; }
.meeting-footer { display:flex; justify-content:space-between; gap:16px; padding:24px 32px; background:transparent; border-top:1px solid #e1d9ed; color:#536171; font-size:12px; }
@media(max-width:850px) { .meeting-layout { grid-template-columns:1fr; max-width:620px; padding-top:120px; gap:28px; } .meeting-intro { padding-top:0; } .meeting-intro > p { max-width:none; } .meeting-agenda { display:none; } .meeting-host { margin:24px 0; } }
@media(max-width:480px) { .meeting-layout { padding-inline:16px; } .meeting-intro h1 { font-size:36px; } .meeting-intro > p { font-size:16px; } .meeting-footer { flex-direction:column; padding:20px; } .calendar-intro { padding:20px; } }

/* ---------- Share-availability picker (availability.html) ---------- */
.page-availability .avail-layout { max-width:1280px; margin:0 auto; padding:140px 32px 56px; display:grid; grid-template-columns:minmax(0,1fr) 360px; gap:32px; align-items:start; }
.avail-head { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:16px; margin-bottom:16px; }
.avail-head h1 { font-family:Archivo,Arial,sans-serif; font-size:30px; font-weight:500; letter-spacing:-.03em; margin:0; }
.avail-head p { margin:6px 0 0; font-size:13px; color:#536171; }
.avail-controls { display:flex; flex-wrap:wrap; align-items:center; gap:8px; }
.avail-controls .btn, .avail-side .btn { min-height:38px; padding:8px 14px; font-size:13px; }
.avail-controls select, .avail-controls label { font-size:13px; color:#193247; }
.avail-controls select { min-height:38px; border:1px solid #d9d2e6; border-radius:8px; padding:6px 10px; background:#fff; font:inherit; font-size:13px; }
.avail-controls .week-label { font-weight:600; font-size:14px; min-width:190px; text-align:center; }
.avail-grid-wrap { background:#fff; border:1px solid #e1d9ed; border-radius:16px; box-shadow:0 16px 50px #19324709; overflow:auto; }
.avail-grid { display:grid; grid-template-columns:64px repeat(var(--days,5),minmax(120px,1fr)); min-width:640px; user-select:none; }
.avail-grid .corner, .avail-grid .dayhead { position:sticky; top:0; background:#faf9fc; border-bottom:1px solid #e1d9ed; z-index:2; }
.avail-grid .dayhead { padding:12px 8px; text-align:center; font-size:12px; font-weight:600; letter-spacing:.06em; text-transform:uppercase; color:#536171; }
.avail-grid .dayhead strong { display:block; font-size:18px; font-weight:500; letter-spacing:-.02em; color:#193247; text-transform:none; margin-top:2px; }
.avail-grid .dayhead.today strong { color:#7D78C9; }
.avail-grid .timelabel { font-size:11px; color:#6B7280; text-align:right; padding:0 8px; height:28px; line-height:1; transform:translateY(-6px); border-right:1px solid #eee9f5; }
.avail-grid .timelabel.first { transform:none; padding-top:2px; }
.avail-grid .cell { height:28px; border-bottom:1px solid #f1eef7; border-right:1px solid #f1eef7; cursor:pointer; position:relative; transition:background .12s; }
.avail-grid .cell.hour { border-bottom-color:#e4dff0; }
.avail-grid .cell:hover { background:#f3edff; }
.avail-grid .cell.busy { background:repeating-linear-gradient(135deg,#eceaf1 0 6px,#f6f5f9 6px 12px); cursor:not-allowed; }
.avail-grid .cell.busy:hover { background:repeating-linear-gradient(135deg,#eceaf1 0 6px,#f6f5f9 6px 12px); }
.avail-grid .cell.past { background:#fafafa; cursor:not-allowed; }
.avail-grid .cell.buffer { background:#f6f4fa; cursor:not-allowed; }
.avail-grid .cell.buffer:hover { background:#f6f4fa; }
.avail-grid .cell.sel { background:#7D78C9; }
.avail-grid .cell.sel.sel-start::after { content:attr(data-label); position:absolute; left:6px; top:5px; font-size:11px; font-weight:600; color:#fff; white-space:nowrap; pointer-events:none; }
.avail-grid .cell.sel:hover { background:#6a65b8; }
.avail-grid .cell.preview { background:#cfcbf0; }
.avail-side { position:sticky; top:110px; display:grid; gap:16px; }
.avail-card { background:#fff; border:1px solid #e1d9ed; border-radius:16px; box-shadow:0 16px 50px #19324709; padding:20px; }
.avail-card h2 { font-size:15px; font-weight:600; margin:0 0 10px; }
.avail-card p.help { font-size:13px; color:#536171; margin:0 0 12px; line-height:1.6; }
.slot-list { list-style:none; margin:0 0 14px; padding:0; display:grid; gap:6px; }
.slot-list li { display:flex; align-items:center; justify-content:space-between; gap:8px; font-size:13px; background:#f7f5fb; border-radius:8px; padding:8px 10px; }
.slot-list li button { border:0; background:none; color:#6B7280; cursor:pointer; font-size:16px; line-height:1; padding:0 2px; }
.slot-list li button:hover { color:#193247; }
.slot-list .empty { color:#6B7280; background:none; padding:0; }
.avail-card textarea, .avail-card input[type=password], .avail-card input[type=text] { width:100%; box-sizing:border-box; border:1px solid #d9d2e6; border-radius:8px; padding:10px 12px; font:inherit; font-size:13px; resize:vertical; margin-bottom:10px; }
.email-preview { border:1px dashed #d9d2e6; border-radius:10px; padding:14px 16px; font-family:Arial,Helvetica,sans-serif; font-size:14px; line-height:1.6; color:#222; background:#fff; margin:12px 0; }
.email-preview ul { margin:8px 0; padding-left:20px; }
.email-preview a { color:#1a56db; }
.avail-actions { display:flex; flex-wrap:wrap; gap:8px; }
.avail-status { font-size:12px; color:#536171; margin:10px 0 0; min-height:16px; }
.avail-status.err { color:#b42318; }
.legend { display:flex; gap:14px; font-size:12px; color:#536171; margin-top:10px; flex-wrap:wrap; }
.legend span::before { content:''; display:inline-block; width:12px; height:12px; border-radius:3px; vertical-align:-2px; margin-right:6px; border:1px solid #e1d9ed; }
.legend .l-busy::before { background:repeating-linear-gradient(135deg,#eceaf1 0 3px,#f6f5f9 3px 6px); }
.legend .l-sel::before { background:#7D78C9; }
.legend .l-buffer::before { background:#f6f4fa; }
.legend .l-open::before { background:#fff; }
@media(max-width:980px) { .page-availability .avail-layout { grid-template-columns:1fr; padding-top:110px; } .avail-side { position:static; } }
@media(max-width:480px) { .page-availability .avail-layout { padding-inline:16px; } }

/* ---------- Recipient pick page (pick.html) ---------- */
.pick-panel { background:#fff; border:1px solid #e1d9ed; border-radius:16px; box-shadow:0 16px 50px #19324709; overflow:hidden; min-width:0; }
.pick-body { padding:24px; }
.pick-time { display:flex; gap:14px; align-items:flex-start; padding:16px 18px; border:1px solid #e1d9ed; border-radius:12px; background:#faf9fc; margin-bottom:20px; }
.pick-time .pick-ico { width:40px; height:40px; border-radius:10px; background:#eee5fc; display:grid; place-items:center; flex:none; }
.pick-time strong { display:block; font-size:17px; font-weight:600; letter-spacing:-.01em; }
.pick-time span { display:block; font-size:13px; color:#536171; margin-top:4px; }
.pick-body label { display:block; font-size:13px; font-weight:600; margin:12px 0 6px; }
.pick-body label span { font-weight:400; color:#6B7280; }
.pick-body input, .pick-body textarea { width:100%; box-sizing:border-box; border:1px solid #d9d2e6; border-radius:8px; padding:11px 12px; font:inherit; font-size:14px; }
.pick-body .btn { margin-top:18px; width:100%; }
.pick-status { font-size:13px; color:#536171; margin:12px 0 0; min-height:18px; }
.pick-status.err { color:#b42318; }
.alt-list { list-style:none; margin:12px 0 0; padding:0; display:grid; gap:8px; }
.alt-list a { display:flex; justify-content:space-between; align-items:center; padding:12px 14px; border:1px solid #d9d2e6; border-radius:10px; text-decoration:none; color:#193247; font-size:14px; background:#fff; }
.alt-list a:hover { border-color:#7D78C9; background:#f7f5fb; }
.alt-list a span { font-size:12px; color:#7D78C9; font-weight:600; }
.pick-done { text-align:center; padding:12px 0 6px; }
.pick-done .check { width:56px; height:56px; border-radius:50%; background:#e9fbf0; display:grid; place-items:center; margin:0 auto 14px; }
.pick-done h2 { font-size:22px; font-weight:500; letter-spacing:-.02em; margin:0 0 8px; }
.pick-done p { font-size:14px; color:#536171; line-height:1.65; margin:0 0 8px; }
.pick-done .btn { width:auto; margin-top:12px; }
.form-trap { position:absolute; left:-9999px; }
.opt-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(96px,1fr)); gap:8px; margin:4px 0 6px; }
.opt-grid .opt { min-height:40px; border:1px solid #d9d2e6; border-radius:8px; background:#fff; font:inherit; font-size:13px; font-weight:600; color:#193247; cursor:pointer; }
.opt-grid .opt:hover { border-color:#7D78C9; background:#f7f5fb; }
.opt-grid .opt.on { background:#7D78C9; border-color:#7D78C9; color:#fff; }
.opt-grid .opt.off { color:#b8b3c6; text-decoration:line-through; cursor:not-allowed; background:#faf9fc; }
.pick-body .btn:disabled { opacity:.55; cursor:default; }
.pick-body [hidden] { display:none !important; }
.alt-list li { list-style:none; }
