/* ==========================================================================
   RAJBALA IT - TECHNICIAN ONBOARDING, DIGITAL ID CARD & NETWORK SHOWCASE STYLES
   Ultra-Premium Studio Aesthetics, High Contrast, Responsive & Print Ready
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Hero & Segment Tabs
   -------------------------------------------------------------------------- */
.tech-hero-section {
  position: relative;
  padding: 4.5rem 1rem 3rem;
  background: radial-gradient(circle at 50% 10%, rgba(14, 165, 233, 0.14) 0%, rgba(11, 19, 41, 0) 70%),
              linear-gradient(180deg, #0b1329 0%, #080e1e 100%);
  border-bottom: 1px solid rgba(14, 165, 233, 0.2);
  text-align: center;
  overflow: hidden;
}

[data-theme="light"] .tech-hero-section {
  background: radial-gradient(circle at 50% 10%, rgba(14, 165, 233, 0.15) 0%, rgba(240, 249, 255, 0) 70%),
              linear-gradient(180deg, #e0f2fe 0%, #f8fafc 100%);
  border-bottom-color: rgba(186, 230, 253, 0.8);
}

.tech-hero-container {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.tech-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 30px;
  background: rgba(14, 165, 233, 0.12);
  border: 1px solid rgba(14, 165, 233, 0.35);
  color: #38bdf8;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  box-shadow: 0 0 20px rgba(14, 165, 233, 0.2);
}

[data-theme="light"] .tech-badge-pill {
  background: rgba(2, 132, 199, 0.1);
  color: #0284c7;
  border-color: rgba(2, 132, 199, 0.3);
}

.tech-hero-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}

[data-theme="light"] .tech-hero-title {
  color: #0f172a;
}

.tech-hero-title .gradient-text {
  background: linear-gradient(135deg, #38bdf8 0%, #818cf8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[data-theme="light"] .tech-hero-title .gradient-text {
  background: linear-gradient(135deg, #0284c7 0%, #4f46e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tech-hero-subtitle {
  font-size: clamp(0.95rem, 1.8vw, 1.15rem);
  color: #94a3b8;
  max-width: 760px;
  margin: 0 auto 2.5rem;
  line-height: 1.6;
}

[data-theme="light"] .tech-hero-subtitle {
  color: #475569;
}

/* Tab Navigation Navigation Bar */
.tech-tabs-wrapper {
  display: inline-flex;
  align-items: center;
  padding: 6px;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(14, 165, 233, 0.3);
  border-radius: 36px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  max-width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}

[data-theme="light"] .tech-tabs-wrapper {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(186, 230, 253, 0.8);
  box-shadow: 0 10px 30px rgba(2, 132, 199, 0.12);
}

.tech-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 28px;
  border: none;
  background: transparent;
  color: #94a3b8;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
}

[data-theme="light"] .tech-tab-btn {
  color: #64748b;
}

.tech-tab-btn:hover {
  color: #ffffff;
}

[data-theme="light"] .tech-tab-btn:hover {
  color: #0f172a;
}

.tech-tab-btn.active {
  background: linear-gradient(135deg, #0284c7, #2563eb);
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(2, 132, 199, 0.4);
}

/* --------------------------------------------------------------------------
   2. Main Container & Card Panels
   -------------------------------------------------------------------------- */
.tech-main-section {
  padding: 3.5rem 1rem 5rem;
  background: var(--bg-main, #0b1122);
}

[data-theme="light"] .tech-main-section {
  background: #f8fbfe;
}

.tech-container {
  max-width: 1100px;
  margin: 0 auto;
}

.tech-tab-panel {
  display: none;
  animation: techFadeIn 0.35s ease-out forwards;
}

.tech-tab-panel.active {
  display: block;
}

@keyframes techFadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

/* --------------------------------------------------------------------------
   3. Application Form (Tab 1: Apply to Join)
   -------------------------------------------------------------------------- */
.tech-form-card {
  background: rgba(15, 23, 42, 0.75);
  border: 1.5px solid rgba(14, 165, 233, 0.25);
  border-radius: 24px;
  padding: clamp(1.5rem, 3vw, 2.75rem);
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.5), 0 0 25px rgba(14, 165, 233, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

[data-theme="light"] .tech-form-card {
  background: #ffffff;
  border-color: rgba(186, 230, 253, 0.8);
  box-shadow: 0 20px 50px -10px rgba(2, 132, 199, 0.12), 0 4px 20px rgba(0, 0, 0, 0.04);
}

.form-fieldset-group {
  margin-bottom: 2.25rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

[data-theme="light"] .form-fieldset-group {
  border-bottom-color: #e2e8f0;
}

.form-fieldset-group:last-of-type {
  border-bottom: none;
  margin-bottom: 1.5rem;
  padding-bottom: 0;
}

.fieldset-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.35rem;
}

[data-theme="light"] .fieldset-heading {
  color: #0f172a;
}

.fieldset-heading-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.2), rgba(37, 99, 235, 0.1));
  border: 1px solid rgba(14, 165, 233, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #38bdf8;
  font-size: 1.1rem;
}

[data-theme="light"] .fieldset-heading-icon {
  background: #e0f2fe;
  color: #0284c7;
  border-color: #bae6fd;
}

.fieldset-subtext {
  font-size: 0.85rem;
  color: #94a3b8;
  margin-bottom: 1.5rem;
}

[data-theme="light"] .fieldset-subtext {
  color: #64748b;
}

.form-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.form-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

@media (max-width: 768px) {
  .form-grid-2, .form-grid-3 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.tech-input-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tech-input-group label {
  font-size: 0.86rem;
  font-weight: 700;
  color: #e2e8f0;
}

[data-theme="light"] .tech-input-group label {
  color: #1e293b;
}

.tech-input-group label .req {
  color: #f43f5e;
}

.tech-input-control {
  width: 100%;
  padding: 11px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(14, 165, 233, 0.25);
  color: #ffffff;
  font-size: 0.92rem;
  outline: none;
  transition: all 0.2s ease;
}

[data-theme="light"] .tech-input-control {
  background: #f8fafc;
  border-color: #cbd5e1;
  color: #0f172a;
}

.tech-input-control:focus {
  border-color: #38bdf8;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 0 16px rgba(14, 165, 233, 0.25);
}

[data-theme="light"] .tech-input-control:focus {
  border-color: #0284c7;
  background: #ffffff;
  box-shadow: 0 0 16px rgba(2, 132, 199, 0.2);
}

/* Category Checkbox Pills */
.category-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 10px;
  margin-top: 0.5rem;
}

.category-pill-label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  color: #cbd5e1;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  user-select: none;
}

[data-theme="light"] .category-pill-label {
  background: #f8fafc;
  border-color: #e2e8f0;
  color: #334155;
}

.category-pill-label:hover {
  border-color: rgba(14, 165, 233, 0.4);
  background: rgba(14, 165, 233, 0.08);
  transform: translateY(-1px);
}

[data-theme="light"] .category-pill-label:hover {
  border-color: #7dd3fc;
  background: #f0f9ff;
}

.category-pill-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #0284c7;
  cursor: pointer;
}

.category-pill-label.checked {
  background: rgba(2, 132, 199, 0.15);
  border-color: #0284c7;
  color: #38bdf8;
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.2);
}

