:root{--bg:#eef5f3;--bg-soft:#e6f0ec;--card:#ffffff;--text:#0f172a;--muted:#64748b;--border:#e2e8f0;--primary:#0d9488;--primary-hover:#0f766e;--danger-bg:#fef2f2;--danger-border:#fecaca;--danger-text:#b91c1c;--ok-bg:#f0fdf4;--ok-border:#bbf7d0;--ok-text:#15803d;--radius:12px}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text);background:linear-gradient(160deg,var(--bg) 0,var(--bg-soft) 100%);min-height:100vh;-webkit-font-smoothing:antialiased}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.auth-wrap{position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(160deg,#0f172a,#134e4a)}.auth-card{position:relative;z-index:1;width:100%;max-width:420px;background:var(--card);border-radius:var(--radius);border:1px solid var(--border);box-shadow:0 18px 44px rgba(0,0,0,.28);padding:36px 32px}.auth-card .brand{color:var(--text);margin-bottom:20px}.auth-card .brand span,.brand{color:var(--primary)}.brand{font-weight:800;font-size:22px;letter-spacing:-.02em;margin-bottom:24px}.brand span{color:var(--text)}.auth-title{font-size:22px;font-weight:700;margin:0 0 4px}.auth-subtitle{color:var(--muted);font-size:14px;margin:0 0 24px}.field{margin-bottom:16px}.field label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:#334155}.field input{width:100%;height:44px;padding:0 14px;font-size:15px;border:1px solid var(--border);border-radius:8px;outline:none;transition:border-color .15s,box-shadow .15s}.field input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(13,148,136,.15)}.field .hint{font-size:12px;color:var(--muted);margin-top:4px}.btn{width:100%;height:46px;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:background .15s;display:inline-flex;align-items:center;justify-content:center;gap:6px;text-align:center;text-decoration:none;box-sizing:border-box;line-height:1}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn:disabled{opacity:.6;cursor:not-allowed}.alert{padding:12px 14px;border-radius:8px;font-size:14px;margin-bottom:18px;border:1px solid transparent}.alert-error{background:var(--danger-bg);border-color:var(--danger-border);color:var(--danger-text)}.alert-ok{background:var(--ok-bg);border-color:var(--ok-border);color:var(--ok-text)}.link-row{display:flex;justify-content:space-between;margin-top:18px;font-size:13px}.muted{color:var(--muted)}.shell{min-height:100vh;background:var(--bg);color:var(--text)}.topbar{height:60px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 24px}.topbar .brand{margin:0;font-size:18px}.content{max-width:960px;margin:0 auto;padding:32px 24px}.content--wide{max-width:1560px}.panel{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:24px;margin-bottom:20px}.panel h2{margin:0 0 12px;font-size:16px}.kv{display:flex;gap:8px;font-size:14px;padding:6px 0;border-bottom:1px dashed var(--border)}.kv span:first-child{color:var(--muted);min-width:120px}.btn-ghost{height:38px;padding:0 16px;width:auto;color:var(--text)}.list-item{padding:10px 0;border-bottom:1px solid var(--border);font-size:14px}.list-item:last-child{border-bottom:none}.landing{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;color:#fff;text-align:center;padding:24px;background:linear-gradient(160deg,#0b2e2b,#0f3d39)}.landing h1{font-size:40px;margin:0;letter-spacing:-.03em}.landing p{color:#cbd5e1;margin:0}.landing .cta-row{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.landing .cta{background:#fff;color:var(--text);padding:14px 24px;border-radius:10px;font-weight:600}.landing .cta.secondary{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.25)}.topbar-left{gap:28px}.topbar-left,.topbar-right{display:flex;align-items:center}.topbar-right{gap:16px}.nav{display:flex;gap:18px}.nav a{color:var(--muted);font-size:14px;font-weight:600;padding:4px 0;border-bottom:2px solid transparent}.nav a:hover{color:var(--text);text-decoration:none}.nav a.active{color:var(--primary);border-bottom-color:var(--primary)}.panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.panel-head h2{margin:0}.action-row{display:flex;gap:10px}.btn-inline{width:auto;height:38px;padding:0 16px;font-size:14px;display:inline-flex;align-items:center}.btn-danger{background:var(--danger-text);color:#fff}.btn-danger:hover{background:#991b1b}.back-link{display:inline-block;margin-bottom:14px;font-size:14px;font-weight:600}.form-actions{display:flex;gap:12px;margin-top:8px}.form-actions .btn{width:auto;flex:1 1;display:inline-flex;align-items:center;justify-content:center}.toolbar{display:flex;align-items:center;gap:12px;margin-bottom:18px;flex-wrap:wrap}.toolbar-input{flex:1 1;min-width:200px;height:38px;padding:0 12px;border:1px solid var(--border);border-radius:8px;font-size:14px;outline:none}.toolbar-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(13,148,136,.15)}.toolbar label{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:var(--muted)}.toolbar input[type=date]{height:38px;padding:0 10px;border:1px solid var(--border);border-radius:8px;font-size:14px;background:var(--card,#fff);color:inherit;outline:none}.toolbar input[type=date]:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(13,148,136,.15)}.nps-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));grid-gap:12px;gap:12px;margin-bottom:16px}.nps-stat{display:flex;flex-direction:column;gap:4px;background:var(--card,#fff);border:1px solid var(--border,#e5e7eb);border-radius:10px;padding:14px 16px}.nps-stat-label{font-size:13px;color:var(--muted)}.nps-stat-value{font-size:26px;font-weight:700;line-height:1.1}.nps-stat-main .nps-stat-value{font-size:36px}.checkbox{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--muted);white-space:nowrap}.table{width:100%;border-collapse:collapse;font-size:14px}.table th{text-align:left;padding:8px 10px;border-bottom:2px solid var(--border);color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.04em}.table td{padding:10px;border-bottom:1px solid var(--border)}.table tr:last-child td{border-bottom:none}.badge{display:inline-block;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:600}.badge-ok{background:var(--ok-bg);color:var(--ok-text)}.badge-off{background:#f1f5f9;color:var(--muted)}.pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:18px}.field textarea{width:100%;padding:10px 14px;font-size:15px;font-family:inherit;border:1px solid var(--border);border-radius:8px;outline:none;resize:vertical}.field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(13,148,136,.15)}.field input:disabled{background:#f8fafc;color:var(--muted)}.field select{width:100%;height:44px;padding:0 12px;font-size:15px;border:1px solid var(--border);border-radius:8px;background:#fff;outline:none}.field select:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(13,148,136,.15)}.field-row{display:flex;gap:14px}.field-row .field{flex:1 1}.link-btn{background:none;border:none;color:var(--primary);font-size:13px;font-weight:600;cursor:pointer;padding:2px 4px}.link-btn:hover{text-decoration:underline}.link-btn:disabled{opacity:.5;cursor:not-allowed}.picker{position:relative}.picker-selected{display:flex;align-items:center;justify-content:space-between;height:44px;padding:0 14px;background:#f8fafc}.picker-list,.picker-selected{border:1px solid var(--border);border-radius:8px}.picker-list{list-style:none;margin:4px 0 0;padding:4px;background:#fff;box-shadow:0 8px 24px rgba(2,6,23,.12);position:absolute;z-index:10;width:100%;max-height:240px;overflow-y:auto}.picker-list li button{width:100%;text-align:left;background:none;border:none;padding:8px 10px;border-radius:6px;cursor:pointer;font-size:14px}.picker-list li button:hover{background:#f1f5f9}.agenda-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:12px}.date-nav{display:flex;align-items:center;gap:8px}.date-nav input[type=date]{height:38px;padding:0 10px;border:1px solid var(--border);border-radius:8px;font-size:14px}.agenda-filter{min-width:220px}.agenda-filter .field{margin-bottom:0}.day-heading{font-size:14px;font-weight:600;color:#334155;text-transform:capitalize;margin:0 0 14px}.agenda-list{list-style:none;margin:0;padding:0}.agenda-item{display:flex;align-items:center;gap:16px;padding:12px 0;border-bottom:1px solid var(--border)}.agenda-item:last-child{border-bottom:none}.agenda-item.is-cancelled{opacity:.55}.agenda-time{display:flex;flex-direction:column;font-weight:700;font-size:15px;min-width:56px;line-height:1.3}.agenda-time .muted{font-weight:400;font-size:12px}.agenda-main{flex:1 1;min-width:0}.agenda-patient{font-weight:600;font-size:15px}.agenda-meta{font-size:13px;margin-top:2px}.agenda-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.detail-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px;padding-top:16px;border-top:1px solid var(--border)}.badge-sched{background:#eff6ff;color:#1d4ed8}.badge-conf{background:#ecfeff;color:#0e7490}.badge-arrived{background:#fef3c7;color:#92400e}.badge-progress{background:#ede9fe;color:#5b21b6}.badge-done{background:var(--ok-bg);color:var(--ok-text)}.badge-noshow{background:#fff7ed;color:#c2410c}.badge-pending{background:#fefce8;color:#a16207}.invite-link{display:flex;gap:8px;margin-top:4px}.invite-link input{flex:1 1;height:40px;padding:0 12px;border:1px solid var(--border);border-radius:8px;font-size:13px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:#f8fafc;color:#334155}.table td select{height:34px;padding:0 8px;border:1px solid var(--border);border-radius:6px;font-size:13px;background:#fff}.note-form{background:#f8fafc;border:1px solid var(--border);border-radius:10px;padding:14px;margin-bottom:20px}.note-form-row{margin-bottom:8px}.note-form select{height:38px;padding:0 10px;background:#fff}.note-form select,.note-form textarea{border:1px solid var(--border);border-radius:8px;font-size:14px}.note-form textarea{width:100%;padding:10px 12px;font-family:inherit;outline:none;resize:vertical}.note-form textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(13,148,136,.15)}.note-form-actions{display:flex;justify-content:flex-end;margin-top:10px}.note-amending{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--primary-hover);background:#ecfeff;border:1px solid #a5f3fc;border-radius:8px;padding:8px 12px;margin-bottom:10px}.note-list{list-style:none;margin:0;padding:0}.note-card{border:1px solid var(--border);border-radius:10px;padding:14px;margin-bottom:12px}.note-head{display:flex;align-items:center;gap:12px;margin-bottom:8px}.note-meta{flex:1 1;font-size:13px;color:var(--muted)}.note-amends-ref{font-size:12px;color:#a16207;margin-bottom:6px}.note-content{white-space:pre-wrap;font-size:14px;line-height:1.5;color:#1e293b}.summary-cards{display:flex;gap:16px;margin-bottom:20px;flex-wrap:wrap}.summary-card{flex:1 1;min-width:200px;border:1px solid var(--border);border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:4px}.summary-card.pending{background:#fefce8;border-color:#fde68a}.summary-card.paid{background:var(--ok-bg);border-color:var(--ok-border)}.summary-label{font-size:13px;color:var(--muted)}.summary-value{font-size:24px;font-weight:800;letter-spacing:-.02em}.summary-meta{font-size:12px;color:var(--muted)}.pay-inline{display:flex;align-items:center;gap:6px}.pay-inline select{height:32px;padding:0 6px;border:1px solid var(--border);border-radius:6px;font-size:13px}.patient-detail-head,.patient-form-head{display:flex;align-items:center;gap:16px;margin-bottom:16px;background:#fff;border:1px solid var(--border);border-radius:12px;padding:16px 18px}.patient-head-info{flex:1 1;min-width:0}.patient-head-info h2{margin:0 0 2px;font-size:18px}.patient-photo{display:flex;flex-direction:column;align-items:center;gap:4px}.photo-hint{font-size:11px}.avatar{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#ccfbf1;color:var(--primary-hover);font-weight:700;font-size:15px;flex-shrink:0}.avatar-lg{width:64px;height:64px;font-size:22px}.tabbar{display:flex;gap:4px;border-bottom:1px solid var(--border);margin-bottom:18px;overflow-x:auto}.tabbar-item{background:none;border:none;border-bottom:2px solid transparent;padding:10px 16px;font-size:14px;font-weight:600;color:var(--muted);cursor:pointer;white-space:nowrap}.tabbar-item:hover{color:var(--text)}.tabbar-item.active{color:var(--primary);border-bottom-color:var(--primary)}.form-section{background:#fff;border:1px solid var(--border);border-radius:12px;padding:16px 18px 18px;margin-bottom:16px}.form-section-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--primary-hover);margin:0 0 14px}.form-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:12px 14px;gap:12px 14px}.col-1{grid-column:span 1}.col-2{grid-column:span 2}.col-3{grid-column:span 3}.col-4{grid-column:span 4}.col-5{grid-column:span 5}.col-6{grid-column:span 6}.col-7{grid-column:span 7}.col-8{grid-column:span 8}.col-9{grid-column:span 9}.col-10{grid-column:span 10}.col-11{grid-column:span 11}.col-12{grid-column:span 12}@media (max-width:820px){.form-grid>*{grid-column:1/-1!important}}.fld{display:flex;flex-direction:column;min-width:0}.fld>label{font-size:12px;font-weight:600;color:#475569;margin-bottom:4px}.fld .req{color:var(--danger-text);margin-left:2px}.fld input,.fld select{width:100%;height:34px;padding:0 10px;font-size:13.5px;border:1px solid var(--border);border-radius:7px;background:#fff;outline:none;transition:border-color .15s,box-shadow .15s}.fld input:focus,.fld select:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(13,148,136,.12)}.fld input[type=checkbox],.fld input[type=radio]{width:15px;height:15px;min-height:0;padding:0;margin:0;flex:none;accent-color:var(--primary);cursor:pointer}.fld input:disabled{background:#f1f5f9;color:var(--muted)}.fld input.has-error,.fld select.has-error{border-color:var(--danger-border);background:var(--danger-bg)}.fld-error{font-size:12px;color:var(--danger-text);margin:4px 0 0}.fld-hint{font-size:11px;color:var(--muted);margin:4px 0 0}.fld-input-wrap{position:relative}.fld-adornment{position:absolute;right:10px;top:50%;transform:translateY(-50%)}.fld-check{justify-content:flex-end}.check-label{gap:6px;font-size:13.5px;height:34px}.check-label,.radio-row{display:flex;align-items:center}.radio-row{gap:20px;flex-wrap:wrap;min-height:34px}.radio-item{display:flex;align-items:center;gap:6px;font-size:14px}.mini-spinner{display:inline-block;width:14px;height:14px;border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.insurance-row{border:1px solid var(--border);border-radius:10px;padding:14px;margin-bottom:12px;background:#f8fafc}.insurance-remove{justify-content:flex-end;align-items:flex-end}.tab-panels{min-height:200px}.sticky-actions{position:-webkit-sticky;position:sticky;bottom:0;display:flex;justify-content:flex-end;gap:12px;background:#fff;border:1px solid var(--border);border-radius:12px;padding:12px 16px;margin-top:8px;box-shadow:0 -2px 10px rgba(2,6,23,.04)}.sticky-actions .btn{width:auto;min-width:130px}.detail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:2px 24px;gap:2px 24px}.detail-grid .kv{border-bottom:1px dashed var(--border)}.agenda-layout{display:grid;grid-template-columns:1fr 340px;grid-gap:18px;gap:18px;align-items:start}@media (max-width:980px){.agenda-layout{grid-template-columns:1fr}}.agenda-day-head{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:12px}.agenda-day-date{display:flex;align-items:center;gap:10px;flex:1 1}.agenda-day-num{font-size:34px;font-weight:800;color:var(--primary);line-height:1}.agenda-day-weekday{font-size:15px}.agenda-day-month,.agenda-day-weekday{display:block;text-transform:capitalize}.agenda-day-month{font-size:12px}.agenda-prof{max-width:300px;margin-bottom:12px}.agenda-prof .field{margin-bottom:0}.day-grid{background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden}.day-grid.is-loading{opacity:.6}.day-slot{display:grid;grid-template-columns:60px 1fr;border-bottom:1px solid var(--border)}.day-slot:last-child{border-bottom:none}.day-slot-time{font-size:12px;color:var(--muted);padding:8px 8px 0 0;text-align:right;border-right:1px dashed var(--border)}.day-slot-body{padding:4px 8px;display:flex;flex-direction:column;gap:4px;min-height:40px;justify-content:center}.day-slot-empty{display:block;height:30px;line-height:30px;text-align:center;border-radius:6px;color:#cbd5e1;font-size:18px;opacity:0;transition:opacity .12s,background .12s}.day-slot-empty:hover{opacity:1;background:#f1f5f9;text-decoration:none}.appt-block{display:flex;flex-direction:column;gap:2px;width:100%;text-align:left;border:1px solid transparent;border-left-width:3px;border-radius:6px;padding:6px 10px;cursor:pointer;font:inherit}.appt-block.selected{box-shadow:0 0 0 2px var(--primary)}.appt-block-time{font-size:11px;font-weight:700;opacity:.85}.appt-block-name{font-size:13px;font-weight:600}.appt-block-reason{font-size:12px;color:var(--muted)}.appt-block-top{display:flex;align-items:center;justify-content:space-between;gap:6px}.appt-block-sub{font-size:12px;color:var(--muted)}.type-chip{display:inline-block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;padding:1px 7px;border-radius:999px;white-space:nowrap;line-height:1.7}.type-chip.type-consultation{background:#e0e7ff;color:#3730a3}.type-chip.type-return{background:#dcfce7;color:#166534}.type-chip.type-exam{background:#fef9c3;color:#854d0e}.type-chip.type-teleconsultation{background:#cffafe;color:#155e75}.type-chip.type-first{background:#fce7f3;color:#9d174d}.type-chip.type-fit{background:#ffedd5;color:#9a3412}.type-chip.type-surgery{background:#fee2e2;color:#991b1b}.appt-contacts{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.contact-chip{font-size:12px;padding:4px 10px;border:1px solid var(--border);border-radius:999px;color:var(--text);text-decoration:none}.contact-chip:hover{background:#f1f5f9}.contact-chip.wa{background:#dcfce7;border-color:#86efac;color:#166534;font-weight:600}.contact-chip.wa:hover{background:#bbf7d0}.agenda-head-actions,.day-slot-blocked{display:flex;gap:8px;align-items:center}.day-slot-blocked{justify-content:space-between;width:100%;background:repeating-linear-gradient(45deg,#f1f5f9,#f1f5f9 8px,#e2e8f0 0,#e2e8f0 16px);border:1px dashed #cbd5e1;border-radius:6px;padding:6px 10px;min-height:30px}.block-label{font-size:12px;font-weight:600;color:#64748b}.block-remove{border:none;background:rgba(255,255,255,.7);color:#ef4444;font-size:16px;line-height:1;width:22px;height:22px;border-radius:6px;cursor:pointer;flex:none}.block-remove:hover{background:#fee2e2}.agenda-blocked-banners{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.agenda-blocked-banner{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff7ed;border:1px solid #fed7aa;border-left:4px solid #ea580c;border-radius:8px;padding:10px 14px;font-size:14px;color:#9a3412;cursor:pointer}.agenda-blocked-banner.selected{box-shadow:0 0 0 2px var(--primary)}.day-slot-blocked{cursor:pointer}.day-slot-blocked.selected{outline:2px solid var(--primary);outline-offset:-1px}.seg-control{display:inline-flex;gap:4px;background:#f1f5f9;border-radius:8px;padding:3px;margin-bottom:14px}.seg-btn{border:none;background:transparent;border-radius:6px;padding:6px 14px;font-size:13px;font-weight:600;color:var(--muted);cursor:pointer}.seg-btn.active{background:#fff;color:var(--text);box-shadow:0 1px 2px rgba(0,0,0,.08)}.modal-overlay{position:fixed;inset:0;background:rgba(15,23,42,.45);display:flex;align-items:center;justify-content:center;padding:16px;z-index:50}.modal-card{background:#fff;border-radius:14px;padding:22px;width:100%;max-width:420px;box-shadow:0 20px 50px rgba(0,0,0,.25);max-height:90vh;overflow-y:auto}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.appt-block.status-SCHEDULED{background:#eff6ff;border-left-color:#3b82f6;color:#1e3a8a}.appt-block.status-CONFIRMED{background:#ecfeff;border-left-color:#0e7490;color:#155e75}.appt-block.status-ARRIVED{background:#fef3c7;border-left-color:#d97706;color:#92400e}.appt-block.status-IN_PROGRESS{background:#ede9fe;border-left-color:#7c3aed;color:#5b21b6}.appt-block.status-COMPLETED{background:#f0fdf4;border-left-color:#16a34a;color:#166534}.appt-block.status-NO_SHOW{background:#fff7ed;border-left-color:#ea580c;color:#9a3412}.appt-block.status-CANCELLED{background:#f8fafc;border-left-color:#94a3b8;color:var(--muted)}.appt-block.status-CANCELLED .appt-block-name{text-decoration:line-through}.agenda-outside{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:12px}.agenda-detail{margin-top:16px}.agenda-detail .detail-actions{margin-top:14px}.detail-actions.secondary{margin-top:10px;padding-top:10px;border-top:1px dashed var(--border)}.appt-block.draggable{cursor:-webkit-grab;cursor:grab}.appt-block.draggable:active{cursor:-webkit-grabbing;cursor:grabbing}.day-slot-body.drag-over{background:#ecfeff;outline:2px dashed var(--primary);outline-offset:-2px;border-radius:6px}.print-area{display:none}@media print{body{visibility:hidden;background:#fff}.print-area,.print-area *{visibility:visible}.print-area{display:block;position:absolute;left:0;top:0;width:100%;padding:8px 16px}.print-title{text-transform:capitalize;margin:0 0 12px}.print-table{width:100%;border-collapse:collapse;font-size:12px}.print-table td,.print-table th{border:1px solid #cbd5e1;padding:5px 8px;text-align:left}.print-table thead th{background:#f1f5f9}.print-blocks{margin-top:12px;font-size:12px}}.mini-cal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.mini-cal-title{font-weight:600;font-size:14px;text-transform:capitalize}.mini-cal-nav{background:none;border:none;cursor:pointer;font-size:18px;color:var(--muted);padding:0 8px;border-radius:6px}.mini-cal-nav:hover{background:#f1f5f9;color:var(--text)}.mini-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:2px;gap:2px;text-align:center}.mini-cal-weekday{font-size:11px;color:var(--muted);padding:4px 0}.mini-cal-day{position:relative;aspect-ratio:1;border:none;background:none;border-radius:8px;font-size:13px;cursor:pointer;color:var(--text);display:flex;align-items:center;justify-content:center}.mini-cal-day:hover{background:#f1f5f9}.mini-cal-day.today{color:var(--primary);font-weight:700}.mini-cal-day.selected{background:var(--primary);color:#fff}.mini-cal-dot{position:absolute;bottom:3px;width:4px;height:4px;border-radius:50%;background:var(--primary)}.mini-cal-day.selected .mini-cal-dot{background:#fff}.mini-cal-block-dot{position:absolute;top:3px;right:3px;width:5px;height:5px;border-radius:50%;background:#ea580c}.mini-cal-day.selected .mini-cal-block-dot{background:#ffedd5}.agenda-viewbar{margin-bottom:14px}.team-view.is-loading,.week-view.is-loading{opacity:.6}.team-date,.week-range{flex:1 1;font-size:16px}.week-prof{margin-bottom:0}.week-grid{display:grid;grid-template-columns:56px repeat(7,1fr);overflow:hidden}.team-scroll,.week-grid{background:#fff;border:1px solid var(--border);border-radius:12px}.team-scroll{overflow-x:auto}.team-grid{display:grid;min-width:max-content}.week-corner{border-bottom:1px solid var(--border);border-right:1px dashed var(--border)}.team-prohead,.week-dayhead{border:none;background:#f8fafc;border-bottom:1px solid var(--border);border-left:1px solid var(--border);padding:6px 4px;cursor:pointer;font:inherit;display:flex;flex-direction:column;align-items:center;gap:1px}.team-prohead:hover,.week-dayhead:hover{background:#eef2f7}.week-dayhead.today{background:#ecfeff;font-weight:700}.week-dayhead-wd{font-size:11px;text-transform:capitalize;color:var(--muted)}.team-prohead,.week-dayhead-dm{font-size:13px;font-weight:600}.team-prohead{flex-direction:row;justify-content:center}.week-time{font-size:11px;color:var(--muted);padding:4px 6px 0 0;text-align:right;border-right:1px dashed var(--border);border-bottom:1px solid #f1f5f9}.week-cell{min-height:30px;padding:2px;display:flex;flex-direction:column;gap:2px}.week-cell,.week-cell-empty{border-left:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.week-cell-empty{background:transparent;cursor:pointer}.week-cell-empty:hover{background:#f1f5f9}.week-cell-empty.off-hours,.week-cell.off-hours{background:#f8fafc}.week-cell-empty.off-hours:hover{background:#eef2f7}.week-cell-blocked{border-left:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;background:repeating-linear-gradient(45deg,#f8fafc,#f8fafc 6px,#eef2f7 0,#eef2f7 12px)}.week-appt{border:none;border-left:3px solid #3b82f6;background:#eff6ff;color:#1e3a8a;border-radius:4px;padding:2px 5px;font-size:11px;text-align:left;cursor:pointer;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.week-appt-time{font-weight:700}.week-appt.status-CONFIRMED{background:#ecfeff;border-left-color:#0e7490;color:#155e75}.week-appt.status-ARRIVED{background:#fef3c7;border-left-color:#d97706;color:#92400e}.week-appt.status-IN_PROGRESS{background:#ede9fe;border-left-color:#7c3aed;color:#5b21b6}.week-appt.status-COMPLETED{background:#f0fdf4;border-left-color:#16a34a;color:#166534}.week-appt.status-NO_SHOW{background:#fff7ed;border-left-color:#ea580c;color:#9a3412}.week-appt.status-CANCELLED{background:#f8fafc;border-left-color:#94a3b8;color:var(--muted);text-decoration:line-through}.waitlist-list{display:flex;flex-direction:column;gap:8px}.waitlist-item{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:1px solid var(--border);border-radius:10px;padding:12px 14px}.waitlist-main{min-width:0}.waitlist-name{font-weight:600}.waitlist-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:13px;margin-top:3px}.waitlist-notes{font-size:13px;color:var(--muted);margin-top:4px}.waitlist-actions{display:flex;gap:6px;flex:none}.day-slot.off-hours{background:#f8fafc}.day-slot.off-hours .day-slot-time{color:#cbd5e1}.schedule-modal{max-width:460px}.sched-rows{display:flex;flex-direction:column;gap:8px;margin:6px 0 12px}.sched-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;background:#f8fafc;border:.5px solid var(--border);border-radius:10px;padding:8px 12px}.sched-row select{flex:1 1;min-width:130px}.sched-row input[type=time]{width:116px}.sched-row .block-remove{margin-left:auto;background:none;border:none;color:var(--muted);font-size:20px;line-height:1;cursor:pointer;padding:0 4px}.sched-row .block-remove:hover{color:#b91c1c}.sched-row input,.sched-row select,.svc-dur input{height:42px;padding:0 12px;font-size:15px;border:1px solid var(--border);border-radius:8px;background:#fff;outline:none;transition:border-color .15s,box-shadow .15s}.sched-row input:focus,.sched-row select:focus,.svc-dur input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(13,148,136,.15)}.svc-dur input:disabled{background:#f8fafc;color:var(--muted)}.svc-dur input[type=number]::-webkit-inner-spin-button,.svc-dur input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.svc-dur input[type=number]{-moz-appearance:textfield;width:84px;text-align:center}.confirm-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:#f1f5f9}.confirm-card{background:#fff;border-radius:14px;box-shadow:0 8px 30px rgba(0,0,0,.08);padding:32px;width:100%;max-width:440px;text-align:center}.confirm-brand{margin:0 0 8px;color:var(--primary);font-size:22px}.confirm-hi{font-size:17px;margin:8px 0 16px}.confirm-info{gap:10px;text-align:left;background:#f8fafc;border:1px solid var(--border);border-radius:10px;padding:16px;margin-bottom:18px}.confirm-info,.confirm-info>div{display:flex;flex-direction:column}.confirm-info strong{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.03em}.confirm-actions{display:flex;flex-direction:column;gap:10px}.confirm-actions .btn{width:100%;justify-content:center}.confirm-msg{font-size:16px;font-weight:600;color:#166534;margin:0 0 8px}.confirm-foot{margin:20px 0 0;font-size:12px;color:var(--muted)}.booking-card{max-width:540px;text-align:left}.slot-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(78px,1fr));grid-gap:8px;gap:8px;margin:16px 0 4px}.slot-btn{padding:9px 6px;border:1px solid var(--border);background:#fff;border-radius:8px;font-size:14px;cursor:pointer;transition:all .12s}.slot-btn.selected,.slot-btn:hover{border-color:var(--primary)}.slot-btn.selected{background:var(--primary);color:#fff;font-weight:600}.booking-contact{margin-top:20px;border-top:1px solid var(--border);padding-top:12px}.form-error{color:#b91c1c;font-size:14px;margin:4px 0 10px}.booking-link{margin-top:14px}.booking-link-row{display:flex;gap:8px;margin-top:4px}.booking-link-row input{flex:1 1;padding:8px 10px;border:1px solid var(--border);border-radius:8px;font-size:13px;background:#f8fafc}.badge-online{background:#e0f2fe;color:#075985}.booking-wide{max-width:720px;text-align:left}.bk-header{justify-content:space-between;gap:12px;padding-bottom:14px;margin-bottom:14px;border-bottom:.5px solid var(--border)}.bk-clinic,.bk-header{display:flex;align-items:center}.bk-clinic{gap:11px}.bk-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:14px;flex-shrink:0}.bk-avatar,.bk-chip{background:#e0f2fe;color:#075985}.bk-chip{font-size:12px;padding:5px 11px;border-radius:8px;white-space:nowrap}.bk-steps{display:flex;flex-wrap:wrap;gap:16px;font-size:13px;color:var(--muted);margin-bottom:16px}.bk-steps .on{color:var(--primary);font-weight:500}.bk-panes{display:grid;grid-template-columns:290px 1fr;grid-gap:20px;gap:20px;margin-top:14px}.bk-cal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.bk-cal-head span{font-size:14px;font-weight:500}.bk-cal-head span:first-letter{text-transform:uppercase}.bk-cal-head button{width:30px;height:30px;border:.5px solid var(--border);background:#fff;border-radius:8px;cursor:pointer;font-size:16px;line-height:1}.bk-cal-head button:disabled{opacity:.4;cursor:default}.bk-cal-week{font-size:11px;color:var(--muted);text-align:center;margin-bottom:6px}.bk-cal-grid,.bk-cal-week{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:4px;gap:4px}.bk-cal-grid.is-loading{opacity:.5;pointer-events:none}.bk-day{aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;font:inherit;font-size:14px;border:none;background:transparent;border-radius:8px;color:var(--muted);cursor:default;padding:0}.bk-day.empty{visibility:hidden}.bk-day.avail{color:#0f172a;cursor:pointer;border:.5px solid var(--border)}.bk-day.avail:hover{background:#f1f5f9}.bk-day.sel{color:#fff;border:2px solid var(--primary)}.bk-day.sel,.bk-dot{background:var(--primary)}.bk-dot{width:4px;height:4px;border-radius:50%;margin-top:3px}.bk-datetitle{font-size:14px;font-weight:500;margin:0 0 12px}.bk-datetitle:first-letter{text-transform:uppercase}.bk-periodblock{margin-bottom:14px}.bk-period{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.03em;margin:0 0 8px}.bk-slotgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));grid-gap:8px;gap:8px}.bk-confirm{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-top:16px}.bk-back{background:none;border:none;color:var(--primary);font:inherit;font-size:14px;cursor:pointer;padding:0;margin-bottom:10px}.bk-back:hover{text-decoration:underline}.prof-avatar{border-radius:50%;object-fit:cover;flex-shrink:0}.prof-avatar.initials{display:inline-flex;align-items:center;justify-content:center;background:#e0f2fe;color:#075985;font-weight:500}.prof-cards{display:flex;flex-direction:column;gap:10px;margin-top:8px}.prof-card{display:flex;align-items:center;gap:14px;width:100%;text-align:left;background:#fff;border:.5px solid var(--border);border-radius:12px;padding:14px 16px;cursor:pointer;font:inherit;transition:all .12s}.prof-card:hover{border-color:var(--primary);background:#f8fafc}.prof-card-body{display:flex;flex-direction:column;gap:2px;flex:1 1;min-width:0}.prof-card-name{font-weight:500;font-size:15px}.prof-card-spec{font-size:13px;color:var(--primary)}.prof-card-bio{font-size:13px;color:var(--muted);line-height:1.4}.prof-card-crm{font-size:12.5px;color:var(--muted);font-weight:600}.prof-card-go{color:var(--muted);font-size:22px}.bk-typebar{display:flex;flex-wrap:wrap;gap:8px;margin:4px 0 10px}.type-pill{padding:7px 12px;border:.5px solid var(--border);background:#fff;border-radius:20px;font:inherit;font-size:13px;cursor:pointer}.type-pill .muted{font-size:12px}.type-pill.on{background:var(--primary);border-color:var(--primary);color:#fff}.type-pill.on .muted{color:#e0f2fe}.settings-stack{display:flex;flex-direction:column;gap:18px;max-width:720px}.panel.collapsible{padding:0;margin-bottom:0;overflow:hidden}.collapsible-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 24px;cursor:pointer;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.collapsible-head::-webkit-details-marker{display:none}.collapsible-title{font-size:15px;font-weight:600;color:var(--text)}.collapsible-head:hover .collapsible-title{color:var(--primary-hover)}.collapsible-chevron{color:var(--muted);font-size:13px;transition:transform .15s ease}.collapsible[open] .collapsible-chevron{transform:rotate(180deg)}.collapsible[open] .collapsible-head{border-bottom:1px solid var(--border)}.collapsible-body{padding:20px 24px 24px}.cons-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.cons-title{font-size:22px;margin:0 0 4px}.cons-sub{margin:0}.cons-reason{margin:6px 0 0;font-size:14px;color:#334155}.cons-head-actions{flex:0 0 auto}.cons-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,340px);grid-gap:16px;gap:16px;align-items:start}.cons-col{display:flex;flex-direction:column;gap:16px;min-width:0}.cons-grid .collapsible,.cons-grid .panel{margin-bottom:0}.cons-evo-panel{border-color:var(--primary);box-shadow:0 1px 2px rgba(15,23,42,.06)}.cons-docs-body{display:flex;flex-direction:column;gap:16px}@media (max-width:980px){.cons-grid{grid-template-columns:1fr}}.cons-evo-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.evo-status{margin-left:auto;font-size:12px}.cons-evo{width:100%;padding:12px;font-size:15px;font-family:inherit;line-height:1.5;border:1px solid var(--border);border-radius:8px;outline:none;resize:vertical}.evo-editor{display:flex;flex-direction:column;gap:14px}.evo-modes{align-self:flex-start}.evo-fields{gap:16px}.evo-field,.evo-fields{display:flex;flex-direction:column}.evo-field{gap:6px}.evo-field-label{font-size:13px;font-weight:600;color:var(--primary-hover)}.evo-field-input{width:100%;padding:10px 12px;font-size:15px;font-family:inherit;line-height:1.5;border:1px solid var(--border);border-radius:8px;outline:none;resize:vertical}.cons-evo:focus,.evo-field-input:focus{border-color:var(--primary)}.evo-cfg-list{display:flex;flex-direction:column;gap:8px}.evo-cfg-row{display:flex;align-items:center;gap:6px}.evo-cfg-row input{flex:1 1 auto;padding:8px 10px;font-size:14px;font-family:inherit;border:1px solid var(--border);border-radius:8px;outline:none}.evo-cfg-row input:focus{border-color:var(--primary)}.ap-list{display:flex;flex-direction:column;gap:8px}.ap-row{justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid var(--border);border-radius:8px}.ap-row,.ap-row-main{display:flex;align-items:center}.ap-row-main{gap:8px;flex-wrap:wrap;min-width:0}.ap-row-meta{font-size:12px}.ap-row-actions{display:flex;gap:12px;flex:0 0 auto}.link-btn.danger{color:var(--danger,#dc2626)}.ap-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.ap-field>label{font-size:13px;font-weight:600;color:var(--primary-hover)}.ap-field input{padding:8px 10px;font-size:14px;font-family:inherit;border:1px solid var(--border);border-radius:8px;outline:none;max-width:360px}.ap-field input:focus{border-color:var(--primary)}.ap-field select{padding:8px 10px;font-size:14px;font-family:inherit;border:1px solid var(--border);border-radius:8px;outline:none;max-width:360px;background:#fff}.ap-field select:focus{border-color:var(--primary)}.ap-cell-changed{background:#fff7ed}.ap-matrix{width:100%;border-collapse:collapse;font-size:14px}.ap-matrix td,.ap-matrix th{border-bottom:1px solid var(--border);padding:8px 10px;text-align:left}.ap-matrix .ap-cell,.ap-matrix th:not(:first-child){text-align:center;width:72px}.ap-matrix thead th{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted,#64748b)}.ap-cell input[type=checkbox]{width:18px;height:18px;cursor:pointer}.cons-history{display:flex;flex-direction:column;gap:12px}.cons-note{border-left:3px solid var(--border);padding:2px 0 2px 12px}.cons-note-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:12px;margin-bottom:2px}.cons-note-type{font-weight:700;color:var(--primary-hover);text-transform:uppercase;letter-spacing:.04em}.cons-note-content{margin:0;font-size:14px;color:#1e293b;white-space:pre-wrap}.vit-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.vit-field{display:flex;flex-direction:column;gap:3px;min-width:0;font-size:13px;color:var(--muted)}.vit-field input{width:100%;box-sizing:border-box;height:36px;padding:0 10px;font-size:15px;border:1px solid var(--border);border-radius:8px;outline:none}.vit-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px}.vit-bmi{font-size:14px;font-weight:600;color:#334155}.dx-chips{flex-direction:column;margin-bottom:12px}.dx-chip,.dx-chips{display:flex;gap:8px}.dx-chip{align-items:center;padding:8px 12px;background:#f0fdfa;border:1px solid var(--border);border-radius:8px;font-size:14px}.dx-chip strong{color:var(--primary-hover)}.dx-chip button{margin-left:auto;background:none;border:none;color:var(--muted);font-size:18px;line-height:1;cursor:pointer}.dx-chip button:hover{color:#b91c1c}.dx-search{position:relative}.dx-search input{width:100%;height:40px;padding:0 12px;font-size:15px;outline:none}.dx-results,.dx-search input{border:1px solid var(--border);border-radius:8px}.dx-results{position:absolute;z-index:20;left:0;right:0;margin-top:4px;max-height:280px;overflow-y:auto;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.12)}.dx-result{display:block;width:100%;text-align:left;padding:9px 12px;background:none;border:none;border-bottom:1px solid var(--border);font-size:14px;cursor:pointer}.dx-result:last-child{border-bottom:none}.dx-result:hover{background:#f8fafc}.dx-result strong{color:var(--primary-hover)}.md-head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.md-greet{font-size:22px;margin:0 0 2px}.md-counts{display:flex;gap:22px}.md-counts div{display:flex;flex-direction:column;align-items:center}.md-counts strong{font-size:24px;line-height:1.1;color:var(--primary-hover)}.md-counts span{font-size:12px;color:var(--muted)}.md-datenav{display:flex;gap:8px;margin:14px 0}.md-list{display:flex;flex-direction:column}.md-row{display:flex;align-items:center;gap:14px;padding:12px 4px;border-bottom:1px solid var(--border)}.md-row:last-child{border-bottom:none}.md-time{flex:0 0 auto;width:58px;font-size:17px;font-weight:700;color:var(--text)}.md-pat{display:flex;flex-direction:column;gap:2px;flex:1 1;min-width:0}.md-pat-name{font-weight:600;font-size:15px}.md-row .badge,.md-row .btn{flex:0 0 auto}@media (max-width:640px){.md-row{flex-wrap:wrap}}.doc-logo-row{display:flex;align-items:center;gap:16px;margin:12px 0 18px}.doc-logo-preview{width:160px;height:70px;flex:0 0 auto;border:1px dashed var(--border);border-radius:8px;background:#f8fafc;display:flex;align-items:center;justify-content:center;overflow:hidden}.doc-logo-preview img{max-width:100%;max-height:100%;object-fit:contain}.doc-paper{display:flex;gap:8px}.vf-page{min-height:100vh;background:#eef2f6;padding:24px;display:flex;justify-content:center}.vf-sheet{position:relative;width:100%;max-width:720px;background:#fff;color:#111;padding:40px 48px;box-shadow:0 4px 24px rgba(15,23,42,.1)}.vf-a5 .vf-sheet{max-width:520px}.vf-actions{position:absolute;top:14px;right:14px;display:flex;gap:8px}.doc-emitted{margin-top:8px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface-2,#f7f8fa)}.doc-emitted>.muted{margin:0 0 8px}.doc-signed-badge{display:inline-flex;align-items:center;font-size:13px;font-weight:600;color:#127a3d}.memed-entry{display:flex;align-items:center;justify-content:space-between;gap:12px}.ct-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.ct-pay-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.ct-pay-row input{flex:1 1 auto}.ct-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px;border:1px solid var(--border);border-radius:8px;margin-bottom:6px}.ct-row-actions{display:flex;gap:6px}.ct-section{border:1px solid var(--border);border-radius:8px;padding:10px 12px;margin-bottom:8px;background:var(--surface-2,#f7f8fa)}.ct-section-head{display:flex;gap:8px;align-items:center;margin-bottom:4px}.ct-section-label{flex:1 1;font-weight:600}@media (max-width:640px){.ct-grid{grid-template-columns:1fr}}.page-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.page-title{font-size:22px;font-weight:700;margin:0}.data-table{width:100%;border-collapse:collapse}.data-table th{text-align:left;font-size:12px;color:var(--muted,#666);padding:8px 10px}.data-table td,.data-table th{border-bottom:1px solid var(--border)}.data-table td{padding:10px;vertical-align:top}.ct-badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:600}.ct-badge-draft{background:#eef0f3;color:#555}.ct-badge-await{background:#e6f0ff;color:#1d4ed8}.ct-badge-signed{background:#e7f6ec;color:#127a3d}.ct-badge-cancel{background:#fdecec;color:#b42318}.ct-patient-result{display:block;width:100%;text-align:left;padding:8px 10px;border:1px solid var(--border);border-top:none;background:#fff;cursor:pointer}.ct-patient-result:first-of-type{border-top:1px solid var(--border);margin-top:4px}.ct-section-tools{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.ct-help{font-size:12px;margin-right:auto}.ct-section-text{width:100%;box-sizing:border-box;font-family:inherit;font-size:15px;line-height:1.6;padding:12px 14px;border:1px solid var(--border);border-radius:8px;outline:none;resize:vertical;min-height:130px;background:#fff;color:#8a8f98}.ct-section-text:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(13,148,136,.15)}.ct-section-text:disabled{background:#f8fafc}.ct-section-text.edited{color:var(--text,#111)}.ct-prev-title{text-align:center;font-size:18px;margin:0 0 6px}.ct-prev-section{margin-top:12px}.ct-prev-section h3{font-size:14px;margin:0 0 4px}.ct-prev-section p{white-space:pre-wrap;margin:0}.ct-sign-box,.ct-sign-done{margin-top:16px;padding:14px 16px;border:1px solid var(--border);border-radius:10px;background:var(--surface-2,#f7f8fa)}.ct-sign-box .check-label{margin-bottom:10px}.ct-signers-board{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0 4px}.ct-signer-chip{font-size:12px;padding:3px 9px;border-radius:999px;border:1px solid var(--border);white-space:nowrap}.ct-signer-chip.is-signed{background:#dcfce7;border-color:#86efac;color:#166534}.ct-signer-chip.is-pending{background:var(--surface-2,#f7f8fa);color:var(--muted,#6b7280)}.ct-selfie{margin-top:6px}.ct-selfie-video{width:100%;max-width:320px;border-radius:10px;background:#000;display:block;margin-bottom:8px}.ct-selfie-thumb{width:120px;height:120px;object-fit:cover;border-radius:10px;border:1px solid var(--border);margin-right:10px;vertical-align:middle}.ct-signer-edit{border:1px solid var(--border);border-radius:10px;padding:12px;margin-bottom:10px;background:var(--surface-2,#f7f8fa)}.ct-signer-foot{justify-content:space-between;gap:12px;margin-top:8px}.ce-summary,.ct-signer-foot{display:flex;align-items:center}.ce-summary{position:-webkit-sticky;position:sticky;top:0;z-index:5;flex-wrap:wrap;gap:8px 18px;margin-bottom:16px;padding:15px 20px;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 2px 6px rgba(0,0,0,.06)}.ce-summary-name{font-weight:700;font-size:17px;color:var(--text,#111)}.ce-summary-item{font-size:16px;font-weight:600;color:var(--text,#111)}.ce-summary-save{margin-left:auto;font-size:12px;color:var(--muted,#8a8f98)}.ct-proc-field{position:relative}.ct-field-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.ct-proc-add{width:24px;height:24px;line-height:1;border:1px solid var(--border);border-radius:6px;background:#fff;color:var(--primary);font-size:18px;font-weight:700;cursor:pointer}.ct-proc-add:hover{background:var(--surface-2,#f4f4f5)}.ct-proc-backdrop{position:fixed;inset:0;z-index:20}.ct-proc-pop{position:absolute;z-index:21;top:100%;left:0;right:0;margin-top:6px;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.15);overflow:hidden}.ct-proc-pop-head{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid var(--border)}.ct-proc-close{border:none;background:none;font-size:20px;line-height:1;cursor:pointer;color:var(--muted,#888)}.ct-proc-list{max-height:280px;overflow-y:auto;padding:6px}.ct-proc-opt{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;cursor:pointer;font-size:14px}.ct-proc-opt:hover{background:var(--surface-2,#f4f4f5)}.ct-proc-opt input{width:16px;height:16px}.ct-proc-pop-foot{display:flex;align-items:center;gap:8px;padding:10px 14px;border-top:1px solid var(--border)}.ct-term-chips{display:flex;flex-wrap:wrap;gap:6px}.ct-term-chip{font-size:13px;padding:4px 10px;border-radius:999px;background:var(--surface-2,#f4f4f5);border:1px solid var(--border)}.ce-split{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px;align-items:start}.ce-main{min-width:0}@media (min-width:1200px){.ce-split{grid-template-columns:minmax(0,1fr) 600px}.ce-aside{position:-webkit-sticky;position:sticky;top:64px;align-self:start;max-height:calc(100vh - 80px);overflow:auto}}.scar-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.scar-view{display:flex;flex-direction:column;align-items:center}.scar-label{font-size:12px;margin-top:2px}.scar-svg{border:1px solid var(--border);border-radius:8px;background:#fff}.scar-view-inner{flex-direction:column}.scar-toolbar,.scar-view-inner{display:flex;align-items:center}.scar-toolbar{flex-wrap:wrap;gap:10px;margin:8px 0;padding:8px;border:1px solid var(--border);border-radius:10px;background:var(--surface-2,#f7f8fa)}.scar-tool-group{display:flex;gap:6px}.scar-cat{font-size:12px;padding:4px 10px;border-radius:999px;border:1.5px solid;cursor:pointer;background:transparent}.scar-annot-list{list-style:none;margin:4px 0 0;padding:0;width:100%;max-width:180px}.scar-annot-list li{display:flex;align-items:center;gap:6px;font-size:12px;padding:1px 0}.scar-dot{width:10px;height:10px;border-radius:50%;flex:0 0 auto}.scar-annot-del{margin-left:auto;border:0;background:transparent;cursor:pointer;font-size:15px;line-height:1;color:var(--muted,#888)}.scar-clear{margin-top:6px}.scar-num{flex:0 0 auto;width:16px;height:16px;border-radius:50%;color:#fff;font-size:10px;font-weight:700;line-height:16px;text-align:center}.btn-on{background:var(--primary-hover);border-color:var(--primary-hover);color:#fff}.btn-on:hover{background:var(--primary);border-color:var(--primary)}.scar-legend{display:flex;flex-wrap:wrap;gap:6px 16px;margin:8px 0;font-size:12px;color:var(--muted,#555)}.scar-legend-item{display:inline-flex;align-items:center;gap:6px}.scar-note{width:100%;max-width:210px;margin-top:4px;padding:6px 8px;font-family:inherit;font-size:12px;line-height:1.4;border:1px solid var(--border);border-radius:6px;outline:none;resize:vertical}.scar-note:focus{border-color:var(--primary)}.scar-note-ro{width:100%;max-width:210px;margin:4px 0 0;font-size:12px;line-height:1.4;color:var(--text,#333)}.mq-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:12px;gap:12px;margin-top:8px}.mq-slot{flex-direction:column;gap:4px;text-align:center}.mq-slot,.mq-thumb{display:flex;align-items:center}.mq-thumb{width:100%;height:150px;border:1px solid var(--border);border-radius:8px;background:#fff;justify-content:center;overflow:hidden}.mq-thumb img{max-width:100%;max-height:100%;object-fit:contain}.vf-head{display:flex;align-items:center;gap:16px;border-bottom:2px solid var(--primary-hover);padding-bottom:12px}.vf-logo{max-height:64px;max-width:180px;object-fit:contain}.vf-head-text strong{display:block;font-size:17px}.vf-header-lines{margin-top:2px;font-size:12px;color:#555;white-space:pre-wrap}.vf-title{margin:24px 0 4px;font-size:18px;text-align:center;text-transform:uppercase;letter-spacing:.06em}.vf-meta{margin:0 0 18px;font-size:14px}.vf-content{white-space:pre-wrap;font-size:15px;line-height:1.6;min-height:160px}.vf-sign{margin-top:52px;text-align:center}.vf-sign-line{display:inline-block;min-width:280px;border-top:1px solid #333;padding-top:6px;font-size:14px}.vf-foot{display:flex;align-items:center;gap:14px;margin-top:28px;border-top:1px solid var(--border);padding-top:12px}.vf-qr{width:84px;height:84px;flex:0 0 auto}.vf-foot-text{display:flex;flex-direction:column;gap:2px;font-size:12px}.vf-valid{color:var(--primary-hover);font-weight:700}.vf-invalid{color:#b91c1c;font-weight:700}@media print{.vf-page{background:#fff;padding:0}.vf-sheet{box-shadow:none;max-width:none;width:auto;padding:0}.vf-actions{display:none}}.svc-list{display:flex;flex-direction:column;gap:8px;margin:12px 0 4px}.svc-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:.5px solid var(--border)}.svc-name{margin:0;font-size:16px;height:auto}.svc-name input[type=checkbox]{width:18px;height:18px}.svc-dur{display:flex;align-items:center;gap:6px}.svc-dur input{width:72px}.sch-action{display:flex;align-items:flex-end}.booking-wide{max-width:980px;padding:40px 44px}.booking-wide .confirm-brand{font-size:28px}.bk-header .bk-clinic .muted{font-size:16px}.bk-chip{font-size:14px;padding:7px 14px}.bk-steps{font-size:15px;gap:20px;margin-bottom:20px}.bk-back{font-size:16px;margin-bottom:14px}.booking-wide .form-section-title{font-size:20px}.prof-card{padding:18px 22px;gap:18px}.prof-card-name{font-size:19px}.prof-card-spec{font-size:16px}.prof-card-bio{font-size:15px}.prof-card-go{font-size:26px}.type-pill{font-size:16px;padding:10px 18px}.type-pill .muted{font-size:13px}.bk-panes{grid-template-columns:360px 1fr;gap:30px}.bk-cal-head span{font-size:18px}.bk-cal-head button{width:36px;height:36px;font-size:18px}.bk-cal-week{font-size:13px}.bk-day{font-size:17px}.bk-dot{width:5px;height:5px}.bk-datetitle{font-size:18px}.bk-period{font-size:13px}.bk-slotgrid{grid-template-columns:repeat(auto-fill,minmax(92px,1fr));gap:10px}.slot-btn{padding:12px 8px}.bk-slots .muted,.slot-btn{font-size:16px}.booking-wide .field label{font-size:15px}.booking-wide .field input{font-size:16px;height:46px}.bk-confirm .muted{font-size:16px}.bk-confirm .btn{font-size:16px;padding:12px 22px}@media (max-width:640px){.booking-wide{padding:24px 20px}}.prof-photo-edit{display:flex;align-items:center;gap:16px;margin:6px 0 18px}.prof-photo-edit .btn{cursor:pointer}.bk-consent{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#475569;margin:8px 0 16px;line-height:1.5}.bk-consent input{margin-top:3px;width:18px;height:18px;flex-shrink:0;cursor:pointer}.bk-consent a{color:var(--primary);text-decoration:underline}.req{color:#dc2626;font-weight:700}.bk-req-note{font-size:13px;color:var(--muted);margin:-2px 0 14px}.anam-editor{display:flex;flex-direction:column;gap:10px;margin-top:8px}.anam-q{border:1px solid var(--border);border-radius:10px;padding:12px;background:#f8fafc}.anam-q-main{display:flex;gap:10px}.anam-q-label{flex:1 1}.anam-q-main input,.anam-q-main select,.anam-q-opts{height:40px;padding:0 12px;font-size:15px;border:1px solid var(--border);border-radius:8px;background:#fff;outline:none}.anam-q-opts{margin-top:8px;width:100%}.anam-q-flags{display:flex;align-items:center;gap:14px;margin-top:8px;flex-wrap:wrap}.anam-q-flags .check-label{height:auto}.anam-q-btn{background:none;border:1px solid var(--border);border-radius:8px;width:32px;height:32px;cursor:pointer;color:var(--muted)}.anam-q-btn:disabled{opacity:.4;cursor:not-allowed}.anam-q-del{margin-left:auto;font-size:18px}.anam-q-del:hover:not(:disabled){color:#b91c1c}.anam-form{display:flex;flex-direction:column;gap:14px;margin:12px 0 4px;text-align:left}.anam-field-label{display:block;font-size:14px;font-weight:600;color:#334155;margin-bottom:6px}.anam-field input,.anam-field textarea{width:100%;padding:10px 12px;font-size:15px;border:1px solid var(--border);border-radius:8px;outline:none;font-family:inherit;resize:vertical}.anam-field.anam-alert{border-left:3px solid #dc2626;padding-left:12px}.anam-field.anam-alert .anam-field-label{color:#b91c1c}.anam-choices{display:flex;flex-wrap:wrap;gap:8px}.anam-opt{padding:8px 16px;border:1px solid var(--border);border-radius:999px;background:#fff;cursor:pointer;font-size:14px}.anam-opt.on{background:var(--primary);border-color:var(--primary);color:#fff}.anam-opt:disabled{opacity:.6;cursor:not-allowed}.anam-options{display:flex;flex-direction:column;gap:8px}.anam-option{display:flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid var(--border);border-radius:8px;background:#fff;cursor:pointer;font-size:15px;text-align:left}.anam-option:disabled{opacity:.6;cursor:not-allowed}.anam-checkbox,.anam-radio{width:18px;height:18px;flex:0 0 auto;border:2px solid #cbd5e1;position:relative}.anam-radio{border-radius:50%}.anam-checkbox{border-radius:4px}.anam-option.on{background:#f0fdfa}.anam-option.on,.anam-option.on .anam-radio{border-color:var(--primary)}.anam-option.on .anam-radio:after{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--primary)}.anam-option.on .anam-checkbox{border-color:var(--primary);background:var(--primary)}.anam-option.on .anam-checkbox:after{content:"✓";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700}.anam-opts{margin-top:8px;display:flex;flex-direction:column;gap:6px}.anam-opt-row{display:flex;align-items:center;gap:8px}.anam-opt-mark{width:16px;text-align:center;color:var(--muted)}.anam-opt-input{flex:1 1;height:34px;padding:0 10px;font-size:14px;border:1px solid var(--border);border-radius:6px;background:#fff}.anam-add-opt{align-self:flex-start;margin-left:24px;padding:4px 0;background:none;border:none;color:var(--primary);font-size:14px;cursor:pointer}.anam-add-opt:hover{text-decoration:underline}.anam-view{margin-top:8px}.anam-view-item{display:flex;flex-direction:column;gap:2px;padding:8px 0;border-bottom:1px solid var(--border)}.anam-view-item strong{font-size:13px;color:var(--muted);font-weight:600}.anam-view-item span{font-size:15px;color:#1e293b;white-space:pre-wrap}.anam-view-item.anam-alert{background:#fef2f2;border-left:3px solid #dc2626;padding:8px 0 8px 10px;border-radius:4px}.anam-view-item.anam-alert strong{color:#b91c1c}.legal-page{max-width:820px;margin:0 auto;padding:40px 24px 64px;line-height:1.65;color:#334155}.legal-page h1{color:var(--primary)}.legal-page h2{margin-top:28px;font-size:18px}.legal-note{background:#fffbeb;border:1px solid #fde68a;border-radius:10px;padding:14px 16px;margin-bottom:24px;color:#92400e;font-size:14px}@media (max-width:600px){.bk-panes{grid-template-columns:1fr}}.cm{display:grid;grid-template-columns:248px 1fr;grid-gap:16px;gap:16px;height:calc(100vh - 60px - 64px);min-height:480px}.cm-sidebar{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:14px 10px;overflow-y:auto}.cm-side-head{padding:4px 8px 10px}.cm-side-title{font-size:20px;font-weight:700;margin:0}.cm-group{margin-top:12px}.cm-group-head{display:flex;align-items:center;justify-content:space-between;padding:4px 8px;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.cm-add{border:none;background:transparent;color:var(--muted);font-size:18px;line-height:1;cursor:pointer;width:22px;height:22px;border-radius:6px}.cm-add:hover{background:#f1f5f9;color:var(--primary)}.cm-empty{padding:4px 8px;font-size:13px;color:var(--muted)}.cm-chan{display:flex;align-items:center;gap:8px;width:100%;border:none;background:transparent;padding:7px 8px;border-radius:8px;cursor:pointer;text-align:left;font-size:14px;color:var(--text)}.cm-chan:hover{background:#f1f5f9}.cm-chan.active{background:#ccfbf1;color:var(--primary-hover);font-weight:600}.cm-hash{width:18px;text-align:center;color:var(--muted);flex-shrink:0}.cm-chan-name{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cm-badge{background:var(--primary);font-size:11px;min-width:18px;height:18px;border-radius:9px;padding:0 5px}.cm-avatar,.cm-badge{color:#fff;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.cm-avatar{border-radius:50%;flex-shrink:0}.cm-main{background:#fff;border:1px solid var(--border);border-radius:var(--radius);display:flex;flex-direction:column;overflow:hidden}.cm-placeholder{flex:1 1;justify-content:center;color:var(--muted)}.cm-main-head,.cm-placeholder{display:flex;align-items:center}.cm-main-head{justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--border)}.cm-main-head strong{font-size:16px}.cm-members{font-size:13px}.cm-scroll{flex:1 1;overflow-y:auto;padding:14px 18px}.cm-center{text-align:center;margin-top:24px}.cm-daysep{text-align:center;margin:16px 0 10px;position:relative}.cm-daysep:before{content:"";position:absolute;top:50%;left:0;right:0;border-top:1px solid var(--border)}.cm-daysep span{position:relative;background:#fff;padding:0 10px;font-size:12px;color:var(--muted);font-weight:600}.cm-msg{display:flex;gap:10px;padding:3px 0;position:relative}.cm-msg:hover{background:#f8fafc}.cm-msg.grouped{padding-top:1px}.cm-msg-gutter{width:36px;flex-shrink:0;display:flex;justify-content:center}.cm-msg-time-hover{font-size:10px;color:var(--muted);opacity:0;align-self:center}.cm-msg:hover .cm-msg-time-hover{opacity:1}.cm-msg-body{flex:1 1;min-width:0}.cm-msg-meta{display:flex;align-items:baseline;gap:8px}.cm-msg-author{font-weight:700;font-size:14px}.cm-msg-time{font-size:11px;color:var(--muted)}.cm-msg-text{margin:1px 0;font-size:14px;line-height:1.45;white-space:pre-wrap;word-break:break-word}.cm-mention{background:#ccfbf1;color:var(--primary-hover);border-radius:4px;padding:0 3px;font-weight:600}.cm-edited{font-size:11px;color:var(--muted)}.cm-msg-actions{position:absolute;top:-6px;right:4px;display:none;gap:2px;background:#fff;border:1px solid var(--border);border-radius:8px;padding:2px}.cm-msg:hover .cm-msg-actions{display:flex}.cm-msg-actions button{border:none;background:transparent;cursor:pointer;font-size:13px;padding:3px 6px;border-radius:6px}.cm-msg-actions button:hover{background:#f1f5f9}.cm-edit textarea{width:100%;resize:vertical;font:inherit;padding:6px 8px;border:1px solid var(--border);border-radius:8px}.cm-edit-actions{display:flex;gap:8px;margin-top:6px}.cm-composer{display:flex;gap:10px;align-items:flex-end;padding:12px 16px;border-top:1px solid var(--border)}.cm-composer textarea{flex:1 1;min-width:0;resize:none;font:inherit;padding:12px;border:1px solid var(--border);border-radius:10px;max-height:160px;line-height:1.4}.cm-composer textarea:focus{outline:none;border-color:var(--primary)}.cm-composer .btn{width:auto;flex-shrink:0;padding:0 22px}.cm-edit-actions .btn{width:auto}.cm-overlay{position:fixed;inset:0;background:rgba(15,23,42,.45);display:flex;align-items:center;justify-content:center;z-index:50;padding:20px}.cm-modal{background:#fff;border-radius:14px;width:100%;max-width:460px;max-height:86vh;overflow-y:auto;padding:20px 22px 22px}.cm-modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.cm-modal-head h2{font-size:18px;margin:0}.cm-close{border:none;background:transparent;font-size:24px;line-height:1;cursor:pointer;color:var(--muted)}.cm-radio-row{display:flex;flex-direction:column;gap:8px}.cm-radio{display:flex;gap:8px;align-items:flex-start;font-size:13px;cursor:pointer}.cm-radio input{margin-top:3px}.cm-member-list{display:flex;flex-direction:column;gap:2px;max-height:260px;overflow-y:auto;border:1px solid var(--border);border-radius:10px;padding:6px}.cm-member{display:flex;align-items:center;gap:8px;padding:6px;border-radius:8px;font-size:14px;cursor:pointer}.cm-member:hover{background:#f1f5f9}.cm-member .muted{margin-left:auto;font-size:12px}.cm-pick{display:flex;align-items:center;gap:10px;width:100%;border:none;background:transparent;padding:8px;border-radius:8px;cursor:pointer;text-align:left;font-size:14px}.cm-pick:hover{background:#f1f5f9}.cm-pick-name{font-weight:500}.cm-pick .muted{margin-left:auto;font-size:12px}.cm-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.cm-err{color:var(--danger-text);font-size:13px;margin:8px 0 0}@media (max-width:720px){.cm{grid-template-columns:1fr;height:auto}.cm-main{min-height:60vh}}.cm-composer-wrap{position:relative}.cm-mention-pop{position:absolute;bottom:100%;left:16px;right:16px;margin-bottom:6px;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px rgba(15,23,42,.12);overflow:hidden;z-index:5}.cm-mention-opt{display:flex;align-items:center;gap:8px;width:100%;border:none;background:transparent;padding:7px 10px;cursor:pointer;text-align:left;font-size:14px}.cm-mention-opt.active,.cm-mention-opt:hover{background:#ccfbf1}.cm-mention-opt .muted{font-size:12px}.nav-badge{display:inline-flex;min-width:18px;height:18px;padding:0 5px;margin-left:6px;border-radius:9px;background:#ef4444;font-size:11px;font-weight:700;line-height:1;vertical-align:middle}.cd-bubble,.nav-badge{align-items:center;justify-content:center;color:#fff}.cd-bubble{position:fixed;right:22px;bottom:22px;width:56px;height:56px;border-radius:50%;border:none;background:var(--primary);box-shadow:0 6px 20px rgba(13,148,136,.45);cursor:pointer;z-index:60;display:flex;transition:transform .12s,box-shadow .12s}.cd-bubble:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(13,148,136,.5)}.cd-bubble.has-unread{animation:cd-pulse 1.8s ease-in-out infinite}@keyframes cd-pulse{0%,to{box-shadow:0 6px 20px rgba(13,148,136,.45)}50%{box-shadow:0 6px 20px rgba(13,148,136,.45),0 0 0 8px rgba(13,148,136,.12)}}.cd-bubble-icon{font-size:24px;line-height:1}.cd-bubble-badge{position:absolute;top:-2px;right:-2px;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:#ef4444;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.cd-panel{position:fixed;right:22px;bottom:22px;width:360px;height:min(540px,calc(100vh - 90px));background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:0 18px 48px rgba(15,23,42,.22);z-index:60;display:flex;flex-direction:column;overflow:hidden}.cd-head{display:flex;align-items:center;gap:8px;padding:12px 14px;border-bottom:1px solid var(--border);background:var(--primary);color:#fff}.cd-head .cd-title{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px}.cd-back{border:none;background:transparent;color:#fff;font-size:22px;line-height:1;cursor:pointer;padding:0 2px}.cd-head-actions{display:flex;gap:2px}.cd-icon{border:none;background:transparent;color:#fff;font-size:18px;line-height:1;cursor:pointer;width:26px;height:26px;border-radius:6px;opacity:.9}.cd-icon:hover{background:rgba(255,255,255,.18);opacity:1}.cd-list{flex:1 1;overflow-y:auto;padding:8px}.cd-list-actions{display:flex;gap:8px;padding:4px 4px 8px}.cd-list-actions .btn{width:auto;flex:1 1;height:34px;font-size:13px}.cd-conv{display:flex;align-items:center;gap:8px;width:100%;border:none;background:transparent;padding:9px 8px;border-radius:8px;cursor:pointer;text-align:left;font-size:14px;color:var(--text)}.cd-conv:hover{background:#f1f5f9}.cd-conversation{flex:1 1;display:flex;flex-direction:column;min-height:0}.cd-conversation .cm-composer,.cd-conversation .cm-scroll{padding:10px 12px}.cm-hint{font-size:12px;margin:0 0 8px}@media (max-width:480px){.cd-panel{right:0;bottom:0;width:100vw;height:100vh;border-radius:0}}.cd-toasts{position:fixed;right:22px;bottom:88px;z-index:61;display:flex;flex-direction:column;gap:8px;align-items:flex-end}.cd-toast{display:flex;align-items:center;gap:10px;min-width:220px;max-width:300px;border:1px solid var(--border);background:#fff;border-radius:12px;padding:10px 12px;box-shadow:0 10px 28px rgba(15,23,42,.18);cursor:pointer;text-align:left;animation:cd-toast-in .18s ease-out}@keyframes cd-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.cd-toast:hover{border-color:var(--primary)}.cd-toast-icon{font-size:20px}.cd-toast-body{display:flex;flex-direction:column;line-height:1.3;overflow:hidden}.cd-toast-body strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cd-toast-body .muted{font-size:12px}.cm-mention-team{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.cm-mention-opt .muted{margin-left:auto}.cd-push-cta{display:block;width:100%;border:1px solid var(--primary);background:#ccfbf1;color:var(--primary-hover);font-weight:600;font-size:13px;padding:9px 10px;border-radius:10px;cursor:pointer;margin-bottom:6px}.cd-push-cta:hover{background:#99f6e4}.cd-push-on{font-size:12px;color:var(--ok-text);margin:2px 4px 6px}.cd-push-on.muted{color:var(--muted)}.fin-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:12px;gap:12px;margin-bottom:18px}.fin-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:4px}.fin-card.in{border-left:4px solid var(--ok-text)}.fin-card.out{border-left:4px solid var(--danger-text)}.fin-card.net{border-left:4px solid var(--primary)}.fin-card-label{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.03em}.fin-card-value{font-size:22px;font-weight:700}.fin-tabs{display:flex;gap:4px;margin-bottom:14px;border-bottom:1px solid var(--border)}.fin-tabs button{background:transparent;padding:10px 16px;font-size:14px;font-weight:600;color:var(--muted);cursor:pointer;border:none;border-bottom:2px solid transparent;margin-bottom:-1px}.fin-tabs button:hover{color:var(--text)}.fin-tabs button.active{color:var(--primary);border-bottom-color:var(--primary)}.fin-form{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-bottom:14px}.fin-form input,.fin-form select{padding:8px 10px;border:1px solid var(--border);border-radius:8px;font:inherit}.fin-form .field{display:flex;flex-direction:column;gap:6px}.fin-form .field>span{font-size:13px;font-weight:600;color:#334155}.fin-form .field>input,.fin-form .field>select{width:100%}.fin-form input[placeholder="Descrição (ex.: Aluguel)"]{flex:1 1;min-width:180px}.fin-settings{display:flex;flex-direction:column;gap:24px}.fin-set-block h4{font-size:15px;margin:0 0 10px}.fin-chip-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.fin-chip{background:#f8fafc;border:1px solid var(--border);border-radius:8px;padding:8px 12px;font-size:14px}.fin-coa-grid{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px;margin-top:12px}@media (min-width:760px){.fin-coa-grid{grid-template-columns:1fr 1fr}}.fin-coa-col h5{margin:0 0 8px;font-size:13px;text-transform:uppercase;letter-spacing:.03em;color:var(--muted)}.fin-coa-cat{background:#f8fafc;border:1px solid var(--border);border-radius:8px;padding:8px 10px;margin-bottom:8px}.fin-coa-cat-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.fin-coa-subs{list-style:none;margin:6px 0 0;padding:0 0 0 10px;display:flex;flex-direction:column;gap:3px}.fin-coa-subs li{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:var(--text);border-left:2px solid var(--border);padding-left:8px}.fin-coa-addsub{margin-top:6px}.fin-coa-addsub input{width:100%;padding:5px 8px;border:1px dashed var(--border);border-radius:6px;font:inherit;font-size:13px}.fin-layout{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px}@media (min-width:900px){.fin-layout{grid-template-columns:220px 1fr;align-items:start}}.fin-side{background:var(--surface,#fff);border:1px solid var(--border);border-radius:12px;padding:12px;position:-webkit-sticky;position:sticky;top:64px}.fin-side-title{font-size:20px;font-weight:700;margin:4px 8px 12px}.fin-side-group{margin-bottom:12px}.fin-side-group-label{display:block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--primary);padding:6px 8px}.fin-side-item{display:block;width:100%;text-align:left;background:none;border:none;border-radius:8px;padding:8px 12px;font:inherit;font-size:14px;color:var(--text);cursor:pointer;text-decoration:none}.fin-side-item:hover{background:#f1f5f9}.fin-side-item.active{background:var(--primary);color:#fff;font-weight:600}.fin-content{min-width:0}.fin-acct-strip{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.fin-acct-chip{border:1px solid var(--border);border-radius:10px;padding:8px 14px;background:#f8fafc;display:flex;flex-direction:column;min-width:120px}.fin-acct-name{font-size:12px;color:var(--muted)}.fin-acct-bal{font-size:17px;font-weight:700;color:var(--primary)}.fin-acct-bal.neg{color:#b91c1c}.fin-actions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.fin-btn-danger{background:#dc2626;color:#fff}.fin-btn-danger:hover{background:#b91c1c}.fin-extrato-filters{flex-wrap:wrap;gap:10px}.fin-extrato-filters input,.fin-extrato-filters select{padding:6px 8px;border:1px solid var(--border);border-radius:8px;font:inherit}.fin-extrato-summary{display:flex;flex-wrap:wrap;gap:16px;padding:10px 14px;background:#f8fafc;border:1px solid var(--border);border-radius:10px;margin:10px 0;font-size:14px}.fin-extrato-summary .in{color:#16a34a;font-weight:600}.fin-extrato-summary .out{color:#b91c1c;font-weight:600}.fin-extrato-table td{vertical-align:top}.fin-src-tag{display:inline-block;margin-left:8px;font-size:11px;color:var(--muted);background:#eef2f7;border-radius:6px;padding:1px 6px}.fin-val-in{color:#16a34a;font-weight:600}.fin-val-out{color:#b91c1c;font-weight:600}.entry-form{display:flex;flex-direction:column;gap:12px}.entry-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.rep-bars{display:flex;flex-direction:column;gap:8px}.rep-bar-row{display:grid;grid-template-columns:160px 1fr 150px;align-items:center;grid-gap:10px;gap:10px;font-size:14px}.rep-bar-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rep-bar-track{background:#f1f5f9;border-radius:6px;height:16px;overflow:hidden}.rep-bar-fill{height:100%;border-radius:6px;min-width:2px}.rep-bar-val{text-align:right;white-space:nowrap}.rep-monthly{display:flex;gap:14px;align-items:flex-end;height:160px;padding:8px 4px 0}.rep-month{display:flex;flex-direction:column;align-items:center;flex:1 1;height:100%}.rep-month-bars{display:flex;align-items:flex-end;justify-content:center;gap:4px;flex:1 1;width:100%}.rep-month-in,.rep-month-out{width:16px;border-radius:3px 3px 0 0;min-height:2px}.rep-month-in{background:#16a34a}.rep-month-out{background:#dc2626}.rep-month-label{font-size:12px;color:var(--muted);margin-top:6px}.rep-legend{display:flex;gap:16px;margin-top:8px;font-size:13px;color:var(--muted)}.rep-legend i{display:inline-block;width:12px;height:12px;border-radius:3px;margin-right:4px;vertical-align:middle}.home-actions{display:flex;flex-wrap:wrap;gap:8px;margin:4px 0 16px}.home-grid{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px;margin-bottom:20px}@media (min-width:760px){.home-grid{grid-template-columns:1fr 1fr}}.home-card{margin:0}.home-agenda-counts{display:flex;gap:14px;font-size:14px;margin-bottom:10px}.home-birthday-list,.home-next-list,.home-pending-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.home-next-list li{display:grid;grid-template-columns:56px 1fr auto;grid-gap:10px;gap:10px;align-items:center;font-size:14px;padding:4px 0;border-bottom:1px solid var(--border)}.home-next-time{font-weight:700;color:var(--primary)}.home-next-pat{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-next-status{font-size:12px}.home-cash{display:flex;gap:12px}.home-cash .fin-card{flex:1 1}.home-pending-list li{display:flex;align-items:center;justify-content:space-between;font-size:14px}.clin-summary-grid{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px;margin-top:8px}@media (min-width:640px){.clin-summary-grid{grid-template-columns:1fr 1fr}}@media (min-width:1000px){.clin-summary-grid{grid-template-columns:1fr 1fr 1fr}}.clin-card{border:1px solid var(--border);border-radius:10px;padding:10px 12px;background:#f8fafc;display:flex;flex-direction:column;gap:4px;min-height:70px}.clin-card-alert{border-color:#dc2626;background:#fef2f2}.clin-card-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--muted)}.clin-card-text{white-space:pre-wrap}.clin-card-empty,.clin-card-text{margin:0;font-size:14px}.clin-card-input{width:100%;border:1px solid var(--border);border-radius:8px;padding:6px 8px;font:inherit;font-size:14px;resize:vertical}.diag-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.diag-chip{display:inline-flex;align-items:baseline;gap:6px;padding:5px 10px;border:1px solid var(--border);border-radius:999px;background:#f1f5f9;font-size:13px}.diag-chip strong{color:var(--primary)}.diag-chip-desc{color:var(--text)}.diag-chip-count{font-size:11px;color:var(--muted);font-weight:600}.tag-chip-list{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:6px}.tag-chip{display:inline-flex;align-items:center;gap:4px;padding:2px 9px;border-radius:999px;color:#fff;font-size:12px;font-weight:600;line-height:1.6}.tag-chip-x{background:transparent;border:none;color:rgba(255,255,255,.85);font-size:14px;line-height:1;cursor:pointer;padding:0}.tag-chip-x:hover{color:#fff}.tag-add-btn{background:transparent;border:1px dashed var(--border);border-radius:999px;color:var(--muted);font-size:12px;padding:2px 9px;cursor:pointer}.tag-add-btn:hover{border-color:var(--primary);color:var(--primary)}.tag-picker{position:absolute;top:100%;left:0;margin-top:4px;background:var(--surface,#fff);border:1px solid var(--border);border-radius:10px;box-shadow:0 6px 24px rgba(0,0,0,.12);padding:4px;z-index:30;min-width:180px;max-height:240px;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.tag-picker-item{display:flex;align-items:center;gap:8px;background:transparent;border:none;text-align:left;padding:6px 8px;border-radius:6px;font-size:13px;cursor:pointer}.tag-picker-item:hover{background:var(--bg-muted,#f1f5f9)}.tag-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.tag-palette{display:inline-flex;gap:4px}.tag-swatch{width:22px;height:22px;border-radius:50%;border:2px solid transparent;cursor:pointer}.tag-swatch.active{border-color:var(--text,#0f172a)}.cons-timer{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid var(--border);border-radius:8px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:14px;font-weight:600;color:var(--text);background:var(--bg-muted,#f8fafc)}.cons-timer-dot{width:8px;height:8px;border-radius:50%;background:#16a34a}.seg-toggle{display:inline-flex;border:1px solid var(--border);border-radius:8px;overflow:hidden}.seg-toggle button{border:none;background:transparent;padding:5px 12px;font-size:13px;cursor:pointer;color:var(--muted)}.seg-toggle button.active{background:var(--primary);color:#fff}.rx-item-row{display:grid;grid-template-columns:130px 1.4fr 1fr 1.4fr 28px;grid-gap:6px;gap:6px;align-items:center;margin-bottom:6px}.rx-item-row input,.rx-item-row select{padding:5px 7px;border:1px solid var(--border);border-radius:6px;font:inherit;font-size:13px}@media (max-width:720px){.rx-item-row{grid-template-columns:1fr 1fr}}.public-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:#f1f5f9}.public-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:28px;max-width:560px;width:100%;box-shadow:0 8px 30px rgba(0,0,0,.08)}.nps-scale{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.nps-num{width:38px;height:38px;border:1px solid var(--border);border-radius:8px;background:#fff;font-weight:600;cursor:pointer}.nps-num.active{background:var(--primary);color:#fff;border-color:var(--primary)}.nps-scale-legend{display:flex;justify-content:space-between;font-size:12px;color:var(--muted);margin-top:6px}.nps-promoter{color:#16a34a}.nps-passive{color:#ca8a04}.nps-detractor{color:#dc2626}.nps-badge{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:26px;padding:0 6px;border-radius:6px;font-weight:700;color:#fff;background:#64748b}.nps-badge.nps-promoter{background:#16a34a}.nps-badge.nps-passive{background:#ca8a04}.nps-badge.nps-detractor{background:#dc2626}.ph-search-panel{position:relative;z-index:5}.ph-title{margin:0;font-size:22px}.ph-sub{margin:4px 0 12px}.pt-search{position:relative}.pt-search-input{width:100%;padding:11px 14px;font:inherit;font-size:15px}.pt-search-input,.pt-search-results{border:1px solid var(--border);border-radius:10px}.pt-search-results{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:var(--surface,#fff);box-shadow:0 8px 28px rgba(0,0,0,.12);z-index:30;max-height:320px;overflow-y:auto;display:flex;flex-direction:column;padding:4px}.pt-search-item{display:flex;flex-direction:column;gap:2px;padding:8px 10px;border-radius:8px;text-decoration:none;color:inherit}.pt-search-item:hover{background:var(--bg-muted,#f1f5f9)}.pt-search-name{font-weight:600}.pt-search-empty{padding:10px;font-size:14px}.ph-workspace{display:grid;grid-template-columns:360px 1fr;grid-gap:16px;gap:16px;align-items:start}@media (max-width:980px){.ph-workspace{grid-template-columns:1fr}}.ph-rail-col{position:-webkit-sticky;position:sticky;top:12px;display:flex;flex-direction:column;gap:10px}@media (max-width:980px){.ph-rail-col{position:static}}.ph-pane{min-width:0}.ph-empty{display:flex;align-items:center;justify-content:center;min-height:50vh;text-align:center}.ph-empty-icon{font-size:40px;margin:0 0 6px}.rail{border:1px solid var(--border);border-radius:12px;background:var(--surface,#fff);overflow:hidden}.rail-head{padding:10px 12px;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:6px}.rail-datenav{display:flex;align-items:center;justify-content:space-between;gap:8px}.rail-date{font-weight:600;text-transform:capitalize}.rail-step{border:1px solid var(--border);background:transparent;border-radius:6px;width:26px;height:26px;cursor:pointer;font-size:16px;line-height:1}.rail-counts{display:flex;gap:12px;font-size:12px;color:var(--muted)}.rail-counts strong{color:var(--text)}.rail-list{max-height:70vh;overflow-y:auto}.rail-row{width:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:8px;gap:8px;padding:9px 12px;border:none;border-bottom:1px solid var(--border);background:transparent;text-align:left;cursor:pointer}.rail-row:hover{background:var(--bg-muted,#f8fafc)}.rail-row.active{background:#ecfeff;box-shadow:inset 3px 0 0 var(--primary)}.rail-time{font-weight:700;font-size:13px;color:var(--text)}.rail-name{font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rail-attend{grid-column:2/4;justify-self:end;font-size:12px;color:var(--primary);text-decoration:none;font-weight:600}.rail-empty{padding:16px 12px}.agenda-with-rail{display:grid;grid-template-columns:260px minmax(0,1fr);grid-gap:16px;gap:16px;align-items:start}.agenda-with-rail .agenda-shell{min-width:0}@media (max-width:1100px){.agenda-with-rail{grid-template-columns:1fr}}@media (min-width:1101px){.agenda-with-rail .agenda-side,.agenda-with-rail>.pdd{margin-top:6.5rem}}.pdd{border:1px solid var(--border);border-radius:12px;background:var(--surface,#fff);position:-webkit-sticky;position:sticky;top:12px;overflow:hidden}@media (max-width:980px){.pdd{position:static}}.pdd-title{margin:0;padding:12px 14px;font-size:15px;border-bottom:1px solid var(--border)}.pdd-list{max-height:70vh;overflow-y:auto}.pdd-row{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"time name" "time badge";grid-column-gap:8px;column-gap:8px;grid-row-gap:2px;row-gap:2px;align-items:center;padding:9px 14px;border-bottom:1px solid var(--border);text-decoration:none;color:inherit}.pdd-row:hover{background:var(--bg-muted,#f8fafc)}.pdd-time{grid-area:time;font-weight:700;font-size:13px}.pdd-name{grid-area:name;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pdd-row .badge{grid-area:badge;justify-self:start}.pdd-empty{padding:16px 14px}.pdd-hint{padding:10px 14px;font-size:12px;border-top:1px solid var(--border);margin:0}.fin-price-editor{display:flex;flex-direction:column;gap:6px;max-height:50vh;overflow-y:auto}.fin-price-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:14px}.fin-price-row input{width:120px;padding:6px 8px;border:1px solid var(--border);border-radius:8px;font:inherit}.fin-total{margin-left:auto;font-size:16px;align-self:center}.fin-total strong{font-size:20px;color:var(--primary)}.stock-alerts{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.stock-alert{border-radius:10px;padding:10px 14px;font-size:14px}.stock-alert.low{background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger-text)}.stock-alert.exp{background:#fffbeb;border:1px solid #fde68a;color:#92400e}@media print{body *{visibility:hidden}.budget-print,.budget-print *{visibility:visible}.budget-print{position:absolute;left:0;top:0;width:100%}.no-print{display:none!important}}.tc-page{display:flex;flex-direction:column;min-height:100vh;background:#0f172a;color:#e2e8f0}.tc-center{align-items:center;justify-content:center;text-align:center}.tc-msgbox{background:#fff;color:var(--text);padding:28px 32px;border-radius:14px;max-width:460px;box-shadow:0 20px 60px rgba(0,0,0,.4)}.tc-msgbox h2{margin:0 0 8px}.tc-actions{display:flex;gap:10px;justify-content:center;margin-top:16px}.tc-bar{justify-content:space-between;gap:16px;padding:10px 16px;background:#1e293b;border-bottom:1px solid #334155;flex-wrap:wrap}.tc-bar,.tc-bar-info{display:flex;align-items:center}.tc-bar-info{gap:10px}.tc-bar-info .muted{color:#94a3b8}.tc-bar-actions{display:flex;gap:8px;flex-wrap:wrap}.tc-rec{color:#f87171;font-size:12px;font-weight:600;animation:tc-blink 1.4s ease-in-out infinite}@keyframes tc-blink{50%{opacity:.35}}.tc-flash{background:#0d9488;color:#fff;text-align:center;padding:8px 16px;font-size:14px}.tc-prejoin,.tc-room{flex:1 1;min-height:0;height:100%;display:flex}.tc-prejoin{align-items:center;justify-content:center;padding:24px}.tc-body{min-height:0}.tc-body,.tc-video{display:flex;flex:1 1}.tc-video{min-width:0;height:calc(100vh - 56px)}.tc-side{flex:0 0 420px;width:420px;max-height:calc(100vh - 56px);overflow-y:auto;background:#fff;color:var(--text);border-left:1px solid #334155;padding:16px;gap:14px}.tc-side,.tc-side-head{display:flex;flex-direction:column}.tc-side-head{gap:2px;padding-bottom:10px;border-bottom:1px solid var(--border)}.tc-side-head strong{font-size:16px}.tc-side-head .muted{font-size:13px;color:var(--muted)}.tc-side-evo{flex:1 1;min-height:0;display:flex;flex-direction:column}.tc-side-evo-top{display:flex;align-items:center;justify-content:space-between}.tc-side-evo-top h3{margin:0;font-size:15px}.tc-save-hint{font-size:12px;color:var(--muted)}.tc-ai-hint{display:flex;gap:10px;align-items:flex-start;background:#f1f5f9;border:1px dashed #cbd5e1;border-radius:10px;padding:10px 12px}.tc-ai-hint strong{font-size:13px}.tc-ai-hint p{margin:2px 0 0;font-size:12px;color:var(--muted)}.tc-ai-badge{flex:0 0 auto;background:linear-gradient(135deg,#0d9488,#6366f1);color:#fff;font-size:11px;font-weight:700;padding:3px 7px;border-radius:6px}.tc-side-full{width:100%;text-align:center}@media (max-width:860px){.tc-body{flex-direction:column}.tc-video{height:50vh}.tc-side{flex:1 1 auto;width:100%;max-height:none}}.tc-consent{max-width:540px;text-align:left}.tc-consent h2{text-align:center}.tc-consent-box{background:#f8fafc;border:1px solid var(--border);border-radius:10px;padding:14px 16px;margin:14px 0;font-size:14px}.tc-consent-box ul{margin:8px 0 8px 18px;padding:0}.tc-consent-box li{margin-bottom:6px}.tc-consent-fine{font-size:12px;color:var(--muted);margin:8px 0 0}.tc-consent-check{display:flex;align-items:center;gap:8px;font-size:14px;margin:4px 0 16px}.tc-consent-btn{width:100%}.scribe{border:1px dashed #cbd5e1;border-radius:10px;padding:12px;background:#f8fafc;display:flex;flex-direction:column;gap:8px}.scribe-off{flex-direction:row;align-items:center;gap:8px}.scribe-head{display:flex;align-items:center;justify-content:space-between}.scribe-badge{background:linear-gradient(135deg,#0d9488,#6366f1);color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:6px}.scribe-rec{color:#ef4444;font-weight:600;font-size:13px}.scribe-consent{display:flex;align-items:flex-start;gap:8px;font-size:13px}.scribe-btn{width:100%}.scribe-hint{font-size:12px;color:var(--muted);margin:0}.scribe-text{width:100%;border:1px solid var(--border);border-radius:8px;padding:8px;font-size:13px;resize:vertical}.scribe-actions{display:flex;gap:8px}.scribe-msg{font-size:12px;color:var(--danger-text);margin:0}.cai{border:1px solid #c7d2fe;border-radius:10px;padding:12px;background:#f5f3ff;display:flex;flex-direction:column;gap:10px}.cai-head{display:flex;align-items:center;gap:8px}.cai-badge{background:linear-gradient(135deg,#6366f1,#a855f7);color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:6px}.cai-draft{font-size:11px;font-weight:600;color:#6d28d9;background:#ede9fe;border:1px solid #ddd6fe;padding:2px 7px;border-radius:999px}.cai-hint{color:var(--muted)}.cai-hint,.cai-msg{font-size:12px;margin:0}.cai-msg{color:var(--danger-text)}.cai-gen{width:100%}.cai-disclaimer{font-size:12px;line-height:1.45;color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:8px 10px;margin:0}.cai-block h4{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#6d28d9;margin:0 0 4px}.cai-block p{margin:0;font-size:13px;line-height:1.5;white-space:pre-wrap}.cai-soap{display:grid;grid-gap:8px;gap:8px}.cai-soap-item{display:grid;grid-template-columns:28px 1fr;grid-gap:8px;gap:8px;align-items:start}.cai-soap-k{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;background:#ede9fe;color:#6d28d9;font-weight:700;font-size:13px;border:1px solid #ddd6fe}.cai-soap-item p{margin:0;font-size:13px;line-height:1.5;white-space:pre-wrap}.cai-cids{display:flex;flex-wrap:wrap;gap:6px}.cai-cid{display:inline-flex;align-items:center;gap:6px;font-size:12px;padding:5px 10px;border-radius:999px;border:1px solid #c4b5fd;background:#fff;color:inherit;cursor:pointer}.cai-cid:hover:not(:disabled){background:#ede9fe}.cai-cid.added{background:#ecfdf5;border-color:#6ee7b7;color:#065f46;cursor:default}.cai-cid-static{cursor:default}.cai-cid-act{font-weight:700}.cai-hyp{margin:0;padding-left:18px;font-size:13px;line-height:1.5}.cai-actions{display:flex;gap:8px;flex-wrap:wrap}.cai-style{margin-top:10px;border:1px solid var(--border);border-radius:10px;padding:10px 12px;background:#fbfaff}.cai-style>summary{cursor:pointer;font-weight:600;font-size:14px;color:#4338ca;display:flex;align-items:center;gap:8px}.cai-style[open]>summary{margin-bottom:8px}.cai-style-badge{font-size:12px;font-weight:600;color:#6d28d9;background:#ede9fe;border-radius:999px;padding:2px 8px}.cai-style textarea{width:100%}.kb-add{display:flex;flex-direction:column;gap:8px;margin-bottom:16px;padding:12px;border:1px dashed var(--border);border-radius:10px}.kb-add input,.kb-add textarea{width:100%;padding:8px 10px;border:1px solid var(--border);border-radius:8px;font:inherit}.kb-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.kb-item{display:flex;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:#fff}.kb-item.kb-inactive{opacity:.55}.kb-item-main strong{display:block;font-size:14px;color:#1e293b}.kb-item-main p{margin:4px 0 0;font-size:13px;color:var(--muted);white-space:pre-wrap}.kb-tags{display:inline-block;margin-top:6px;font-size:12px;color:#6d28d9;background:#ede9fe;border-radius:999px;padding:1px 8px}.kb-item-actions{display:flex;flex-direction:column;gap:4px;white-space:nowrap}.cai-title-grad{background:linear-gradient(90deg,#6366f1,#a855f7);-webkit-background-clip:text;background-clip:text;color:transparent;width:-moz-fit-content;width:fit-content}.hosp-shell{min-height:100vh;background:var(--bg,#f1f5f9)}.hosp-topbar{display:flex;align-items:center;gap:20px;padding:0 20px;height:56px;background:linear-gradient(90deg,#0d9488,#0b6b5f);color:#fff}.hosp-topbar .brand{margin:0;font-weight:700;font-size:18px;white-space:nowrap;color:#fff}.hosp-topbar .brand span{color:#d7fbef}.hosp-nav{display:flex;gap:4px;flex:1 1;flex-wrap:wrap}.hosp-nav-item{color:#d7fbef;text-decoration:none;font-size:14px;font-weight:600;padding:6px 10px;border-radius:8px}.hosp-nav-item.active,.hosp-nav-item:hover{background:rgba(255,255,255,.18);color:#fff}.hosp-nav-item.soon{color:#64748b;cursor:default}.hosp-topbar-right{display:flex;align-items:center;gap:12px}.hosp-user{color:#d7fbef!important;font-size:13px}.hosp-main{max-width:1100px;margin:0 auto;padding:24px 20px}.hosp-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:14px;gap:14px;margin-top:16px}.hosp-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:16px}.hosp-card.soon{opacity:.75}.hosp-card.link{display:block;text-decoration:none;color:inherit;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.hosp-card.link:hover{transform:translateY(-2px);border-color:var(--primary);box-shadow:0 8px 24px rgba(13,148,136,.12)}.hosp-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.hosp-card-head strong{font-size:15px;color:#1e293b}.hosp-card p{margin:0;font-size:13px;color:var(--muted)}.hosp-badge{font-size:11px;font-weight:700;color:#6d28d9;background:#ede9fe;border-radius:999px;padding:2px 8px}.hag{display:flex;gap:18px;align-items:flex-start;flex-wrap:wrap}.hag-cal{width:280px;flex-shrink:0;background:#fff;border:1px solid var(--border);border-radius:12px;padding:12px}.hag-cal-head{display:flex;align-items:center;justify-content:space-between;font-weight:700;color:#1e293b;margin-bottom:8px}.hag-cal-head button{border:none;background:#f1f5f9;border-radius:6px;width:28px;height:28px;cursor:pointer;font-size:16px}.hag-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:3px;gap:3px}.hag-cal-wd{text-align:center;font-size:11px;color:var(--muted);font-weight:600;padding-bottom:2px}.hag-cal-day{aspect-ratio:1;border:1px solid transparent;border-radius:6px;font-size:12px;cursor:pointer;color:#1e293b;background:rgba(99,102,241,calc(var(--heat, 0) * .85))}.hag-cal-day[style*="--heat: 0"]{background:#f8fafc}.hag-cal-day:hover{border-color:#6366f1}.hag-cal-day.sel{outline:2px solid #6366f1;font-weight:700}.hag-new{width:100%;margin-top:12px}.hag-legend{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:12px;font-size:12px;color:var(--muted)}.hag-leg{width:12px;height:12px;border-radius:3px;display:inline-block}.hag-leg.mine{background:#16a34a}.hag-leg.busy{background:#dc2626}.hag-leg.block{background:repeating-linear-gradient(45deg,#fca5a5,#fca5a5 4px,#fecaca 0,#fecaca 8px)}.hag-day{flex:1 1;min-width:320px;background:#fff;border:1px solid var(--border);border-radius:12px;padding:12px;overflow-x:auto}.hag-day-title{font-size:16px;font-weight:700;color:#1e293b;margin:0 0 10px;text-transform:capitalize}.hag-grid{display:grid;align-items:start}.hag-corner{height:34px}.hag-room-head{height:34px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;color:#fff;background:#0b1324;border-radius:6px 6px 0 0;border-left:1px solid rgba(255,255,255,.1)}.hag-axis{position:relative}.hag-hour{font-size:11px;color:var(--muted);text-align:right;padding-right:6px;box-sizing:border-box;border-top:1px solid #eef2f7}.hag-col{position:relative;border-left:1px solid #eef2f7;background:repeating-linear-gradient(#fff,#fff 55px,#eef2f7 0,#eef2f7 56px)}.hag-block{position:absolute;left:3px;right:3px;border-radius:6px;padding:3px 6px;overflow:hidden;color:#fff;font-size:11px;line-height:1.25;box-shadow:0 1px 2px rgba(0,0,0,.15)}.hag-block.mine{background:#16a34a;cursor:pointer}.hag-block.busy{background:#dc2626}.hag-block.block{background:repeating-linear-gradient(45deg,#f87171,#f87171 5px,#fca5a5 0,#fca5a5 10px);color:#7f1d1d}.hag-block-time{display:block;font-weight:600;opacity:.95}.hag-block-main{display:block;font-weight:700}.hag-block-sub{display:block;opacity:.9}.login-mode{display:flex;gap:6px;background:#f1f5f9;border-radius:10px;padding:4px;margin-bottom:16px}.login-mode-btn{flex:1 1;border:none;background:transparent;border-radius:8px;padding:8px 6px;font-size:13px;font-weight:600;color:#64748b;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s}.login-doctor-hint{margin:12px 0 0;font-size:12px;color:var(--muted);text-align:center}.login-mode-btn.active{background:#fff;color:var(--primary);box-shadow:0 1px 3px rgba(0,0,0,.08)}.cai-dash{gap:16px}.cai-dash,.cai-wallet{display:flex;flex-direction:column}.cai-wallet{gap:12px}.cai-wallet-main{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.cai-wallet-total{font-size:34px;font-weight:800;color:#6d28d9}.cai-wallet-total.low{color:var(--danger-text,#b91c1c)}.cai-wallet-split{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:12px;gap:12px}.cai-wallet-split>div{display:flex;flex-direction:column;gap:2px;background:#faf5ff;border:1px solid #ede9fe;border-radius:8px;padding:10px 12px}.cai-wallet-split strong{font-size:20px}.cai-low-banner{margin:0;font-size:13px;color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:8px 10px}.cai-usage{width:100%;border-collapse:collapse;font-size:14px}.cai-usage td,.cai-usage th{text-align:left;padding:8px 10px;border-bottom:1px solid var(--border,#e5e7eb)}.cai-usage th{font-size:12px;text-transform:uppercase;letter-spacing:.03em;color:var(--muted)}.cai-usage td:nth-child(2),.cai-usage td:nth-child(3),.cai-usage th:nth-child(2),.cai-usage th:nth-child(3){text-align:right;width:140px}.cai-packs{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:12px;gap:12px}.cai-pack{display:flex;flex-direction:column;align-items:center;gap:4px;border:1px solid #c4b5fd;border-radius:10px;padding:16px;text-align:center}.cai-pack>strong{font-size:22px;color:#6d28d9}.cai-pack-price{font-size:18px;font-weight:700;margin:6px 0}.cai-pay{margin-top:14px;border-top:1px dashed var(--border,#e5e7eb);padding-top:14px;display:flex;flex-direction:column;gap:8px;align-items:flex-start}.cai-pix{width:100%;font-family:monospace;font-size:12px;border:1px solid var(--border,#e5e7eb);border-radius:8px;padding:8px;resize:vertical}.cai-bars{display:flex;flex-direction:column;gap:10px}.cai-bar-row{display:grid;grid-template-columns:200px 1fr 140px;grid-gap:10px;gap:10px;align-items:center;font-size:13px}.cai-bar-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cai-bar-track{background:#f1f5f9;border-radius:6px;height:16px;overflow:hidden}.cai-bar-fill{height:100%;min-width:2px;background:linear-gradient(90deg,#6366f1,#a855f7);border-radius:6px}.cai-bar-val{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}@media (max-width:640px){.cai-bar-row{grid-template-columns:1fr;gap:2px}.cai-bar-val{text-align:left}}.wa-shell{display:flex;flex-direction:column;gap:10px}.wa{display:grid;grid-template-columns:300px 1fr 280px;grid-gap:0;gap:0;height:calc(100vh - 210px);min-height:460px;border:1px solid var(--border,#e5e7eb);border-radius:12px;overflow:hidden;background:var(--card,#fff)}.wa-list{border-right:1px solid var(--border,#e5e7eb);display:flex;flex-direction:column;min-width:0}.wa-filters{display:flex;gap:6px;padding:10px;flex-wrap:wrap;border-bottom:1px solid var(--border,#e5e7eb)}.wa-chip{font-size:12px;padding:4px 10px;border-radius:999px;border:1px solid var(--border,#e5e7eb);background:transparent;color:inherit;cursor:pointer}.wa-chip.active{background:var(--primary,#16a34a);color:#fff;border-color:var(--primary,#16a34a)}.wa-convs{overflow-y:auto;flex:1 1}.wa-empty{padding:16px}.wa-conv{display:flex;flex-direction:column;gap:2px;width:100%;text-align:left;padding:10px 12px;border:0;border-bottom:1px solid var(--border,#eee);background:transparent;color:inherit;cursor:pointer}.wa-conv:hover{background:var(--hover,rgba(0,0,0,.03))}.wa-conv.active{background:var(--hover,rgba(22,163,74,.08))}.wa-conv-name{display:flex;align-items:center;gap:6px;font-weight:600;font-size:14px}.wa-conv-meta{font-size:11px}.wa-chat{display:flex;flex-direction:column;min-width:0}.wa-chat-empty{justify-content:center;height:100%}.wa-chat-empty,.wa-chat-head{display:flex;align-items:center}.wa-chat-head{justify-content:space-between;gap:8px;padding:10px 14px;border-bottom:1px solid var(--border,#e5e7eb)}.wa-chat-actions{display:flex;gap:6px}.wa-msgs{flex:1 1;overflow-y:auto;padding:14px;gap:8px;background:var(--bg-muted,#f7f7f8)}.wa-bubble,.wa-msgs{display:flex;flex-direction:column}.wa-bubble{max-width:72%;padding:8px 10px;border-radius:10px;gap:2px;font-size:14px}.wa-bubble.in{align-self:flex-start;background:var(--card,#fff);border:1px solid var(--border,#e5e7eb)}.wa-bubble.out{align-self:flex-end;background:#dcf8c6;color:#111}.wa-tpl{font-size:11px;opacity:.7}.wa-time{font-size:10px;opacity:.6;align-self:flex-end}.wa-composer{border-top:1px solid var(--border,#e5e7eb);padding:10px}.wa-composer-row{display:flex;gap:8px;align-items:flex-end}.wa-composer-row textarea{flex:1 1 auto;min-width:0;resize:vertical;padding:8px;border-radius:8px;border:1px solid var(--border,#e5e7eb);font:inherit}.wa-composer-row .btn{flex:0 0 auto;width:auto;min-width:120px;padding:0 20px}.wa-window-closed{font-size:12px;color:var(--danger-text,#b91c1c);margin:0 0 6px}.wa-side{border-left:1px solid var(--border,#e5e7eb);padding:14px;overflow-y:auto}.wa-side h3{margin:0 0 4px;font-size:14px}.wa-side-window{font-size:13px;margin:8px 0}.wa-side-block{margin-top:14px;display:flex;flex-direction:column;gap:6px}.wa-side-block label{font-size:12px;font-weight:600}.wa-side-block input,.wa-side-block textarea{padding:6px 8px;border-radius:8px;border:1px solid var(--border,#e5e7eb);font:inherit}.wa-tags{display:flex;flex-wrap:wrap;gap:4px}.wa-tag{font-size:12px;padding:2px 8px;border-radius:999px;background:var(--hover,rgba(0,0,0,.06));cursor:pointer}.wa-toolbar{display:flex;gap:8px;flex-wrap:wrap}.wa-toolbar .btn{flex:0 0 auto;width:auto;height:38px;font-size:13px;padding:0 14px}.wa-window-cta{width:auto;height:auto;margin-left:8px;padding:4px 12px;font-size:12px}.wa-composer-tools{display:flex;align-items:center;gap:12px;margin-top:6px}.wa-composer-tools input[type=datetime-local]{padding:4px 6px;border-radius:6px;border:1px solid var(--border,#e5e7eb);font:inherit;font-size:12px}.wa-link{background:none;border:none;color:var(--accent,#2563eb);font-size:12px;cursor:pointer;padding:0}.wa-link:disabled{color:var(--muted,#9ca3af);cursor:not-allowed}.wa-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:60;padding:16px}.wa-modal{background:var(--card,#fff);border-radius:12px;padding:20px;width:460px;max-width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 12px 40px rgba(0,0,0,.25)}.wa-modal-wide{width:760px}.wa-modal h3{margin:0 0 12px;font-size:16px}.wa-field{display:flex;flex-direction:column;gap:4px;margin-bottom:10px}.wa-field>span{font-size:12px;font-weight:600}.wa-field input,.wa-field select,.wa-field textarea{padding:8px;border-radius:8px;border:1px solid var(--border,#e5e7eb);font:inherit}.wa-preview{background:var(--hover,rgba(0,0,0,.04));border-radius:8px;padding:8px 10px;margin:6px 0 10px}.wa-preview p{margin:4px 0 0;white-space:pre-wrap}.wa-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.wa-hint{font-size:12px;margin:4px 0 12px}.wa-tpl-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.wa-tpl-list{display:flex;flex-direction:column;gap:8px;max-height:50vh;overflow-y:auto}.wa-tpl-item{display:flex;justify-content:space-between;gap:8px;border:1px solid var(--border,#e5e7eb);border-radius:8px;padding:8px 10px}.wa-tpl-body{font-size:12px;color:var(--muted,#6b7280);margin:4px 0 0;white-space:pre-wrap}.wa-tpl-item-actions{gap:4px}.wa-tpl-form,.wa-tpl-item-actions{display:flex;flex-direction:column}.wa-chips{display:flex;flex-wrap:wrap;gap:6px}.wa-chip-field{font-size:12px;padding:4px 10px;border-radius:999px;border:1px solid var(--border,#e5e7eb);background:var(--card,#fff);cursor:pointer;color:var(--text,#111)}.wa-chip-field:hover{background:var(--hover,rgba(0,0,0,.04))}.wa-chip-field.auto{border-color:var(--accent,#2563eb);color:var(--accent,#2563eb)}.wa-fields-note{font-size:11px;margin:6px 0 0}@media (max-width:720px){.wa-tpl-grid{grid-template-columns:1fr}.wa-modal-wide{width:460px}}.wa-auto-list{display:flex;flex-direction:column;gap:10px}.wa-auto-item{border:1px solid var(--border,#e5e7eb);border-radius:10px;padding:12px}.wa-auto-item.on{border-color:var(--accent,#2563eb);background:var(--hover,rgba(37,99,235,.04))}.wa-auto-head{justify-content:space-between}.wa-auto-head,.wa-switch{display:flex;align-items:center}.wa-switch{gap:8px;cursor:pointer}.wa-switch input{width:16px;height:16px}.wa-auto-hint{font-size:12px;margin:4px 0 8px}.wa-auto-vars{color:var(--accent,#2563eb)}.wa-auto-fields{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-end}.wa-auto-fields .wa-field{flex:1 1;min-width:180px;margin-bottom:0}.wa-field-sm{flex:0 0 130px!important;min-width:110px!important}.wa-cad-list{display:flex;flex-direction:column;gap:8px}.wa-cad-item{display:flex;justify-content:space-between;align-items:center;gap:8px;border:1px solid var(--border,#e5e7eb);border-radius:8px;padding:10px 12px}.wa-cad-form{gap:10px}.wa-cad-form,.wa-cad-steps{display:flex;flex-direction:column}.wa-cad-steps{gap:8px;border:1px solid var(--border,#e5e7eb);border-radius:8px;padding:10px}.wa-cad-step{display:flex;gap:10px;align-items:flex-end}.wa-cad-step .wa-field{margin-bottom:0;flex:1 1}.wa-cad-step-n{flex:0 0 24px;height:24px;border-radius:999px;background:var(--accent,#2563eb);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;align-self:center}.wa-run-list{gap:6px;margin-bottom:8px}.wa-run,.wa-run-list{display:flex;flex-direction:column}.wa-run{gap:2px;font-size:12px;border:1px solid var(--border,#e5e7eb);border-radius:8px;padding:6px 8px}.wa-run-actions{display:flex;gap:10px}.wa-enroll-row{display:flex;gap:6px}.wa-enroll-row select{flex:1 1;padding:6px 8px;border-radius:8px;border:1px solid var(--border,#e5e7eb);font:inherit;font-size:13px}.wa-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.wa-stat{display:flex;flex-direction:column;gap:2px;border:1px solid var(--border,#e5e7eb);border-radius:10px;padding:14px}.wa-stat-value{font-size:24px;font-weight:700}.wa-stat-label{font-size:12px;color:var(--muted,#6b7280)}@media (max-width:720px){.wa-stat-grid{grid-template-columns:repeat(2,1fr)}}.hdoc{gap:18px;max-width:880px}.hdoc,.hdoc-share{display:flex;flex-direction:column}.hdoc-share{gap:10px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:14px 16px}.hdoc-share-link{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hdoc-share-link code{flex:1 1;min-width:220px;font-size:12px;background:#f8fafc;border:1px solid var(--border);border-radius:8px;padding:8px 10px;color:var(--text);word-break:break-all}.hdoc-group{display:flex;flex-direction:column;gap:8px}.hdoc-group-title{font-size:14px;font-weight:700;margin:4px 0;display:flex;align-items:center;gap:8px;color:var(--text)}.hdoc-count{font-size:12px;font-weight:700;background:#fef3c7;color:#92400e;border-radius:999px;padding:1px 8px}.hdoc-row{display:flex;align-items:center;gap:12px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:12px 14px}.hdoc-main{display:flex;flex-direction:column;gap:1px;flex:1 1;min-width:0}.hdoc-main strong{font-size:14px}.hdoc-main .muted,.hdoc-meta{font-size:12px}.hdoc-meta{color:var(--muted)}.hdoc-status{font-size:11px;font-weight:700;border-radius:999px;padding:3px 10px;white-space:nowrap}.hdoc-status.pending{background:#fef3c7;color:#92400e}.hdoc-status.active{background:var(--ok-bg);color:var(--ok-text)}.hdoc-status.blocked{background:var(--danger-bg);color:var(--danger-text)}.hdoc-actions{display:flex;gap:6px}.hdoc-actions .btn{width:auto;height:34px;padding:0 16px;min-width:96px}.hdoc-approve,.hdoc-reject{background:#fff;border:1px solid var(--border);color:#1e293b;font-weight:600}.hdoc-approve:hover:not(:disabled){background:var(--primary);border-color:var(--primary);color:#fff}.hdoc-reject:hover:not(:disabled){background:var(--danger-text);border-color:var(--danger-text);color:#fff}.hdoc-copy{width:auto;background:#fff;border:1px solid var(--border);color:#1e293b;font-weight:600}.hdoc-copy:hover{background:#f0fdfa;border-color:var(--primary);color:var(--primary)}.btn-sm{padding:5px 12px;font-size:12px}.btn-ghost{background:transparent;color:var(--muted);border:1px solid var(--border)}.btn-ghost:hover{background:#f8fafc;color:var(--text)}@media (max-width:640px){.hdoc-row{flex-wrap:wrap}.hdoc-actions{width:100%}}.hsignup-wrap{position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(160deg,#0f172a,#134e4a)}.auth-wrap:after,.auth-wrap:before,.hsignup-wrap:after,.hsignup-wrap:before{content:"";position:absolute;z-index:0;border-radius:50%;pointer-events:none;filter:blur(28px);will-change:transform}.auth-wrap:before,.hsignup-wrap:before{width:40vw;height:40vw;left:4vw;top:4vh;background:radial-gradient(circle,rgba(20,184,166,.72),transparent 68%);animation:auth-orb-a 17s ease-in-out infinite}.auth-wrap:after,.hsignup-wrap:after{width:36vw;height:36vw;right:3vw;bottom:2vh;background:radial-gradient(circle,rgba(56,189,248,.5),transparent 68%);animation:auth-orb-b 23s ease-in-out infinite}@keyframes auth-orb-a{0%{transform:translateZ(0) scale(1)}33%{transform:translate3d(46vw,14vh,0) scale(1.18)}66%{transform:translate3d(20vw,42vh,0) scale(.92)}to{transform:translateZ(0) scale(1)}}@keyframes auth-orb-b{0%{transform:translateZ(0) scale(1.1)}33%{transform:translate3d(-40vw,-16vh,0) scale(.9)}66%{transform:translate3d(-16vw,-40vh,0) scale(1.2)}to{transform:translateZ(0) scale(1.1)}}@media (prefers-reduced-motion:reduce){.auth-wrap:after,.auth-wrap:before,.hsignup-wrap:after,.hsignup-wrap:before{animation:none}}.hsignup-card{position:relative;z-index:1;width:100%;max-width:460px;background:var(--card);border-radius:16px;padding:28px;box-shadow:0 20px 50px rgba(0,0,0,.25)}.hsignup-card .brand{font-size:22px;font-weight:800;display:flex;gap:4px;color:var(--text)}.hsignup-card .brand span{color:var(--primary)}.hsignup-title{font-size:20px;margin:6px 0 4px;text-align:center}.hsignup-card .muted{text-align:center;font-size:13px}.hsignup-form{display:flex;flex-direction:column;gap:12px;margin-top:16px}.hsignup-form .field{display:flex;flex-direction:column;gap:4px}.hsignup-form .field>span{font-size:12px;font-weight:600;color:var(--text)}.hsignup-form .field input{width:100%;padding:9px 11px;border:1px solid var(--border);border-radius:9px;font:inherit;font-size:14px}.hsignup-form .field input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(13,148,136,.15)}.hsignup-grid2{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.hsignup-error{background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger-text);border-radius:9px;padding:8px 10px;font-size:13px;margin:0}.hsignup-foot{margin:4px 0 0}.hsignup-foot a{color:var(--primary);font-weight:600}@media (max-width:460px){.hsignup-grid2{grid-template-columns:1fr}}.hpt{display:flex;flex-direction:column;gap:14px}.hpt-bar{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.hpt-select{padding:7px 10px;border:1px solid var(--border);border-radius:9px;font:inherit;font-size:13px;min-width:220px;background:#fff}.hpt-readonly{font-size:12px;color:var(--muted);margin-left:auto}.hpt-lock-note{background:#fffbeb;border:1px solid #fde68a;color:#92400e;border-radius:9px;padding:8px 12px;font-size:13px;margin:0}.hpt-bar .btn{width:auto;height:36px}.hpt-toolbtn{background:#fff;border:1px solid var(--border);color:#1e293b;font-weight:600}.hpt-toolbtn:hover{background:#f0fdfa;border-color:var(--primary);color:var(--primary)}.hpt-unlock{background:#fef3c7;border-color:#f59e0b;color:#92400e}.hpt-unlock:hover{background:#fde68a;border-color:#d97706;color:#7c2d12}.hpt-tablewrap{overflow-x:auto;border:1px solid var(--border);border-radius:12px;background:#fff}.hpt-table{width:100%;border-collapse:collapse;font-size:13px}.hpt-table th{text-align:right;font-size:11px;text-transform:uppercase;letter-spacing:.03em;color:var(--muted);padding:10px 12px;border-bottom:1px solid var(--border);white-space:nowrap}.hpt-table th.hpt-proc{text-align:left}.hpt-table td{padding:7px 12px;border-bottom:1px solid #f1f5f9;text-align:right;vertical-align:middle}.hpt-table td.hpt-proc{text-align:left;font-weight:500;color:#1e293b}.hpt-table td.num{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hpt-table tr:last-child td{border-bottom:none}.hpt-table tr.saving{opacity:.5}.hpt-empty{text-align:center!important;padding:16px}.hpt-input{width:100%;padding:5px 8px;border:1px solid var(--border);border-radius:7px;font:inherit;font-size:13px}.hpt-input.num{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hpt-input.sm{max-width:78px}.hpt-table td .hpt-input.num,.hpt-table td .hpt-input.sm{margin-left:auto}.hpt-input.edit{border-color:#fca5a5;background:#fef2f2;color:#b91c1c;font-weight:600}.hpt-input.edit:focus{outline:none;border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.15)}.hpt-del{border:none;background:#fef2f2;color:#b91c1c;width:26px;height:26px;border-radius:7px;cursor:pointer;font-size:16px;line-height:1}.hpt-del:hover{background:#fee2e2}.hpt-rules{border:1px solid var(--border);border-radius:12px;background:#fff;padding:4px 14px 14px}.hpt-rules-head{width:100%;display:flex;justify-content:space-between;align-items:center;background:none;border:none;padding:12px 0;cursor:pointer;font:inherit;font-size:14px;font-weight:600;color:#1e293b}.hpt-rules-hint{margin:0 0 10px;font-size:12px}.hpt-rules-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));grid-gap:10px;gap:10px;margin-bottom:12px}.hpt-rule{display:flex;flex-direction:column;gap:3px}.hpt-rule-label,.hpt-rule>span{font-size:12px;color:var(--text);font-weight:500}.hpt-rule-label{display:flex;align-items:center;justify-content:space-between;gap:6px;min-height:20px}.hpt-rule-switch{background:#f1f5f9;border:1px solid var(--border);border-radius:999px;padding:1px 9px;font:inherit;font-size:10px;font-weight:700;color:var(--muted);cursor:pointer;text-transform:uppercase;letter-spacing:.03em}.hpt-rule-switch.on{background:#f0fdfa;border-color:#99f6e4;color:var(--primary)}.hpt-rule-input{display:flex;align-items:center;border:1px solid #fca5a5;border-radius:8px;background:#fef2f2;overflow:hidden}.hpt-rule-suffix{padding:0 8px;font-size:12px;color:#b91c1c;font-weight:600}.hpt-rule-input input{flex:1 1;min-width:0;border:none;background:transparent;padding:7px 8px 7px 0;font:inherit;font-size:13px;text-align:right;color:#b91c1c;font-weight:600}.hpt-rule-input input:focus{outline:none}.hpt-rule.is-off .hpt-rule-input{border-color:var(--border);background:#f8fafc}.hpt-rule.is-off .hpt-rule-input input,.hpt-rule.is-off .hpt-rule-suffix{color:var(--muted)}.hpt-rule.is-off .hpt-rule-input input{opacity:.6}.hbc{display:grid;grid-template-columns:minmax(290px,330px) minmax(230px,290px) minmax(430px,1fr);grid-template-areas:"form result table" "rules rules table";grid-gap:16px;gap:16px;align-items:start}.hbc-form{grid-area:form;flex-direction:column;background:#fff;border:1px solid var(--border);border-radius:12px;padding:16px}.hbc-form,.hbc-row{display:flex;gap:12px}.hbc-row{flex-wrap:wrap}.hbc-form .field{display:flex;flex-direction:column;gap:4px;flex:1 1;min-width:140px}.hbc-form .field>span{font-size:12px;font-weight:600;color:var(--text)}.hbc-form .field input,.hbc-form .field select{width:100%;padding:8px 10px;border:1px solid var(--border);border-radius:9px;font:inherit;font-size:13px}.hbc-form .field.sm{max-width:130px;flex:0 0 auto}.hbc-form .field.check{flex-direction:row;align-items:center;gap:6px;max-width:110px}.hbc-form .field.check input{width:16px;height:16px}.hbc-label{font-size:12px;font-weight:600;color:var(--text)}.hbc-procs{gap:6px}.hbc-proc-list,.hbc-procs{display:flex;flex-direction:column}.hbc-proc-list{gap:4px;max-height:260px;overflow-y:auto;border:1px solid var(--border);border-radius:9px;padding:6px}.hbc-proc{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:7px;cursor:pointer;font-size:13px}.hbc-proc:hover{background:#f8fafc}.hbc-proc.on{background:#f0fdfa}.hbc-proc input{width:15px;height:15px}.hbc-proc-name{flex:1 1}.hbc-proc-val{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hbc-pickhint,.hbc-proc-val{color:var(--muted);font-size:12px}.hbc-pickhint{margin:2px 0 0}.hbc-ac{position:relative;width:100%}.hbc-ac-list{position:absolute;top:calc(100% + 2px);left:0;right:0;z-index:30;margin:0;padding:4px;list-style:none;background:#fff;border:1px solid var(--border);border-radius:9px;box-shadow:0 10px 26px rgba(15,23,42,.12);max-height:220px;overflow-y:auto}.hbc-ac-list li button{display:flex;flex-direction:column;gap:1px;width:100%;text-align:left;background:none;border:none;padding:7px 9px;border-radius:7px;cursor:pointer;font:inherit}.hbc-ac-list li button:hover{background:#f0fdfa}.hbc-ac-label{font-size:13px;color:var(--text)}.hbc-ac-sub{font-size:11px;color:var(--muted)}.hbc-search{margin-bottom:8px}.hbc-search input{width:100%;padding:8px 10px;border:1px solid var(--border);border-radius:9px;font:inherit;font-size:13px}.hbc-result{grid-area:result;background:#fff;border:1px solid var(--border);border-radius:12px;padding:16px}.hbc-empty{text-align:center;padding:24px 0}.hbc-side{margin-bottom:14px}.hbc-side h3{font-size:13px;text-transform:uppercase;letter-spacing:.03em;color:var(--primary);margin:0 0 6px}.hbc-line{display:flex;justify-content:space-between;gap:8px;font-size:13px;padding:3px 0}.hbc-line span:last-child{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hbc-line.adj{color:var(--muted)}.hbc-line.total{font-weight:700;border-top:1px solid var(--border);margin-top:4px;padding-top:6px}.hbc-grandtotal{display:flex;justify-content:space-between;align-items:center;font-size:18px;font-weight:800;color:var(--primary);border-top:2px solid var(--primary);margin-top:8px;padding-top:10px;margin-bottom:14px}.hbc-grandtotal span:last-child{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hbc-rules{grid-area:rules;background:#fff;border:1px solid var(--border);border-radius:12px;padding:14px 16px}.hbc-rules h3{font-size:13px;text-transform:uppercase;letter-spacing:.03em;color:var(--primary);margin:0 0 8px}.hbc-rules-list{display:flex;flex-direction:column;gap:6px}.hbc-rule{display:flex;justify-content:space-between;gap:12px;font-size:12.5px;line-height:1.35}.hbc-rule-label{color:var(--muted);flex:0 0 auto}.hbc-rule-val{color:var(--text);text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hbc-ref{grid-area:table;background:#fff;border:1px solid var(--border);border-radius:12px;padding:14px 16px}.hbc-ref-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:8px;flex-wrap:wrap}.hbc-ref-head h3{font-size:13px;text-transform:uppercase;letter-spacing:.03em;color:var(--primary);margin:0}.hbc-ref-head .muted{font-size:12px}.hbc-table-wrap{max-height:62vh;overflow:auto;border:1px solid var(--border);border-radius:9px}.hbc-ptable{width:100%;border-collapse:collapse;font-size:12.5px}.hbc-ptable thead th{position:-webkit-sticky;position:sticky;top:0;z-index:1;background:#f8fafc;color:var(--text);font-weight:700;text-align:left;padding:8px 10px;border-bottom:1px solid var(--border);white-space:nowrap}.hbc-ptable td.num,.hbc-ptable th.num{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.hbc-ptable tbody td{padding:7px 10px;border-bottom:1px solid var(--border)}.hbc-ptable tbody tr{cursor:pointer}.hbc-ptable tbody tr:hover{background:#f8fafc}.hbc-ptable tbody tr.on{background:#f0fdfa}.hbc-ptable tbody tr.on td{font-weight:600}.hbc-ptable-check{display:inline-block;width:14px;color:var(--primary);font-weight:800}@media (max-width:1024px){.hbc{grid-template-columns:minmax(280px,1fr) minmax(240px,1fr);grid-template-areas:"form result" "table table" "rules rules"}.hbc-table-wrap{max-height:70vh}}@media (max-width:680px){.hbc{grid-template-columns:1fr;grid-template-areas:"form" "result" "table" "rules"}}.hpt-rowactions{display:flex;gap:8px;flex-wrap:wrap}.hpt-modal-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.5);display:flex;align-items:center;justify-content:center;padding:20px;z-index:1000}.hpt-modal{background:#fff;border-radius:14px;padding:18px;width:100%;max-width:760px;max-height:88vh;overflow-y:auto;box-shadow:0 20px 50px rgba(0,0,0,.3);display:flex;flex-direction:column;gap:14px}.hpt-modal-head{display:flex;justify-content:space-between;align-items:center}.hpt-modal-head strong{font-size:16px}.hpt-import-drop{text-align:center;padding:24px;border:2px dashed var(--border);border-radius:12px;display:flex;flex-direction:column;gap:12px;align-items:center}.hpt-import-map,.hpt-import-preview{display:flex;flex-direction:column;gap:8px}.hpt-import-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:10px;gap:10px}.hpt-import-grid select{padding:7px 9px;border:1px solid var(--border);border-radius:8px;font:inherit;font-size:13px}.hpt-import-foot{display:flex;flex-direction:column;gap:10px;border-top:1px solid var(--border);padding-top:12px}.hpt-import-actions{display:flex;justify-content:flex-end;gap:8px}.hpan{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.hpan-head{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.hpan-title{font-size:18px;margin:0}.hpan-years{display:flex;gap:6px}.hpan-yearbtn{padding:5px 12px;border:1px solid var(--border);border-radius:999px;background:#fff;font:inherit;font-size:13px;cursor:pointer;color:var(--muted)}.hpan-yearbtn.active{background:var(--primary);color:#fff;border-color:var(--primary);font-weight:600}.hpan-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:12px;gap:12px}.hpan-kpi{background:#fff;border:1px solid var(--border);border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:2px}.hpan-kpi-value{font-size:28px;font-weight:800;color:var(--primary)}.hpan-kpi.muted-kpi .hpan-kpi-value{color:#94a3b8;font-size:22px}.hpan-kpi-label{font-size:12px;color:var(--muted)}.hpan-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:16px}.hpan-card h3{font-size:14px;margin:0 0 14px;color:#1e293b}.hpan-chart{display:flex;align-items:flex-end;gap:6px;height:180px}.hpan-barcol{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:4px;height:100%;background:none;border:none;cursor:pointer;font:inherit;padding:0}.hpan-barval{font-size:11px;color:var(--muted);height:14px}.hpan-bar{width:100%;max-width:38px;background:linear-gradient(180deg,#2dd4bf,var(--primary));border-radius:6px 6px 0 0;transition:opacity .12s}.hpan-barcol:hover .hpan-bar{opacity:.75}.hpan-barlabel{font-size:11px;color:var(--muted)}.hpan-proclist{display:flex;flex-direction:column;gap:8px}.hpan-procrow{display:grid;grid-template-columns:minmax(140px,1.4fr) 3fr 40px;align-items:center;grid-gap:10px;gap:10px;font-size:13px}.hpan-procname{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hpan-procbarwrap{background:#f1f5f9;border-radius:999px;height:12px;overflow:hidden}.hpan-procbar{display:block;height:100%;background:var(--primary);border-radius:999px}.hpan-proccount{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600}.hfin{display:flex;flex-direction:column;gap:14px}.hfin-filters{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.hfin-filters select{padding:7px 10px;border:1px solid var(--border);border-radius:9px;font:inherit;font-size:13px;background:#fff}.hfin-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:12px;gap:12px}.hfin-sumcard{background:#fff;border:1px solid var(--border);border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:3px}.hfin-sumcard.total{border-color:var(--primary)}.hfin-sumlabel{font-size:12px;text-transform:uppercase;letter-spacing:.03em;color:var(--muted)}.hfin-sumtotal{font-size:22px;font-weight:800;color:#1e293b}.hfin-sumsub{font-size:12px;color:var(--muted)}.hfin-pending{color:var(--danger-text)}.hfin-ok{color:var(--ok-text)}.hfin-table{width:100%;border-collapse:collapse;font-size:13px;background:#fff}.hfin-table th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.03em;color:var(--muted);padding:9px 12px;border-bottom:1px solid var(--border);white-space:nowrap}.hfin-table td{padding:8px 12px;border-bottom:1px solid #f1f5f9;vertical-align:middle}.hfin-table tr:last-child td{border-bottom:none}.hfin-money,.hfin-table .nowrap{white-space:nowrap}.hfin-cell{display:flex;flex-direction:column;gap:2px}.hfin-cell>span{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600}.hfin-paid{display:flex;align-items:center;gap:5px;font-size:11px;cursor:pointer}.hfin-flag{display:inline-flex;align-items:center;justify-content:center;width:17px;height:17px;margin-left:4px;border-radius:4px;background:#ede9fe;color:#6d28d9;font-size:10px;font-weight:700}.hpre{display:flex;flex-direction:column;gap:14px}.hpre-bar{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.hpre-date{padding:6px 10px;border:1px solid var(--border);border-radius:9px;font:inherit;font-size:13px}.hpre-daylabel{margin-left:auto;color:var(--muted);font-size:13px;text-transform:capitalize}.hpre-table td,.hpre-table th{white-space:nowrap}.hpre-free td{background:#fcfdfe}.hpre-empty{color:var(--muted)}.hpre-add{background:none;border:1px dashed var(--border);border-radius:7px;padding:3px 10px;font:inherit;font-size:12px;color:var(--primary);cursor:pointer}.hpre-add:hover{background:#f0fdfa;border-color:var(--primary)}.hpre-mini{padding:3px 6px;border:1px solid var(--border);border-radius:6px;font:inherit;font-size:12px}.hpre-pill{border:none;border-radius:999px;padding:2px 10px;font:inherit;font-size:11px;font-weight:600;cursor:pointer}.hpre-pill.ok{background:var(--ok-bg);color:var(--ok-text)}.hpre-pill.pend{background:#fef3c7;color:#92400e}.hpre-flag{width:22px;height:22px;border:1px solid var(--border);border-radius:6px;background:#fff;cursor:pointer;font-size:12px;color:var(--muted)}.hpre-flag.on{background:var(--primary);color:#fff;border-color:var(--primary)}.hpre-flagon{color:var(--primary);font-weight:700}.hcfg{max-width:720px}.hcfg-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:16px}.hcfg-title{font-size:15px;margin:0 0 12px}.hcfg-rooms{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.hcfg-room{display:flex;align-items:center;gap:10px}.hcfg-room .hpt-input{flex:1 1}.hcfg-dot{width:14px;height:14px;border-radius:4px;flex:0 0 auto}.hcfg-pos{display:flex;align-items:center;gap:4px;font-size:11px;color:var(--muted)}.hcfg-pos .hpt-input.sm{max-width:56px}.hcfg-colors{display:flex;gap:4px}.hcfg-swatch{width:18px;height:18px;border-radius:5px;border:2px solid transparent;cursor:pointer;padding:0}.hcfg-swatch.on{border-color:#0f172a}.hcfg-add{display:flex;align-items:center;gap:10px;flex-wrap:wrap;border-top:1px solid var(--border);padding-top:14px}.hcfg-add .hpt-input{flex:1 1;min-width:180px}.hbell,.hbell-btn{position:relative}.hbell-btn{background:rgba(255,255,255,.14);border:none;color:#fff;width:34px;height:34px;border-radius:9px;cursor:pointer;font-size:16px;line-height:1}.hbell-btn:hover{background:rgba(255,255,255,.25)}.hbell-badge{position:absolute;top:-4px;right:-4px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;min-width:16px;height:16px;border-radius:999px;padding:0 4px;display:flex;align-items:center;justify-content:center}.hbell-panel{position:absolute;right:0;top:42px;width:320px;max-height:70vh;overflow-y:auto;background:#fff;color:var(--text);border:1px solid var(--border);border-radius:12px;box-shadow:0 16px 40px rgba(15,23,42,.18);z-index:1200}.hbell-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--border)}.hbell-head strong{font-size:14px}.hbell-readall{background:none;border:none;color:var(--primary);font:inherit;font-size:12px;cursor:pointer}.hbell-empty{padding:20px 14px;color:var(--muted);font-size:13px;text-align:center}.hbell-list{list-style:none;margin:0;padding:0}.hbell-item{display:flex;flex-direction:column;gap:2px;width:100%;text-align:left;background:none;border:none;border-bottom:1px solid #f1f5f9;padding:10px 14px;cursor:pointer;font:inherit}.hbell-item:hover{background:#f8fafc}.hbell-item.unread{background:#f0fdfa}.hbell-item.unread:hover{background:#e3f7f2}.hbell-item-title{font-size:13px;font-weight:600;color:#1e293b}.hbell-item-body{font-size:12px;color:var(--muted)}.hbell-item-time{font-size:11px;color:#94a3b8;margin-top:2px}.hdh{display:flex;flex-direction:column;gap:16px;margin-bottom:22px}.hdh-hi{font-size:18px;margin:0}.hdh-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:12px;gap:12px}.hdh-kpi{background:#fff;border:1px solid var(--border);border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:2px}.hdh-kpi-value{font-size:26px;font-weight:800;color:var(--primary)}.hdh-kpi-value.money{font-size:20px;color:var(--danger-text)}.hdh-kpi-label{font-size:12px;color:var(--muted)}.hdh-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:16px}.hdh-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.hdh-card-head h3{font-size:14px;margin:0;color:#1e293b}.hdh-link{font-size:13px;color:var(--primary);font-weight:600}.hdh-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.hdh-item{display:flex;gap:14px;align-items:center;padding:8px 0;border-bottom:1px solid #f1f5f9}.hdh-item:last-child{border-bottom:none}.hdh-when{display:flex;flex-direction:column;align-items:center;min-width:52px;background:#f0fdfa;border-radius:9px;padding:6px 8px}.hdh-date{font-size:13px;font-weight:700;color:var(--primary)}.hdh-time{font-size:11px;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hdh-info{display:flex;flex-direction:column;gap:1px}.hdh-info strong{font-size:14px}.hdh-info .muted{font-size:12px}.hdh-shortcuts{display:flex;gap:8px;flex-wrap:wrap}.hdh-sc{background:#fff;border:1px solid var(--border);border-radius:999px;padding:8px 16px;font-size:13px;font-weight:600;color:#1e293b}.hdh-sc:hover{border-color:var(--primary);color:var(--primary);text-decoration:none}.pp{position:relative}.pp>input{width:100%}.pp-dropdown{position:absolute;left:0;right:0;top:calc(100% + 4px);background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 14px 36px rgba(15,23,42,.16);z-index:60;overflow:hidden;max-height:280px;overflow-y:auto}.pp-result{display:flex;flex-direction:column;gap:1px;width:100%;text-align:left;background:none;border:none;border-bottom:1px solid #f1f5f9;padding:8px 12px;cursor:pointer;font:inherit}.pp-result:hover{background:#f0fdfa}.pp-result strong{font-size:13px;color:#1e293b}.pp-meta{font-size:11px;color:var(--muted)}.pp-empty{padding:10px 12px;margin:0;color:var(--muted);font-size:13px}.pp-new{width:100%;text-align:left;background:#f8fafc;border:none;border-top:1px solid var(--border);padding:9px 12px;cursor:pointer;font:inherit;font-size:13px;font-weight:600;color:var(--primary)}.pp-new:hover{background:#f0fdfa}.pp-newlink{background:none;border:none;color:var(--primary);font:inherit;font-size:12px;cursor:pointer;padding:4px 0 0}.pp-chosen{display:flex;align-items:center;gap:8px}.pp-chip{display:inline-flex;align-items:center;gap:6px;background:#f0fdfa;border:1px solid #99f6e4;color:#115e59;border-radius:999px;padding:5px 12px;font-size:13px;font-weight:600}.pp-change{background:none;border:none;color:var(--muted);font:inherit;font-size:12px;cursor:pointer;text-decoration:underline}.pp-newform{display:flex;flex-direction:column;gap:8px}.pp-newform input{width:100%}.pp-row{display:flex;gap:8px}.pp-row input{flex:1 1;min-width:0}.pp-newactions{display:flex;justify-content:flex-end;gap:8px}.hpac{display:grid;grid-template-columns:320px 1fr;grid-gap:18px;gap:18px;align-items:start}.hpac-side{background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden;position:-webkit-sticky;position:sticky;top:16px;box-shadow:0 1px 2px rgba(15,23,42,.04)}.hpac-search{display:flex;align-items:center;gap:8px;padding:14px;border-bottom:1px solid var(--border);background:linear-gradient(180deg,#f8fafc,#fff)}.hpac-searchbox{position:relative;flex:1 1;min-width:0}.hpac-search-icon{position:absolute;left:11px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#94a3b8;pointer-events:none}.hpac-search input{width:100%;padding:9px 12px 9px 34px;border:1px solid var(--border);border-radius:999px;font:inherit;font-size:13px;background:#fff;transition:border-color .12s,box-shadow .12s}.hpac-search input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(13,148,136,.15)}.hpac-search input::placeholder{color:#94a3b8}.hpac-new-btn{flex:0 0 auto;height:38px;padding:0 14px;border-radius:999px;background:#f0fdfa;color:var(--primary);border:1px solid #99f6e4;font-weight:600}.hpac-new-btn:hover{background:#ccfbf1}.hpac-results{max-height:64vh;overflow-y:auto}.hpac-hint{margin:0;font-size:13px}.hpac-empty,.hpac-hint{padding:18px 14px;text-align:center}.hpac-empty{gap:10px;align-items:center}.hpac-empty,.hpac-row{display:flex;flex-direction:column}.hpac-row{gap:2px;width:100%;text-align:left;background:none;border:none;border-bottom:1px solid #f1f5f9;padding:10px 12px;cursor:pointer;font:inherit}.hpac-row:hover{background:#f8fafc}.hpac-row.active{background:#f0fdfa;box-shadow:inset 3px 0 0 var(--primary)}.hpac-row strong{font-size:13px;color:#1e293b}.hpac-row-meta{font-size:11px;color:var(--muted)}.hpac-detail{background:#fff;border:1px solid var(--border);border-radius:12px;padding:18px 20px;min-height:360px}.hpac-placeholder{display:flex;align-items:center;justify-content:center;min-height:320px;max-width:420px;margin:0 auto;text-align:center}.hpac-detail-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.hpac-detail-head h2{font-size:18px;margin:0}.hpac-ok{color:var(--ok-text);font-size:13px;margin:0 0 10px}.hpac-form{display:flex;flex-direction:column;gap:14px}.hpac-fieldset{border:1px solid var(--border);border-radius:10px;padding:12px 14px 14px;margin:0}.hpac-fieldset legend{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--muted);padding:0 6px}.hpac-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:10px 12px;gap:10px 12px}.hpac-field{margin:0}.hpac-field.hpac-wide{grid-column:1/-1}.hpac-field select{width:100%;padding:8px 10px;border:1px solid var(--border);border-radius:9px;font:inherit;font-size:13px;background:#fff}.hpac-req{color:#dc2626}.hpac-surgeries{margin-top:20px;border-top:1px solid var(--border);padding-top:16px}.hpac-surgeries h3{font-size:14px;margin:0 0 10px;color:#1e293b}.hpac-table{width:100%;border-collapse:collapse;font-size:13px}.hpac-table th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.03em;color:var(--muted);padding:8px 10px;border-bottom:1px solid var(--border)}.hpac-table td{padding:8px 10px;border-bottom:1px solid #f1f5f9}.hpac-table tr:last-child td{border-bottom:none}@media (max-width:860px){.hpac{grid-template-columns:1fr}.hpac-side{position:static}}.hcd{display:flex;flex-direction:column;gap:18px}.hcd-main{display:grid;grid-template-columns:320px 1fr;grid-gap:18px;gap:18px;align-items:start}.hcd-side{background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden}.hcd-datebar{padding:12px;border-bottom:1px solid var(--border)}.hcd-datebar input{width:100%;padding:7px 10px;border:1px solid var(--border);border-radius:9px;font:inherit;font-size:13px}.hcd-list{max-height:64vh;overflow-y:auto}.hcd-hint{padding:14px 12px;margin:0;font-size:13px}.hcd-row{display:flex;gap:10px;align-items:center;width:100%;text-align:left;background:none;border:none;border-bottom:1px solid #f1f5f9;padding:10px 12px;cursor:pointer;font:inherit}.hcd-row:hover{background:#f8fafc}.hcd-row.active{background:#f0fdfa;box-shadow:inset 3px 0 0 var(--primary)}.hcd-time{font-size:12px;font-weight:700;color:var(--primary);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;min-width:38px}.hcd-row-info{display:flex;flex-direction:column;gap:1px;min-width:0}.hcd-row-info strong{font-size:13px;color:#1e293b}.hcd-row-meta{font-size:11px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hcd-detail{background:#fff;border:1px solid var(--border);border-radius:12px;padding:18px 20px;min-height:300px}.hcd-placeholder{display:flex;align-items:center;justify-content:center;min-height:260px;max-width:380px;margin:0 auto;text-align:center}.hcd-head h2{font-size:18px;margin:0}.hcd-head .muted{font-size:13px;margin:2px 0 0}.hcd-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:12px;gap:12px;margin-top:16px}.hcd-card{border:1px solid var(--border);border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:10px;align-items:flex-start}.hcd-card-title{font-size:13px;font-weight:600;color:#1e293b}.hcd-copies{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted)}.hcd-copies input{width:60px;padding:5px 8px;border:1px solid var(--border);border-radius:7px;font:inherit;font-size:13px}.hcd-card .btn{margin-top:auto}.hcd-admin{background:#fff;border:1px solid var(--border);border-radius:12px}.hcd-admin-toggle{width:100%;text-align:left;background:none;border:none;padding:14px 16px;font:inherit;font-size:14px;font-weight:600;color:#1e293b;cursor:pointer}.hcd-admin-body{padding:0 16px 16px;border-top:1px solid var(--border)}.hcd-admin-help{font-size:12px;margin:12px 0}.hcd-admin-help code{background:#f1f5f9;border-radius:4px;padding:1px 5px;font-size:11px;margin:0 1px}.hcd-ok{color:var(--ok-text);font-size:13px;margin:0 0 10px}.hcd-tpl-list{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.hcd-tpl{display:flex;align-items:center;gap:10px;justify-content:space-between;border:1px solid var(--border);border-radius:9px;padding:8px 12px}.hcd-tpl-name{background:none;border:none;font:inherit;font-size:13px;font-weight:600;color:#1e293b;cursor:pointer;text-align:left}.hcd-tpl-name.active{color:var(--primary)}.hcd-off{color:var(--muted);font-weight:400;font-size:12px}.hcd-tpl-actions{gap:12px}.hcd-switch,.hcd-tpl-actions{display:flex;align-items:center}.hcd-switch{gap:5px;font-size:12px;color:var(--muted)}.hcd-del{background:none;border:none;color:var(--danger-text);font:inherit;font-size:12px;cursor:pointer}.hcd-editor{border-top:1px solid var(--border);padding-top:14px;display:flex;flex-direction:column;gap:12px}.hcd-editor textarea{width:100%;font:inherit;font-size:13px;line-height:1.5;padding:10px 12px;border:1px solid var(--border);border-radius:9px;resize:vertical}.hcd-editor-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.hcd-editor-btns{display:flex;gap:8px}.hcd-marks{font-size:11px}.hcd-editor-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:4px}.hcd-editor-head strong{font-size:14px;color:#1e293b}.hcd-editor-x{background:none;border:none;font-size:22px;line-height:1;color:var(--muted);cursor:pointer;padding:0 4px}.hcd-editor-x:hover{color:#1e293b}.hcd-confirm{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--danger-text)}.hcd-confirm-no,.hcd-confirm-yes{background:none;border:1px solid var(--border);border-radius:6px;padding:2px 9px;font:inherit;font-size:12px;cursor:pointer}.hcd-confirm-yes{background:var(--danger-text);color:#fff;border-color:var(--danger-text)}@media (max-width:860px){.hcd-main{grid-template-columns:1fr}}.hag-block.clickable{cursor:pointer}.bkf-overlay{position:fixed;inset:0;background:rgba(15,23,42,.55);display:flex;align-items:flex-start;justify-content:center;padding:40px 16px;z-index:1300;overflow-y:auto}.bkf-modal{background:#fff;border-radius:16px;width:100%;max-width:720px;box-shadow:0 24px 60px rgba(15,23,42,.3);overflow:hidden}.bkf-loading{padding:40px;text-align:center;color:var(--muted)}.bkf-head{position:relative;background:linear-gradient(90deg,#0d9488,#0b6b5f);color:#fff;padding:16px 48px 16px 20px;display:flex;align-items:center;gap:12px}.bkf-head-main{flex:1 1;min-width:0}.bkf-head-main h2{font-size:18px;margin:0}.bkf-head-main p{font-size:12px;margin:3px 0 0;color:#d7fbef}.bkf-status{background:rgba(255,255,255,.18);border-radius:999px;padding:4px 12px;font-size:12px;font-weight:700;white-space:nowrap}.bkf-x{position:absolute;top:12px;right:14px;background:none;border:none;color:#fff;font-size:24px;line-height:1;cursor:pointer}.bkf-msg,.bkf-ok{margin:12px 20px 0}.bkf-ok{color:var(--ok-text);font-size:13px}.bkf-body{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px;padding:18px 20px}.bkf-col-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--muted);margin:0 0 10px}.bkf-col .field{margin-bottom:10px}.bkf-row2{display:flex;gap:10px}.bkf-row2 .field{flex:1 1}.bkf-check{display:flex;align-items:center;gap:6px;font-size:13px;align-self:flex-end;padding-bottom:8px}.bkf-nights{max-width:110px}.bkf-totals{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:10px;gap:10px;padding:0 20px 4px}.bkf-total{background:#f0fdfa;border:1px solid #99f6e4;border-radius:12px;padding:12px 14px;display:flex;flex-direction:column;gap:2px}.bkf-total.grand{background:#0d9488;border-color:#0d9488}.bkf-total.grand .bkf-total-label,.bkf-total.grand .bkf-total-val{color:#fff}.bkf-total-label{font-size:11px;text-transform:uppercase;letter-spacing:.03em;color:var(--muted)}.bkf-total-val{font-size:18px;font-weight:800;color:#115e59}.bkf-hint{margin:6px 20px 0;font-size:12px}.bkf-review{margin:14px 20px 0;background:#fffbeb;border:1px solid #fde68a;border-radius:12px;padding:14px}.bkf-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-top:1px solid var(--border);margin-top:14px;flex-wrap:wrap}.bkf-actions-right{display:flex;align-items:center;gap:10px}.bkf-link{font-size:13px;font-weight:600;color:var(--primary)}.bkf-danger{background:none;border:1px solid var(--danger-text);color:var(--danger-text);border-radius:8px;padding:6px 14px;font:inherit;font-size:13px;font-weight:600;cursor:pointer}.bkf-danger:hover{background:var(--danger-bg,#fef2f2)}@media (max-width:700px){.bkf-body,.bkf-totals{grid-template-columns:1fr}}.hcd-editor-actions .btn,.hpac-detail-head .btn,.hpac-search .btn,.pp-newactions .btn{width:auto;flex:0 0 auto}