/* /Components/ConcernResolution/ConcernCard.razor.rz.scp.css */
.concern-card[b-x55hes4vum] {
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    padding: 1rem;
    margin-bottom: 1rem;
    background: var(--bg-elevated);
    transition: all var(--transition-fast);
}

.concern-card:hover[b-x55hes4vum] {
    box-shadow: var(--shadow-md);
}

.concern-card.concern-resolved[b-x55hes4vum] {
    background: var(--success-bg);
    border-color: var(--success-border);
    border-left: 3px solid var(--success);
}

.concern-card.concern-dismissed[b-x55hes4vum] {
    background: var(--bg-surface);
    border-color: var(--border-medium);
    opacity: 0.8;
}

.concern-card-header[b-x55hes4vum] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.concern-type-badge .badge[b-x55hes4vum] {
    font-size: 0.85rem;
}

.concern-card-body[b-x55hes4vum] {
    padding-top: 0.5rem;
}

.concern-description[b-x55hes4vum] {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.5;
}

.concern-actions[b-x55hes4vum] {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.concern-actions button[b-x55hes4vum] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.concern-resolution-info[b-x55hes4vum],
.concern-dismissal-info[b-x55hes4vum] {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--border-light);
}

.alert-info[b-x55hes4vum] {
    background-color: var(--info-bg);
    border-color: var(--info-border);
    color: var(--text-primary);
}

.alert-info strong[b-x55hes4vum] {
    display: block;
    margin-bottom: 0.25rem;
}
/* /Components/ConcernResolution/ConcernList.razor.rz.scp.css */
.concern-list-container[b-52rhicjevn] {
    padding: 1rem;
    background: var(--bg-elevated);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

.concern-list-header[b-52rhicjevn] {
    border-bottom: 2px solid var(--border-light);
    padding-bottom: 0.75rem;
}

.concern-list-header h5[b-52rhicjevn] {
    color: var(--text-primary);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.concern-list-header p[b-52rhicjevn] {
    margin-bottom: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

.concern-list-body[b-52rhicjevn] {
    margin-top: 1rem;
}

.concern-list-footer[b-52rhicjevn] {
    padding-top: 1rem;
    border-top: 2px solid var(--border-light);
}

.concern-list-footer .btn[b-52rhicjevn] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-weight: 500;
}

.concern-list-footer small[b-52rhicjevn] {
    font-size: 0.85rem;
}

.alert-info[b-52rhicjevn] {
    background-color: var(--info-bg);
    border-color: var(--info-border);
    color: var(--text-primary);
    padding: 1rem;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.alert-info i[b-52rhicjevn] {
    font-size: 1.25rem;
}

.alert-danger[b-52rhicjevn] {
    background-color: var(--danger-bg);
    border-color: var(--danger-border);
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-success[b-52rhicjevn] {
    background-color: var(--success);
    border-color: var(--success);
}

.btn-success:hover:not(:disabled)[b-52rhicjevn] {
    background-color: var(--success);
    border-color: var(--success);
    filter: brightness(0.9);
}

.btn-success:disabled[b-52rhicjevn] {
    opacity: 0.65;
    cursor: not-allowed;
}

.spinner-border-sm[b-52rhicjevn] {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}
/* /Components/ConcernResolution/DismissConcernModal.razor.rz.scp.css */
.modal[b-l8ms76xzkd] {
    background: var(--bg-overlay);
}

.concern-summary[b-l8ms76xzkd] {
    padding: 0.75rem;
    background: var(--bg-surface);
    border-radius: var(--radius-md);
    border-left: 4px solid var(--warning);
}

.concern-summary h6[b-l8ms76xzkd] {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.concern-summary p[b-l8ms76xzkd] {
    margin-bottom: 0;
    color: var(--text-secondary);
}

.alert-warning[b-l8ms76xzkd] {
    background-color: var(--warning-bg);
    border-color: var(--warning-border);
    color: var(--text-primary);
}

.alert-warning strong[b-l8ms76xzkd] {
    display: block;
    margin-bottom: 0.25rem;
}

.alert-warning i[b-l8ms76xzkd] {
    margin-right: 0.375rem;
}

.form-label.fw-bold[b-l8ms76xzkd] {
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.form-select[b-l8ms76xzkd] {
    border-radius: var(--radius-md);
    border: 1px solid var(--border-medium);
}

.form-select:focus[b-l8ms76xzkd] {
    border-color: var(--warning);
    box-shadow: 0 0 0 0.2rem var(--warning-bg);
}

textarea.form-control[b-l8ms76xzkd] {
    border-radius: var(--radius-md);
    border: 1px solid var(--border-medium);
    resize: vertical;
}

textarea.form-control:focus[b-l8ms76xzkd] {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem var(--primary-bg);
}

.btn-warning[b-l8ms76xzkd] {
    background-color: var(--warning);
    border-color: var(--warning);
    color: var(--text-primary);
}

.btn-warning:hover[b-l8ms76xzkd] {
    background-color: var(--warning);
    border-color: var(--warning);
    filter: brightness(1.1);
    color: var(--text-primary);
}

.btn-warning:disabled[b-l8ms76xzkd] {
    background-color: var(--warning);
    border-color: var(--warning);
    opacity: 0.65;
}

.spinner-border-sm[b-l8ms76xzkd] {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

.alert-danger[b-l8ms76xzkd] {
    background-color: var(--danger-bg);
    border-color: var(--danger-border);
    color: var(--text-primary);
}

.alert-danger i[b-l8ms76xzkd] {
    margin-right: 0.375rem;
}
/* /Components/ConcernResolution/ResolveConcernModal.razor.rz.scp.css */
.modal[b-umm6tg5w6t] {
    background: var(--bg-overlay);
}

.concern-summary[b-umm6tg5w6t] {
    padding: 0.75rem;
    background: var(--bg-surface);
    border-radius: var(--radius-md);
    border-left: 4px solid var(--warning);
}

.concern-summary h6[b-umm6tg5w6t] {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.concern-summary p[b-umm6tg5w6t] {
    margin-bottom: 0;
    color: var(--text-secondary);
}

.btn-group-vertical .btn[b-umm6tg5w6t] {
    padding: 0.75rem 1rem;
    text-align: left;
    border-radius: var(--radius-md) !important;
    margin-bottom: 0.5rem;
}

.btn-group-vertical .btn i[b-umm6tg5w6t] {
    margin-right: 0.5rem;
}

.btn-group-vertical .btn strong[b-umm6tg5w6t] {
    display: block;
    margin-bottom: 0.25rem;
}

.btn-check:checked + .btn-outline-primary[b-umm6tg5w6t] {
    background-color: var(--primary);
    color: var(--text-inverse);
}

.btn-check:checked + .btn-outline-primary small[b-umm6tg5w6t] {
    color: var(--text-inverse);
    opacity: 0.8;
}

.resolution-form[b-umm6tg5w6t] {
    padding: 1rem;
    background: var(--bg-surface);
    border-radius: var(--radius-md);
    margin-top: 1rem;
}

.resolution-form .form-label[b-umm6tg5w6t] {
    font-weight: 500;
    color: var(--text-secondary);
}

.alert-info[b-umm6tg5w6t] {
    background-color: var(--info-bg);
    border-color: var(--info-border);
    color: var(--text-primary);
}
/* /Components/Footer.razor.rz.scp.css */
/* ============================================
   FOOTER WITH NAVIGATION - Nordic Blue Band + Breaking Logo
   ============================================ */
footer[b-dcsmlzm3sn] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: var(--primary);
  color: var(--text-inverse);
  padding: 0 var(--spacing-xs) var(--spacing-xs) var(--spacing-xs);
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08);
  z-index: 1000;
}

.footer-content[b-dcsmlzm3sn] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  height: 100%;
  gap: 150px;
  padding-top: 0;
}

/* Footer logo breaking the border - BOTTOM LEFT, extending UPWARD */
.footer-logo[b-dcsmlzm3sn] {
  left: var(--spacing-lg);
  height: 100px;
  opacity: 1;
  z-index: 999;
  position: absolute;
  transform: translateX(-18px);
  padding: 5px;
}

.footer-logo img[b-dcsmlzm3sn] {
  height: 100%;
  display: block;
}

/* Logo color adjustments for dark mode */
.footer-logo-img[b-dcsmlzm3sn] {
  transition: filter var(--transition-normal);
}

[data-theme="dark"] .footer-logo-img[b-dcsmlzm3sn] {
  filter: brightness(0) saturate(100%);
}

/* Copyright - Rotated on left side */
.footer-copyright[b-dcsmlzm3sn] {
  text-align: left;
  font-family: var(--font-sans);
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  order: 0;
  transform: translateY(40px) rotate(-90deg);
  transition: color var(--transition-normal);
}

[data-theme="dark"] .footer-copyright[b-dcsmlzm3sn] {
  color: rgba(0, 0, 0, 0.7);
}

.footer-copyright p[b-dcsmlzm3sn] {
  margin: 0;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.7);
  transition: color var(--transition-normal);
}

[data-theme="dark"] .footer-copyright p[b-dcsmlzm3sn] {
  color: rgba(0, 0, 0, 0.7);
}

.footer-copyright a[b-dcsmlzm3sn] {
  color: var(--text-inverse);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all var(--transition-fast);
}

[data-theme="dark"] .footer-copyright a[b-dcsmlzm3sn] {
  color: rgba(0, 0, 0, 0.7);
}

.footer-copyright a:hover[b-dcsmlzm3sn] {
  border-bottom-color: var(--text-inverse);
}

[data-theme="dark"] .footer-copyright a:hover[b-dcsmlzm3sn] {
  border-bottom-color: rgba(0, 0, 0, 0.7);
}

/* Theme toggle button - right next to logo, vertically centered */
.footer-theme-toggle[b-dcsmlzm3sn] {
  position: absolute;
  left: calc(var(--spacing-lg) + 90px); /* Logo width + spacing */
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  z-index: 999;
}

/* Footer navigation tabs - hanging down from footer */
.footer-links[b-dcsmlzm3sn] {
  display: flex;
  gap: var(--spacing-xs);
  align-items: flex-start;
  order: 1;
}

.footer-links[b-dcsmlzm3sn]  .footer-tab {
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  padding: var(--spacing-sm) var(--spacing-md);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: none;
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  transition: all var(--transition-fast);
  white-space: nowrap;
}

[data-theme="dark"] .footer-links[b-dcsmlzm3sn]  .footer-tab {
  color: rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.1);
}

.footer-links[b-dcsmlzm3sn]  .footer-tab:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--text-inverse);
}

[data-theme="dark"] .footer-links[b-dcsmlzm3sn]  .footer-tab:hover {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.9);
}

.footer-links[b-dcsmlzm3sn]  .footer-tab.active {
  background: rgba(255, 255, 255, 0.15);
  color: var(--text-inverse);
  border-color: rgba(255, 255, 255, 0.3);
  font-weight: 600;
}

[data-theme="dark"] .footer-links[b-dcsmlzm3sn]  .footer-tab.active {
  background: rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 0, 0, 0.3);
}

/* Responsive footer */
@media (max-width: 768px) {
  footer[b-dcsmlzm3sn] {
    height: auto;
    padding: var(--spacing-sm);
  }

  .footer-content[b-dcsmlzm3sn] {
    flex-direction: column;
    gap: var(--spacing-sm);
  }

  .footer-logo[b-dcsmlzm3sn] {
    position: relative;
    transform: none;
    left: 0;
    height: 60px;
  }

  .footer-copyright[b-dcsmlzm3sn] {
    transform: none;
    order: 3;
  }

  .footer-theme-toggle[b-dcsmlzm3sn] {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    order: 1;
  }

  .footer-links[b-dcsmlzm3sn] {
    order: 2;
    font-size: 1rem;
  }
}
/* /Components/Interview/InterviewEventHistoryDrawer.razor.rz.scp.css */
.drawer-overlay[b-1khr4g12me] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6) !important;
    backdrop-filter: blur(2px);
    z-index: 1040;
    opacity: 1 !important;
}

.event-history-drawer[b-1khr4g12me] {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: var(--bg-body) !important;
    color: var(--text-primary) !important;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.3);
    z-index: 1050;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
    opacity: 1 !important;
}

.event-history-drawer.show[b-1khr4g12me] {
    right: 0;
}

.drawer-header[b-1khr4g12me] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid var(--bs-border-color);
}

.drawer-header h5[b-1khr4g12me] {
    margin: 0;
    font-size: 1.1rem;
}

.drawer-body[b-1khr4g12me] {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
}

.event-timeline[b-1khr4g12me] {
    position: relative;
}

.event-timeline[b-1khr4g12me]::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--bs-border-color);
}

.event-item[b-1khr4g12me] {
    display: flex;
    margin-bottom: 24px;
    position: relative;
}

.event-icon[b-1khr4g12me] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--brand-collie);
    color: var(--text-inverse);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
    z-index: 1;
}

.event-content[b-1khr4g12me] {
    flex: 1;
}