[data-theme="light"] .category-pill-label.checked {
  background: #e0f2fe;
  color: #0284c7;
  border-color: #0284c7;
}

/* File Upload Drop Zone */
.tech-upload-box {
  border: 2px dashed rgba(14, 165, 233, 0.35);
  border-radius: 16px;
  padding: 1.5rem 1rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.02);
  transition: all 0.25s ease;
  cursor: pointer;
  position: relative;
}

[data-theme="light"] .tech-upload-box {
  background: #f8fafc;
  border-color: #bae6fd;
}

.tech-upload-box:hover {
  border-color: #38bdf8;
  background: rgba(14, 165, 233, 0.06);
}

.tech-upload-box input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.upload-box-icon {
  font-size: 2rem;
  color: #38bdf8;
  margin-bottom: 0.5rem;
}

.upload-box-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #ffffff;
}

[data-theme="light"] .upload-box-title {
  color: #0f172a;
}

.upload-box-sub {
  font-size: 0.76rem;
  color: #94a3b8;
  margin-top: 3px;
}

.upload-preview-badge {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 8px;
  font-size: 0.78rem;
  color: #10b981;
  font-weight: 700;
}

/* Submit Action Button */
.btn-tech-submit {
  width: 100%;
  padding: 15px 24px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0284c7, #2563eb);
  color: #ffffff;
  border: none;
  font-size: 1.05rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 24px -4px rgba(2, 132, 199, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-tech-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px -4px rgba(2, 132, 199, 0.65);
}

.btn-tech-submit:active {
  transform: scale(0.98);
}

/* --------------------------------------------------------------------------
   4. Application Tracker (Tab 2: Track Status & ID Card)
   -------------------------------------------------------------------------- */
.tech-tracker-card {
  max-width: 680px;
  margin: 0 auto;
  background: rgba(15, 23, 42, 0.75);
  border: 1.5px solid rgba(14, 165, 233, 0.25);
  border-radius: 24px;
  padding: 2.25rem 2rem;
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

[data-theme="light"] .tech-tracker-card {
  background: #ffffff;
  border-color: rgba(186, 230, 253, 0.8);
  box-shadow: 0 20px 50px -10px rgba(2, 132, 199, 0.12);
}

.tracker-search-form {
  display: flex;
  gap: 10px;
  margin-top: 1.25rem;
}

@media (max-width: 600px) {
  .tracker-search-form {
    flex-direction: column;
  }
}

.tracker-search-input {
  flex: 1;
  padding: 13px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1.5px solid rgba(14, 165, 233, 0.3);
  color: #ffffff;
  font-size: 0.95rem;
  outline: none;
}

[data-theme="light"] .tracker-search-input {
  background: #f8fafc;
  border-color: #cbd5e1;
  color: #0f172a;
}

.btn-tracker-search {
  padding: 13px 24px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0284c7, #2563eb);
  color: #ffffff;
  border: none;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.4);
}

/* Status Progression Timeline */
.tracker-status-box {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: none;
}

[data-theme="light"] .tracker-status-box {
  border-top-color: #e2e8f0;
}

.status-badge-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 14px;
  margin-bottom: 1.5rem;
}

