*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f3f5f7;background:var(--bg-page,#f3f5f7);color:#0f172a;color:var(--text,#0f172a);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-family:var(--font-body,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif);max-width:100vw;min-height:100vh;overflow-x:hidden}code{font-family:ui-monospace,Menlo,Consolas,monospace;font-family:var(--font-mono,ui-monospace,Menlo,Consolas,monospace)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:focus-visible{outline:2px solid #4f46e5;outline:2px solid var(--primary,#4f46e5);outline-offset:2px}.visually-hidden{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}:root{--bg-page:#eef1f2;--surface:#fff;--surface-alt:#f7f9fa;--surface-sunken:#e8eced;--primary:#0c6b63;--primary-end:#095049;--accent:#0d9488;--ink:#1b2733;--ink-soft:#2b3a49;--danger:#b23c2a;--danger-strong:#96301f;--danger-tint:#faf1ef;--text:#17232e;--text-muted:#55677a;--border:#e2e7eb;--border-strong:#c5d0d8;--shadow:0 1px 2px #17232e0a,0 4px 16px #17232e0d;--radius:10px;--radius-sm:6px;--radius-lg:14px;--font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-display:var(--font-body);--font-mono:"Geist Mono",ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace;--letter-display:-0.01em;--weight-display:650;--case-display:none;--container-max:1500px}.sidebar-layout{grid-gap:1.5rem;align-items:start;display:grid;gap:1.5rem;grid-template-columns:200px minmax(0,1fr)}.sidebar-layout__nav{display:flex;flex-direction:column;gap:2px;padding:.25rem 0;position:-webkit-sticky;position:sticky;top:4.75rem}.sidebar-layout__nav-item{align-items:center;background:#0000;border:1px solid #0000;border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;display:flex;font:inherit;font-size:.92rem;font-weight:500;gap:.7rem;padding:.55rem .8rem;text-align:left;transition:background .12s,color .12s,border-color .12s}.sidebar-layout__nav-item:hover{background:#0f172a0d;color:var(--text)}.sidebar-layout__nav-item--active,.sidebar-layout__nav-item--active:hover{background:var(--surface);border-color:var(--border);box-shadow:0 1px 2px #0f172a0d;color:var(--primary);font-weight:600}.sidebar-layout__nav-num{font-feature-settings:"tnum";color:var(--text-muted);font-size:.68rem;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:.08em;opacity:.75}.sidebar-layout__nav-item--active .sidebar-layout__nav-num{color:var(--primary);opacity:1}.sidebar-layout__main{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);min-height:420px;min-width:0;padding:1.75rem}@media (max-width:900px){.sidebar-layout{grid-template-columns:minmax(0,1fr)}.sidebar-layout__nav{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;padding:0;position:static}.sidebar-layout__nav-item{flex:0 0 auto}.sidebar-layout__main{padding:1.25rem}}.mobile-section-menu{display:none;margin-bottom:.5rem;position:relative}.mobile-section-menu__trigger{align-items:center;background:#fff;background:var(--surface,#fff);border:1px solid #e2e8f0;border:1px solid var(--border,#e2e8f0);border-radius:10px;color:var(--text);cursor:pointer;display:flex;font:inherit;font-size:.95rem;font-weight:600;gap:.6rem;padding:.7rem .85rem;text-align:left;width:100%}.mobile-section-menu__icon{color:var(--text-muted);font-size:1.05rem}.mobile-section-menu__label{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-section-menu__chev{color:var(--text-muted);font-size:.85rem;transition:transform .15s ease}.mobile-section-menu--open .mobile-section-menu__chev{transform:rotate(180deg)}.mobile-section-menu__list{background:#fff;background:var(--surface,#fff);border:1px solid #e2e8f0;border:1px solid var(--border,#e2e8f0);border-radius:10px;box-shadow:0 12px 32px #0f172a24;display:flex;flex-direction:column;gap:2px;left:0;list-style:none;margin:0;max-height:70vh;overflow-y:auto;padding:.4rem;position:absolute;right:0;top:calc(100% + 4px);z-index:30}.mobile-section-menu__item{align-items:center;background:#0000;border:none;border-radius:8px;color:var(--text);cursor:pointer;display:flex;font:inherit;font-size:.95rem;gap:.75rem;padding:.7rem .85rem;text-align:left;width:100%}.mobile-section-menu__item:hover{background:#f1f5f9;background:var(--surface-alt,#f1f5f9)}.mobile-section-menu__item--active,.mobile-section-menu__item--active:hover{background:color-mix(in srgb,var(--primary) 12%,var(--surface));color:var(--primary);font-weight:600}.mobile-section-menu__num{font-feature-settings:"tnum";color:var(--text-muted);font-size:.7rem;font-variant-numeric:tabular-nums;font-weight:600;letter-spacing:.08em;min-width:1.6em}.mobile-section-menu__item-label{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:600px){.mobile-section-menu{display:block}.sidebar-layout__nav{display:none!important}.sidebar-layout{gap:0;grid-template-columns:minmax(0,1fr)}.sidebar-layout__main{border-radius:12px}}.chart-menu{font-family:var(--font-body);position:relative}.chart-menu__trigger{align-items:center;background:#fff;background:var(--surface,#fff);border:1px solid #e2e8f0;border:1px solid var(--border,#e2e8f0);border-radius:8px;color:#1f2937;color:var(--text,#1f2937);cursor:pointer;display:inline-flex;font:inherit;font-size:.92rem;font-weight:600;gap:.5rem;padding:.55rem .95rem;transition:border-color .15s,background .15s}.chart-menu__trigger:hover{border-color:#94a3b8;border-color:var(--text-muted,#94a3b8)}.chart-menu--open .chart-menu__trigger{border-color:var(--primary);box-shadow:0 0 0 3px #0f766e1f}.chart-menu__trigger-icon{font-size:1.05rem;line-height:1}.chart-menu__file-input{display:none}.chart-menu__panel{background:#fff;background:var(--surface,#fff);border:1px solid #e2e8f0;border:1px solid var(--border,#e2e8f0);border-radius:12px;box-shadow:0 16px 48px #0f172a2e;color:#1f2937;color:var(--text,#1f2937);display:flex;flex-direction:column;max-height:min(620px,calc(100vh - 6rem));overflow-x:hidden;overflow-y:auto;position:absolute;right:0;top:calc(100% + 8px);width:340px;z-index:50}.chart-menu__section{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border,#e2e8f0);display:flex;flex-direction:column}.chart-menu__section:last-child{border-bottom:none}.chart-menu__section{flex:0 0 auto}.chart-menu__section-head{align-items:baseline;color:#64748b;color:var(--text-muted,#64748b);display:flex;font-size:.72rem;font-weight:700;justify-content:space-between;letter-spacing:.08em;padding:.7rem 1rem .5rem;text-transform:uppercase}.chart-menu__current{color:var(--primary);font-size:.78rem;font-weight:600;letter-spacing:0;text-transform:none}.chart-menu__item{align-items:flex-start;background:#0000;border:none;color:inherit;cursor:pointer;display:flex;font:inherit;gap:.75rem;padding:.7rem 1rem;text-align:left;width:100%}.chart-menu__item:hover{background:#f8fafc;background:var(--surface-alt,#f8fafc)}.chart-menu__item-icon{font-size:1.15rem;line-height:1.2}.chart-menu__item-body{display:flex;flex-direction:column;gap:2px}.chart-menu__item-body strong{color:var(--text);font-size:.95rem;font-weight:600}.chart-menu__item-body span{color:#64748b;color:var(--text-muted,#64748b);font-size:.8rem;line-height:1.4}.chart-menu__board-list{flex:1 1;list-style:none;margin:0;min-height:0;overflow-y:auto;padding:.25rem .5rem .5rem}.chart-menu__board{align-items:flex-start;background:#0000;border:1px solid #0000;border-radius:8px;color:inherit;cursor:pointer;display:flex;flex-direction:column;font:inherit;gap:2px;padding:.55rem .7rem;text-align:left;width:100%}.chart-menu__board:hover{background:#f8fafc;background:var(--surface-alt,#f8fafc)}.chart-menu__board--active,.chart-menu__board--active:hover{background:color-mix(in srgb,var(--primary) 8%,var(--surface));border-color:var(--primary)}.chart-menu__board strong{color:var(--text);font-size:.9rem;font-weight:600}.chart-menu__board span{color:#64748b;color:var(--text-muted,#64748b);font-size:.76rem}@media (max-width:480px){.chart-menu__panel{right:-.5rem;width:calc(100vw - 2rem)}}.pdf-preview-overlay{align-items:stretch;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a8c;display:flex;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:1100}.pdf-preview-modal{background:#fff;border-radius:16px;box-shadow:0 24px 80px #00000059;color:#0f172a;color:var(--text,#0f172a);display:flex;flex-direction:column;font-family:var(--font-body);max-width:1280px;overflow:hidden;width:100%}.pdf-preview-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1rem 1.5rem}.pdf-preview-header h2{color:#0f172a;font-size:1.15rem;font-weight:700;margin:0}.pdf-preview-header p{color:#64748b;font-size:.85rem;margin:2px 0 0}.pdf-preview-close{background:#0000;border:none;border-radius:18px;color:#475569;cursor:pointer;font-size:22px;height:36px;width:36px}.pdf-preview-close:hover{background:#f1f5f9}.pdf-preview-body{grid-gap:0;display:grid;flex:1 1;gap:0;grid-template-columns:280px minmax(0,1fr);min-height:0}.pdf-preview-styles{background:#f8fafc;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;overflow:hidden;padding:1rem}.pdf-preview-styles ul{display:flex;flex:1 1;flex-direction:column;gap:4px;list-style:none;margin:0;min-height:0;overflow-y:auto;padding:0}.pdf-preview-style{align-items:flex-start;background:#fff;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;font:inherit;gap:2px;padding:.7rem .85rem;text-align:left;transition:border-color .15s,box-shadow .15s;width:100%}.pdf-preview-style:hover{border-color:#cbd5e0}.pdf-preview-style--active{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 14%,#0000)}.pdf-preview-style strong{color:#0f172a;font-size:.95rem;font-weight:600}.pdf-preview-style span{color:#64748b;font-size:.8rem;line-height:1.35}.pdf-preview-download{background:#0f172a;border:none;border-radius:10px;color:#fff;cursor:pointer;font:inherit;font-size:.95rem;font-weight:600;margin-top:.85rem;padding:.8rem 1rem}.pdf-preview-download:disabled{cursor:not-allowed;opacity:.45}.pdf-preview-download:hover:not(:disabled){background:#020617}.pdf-preview-iframe-wrap{background:#475569;display:flex;flex-direction:column;min-height:60vh;position:relative}.pdf-preview-iframe{background:#fff;border:none;flex:1 1;height:100%;width:100%}.pdf-preview-status{align-items:center;color:#fff;display:flex;font-size:.95rem;font-weight:500;inset:0;justify-content:center;pointer-events:none;position:absolute}.pdf-preview-status--error{color:#fca5a5}@media (max-width:800px){.pdf-preview-body{grid-template-columns:1fr}.pdf-preview-styles{border-bottom:1px solid #e2e8f0;border-right:none;max-height:40vh}}.chart-menu__chart-list{background:#f8fafc;background:var(--surface-alt,#f8fafc);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border,#e2e8f0);border-top:1px solid #e2e8f0;border-top:1px solid var(--border,#e2e8f0);display:flex;flex-direction:column;max-height:260px;overflow-y:auto}.chart-menu__chart-note{color:#64748b;color:var(--text-muted,#64748b);font-size:.82rem;padding:.7rem 1rem}.chart-menu__chart-row{background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;font:inherit;gap:1px;padding:.55rem 1rem;text-align:left}.chart-menu__chart-row:hover{background:color-mix(in srgb,var(--primary) 8%,#fff);background:color-mix(in srgb,var(--primary) 8%,var(--surface,#fff))}.chart-menu__chart-row strong{color:var(--text);font-size:.9rem;font-weight:600}.chart-menu__chart-row span{font-feature-settings:"tnum";color:#64748b;color:var(--text-muted,#64748b);font-size:.76rem;font-variant-numeric:tabular-nums}.practice-logo-row{align-items:center;display:flex;gap:.85rem;margin-top:.5rem}.practice-logo-preview{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--border,#e2e8f0);border-radius:8px;max-height:72px;max-width:180px;object-fit:contain;padding:4px}.practice-logo-actions{display:flex;gap:.4rem}.practice-logo-empty{color:#64748b;color:var(--text-muted,#64748b);flex:1 1;font-size:.82rem}.ai-settings-modal.chart-library-modal{--lib-cols:minmax(8rem,1.7fr) minmax(4.5rem,0.8fr) minmax(5.5rem,1fr) minmax(4rem,0.7fr) minmax(6.5rem,1fr) minmax(5.5rem,0.9fr);--lib-actions:9.5rem;height:min(80vh,46rem);max-width:62rem}.chart-library-modal__body{display:flex;flex:1 1;flex-direction:column;gap:.75rem;min-height:0;padding:1rem 1.25rem 1.25rem}.chart-library__sub{color:var(--text-muted);font-size:.85rem;margin:0}.chart-library__search{border:1px solid var(--border-strong);border-radius:8px;font:inherit;max-width:28rem;padding:.6rem .85rem;width:100%}.chart-library__search:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 14%,#0000);outline:none}.chart-library__empty{color:var(--text-muted);font-size:.92rem;padding:2.5rem 0;text-align:center}.chart-library__table{border:1px solid var(--border);border-radius:10px;display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.chart-library__head-row{background:var(--primary);border-bottom:none}.chart-library__head-row:not(.chart-library__row){grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:var(--lib-cols) 4.5rem;grid-template-columns:var(--lib-cols) var(--lib-actions,4.5rem);padding:0 .75rem}.chart-library__head-main{cursor:default}.chart-library__head-main:hover{background:#0000}.chart-library__head-row [role=columnheader]{color:#ffffffeb;font-size:.7rem;font-weight:600;letter-spacing:.07em;overflow:hidden;padding:.55rem 0;text-transform:uppercase;white-space:nowrap}.chart-library__sort{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:inline-flex;font:inherit;gap:.3rem;letter-spacing:inherit;padding:0;text-transform:inherit}.chart-library__sort:hover{color:#fff;text-decoration:underline}.chart-library__sort-arrow{font-size:.6rem;min-width:.7rem}.chart-library__scroll{flex:1 1;min-height:0;overflow-y:auto}.chart-library__row{align-items:stretch;border-bottom:1px solid var(--border);display:grid;grid-template-columns:1fr 4.5rem;grid-template-columns:1fr var(--lib-actions,4.5rem)}.chart-library__row:nth-child(2n){background:#fafbfc;background:var(--surface-sunken,#fafbfc)}.chart-library__row-main{grid-gap:1rem;align-items:center;background:#0000;border:none;cursor:pointer;display:grid;font:inherit;gap:1rem;grid-template-columns:var(--lib-cols);min-width:0;padding:.65rem 0 .65rem .75rem;text-align:left}.chart-library__row-main:hover{background:color-mix(in srgb,var(--primary) 6%,#0000)}.chart-library__patient{color:var(--text);font-weight:600}.chart-library__cell,.chart-library__patient{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chart-library__cell{font-feature-settings:"tnum";color:var(--text-muted);font-size:.82rem;font-variant-numeric:tabular-nums}.chart-library__row-actions{justify-content:center}.chart-library__delete{background:#0000;border:none;color:var(--text-muted);cursor:pointer;font:inherit;font-size:.8rem;font-weight:500;padding:.5rem .75rem}.chart-library__delete:hover{color:var(--danger)}@media (max-width:700px){.ai-settings-modal.chart-library-modal{--lib-cols:minmax(6.5rem,1.6fr) minmax(3.5rem,0.7fr) minmax(3.5rem,0.7fr) minmax(6rem,1fr);height:min(88vh,46rem)}.chart-library__cell--recall,.chart-library__cell--species,.chart-library__head-row [role=columnheader]:nth-child(3),.chart-library__head-row [role=columnheader]:nth-child(6){display:none}}.ai-settings-modal.admin-panel{--lib-cols:minmax(11rem,1.5fr) minmax(8rem,1.2fr) 4rem minmax(9rem,1fr) minmax(6rem,0.8fr)}.admin-panel .chart-library__row{grid-template-columns:1fr}.admin-panel__row--active{background:color-mix(in srgb,var(--primary) 10%,#0000)!important}.admin-panel__actions{border:1px solid var(--border);border-radius:10px;display:flex;flex-direction:column;gap:.75rem;padding:.85rem 1rem}.admin-panel__names{align-items:flex-end;display:flex;flex-wrap:wrap;gap:.75rem}.admin-panel__names .patient-form__label{flex:1 1 14rem}.admin-panel__buttons{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.chart-library__controls{align-items:center;display:flex;flex-wrap:wrap;gap:.6rem}.chart-library__filter{background:var(--surface);border:1px solid var(--border-strong);border-radius:8px;color:var(--text-muted);cursor:pointer;font:inherit;font-size:.85rem;font-weight:600;padding:.55rem .9rem;white-space:nowrap}.chart-library__filter:hover:not(:disabled){border-color:var(--primary);color:var(--text)}.chart-library__filter:disabled{cursor:default;opacity:.5}.chart-library__filter--on{background:var(--primary);border-color:var(--primary);color:#fff}.chart-library__recall--due{color:var(--primary);font-weight:600}.chart-library__recall--overdue{color:var(--danger);font-weight:600}.chart-library__disclosure{color:var(--text-muted);display:inline-block;font-size:.8em;width:1em}.chart-library__visit{background:#fafbfc;background:var(--surface-sunken,#fafbfc)}.chart-library__visit-main{grid-gap:1rem;align-items:center;background:#0000;border:none;cursor:pointer;display:grid;font:inherit;gap:1rem;grid-template-columns:minmax(9rem,1fr) minmax(10rem,1.4fr);min-width:0;padding:.5rem 0 .5rem 2.25rem;text-align:left}.chart-library__visit-main:hover{background:color-mix(in srgb,var(--primary) 6%,#0000)}.chart-library__visit-date{font-feature-settings:"tnum";color:var(--text);font-variant-numeric:tabular-nums;font-weight:600}.patient-form__hint{color:var(--text-muted);display:block;font-size:.78rem;font-weight:400;margin-top:.25rem}.admin-panel__tabs{border-bottom:1px solid var(--border);display:flex;gap:.4rem;margin-bottom:.25rem}.admin-panel__tab{background:#0000;border:none;border-bottom:2px solid #0000;color:var(--text-muted);cursor:pointer;font:inherit;font-size:.85rem;font-weight:600;margin-bottom:-1px;padding:.45rem .9rem}.admin-panel__tab--on{border-bottom-color:var(--primary);color:var(--primary)}.admin-panel .admin-panel__practice-row{grid-template-columns:minmax(10rem,1.6fr) minmax(10rem,1.6fr) 5rem 5rem}.ai-settings-modal.admin-panel{--lib-actions:5rem}.chart-library__row-actions{align-items:center;display:flex;gap:.35rem;justify-content:flex-end;padding-right:.75rem}.chart-library__act{background:#0000;border:1px solid var(--border-strong);border-radius:6px;color:var(--primary);cursor:pointer;font:inherit;font-size:.78rem;font-weight:600;padding:.25rem .5rem;white-space:nowrap}.chart-library__act:hover{border-color:var(--primary)}.chart-library__patient-main{display:inline-flex;flex-direction:column;min-width:0}.chart-library__owner{color:var(--text-muted);font-size:.75rem;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.App{color:var(--text);min-height:100vh;width:100%}