.event-type[b-1khr4g12me] {
    font-weight: 600;
    margin-bottom: 4px;
}

.event-time[b-1khr4g12me] {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 4px;
}

.event-details[b-1khr4g12me] {
    font-size: 0.9rem;
    color: var(--text-secondary);
    padding: 8px;
    background: var(--bg-elevated);
    border-radius: 4px;
    margin-top: 8px;
}

.time-travel-btn[b-1khr4g12me] {
    flex-shrink: 0;
    margin-left: 0.5rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    transition: all var(--transition-fast);
}

.time-travel-btn:hover:not(:disabled)[b-1khr4g12me] {
    transform: rotate(-20deg);
}

.time-travel-btn:disabled[b-1khr4g12me] {
    cursor: not-allowed;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .event-history-drawer[b-1khr4g12me] {
        width: 100%;
        right: -100%;
    }

    .time-travel-btn[b-1khr4g12me] {
        padding: 0.2rem 0.4rem;
        font-size: 0.75rem;
    }
}
/* /Components/Knowledge/InterviewCard.razor.rz.scp.css */
/* Interview Card - Theme-aware styles */
.interview-card[b-8fiyv7pt9j] {
    background: var(--bg-elevated);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 1.25rem;
    transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
    cursor: pointer;
}

.interview-card:hover[b-8fiyv7pt9j] {
    border-color: var(--primary);
    box-shadow: var(--shadow-md);
    background: var(--bg-hover);
}

.interview-card.completed[b-8fiyv7pt9j] {
    border-color: var(--success);
    background: var(--success-bg);
}

.interview-card.in-progress[b-8fiyv7pt9j] {
    border-color: var(--warning);
    background: var(--warning-bg);
}

.interview-card.not-started[b-8fiyv7pt9j] {
    border-color: var(--border-light);
}

.interview-card .card-header[b-8fiyv7pt9j] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.interview-card .icon-container[b-8fiyv7pt9j] {
    font-size: 1.5rem;
}

.interview-card h3[b-8fiyv7pt9j] {
    margin: 0;
    font-size: 1rem;
    color: var(--text-primary);
}

.interview-card .persona[b-8fiyv7pt9j] {
    margin: 0;
    font-size: 0.875rem;
    color: var(--text-muted);
}

.interview-card .description[b-8fiyv7pt9j] {
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin: 0.5rem 0 1rem;
}

.interview-card .progress-section[b-8fiyv7pt9j] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.interview-card .progress-bar[b-8fiyv7pt9j] {
    flex: 1;
    height: 6px;
    background: var(--border-light);
    border-radius: var(--radius-sm);
    overflow: hidden;
}

.interview-card .progress-fill[b-8fiyv7pt9j] {
    height: 100%;
    background: var(--primary);
    transition: width var(--transition-normal);
}

.interview-card .progress-label[b-8fiyv7pt9j] {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-muted);
    min-width: 3rem;
    text-align: right;
}

.interview-card .actions[b-8fiyv7pt9j] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.interview-card .completed-badge[b-8fiyv7pt9j] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: var(--success);
    font-size: 0.875rem;
    font-weight: 600;
}

.interview-card .completed-badge .check[b-8fiyv7pt9j] {
    font-weight: bold;
    font-size: 1rem;
}
/* /Components/Knowledge/KnowledgeDashboard.razor.rz.scp.css */
/* Knowledge Dashboard - Theme-aware styles */
.knowledge-dashboard[b-sl4vnbhwwy] {
    margin-bottom: 2rem;
}

.knowledge-dashboard .knowledge-header h2[b-sl4vnbhwwy] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-primary);
}

.knowledge-dashboard .subtitle[b-sl4vnbhwwy] {
    color: var(--text-muted);
    margin: 0.5rem 0 1.5rem;
    font-size: 1rem;
}

.interview-cards-grid[b-sl4vnbhwwy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

/* Knowledge Insight */
.knowledge-insight[b-sl4vnbhwwy] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: var(--info-bg);
    border: 1px solid var(--info-border);
    border-radius: var(--radius-lg);
    margin-top: 1.5rem;
}

.knowledge-insight .icon[b-sl4vnbhwwy] {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.knowledge-insight p[b-sl4vnbhwwy] {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .interview-cards-grid[b-sl4vnbhwwy] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Navigation/DiscoveryTabs.razor.rz.scp.css */
.discovery-tabs[b-crn3dm9yq1] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.discovery-tab-header[b-crn3dm9yq1] {
    display: flex;
    gap: 0.5rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--border-color, #dee2e6);
    margin-bottom: 1rem;
}

.discovery-tab[b-crn3dm9yq1] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.5rem 1rem;
    border: none;
    background: transparent;
    color: var(--text-muted, #6c757d);
    cursor: pointer;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.15s ease;
    position: relative;
}

.discovery-tab:hover[b-crn3dm9yq1] {
    background: var(--hover-bg, rgba(0, 0, 0, 0.05));
    color: var(--text-color, #212529);
}

.discovery-tab.active[b-crn3dm9yq1] {
    background: var(--primary-bg, #e7f3ff);
    color: var(--primary-color, #0d6efd);
}

.needs-approval-badge[b-crn3dm9yq1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background: #ffc107;
    color: #212529;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: bold;
    margin-left: 0.5rem;
    animation: pulse-badge-b-crn3dm9yq1 2s infinite;
}

@keyframes pulse-badge-b-crn3dm9yq1 {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.discovery-tab-content[b-crn3dm9yq1] {
    flex: 1;
    overflow: auto;
}

/* Dark mode support */
:root[data-theme="dark"] .discovery-tab-header[b-crn3dm9yq1],
.dark-mode .discovery-tab-header[b-crn3dm9yq1] {
    border-bottom-color: var(--border-color-dark, #495057);
}

:root[data-theme="dark"] .discovery-tab[b-crn3dm9yq1],
.dark-mode .discovery-tab[b-crn3dm9yq1] {
    color: var(--text-muted-dark, #adb5bd);
}

:root[data-theme="dark"] .discovery-tab:hover[b-crn3dm9yq1],
.dark-mode .discovery-tab:hover[b-crn3dm9yq1] {
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-color-dark, #f8f9fa);
}

:root[data-theme="dark"] .discovery-tab.active[b-crn3dm9yq1],
.dark-mode .discovery-tab.active[b-crn3dm9yq1] {
    background: rgba(13, 110, 253, 0.2);
    color: var(--primary-color-light, #6ea8fe);
}
/* /Components/Refinement/DiscoverForm.razor.rz.scp.css */
/* Discover Form styles */
.discover-form-container[b-r6fmtha2w5] {
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    padding: 2rem;
}

.form-group[b-r6fmtha2w5] {
    margin-bottom: 1.5rem;
}

.form-label[b-r6fmtha2w5] {
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: block;
    color: var(--bs-body-color);
}

.form-control[b-r6fmtha2w5] {
    background: var(--bs-body-bg);
    border-color: var(--bs-border-color);
    color: var(--bs-body-color);
}

.form-control:focus[b-r6fmtha2w5] {
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
}

.form-control[b-r6fmtha2w5]::placeholder {
    color: var(--bs-secondary);
    opacity: 0.7;
}

.form-hint[b-r6fmtha2w5] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: var(--bs-secondary);
}

.form-text[b-r6fmtha2w5] {
    font-size: 0.875rem;
    color: var(--bs-secondary);
}

.form-actions[b-r6fmtha2w5] {
    margin-top: 2rem;
}

.loading-state[b-r6fmtha2w5] {
    display: flex;
    align-items: center;
    padding: 1rem;
    background: var(--bs-tertiary-bg);
    border-radius: 0.375rem;
    color: var(--bs-body-color);
}

.loading-indicator[b-r6fmtha2w5] {
    margin-top: 1.5rem;
}

.loading-indicator p[b-r6fmtha2w5] {
    margin-top: 0.75rem;
    text-align: center;
    color: var(--bs-secondary);
}

/* Purple button for background services */
.btn-purple[b-r6fmtha2w5] {
    background-color: #6f42c1;
    border-color: #6f42c1;
    color: white;
}

.btn-purple:hover[b-r6fmtha2w5] {
    background-color: #5a32a3;
    border-color: #5a32a3;
    color: white;
}

.btn-purple:disabled[b-r6fmtha2w5] {
    background-color: #9775c7;
    border-color: #9775c7;
}

.text-purple[b-r6fmtha2w5] {
    color: #6f42c1 !important;
}
/* /Components/Refinement/EventHistoryDrawer.razor.rz.scp.css */
.drawer-overlay[b-0uy3o0h8c0] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6) !important;
    backdrop-filter: blur(2px);
    z-index: 1040;
    opacity: 1 !important;
}

.event-history-drawer[b-0uy3o0h8c0] {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: var(--bg-body) !important;
    color: var(--text-primary) !important;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.3);
    z-index: 1050;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
    opacity: 1 !important;
}

.event-history-drawer.show[b-0uy3o0h8c0] {
    right: 0;
}

.drawer-header[b-0uy3o0h8c0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid var(--bs-border-color);
}

.drawer-header h5[b-0uy3o0h8c0] {
    margin: 0;
    font-size: 1.1rem;
}

.drawer-body[b-0uy3o0h8c0] {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
}

.event-timeline[b-0uy3o0h8c0] {
    position: relative;
}

.event-timeline[b-0uy3o0h8c0]::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--bs-border-color);
}

.event-item[b-0uy3o0h8c0] {
    display: flex;
    margin-bottom: 24px;
    position: relative;
}

.event-icon[b-0uy3o0h8c0] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--brand-collie);
    color: var(--text-inverse);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
    z-index: 1;
}

.event-content[b-0uy3o0h8c0] {
    flex: 1;
}

.event-type[b-0uy3o0h8c0] {
    font-weight: 600;
    margin-bottom: 4px;
}

.event-time[b-0uy3o0h8c0] {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 4px;
}

.event-details[b-0uy3o0h8c0] {
    font-size: 0.9rem;
    color: var(--text-secondary);
    padding: 8px;
    background: var(--bg-elevated);
    border-radius: 4px;
    margin-top: 8px;
}

.time-travel-btn[b-0uy3o0h8c0] {
    flex-shrink: 0;
    margin-left: 0.5rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    transition: all var(--transition-fast);
}

.time-travel-btn:hover:not(:disabled)[b-0uy3o0h8c0] {
    transform: rotate(-20deg);
}

.time-travel-btn:disabled[b-0uy3o0h8c0] {
    cursor: not-allowed;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .event-history-drawer[b-0uy3o0h8c0] {
        width: 100%;
        right: -100%;
    }

    .time-travel-btn[b-0uy3o0h8c0] {
        padding: 0.2rem 0.4rem;
        font-size: 0.75rem;
    }
}
/* /Components/Refinement/FeatureNameSelector.razor.rz.scp.css */
/* Name Choice Buttons for Feature Name Selection */
.name-choice-container[b-lmq5385qrb] {
    padding: 1rem;
    background: var(--bg-light);
    border-radius: var(--radius-md);
    border: 1px solid var(--primary-pale);
}

.name-choice-btn[b-lmq5385qrb] {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    transition: all 0.2s ease;
}

.name-choice-btn:hover:not(:disabled)[b-lmq5385qrb] {
    transform: translateX(4px);
    box-shadow: var(--shadow-md);
}

.name-choice-btn strong[b-lmq5385qrb] {
    font-size: 1.1rem;
}
/* /Components/Refinement/InteractiveDiscoveryV2.razor.rz.scp.css */
.interactive-discovery[b-tzbduwties] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.chat-container[b-tzbduwties] {
    display: flex;
    flex-direction: column;
    max-height: 600px;
    border: 1px solid var(--border-medium);
    border-radius: 8px;
    background-color: var(--bg-elevated);
    transition: background-color var(--transition-normal), border-color var(--transition-normal);
}

.chat-messages[b-tzbduwties] {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.chat-message[b-tzbduwties] {
    display: flex;
    gap: 0.75rem;
    max-width: 80%;
}

/* AI messages on the left with gray background */
.chat-message.ai-message[b-tzbduwties] {
    align-self: flex-start;
}

.chat-message.ai-message .message-content[b-tzbduwties] {
    background-color: var(--bg-surface);
    border: 1px solid var(--border-light);
    color: var(--text-primary);
    transition: background-color var(--transition-normal), border-color var(--transition-normal), color var(--transition-normal);
}

/* User messages on the right with blue background */
.chat-message.user-message[b-tzbduwties] {
    align-self: flex-end;
    flex-direction: row-reverse;
}

.chat-message.user-message .message-content[b-tzbduwties] {
    background-color: var(--primary);
    color: var(--text-inverse);
    border: 1px solid var(--primary);
    transition: background-color var(--transition-normal), border-color var(--transition-normal), color var(--transition-normal);
}

.chat-message.user-message .message-time[b-tzbduwties] {
    color: var(--text-inverse);
    opacity: 0.8;
}

.message-avatar[b-tzbduwties] {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bg-surface);
    color: var(--text-primary);
    border: 1px solid var(--border-light);
    transition: background-color var(--transition-normal), color var(--transition-normal), border-color var(--transition-normal);
}

.chat-message.user-message .message-avatar[b-tzbduwties] {
    background-color: var(--primary);
    color: var(--text-inverse);
    border-color: var(--primary);
}

.message-content[b-tzbduwties] {
    border-radius: 12px;
    padding: 0.75rem 1rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.message-text[b-tzbduwties] {
    margin-bottom: 0.25rem;
    word-wrap: break-word;
}

.message-time[b-tzbduwties] {
    font-size: 0.75rem;
    color: var(--text-tertiary);
    text-align: right;
    transition: color var(--transition-normal);
}

.chat-input-container[b-tzbduwties] {
    padding: 1rem;
    border-top: 1px solid var(--border-medium);
    background-color: var(--bg-surface);
    transition: background-color var(--transition-normal), border-color var(--transition-normal);
}

.chat-input-container textarea[b-tzbduwties] {
    resize: none;
}

.typing-indicator[b-tzbduwties] {
    display: flex;
    gap: 0.25rem;
    padding: 0.5rem;
}

.typing-indicator span[b-tzbduwties] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--text-tertiary);
    animation: typing-b-tzbduwties 1.4s infinite;
    transition: background-color var(--transition-normal);
}

