.dashboard-sidebar-nav{position:fixed;left:0;top:0;z-index:50;display:flex;flex-direction:column;height:100vh;min-height:100vh;background:#0f172a;color:#fff;transition:width .3s ease}.dashboard-sidebar-nav.is-open{width:16rem}.dashboard-sidebar-nav.is-collapsed{width:5rem}.dashboard-sidebar-top{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #1e293b}.dashboard-sidebar-brand{margin:0;font-size:1.25rem;font-weight:700;letter-spacing:-.01em;color:#a78bfa}.dashboard-sidebar-toggle{display:inline-flex;align-items:center;justify-content:center;padding:.5rem;border:0;border-radius:.375rem;background:transparent;color:inherit;cursor:pointer;transition:background-color .2s ease}.dashboard-sidebar-toggle:hover{background:#1e293b}.dashboard-sidebar-menu{flex:1;overflow-y:auto;overflow-x:hidden;padding:1rem 0}.dashboard-sidebar-menu ul,.dashboard-sidebar-menu li{list-style:none;margin:0;padding:0}.dashboard-sidebar-menu li::marker{content:""}.dashboard-sidebar-section{margin-bottom:1.5rem}.dashboard-sidebar-group{margin:0 0 0rem;padding:0 .5rem;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#64748b}.dashboard-sidebar-item{position:relative}.dashboard-sidebar-link{position:relative;display:flex;align-items:center;gap:1rem;padding:.75rem 1.5rem;border-radius:.375rem;color:#cbd5e1;text-decoration:none;font-size:.875rem;font-weight:500;transition:background-color .2s ease,color .2s ease}.dashboard-sidebar-link:hover{color:#fff;background:#1e293b}.dashboard-sidebar-link.is-active{color:#a78bfa;background:#9333ea1a}.dashboard-sidebar-label{white-space:nowrap}.dashboard-sidebar-active-bar{position:absolute;right:0;top:.5rem;bottom:.5rem;width:4px;border-radius:999px 0 0 999px;background:#8b5cf6;box-shadow:0 0 10px #8b5cf6cc}.dashboard-sidebar-mobile-footer{display:none}.dashboard-sidebar-mobile-logout{width:calc(100% - 1rem);margin:0 .5rem .65rem;border:1px solid #334155;background:#1e293b;color:#e2e8f0;border-radius:.5rem;padding:.65rem .9rem;display:flex;align-items:center;gap:.65rem;cursor:pointer}.dashboard-sidebar-mobile-logout:hover{background:#334155;border-color:#475569}@media(max-width:960px){.dashboard-sidebar-mobile-footer{display:block;border-top:1px solid #1e293b;padding-top:.55rem}}@media(max-width:768px){.dashboard-sidebar-nav{transform:translate(0);transition:transform .3s ease,width .3s ease}.dashboard-sidebar-nav.is-collapsed{width:0;overflow:hidden;transform:translate(-100%)}.dashboard-sidebar-nav.is-open{width:16rem;transform:translate(0);box-shadow:4px 0 24px #00000080}.dashboard-sidebar-nav.is-collapsed .dashboard-sidebar-brand{display:none}}.sidebar-backdrop{display:none}@media(max-width:768px){.sidebar-backdrop{display:block;position:fixed;inset:0;background:#00000080;z-index:49;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}}.dashboard-topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:0 1.25rem;height:64px;background:#0f172a;color:#f8fafc;border-bottom:1px solid #1e293b;box-shadow:0 2px 8px #02061759}.dashboard-topbar{max-width:100%;box-sizing:border-box;overflow-x:hidden}.topbar-left{display:flex;align-items:center;gap:.65rem}.topbar-logo-circle{width:38px;height:38px;border-radius:50%;background:#1e293b;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #334155}.topbar-logo{width:36px;height:36px;object-fit:contain}.topbar-logo-fallback{font-weight:600;color:#a78bfa;font-size:1.1rem}.topbar-brand{font-weight:600;letter-spacing:.04em;font-size:.98rem;color:#f8fafc;text-transform:uppercase}.frame-breadcrumbs{display:flex;align-items:center;gap:.3rem;padding:.55rem .25rem .35rem;font-size:.8rem;color:#94a3b8;flex-wrap:nowrap;overflow:hidden}.frame-breadcrumbs-item{color:#94a3b8;text-decoration:none;cursor:pointer;transition:color .15s;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.frame-breadcrumbs-item:hover{color:#475569}.frame-breadcrumbs-item.active{color:#374151;font-weight:600;cursor:default}.frame-breadcrumbs-sep{color:#cbd5e1;flex-shrink:0;font-size:.72rem}.topbar-search-area{position:relative;display:flex;align-items:flex-end;justify-content:flex-end;flex:1 1 460px;max-width:640px;min-width:260px;margin:0 0rem 0 auto;margin-left:auto}.topbar-search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#94a3b8}.topbar-search-input{width:100%;height:40px;border-radius:10px;border:1px solid #334155;background:#111827;color:#e2e8f0;padding:0 2rem 0 2.2rem;font-size:.9rem;outline:none;transform:translate(-50%)}.topbar-search-input::placeholder{color:#94a3b8}.topbar-search-input:focus{border-color:#8b5cf6;box-shadow:0 0 0 2px #8b5cf633}.topbar-search-clear{position:absolute;right:.4rem;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;border:0;width:24px;height:24px;border-radius:999px;background:transparent;color:#94a3b8;cursor:pointer}.topbar-search-clear:hover{background:#1f2937;color:#e2e8f0}.topbar-search-results{position:fixed;top:72px;left:50%;transform:translate(-50%);width:min(560px,calc(100vw - 24px));background:#fff;border:1px solid #e9d5ff;border-radius:10px;box-shadow:0 18px 36px #0f172a33;max-height:320px;overflow-y:auto;z-index:1200}.topbar-search-result-item{display:flex;justify-content:space-between;gap:.75rem;padding:.65rem .8rem;text-decoration:none;color:#9734e3;border-bottom:1px solid #f3e8ff}.topbar-search-result-item:last-child{border-bottom:0}.topbar-search-result-item:hover{background:#faf5ff}.topbar-search-result-label{font-weight:500}.topbar-search-result-meta{font-size:.78rem;color:#9734e3;opacity:.75}.topbar-search-empty{padding:.8rem;font-size:.85rem;color:#9734e3}.topbar-right{display:flex;align-items:center;gap:1rem;font-size:1rem;margin-left:1rem;flex:1;justify-content:flex-end;padding-right:.5rem}.topbar-notification-wrap{margin-left:0;margin-right:.75rem}.topbar-right{min-width:0;flex-shrink:1}.topbar-user,.topbar-user-info{min-width:0}.topbar-user{overflow:hidden;text-overflow:ellipsis;max-width:220px}.topbar-user{font-weight:500;white-space:nowrap;color:#e2e8f0}.topbar-user-info{display:flex;align-items:center;gap:.75rem;margin-right:1.75rem;margin-left:0;position:relative;overflow:visible;order:2}.topbar-search-area{order:1}.topbar-notification-wrap{order:3}.logout-button{order:4}body{background:#fdf2ff}@media(max-width:1100px){.topbar-search-area{min-width:220px;flex-basis:360px;margin-left:.9rem}.topbar-user{max-width:140px}}@media(max-width:900px){.dashboard-topbar{gap:.75rem;padding:0 .9rem}.topbar-right{gap:.55rem;margin-left:.35rem;padding-right:0}.topbar-search-area{min-width:150px;flex:1 1 220px;margin:0 .45rem 0 .55rem}.topbar-user{max-width:120px;font-size:.86rem}.logout-button{padding:.4rem .75rem}}.topbar-avatar-circle{width:32px;height:32px;border-radius:50%;background:#312e81;border:1px solid #8b5cf6;display:flex;align-items:center;justify-content:center;font-size:.95rem;font-weight:600;color:#fff}.topbar-icon-button{width:38px;height:38px;border:none;border-radius:10px;background-color:#1e293b;color:#e2e8f0;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:none;position:relative;overflow:visible;transition:background-color .2s ease,box-shadow .2s ease,transform .1s ease}.topbar-icon-button svg{width:22px;height:22px;display:block;flex-shrink:0;color:#f8fafc;stroke-width:2.25}.topbar-icon-button:hover{background-color:#334155;box-shadow:0 6px 12px #02061759;transform:translateY(-1px)}.topbar-notification-wrap{position:relative}.topbar-notification-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#f472b6;color:#fff;font-size:.66rem;display:inline-flex;align-items:center;justify-content:center;font-weight:600}.topbar-notification-panel{position:fixed;top:72px;right:16px;width:300px;max-height:340px;overflow-y:auto;border-radius:10px;border:1px solid #e9d5ff;background:#fff;box-shadow:0 18px 36px #0f172a33;z-index:1200}.topbar-notification-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem .85rem;border-bottom:1px solid #f3e8ff}.topbar-notification-header-title{color:#9734e3;font-size:.84rem;font-weight:600}.topbar-notification-mark-all{border:0;background:transparent;color:#9734e3;cursor:pointer;font-size:.75rem;font-weight:600}.topbar-notification-mark-all:disabled{opacity:.45;cursor:default}.topbar-notification-item{width:100%;text-align:left;background:transparent;border:0;padding:.72rem .85rem;border-bottom:1px solid #f3e8ff;cursor:pointer}.topbar-notification-item:hover{background:#faf5ff}.topbar-notification-item:last-child{border-bottom:0}.topbar-notification-item.is-unread .topbar-notification-title{color:#9734e3}.topbar-notification-item.is-read .topbar-notification-title{color:#9734e3;opacity:.7}.topbar-notification-title{color:#9734e3;font-size:.86rem;font-weight:500}.topbar-notification-subtitle{color:#9734e3;font-size:.78rem;margin-top:.2rem;opacity:.85}.topbar-notification-empty{padding:.85rem;color:#9734e3;font-size:.84rem}.topbar-icon-svg{width:100%;height:100%}.topbar-menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:32px;height:32px;margin-left:.5rem;border-radius:999px;margin-right:auto;background:transparent;cursor:pointer;padding:0}@media(max-width:960px){.topbar-menu-toggle{display:flex}.logout-button{display:none}}@media(min-width:961px){.topbar-menu-toggle{display:none!important}}.topbar-menu-toggle span{display:block;width:16px;height:2px;margin:2px 0;background:#f5f1ec;transition:transform .2s ease,opacity .2s ease}.topbar-menu-toggle.open span:nth-child(1){transform:translateY(4px) rotate(45deg)}.topbar-menu-toggle.open span:nth-child(2){opacity:0}.topbar-menu-toggle.open span:nth-child(3){transform:translateY(-4px) rotate(-45deg)}.logout-button{padding:.45rem 2rem;border:1px solid #334155;border-radius:999px;background-color:#1e293b;color:#e2e8f0;font-size:.85rem;cursor:pointer;box-shadow:none;transition:background-color .2s ease,box-shadow .2s ease,transform .1s ease}.logout-button:hover{background-color:linear-gradient(120deg,#ec4899,#a855f7);box-shadow:0 6px 12px #02061759;border-color:#475569;transform:translateY(-1px)}.topbar-nav-mobile{display:none}.mui-dialog-backdrop{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1300}.mui-dialog-container{background-color:#fff;border-radius:12px;box-shadow:0 24px 38px #0006;max-width:520px;width:100%;margin:0 1.5rem;display:flex;flex-direction:column}.mui-dialog-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem .5rem}.mui-dialog-title{margin:0;font-size:1.1rem;font-weight:600;color:#33302e}.mui-dialog-close-button{border:none;background:transparent;cursor:pointer;font-size:1.25rem;line-height:1;padding:.25rem;color:#4a4542;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%}.mui-dialog-content{padding:0 1.25rem 1.25rem}.mui-dialog-input-wrapper{position:relative;display:flex;align-items:center}.mui-dialog-input{width:90%;padding:.5rem 2rem .5rem .75rem;border-radius:8px;border:1px solid #d4c7be;font-size:.9rem;outline:none}.mui-dialog-input-clear{position:absolute;right:.6rem;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;font-size:.8rem;color:#9ca3af;display:flex;align-items:flex-end;justify-content:flex-end;padding:0 .1rem}.mui-dialog-input-clear:hover{position:absolute;color:#6b7280;display:flex;align-items:flex-end;justify-content:flex-end}.mui-dialog-input:focus{border-color:#ec39c0;box-shadow:0 0 0 2px #ec39c026}.dashboard-shell{width:calc(100% - 16rem);padding:0 1.5rem 1.5rem;display:grid;grid-template-columns:minmax(0,1fr);gap:1.5rem;box-sizing:border-box;margin:1.5rem 0 0 16rem;transition:width .3s ease,margin-left .3s ease}.dashboard-shell.sidebar-open{width:calc(100% - 16rem);margin-left:16rem}.dashboard-shell.sidebar-collapsed{width:calc(100% - 5rem);margin-left:5rem}.dashboard-main{padding:.5rem 1.75rem 1.75rem;display:grid;grid-template-columns:minmax(0,1fr);gap:1.75rem;min-height:calc(100vh - 80px)}.dashboard-content{background:#fff;border-radius:14px;box-shadow:0 8px 24px #0000000a;padding:1.4rem 1.5rem 1.6rem;min-height:calc(100vh - 80px);margin-left:0;margin-right:0}.section-title{margin:0 0 .75rem;font-size:1.3rem;color:#4a4542}.welcome-message{font-size:.98rem;color:#7a726e;margin:0 0 1.5rem}.cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.cards-grid.mb-24{margin-bottom:1.5rem}.info-card{background:#fff;border-radius:10px;padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.35rem;box-shadow:0 6px 18px #00000008}.info-label{font-size:.85rem;color:#7a726e}.info-value{font-size:1.4rem;font-weight:600;color:#c2a46d}.data-table{width:100%;border-collapse:collapse;font-size:.9rem}.data-table thead tr{background:#f5f0ea}.data-table th,.data-table td{padding:.6rem .75rem;text-align:left;border-bottom:1px solid #e3d6cc}.data-table th{font-weight:600;color:#5a534f;font-size:.85rem}.data-table tbody tr:hover{background-color:#faf4ef}.data-table .actions-cell{white-space:nowrap}.data-table .actions-cell button{margin-right:.4rem}.data-table .actions-cell button:last-child{margin-right:0}.dashboard-home{display:flex;flex-direction:column}.dashboard-home-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.25rem}.dashboard-home-header-left{max-width:60%}.dashboard-home-header-right{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.dashboard-home-highlight{color:#9734e3}.dashboard-home-date{font-size:.9rem;color:#6b7280}.dashboard-home-actions{display:flex;gap:.5rem}.dashboard-home-kpis{margin-bottom:1.5rem}.dashboard-home-grid{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(0,1.3fr);gap:1.25rem}.dashboard-home-column-main,.dashboard-home-column-side{display:flex;flex-direction:column;gap:1.1rem}.dashboard-home-card{background:#fff;border-radius:14px;box-shadow:0 6px 18px #0000000a;padding:.9rem 1rem 1rem}.dashboard-home-card-header{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.6rem}.dashboard-home-card-title{margin:0;font-size:1rem;color:#4a4542}.dashboard-home-card-subtitle{margin:0;font-size:.8rem;color:#9ca3af}.dashboard-home-card-meta{font-size:.85rem;color:#6b7280}.today-agenda-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.today-agenda-list-scroll{max-height:480px;overflow-y:auto;padding-right:.25rem}.today-agenda-item{display:grid;grid-template-columns:80px minmax(0,1.5fr) auto;gap:.75rem;align-items:center;padding:.55rem .4rem;border-radius:10px}.today-agenda-item:nth-child(2n){background:#fdf6fb}.today-agenda-time{display:flex;flex-direction:column;gap:.1rem}.today-agenda-hour{font-weight:600;color:#111827}.today-agenda-duration{font-size:.78rem;color:#9ca3af}.today-agenda-main{display:flex;flex-direction:column;gap:.1rem}.today-agenda-client{font-size:.95rem;font-weight:600;color:#4a4542}.today-agenda-treatment{font-size:.82rem;color:#6b7280}.today-agenda-right{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem}.today-agenda-avatar{width:32px;height:32px;border-radius:999px;background:#f472b6;color:#fdf2ff;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:600}.alerts-section{padding:.35rem 0 .4rem;border-top:1px solid #f3e5f5;margin-top:.35rem}.alerts-section:first-of-type{border-top:none;margin-top:0}.alerts-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.alerts-section-title{font-size:.9rem;font-weight:600;color:#4a4542}.alerts-badge{min-width:22px;height:22px;padding:0 .35rem;border-radius:999px;font-size:.75rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.alerts-section-critical .alerts-badge{background:#fdf2f8;color:#be185d;border:1px solid #f9a8d4}.alerts-section-warning .alerts-badge{background:#fffbeb;color:#92400e;border:1px solid #fed7aa}.alerts-section-muted .alerts-badge{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.alerts-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.alerts-list-scroll{max-height:220px;overflow-y:auto;padding-right:.25rem}.alerts-item{font-size:.83rem;color:#6b7280}.recent-activity-list{list-style:none;margin:0;padding:.15rem 0 0;display:flex;flex-direction:column;gap:.35rem}.recent-activity-item{display:grid;grid-template-columns:14px minmax(0,1fr);gap:.5rem;align-items:flex-start}.recent-activity-dot{width:8px;height:8px;border-radius:999px;margin-top:.3rem}.recent-activity-dot-positive{background:#22c55e}.recent-activity-dot-neutral{background:#a855f7}.recent-activity-content{display:flex;flex-direction:column;gap:.1rem}.recent-activity-description{font-size:.86rem;color:#4a4542}.recent-activity-time{font-size:.78rem;color:#9ca3af}@media(max-width:1024px){.dashboard-home-header{flex-direction:column;align-items:flex-start}.dashboard-home-header-left{max-width:100%}.dashboard-home-header-right{align-items:flex-start}.dashboard-home-grid{grid-template-columns:minmax(0,1fr)}}.placeholder-panel{padding:.5rem 0 0;font-size:.95rem;color:#6c757d}.clients-section{margin-top:.25rem}.clients-section.create-mode .clients-layout{display:block}.clients-section.create-mode .client-details{margin-top:.5rem}.clients-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.clients-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem}.clients-footer-row{margin-top:.75rem;display:flex;justify-content:center}.clients-list{background:#fff;border-radius:8px;padding:.75rem .75rem .5rem;height:100%;max-height:none;overflow:auto}.clients-search-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.clients-search-input{flex:1 1 auto;min-width:220px;padding:.4rem .6rem;border-radius:6px;border:1px solid #ced4da;font-size:.9rem}.clients-search-button{white-space:nowrap;padding:.25rem .75rem;font-size:.8rem;flex:0 0 auto;max-width:100px}.clients-table{width:100%;border-collapse:collapse;font-size:.9rem}.clients-table th,.clients-table td{padding:.5rem .4rem;border-bottom:1px solid #dee2e6}.clients-table th{position:sticky;top:0;background:#f472b6;z-index:0;font-weight:600;color:#fdf2ff;text-align:left}.clients-table thead{position:relative;z-index:0}.client-row{cursor:pointer;transition:background-color .15s ease}.client-row:hover{background-color:#e9ecef}.client-row.selected{background-color:#dee2e6}.client-details{background:#fff;border-radius:8px;padding:.9rem 1rem}.client-details-page{margin-top:.25rem}.client-details-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1.1fr);gap:1.25rem;align-items:flex-start}.client-details-column{display:flex;flex-direction:column;gap:1rem}.client-details-main .client-details-card{background:#fff;border-radius:14px;box-shadow:0 8px 24px #0003;padding:1.1rem 1.2rem 1.2rem}.client-details-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.client-details-card-header h3{margin:0;font-size:1.15rem;color:#3a3330}.client-details-tagline{margin:.15rem 0 0;font-size:.9rem;color:#7a726e}.client-details-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem 1rem}.client-details-section{font-size:.9rem;background:#f8fafc;border-radius:10px;padding:.6rem .7rem;border:0px solid #e5e7eb;box-shadow:0 1px 3px #0f172a33}.client-details-section h4{margin:0 0 .35rem;font-size:.95rem;color:#4a4542}.client-details-section p{margin:.1rem 0}.client-details-section:nth-child(4){grid-column:1 / -1}.client-details-sidebar{align-self:stretch}.client-packages-panel,.client-sessions-panel{background:#fff;border-radius:14px;box-shadow:0 8px 24px #0003;padding:1rem 1.1rem 1.1rem}.client-panel-title{margin:0 0 .6rem;font-size:1rem;color:#4a4542}.client-panel-empty{font-size:.88rem;color:#6c757d}.client-packages-list{display:flex;flex-direction:column;gap:.6rem}.client-package-card{border-radius:10px;background:#f8fafc;padding:.7rem .8rem .8rem}.client-package-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.45rem}.client-package-header h4{margin:0;font-size:.95rem;color:#111827}.client-package-subtitle{margin:.15rem 0 0;font-size:.85rem;color:#6b7280}.status-pill{padding:.18rem .6rem;border-radius:999px;font-size:.72rem;font-weight:600}.status-pill-active{background:#dcfce7;color:#15803d}.status-pill-inactive{background:#fee2e2;color:#b91c1c}.table-tags{display:flex;flex-wrap:wrap;gap:.25rem}.table-tag{padding:.12rem .5rem;border-radius:999px;background-color:#eff6ff;color:#1d4ed8;font-size:.7rem;font-weight:500}.table-muted{color:#9ca3af;font-size:.8rem}.client-package-progress{margin-top:.2rem}.client-package-progress-bar{width:100%;height:6px;border-radius:999px;background:#e5e7eb;overflow:hidden}.client-package-progress-fill{height:100%;background:linear-gradient(90deg,#22c55e,#16a34a)}.client-package-progress-labels{display:flex;justify-content:space-between;margin-top:.25rem;font-size:.8rem;color:#6b7280}.client-sessions-summary{list-style:none;padding:0;margin:.2rem 0 0;display:flex;flex-direction:column;gap:.35rem;font-size:.86rem}.client-sessions-summary li{display:flex;justify-content:space-between}.schedules-page{margin-top:.25rem}.schedules-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:.75rem;flex-wrap:wrap}.schedules-header-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.schedules-filter-toggle{display:inline-flex;align-items:center;gap:.4rem}.secondary-button.small{padding:.18rem .8rem;font-size:.9rem}.schedules-filter-toggle select.secondary-button.small{background:linear-gradient(120deg,#7c3aed,#a855f7);color:#fff;border:none;border-radius:999px;padding:.3rem 1rem;cursor:pointer;appearance:none;-webkit-appearance:none;font-size:.88rem;box-shadow:0 4px 12px #7c3aed47;transition:opacity .15s}.schedules-filter-toggle select.secondary-button.small:hover{opacity:.88}.schedules-filter-toggle select.secondary-button.small:focus{outline:2px solid rgba(168,85,247,.4);outline-offset:2px}.week-range{display:inline-flex;align-items:center;gap:.5rem;font-size:.82rem;font-weight:600;color:#6b21a8;background:#f3e8ff;padding:.3rem .85rem;border-radius:999px;border:1px solid #e9d5ff;box-shadow:0 2px 8px #a855f71a;white-space:nowrap}.week-range span{min-width:max-content}.schedules-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.schedules-layout{display:grid;grid-template-columns:minmax(0,2.5fr) minmax(260px,1.1fr);gap:1.25rem;align-items:flex-start}.schedules-calendar-card{background:#fff;border-radius:16px;border:1.5px solid #e9d5ff;padding:1rem 1.1rem 1.25rem;box-shadow:0 8px 28px #a855f714;position:relative;overflow:hidden}.schedules-calendar-card:before{content:"";display:block;position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#a855f7,#ec4899);border-radius:16px 16px 0 0}.schedules-form-card{background:#fff;border-radius:16px;border:1.5px solid #e9d5ff;padding:1.25rem 1.1rem;box-shadow:0 8px 28px #a855f714;position:relative;overflow:hidden}.schedules-form-card:before{content:"";display:block;position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ec4899,#a855f7);border-radius:16px 16px 0 0}.form-title{margin:.15rem 0 .1rem;font-size:1rem;font-weight:700;background:linear-gradient(120deg,#7c3aed,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.form-subtitle{margin:0 0 1rem;font-size:.82rem;color:#9ca3af}.schedule-form{display:flex;flex-direction:column;gap:.7rem}.form-field{display:flex;flex-direction:column;font-size:.83rem;color:#374151}.form-field>span{margin-bottom:.25rem;font-weight:600;text-transform:uppercase;font-size:.75rem;letter-spacing:.03em;color:#6b7280}.form-field select,.form-field input{border-radius:10px;border:1.5px solid #e5e7eb;padding:.46rem .65rem;font-size:.9rem;background:#fafafa;transition:border-color .15s,box-shadow .15s;outline:none}.form-field select:focus,.form-field input:focus{border-color:#a855f7;background:#fff;box-shadow:0 0 0 3px #a855f71f}.form-field select,.schedule-form input[type=date],.schedule-form input[type=time]{cursor:pointer}.client-combobox{position:relative}.client-combobox-input{width:100%;box-sizing:border-box;border-radius:10px;border:1.5px solid #e5e7eb;padding:.46rem .65rem;font-size:.9rem;background:#fafafa;transition:border-color .15s,box-shadow .15s;outline:none}.client-combobox-input:focus{border-color:#a855f7;background:#fff;box-shadow:0 0 0 3px #a855f71f}.client-combobox-list{position:absolute;top:100%;left:0;right:0;max-height:180px;overflow-y:auto;background:#fff;border-radius:10px;border:1.5px solid #e9d5ff;margin-top:.25rem;padding:.25rem 0;box-shadow:0 8px 24px #a855f724;z-index:10}.client-combobox-item{padding:.35rem .65rem;cursor:pointer;transition:background .12s}.client-combobox-item:hover{background-color:#f3e8ff}.client-combobox-item-main{display:block;font-size:.9rem;color:#111827}.client-combobox-item-sub{display:block;font-size:.78rem;color:#9ca3af}.multi-select-list{display:flex;flex-direction:column;gap:.3rem;max-height:140px;overflow-y:auto;padding:.35rem .1rem;border-radius:10px;border:1.5px solid #e9d5ff;background:#fff}.multi-select-item{display:flex;flex-direction:column;align-items:flex-start;padding:.32rem .55rem;border-radius:8px;border:1px solid transparent;background:#f9f5ff;color:#4c1d95;font-size:.8rem;cursor:pointer;transition:background .12s,border-color .12s}.multi-select-item:hover{background:#f3e8ff}.multi-select-item-selected{background:linear-gradient(120deg,#a855f7,#ec4899);color:#fff;border-color:#ffffff4d}.multi-select-item-name{font-weight:600}.multi-select-item-meta{font-size:.75rem;opacity:.85}.multi-select-search-input{width:100%;margin-bottom:.4rem;border-radius:8px;border:1.5px solid #e5e7eb;padding:.35rem .5rem;font-size:.85rem;outline:none}.multi-select-search-input:focus{border-color:#a855f7;box-shadow:0 0 0 3px #a855f71a}.multi-select-empty{font-size:.8rem;color:#9ca3af;padding:.15rem .35rem}.form-field-inline-row{display:flex;gap:.75rem}.schedule-form .primary-button.full-width{width:100%;margin-top:.3rem}.form-editing-actions{display:flex;justify-content:space-between;gap:.5rem;margin-top:.4rem}.schedule-reminders{margin-top:1.1rem;padding-top:.75rem;border-top:1.5px solid #f3e8ff}.reminders-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.83rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.03em}.reminders-count{background:linear-gradient(120deg,#a855f7,#ec4899);color:#fff;border-radius:999px;padding:.05rem .5rem;font-size:.75rem;font-weight:700}.schedule-reminders li{display:flex;justify-content:space-between;gap:.5rem;padding:.3rem .5rem;border-radius:8px;background:#f9f5ff;border:1px solid #f3e8ff}.reminder-title{font-weight:600;color:#4c1d95}.reminder-time{color:#9ca3af;font-size:.78rem;white-space:nowrap}.reminder-empty{color:#c4b5fd;font-size:.82rem;text-align:center;padding:.5rem 0;background:none;border:none}.schedule-reminders ul{list-style:none;margin:0;padding:0;font-size:.82rem;color:#6b7280;display:flex;flex-direction:column;gap:.3rem}.schedule-reminders li{display:flex;justify-content:space-between;gap:.5rem;padding:.25rem 0}.reminder-title{font-weight:500}.reminder-empty{color:#9ca3af}.week-range{display:inline-flex;align-items:center;gap:.5rem;font-size:.82rem;font-weight:600;color:#6b21a8;background:#f3e8ff;padding:.3rem .85rem;border-radius:999px;border:1px solid #e9d5ff;white-space:nowrap}.week-range span{font-weight:600;min-width:max-content}.ghost-icon-button{border:none;background:transparent;color:#a855f7;cursor:pointer;padding:.1rem .4rem;font-size:1.1rem;border-radius:6px;transition:background .15s,color .15s}.ghost-icon-button:hover{background:#f3e8ff;color:#7c3aed}.calendar-grid{width:100%;display:grid;grid-template-rows:auto;gap:.2rem}.calendar-header-row{display:grid;grid-template-columns:60px repeat(7,minmax(0,1fr));gap:.25rem;margin-bottom:.35rem;padding-bottom:.5rem;border-bottom:2px solid #f3e8ff}.calendar-day-header{text-align:center;font-size:.75rem;color:#9ca3af;padding:.15rem 0}.calendar-day-name{display:block;text-transform:capitalize;font-size:.72rem}.calendar-day-number{display:block;font-weight:700;font-size:1rem;color:#7c3aed;margin-top:2px}.calendar-row{display:grid;grid-template-columns:60px repeat(7,minmax(0,1fr));gap:.25rem;align-items:stretch}.calendar-hour-col{font-size:.72rem;color:#c4b5fd;padding-right:.35rem;text-align:right;font-weight:500}.calendar-cell{min-height:32px;border-radius:6px;background:#faf5ff;border:1px solid #f3e8ff;padding:2px 3px;overflow:visible;cursor:pointer;transition:background .1s,border-color .1s}.calendar-cell:hover:not(.calendar-cell-blocked){background:#f3e8ff;border-color:#d8b4fe}.calendar-cell-covered{background:transparent;border-color:transparent;cursor:default}.calendar-cell-selected{border-color:#a855f7;box-shadow:0 0 0 2px #a855f740;background:#fdf4ff}.calendar-cell-blocked{position:relative;cursor:not-allowed}.calendar-cell-conflict-overlay{position:absolute;inset:0;background:#f871711f;pointer-events:none;font-size:.62rem;color:#b91c1c;display:flex;align-items:flex-start;justify-content:flex-end;padding:2px 3px}.calendar-event{border-radius:6px;padding:3px 5px;font-size:.74rem;color:#1f2937;margin-bottom:2px;height:100%;box-sizing:border-box}.calendar-event-agendada{background:linear-gradient(135deg,#ede9fe,#fce7f3);border-left:3px solid #a855f7}.calendar-event-concluida{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-left:3px solid #10b981}.calendar-event-concluida .calendar-event-title{color:#065f46}.calendar-event-concluida .calendar-event-time{color:#047857}.calendar-event-off-grid{box-shadow:inset 0 0 0 1px #f59e0b}.calendar-event-cancelada{background:linear-gradient(135deg,#fee2e2,#fecaca);border-left:3px solid #ef4444;opacity:.7}.calendar-event-cancelada .calendar-event-title{color:#991b1b;text-decoration:line-through}.calendar-event-cancelada .calendar-event-time{color:#b91c1c;text-decoration:line-through}.calendar-legend{display:flex;gap:16px;align-items:center;padding:7px 14px;background:#faf5ff;border-bottom:1px solid #f3e8ff;border-radius:10px 10px 0 0;margin-bottom:6px;flex-wrap:wrap}.calendar-legend-item{display:flex;align-items:center;gap:6px;font-size:.76rem;font-weight:600;letter-spacing:.02em}.calendar-legend-item:before{content:"";display:inline-block;width:12px;height:12px;border-radius:3px;flex-shrink:0}.calendar-legend-agendada:before{background:linear-gradient(135deg,#ede9fe,#fce7f3);border-left:3px solid #a855f7}.calendar-legend-agendada{color:#7c3aed}.calendar-legend-concluida:before{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-left:3px solid #10b981}.calendar-legend-concluida{color:#065f46}.calendar-legend-cancelada:before{background:linear-gradient(135deg,#fee2e2,#fecaca);border-left:3px solid #ef4444}.calendar-legend-cancelada{color:#991b1b}.calendar-event-start{border-radius:6px 6px 0 0}.calendar-event-middle{border-radius:0;margin-top:-2px}.calendar-event-end{border-radius:0 0 6px 6px;margin-top:-2px}.calendar-event-single{border-radius:6px}.calendar-event-title{font-weight:600;color:#5b21b6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.calendar-event-time{font-size:.68rem;color:#7c3aed}.calendar-event-off-grid-badge{display:inline-block;margin-top:1px;font-size:.62rem;color:#92400e}.calendar-event-google{margin-top:1px}.google-badge{display:inline-flex;align-items:center;gap:.15rem;font-size:.65rem;padding:.05rem .25rem;border-radius:999px;background-color:#e0f2fe;color:#0369a1}.schedule-card{display:flex;justify-content:space-between;align-items:center;padding:.6rem .75rem;border-radius:10px;border:1px solid #e5e7eb;background:#fff}.schedule-main{display:flex;flex-direction:column}.schedule-title{margin:0 0 .15rem;font-size:.95rem;color:#111827}.schedule-datetime{margin:0;font-size:.85rem;color:#6b7280}.schedule-meta{margin-left:1rem}.client-details-title{margin-top:0;margin-bottom:.75rem;font-size:1rem;color:#4a4542}.client-details-card h4{margin-top:0;margin-bottom:.75rem}.client-details-card p{margin:.15rem 0;font-size:.9rem}.client-profile-page{margin-top:.25rem}.client-profile-header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding-bottom:.85rem;border-bottom:1px solid #e5e7eb;margin-bottom:.85rem}.client-profile-main{display:flex;align-items:center;gap:.9rem}.client-avatar-circle{width:44px;height:44px;border-radius:999px;background:#f472b6;color:#fdf2ff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem}.client-profile-identification{display:flex;flex-direction:column}.client-profile-name{margin:0;font-size:1.35rem;color:#111827}.client-profile-meta{margin:.1rem 0 0;font-size:.85rem;color:#6b7280}.client-profile-header-right{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.client-profile-status-row{display:flex;align-items:center;gap:.5rem}.client-profile-treatment-badge{padding:.15rem .6rem;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:.75rem;font-weight:500}.client-profile-tabs{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.9rem;border-bottom:1px solid #e5e7eb}.client-profile-tab{border:none;background:transparent;padding:.4rem .85rem;font-size:.85rem;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent}.client-profile-tab.active{color:#9734e3;border-bottom-color:#f472b6;font-weight:600}.client-profile-content{display:flex;flex-direction:column;gap:.9rem}.client-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.client-overview-card{background:#fff;border-radius:10px;padding:.8rem .9rem;box-shadow:0 4px 10px #00000008}.client-overview-title{margin:0 0 .35rem;font-size:1rem;color:#4a4542}.client-treatments{display:flex;flex-direction:column;gap:.9rem}.client-treatments-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.client-treatment-active-card{border:1px solid #e5e7eb}.client-treatments-history{margin-top:.25rem}.client-tab-placeholder{padding:.75rem .1rem}.tabs-row{display:inline-flex;gap:.25rem;border-bottom:1px solid #e5e7eb}.tab-button{border:none;background:transparent;padding:.5rem .9rem;font-size:.9rem;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent;border-radius:0}.tab-button:hover{color:#4a4542;background-color:#f9fafb}.tab-button.active{color:#111827;font-weight:600;border-bottom-color:#ec39c0}.client-metric-label{font-size:.8rem;color:#6b7280;margin-bottom:.1rem}.client-metric-value{font-size:1.1rem;font-weight:600;color:#4a4542}.evolucao-layout{display:flex;flex-wrap:wrap;gap:2rem;align-items:flex-start;justify-content:space-between;margin-bottom:2rem}.evolucao-filters{display:flex;flex-direction:column;gap:1rem;min-width:260px;max-width:320px;flex:1 1 320px;background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #00000008}.evolucao-chart{min-width:0;max-width:900px;width:100%;flex:2 1 600px;margin-left:0;margin-right:0;overflow-x:auto;background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem 1rem;box-shadow:0 2px 8px #00000008}.evolucao-layout{flex-direction:column;gap:1.5rem}.evolucao-filters,.evolucao-chart{max-width:100%;margin-left:0;margin-right:0}.client-form{display:flex;flex-direction:column;gap:.75rem}.client-form-grid,.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem .9rem}.form-grid label{display:flex;flex-direction:column;font-size:.85rem;color:#4a4542}.form-grid span{margin-bottom:.25rem}.form-grid input,.form-grid select,.form-grid textarea{border-radius:6px;border:1px solid #ced4da;padding:.5rem .6rem;font-size:.9rem}.form-grid textarea{resize:vertical}.form-grid .full-width{grid-column:1 / -1}.client-form-actions{display:flex;gap:.5rem;margin-top:.75rem}.client-form-actions.inline{justify-content:flex-start}.primary-button{background-color:#3a3330;color:#f5f1ec;border:none;border-radius:999px;padding:.45rem 1.1rem;font-size:.9rem;cursor:pointer;transition:background-color .15s ease,transform .1s ease,box-shadow .15s ease;box-shadow:0 4px 10px #00000059}.primary-button:hover:enabled{background-color:#4a3f3b;transform:translateY(-1px);box-shadow:0 6px 14px #00000073}.primary-button:disabled{opacity:.6;cursor:default;transform:none;box-shadow:none}.secondary-button{background-color:#fdfbff;color:#4b2e83;border-radius:999px;border:1px solid #e9d5ff;padding:.45rem 1.1rem;font-size:.9rem;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease}.secondary-button:hover:enabled{background-color:#f5f3ff;border-color:#d8b4fe;box-shadow:0 2px 8px #818cf840}.danger-button{background-color:#fdf2f8;color:#be185d;border-radius:999px;border:1px solid #f9a8d4;padding:.45rem 1rem;font-size:.9rem;cursor:pointer;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease,border-color .15s ease;box-shadow:0 2px 6px #ec489940}.danger-button:hover{background-color:#fce7f3;border-color:#f472b6;color:#9d174d;box-shadow:0 4px 10px #ec489959}.admin-panel h2{font-size:1.2rem;margin-bottom:1rem;color:#4a4542}.create-user-form{display:flex;flex-direction:column;gap:1rem}input#new-email,input#nome-completo,input#telefone,input#usernamegenerate,input#passwordgenerate,input#emailgenerate{width:95%}.create-user-form select{width:100%;padding:.75rem;border:1px solid #ced4da;border-radius:6px;background-color:#fff}.create-user-form button{background-color:#3a3330;color:#f5f1ec;align-self:flex-start;padding:.55rem 1.1rem;border-radius:999px}.create-user-form button:hover{background-color:#4a3f3b}.feedback-message{margin-top:.5rem;padding:.6rem .75rem;border-radius:6px;text-align:left;font-size:.85rem}.feedback-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.feedback-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@media(max-width:960px){.dashboard-shell{grid-template-columns:minmax(0,1fr);padding:0 1.125rem;width:100%;margin-left:0}.dashboard-shell.sidebar-open,.dashboard-shell.sidebar-collapsed{width:100%;margin-left:0}.dashboard-main{margin-top:1rem;grid-template-columns:minmax(0,1fr)}}.topbar-menu-toggle{display:flex}.topbar-nav-mobile{position:relative;background:linear-gradient(180deg,#4b394b,#3b2d2d);padding:.4rem 1.25rem .6rem;display:flex;flex-direction:column;gap:.25rem}.topbar-nav-mobile .nav-item{border-bottom:none;padding:.45rem .6rem;font-size:.9rem;color:#efecec;text-align:left;background:linear-gradient(180deg,#211b19,#151110);border-radius:6px;margin:0;-webkit-background-clip:padding-box;background-clip:padding-box}.topbar-nav-mobile .nav-item:hover{background:linear-gradient(180deg,#2a201f,#1b1413)}.topbar-nav-mobile-submenu{padding-left:.75rem;margin-top:.15rem;border-left:1px solid rgba(249,250,251,.18);display:flex;flex-direction:column;gap:.15rem}.topbar-nav-mobile-submenu-title{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:#d1d5db;margin-bottom:.1rem}.topbar-nav-mobile-submenu-item{border:none;background:transparent;padding:.2rem 0;font-size:.9rem;color:#e5e7eb;text-align:left;cursor:pointer}.topbar-nav-mobile-submenu-item:hover{color:#f9fafb}@media(max-width:600px){.dashboard-topbar{padding:0 1rem}.topbar-search-area{min-width:120px;max-width:200px;flex:1 1 170px;margin:0 .35rem 0 .4rem}.topbar-search-input{font-size:.84rem;height:36px}.dashboard-shell{padding:0 1rem}.topbar-right{gap:.4rem}.topbar-user{display:inline;max-width:88px;font-size:.78rem}.topbar-user-info{gap:.35rem}.logout-button{display:none}.topbar-search-results{left:12px;right:auto;width:calc(100vw - 24px);transform:none;top:68px}.topbar-avatar-circle{width:28px;height:28px;font-size:.85rem}}@media(min-width:960px){.dashboard-content{height:auto;max-height:none;overflow-y:visible}}@media(max-width:720px){.clients-layout,.client-details-grid{grid-template-columns:minmax(0,1fr)}.client-profile-header{flex-direction:column;align-items:flex-start}.client-profile-header-right{align-items:flex-start}.clients-table,.clients-table thead,.clients-table tbody,.clients-table tr,.clients-table th,.clients-table td{display:block;width:100%}.clients-table thead{display:none}.client-row{border-radius:8px;border:1px solid #dee2e6;margin-bottom:.5rem;background:#fff}.clients-table td{border-bottom:1px solid #f1f3f5;padding:.35rem .75rem}.clients-table td:before{content:attr(data-label) ": ";font-weight:600;color:#495057}}@media(max-width:400px){.dashboard-main{padding:.75rem .75rem 1rem}.dashboard-content{padding:1rem;min-height:auto}}
