/* PLEROMA DESIGN STUDIOS — Psychrometric & Model Visualizations (Professional White Theme) */

path {
  fill: none;
  stroke-width: 1px;
}

.axis path {
  fill: none;
  stroke: #94A3B8;
}

.axis line {
  stroke: #CBD5E1;
}

.axis text {
  fill: #475569 !important;
  font-size: 9pt;
  font-family: 'Plus Jakarta Sans', -apple-system, sans-serif;
  font-weight: 500;
}

.axis {
  font-size: 9pt;
  font-family: 'Plus Jakarta Sans', -apple-system, sans-serif;
}

.box-texts,
.hover-box-texts {
  font-size: 9pt;
  font-family: 'Plus Jakarta Sans', -apple-system, sans-serif;
  fill: #0F172A;
}

/* Selected operating point indicator - Professional Marker */
circle.outer {
  stroke: #2563EB;
  stroke-width: 2px;
  fill: none;
}

circle.inner {
  stroke: #2563EB;
  stroke-width: 2px;
  fill: #2563EB;
}

path.rh100 {
  stroke: #94A3B8;
  stroke-dasharray: 2, 2;
}

path.rhline {
  stroke: #CBD5E1;
}

path.w {
  fill: #FFFFFF;
}

rect.chartbg {
  fill: #FAFAFC;
  fill-opacity: 1;
  rx: 6;
  ry: 6;
}

rect.w {
  fill: #FFFFFF;
}

/* Clean Professional Comfort Zones */
path.comfortzone {
  fill: rgba(34, 197, 94, 0.28);
  stroke: #16A34A;
  stroke-width: 1.5px;
}

path.comfortzone-temphum {
  fill: rgba(34, 197, 94, 0.28);
  stroke: #16A34A;
  stroke-width: 1.5px;
}

path.comfortzone-veltop {
  fill: rgba(34, 197, 94, 0.28);
  stroke: #16A34A;
  stroke-width: 1.5px;
}

path.comfortzoneover {
  transition: all 0.25s ease;
  fill: rgba(34, 197, 94, 0.4);
  stroke: #15803D;
}

path.psyregion {
  fill: #F1F5F9;
  fill-opacity: 0.6;
}

path.whiteregion {
  fill: #FFFFFF;
}

.tick {
  fill: none;
  stroke: #CBD5E1;
}

path.comfbound90 {
  stroke: #1E293B;
  stroke-width: 1.5px;
}

path.comfbound80 {
  stroke: #64748B;
  stroke-dasharray: 4, 3;
}

path.comfort80 {
  fill: rgba(59, 130, 246, 0.2);
  stroke: #2563EB;
  stroke-width: 1.2px;
}

path.comfort80over {
  transition: all 0.25s ease;
  fill: rgba(59, 130, 246, 0.35);
}

path.comfort90 {
  fill: rgba(34, 197, 94, 0.28);
  stroke: #16A34A;
  stroke-width: 1.5px;
}

path.comfort90over {
  transition: all 0.25s ease;
  fill: rgba(34, 197, 94, 0.4);
}