.typing-indicator span:nth-child(2)[b-tzbduwties] {
    animation-delay: 0.2s;
}

.typing-indicator span:nth-child(3)[b-tzbduwties] {
    animation-delay: 0.4s;
}

@keyframes typing-b-tzbduwties {
    0%, 60%, 100% {
        opacity: 0.3;
        transform: translateY(0);
    }
    30% {
        opacity: 1;
        transform: translateY(-4px);
    }
}
/* /Components/Refinement/RediscoverForm.razor.rz.scp.css */
/* Rediscover Form styles */
.rediscover-form-container[b-fvwofaw7ko] {
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    padding: 2rem;
}

.form-group[b-fvwofaw7ko] {
    margin-bottom: 1.5rem;
}

.form-label[b-fvwofaw7ko] {
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: block;
    color: var(--bs-body-color);
}

.form-control[b-fvwofaw7ko] {
    background: var(--bs-body-bg);
    border-color: var(--bs-border-color);
    color: var(--bs-body-color);
}

.form-control:focus[b-fvwofaw7ko] {
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
}

.form-actions[b-fvwofaw7ko] {
    margin-top: 2rem;
}

.loading-state[b-fvwofaw7ko] {
    display: flex;
    align-items: center;
    padding: 1rem;
    background: var(--bs-tertiary-bg);
    border-radius: 0.375rem;
    color: var(--bs-body-color);
}

.loading-indicator[b-fvwofaw7ko] {
    margin-top: 1.5rem;
}

.loading-indicator p[b-fvwofaw7ko] {
    margin-top: 0.75rem;
    text-align: center;
    color: var(--bs-secondary);
}

/* Purple button for background services */
.btn-purple[b-fvwofaw7ko] {
    background-color: #6f42c1;
    border-color: #6f42c1;
    color: white;
}

.btn-purple:hover[b-fvwofaw7ko] {
    background-color: #5a32a3;
    border-color: #5a32a3;
    color: white;
}

.btn-purple:disabled[b-fvwofaw7ko] {
    background-color: #9775c7;
    border-color: #9775c7;
}
/* /Components/Refinement/SessionCard.razor.rz.scp.css */
.session-card[b-06gppcwpve] {
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 12px;
    padding-left: 16px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all var(--transition-fast);
    background: var(--bg-surface);
    border-left: 4px solid transparent;
}

.session-card:hover[b-06gppcwpve] {
    box-shadow: var(--shadow-md);
    background: var(--bg-hover);
}

/* Category-based left border colors */
.session-card.category-feature[b-06gppcwpve] {
    border-left-color: var(--bs-primary);
}

.session-card.category-functionality[b-06gppcwpve] {
    border-left-color: #6f42c1;
}

.session-card.category-bug[b-06gppcwpve] {
    border-left-color: var(--bs-danger);
}

.session-card.category-infrastructure[b-06gppcwpve] {
    border-left-color: var(--bs-warning);
}

.session-card.selected[b-06gppcwpve] {
    background: var(--primary-bg);
}

.session-card-header[b-06gppcwpve] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.header-left[b-06gppcwpve] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-left i[b-06gppcwpve] {
    font-size: 1rem;
}

/* Category color classes */
.text-purple[b-06gppcwpve] {
    color: #6f42c1 !important;
}

.percent-complete[b-06gppcwpve] {
    font-weight: 600;
    color: var(--success);
    font-size: 0.9rem;
}

.session-card-body[b-06gppcwpve] {
    margin-bottom: 8px;
}

.feature-name[b-06gppcwpve] {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 4px;
    color: var(--text-primary);
}

.session-metadata[b-06gppcwpve] {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 8px;
}

.progress-section[b-06gppcwpve] {
    margin-top: 8px;
}

.progress-section small[b-06gppcwpve] {
    display: block;
    margin-top: 4px;
    font-size: 0.75rem;
}

.session-card-actions[b-06gppcwpve] {
    display: flex;
    gap: 6px;
    padding: 8px 0;
    border-top: 1px solid var(--border-light);
    border-bottom: 1px solid var(--border-light);
    margin: 8px 0;
}

.action-btn[b-06gppcwpve] {
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: var(--radius-sm);
    transition: background var(--transition-fast);
    color: var(--text-muted);
    font-size: 1.1rem;
}

.action-btn:hover:not(:disabled)[b-06gppcwpve] {
    background: var(--bg-hover);
    color: var(--text-primary);
}

.action-btn:disabled[b-06gppcwpve] {
    opacity: 0.4;
    cursor: not-allowed;
}

.action-btn-danger:hover:not(:disabled)[b-06gppcwpve] {
    background: var(--danger-bg);
    color: var(--danger);
}

.session-card-footer[b-06gppcwpve] {
    display: flex;
    justify-content: flex-end;
}

.session-card-footer small[b-06gppcwpve] {
    font-size: 0.75rem;
}
/* /Components/Refinement/SessionList.razor.rz.scp.css */
.session-list[b-a81d4wrou5] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.session-list-header[b-a81d4wrou5] {
    padding: 16px;
    border-bottom: 1px solid var(--border-light);
}

.session-list-body[b-a81d4wrou5] {
    flex: 1;
    overflow-y: auto;
}

.grouping-options[b-a81d4wrou5] {
    font-size: 0.8rem;
}

.grouping-options .form-check[b-a81d4wrou5] {
    margin-bottom: 6px;
}

.grouping-options .form-check-label[b-a81d4wrou5] {
    font-size: 0.8rem;
}

/* Tree View - EXACT match to old implementation */
.tree-view[b-a81d4wrou5] {
    font-size: 0.875rem;
    padding: 0.5rem;
}

.tree-node[b-a81d4wrou5] {
    user-select: none;
    padding-left: 25px;
}

.tree-header[b-a81d4wrou5] {
    display: flex;
    align-items: center;
    padding: 0.4rem 0.5rem;
    padding-left: 25px;
    cursor: pointer;
    border-radius: var(--radius-sm);
    gap: 0.5rem;
}

.tree-header:hover[b-a81d4wrou5] {
    background-color: var(--bg-hover);
}

.expand-icon[b-a81d4wrou5] {
    width: 1rem;
    font-size: 0.65rem;
    color: var(--text-muted);
    flex-shrink: 0;
}

.node-label[b-a81d4wrou5] {
    font-weight: 500;
    color: var(--text-primary);
    flex-grow: 1;
}

.level-1 > .tree-header .node-label[b-a81d4wrou5] {
    font-weight: 600;
}

.level-2 > .tree-header .node-label[b-a81d4wrou5] {
    font-weight: 500;
    color: var(--text-secondary);
}

.level-3 > .tree-header .node-label[b-a81d4wrou5] {
    font-weight: 400;
    color: var(--text-tertiary);
    font-size: 0.85em;
}

.level-4 > .tree-header .node-label[b-a81d4wrou5] {
    font-weight: 400;
    color: var(--text-muted);
    font-size: 0.8em;
    font-style: italic;
}

.tree-children[b-a81d4wrou5] {
/*    padding-left: 1rem;*/
    border-left: 1px solid var(--border-light);
    margin-left: 0.5rem;
    padding-left: 25px;
}

/* Feature Leaf - EXACT match to old implementation */
.feature-leaf[b-a81d4wrou5] {
    display: flex;
    align-items: center;
    padding: 0.35rem 0.5rem;
    padding-left: 0.75rem;
    cursor: pointer;
    border-radius: var(--radius-sm);
    gap: 0.5rem;
    border-left: 3px solid transparent;
}

.feature-leaf:hover[b-a81d4wrou5] {
    background-color: var(--primary-bg-hover);
}

.feature-leaf.selected[b-a81d4wrou5] {
    background-color: var(--primary-bg);
}

/* Category-based left border colors for tree items */
.feature-leaf.category-feature[b-a81d4wrou5] {
    border-left-color: var(--bs-primary);
}

.feature-leaf.category-functionality[b-a81d4wrou5] {
    border-left-color: #6f42c1;
}

.feature-leaf.category-bug[b-a81d4wrou5] {
    border-left-color: var(--bs-danger);
}

.feature-leaf.category-infrastructure[b-a81d4wrou5] {
    border-left-color: var(--bs-warning);
}

/* Category color classes */
.text-purple[b-a81d4wrou5] {
    color: #6f42c1 !important;
}

.feature-leaf i[b-a81d4wrou5] {
    font-size: 0.85rem;
    flex-shrink: 0;
}

.feature-leaf .feature-name[b-a81d4wrou5] {
    color: var(--text-primary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
}

.feature-leaf .separator[b-a81d4wrou5] {
    color: var(--text-muted);
    flex-shrink: 0;
}

.badge-sm[b-a81d4wrou5] {
    font-size: 0.65rem;
    padding: 0.15rem 0.35rem;
    flex-shrink: 0;
}

/* Tree node count badge - muted style EXACTLY like old implementation */
.tree-header .badge[b-a81d4wrou5] {
    background-color: var(--bg-hover) !important;
    color: var(--text-muted) !important;
    font-weight: 500;
}

/* Flat List */
.flat-list[b-a81d4wrou5] {
    padding: 0.5rem;
}

/* Empty State */
.empty-state[b-a81d4wrou5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
    text-align: center;
}

.empty-state i[b-a81d4wrou5] {
    margin-bottom: 16px;
}

.empty-state p[b-a81d4wrou5] {
    margin-bottom: 16px;
}
/* /Components/Shared/ChatUI.razor.rz.scp.css */
/* ChatUI - Shared chat component styles (theme-aware) */

.chat-ui[b-xaxbkb0kd9] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.chat-header[b-xaxbkb0kd9] {
    flex-shrink: 0;
    margin-bottom: 1rem;
}

.chat-container[b-xaxbkb0kd9] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 400px;
}

.chat-messages[b-xaxbkb0kd9] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    background: var(--bg-surface);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    max-height: 600px;
}

.chat-message[b-xaxbkb0kd9] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    align-items: flex-start;
    animation: fadeInUp 0.4s ease-out;
}

.chat-message:last-child[b-xaxbkb0kd9] {
    margin-bottom: 0;
}

/* User messages on the right */
.chat-message.user-message[b-xaxbkb0kd9] {
    flex-direction: row-reverse;
}

.message-avatar[b-xaxbkb0kd9] {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: var(--primary);
}

.user-message .message-avatar[b-xaxbkb0kd9] {
    color: var(--primary);
}

.ai-message .message-avatar[b-xaxbkb0kd9] {
    color: var(--info);
}

.message-content[b-xaxbkb0kd9] {
    flex: 1;
    max-width: 70%;
}

