:root{color-scheme:dark;--bg: #05060a;--bg-deep: #010102;--surface: rgba(255, 255, 255, .045);--surface-strong: rgba(255, 255, 255, .075);--surface-soft: rgba(255, 255, 255, .025);--border: rgba(255, 255, 255, .09);--border-soft: rgba(255, 255, 255, .055);--text: #f7f8f8;--text-secondary: #d0d6e0;--text-muted: #8a8f98;--text-faint: #62666d;--accent: #7170ff;--accent-strong: #5e6ad2;--accent-soft: rgba(113, 112, 255, .16);--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--radius-lg: 28px;--radius-md: 18px;--radius-sm: 12px;--shadow: 0 28px 90px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .04)}html,body{margin:0;min-height:100%;background:radial-gradient(circle at 18% -10%,rgba(113,112,255,.22),transparent 32rem),radial-gradient(circle at 88% 12%,rgba(16,185,129,.1),transparent 28rem),linear-gradient(180deg,#08090a,#05060a 48%,#010102);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-feature-settings:"cv01","ss03";-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}body:before{content:"";position:fixed;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.024) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.75),transparent 78%)}*{box-sizing:border-box}button,input{font:inherit}button{-webkit-tap-highlight-color:transparent}button:focus-visible,input:focus-visible{outline:2px solid rgba(113,112,255,.72);outline-offset:3px}::selection{background:#7170ff57;color:#fff}.portal-command-bar{margin-bottom:.85rem;border:1px solid rgba(103,232,249,.24);border-radius:28px;padding:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:radial-gradient(circle at top right,rgba(103,232,249,.2),transparent 20rem),linear-gradient(135deg,#a78bfa24,#0c1220d1);box-shadow:var(--shadow)}.portal-command-bar h2{margin:.2rem 0;font-size:clamp(1.4rem,3vw,2.2rem)}.portal-command-actions,.calendar-controls{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.timeline-panel{min-height:230px;position:relative;overflow:hidden}.timeline-panel:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at top right,rgba(103,232,249,.12),transparent 14rem)}.live-panel{border-color:#22d3ee47}.future-panel{border-color:#a78bfa47}.compact-heading{position:relative;margin-bottom:.7rem}.count-pill,.meeting-status,.notes-ready{border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:.38rem .65rem;color:var(--accent);background:#67e8f914;font-size:.78rem;font-weight:900;white-space:nowrap}.compact-list{position:relative}.meeting-row--live{border-color:#22d3ee52;background:#22d3ee14}.live-dot{display:inline-flex;align-items:center;gap:.38rem}.live-dot:before{content:"";width:.5rem;height:.5rem;border-radius:999px;background:#22d3ee;box-shadow:0 0 16px #22d3eee6}.past-panel{margin-top:.85rem}.past-heading{align-items:end}.past-search{min-width:min(360px,100%);display:grid;gap:.35rem;color:var(--text-soft);font-weight:800}.past-search input{width:100%;min-height:48px;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:.8rem 1rem;color:var(--text);background:#ffffff12;font:inherit}.notes-ready{color:#d8b4fe;background:#a78bfa1a}.portal-info-grid{margin-top:.85rem}.calendar-dialog{position:fixed;inset:1rem;z-index:22;display:grid;grid-template-rows:auto minmax(0,1fr);gap:1rem;padding:1rem;border:1px solid rgba(255,255,255,.16);border-radius:30px;background:radial-gradient(circle at top left,rgba(103,232,249,.16),transparent 24rem),radial-gradient(circle at bottom right,rgba(167,139,250,.14),transparent 26rem),#080d18f7;box-shadow:0 35px 120px #0000009e;overflow:hidden}.calendar-dialog-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.calendar-dialog-header h2{margin:.15rem 0;font-size:clamp(1.8rem,4vw,3rem)}.calendar-grid{min-height:0;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-template-rows:auto repeat(6,minmax(92px,1fr));gap:.55rem}.calendar-weekday{color:var(--text-muted);font-size:.78rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;text-align:center}.calendar-day{min-width:0;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:.65rem;background:#ffffff0b;overflow:hidden}.calendar-day--muted{opacity:.45}.calendar-day-number{display:inline-grid;place-items:center;min-width:1.9rem;height:1.9rem;border-radius:999px;color:var(--text);background:#ffffff14;font-weight:900}.calendar-day-meetings{display:grid;gap:.4rem;margin-top:.55rem;max-height:calc(100% - 2.3rem);overflow:auto}.calendar-event{width:100%;border:1px solid rgba(103,232,249,.22);border-radius:14px;padding:.5rem;color:var(--text);background:linear-gradient(135deg,#67e8f921,#a78bfa17);text-align:left;cursor:pointer}.calendar-event strong,.calendar-event small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-event small{margin-top:.15rem;color:var(--text-muted)}.account-card,.billing-card{display:grid;gap:.75rem}.account-profile-row{display:flex;align-items:center;gap:.85rem;min-width:0}.profile-avatar{width:64px;height:64px;border-radius:20px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(135deg,#7c3aede6,#0ea5e9db);box-shadow:0 16px 38px #0ea5e92e;font-weight:900;color:#fff;flex:0 0 auto}.profile-avatar img{width:100%;height:100%;object-fit:cover;display:block}.profile-avatar span{font-size:1.1rem;letter-spacing:.04em}.compact-dialog{max-width:520px}.billing-dialog{max-width:760px}.billing-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.7rem}.billing-summary-grid article,.billing-bundles article,.billing-provider-card{border:1px solid var(--border);border-radius:20px;background:#ffffff0e;padding:.9rem}.billing-summary-grid span,.billing-bundles small,.billing-provider-card small{display:block;color:var(--text-muted)}.billing-bundles{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.billing-bundles article,.billing-provider-card{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.dialog-field input{width:100%;min-height:50px;border-radius:16px;border:1px solid var(--border);padding:.8rem 1rem;color:var(--text);background:#ffffff0f;font-size:16px}@media(max-width:640px){.billing-bundles article,.billing-provider-card{align-items:stretch;flex-direction:column}.profile-avatar{width:56px;height:56px}}.ai-status{color:#c4b5fd!important}.cost-status{color:#86efac!important}.analytics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin-bottom:.8rem}.analytics-grid .wide{grid-column:span 2}.analytics-panel{position:relative;overflow:hidden}.analytics-panel:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at top right,rgba(113,112,255,.18),transparent 40%)}.funnel-steps{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.6rem;position:relative}.funnel-steps div,.mini-metrics span,.ranked-row{border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#ffffff0b}.funnel-steps div{padding:.85rem}.funnel-steps span,.mini-metrics span{color:var(--text-muted);font-size:.78rem}.funnel-steps strong{display:block;margin-top:.35rem;font-size:clamp(1.35rem,2vw,2rem)}.mini-metrics{display:grid;gap:.55rem;position:relative}.mini-metrics span{display:flex;justify-content:space-between;gap:.8rem;padding:.65rem .75rem}.mini-metrics strong{color:var(--text)}.ranked-row{display:flex;justify-content:space-between;gap:.75rem;align-items:center;padding:.68rem .75rem;margin-top:.5rem;position:relative}.ranked-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-soft)}.ranked-row strong{color:#bbf7d0;font-size:.88rem;white-space:nowrap}@media(max-width:900px){.analytics-grid{grid-template-columns:1fr}.analytics-grid .wide{grid-column:auto}.funnel-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}.feature-list article{display:grid;gap:.28rem;line-height:1.35}.feature-list article strong{display:block}.feature-list article span{display:block}.account-card p,.account-card small,.metric-grid strong{overflow-wrap:anywhere}.account-card .secondary,.billing-card .secondary{width:100%;box-sizing:border-box}.room-dialog{box-sizing:border-box}.room-dialog .dialog-heading{position:relative;align-items:flex-start!important;flex-direction:row!important;padding-right:3.4rem}.room-dialog .dialog-heading .icon-button{position:absolute;top:0;right:0;width:44px;min-width:44px;height:44px;min-height:44px;padding:0;border-radius:999px;display:grid;place-items:center}.billing-dialog,.compact-dialog{overscroll-behavior:contain}@media(max-width:520px){.customer-page{padding:.85rem}.customer-nav{align-items:flex-start;gap:.7rem}.brand{font-size:1.35rem}.brand-mark{width:42px;height:42px}.nav-actions{gap:.55rem .75rem}.nav-actions a,.nav-actions button{font-size:.98rem}.signup-copy h1,.dashboard-hero h1{font-size:clamp(2.15rem,13vw,3.45rem);letter-spacing:-.04em}.lead{font-size:1rem;line-height:1.55}.signup-card,.panel,.dashboard-hero,.metric-grid article{border-radius:22px}.remember-choice{align-items:flex-start}.google-button{min-height:56px}.account-profile-row{align-items:flex-start;flex-direction:column}.profile-avatar{width:58px;height:58px;border-radius:18px}.room-dialog{width:calc(100vw - 1.25rem);max-height:calc(100dvh - 1.25rem);padding:.9rem;border-radius:24px}.room-dialog .dialog-heading h2{font-size:clamp(1.65rem,9vw,2.45rem);line-height:1.05}.dialog-actions{display:grid!important;grid-template-columns:1fr;gap:.65rem}.billing-summary-grid{grid-template-columns:1fr 1fr}.billing-bundles{grid-template-columns:1fr}.billing-bundles article{gap:.65rem}.billing-provider-card{gap:.65rem}.billing-provider-card .secondary,.billing-bundles .primary{width:100%}}@media(max-width:560px){.lobby-page h1,.pricing-page h1,.funnel-page h1,.customer-page .signup-copy h1,.customer-page .dashboard-hero h1,.legal-page h1{max-width:100%!important;font-size:clamp(2.15rem,10.8vw,3.25rem)!important;line-height:1.03!important;letter-spacing:-.055em!important;text-wrap:balance}.pricing-page .lead,.funnel-page .lead,.customer-page .lead,.legal-page p,.legal-page li,.lobby-page .subtle{font-size:clamp(.98rem,4.6vw,1.08rem)!important;line-height:1.55!important}.pricing-topbar,.funnel-nav,.legal-topbar,.customer-nav{gap:.7rem!important}.pricing-topbar .brand,.funnel-nav .brand,.legal-topbar .brand,.customer-nav .brand{font-size:1.45rem!important}.pricing-topbar .brand-mark,.funnel-nav .brand-mark,.legal-topbar .brand-mark,.customer-nav .brand-mark{width:44px!important;height:44px!important}.pricing-hero,.funnel-hero,.signup-shell,.legal-card,.dashboard-hero,.join-card{padding:1rem!important;border-radius:24px!important}.price strong{font-size:clamp(2rem,12vw,3rem)!important}.price-card,.feature-grid article,.product-card,.signup-card{border-radius:22px!important}.room-dialog .share-box code{flex:0 1 auto!important;width:100%!important;min-height:0!important;font-size:.92rem!important;line-height:1.35!important}.room-dialog .share-box .secondary{width:100%!important}.calendar-dialog{inset:.55rem!important;padding:.75rem!important;border-radius:24px!important;gap:.65rem!important}.calendar-dialog-header{position:relative!important;display:grid!important;grid-template-columns:1fr!important;padding-right:3.25rem!important;gap:.65rem!important}.calendar-dialog-header h2{font-size:clamp(1.7rem,11vw,2.35rem)!important;line-height:1!important}.calendar-controls{display:grid!important;grid-template-columns:1fr 1fr!important;gap:.5rem!important;width:100%!important}.calendar-controls .secondary{min-height:42px!important;padding:.65rem .7rem!important;font-size:.92rem!important}.calendar-controls .icon-button{position:absolute!important;top:0!important;right:0!important;width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;padding:0!important}.calendar-grid{gap:.32rem!important;grid-template-rows:auto repeat(6,minmax(58px,1fr))!important}.calendar-weekday{font-size:.62rem!important;letter-spacing:.06em!important}.calendar-day{border-radius:12px!important;padding:.28rem!important}.calendar-day-number{min-width:1.55rem!important;height:1.55rem!important;font-size:.78rem!important}}@media(max-width:560px){.funnel-page h1,.customer-page .signup-copy h1,.customer-page .dashboard-hero h1,.pricing-page h1,.legal-page h1,.lobby-page h1{font-size:clamp(1.95rem,8.4vw,2.45rem)!important;line-height:1.08!important;letter-spacing:-.045em!important}.customer-page .dashboard-hero h1,.customer-page .signup-copy h1{font-size:clamp(2.05rem,8.8vw,2.6rem)!important}.funnel-page .lead,.customer-page .lead,.pricing-page .lead,.legal-page p,.legal-page li{font-size:.98rem!important;line-height:1.5!important}}