.status-badge-header.pending {
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.35);
  color: #fbbf24;
}

.status-badge-header.approved {
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.35);
  color: #34d399;
}

.status-badge-header.rejected {
  background: rgba(244, 63, 94, 0.12);
  border: 1px solid rgba(244, 63, 94, 0.35);
  color: #fb7185;
}

/* 3-Step Progression Bar */
.status-steps-timeline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 2rem 0;
}

.status-step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  position: relative;
  z-index: 2;
  flex: 1;
}

.status-step-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #1e293b;
  border: 2px solid #475569;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.9rem;
  color: #94a3b8;
  transition: all 0.3s;
}

[data-theme="light"] .status-step-circle {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #64748b;
}

.status-step-item.done .status-step-circle {
  background: #10b981;
  border-color: #10b981;
  color: #ffffff;
  box-shadow: 0 0 14px rgba(16, 185, 129, 0.5);
}

.status-step-item.active .status-step-circle {
  background: #0284c7;
  border-color: #38bdf8;
  color: #ffffff;
  box-shadow: 0 0 16px rgba(14, 165, 233, 0.6);
}

.status-step-title {
  font-size: 0.78rem;
  font-weight: 700;
  color: #cbd5e1;
}

[data-theme="light"] .status-step-title {
  color: #334155;
}