/* User message content aligned to the right */
.user-message .message-content[b-xaxbkb0kd9] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.message-text[b-xaxbkb0kd9] {
    background: var(--bg-elevated);
    padding: 0.75rem 1rem;
    border-radius: var(--radius-md);
    border: 1px solid var(--border-light);
    color: var(--text-primary);
    line-height: 1.6;
    word-wrap: break-word;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.message-text:hover[b-xaxbkb0kd9] {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.user-message .message-text[b-xaxbkb0kd9] {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
}

.ai-message .message-text[b-xaxbkb0kd9] {
    background: var(--bg-elevated);
    border-color: var(--border-light);
}

.message-time[b-xaxbkb0kd9] {
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-top: 0.25rem;
    padding-left: 0.25rem;
}

/* Typing indicator */
.typing-indicator[b-xaxbkb0kd9] {
    display: flex;
    gap: 0.375rem;
    padding: 0.75rem 1rem;
    background: var(--bg-elevated);
    border-radius: var(--radius-md);
    border: 1px solid var(--border-light);
    width: fit-content;
}

.typing-indicator span[b-xaxbkb0kd9] {
    width: 8px;
    height: 8px;
    background: var(--primary);
    border-radius: 50%;
    animation: typing-b-xaxbkb0kd9 1.4s infinite;
}

.typing-indicator span:nth-child(2)[b-xaxbkb0kd9] {
    animation-delay: 0.2s;
}

.typing-indicator span:nth-child(3)[b-xaxbkb0kd9] {
    animation-delay: 0.4s;
}

@keyframes typing-b-xaxbkb0kd9 {
    0%, 60%, 100% {
        opacity: 0.3;
        transform: scale(0.8);
    }
    30% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Chat input */
.chat-input-container[b-xaxbkb0kd9] {
    flex-shrink: 0;
    padding: 1rem;
    border-top: 1px solid var(--border-light);
    background: var(--bg-body);
}

.chat-input-container .input-group[b-xaxbkb0kd9] {
    display: flex;
    gap: 0.5rem;
    align-items: flex-end;
}

.chat-input-container textarea[b-xaxbkb0kd9] {
    flex: 1;
    resize: none;
    min-height: 60px;
    font-family: inherit;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-sm);
    padding: 0.75rem;
    background: var(--bg-surface);
    color: var(--text-primary);
}

.chat-input-container textarea:focus[b-xaxbkb0kd9] {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px var(--primary-bg);
}

.chat-input-container textarea:disabled[b-xaxbkb0kd9] {
    opacity: 0.5;
    cursor: not-allowed;
}

.chat-input-container .btn-primary[b-xaxbkb0kd9] {
    align-self: flex-end;
    white-space: nowrap;
    padding: 0.75rem 1.5rem;
    height: fit-content;
}

/* Markdown content styling */
.message-text p[b-xaxbkb0kd9] {
    margin: 0 0 0.5rem 0;
}

.message-text p:last-child[b-xaxbkb0kd9] {
    margin-bottom: 0;
}

.message-text code[b-xaxbkb0kd9] {
    background: rgba(0, 0, 0, 0.1);
    padding: 0.125rem 0.25rem;
    border-radius: 3px;
    font-size: 0.875em;
}

.user-message .message-text code[b-xaxbkb0kd9] {
    background: rgba(255, 255, 255, 0.2);
}

.message-text pre[b-xaxbkb0kd9] {
    background: var(--bg-surface);
    padding: 0.75rem;
    border-radius: var(--radius-sm);
    overflow-x: auto;
    margin: 0.5rem 0;
}

.message-text ul[b-xaxbkb0kd9],
.message-text ol[b-xaxbkb0kd9] {
    margin: 0.5rem 0;
    padding-left: 1.5rem;
}

.message-text li[b-xaxbkb0kd9] {
    margin: 0.25rem 0;
}

/* Scrollbar styling */
.chat-messages[b-xaxbkb0kd9]::-webkit-scrollbar {
    width: 8px;
}

.chat-messages[b-xaxbkb0kd9]::-webkit-scrollbar-track {
    background: var(--bg-surface);
    border-radius: var(--radius-sm);
}

.chat-messages[b-xaxbkb0kd9]::-webkit-scrollbar-thumb {
    background: var(--border-light);
    border-radius: var(--radius-sm);
}

.chat-messages[b-xaxbkb0kd9]::-webkit-scrollbar-thumb:hover {
    background: var(--text-muted);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .chat-messages[b-xaxbkb0kd9] {
        max-height: 500px;
    }

    .message-avatar[b-xaxbkb0kd9] {
        width: 2rem;
        height: 2rem;
        font-size: 1.5rem;
    }

    .message-text[b-xaxbkb0kd9] {
        padding: 0.625rem 0.875rem;
        font-size: 0.9375rem;
    }
}

/* Reduced motion support for accessibility */
@media (prefers-reduced-motion: reduce) {
    .chat-message[b-xaxbkb0kd9] {
        animation: none;
    }

    .message-text[b-xaxbkb0kd9] {
        transition: none;
    }

    .typing-indicator span[b-xaxbkb0kd9] {
        animation: none;
        opacity: 0.8;
    }
}
/* /Components/Shared/ExtractionDrawer.razor.rz.scp.css */
/* ExtractionDrawer - Slide-out panel showing extracted information */

/* Overlay that darkens the background when drawer is open */
.drawer-overlay[b-1hsm6paiqd] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 999;
}

.drawer-overlay.open[b-1hsm6paiqd] {
    opacity: 1;
    visibility: visible;
}

/* Main drawer container */
.extraction-drawer[b-1hsm6paiqd] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    max-width: 90vw;
    background: var(--bg-surface);
    border-left: 1px solid var(--border-light);
    box-shadow: -4px 0 12px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 1000;
    display: flex;
    flex-direction: column;
}

.extraction-drawer.open[b-1hsm6paiqd] {
    transform: translateX(0);
}

/* Drawer header */
.drawer-header[b-1hsm6paiqd] {
    flex-shrink: 0;
    padding: 1.5rem;
    border-bottom: 1px solid var(--border-light);
    background: var(--bg-elevated);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.drawer-header h4[b-1hsm6paiqd] {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-close-drawer[b-1hsm6paiqd] {
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    color: var(--text-muted);
    transition: color 0.2s ease;
    font-size: 1.25rem;
    line-height: 1;
}

.btn-close-drawer:hover[b-1hsm6paiqd] {
    color: var(--text-primary);
}

/* Drawer content (scrollable) */
.drawer-content[b-1hsm6paiqd] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
}

/* Empty state */
.empty-state[b-1hsm6paiqd] {
    text-align: center;
    padding: 3rem 1.5rem;
    color: var(--text-muted);
}

.empty-state i[b-1hsm6paiqd] {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.empty-state p[b-1hsm6paiqd] {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: var(--text-secondary);
}

.empty-state small[b-1hsm6paiqd] {
    font-size: 0.875rem;
}

/* Extraction sections */
.extraction-section[b-1hsm6paiqd] {
    margin-bottom: 1.5rem;
}

.extraction-section:last-child[b-1hsm6paiqd] {
    margin-bottom: 0;
}

.section-title[b-1hsm6paiqd] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border-light);
}

.section-title i[b-1hsm6paiqd] {
    color: var(--primary);
}

.section-count[b-1hsm6paiqd] {
    font-weight: 400;
    color: var(--text-muted);
    font-size: 0.75rem;
    margin-left: auto;
}

/* Extractions list */
.extractions-list[b-1hsm6paiqd] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Extraction card */
.extraction-card[b-1hsm6paiqd] {
    background: var(--bg-elevated);
    border: 1px solid var(--border-light);
    border-left: 4px solid var(--border-light);
    border-radius: var(--radius-md);
    padding: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.extraction-card:hover[b-1hsm6paiqd] {
    transform: translateX(-2px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Confidence-based border colors */
.extraction-card.confidence-high[b-1hsm6paiqd] {
    border-left-color: var(--success);
}

.extraction-card.confidence-medium[b-1hsm6paiqd] {
    border-left-color: var(--warning);
}

.extraction-card.confidence-low[b-1hsm6paiqd] {
    border-left-color: var(--danger);
}

/* Extraction header (question ID + confidence badge) */
.extraction-header[b-1hsm6paiqd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.question-id[b-1hsm6paiqd] {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text-muted);
    letter-spacing: 0.05em;
}

.confidence-badge[b-1hsm6paiqd] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.confidence-emoji[b-1hsm6paiqd] {
    font-size: 1rem;
}

.confidence-score[b-1hsm6paiqd] {
    color: var(--text-secondary);
}

/* Extraction question */
.extraction-question[b-1hsm6paiqd] {
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

/* Extraction answer */
.extraction-answer[b-1hsm6paiqd] {
    background: var(--bg-surface);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-sm);
    padding: 0.75rem;
    margin-bottom: 0.75rem;
}

.extraction-answer strong[b-1hsm6paiqd] {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 0.5rem;
    letter-spacing: 0.05em;
}

.extraction-answer p[b-1hsm6paiqd] {
    margin: 0;
    font-size: 0.9375rem;
    color: var(--text-primary);
    line-height: 1.5;
}

/* Pending extraction */
.extraction-pending[b-1hsm6paiqd] {
    font-size: 0.875rem;
    color: var(--text-muted);
    font-style: italic;
    margin-bottom: 0.75rem;
}

/* Extraction metadata (final badge, last updated) */
.extraction-meta[b-1hsm6paiqd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.75rem;
}

.badge-final[b-1hsm6paiqd] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: var(--success);
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: var(--radius-sm);
    font-weight: 600;
}

.last-updated[b-1hsm6paiqd] {
    color: var(--text-muted);
}

/* Drawer footer */
.drawer-footer[b-1hsm6paiqd] {
    flex-shrink: 0;
    padding: 1rem 1.5rem;
    border-top: 1px solid var(--border-light);
    background: var(--bg-elevated);
}

.drawer-footer small[b-1hsm6paiqd] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: var(--text-muted);
    line-height: 1.5;
}

.drawer-footer i[b-1hsm6paiqd] {
    flex-shrink: 0;
    margin-top: 0.125rem;
}

/* Scrollbar styling */
.drawer-content[b-1hsm6paiqd]::-webkit-scrollbar {
    width: 6px;
}

.drawer-content[b-1hsm6paiqd]::-webkit-scrollbar-track {
    background: var(--bg-surface);
}

.drawer-content[b-1hsm6paiqd]::-webkit-scrollbar-thumb {
    background: var(--border-light);
    border-radius: var(--radius-sm);
}

.drawer-content[b-1hsm6paiqd]::-webkit-scrollbar-thumb:hover {
    background: var(--text-muted);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .extraction-drawer[b-1hsm6paiqd] {
        width: 100%;
        max-width: 100vw;
    }

    .drawer-header[b-1hsm6paiqd] {
        padding: 1rem;
    }

    .drawer-content[b-1hsm6paiqd] {
        padding: 0.75rem;
    }

    .drawer-footer[b-1hsm6paiqd] {
        padding: 0.75rem 1rem;
    }

    .extraction-card[b-1hsm6paiqd] {
        padding: 0.875rem;
    }
}
/* /Components/Shared/QuestionnaireStep.razor.rz.scp.css */
/* QuestionnaireStep - Structured questionnaire for interviews */

.questionnaire-container[b-nqhwtsxn1c] {
    padding: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.questionnaire-header[b-nqhwtsxn1c] {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid var(--border-light);
}

.questionnaire-header h3[b-nqhwtsxn1c] {
    color: var(--text-primary);
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.questionnaire-header p[b-nqhwtsxn1c] {
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.questionnaire-header .btn-link[b-nqhwtsxn1c] {
    padding: 0;
    color: var(--primary);
    text-decoration: none;
    font-size: 0.9375rem;
}

.questionnaire-header .btn-link:hover[b-nqhwtsxn1c] {
    text-decoration: underline;
}

/* Sections */
.questionnaire-sections[b-nqhwtsxn1c] {
    margin-bottom: 2rem;
}

.questionnaire-section[b-nqhwtsxn1c] {
    border: 1px solid var(--border-light);
    background: var(--bg-surface);
}

.questionnaire-section .card-header[b-nqhwtsxn1c] {
    background: var(--bg-elevated);
    border-bottom: 1px solid var(--border-light);
    padding: 1rem 1.25rem;
}

.questionnaire-section .card-header h5[b-nqhwtsxn1c] {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-primary);
}

.questionnaire-section .card-body[b-nqhwtsxn1c] {
    padding: 1.5rem;
}

/* Question blocks */
.question-block[b-nqhwtsxn1c] {
    padding: 1rem;
    border-radius: var(--radius-md);
    transition: background-color 0.2s ease;
}

.question-block:hover[b-nqhwtsxn1c] {
    background: var(--bg-elevated);
}

.question-block .form-label[b-nqhwtsxn1c] {
    color: var(--text-primary);
    margin-bottom: 0.75rem;
    display: block;
    font-size: 0.9375rem;
}

.question-block .text-danger[b-nqhwtsxn1c] {
    color: var(--danger);
    margin-left: 0.25rem;
}

/* Input controls */
.form-select[b-nqhwtsxn1c],
.form-control[b-nqhwtsxn1c] {
    border: 1px solid var(--border-light);
    background: var(--bg-surface);
    color: var(--text-primary);
    padding: 0.5rem 0.75rem;
    border-radius: var(--radius-sm);
    font-size: 0.9375rem;
}

.form-select:focus[b-nqhwtsxn1c],
.form-control:focus[b-nqhwtsxn1c] {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb), 0.25);
    outline: 0;
}

/* Radio and checkbox groups */
.radio-group[b-nqhwtsxn1c],
.checkbox-group[b-nqhwtsxn1c] {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.form-check[b-nqhwtsxn1c] {
    padding-left: 1.75rem;
}

.form-check-input[b-nqhwtsxn1c] {
    margin-left: -1.75rem;
    margin-top: 0.25rem;
}

.form-check-input:checked[b-nqhwtsxn1c] {
    background-color: var(--primary);
    border-color: var(--primary);
}

.form-check-input:focus[b-nqhwtsxn1c] {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb), 0.25);
}

