
#fc-first-release-launcher {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 2147483000;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  background: #0666c6;
  color: #fff;
  font: 600 14px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  box-shadow: 0 12px 36px rgba(0, 45, 95, .28);
  cursor: pointer;
}
#fc-first-release-launcher:hover { background: #0055ab; }
#fc-first-release-overlay[hidden] { display: none !important; }
#fc-first-release-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483001;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(15, 23, 42, .58);
  backdrop-filter: blur(7px);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.fc-job-open { overflow: hidden !important; }
.fc-job-modal {
  width: min(1120px, 96vw);
  max-height: 90vh;
  overflow: auto;
  border-radius: 18px;
  background: #f8fafc;
  color: #0f172a;
  box-shadow: 0 30px 90px rgba(0,0,0,.35);
}
.fc-job-header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  padding: 22px 24px;
  border-bottom: 1px solid #dbe3ed;
  background: rgba(248, 250, 252, .96);
  backdrop-filter: blur(14px);
}
.fc-job-header h2, .fc-job-header p, .fc-job-create h3, .fc-job-history h3 { margin: 0; }
.fc-job-header h2 { font-size: 20px; }
.fc-job-header p { margin-top: 5px; color: #64748b; font-size: 13px; }
.fc-icon-button {
  width: 34px; height: 34px; border: 1px solid #cbd5e1; border-radius: 9px;
  background: #fff; color: #475569; font-size: 24px; line-height: 1; cursor: pointer;
}
.fc-job-grid {
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  gap: 18px;
  padding: 20px;
}
.fc-job-create, .fc-job-history {
  border: 1px solid #dbe3ed;
  border-radius: 14px;
  background: #fff;
  padding: 18px;
}
.fc-job-create { display: flex; flex-direction: column; gap: 14px; align-self: start; }
.fc-job-create > label { display: flex; flex-direction: column; gap: 6px; color: #475569; font-size: 12px; }
.fc-job-create input[type="text"], .fc-job-create input:not([type]), .fc-job-create input[type="file"], .fc-job-create select {
  width: 100%; box-sizing: border-box; padding: 9px 10px; border: 1px solid #cbd5e1;
  border-radius: 8px; background: #fff; color: #0f172a;
}
.fc-job-create input[name="languages"] {
  width: 100%; box-sizing: border-box; padding: 9px 10px; border: 1px solid #cbd5e1;
  border-radius: 8px; background: #fff; color: #0f172a;
}
.fc-checks { display: flex; flex-direction: column; gap: 8px; }
.fc-checks label { display: flex; align-items: center; gap: 7px; color: #475569; font-size: 12px; }
.fc-primary, .fc-secondary, .fc-danger, .fc-danger-ghost {
  display: inline-flex; align-items: center; justify-content: center; min-height: 34px;
  border-radius: 8px; padding: 7px 12px; font: 600 12px/1 system-ui, sans-serif;
  text-decoration: none; cursor: pointer;
}
.fc-primary { border: 0; background: #0666c6; color: #fff; }
.fc-primary:disabled, .fc-secondary:disabled, .fc-danger:disabled, .fc-danger-ghost:disabled { opacity: .55; cursor: wait; }
.fc-secondary { border: 1px solid #cbd5e1; background: #fff; color: #334155; }
.fc-danger { border: 1px solid #fecdd3; background: #fff1f2; color: #be123c; }
.fc-danger-ghost { border: 1px solid transparent; background: transparent; color: #be123c; }
.fc-note, .fc-error { border-radius: 8px; padding: 9px 10px; font-size: 12px; line-height: 1.45; }
.fc-note { background: #eff6ff; color: #1d4ed8; }
.fc-note-warning { background: #fff7ed; color: #9a3412; }
.fc-error, .fc-job-error { background: #fff1f2; color: #9f1239; }
.fc-history-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.fc-job-list { display: flex; flex-direction: column; gap: 10px; }
.fc-job-card {
  display: flex; gap: 12px; justify-content: space-between; align-items: flex-start;
  padding: 14px; border: 1px solid #e2e8f0; border-radius: 12px; background: #f8fafc;
}
.fc-job-main { min-width: 0; flex: 1; }
.fc-job-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.fc-job-row strong { font-size: 13px; }
.fc-status { border-radius: 999px; padding: 3px 8px; background: #e0efff; color: #07569e; font-size: 11px; }
.fc-status-completed { background: #dcfce7; color: #166534; }
.fc-status-failed, .fc-status-cancelled { background: #fee2e2; color: #991b1b; }
.fc-status-expired { background: #e2e8f0; color: #475569; }
.fc-progress-text { margin-left: auto; color: #64748b; font-size: 11px; }
.fc-job-name { margin-top: 5px; overflow: hidden; color: #334155; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.fc-job-message { margin-top: 5px; color: #64748b; font-size: 11px; }
.fc-progress { height: 6px; overflow: hidden; margin-top: 9px; border-radius: 999px; background: #e2e8f0; }
.fc-progress span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#0666c6,#52a7ff); transition: width .25s; }
.fc-job-error { margin-top: 8px; padding: 7px 9px; border-radius: 7px; font-size: 11px; }
.fc-job-actions { display: flex; flex-wrap: wrap; gap: 6px; justify-content: flex-end; }
.fc-empty { padding: 30px 12px; text-align: center; color: #64748b; font-size: 13px; }
@media (max-width: 800px) {
  #fc-first-release-overlay { padding: 0; }
  .fc-job-modal { width: 100vw; max-height: 100vh; min-height: 100vh; border-radius: 0; }
  .fc-job-grid { grid-template-columns: 1fr; }
  .fc-job-card { flex-direction: column; }
  .fc-job-actions { justify-content: flex-start; }
}