/* --------------------------------------------------------------------------
   5. Official Digital Rajbala IT Employee / Technician ID Card
   -------------------------------------------------------------------------- */
.tech-id-card-wrapper {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.rajbala-official-id-card {
  width: 360px;
  max-width: 100%;
  border-radius: 20px;
  background: linear-gradient(165deg, #ffffff 0%, #f0f7ff 60%, #e0f2fe 100%);
  border: 2px solid #ffffff;
  box-shadow: 0 25px 50px -12px rgba(2, 132, 199, 0.35), 0 0 0 1px rgba(14, 165, 233, 0.3);
  overflow: hidden;
  position: relative;
  color: #0f172a;
  font-family: inherit;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.rajbala-official-id-card:hover {
  transform: translateY(-4px);
}

/* Card Header with Glossy Ribbon */
.id-card-header {
  background: linear-gradient(135deg, #0284c7 0%, #1e40af 100%);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  position: relative;
}

.id-card-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #38bdf8, #f59e0b, #10b981);
}

.id-card-brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.id-card-brand img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ffffff;
  padding: 2px;
}

.id-card-brand-title {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.id-card-badge {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 0.65rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Card Body */
.id-card-body {
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.id-card-photo-wrap {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  border: 3.5px solid #0284c7;
  box-shadow: 0 8px 20px rgba(2, 132, 199, 0.3);
  margin-bottom: 12px;
  position: relative;
  background: #ffffff;
}

.id-card-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.id-card-verified-seal {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 26px;
  height: 26px;
  background: #10b981;
  color: #ffffff;
  border: 2.5px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.5);
}

.id-card-name {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
}

.id-card-designation {
  font-size: 0.8rem;
  color: #0284c7;
  font-weight: 700;
  margin-top: 2px;
}

/* ID & Specialization Pill */
.id-card-code-pill {
  margin: 10px 0 14px;
  background: #e0f2fe;
  border: 1px solid #bae6fd;
  color: #0369a1;
  font-size: 0.85rem;
  font-weight: 800;
  padding: 4px 14px;
  border-radius: 20px;
  letter-spacing: 0.5px;
}

/* Details Table */
.id-card-meta-table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin-bottom: 14px;
  font-size: 0.78rem;
}

.id-card-meta-table tr {
  border-bottom: 1px dashed #e2e8f0;
}

.id-card-meta-table td {
  padding: 5px 4px;
}

.id-card-meta-table td.label {
  color: #64748b;
  font-weight: 600;
  width: 42%;
}

.id-card-meta-table td.val {
  color: #0f172a;
  font-weight: 700;
}

/* Card QR & Signature Footer */
.id-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 10px;
  border-top: 1.5px solid #e2e8f0;
}

.id-card-qr-box {
  width: 58px;
  height: 58px;
  background: #ffffff;
  padding: 3px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.id-card-qr-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.id-card-sign-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.id-card-sign-text {
  font-family: 'Caveat', cursive, sans-serif;
  font-size: 1.25rem;
  color: #1e3a8a;
  line-height: 1;
}

.id-card-sign-title {
  font-size: 0.65rem;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  margin-top: 2px;
}

/* ID Card Action Buttons */
.id-card-actions-bar {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 360px;
}

.btn-card-action {
  flex: 1;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 0.82rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  border: none;
  transition: all 0.2s;
}

.btn-card-download {
  background: linear-gradient(135deg, #0284c7, #2563eb);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.35);
}

.btn-card-download:hover {
  transform: translateY(-1px);
}

.btn-card-print {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

[data-theme="light"] .btn-card-print {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #334155;
}

/* Rating QR Code Box (to show customer) */
.tech-qr-rating-banner {
  max-width: 500px;
  margin: 1.5rem auto 0;
  background: linear-gradient(135deg, rgba(2, 132, 199, 0.12), rgba(37, 99, 235, 0.05));
  border: 1.5px solid rgba(14, 165, 233, 0.35);
  border-radius: 18px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}

[data-theme="light"] .tech-qr-rating-banner {
  background: #f0f9ff;
  border-color: #bae6fd;
}

.qr-rating-code-img {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  background: #ffffff;
  padding: 4px;
  border: 1px solid #bae6fd;
  flex-shrink: 0;
}

.qr-rating-meta {
  flex: 1;
}

.qr-rating-title {
  font-size: 0.92rem;
  font-weight: 800;
  color: #38bdf8;
  margin-bottom: 2px;
}

[data-theme="light"] .qr-rating-title {
  color: #0284c7;
}

.qr-rating-desc {
  font-size: 0.78rem;
  color: #94a3b8;
  line-height: 1.4;
}

[data-theme="light"] .qr-rating-desc {
  color: #64748b;
}

/* --------------------------------------------------------------------------
   6. Public Verified Technicians Showcase (Tab 3)
   STRICT COMPLIANCE: NO Phone, NO Email, NO Contact Buttons
   -------------------------------------------------------------------------- */
.tech-showcase-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.showcase-category-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 1.25rem;
}

.btn-filter-category {
  padding: 7px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #94a3b8;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
}

[data-theme="light"] .btn-filter-category {
  background: #f1f5f9;
  border-color: #e2e8f0;
  color: #64748b;
}

.btn-filter-category:hover,
.btn-filter-category.active {
  background: #0284c7;
  border-color: #0284c7;
  color: #ffffff;
  box-shadow: 0 3px 12px rgba(2, 132, 199, 0.3);
}

.tech-showcase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

.technician-showcase-card {
  background: rgba(15, 23, 42, 0.75);
  border: 1.5px solid rgba(14, 165, 233, 0.2);
  border-radius: 20px;
  padding: 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
  position: relative;
}

[data-theme="light"] .technician-showcase-card {
  background: #ffffff;
  border-color: #e2e8f0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.technician-showcase-card:hover {
  transform: translateY(-4px);
  border-color: #38bdf8;
  box-shadow: 0 16px 40px rgba(14, 165, 233, 0.15);
}

.tech-card-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #0284c7;
  margin-bottom: 12px;
  position: relative;
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.25);
}

.tech-card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tech-card-name {
  font-size: 1.12rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 2px;
}

[data-theme="light"] .tech-card-name {
  color: #0f172a;
}

.tech-card-location {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.76rem;
  color: #94a3b8;
  margin-bottom: 10px;
}

[data-theme="light"] .tech-card-location {
  color: #64748b;
}

.tech-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  margin-bottom: 12px;
}

.badge-tech-cat {
  background: rgba(14, 165, 233, 0.12);
  border: 1px solid rgba(14, 165, 233, 0.3);
  color: #38bdf8;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 12px;
}

[data-theme="light"] .badge-tech-cat {
  background: #f0f9ff;
  border-color: #bae6fd;
  color: #0369a1;
}

.tech-card-stats {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.76rem;
  color: #94a3b8;
}

[data-theme="light"] .tech-card-stats {
  border-top-color: #f1f5f9;
  color: #64748b;
}

.tech-card-rating {
  color: #f59e0b;
  font-weight: 800;
}

.tech-card-verified-tag {
  color: #10b981;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 3px;
}

/* --------------------------------------------------------------------------
   7. Print Styles for ID Card
   -------------------------------------------------------------------------- */
@media print {
  body * {
    visibility: hidden;
  }
  #printable-id-card,
  #printable-id-card * {
    visibility: visible;
  }
  #printable-id-card {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: none !important;
    border: 1px solid #cbd5e1 !important;
  }
}