.form-check-label[b-nqhwtsxn1c] {
    color: var(--text-primary);
    font-size: 0.9375rem;
    cursor: pointer;
}

/* Actions */
.questionnaire-actions[b-nqhwtsxn1c] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    background: var(--bg-elevated);
    border-radius: var(--radius-md);
    border: 1px solid var(--border-light);
}

.questionnaire-actions .btn[b-nqhwtsxn1c] {
    padding: 0.625rem 1.5rem;
    font-weight: 500;
}

/* Loading state */
.spinner-border[b-nqhwtsxn1c] {
    width: 3rem;
    height: 3rem;
}

/* Alert styling for errors */
.alert-warning[b-nqhwtsxn1c] {
    background: var(--warning);
    border-color: var(--warning);
    color: var(--bg-surface);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .questionnaire-container[b-nqhwtsxn1c] {
        padding: 1rem;
    }

    .questionnaire-header[b-nqhwtsxn1c] {
        margin-bottom: 1.5rem;
        padding-bottom: 1rem;
    }

    .questionnaire-section .card-body[b-nqhwtsxn1c] {
        padding: 1rem;
    }

    .questionnaire-actions[b-nqhwtsxn1c] {
        flex-direction: column;
        gap: 1rem;
    }

    .questionnaire-actions .btn[b-nqhwtsxn1c] {
        width: 100%;
    }
}
/* /Components/Slices/ConversationViewerSlice.razor.rz.scp.css */
.conversation-viewer-slice[b-shldyv2wpv] {
    display: flex;
    flex-direction: column;
}

.conversation-container[b-shldyv2wpv] {
    flex: 1;
    padding: 1rem;
    background: var(--bg-body);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

/* Turn Row - flex container for alignment */
.turn-row[b-shldyv2wpv] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    gap: 0.75rem;
}

/* CodeCollie messages - left aligned */
.turn-row.codecollie[b-shldyv2wpv] {
    justify-content: flex-start;
}

/* User messages - right aligned */
.turn-row.user[b-shldyv2wpv] {
    justify-content: flex-end;
}

/* System messages - centered */
.turn-row.system[b-shldyv2wpv] {
    justify-content: center;
}

/* Avatar for CodeCollie */
.turn-avatar[b-shldyv2wpv] {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    margin-top: 0.25rem;
}

[data-theme="dark"] .turn-avatar[b-shldyv2wpv] {
    filter: invert(1) brightness(0.9);
}

/* Placeholder to balance user messages */
.turn-avatar-placeholder[b-shldyv2wpv] {
    width: 28px;
    flex-shrink: 0;
}

/* Message bubble - the actual content container */
.turn-bubble[b-shldyv2wpv] {
    max-width: 75%;
    padding: 0.625rem 0.875rem;
    border-radius: var(--radius-md);
    line-height: 1.5;
}

/* CodeCollie bubble styling */
.turn-row.codecollie .turn-bubble[b-shldyv2wpv] {
    background: var(--primary-bg);
    border: 1px solid var(--primary-pale);
    border-left: 3px solid var(--primary);
    border-radius: var(--radius-md) var(--radius-md) var(--radius-md) 0;
}

/* User bubble styling */
.turn-row.user .turn-bubble[b-shldyv2wpv] {
    background: var(--bg-elevated);
    border: 1px solid var(--border-light);
    border-right: 3px solid var(--accent-approval);
    border-radius: var(--radius-md) var(--radius-md) 0 var(--radius-md);
}

/* System bubble styling */
.turn-row.system .turn-bubble[b-shldyv2wpv] {
    background: var(--warning-bg);
    border: 1px solid var(--warning);
    border-radius: var(--radius-md);
    max-width: 90%;
    text-align: center;
}

/* Individual messages within a turn */
.turn-message[b-shldyv2wpv] {
    margin-bottom: 0.5rem;
}

.turn-message:last-child[b-shldyv2wpv] {
    margin-bottom: 0;
}

/* Markdown content styling within messages - override global p margin */
.turn-message p[b-shldyv2wpv] {
    margin: 0;
    margin-bottom: 0;
}

.turn-message p + p[b-shldyv2wpv] {
    margin-top: 0.5rem;
}

.turn-message ul[b-shldyv2wpv],
.turn-message ol[b-shldyv2wpv] {
    margin: 0.5rem 0;
    padding-left: 1.5rem;
}

.turn-message code[b-shldyv2wpv] {
    background: var(--bg-surface);
    padding: 0.125rem 0.375rem;
    border-radius: var(--radius-sm);
    font-size: 0.9em;
}

.turn-message pre[b-shldyv2wpv] {
    background: var(--bg-surface);
    padding: 0.75rem;
    border-radius: var(--radius-sm);
    overflow-x: auto;
    margin: 0.5rem 0;
}

.turn-message pre code[b-shldyv2wpv] {
    background: none;
    padding: 0;
}

/* Dark mode adjustments - subtle borders */
[data-theme="dark"] .turn-row.codecollie .turn-bubble[b-shldyv2wpv] {
    background: var(--bg-elevated);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 3px solid var(--primary);
}

[data-theme="dark"] .turn-row.user .turn-bubble[b-shldyv2wpv] {
    background: var(--bg-surface);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-right: 3px solid var(--accent-approval);
}

[data-theme="dark"] .turn-row.system .turn-bubble[b-shldyv2wpv] {
    border-color: rgba(255, 255, 255, 0.15);
}

/* Legacy styles kept for compatibility */
.message[b-shldyv2wpv] {
    padding: 0.75rem;
    border-radius: var(--radius-sm);
    margin-bottom: 0.5rem;
}

.user-message[b-shldyv2wpv] {
    background: var(--primary-bg);
    border-left: 3px solid var(--primary);
}

.agent-message[b-shldyv2wpv] {
    background: var(--bg-surface);
    border-left: 3px solid var(--text-tertiary);
}

.system-message[b-shldyv2wpv] {
    background: var(--warning-bg);
    border-left: 3px solid var(--warning);
}

.message-header[b-shldyv2wpv] {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.message-content[b-shldyv2wpv] {
    line-height: 1.5;
}

.message-footer[b-shldyv2wpv] {
    margin-top: 0.25rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .turn-bubble[b-shldyv2wpv] {
        max-width: 85%;
    }

    .turn-avatar[b-shldyv2wpv] {
        width: 24px;
        height: 24px;
    }

    .turn-avatar-placeholder[b-shldyv2wpv] {
        width: 24px;
    }
}
/* /Components/Slices/SessionManagerSlice.razor.rz.scp.css */
.session-manager-slice[b-fpi0s72j9x] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.session-list[b-fpi0s72j9x] {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    flex: 1;
}

.list-group-item.session-item[b-fpi0s72j9x] {
    border-left: 3px solid transparent;
    transition: all var(--transition-fast);
    padding: 0;
    overflow: hidden;
}

.session-header[b-fpi0s72j9x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0.75rem;
    background-color: var(--bg-surface);
    border-bottom: 1px solid var(--border-light);
}

.session-content[b-fpi0s72j9x] {
    padding: 0.75rem;
    cursor: pointer;
}

.session-content:hover[b-fpi0s72j9x] {
    background-color: var(--bg-hover);
}

.list-group-item:hover[b-fpi0s72j9x] {
    border-left-color: var(--primary);
}

.list-group-item.active[b-fpi0s72j9x] {
    border-left-color: var(--primary);
    background-color: var(--primary-bg);
    color: var(--text-primary);
}

.list-group-item.active .session-header[b-fpi0s72j9x] {
    background-color: var(--primary-bg-hover);
    border-bottom-color: var(--primary-border);
}

.list-group-item.active .badge[b-fpi0s72j9x] {
    background-color: var(--primary) !important;
    color: var(--text-inverse) !important;
}

.feature-name[b-fpi0s72j9x] {
    font-weight: 600;
    color: inherit;
}

.requirement-text[b-fpi0s72j9x] {
    max-width: 100%;
    color: var(--text-tertiary);
}

.session-meta[b-fpi0s72j9x] {
    color: var(--text-tertiary);
}

.delete-btn[b-fpi0s72j9x] {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    opacity: 0.7;
    transition: opacity var(--transition-fast);
}

.delete-btn:hover[b-fpi0s72j9x] {
    opacity: 1;
}

.text-truncate[b-fpi0s72j9x] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modal-backdrop[b-fpi0s72j9x] {
    background-color: var(--bg-overlay);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
}

.modal.d-block[b-fpi0s72j9x] {
    display: block !important;
    z-index: 1050;
}
/* /Components/Slices/WorkerActivitySlice.razor.rz.scp.css */
/* Backdrop overlay - darkens the background */
.worker-activity-backdrop[b-dufwtkm9ay] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bg-overlay);
    z-index: 1040;
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--transition-normal);
}

.worker-activity-backdrop.show[b-dufwtkm9ay] {
    opacity: 1;
    pointer-events: auto;
}

/* Drawer container - fixed to right side */
.worker-activity-slice[b-dufwtkm9ay] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 600px;
    z-index: 1050;
    transform: translateX(100%);
    transition: transform var(--transition-normal) ease-out;
}

.worker-activity-slice.open[b-dufwtkm9ay] {
    transform: translateX(0);
}

/* Drawer panel - slides in from right */
.worker-activity-panel[b-dufwtkm9ay] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: var(--bg-elevated);
    border-left: 1px solid var(--border-medium);
    box-shadow: -4px 0 12px rgba(0, 0, 0, 0.15);
    padding: 1.5rem;
    overflow-y: auto;
}

/* Dark mode shadow adjustment */
[data-theme="dark"] .worker-activity-panel[b-dufwtkm9ay] {
    box-shadow: -4px 0 12px rgba(0, 0, 0, 0.4);
}

/* Responsive: full width on mobile */
@media (max-width: 768px) {
    .worker-activity-slice[b-dufwtkm9ay] {
        max-width: 100%;
    }
}

.activity-timeline[b-dufwtkm9ay] {
    position: relative;
    padding-left: 2.5rem;
}

/* Vertical timeline rail */
.activity-timeline[b-dufwtkm9ay]::before {
    content: '';
    position: absolute;
    left: 0.75rem;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--border-light);
}

.activity-item[b-dufwtkm9ay] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-light);
    position: relative;
}

.activity-item:last-child[b-dufwtkm9ay] {
    border-bottom: none;
}

/* Timeline marker (dot with icon) */
.activity-marker[b-dufwtkm9ay] {
    position: absolute;
    left: -2.5rem;
    width: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.activity-dot[b-dufwtkm9ay] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    border: 2px solid var(--bg-elevated);
}

.activity-dot.completed[b-dufwtkm9ay] {
    background: var(--accent-approval);
    color: white;
}

.activity-dot.failed[b-dufwtkm9ay] {
    background: var(--danger);
    color: white;
}

.activity-dot.interrupted[b-dufwtkm9ay] {
    background: var(--text-tertiary);
    color: white;
}

.activity-dot.resumed[b-dufwtkm9ay] {
    background: var(--primary);
    color: white;
}

.activity-dot.running[b-dufwtkm9ay] {
    background: var(--accent-approval);
    color: white;
    animation: pulse-b-dufwtkm9ay 2s ease-in-out infinite;
}

