.layout-module__L5FxyW__dashboardLayout{background:var(--bg-primary);min-height:100vh;display:flex}.layout-module__L5FxyW__sidebar{width:var(--sidebar-width);background:var(--bg-secondary);border-right:1px solid var(--gray-200);z-index:100;flex-direction:column;transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;left:0}.layout-module__L5FxyW__sidebarOpen{transform:translate(0)}.layout-module__L5FxyW__sidebarHeader{border-bottom:1px solid var(--gray-100);padding:1.5rem}.layout-module__L5FxyW__sidebarLogo{color:var(--text-primary);align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:1.25rem;font-weight:800;text-decoration:none;display:flex}.layout-module__L5FxyW__sidebarLogoIcon{color:#fff;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.layout-module__L5FxyW__sidebarLogoIcon.layout-module__L5FxyW__patient{background:var(--gradient-primary)}.layout-module__L5FxyW__sidebarLogoIcon.layout-module__L5FxyW__doctor{background:var(--gradient-secondary)}.layout-module__L5FxyW__sidebarLogoIcon.layout-module__L5FxyW__admin{background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%)}.layout-module__L5FxyW__portalBadge{text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;padding:.25rem .5rem;font-size:.6875rem;font-weight:700;display:inline-block}.layout-module__L5FxyW__portalBadge.layout-module__L5FxyW__patient{background:var(--primary-100);color:var(--primary-700)}.layout-module__L5FxyW__portalBadge.layout-module__L5FxyW__doctor{background:var(--secondary-100);color:var(--secondary-700)}.layout-module__L5FxyW__portalBadge.layout-module__L5FxyW__admin{color:#7c3aed;background:#8b5cf61a}.layout-module__L5FxyW__sidebarNav{flex:1;padding:1rem;overflow-y:auto}.layout-module__L5FxyW__navSectionTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;padding:.5rem 1rem;font-size:.6875rem;font-weight:700}.layout-module__L5FxyW__navLink{color:var(--text-secondary);border-radius:12px;align-items:center;gap:1rem;margin-bottom:.25rem;padding:.875rem 1rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex;position:relative}.layout-module__L5FxyW__navLink:hover{background:var(--gray-100);color:var(--text-primary)}.layout-module__L5FxyW__navLink.layout-module__L5FxyW__active{font-weight:600}.layout-module__L5FxyW__navLink.layout-module__L5FxyW__active.layout-module__L5FxyW__patient{background:var(--primary-50);color:var(--primary-700)}.layout-module__L5FxyW__navLink.layout-module__L5FxyW__active.layout-module__L5FxyW__doctor{background:var(--secondary-50);color:var(--secondary-700)}.layout-module__L5FxyW__navLink.layout-module__L5FxyW__active.layout-module__L5FxyW__admin{color:#7c3aed;background:#8b5cf61a}.layout-module__L5FxyW__navLink.layout-module__L5FxyW__active:before{content:"";border-radius:0 4px 4px 0;width:3px;height:24px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.layout-module__L5FxyW__navLink.layout-module__L5FxyW__active.layout-module__L5FxyW__patient:before{background:var(--primary-600)}.layout-module__L5FxyW__navLink.layout-module__L5FxyW__active.layout-module__L5FxyW__doctor:before{background:var(--secondary-600)}.layout-module__L5FxyW__navLink.layout-module__L5FxyW__active.layout-module__L5FxyW__admin:before{background:#7c3aed}.layout-module__L5FxyW__navBadge{border-radius:9999px;margin-left:auto;padding:.125rem .5rem;font-size:.75rem;font-weight:600}.layout-module__L5FxyW__navBadge.layout-module__L5FxyW__patient{background:var(--primary-100);color:var(--primary-700)}.layout-module__L5FxyW__navBadge.layout-module__L5FxyW__doctor{background:var(--secondary-100);color:var(--secondary-700)}.layout-module__L5FxyW__sidebarFooter{border-top:1px solid var(--gray-100);padding:1rem;position:relative}.layout-module__L5FxyW__sidebarUser{cursor:pointer;border-radius:12px;align-items:center;gap:1rem;padding:.5rem;transition:background .2s;display:flex}.layout-module__L5FxyW__sidebarUser:hover{background:var(--gray-100)}.layout-module__L5FxyW__sidebarUserInfo{flex:1;min-width:0}.layout-module__L5FxyW__sidebarUserName{color:var(--text-primary);font-size:.9375rem;font-weight:600}.layout-module__L5FxyW__sidebarUserRole{color:var(--text-muted);font-size:.8125rem}.layout-module__L5FxyW__userDropdown{background:var(--bg-secondary);border:1px solid var(--gray-200);border-radius:12px;margin-bottom:.5rem;padding:.5rem;position:absolute;bottom:100%;left:1rem;right:1rem;box-shadow:0 10px 40px #00000026}.layout-module__L5FxyW__dropdownItem{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.9375rem;text-decoration:none;display:flex}.layout-module__L5FxyW__dropdownItem:hover{background:var(--gray-100);color:var(--text-primary)}.layout-module__L5FxyW__dropdownItem.layout-module__L5FxyW__danger{color:var(--error)}.layout-module__L5FxyW__dropdownItem.layout-module__L5FxyW__danger:hover{background:#ef44441a}.layout-module__L5FxyW__mainContent{margin-left:var(--sidebar-width);flex-direction:column;flex:1;display:flex}.layout-module__L5FxyW__topHeader{background:var(--bg-secondary);border-bottom:1px solid var(--gray-200);z-index:50;align-items:center;gap:1.5rem;height:64px;padding:0 1.5rem;display:flex;position:sticky;top:0}.layout-module__L5FxyW__mobileMenuBtn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.layout-module__L5FxyW__headerSearch{flex:1;max-width:400px}.layout-module__L5FxyW__searchInput{background:var(--bg-tertiary);width:100%;color:var(--text-primary);border:1px solid #0000;border-radius:12px;outline:none;padding:.625rem 1rem;font-family:inherit;font-size:.9375rem}.layout-module__L5FxyW__searchInput:focus{border-color:var(--primary-400);background:var(--bg-secondary)}.layout-module__L5FxyW__searchInput::placeholder{color:var(--text-muted)}.layout-module__L5FxyW__headerActions{align-items:center;gap:.5rem;display:flex}.layout-module__L5FxyW__headerActionBtn{background:var(--bg-tertiary);width:40px;height:40px;color:var(--text-secondary);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative}.layout-module__L5FxyW__headerActionBtn:hover{background:var(--gray-200);color:var(--text-primary)}.layout-module__L5FxyW__notificationDot{background:var(--error);border:2px solid var(--bg-secondary);border-radius:50%;width:8px;height:8px;position:absolute;top:8px;right:8px}.layout-module__L5FxyW__pageWrapper{flex:1;padding:2rem}.layout-module__L5FxyW__sidebarOverlay{display:none}.layout-module__L5FxyW__avatar{color:#fff;text-transform:uppercase;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:inline-flex}.layout-module__L5FxyW__avatar.layout-module__L5FxyW__patient{background:var(--gradient-primary)}.layout-module__L5FxyW__avatar.layout-module__L5FxyW__doctor{background:var(--gradient-secondary)}.layout-module__L5FxyW__avatar.layout-module__L5FxyW__admin{background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%)}.layout-module__L5FxyW__avatarMd{width:40px;height:40px;font-size:.875rem}@media (max-width:1024px){.layout-module__L5FxyW__sidebar{transform:translate(-100%)}.layout-module__L5FxyW__sidebar.layout-module__L5FxyW__sidebarOpen{transform:translate(0)}.layout-module__L5FxyW__sidebarOverlay{z-index:99;background:#00000080;display:block;position:fixed;inset:0}.layout-module__L5FxyW__mainContent{margin-left:0}.layout-module__L5FxyW__mobileMenuBtn{display:flex}}@media (max-width:768px){.layout-module__L5FxyW__pageWrapper{padding:1rem}.layout-module__L5FxyW__headerSearch{display:none}}
