@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/fonts/manrope-latin.woff2") format("woff2");
}
:root {
  --ink: #263b3b;
  --muted: #61736b;
  --brand: #087f72;
  --brand-dark: #07675e;
  --brand-light: #e8f4ef;
  --border: #e4e9e8;
  --sidebar: #fafbf9;
  --paper: #fff;
  --canvas: #f5f7f8;
  --orange: #bb742c;
  --danger: #bb4e40;
  --radius: 9px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 13px;
  color: var(--ink);
  background: var(--paper);
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button:disabled {
  cursor: wait;
  opacity: 0.5;
}
button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 3px;
}
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid #a3d2c9;
  outline-offset: 1px;
  border-color: var(--brand);
}
.hidden {
  display: none !important;
}
.icon {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.65;
  fill: none;
  flex-shrink: 0;
  stroke-linecap: round;
  stroke-linejoin: round;
}
span[data-icon] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.app-shell {
  display: flex;
  height: 100dvh;
  min-height: 640px;
  overflow: hidden;
}
.sidebar {
  width: 237px;
  flex-shrink: 0;
  background: var(--sidebar);
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  padding: 28px 17px 0;
  z-index: 25;
}
.brand {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -1.5px;
  gap: 10px;
  padding: 0 12px;
  margin-bottom: 30px;
}
.brand-dot {
  color: var(--brand);
  margin-left: -10px;
}
.brand-symbol {
  height: 27px;
  width: 27px;
  display: block;
  position: relative;
  transform: rotate(-5deg);
}
.brand-symbol i {
  position: absolute;
  border-radius: 3px;
  background: var(--brand);
  width: 11px;
  height: 11px;
}
.brand-symbol i:nth-child(1) {
  left: 0;
  top: 0;
}
.brand-symbol i:nth-child(2) {
  right: 0;
  top: 8px;
}
.brand-symbol i:nth-child(3) {
  left: 0;
  bottom: 0;
}
.brand-symbol:after {
  content: "";
  height: 17px;
  width: 2px;
  background: var(--brand);
  position: absolute;
  left: 12px;
  top: 4px;
  transform: rotate(-40deg);
}
.workspace-switch {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  padding: 10px 7px;
  width: 100%;
  margin-bottom: 17px;
}
.workspace-icon {
  height: 35px;
  width: 35px;
  border-radius: 9px;
  background: #e8ece5;
  color: #4d6050;
  display: grid;
  place-items: center;
  font-weight: 800;
  flex-shrink: 0;
}
.workspace-switch strong {
  display: block;
  font-size: 12px;
  max-width: 126px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.workspace-switch small {
  display: block;
  color: var(--muted);
  font-size: 10px;
  margin-top: 3px;
}
.workspace-switch > span:last-child {
  margin-left: auto;
  color: #83918a;
}
.workspace-switch .icon {
  width: 14px;
}
.search-trigger {
  height: 37px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--border);
  border-radius: 7px;
  width: 100%;
  padding: 0 10px;
  color: #69716e;
  background: #fff;
  font-size: 11px;
}
.search-trigger .icon {
  width: 15px;
}
.search-trigger kbd {
  margin-left: auto;
  background: #f5f7f4;
  border-radius: 4px;
  font-size: 10px;
  padding: 2px 4px;
}
kbd {
  font-family: inherit;
  font-size: 10px;
  line-height: 1.5;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 2px 5px;
  color: #697773;
  white-space: nowrap;
}
.main-nav {
  display: grid;
  gap: 4px;
  margin: 21px 0 32px;
}
.nav-item {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  text-align: left;
  color: #6a7772;
  border-radius: 7px;
  font-size: 11.5px;
  font-weight: 600;
  transition: background 0.15s;
}
.nav-item.active {
  background: #e5f0e9;
  color: #17745c;
}
.nav-item:hover {
  background: #edf2ec;
}
.nav-item .icon {
  width: 17px;
  height: 17px;
}
.sidebar-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  color: #65776b;
  padding: 0 10px;
  margin-bottom: 9px;
  font-weight: 600;
}
.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  flex-shrink: 0;
  color: #798582;
}
.icon-button:hover {
  background: #eff3f0;
  color: var(--brand);
}
.icon-button .icon {
  width: 16px;
  height: 16px;
}
.icon-button.small {
  width: 22px;
  height: 22px;
}
.icon-button.small .icon {
  width: 14px;
  height: 14px;
}
.project-selector {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 8px 15px;
  font-size: 11px;
  font-weight: 700;
  text-align: left;
}
.project-selector > span:nth-child(2) {
  flex: 1;
}
.project-selector .icon {
  width: 15px;
}
.project-selector > span:last-child {
  color: #8a9690;
}
.process-section {
  margin-top: 10px;
}
.process-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  padding: 10px 9px;
  margin-bottom: 3px;
  color: #718078;
  border-radius: 7px;
  font-size: 10.5px;
  text-align: left;
  line-height: 1.5;
}
.process-item .icon {
  width: 14px;
  height: 14px;
  color: #8c9e94;
}
.process-item.selected {
  background: white;
  color: #246b58;
  box-shadow: 0 1px 4px #18372a0c;
  border: 1px solid #e3eae4;
  font-weight: 700;
}
.process-item.selected:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #258466;
  border-radius: 50%;
  margin-left: auto;
  flex-shrink: 0;
}
.process-item:hover {
  background: #eef3ed;
}
.process-empty {
  font-size: 11px;
  padding: 10px;
  color: var(--muted);
}
.sidebar-bottom {
  margin-top: auto;
  padding-top: 20px;
}
.project-note {
  padding: 15px 12px 19px;
  background: #eef3ec;
  border-radius: 8px;
  margin-bottom: 17px;
  color: #53715a;
}
.project-note > span {
  margin-bottom: 10px;
}
.project-note strong {
  display: block;
  font-size: 10.5px;
}
.project-note p {
  font-size: 10px;
  line-height: 1.7;
  margin: 5px 0 0;
  color: #7a8a7c;
}
.profile {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 18px 0;
  margin-top: 11px;
  border-top: 1px solid var(--border);
}
.avatar {
  display: grid;
  place-items: center;
  background: #e7e8f3;
  color: #696282;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
}
.profile strong {
  font-size: 10.5px;
  display: block;
}
.profile small {
  display: block;
  font-size: 9px;
  color: #87918b;
  margin-top: 3px;
}
.profile form {
  margin-left: auto;
}
.main-area {
  min-width: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.topbar {
  height: 63px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  border-bottom: 1px solid #eef1ee;
  gap: 12px;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 10px;
  color: #63766b;
  min-width: 0;
}
.breadcrumb .icon {
  width: 14px;
  height: 14px;
}
.breadcrumb strong {
  font-weight: 600;
  color: #5b6d63;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
}
.breadcrumb span {
  white-space: nowrap;
}
.slash {
  color: #bdc6c0;
}
.topbar-right {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #65796c;
  font-size: 10px;
  white-space: nowrap;
}
.topbar-right .icon-button {
  margin-left: 12px;
}
.connection-dot,
.status-light {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #6a9b7b;
}
.process-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 28px 23px;
  gap: 20px;
  flex-shrink: 0;
}
.title-line {
  display: flex;
  align-items: center;
  gap: 10px;
}
.title-line h1 {
  font-size: 24px;
  font-weight: 750;
  letter-spacing: -0.85px;
  line-height: 1.4;
  margin: 0;
}
.process-title-icon {
  color: var(--brand);
  height: 33px;
  width: 33px;
  background: #eaf5ef;
  border-radius: 8px;
  margin-right: 1px;
}
.process-title-icon .icon {
  width: 19px;
  height: 19px;
}
.title-line > .icon-button {
  width: 23px;
  color: #9ba89f;
}
.title-line > .icon-button .icon {
  width: 13px;
}
.status-badge {
  color: #816424;
  background: #faf3df;
  padding: 4px 8px;
  border: 1px solid #efe5c9;
  border-radius: 5px;
  font-size: 9px;
  white-space: nowrap;
}
.process-heading p {
  color: #66776d;
  font-size: 11px;
  margin: 9px 0 0 44px;
}
.heading-actions {
  display: flex;
  gap: 9px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 10px 13px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
  min-height: 36px;
  transition: background 0.15s;
}
.button .icon {
  width: 15px;
  height: 15px;
}
.button.primary {
  color: white;
  background: var(--brand);
  border-color: var(--brand);
  box-shadow: 0 2px 3px #12473d10;
}
.button.primary:hover {
  background: var(--brand-dark);
}
.button.secondary {
  background: #fff;
  border-color: #dfe6e2;
  color: #65746c;
  box-shadow: 0 1px 2px #102d1904;
}
.button.secondary:hover {
  background: #f6f9f6;
}
.button.danger {
  color: #ad4a3e;
  border-color: #efcdc7;
  background: #fff7f5;
}
.button.text {
  color: var(--brand);
  padding: 8px 0;
}
.workspace-tabs {
  height: 50px;
  padding: 0 28px;
  border-bottom: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}