@keyframes pulse-b-dufwtkm9ay {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

.activity-dot.failedpermanently[b-dufwtkm9ay] {
    background: var(--danger);
    color: white;
}

/* Status-based content styling */
.activity-item.completed .activity-content[b-dufwtkm9ay] {
    background: var(--bg-elevated);
    border-left: 3px solid var(--accent-approval);
    padding: 0.75rem;
    border-radius: var(--radius-sm);
    flex: 1;
}

.activity-item.failed .activity-content[b-dufwtkm9ay] {
    background: var(--bg-elevated);
    border-left: 3px solid var(--danger);
    padding: 0.75rem;
    border-radius: var(--radius-sm);
    flex: 1;
}

.activity-item.interrupted .activity-content[b-dufwtkm9ay] {
    background: var(--bg-elevated);
    border-left: 3px solid var(--text-tertiary);
    padding: 0.75rem;
    border-radius: var(--radius-sm);
    flex: 1;
}

.activity-item.resumed .activity-content[b-dufwtkm9ay] {
    background: var(--bg-elevated);
    border-left: 3px solid var(--primary);
    padding: 0.75rem;
    border-radius: var(--radius-sm);
    flex: 1;
}

.activity-item.running .activity-content[b-dufwtkm9ay] {
    background: var(--bg-elevated);
    border-left: 3px solid var(--accent-approval);
    padding: 0.75rem;
    border-radius: var(--radius-sm);
    flex: 1;
}

.activity-item.failedpermanently .activity-content[b-dufwtkm9ay] {
    background: var(--bg-elevated);
    border-left: 3px solid var(--danger);
    padding: 0.75rem;
    border-radius: var(--radius-sm);
    flex: 1;
}

/* Dark mode adjustments */
[data-theme="dark"] .activity-item.completed .activity-content[b-dufwtkm9ay] {
    background: var(--bg-surface);
}

[data-theme="dark"] .activity-item.failed .activity-content[b-dufwtkm9ay] {
    background: var(--bg-surface);
}

[data-theme="dark"] .activity-item.interrupted .activity-content[b-dufwtkm9ay] {
    background: var(--bg-surface);
}

[data-theme="dark"] .activity-item.resumed .activity-content[b-dufwtkm9ay] {
    background: var(--bg-surface);
}

[data-theme="dark"] .activity-item.running .activity-content[b-dufwtkm9ay] {
    background: var(--bg-surface);
}

[data-theme="dark"] .activity-item.failedpermanently .activity-content[b-dufwtkm9ay] {
    background: var(--bg-surface);
}

.activity-timestamp[b-dufwtkm9ay] {
    font-size: 0.875rem;
    color: var(--text-tertiary);
}

.activity-type[b-dufwtkm9ay] {
    font-weight: 600;
    color: var(--text-primary);
    margin-top: 0.25rem;
}

.activity-summary[b-dufwtkm9ay] {
    font-size: 0.875rem;
    color: var(--text-secondary);
    margin-top: 0.25rem;
}

.activity-detail[b-dufwtkm9ay] {
    margin-top: 0.5rem;
}

.activity-actions[b-dufwtkm9ay] {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.nordic-btn[b-dufwtkm9ay] {
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    border-radius: var(--radius-sm);
    border: none;
    cursor: pointer;
    transition: all var(--transition-fast);
}

.nordic-btn-primary[b-dufwtkm9ay] {
    background: var(--primary);
    color: var(--text-inverse);
}

.nordic-btn-primary:hover:not(:disabled)[b-dufwtkm9ay] {
    background: var(--primary-darker);
    filter: brightness(0.9);
}

.nordic-btn:disabled[b-dufwtkm9ay] {
    opacity: 0.6;
    cursor: not-allowed;
}
/* /Components/ThemeToggle.razor.rz.scp.css */
.theme-toggle[b-uf9b1ktk41] {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: var(--radius-md);
    padding: 0.5rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.9);
    transition: all var(--transition-fast);
}

[data-theme="dark"] .theme-toggle[b-uf9b1ktk41] {
    border-color: rgba(0, 0, 0, 0.3);
    color: rgba(0, 0, 0, 0.9);
}

.theme-toggle:hover[b-uf9b1ktk41] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 1);
}

[data-theme="dark"] .theme-toggle:hover[b-uf9b1ktk41] {
    background: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 1);
}

.theme-toggle:active[b-uf9b1ktk41] {
    transform: scale(0.95);
}

.theme-toggle svg[b-uf9b1ktk41] {
    display: block;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-1lt0t7sqg3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1lt0t7sqg3] {
    flex: 1;
}

.sidebar[b-1lt0t7sqg3] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-1lt0t7sqg3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1lt0t7sqg3]  a, .top-row[b-1lt0t7sqg3]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-1lt0t7sqg3]  a:hover, .top-row[b-1lt0t7sqg3]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-1lt0t7sqg3]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-1lt0t7sqg3] {
        justify-content: space-between;
    }

    .top-row[b-1lt0t7sqg3]  a, .top-row[b-1lt0t7sqg3]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1lt0t7sqg3] {
        flex-direction: row;
    }

    .sidebar[b-1lt0t7sqg3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1lt0t7sqg3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-1lt0t7sqg3]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-1lt0t7sqg3], article[b-1lt0t7sqg3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-tm7zkx41jt] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-tm7zkx41jt] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-tm7zkx41jt] {
    font-size: 1.1rem;
}

.bi[b-tm7zkx41jt] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-tm7zkx41jt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-tm7zkx41jt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-tm7zkx41jt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-tm7zkx41jt] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-tm7zkx41jt] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-tm7zkx41jt] {
        padding-bottom: 1rem;
    }

    .nav-item[b-tm7zkx41jt]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-tm7zkx41jt]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-tm7zkx41jt]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-tm7zkx41jt] {
        display: none;
    }

    .collapse[b-tm7zkx41jt] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-tm7zkx41jt] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Obsolete/Components/Refinement/InteractiveDiscovery.razor.rz.scp.css */
.interactive-discovery[b-7arh66izaw] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.chat-container[b-7arh66izaw] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 300px);
    max-height: 600px;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    background: var(--bg-surface);
    overflow: hidden;
}

.chat-messages[b-7arh66izaw] {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.chat-message[b-7arh66izaw] {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    animation: slideIn-b-7arh66izaw 0.3s ease-out;
}

@keyframes slideIn-b-7arh66izaw {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.chat-message.user-message[b-7arh66izaw] {
    flex-direction: row-reverse;
}

.message-avatar[b-7arh66izaw] {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.ai-message .message-avatar[b-7arh66izaw] {
    background: var(--primary-bg);
    color: var(--primary);
}

.user-message .message-avatar[b-7arh66izaw] {
    background: var(--bg-hover);
    color: var(--text-primary);
}

.message-content[b-7arh66izaw] {
    flex: 1;
    max-width: 70%;
}

.user-message .message-content[b-7arh66izaw] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.message-text[b-7arh66izaw] {
    padding: 0.75rem 1rem;
    border-radius: var(--radius-lg);
    word-wrap: break-word;
    white-space: pre-wrap;
}

.ai-message .message-text[b-7arh66izaw] {
    background: var(--bg-hover);
    color: var(--text-primary);
    border-bottom-left-radius: 0.25rem;
}

.user-message .message-text[b-7arh66izaw] {
    background: var(--primary);
    color: white;
    border-bottom-right-radius: 0.25rem;
}

.message-time[b-7arh66izaw] {
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-top: 0.25rem;
    padding: 0 0.5rem;
}

.typing-indicator[b-7arh66izaw] {
    display: flex;
    gap: 0.3rem;
    padding: 0.75rem 1rem;
    background: var(--bg-hover);
    border-radius: var(--radius-lg);
    border-bottom-left-radius: 0.25rem;
}

.typing-indicator span[b-7arh66izaw] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--text-muted);
    animation: typing-b-7arh66izaw 1.4s infinite;
}

.typing-indicator span:nth-child(2)[b-7arh66izaw] {
    animation-delay: 0.2s;
}

.typing-indicator span:nth-child(3)[b-7arh66izaw] {
    animation-delay: 0.4s;
}

@keyframes typing-b-7arh66izaw {
    0%, 60%, 100% {
        opacity: 0.3;
        transform: translateY(0);
    }
    30% {
        opacity: 1;
        transform: translateY(-4px);
    }
}

.chat-input-container[b-7arh66izaw] {
    padding: 1rem;
    border-top: 1px solid var(--border-light);
    background: var(--bg-body);
}

.chat-input-container .input-group[b-7arh66izaw] {
    display: flex;
    gap: 0.5rem;
}

.chat-input-container textarea[b-7arh66izaw] {
    resize: none;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-sm);
    padding: 0.75rem;
    background: var(--bg-surface);
    color: var(--text-primary);
    font-family: inherit;
}

.chat-input-container textarea:focus[b-7arh66izaw] {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px var(--primary-bg);
}

.chat-input-container textarea:disabled[b-7arh66izaw] {
    opacity: 0.5;
    cursor: not-allowed;
}

.chat-input-container .btn[b-7arh66izaw] {
    align-self: flex-end;
    padding: 0.75rem 1.5rem;
}

/* Dark mode specific adjustments */
[data-theme="dark"] .user-message .message-text[b-7arh66izaw] {
    background: var(--primary);
    color: white;
}

[data-theme="dark"] .ai-message .message-text[b-7arh66izaw] {
    background: var(--bg-hover);
    color: var(--text-primary);
}
/* /Pages/Discover/DiscoverBackgroundService.razor.rz.scp.css */
/* Discover page styles - matches TheYard layout */
.discover-page[b-i1r3nlgdb7] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
    padding-bottom: 150px;
}

.discover-header[b-i1r3nlgdb7] {
    text-align: center;
    margin-bottom: 2.5rem;
}

.back-link[b-i1r3nlgdb7] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--bs-secondary);
    text-decoration: none;
    margin-bottom: 1rem;
}

.back-link:hover[b-i1r3nlgdb7] {
    color: var(--bs-primary);
}

.header-icon[b-i1r3nlgdb7] {
    font-size: 4rem;
    margin-bottom: 0.5rem;
}

.discover-header h1[b-i1r3nlgdb7] {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--bs-body-color);
    margin-bottom: 0.5rem;
}

.header-tagline[b-i1r3nlgdb7] {
    color: var(--bs-secondary);
    font-size: 1.1rem;
    font-style: italic;
}

/* Info Card */
.info-card[b-i1r3nlgdb7] {
    background: var(--bs-tertiary-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    padding: 1.5rem 2rem;
    margin-top: 2rem;
    color: var(--bs-body-color);
}

.info-card h4[b-i1r3nlgdb7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--bs-body-color);
    margin-bottom: 1rem;
}

.info-card h4 i[b-i1r3nlgdb7] {
    color: var(--bs-warning);
}

.info-card ol[b-i1r3nlgdb7] {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--bs-body-color);
}

.info-card li[b-i1r3nlgdb7] {
    margin-bottom: 0.5rem;
    color: var(--bs-body-color);
}

.info-card li strong[b-i1r3nlgdb7] {
    color: var(--bs-body-color);
}

/* Responsive */
@media (max-width: 576px) {
    .discover-page[b-i1r3nlgdb7] {
        padding: 1rem;
    }

    .discover-header h1[b-i1r3nlgdb7] {
        font-size: 2rem;
    }
}
/* /Pages/Discover/DiscoverBug.razor.rz.scp.css */
/* Discover page styles - matches TheYard layout */
.discover-page[b-3himbcpeds] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
    padding-bottom: 150px;
}

.discover-header[b-3himbcpeds] {
    text-align: center;
    margin-bottom: 2.5rem;
}

.back-link[b-3himbcpeds] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--bs-secondary);
    text-decoration: none;
    margin-bottom: 1rem;
}

.back-link:hover[b-3himbcpeds] {
    color: var(--bs-primary);
}

.header-icon[b-3himbcpeds] {
    font-size: 4rem;
    margin-bottom: 0.5rem;
}

.discover-header h1[b-3himbcpeds] {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--bs-body-color);
    margin-bottom: 0.5rem;
}

.header-tagline[b-3himbcpeds] {
    color: var(--bs-secondary);
    font-size: 1.1rem;
    font-style: italic;
}

/* Info Card */
.info-card[b-3himbcpeds] {
    background: var(--bs-tertiary-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    padding: 1.5rem 2rem;
    margin-top: 2rem;
    color: var(--bs-body-color);
}

.info-card h4[b-3himbcpeds] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--bs-body-color);
    margin-bottom: 1rem;
}

.info-card h4 i[b-3himbcpeds] {
    color: var(--bs-warning);
}

.info-card ol[b-3himbcpeds] {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--bs-body-color);
}

.info-card li[b-3himbcpeds] {
    margin-bottom: 0.5rem;
    color: var(--bs-body-color);
}

.info-card li strong[b-3himbcpeds] {
    color: var(--bs-body-color);
}

/* Responsive */
@media (max-width: 576px) {
    .discover-page[b-3himbcpeds] {
        padding: 1rem;
    }

    .discover-header h1[b-3himbcpeds] {
        font-size: 2rem;
    }
}
/* /Pages/Discover/DiscoverFeature.razor.rz.scp.css */
/* Discover page styles - matches TheYard layout */
.discover-page[b-efl7w9nnt8] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
    padding-bottom: 150px;
}

.discover-header[b-efl7w9nnt8] {
    text-align: center;
    margin-bottom: 2.5rem;
}

.back-link[b-efl7w9nnt8] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--bs-secondary);
    text-decoration: none;
    margin-bottom: 1rem;
}

.back-link:hover[b-efl7w9nnt8] {
    color: var(--bs-primary);
}

.header-icon[b-efl7w9nnt8] {
    font-size: 4rem;
    margin-bottom: 0.5rem;
}

.discover-header h1[b-efl7w9nnt8] {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--bs-body-color);
    margin-bottom: 0.5rem;
}

.header-tagline[b-efl7w9nnt8] {
    color: var(--bs-secondary);
    font-size: 1.1rem;
    font-style: italic;
}

/* Info Card */
.info-card[b-efl7w9nnt8] {
    background: var(--bs-tertiary-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    padding: 1.5rem 2rem;
    margin-top: 2rem;
    color: var(--bs-body-color);
}

.info-card h4[b-efl7w9nnt8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--bs-body-color);
    margin-bottom: 1rem;
}

.info-card h4 i[b-efl7w9nnt8] {
    color: var(--bs-warning);
}

.info-card ol[b-efl7w9nnt8] {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--bs-body-color);
}

.info-card li[b-efl7w9nnt8] {
    margin-bottom: 0.5rem;
    color: var(--bs-body-color);
}

.info-card li strong[b-efl7w9nnt8] {
    color: var(--bs-body-color);
}