/* --------------------------------------------------------------------------
   8. Light Theme Typography & Contrast Overrides (Screenshot 5 Fix)
   -------------------------------------------------------------------------- */
.tech-showcase-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

[data-theme="light"] .tech-showcase-title {
  color: #0f172a !important;
}

.tech-showcase-sub {
  color: #94a3b8;
  font-size: 0.92rem;
  max-width: 650px;
  margin: 0 auto 1.5rem;
  line-height: 1.6;
}

[data-theme="light"] .tech-showcase-sub {
  color: #475569 !important;
}

.tech-callout-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 6px;
}

[data-theme="light"] .tech-callout-title {
  color: #0f172a !important;
}

.tech-callout-sub {
  font-size: 0.88rem;
  color: #cbd5e1;
  max-width: 580px;
  margin: 0 auto 16px;
}

[data-theme="light"] .tech-callout-sub {
  color: #475569 !important;
}

/* Ensure all input text is crisp and never dark on dark in light mode */
[data-theme="light"] .tech-input-control {
  background: #ffffff !important;
  color: #0f172a !important;
  border-color: #cbd5e1 !important;
}

[data-theme="light"] .tech-input-control:focus {
  border-color: #0284c7 !important;
  box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.2) !important;
  color: #0f172a !important;
}

[data-theme="light"] .tech-input-control::placeholder {
  color: #94a3b8 !important;
}