.tab-list {
  display: flex;
  height: 100%;
  gap: 29px;
}
.view-tab {
  display: flex;
  gap: 7px;
  align-items: center;
  color: #65796c;
  font-size: 11px;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  position: relative;
  padding: 1px 0 0;
}
.view-tab.active {
  color: var(--brand);
  border-bottom-color: var(--brand);
}
.view-tab .icon {
  width: 15px;
  height: 15px;
}
.tab-count {
  background: #f6eddc;
  color: #7d602d;
  font-size: 9px;
  padding: 1px 5px;
  border-radius: 4px;
  margin-left: 2px;
}
.model-switch {
  display: flex;
  background: #f2f5f2;
  padding: 3px;
  border-radius: 6px;
  font-size: 10px;
  align-items: center;
}
.model-switch button {
  padding: 5px 11px;
  color: #9ba49e;
  border-radius: 4px;
  white-space: nowrap;
}
.model-switch button.active {
  color: #506358;
  background: #fff;
  box-shadow: 0 1px 3px #243c1b12;
}
.small-plus {
  padding-left: 8px;
  color: #8b9890;
}
.editor-layout {
  display: flex;
  flex: 1;
  min-height: 0;
}
.canvas-wrap {
  position: relative;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  background: var(--canvas);
}
#editor {
  position: absolute;
  inset: 0;
  outline: none;
}
.canvas-header {
  position: absolute;
  left: 25px;
  right: 21px;
  top: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 6;
  pointer-events: none;
}
.canvas-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  color: #687c6e;
}
.canvas-label > span:nth-child(2) {
  color: #5e7165;
  font-weight: 600;
}
.live-dot {
  width: 5px;
  height: 5px;
  background: #789983;
  border-radius: 50%;
}
.label-divider {
  height: 10px;
  width: 1px;
  background: #d8e1d9;
  margin: 0 3px;
}
.canvas-button {
  background: #fff;
  border-color: #e6ebe6;
  font-size: 9px;
  padding: 6px 9px;
  min-height: 29px;
  pointer-events: auto;
  color: #667269;
}
.canvas-button .icon {
  width: 13px;
  height: 13px;
}
.editor-toolbar {
  position: absolute;
  top: 70px;
  left: 18px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 6px;
  background: #fff;
  border: 1px solid #e6eae5;
  box-shadow: 0 3px 12px #1e352b09;
  border-radius: 10px;
  z-index: 7;
}
.tool {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border-radius: 6px;
  color: #7b8d80;
}
.tool .icon {
  width: 18px;
  height: 18px;
}
.tool:hover {
  background: #f2f6f2;
  color: var(--brand);
}
.tool.active {
  background: #e7f3ed;
  color: var(--brand);
}
.tool-separator {
  height: 1px;
  background: #ecf0ec;
  margin: 4px 5px;
}
.canvas-legend {
  position: absolute;
  left: 23px;
  bottom: 20px;
  display: flex;
  gap: 18px;
  align-items: center;
  pointer-events: none;
  z-index: 4;
}
.canvas-legend > span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 8px;
  color: #66796c;
}
.legend-line {
  display: block;
  width: 17px;
  height: 1px;
  background: #90a39a;
}
.legend-line.handoff {
  background: transparent;
  border-top: 1px dashed #d0a165;
}
.legend-issue {
  display: block;
  height: 5px;
  width: 5px;
  background: #d7a151;
  border-radius: 50%;
}
.zoom-controls {
  position: absolute;
  right: 18px;
  bottom: 17px;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e1e8e1;
  box-shadow: 0 2px 8px #1f402107;
  padding: 3px;
  border-radius: 7px;
  z-index: 7;
}
.zoom-controls .icon-button {
  width: 29px;
  height: 28px;
}
.zoom-controls .icon {
  width: 14px;
}
.zoom-controls > span {
  height: 13px;
  width: 1px;
  background: #e8ece7;
  margin: 0 5px;
}
.zoom-controls > button:nth-child(2) {
  width: 45px;
  font-size: 9px;
  font-weight: 600;
  color: #64766a;
}
.properties-panel {
  width: 288px;
  flex-shrink: 0;
  border-left: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  background: #fff;
  z-index: 10;
}
.panel-heading {
  height: 54px;
  border-bottom: 1px solid #f0f2ef;
  padding: 0 19px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.panel-heading > span {
  color: #819387;
}
.panel-heading .icon {
  width: 15px;
}
.panel-heading h2 {
  font-weight: 700;
  font-size: 11px;
  margin: 0;
}
.panel-heading button {
  margin-left: auto;
}
.properties-content {
  flex: 1;
  overflow: auto;
  padding: 19px 20px 24px;
  scrollbar-width: thin;
}
.element-type {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  color: #748d7c;
  margin-bottom: 12px;
}
.element-type > span:first-child {
  width: 27px;
  height: 27px;
  border-radius: 6px;
  background: #eef5ef;
  color: #417257;
}
.element-type .icon {
  width: 15px;
  height: 15px;
}
.element-id {
  margin-left: auto;
  color: #a4b0a8;
  font-size: 8px;
}
.property-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.35px;
  line-height: 1.5;
  margin: 0 0 17px;
}
.property-tabs {
  display: flex;
  gap: 15px;
  border-bottom: 1px solid #e9eeea;
  margin-bottom: 20px;
}
.property-tabs span {
  padding: 0 0 10px;
  font-size: 9px;
  color: #6a7c6c;
}
.property-tabs span.active {
  color: var(--brand);
  border-bottom: 2px solid var(--brand);
  font-weight: 600;
}
.field {
  display: block;
  margin: 0 0 14px;
  font-size: 9px;
  color: #60766a;
  font-weight: 500;
}
.field > span:first-child {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.field .icon {
  width: 12px;
  height: 12px;
  color: #95a599;
}
.field input,
.field select,
.field textarea {
  display: block;
  width: 100%;
  border: 1px solid #e5eae5;
  border-radius: 6px;
  padding: 8px 9px;
  background: white;
  color: #536b5c;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.6;
  min-height: 32px;
}
.field textarea {
  resize: vertical;
  min-height: 67px;
}
.field input::placeholder,
.field textarea::placeholder {
  color: #adb6af;
  font-weight: 400;
}
.fields-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.property-divider {
  height: 1px;
  background: #edf0eb;
  margin: 19px -20px;
}
.property-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.property-section-heading h3 {
  font-size: 10px;
  font-weight: 700;
  margin: 0;
}
.property-section-heading .icon {
  width: 13px;
  height: 13px;
  color: #8c9d91;
}
.insight-box {
  background: #fdf8ed;
  border: 1px solid #f2e6cd;
  border-radius: 7px;
  padding: 12px;
  margin: 14px 0 18px;
}
.insight-box strong {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  color: #a37f3b;
}
.insight-box .icon {
  width: 13px;
  height: 13px;
}
.insight-box p {
  font-size: 9px;
  line-height: 1.8;
  color: #806831;
  margin: 7px 0 0;
}
.insight-box button {
  color: #9c7530;
  font-size: 9px;
  font-weight: 700;
  margin-top: 8px;
}
.property-more {
  display: block;
  width: 100%;
  font-size: 10px;
  text-align: left;
  color: #5f7466;
  padding: 12px 0;
  border-top: 1px solid #edf0ea;
  margin-top: 5px;
}
.property-more summary {
  cursor: pointer;
  font-weight: 600;
  padding-bottom: 10px;
}
.element-actions {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}
.element-actions .button {
  font-size: 9px;
  padding: 7px 9px;
  min-height: 31px;
}
.empty-properties {
  text-align: center;
  padding: 35px 0;
  color: #9aaa9d;
  line-height: 1.8;
  font-size: 11px;
}
.empty-properties > .icon {
  width: 35px;
  height: 35px;
  margin: 0 auto 15px;
}
.empty-properties h3 {
  font-size: 13px;
  color: #6e8574;
  font-weight: 600;
}
.statusbar {
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border);
  padding: 0 23px;
  background: #fff;
  flex-shrink: 0;
  font-size: 8px;
  color: #637367;
  gap: 12px;
}
.statusbar > div {
  display: flex;
  align-items: center;
  gap: 7px;
}
.statusbar .icon {
  width: 11px;
  height: 11px;
}
.statusbar button {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 8px;
}
.statusbar kbd {
  font-size: 7px;
  padding: 0 4px;
}
.footer-divider {
  display: block;
  width: 1px;
  height: 10px;
  background: #e4eae3;
  margin: 0 6px;
}
.status-light {
  width: 4px;
  height: 4px;
}
.content-view {
  flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 28px 32px 40px;
  background: #f8faf8;
}
.content-view h2 {
  font-size: 22px;
  font-weight: 750;
  letter-spacing: -0.5px;
  margin: 0 0 8px;
}
.content-view p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
}
.view-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}
.view-intro p {
  margin: 0;
}
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 28px;
}
.metric {
  padding: 21px 22px;
  border: 1px solid var(--border);
  border-radius: 9px;
  background: #fff;
}
.metric > span {
  font-size: 10px;
  color: #7c9081;
  display: flex;
  align-items: center;
  gap: 8px;
}
.metric .icon {
  width: 15px;
  height: 15px;
}
.metric strong {
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: 700;
  display: block;
  margin: 10px 0 3px;
  color: #314e3d;
}
.metric small {
  color: #6d7e6e;
  font-size: 9px;
}
.section-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  margin: 24px 0 15px;
}
.section-heading .count {
  font-size: 10px;
  background: #e9eee8;
  padding: 2px 7px;
  border-radius: 4px;
}
.findings-list {
  display: grid;
  gap: 10px;
}
.finding {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 19px 20px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
.finding-icon {
  color: #88622a;
  background: #fcf4e7;
  border-radius: 7px;
  padding: 9px;
  flex-shrink: 0;
}
.finding h3 {
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}
.finding p {
  font-size: 11px;
  margin: 6px 0;
}
.finding .suggestion {
  color: #45836a;
  font-size: 10px;
}
.finding > .button {
  margin-left: auto;
  font-size: 10px;
}
.severity {
  display: inline-block;
  margin-left: 8px;
  font-size: 8px;
  background: #faeae4;
  color: #8c583c;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 500;
}
.table-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 9px;
  overflow: auto;
}
.data-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 11px;
  text-align: left;
  min-width: 580px;
}
.data-table th {
  background: #f5f8f4;
  color: #616e63;
  font-weight: 600;
  font-size: 9px;
  padding: 13px 16px;
}
.data-table td {
  padding: 15px 16px;
  border-top: 1px solid #edf1eb;
  color: #647866;
  vertical-align: top;
}
.data-table strong {
  font-weight: 650;
  color: #365840;
}
.pill {
  display: inline-flex;
  background: #edf3ec;
  color: #4d6f55;
  border-radius: 4px;
  padding: 3px 7px;
  font-size: 9px;
  white-space: nowrap;
}
.pill.system {
  color: #676180;
  background: #f0edf7;
}
.report-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
  padding: 10px 0 23px;
  margin-bottom: 25px;
}
.report-meta {
  display: flex;
  gap: 30px;
  font-size: 11px;
  color: #7e917f;
}
.report-meta strong {
  display: block;
  color: #4e6f54;
  margin-top: 5px;
  font-size: 12px;
}
.documentation-step {
  padding: 22px 24px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  margin: 12px 0;
  break-inside: avoid;
}
.documentation-step h3 {
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 8px;
}
.documentation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 15px 0 0;
}
.documentation-grid div {
  font-size: 10px;
  color: #819784;
}
.documentation-grid strong {
  display: block;
  margin-top: 4px;
  color: #4c6b52;
  font-weight: 500;
}
.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 17px;
}
.project-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 23px;
  display: flex;
  flex-direction: column;
}
.project-card > .icon {
  color: #41946d;
  width: 25px;
  height: 25px;
  margin-bottom: 19px;
}
.project-card h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin: 0 0 7px;
}
.project-card small {
  font-size: 10px;
  color: #6d7f6a;
}
.project-card p {
  font-size: 11px;
  margin: 10px 0 23px;
}
.project-card .button {
  margin-top: auto;
  align-self: flex-start;
}
.library-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.library-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 9px;
  padding: 23px;
  display: flex;
  flex-direction: column;
}
.library-card > .icon {
  width: 29px;
  height: 29px;
  color: #448c67;
  margin-bottom: 25px;
}
.library-card h3 {
  font-size: 14px;
  font-weight: 700;
}
.library-card p {
  font-size: 11px;
  flex: 1;
}
.library-card .button {
  margin-top: 20px;
  align-self: flex-start;
}
.app-dialog {
  border: 1px solid #dce7de;
  border-radius: 14px;
  padding: 0;
  width: 510px;
  max-width: calc(100% - 32px);
  max-height: 86vh;
  box-shadow: 0 22px 90px #102b242b;
  background: #fff;
  color: var(--ink);
  margin: auto;
  overflow: auto;
}
.app-dialog::backdrop {
  background: #203b3544;
  backdrop-filter: blur(3px);
}
.dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 25px 12px;
}
.dialog-header h2 {
  font-size: 18px;
  font-weight: 750;
  letter-spacing: -0.5px;
  margin: 0;
}
.dialog-body {
  padding: 10px 25px 25px;
}
.dialog-body p {
  font-size: 12px;
  line-height: 1.8;
  color: #7a8e7d;
  margin: 0 0 20px;
}
.dialog-body .field {
  font-size: 11px;
  margin-bottom: 18px;
}
.dialog-body .field input,
.dialog-body .field select,
.dialog-body .field textarea {
  font-size: 12px;
  padding: 10px 11px;
}
.dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  padding-top: 10px;
}
.dialog-error {
  font-size: 12px;
  color: #b65444;
  margin: 10px 0;
}
.search-input {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 18px;
}
.search-result {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 12px;
  width: 100%;
  padding: 14px 10px;
  border-radius: 7px;
}
.search-result:hover {
  background: #f0f6ef;
}
.search-result > span:nth-child(2) {
  flex: 1;
}
.search-result strong {
  display: block;
  font-size: 12px;
  font-weight: 650;
}
.search-result small {
  display: block;
  font-size: 10px;
  color: #839886;
  margin-top: 3px;
}
.search-result > .icon {
  color: #74977c;
  width: 18px;
}
.export-option {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  text-align: left;
  padding: 17px 10px;
  border-bottom: 1px solid #edf1e9;
}
.export-option:hover {
  background: #f8faf7;
}
.export-option > .icon {
  color: #59916c;
}
.export-option strong {
  font-size: 12px;
  display: block;
}
.export-option small {
  font-size: 10px;
  display: block;
  margin-top: 4px;
  color: #677d6b;
}
.shortcut-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 13px 20px;
  font-size: 11px;
  color: #738b78;
}
.version-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
  border-bottom: 1px solid #edf1ea;
  gap: 15px;
}
.version-row strong {
  font-size: 12px;
  display: block;
}
.version-row small {
  font-size: 10px;
  color: #8e9f91;
  display: block;
  margin-top: 4px;
}
.toast-region {
  position: fixed;
  bottom: 53px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: grid;
  gap: 8px;
  max-width: min(600px, 90vw);
}
.toast {
  background: #294c40;
  color: #f7fff9;
  border: 1px solid #487e65;
  border-radius: 8px;
  padding: 12px 18px;
  font-size: 11px;
  box-shadow: 0 4px 16px #264c4020;
  animation: toast-in 0.18s ease-out;
}
.toast.error {
  background: #914f41;
  border-color: #aa6757;
}
@keyframes toast-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.form-error,
.form-success {
  font-size: 12px;
  padding: 12px;
  border-radius: 7px;
  margin: 20px 0;
  background: #fff0ec;
  color: #9d5441;
}
.form-success {
  background: #edf7ef;
  color: #36754c;
}
.mobile-menu {
  display: none;
}
.login-page {
  background: #f5f8f3;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: 40px;
}
.login-shell {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  max-width: 1050px;
  min-height: 660px;
  width: 100%;
  border: 1px solid #dde7dc;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 90px #274f3220;
}
.login-story {
  background: #e9f0e6;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.login-story .brand {
  margin: 0;
  padding: 0;
}
.login-kicker {
  font-size: 11px;
  color: #739178;
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
}
.login-story h1 {
  font-size: 39px;
  letter-spacing: -1.5px;
  line-height: 1.25;
  font-weight: 700;
  max-width: 380px;
  margin: 0 0 22px;
  color: #264e38;
}
.login-story p {
  font-size: 13px;
  line-height: 1.85;
  max-width: 340px;
  color: #7a8d7a;
}
.login-story small {
  font-size: 10px;
  color: #91a08b;
}
.login-diagram {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 40px 0 0;
}
.login-diagram span {
  padding: 15px 12px;
  border: 1px solid #b8cbb4;
  border-radius: 8px;
  background: #f7faf4;
  font-size: 11px;
  color: #507451;
}
.login-diagram i {
  color: #81a575;
  font-style: normal;
}
.login-form-wrap {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 50px;
}
.login-form {
  width: 100%;
}
.login-form h2 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.8px;
  margin: 0 0 10px;
}
.login-form > p {
  font-size: 12px;
  color: #647b62;
  line-height: 1.7;
  margin: 0 0 27px;
}
.login-form label {
  display: block;
  font-size: 11px;
  color: #72886e;
  margin-bottom: 19px;
  font-weight: 500;
}
.login-form input {
  display: block;
  border: 1px solid #dce6d8;
  border-radius: 7px;
  padding: 12px 13px;
  width: 100%;
  font-size: 12px;
  margin-top: 8px;
  color: #455f40;
}
.login-form form .button {
  width: 100%;
  padding: 12px;
  margin-top: 4px;
  justify-content: space-between;
}
.demo-credentials {
  margin-top: 30px;
  padding: 15px;
  background: #f4f7f2;
  border: 1px solid #e5eddf;
  border-radius: 8px;
  display: grid;
  gap: 5px;
  font-size: 10px;
  color: #606d5a;
}
.demo-credentials strong {
  color: #607e55;
  font-size: 11px;
  margin-bottom: 4px;
}
.demo-credentials small {
  font-size: 9px;
  margin-top: 4px;
}
@media (min-width: 1600px) {
  .sidebar {
    width: 253px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .properties-panel {
    width: 310px;
  }
  .topbar,
  .process-heading,
  .workspace-tabs {
    padding-left: 34px;
    padding-right: 34px;
  }
  .process-heading {
    padding-top: 29px;
    padding-bottom: 27px;
  }
  .canvas-legend {
    font-size: 10px;
  }
  .field {
    font-size: 10px;
  }
  .field input,
  .field textarea,
  .field select {
    font-size: 11px;
  }
  .property-title {
    font-size: 18px;
  }
  .properties-content {
    padding: 23px;
  }
}
@media (max-height: 850px) {
  .sidebar {
    padding-top: 22px;
  }
  .brand {
    margin-bottom: 20px;
  }
  .main-nav {
    margin: 16px 0 20px;
  }
  .project-note {
    display: none;
  }
  .process-heading {
    padding-top: 20px;
    padding-bottom: 19px;
  }
  .tool {
    height: 29px;
  }
  .editor-toolbar {
    gap: 2px;
  }
  .tool-separator {
    margin: 3px 5px;
  }
}
@media (max-width: 1250px) {
  .sidebar {
    width: 210px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .properties-panel {
    width: 257px;
  }
  .process-heading {
    padding-left: 22px;
    padding-right: 22px;
  }
  .title-line h1 {
    font-size: 21px;
  }
  .heading-actions .button {
    font-size: 10px;
    padding: 9px 11px;
  }
  .canvas-label #canvas-hint,
  .canvas-label .label-divider {
    display: none;
  }
  .tab-list {
    gap: 21px;
  }
  .workspace-tabs {
    padding: 0 22px;
  }
  .breadcrumb {
    font-size: 9px;
  }
  .properties-content {
    padding: 17px;
  }
  .canvas-legend {
    gap: 8px;
    left: 15px;
  }
  .canvas-legend > span {
    font-size: 7px;
  }
  .topbar {
    padding: 0 22px;
  }
  .topbar-right {
    font-size: 9px;
  }
}
@media (max-width: 1050px) {
  .sidebar {
    width: 190px;
  }
  .brand {
    font-size: 25px;
    padding-left: 7px;
  }
  .workspace-switch {
    padding: 8px 4px;
  }
  .workspace-switch strong {
    max-width: 105px;
    font-size: 10px;
  }
  .nav-item {
    font-size: 10px;
    padding-left: 9px;
  }
  .properties-panel {
    width: 240px;
  }
  .topbar-right .connection-dot,
  .topbar-right #save-status {
    display: none;
  }
  .title-line h1 {
    font-size: 19px;
  }
  .process-title-icon {
    display: none;
  }
  .process-heading p {
    margin-left: 0;
    font-size: 10px;
  }
  .status-badge {
    font-size: 8px;
  }
  .heading-actions .button span[data-icon] {
    display: none;
  }
  .metrics-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .tab-list {
    gap: 15px;
  }
  .view-tab {
    font-size: 10px;
  }
  .model-switch button {
    font-size: 9px;
    padding: 5px 8px;
  }
  .model-switch .small-plus {
    display: none;
  }
  .canvas-legend {
    bottom: 56px;
  }
  .content-view {
    padding: 24px;
  }
  .library-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 850px) {
  .sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    width: 237px;
    transform: translateX(-100%);
    box-shadow: 5px 0 25px #193b3515;
    transition: transform 0.2s;
  }
  .sidebar.open {
    transform: translateX(0);
  }
  .mobile-menu {
    display: inline-flex;
  }
  .breadcrumb {
    gap: 8px;
  }
  .breadcrumb #crumb-project,
  .breadcrumb .slash {
    display: none;
  }
  .properties-panel {
    width: 245px;
  }
  .process-heading {
    padding: 16px 20px;
  }
  .topbar {
    height: 54px;
    padding: 0 15px;
  }
  .title-line h1 {
    font-size: 20px;
  }
  .status-badge {
    font-size: 8px;
  }
  .statusbar > div:last-child {
    display: none;
  }
  .canvas-label {
    font-size: 9px;
  }
  .canvas-header {
    left: 15px;
    right: 15px;
  }
  .editor-toolbar {
    left: 12px;
  }
  .heading-actions .button {
    font-size: 10px;
  }
  .content-view .view-intro {
    align-items: flex-start;
  }
  .documentation-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .app-shell {
    min-height: 560px;
  }
  .properties-panel {
    position: absolute;
    right: 0;
    top: 205px;
    bottom: 33px;
    width: 270px;
    box-shadow: -5px 0 20px #2e52311a;
    display: none;
  }
  .properties-panel.mobile-open {
    display: flex;
  }
  .topbar {
    height: 48px;
  }
  .breadcrumb #crumb-customer {
    display: none;
  }
  .breadcrumb .icon {
    display: none;
  }
  .breadcrumb .mobile-menu .icon {
    display: block;
  }
  .breadcrumb strong {
    max-width: 220px;
  }
  .process-heading {
    gap: 8px;
    padding: 14px 15px;
  }
  .process-heading h1 {
    font-size: 18px;
    max-width: 220px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .process-heading .status-badge,
  .title-line > .icon-button {
    display: none;
  }
  .process-heading p {
    max-width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 9px;
  }
  .heading-actions {
    gap: 4px;
  }
  .heading-actions #export-button {
    font-size: 0;
    padding: 9px;
  }
  .heading-actions #export-button span[data-icon] {
    display: inline-flex;
  }
  .heading-actions #save-button {
    font-size: 9px;
    padding: 9px;
  }
  .workspace-tabs {
    height: 46px;
    padding: 0 14px;
    gap: 8px;
  }
  .tab-list {
    gap: 12px;
  }
  .view-tab {
    font-size: 9px;
    gap: 4px;
  }
  .view-tab .icon {
    display: none;
  }
  .tab-count {
    font-size: 7px;
  }
  .model-switch button {
    font-size: 8px;
    padding: 4px 6px;
  }
  .canvas-legend > span:last-child {
    display: none;
  }
  .canvas-legend {
    bottom: 20px;
    gap: 12px;
  }
  .editor-toolbar {
    top: 59px;
  }
  .tool {
    width: 28px;
    height: 27px;
  }
  .editor-toolbar .icon {
    width: 16px;
  }
  .tool-separator {
    margin: 2px 5px;
  }
  .canvas-header {
    top: 13px;
  }
  .canvas-button {
    font-size: 8px;
    min-height: 25px;
  }
  .zoom-controls {
    right: 12px;
    bottom: 13px;
  }
  .zoom-controls .icon-button {
    width: 25px;
  }
  .zoom-controls > button:nth-child(2) {
    width: 35px;
  }
  .content-view {
    padding: 20px 16px;
  }
  .content-view h2 {
    font-size: 20px;
  }
  .view-intro {
    flex-direction: column;
    gap: 10px;
  }
  .metrics-grid {
    gap: 9px;
  }
  .metric {
    padding: 15px;
  }
  .metric strong {
    font-size: 25px;
  }
  .metric > span {
    font-size: 9px;
  }
  .finding {
    flex-wrap: wrap;
    padding: 16px;
    gap: 11px;
  }
  .finding > div:nth-child(2) {
    flex: 1;
  }
  .finding > .button {
    margin-left: 42px;
  }
  .library-grid {
    grid-template-columns: 1fr;
  }
  .documentation-grid {
    grid-template-columns: 1fr 1fr;
  }
  .report-header {
    flex-direction: column;
    gap: 20px;
  }
  .report-meta {
    gap: 18px;
    flex-wrap: wrap;
  }
  .login-page {
    padding: 15px;
  }
  .login-shell {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .login-story {
    padding: 25px;
  }
  .login-story > div,
  .login-story > small {
    display: none;
  }
  .login-form-wrap {
    padding: 30px 25px;
  }
  .login-form h2 {
    font-size: 24px;
  }
  .statusbar {
    padding: 0 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
@media print {
  body {
    background: white;
    font-size: 12px;
  }
  .sidebar,
  .topbar,
  .process-heading,
  .workspace-tabs,
  .statusbar,
  .toast-region,
  .app-dialog,
  .editor-layout,
  .content-view:not(#documentation-view),
  .no-print {
    display: none !important;
  }
  .app-shell,
  .main-area {
    display: block;
    height: auto;
    overflow: visible;
    min-height: 0;
  }
  #documentation-view {
    display: block !important;
    overflow: visible;
    padding: 0;
    background: white;
  }
  .documentation-step {
    break-inside: avoid;
  }
  .report-header {
    padding-top: 0;
  }
  .content-view p {
    color: #333;
  }
  h2,
  h3 {
    break-after: avoid;
  }
  .documentation-grid strong {
    color: #333;
  }
}
