
.details-page[data-v-d04bd119] {
  padding: 24px;
  font-family: system-ui, -apple-system, sans-serif;
}
h1[data-v-d04bd119] { margin: 0 0 4px; font-size: 28px; color: #1e293b;
}
.subtitle[data-v-d04bd119] { color: #64748b; margin: 0 0 24px;
}
.layout[data-v-d04bd119] {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 24px;
  min-height: 500px;
}
.sidebar[data-v-d04bd119] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wo-item[data-v-d04bd119] {
  padding: 12px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: all 0.15s;
}
.wo-item[data-v-d04bd119]:hover { background: #f8fafc; border-color: #cbd5e1;
}
.wo-item.active[data-v-d04bd119] { background: #eff6ff; border-color: #3b82f6;
}
.wo-item-id[data-v-d04bd119] { font-size: 12px; color: #3b82f6; font-weight: 600;
}
.wo-item-title[data-v-d04bd119] { font-size: 14px; color: #1e293b; font-weight: 500;
}
.badge[data-v-d04bd119] {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 12px;
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  width: fit-content;
}
.detail-card[data-v-d04bd119] {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
}
.detail-header[data-v-d04bd119] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.detail-header h2[data-v-d04bd119] { margin: 0; font-size: 22px; color: #1e293b;
}
.detail-id[data-v-d04bd119] { color: #3b82f6; font-weight: 600; font-size: 14px;
}
.detail-grid[data-v-d04bd119] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}
.detail-field[data-v-d04bd119] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.detail-field label[data-v-d04bd119] {
  font-size: 12px;
  text-transform: uppercase;
  color: #64748b;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.detail-description[data-v-d04bd119] {
  border-top: 1px solid #e2e8f0;
  padding-top: 20px;
}
.detail-description label[data-v-d04bd119] {
  font-size: 12px;
  text-transform: uppercase;
  color: #64748b;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 8px;
}
.detail-description p[data-v-d04bd119] { color: #334155; line-height: 1.6; margin: 0;
}
.empty-state[data-v-d04bd119] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #94a3b8;
  font-size: 16px;
}
