/* Critical shell paint — linked in index.html before the JS bundle loads */

:root {
  --brand-primary: #e7b967;
  --brand-primary-rgb: 231, 185, 103;
}

body.pms-management-theme.portal-app .pc-sidebar,
body.pms-management-theme.portal-app .pc-sidebar.mob-sidebar-active {
  background: linear-gradient(180deg, #002e3d 0%, #001f29 100%) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
}

body.pms-management-theme.portal-app .pc-sidebar .pc-link {
  color: rgba(255, 255, 255, 0.9);
}

body.pms-management-theme.portal-app .pc-sidebar .pc-micon {
  background: rgba(255, 255, 255, 0.08);
}

body.pms-management-theme.portal-app .pc-sidebar .m-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