/* --------------------------------------------------------------------------
   9. Circular Photo Crop Modal Styles
   -------------------------------------------------------------------------- */
.tech-crop-modal {
  position: fixed;
  inset: 0;
  background: rgba(10, 15, 29, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 1rem;
}

.tech-crop-modal.active {
  display: flex;
}

.tech-crop-card {
  background: #0f172a;
  border: 1px solid rgba(14, 165, 233, 0.35);
  border-radius: 20px;
  width: 100%;
  max-width: 440px;
  padding: 1.5rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.7), 0 0 30px rgba(14, 165, 233, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: techModalPop 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-theme="light"] .tech-crop-card {
  background: #ffffff;
  border-color: #bae6fd;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

@keyframes techModalPop {
  from { opacity: 0; transform: scale(0.92); }
  to { opacity: 1; transform: scale(1); }
}

.tech-crop-viewport {
  position: relative;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 9999px rgba(15, 23, 42, 0.7), 0 0 0 3px #0ea5e9;
  margin: 1rem 0;
  cursor: grab;
  background: #020617;
}

.tech-crop-viewport:active {
  cursor: grabbing;
}

.tech-crop-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 0.5rem 0 1.25rem;
}

.tech-crop-range {
  flex: 1;
  accent-color: #0ea5e9;
  cursor: pointer;
}

.btn-crop-tool {
  background: rgba(14, 165, 233, 0.15);
  border: 1px solid rgba(14, 165, 233, 0.35);
  color: #38bdf8;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.15s;
}

.btn-crop-tool:hover {
  background: rgba(14, 165, 233, 0.25);
}

[data-theme="light"] .btn-crop-tool {
  background: #e0f2fe;
  color: #0284c7;
  border-color: #bae6fd;
}

/* --------------------------------------------------------------------------
   10. Document Previews & Cancel / Re-upload Buttons
   -------------------------------------------------------------------------- */
.tech-doc-preview-card {
  display: none;
  align-items: center;
  gap: 10px;
  background: rgba(15, 23, 42, 0.75);
  border: 1.5px solid rgba(14, 165, 233, 0.4);
  border-radius: 12px;
  padding: 8px 12px;
  margin-top: 8px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

[data-theme="light"] .tech-doc-preview-card {
  background: #f8fafc;
  border-color: #cbd5e1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.tech-doc-preview-card.active {
  display: flex;
}

.doc-preview-thumb,
.doc-thumb-img {
  width: 64px !important;
  height: 64px !important;
  min-width: 64px !important;
  max-width: 64px !important;
  min-height: 64px !important;
  max-height: 64px !important;
  border-radius: 8px;
  object-fit: cover;
  border: 1.5px solid #0ea5e9;
  background: #0b1329;
  flex-shrink: 0;
  display: block;
}

.doc-preview-thumb.doc-preview-circle,
.doc-thumb-img.is-circle {
  border-radius: 50% !important;
}

.doc-preview-info,
.doc-meta-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  overflow: hidden;
}

.doc-preview-name,
.doc-filename {
  font-size: 0.82rem;
  font-weight: 700;
  color: #f8fafc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 130px;
  display: block;
}

[data-theme="light"] .doc-preview-name,
[data-theme="light"] .doc-filename {
  color: #0f172a;
}

.doc-preview-size,
.doc-filesize {
  font-size: 0.72rem;
  color: #94a3b8;
  font-weight: 500;
  display: block;
}

.btn-remove-doc {
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.4);
  color: #ef4444;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 0.76rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: all 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.btn-remove-doc:hover {
  background: rgba(239, 68, 68, 0.3);
  color: #ffffff;
  border-color: #ef4444;
}

