
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Montserrat', sans-serif;
}
#app {
  min-height: 100vh;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.theme-light {
  background-color: #ffffff;
  color: #333333;
}
.theme-dark {
  background-color: #1a1a1a;
  color: #ffffff;
}


.home-view[data-v-9ea40744] {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: linear-gradient(135deg, #7b3f99 0%, #e74c3c 50%, #f39c12 100%);
  position: relative;
  overflow: hidden;
}
.home-view[data-v-9ea40744]::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: -10%;
  width: 120%;
  height: 80%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: rotate(-15deg);
}
.header[data-v-9ea40744] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 3rem;
  position: relative;
  z-index: 10;
}
.logo[data-v-9ea40744] {
  height: 24px;
  filter: brightness(0) invert(1);
}
.logout-btn[data-v-9ea40744] {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.logout-btn[data-v-9ea40744]:hover {
  background: rgba(255, 255, 255, 0.3);
}
.main-content[data-v-9ea40744] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  position: relative;
  z-index: 10;
}
.welcome-title[data-v-9ea40744] {
  color: white;
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 3rem;
  text-align: center;
}
.main-container[data-v-9ea40744] {
  background: white;
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  max-width: 1200px;
  width: 100%;
}
.tools-subtitle[data-v-9ea40744] {
  color: #666;
  font-size: 1.125rem;
  margin-bottom: 2.5rem;
  text-align: left;
}
.content-layout[data-v-9ea40744] {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}
.left-section[data-v-9ea40744] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tool-card[data-v-9ea40744] {
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.tool-card[data-v-9ea40744]:hover {
  background: #ececec;
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.tool-icon[data-v-9ea40744] {
  width: 50px;
  height: 50px;
}
.tool-label[data-v-9ea40744] {
  font-size: 1.1rem;
  color: #2c5aa0;
  font-weight: 500;
}
.team-graphic[data-v-9ea40744] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}
.team-image[data-v-9ea40744] {
  width: 180px;
  height: auto;
  opacity: 0.8;
}
.right-section[data-v-9ea40744] {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
  background: white;
  border-radius: 12px;
  min-width: 350px;
}
.user-section[data-v-9ea40744] {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  text-decoration: none;
  padding: 1rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.user-section[data-v-9ea40744]:hover {
  background: #f8f9fa;
}
.user-avatar[data-v-9ea40744] {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: 600;
  color: #6c757d;
  border: 2px solid #dee2e6;
}
.user-label[data-v-9ea40744] {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
}
.org-section[data-v-9ea40744] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  padding: 2rem 1rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-align: center;
}
.org-section[data-v-9ea40744]:hover {
  background: #f8f9fa;
}
.org-icon[data-v-9ea40744] {
  width: 60px;
  height: 60px;
  opacity: 0.7;
}
.org-label[data-v-9ea40744] {
  font-size: 1.75rem;
  font-weight: 600;
  color: #333;
}
.footer[data-v-9ea40744] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
  color: white;
  font-size: 0.875rem;
  position: relative;
  z-index: 10;
}
.footer-link[data-v-9ea40744] {
  color: white;
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.footer-link[data-v-9ea40744]:hover {
  opacity: 1;
}
@media (max-width: 968px) {
.main-container[data-v-9ea40744] {
    padding: 2rem;
}
.content-layout[data-v-9ea40744] {
    flex-direction: column;
    gap: 2rem;
}
.right-section[data-v-9ea40744] {
    min-width: 100%;
    width: 100%;
}
}
@media (max-width: 768px) {
.header[data-v-9ea40744] {
    padding: 1.5rem;
}
.welcome-title[data-v-9ea40744] {
    font-size: 2rem;
    margin-bottom: 2rem;
}
.main-container[data-v-9ea40744] {
    padding: 1.5rem;
}
.tools-subtitle[data-v-9ea40744] {
    font-size: 1rem;
    margin-bottom: 1.5rem;
}
.tool-card[data-v-9ea40744] {
    padding: 1rem 1.25rem;
}
.tool-icon[data-v-9ea40744] {
    width: 40px;
    height: 40px;
}
.tool-label[data-v-9ea40744] {
    font-size: 1rem;
}
.team-graphic[data-v-9ea40744] {
    padding: 1rem 0;
}
.team-image[data-v-9ea40744] {
    width: 120px;
}
.right-section[data-v-9ea40744] {
    padding: 1.5rem;
    gap: 1.5rem;
}
.user-avatar[data-v-9ea40744] {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
}
.user-label[data-v-9ea40744] {
    font-size: 1.1rem;
}
.org-icon[data-v-9ea40744] {
    width: 50px;
    height: 50px;
}
.org-label[data-v-9ea40744] {
    font-size: 1.5rem;
}
.footer[data-v-9ea40744] {
    flex-direction: column;
    gap: 1rem;
}
}


.dialog-overlay[data-v-055d7028] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
  animation: fadeIn-055d7028 0.2s ease-out;
}
@keyframes fadeIn-055d7028 {
from { opacity: 0;
}
to { opacity: 1;
}
}
.dialog-container[data-v-055d7028] {
  background: white;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  max-width: 480px;
  width: 90vw;
  max-height: 90vh;
  overflow: hidden;
  animation: slideIn-055d7028 0.3s ease-out;
  transform-origin: center;
}
@keyframes slideIn-055d7028 {
from { 
    opacity: 0;
    transform: scale(0.95) translateY(-20px);
}
to { 
    opacity: 1;
    transform: scale(1) translateY(0);
}
}
.dialog-header[data-v-055d7028] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid #e5e7eb;
  background: #f9fafb;
}
.dialog-header h3[data-v-055d7028] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #111827;
}
.dialog-close[data-v-055d7028] {
  background: none;
  border: none;
  padding: 4px;
  border-radius: 6px;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s ease;
}
.dialog-close[data-v-055d7028]:hover {
  background: #e5e7eb;
  color: #374151;
}
.dialog-body[data-v-055d7028] {
  display: flex;
  gap: 16px;
  padding: 24px;
  align-items: flex-start;
}
.dialog-icon[data-v-055d7028] {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dialog-content[data-v-055d7028] {
  flex: 1;
}
.dialog-content p[data-v-055d7028] {
  margin: 0 0 8px 0;
  font-size: 16px;
  color: #374151;
  line-height: 1.5;
}
.dialog-details[data-v-055d7028] {
  font-size: 14px;
  color: #6b7280;
  margin-top: 8px;
}
.dialog-actions[data-v-055d7028] {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  padding: 16px 24px 24px;
}
.dialog-btn[data-v-055d7028] {
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  min-width: 80px;
}
.dialog-btn-secondary[data-v-055d7028] {
  background: #f3f4f6;
  color: #374151;
  border: 1px solid #d1d5db;
}
.dialog-btn-secondary[data-v-055d7028]:hover {
  background: #e5e7eb;
  border-color: #9ca3af;
}
.dialog-btn-primary[data-v-055d7028] {
  background: #2563eb;
  color: white;
}
.dialog-btn-primary[data-v-055d7028]:hover {
  background: #1d4ed8;
}
.dialog-btn-danger[data-v-055d7028] {
  background: #dc2626;
}
.dialog-btn-danger[data-v-055d7028]:hover {
  background: #b91c1c;
}
.dialog-btn[data-v-055d7028]:focus {
  outline: none;
  ring: 2px solid #2563eb;
  ring-offset: 2px;
}

/* Dark mode support */
.admin-view .dialog-container[data-v-055d7028] {
  background: #2c3e50;
  color: #e4e6ea;
}
.admin-view .dialog-header[data-v-055d7028] {
  background: #34495e;
  border-color: #3a3f47;
}
.admin-view .dialog-header h3[data-v-055d7028] {
  color: #e4e6ea;
}
.admin-view .dialog-close[data-v-055d7028] {
  color: #8b9199;
}
.admin-view .dialog-close[data-v-055d7028]:hover {
  background: #3a3f47;
  color: #e4e6ea;
}
.admin-view .dialog-content p[data-v-055d7028] {
  color: #e4e6ea;
}
.admin-view .dialog-details[data-v-055d7028] {
  color: #8b9199;
}
.admin-view .dialog-btn-secondary[data-v-055d7028] {
  background: #34495e;
  color: #e4e6ea;
  border-color: #3a3f47;
}
.admin-view .dialog-btn-secondary[data-v-055d7028]:hover {
  background: #3a3f47;
}

/* Mobile responsive */
@media (max-width: 480px) {
.dialog-container[data-v-055d7028] {
    margin: 20px;
    width: calc(100vw - 40px);
}
.dialog-actions[data-v-055d7028] {
    flex-direction: column-reverse;
}
.dialog-btn[data-v-055d7028] {
    width: 100%;
}
}


.image-viewer-modal[data-v-5567e6cd] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  padding: 20px;
  touch-action: none;
  overscroll-behavior: contain;
}
.viewer-container[data-v-5567e6cd] {
  background: white;
  border-radius: 12px;
  width: 90vw;
  height: 90vh;
  max-width: 1200px;
  max-height: 800px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  touch-action: none;
  overflow: hidden;
}
.viewer-header[data-v-5567e6cd] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #e0e0e0;
  background: #f8f9fa;
  border-radius: 12px 12px 0 0;
}
.header-left[data-v-5567e6cd] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-left h3[data-v-5567e6cd] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.read-only-badge[data-v-5567e6cd] {
  background: #6c757d;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}
.header-right[data-v-5567e6cd] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.save-btn[data-v-5567e6cd] {
  background: #28a745;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
}
.save-btn[data-v-5567e6cd]:hover {
  background: #218838;
}
.cancel-btn[data-v-5567e6cd] {
  background: #6c757d;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
}
.cancel-btn[data-v-5567e6cd]:hover {
  background: #545b62;
}
.close-btn[data-v-5567e6cd] {
  background: none;
  border: none;
  padding: 8px;
  border-radius: 6px;
  cursor: pointer;
  color: #6c757d;
  transition: all 0.3s ease;
}
.close-btn[data-v-5567e6cd]:hover {
  background: #e9ecef;
  color: #495057;
}
.drawing-tools[data-v-5567e6cd] {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  background: #f8f9fa;
  border-bottom: 1px solid #e0e0e0;
  gap: 16px;
  overflow-x: auto;
}
.tool-group[data-v-5567e6cd] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tool-separator[data-v-5567e6cd] {
  width: 1px;
  height: 24px;
  background: #dee2e6;
}
.tool-btn[data-v-5567e6cd] {
  width: 36px;
  height: 36px;
  border: 1px solid #dee2e6;
  background: white;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #6c757d;
}
.tool-btn[data-v-5567e6cd]:hover:not(:disabled) {
  background: #e9ecef;
  border-color: #adb5bd;
}
.tool-btn.active[data-v-5567e6cd] {
  background: #007bff;
  border-color: #007bff;
  color: white;
}
.tool-btn[data-v-5567e6cd]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.tool-btn svg[data-v-5567e6cd] {
  width: 18px;
  height: 18px;
  display: block;
}
.clear-btn[data-v-5567e6cd]:hover:not(:disabled) {
  background: #dc3545;
  border-color: #dc3545;
  color: white;
}
.color-picker[data-v-5567e6cd] {
  position: relative;
}
.color-input[data-v-5567e6cd] {
  width: 36px;
  height: 36px;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  cursor: pointer;
  padding: 0;
  background: none;
}
.stroke-width[data-v-5567e6cd] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.stroke-slider[data-v-5567e6cd] {
  width: 80px;
}
.stroke-value[data-v-5567e6cd] {
  font-size: 12px;
  color: #6c757d;
  min-width: 16px;
}
.canvas-container[data-v-5567e6cd] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  position: relative;
  overflow: hidden;
  touch-action: none;
}
.image-canvas[data-v-5567e6cd] {
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  cursor: crosshair;
  background: white;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.text-input-container[data-v-5567e6cd] {
  position: absolute;
  z-index: 1000;
}
.text-input[data-v-5567e6cd] {
  padding: 6px 10px;
  border: 2px solid #007bff;
  border-radius: 4px;
  font-size: 14px;
  min-width: 150px;
  outline: none;
  -webkit-appearance: none;
  position: relative;
  z-index: 10001;
}
@media (max-width: 768px) {
.text-input[data-v-5567e6cd] {
    font-size: 16px; /* Prevents zoom on iOS */
    padding: 8px 12px;
    min-width: 200px;
}
}

/* Dark mode support for dashboard */
.admin-view .image-viewer-modal .viewer-container[data-v-5567e6cd] {
  background: #2c3e50;
  color: #e4e6ea;
}
.admin-view .image-viewer-modal .viewer-header[data-v-5567e6cd] {
  background: #34495e;
  border-color: #3a3f47;
}
.admin-view .image-viewer-modal .header-left h3[data-v-5567e6cd] {
  color: #e4e6ea;
}
.admin-view .image-viewer-modal .drawing-tools[data-v-5567e6cd] {
  background: #34495e;
  border-color: #3a3f47;
}
.admin-view .image-viewer-modal .canvas-container[data-v-5567e6cd] {
  background: #2c3e50;
}
.admin-view .image-viewer-modal .tool-btn[data-v-5567e6cd] {
  background: #34495e;
  border-color: #3a3f47;
  color: #e4e6ea;
}
.admin-view .image-viewer-modal .tool-btn[data-v-5567e6cd]:hover:not(:disabled) {
  background: #3a3f47;
}

/* Mobile responsive */
@media (max-width: 768px) {
.image-viewer-modal[data-v-5567e6cd] {
    padding: 0;
}
.viewer-container[data-v-5567e6cd] {
    width: 100vw;
    height: 100vh;
    max-width: none;
    max-height: none;
    border-radius: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.header-left h3[data-v-5567e6cd] {
    max-width: 200px;
    font-size: 16px;
}
.drawing-tools[data-v-5567e6cd] {
    flex-wrap: wrap;
    padding: 8px 12px;
    gap: 8px;
}
.tool-btn[data-v-5567e6cd] {
    width: 40px;
    height: 40px;
}
.stroke-slider[data-v-5567e6cd] {
    width: 60px;
}
.image-canvas[data-v-5567e6cd] {
    touch-action: none;
}
}


.image-evidence[data-v-0497285c] {
  position: relative;
  display: inline-block;
}
.upload-btn[data-v-0497285c] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #0084ff;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.upload-btn[data-v-0497285c]:hover:not(:disabled) {
  background: #0070e0;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 132, 255, 0.3);
}
.upload-btn[data-v-0497285c]:disabled {
  background: #666;
  cursor: not-allowed;
}
.upload-btn-link[data-v-0497285c] {
  background: none !important;
  color: #0084ff !important;
  padding: 8px 12px !important;
  border: none !important;
  text-decoration: none;
  font-weight: 500;
}
.upload-btn-link[data-v-0497285c]:hover:not(:disabled) {
  background: none !important;
  color: #0070e0 !important;
  text-decoration: underline;
  transform: none !important;
  box-shadow: none !important;
}
.upload-btn-link[data-v-0497285c]:disabled {
  background: none !important;
  color: #999 !important;
}
.image-container[data-v-0497285c] {
  position: relative;
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
  border: 2px solid #e0e0e0;
  transition: all 0.3s ease;
}
.image-container[data-v-0497285c]:hover {
  border-color: #0084ff;
  box-shadow: 0 4px 12px rgba(0, 132, 255, 0.15);
}
.image-thumbnail[data-v-0497285c] {
  width: 120px;
  height: 120px;
  object-fit: cover;
  display: block;
  cursor: pointer;
}
.image-thumbnail-small[data-v-0497285c] {
  width: 80px !important;
  height: 80px !important;
}
.image-overlay[data-v-0497285c] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.image-container:hover .image-overlay[data-v-0497285c] {
  opacity: 1;
}
.edit-btn[data-v-0497285c],
.replace-btn[data-v-0497285c],
.remove-btn[data-v-0497285c] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.edit-btn[data-v-0497285c],
.replace-btn[data-v-0497285c] {
  background: rgba(0, 132, 255, 0.9);
}
.edit-btn[data-v-0497285c]:hover,
.replace-btn[data-v-0497285c]:hover {
  background: rgba(0, 132, 255, 1);
  transform: scale(1.1);
}
.remove-btn[data-v-0497285c] {
  background: rgba(220, 53, 69, 0.9);
}
.remove-btn[data-v-0497285c]:hover {
  background: rgba(220, 53, 69, 1);
  transform: scale(1.1);
}
.image-info[data-v-0497285c] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  padding: 8px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.image-container:hover .image-info[data-v-0497285c] {
  opacity: 1;
}
.file-name[data-v-0497285c] {
  color: white;
  font-size: 12px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.mobile-remove-btn[data-v-0497285c] {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background: white;
  color: #4a5568;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.mobile-remove-btn[data-v-0497285c]:hover {
  background: #f7f7f7;
  color: #2d3748;
  transform: scale(1.1);
}

/* Dark mode support for dashboard */
.admin-view .image-evidence .upload-btn[data-v-0497285c] {
  background: #0084ff;
  color: white;
}
.admin-view .image-evidence .upload-btn[data-v-0497285c]:hover:not(:disabled) {
  background: #0070e0;
}
.admin-view .image-evidence .image-container[data-v-0497285c] {
  border-color: #3a3f47;
  background: #2c3e50;
}
.admin-view .image-evidence .image-container[data-v-0497285c]:hover {
  border-color: #0084ff;
  box-shadow: 0 4px 12px rgba(0, 132, 255, 0.3);
}


.admin-view[data-v-b9881346] {
  background: #1a1d23;
  color: #e4e6ea;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Top Navigation */
.top-nav[data-v-b9881346] {
  background: #252a31;
  border-bottom: 1px solid #3a3f47;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-left[data-v-b9881346] {
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav-item[data-v-b9881346] {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e4e6ea;
  font-size: 14px;
  font-weight: 500;
}
.overc-logo[data-v-b9881346] {
  filter: brightness(0) invert(1);
}
.nav-right[data-v-b9881346] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.nav-btn[data-v-b9881346] {
  background: #0084ff;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.nav-icons[data-v-b9881346] {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
.notification-badge[data-v-b9881346] {
  background: #ff4444;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 10px;
  position: absolute;
  top: -8px;
  left: 16px;
}
.user-avatar-nav[data-v-b9881346] {
  width: 32px;
  height: 32px;
  background: #4a5568;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
}

/* Sub Navigation */
.sub-nav[data-v-b9881346] {
  background: #1a1d23;
  border-bottom: 1px solid #3a3f47;
  padding: 0 20px;
}
.tabs-container[data-v-b9881346] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.incident-tabs[data-v-b9881346] {
  display: flex;
  gap: 2px;
}
.incident-tab[data-v-b9881346] {
  background: #2d3339;
  color: #e4e6ea;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  cursor: pointer;
  position: relative;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.tab-title[data-v-b9881346] {
  flex: 1;
}
.incident-tab.active[data-v-b9881346] {
  background: #1a1d23;
  border-bottom: 2px solid #0084ff;
}
.tab-close[data-v-b9881346] {
  background: none;
  border: none;
  color: #8b9199;
  font-size: 16px;
  cursor: pointer;
  padding: 0 4px;
}
.nav-controls[data-v-b9881346] {
  display: flex;
  gap: 16px;
  color: #8b9199;
}

/* Main Content */
.main-content[data-v-b9881346] {
  display: flex;
  height: calc(100vh - 120px);
}

/* Left Sidebar */
.left-sidebar[data-v-b9881346] {
  width: 60px;
  background: #252a31;
  border-right: 1px solid #3a3f47;
  padding: 16px 0;
}
.sidebar-section[data-v-b9881346] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sidebar-item[data-v-b9881346] {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8b9199;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.sidebar-item.active[data-v-b9881346] {
  background: #0084ff;
  color: white;
}
.sidebar-item[data-v-b9881346]:hover:not(.active) {
  background: #3a3f47;
  color: #e4e6ea;
}

/* Timeline Content */
.timeline-content[data-v-b9881346] {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
}
.timeline-header[data-v-b9881346] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.timeline-header h2[data-v-b9881346] {
  font-size: 16px;
  font-weight: 600;
  color: #e4e6ea;
  margin: 0;
}
.timeline-actions[data-v-b9881346] {
  display: flex;
  gap: 16px;
  color: #8b9199;
}
.timeline-events[data-v-b9881346] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.timeline-event[data-v-b9881346] {
  display: flex;
  gap: 16px;
  position: relative;
}
.timeline-event[data-v-b9881346]:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 44px;
  top: 24px;
  bottom: -24px;
  width: 1px;
  background: #3a3f47;
}
.event-time[data-v-b9881346] {
  font-size: 13px;
  color: #8b9199;
  width: 40px;
  text-align: right;
  flex-shrink: 0;
}
.event-dot[data-v-b9881346] {
  width: 8px;
  height: 8px;
  background: #0084ff;
  border-radius: 50%;
  margin-top: 6px;
  flex-shrink: 0;
}
.event-content[data-v-b9881346] {
  flex: 1;
}
.event-header[data-v-b9881346] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.event-avatar[data-v-b9881346] {
  width: 32px;
  height: 32px;
  background: #4a5568;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: white;
}
.event-avatar.ai[data-v-b9881346] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.event-avatar.mention[data-v-b9881346] {
  background: #8b9199;
}
.event-info[data-v-b9881346] {
  flex: 1;
  font-size: 14px;
  color: #e4e6ea;
}
.event-author[data-v-b9881346] {
  font-weight: 600;
}
.mention-user[data-v-b9881346] {
  color: #0084ff;
  font-weight: 600;
}
.event-tag[data-v-b9881346] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #3a3f47;
  color: #8b9199;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  margin-left: 8px;
}
.event-tag.new[data-v-b9881346] {
  background: #0084ff;
  color: white;
}
.event-tag.ai[data-v-b9881346] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}
.event-tag.public[data-v-b9881346] {
  background: #48bb78;
  color: white;
}
.event-tag.team[data-v-b9881346] {
  background: #ed8936;
  color: white;
}
.event-menu[data-v-b9881346] {
  background: none;
  border: none;
  color: #8b9199;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
}
.event-menu[data-v-b9881346]:hover {
  background: #3a3f47;
}
.event-text[data-v-b9881346] {
  color: #b3b8bf;
  line-height: 1.5;
  margin-bottom: 8px;
}
.highlight[data-v-b9881346] {
  background: #2d3339;
  color: #0084ff;
  padding: 1px 4px;
  border-radius: 3px;
}
.hashtag[data-v-b9881346] {
  color: #0084ff;
}
.more-btn[data-v-b9881346] {
  background: none;
  border: none;
  color: #0084ff;
  font-size: 12px;
  cursor: pointer;
  padding: 0;
  margin-top: 8px;
}

/* Audio Player */
.audio-player[data-v-b9881346] {
  background: #2d3339;
  border-radius: 8px;
  padding: 16px;
  margin-top: 12px;
}
.audio-waveform[data-v-b9881346] {
  margin-bottom: 12px;
}
.waveform-bars[data-v-b9881346] {
  display: flex;
  gap: 1px;
  height: 40px;
  align-items: center;
}
.waveform-bar[data-v-b9881346] {
  width: 2px;
  background: #0084ff;
  border-radius: 1px;
  min-height: 2px;
}
.audio-controls[data-v-b9881346] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.play-btn[data-v-b9881346], .volume-btn[data-v-b9881346], .fullscreen-btn[data-v-b9881346] {
  background: #3a3f47;
  border: none;
  color: #e4e6ea;
  padding: 8px;
  border-radius: 6px;
  cursor: pointer;
}
.play-btn[data-v-b9881346] {
  background: #0084ff;
}
.audio-time[data-v-b9881346] {
  color: #e4e6ea;
  font-size: 13px;
  margin-left: auto;
  margin-right: 12px;
}

/* Right Sidebar */
.right-sidebar[data-v-b9881346] {
  width: 350px;
  background: #252a31;
  border-left: 1px solid #3a3f47;
  padding: 20px;
  overflow-y: auto;
}
.incident-header-desktop[data-v-b9881346] {
  margin-bottom: 24px;
}
.incident-header-desktop h3[data-v-b9881346] {
  color: #0084ff;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.incident-meta[data-v-b9881346] {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8b9199;
  font-size: 13px;
  margin-bottom: 12px;
}
.incident-badges[data-v-b9881346] {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.incident-badge[data-v-b9881346] {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  color: white;
}
.incident-badge.fire[data-v-b9881346] {
  background: #e53e3e;
}
.incident-badge.security[data-v-b9881346] {
  background: #0084ff;
}
.incident-location[data-v-b9881346] {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #e53e3e;
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 12px;
}
.incident-reporter[data-v-b9881346] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.reporter-avatar[data-v-b9881346] {
  width: 32px;
  height: 32px;
  background: #4a5568;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: white;
}
.reporter-info[data-v-b9881346] {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #b3b8bf;
}
.weather[data-v-b9881346] {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #f6d55c;
}

/* SOP Progress Section */
.sop-progress-section[data-v-b9881346] {
  margin-bottom: 24px;
}
.sop-progress-header[data-v-b9881346] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.sop-progress-section h4[data-v-b9881346] {
  color: #e4e6ea;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.ai-badge-small[data-v-b9881346] {
  display: flex;
  align-items: center;
  gap: 4px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 600;
}
.sop-stats[data-v-b9881346] {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.sop-stat[data-v-b9881346] {
  flex: 1;
  text-align: center;
}
.stat-number[data-v-b9881346] {
  font-size: 24px;
  font-weight: 700;
  color: #e4e6ea;
  margin-bottom: 4px;
}
.stat-label[data-v-b9881346] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.stat-percentage[data-v-b9881346] {
  font-size: 12px;
  color: #48bb78;
  font-weight: 600;
}
.stat-desc[data-v-b9881346] {
  font-size: 10px;
  color: #8b9199;
  font-weight: 500;
}
.sop-guide-btn[data-v-b9881346] {
  width: 100%;
  background: #0084ff;
  color: white;
  border: none;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.2s ease;
}
.sop-guide-btn[data-v-b9881346]:hover {
  background: #0066cc;
}

/* Incident Timeline */
.incident-timeline[data-v-b9881346] {
  margin-bottom: 24px;
}
.incident-timeline h4[data-v-b9881346] {
  color: #e4e6ea;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 16px 0;
}
.time-stats[data-v-b9881346] {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.time-stat[data-v-b9881346] {
  text-align: center;
}
.time-number[data-v-b9881346] {
  font-size: 32px;
  font-weight: 700;
  color: #e4e6ea;
  margin-bottom: 4px;
}
.time-label[data-v-b9881346] {
  font-size: 10px;
  color: #8b9199;
  font-weight: 500;
}

/* Summary Section */
.summary-section[data-v-b9881346] {
  margin-bottom: 24px;
}
.summary-header[data-v-b9881346] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.summary-header h4[data-v-b9881346] {
  color: #e4e6ea;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.ai-badge[data-v-b9881346] {
  display: flex;
  align-items: center;
  gap: 4px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 600;
}
.summary-text[data-v-b9881346] {
  color: #b3b8bf;
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 8px 0;
}

/* Assignees Section */
.assignees-section h4[data-v-b9881346] {
  color: #e4e6ea;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 16px 0;
}
.assignees-list[data-v-b9881346] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.assignee[data-v-b9881346] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.assignee-avatar[data-v-b9881346] {
  width: 32px;
  height: 32px;
  background: #4a5568;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: white;
}
.assignee span[data-v-b9881346] {
  color: #b3b8bf;
  font-size: 14px;
}
.assignee.eta[data-v-b9881346] {
  justify-content: flex-end;
}
.eta-badge[data-v-b9881346] {
  background: #e53e3e;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
}

/* SOP Modal */
.sop-modal-overlay[data-v-b9881346] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.sop-modal[data-v-b9881346] {
  background: #252a31;
  border-radius: 12px;
  width: 100%;
  max-width: 800px;
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.sop-modal-header[data-v-b9881346] {
  background: #0084ff;
  color: white;
  padding: 20px 24px;
  position: relative;
}
.modal-close[data-v-b9881346] {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
}
.sop-modal-header h3[data-v-b9881346] {
  margin: 0 0 8px 0;
  font-size: 20px;
  font-weight: 600;
}
.sop-progress-modal[data-v-b9881346] {
  margin-top: 8px;
}
.progress-counter[data-v-b9881346] {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease;
}
.progress-counter.progress-updated[data-v-b9881346] {
  animation: desktopPulse-b9881346 1s ease-out;
}
@keyframes desktopPulse-b9881346 {
0% {
    transform: scale(1);
    background-color: rgba(255, 255, 255, 0.2);
}
50% {
    transform: scale(1.1);
    background-color: #48bb78;
}
100% {
    transform: scale(1);
    background-color: rgba(255, 255, 255, 0.2);
}
}
.sop-modal-content[data-v-b9881346] {
  flex: 1;
  overflow-y: auto;
  padding: 24px;
}

/* Desktop SOP Steps */
.sop-step-desktop[data-v-b9881346] {
  background: #2d3339;
  border: 1px solid #3a3f47;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.sop-step-desktop.available[data-v-b9881346] {
  opacity: 1;
}
.sop-step-desktop.completed[data-v-b9881346] {
  background: #1a2e1a;
  border-color: #48bb78;
}
.step-desktop-header[data-v-b9881346] {
  padding: 16px 20px;
  background: #252a31;
  border-bottom: 1px solid #3a3f47;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.step-desktop-left[data-v-b9881346] {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}
.step-desktop-right[data-v-b9881346] {
  display: flex;
  align-items: center;
}
.step-desktop-header input[type="checkbox"][data-v-b9881346] {
  width: 18px;
  height: 18px;
  border: 2px solid #0084ff;
  border-radius: 3px;
  appearance: none;
  cursor: pointer;
}
.step-desktop-header input[type="checkbox"][data-v-b9881346]:checked {
  background: #0084ff;
}
.step-desktop-header input[type="checkbox"][data-v-b9881346]:checked::after {
  content: '✓';
  color: white;
  font-weight: bold;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.step-desktop-number[data-v-b9881346] {
  background: #0084ff;
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  min-width: 32px;
  text-align: center;
}
.step-desktop-title[data-v-b9881346] {
  font-weight: 600;
  font-size: 16px;
  color: #e4e6ea;
}
.step-desktop-content[data-v-b9881346] {
  padding: 20px;
}
.step-desktop-action[data-v-b9881346] {
  font-size: 14px;
  line-height: 1.5;
  color: #b3b8bf;
  margin-bottom: 12px;
}
.step-desktop-who[data-v-b9881346] {
  font-size: 13px;
  color: #8b9199;
  margin-bottom: 16px;
}
.step-desktop-requirements[data-v-b9881346] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}
.req-desktop[data-v-b9881346] {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #3a3f47;
  color: #b3b8bf;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 14px;
}
.req-desktop.error[data-v-b9881346] {
  background: #4a1a1a;
  color: #ff6b6b;
}
.upload-btn-desktop[data-v-b9881346], .note-btn-desktop[data-v-b9881346] {
  background: #0084ff;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  margin-left: auto;
}
.uploaded-desktop[data-v-b9881346], .note-added-desktop[data-v-b9881346] {
  color: #48bb78;
  font-weight: 600;
  margin-left: auto;
}
.step-error-desktop[data-v-b9881346] {
  color: #ff6b6b;
  font-size: 13px;
  background: #4a1a1a;
  padding: 12px;
  border-radius: 6px;
  margin-top: 12px;
}
.sop-completed-desktop[data-v-b9881346] {
  background: #1a2e1a;
  color: #48bb78;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 24px;
}
.sop-modal-footer[data-v-b9881346] {
  padding: 24px;
  border-top: 1px solid #3a3f47;
  background: #252a31;
}
.finalize-desktop-btn[data-v-b9881346] {
  width: 100%;
  background: #48bb78;
  color: white;
  border: none;
  padding: 16px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.finalize-desktop-btn.disabled[data-v-b9881346] {
  background: #4a5568;
  cursor: not-allowed;
}

/* Desktop Note Dialog */
.desktop-note-overlay[data-v-b9881346] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.desktop-note-dialog[data-v-b9881346] {
  background: #252a31;
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  max-height: 80vh;
  overflow: hidden;
}
.desktop-note-header[data-v-b9881346] {
  padding: 20px 24px 12px;
  border-bottom: 1px solid #3a3f47;
}
.desktop-note-header h3[data-v-b9881346] {
  margin: 0 0 4px 0;
  font-size: 18px;
  font-weight: 600;
  color: #e4e6ea;
}
.desktop-note-header span[data-v-b9881346] {
  font-size: 14px;
  color: #8b9199;
}
.desktop-note-content[data-v-b9881346] {
  padding: 20px 24px;
}
.desktop-note-content textarea[data-v-b9881346] {
  width: 100%;
  background: #2d3339;
  border: 1px solid #3a3f47;
  border-radius: 6px;
  padding: 12px;
  font-size: 14px;
  color: #e4e6ea;
  resize: vertical;
  min-height: 120px;
}
.desktop-note-content textarea[data-v-b9881346]:focus {
  outline: none;
  border-color: #0084ff;
}
.note-char-counter[data-v-b9881346] {
  text-align: right;
  font-size: 12px;
  color: #8b9199;
  margin-top: 8px;
}
.desktop-note-actions[data-v-b9881346] {
  display: flex;
  gap: 12px;
  padding: 20px 24px;
  border-top: 1px solid #3a3f47;
}
.note-cancel-desktop[data-v-b9881346] {
  flex: 1;
  background: #3a3f47;
  border: none;
  color: #e4e6ea;
  padding: 12px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}
.note-save-desktop[data-v-b9881346] {
  flex: 1;
  background: #0084ff;
  border: none;
  color: white;
  padding: 12px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}
.note-save-desktop[data-v-b9881346]:disabled {
  background: #4a5568;
  cursor: not-allowed;
}

/* Context Switcher Menu */
.context-switcher-container[data-v-b9881346] {
  position: relative;
}
.context-menu-icon[data-v-b9881346] {
  cursor: pointer;
  transition: color 0.2s ease;
}
.context-menu-icon[data-v-b9881346]:hover {
  color: #0084ff;
}
.context-switcher-menu[data-v-b9881346] {
  position: absolute;
  top: 100%;
  left: 0;
  background: #252a31;
  border: 1px solid #3a3f47;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  z-index: 1000;
  min-width: 200px;
  margin-top: 8px;
}
.context-menu-header[data-v-b9881346] {
  padding: 12px 16px;
  border-bottom: 1px solid #3a3f47;
}
.context-menu-header h4[data-v-b9881346] {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #8b9199;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.context-menu-options[data-v-b9881346] {
  padding: 8px 0;
}
.context-menu-option[data-v-b9881346] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  color: #e4e6ea;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s ease;
}
.context-menu-option[data-v-b9881346]:hover {
  background: #2d3339;
  color: #0084ff;
}
.context-menu-option svg[data-v-b9881346] {
  color: #8b9199;
  transition: color 0.2s ease;
}
.context-menu-option:hover svg[data-v-b9881346] {
  color: #0084ff;
}
.evidence-container[data-v-b9881346] {
  margin-top: 12px;
  display: flex;
  justify-content: flex-start;
}
.req-desktop-header[data-v-b9881346] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.req-desktop-info[data-v-b9881346] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.req-desktop-actions[data-v-b9881346] {
  display: flex;
  align-items: center;
}
.note-text[data-v-b9881346] {
  font-size: 14px;
  color: #b8c4d1;
  line-height: 1.5;
  word-wrap: break-word;
  white-space: pre-wrap;
  margin: 0;
}
.note-content-inline[data-v-b9881346] {
  font-size: 14px;
  color: #b8c4d1;
  line-height: 1.5;
  word-wrap: break-word;
  white-space: pre-wrap;
  flex: 1;
  padding-left: 0;
  margin: 0;
  padding-right: 16px;
}

/* Adjust the evidence styling for dark theme */
.req-desktop .evidence-container[data-v-b9881346] {
  padding-top: 8px;
  border-top: 1px solid #3a3f47;
  margin-top: 8px;
}

/* Sub-procedures styling */
.sub-procedures[data-v-b9881346] {
  margin-top: 16px;
  padding-left: 20px;
  border-left: 2px solid #3a3f47;
}
.sub-procedure[data-v-b9881346] {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 8px;
  border: 1px solid #3a3f47;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.sub-procedure.completed[data-v-b9881346] {
  border-color: #0084ff;
  background: rgba(0, 132, 255, 0.05);
}
.sub-procedure.available[data-v-b9881346] {
  border-color: #4a5568;
}
.sub-procedure-header[data-v-b9881346] {
  padding: 12px 16px;
  background: #2c3339;
  border-bottom: 1px solid #3a3f47;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px 8px 0 0;
}
.sub-procedure-left[data-v-b9881346] {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.sub-procedure-right[data-v-b9881346] {
  display: flex;
  align-items: center;
}
.sub-procedure-number[data-v-b9881346] {
  background: #3a3f47;
  color: #8b9199;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  min-width: 32px;
  text-align: center;
}
.sub-procedure.completed .sub-procedure-number[data-v-b9881346] {
  background: #0084ff;
  color: white;
}
.sub-procedure-title[data-v-b9881346] {
  font-size: 14px;
  font-weight: 600;
  color: #e4e6ea;
}
.sub-procedure-content[data-v-b9881346] {
  padding: 16px;
}
.sub-procedure-action[data-v-b9881346] {
  font-size: 14px;
  color: #b8c4d1;
  line-height: 1.5;
  margin-bottom: 8px;
}
.sub-procedure-who[data-v-b9881346] {
  font-size: 12px;
  color: #8b9199;
  font-weight: 500;
  margin-bottom: 12px;
}
.sub-procedure-requirements[data-v-b9881346] {
  margin-top: 12px;
}
.sub-procedure-requirements .req-desktop[data-v-b9881346] {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 8px;
  border: 1px solid #3a3f47;
}

/* Checkbox styling for subprocedures */
.sub-procedure-header input[type="checkbox"][data-v-b9881346] {
  width: 16px;
  height: 16px;
  border: 2px solid #0084ff;
  border-radius: 3px;
  appearance: none;
  cursor: pointer;
}
.sub-procedure-header input[type="checkbox"][data-v-b9881346]:checked {
  background: #0084ff;
}
.sub-procedure-header input[type="checkbox"][data-v-b9881346]:checked::after {
  content: '✓';
  color: white;
  font-size: 12px;
  display: block;
  text-align: center;
  line-height: 12px;
}


.cockpit-view[data-v-01f5e842] {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.navbar[data-v-01f5e842] {
  background-color: #1e3c72;
  color: white;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.back-link[data-v-01f5e842] {
  color: white;
  text-decoration: none;
  font-size: 1rem;
  transition: opacity 0.3s ease;
}
.back-link[data-v-01f5e842]:hover {
  opacity: 0.8;
}
.navbar h1[data-v-01f5e842] {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
}
.content[data-v-01f5e842] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.welcome-container[data-v-01f5e842] {
  text-align: center;
  max-width: 600px;
}
.welcome-container h2[data-v-01f5e842] {
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 1rem;
  color: #4a90e2;
}
.welcome-container p[data-v-01f5e842] {
  font-size: 1.25rem;
  color: #ccc;
}
@media (max-width: 768px) {
.navbar[data-v-01f5e842] {
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}
.welcome-container h2[data-v-01f5e842] {
    font-size: 2rem;
}
.welcome-container p[data-v-01f5e842] {
    font-size: 1rem;
}
}


.webadmin-view[data-v-9063324c] {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.navbar[data-v-9063324c] {
  background-color: #00a6fb;
  color: white;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.back-link[data-v-9063324c] {
  color: white;
  text-decoration: none;
  font-size: 1rem;
  transition: opacity 0.3s ease;
}
.back-link[data-v-9063324c]:hover {
  opacity: 0.8;
}
.navbar h1[data-v-9063324c] {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
}
.content[data-v-9063324c] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.welcome-container[data-v-9063324c] {
  text-align: center;
  max-width: 600px;
}
.welcome-container h2[data-v-9063324c] {
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 1rem;
  color: #00a6fb;
}
.welcome-container p[data-v-9063324c] {
  font-size: 1.25rem;
  color: #666;
}
@media (max-width: 768px) {
.navbar[data-v-9063324c] {
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}
.welcome-container h2[data-v-9063324c] {
    font-size: 2rem;
}
.welcome-container p[data-v-9063324c] {
    font-size: 1rem;
}
}


.admin-header[data-v-54bd4a88] {
  height: 60px;
  background-color: white;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-left[data-v-54bd4a88] {
  display: flex;
  align-items: center;
  gap: 15px;
}
.menu-container[data-v-54bd4a88] {
  position: relative;
}
.menu-toggle[data-v-54bd4a88] {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-toggle[data-v-54bd4a88]:hover {
  background-color: #f0f0f0;
  border-radius: 4px;
}
.menu-dropdown[data-v-54bd4a88] {
  position: absolute;
  top: 100%;
  left: 0;
  width: 280px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  margin-top: 8px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}
.menu-header[data-v-54bd4a88] {
  background: #4a5568;
  padding: 16px 20px;
  color: white;
}
.menu-title[data-v-54bd4a88] {
  font-size: 16px;
  font-weight: 500;
  color: white;
}
.menu-items[data-v-54bd4a88] {
  padding: 8px 0;
}
.menu-item[data-v-54bd4a88] {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  color: #0f1820;
  text-decoration: none;
  transition: background-color 0.2s ease;
  cursor: pointer;
}
.menu-item[data-v-54bd4a88]:hover {
  background-color: #f8f9fa;
}
.menu-icon[data-v-54bd4a88] {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex-shrink: 0;
}
.home-icon[data-v-54bd4a88] {
  background-color: #4a5568;
}
.dashboard-icon[data-v-54bd4a88] {
  background-color: #4a5568;
}
.service-icon[data-v-54bd4a88] {
  background-color: #4a5568;
}
.mobile-icon[data-v-54bd4a88] {
  background-color: #4a5568;
}
.menu-icon-img[data-v-54bd4a88] {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.menu-label[data-v-54bd4a88] {
  font-size: 16px;
  font-weight: 500;
  color: #0f1820;
}
.menu-separator[data-v-54bd4a88] {
  height: 1px;
  background-color: #e0e0e0;
  margin: 8px 0;
}
.admin-logo[data-v-54bd4a88] {
  height: 30px;
  width: auto;
}
.admin-title[data-v-54bd4a88] {
  font-size: 18px;
  font-weight: 600;
  color: #0f1820;
}
.header-center[data-v-54bd4a88] {
  flex: 1;
  display: flex;
  justify-content: center;
}
.header-nav[data-v-54bd4a88] {
  display: flex;
  gap: 30px;
}
.nav-item[data-v-54bd4a88] {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}
.nav-item[data-v-54bd4a88]:hover {
  color: #027cb5;
}
.nav-item.active[data-v-54bd4a88] {
  color: #027cb5;
  border-bottom-color: #027cb5;
}
.header-right[data-v-54bd4a88] {
  display: flex;
  align-items: center;
  gap: 20px;
}
.search-box[data-v-54bd4a88] {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 0 15px;
}
.search-icon[data-v-54bd4a88] {
  color: #999;
  margin-right: 10px;
}
.search-input[data-v-54bd4a88] {
  border: none;
  background: none;
  padding: 8px 0;
  width: 250px;
  font-size: 14px;
  color: #0f1820;
}
.search-input[data-v-54bd4a88]::placeholder {
  color: #999;
}
.search-input[data-v-54bd4a88]:focus {
  outline: none;
}
.user-avatar[data-v-54bd4a88] {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #6c757d;
  cursor: pointer;
}
@media (max-width: 968px) {
.header-nav[data-v-54bd4a88] {
    display: none;
}
.search-box[data-v-54bd4a88] {
    display: none;
}
}


.admin-sidebar[data-v-fbcb4286] {
  width: 200px;
  background-color: #f8f9fa;
  border-right: 1px solid #e0e0e0;
  padding: 20px 0;
}
.sidebar-nav[data-v-fbcb4286] {
  display: flex;
  flex-direction: column;
}
.sidebar-item[data-v-fbcb4286] {
  padding: 12px 24px;
  color: #666;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}
.sidebar-item[data-v-fbcb4286]:hover {
  background-color: #e9ecef;
  color: #0f1820;
}
.sidebar-item.active[data-v-fbcb4286] {
  background-color: #e9ecef;
  color: #0f1820;
  font-weight: 600;
}
.sidebar-item.active[data-v-fbcb4286]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #027cb5;
}
@media (max-width: 768px) {
.admin-sidebar[data-v-fbcb4286] {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
}
.sidebar-nav[data-v-fbcb4286] {
    flex-direction: row;
    overflow-x: auto;
    padding: 0 20px;
}
.sidebar-item[data-v-fbcb4286] {
    white-space: nowrap;
    padding: 8px 16px;
}
}


.admin-layout[data-v-741fdcd9] {
  min-height: 100vh;
  background-color: #f5f5f5;
  font-family: 'Open Sans', sans-serif;
  color: #0f1820;
}
.admin-container[data-v-741fdcd9] {
  display: flex;
  min-height: calc(100vh - 60px);
}
.admin-main[data-v-741fdcd9] {
  flex: 1;
  background-color: white;
  margin: 20px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
@media (max-width: 768px) {
.admin-container[data-v-741fdcd9] {
    flex-direction: column;
}
.admin-main[data-v-741fdcd9] {
    margin: 10px;
    padding: 20px;
}
}


.data-table[data-v-1bcc6778] {
  width: 100%;
  overflow-x: auto;
}
table[data-v-1bcc6778] {
  width: 100%;
  border-collapse: collapse;
}
thead[data-v-1bcc6778] {
  background-color: #f8f9fa;
  border-bottom: 2px solid #e0e0e0;
}
th[data-v-1bcc6778] {
  padding: 15px;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.sort-icon[data-v-1bcc6778] {
  font-size: 10px;
  margin-left: 5px;
  opacity: 0.5;
}
tbody tr[data-v-1bcc6778] {
  border-bottom: 1px solid #e9ecef;
  transition: background-color 0.2s ease;
}
tbody tr[data-v-1bcc6778]:hover {
  background-color: #f8f9fa;
}
td[data-v-1bcc6778] {
  padding: 20px 15px;
  font-size: 14px;
  color: #0f1820;
}
.status-cell[data-v-1bcc6778] {
  display: flex;
  align-items: center;
}
.toggle-switch[data-v-1bcc6778] {
  width: 50px;
  height: 24px;
  background-color: #e0e0e0;
  border-radius: 12px;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
.toggle-switch[data-v-1bcc6778]:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.toggle-switch.active[data-v-1bcc6778] {
  background-color: #027cb5;
}
.toggle-switch.active[data-v-1bcc6778]:hover {
  background-color: #026399;
}
.toggle-slider[data-v-1bcc6778] {
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.toggle-switch.active .toggle-slider[data-v-1bcc6778] {
  transform: translateX(26px);
  background-color: #027cb5;
}
.toggle-switch:not(.active) .toggle-slider[data-v-1bcc6778] {
  background-color: #666;
}
.toggle-icon[data-v-1bcc6778] {
  width: 12px;
  height: 12px;
}
.check-icon[data-v-1bcc6778] {
  fill: white;
}
.x-icon[data-v-1bcc6778] {
  fill: white;
}
@media (max-width: 768px) {
th[data-v-1bcc6778], td[data-v-1bcc6778] {
    padding: 12px 10px;
    font-size: 13px;
}
}


.sop-page[data-v-73ea008f] {
  max-width: 1400px;
  margin: 0 auto;
}
.page-header[data-v-73ea008f] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 30px;
}
.header-left[data-v-73ea008f] {
  flex-shrink: 0;
}
.add-button[data-v-73ea008f] {
  background-color: #027cb5;
  color: white;
  border: none;
  border-radius: 25px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.add-button[data-v-73ea008f]:hover {
  background-color: #026399;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(2, 124, 181, 0.3);
}
.plus-icon[data-v-73ea008f] {
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}
.header-center[data-v-73ea008f] {
  flex: 1;
  text-align: center;
}
.page-title[data-v-73ea008f] {
  font-size: 24px;
  font-weight: 400;
  color: #0f1820;
  margin: 0;
  display: inline-block;
}
.record-count[data-v-73ea008f] {
  font-size: 14px;
  color: #666;
  margin-left: 10px;
}
.header-right[data-v-73ea008f] {
  flex-shrink: 0;
}
.status-filter[data-v-73ea008f] {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.status-filter label[data-v-73ea008f] {
  font-size: 14px;
  color: #666;
}
.custom-select[data-v-73ea008f] {
  position: relative;
  cursor: pointer;
  min-width: 140px;
}
.select-value[data-v-73ea008f] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border: 2px solid #027cb5;
  border-radius: 25px;
  background-color: white;
  font-size: 14px;
  color: #0f1820;
  font-weight: 500;
  transition: all 0.3s ease;
}
.select-value[data-v-73ea008f]:hover {
  border-color: #026399;
  box-shadow: 0 2px 8px rgba(2, 124, 181, 0.15);
}
.dropdown-arrow[data-v-73ea008f] {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: #027cb5;
}
.custom-select.open .dropdown-arrow[data-v-73ea008f] {
  transform: rotate(180deg);
}
.dropdown-options[data-v-73ea008f] {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  margin-top: 5px;
  overflow: hidden;
}
.dropdown-option[data-v-73ea008f] {
  padding: 12px 20px;
  font-size: 14px;
  color: #0f1820;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.dropdown-option[data-v-73ea008f]:hover {
  background-color: #f5f5f5;
}
.dropdown-option.selected[data-v-73ea008f] {
  background-color: #e3f2fd;
  color: #027cb5;
  font-weight: 500;
}
@media (max-width: 968px) {
.page-header[data-v-73ea008f] {
    flex-wrap: wrap;
}
.header-center[data-v-73ea008f] {
    order: -1;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}
.page-title[data-v-73ea008f] {
    font-size: 20px;
}
.record-count[data-v-73ea008f] {
    display: block;
    margin-left: 0;
    margin-top: 5px;
}
}
@media (max-width: 768px) {
.page-header[data-v-73ea008f] {
    gap: 15px;
}
.add-button[data-v-73ea008f] {
    padding: 8px 16px;
    font-size: 13px;
}
.status-filter[data-v-73ea008f] {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.custom-select[data-v-73ea008f] {
    min-width: 120px;
}
.select-value[data-v-73ea008f] {
    padding: 8px 16px;
    font-size: 13px;
}
}


.add-sop-page[data-v-4d6a0c32] {
  min-height: 100vh;
  background-color: #f5f5f5;
  font-family: 'Open Sans', sans-serif;
  color: #0f1820;
}
.page-header[data-v-4d6a0c32] {
  background: white;
  border-bottom: 1px solid #e0e0e0;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-left[data-v-4d6a0c32] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.back-button[data-v-4d6a0c32] {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}
.back-button[data-v-4d6a0c32]:hover {
  background-color: #f0f0f0;
}
.header-title h1[data-v-4d6a0c32] {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  color: #0f1820;
}
.header-right[data-v-4d6a0c32] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.close-button[data-v-4d6a0c32] {
  background: none;
  border: 1px solid #ddd;
  color: #666;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.close-button[data-v-4d6a0c32]:hover {
  border-color: #ccc;
  background-color: #f8f9fa;
}
.save-button[data-v-4d6a0c32] {
  background-color: #027cb5;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.save-button[data-v-4d6a0c32]:hover {
  background-color: #026399;
}
.user-avatar[data-v-4d6a0c32] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #6c757d;
}
.page-content[data-v-4d6a0c32] {
  padding: 32px;
  display: flex;
  justify-content: center;
}
.sop-form-card[data-v-4d6a0c32] {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 800px;
}
.card-header[data-v-4d6a0c32] {
  background-color: #e3f2fd;
  padding: 20px 32px;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.status-badge[data-v-4d6a0c32] {
  background-color: #027cb5;
  color: white;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.status-toggle[data-v-4d6a0c32] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.status-label[data-v-4d6a0c32] {
  font-size: 16px;
  font-weight: 500;
  color: #0f1820;
}
.toggle-switch[data-v-4d6a0c32] {
  width: 50px;
  height: 24px;
  background-color: #e0e0e0;
  border-radius: 12px;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
.toggle-switch[data-v-4d6a0c32]:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.toggle-switch.active[data-v-4d6a0c32] {
  background-color: #027cb5;
}
.toggle-switch.active[data-v-4d6a0c32]:hover {
  background-color: #026399;
}
.toggle-slider[data-v-4d6a0c32] {
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.toggle-switch.active .toggle-slider[data-v-4d6a0c32] {
  transform: translateX(26px);
  background-color: #027cb5;
}
.toggle-switch:not(.active) .toggle-slider[data-v-4d6a0c32] {
  background-color: #666;
}
.form-body[data-v-4d6a0c32] {
  padding: 32px;
}
.form-group[data-v-4d6a0c32] {
  margin-bottom: 24px;
}
.input-with-icon[data-v-4d6a0c32] {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  transition: border-color 0.2s ease;
}
.input-with-icon[data-v-4d6a0c32]:focus-within {
  border-color: #027cb5;
}
.input-icon[data-v-4d6a0c32] {
  color: #666;
  margin-top: 4px;
  flex-shrink: 0;
}
.input-content[data-v-4d6a0c32] {
  flex: 1;
}
.input-label[data-v-4d6a0c32] {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #0f1820;
  margin-bottom: 8px;
}
.version-sopid-group[data-v-4d6a0c32] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.sop-name-input[data-v-4d6a0c32], .version-input[data-v-4d6a0c32], .sopid-input[data-v-4d6a0c32] {
  width: 100%;
  padding: 0;
  border: none;
  font-size: 16px;
  color: #0f1820;
  background: transparent;
}
.sop-name-input[data-v-4d6a0c32] {
  font-size: 18px;
  font-weight: 500;
}
.sop-name-input[data-v-4d6a0c32]::placeholder, .version-input[data-v-4d6a0c32]::placeholder, .sopid-input[data-v-4d6a0c32]::placeholder {
  color: #999;
  font-weight: 400;
}
.sop-name-input[data-v-4d6a0c32]:focus, .version-input[data-v-4d6a0c32]:focus, .sopid-input[data-v-4d6a0c32]:focus {
  outline: none;
}
.file-section[data-v-4d6a0c32] {
  margin-bottom: 32px;
}
.file-picker-group[data-v-4d6a0c32] {
  display: flex;
  gap: 16px;
  align-items: center;
}
.custom-file-picker[data-v-4d6a0c32] {
  flex: 1;
  border: 2px dashed #ddd;
  border-radius: 8px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.custom-file-picker[data-v-4d6a0c32]:hover {
  border-color: #027cb5;
  background-color: #f8f9fa;
}
.file-picker-content[data-v-4d6a0c32] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.file-icon[data-v-4d6a0c32] {
  color: #666;
}
.file-text[data-v-4d6a0c32] {
  color: #666;
  font-size: 14px;
}
.create-sop-button[data-v-4d6a0c32] {
  background-color: #027cb5;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}
.create-sop-button[data-v-4d6a0c32]:hover {
  background-color: #026399;
}
.divider[data-v-4d6a0c32] {
  height: 1px;
  background-color: #e0e0e0;
  margin: 32px 0;
}
.explanation-section[data-v-4d6a0c32] {
  text-align: center;
  padding: 20px;
}
.explanation-text[data-v-4d6a0c32] {
  color: #666;
  font-size: 14px;
  margin: 0;
}

/* Loading Popup Styles */
.loading-overlay[data-v-4d6a0c32] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.loading-popup[data-v-4d6a0c32] {
  background: white;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  width: 90%;
  text-align: center;
}
.loading-content[data-v-4d6a0c32] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.loading-icon[data-v-4d6a0c32] {
  position: relative;
}
.loading-svg[data-v-4d6a0c32] {
  color: #027cb5;
  animation: pulse-4d6a0c32 1.5s ease-in-out infinite;
}
@keyframes pulse-4d6a0c32 {
0% { transform: scale(1); opacity: 1;
}
50% { transform: scale(1.05); opacity: 0.8;
}
100% { transform: scale(1); opacity: 1;
}
}
.loading-text[data-v-4d6a0c32] {
  width: 100%;
}
.loading-text h3[data-v-4d6a0c32] {
  font-size: 20px;
  font-weight: 600;
  color: #0f1820;
  margin: 0 0 16px 0;
}
.loading-progress[data-v-4d6a0c32] {
  width: 100%;
  height: 4px;
  background-color: #e9ecef;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.progress-bar[data-v-4d6a0c32] {
  height: 100%;
  background-color: #027cb5;
  border-radius: 2px;
  transition: width 0.3s ease;
  position: relative;
}
.progress-bar[data-v-4d6a0c32]::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  animation: shimmer-4d6a0c32 2s infinite;
}
@keyframes shimmer-4d6a0c32 {
0% { transform: translateX(-100%);
}
100% { transform: translateX(100%);
}
}

/* SOP Editor Styles */
.sop-editor-section[data-v-4d6a0c32] {
  margin-top: 24px;
}
.editor-header[data-v-4d6a0c32] {
  background: white;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
  border: 1px solid #e9ecef;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.editor-actions-header[data-v-4d6a0c32] {
  display: flex;
  gap: 12px;
  align-items: center;
}
.import-button[data-v-4d6a0c32], .export-button[data-v-4d6a0c32], .preview-button[data-v-4d6a0c32] {
  background: none;
  border: 1px solid #ddd;
  color: #666;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.import-button[data-v-4d6a0c32]:hover, .export-button[data-v-4d6a0c32]:hover, .preview-button[data-v-4d6a0c32]:hover {
  border-color: #ccc;
  background-color: #f8f9fa;
}
.sop-info-panel[data-v-4d6a0c32] {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
  border: 1px solid #e9ecef;
}
.info-section h3[data-v-4d6a0c32] {
  margin: 0 0 16px 0;
  color: #0f1820;
  font-size: 18px;
  font-weight: 600;
}
.info-grid[data-v-4d6a0c32] {
  display: grid;
  grid-template-columns: 1fr 200px 200px;
  gap: 16px;
  align-items: end;
}
.info-field[data-v-4d6a0c32] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.info-field.full-width[data-v-4d6a0c32] {
  grid-column: 1 / -1;
}
.info-field label[data-v-4d6a0c32] {
  font-size: 14px;
  font-weight: 500;
  color: #0f1820;
}
.info-input[data-v-4d6a0c32], .info-textarea[data-v-4d6a0c32] {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  color: #0f1820;
  transition: border-color 0.2s ease;
}
.info-input[data-v-4d6a0c32]:focus, .info-textarea[data-v-4d6a0c32]:focus {
  outline: none;
  border-color: #027cb5;
}
.info-textarea[data-v-4d6a0c32] {
  min-height: 80px;
  resize: vertical;
}
.steps-editor[data-v-4d6a0c32] {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
  border: 1px solid #e9ecef;
}
.steps-header[data-v-4d6a0c32] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.steps-header h3[data-v-4d6a0c32] {
  margin: 0;
  color: #0f1820;
  font-size: 18px;
  font-weight: 600;
}
.add-step-button[data-v-4d6a0c32] {
  background-color: #027cb5;
  color: white;
  border: none;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.2s ease;
}
.add-step-button[data-v-4d6a0c32]:hover {
  background-color: #026399;
}
.add-step-button.secondary[data-v-4d6a0c32] {
  background-color: transparent;
  color: #027cb5;
  border: 1px solid #027cb5;
}
.add-step-button.secondary[data-v-4d6a0c32]:hover {
  background-color: #027cb5;
  color: white;
}
.steps-list[data-v-4d6a0c32] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.step-card[data-v-4d6a0c32] {
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.2s ease;
}
.step-card[data-v-4d6a0c32]:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.step-header[data-v-4d6a0c32] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: white;
  border-bottom: 1px solid #e9ecef;
}
.step-left[data-v-4d6a0c32] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.drag-handle[data-v-4d6a0c32] {
  cursor: grab;
  color: #666;
  padding: 4px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.drag-handle[data-v-4d6a0c32]:hover {
  background-color: #f0f0f0;
}
.drag-handle[data-v-4d6a0c32]:active {
  cursor: grabbing;
}
.step-id[data-v-4d6a0c32] {
  background-color: #027cb5;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  min-width: 32px;
  text-align: center;
}
.step-title[data-v-4d6a0c32] {
  font-size: 16px;
  font-weight: 500;
  color: #0f1820;
}
.step-right[data-v-4d6a0c32] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.config-button[data-v-4d6a0c32], .expand-button[data-v-4d6a0c32], .delete-button[data-v-4d6a0c32] {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.config-button[data-v-4d6a0c32]:hover {
  background-color: #e3f2fd;
  color: #027cb5;
}
.expand-button[data-v-4d6a0c32]:hover {
  background-color: #f0f0f0;
  color: #027cb5;
}
.delete-button[data-v-4d6a0c32]:hover {
  background-color: #ffe6e6;
  color: #dc3545;
}
.step-content[data-v-4d6a0c32] {
  padding: 20px;
}
.step-fields[data-v-4d6a0c32] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
.field-group[data-v-4d6a0c32] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.field-group label[data-v-4d6a0c32] {
  font-size: 14px;
  font-weight: 500;
  color: #0f1820;
}
.field-input[data-v-4d6a0c32], .field-textarea[data-v-4d6a0c32], .field-select[data-v-4d6a0c32] {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  color: #0f1820;
  transition: border-color 0.2s ease;
}
.field-input[data-v-4d6a0c32]:focus, .field-textarea[data-v-4d6a0c32]:focus, .field-select[data-v-4d6a0c32]:focus {
  outline: none;
  border-color: #027cb5;
}
.field-textarea[data-v-4d6a0c32] {
  min-height: 80px;
  resize: vertical;
}
.field-select[data-v-4d6a0c32] {
  min-height: 80px;
}
.sources-section[data-v-4d6a0c32], .substeps-section[data-v-4d6a0c32] {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e9ecef;
}
.sources-header[data-v-4d6a0c32], .substeps-header[data-v-4d6a0c32] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.sources-header h4[data-v-4d6a0c32], .substeps-header h4[data-v-4d6a0c32] {
  margin: 0;
  color: #0f1820;
  font-size: 16px;
  font-weight: 600;
}
.add-source-button[data-v-4d6a0c32], .add-substep-button[data-v-4d6a0c32] {
  background-color: transparent;
  color: #027cb5;
  border: 1px solid #027cb5;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}
.add-source-button[data-v-4d6a0c32]:hover, .add-substep-button[data-v-4d6a0c32]:hover {
  background-color: #027cb5;
  color: white;
}
.sources-list[data-v-4d6a0c32] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.source-item[data-v-4d6a0c32] {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  padding: 16px;
  position: relative;
}
.source-fields[data-v-4d6a0c32] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.source-field[data-v-4d6a0c32] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.source-field label[data-v-4d6a0c32] {
  font-size: 12px;
  font-weight: 500;
  color: #0f1820;
}
.source-input[data-v-4d6a0c32], .source-textarea[data-v-4d6a0c32] {
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 12px;
  color: #0f1820;
  transition: border-color 0.2s ease;
}
.source-input[data-v-4d6a0c32]:focus, .source-textarea[data-v-4d6a0c32]:focus {
  outline: none;
  border-color: #027cb5;
}
.source-textarea[data-v-4d6a0c32] {
  min-height: 60px;
  resize: vertical;
}
.location-fields[data-v-4d6a0c32] {
  display: grid;
  grid-template-columns: 1fr 100px 100px;
  gap: 8px;
}
.location-input[data-v-4d6a0c32] {
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 12px;
  color: #0f1820;
  transition: border-color 0.2s ease;
}
.location-input[data-v-4d6a0c32]:focus {
  outline: none;
  border-color: #027cb5;
}
.remove-source-button[data-v-4d6a0c32] {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.remove-source-button[data-v-4d6a0c32]:hover {
  background-color: #ffe6e6;
  color: #dc3545;
}
.substeps-list[data-v-4d6a0c32] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.substep-card[data-v-4d6a0c32] {
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  padding: 16px;
  border-left: 4px solid #027cb5;
}
.substep-header[data-v-4d6a0c32] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.substep-header[data-v-4d6a0c32]:hover {
  background-color: #e9ecef;
}
.substep-left[data-v-4d6a0c32] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}
.substep-right[data-v-4d6a0c32] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.substep-title[data-v-4d6a0c32] {
  font-size: 14px;
  font-weight: 500;
  color: #0f1820;
  flex: 1;
}
.substep-expand-button[data-v-4d6a0c32] {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.substep-expand-button[data-v-4d6a0c32]:hover {
  background-color: #f0f0f0;
  color: #027cb5;
}
.substep-content[data-v-4d6a0c32] {
  padding: 16px;
}
.substep-drag-handle[data-v-4d6a0c32] {
  cursor: grab;
  color: #666;
  padding: 2px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.substep-drag-handle[data-v-4d6a0c32]:hover {
  background-color: #f0f0f0;
}
.substep-drag-handle[data-v-4d6a0c32]:active {
  cursor: grabbing;
}
.substep-id[data-v-4d6a0c32] {
  background-color: #6c757d;
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  min-width: 32px;
  text-align: center;
}
.remove-substep-button[data-v-4d6a0c32] {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  margin-left: auto;
}
.remove-substep-button[data-v-4d6a0c32]:hover {
  background-color: #ffe6e6;
  color: #dc3545;
}
.substep-fields[data-v-4d6a0c32] {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 12px;
}
.substep-field[data-v-4d6a0c32] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.substep-field label[data-v-4d6a0c32] {
  font-size: 12px;
  font-weight: 500;
  color: #0f1820;
}
.substep-input[data-v-4d6a0c32], .substep-textarea[data-v-4d6a0c32] {
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 12px;
  color: #0f1820;
  transition: border-color 0.2s ease;
}
.substep-input[data-v-4d6a0c32]:focus, .substep-textarea[data-v-4d6a0c32]:focus {
  outline: none;
  border-color: #027cb5;
}
.substep-textarea[data-v-4d6a0c32] {
  min-height: 60px;
  resize: vertical;
}

/* Searchable Select Styles */
.searchable-select[data-v-4d6a0c32] {
  position: relative;
}
.suggestions-dropdown[data-v-4d6a0c32] {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
  margin-top: 2px;
}
.suggestion-item[data-v-4d6a0c32] {
  padding: 8px 12px;
  cursor: pointer;
  font-size: 12px;
  color: #0f1820;
  transition: background-color 0.2s ease;
}
.suggestion-item[data-v-4d6a0c32]:hover {
  background-color: #f8f9fa;
}
.suggestion-item[data-v-4d6a0c32]:first-child {
  border-radius: 4px 4px 0 0;
}
.suggestion-item[data-v-4d6a0c32]:last-child {
  border-radius: 0 0 4px 4px;
}

/* Toast Notification Styles */
.toast-container[data-v-4d6a0c32] {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  animation: slideUpIn-4d6a0c32 0.3s ease-out;
}
@keyframes slideUpIn-4d6a0c32 {
from {
    transform: translateX(-50%) translateY(100px);
    opacity: 0;
}
to {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}
}
.toast[data-v-4d6a0c32] {
  background: white;
  border-radius: 8px;
  padding: 16px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 300px;
  max-width: 500px;
  border-left: 4px solid;
}
.toast.warning[data-v-4d6a0c32] {
  border-left-color: #f59e0b;
}
.toast-icon[data-v-4d6a0c32] {
  flex-shrink: 0;
}
.toast.warning .toast-icon[data-v-4d6a0c32] {
  color: #f59e0b;
}
.toast-message[data-v-4d6a0c32] {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: #0f1820;
}
.toast-close[data-v-4d6a0c32] {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.toast-close[data-v-4d6a0c32]:hover {
  background-color: #f0f0f0;
  color: #333;
}

/* Side Drawer Styles */
.side-drawer-overlay[data-v-4d6a0c32] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  display: flex;
  justify-content: flex-end;
}
.side-drawer[data-v-4d6a0c32] {
  width: 500px;
  height: 100vh;
  background: white;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  animation: slideInRight-4d6a0c32 0.3s ease-out;
}
@keyframes slideInRight-4d6a0c32 {
from {
    transform: translateX(100%);
}
to {
    transform: translateX(0);
}
}
.drawer-header[data-v-4d6a0c32] {
  padding: 24px;
  border-bottom: 1px solid #e9ecef;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f9fa;
}
.drawer-header h3[data-v-4d6a0c32] {
  margin: 0;
  color: #0f1820;
  font-size: 18px;
  font-weight: 600;
}
.close-drawer-button[data-v-4d6a0c32] {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.close-drawer-button[data-v-4d6a0c32]:hover {
  background-color: #e9ecef;
  color: #dc3545;
}
.drawer-content[data-v-4d6a0c32] {
  flex: 1;
  padding: 24px;
  overflow-y: auto;
}
.config-sections[data-v-4d6a0c32] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.config-section[data-v-4d6a0c32] {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 24px;
}
.config-section[data-v-4d6a0c32]:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.config-section h4[data-v-4d6a0c32] {
  margin: 0 0 16px 0;
  color: #0f1820;
  font-size: 16px;
  font-weight: 600;
}
.section-header[data-v-4d6a0c32] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.section-header h4[data-v-4d6a0c32] {
  margin: 0;
  color: #0f1820;
  font-size: 16px;
  font-weight: 600;
}
.add-dependency-button[data-v-4d6a0c32] {
  background-color: #6c757d;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background-color 0.2s ease;
}
.add-dependency-button[data-v-4d6a0c32]:hover {
  background-color: #5a6268;
}
.dependencies-list[data-v-4d6a0c32] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.no-dependencies[data-v-4d6a0c32] {
  color: #666;
  font-size: 14px;
  font-style: italic;
  padding: 12px;
  text-align: center;
  background-color: #f8f9fa;
  border-radius: 4px;
}
.dependency-item[data-v-4d6a0c32] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  background-color: #f8f9fa;
  border-radius: 4px;
}
.dependency-content[data-v-4d6a0c32] {
  flex: 1;
}
.dependency-select[data-v-4d6a0c32] {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  color: #0f1820;
  background-color: white;
  transition: border-color 0.2s ease;
}
.dependency-select[data-v-4d6a0c32]:focus {
  outline: none;
  border-color: #027cb5;
}
.remove-dependency-button[data-v-4d6a0c32] {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.remove-dependency-button[data-v-4d6a0c32]:hover {
  background-color: #ffe6e6;
  color: #dc3545;
}

/* Help Section Styles */
.add-help-button[data-v-4d6a0c32], .add-evidence-button[data-v-4d6a0c32] {
  background-color: #6c757d;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background-color 0.2s ease;
}
.add-help-button[data-v-4d6a0c32]:hover, .add-evidence-button[data-v-4d6a0c32]:hover {
  background-color: #5a6268;
}
.help-list[data-v-4d6a0c32], .evidence-list[data-v-4d6a0c32] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.no-help[data-v-4d6a0c32], .no-evidence[data-v-4d6a0c32] {
  color: #666;
  font-size: 14px;
  font-style: italic;
  padding: 12px;
  text-align: center;
  background-color: #f8f9fa;
  border-radius: 4px;
}
.help-item[data-v-4d6a0c32], .evidence-item[data-v-4d6a0c32] {
  display: flex;
  gap: 8px;
  padding: 12px;
  background-color: #f8f9fa;
  border-radius: 4px;
  border-left: 4px solid #6c757d;
}
.help-content[data-v-4d6a0c32], .evidence-content[data-v-4d6a0c32] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.help-field[data-v-4d6a0c32], .evidence-field[data-v-4d6a0c32] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.help-field label[data-v-4d6a0c32], .evidence-field label[data-v-4d6a0c32] {
  font-size: 12px;
  font-weight: 500;
  color: #0f1820;
}
.help-input[data-v-4d6a0c32], .evidence-input[data-v-4d6a0c32], .evidence-select[data-v-4d6a0c32] {
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  color: #0f1820;
  background-color: white;
  transition: border-color 0.2s ease;
}
.help-input[data-v-4d6a0c32]:focus, .evidence-input[data-v-4d6a0c32]:focus, .evidence-select[data-v-4d6a0c32]:focus {
  outline: none;
  border-color: #027cb5;
}
.file-upload-area[data-v-4d6a0c32] {
  position: relative;
}
.file-input[data-v-4d6a0c32] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.file-upload-label[data-v-4d6a0c32] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 2px dashed #ddd;
  border-radius: 4px;
  background-color: #fafafa;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  color: #666;
}
.file-upload-label[data-v-4d6a0c32]:hover {
  border-color: #027cb5;
  background-color: #f0f8ff;
  color: #027cb5;
}
.checkbox-label[data-v-4d6a0c32] {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.checkbox-label input[type="checkbox"][data-v-4d6a0c32] {
  margin: 0;
}
.checkbox-text[data-v-4d6a0c32] {
  font-size: 14px;
  color: #0f1820;
}
.remove-help-button[data-v-4d6a0c32], .remove-evidence-button[data-v-4d6a0c32] {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
  align-self: flex-start;
}
.remove-help-button[data-v-4d6a0c32]:hover, .remove-evidence-button[data-v-4d6a0c32]:hover {
  background-color: #ffe6e6;
  color: #dc3545;
}

/* Notes Section Styles */
.notes-textarea[data-v-4d6a0c32] {
  min-height: 100px;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  color: #0f1820;
  background-color: white;
  transition: border-color 0.2s ease;
  resize: vertical;
  font-family: inherit;
}
.notes-textarea[data-v-4d6a0c32]:focus {
  outline: none;
  border-color: #027cb5;
}
.notes-textarea[data-v-4d6a0c32]::placeholder {
  color: #999;
  font-style: italic;
}

/* Runtime Options Styles */
.runtime-options[data-v-4d6a0c32] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.option-group[data-v-4d6a0c32] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.checkbox-label.sub-option[data-v-4d6a0c32] {
  margin-left: 24px;
}
.substep-runtime-options[data-v-4d6a0c32] {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e9ecef;
}
.substep-runtime-options .checkbox-label[data-v-4d6a0c32] {
  font-size: 12px;
}

/* Preview Drawer Styles */
.preview-drawer-overlay[data-v-4d6a0c32] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1050;
  display: flex;
  justify-content: flex-end;
}
.preview-drawer[data-v-4d6a0c32] {
  background-color: white;
  width: 600px;
  height: 100vh;
  overflow-y: auto;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
}
.preview-header[data-v-4d6a0c32] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  position: sticky;
  top: 0;
  z-index: 10;
}
.preview-header h2[data-v-4d6a0c32] {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #0f1820;
}
.close-preview-button[data-v-4d6a0c32] {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.close-preview-button[data-v-4d6a0c32]:hover {
  background-color: #e9ecef;
  color: #0f1820;
}
.preview-content[data-v-4d6a0c32] {
  flex: 1;
  padding: 24px;
  background-color: #fafbfc;
}
.preview-sop-header[data-v-4d6a0c32] {
  margin-bottom: 32px;
  text-align: center;
}
.preview-sop-header h1[data-v-4d6a0c32] {
  margin: 0 0 8px 0;
  font-size: 28px;
  font-weight: 700;
  color: #0f1820;
}
.preview-sop-meta[data-v-4d6a0c32] {
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.preview-steps[data-v-4d6a0c32] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.preview-step[data-v-4d6a0c32] {
  background: white;
  border-radius: 8px;
  border: 2px solid #e9ecef;
  overflow: hidden;
}
.preview-step-header[data-v-4d6a0c32] {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  background-color: #027cb5;
  color: white;
  gap: 12px;
}
.preview-step-number[data-v-4d6a0c32] {
  background: white;
  color: #027cb5;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  flex-shrink: 0;
}
.preview-step-title[data-v-4d6a0c32] {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
}
.preview-step-checkbox[data-v-4d6a0c32] {
  position: relative;
}
.preview-step-checkbox input[type="checkbox"][data-v-4d6a0c32] {
  width: 24px;
  height: 24px;
  border: 2px solid #027cb5;
  border-radius: 4px;
  appearance: none;
  background: white;
  cursor: pointer;
  position: relative;
}
.preview-step-checkbox input[type="checkbox"][data-v-4d6a0c32]:checked {
  background: #027cb5;
}
.preview-step-checkbox input[type="checkbox"][data-v-4d6a0c32]:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  font-size: 16px;
}
.preview-step-checkbox input[type="checkbox"][data-v-4d6a0c32]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.preview-step-content[data-v-4d6a0c32] {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.preview-action[data-v-4d6a0c32] {
  font-size: 18px;
  line-height: 1.5;
  color: #0f1820;
  padding: 12px;
  background-color: #f0f8ff;
  border-radius: 4px;
  border-left: 4px solid #027cb5;
}
.preview-who[data-v-4d6a0c32] {
  font-size: 16px;
  color: #495057;
}
.preview-depends[data-v-4d6a0c32] {
  font-size: 14px;
  color: #dc3545;
  font-style: italic;
}
.preview-action strong[data-v-4d6a0c32],
.preview-who strong[data-v-4d6a0c32],
.preview-depends strong[data-v-4d6a0c32] {
  font-weight: 700;
  color: #0f1820;
  margin-right: 8px;
}
.preview-substeps[data-v-4d6a0c32] {
  margin: 0 20px 20px 20px;
  padding-left: 20px;
  border-left: 3px solid #dee2e6;
}
.preview-substep[data-v-4d6a0c32] {
  margin-bottom: 16px;
  padding: 12px;
  background-color: #f8f9fa;
  border-radius: 4px;
}
.preview-substep-header[data-v-4d6a0c32] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.preview-substep-number[data-v-4d6a0c32] {
  background-color: #6c757d;
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}
.preview-substep-indicators[data-v-4d6a0c32] {
  display: flex;
  gap: 4px;
}
.preview-substep-content[data-v-4d6a0c32] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.preview-substep-action[data-v-4d6a0c32] {
  font-size: 16px;
  color: #0f1820;
  font-weight: 500;
}
.preview-substep-who[data-v-4d6a0c32] {
  font-size: 14px;
  color: #666;
  font-style: italic;
}
.preview-step.disabled[data-v-4d6a0c32] {
  opacity: 0.6;
  pointer-events: none;
}
.preview-step.completed[data-v-4d6a0c32] {
  background-color: #f0f8ff;
  border-color: #027cb5;
}
.preview-requirements[data-v-4d6a0c32] {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.requirement-item[data-v-4d6a0c32] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background-color: #f8f9fa;
  border-radius: 4px;
  border-left: 3px solid #6c757d;
}
.requirement-item.error[data-v-4d6a0c32] {
  border-left-color: #dc3545;
  background-color: #fff5f5;
}
.requirement-item svg[data-v-4d6a0c32] {
  color: #6c757d;
  flex-shrink: 0;
}
.requirement-item.error svg[data-v-4d6a0c32] {
  color: #dc3545;
}
.upload-btn[data-v-4d6a0c32], .note-btn[data-v-4d6a0c32] {
  background: #027cb5;
  color: white;
  border: none;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  margin-left: auto;
}
.upload-btn[data-v-4d6a0c32]:hover, .note-btn[data-v-4d6a0c32]:hover {
  background: #026399;
}
.uploaded[data-v-4d6a0c32], .note-indicator[data-v-4d6a0c32] {
  color: #28a745;
  font-weight: 600;
  margin-left: auto;
}
.error-message[data-v-4d6a0c32] {
  color: #dc3545;
  font-size: 14px;
  font-weight: 600;
  padding: 8px;
  background-color: #fff5f5;
  border-radius: 4px;
  margin-top: 8px;
}
.preview-substep-header[data-v-4d6a0c32] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.preview-substep-header input[type="checkbox"][data-v-4d6a0c32] {
  width: 18px;
  height: 18px;
  border: 2px solid #6c757d;
  border-radius: 3px;
  appearance: none;
  background: white;
  cursor: pointer;
  position: relative;
}
.preview-substep-header input[type="checkbox"][data-v-4d6a0c32]:checked {
  background: #6c757d;
}
.preview-substep-header input[type="checkbox"][data-v-4d6a0c32]:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  font-size: 12px;
}
.preview-substep-number[data-v-4d6a0c32] {
  background-color: #6c757d;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.preview-substep-requirements[data-v-4d6a0c32] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  flex-wrap: wrap;
}
.req-badge[data-v-4d6a0c32] {
  background: #e9ecef;
  color: #6c757d;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 500;
}
.req-badge.error[data-v-4d6a0c32] {
  background: #fff5f5;
  color: #dc3545;
}
.preview-footer[data-v-4d6a0c32] {
  position: sticky;
  bottom: 0;
  background: white;
  padding: 20px 24px;
  border-top: 1px solid #e9ecef;
  text-align: center;
}
.finalize-button[data-v-4d6a0c32] {
  background: #28a745;
  color: white;
  border: none;
  padding: 16px 32px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 200px;
}
.finalize-button[data-v-4d6a0c32]:hover:not(:disabled) {
  background: #218838;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}
.finalize-button[data-v-4d6a0c32]:disabled {
  background: #6c757d;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* Note Dialog Styles */
.note-dialog-overlay[data-v-4d6a0c32] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.note-dialog[data-v-4d6a0c32] {
  background: white;
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: noteDialogSlideIn-4d6a0c32 0.2s ease-out;
}
@keyframes noteDialogSlideIn-4d6a0c32 {
from {
    opacity: 0;
    transform: scale(0.9) translateY(-20px);
}
to {
    opacity: 1;
    transform: scale(1) translateY(0);
}
}
.note-dialog-header[data-v-4d6a0c32] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid #e9ecef;
  background-color: #f8f9fa;
  border-radius: 12px 12px 0 0;
}
.note-dialog-header h3[data-v-4d6a0c32] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #0f1820;
}
.note-dialog-step[data-v-4d6a0c32] {
  background-color: #027cb5;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}
.note-dialog-content[data-v-4d6a0c32] {
  padding: 24px;
}
.note-textarea[data-v-4d6a0c32] {
  width: 100%;
  padding: 12px;
  border: 2px solid #e9ecef;
  border-radius: 6px;
  font-size: 14px;
  font-family: inherit;
  line-height: 1.5;
  resize: vertical;
  transition: border-color 0.2s ease;
}
.note-textarea[data-v-4d6a0c32]:focus {
  outline: none;
  border-color: #027cb5;
  box-shadow: 0 0 0 3px rgba(2, 124, 181, 0.1);
}
.note-char-counter[data-v-4d6a0c32] {
  text-align: right;
  font-size: 12px;
  color: #6c757d;
  margin-top: 8px;
}
.note-dialog-actions[data-v-4d6a0c32] {
  display: flex;
  gap: 12px;
  padding: 20px 24px;
  border-top: 1px solid #e9ecef;
  justify-content: flex-end;
  background-color: #f8f9fa;
  border-radius: 0 0 12px 12px;
}
.note-dialog-cancel[data-v-4d6a0c32] {
  background: #6c757d;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.note-dialog-cancel[data-v-4d6a0c32]:hover {
  background: #5a6268;
}
.note-dialog-ok[data-v-4d6a0c32] {
  background: #027cb5;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.note-dialog-ok[data-v-4d6a0c32]:hover:not(:disabled) {
  background: #026399;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(2, 124, 181, 0.3);
}
.note-dialog-ok[data-v-4d6a0c32]:disabled {
  background: #d6d8db;
  color: #6c757d;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* Confirmation Dialog Styles */
.confirm-dialog-overlay[data-v-4d6a0c32] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.confirm-dialog[data-v-4d6a0c32] {
  background: white;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  max-width: 500px;
  width: 100%;
  max-height: 80vh;
  overflow: hidden;
  animation: confirmDialogSlideIn-4d6a0c32 0.3s ease-out;
}
@keyframes confirmDialogSlideIn-4d6a0c32 {
from {
    opacity: 0;
    transform: scale(0.9);
}
to {
    opacity: 1;
    transform: scale(1);
}
}
.confirm-dialog-header[data-v-4d6a0c32] {
  padding: 24px 24px 12px 24px;
  border-bottom: 1px solid #e9ecef;
}
.confirm-dialog-header h3[data-v-4d6a0c32] {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #0f1820;
}
.confirm-dialog-content[data-v-4d6a0c32] {
  padding: 20px 24px;
}
.confirm-dialog-content p[data-v-4d6a0c32] {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #495057;
}
.confirm-dialog-actions[data-v-4d6a0c32] {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 16px 24px 24px;
}
.confirm-dialog-cancel[data-v-4d6a0c32], .confirm-dialog-confirm[data-v-4d6a0c32] {
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 100px;
}
.confirm-dialog-cancel[data-v-4d6a0c32] {
  background: #f8f9fa;
  color: #6c757d;
  border: 1px solid #dee2e6;
}
.confirm-dialog-cancel[data-v-4d6a0c32]:hover {
  background: #e9ecef;
  color: #495057;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.confirm-dialog-confirm[data-v-4d6a0c32] {
  background: #dc3545;
  color: white;
}
.confirm-dialog-confirm[data-v-4d6a0c32]:hover {
  background: #c82333;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}
@media (max-width: 768px) {
.preview-drawer[data-v-4d6a0c32] {
    width: 100vw;
}
.preview-step-header[data-v-4d6a0c32] {
    flex-wrap: wrap;
}
.preview-action[data-v-4d6a0c32] {
    font-size: 16px;
}
.note-dialog[data-v-4d6a0c32] {
    margin: 10px;
    max-width: none;
}
.note-dialog-content[data-v-4d6a0c32] {
    padding: 20px;
}
.note-dialog-actions[data-v-4d6a0c32] {
    padding: 16px 20px;
    flex-direction: column-reverse;
}
.note-dialog-actions button[data-v-4d6a0c32] {
    width: 100%;
}
}
@media (max-width: 768px) {
.side-drawer[data-v-4d6a0c32] {
    width: 100vw;
}
.toast-container[data-v-4d6a0c32] {
    left: 20px;
    right: 20px;
    transform: none;
}
.toast[data-v-4d6a0c32] {
    min-width: auto;
}
  
  /* Existing mobile styles */
.page-header[data-v-4d6a0c32] {
    padding: 12px 16px;
    flex-wrap: wrap;
    gap: 12px;
}
.header-left[data-v-4d6a0c32] {
    gap: 12px;
}
.header-title h1[data-v-4d6a0c32] {
    font-size: 16px;
}
.header-right[data-v-4d6a0c32] {
    gap: 12px;
}
.page-content[data-v-4d6a0c32] {
    padding: 16px;
}
.form-body[data-v-4d6a0c32] {
    padding: 20px;
}
.file-picker-group[data-v-4d6a0c32] {
    flex-direction: column;
    align-items: stretch;
}
.custom-file-picker[data-v-4d6a0c32] {
    margin-bottom: 12px;
}
.info-grid[data-v-4d6a0c32] {
    grid-template-columns: 1fr;
    align-items: stretch;
}
.step-fields[data-v-4d6a0c32] {
    grid-template-columns: 1fr;
}
.substep-fields[data-v-4d6a0c32] {
    grid-template-columns: 1fr;
}
.location-fields[data-v-4d6a0c32] {
    grid-template-columns: 1fr;
}
.version-sopid-group[data-v-4d6a0c32] {
    grid-template-columns: 1fr;
}
.editor-header[data-v-4d6a0c32] {
    justify-content: center;
}
.editor-actions-header[data-v-4d6a0c32] {
    justify-content: center;
    flex-wrap: wrap;
}
.import-button[data-v-4d6a0c32], .export-button[data-v-4d6a0c32], .preview-button[data-v-4d6a0c32] {
    flex: 1;
    min-width: 120px;
}
}

/* Sub-procedure Upload and Note Button Styles */
.upload-btn-small[data-v-4d6a0c32], .note-btn-small[data-v-4d6a0c32] {
  background-color: #6c757d;
  color: white;
  border: none;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-left: 6px;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.upload-btn-small[data-v-4d6a0c32]:hover, .note-btn-small[data-v-4d6a0c32]:hover {
  background-color: #5a6268;
  transform: translateY(-1px);
}
.upload-btn-small[data-v-4d6a0c32]:disabled {
  background-color: #28a745;
  cursor: default;
  transform: none;
}
.uploaded-small[data-v-4d6a0c32] {
  color: #28a745;
  font-size: 12px;
  font-weight: 600;
  margin-left: 6px;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.substep-requirement-item[data-v-4d6a0c32] {
  background: #e9ecef;
  color: #6c757d;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 500;
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.substep-requirement-item.error[data-v-4d6a0c32] {
  background: #fff5f5;
  color: #dc3545;
}
.substep-error-message[data-v-4d6a0c32] {
  color: #dc3545;
  font-size: 11px;
  margin-top: 4px;
}

/* Progress Counter Styles */
.progress-counter[data-v-4d6a0c32] {
  background-color: #e9ecef;
  color: #0f1820;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease;
}

/* Progress Animation Styles */
.progress-counter.progress-updated[data-v-4d6a0c32] {
  animation: progressPulse-4d6a0c32 1s ease-out;
}
@keyframes progressPulse-4d6a0c32 {
0% {
    transform: scale(1);
    background-color: #e9ecef;
}
50% {
    transform: scale(1.1);
    background-color: #28a745;
    color: white;
}
100% {
    transform: scale(1);
    background-color: #e9ecef;
    color: inherit;
}
}


.sop-editor-page[data-v-48b9a39c] {
  min-height: 100vh;
  background-color: #f5f5f5;
  font-family: 'Open Sans', sans-serif;
  color: #0f1820;
}
.page-header[data-v-48b9a39c] {
  background: white;
  border-bottom: 1px solid #e0e0e0;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-left[data-v-48b9a39c] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.back-button[data-v-48b9a39c] {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}
.back-button[data-v-48b9a39c]:hover {
  background-color: #f0f0f0;
}
.header-title h1[data-v-48b9a39c] {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  color: #0f1820;
}
.header-right[data-v-48b9a39c] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.preview-button[data-v-48b9a39c], .export-button[data-v-48b9a39c] {
  background: none;
  border: 1px solid #ddd;
  color: #666;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.preview-button[data-v-48b9a39c]:hover, .export-button[data-v-48b9a39c]:hover {
  border-color: #027cb5;
  color: #027cb5;
}
.save-button[data-v-48b9a39c] {
  background-color: #027cb5;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.save-button[data-v-48b9a39c]:hover {
  background-color: #026399;
}
.user-avatar[data-v-48b9a39c] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #6c757d;
}
.page-content[data-v-48b9a39c] {
  padding: 32px;
  max-width: 1200px;
  margin: 0 auto;
}
.sop-info-panel[data-v-48b9a39c] {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 24px;
  margin-bottom: 24px;
}
.info-section h3[data-v-48b9a39c] {
  margin: 0 0 16px 0;
  color: #0f1820;
  font-size: 18px;
  font-weight: 600;
}
.info-grid[data-v-48b9a39c] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}
.info-field[data-v-48b9a39c] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.info-field.full-width[data-v-48b9a39c] {
  grid-column: 1 / -1;
}
.info-field label[data-v-48b9a39c] {
  font-size: 14px;
  font-weight: 500;
  color: #0f1820;
}
.info-input[data-v-48b9a39c], .info-textarea[data-v-48b9a39c] {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  color: #0f1820;
  transition: border-color 0.2s ease;
}
.info-input[data-v-48b9a39c]:focus, .info-textarea[data-v-48b9a39c]:focus {
  outline: none;
  border-color: #027cb5;
}
.info-textarea[data-v-48b9a39c] {
  min-height: 80px;
  resize: vertical;
}
.steps-editor[data-v-48b9a39c] {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 24px;
}
.steps-header[data-v-48b9a39c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.steps-header h3[data-v-48b9a39c] {
  margin: 0;
  color: #0f1820;
  font-size: 18px;
  font-weight: 600;
}
.add-step-button[data-v-48b9a39c] {
  background-color: #027cb5;
  color: white;
  border: none;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.2s ease;
}
.add-step-button[data-v-48b9a39c]:hover {
  background-color: #026399;
}
.steps-list[data-v-48b9a39c] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.step-card[data-v-48b9a39c] {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.2s ease;
}
.step-card[data-v-48b9a39c]:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.step-header[data-v-48b9a39c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: white;
  border-bottom: 1px solid #e9ecef;
}
.step-left[data-v-48b9a39c] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.drag-handle[data-v-48b9a39c] {
  cursor: grab;
  color: #666;
  padding: 4px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.drag-handle[data-v-48b9a39c]:hover {
  background-color: #f0f0f0;
}
.drag-handle[data-v-48b9a39c]:active {
  cursor: grabbing;
}
.step-id[data-v-48b9a39c] {
  background-color: #027cb5;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  min-width: 32px;
  text-align: center;
}
.step-title[data-v-48b9a39c] {
  font-size: 16px;
  font-weight: 500;
  color: #0f1820;
}
.step-right[data-v-48b9a39c] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.expand-button[data-v-48b9a39c], .delete-button[data-v-48b9a39c] {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.expand-button[data-v-48b9a39c]:hover {
  background-color: #f0f0f0;
  color: #027cb5;
}
.delete-button[data-v-48b9a39c]:hover {
  background-color: #ffe6e6;
  color: #dc3545;
}
.step-content[data-v-48b9a39c] {
  padding: 20px;
}
.step-fields[data-v-48b9a39c] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
.field-group[data-v-48b9a39c] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.field-group label[data-v-48b9a39c] {
  font-size: 14px;
  font-weight: 500;
  color: #0f1820;
}
.field-input[data-v-48b9a39c], .field-textarea[data-v-48b9a39c], .field-select[data-v-48b9a39c] {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  color: #0f1820;
  transition: border-color 0.2s ease;
}
.field-input[data-v-48b9a39c]:focus, .field-textarea[data-v-48b9a39c]:focus, .field-select[data-v-48b9a39c]:focus {
  outline: none;
  border-color: #027cb5;
}
.field-textarea[data-v-48b9a39c] {
  min-height: 80px;
  resize: vertical;
}
.field-select[data-v-48b9a39c] {
  min-height: 80px;
}
.sources-section[data-v-48b9a39c], .substeps-section[data-v-48b9a39c] {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e9ecef;
}
.sources-header[data-v-48b9a39c], .substeps-header[data-v-48b9a39c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.sources-header h4[data-v-48b9a39c], .substeps-header h4[data-v-48b9a39c] {
  margin: 0;
  color: #0f1820;
  font-size: 16px;
  font-weight: 600;
}
.add-source-button[data-v-48b9a39c], .add-substep-button[data-v-48b9a39c] {
  background-color: #6c757d;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background-color 0.2s ease;
}
.add-source-button[data-v-48b9a39c]:hover, .add-substep-button[data-v-48b9a39c]:hover {
  background-color: #5a6268;
}
.sources-list[data-v-48b9a39c] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.source-item[data-v-48b9a39c] {
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  padding: 16px;
  position: relative;
}
.source-fields[data-v-48b9a39c] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.source-field[data-v-48b9a39c] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.source-field label[data-v-48b9a39c] {
  font-size: 12px;
  font-weight: 500;
  color: #0f1820;
}
.source-input[data-v-48b9a39c], .source-textarea[data-v-48b9a39c] {
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 12px;
  color: #0f1820;
  transition: border-color 0.2s ease;
}
.source-input[data-v-48b9a39c]:focus, .source-textarea[data-v-48b9a39c]:focus {
  outline: none;
  border-color: #027cb5;
}
.source-textarea[data-v-48b9a39c] {
  min-height: 60px;
  resize: vertical;
}
.location-fields[data-v-48b9a39c] {
  display: grid;
  grid-template-columns: 1fr 100px 100px;
  gap: 8px;
}
.location-input[data-v-48b9a39c] {
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 12px;
  color: #0f1820;
  transition: border-color 0.2s ease;
}
.location-input[data-v-48b9a39c]:focus {
  outline: none;
  border-color: #027cb5;
}
.remove-source-button[data-v-48b9a39c] {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.remove-source-button[data-v-48b9a39c]:hover {
  background-color: #ffe6e6;
  color: #dc3545;
}
.substeps-list[data-v-48b9a39c] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.substep-card[data-v-48b9a39c] {
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  padding: 16px;
  border-left: 4px solid #027cb5;
}
.substep-header[data-v-48b9a39c] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.substep-drag-handle[data-v-48b9a39c] {
  cursor: grab;
  color: #666;
  padding: 2px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.substep-drag-handle[data-v-48b9a39c]:hover {
  background-color: #f0f0f0;
}
.substep-drag-handle[data-v-48b9a39c]:active {
  cursor: grabbing;
}
.substep-id[data-v-48b9a39c] {
  background-color: #6c757d;
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  min-width: 32px;
  text-align: center;
}
.remove-substep-button[data-v-48b9a39c] {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  margin-left: auto;
}
.remove-substep-button[data-v-48b9a39c]:hover {
  background-color: #ffe6e6;
  color: #dc3545;
}
.substep-fields[data-v-48b9a39c] {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 12px;
}
.substep-field[data-v-48b9a39c] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.substep-field label[data-v-48b9a39c] {
  font-size: 12px;
  font-weight: 500;
  color: #0f1820;
}
.substep-input[data-v-48b9a39c], .substep-textarea[data-v-48b9a39c] {
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 12px;
  color: #0f1820;
  transition: border-color 0.2s ease;
}
.substep-input[data-v-48b9a39c]:focus, .substep-textarea[data-v-48b9a39c]:focus {
  outline: none;
  border-color: #027cb5;
}
.substep-textarea[data-v-48b9a39c] {
  min-height: 60px;
  resize: vertical;
}
@media (max-width: 768px) {
.page-header[data-v-48b9a39c] {
    padding: 12px 16px;
    flex-wrap: wrap;
    gap: 12px;
}
.header-left[data-v-48b9a39c] {
    gap: 12px;
}
.header-title h1[data-v-48b9a39c] {
    font-size: 16px;
}
.header-right[data-v-48b9a39c] {
    gap: 8px;
}
.page-content[data-v-48b9a39c] {
    padding: 16px;
}
.info-grid[data-v-48b9a39c] {
    grid-template-columns: 1fr;
}
.step-fields[data-v-48b9a39c] {
    grid-template-columns: 1fr;
}
.substep-fields[data-v-48b9a39c] {
    grid-template-columns: 1fr;
}
.location-fields[data-v-48b9a39c] {
    grid-template-columns: 1fr;
}
}


.mobile-view[data-v-94b876be] {
  height: 100vh;
  max-width: 400px;
  margin: 0 auto;
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* Mobile Header */
.mobile-header[data-v-94b876be] {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.status-bar[data-v-94b876be] {
  background: #dc3545;
  color: white;
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.status-icons[data-v-94b876be] {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Mobile Content */
.mobile-content[data-v-94b876be] {
  flex: 1;
  overflow-y: auto;
  padding-bottom: 80px; /* Space for bottom nav */
}

/* Home Screen */
.home-screen[data-v-94b876be] {
  padding: 40px 20px;
  text-align: center;
}
.loading-bar[data-v-94b876be] {
  width: 150px;
  height: 4px;
  background: #007AFF;
  margin: 0 auto 20px;
  border-radius: 2px;
}

/* Emergency Selection Screen */
.emergency-screen[data-v-94b876be] {
  background: #dc3545;
  color: white;
  min-height: calc(100vh - 140px);
  padding: 0;
}
.emergency-header[data-v-94b876be] {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  position: relative;
}
.close-btn[data-v-94b876be] {
  position: absolute;
  left: 20px;
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.emergency-header h1[data-v-94b876be] {
  flex: 1;
  text-align: center;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.emergency-content[data-v-94b876be] {
  padding: 0 20px;
}
.emergency-icon[data-v-94b876be] {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 16px;
}
.emergency-icon svg[data-v-94b876be] {
  width: 24px;
  height: 24px;
}
.emergency-description[data-v-94b876be] {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 32px;
}
.emergency-options[data-v-94b876be] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.emergency-btn[data-v-94b876be] {
  background: white;
  color: #dc3545;
  border: none;
  padding: 16px 24px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.emergency-btn[data-v-94b876be]:active {
  transform: scale(0.98);
  background: #f8f9fa;
}
.broadcast-btn[data-v-94b876be] {
  background: rgba(139, 0, 0, 0.8);
  color: white;
  border: none;
  padding: 18px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  cursor: pointer;
}

/* Incident Screen */
.incident-screen[data-v-94b876be] {
  background: white;
  min-height: calc(100vh - 140px);
}
.incident-header[data-v-94b876be] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #e9ecef;
  background: white;
  position: sticky;
  top: 40px;
  z-index: 999;
}
.back-btn[data-v-94b876be], .menu-btn[data-v-94b876be] {
  background: none;
  border: none;
  color: #007AFF;
  padding: 8px;
  cursor: pointer;
}
.incident-header h1[data-v-94b876be] {
  flex: 1;
  text-align: center;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.incident-info[data-v-94b876be] {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.incident-number[data-v-94b876be] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.number[data-v-94b876be] {
  width: 32px;
  height: 32px;
  background: #007AFF;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
}
.category[data-v-94b876be] {
  color: #666;
  font-size: 16px;
}
.incident-tabs[data-v-94b876be] {
  display: flex;
  align-items: center;
  padding: 0 20px;
  gap: 16px;
  position: relative;
  border-bottom: 1px solid #e9ecef;
}
.tab[data-v-94b876be] {
  background: none;
  border: none;
  color: #666;
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
.tab.active[data-v-94b876be] {
  color: #007AFF;
}
.tab.active[data-v-94b876be]::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #007AFF;
}
.notification-badge[data-v-94b876be] {
  background: #dc3545;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/* Timeline */
.timeline-section[data-v-94b876be] {
  padding: 20px;
}
.today-header[data-v-94b876be] {
  background: #e9ecef;
  color: #666;
  padding: 8px 16px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  display: inline-block;
}
.timeline-events[data-v-94b876be] {
  position: relative;
}
.timeline-event[data-v-94b876be] {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  position: relative;
}
.event-time[data-v-94b876be] {
  font-size: 14px;
  color: #666;
  font-weight: 500;
  min-width: 40px;
}
.event-line[data-v-94b876be] {
  width: 2px;
  background: #007AFF;
  position: relative;
  min-height: 40px;
}
.event-line[data-v-94b876be]::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #007AFF;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: -3px;
}
.event-line.final[data-v-94b876be]::after {
  content: '';
  width: 8px;
  height: 8px;
  background: #007AFF;
  border-radius: 50%;
  position: absolute;
  bottom: -4px;
  left: -3px;
}
.event-content[data-v-94b876be] {
  flex: 1;
}
.event-avatar[data-v-94b876be] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.event-avatar.user img[data-v-94b876be] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.event-header[data-v-94b876be] {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
}

/* SOP Card */
.sop-card[data-v-94b876be] {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 16px;
  margin-top: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.sop-card[data-v-94b876be]:active {
  transform: scale(0.98);
  background: #e9ecef;
}

/* Emergency (Fire or Smoke) styling */
.sop-card-emergency[data-v-94b876be] {
  background: #dc3545 !important;
  border-color: #c82333 !important;
  color: white !important;
}
.sop-card-emergency[data-v-94b876be]:active {
  background: #c82333 !important;
}
.sop-card-emergency .sop-title[data-v-94b876be],
.sop-card-emergency .sop-description[data-v-94b876be],
.sop-card-emergency .progress-text[data-v-94b876be] {
  color: white !important;
}
.sop-card-emergency .progress-bar[data-v-94b876be] {
  background: rgba(255, 255, 255, 0.3) !important;
}
.sop-card-emergency .progress-fill[data-v-94b876be] {
  background: white !important;
}
.sop-progress-indicator[data-v-94b876be] {
  margin-bottom: 12px;
}
.progress-bar[data-v-94b876be] {
  width: 100%;
  height: 4px;
  background: #e9ecef;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 4px;
}
.progress-fill[data-v-94b876be] {
  height: 100%;
  background: #28a745;
  transition: width 0.3s ease;
}
.progress-text[data-v-94b876be] {
  font-size: 12px;
  color: #666;
  font-weight: 500;
}
.sop-title[data-v-94b876be] {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}
.sop-description[data-v-94b876be] {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  margin-bottom: 12px;
}
.sop-actions[data-v-94b876be] {
  display: flex;
  justify-content: flex-end;
}
.sop-execute-btn[data-v-94b876be], .sop-view-btn[data-v-94b876be] {
  background: #007AFF;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.sop-view-btn[data-v-94b876be] {
  background: #6c757d;
}
.sop-execute-btn-emergency[data-v-94b876be] {
  background: #a71e2a !important;
  border: 2px solid white !important;
  color: white !important;
  font-weight: 600 !important;
}
.sop-execute-btn-emergency[data-v-94b876be]:hover {
  background: #8b1a24 !important;
}

/* Incident Badge */
.incident-badge[data-v-94b876be] {
  display: flex;
  align-items: center;
  gap: 12px;
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 12px;
  margin-top: 8px;
}
.badge-icon[data-v-94b876be] {
  width: 32px;
  height: 32px;
  background: #dc3545;
  border-radius: 50%;
}
.badge-content[data-v-94b876be] {
  flex: 1;
}
.badge-title[data-v-94b876be] {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}
.badge-category[data-v-94b876be] {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #007AFF;
  font-size: 14px;
}

/* Incident Input */
.incident-input[data-v-94b876be] {
  position: sticky;
  bottom: 80px;
  background: white;
  border-top: 1px solid #e9ecef;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.incident-input input[data-v-94b876be] {
  flex: 1;
  border: none;
  padding: 8px 0;
  font-size: 16px;
  outline: none;
}
.attach-btn[data-v-94b876be], .camera-btn[data-v-94b876be] {
  background: none;
  border: none;
  color: #007AFF;
  padding: 8px;
  cursor: pointer;
}

/* Bottom Navigation */
.bottom-nav[data-v-94b876be] {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 400px;
  background: white;
  border-top: 1px solid #e9ecef;
  padding: 12px 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.nav-item[data-v-94b876be] {
  background: none;
  border: none;
  color: #666;
  padding: 8px;
  cursor: pointer;
  position: relative;
}
.nav-item.add-button[data-v-94b876be] {
  background: #007AFF;
  color: white;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notification-badge-nav[data-v-94b876be] {
  position: absolute;
  top: -8px;
  right: 60px;
  background: #dc3545;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 10px;
  min-width: 20px;
  text-align: center;
}

/* Add Menu */
.add-menu-overlay[data-v-94b876be] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.add-menu[data-v-94b876be] {
  background: white;
  border-radius: 12px 12px 0 0;
  width: 100%;
  max-width: 400px;
  padding: 20px;
  transform: translateY(0);
  animation: slideUp-94b876be 0.3s ease-out;
}
@keyframes slideUp-94b876be {
from {
    transform: translateY(100%);
}
to {
    transform: translateY(0);
}
}
.add-menu-item[data-v-94b876be] {
  width: 100%;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 16px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 8px;
  transition: background 0.2s ease;
}
.add-menu-item[data-v-94b876be]:hover {
  background: #e9ecef;
}

/* SOP Drawer */
.sop-drawer-overlay[data-v-94b876be] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3000;
  display: flex;
  justify-content: flex-end;
}
.sop-drawer[data-v-94b876be] {
  background: white;
  width: 100%;
  height: 100vh;
  transform: translateX(0);
  animation: slideInRight-94b876be 0.3s ease-out;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3001;
}
@keyframes slideInRight-94b876be {
from {
    transform: translateX(100%);
}
to {
    transform: translateX(0);
}
}
.sop-drawer-header[data-v-94b876be] {
  background: #007AFF;
  color: white;
  padding: 16px 20px;
  flex-shrink: 0;
}
.drawer-close[data-v-94b876be] {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
}
.drawer-back[data-v-94b876be] {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.drawer-back svg[data-v-94b876be] {
  width: 24px;
  height: 24px;
}
.sop-drawer-header h2[data-v-94b876be] {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 600;
  padding: 0 50px;
  text-align: center;
}
.sop-progress-header[data-v-94b876be] {
  margin-top: 8px;
}
.progress-counter[data-v-94b876be] {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease;
}
.progress-counter.progress-updated[data-v-94b876be] {
  animation: mobilePulse-94b876be 1s ease-out;
}
@keyframes mobilePulse-94b876be {
0% {
    transform: scale(1);
    background-color: rgba(255, 255, 255, 0.2);
}
50% {
    transform: scale(1.1);
    background-color: #28a745;
}
100% {
    transform: scale(1);
    background-color: rgba(255, 255, 255, 0.2);
}
}
.sop-drawer-content[data-v-94b876be] {
  flex: 1;
  overflow: hidden;
  padding: 0;
  min-height: 0;
  position: relative;
  touch-action: none;
}
.sop-steps-container[data-v-94b876be] {
  padding: 20px;
  transform: translateY(0);
  will-change: transform;
}

/* Mobile SOP Steps */
.sop-step-mobile[data-v-94b876be] {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.sop-step-mobile.available[data-v-94b876be] {
  opacity: 1;
}
.sop-step-mobile.completed[data-v-94b876be] {
  background: #e8f5e8;
  border-color: #28a745;
}
.step-mobile-header[data-v-94b876be] {
  padding: 12px 16px;
  background: white;
  border-bottom: 1px solid #e9ecef;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.step-mobile-left[data-v-94b876be] {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.step-mobile-header input[type="checkbox"][data-v-94b876be] {
  width: 18px;
  height: 18px;
  border: 2px solid #007AFF;
  border-radius: 3px;
  appearance: none;
  cursor: pointer;
}
.step-mobile-header input[type="checkbox"][data-v-94b876be]:checked {
  background: #007AFF;
}
.step-mobile-header input[type="checkbox"][data-v-94b876be]:checked::after {
  content: '✓';
  color: white;
  font-weight: bold;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.step-mobile-number[data-v-94b876be] {
  background: #007AFF;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  min-width: 24px;
  text-align: center;
}
.step-mobile-title[data-v-94b876be] {
  font-weight: 600;
  font-size: 14px;
  color: #333;
}
.step-mobile-content[data-v-94b876be] {
  padding: 16px;
}
.step-mobile-action[data-v-94b876be] {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  margin-bottom: 8px;
}
.step-mobile-who[data-v-94b876be] {
  font-size: 12px;
  color: #666;
  margin-bottom: 12px;
}
.step-mobile-requirements[data-v-94b876be] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
}
.req-mobile[data-v-94b876be] {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #e9ecef;
  color: #6c757d;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  justify-content: space-between;
}
.req-mobile .image-evidence[data-v-94b876be] {
  margin-left: auto;
}
.req-mobile.error[data-v-94b876be] {
  background: #fff5f5;
  color: #dc3545;
}
.upload-btn-mobile[data-v-94b876be], .note-btn-mobile[data-v-94b876be] {
  background: #6c757d;
  color: white;
  border: none;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  cursor: pointer;
  margin-left: auto;
}
.note-btn-link[data-v-94b876be] {
  background: none !important;
  color: #0084ff !important;
  border: none !important;
  padding: 4px 8px !important;
  font-weight: 500;
  text-decoration: none;
}
.note-btn-link[data-v-94b876be]:hover {
  color: #0070e0 !important;
  text-decoration: underline;
}
.uploaded-mobile[data-v-94b876be], .note-added-mobile[data-v-94b876be] {
  color: #28a745;
  font-weight: 600;
  margin-left: auto;
}
.step-error-mobile[data-v-94b876be] {
  color: #dc3545;
  font-size: 12px;
  background: #fff5f5;
  padding: 8px;
  border-radius: 4px;
  margin-top: 8px;
}
.sop-completed-message[data-v-94b876be] {
  background: #e8f5e8;
  color: #28a745;
  padding: 16px;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}
.sop-drawer-footer[data-v-94b876be] {
  padding: 20px;
  border-top: 1px solid #e9ecef;
  background: white;
  flex-shrink: 0;
}
.finalize-sop-btn[data-v-94b876be] {
  width: 100%;
  background: #28a745;
  color: white;
  border: none;
  padding: 16px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.finalize-sop-btn.disabled[data-v-94b876be] {
  background: #6c757d;
  cursor: not-allowed;
}

/* Mobile Note Dialog */
.mobile-note-overlay[data-v-94b876be] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 4000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.mobile-note-dialog[data-v-94b876be] {
  background: white;
  border-radius: 12px;
  width: 100%;
  max-width: 350px;
  max-height: 80vh;
  overflow: hidden;
}
.mobile-note-header[data-v-94b876be] {
  padding: 20px 20px 12px;
  border-bottom: 1px solid #e9ecef;
}
.mobile-note-header h3[data-v-94b876be] {
  margin: 0 0 4px 0;
  font-size: 18px;
  font-weight: 600;
}
.mobile-note-header span[data-v-94b876be] {
  font-size: 14px;
  color: #666;
}
.mobile-note-content[data-v-94b876be] {
  padding: 16px 20px;
}
.mobile-note-content textarea[data-v-94b876be] {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 12px;
  font-size: 16px;
  resize: vertical;
  min-height: 100px;
}
.note-char-counter[data-v-94b876be] {
  text-align: right;
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}
.mobile-note-actions[data-v-94b876be] {
  display: flex;
  gap: 12px;
  padding: 16px 20px;
  border-top: 1px solid #e9ecef;
}
.note-cancel[data-v-94b876be] {
  flex: 1;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  color: #6c757d;
  padding: 12px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}
.note-save[data-v-94b876be] {
  flex: 1;
  background: #007AFF;
  border: none;
  color: white;
  padding: 12px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}
.note-save[data-v-94b876be]:disabled {
  background: #6c757d;
  cursor: not-allowed;
}

/* Mobile note content styling */
.note-content-mobile[data-v-94b876be] {
  font-size: 14px;
  color: #495057;
  line-height: 1.5;
  word-wrap: break-word;
  white-space: pre-wrap;
  flex: 1;
  padding-right: 16px;
  margin: 0;
}

/* Mobile sub-procedures styling */
.sub-procedures-mobile[data-v-94b876be] {
  margin-top: 16px;
  padding-left: 16px;
  border-left: 2px solid #e9ecef;
}
.sub-procedure-mobile[data-v-94b876be] {
  background: rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  border: 1px solid #e9ecef;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}
.sub-procedure-mobile.completed[data-v-94b876be] {
  border-color: #007AFF;
  background: rgba(0, 122, 255, 0.05);
}
.sub-procedure-mobile.available[data-v-94b876be] {
  border-color: #ced4da;
}
.sub-procedure-mobile-header[data-v-94b876be] {
  padding: 12px 16px;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub-procedure-mobile-left[data-v-94b876be] {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.sub-procedure-mobile-number[data-v-94b876be] {
  background: #e9ecef;
  color: #6c757d;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  min-width: 32px;
  text-align: center;
}
.sub-procedure-mobile.completed .sub-procedure-mobile-number[data-v-94b876be] {
  background: #007AFF;
  color: white;
}
.sub-procedure-mobile-title[data-v-94b876be] {
  font-size: 14px;
  font-weight: 600;
  color: #495057;
  flex: 1;
}
.sub-procedure-mobile-content[data-v-94b876be] {
  padding: 16px;
}
.sub-procedure-mobile-action[data-v-94b876be] {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.5;
  margin-bottom: 8px;
}
.sub-procedure-mobile-who[data-v-94b876be] {
  font-size: 12px;
  color: #adb5bd;
  font-weight: 500;
  margin-bottom: 12px;
}

/* Checkbox styling for mobile subprocedures */
.sub-procedure-mobile-header input[type="checkbox"][data-v-94b876be] {
  width: 18px;
  height: 18px;
  border: 2px solid #007AFF;
  border-radius: 3px;
  appearance: none;
  cursor: pointer;
}
.sub-procedure-mobile-header input[type="checkbox"][data-v-94b876be]:checked {
  background: #007AFF;
}
.sub-procedure-mobile-header input[type="checkbox"][data-v-94b876be]:checked::after {
  content: '✓';
  color: white;
  font-size: 12px;
  display: block;
  text-align: center;
  line-height: 14px;
}

/* Ensure proper body scroll behavior on mobile */
body.modal-open[data-v-94b876be] {
  overflow: hidden;
  position: fixed;
  width: 100%;
}


[data-v-ba99b42e] {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.documentation-container[data-v-ba99b42e] {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  color: #333;
  background: #f8f9fa;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.header[data-v-ba99b42e] {
  background: linear-gradient(135deg, #0084ff, #007ce0);
  color: white;
  padding: 40px 0;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 132, 255, 0.3);
}
.header h1[data-v-ba99b42e] {
  font-size: 3rem;
  margin-bottom: 10px;
  font-weight: 700;
}
.header p[data-v-ba99b42e] {
  font-size: 1.2rem;
  opacity: 0.9;
}
.nav-link[data-v-ba99b42e] {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 20px;
  transition: all 0.3s ease;
  font-weight: 500;
}
.nav-link[data-v-ba99b42e]:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}
.nav[data-v-ba99b42e] {
  background: white;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.nav ul[data-v-ba99b42e] {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.nav a[data-v-ba99b42e] {
  color: #0084ff;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 6px;
  transition: all 0.2s ease;
  font-weight: 500;
}
.nav a[data-v-ba99b42e]:hover {
  background: #f0f8ff;
  color: #0070e0;
}
.section[data-v-ba99b42e] {
  background: white;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.section-header[data-v-ba99b42e] {
  background: #f8f9fa;
  padding: 20px 30px;
  border-bottom: 1px solid #e9ecef;
}
.section-header h2[data-v-ba99b42e] {
  color: #2c3e50;
  font-size: 1.8rem;
  font-weight: 600;
}
.section-content[data-v-ba99b42e] {
  padding: 30px;
}
h3[data-v-ba99b42e] {
  color: #34495e;
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: 600;
}
h4[data-v-ba99b42e] {
  color: #5a6c7d;
  margin: 20px 0 10px 0;
  font-size: 1.2rem;
  font-weight: 600;
}
h5[data-v-ba99b42e] {
  color: #6c757d;
  margin: 15px 0 8px 0;
  font-size: 1.1rem;
  font-weight: 600;
}
p[data-v-ba99b42e] {
  margin-bottom: 15px;
  color: #555;
}
ul[data-v-ba99b42e], ol[data-v-ba99b42e] {
  margin-bottom: 15px;
  padding-left: 25px;
}
li[data-v-ba99b42e] {
  margin-bottom: 8px;
  color: #555;
}
.code-block[data-v-ba99b42e] {
  background: #2d3748;
  color: #e2e8f0;
  padding: 20px;
  border-radius: 8px;
  margin: 15px 0;
  overflow-x: auto;
  font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
  font-size: 0.9rem;
  line-height: 1.5;
}
.inline-code[data-v-ba99b42e] {
  background: #f1f3f4;
  color: #d73a49;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
  font-size: 0.9em;
}
.feature-grid[data-v-ba99b42e] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin: 20px 0;
}
.feature-card[data-v-ba99b42e] {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #0084ff;
}
.feature-card h5[data-v-ba99b42e] {
  color: #0084ff;
  margin-bottom: 10px;
}
.attribute-table[data-v-ba99b42e] {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.attribute-table th[data-v-ba99b42e] {
  background: #0084ff;
  color: white;
  padding: 15px;
  text-align: left;
  font-weight: 600;
}
.attribute-table td[data-v-ba99b42e] {
  padding: 12px 15px;
  border-bottom: 1px solid #e9ecef;
}
.attribute-table tr:last-child td[data-v-ba99b42e] {
  border-bottom: none;
}
.attribute-table tr[data-v-ba99b42e]:nth-child(even) {
  background: #f8f9fa;
}
.warning[data-v-ba99b42e] {
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  border-radius: 8px;
  padding: 15px;
  margin: 15px 0;
  border-left: 4px solid #f39c12;
}
.warning strong[data-v-ba99b42e] {
  color: #d68910;
}
.info[data-v-ba99b42e] {
  background: #d1ecf1;
  border: 1px solid #bee5eb;
  border-radius: 8px;
  padding: 15px;
  margin: 15px 0;
  border-left: 4px solid #17a2b8;
}
.info strong[data-v-ba99b42e] {
  color: #138496;
}
.toc[data-v-ba99b42e] {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
}
.toc h4[data-v-ba99b42e] {
  margin-bottom: 15px;
  color: #2c3e50;
}
.toc ul[data-v-ba99b42e] {
  list-style: none;
  padding-left: 0;
}
.toc li[data-v-ba99b42e] {
  margin-bottom: 5px;
}
.toc-sub[data-v-ba99b42e] {
  margin-left: 20px;
}
.toc a[data-v-ba99b42e] {
  color: #0084ff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.toc a[data-v-ba99b42e]:hover {
  color: #0070e0;
}
@media (max-width: 768px) {
.documentation-container[data-v-ba99b42e] {
    padding: 10px;
}
.header h1[data-v-ba99b42e] {
    font-size: 2rem;
}
.nav ul[data-v-ba99b42e] {
    flex-direction: column;
    gap: 10px;
}
.section-content[data-v-ba99b42e] {
    padding: 20px;
}
.feature-grid[data-v-ba99b42e] {
    grid-template-columns: 1fr;
}
}

:root {
  --primary-color: #667eea;
  --secondary-color: #1e3c72;
  --text-primary: #333333;
  --text-secondary: #666666;
  --bg-primary: #ffffff;
  --bg-secondary: #f5f5f5;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

/* Material Icons CSS */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.admin-layout {
  font-family: 'Open Sans', sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
}

input, textarea {
  font-family: inherit;
  font-size: inherit;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
