@import '_content/AngryMonkey.CloudComponents.DataGrid/AngryMonkey.CloudComponents.DataGrid.8r1f9yrzmk.bundle.scp.css';
@import '_content/AngryMonkey.CloudComponents.Icons/AngryMonkey.CloudComponents.Icons.3frxtlw11y.bundle.scp.css';
@import '_content/AngryMonkey.CloudComponents.Maps/AngryMonkey.CloudComponents.Maps.6rhrd54aeh.bundle.scp.css';
@import '_content/AngryMonkey.CloudComponents.TextEditor/AngryMonkey.CloudComponents.TextEditor.egy4sfkle5.bundle.scp.css';
@import '_content/AngryMonkey.CloudComponents.VideoPlayer/AngryMonkey.CloudComponents.VideoPlayer.hvr8dr73ng.bundle.scp.css';
@import '_content/AngryMonkey.CloudComponents/AngryMonkey.CloudComponents.axre4ldqgi.bundle.scp.css';

/* /Pages/Grid/PlaygroundPage.razor.rz.scp.css */
.playground-layout[b-vsixlw6hzo] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 18px;
  align-items: start;
}
.playground-preview[b-vsixlw6hzo] {
  min-width: 0;
}
.playground-gridhost[b-vsixlw6hzo] {
  height: 650px;
  min-width: 0;
}
.playground-status[b-vsixlw6hzo] {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.playground-status span[b-vsixlw6hzo] {
  padding: 3px 8px;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  color: var(--color-text-muted);
  font-size: 11px;
}
.playground-options[b-vsixlw6hzo] {
  position: sticky;
  top: 16px;
  max-height: calc(100vh - 32px);
  overflow: auto;
  padding: 14px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
}
.playground-optionshead[b-vsixlw6hzo] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.playground-optionshead div[b-vsixlw6hzo] {
  display: flex;
  flex-direction: column;
}
.playground-optionshead small[b-vsixlw6hzo] {
  color: var(--color-text-muted);
  font-size: 11px;
}
.playground-optionshead button[b-vsixlw6hzo] {
  border: 0;
  background: none;
  color: var(--color-accent);
  cursor: pointer;
}
.playground-options fieldset[b-vsixlw6hzo] {
  display: grid;
  gap: 7px;
  margin: 0 0 12px;
  padding: 10px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
}
.playground-options legend[b-vsixlw6hzo] {
  padding: 0 5px;
  color: var(--color-text-muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.playground-option[b-vsixlw6hzo] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  cursor: pointer;
}
.playground-option input[b-vsixlw6hzo] {
  width: 15px;
  height: 15px;
}
[b-vsixlw6hzo] .cloudgrid._playground-row-styling .playground-highsalary-row,
[b-vsixlw6hzo] .cloudgrid._playground-row-styling .playground-highsalary-row .cloudgrid-rowmain {
  background: linear-gradient(90deg, #fffbeb, #fff7ed);
}
[b-vsixlw6hzo] .cloudgrid._playground-cell-styling .playground-highlight-cell {
  color: #b45309;
  font-weight: 800;
}
[b-vsixlw6hzo] .cloudgrid .playground-department {
  color: #4f46e5;
  font-weight: 650;
}
[b-vsixlw6hzo] .cloudgrid .playground-total-label,
[b-vsixlw6hzo] .cloudgrid .playground-total-value {
  background: #eef2ff;
  font-weight: 800;
}
[b-vsixlw6hzo] .cloudgrid .playground-total-value {
  color: #3730a3;
}
[b-vsixlw6hzo] .cloudgrid .playground-category-icon {
  color: #6366f1;
}
[b-vsixlw6hzo] .cloudgrid .playground-category-meta {
  margin-left: auto;
  color: var(--cloudgrid-color);
  opacity: 0.65;
  font-size: 11px;
}
@media (max-width: 1050px) {
  .playground-layout[b-vsixlw6hzo] {
    grid-template-columns: 1fr;
  }
  .playground-options[b-vsixlw6hzo] {
    position: static;
    max-height: none;
    grid-row: 1;
  }
}
