.t84i-wrap {
  --t84-blue: #002b57;
  --t84-blue-dark: #001b36;
  --t84-blue-light: #e3ebf3;
  --t84-gold: #f7c948;
  --t84-text: #172b3a;
  --t84-muted: #627586;
  --t84-border: #dce6ee;
  --t84-bg: #f5f8fb;
  width: 100%;
  max-width: 1160px;
  margin: 28px auto;
  padding: 0;
  font-family: inherit;
  color: var(--t84-text);
  line-height: 1.5;
  text-align: left;
  isolation: isolate;
}
.t84i-wrap * { box-sizing: border-box; }
.t84i-wrap form, .t84i-wrap section { width: 100%; max-width: none; margin-left: 0; margin-right: 0; }
.t84i-wrap :where(h2,h3,h4,p,ol) { text-transform: none; letter-spacing: normal; }
.t84i-hero {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 42px 44px 30px;
  color: #fff;
  background: linear-gradient(125deg, #001326 0%, #001f3f 58%, #003f7f 100%);
  box-shadow: 0 22px 55px rgba(0,27,54,.26);
  margin-bottom: 22px;
}
.t84i-hero::before { content: ''; position: absolute; width: 330px; height: 330px; border-radius: 50%; background: rgba(240,194,67,.15); right: -100px; top: -190px; }
.t84i-hero::after { content: ''; position: absolute; width: 170px; height: 170px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; right: 80px; top: -70px; }
.t84i-kicker { position: relative; z-index: 1; color: var(--t84-gold); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; font-size: .76rem; }
.t84i-hero h2 { color: #fff !important; font-family: inherit !important; font-size: clamp(2rem, 5vw, 3.35rem) !important; font-weight: 850 !important; margin: 9px 0 8px !important; line-height: 1.03 !important; letter-spacing: -.035em !important; text-shadow: none !important; }
.t84i-hero > p { position: relative; z-index: 1; max-width: 790px; color: rgba(255,255,255,.94) !important; font-size: 1.04rem !important; line-height: 1.6 !important; opacity: .92; margin: 0 !important; }
.t84i-steps {
  position: relative;
  z-index: 1;
  display: grid !important;
  width: 100% !important;
  max-width: 100% !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  gap: 0 !important;
  margin: 30px 0 0 !important;
  padding: 0 !important;
}
.t84i-steps::before, .t84i-steps::after { content: none !important; display: none !important; }
.t84i-steps > span { display: flex !important; width: 100% !important; min-width: 0 !important; gap: 9px !important; align-items: center !important; justify-content: flex-start !important; position: relative; margin: 0 !important; color: rgba(255,255,255,.76); font-size: .78rem; font-weight: 700; padding: 0 14px 0 0 !important; }
.t84i-steps span::after { content: ''; height: 1px; background: rgba(255,255,255,.25); position: absolute; left: 34px; right: 5px; top: 13px; z-index: -1; }
.t84i-steps span:last-child::after { display: none; }
.t84i-steps i { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid rgba(255,255,255,.38); background: rgba(255,255,255,.08); border-radius: 50%; font-style: normal; color: #fff; flex: 0 0 auto; }
.t84i-steps .is-done, .t84i-steps .is-active { color: #fff; }
.t84i-steps .is-done i { border-color: var(--t84-gold); background: var(--t84-gold); color: var(--t84-blue-dark); }
.t84i-steps .is-active i { border-color: #fff; background: #fff; color: var(--t84-blue); }

.t84i-alert { border-radius: 13px; padding: 15px 17px; margin: 18px 0; border: 1px solid; }
.t84i-success { background: #eaf8ef; border-color: #b9e3c8; color: #0f5a34; }
.t84i-error { background: #fff1f1; border-color: #fecaca; color: #8f1d1d; }
.t84i-alert ul { margin-bottom: 0; }

.t84i-card, .t84i-candidate-dashboard {
  background: #fff;
  border: 1px solid var(--t84-border);
  border-radius: 20px;
  padding: 26px;
  margin: 18px 0;
  box-shadow: 0 9px 30px rgba(15,63,104,.055);
}
.t84i-card {
  --t84-section-accent: var(--t84-blue);
  --t84-section-icon: #fff;
  --t84-section-soft: #e4f2fd;
  --t84-section-end: #fff4c7;
  --t84-section-ring: #cde5f7;
  --t84-section-border: #bdd8ec;
  position: relative;
}
.t84i-form > .t84i-card:nth-of-type(3n+2) {
  --t84-section-accent: #003f7f;
  --t84-section-soft: #e5f0f9;
  --t84-section-end: #f3f8fc;
  --t84-section-ring: #c7ddec;
  --t84-section-border: #b8d0e3;
}
.t84i-form > .t84i-card:nth-of-type(3n) {
  --t84-section-accent: #001f3f;
  --t84-section-icon: #fff;
  --t84-section-soft: #e1ebf4;
  --t84-section-end: #fff3c4;
  --t84-section-ring: #c4d6e5;
  --t84-section-border: #b1c8dc;
}
.t84i-card::before { content: ''; position: absolute; left: -1px; top: 25px; bottom: 25px; width: 3px; background: var(--t84-section-accent); border-radius: 0 4px 4px 0; opacity: .88; }
.t84i-card h3, .t84i-card h4 { color: var(--t84-blue-dark) !important; }
.t84i-card h3 { margin: 0; font-size: 1.3rem; }
.t84i-card h4 { margin-top: 20px; }
.t84i-section-heading {
  display: flex !important;
  width: auto !important;
  max-width: none !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  margin: -26px -26px 22px !important;
  padding: 17px 22px !important;
  border-bottom: 1px solid var(--t84-section-border) !important;
  border-radius: 20px 20px 0 0 !important;
  background: linear-gradient(100deg, var(--t84-section-soft) 0%, #fff 68%, var(--t84-section-end) 100%) !important;
}
.t84i-section-heading::before, .t84i-section-heading::after { content: none !important; display: none !important; }
.t84i-section-heading > span { display: grid !important; place-items: center !important; width: 39px !important; height: 39px !important; flex: 0 0 39px !important; margin: 0 !important; padding: 0 !important; background: var(--t84-section-accent) !important; color: var(--t84-section-icon) !important; border: 3px solid var(--t84-section-ring) !important; border-radius: 12px !important; font-weight: 850 !important; box-shadow: 0 4px 12px rgba(0,43,87,.22) !important; }
.t84i-section-heading > div { flex: 1 1 auto !important; min-width: 0 !important; margin: 0 !important; padding: 0 !important; }
.t84i-section-heading h3 { margin: 0 !important; color: var(--t84-blue-dark) !important; font-size: 1.18rem !important; line-height: 1.25 !important; }
.t84i-section-heading small { color: var(--t84-muted); display: block; margin-top: 3px; }
.t84i-help { background: #f6f9fc; border: 1px solid var(--t84-border); border-left: 4px solid var(--t84-section-accent); padding: 11px 13px; border-radius: 10px; color: #4d6475; font-size: .91rem; }
.t84i-grid {
  display: grid !important;
  width: 100% !important;
  max-width: 100% !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  gap: 17px 20px !important;
  align-items: start !important;
  justify-content: start !important;
  margin: 0 !important;
  padding: 0 !important;
}
.t84i-grid::before, .t84i-grid::after { content: none !important; display: none !important; }
.t84i-grid > .t84i-field {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  justify-self: stretch !important;
  align-self: start !important;
}
.t84i-grid > .t84i-field:first-child {
  grid-column-start: 1 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.t84i-field { display: flex; flex-direction: column; gap: 7px; min-width: 0; text-align: left; }
.t84i-field-textarea, .t84i-field-checkbox { grid-column: 1 / -1; }
.t84i-field label { color: #304d61; font-weight: 700; font-size: .9rem; text-align: left; }
.t84i-field input, .t84i-field select, .t84i-field textarea {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 1px solid #cbd8e3 !important;
  border-radius: 10px !important;
  padding: 11px 13px !important;
  min-height: 46px !important;
  background: #fbfdff !important;
  color: var(--t84-text) !important;
  font: inherit !important;
  line-height: 1.35 !important;
  text-align: left !important;
  box-shadow: none !important;
  transition: border-color .18s, box-shadow .18s, background .18s;
}
.t84i-field textarea { min-height: 108px !important; resize: vertical; }
.t84i-field input:hover, .t84i-field select:hover, .t84i-field textarea:hover { border-color: #9eb5c7 !important; background: #fff !important; }
.t84i-field input:focus, .t84i-field select:focus, .t84i-field textarea:focus { outline: none !important; border-color: var(--t84-blue) !important; background: #fff !important; box-shadow: 0 0 0 3px rgba(0,43,87,.14) !important; }
.t84i-field input[readonly] { background: #eff4f8 !important; color: #607382 !important; cursor: not-allowed; }
.t84i-field-help { color: var(--t84-muted); font-size: .8rem; }
.t84i-required { color: #c62828; }
.t84i-checkbox { display: flex !important; flex-direction: row !important; align-items: flex-start; gap: 9px; background: #f8fbfd; border: 1px solid var(--t84-border); border-radius: 11px; padding: 11px 12px; font-weight: 550 !important; }
.t84i-checkbox input { display: inline-block !important; width: 18px !important; min-width: 18px !important; min-height: 18px !important; margin: 2px 0 0 !important; padding: 0 !important; }
.t84i-field-checkboxes { grid-column: 1 / -1; }
.t84i-checkbox-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.t84i-formation-info { border: 1px solid #bdd4e5; background: #f5faff; padding: 14px; border-radius: 11px; margin-top: 16px; color: #39566a; }
.t84i-specific-block, .t84i-doc-block { background: #fbfdff; border: 1px solid var(--t84-border); border-radius: 13px; padding: 17px; margin-top: 17px; }
.t84i-expected { display: inline-block; margin-left: 6px; padding: 2px 7px; border-radius: 99px; background: #fff6d9; color: #775600; font-size: .69rem; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; }

.t84i-existing-access { position: relative; width: 100%; margin: 18px 0; padding: 0; }
.t84i-existing-access::before, .t84i-existing-access::after { content: none !important; display: none !important; }
.t84i-existing-check { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }
.t84i-existing-toggle { display: inline-flex !important; align-items: center !important; justify-content: flex-start !important; gap: 10px !important; width: auto !important; margin: 0 !important; padding: 11px 15px !important; color: var(--t84-blue-dark) !important; background: #f4f8fc !important; border: 1px solid #c8d8e5 !important; border-radius: 11px !important; font-size: .95rem !important; font-weight: 800 !important; line-height: 1.25 !important; text-transform: none !important; letter-spacing: normal !important; cursor: pointer; box-shadow: none !important; transition: border-color .18s, background .18s, box-shadow .18s; }
.t84i-existing-toggle::before, .t84i-existing-toggle::after { content: none !important; display: none !important; }
.t84i-toggle-box { position: relative; display: block !important; width: 20px !important; height: 20px !important; flex: 0 0 20px !important; margin: 0 !important; padding: 0 !important; background: #fff !important; border: 2px solid #8ba6bb !important; border-radius: 5px !important; }
.t84i-existing-check:checked + .t84i-existing-toggle { color: #fff !important; background: var(--t84-blue) !important; border-color: var(--t84-blue) !important; box-shadow: 0 7px 18px rgba(0,43,87,.18) !important; }
.t84i-existing-check:checked + .t84i-existing-toggle .t84i-toggle-box { background: var(--t84-gold) !important; border-color: var(--t84-gold) !important; }
.t84i-existing-check:checked + .t84i-existing-toggle .t84i-toggle-box::after { content: '✓' !important; display: block !important; position: absolute; inset: -2px 0 0 !important; color: var(--t84-blue-dark) !important; font-size: 15px !important; font-weight: 900 !important; line-height: 20px !important; text-align: center !important; }
.t84i-existing-check:focus-visible + .t84i-existing-toggle { outline: 3px solid rgba(0,43,87,.2) !important; outline-offset: 3px !important; }
.t84i-existing-toggle:hover { background: #eaf2f8 !important; border-color: #9fb8cb !important; }
.t84i-existing-check:checked + .t84i-existing-toggle:hover { color: #fff !important; background: var(--t84-blue-dark) !important; border-color: var(--t84-blue-dark) !important; }
.t84i-access-panel { display: none !important; width: 100% !important; margin: 12px 0 0 !important; }
.t84i-existing-check:checked ~ .t84i-access-panel { display: grid !important; }
.t84i-access-card { grid-template-columns: minmax(220px,.7fr) 1.3fr; gap: 24px; background: linear-gradient(135deg,#fff,#f5faff); align-items: center; }
.t84i-access-card > h3, .t84i-access-card > p { grid-column: 1; }
.t84i-access-card > h3 { align-self: end; }
.t84i-access-card > p { align-self: start; margin-top: -10px; }
.t84i-access-form { grid-column: 2; grid-row: 1 / span 2; margin: 0; }
.t84i-access-form > p { margin: 14px 0 0 !important; }
.t84i-secondary-button { min-height: 44px !important; margin: 0 !important; background: #fff !important; color: var(--t84-blue-dark) !important; border: 1px solid #9fb9cd !important; border-radius: 9px !important; padding: 11px 18px !important; font-family: inherit !important; font-weight: 800 !important; line-height: 1.35 !important; text-transform: none !important; cursor: pointer; }
.t84i-secondary-button:hover { color: #fff !important; background: var(--t84-blue) !important; border-color: var(--t84-blue) !important; }
.t84i-locked-card { background: #fffcf3; border-color: #ead391; }
.t84i-locked-card::before { background: var(--t84-gold); }

.t84i-candidate-dashboard { --t84-status-color: var(--t84-blue); padding: 0; overflow: hidden; }
.t84i-candidate-status { padding: 26px 28px 22px; background: linear-gradient(135deg, color-mix(in srgb, var(--t84-status-color) 9%, white), #fff 70%); border-bottom: 1px solid var(--t84-border); }
.t84i-status-topline { display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.t84i-status-topline span { color: var(--t84-muted); font-size: .75rem; font-weight: 750; text-transform: uppercase; letter-spacing: .05em; }
.t84i-status-topline strong { color: var(--t84-status-color); border: 1px solid color-mix(in srgb,var(--t84-status-color) 30%,white); background: color-mix(in srgb,var(--t84-status-color) 10%,white); padding: 6px 11px; border-radius: 99px; }
.t84i-candidate-progress { height: 8px; background: #e6edf2; border-radius: 99px; overflow: hidden; margin: 16px 0 18px; }
.t84i-candidate-progress i { display: block; height: 100%; border-radius: inherit; background: var(--t84-status-color); }
.t84i-status-copy h3 { color: var(--t84-blue-dark) !important; font-size: 1.15rem; margin: 0 0 6px; line-height: 1.45; }
.t84i-status-copy p { margin: 0; color: #4a6273; }
.t84i-candidate-meta-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); padding: 18px 24px; gap: 0; }
.t84i-candidate-meta-grid > div { display: grid; grid-template-columns: 38px 1fr; column-gap: 10px; padding: 4px 20px; border-left: 1px solid var(--t84-border); min-width: 0; }
.t84i-candidate-meta-grid > div:first-child { border-left: 0; padding-left: 0; }
.t84i-meta-icon { grid-row: 1 / span 2; display: grid; place-items: center; width: 36px; height: 36px; background: var(--t84-blue-light); color: var(--t84-blue); border-radius: 10px; font-weight: 800; }
.t84i-candidate-meta-grid small { color: var(--t84-muted); }
.t84i-candidate-meta-grid strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--t84-blue-dark); }
.t84i-documents-overview { border-top: 1px solid var(--t84-border); }
.t84i-documents-overview summary { list-style: none; cursor: pointer; padding: 16px 26px; display: flex; justify-content: space-between; font-weight: 750; color: var(--t84-blue-dark); background: #fbfdff; }
.t84i-documents-overview summary::-webkit-details-marker { display: none; }
.t84i-documents-overview summary span { color: var(--t84-muted); font-size: .78rem; font-weight: 500; }
.t84i-documents-overview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 20px 26px 25px; }
.t84i-documents-overview-grid h4 { margin: 0 0 10px; color: var(--t84-blue-dark) !important; }
.t84i-documents-overview-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 7px; }
.t84i-documents-overview-grid li { display: flex; align-items: flex-start; gap: 8px; padding: 8px 9px; background: #f4fbf7; border-radius: 8px; color: #245740; }
.t84i-documents-overview-grid li i { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: #16835b; color: #fff; font-size: .7rem; font-style: normal; }
.t84i-documents-overview-grid li small { display: block; color: var(--t84-muted); }
.t84i-documents-overview-grid .has-missing li { background: #fff5f5; color: #832626; }
.t84i-documents-overview-grid .has-missing li i { background: #dc2626; }

.t84i-file-field { padding: 13px; border: 1px solid var(--t84-border); border-radius: 12px; background: #fff; }
.t84i-file-field.is-uploaded { border-color: #9cd2b5; background: #fbfffd; }
.t84i-uploaded-file { display: flex; justify-content: space-between; gap: 10px; background: #eaf8ef; color: #11623b; padding: 7px 9px; border-radius: 7px; font-size: .78rem; }
.t84i-uploaded-file small { color: #47705b; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.t84i-file-control { position: relative; margin-top: 8px; min-height: 82px; border: 1px dashed #9eb5c7; border-radius: 9px; background: #f8fbfd; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 12px; }
.t84i-file-control input[type='file'] { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.t84i-file-control > span { color: var(--t84-blue); font-weight: 750; }
.t84i-file-control > small { color: var(--t84-muted); margin-top: 3px; }
.t84i-file-control:hover { border-color: var(--t84-blue); background: #f2f8fd; }
.t84i-file-control.has-file { border-style: solid; border-color: #16835b; background: #f3fbf7; }
.t84i-file-control.has-file > span { color: #12633c; }

.t84i-submit-row { position: sticky; bottom: 10px; z-index: 8; display: flex; align-items: center; justify-content: space-between; gap: 18px; background: rgba(255,255,255,.94); backdrop-filter: blur(10px); border: 1px solid var(--t84-border); border-radius: 15px; padding: 12px 14px; margin: 26px 0 12px; box-shadow: 0 12px 35px rgba(15,63,104,.13); }
.t84i-submit { min-height: 48px !important; margin: 0 !important; background: var(--t84-blue) !important; color: #fff !important; border: 0 !important; border-radius: 10px !important; padding: 13px 22px !important; font-family: inherit !important; font-size: .98rem !important; font-weight: 800 !important; line-height: 1.35 !important; text-transform: none !important; cursor: pointer; box-shadow: 0 8px 18px rgba(0,43,87,.28) !important; }
.t84i-submit:hover { background: var(--t84-blue-dark) !important; }
.t84i-submit:disabled { opacity: .72; cursor: wait; }
.t84i-submit-row p { color: var(--t84-muted); margin: 0; }

@media (max-width: 820px) {
  .t84i-wrap { margin: 10px auto; }
  .t84i-hero { border-radius: 18px; padding: 26px 20px; }
  .t84i-steps { grid-template-columns: 1fr 1fr !important; gap: 13px !important; }
  .t84i-steps span::after { display: none; }
  .t84i-card { border-radius: 15px; padding: 20px; }
  .t84i-section-heading { margin: -20px -20px 19px !important; padding: 15px 18px !important; border-radius: 15px 15px 0 0 !important; }
  .t84i-grid { grid-template-columns: 1fr !important; }
  .t84i-checkbox-list, .t84i-candidate-meta-grid, .t84i-documents-overview-grid { grid-template-columns: 1fr; }
  .t84i-access-card { display: block; }
  .t84i-existing-check:checked ~ .t84i-access-panel { display: block !important; }
  .t84i-access-card > p { margin-top: 8px; }
  .t84i-access-form { margin-top: 16px; }
  .t84i-candidate-meta-grid > div { border-left: 0; border-top: 1px solid var(--t84-border); padding: 12px 0; }
  .t84i-candidate-meta-grid > div:first-child { border-top: 0; }
  .t84i-status-topline, .t84i-documents-overview summary, .t84i-submit-row { align-items: flex-start; flex-direction: column; }
  .t84i-submit-row { position: static; }
  .t84i-submit { width: 100%; }
}

@media (max-width: 520px) {
  .t84i-hero { padding: 22px 17px; }
  .t84i-hero h2 { font-size: 1.83rem !important; }
  .t84i-card { padding: 18px 16px; }
  .t84i-section-heading { margin: -18px -16px 17px !important; padding: 14px 16px !important; }
  .t84i-grid { gap: 14px !important; }
}
