:root{--primary: #2563eb;--primary-dark: #1d4ed8;--teal: #14b8a6;--navy: #0f172a;--bg: #f8fafc;--card: #fff;--border: #e2e8f0;--muted: #64748b;--text: #1e293b;--success: #22c55e;--warning: #f59e0b;--error: #ef4444;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg);font-size:14px}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:var(--primary);text-decoration:none}h1,h2,h3,p{margin-top:0}h1{color:var(--navy);font-size:28px;line-height:1.2;margin-bottom:6px}h2{color:var(--navy);font-size:18px;margin-bottom:0}h3{color:var(--navy)}small{color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.muted{color:var(--muted)}.text-error{color:var(--error)}.button{min-height:40px;border:0;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 16px;cursor:pointer;font-weight:700;transition:.18s ease}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.65;cursor:wait;transform:none}.button-primary{background:var(--primary);color:#fff}.button-primary:hover{background:var(--primary-dark)}.button-secondary{background:#e0f2fe;color:#075985}.button-ghost{background:#fff;border:1px solid var(--border);color:var(--text)}.button-danger{background:#fee2e2;color:#b91c1c}.button-wide{width:100%}.text-button{border:0;background:none;color:var(--primary);cursor:pointer;font-weight:700;padding:0}.table-actions{display:flex;flex-wrap:wrap;gap:10px}.brand{display:flex;align-items:center;gap:10px;min-width:0;color:var(--navy)}.brand-logo{width:48px;height:48px;border-radius:50%;object-fit:cover;flex:none}.brand-logo-small{width:40px;height:40px}.brand strong,.brand span{display:block;white-space:nowrap}.brand strong{font-size:12px}.brand span{color:var(--muted);font-size:11px;margin-top:2px}.app-shell{min-height:100vh}.sidebar{background:#fff;border-right:1px solid var(--border);bottom:0;display:flex;flex-direction:column;left:0;position:fixed;top:0;width:260px;z-index:30;transition:width .2s ease,transform .2s ease}.sidebar-heading{border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;min-height:72px;padding:10px 16px}.sidebar nav{display:grid;gap:4px;padding:16px 12px}.sidebar nav a,.sidebar-bottom button{background:transparent;border:0;border-radius:8px;color:var(--muted);display:flex;align-items:center;gap:12px;min-height:42px;padding:0 12px;text-align:left;transition:.15s ease;white-space:nowrap}.sidebar nav a:hover,.sidebar nav a.active,.sidebar-bottom button:hover{background:#eff6ff;color:var(--primary)}.sidebar nav a.active{font-weight:700}.sidebar-bottom{border-top:1px solid var(--border);display:grid;gap:4px;margin-top:auto;padding:12px}.sidebar-bottom button{cursor:pointer}.collapse-icon{transform:rotate(90deg)}.sidebar-close{display:none}.sidebar-collapsed .sidebar{width:76px}.sidebar-collapsed .sidebar .brand div,.sidebar-collapsed .sidebar nav span,.sidebar-collapsed .sidebar-bottom span{display:none}.sidebar-collapsed .sidebar nav a,.sidebar-collapsed .sidebar-bottom button{justify-content:center;padding:0}.sidebar-brand-button{background:none;border:0;cursor:pointer;display:flex;padding:0;text-align:left}.app-main{margin-left:260px;transition:margin-left .2s ease}.sidebar-collapsed .app-main{margin-left:76px}.topbar{align-items:center;background:#fffffff0;border-bottom:1px solid var(--border);display:flex;gap:18px;height:72px;padding:0 28px;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.topbar-title h2{font-size:16px}.topbar-title p{color:var(--muted);font-size:12px;margin:3px 0 0}.top-search,.search-box{align-items:center;background:#f8fafc;border:1px solid var(--border);border-radius:8px;color:var(--muted);display:flex;gap:8px;padding:0 11px}.top-search{height:40px;margin-left:auto;max-width:330px;width:34vw}.top-search input,.search-box input{background:transparent;border:0;outline:0;width:100%}.dropdown-wrap{position:relative}.search-wrap{margin-left:auto}.topbar-dropdown{background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 16px 36px #0f172a24;min-width:290px;overflow:hidden;position:absolute;right:0;top:calc(100% + 10px);z-index:50}.search-dropdown{left:0;min-width:100%;right:auto;width:360px}.search-dropdown a,.profile-dropdown a,.profile-dropdown button{color:var(--text);display:flex;gap:8px;padding:11px 13px;text-align:left;width:100%}.search-dropdown a{display:grid;gap:3px}.search-dropdown a:hover,.profile-dropdown a:hover,.profile-dropdown button:hover{background:#f8fafc;color:var(--primary)}.dropdown-empty{color:var(--muted);margin:0;padding:14px}.icon-button{background:#fff;border:1px solid var(--border);border-radius:50%;color:var(--muted);cursor:pointer;display:grid;height:38px;place-items:center;position:relative;width:38px}.icon-button span{background:var(--error);border:2px solid white;border-radius:50%;height:9px;position:absolute;right:6px;top:5px;width:9px}.user-menu{display:flex;gap:9px;align-items:center}.user-menu-button{background:transparent;border:0;cursor:pointer;padding:0}.user-menu>div,.avatar{align-items:center;background:linear-gradient(145deg,#dbeafe,#ccfbf1);border-radius:50%;color:#075985;display:flex;font-weight:800;justify-content:center}.user-menu>div{height:38px;width:38px}.user-menu strong,.user-menu small{display:block;white-space:nowrap}.user-menu small{font-size:11px;margin-top:2px}.notification-dropdown{width:350px}.notification-dropdown header{align-items:center;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:11px 13px}.notification-dropdown header button{align-items:center;background:none;border:0;color:var(--primary);cursor:pointer;display:flex;font-size:11px;font-weight:700;gap:4px}.notification-item{border-bottom:1px solid var(--border);padding:11px 13px}.notification-item:last-child{border-bottom:0}.notification-item p{color:var(--muted);font-size:12px;margin:3px 0 0}.profile-dropdown{width:240px}.profile-dropdown-heading{border-bottom:1px solid var(--border);display:grid;gap:3px;padding:12px 13px}.profile-dropdown-heading span{color:var(--primary);font-size:11px;font-weight:800;margin-top:3px}.profile-dropdown a,.profile-dropdown button{align-items:center;background:none;border:0;cursor:pointer;font-size:13px}.mobile-menu,.mobile-bottom{display:none}.content{padding:28px}.page-header{align-items:flex-start;display:flex;justify-content:space-between;gap:18px;margin-bottom:22px}.page-header p{color:var(--muted);margin-bottom:0}.page-actions{display:flex;gap:8px}.panel{background:var(--card);border:1px solid var(--border);border-radius:14px;box-shadow:0 5px 16px #0f172a09;padding:18px}.stats-grid{display:grid;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:18px}.stat-card{align-items:center;display:flex;gap:13px}.stat-icon{align-items:center;background:#eff6ff;border-radius:12px;color:var(--primary);display:flex;height:46px;justify-content:center;width:46px}.stat-icon svg{height:22px;width:22px}.stat-card p,.stat-card span{color:var(--muted);display:block;font-size:12px;margin:0}.stat-card strong{color:var(--navy);display:block;font-size:24px;margin:2px 0}.dashboard-grid{display:grid;gap:18px;grid-template-columns:minmax(0,2fr) minmax(280px,1fr)}.span-2{grid-column:span 2}.span-3{grid-column:span 3}.section-title{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.section-title a{font-size:13px;font-weight:700}.chart-panel{min-height:295px}.activity-item{display:flex;gap:12px;padding:11px 0;border-bottom:1px solid var(--border)}.activity-item:last-child{border-bottom:0}.activity-item p{color:var(--muted);font-size:12px;margin:2px 0}.activity-dot{background:var(--teal);border-radius:50%;height:9px;margin-top:5px;width:9px}.quick-actions{display:grid;gap:8px}.quick-actions a{align-items:center;background:#f8fafc;border-radius:8px;color:var(--text);display:flex;font-size:13px;gap:9px;padding:10px}.quick-actions a:hover{background:#eff6ff;color:var(--primary)}.quick-actions svg{height:17px;width:17px}.toolbar{align-items:center;display:flex;gap:10px;margin-bottom:16px}.toolbar-wrap{flex-wrap:wrap}.search-box{height:42px;max-width:370px;width:100%}.control{background:#fff;border:1px solid #cbd5e1;border-radius:8px;color:var(--text);min-height:42px;outline:none;padding:9px 11px;width:100%}.control:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1f}.password-control{position:relative}.password-control .control{padding-right:44px}.password-control button{align-items:center;background:transparent;border:0;color:var(--muted);cursor:pointer;display:flex;height:100%;justify-content:center;position:absolute;right:8px;top:0;width:34px}.password-control button:hover{color:var(--primary)}.table-wrap{overflow-x:auto}table{border-collapse:collapse;min-width:720px;width:100%}th,td{border-bottom:1px solid var(--border);padding:12px 10px;text-align:left;white-space:nowrap}th{color:var(--muted);font-size:11px;letter-spacing:.03em;text-transform:uppercase}td{font-size:13px}td small{display:block;margin-top:3px}td a+a{margin-left:10px}tbody tr:hover{background:#f8fafc}.badge{border-radius:99px;display:inline-flex;font-size:11px;font-weight:800;padding:4px 8px}.badge-active,.badge-completed,.badge-ready{background:#dcfce7;color:#166534}.badge-confirmed,.badge-scheduled,.badge-processing{background:#dbeafe;color:#1d4ed8}.badge-waiting,.badge-planned,.badge-follow-up-required{background:#fef3c7;color:#92400e}.badge-in-progress,.badge-arrived{background:#ccfbf1;color:#0f766e}.badge-inactive,.badge-cancelled,.badge-no-show{background:#f1f5f9;color:#64748b}.empty,.restricted{align-items:center;color:var(--muted);display:flex;flex-direction:column;justify-content:center;min-height:230px;text-align:center}.empty strong{color:var(--navy);font-size:16px;margin-top:10px}.empty p{margin-bottom:0}.form-stack{display:grid;gap:16px}.form-grid{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.field{display:grid;gap:6px;color:var(--text);font-size:13px}.field b{color:var(--error)}.field textarea{resize:vertical}.form-actions,.modal-actions{display:flex;flex-wrap:wrap;gap:9px}.form-alert{background:#eff6ff;border-radius:8px;color:#1d4ed8;margin-bottom:12px;padding:10px 12px}.form-alert-error{background:#fef2f2;color:#b91c1c}.form-alert-success{background:#f0fdf4;color:#166534}.form-between{display:flex;justify-content:space-between;font-size:13px}.form-between-end{justify-content:flex-end}.form-between label{display:flex;gap:7px}.auth-page{display:grid;grid-template-columns:1.05fr .95fr;min-height:100vh}.auth-intro{align-items:center;background:linear-gradient(135deg,#0f172a,#164e63);color:#fff;display:flex;overflow:hidden;padding:60px;position:relative}.auth-intro:after{border:1px solid rgba(255,255,255,.12);border-radius:50%;content:"";height:580px;position:absolute;right:-220px;top:-180px;width:580px}.auth-intro-inner{max-width:570px;position:relative;z-index:1}.auth-intro img{border-radius:50%;box-shadow:0 10px 35px #0000002e;height:96px;margin-bottom:26px;object-fit:cover;width:96px}.auth-intro .auth-intro-logo{border-radius:0;box-shadow:none;height:auto;margin-bottom:30px;max-width:420px;object-fit:contain;width:min(100%,420px)}.auth-intro-logo-button{background:none;border:0;cursor:pointer;display:inline-flex;padding:0}.auth-intro span{color:#99f6e4;display:block;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.auth-intro h1{color:#fff;font-size:46px;line-height:1.12;margin:15px 0}.auth-intro p{color:#cbd5e1;font-size:17px;line-height:1.7}.auth-proof{align-items:center;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:10px;display:flex;gap:10px;margin-top:30px;padding:12px 14px}.auth-form-side,.simple-auth{align-items:center;background:var(--bg);display:flex;justify-content:center;padding:28px}.simple-auth{min-height:100vh}.auth-card{background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:0 18px 45px #0f172a14;display:grid;gap:14px;max-width:430px;padding:30px;width:100%}.auth-card h2{font-size:25px;margin-top:5px}.auth-card p{color:var(--muted);margin:-7px 0 3px}.auth-card small{text-align:center}.auth-heading{align-items:center;background:none;border:0;color:var(--text);cursor:pointer;display:flex;gap:11px;padding:0;text-align:left}.auth-heading img,.auth-logo{border-radius:50%;height:55px;object-fit:cover;width:55px}.auth-heading span{color:var(--muted);display:block;font-size:12px}.back-link{font-weight:700;text-align:center}.profile-summary{align-items:center;display:flex;gap:16px;margin-bottom:16px}.profile-summary .avatar{font-size:18px;height:62px;width:62px}.profile-summary h2{margin-bottom:5px}.profile-summary p{color:var(--muted);margin-bottom:3px}.profile-summary .badge{margin-left:auto}.tabs{border-bottom:1px solid var(--border);display:flex;gap:4px;margin-bottom:16px;overflow-x:auto}.tabs button,.settings-tabs button{background:none;border:0;color:var(--muted);cursor:pointer;padding:11px 13px;white-space:nowrap}.tabs button.active{border-bottom:2px solid var(--primary);color:var(--primary);font-weight:800}.profile-grid,.details-grid,.reports-grid{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.financial-report-section{display:grid;gap:16px;margin-bottom:16px}.financial-count-grid{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.financial-count-grid article{background:#f8fafc;border:1px solid var(--border);border-radius:12px;padding:14px}.financial-count-grid span{color:var(--muted);display:block;font-size:12px;margin-bottom:6px}.financial-count-grid strong{color:var(--navy);display:block;font-size:22px}.report-note-list{border-top:1px solid var(--border);display:grid;gap:8px;margin-top:14px;padding-top:12px}.report-note-list p{color:var(--muted);margin:0}.profile-grid p{color:var(--muted);margin-bottom:9px}.view-switch{background:#f1f5f9;border-radius:8px;display:flex;margin-left:auto;padding:3px}.view-switch button{background:transparent;border:0;border-radius:6px;color:var(--muted);cursor:pointer;padding:7px 9px}.view-switch button.active{background:#fff;color:var(--primary);font-weight:800}.calendar-shell{overflow-x:auto}.calendar-toolbar{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:12px;min-width:320px}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(100px,1fr));min-width:760px}.calendar-grid-day{grid-template-columns:minmax(240px,1fr);min-width:0}.calendar-day{border:1px solid var(--border);min-height:150px;padding:8px}.calendar-day-empty{background:#f8fafc}.calendar-day>strong{color:var(--muted);display:block;font-size:11px;margin-bottom:8px}.calendar-event{background:#dbeafe;border:0;border-radius:6px;color:#1e40af;cursor:pointer;display:block;font-size:11px;margin-bottom:6px;padding:6px;text-align:left;width:100%}.calendar-event span{display:block;font-weight:800;margin-top:2px}.event-completed{background:#dcfce7;color:#166534}.event-waiting{background:#fef3c7;color:#92400e}.event-arrived,.event-in-progress{background:#ccfbf1;color:#0f766e}.event-cancelled{background:#f1f5f9;color:#64748b;text-decoration:line-through}.detail-list p{align-items:center;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;gap:15px;margin:0;padding:10px 0}.detail-list span{color:var(--muted)}.detail-list div{align-items:center;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;gap:15px;padding:10px 0}.detail-list dt{color:var(--muted);font-size:13px}.detail-list dd{font-weight:700;margin:0;overflow-wrap:anywhere;text-align:right}.appointment-request-table table{min-width:1120px}.appointment-request-status-cell{display:grid;gap:6px;justify-items:start}.appointment-request-status-cell small{color:var(--muted);max-width:220px}.appointment-request-mini-links{display:flex;flex-wrap:wrap;gap:6px}.appointment-request-mini-links a,.appointment-request-link-grid a,.appointment-request-link-grid span{background:#f8fafc;border:1px solid var(--border);border-radius:10px;color:var(--primary);font-weight:800;padding:8px 10px;text-decoration:none}.appointment-request-mini-links a:hover,.appointment-request-link-grid a:hover{background:#eff6ff;border-color:#bfdbfe}.appointment-request-detail{gap:14px}.appointment-request-summary{display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.appointment-request-summary>div,.appointment-request-card{background:#f8fafc;border:1px solid var(--border);border-radius:14px;padding:14px}.appointment-request-summary span{color:var(--muted);display:block;font-size:12px;margin-bottom:5px}.appointment-request-summary strong{display:block}.appointment-request-summary small{color:var(--muted);display:block;margin-top:4px}.appointment-request-detail-grid{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.appointment-request-card h3{margin:0 0 10px}.appointment-request-card .detail-list{margin:0}.appointment-request-review-card{background:#fff}.appointment-request-conversion-note{background:#f8fafc;border:1px solid var(--border);border-radius:10px;color:var(--muted);font-size:13px;line-height:1.45;margin:-2px 0 10px;padding:9px 10px}.appointment-request-dentist-empty{background:#fff7ed;border:1px solid #fed7aa;border-radius:10px;color:#9a3412;font-size:12px;line-height:1.45;margin:7px 0 0;padding:8px 10px}.appointment-request-converted-alert p{margin:6px 0 10px}.appointment-request-link-grid{display:flex;flex-wrap:wrap;gap:8px}.audit-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.audit-filters{align-items:end}.audit-filters .field{min-width:170px}.audit-risk-filter{align-self:center;margin-bottom:9px}.audit-filter-actions{display:flex;gap:8px;margin-bottom:2px}.audit-log-table table{min-width:1180px}.audit-log-table code{background:#f1f5f9;border-radius:6px;color:var(--navy);display:inline-block;font-size:12px;padding:4px 6px}.audit-badge-stack{align-items:flex-start;display:grid;gap:6px}.audit-category,.audit-risk{border-radius:999px;display:inline-flex;font-size:12px;font-weight:800;padding:5px 9px;width:max-content}.audit-category{background:#eef2ff;color:#3730a3}.audit-risk-normal{background:#f1f5f9;color:#475569}.audit-risk-medium{background:#fef3c7;color:#92400e}.audit-risk-high{background:#fee2e2;color:#b91c1c}.pagination-row{align-items:center;border-top:1px solid var(--border);display:flex;gap:12px;justify-content:space-between;margin-top:14px;padding-top:14px}.pagination-row>div{display:flex;gap:8px}.audit-detail-modal .panel{box-shadow:none}.audit-detail-header{display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.audit-detail-header>div{background:#f8fafc;border:1px solid var(--border);border-radius:12px;padding:12px}.audit-detail-header span{color:var(--muted);display:block;font-size:12px;margin-bottom:6px}.audit-summary-list{display:grid;gap:0}.audit-summary-list p{align-items:center;border-bottom:1px solid var(--border);display:flex;gap:12px;justify-content:space-between;margin:0;padding:9px 0}.audit-summary-list span{color:var(--muted)}.audit-summary-list strong{overflow-wrap:anywhere;text-align:right}.badge-pending{background:#fef3c7;color:#92400e}.badge-contacted{background:#dbeafe;color:#1d4ed8}.badge-needs-follow-up{background:#ffedd5;color:#c2410c}.badge-approved{background:#dcfce7;color:#166534}.badge-converted{background:#ccfbf1;color:#0f766e}.badge-rejected{background:#fee2e2;color:#b91c1c}.timeline{align-items:center;color:var(--muted);display:flex;gap:8px;padding:8px 0}.timeline span{background:#cbd5e1;border-radius:50%;height:10px;width:10px}.timeline.done{color:#166534;font-weight:700}.timeline.done span{background:var(--success)}.clinical-grid{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:16px}.tooth-chart{display:flex;flex-wrap:wrap;gap:7px}.tooth-chart button{background:#f0fdfa;border:1px solid #99f6e4;border-radius:50% 50% 42% 42%;color:#0f766e;cursor:pointer;height:43px;width:38px}.tooth-chart button:hover{background:#ccfbf1}.tooth-chart button.recorded{background:#dbeafe;border-color:#93c5fd;color:#1d4ed8;font-weight:800}.tooth-chart button.selected{background:var(--primary);border-color:var(--primary);box-shadow:0 0 0 3px #dbeafe;color:#fff;font-weight:800}.tooth-editor{border-top:1px solid var(--border);margin-top:16px;padding-top:16px}.tooth-editor-heading{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.tooth-editor-heading small{display:block;margin-top:3px}.tooth-findings{border-top:1px solid var(--border);margin-top:16px;padding-top:14px}.tooth-findings h3{margin:0 0 8px}.tooth-findings article{align-items:center;border-top:1px solid var(--border);display:flex;gap:12px;justify-content:space-between;padding:10px 0}.tooth-findings p{color:var(--muted);margin:4px 0}.consultation-summary{background:#f8fafc}.profile-record-list{display:grid;gap:12px}.profile-record-list article{border:1px solid var(--border);border-radius:10px;padding:14px}.profile-record-list header{align-items:center;display:flex;gap:10px;justify-content:space-between}.profile-record-list p{margin:8px 0}.profile-record-list small{color:var(--muted)}.prescription-grid{display:grid;gap:16px;grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);margin-bottom:16px}.medicine-row{align-items:end;border-top:1px solid var(--border);display:grid;gap:9px;grid-template-columns:1.4fr .8fr 1fr .7fr 42px;margin:15px 0;padding-top:15px}.remove-button{align-self:end;background:#fee2e2;border:0;border-radius:8px;color:#b91c1c;cursor:pointer;display:grid;height:42px;padding:0;place-items:center;width:42px}.prescription-preview{background:#fffffd}.prescription-preview header{align-items:center;border-bottom:2px solid var(--navy);display:flex;gap:10px;padding-bottom:12px}.prescription-preview header img{border-radius:50%;height:50px;width:50px}.prescription-preview header p{color:var(--muted);margin:3px 0 0}.rx-meta{display:grid;grid-template-columns:repeat(2,1fr);gap:4px;margin:14px 0}.rx-meta span{color:var(--muted);display:block;font-size:11px}.rx-meta strong{display:block;font-size:12px}.rx-item{border-bottom:1px solid var(--border);padding:9px 0}.rx-item p{color:var(--muted);margin:3px 0 0}.prescription-preview footer{display:grid;margin:34px 0 14px;text-align:right}.prescription-preview footer span{border-top:1px solid var(--navy);color:var(--muted);font-size:11px;margin-left:auto;padding-top:5px;width:160px}.prescription-preview footer strong{margin-top:3px}.rx-instructions{border-top:1px solid var(--border);margin-top:12px;padding-top:10px}.rx-instructions p{color:var(--muted);margin:5px 0 0}.report-filters{align-items:end;margin-bottom:8px}.report-filters .field{min-width:180px}.report-filters .button{margin-bottom:1px}.report-stats{margin-top:18px}.report-preview{background:#fff}.report-preview-header{align-items:flex-start;border-bottom:2px solid var(--navy);display:flex;gap:12px;justify-content:space-between;padding-bottom:12px}.report-preview-header h2{margin:4px 0}.report-preview-header p{color:var(--muted);margin:0}.report-meta-grid,.report-summary-grid{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr));margin:14px 0}.report-meta-grid p,.report-summary-grid div{border:1px solid var(--border);border-radius:8px;margin:0;padding:10px}.report-meta-grid span,.report-summary-grid span{color:var(--muted);display:block;font-size:11px}.report-meta-grid strong{display:block;font-size:12px;margin-top:3px}.report-summary-grid strong{display:block;font-size:22px;margin-top:4px}.report-record-list{display:grid;gap:8px}.report-record-list article{border-top:1px solid var(--border);padding:9px 0}.report-record-list p{margin:4px 0}.report-record-list small{color:var(--muted)}.report-preview footer{border-top:1px solid var(--border);color:var(--muted);font-size:11px;margin-top:14px;padding-top:10px}.preview-button{margin-top:10px;width:100%}.settings-shell{display:grid;gap:20px;grid-template-columns:220px minmax(0,1fr)}.settings-tabs{border-right:1px solid var(--border);display:grid;gap:4px;align-content:start;padding-right:16px}.settings-tabs button{border-radius:7px;text-align:left}.settings-tabs button.active{background:#eff6ff;color:var(--primary);font-weight:800}.logo-upload{align-items:center;display:flex;gap:12px}.logo-upload img{height:auto;max-height:110px;object-fit:contain;width:min(100%,240px)}.toggle-list{display:grid;gap:13px}.toggle-list label{align-items:center;display:flex;gap:9px}.restricted h1,.restricted .button{margin-top:12px}.modal-backdrop{align-items:center;background:#0f172a73;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;padding:20px;position:fixed;z-index:60}.modal{background:#fff;border-radius:14px;box-shadow:0 20px 50px #0f172a2e;display:flex;flex-direction:column;max-height:calc(100vh - 40px);max-width:640px;overflow:hidden;width:100%}.modal header{align-items:center;border-bottom:1px solid var(--border);display:flex;flex:none;justify-content:space-between;padding:16px 20px}.modal header h2{margin:0}.modal header button{background:none;border:0;color:var(--muted);cursor:pointer;display:inline-flex;padding:4px}.modal-body{overflow-y:auto;padding:20px}.modal-actions{margin-top:16px}.toast{align-items:center;background:#166534;border-radius:9px;bottom:20px;box-shadow:0 12px 30px #0f172a38;color:#fff;display:flex;gap:9px;max-width:390px;padding:12px 14px;position:fixed;right:20px;z-index:80}.toast-error{background:#b91c1c}.toast button{background:none;border:0;color:#fff;cursor:pointer;display:flex;margin-left:auto}.landing{background:#fff;color:#334155;min-height:100vh}.landing-container{margin:0 auto;max-width:1180px;padding-left:24px;padding-right:24px;width:100%}.landing-header{background:#fffffff0;border-bottom:1px solid rgba(226,232,240,.9);position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.landing-nav{align-items:center;display:flex;height:78px;justify-content:space-between}.landing-brand{align-items:center;color:var(--navy);display:inline-flex;gap:11px}.landing-brand img{border-radius:50%;height:54px;object-fit:cover;width:54px}.landing-brand strong,.landing-brand small{display:block}.landing-brand strong{font-family:Georgia,serif;font-size:20px;letter-spacing:.01em}.landing-brand small{color:var(--muted);font-size:11px;letter-spacing:.06em;margin-top:3px;text-transform:uppercase}.landing-links{align-items:center;display:flex;gap:28px}.landing-links>a{color:#475569;font-size:13px;font-weight:700}.landing-links>a:hover{color:var(--primary)}.landing-links .landing-staff-link{background:var(--navy);border-radius:8px;color:#fff;padding:11px 16px}.landing-links .landing-staff-link:hover{background:#1e293b;color:#fff}.landing-menu-button{display:none}.landing-hero{background:radial-gradient(circle at 82% 36%,rgba(20,184,166,.14),transparent 24%),linear-gradient(135deg,#f8fafc,#eff6ff 52%,#f0fdfa);overflow:hidden}.landing-hero-grid{align-items:center;display:grid;gap:56px;grid-template-columns:minmax(0,1.08fr) minmax(370px,.92fr);min-height:690px;padding-bottom:78px;padding-top:76px}.landing-eyebrow,.landing-section-label{align-items:center;color:#0f766e;display:flex;font-size:12px;font-weight:800;gap:7px;letter-spacing:.08em;margin-bottom:18px;text-transform:uppercase}.landing-hero h1{color:var(--navy);font-family:Georgia,serif;font-size:clamp(48px,5.8vw,74px);font-weight:500;letter-spacing:-.05em;line-height:1.02;margin-bottom:22px;max-width:720px}.landing-lead{color:#64748b;font-size:18px;line-height:1.7;max-width:630px}.landing-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:30px}.landing-primary-action,.landing-secondary-action{align-items:center;border-radius:8px;display:inline-flex;font-size:13px;font-weight:800;gap:8px;justify-content:center;min-height:47px;padding:0 18px;transition:.18s ease}.landing-primary-action{background:var(--primary);color:#fff}.landing-primary-action:hover{background:var(--primary-dark);color:#fff;transform:translateY(-2px)}.landing-secondary-action{background:#fff;border:1px solid #cbd5e1;color:#334155}.landing-secondary-action:hover{border-color:var(--primary);color:var(--primary)}.landing-hero-details{display:flex;flex-wrap:wrap;gap:23px;margin-top:28px}.landing-hero-details span{align-items:center;color:#475569;display:flex;font-size:13px;font-weight:700;gap:7px}.landing-hero-details svg{color:var(--teal)}.landing-hero-visual{align-items:center;display:flex;justify-content:center;min-height:510px;position:relative}.landing-logo-orbit{align-items:center;background:#ffffffb8;border:1px solid rgba(255,255,255,.95);border-radius:50%;box-shadow:0 28px 80px #0f766e21;display:flex;height:420px;justify-content:center;position:relative;width:420px}.landing-logo-orbit:before,.landing-logo-orbit:after{border:1px solid rgba(20,184,166,.16);border-radius:50%;content:"";top:-30px;right:-30px;bottom:-30px;left:-30px;position:absolute}.landing-logo-orbit:after{border-color:#2563eb17;top:-62px;right:-62px;bottom:-62px;left:-62px}.landing-logo-orbit img{border-radius:50%;height:350px;object-fit:cover;position:relative;width:350px;z-index:2}.landing-floating-card{align-items:center;background:#fffffff5;border:1px solid rgba(226,232,240,.9);border-radius:13px;box-shadow:0 16px 36px #0f172a1a;display:flex;gap:10px;padding:12px 14px;position:absolute;z-index:3}.landing-floating-card svg{color:var(--teal)}.landing-floating-card strong,.landing-floating-card small{display:block;white-space:nowrap}.landing-floating-card strong{color:var(--navy);font-size:13px}.landing-floating-card small{font-size:11px;margin-top:3px}.landing-floating-top{right:-4px;top:82px}.landing-floating-bottom{bottom:88px;left:-6px}.landing-trust{background:var(--navy)}.landing-trust-grid{display:grid;grid-template-columns:repeat(3,1fr)}.landing-trust-grid div{border-right:1px solid rgba(255,255,255,.12);padding:22px 30px}.landing-trust-grid div:first-child{border-left:1px solid rgba(255,255,255,.12)}.landing-trust strong,.landing-trust span{display:block}.landing-trust strong{color:#fff;font-family:Georgia,serif;font-size:18px;font-weight:500}.landing-trust span{color:#94a3b8;font-size:12px;margin-top:4px}.landing-section{padding:108px 0}.landing-section-heading{margin:0 auto 42px;max-width:680px;text-align:center}.landing-section-heading>p{color:#0f766e;font-size:12px;font-weight:800;letter-spacing:.1em;margin-bottom:12px;text-transform:uppercase}.landing-section-heading h2,.landing-about-copy h2,.landing-contact-copy h2{color:var(--navy);font-family:Georgia,serif;font-size:42px;font-weight:500;letter-spacing:-.03em;line-height:1.12;margin-bottom:14px}.landing-section-heading span,.landing-about-copy>p:not(.landing-section-label),.landing-contact-copy>p:not(.landing-section-label){color:#64748b;font-size:16px;line-height:1.7}.landing-services{display:grid;gap:17px;grid-template-columns:repeat(3,1fr)}.landing-services article{background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:0 12px 34px #0f172a0b;padding:28px;transition:.2s ease}.landing-services article:hover{border-color:#bfdbfe;box-shadow:0 18px 42px #0f172a16;transform:translateY(-4px)}.landing-services article>div{align-items:center;background:#f0fdfa;border-radius:12px;color:#0f766e;display:flex;height:48px;justify-content:center;width:48px}.landing-services article h3{font-family:Georgia,serif;font-size:22px;font-weight:500;margin:20px 0 10px}.landing-services article p{color:#64748b;line-height:1.7}.landing-services article a{align-items:center;display:inline-flex;font-size:13px;font-weight:800;gap:5px}.landing-about{background:#f8fafc}.landing-about-grid,.landing-contact-grid{align-items:center;display:grid;gap:70px;grid-template-columns:repeat(2,minmax(0,1fr))}.landing-about-card{background:linear-gradient(145deg,#0f172a,#164e63);border-radius:18px;box-shadow:0 25px 55px #0f172a26;color:#cbd5e1;min-height:410px;overflow:hidden;padding:36px;position:relative}.landing-about-card:after{border:1px solid rgba(255,255,255,.11);border-radius:50%;bottom:-160px;content:"";height:430px;position:absolute;right:-100px;width:430px}.landing-about-mark{align-items:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.18);border-radius:50%;display:flex;height:215px;justify-content:center;margin-bottom:28px;width:215px}.landing-about-mark img{border-radius:50%;height:180px;object-fit:cover;width:180px}.landing-about-card p{font-family:Georgia,serif;font-size:21px;line-height:1.5;max-width:390px;position:relative;z-index:2}.landing-about-copy>span{align-items:center;color:#334155;display:flex;font-weight:700;gap:9px;margin-top:14px}.landing-about-copy span svg{color:var(--teal);height:19px;width:19px}.landing-contact-grid{gap:80px}.landing-contact-list{display:grid;gap:13px;margin-top:24px}.landing-contact-list span{align-items:center;color:#334155;display:flex;gap:10px}.landing-contact-list svg{color:var(--teal);height:18px;width:18px}.landing-hours-card{background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:0 18px 42px #0f172a12;padding:27px}.landing-hours-card h3{align-items:center;display:flex;font-family:Georgia,serif;font-size:22px;font-weight:500;gap:9px;margin:0 0 14px}.landing-hours-card h3 svg{color:var(--teal);height:21px;width:21px}.landing-hours-card p{border-bottom:1px solid var(--border);display:flex;gap:18px;justify-content:space-between;margin:0;padding:13px 0}.landing-hours-card p:last-child{border-bottom:0;padding-bottom:0}.landing-hours-card p span{color:var(--muted)}.landing-hours-card .landing-primary-action{margin-top:20px;width:100%}.landing-footer{background:var(--navy);color:#94a3b8;padding:34px 0;text-align:center}.landing-footer .landing-brand{color:#fff;justify-content:center}.landing-footer .landing-brand small{color:#94a3b8}.landing-footer p{margin:16px 0 10px}.landing-contact-side{display:grid;gap:24px}.landing-request-card h3{margin-bottom:6px}.landing-request-form{display:grid;gap:14px;margin-top:12px}.landing-request-row{display:grid;gap:14px;grid-template-columns:1fr 1fr}.landing-request-field{display:grid;gap:7px}.landing-request-field label{color:#334155;font-size:12px;font-weight:800;letter-spacing:.01em}.landing-request-field .control{background:#f8fafc;border-color:#cbd5e1;border-radius:11px;min-height:48px;padding-left:13px;padding-right:13px;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.landing-request-field .control:focus{background:#fff;border-color:var(--primary);box-shadow:0 0 0 4px #2563eb1f;outline:none}.landing-request-field textarea.control{padding-top:12px}.landing-request-field small{color:var(--muted);font-size:11px;line-height:1.4}.landing-date-time-control{color-scheme:light;cursor:pointer}.landing-date-time-control::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.72;padding:4px}.landing-date-time-control::-webkit-calendar-picker-indicator:hover{opacity:1}.landing-request-form .landing-primary-action{margin-top:4px;min-height:50px;width:100%}.landing-request-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;font-size:13px;font-weight:600;margin:0;padding:10px 12px}.landing-request-note{color:var(--muted);display:block;font-size:12px;line-height:1.5}.landing-request-draft-note{background:#f8fafc;border:1px solid var(--border);border-radius:10px;padding:9px 10px}.landing-request-info{display:grid;gap:12px}.landing-request-info>p:first-child{align-items:flex-start;color:#0f766e;display:flex;font-weight:700;gap:8px;line-height:1.55;margin:0}.landing-request-info>p:first-child svg{flex:0 0 auto;margin-top:2px}.landing-request-contact-actions{display:flex;flex-wrap:wrap;gap:10px}.landing-request-contact-actions .landing-secondary-action{justify-content:center;min-height:44px}.landing-request-success{display:grid;gap:10px}.landing-request-success p{margin:0}.landing-request-success>p:first-child{align-items:center;color:#0f766e;display:flex;font-weight:700;gap:8px}.landing-request-success strong{color:var(--navy)}.landing-honeypot{height:0;left:-9999px;opacity:0;position:absolute!important;width:0}@media(max-width:620px){.landing-request-row{grid-template-columns:1fr}.landing-request-form{gap:12px}.landing-request-field .control{font-size:16px;min-height:50px}}@media(max-width:1100px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.prescription-grid{grid-template-columns:1fr}.medicine-row{grid-template-columns:repeat(2,minmax(0,1fr))}.remove-button{width:42px}.landing-hero-grid{gap:34px;grid-template-columns:minmax(0,1fr) 390px}.landing-logo-orbit{height:340px;width:340px}.landing-logo-orbit img{height:282px;width:282px}}@media(max-width:860px){.sidebar{transform:translate(-100%);width:260px}.sidebar-open{box-shadow:8px 0 30px #0f172a26;transform:translate(0)}.sidebar-close,.mobile-menu{background:none;border:0;color:var(--muted);cursor:pointer;display:flex}.app-main,.sidebar-collapsed .app-main{margin-left:0}.topbar{gap:12px;padding:0 18px}.topbar-title{display:none}.search-wrap{flex:1;margin-left:0;min-width:0}.top-search{max-width:none;width:100%}.search-dropdown{max-width:calc(100vw - 28px);width:360px}.content{padding:20px 20px 80px}.mobile-bottom{background:#fff;border-top:1px solid var(--border);bottom:0;display:flex;left:0;position:fixed;right:0;z-index:25}.mobile-bottom a{align-items:center;color:var(--muted);display:flex;flex:1;flex-direction:column;font-size:10px;gap:4px;padding:10px 2px 8px}.mobile-bottom a.active{color:var(--primary);font-weight:800}.auth-page{grid-template-columns:1fr}.auth-intro{display:none}.auth-form-side{min-height:100vh}.dashboard-grid,.reports-grid,.financial-count-grid{grid-template-columns:1fr}.dashboard-grid .span-2{grid-column:auto}.clinical-grid{grid-template-columns:1fr}.clinical-grid .span-2,.clinical-grid .span-3{grid-column:auto}.landing-menu-button{background:transparent;border:0;color:var(--navy);cursor:pointer;display:flex}.landing-links{align-items:stretch;background:#fff;border-bottom:1px solid var(--border);box-shadow:0 16px 24px #0f172a14;display:none;gap:4px;left:0;padding:14px 24px 18px;position:absolute;right:0;top:78px}.landing-links-open{display:grid}.landing-links>a{border-radius:7px;padding:10px 12px}.landing-links .landing-staff-link{margin-top:4px;text-align:center}.landing-hero-grid{grid-template-columns:1fr;padding-bottom:30px;padding-top:72px}.landing-hero-visual{min-height:420px}.landing-logo-orbit{height:320px;width:320px}.landing-logo-orbit img{height:265px;width:265px}.landing-floating-top{right:8%;top:36px}.landing-floating-bottom{bottom:38px;left:8%}.landing-section{padding:82px 0}.landing-services{grid-template-columns:1fr}.landing-about-grid,.landing-contact-grid{gap:34px;grid-template-columns:1fr}}@media(max-width:620px){.report-filters .field{min-width:0}.report-meta-grid,.report-summary-grid{grid-template-columns:1fr}.topbar{height:62px;padding:0 14px}.topbar-title p,.user-menu span{display:none}.user-menu-button>svg{display:none}.notification-dropdown{max-width:calc(100vw - 24px);position:fixed;right:12px;top:70px;width:350px}.content{padding:16px 16px 78px}.page-header{align-items:stretch;flex-direction:column}.page-header h1{font-size:23px}.page-actions>*,.page-actions .button{width:100%}.stats-grid{gap:10px;grid-template-columns:1fr}.panel{border-radius:12px;padding:14px}.toolbar{align-items:stretch;flex-direction:column}.form-grid,.profile-grid,.details-grid,.settings-shell{grid-template-columns:1fr}.settings-tabs{border-bottom:1px solid var(--border);border-right:0;display:flex;overflow-x:auto;padding:0 0 9px}.view-switch{margin-left:0;overflow-x:auto}.medicine-row{grid-template-columns:1fr}.auth-form-side,.simple-auth{padding:14px}.auth-card{border-radius:12px;padding:22px}.modal-backdrop{align-items:stretch;padding:0}.modal{border-radius:0;max-height:100vh;max-width:none;min-height:100vh}.modal-body{padding:16px}.toast{bottom:72px;left:12px;right:12px}.landing-container{padding-left:17px;padding-right:17px}.landing-nav{height:70px}.landing-brand img{height:46px;width:46px}.landing-brand strong{font-size:14px}.landing-brand small{font-size:9px}.landing-links{top:70px}.landing-hero-grid{min-height:auto;padding-top:56px}.landing-hero h1{font-size:47px}.landing-lead{font-size:16px}.landing-actions{display:grid}.landing-hero-details{display:grid;gap:11px}.landing-hero-visual{min-height:310px}.landing-logo-orbit{height:230px;width:230px}.landing-logo-orbit:before{top:-18px;right:-18px;bottom:-18px;left:-18px}.landing-logo-orbit:after{top:-36px;right:-36px;bottom:-36px;left:-36px}.landing-logo-orbit img{height:192px;width:192px}.landing-floating-card{padding:9px 10px}.landing-floating-card svg{height:17px;width:17px}.landing-floating-card strong{font-size:11px}.landing-floating-card small{font-size:10px}.landing-floating-top{right:0;top:14px}.landing-floating-bottom{bottom:18px;left:0}.landing-trust-grid{grid-template-columns:1fr;padding-bottom:6px;padding-top:6px}.landing-trust-grid div,.landing-trust-grid div:first-child{border-left:0;border-right:0;border-top:1px solid rgba(255,255,255,.1);padding:13px 0}.landing-trust-grid div:first-child{border-top:0}.landing-section{padding:68px 0}.landing-section-heading{margin-bottom:26px;text-align:left}.landing-section-heading h2,.landing-about-copy h2,.landing-contact-copy h2{font-size:34px}.landing-services article{padding:22px}.landing-about-card{min-height:330px;padding:25px}.landing-about-mark{height:175px;width:175px}.landing-about-mark img{height:145px;width:145px}.landing-contact-grid{gap:25px}.landing-hours-card{border-radius:14px;padding:20px}.landing-request-card{padding:20px}.landing-request-form .landing-primary-action{width:100%}}.treatment-form-modal{max-width:780px}.treatment-form-modal .modal-body{padding:0}.treatment-form{gap:0}.treatment-form-section{border-bottom:1px solid var(--border);padding:16px 20px}.treatment-form-section:last-child{border-bottom:0}.treatment-form-section-muted{background:#f8fafc}.treatment-form-grid{gap:12px}.treatment-form-note{background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;color:#1e40af;font-size:13px;line-height:1.5;margin:0 0 12px;padding:10px 12px}.treatment-optional-billing{background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden}.treatment-optional-billing summary{align-items:center;cursor:pointer;display:flex;gap:12px;justify-content:space-between;list-style:none;padding:13px 14px}.treatment-optional-billing summary::-webkit-details-marker{display:none}.treatment-optional-billing summary strong,.treatment-optional-billing summary small{display:block}.treatment-optional-billing summary small{color:var(--muted);font-size:12px;font-weight:500;line-height:1.45;margin-top:3px}.treatment-optional-billing summary>span:last-child{align-items:center;background:#eff6ff;border-radius:999px;color:var(--primary);display:inline-flex;flex:0 0 28px;font-size:20px;font-weight:700;height:28px;justify-content:center;line-height:1;transition:transform .18s ease;width:28px}.treatment-optional-billing[open] summary{border-bottom:1px solid var(--border)}.treatment-optional-billing[open] summary>span:last-child{transform:rotate(45deg)}.treatment-billing-fields{margin-bottom:0;padding:14px}.treatment-billing-fields .field:last-child{grid-column:1 / -1}.treatment-form-actions{background:#fffffff5;border-top:1px solid var(--border);bottom:0;justify-content:flex-end;margin-top:0;padding:14px 20px;position:sticky}.treatment-detail-modal{max-width:980px}.treatment-detail-modal .modal-body{padding:20px}.treatment-detail-modal>header{background:#fff;z-index:2}.treatment-modal-content{display:grid;gap:18px}.billing-card,.billing-summary-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:16px}.treatment-overview-card{background:#f8fafc}.detail-list-compact{display:grid;gap:0 18px;grid-template-columns:repeat(2,minmax(0,1fr))}.detail-list-compact p{min-width:0}.detail-list-compact strong{overflow-wrap:anywhere;text-align:right}.treatment-status-row{align-items:end;display:grid;gap:12px;grid-template-columns:minmax(0,1fr) auto;margin-top:14px}.billing-summary-card{background:linear-gradient(135deg,#f8fafc,#eff6ff)}.billing-summary-grid{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr))}.billing-metric{background:#ffffffdb;border:1px solid rgba(203,213,225,.85);border-radius:12px;display:grid;gap:6px;min-height:88px;padding:13px}.billing-metric span{color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.billing-metric strong{color:var(--navy);font-size:16px;line-height:1.35;overflow-wrap:anywhere}.billing-metric-balance strong{color:var(--primary);font-size:20px}.billing-metric-status strong{align-items:center;display:flex}.billing-metric-wide{grid-column:span 2}.billing-editor-grid{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.billing-section-header{align-items:start;display:flex;justify-content:space-between;gap:14px;margin-bottom:14px}.billing-section-header h3{color:var(--navy);font-size:17px;margin:0 0 4px}.billing-section-header p{color:var(--muted);font-size:13px;line-height:1.5;margin:0}.billing-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:14px}.modal-actions-end{justify-content:flex-end}.payment-history-card .empty{min-height:145px}.payment-history-table{min-width:920px}.payment-history-table th,.payment-history-table td{vertical-align:top}.payment-history-table td{white-space:normal}.payment-row-voided{background:#f8fafc;color:#64748b}.payment-row-voided td:not(:last-child){opacity:.82}.payment-void-controls{display:grid;gap:8px;min-width:190px}.payment-void-controls .button{justify-content:center;width:100%}.badge-paid,.badge-recorded{background:#dcfce7;color:#166534}.badge-partial{background:#fef3c7;color:#92400e}.badge-unpaid,.badge-voided{background:#f1f5f9;color:#64748b}@media(max-width:900px){.billing-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.billing-editor-grid,.detail-list-compact,.appointment-request-summary,.appointment-request-detail-grid,.audit-summary-grid,.audit-detail-header{grid-template-columns:1fr}.audit-filter-actions,.pagination-row,.pagination-row>div{align-items:stretch;flex-direction:column}.audit-filter-actions .button,.pagination-row .button{justify-content:center;width:100%}.appointment-request-link-grid,.appointment-request-mini-links{align-items:stretch;flex-direction:column}.appointment-request-link-grid a,.appointment-request-link-grid span{text-align:center}.treatment-status-row{grid-template-columns:1fr}}@media(max-width:640px){.billing-summary-grid,.billing-form-grid,.treatment-form-grid{grid-template-columns:1fr}.billing-metric-wide{grid-column:auto}.treatment-billing-fields .field:last-child{grid-column:auto}.treatment-form-section{padding:14px 16px}.treatment-form-actions,.modal-actions-end{justify-content:stretch}.treatment-form-actions .button,.modal-actions-end .button{justify-content:center;width:100%}}@media print{@page{margin:12mm}html,body,#root{background:#fff!important;height:auto!important;margin:0!important;min-height:0!important;overflow:visible!important}body *{visibility:hidden!important}body:has(.print-area) .app-shell,body:has(.print-area) .app-main,body:has(.print-area) .content{display:block!important;height:auto!important;margin:0!important;min-height:0!important;overflow:visible!important;padding:0!important;position:static!important;transform:none!important;width:100%!important}body:has(.print-area) .content>:not(.modal-backdrop){display:none!important}.sidebar,.topbar,.mobile-bottom,.toast,.modal header,.modal-actions,.print-actions{display:none!important}.modal-backdrop,.modal,.modal-body,.print-area,.print-area *{visibility:visible!important}.modal-backdrop{background:#fff!important;break-before:auto!important;display:block!important;inset:auto!important;margin:0!important;min-height:0!important;page-break-before:auto!important;padding:0!important;position:static!important;z-index:auto!important}.modal{background:#fff!important;border-radius:0!important;box-shadow:none!important;display:block!important;height:auto!important;margin:0!important;max-height:none!important;max-width:none!important;overflow:visible!important;width:100%!important}.modal-body{display:block!important;height:auto!important;max-height:none!important;overflow:visible!important;padding:0!important}.print-area{background:#fff!important;break-before:auto!important;color:#111827!important;height:auto!important;left:auto!important;margin:0!important;max-width:none!important;min-height:0!important;overflow:visible!important;page-break-before:auto!important;padding:0!important;position:static!important;top:auto!important;transform:none!important;width:100%!important}.report-preview{display:block!important;font-size:10pt!important;line-height:1.4!important}.report-preview h2{font-size:20pt!important;line-height:1.15!important;margin:0 0 4px!important}.report-preview h3,.report-preview .section-title{break-after:avoid;page-break-after:avoid}.report-preview-header,.report-meta-grid,.report-summary-grid,.report-record-list article,.financial-count-grid article,.chart-panel,.panel,.empty{break-inside:avoid;page-break-inside:avoid}.report-meta-grid,.report-summary-grid{gap:6px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;margin:10px 0!important}.report-summary-grid strong{font-size:15pt!important}.financial-count-grid{gap:6px!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}.financial-count-grid article,.report-meta-grid p,.report-summary-grid div{border-color:#d1d5db!important;padding:8px!important}.reports-grid{display:grid!important;gap:10px!important;grid-template-columns:1fr!important}.chart-panel{min-height:0!important;padding:10px 0!important;width:100%!important}.chart-panel .recharts-responsive-container{height:220px!important;max-width:100%!important;min-height:180px!important;overflow:hidden!important;width:100%!important}.chart-panel .recharts-wrapper{height:220px!important;max-width:100%!important;overflow:hidden!important;position:relative!important;width:100%!important}.chart-panel svg,.chart-panel .recharts-surface{max-height:220px!important;max-width:100%!important;overflow:visible!important}.table-wrap{overflow:visible!important;width:100%!important}table{border-collapse:collapse!important;page-break-inside:auto;width:100%!important}thead{display:table-header-group}tr{break-inside:avoid;page-break-inside:avoid}th,td{border-bottom:1px solid #d1d5db!important;font-size:8.5pt!important;padding:5px!important;vertical-align:top!important}.badge{border:1px solid #d1d5db!important;color:#111827!important}.empty{min-height:auto!important;padding:10px!important}.empty svg{display:none!important}.print-area .panel{border:0!important;box-shadow:none!important}.report-preview footer{margin-top:12px!important}}:root{--motion-fast: .15s;--motion-base: .24s;--motion-slow: .42s;--ease-standard: cubic-bezier(.2, 0, .2, 1);--ease-emphasized: cubic-bezier(.16, 1, .3, 1)}@keyframes app-fade-up{0%{opacity:0;transform:translate3d(0,14px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes app-fade-in{0%{opacity:0}to{opacity:1}}@keyframes app-scale-in{0%{opacity:0;transform:translate3d(0,10px,0) scale(.985)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes skeleton-pulse{0%,to{opacity:.55}50%{opacity:1}}.page-enter{animation:app-fade-up var(--motion-slow) var(--ease-emphasized) both}.auth-card,.panel,.toast,.form-alert,.empty{animation:app-fade-up var(--motion-base) var(--ease-emphasized) both}.button,.icon-button,.text-button,.sidebar nav a,.sidebar-bottom button,.tabs button,.settings-tabs button,.top-search,.search-box,.control,.landing-primary-action,.landing-secondary-action,.landing-staff-link,.landing-menu-button,.mobile-bottom a,.calendar-event{transition:background-color var(--motion-fast) var(--ease-standard),border-color var(--motion-fast) var(--ease-standard),color var(--motion-fast) var(--ease-standard),box-shadow var(--motion-fast) var(--ease-standard),opacity var(--motion-fast) var(--ease-standard),transform var(--motion-fast) var(--ease-standard)}.button:active,.icon-button:active,.text-button:active,.landing-primary-action:active,.landing-secondary-action:active,.landing-staff-link:active,.calendar-event:active{transform:translateY(0) scale(.985)}.button:focus-visible,.icon-button:focus-visible,.text-button:focus-visible,.sidebar a:focus-visible,.sidebar button:focus-visible,.tabs button:focus-visible,.settings-tabs button:focus-visible,.mobile-bottom a:focus-visible,.landing-links a:focus-visible,.landing-menu-button:focus-visible,.control:focus-visible,.top-search:focus-within,.search-box:focus-within{outline:3px solid rgba(37,99,235,.22);outline-offset:2px}.stat-card,.quick-actions a,.chart-panel,.profile-record-list article,.report-record-list article,.appointment-request-card,.financial-count-grid article,.billing-card,.billing-summary-card,.billing-metric,.landing-services article,.landing-hours-card,.landing-about-card,.landing-floating-card{transition:border-color var(--motion-base) var(--ease-standard),box-shadow var(--motion-base) var(--ease-standard),transform var(--motion-base) var(--ease-standard),background-color var(--motion-base) var(--ease-standard)}@media(hover:hover)and (pointer:fine){.stat-card:hover,.quick-actions a:hover,.profile-record-list article:hover,.report-record-list article:hover,.appointment-request-card:hover,.financial-count-grid article:hover,.billing-card:hover,.billing-summary-card:hover,.billing-metric:hover,.landing-hours-card:hover,.landing-about-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px #0f172a13}.landing-primary-action:hover,.landing-secondary-action:hover,.landing-staff-link:hover,.calendar-event:hover{transform:translateY(-1px)}}.stats-grid .stat-card,.report-stats .stat-card{animation:app-fade-up var(--motion-slow) var(--ease-emphasized) both}.stats-grid .stat-card:nth-child(2),.report-stats .stat-card:nth-child(2){animation-delay:60ms}.stats-grid .stat-card:nth-child(3),.report-stats .stat-card:nth-child(3){animation-delay:.12s}.stats-grid .stat-card:nth-child(4),.report-stats .stat-card:nth-child(4){animation-delay:.18s}.modal-backdrop{animation:app-fade-in var(--motion-base) var(--ease-standard) both}.modal{animation:app-scale-in var(--motion-base) var(--ease-emphasized) both;transform-origin:center top}.topbar-dropdown{animation:app-scale-in var(--motion-fast) var(--ease-emphasized) both;transform-origin:right top}.empty-loading svg{animation:skeleton-pulse 1.4s var(--ease-standard) infinite;color:var(--primary)}.skeleton-lines{display:grid;gap:7px;margin-top:15px;max-width:320px;width:100%}.skeleton-lines span{animation:skeleton-pulse 1.4s var(--ease-standard) infinite;background:linear-gradient(90deg,#e2e8f0,#f8fafc,#e2e8f0);border-radius:999px;display:block;height:9px}.skeleton-lines span:nth-child(2){animation-delay:.12s;width:78%}.skeleton-lines span:nth-child(3){animation-delay:.24s;width:56%}tbody tr{transition:background-color var(--motion-fast) var(--ease-standard),box-shadow var(--motion-fast) var(--ease-standard)}tbody tr:hover{box-shadow:inset 3px 0 #2563eb52}[data-reveal]{opacity:0;transform:translate3d(0,22px,0);transition:opacity var(--motion-slow) var(--ease-emphasized),transform var(--motion-slow) var(--ease-emphasized);will-change:opacity,transform}[data-reveal].is-revealed{opacity:1;transform:translateZ(0)}.landing-hero-visual[data-reveal]{transition-delay:.11s}.landing-trust-grid[data-reveal]{transition-delay:80ms}.landing-about-copy[data-reveal],.landing-contact-side [data-reveal]:nth-child(2){transition-delay:90ms}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}.page-enter,.auth-card,.panel,.toast,.form-alert,.empty,.modal-backdrop,.modal,.topbar-dropdown,.stat-card,[data-reveal]{animation:none!important;opacity:1!important;transform:none!important;transition:none!important;will-change:auto!important}.skeleton-lines,.skeleton-lines span,.empty-loading svg{animation:none!important}}.landing{background:radial-gradient(circle at 10% 12%,rgba(124,58,237,.08),transparent 32%),radial-gradient(circle at 88% 18%,rgba(20,184,166,.12),transparent 30%),linear-gradient(180deg,#fff,#f8fafc 44%,#fff);isolation:isolate;overflow:visible;position:relative}.landing>*:not(.landing-ambient){position:relative;z-index:1}.landing-ambient{top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;position:fixed;z-index:0}.landing-ambient span{animation:landing-float 18s var(--ease-emphasized) infinite alternate;border-radius:999px;filter:blur(8px);opacity:.48;position:absolute}.landing-ambient span:nth-child(1){background:#14b8a62e;height:260px;left:-80px;top:12%;width:260px}.landing-ambient span:nth-child(2){animation-delay:-5s;background:#2563eb1f;height:320px;right:-120px;top:38%;width:320px}.landing-ambient span:nth-child(3){animation-delay:-9s;background:#7c3aed1a;bottom:8%;height:220px;left:54%;width:220px}@keyframes landing-float{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(22px,-28px,0) scale(1.08)}}@keyframes landing-ring-pulse{0%,to{opacity:.62;transform:scale(1)}50%{opacity:.95;transform:scale(1.035)}}@keyframes landing-card-float{0%{transform:translateZ(0)}to{transform:translate3d(0,-10px,0)}}.landing-header{box-shadow:0 10px 30px #0f172a09}.landing-hero{background:radial-gradient(circle at 84% 34%,rgba(20,184,166,.16),transparent 25%),linear-gradient(135deg,#f8fafcf0,#eff6fff5 52%,#f0fdfaf0);position:relative}.landing-hero:before{background-image:radial-gradient(circle,rgba(15,23,42,.08) 1px,transparent 1px);background-size:28px 28px;content:"";top:0;right:0;bottom:0;left:0;opacity:.2;position:absolute}.landing-hero-copy{animation:app-fade-up .52s var(--ease-emphasized) both}.landing-lead{animation:app-fade-up .58s var(--ease-emphasized) 90ms both}.landing-actions{animation:app-fade-up .62s var(--ease-emphasized) .15s both}.landing-primary-action svg,.landing-secondary-action svg,.landing-services article a svg{transition:transform var(--motion-fast) var(--ease-standard)}.landing-primary-action:hover svg,.landing-secondary-action:hover svg,.landing-services article a:hover svg{transform:translate(3px)}.landing-logo-orbit:before{animation:landing-ring-pulse 5.5s var(--ease-emphasized) infinite}.landing-logo-orbit:after{animation:landing-ring-pulse 7s var(--ease-emphasized) infinite reverse}.landing-floating-card{animation:landing-card-float 4.8s var(--ease-emphasized) infinite alternate}.landing-floating-bottom{animation-delay:-2.2s}.landing-services{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-services article{overflow:hidden;position:relative}.landing-services article:after{background:radial-gradient(circle,rgba(20,184,166,.12),transparent 58%);content:"";height:130px;opacity:0;position:absolute;right:-52px;top:-48px;transition:opacity var(--motion-base) var(--ease-standard),transform var(--motion-base) var(--ease-standard);width:130px}.landing-services article:hover{border-color:#14b8a652;box-shadow:0 22px 48px #0f172a17,0 0 0 4px #14b8a60d}.landing-services article:hover:after{opacity:1;transform:scale(1.08)}.landing-services article>*{position:relative;z-index:1}.landing-services article>div{box-shadow:inset 0 0 0 1px #14b8a614}.landing-about-card:before{background:linear-gradient(135deg,rgba(255,255,255,.16),transparent);border-radius:999px;content:"";height:180px;position:absolute;right:26px;top:24px;width:180px}.landing-about-copy>span{background:#ffffffb3;border:1px solid rgba(226,232,240,.9);border-radius:12px;padding:10px 12px}.landing-contact-cards{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:26px}.landing-contact-cards article{background:#ffffffe0;border:1px solid var(--border);border-radius:15px;box-shadow:0 14px 36px #0f172a0b;display:grid;gap:6px;min-width:0;padding:16px;transition:border-color var(--motion-base) var(--ease-standard),box-shadow var(--motion-base) var(--ease-standard),transform var(--motion-base) var(--ease-standard)}.landing-contact-cards article:hover{border-color:#14b8a647;box-shadow:0 20px 42px #0f172a13;transform:translateY(-2px)}.landing-contact-cards svg{color:var(--teal);height:20px;width:20px}.landing-contact-cards span{color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.landing-contact-cards strong,.landing-contact-cards a{color:var(--navy);font-size:13px;font-weight:800;overflow-wrap:anywhere}.landing-message-card{background:linear-gradient(135deg,#f0fdfa,#eff6ff);border:1px solid rgba(20,184,166,.2);border-radius:16px;display:grid;gap:14px;margin-top:16px;padding:18px}.landing-message-card>div{align-items:center;display:flex;gap:12px}.landing-message-card svg{color:var(--teal);flex:0 0 auto}.landing-message-card strong,.landing-message-card small{display:block}.landing-message-card small{color:var(--muted);margin-top:3px}.landing-location-card small{color:var(--muted);display:block;line-height:1.5;margin-top:10px}.landing-request-card{position:relative}.landing-request-card:before{background:linear-gradient(90deg,#14b8a6b8,#2563eb99);border-radius:999px;content:"";height:4px;left:27px;position:absolute;right:27px;top:0}.landing-request-form{margin-top:18px}.landing-request-field select.control{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#64748b 50%),linear-gradient(135deg,#64748b 50%,transparent 50%);background-position:calc(100% - 18px) 20px,calc(100% - 13px) 20px;background-repeat:no-repeat;background-size:5px 5px,5px 5px;padding-right:36px}.landing-request-error,.landing-request-success,.landing-request-info{animation:app-fade-up var(--motion-base) var(--ease-emphasized) both}.landing-request-contact-actions .landing-secondary-action{flex:1 1 180px}@media(max-width:1020px){.landing-services{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-contact-cards{grid-template-columns:1fr}}@media(max-width:860px){.landing-ambient span{opacity:.28}.landing-hero-visual{min-height:360px}.landing-contact-side{order:2}.landing-contact-copy{order:1}}@media(max-width:680px){.landing-services{grid-template-columns:1fr}.landing-contact-cards{margin-top:20px}.landing-message-card{padding:15px}.landing-request-contact-actions{display:grid}.landing-request-contact-actions .landing-secondary-action{width:100%}}@media(max-width:460px){.landing-brand{gap:8px;min-width:0}.landing-brand span{min-width:0}.landing-brand strong{font-size:13px;white-space:normal}.landing-hero h1{font-size:40px}.landing-hero-visual{min-height:260px}.landing-logo-orbit{height:205px;width:205px}.landing-logo-orbit img{height:170px;width:170px}.landing-floating-card{max-width:210px}.landing-floating-card small{white-space:normal}.landing-contact-cards article{padding:14px}}@media(prefers-reduced-motion:reduce){.landing-ambient span,.landing-logo-orbit:before,.landing-logo-orbit:after,.landing-floating-card,.landing-hero-copy,.landing-lead,.landing-actions{animation:none!important}}.landing{--landing-cursor-x: 50vw;--landing-cursor-y: 24vh;--landing-parallax-x: 0px;--landing-parallax-y: 0px;background:linear-gradient(120deg,#fffffffa,#eff6ffeb,#f0fdfae6,#f5f3ffd1),radial-gradient(circle at 12% 18%,rgba(124,58,237,.08),transparent 28%),radial-gradient(circle at 88% 16%,rgba(20,184,166,.14),transparent 30%)}.landing-ambient{contain:paint;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;position:absolute;z-index:0}.landing-ambient span{animation:landing-soft-float 20s var(--ease-emphasized) infinite alternate;border-radius:999px;filter:none;opacity:.38;position:absolute;will-change:transform,opacity}.landing-ambient span:nth-child(1){background:radial-gradient(circle,rgba(20,184,166,.22),transparent 64%);height:280px;left:-74px;top:12%;width:280px}.landing-ambient span:nth-child(2){animation-delay:-6s;background:radial-gradient(circle,rgba(37,99,235,.16),transparent 66%);height:340px;right:-126px;top:34%;width:340px}.landing-ambient span:nth-child(3){animation-delay:-11s;background:radial-gradient(circle,rgba(124,58,237,.13),transparent 68%);bottom:7%;height:260px;left:52%;width:260px}.landing:before,.landing:after,.landing-ambient:before,.landing-ambient:after{content:"";pointer-events:none;position:absolute;z-index:0}.landing:before{background:radial-gradient(circle,rgba(20,184,166,.18),rgba(37,99,235,.08) 26%,rgba(124,58,237,.045) 48%,transparent 70%);border-radius:999px;height:440px;left:0;opacity:.54;top:0;transform:translate3d(calc(var(--landing-cursor-x) - 220px),calc(var(--landing-cursor-y) - 220px),0);transition:opacity .12s ease;width:440px;will-change:transform,opacity}.landing:after{animation:landing-mesh-flow 32s var(--ease-emphasized) infinite alternate;background-image:linear-gradient(115deg,rgba(20,184,166,.08),transparent 32%,rgba(37,99,235,.075) 58%,transparent 78%),radial-gradient(circle at 22% 28%,rgba(20,184,166,.12),transparent 24%),radial-gradient(circle at 78% 20%,rgba(124,58,237,.095),transparent 26%),repeating-radial-gradient(circle at 84% 18%,transparent 0 50px,rgba(15,118,110,.055) 51px 52px,transparent 53px 102px);background-position:0% 0%,10% 12%,90% 8%,50% 0%;background-size:150% 150%,520px 520px,620px 620px,560px 560px;top:-8%;right:-8%;bottom:-8%;left:-8%;opacity:.76;will-change:background-position,transform}.landing-ambient:before{animation:landing-ring-drift 38s linear infinite alternate;background-image:repeating-radial-gradient(circle,transparent 0 52px,rgba(20,184,166,.075) 53px 54px,transparent 55px 102px),repeating-radial-gradient(circle,transparent 0 42px,rgba(124,58,237,.055) 43px 44px,transparent 45px 84px);height:680px;opacity:.38;right:-180px;top:120px;transform:translateZ(0) rotate(0);width:680px;will-change:transform}.landing-ambient:after{animation:landing-ring-drift 44s linear -12s infinite alternate-reverse;background-image:repeating-radial-gradient(circle,transparent 0 48px,rgba(37,99,235,.052) 49px 50px,transparent 51px 96px);bottom:4%;height:560px;left:-160px;opacity:.32;transform:translateZ(0) rotate(0);width:560px;will-change:transform}@keyframes landing-soft-float{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(20px,-24px,0) scale(1.06)}}@keyframes landing-mesh-flow{0%{background-position:0% 0%,10% 12%,90% 8%,50% 0%;transform:translate3d(-8px,-8px,0)}to{background-position:18% 12%,18% 20%,78% 18%,55% 6%;transform:translate3d(12px,10px,0)}}@keyframes landing-ring-drift{0%{transform:translate3d(-10px,0,0) rotate(0)}to{transform:translate3d(18px,-12px,0) rotate(7deg)}}.landing.landing-is-scrolling:before{opacity:0}.landing.landing-is-scrolling .landing-logo-orbit{transform:translateZ(0)!important}.landing.landing-is-scrolling .landing-floating-card{translate:0 0!important}.landing-hero-grid,.landing-services,.landing-contact-grid,.landing-about-grid,.landing-trust-grid{position:relative;z-index:1}.landing-hero-visual{perspective:1200px;transform-style:preserve-3d}.landing-logo-orbit{transition:transform .18s linear,box-shadow var(--motion-base) var(--ease-standard);will-change:transform}.landing-floating-card{transition:box-shadow var(--motion-base) var(--ease-standard),translate .18s linear;will-change:translate}@media(hover:hover)and (pointer:fine){.landing-logo-orbit{transform:translate3d(calc(var(--landing-parallax-x) * -.28),calc(var(--landing-parallax-y) * -.24),0) rotateX(calc(var(--landing-parallax-y) * -.06)) rotateY(calc(var(--landing-parallax-x) * .06))}.landing-floating-top{translate:calc(var(--landing-parallax-x) * .42) calc(var(--landing-parallax-y) * .32)}.landing-floating-bottom{translate:calc(var(--landing-parallax-x) * -.34) calc(var(--landing-parallax-y) * -.28)}.landing-logo-orbit:hover{box-shadow:0 34px 90px #0f766e29,0 0 0 10px #14b8a608}.landing-floating-card:hover{box-shadow:0 22px 46px #0f172a21}.landing-primary-action,.landing-secondary-action,.landing-staff-link{transform:translateZ(0);will-change:transform}.landing-primary-action:hover,.landing-secondary-action:hover,.landing-staff-link:hover{transform:translate3d(calc(var(--landing-parallax-x) * .035),-3px,0)}.landing-primary-action:active,.landing-secondary-action:active,.landing-staff-link:active{transform:translate3d(0,-1px,0) scale(.985)}.landing-services article{transform-style:preserve-3d;will-change:transform}.landing-services article:hover{transform:translateY(-7px) rotateX(.8deg) rotateY(-.9deg)}.landing-services article:nth-child(2n):hover{transform:translateY(-7px) rotateX(.8deg) rotateY(.9deg)}.landing-services article>div{transition:transform var(--motion-base) var(--ease-emphasized),box-shadow var(--motion-base) var(--ease-standard),background var(--motion-base) var(--ease-standard)}.landing-services article:hover>div{background:linear-gradient(135deg,#ecfeff,#f0fdfa);box-shadow:0 12px 24px #14b8a61f;transform:translate3d(0,-3px,18px) scale(1.04)}.landing-contact-cards article:hover,.landing-message-card:hover,.landing-hours-card:hover{transform:translateY(-3px)}}.landing-primary-action:focus-visible,.landing-secondary-action:focus-visible,.landing-staff-link:focus-visible,.landing-menu-button:focus-visible,.landing-request-field .control:focus-visible{outline:3px solid rgba(20,184,166,.28);outline-offset:3px}.landing-request-field{transition:transform var(--motion-fast) var(--ease-standard)}.landing-request-field:focus-within{transform:translateY(-1px)}.landing-request-field:focus-within label{color:#0f766e}.landing-request-field .control:hover{border-color:#14b8a67a}.landing-request-form .landing-primary-action[disabled]{cursor:progress;opacity:.78;transform:none}.landing-request-error{animation:app-fade-up var(--motion-base) var(--ease-emphasized) both;box-shadow:0 12px 24px #b91c1c0f}.landing-request-success{animation:app-scale-in var(--motion-base) var(--ease-emphasized) both}.landing-request-social-note a{color:#0f766e;font-weight:800;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}@media(max-width:860px),(hover:none),(pointer:coarse){.landing:before{display:none}.landing:after{animation-duration:46s;background-size:180% 180%,440px 440px,520px 520px,520px 520px;opacity:.44}.landing-ambient:before,.landing-ambient:after{display:none}.landing-ambient span{animation-duration:28s;opacity:.2}.landing-logo-orbit{transform:none}.landing-floating-card{translate:0 0;will-change:auto}}@media(max-width:680px){.landing:after{opacity:.32}.landing-primary-action,.landing-secondary-action,.landing-message-card .landing-secondary-action{width:100%}}@media(prefers-reduced-motion:reduce){.landing:before{display:none!important}.landing:after,.landing-ambient span,.landing-ambient:before,.landing-ambient:after{animation:none!important}.landing-logo-orbit{transform:none!important;transition:none!important}.landing-floating-card{translate:0 0!important;transition:none!important}.landing-services article:hover,.landing-services article:nth-child(2n):hover,.landing-contact-cards article:hover,.landing-message-card:hover,.landing-hours-card:hover,.landing-primary-action:hover,.landing-secondary-action:hover,.landing-staff-link:hover,.landing-request-field:focus-within{transform:none!important}}.landing{--landing-header-height: 84px;--landing-anchor-offset: calc(var(--landing-header-height) + 18px);overflow:visible}.landing-hero,.landing-section,.landing #request{scroll-margin-top:var(--landing-anchor-offset)}.landing-hero{scroll-margin-top:0}.landing-header{animation:landing-header-enter .52s var(--ease-emphasized) both;background:linear-gradient(135deg,#ffffffe8,#f8fafcc7);border-bottom:1px solid rgba(226,232,240,.74);box-shadow:0 10px 28px #0f172a09;isolation:isolate;overflow:visible;position:sticky;top:0;transition:background var(--motion-base) var(--ease-standard),border-color var(--motion-base) var(--ease-standard),box-shadow var(--motion-base) var(--ease-standard);z-index:50;-webkit-backdrop-filter:blur(14px) saturate(1.04);backdrop-filter:blur(14px) saturate(1.04)}.landing-header:before{animation:landing-header-line-flow 7s linear infinite;background:linear-gradient(90deg,#0f766e6b,#22d3ee57,#6d28d942,#0f766e6b);background-size:240% 100%;bottom:-1px;content:"";height:1px;left:0;opacity:.62;position:absolute;right:0;z-index:1}.landing-header:after{background:radial-gradient(circle,rgba(20,184,166,.075),rgba(109,40,217,.035) 54%,transparent 70%);border-radius:999px;content:"";height:96px;left:clamp(18px,7vw,130px);opacity:.42;pointer-events:none;position:absolute;top:-42px;transform:translateZ(0);width:188px;z-index:-1}.landing-header-scrolled{background:linear-gradient(135deg,#fffffff5,#f8fafce6);border-bottom-color:#cbd5e1d1;box-shadow:0 14px 34px #0f172a13}.landing-nav{gap:22px;height:84px}.landing-brand{border-radius:999px;isolation:isolate;min-width:0;padding:8px 14px 8px 8px;position:relative;transition:background var(--motion-base) var(--ease-standard),box-shadow var(--motion-base) var(--ease-standard),transform var(--motion-base) var(--ease-standard)}.landing-brand:before{animation:landing-logo-aura 5.8s var(--ease-emphasized) infinite alternate;background:radial-gradient(circle,rgba(20,184,166,.12),rgba(109,40,217,.045) 54%,transparent 74%);border-radius:999px;content:"";inset:-4px auto -5px -7px;opacity:.46;pointer-events:none;position:absolute;width:72px;z-index:-1}.landing-brand:hover{background:#ffffff94;box-shadow:0 10px 24px #0f172a0d;transform:translateY(-2px)}.landing-brand img{box-shadow:0 9px 22px #0f172a12,0 0 0 4px #ffffffb8;transition:box-shadow var(--motion-base) var(--ease-standard),transform var(--motion-base) var(--ease-standard)}.landing-brand:hover img{box-shadow:0 12px 26px #0f766e1b,0 0 0 5px #14b8a60e;transform:scale(1.035)}.landing-links{background:#ffffff9e;border:1px solid rgba(226,232,240,.8);border-radius:999px;box-shadow:0 10px 24px #0f172a09;gap:5px;padding:6px}.landing-nav-link,.landing-links .landing-staff-link{align-items:center;border-radius:999px;display:inline-flex;font-size:13px;font-weight:800;gap:7px;justify-content:center;min-height:40px;padding:0 14px;position:relative;transition:background var(--motion-base) var(--ease-standard),color var(--motion-base) var(--ease-standard),box-shadow var(--motion-base) var(--ease-standard),transform var(--motion-base) var(--ease-standard);white-space:nowrap}.landing-nav-link{color:#334155;overflow:hidden}.landing-nav-link:before{background:linear-gradient(135deg,#14b8a613,#6d28d909);border-radius:inherit;content:"";top:0;right:0;bottom:0;left:0;opacity:0;position:absolute;transform:scale(.88);transition:opacity var(--motion-base) var(--ease-standard),transform var(--motion-base) var(--ease-standard);z-index:-1}.landing-nav-link:after{background:linear-gradient(90deg,#0f766ead,#6d28d961);border-radius:999px;bottom:6px;content:"";height:1px;left:16px;position:absolute;right:16px;transform:scaleX(0);transform-origin:center;transition:transform var(--motion-base) var(--ease-emphasized)}.landing-nav-link:hover,.landing-nav-link-active{color:#0f766e}.landing-nav-link:hover:before{opacity:.68;transform:scale(1)}.landing-nav-link-active:before{opacity:.46;transform:scale(1)}.landing-nav-link:hover:after,.landing-nav-link-active:after{transform:scaleX(1)}.landing-links .landing-staff-link{background:#0f172aeb;color:#fff;margin-left:2px;padding:0 15px}.landing-links .landing-staff-link:hover{background:#1e293b;color:#fff;transform:translateY(-2px)}.landing-menu-button{align-items:center;border-radius:999px;height:44px;justify-content:center;transition:background var(--motion-base) var(--ease-standard),box-shadow var(--motion-base) var(--ease-standard),transform var(--motion-base) var(--ease-standard);width:44px}.landing-menu-button:hover{background:#14b8a60e;box-shadow:0 9px 22px #0f172a0e;transform:translateY(-1px)}@keyframes landing-header-enter{0%{opacity:0;transform:translate3d(0,-16px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes landing-header-line-flow{0%{background-position:0% 50%}to{background-position:240% 50%}}@keyframes landing-logo-aura{0%{opacity:.28;transform:scale(.97) translateZ(0)}to{opacity:.52;transform:scale(1.025) translate3d(3px,-1px,0)}}@media(max-width:1040px){.landing-links{gap:3px}.landing-nav-link,.landing-links .landing-staff-link{padding-left:11px;padding-right:11px}}@media(max-width:860px){.landing{--landing-header-height: 76px}.landing-header{overflow:visible}.landing-nav{height:76px}.landing-menu-button{background:#ffffffbd;border:1px solid rgba(226,232,240,.9);color:var(--navy);display:inline-flex;flex:0 0 auto}.landing-links{align-items:stretch;background:#fffffff5;border:1px solid rgba(226,232,240,.92);border-radius:22px;box-shadow:0 20px 42px #0f172a1b;display:grid;gap:8px;left:18px;opacity:0;padding:12px;pointer-events:none;position:absolute;right:18px;top:calc(100% + 8px);transform:translate3d(0,-10px,0) scale(.985);transition:opacity var(--motion-base) var(--ease-emphasized),transform var(--motion-base) var(--ease-emphasized),visibility var(--motion-base) var(--ease-standard);visibility:hidden;z-index:45;-webkit-backdrop-filter:blur(14px) saturate(1.02);backdrop-filter:blur(14px) saturate(1.02)}.landing-links-open{opacity:1;pointer-events:auto;transform:translateZ(0) scale(1);visibility:visible}.landing-nav-link,.landing-links .landing-staff-link{font-size:14px;justify-content:flex-start;min-height:48px;padding:0 15px;width:100%}.landing-links .landing-staff-link{justify-content:center}.landing-links .landing-staff-link{margin-left:0;margin-top:2px}}@media(max-width:520px){.landing-nav{gap:10px}.landing-brand{padding-right:8px}.landing-brand img{height:44px;width:44px}.landing-brand strong{font-size:13px;line-height:1.2;max-width:190px}.landing-brand small{font-size:9px;letter-spacing:.045em}.landing-links{left:12px;right:12px}}@media(prefers-reduced-motion:reduce){.landing-header,.landing-header:before,.landing-brand:before,.landing-links,.landing-nav-link:before,.landing-nav-link:after{animation:none!important;transition:none!important}.landing-brand:hover,.landing-links .landing-staff-link:hover,.landing-menu-button:hover{transform:none!important}}.landing{--landing-cursor-x: 50vw;--landing-cursor-y: 24vh;--landing-parallax-x: 0px;--landing-parallax-y: 0px;background:#fff}.landing:before,.landing:after,.landing-ambient,.landing-ambient:before,.landing-ambient:after,.landing-ambient span{animation:none!important;display:none!important;opacity:0!important;pointer-events:none!important}.landing-logo-orbit,.landing-floating-card{transform:none!important;translate:0 0!important;will-change:auto}.landing-brand img,.landing-footer .landing-brand img{background:#fff;object-fit:contain;padding:3px}.landing-hero{background:radial-gradient(circle at 78% 24%,rgba(20,184,166,.1),transparent 28%),radial-gradient(circle at 14% 82%,rgba(109,40,217,.055),transparent 24%),linear-gradient(135deg,#fbfdff,#f8fafc 48%,#eef7ff)}.landing-logo-orbit{border-radius:32px;height:430px;max-width:520px;width:min(100%,520px)}.landing-logo-orbit:before,.landing-logo-orbit:after{animation:none!important;border-radius:36px}.landing-logo-orbit img{background:#fffffff0;border:1px solid rgba(226,232,240,.86);border-radius:26px;box-shadow:0 20px 46px #0f172a12;height:auto;max-height:330px;object-fit:contain;padding:22px;width:82%}.landing-about-mark img{background:#fffffff0;object-fit:contain;padding:14px}.landing-trust{background:#f0fdfa;border-bottom:1px solid rgba(203,213,225,.72);border-top:1px solid rgba(203,213,225,.72)}.landing-trust-grid{gap:16px;padding-bottom:22px;padding-top:22px}.landing-trust-grid div,.landing-trust-grid div:first-child{align-items:center;background:#ffffffdb;border:1px solid rgba(226,232,240,.86);border-radius:16px;box-shadow:0 12px 28px #0f172a0b;display:flex;gap:12px;padding:16px 18px}.landing-trust-icon{align-items:center;background:#fff;border-radius:999px;color:#0f766e;display:inline-flex!important;flex:0 0 40px;height:40px;justify-content:center;width:40px}.landing-trust-copy,.landing-trust-copy span,.landing-trust strong{display:block}.landing-trust strong{color:var(--navy)}.landing-trust-copy span{color:#64748b;font-size:12px;margin-top:3px}@media(max-width:860px){.landing-logo-orbit{height:350px}.landing-logo-orbit img{max-height:265px;width:84%}}@media(max-width:620px){.landing-logo-orbit{border-radius:24px;height:250px}.landing-logo-orbit:before,.landing-logo-orbit:after{border-radius:28px}.landing-logo-orbit img{border-radius:20px;max-height:178px;padding:14px;width:84%}.landing-trust-grid{gap:10px;padding-bottom:14px;padding-top:14px}.landing-trust-grid div,.landing-trust-grid div:first-child{border:1px solid rgba(226,232,240,.86);padding:14px}}.landing-updated{background:#fff}.landing-updated-hero{background:radial-gradient(circle at 72% 18%,rgba(37,99,235,.085),transparent 32%),radial-gradient(circle at 14% 86%,rgba(20,184,166,.11),transparent 28%),linear-gradient(135deg,#fff,#f8fbff 48%,#f1f8fb);overflow:hidden;padding:0}.landing-updated-hero-grid{align-items:center;display:grid;gap:64px;grid-template-columns:minmax(0,1.04fr) minmax(360px,.96fr);min-height:720px;padding-bottom:88px;padding-top:92px}.landing-updated-hero-media{margin:0 auto;max-width:520px;position:relative;width:100%}.landing-updated-photo-card{background:#fff;border:1px solid rgba(226,232,240,.88);border-radius:32px;box-shadow:0 28px 70px #0f172a24;overflow:hidden}.landing-updated-photo-card img{aspect-ratio:4 / 5;display:block;height:auto;object-fit:cover;width:100%}.landing-updated-logo-chip{align-items:center;background:#fffffff5;border:1px solid rgba(226,232,240,.9);border-radius:18px;box-shadow:0 18px 42px #0f172a1c;display:flex;gap:11px;left:-26px;padding:12px 14px;position:absolute;top:-22px;z-index:3}.landing-updated-logo-chip img{background:#fff;border-radius:14px;height:46px;object-fit:contain;padding:4px;width:46px}.landing-updated-logo-chip strong,.landing-updated-logo-chip small{display:block}.landing-updated-logo-chip strong{color:var(--navy);font-family:Georgia,serif;font-size:13px;line-height:1.2;max-width:230px}.landing-updated-logo-chip small{color:#64748b;font-size:11px;margin-top:3px;text-transform:uppercase}.landing-updated-hero-media .landing-floating-card{position:absolute}.landing-updated-hero-media .landing-floating-top{right:-24px;top:72px}.landing-updated-hero-media .landing-floating-bottom{bottom:42px;left:-30px}.landing-updated-trust{background:#f7fcfc}.landing-updated-services article{border-radius:22px;padding:30px}.landing-updated-services article>div{border-radius:16px;height:52px;width:52px}.landing-updated-about{background:#f8fbfc}.landing-updated-about-grid{align-items:center;display:grid;gap:64px;grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr)}.landing-updated-about-photo{position:relative}.landing-updated-about-photo img{aspect-ratio:1 / 1;border:1px solid rgba(226,232,240,.88);border-radius:32px;box-shadow:0 28px 70px #0f172a24;display:block;object-fit:cover;width:100%}.landing-updated-about-photo div{background:#fffffff5;border:1px solid rgba(226,232,240,.9);border-radius:18px;bottom:-22px;box-shadow:0 18px 42px #0f172a1a;padding:14px 18px;position:absolute;right:-18px}.landing-updated-about-photo span,.landing-updated-about-photo strong{display:block}.landing-updated-about-photo span{color:#64748b;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.landing-updated-about-photo strong{color:var(--navy);font-family:Georgia,serif;font-size:18px;margin-top:4px}.landing-updated-contact-grid{align-items:start;display:grid;gap:54px;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr)}.landing-updated-info-list{display:grid;gap:13px;margin-top:30px}.landing-updated-info-list article{align-items:flex-start;background:#fff;border:1px solid rgba(226,232,240,.88);border-radius:16px;box-shadow:0 12px 30px #0f172a0b;display:flex;gap:13px;padding:16px}.landing-updated-info-list article>span{align-items:center;background:#f0fdfa;border-radius:12px;color:#0f766e;display:inline-flex;flex:0 0 40px;height:40px;justify-content:center;width:40px}.landing-updated-info-list small,.landing-updated-info-list strong,.landing-updated-info-list a{display:block}.landing-updated-info-list small{color:#64748b;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.landing-updated-info-list strong,.landing-updated-info-list a{color:var(--navy);font-size:14px;font-weight:800;margin-top:4px;overflow-wrap:anywhere}.landing-updated-hours{margin-top:22px}.landing-updated-request-card{border-radius:28px;padding:32px}@media(max-width:980px){.landing-updated-hero-grid,.landing-updated-about-grid,.landing-updated-contact-grid{grid-template-columns:1fr}.landing-updated-hero-grid{gap:42px;min-height:auto;padding-bottom:56px;padding-top:70px}.landing-updated-contact-grid{gap:30px}}@media(max-width:620px){.landing-updated-hero-grid{padding-top:48px}.landing-updated-logo-chip{left:12px;max-width:calc(100% - 24px);top:12px}.landing-updated-hero-media .landing-floating-top{right:8px;top:auto;bottom:88px}.landing-updated-hero-media .landing-floating-bottom{bottom:16px;left:8px}.landing-updated-photo-card,.landing-updated-about-photo img{border-radius:24px}.landing-updated-about-photo div{bottom:14px;left:14px;right:14px}.landing-updated-request-card{border-radius:20px;padding:22px}}.landing-slideshow{position:relative;overflow:hidden}.landing-updated-photo-card.landing-slideshow{aspect-ratio:4 / 5}.landing-updated-about-photo .landing-slideshow{aspect-ratio:1 / 1;border:1px solid rgba(226,232,240,.88);border-radius:32px;box-shadow:0 28px 70px #0f172a24;width:100%}.landing-slide{display:block;height:100%;top:0;right:0;bottom:0;left:0;object-fit:cover;opacity:0;position:absolute;transform:scale(1.018);transition:opacity .72s var(--ease-standard),transform 1.1s var(--ease-emphasized);width:100%}.landing-slide-active{opacity:1;position:absolute;transform:scale(1);z-index:1}.landing-updated-about-photo .landing-slide{border:0;border-radius:0;box-shadow:none}.landing-slideshow-dots{align-items:center;display:flex;gap:8px;justify-content:center;z-index:5}.landing-updated-hero-media .landing-slideshow-dots{margin-top:14px}.landing-updated-about-photo .landing-slideshow-dots{bottom:18px;left:18px;position:absolute}.landing-slide-dot{background:#0f172a2e;border:0;border-radius:999px;cursor:pointer;height:8px;padding:0;transition:background var(--motion-base) var(--ease-standard),box-shadow var(--motion-base) var(--ease-standard),transform var(--motion-base) var(--ease-standard),width var(--motion-base) var(--ease-emphasized);width:8px}.landing-slide-dot-active{background:#0f766e;box-shadow:0 0 0 4px #14b8a61f;width:24px}.landing :is(button,.landing-primary-action,.landing-secondary-action,.landing-nav-link,.landing-staff-link,.landing-services article a,.landing-updated-info-list a){transition:background var(--motion-base) var(--ease-standard),border-color var(--motion-base) var(--ease-standard),box-shadow var(--motion-base) var(--ease-standard),color var(--motion-base) var(--ease-standard),opacity var(--motion-base) var(--ease-standard),transform var(--motion-base) var(--ease-emphasized)}.landing :is(button:not(:disabled),.landing-primary-action,.landing-secondary-action,.landing-nav-link,.landing-staff-link,.landing-services article a,.landing-updated-info-list a):hover{transform:translateY(-2px)}.landing :is(button:not(:disabled),.landing-primary-action,.landing-secondary-action,.landing-nav-link,.landing-staff-link,.landing-services article a,.landing-updated-info-list a):active{transform:translateY(0) scale(.98)}.landing :is(button,.landing-primary-action,.landing-secondary-action,.landing-nav-link,.landing-staff-link,.landing-services article a,.landing-updated-info-list a):focus-visible{box-shadow:0 0 0 4px #14b8a62e,0 0 0 1px #0f766e6b;outline:none}.landing-primary-action:hover{box-shadow:0 16px 34px #0f766e2e}.landing-secondary-action:hover,.landing-menu-button:hover,.landing-slide-dot:hover{box-shadow:0 12px 24px #0f172a17}@media(prefers-reduced-motion:reduce){.landing-slide,.landing-slide-dot,.landing :is(button,.landing-primary-action,.landing-secondary-action,.landing-nav-link,.landing-staff-link,.landing-services article a,.landing-updated-info-list a){transition:none!important}.landing-slide,.landing-slide-active,.landing :is(button:not(:disabled),.landing-primary-action,.landing-secondary-action,.landing-nav-link,.landing-staff-link,.landing-services article a,.landing-updated-info-list a):hover,.landing :is(button:not(:disabled),.landing-primary-action,.landing-secondary-action,.landing-nav-link,.landing-staff-link,.landing-services article a,.landing-updated-info-list a):active{transform:none!important}}.landing-updated-about-photo .landing-slideshow{background:transparent;bottom:auto;display:block;left:auto;padding:0;position:relative;right:auto}.landing-updated-about-photo .landing-slideshow-dots{background:transparent;border:0;border-radius:999px;box-shadow:none;padding:0;right:auto}.landing-updated-about-photo .landing-slideshow-dots button{margin:0}@media(max-width:620px){.landing-updated-about-photo .landing-slideshow-dots{bottom:18px;left:18px;right:auto}}@media(max-width:860px){.landing{overflow-x:hidden}.landing-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.landing-brand,.landing-brand span{min-width:0}.landing-brand strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.landing-updated-hero{background:radial-gradient(circle at 74% 12%,rgba(20,184,166,.075),transparent 28%),linear-gradient(180deg,#fff,#f8fbff 58%,#f4fbfb)}.landing-updated-hero-grid{align-items:stretch;gap:28px;padding-bottom:44px;padding-top:44px}.landing-hero-copy{max-width:680px}.landing-hero-copy h1{font-size:clamp(2.25rem,9vw,3.75rem);line-height:.98;margin-bottom:16px}.landing-lead{font-size:clamp(.95rem,3.9vw,1.05rem);line-height:1.62}.landing-actions{gap:10px;margin-top:24px}.landing-primary-action,.landing-secondary-action{border-radius:12px;min-height:48px;padding:0 16px}.landing-updated-hero-media{max-width:min(100%,430px)}.landing-updated-photo-card,.landing-updated-photo-card.landing-slideshow{aspect-ratio:auto;border-radius:24px;box-shadow:0 18px 40px #0f172a1a;height:clamp(320px,70vw,420px);max-height:420px;min-height:320px}.landing-updated-photo-card .landing-slide{object-position:center 34%}.landing-updated-photo-card .landing-slide:nth-child(2),.landing-updated-photo-card .landing-slide:nth-child(3){object-position:center center}.landing-updated-logo-chip{border-radius:16px;box-shadow:0 12px 26px #0f172a1a;left:12px;max-width:calc(100% - 24px);padding:10px 12px;top:12px}.landing-updated-logo-chip img{border-radius:12px;height:38px;width:38px}.landing-updated-logo-chip strong{font-size:12px;max-width:220px}.landing-updated-logo-chip small{font-size:10px}.landing-updated-hero-media .landing-floating-card{animation:none;box-shadow:0 12px 26px #0f172a14;max-width:min(245px,calc(100% - 32px));padding:9px 11px}.landing-updated-hero-media .landing-floating-top{bottom:16px;right:14px;top:auto}.landing-updated-hero-media .landing-floating-bottom{display:none}.landing-updated-hero-media .landing-floating-card small{white-space:normal}.landing-updated-hero-media .landing-slideshow-dots{margin-top:12px}.landing-section{padding:70px 0}.landing-updated-about{padding-top:70px}.landing-updated-about-grid{gap:34px}.landing-updated-about-photo{margin:0 auto;max-width:460px;width:100%}.landing-updated-about-photo .landing-slideshow{border-radius:24px;box-shadow:0 18px 40px #0f172a1a}.landing-updated-about-photo .landing-slide{object-position:center center}.landing-updated-about-photo>div:not(.landing-slideshow):not(.landing-slideshow-dots){border-radius:16px;bottom:14px;box-shadow:0 12px 26px #0f172a17;left:14px;padding:11px 13px;right:14px}.landing-about-copy h2{font-size:clamp(2rem,8vw,3rem);line-height:1.06;margin-bottom:12px}.landing-about-copy>p:not(.landing-section-label){font-size:clamp(.95rem,3.8vw,1.02rem);line-height:1.66}.landing-about-copy>span{align-items:flex-start;border-radius:12px;gap:8px;margin-top:10px;padding:10px 11px}.landing-about-copy span svg{flex:0 0 18px;height:18px;margin-top:1px;width:18px}.landing-trust-grid{gap:10px;padding-bottom:14px;padding-top:14px}.landing-trust-grid div,.landing-trust-grid div:first-child{border-radius:14px;gap:10px;padding:12px 13px}.landing-trust-icon{flex-basis:34px;height:34px;width:34px}.landing-trust-icon svg{height:16px;width:16px}.landing-trust strong{font-size:16px}.landing-trust-copy span{font-size:11px;line-height:1.35}}@media(max-width:620px){.landing-container{padding-left:16px;padding-right:16px}.landing-updated-hero-grid{gap:24px;padding-bottom:38px;padding-top:34px}.landing-hero-copy h1{font-size:clamp(2.15rem,12vw,3.15rem)}.landing-hero-details{gap:8px;margin-top:20px}.landing-hero-details span{font-size:12px;min-height:40px;padding:9px 10px}.landing-updated-hero-media{max-width:100%}.landing-updated-photo-card,.landing-updated-photo-card.landing-slideshow{border-radius:22px;height:clamp(320px,82vw,390px);max-height:390px}.landing-updated-hero-media .landing-floating-top{bottom:12px;right:12px}.landing-updated-logo-chip{left:10px;top:10px}.landing-slideshow-dots{gap:7px}.landing-slide-dot{height:7px;width:7px}.landing-slide-dot-active{width:20px}.landing-section{padding:58px 0}.landing-section-heading h2,.landing-contact-copy h2{font-size:clamp(1.9rem,8vw,2.55rem);line-height:1.08}.landing-section-heading span,.landing-contact-copy>p:not(.landing-section-label){font-size:.96rem;line-height:1.62}.landing-updated-about{padding-top:58px}.landing-updated-about-grid{gap:28px}.landing-updated-about-photo .landing-slideshow{aspect-ratio:auto;height:clamp(300px,78vw,360px)}.landing-updated-about-photo .landing-slideshow-dots{bottom:12px;left:12px}.landing-updated-about-photo>div:not(.landing-slideshow):not(.landing-slideshow-dots){display:none}.landing-about-copy h2{font-size:clamp(1.9rem,9vw,2.55rem)}.landing-updated-services article{border-radius:18px;padding:22px}.landing-updated-services article>div{height:46px;width:46px}.landing-updated-contact-grid{gap:24px}}@media(max-width:430px){.landing-updated-hero-grid{padding-top:28px}.landing-actions{margin-top:20px}.landing-primary-action,.landing-secondary-action{width:100%}.landing-updated-photo-card,.landing-updated-photo-card.landing-slideshow{height:clamp(300px,86vw,350px);min-height:300px}.landing-updated-logo-chip{max-width:calc(100% - 20px)}.landing-updated-logo-chip strong{max-width:190px}.landing-updated-hero-media .landing-floating-top{display:none}.landing-updated-about-photo .landing-slideshow{height:clamp(280px,82vw,330px)}}@media(hover:none),(pointer:coarse){.landing :is(button:not(:disabled),.landing-primary-action,.landing-secondary-action,.landing-nav-link,.landing-staff-link,.landing-services article a,.landing-updated-info-list a):hover{transform:none}.landing-updated-hero-media .landing-floating-card{transition:none}}.landing-updated-about-photo>div:not(.landing-slideshow):not(.landing-slideshow-dots){z-index:7}.landing-updated{--landing-soft-sky: #f0f8ff;--landing-soft-teal: #eefcf9;--landing-accent-purple: rgba(109,40,217,.12);background:#fff}.landing-updated .landing-section-label,.landing-updated .landing-eyebrow,.landing-updated .landing-section-heading>p{background:#0f766e17;border:1px solid rgba(20,184,166,.16);border-radius:999px;color:#0f766e;display:inline-flex;margin-bottom:18px;padding:8px 13px}.landing-updated-hero{background:radial-gradient(circle at 80% 20%,rgba(20,184,166,.12),transparent 28%),radial-gradient(circle at 12% 84%,rgba(109,40,217,.07),transparent 24%),linear-gradient(135deg,#fff,#f8fbff 52%,#eef9fb);isolation:isolate;position:relative}.landing-updated-hero:before,.landing-updated-hero:after{border-radius:999px;content:"";opacity:.62;pointer-events:none;position:absolute;z-index:-1}.landing-updated-hero:before{background:linear-gradient(135deg,#14b8a62e,#3b82f614);height:280px;right:-90px;top:110px;width:280px}.landing-updated-hero:after{background:linear-gradient(135deg,#6d28d914,#14b8a61a);bottom:54px;height:220px;left:-86px;width:220px}.landing-updated-hero-grid{gap:58px;min-height:calc(100vh - var(--landing-header-height));padding-bottom:92px;padding-top:92px}.landing-updated .landing-hero-copy h1{font-family:Georgia,serif;font-size:clamp(48px,5.7vw,76px);font-weight:700;letter-spacing:-.055em;line-height:.98}.landing-updated .landing-lead{color:#5f7289;font-size:18px;max-width:600px}.landing-updated .landing-actions{margin-top:32px}.landing-updated .landing-primary-action,.landing-updated .landing-secondary-action{border-radius:14px;min-height:52px;padding:0 22px}.landing-updated .landing-primary-action{background:linear-gradient(135deg,#0f5f78,#0f766e);box-shadow:0 16px 34px #0f766e2e}.landing-updated .landing-primary-action:hover{background:linear-gradient(135deg,#0d4f66,#0f6b64);box-shadow:0 20px 40px #0f766e38}.landing-updated .landing-secondary-action{background:#ffffffe6;border-color:#cbd5e1eb;box-shadow:0 12px 28px #0f172a0b}.landing-hero-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px;max-width:640px}.landing-hero-badges span{align-items:center;background:#ffffffd1;border:1px solid rgba(226,232,240,.92);border-radius:999px;box-shadow:0 12px 24px #0f172a0b;color:#26364d;display:inline-flex;font-size:12px;font-weight:800;gap:7px;min-height:36px;padding:0 13px}.landing-hero-badges svg{color:#0f766e}.landing-updated .landing-hero-details{gap:12px;margin-top:20px}.landing-updated .landing-hero-details span{background:transparent;border:0;box-shadow:none;color:#5f7289;padding:0}.landing-updated-photo-card,.landing-updated-photo-card.landing-slideshow,.landing-updated-about-photo .landing-slideshow{border-color:#e2e8f0e6;box-shadow:0 30px 74px #0f172a21}.landing-updated-logo-chip,.landing-floating-card{border-radius:20px}.landing-updated-trust{background:linear-gradient(180deg,#fff,#f7fcfc)}.landing-updated .landing-trust-grid div,.landing-updated .landing-trust-grid div:first-child{background:#ffffffeb;box-shadow:0 16px 36px #0f172a0d}.landing-updated-services{gap:20px}.landing-updated-services article{background:linear-gradient(145deg,#fffffff0,#f0fdfac7),#fff;border-color:#e2e8f0e6;border-radius:24px;box-shadow:0 18px 42px #0f172a0e;overflow:hidden;position:relative}.landing-updated-services article:before{background:linear-gradient(135deg,#14b8a61f,#6d28d912);border-radius:999px;content:"";height:96px;opacity:0;position:absolute;right:-44px;top:-44px;transition:opacity var(--motion-base) var(--ease-standard),transform var(--motion-base) var(--ease-standard);width:96px}.landing-updated-services article:hover:before{opacity:1;transform:scale(1.12)}.landing-updated-services article:nth-child(2n){background:linear-gradient(145deg,#fffffff5,#eff6ffb8)}.landing-updated-services article:nth-child(3n){background:linear-gradient(145deg,#fffffff5,#f5f3ff8c)}.landing-updated-services article>div{background:#ecfeff;box-shadow:inset 0 0 0 1px #14b8a61f}.landing-updated-services article h3,.landing-care-grid h3{color:var(--navy);font-family:Georgia,serif;font-weight:700}.landing-about-feature-grid{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:28px}.landing-about-feature-grid article{align-items:flex-start;background:#ffffffdb;border:1px solid rgba(226,232,240,.9);border-radius:16px;box-shadow:0 14px 32px #0f172a0d;display:flex;gap:12px;padding:15px}.landing-about-feature-grid article>span{align-items:center;background:#f0fdfa;border-radius:12px;color:#0f766e;display:inline-flex;flex:0 0 40px;height:40px;justify-content:center;width:40px}.landing-about-feature-grid strong,.landing-about-feature-grid small{display:block}.landing-about-feature-grid strong{color:var(--navy);font-size:13px;font-weight:900}.landing-about-feature-grid small{color:#64748b;font-size:12px;line-height:1.5;margin-top:4px}.landing-care-experience{background:#fff}.landing-care-grid{display:grid;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr))}.landing-care-grid article{background:linear-gradient(145deg,#f8fbff,#f0fdfa);border:1px solid rgba(226,232,240,.92);border-radius:24px;box-shadow:0 18px 42px #0f172a0e;padding:28px}.landing-care-grid article>span{align-items:center;background:#fff;border-radius:15px;box-shadow:inset 0 0 0 1px #14b8a624;color:#0f766e;display:inline-flex;height:52px;justify-content:center;width:52px}.landing-care-grid h3{font-size:21px;margin:22px 0 9px}.landing-care-grid p{color:#64748b;line-height:1.68;margin:0}.landing-appointment-banner{background:linear-gradient(135deg,#0f5f78,#0f766e 58%,#14b8a6);overflow:hidden;padding:74px 0;position:relative}.landing-appointment-banner:before,.landing-appointment-banner:after{background:#ffffff1c;border-radius:999px;content:"";pointer-events:none;position:absolute}.landing-appointment-banner:before{height:260px;right:-90px;top:-120px;width:260px}.landing-appointment-banner:after{bottom:-96px;height:220px;left:-80px;width:220px}.landing-appointment-banner-inner{align-items:center;display:grid;gap:28px;grid-template-columns:minmax(0,1fr) auto;position:relative;z-index:1}.landing-appointment-banner .landing-section-label{background:#ffffff24;border-color:#ffffff2e;color:#dffcf7}.landing-appointment-banner h2{color:#fff;font-family:Georgia,serif;font-size:clamp(32px,4vw,48px);line-height:1.08;margin:0 0 14px;max-width:780px}.landing-appointment-banner span{color:#d8f6f2;display:block;line-height:1.65;max-width:760px}.landing-appointment-banner-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}.landing-appointment-banner .landing-primary-action{background:#fff;color:#0f766e}.landing-appointment-banner .landing-secondary-action{background:#ffffff1f;border-color:#ffffff5c;color:#fff}.landing-updated-contact-grid{align-items:stretch}.landing-updated-request-card{background:linear-gradient(180deg,#fff,#f8fbff);border-radius:30px;box-shadow:0 26px 70px #0f172a17}.landing-updated-footer{background:#0f172a;color:#cbd5e1;padding:58px 0 28px;text-align:left}.landing-footer-grid{display:grid;gap:34px;grid-template-columns:minmax(260px,1.4fr) repeat(3,minmax(0,1fr))}.landing-footer-grid h3{color:#fff;font-size:12px;font-weight:900;letter-spacing:.08em;margin:0 0 14px;text-transform:uppercase}.landing-footer-grid a,.landing-footer-grid p{color:#cbd5e1}.landing-footer-grid>div:not(.landing-footer-brand) a{display:block;font-size:13px;font-weight:700;margin-top:10px}.landing-footer-grid>div:not(.landing-footer-brand) a:hover{color:#fff;transform:translate(3px)}.landing-footer-brand p{color:#94a3b8;line-height:1.7;margin:18px 0;max-width:420px}.landing-footer-socials{display:flex;gap:10px}.landing-footer-socials a,.landing-footer-socials span{align-items:center;background:#ffffff17;border:1px solid rgba(255,255,255,.1);border-radius:11px;color:#fff;display:inline-flex;height:38px;justify-content:center;width:38px}.landing-footer-socials a:hover{background:#0f766e;transform:translateY(-2px)}.landing-footer-grid p{align-items:flex-start;display:flex;font-size:13px;gap:9px;justify-content:space-between;line-height:1.55;margin:10px 0 0}.landing-footer-grid p svg{color:#2dd4bf;flex:0 0 auto;margin-top:3px}.landing-footer-grid p strong{color:#fff;font-size:13px;text-align:right}.landing-footer-bottom{align-items:center;border-top:1px solid rgba(255,255,255,.1);color:#94a3b8;display:flex;gap:14px;justify-content:space-between;margin-top:38px;padding-top:22px}.landing-footer-bottom span,.landing-footer-bottom small{font-size:12px}@media(max-width:980px){.landing-appointment-banner-inner,.landing-footer-grid{grid-template-columns:1fr}.landing-appointment-banner-actions{justify-content:flex-start}.landing-care-grid{grid-template-columns:1fr}}@media(max-width:760px){.landing-about-feature-grid{grid-template-columns:1fr}.landing-updated .landing-hero-copy h1{font-size:clamp(40px,11vw,58px)}.landing-hero-badges{gap:8px}.landing-hero-badges span{font-size:11px;min-height:34px;padding:0 11px}.landing-care-grid article,.landing-updated-services article{padding:22px}.landing-appointment-banner{padding:58px 0}.landing-appointment-banner-actions .landing-primary-action,.landing-appointment-banner-actions .landing-secondary-action{width:100%}.landing-footer-bottom{align-items:flex-start;flex-direction:column}}.landing-updated-about-photo{display:flex;flex-direction:column}.landing-updated-about-photo .landing-slideshow{isolation:isolate}.landing-updated-about-photo .landing-slide{transition:opacity .86s var(--ease-standard),transform 1.25s var(--ease-emphasized)}.landing-updated-about-photo .landing-slide-active{z-index:2}.landing-updated-about-photo .landing-slideshow>.landing-about-photo-caption{bottom:22px;left:auto;max-width:min(330px,calc(100% - 44px));padding:14px 18px;position:absolute;right:22px;z-index:8}.landing-updated-about-photo>.landing-about-slide-progress.landing-slideshow-dots{align-self:center;background:#ffffffdb;border:1px solid rgba(226,232,240,.92);border-radius:999px;bottom:auto;box-shadow:0 14px 30px #0f172a14;gap:8px;left:auto;margin:16px auto 0;padding:8px 10px;position:static;right:auto}.landing-about-slide-progress .landing-slide-dot{background:#64748b38;box-shadow:none;height:5px;width:34px}.landing-about-slide-progress .landing-slide-dot-active{background:linear-gradient(90deg,#0f766e,#14b8a6);box-shadow:0 0 0 4px #14b8a61f;width:54px}@media(max-width:860px){.landing-updated-about-photo .landing-slideshow>.landing-about-photo-caption{bottom:16px;max-width:min(300px,calc(100% - 32px));padding:12px 14px;right:16px}.landing-updated-about-photo>.landing-about-slide-progress.landing-slideshow-dots{margin-top:13px}}@media(max-width:540px){.landing-updated-about-photo .landing-slideshow>.landing-about-photo-caption{border-radius:16px;bottom:12px;left:12px;max-width:calc(100% - 24px);padding:10px 12px;right:12px}.landing-updated-about-photo>.landing-about-slide-progress.landing-slideshow-dots{margin-top:12px}.landing-about-slide-progress .landing-slide-dot{width:28px}.landing-about-slide-progress .landing-slide-dot-active{width:44px}}@media(prefers-reduced-motion:reduce){.landing-updated-about-photo .landing-slide{transition:none!important}}.landing-footer-grid p .landing-footer-contact-link{color:#cbd5e1;display:inline;font-size:13px;font-weight:700;margin-top:0}.landing-footer-grid p .landing-footer-contact-link:hover{color:#fff;transform:none}
