
.incident-timeline[data-v-7e0c89ed] {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: #F2F2F7;
  min-height: 100vh;
  overflow: hidden;
}
.status-bar[data-v-7e0c89ed] {
  background: #FFFFFF;
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #E5E5EA;
}
.status-icons[data-v-7e0c89ed] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.battery-percent[data-v-7e0c89ed] {
  font-size: 12px;
  font-weight: 500;
}
.header[data-v-7e0c89ed] {
  background: #FFFFFF;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E5E5EA;
}
.back-button[data-v-7e0c89ed] {
  background: none;
  border: none;
  padding: 0;
  margin-right: 12px;
  cursor: pointer;
}
.title[data-v-7e0c89ed] {
  flex: 1;
  font-size: 17px;
  font-weight: 600;
  color: #000000;
  margin: 0;
}
.menu-button[data-v-7e0c89ed] {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.incident-card[data-v-7e0c89ed] {
  background: #FFFFFF;
  padding: 16px;
  border-bottom: 1px solid #E5E5EA;
}
.incident-header[data-v-7e0c89ed] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.incident-number[data-v-7e0c89ed] {
  background: #007AFF;
  color: white;
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 600;
}
.badge[data-v-7e0c89ed] {
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
}
.badge.health-safety[data-v-7e0c89ed] {
  background: #E8F5E8;
  color: #2E7D32;
}
.badge.medical[data-v-7e0c89ed] {
  background: #FFF3E0;
  color: #E65100;
}
.incident-status[data-v-7e0c89ed] {
  text-align: center;
  margin-bottom: 16px;
}
.status-label[data-v-7e0c89ed] {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}
.timer[data-v-7e0c89ed] {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
}
.time-block[data-v-7e0c89ed] {
  background: #E3F2FD;
  padding: 12px;
  border-radius: 8px;
  text-align: center;
  min-width: 60px;
}
.time-value[data-v-7e0c89ed] {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.time-label[data-v-7e0c89ed] {
  font-size: 12px;
  color: #666;
  font-weight: 500;
}
.location-button[data-v-7e0c89ed] {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  border-radius: 50%;
  background: #F0F8FF;
}
.opened-by[data-v-7e0c89ed] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666;
}
.avatar[data-v-7e0c89ed] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.temperature[data-v-7e0c89ed] {
  margin-left: auto;
  font-size: 14px;
  color: #666;
}
.timeline-section[data-v-7e0c89ed] {
  background: #FFFFFF;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.timeline-tabs[data-v-7e0c89ed] {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #E5E5EA;
  background: #F8F9FA;
}
.tab[data-v-7e0c89ed] {
  background: none;
  border: none;
  padding: 8px 12px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  margin-right: 8px;
}
.tab.active[data-v-7e0c89ed] {
  background: #007AFF;
  color: white;
}
.message-count[data-v-7e0c89ed] {
  background: #666;
  color: white;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  margin-left: auto;
}
.timeline-content[data-v-7e0c89ed] {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
}
.date-header[data-v-7e0c89ed] {
  text-align: center;
  font-size: 12px;
  color: #666;
  font-weight: 500;
  margin-bottom: 16px;
  background: #F0F0F0;
  padding: 6px 12px;
  border-radius: 12px;
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
}
.timeline-event[data-v-7e0c89ed] {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.event-time[data-v-7e0c89ed] {
  font-size: 12px;
  color: #666;
  width: 40px;
  text-align: right;
  flex-shrink: 0;
  margin-top: 4px;
}
.event-marker[data-v-7e0c89ed] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 8px;
  flex-shrink: 0;
}
.event-marker.closed[data-v-7e0c89ed] {
  background: #DC3545;
}
.event-marker.update[data-v-7e0c89ed] {
  background: #28A745;
}
.event-marker.medical[data-v-7e0c89ed] {
  background: #FFC107;
}
.event-marker.response[data-v-7e0c89ed] {
  background: #17A2B8;
}
.event-marker.alert[data-v-7e0c89ed] {
  background: #DC3545;
}
.event-content[data-v-7e0c89ed] {
  flex: 1;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 12px;
  border: 1px solid #E5E5EA;
}
.event-header[data-v-7e0c89ed] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.event-avatar[data-v-7e0c89ed] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.alert-message[data-v-7e0c89ed] {
  background: #FFF5F5;
  border: 1px solid #FED7D7;
  border-radius: 8px;
  padding: 12px;
  margin-top: 8px;
  display: flex;
  gap: 8px;
}
.alert-content[data-v-7e0c89ed] {
  flex: 1;
}
.alert-title[data-v-7e0c89ed] {
  font-size: 12px;
  color: #666;
  margin-bottom: 4px;
}
.alert-text[data-v-7e0c89ed] {
  font-size: 14px;
  color: #2D3748;
  line-height: 1.4;
}
.more-button[data-v-7e0c89ed] {
  color: #007AFF;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 8px;
  display: inline-block;
}
.event-message[data-v-7e0c89ed] {
  font-size: 14px;
  color: #2D3748;
  margin-top: 8px;
  line-height: 1.4;
  white-space: pre-line;
}
.event-tags[data-v-7e0c89ed] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.tag[data-v-7e0c89ed] {
  background: #E3F2FD;
  color: #1565C0;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.tag.healthsafety[data-v-7e0c89ed] {
  background: #E8F5E8;
  color: #2E7D32;
}
.tag.medical[data-v-7e0c89ed] {
  background: #FFF3E0;
  color: #E65100;
}
.tag.sliptripfall[data-v-7e0c89ed] {
  background: #FFF8E1;
  color: #F57C00;
}
.event-location[data-v-7e0c89ed] {
  margin-top: 8px;
  padding: 8px;
  background: #F8F9FA;
  border-radius: 8px;
}
.location-text[data-v-7e0c89ed] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #666;
  margin-bottom: 4px;
}
.location-address[data-v-7e0c89ed] {
  font-size: 13px;
  color: #2D3748;
  margin-bottom: 8px;
}
.location-map[data-v-7e0c89ed] {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.location-map img[data-v-7e0c89ed] {
  width: 100%;
  height: 120px;
  object-fit: cover;
}
.map-marker[data-v-7e0c89ed] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: #007AFF;
  border-radius: 50%;
  border: 3px solid white;
}
.event-image[data-v-7e0c89ed] {
  margin-top: 8px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.event-image img[data-v-7e0c89ed] {
  width: 100%;
  height: 120px;
  object-fit: cover;
}
.image-highlight[data-v-7e0c89ed] {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 3px solid #DC3545;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.bottom-nav[data-v-7e0c89ed] {
  background: #FFFFFF;
  border-top: 1px solid #E5E5EA;
  padding: 12px 16px;
}
.nav-input[data-v-7e0c89ed] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.nav-input input[data-v-7e0c89ed] {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #E5E5EA;
  border-radius: 20px;
  outline: none;
  font-size: 14px;
}
.attach-button[data-v-7e0c89ed], .camera-button[data-v-7e0c89ed] {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
}
.nav-buttons[data-v-7e0c89ed] {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.nav-button[data-v-7e0c89ed] {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  position: relative;
}
.nav-button.active svg[data-v-7e0c89ed] {
  color: #007AFF;
}
.nav-badge[data-v-7e0c89ed] {
  position: absolute;
  top: 4px;
  right: 4px;
  background: #FF3B30;
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 10px;
  min-width: 16px;
  text-align: center;
  line-height: 1;
}

/* Blockchain Security Icon */
.blockchain-security[data-v-7e0c89ed] {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #E5E5EA;
}
.blockchain-icon[data-v-7e0c89ed] {
  background: none;
  border: none;
  padding: 8px 12px;
  border-radius: 20px;
  background: #F0F8FF;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}
.blockchain-icon[data-v-7e0c89ed]:hover {
  background: #E3F2FD;
  transform: translateY(-1px);
}
.blockchain-icon .security-badge[data-v-7e0c89ed] {
  position: absolute;
  top: -4px;
  right: -4px;
}

/* Drawer Styles */
.drawer-overlay[data-v-7e0c89ed] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  justify-content: flex-end;
}
.blockchain-drawer[data-v-7e0c89ed] {
  width: 90%;
  max-width: 400px;
  background: #FFFFFF;
  height: 100%;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}
.blockchain-drawer.drawer-open[data-v-7e0c89ed] {
  transform: translateX(0);
}
.drawer-header[data-v-7e0c89ed] {
  background: #F8F9FA;
  padding: 16px;
  border-bottom: 1px solid #E5E5EA;
  display: flex;
  align-items: center;
  gap: 12px;
  position: sticky;
  top: 0;
  z-index: 10;
}
.drawer-back-button[data-v-7e0c89ed] {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.drawer-back-button[data-v-7e0c89ed]:hover {
  background: #E5E5EA;
}
.drawer-title[data-v-7e0c89ed] {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin: 0;
}
.drawer-content[data-v-7e0c89ed] {
  padding: 16px;
}
.blockchain-card[data-v-7e0c89ed] {
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #E5E5EA;
  overflow: hidden;
}
.card-header[data-v-7e0c89ed] {
  background: #F8F9FA;
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #E5E5EA;
}
.blockchain-icon-large[data-v-7e0c89ed] {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}
.blockchain-icon-large .security-badge-large[data-v-7e0c89ed] {
  position: absolute;
  top: -8px;
  right: -8px;
}
.card-header h3[data-v-7e0c89ed] {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin: 0;
}
.transaction-details[data-v-7e0c89ed] {
  padding: 20px;
}
.detail-item[data-v-7e0c89ed] {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F0F0F0;
}
.detail-item[data-v-7e0c89ed]:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.detail-item label[data-v-7e0c89ed] {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  margin-bottom: 8px;
}
.detail-item span[data-v-7e0c89ed] {
  display: block;
  font-size: 14px;
  color: #2D3748;
  line-height: 1.4;
}
.address-text[data-v-7e0c89ed], .hash-text[data-v-7e0c89ed] {
  font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', monospace;
  font-size: 12px;
  background: #F8F9FA;
  padding: 8px 12px;
  border-radius: 8px;
  word-break: break-all;
  margin-bottom: 8px;
  border: 1px solid #E5E5EA;
  position: relative;
  padding-right: 40px;
}
.copy-button[data-v-7e0c89ed] {
  background: none;
  border: none;
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 4px;
  cursor: pointer;
  color: #666;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.copy-button[data-v-7e0c89ed]:hover {
  background: #E5E5EA;
  color: #007AFF;
}
.certificate-container[data-v-7e0c89ed] {
  background: #F8F9FA;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #E5E5EA;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.certificate-icon[data-v-7e0c89ed] {
  flex-shrink: 0;
  padding: 8px;
  background: #E3F2FD;
  border-radius: 8px;
}
.certificate-info[data-v-7e0c89ed] {
  flex: 1;
}
.certificate-name[data-v-7e0c89ed] {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #2D3748;
  margin-bottom: 4px;
}
.certificate-issuer[data-v-7e0c89ed], .certificate-expires[data-v-7e0c89ed] {
  display: block;
  font-size: 12px;
  color: #666;
  margin-bottom: 2px;
}
.security-status[data-v-7e0c89ed] {
  background: #E8F5E8;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #C8E6C9;
  margin-top: 20px;
}
.security-indicator[data-v-7e0c89ed] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.security-indicator span[data-v-7e0c89ed] {
  font-size: 14px;
  font-weight: 600;
  color: #2E7D32;
}
.security-description[data-v-7e0c89ed] {
  font-size: 12px;
  color: #2E7D32;
  line-height: 1.4;
  margin: 0;
}


.incident-details[data-v-567be5c6] {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: #F2F2F7;
  min-height: 100vh;
  overflow: hidden;
}
.status-bar[data-v-567be5c6] {
  background: #FFFFFF;
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #E5E5EA;
}
.status-icons[data-v-567be5c6] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.battery-percent[data-v-567be5c6] {
  font-size: 12px;
  font-weight: 500;
}
.header[data-v-567be5c6] {
  background: #FFFFFF;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E5E5EA;
}
.back-button[data-v-567be5c6] {
  background: none;
  border: none;
  padding: 0;
  margin-right: 12px;
  cursor: pointer;
}
.title[data-v-567be5c6] {
  flex: 1;
  font-size: 17px;
  font-weight: 600;
  color: #000000;
  margin: 0;
}
.menu-button[data-v-567be5c6] {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.incident-card[data-v-567be5c6] {
  background: #FFFFFF;
  padding: 16px;
  border-bottom: 1px solid #E5E5EA;
}
.incident-header[data-v-567be5c6] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.incident-number[data-v-567be5c6] {
  background: #007AFF;
  color: white;
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 600;
}
.badge[data-v-567be5c6] {
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
}
.badge.health-safety[data-v-567be5c6] {
  background: #E8F5E8;
  color: #2E7D32;
}
.badge.maintenance[data-v-567be5c6] {
  background: #FFF3E0;
  color: #E65100;
}
.incident-status[data-v-567be5c6] {
  text-align: center;
  margin-bottom: 16px;
}
.status-label[data-v-567be5c6] {
  font-size: 14px;
  color: #666;
  margin-bottom: 16px;
}
.timer[data-v-567be5c6] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 16px;
}
.time-circle[data-v-567be5c6] {
  position: relative;
  width: 80px;
  height: 80px;
}
.circle-progress[data-v-567be5c6] {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}
.time-blocks[data-v-567be5c6] {
  display: flex;
  gap: 12px;
}
.time-block[data-v-567be5c6] {
  background: #E3F2FD;
  padding: 12px;
  border-radius: 8px;
  text-align: center;
  min-width: 60px;
}
.time-value[data-v-567be5c6] {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.time-label[data-v-567be5c6] {
  font-size: 12px;
  color: #666;
  font-weight: 500;
}
.location-button[data-v-567be5c6] {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  border-radius: 50%;
  background: #F0F8FF;
  margin-left: 16px;
}
.opened-by[data-v-567be5c6] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666;
}
.avatar[data-v-567be5c6] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.temperature[data-v-567be5c6] {
  margin-left: auto;
  font-size: 14px;
  color: #666;
}
.timeline-section[data-v-567be5c6] {
  background: #FFFFFF;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.timeline-tabs[data-v-567be5c6] {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #E5E5EA;
  background: #F8F9FA;
}
.tab[data-v-567be5c6] {
  background: none;
  border: none;
  padding: 8px 12px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  margin-right: 8px;
}
.tab.active[data-v-567be5c6] {
  background: #007AFF;
  color: white;
}
.message-count[data-v-567be5c6] {
  background: #666;
  color: white;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  margin-left: auto;
}
.timeline-content[data-v-567be5c6] {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
}
.date-header[data-v-567be5c6] {
  text-align: center;
  font-size: 12px;
  color: #666;
  font-weight: 500;
  margin-bottom: 16px;
  background: #F0F0F0;
  padding: 6px 12px;
  border-radius: 12px;
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
}
.timeline-event[data-v-567be5c6] {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.event-time[data-v-567be5c6] {
  font-size: 12px;
  color: #666;
  width: 40px;
  text-align: right;
  flex-shrink: 0;
  margin-top: 4px;
}
.event-marker[data-v-567be5c6] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 8px;
  flex-shrink: 0;
}
.event-marker.reopened[data-v-567be5c6] {
  background: #007AFF;
}
.event-marker.summary[data-v-567be5c6] {
  background: #FF9500;
}
.event-content[data-v-567be5c6] {
  flex: 1;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 12px;
  border: 1px solid #E5E5EA;
}
.event-header[data-v-567be5c6] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.event-avatar[data-v-567be5c6] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.event-message[data-v-567be5c6] {
  font-size: 14px;
  color: #2D3748;
  margin-top: 8px;
  line-height: 1.4;
}
.event-summary[data-v-567be5c6] {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 8px;
}
.summary-icon[data-v-567be5c6] {
  flex-shrink: 0;
}
.summary-content[data-v-567be5c6] {
  flex: 1;
}
.summary-content p[data-v-567be5c6] {
  font-size: 14px;
  color: #2D3748;
  line-height: 1.4;
  margin-bottom: 8px;
}
.more-button[data-v-567be5c6] {
  color: #007AFF;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}
.bottom-nav[data-v-567be5c6] {
  background: #FFFFFF;
  border-top: 1px solid #E5E5EA;
  padding: 12px 16px;
}
.nav-input[data-v-567be5c6] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.nav-input input[data-v-567be5c6] {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #E5E5EA;
  border-radius: 20px;
  outline: none;
  font-size: 14px;
}
.attach-button[data-v-567be5c6], .camera-button[data-v-567be5c6] {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
}
.nav-buttons[data-v-567be5c6] {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.nav-button[data-v-567be5c6] {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  position: relative;
}
.nav-button.active svg[data-v-567be5c6] {
  color: #007AFF;
}
.nav-badge[data-v-567be5c6] {
  position: absolute;
  top: 4px;
  right: 4px;
  background: #FF3B30;
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 10px;
  min-width: 16px;
  text-align: center;
  line-height: 1;
}

/* Blockchain Security Icon */
.blockchain-security[data-v-567be5c6] {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #E5E5EA;
}
.blockchain-icon[data-v-567be5c6] {
  background: none;
  border: none;
  padding: 8px 12px;
  border-radius: 20px;
  background: #F0F8FF;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}
.blockchain-icon[data-v-567be5c6]:hover {
  background: #E3F2FD;
  transform: translateY(-1px);
}
.blockchain-icon .security-badge[data-v-567be5c6] {
  position: absolute;
  top: -4px;
  right: -4px;
}

/* Drawer Styles */
.drawer-overlay[data-v-567be5c6] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  justify-content: flex-end;
}
.blockchain-drawer[data-v-567be5c6] {
  width: 90%;
  max-width: 400px;
  background: #FFFFFF;
  height: 100%;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}
.blockchain-drawer.drawer-open[data-v-567be5c6] {
  transform: translateX(0);
}
.drawer-header[data-v-567be5c6] {
  background: #F8F9FA;
  padding: 16px;
  border-bottom: 1px solid #E5E5EA;
  display: flex;
  align-items: center;
  gap: 12px;
  position: sticky;
  top: 0;
  z-index: 10;
}
.drawer-back-button[data-v-567be5c6] {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.drawer-back-button[data-v-567be5c6]:hover {
  background: #E5E5EA;
}
.drawer-title[data-v-567be5c6] {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin: 0;
}
.drawer-content[data-v-567be5c6] {
  padding: 16px;
}
.blockchain-card[data-v-567be5c6] {
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #E5E5EA;
  overflow: hidden;
}
.card-header[data-v-567be5c6] {
  background: #F8F9FA;
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #E5E5EA;
}
.blockchain-icon-large[data-v-567be5c6] {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}
.blockchain-icon-large .security-badge-large[data-v-567be5c6] {
  position: absolute;
  top: -8px;
  right: -8px;
}
.card-header h3[data-v-567be5c6] {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin: 0;
}
.transaction-details[data-v-567be5c6] {
  padding: 20px;
}
.detail-item[data-v-567be5c6] {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F0F0F0;
}
.detail-item[data-v-567be5c6]:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.detail-item label[data-v-567be5c6] {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  margin-bottom: 8px;
}
.detail-item span[data-v-567be5c6] {
  display: block;
  font-size: 14px;
  color: #2D3748;
  line-height: 1.4;
}
.address-text[data-v-567be5c6], .hash-text[data-v-567be5c6] {
  font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', monospace;
  font-size: 12px;
  background: #F8F9FA;
  padding: 8px 12px;
  border-radius: 8px;
  word-break: break-all;
  margin-bottom: 8px;
  border: 1px solid #E5E5EA;
  position: relative;
  padding-right: 40px;
}
.copy-button[data-v-567be5c6] {
  background: none;
  border: none;
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 4px;
  cursor: pointer;
  color: #666;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.copy-button[data-v-567be5c6]:hover {
  background: #E5E5EA;
  color: #007AFF;
}
.certificate-container[data-v-567be5c6] {
  background: #F8F9FA;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #E5E5EA;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.certificate-icon[data-v-567be5c6] {
  flex-shrink: 0;
  padding: 8px;
  background: #E3F2FD;
  border-radius: 8px;
}
.certificate-info[data-v-567be5c6] {
  flex: 1;
}
.certificate-name[data-v-567be5c6] {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #2D3748;
  margin-bottom: 4px;
}
.certificate-issuer[data-v-567be5c6], .certificate-expires[data-v-567be5c6] {
  display: block;
  font-size: 12px;
  color: #666;
  margin-bottom: 2px;
}
.security-status[data-v-567be5c6] {
  background: #E8F5E8;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #C8E6C9;
  margin-top: 20px;
}
.security-indicator[data-v-567be5c6] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.security-indicator span[data-v-567be5c6] {
  font-size: 14px;
  font-weight: 600;
  color: #2E7D32;
}
.security-description[data-v-567be5c6] {
  font-size: 12px;
  color: #2E7D32;
  line-height: 1.4;
  margin: 0;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  background: #F2F2F7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#app {
  max-width: 375px;
  margin: 0 auto;
  min-height: 100vh;
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/* Mobile viewport fixes */
@media (max-width: 375px) {
#app {
    max-width: 100%;
    box-shadow: none;
}
}

/* Global Styles */
:root {
  --primary-color: #007AFF;
  --danger-color: #FF3B30;
  --success-color: #4CD964;
  --warning-color: #FF9500;
  --text-primary: #1C1C1E;
  --text-secondary: #8E8E93;
  --bg-primary: #FFFFFF;
  --bg-secondary: #F2F2F7;
  --border-color: #C6C6C8;
  --shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

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

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  color: var(--text-primary);
  background-color: var(--bg-secondary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Common Components */
.header {
  background-color: var(--bg-primary);
  padding: 12px 16px;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-title {
  font-size: 17px;
  font-weight: 600;
  color: var(--text-primary);
}

.back-button {
  background: none;
  border: none;
  color: var(--primary-color);
  font-size: 17px;
  cursor: pointer;
  padding: 4px 8px;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 13px;
  font-weight: 500;
}

.status-badge.critical {
  background-color: #FFEBEE;
  color: var(--danger-color);
}

.status-badge.warning {
  background-color: #FFF3E0;
  color: var(--warning-color);
}

.status-badge.active {
  background-color: #E3F2FD;
  color: var(--primary-color);
}

.status-badge.resolved {
  background-color: #E8F5E9;
  color: var(--success-color);
}

/* Button Styles */
.button {
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button-primary {
  background-color: var(--primary-color);
  color: white;
}

.button-primary:hover {
  background-color: #0051D5;
}

.button-danger {
  background-color: var(--danger-color);
  color: white;
}

.button-secondary {
  background-color: var(--bg-secondary);
  color: var(--text-primary);
}

/* Card Styles */
.card {
  background-color: var(--bg-primary);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 12px;
  box-shadow: var(--shadow);
}

/* Timeline Styles */
.timeline {
  position: relative;
  padding-left: 24px;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: var(--border-color);
}

.timeline-item {
  position: relative;
  padding-bottom: 24px;
}

.timeline-dot {
  position: absolute;
  left: -20px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--primary-color);
  border: 2px solid white;
  box-shadow: 0 0 0 2px var(--border-color);
}

/* Loading Animation */
.loading {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid var(--border-color);
  border-radius: 50%;
  border-top-color: var(--primary-color);
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}