/* Responsive */
@media (max-width: 576px) {
    .discover-page[b-efl7w9nnt8] {
        padding: 1rem;
    }

    .discover-header h1[b-efl7w9nnt8] {
        font-size: 2rem;
    }
}
/* /Pages/Discover/DiscoverInfrastructure.razor.rz.scp.css */
/* Discover page styles - matches TheYard layout */
.discover-page[b-93kctglid1] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
    padding-bottom: 150px;
}

.discover-header[b-93kctglid1] {
    text-align: center;
    margin-bottom: 2.5rem;
}

.back-link[b-93kctglid1] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--bs-secondary);
    text-decoration: none;
    margin-bottom: 1rem;
}

.back-link:hover[b-93kctglid1] {
    color: var(--bs-primary);
}

.header-icon[b-93kctglid1] {
    font-size: 4rem;
    margin-bottom: 0.5rem;
}

.discover-header h1[b-93kctglid1] {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--bs-body-color);
    margin-bottom: 0.5rem;
}

.header-tagline[b-93kctglid1] {
    color: var(--bs-secondary);
    font-size: 1.1rem;
    font-style: italic;
}

/* Info Card */
.info-card[b-93kctglid1] {
    background: var(--bs-tertiary-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    padding: 1.5rem 2rem;
    margin-top: 2rem;
    color: var(--bs-body-color);
}

.info-card h4[b-93kctglid1] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--bs-body-color);
    margin-bottom: 1rem;
}

.info-card h4 i[b-93kctglid1] {
    color: var(--bs-warning);
}

.info-card ol[b-93kctglid1] {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--bs-body-color);
}

.info-card li[b-93kctglid1] {
    margin-bottom: 0.5rem;
    color: var(--bs-body-color);
}

.info-card li strong[b-93kctglid1] {
    color: var(--bs-body-color);
}

/* Responsive */
@media (max-width: 576px) {
    .discover-page[b-93kctglid1] {
        padding: 1rem;
    }

    .discover-header h1[b-93kctglid1] {
        font-size: 2rem;
    }
}
/* /Pages/Discover/DiscoverInfrastructureLink.razor.rz.scp.css */
/* Discover page styles - matches TheYard layout */
.discover-page[b-vm7w5nezun] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
    padding-bottom: 150px;
}

.discover-header[b-vm7w5nezun] {
    text-align: center;
    margin-bottom: 2.5rem;
}

.back-link[b-vm7w5nezun] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--bs-secondary);
    text-decoration: none;
    margin-bottom: 1rem;
}

.back-link:hover[b-vm7w5nezun] {
    color: var(--bs-primary);
}

.header-icon[b-vm7w5nezun] {
    font-size: 4rem;
    margin-bottom: 0.5rem;
}

.discover-header h1[b-vm7w5nezun] {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--bs-body-color);
    margin-bottom: 0.5rem;
}

.header-tagline[b-vm7w5nezun] {
    color: var(--bs-secondary);
    font-size: 1.1rem;
    font-style: italic;
}

/* Info Card */
.info-card[b-vm7w5nezun] {
    background: var(--bs-tertiary-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    padding: 1.5rem 2rem;
    margin-top: 2rem;
    color: var(--bs-body-color);
}

.info-card h4[b-vm7w5nezun] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--bs-body-color);
    margin-bottom: 1rem;
}

.info-card h4 i[b-vm7w5nezun] {
    color: var(--bs-warning);
}

.info-card ol[b-vm7w5nezun] {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--bs-body-color);
}

.info-card li[b-vm7w5nezun] {
    margin-bottom: 0.5rem;
    color: var(--bs-body-color);
}

.info-card li strong[b-vm7w5nezun] {
    color: var(--bs-body-color);
}

/* Responsive */
@media (max-width: 576px) {
    .discover-page[b-vm7w5nezun] {
        padding: 1rem;
    }

    .discover-header h1[b-vm7w5nezun] {
        font-size: 2rem;
    }
}
/* /Pages/Discover/RediscoverBackgroundService.razor.rz.scp.css */
/* Rediscover page styles - matches TheYard layout */
.rediscover-page[b-pzry4t6zwp] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
    padding-bottom: 150px;
}

.rediscover-header[b-pzry4t6zwp] {
    text-align: center;
    margin-bottom: 2.5rem;
}

.back-link[b-pzry4t6zwp] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--bs-secondary);
    text-decoration: none;
    margin-bottom: 1rem;
}

.back-link:hover[b-pzry4t6zwp] {
    color: var(--bs-primary);
}

.header-icon[b-pzry4t6zwp] {
    font-size: 4rem;
    margin-bottom: 0.5rem;
}

.rediscover-header h1[b-pzry4t6zwp] {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--bs-body-color);
    margin-bottom: 0.5rem;
}

.header-tagline[b-pzry4t6zwp] {
    color: var(--bs-secondary);
    font-size: 1.1rem;
    font-style: italic;
}

/* Info Card */
.info-card[b-pzry4t6zwp] {
    background: var(--bs-tertiary-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    padding: 1.5rem 2rem;
    margin-top: 2rem;
    color: var(--bs-body-color);
}

.info-card h4[b-pzry4t6zwp] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--bs-body-color);
    margin-bottom: 1rem;
}

.info-card h4 i[b-pzry4t6zwp] {
    color: var(--bs-warning);
}

.info-card ol[b-pzry4t6zwp] {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--bs-body-color);
}

.info-card li[b-pzry4t6zwp] {
    margin-bottom: 0.5rem;
    color: var(--bs-body-color);
}

.info-card li strong[b-pzry4t6zwp] {
    color: var(--bs-body-color);
}

/* Responsive */
@media (max-width: 576px) {
    .rediscover-page[b-pzry4t6zwp] {
        padding: 1rem;
    }

    .rediscover-header h1[b-pzry4t6zwp] {
        font-size: 2rem;
    }
}
/* /Pages/Discover/RediscoverFeature.razor.rz.scp.css */
/* Rediscover page styles - matches TheYard layout */
.rediscover-page[b-viig4iu6lw] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
    padding-bottom: 150px;
}

.rediscover-header[b-viig4iu6lw] {
    text-align: center;
    margin-bottom: 2.5rem;
}

.back-link[b-viig4iu6lw] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--bs-secondary);
    text-decoration: none;
    margin-bottom: 1rem;
}

.back-link:hover[b-viig4iu6lw] {
    color: var(--bs-primary);
}

.header-icon[b-viig4iu6lw] {
    font-size: 4rem;
    margin-bottom: 0.5rem;
}

.rediscover-header h1[b-viig4iu6lw] {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--bs-body-color);
    margin-bottom: 0.5rem;
}

.header-tagline[b-viig4iu6lw] {
    color: var(--bs-secondary);
    font-size: 1.1rem;
    font-style: italic;
}

/* Info Card */
.info-card[b-viig4iu6lw] {
    background: var(--bs-tertiary-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    padding: 1.5rem 2rem;
    margin-top: 2rem;
    color: var(--bs-body-color);
}

.info-card h4[b-viig4iu6lw] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--bs-body-color);
    margin-bottom: 1rem;
}

.info-card h4 i[b-viig4iu6lw] {
    color: var(--bs-warning);
}

.info-card ol[b-viig4iu6lw] {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--bs-body-color);
}

.info-card li[b-viig4iu6lw] {
    margin-bottom: 0.5rem;
    color: var(--bs-body-color);
}

.info-card li strong[b-viig4iu6lw] {
    color: var(--bs-body-color);
}

/* Responsive */
@media (max-width: 576px) {
    .rediscover-page[b-viig4iu6lw] {
        padding: 1rem;
    }

    .rediscover-header h1[b-viig4iu6lw] {
        font-size: 2rem;
    }
}
/* /Pages/Home.razor.rz.scp.css */
/* Home page styles */
.home-hero[b-vavrmd26j2] {
    text-align: center;
    padding: 2rem;
    padding-bottom: 150px;
}

.home-logo[b-vavrmd26j2] {
    max-width: 200px;
    margin-bottom: 1rem;
}

.home-tagline[b-vavrmd26j2] {
    font-style: italic;
    color: var(--text-muted);
    margin-bottom: 2rem;
}

.home-hero h1[b-vavrmd26j2] {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 2rem;
}

.home-actions[b-vavrmd26j2] {
    max-width: 900px;
    margin: 0 auto;
}

.next-steps-title[b-vavrmd26j2] {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
}

/* Action Cards */
.action-cards[b-vavrmd26j2] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.action-card[b-vavrmd26j2] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: var(--bg-elevated);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    transition: all 0.2s ease;
}

.action-card:hover[b-vavrmd26j2] {
    border-color: var(--primary);
    box-shadow: var(--shadow-md);
}

.action-card.in-progress[b-vavrmd26j2] {
    border-left: 4px solid var(--warning);
}

.action-card.highlight[b-vavrmd26j2] {
    border-left: 4px solid var(--primary);
    background: var(--bg-hover);
}

.action-icon[b-vavrmd26j2] {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-subtle);
    border-radius: var(--radius-md);
    font-size: 1.5rem;
    color: var(--primary);
}

.action-content[b-vavrmd26j2] {
    flex: 1;
    text-align: left;
}

.action-content h3[b-vavrmd26j2] {
    margin: 0 0 0.25rem 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
}

