*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{color-scheme:dark;--accent: #00C8E8;--accent-dark: #00a3bd;--accent-light: #083344;--dark: #0f172a;--dark-2: #1e293b;--dark-3: #334155;--text: #e2e8f0;--text-muted: #94a3b8;--border: #334155;--bg: #0f172a;--surface: #1e293b;--radius: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 3px rgba(0,0,0,.35), 0 1px 2px rgba(0,0,0,.25);--shadow: 0 4px 16px rgba(0,0,0,.5);--sidebar-w: 220px;--header-h: 56px;--sidebar-text: rgba(255,255,255,.58);--sidebar-hover: rgba(255,255,255,.06);--sidebar-active-bg: rgba(0,200,232,.09)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:14px;background:var(--bg);color:var(--text);line-height:1.5}.app-layout{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-w);min-height:100vh;background:var(--dark);border-right:1px solid var(--border);display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:30;overflow-y:auto;flex-shrink:0}.sidebar-brand{padding:1.1rem 1.25rem 1rem;border-bottom:1px solid var(--border);flex-shrink:0}.sidebar-brand-name{font-size:.92rem;font-weight:800;color:#fff;letter-spacing:-.01em;display:block}.sidebar-brand-accent{color:var(--accent)}.sidebar-brand-sub{font-size:.6rem;font-weight:500;color:#ffffff47;letter-spacing:.1em;text-transform:uppercase;display:block;margin-top:.15rem}.sidebar-nav{padding:.5rem 0 1rem;display:flex;flex-direction:column;flex:1}.nav-section-label{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#ffffff38;padding:1rem 1.25rem .3rem}.nav-item{display:flex;align-items:center;gap:.55rem;padding:.6rem 1.25rem;font-size:.83rem;font-weight:500;color:var(--sidebar-text);background:transparent;border:none;border-right:2px solid transparent;border-radius:0;cursor:pointer;text-align:left;width:100%;transition:background .12s,color .12s;height:auto;font-family:inherit;white-space:nowrap}.nav-item:hover:not(.nav-item--active){background:var(--sidebar-hover);color:#ffffffd1;filter:none}.nav-item--active{color:var(--accent);background:var(--sidebar-active-bg);border-right-color:var(--accent);font-weight:600}.app-content{margin-left:var(--sidebar-w);flex:1;display:flex;flex-direction:column;min-height:100vh;min-width:0}.app-header{height:var(--header-h);display:flex;align-items:center;justify-content:space-between;padding:0 1.75rem;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10;box-shadow:var(--shadow-sm);gap:1rem;flex-shrink:0}.page-title{font-size:.95rem;font-weight:700;color:var(--text);letter-spacing:-.01em}.header-actions{display:flex;gap:.5rem;align-items:center}.header-user{font-size:.78rem;color:var(--text-muted);margin-right:.25rem}.page-body{padding:1.5rem 1.75rem;display:flex;flex-direction:column;gap:1.25rem;flex:1}.app-main{padding:1.5rem 1.75rem;display:flex;flex-direction:column;gap:1.25rem}button{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:0 1rem;height:34px;border:none;border-radius:var(--radius);cursor:pointer;font-size:.83rem;font-weight:600;transition:filter .15s,opacity .15s,background .12s;background:var(--accent);color:var(--dark);white-space:nowrap;font-family:inherit}button:hover:not(:disabled){filter:brightness(1.08)}button:disabled{opacity:.45;cursor:default}button.btn-secondary{background:#334155;color:var(--text)}button.btn-secondary:hover:not(:disabled){background:#3e4f68;filter:none}button.btn-ghost{background:transparent;color:#fffc;border:1px solid rgba(255,255,255,.25)}button.btn-ghost:hover:not(:disabled){color:#fff;border-color:#ffffff80;filter:none}button.btn-outline{background:transparent;color:var(--text-muted);border:1px solid var(--border)}button.btn-outline:hover:not(:disabled){background:#ffffff0a;filter:none}button.btn-sm{height:28px;padding:0 .65rem;font-size:.77rem}button.btn-whatsapp{background:#25d366;color:#fff}button.btn-danger{background:#ef4444;color:#fff}button.btn-convert{background:#22c55e1a;color:#86efac;border:1px solid rgba(34,197,94,.25)}button.btn-convert:hover:not(:disabled){background:#22c55e2e;filter:none}.lead-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:var(--shadow-sm)}.lead-form h2{font-size:.95rem;font-weight:700;color:var(--text)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}label{display:flex;flex-direction:column;gap:.3rem;font-size:.8rem;font-weight:500;color:var(--text-muted)}input,select,textarea{padding:.45rem .7rem;border:1px solid var(--border);border-radius:6px;font-size:.85rem;width:100%;background:var(--bg);color:var(--text);font-family:inherit;transition:border-color .15s,box-shadow .15s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px #00c8e824}textarea{resize:vertical}.msg{font-size:.84rem;padding:.5rem .8rem;border-radius:6px}.msg--error{background:#ef44441f;color:#fca5a5;border:1px solid rgba(239,68,68,.3)}.msg--success{background:#00c8e814;color:#67e8f9;border:1px solid rgba(0,200,232,.25)}.msg--warn{background:#fbbf241a;color:#fbbf24;border:1px solid rgba(251,191,36,.3)}.dashboard{display:flex;flex-direction:column;gap:1.25rem}.metric-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:.75rem}.metric-card{background:var(--surface);border:1px solid var(--border);border-top:3px solid var(--accent);border-radius:var(--radius-lg);padding:1.1rem 1rem;display:flex;flex-direction:column;gap:.2rem;box-shadow:var(--shadow-sm);transition:box-shadow .15s,transform .15s}.metric-card:hover{box-shadow:var(--shadow);transform:translateY(-1px)}.metric-value{font-size:2rem;font-weight:800;line-height:1;color:#f1f5f9;letter-spacing:-.03em}.metric-label{font-size:.71rem;color:var(--text-muted);font-weight:500;margin-top:.2rem}.mini-tables{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.mini-table{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem 1.1rem;box-shadow:var(--shadow-sm)}.mini-table h3{font-size:.67rem;font-weight:700;color:var(--text-muted);margin-bottom:.65rem;text-transform:uppercase;letter-spacing:.07em}.mini-table ul{list-style:none;display:flex;flex-direction:column}.mini-table li{display:flex;justify-content:space-between;align-items:center;font-size:.82rem;padding:.38rem 0;border-bottom:1px solid var(--border)}.mini-table li:last-child{border-bottom:none}.mini-name{color:var(--text)}.mini-count{font-weight:700;font-size:.73rem;color:#67e8f9;background:#00c8e81a;padding:.1rem .55rem;border-radius:99px}.mini-empty{font-size:.8rem;color:var(--text-muted)}.dashboard-loading{font-size:.85rem;color:var(--text-muted)}.filters{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;background:var(--surface);padding:.55rem .9rem;border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.filters-label{font-size:.7rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.filters select{width:auto;min-width:140px;height:30px;padding:.2rem .55rem;font-size:.81rem}.lead-count{font-size:.78rem;color:var(--text-muted)}.table-wrapper{overflow-x:auto;border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm)}table{width:100%;border-collapse:collapse;background:var(--surface)}th{text-align:left;padding:.6rem 1rem;font-size:.67rem;font-weight:700;color:var(--text-muted);background:#131c2e;border-bottom:1px solid var(--border);white-space:nowrap;text-transform:uppercase;letter-spacing:.07em}td{padding:.75rem 1rem;border-bottom:1px solid var(--border);font-size:.84rem;color:var(--text);vertical-align:middle}tr:last-child td{border-bottom:none}.tr-clickable{cursor:pointer}.tr-clickable:hover td{background:#00c8e80a}.td-name{font-weight:600;color:#f1f5f9}.td-sub{display:block;font-size:.73rem;color:var(--text-muted);margin-top:.1rem;font-weight:400}.cell-sub{display:block;font-size:.71rem;color:var(--text-muted);margin-top:.1rem}.badge{display:inline-flex;align-items:center;padding:.22rem .65rem;border-radius:99px;font-size:.69rem;font-weight:600;white-space:nowrap;border:1px solid transparent}.badge--nuevo_lead{background:#3b82f626;color:#93c5fd;border-color:#3b82f64d}.badge--contactado{background:#64748b26;color:#94a3b8;border-color:#64748b4d}.badge--interesado{background:#fbbf2426;color:#fbbf24;border-color:#fbbf244d}.badge--cita_agendada{background:#00c8e81f;color:#67e8f9;border-color:#00c8e847}.badge--cita_asistida{background:#22c55e26;color:#86efac;border-color:#22c55e4d}.badge--procedimiento_programado{background:#10b98126;color:#6ee7b7;border-color:#10b9814d}.badge--seguimiento{background:#f9731626;color:#fdba74;border-color:#f973164d}.badge--perdido{background:#ef444426;color:#fca5a5;border-color:#ef44444d}.badge--archivado{background:#6b72801f;color:#9ca3af;border-color:#6b728040}.badge--patient-activo{background:#22c55e26;color:#86efac;border-color:#22c55e4d}.badge--patient-en_tratamiento{background:#00c8e81f;color:#67e8f9;border-color:#00c8e847}.badge--patient-alta{background:#3b82f626;color:#93c5fd;border-color:#3b82f64d}.badge--patient-inactivo{background:#6b72801f;color:#9ca3af;border-color:#6b728040}.empty{text-align:center;padding:3.5rem 2rem;color:var(--text-muted);background:var(--surface);border-radius:var(--radius-lg);border:1px dashed var(--border);font-size:.88rem;box-shadow:var(--shadow-sm)}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#020917b3;z-index:20;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.detail-panel{position:fixed;top:0;right:0;width:460px;max-width:100vw;height:100vh;background:var(--surface);z-index:21;display:flex;flex-direction:column;box-shadow:-8px 0 40px #00000080;overflow-y:auto}.detail-header{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.25rem;background:var(--dark);border-bottom:2px solid var(--accent);position:sticky;top:0;z-index:1;gap:.75rem;flex-shrink:0}.detail-header h2{font-size:.95rem;font-weight:700;color:#fff;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail-fields{display:grid;grid-template-columns:auto 1fr;gap:.45rem 1rem;padding:1.1rem 1.25rem;align-items:baseline;background:#162032;border-bottom:1px solid var(--border)}.detail-fields dt{font-size:.67rem;font-weight:700;color:var(--text-muted);white-space:nowrap;text-transform:uppercase;letter-spacing:.05em}.detail-fields dd{font-size:.84rem;color:var(--text);word-break:break-word}.detail-fields dd a{color:var(--accent);text-decoration:none;font-weight:500}.detail-fields dd a:hover{text-decoration:underline}.detail-section{padding:.9rem 1.25rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.6rem}.detail-section-label{font-size:.67rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted)}.detail-divider{border:none;border-top:1px solid var(--border)}.detail-danger{padding:.9rem 1.25rem;border-top:1px solid rgba(239,68,68,.2);background:#ef44440a;display:flex;flex-direction:column;gap:.6rem;margin-top:auto}.visit-form{display:flex;flex-direction:column;gap:.6rem;padding:.75rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.75rem}.label-check{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--text);cursor:pointer}.label-check input[type=checkbox]{width:auto;margin:0}.visit-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.visit-item{padding:.65rem .9rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);display:flex;flex-direction:column;gap:.3rem}.visit-item-header{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.visit-item-date{font-size:.75rem;color:var(--text-muted)}.visit-item-notes{font-size:.8rem;color:var(--text-muted);margin:0}.visit-item-flags{display:flex;gap:.35rem;flex-wrap:wrap;margin-top:.15rem}.flag-chip{font-size:.67rem;font-weight:600;padding:.1em .5em;border-radius:99px;background:#0ea5e926;color:#7dd3fc}.timeline-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0}.timeline-item{display:flex;gap:.75rem;border-left:2px solid var(--border);padding:.55rem 0 .55rem 1rem;position:relative}.timeline-dot{position:absolute;left:-5px;top:.75rem;width:8px;height:8px;border-radius:50%;background:var(--accent);flex-shrink:0}.timeline-body{display:flex;flex-direction:column;gap:.1rem}.timeline-label{font-size:.82rem;font-weight:700;color:var(--text);margin:0}.timeline-desc{font-size:.78rem;color:var(--text-muted);margin:0}.timeline-date{font-size:.72rem;color:#475569;margin:0}.msg-history{border-top:1px solid var(--border)}.msg-history-summary{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;cursor:pointer;-webkit-user-select:none;user-select:none;list-style:none}.msg-history-summary::-webkit-details-marker{display:none}.msg-history-title{font-size:.67rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em}.msg-history-inner{padding:0 1.25rem 1rem;display:flex;flex-direction:column;gap:.55rem}.msg-loading,.msg-empty{font-size:.82rem;color:var(--text-muted)}.msg-item{padding:.55rem .8rem;display:flex;flex-direction:column;gap:.3rem;border-radius:var(--radius)}.msg-item--inbound{background:#ffffff08;border:1px solid var(--border);border-left:3px solid #475569;margin-right:2rem}.msg-item--outbound{background:#00c8e812;border:1px solid rgba(0,200,232,.18);border-left:3px solid var(--accent);margin-left:2rem}.msg-item--failed{border-left-color:#ef4444!important;background:#ef444414!important;border-color:#ef444440!important}.msg-item-meta{display:flex;align-items:center;justify-content:space-between;gap:.4rem;flex-wrap:wrap}.msg-item-date{font-size:.68rem;color:var(--text-muted)}.msg-item-badges{display:flex;gap:.3rem;align-items:center;flex-wrap:wrap}.badge-status{font-size:.61rem;font-weight:700;padding:.1rem .4rem;border-radius:4px;text-transform:uppercase}.badge-status--sent{background:#22c55e26;color:#86efac}.badge-status--received{background:#0ea5e91f;color:#7dd3fc}.badge-status--failed{background:#ef444426;color:#fca5a5}.badge-mock{font-size:.59rem;font-weight:700;padding:.1rem .4rem;border-radius:4px;background:#eab30826;color:#fde047}.badge-dir{font-size:.61rem;color:#475569}.badge-type{font-size:.61rem;font-weight:600;padding:.1rem .45rem;border-radius:4px;background:#00c8e81a;color:#67e8f9}.msg-metadata{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.15rem}.msg-metadata-entry{display:flex;gap:.25rem;font-size:.66rem;background:var(--bg);border-radius:4px;padding:.1rem .4rem}.msg-metadata-entry dt{color:var(--text-muted);font-weight:600}.msg-metadata-entry dd{color:var(--text)}.msg-item-text{font-size:.82rem;color:var(--text);line-height:1.45;white-space:pre-wrap;word-break:break-word}.appt-settings{width:100%}.appt-settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start}.appt-settings-form,.appt-preview{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:var(--shadow-sm)}.appt-settings-form h2,.appt-preview h2{font-size:.9rem;font-weight:700;margin-bottom:.25rem}.appt-days-fieldset{border:1px solid var(--border);border-radius:6px;padding:.75rem}.appt-days-fieldset legend{font-size:.8rem;font-weight:500;color:var(--text-muted);padding:0 .3rem}.appt-days{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.4rem}.appt-day-check{display:flex;align-items:center;gap:.3rem;font-size:.82rem;font-weight:400;color:var(--text);cursor:pointer;flex-direction:row}.appt-day-check input{width:auto}.appt-options-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.appt-option-item{background:#00c8e814;border:1px solid rgba(0,200,232,.2);border-radius:6px;padding:.5rem .75rem;font-size:.85rem;color:#67e8f9;font-weight:500}.settings-form{max-width:720px;display:flex;flex-direction:column;gap:1.25rem}.settings-form h2{font-size:1rem;font-weight:700;margin:0;color:var(--text)}.settings-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;display:flex;flex-direction:column;gap:1rem;box-shadow:var(--shadow-sm)}.settings-section h3{font-size:.67rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin:0 0 .15rem}.settings-form label{display:flex;flex-direction:column;gap:.25rem;font-size:.84rem;font-weight:500;color:var(--text)}.settings-hint{font-size:.73rem;font-weight:400;color:var(--text-muted)}.settings-checkbox{flex-direction:row!important;align-items:center;gap:.5rem!important;cursor:pointer}.settings-checkbox input{width:auto}.settings-actions{display:flex;gap:.75rem}.followup-add-form{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;display:flex;flex-direction:column;gap:.75rem}.followup-add-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted)}.followup-form-row{display:grid;grid-template-columns:1fr 1fr 120px;gap:.75rem;align-items:start}.followup-checks{grid-template-columns:auto auto;justify-content:start;gap:1.25rem}.followup-list{display:flex;flex-direction:column;gap:.45rem;margin-top:.25rem}.followup-list--inactive{margin-top:.5rem}.followup-rule-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.6rem .9rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.followup-rule-row--inactive{opacity:.52}.followup-rule-info{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;flex:1;min-width:0}.followup-rule-name{font-size:.84rem;font-weight:600;color:var(--text)}.followup-rule-actions{display:flex;gap:.4rem;flex-shrink:0}.followup-badge{display:inline-flex;align-items:center;padding:.15rem .55rem;border-radius:99px;font-size:.67rem;font-weight:600;white-space:nowrap}.followup-badge--proc{background:#00c8e81a;color:#67e8f9;border:1px solid rgba(0,200,232,.25)}.followup-badge--days{background:var(--bg);color:var(--text-muted);border:1px solid var(--border)}.followup-badge--tpl{background:#8b5cf626;color:#c4b5fd;border:1px solid rgba(139,92,246,.3)}.followup-badge--cita{background:#22c55e1f;color:#86efac;border:1px solid rgba(34,197,94,.25)}.followup-edit-card{padding:1rem;background:#fbbf240f;border:1px solid rgba(251,191,36,.25);border-radius:var(--radius);display:flex;flex-direction:column;gap:.75rem}.followup-inactive{margin-top:.5rem}.followup-inactive-summary{font-size:.77rem;font-weight:600;color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;padding:.3rem 0;list-style:none}.followup-inactive-summary::-webkit-details-marker{display:none}.integrations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;max-width:720px}.integration-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;display:flex;align-items:center;gap:1rem;box-shadow:var(--shadow-sm)}.integration-icon{font-size:1.4rem;width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:var(--bg);border-radius:10px;flex-shrink:0}.integration-info{flex:1;min-width:0}.integration-info h3{font-size:.88rem;font-weight:700;color:var(--text);margin-bottom:.2rem}.integration-info p{font-size:.77rem;color:var(--text-muted)}.integration-status{font-size:.69rem;font-weight:700;padding:.25rem .7rem;border-radius:99px;white-space:nowrap;flex-shrink:0}.integration-status--ok{background:#22c55e26;color:#86efac}.integration-status--off{background:#6b72801f;color:#9ca3af}.integration-status--manual{background:#fbbf241f;color:#fbbf24}.integration-card--config{flex-direction:column;align-items:stretch}.integration-card-header{display:flex;align-items:center;gap:1rem}.integration-config-panel{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}.integration-help{font-size:.75rem;color:var(--text-muted);margin:0}.integration-help code{background:var(--bg);padding:.1em .35em;border-radius:4px;font-size:.8em;color:var(--accent)}.calendar-picker{display:flex;flex-direction:column;gap:.5rem}.calendar-picker-header{display:flex;align-items:center;justify-content:space-between}.calendar-current{font-size:.8rem;color:var(--text-muted);margin:0}.calendar-list{list-style:none;padding:0;margin:0;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.calendar-item{display:flex;align-items:center;justify-content:space-between;padding:.6rem .9rem;font-size:.83rem;cursor:pointer;border-bottom:1px solid var(--border);transition:background .12s}.calendar-item:last-child{border-bottom:none}.calendar-item:hover{background:#00c8e80d}.calendar-item--active{background:#22c55e0f}.calendar-item-name{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.calendar-item-check{color:#86efac;font-weight:700;flex-shrink:0}.calendar-item-saving{font-size:.72rem;color:var(--text-muted);flex-shrink:0}.badge-primary{font-size:.65rem;font-weight:700;background:#3b82f626;color:#93c5fd;padding:.1em .45em;border-radius:99px;white-space:nowrap}.calendar-active-summary{display:grid;grid-template-columns:auto 1fr;gap:.25rem .75rem;font-size:.8rem;margin-bottom:.75rem;padding:.6rem .8rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius)}.calendar-active-summary dt{color:var(--text-muted);font-weight:600}.calendar-active-summary dd{color:var(--text);margin:0}.btn-cal{height:30px;padding:0 .75rem;font-size:.78rem;font-weight:600;background:#334155;color:#e2e8f0;border:1.5px solid #475569;border-radius:var(--radius);cursor:pointer;transition:border-color .15s,background .15s;white-space:nowrap}.btn-cal:hover:not(:disabled){border-color:var(--accent);background:#00c8e814}.btn-cal:disabled{opacity:.5;cursor:not-allowed}.badge-cal-leads{font-size:.68rem;font-weight:700;padding:.15em .55em;border-radius:99px;background:#3b82f626;color:#93c5fd;white-space:nowrap}.badge-cal-patients{font-size:.68rem;font-weight:700;padding:.15em .55em;border-radius:99px;background:#ec489926;color:#f9a8d4;white-space:nowrap}.btn-active-cal{background:#22c55e1f!important;border-color:#22c55e66!important;color:#86efac!important;font-weight:700}.btn-connect-google{display:flex;align-items:center;gap:.5rem;background:transparent;border:1.5px solid #4285f4;color:#4285f4;font-weight:700;font-size:.85rem;padding:.55rem 1rem;border-radius:var(--radius);cursor:pointer;transition:background .15s,color .15s}.btn-connect-google:hover:not(:disabled){background:#4285f4;color:#fff}.btn-connect-google:disabled{opacity:.6;cursor:not-allowed}@keyframes lp-spin-cw{to{transform:rotate(360deg)}}@keyframes lp-spin-ccw{to{transform:rotate(-360deg)}}@keyframes lp-pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes lp-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.lp-root{min-height:100vh;display:flex}.lp-left{display:none;width:50%;background:linear-gradient(135deg,#0f172a,#1e293b,#1e3a5f);flex-direction:column;align-items:center;justify-content:center;padding:3rem;position:relative;overflow:hidden}@media (min-width: 1024px){.lp-left{display:flex}}.lp-blob{position:absolute;border-radius:50%;pointer-events:none}.lp-blob--tl{width:288px;height:288px;top:-80px;left:-80px;background:#3b82f61a}.lp-blob--br{width:224px;height:224px;bottom:-60px;right:-60px;background:#8b5cf61a}.lp-blob--center{width:384px;height:384px;top:50%;left:50%;transform:translate(-50%,-50%);background:#00c8e80d}.lp-orbit-wrap{position:relative;width:240px;height:240px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;flex-shrink:0}.lp-ring{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;border-radius:50%;border:1px solid}.lp-ring--outer{width:220px;height:220px;border-color:#00c8e833;animation:lp-spin-cw 12s linear infinite}.lp-ring--mid{width:168px;height:168px;border-color:#3b82f64d;animation:lp-spin-ccw 8s linear infinite}.lp-ring--inner{width:116px;height:116px;border-color:#8b5cf633;animation:lp-spin-cw 6s linear infinite}.lp-planet{position:absolute;border-radius:50%;left:50%;transform:translate(-50%)}.lp-planet--top{top:-6px;width:12px;height:12px;background:#67e8f9;box-shadow:0 0 8px #67e8f999}.lp-planet--bottom{bottom:-5px;width:8px;height:8px;background:#60a5fa;box-shadow:0 0 6px #60a5fa99}.lp-logo-circle{position:relative;z-index:10;width:88px;height:88px;border-radius:50%;overflow:hidden;border:2px solid rgba(0,200,232,.45);box-shadow:0 0 28px #00c8e859,0 0 0 6px #00c8e80f;animation:lp-pulse 3s ease-in-out infinite;flex-shrink:0}.lp-logo-img{width:100%;height:100%;object-fit:cover;transform:scale(1.05);display:block}.lp-particle{position:absolute;border-radius:50%;pointer-events:none}.lp-particle--1{width:8px;height:8px;background:#67e8f9b3;top:18px;right:22px;animation:lp-bounce 2s ease-in-out infinite}.lp-particle--2{width:6px;height:6px;background:#c084fcb3;bottom:22px;left:18px;animation:lp-bounce 2.5s ease-in-out infinite;animation-delay:.5s}.lp-particle--3{width:4px;height:4px;background:#60a5fab3;top:52px;left:12px;animation:lp-bounce 3s ease-in-out infinite;animation-delay:1s}.lp-brand{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 .25rem;letter-spacing:-.02em;text-align:center}.lp-brand-sub{font-size:.85rem;font-weight:500;color:#67e8f9;margin:0 0 1.75rem;letter-spacing:.03em;text-align:center}.lp-features{display:flex;flex-direction:column;gap:.6rem;width:100%;max-width:280px}.lp-feature-card{display:flex;align-items:center;gap:.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:.6rem 1rem}.lp-feature-icon{width:28px;height:28px;background:#3b82f633;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.8rem;flex-shrink:0}.lp-feature-text{font-size:.84rem;color:#cbd5e1}.lp-right{width:100%;background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a);display:flex;align-items:center;justify-content:center;padding:2rem}@media (min-width: 1024px){.lp-right{width:50%}}.lp-form-wrap{width:100%;max-width:360px}.lp-mobile-logo{display:flex;justify-content:center;margin-bottom:1.5rem;width:56px;height:56px;border-radius:50%;overflow:hidden;border:1.5px solid rgba(96,165,250,.4);background:#3b82f626;margin-left:auto;margin-right:auto}@media (min-width: 1024px){.lp-mobile-logo{display:none}}.lp-title{font-size:1.6rem;font-weight:700;color:#fff;margin:0 0 .25rem;letter-spacing:-.02em}.lp-subtitle{font-size:.85rem;color:#94a3b8;margin:0 0 2rem}.lp-error{background:#ef444426;color:#fca5a5;border:1px solid rgba(239,68,68,.3);border-radius:8px;padding:.65rem 1rem;font-size:.84rem;text-align:center;margin-bottom:1.25rem}.lp-form{display:flex;flex-direction:column;gap:1rem}.lp-field{display:flex;flex-direction:column;gap:.3rem}.lp-label{font-size:.84rem;font-weight:500;color:#cbd5e1}.lp-input{width:100%;padding:.6rem 1rem;background:#334155;border:1px solid #475569;border-radius:8px;color:#fff;font-size:.9rem;font-family:inherit;transition:border-color .15s,box-shadow .15s;outline:none}.lp-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f640}.lp-input::placeholder{color:#64748b}.lp-input:disabled{opacity:.6}.lp-submit{width:100%;height:42px;margin-top:.25rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s;font-family:inherit}.lp-submit:hover:not(:disabled){background:#1d4ed8;filter:none}.lp-submit:disabled{opacity:.55;cursor:default}.lp-footer{margin-top:2rem;text-align:center}.lp-footer-email{font-size:.72rem;font-weight:600;color:#64748b;margin:0}.lp-footer-by{font-size:.7rem;color:#475569;margin:.1rem 0 0}.lp-footer-version{font-size:.68rem;color:#334155;margin:.3rem 0 0}@media (max-width: 900px){.metric-cards{grid-template-columns:repeat(3,1fr)}.mini-tables,.appt-settings-grid{grid-template-columns:1fr}}@media (max-width: 768px){.sidebar{position:static;width:100%;min-height:auto;flex-direction:row;overflow-x:auto;border-right:none;border-bottom:1px solid var(--border)}.sidebar-brand{padding:0 1.1rem;border-bottom:none;border-right:1px solid var(--border);display:flex;align-items:center;flex-shrink:0;white-space:nowrap}.sidebar-brand-sub{display:none}.sidebar-nav{flex-direction:row;padding:0;gap:0;align-items:stretch;overflow-x:auto}.nav-section-label{display:none}.nav-item{padding:0 .9rem;height:46px;border-right:none;border-bottom:2px solid transparent;flex-shrink:0;font-size:.8rem}.nav-item--active{border-right:none;border-bottom-color:var(--accent)}.app-layout{flex-direction:column}.app-content{margin-left:0}}@media (max-width: 600px){.form-row{grid-template-columns:1fr}.app-header{padding:0 1rem}.page-body,.app-main{padding:1rem}.detail-panel{width:100%}.metric-cards{grid-template-columns:repeat(2,1fr)}.msg-item--outbound{margin-left:.5rem}.msg-item--inbound{margin-right:.5rem}.followup-form-row,.integrations-grid{grid-template-columns:1fr}}