/* --------------------------------------------------------------------------
   11. Upload Progress Bar with Animated Percentage
   -------------------------------------------------------------------------- */
.tech-upload-progress-wrap {
  display: none;
  flex-direction: column;
  gap: 6px;
  margin: 1.25rem 0 0.5rem;
}

.tech-upload-progress-wrap.active {
  display: flex;
}

.progress-label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
  font-weight: 700;
  color: #38bdf8;
}

.progress-track {
  width: 100%;
  height: 10px;
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(14, 165, 233, 0.25);
  overflow: hidden;
}

[data-theme="light"] .progress-track {
  background: #e2e8f0;
}

.progress-bar-fill {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #0ea5e9 0%, #10b981 100%);
  border-radius: 10px;
  transition: width 0.15s ease-out;
  box-shadow: 0 0 12px rgba(14, 165, 233, 0.5);
}

/* --------------------------------------------------------------------------
   12. Application Celebration Modal
   -------------------------------------------------------------------------- */
.tech-success-modal {
  position: fixed;
  inset: 0;
  background: rgba(10, 15, 29, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  padding: 1rem;
}

.tech-success-modal.active {
  display: flex;
}

.tech-success-card {
  background: linear-gradient(145deg, #0f172a 0%, #1e293b 100%);
  border: 1.5px solid rgba(14, 165, 233, 0.4);
  border-radius: 24px;
  width: 100%;
  max-width: 480px;
  padding: 2.25rem 1.75rem;
  text-align: center;
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.8), 0 0 40px rgba(14, 165, 233, 0.2);
  animation: techModalPop 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-theme="light"] .tech-success-card {
  background: #ffffff;
  border-color: #bae6fd;
  box-shadow: 0 25px 60px -15px rgba(2, 132, 199, 0.25);
}

.success-badge-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.15);
  border: 2px solid #10b981;
  color: #10b981;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  margin: 0 auto 1.25rem;
  box-shadow: 0 0 25px rgba(16, 185, 129, 0.35);
}

.success-code-box {
  background: rgba(14, 165, 233, 0.12);
  border: 1px dashed #0ea5e9;
  border-radius: 14px;
  padding: 12px 16px;
  margin: 1.25rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

[data-theme="light"] .success-code-box {
  background: #f0f9ff;
  border-color: #0284c7;
}

.success-code-val {
  font-family: monospace;
  font-size: 1.25rem;
  font-weight: 800;
  color: #38bdf8;
  letter-spacing: 1px;
}

[data-theme="light"] .success-code-val {
  color: #0284c7;
}

.btn-copy-code {
  background: #0284c7;
  color: #fff;
  border: none;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s;
}

.btn-copy-code:hover {
  background: #0369a1;
}

/* --------------------------------------------------------------------------
   13. Hiring Status Paused Banner
   -------------------------------------------------------------------------- */
.tech-hiring-paused-banner {
  display: none;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.15) 0%, rgba(217, 119, 6, 0.25) 100%);
  border: 1.5px solid rgba(245, 158, 11, 0.45);
  border-radius: 16px;
  padding: 16px 20px;
  margin-bottom: 2rem;
  align-items: center;
  gap: 14px;
}

.tech-hiring-paused-banner.active {
  display: flex;
}