.action-content p[b-vavrmd26j2] {
    margin: 0;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.progress-indicator[b-vavrmd26j2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.progress-indicator .progress-bar[b-vavrmd26j2] {
    flex: 1;
    height: 6px;
    background: var(--border-light);
    border-radius: var(--radius-sm);
    overflow: hidden;
    max-width: 150px;
}

.progress-indicator .progress-fill[b-vavrmd26j2] {
    height: 100%;
    background: var(--warning);
    transition: width 0.3s ease;
}

.progress-indicator span[b-vavrmd26j2] {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--warning);
}

.action-card button[b-vavrmd26j2] {
    flex-shrink: 0;
    min-width: 100px;
}

/* Completed interviews note */
.completed-interviews-note[b-vavrmd26j2] {
    margin-top: 1.5rem;
    padding: 1rem;
    background: var(--success-bg);
    border-radius: var(--radius-md);
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.review-link[b-vavrmd26j2] {
    margin-left: 0.5rem;
    color: var(--primary);
    text-decoration: underline;
}

/* Legacy interview-links styles (keeping for compatibility) */
.interview-links[b-vavrmd26j2] {
    max-width: 900px;
    margin: 0 auto;
}

.interview-card[b-vavrmd26j2] {
    display: block;
    padding: 2rem;
    background: var(--bg-elevated);
    border: 2px solid var(--border-light);
    border-radius: var(--radius-lg);
    text-align: center;
    text-decoration: none;
    color: var(--text-primary);
    transition: all 0.3s ease;
    height: 100%;
}

.interview-card:hover[b-vavrmd26j2] {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    border-color: var(--primary);
    text-decoration: none;
    color: var(--text-primary);
}

.interview-card i[b-vavrmd26j2] {
    font-size: 3rem;
    color: var(--primary);
    margin-bottom: 1rem;
    display: block;
}

.interview-card h4[b-vavrmd26j2] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.interview-card p[b-vavrmd26j2] {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .action-card[b-vavrmd26j2] {
        flex-direction: column;
        text-align: center;
    }

    .action-content[b-vavrmd26j2] {
        text-align: center;
    }

    .progress-indicator[b-vavrmd26j2] {
        justify-content: center;
    }

    .interview-card[b-vavrmd26j2] {
        padding: 1.5rem;
    }

    .interview-card i[b-vavrmd26j2] {
        font-size: 2.5rem;
    }

    .interview-card h4[b-vavrmd26j2] {
        font-size: 1.25rem;
    }
}
/* /Pages/Refinement.razor.rz.scp.css */
.refinement-page[b-5bw7n0vys9] {
    display: flex;
    min-height: calc(100vh - 60px); /* Adjust for navbar height */
    position: relative;
}

.sidebar-expand-btn[b-5bw7n0vys9] {
  position: fixed;
  left: 360px;
  top: 30px;
  border-radius: 4px 0px 0px 4px;

  transform: translateY(-50%);
  z-index: 1001;
  background: var(--bs-primary);
  color: white;
  border: none;
  padding: 12px 6px;
  cursor: pointer;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

.sidebar-expand-btn.collapsed[b-5bw7n0vys9] {
  left: 0px;
}

.sidebar-expand-btn:hover[b-5bw7n0vys9] {
    padding-right: 10px;
    background: var(--bs-primary-dark);
}

.sidebar-expand-btn i[b-5bw7n0vys9] {
    font-size: 1.2rem;
}

.refinement-sidebar[b-5bw7n0vys9] {
    width: 360px;
    border-right: 1px solid var(--border-light);
    transition: margin-left 0.3s ease, width 0.3s ease;
    background: var(--bg-body);
    flex-shrink: 0;
}

  .refinement-sidebar.collapsed[b-5bw7n0vys9] {
    width: 0;
    /*margin-left: -360px;*/
  }

.refinement-main[b-5bw7n0vys9] {
  flex: 1;
  background: var(--bg-body);
  padding-left: var(--spacing-md);
}

.empty-main-content[b-5bw7n0vys9] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 48px;
}

.empty-main-content i[b-5bw7n0vys9] {
    opacity: 0.3;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .refinement-sidebar[b-5bw7n0vys9] {
        position: fixed;
        z-index: 1000;
        height: 100vh;
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
    }

      .refinement-sidebar.collapsed[b-5bw7n0vys9] {
        /*margin-left: -100px;*/
      }

  .refinement-main[b-5bw7n0vys9] {
    width: 100%;
    padding-left: var(--spacing-md);
  }
}
/* /Pages/TheField.razor.rz.scp.css */
/* The Field page styles */
.field-page[b-ja56w4u4qp] {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem;
    padding-bottom: 150px;
    text-align: center;
}

.field-header[b-ja56w4u4qp] {
    margin-bottom: 3rem;
}

.field-icon[b-ja56w4u4qp] {
    font-size: 4rem;
    margin-bottom: 0.5rem;
}

.field-header h1[b-ja56w4u4qp] {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.field-tagline[b-ja56w4u4qp] {
    color: var(--text-muted);
    font-size: 1.1rem;
    font-style: italic;
}

.coming-soon-container[b-ja56w4u4qp] {
    background: var(--bg-elevated);
    border: 2px dashed var(--border-light);
    border-radius: var(--radius-xl);
    padding: 3rem 2rem;
}

.coming-soon-content h2[b-ja56w4u4qp] {
    font-size: 2rem;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.coming-soon-content > p[b-ja56w4u4qp] {
    color: var(--text-secondary);
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.coming-soon-content ul[b-ja56w4u4qp] {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.coming-soon-content li[b-ja56w4u4qp] {
    padding: 0.5rem 0;
    color: var(--text-muted);
    font-size: 1rem;
}

.coming-soon-content li[b-ja56w4u4qp]::before {
    content: "• ";
    color: var(--success);
}

.sheep-parade[b-ja56w4u4qp] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    font-size: 2rem;
}

.sheep-parade span[b-ja56w4u4qp] {
    animation: graze-b-ja56w4u4qp 2s ease-in-out infinite;
}

.sheep-parade span:nth-child(2)[b-ja56w4u4qp] {
    animation-delay: 0.3s;
}

.sheep-parade span:nth-child(3)[b-ja56w4u4qp] {
    animation-delay: 0.6s;
}

@keyframes graze-b-ja56w4u4qp {
    0%, 100% {
        transform: translateX(0) rotate(0deg);
    }
    25% {
        transform: translateX(-5px) rotate(-5deg);
    }
    75% {
        transform: translateX(5px) rotate(5deg);
    }
}

/* Journey Summary */
.journey-summary[b-ja56w4u4qp] {
    margin: 2rem 0;
    padding: 1.5rem;
    background: var(--bg-subtle);
    border-radius: var(--radius-lg);
}

.journey-summary h4[b-ja56w4u4qp] {
    margin: 0 0 1rem 0;
    color: var(--text-secondary);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.journey-steps[b-ja56w4u4qp] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.journey-step[b-ja56w4u4qp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.75rem 1rem;
    background: var(--bg-elevated);
    border-radius: var(--radius-md);
    border: 1px solid var(--border-light);
    min-width: 100px;
}

.journey-step.current[b-ja56w4u4qp] {
    border-color: var(--success);
    background: var(--success-bg);
}

.step-icon[b-ja56w4u4qp] {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
}

.step-name[b-ja56w4u4qp] {
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--text-primary);
}

.step-desc[b-ja56w4u4qp] {
    font-size: 0.7rem;
    color: var(--text-muted);
}

.journey-arrow[b-ja56w4u4qp] {
    color: var(--text-muted);
    font-size: 1.25rem;
}

.back-link[b-ja56w4u4qp] {
    margin-top: 2rem;
}

/* Responsive */
@media (max-width: 768px) {
    .journey-steps[b-ja56w4u4qp] {
        flex-direction: column;
    }

    .journey-arrow[b-ja56w4u4qp] {
        transform: rotate(90deg);
    }
}

@media (max-width: 576px) {
    .field-page[b-ja56w4u4qp] {
        padding: 1rem;
    }

    .field-header h1[b-ja56w4u4qp] {
        font-size: 2rem;
    }

    .coming-soon-container[b-ja56w4u4qp] {
        padding: 2rem 1rem;
    }
}
/* /Pages/TheHill.razor.rz.scp.css */
/* The Hill page styles */
.hill-page[b-inn7po1927] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
    padding-bottom: 150px;
}

.hill-header[b-inn7po1927] {
    text-align: center;
    margin-bottom: 2rem;
}

.hill-icon[b-inn7po1927] {
    font-size: 4rem;
    margin-bottom: 0.5rem;
}

.hill-header h1[b-inn7po1927] {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.hill-tagline[b-inn7po1927] {
    color: var(--text-muted);
    font-size: 1.1rem;
    font-style: italic;
}

.interview-grid[b-inn7po1927] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.hill-info[b-inn7po1927] {
    text-align: center;
    padding: 1.5rem;
    background: var(--bg-elevated);
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-light);
}

.hill-info p[b-inn7po1927] {
    margin: 0;
    color: var(--text-secondary);
}

/* Discovery & Planning Section */
.discovery-section[b-inn7po1927] {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border-light);
}

.discovery-section h3[b-inn7po1927] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.25rem;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.discovery-grid[b-inn7po1927] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.discovery-card[b-inn7po1927] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background: var(--bg-elevated);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
}

.discovery-card:hover[b-inn7po1927] {
    border-color: var(--primary);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.discovery-icon[b-inn7po1927] {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-bg);
    color: var(--primary);
    border-radius: var(--radius-md);
    font-size: 1.5rem;
    flex-shrink: 0;
}

.discovery-content[b-inn7po1927] {
    flex: 1;
    min-width: 0;
}

.discovery-content h4[b-inn7po1927] {
    margin: 0 0 0.25rem 0;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
}

.discovery-content p[b-inn7po1927] {
    margin: 0;
    font-size: 0.875rem;
    color: var(--text-secondary);
    line-height: 1.4;
}

.discovery-card > .bi-arrow-right[b-inn7po1927] {
    color: var(--text-muted);
    font-size: 1.25rem;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.discovery-card:hover > .bi-arrow-right[b-inn7po1927] {
    transform: translateX(4px);
    color: var(--primary);
}

/* Interview Container (when interview is selected) */
.interview-container[b-inn7po1927] {
    background: var(--bg-elevated);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.interview-header[b-inn7po1927] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    background: var(--bg-subtle);
    border-bottom: 1px solid var(--border-light);
}

.interview-header h2[b-inn7po1927] {
    margin: 0;
    font-size: 1.25rem;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.interview-actions[b-inn7po1927] {
    display: flex;
    gap: 0.5rem;
}

.interview-chat[b-inn7po1927] {
    padding: 1.5rem;
}

/* Responsive */
@media (max-width: 992px) {
    .interview-grid[b-inn7po1927] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .hill-page[b-inn7po1927] {
        padding: 1rem;
    }

    .interview-grid[b-inn7po1927] {
        grid-template-columns: 1fr;
    }

    .discovery-grid[b-inn7po1927] {
        grid-template-columns: 1fr;
    }

    .hill-header h1[b-inn7po1927] {
        font-size: 2rem;
    }

    .interview-header[b-inn7po1927] {
        flex-direction: column;
        gap: 1rem;
    }
}
/* /Pages/TheKennel.razor.rz.scp.css */
/* The Kennel page styles */
.kennel-page[b-0vancdeod6] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    padding-bottom: 150px;
    text-align: center;
}

.kennel-header[b-0vancdeod6] {
    margin-bottom: 3rem;
}

.kennel-icon[b-0vancdeod6] {
    font-size: 4rem;
    margin-bottom: 0.5rem;
}

.kennel-header h1[b-0vancdeod6] {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.kennel-tagline[b-0vancdeod6] {
    color: var(--text-muted);
    font-size: 1.1rem;
    font-style: italic;
}

.coming-soon-container[b-0vancdeod6] {
    background: var(--bg-elevated);
    border: 2px dashed var(--border-light);
    border-radius: var(--radius-xl);
    padding: 3rem 2rem;
}

.coming-soon-content h2[b-0vancdeod6] {
    font-size: 2rem;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.coming-soon-content p[b-0vancdeod6] {
    color: var(--text-secondary);
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.coming-soon-content ul[b-0vancdeod6] {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.coming-soon-content li[b-0vancdeod6] {
    padding: 0.5rem 0;
    color: var(--text-muted);
    font-size: 1rem;
}

.coming-soon-content li[b-0vancdeod6]::before {
    content: "• ";
    color: var(--primary);
}

.paw-prints[b-0vancdeod6] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    opacity: 0.6;
}

.paw-prints span[b-0vancdeod6] {
    animation: bounce-b-0vancdeod6 1s ease-in-out infinite;
}

.paw-prints span:nth-child(2)[b-0vancdeod6] {
    animation-delay: 0.2s;
}

.paw-prints span:nth-child(3)[b-0vancdeod6] {
    animation-delay: 0.4s;
}

@keyframes bounce-b-0vancdeod6 {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.back-link[b-0vancdeod6] {
    margin-top: 2rem;
}

/* Responsive */
@media (max-width: 576px) {
    .kennel-page[b-0vancdeod6] {
        padding: 1rem;
    }

    .kennel-header h1[b-0vancdeod6] {
        font-size: 2rem;
    }

    .coming-soon-container[b-0vancdeod6] {
        padding: 2rem 1rem;
    }
}
/* /Pages/TheYard.razor.rz.scp.css */
/* The Yard page styles */
.yard-page[b-8q0q9dwh1q] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
    padding-bottom: 150px;
}

.yard-header[b-8q0q9dwh1q] {
    text-align: center;
    margin-bottom: 2.5rem;
}

.yard-icon[b-8q0q9dwh1q] {
    font-size: 4rem;
    margin-bottom: 0.5rem;
}

.yard-header h1[b-8q0q9dwh1q] {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--bs-body-color);
    margin-bottom: 0.5rem;
}

.yard-tagline[b-8q0q9dwh1q] {
    color: var(--bs-secondary-color);
    font-size: 1.1rem;
    font-style: italic;
}

/* Action Grid */
.action-grid[b-8q0q9dwh1q] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.action-card[b-8q0q9dwh1q] {
    background: var(--bs-body-bg);
    border: 2px solid var(--bs-border-color);
    border-radius: 0.5rem;
    padding: 2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.action-card:hover[b-8q0q9dwh1q] {
    border-color: var(--bs-primary);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.action-card.continue-card[b-8q0q9dwh1q] {
    grid-column: 1 / -1;
    background: var(--bs-tertiary-bg);
}

.action-icon[b-8q0q9dwh1q] {
    font-size: 2.5rem;
    color: var(--bs-primary);
    margin-bottom: 1rem;
}

.action-card h3[b-8q0q9dwh1q] {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--bs-body-color);
    margin-bottom: 0.75rem;
}

.action-card p[b-8q0q9dwh1q] {
    color: var(--bs-secondary-color);
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    min-height: 3rem;
}

.action-card button[b-8q0q9dwh1q] {
    pointer-events: none;
}

/* Info Section */
.yard-info[b-8q0q9dwh1q] {
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    padding: 1.5rem 2rem;
}

.yard-info h4[b-8q0q9dwh1q] {
    text-align: center;
    color: var(--bs-secondary-color);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
}

.process-steps[b-8q0q9dwh1q] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.step[b-8q0q9dwh1q] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.75rem 1rem;
    background: var(--bs-tertiary-bg);
    border-radius: 0.375rem;
    min-width: 90px;
}

.step-number[b-8q0q9dwh1q] {
    width: 24px;
    height: 24px;
    background: var(--bs-primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.step-name[b-8q0q9dwh1q] {
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--bs-body-color);
}

.step-desc[b-8q0q9dwh1q] {
    font-size: 0.7rem;
    color: var(--bs-secondary-color);
}

.step-arrow[b-8q0q9dwh1q] {
    color: var(--bs-secondary-color);
    font-size: 1.25rem;
}

/* Responsive */
@media (max-width: 768px) {
    .action-grid[b-8q0q9dwh1q] {
        grid-template-columns: 1fr;
    }

    .action-card.continue-card[b-8q0q9dwh1q] {
        grid-column: auto;
    }

    .process-steps[b-8q0q9dwh1q] {
        flex-direction: column;
    }

    .step-arrow[b-8q0q9dwh1q] {
        transform: rotate(90deg);
    }
}

@media (max-width: 576px) {
    .yard-page[b-8q0q9dwh1q] {
        padding: 1rem;
    }

    .yard-header h1[b-8q0q9dwh1q] {
        font-size: 2rem;
    }

    .action-card[b-8q0q9dwh1q] {
        padding: 1.5rem;
    }
}
