/* TypeSafe AI — Ashby-hosted jobs board */

:root {
  --colorPrimary900: #1b1b1b;
  --colorPrimary600: #121212;
  --widthMaxJobBoard: 1180px;
  --borderRadiusContainer: 0px;
  --borderRadiusControl: 0px;
  --borderRadiusButton: 0px;
  --fontFamily: "SFMono-Regular", "Cascadia Mono", "Roboto Mono", Menlo, Monaco,
    Consolas, monospace;
  --colorAppBackground: #080808;
}

.ashby-job-board-heading {
  max-width: 940px;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.88);
  font-family: "SFMono-Regular", "Cascadia Mono", "Roboto Mono", Menlo, Monaco,
    Consolas, monospace;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -3px;
}

.ashby-job-board-heading-count {
  display: none;
}

.ashby-job-board-filters-label {
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ashby-job-board-reset-filters-label {
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
}

.ashby-job-board-filter {
  min-height: 52px;
  color: rgba(255, 255, 255, 0.84);
  background: #0e0e0e;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0;
  box-shadow: none;
}

.ashby-department-heading {
  max-width: 940px;
  margin-top: 38px;
  margin-bottom: 13px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.54);
  font-family: "SFMono-Regular", "Cascadia Mono", "Roboto Mono", Menlo, Monaco,
    Consolas, monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ashby-department-heading-level {
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
  letter-spacing: 1px;
}

.ashby-job-posting-brief-list {
  display: grid;
  gap: 8px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.ashby-job-posting-brief {
  margin-bottom: 0;
  padding: 19px 22px;
  color: rgba(255, 255, 255, 0.86) !important;
  background: #121212 !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 0;
  box-shadow: none;
}

.ashby-job-posting-brief:hover {
  color: rgba(255, 255, 255, 0.9) !important;
  background: #1a1a1a !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.ashby-job-posting-brief-title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
}

.ashby-job-posting-brief-details {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.5;
}

.ashby-job-posting-brief-department-heading {
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ashby-job-posting-brief-department-heading-level {
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
}

.ashby-job-board-back-to-all-jobs-button {
  color: rgba(255, 255, 255, 0.68);
  font-family: "SFMono-Regular", "Cascadia Mono", "Roboto Mono", Menlo, Monaco,
    Consolas, monospace;
  font-size: 13px;
  letter-spacing: 1px;
}

.ashby-job-posting-header {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  color: rgba(255, 255, 255, 0.86);
  background: #080808 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.ashby-job-posting-heading {
  color: rgba(255, 255, 255, 0.9);
  font-family: "SFMono-Regular", "Cascadia Mono", "Roboto Mono", Menlo, Monaco,
    Consolas, monospace;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -2px;
}

.ashby-job-posting-left-pane {
  color: rgba(255, 255, 255, 0.74) !important;
  background: #0d0d0d !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
  line-height: 1.7;
}

.ashby-job-posting-right-pane {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.78) !important;
  background: #0d0d0d !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 0;
  box-shadow: none;
}

.ashby-job-posting-right-pane [role="tabpanel"] {
  color: rgba(255, 255, 255, 0.78) !important;
  background: #0d0d0d !important;
  padding: 30px 34px !important;
  font-size: 15px;
  line-height: 1.65;
}

.ashby-job-posting-right-pane [role="tabpanel"] h1 {
  margin-top: 30px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.ashby-job-posting-right-pane [role="tabpanel"] h2 {
  margin-top: 26px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

.ashby-job-posting-right-pane [role="tabpanel"] h3 {
  margin-top: 22px;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.ashby-job-posting-right-pane [role="tabpanel"] h1:first-child {
  margin-top: 0;
}

.ashby-job-posting-right-pane [role="tabpanel"] p {
  margin-top: 0;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.8);
}

.ashby-job-posting-right-pane [role="tabpanel"] ul {
  margin-top: 4px;
  margin-bottom: 20px;
  padding-left: 22px;
}

.ashby-job-posting-right-pane [role="tabpanel"] li {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.8);
}

.ashby-job-posting-right-pane [role="tabpanel"] strong {
  color: rgba(255, 255, 255, 0.94);
  font-weight: 700;
}

.ashby-job-posting-right-pane-application-tab {
  color: rgba(255, 255, 255, 0.76) !important;
  background: #0d0d0d !important;
  font-family: "SFMono-Regular", "Cascadia Mono", "Roboto Mono", Menlo, Monaco,
    Consolas, monospace;
  font-size: 13px;
  font-weight: 500 !important;
  letter-spacing: 1px;
}

.ashby-job-posting-right-pane-overview-tab {
  color: rgba(255, 255, 255, 0.76) !important;
  background: #0d0d0d !important;
  font-family: "SFMono-Regular", "Cascadia Mono", "Roboto Mono", Menlo, Monaco,
    Consolas, monospace;
  font-size: 13px;
  font-weight: 500 !important;
  letter-spacing: 1px;
}

.ashby-job-posting-right-pane-tab-slider {
  background: rgba(255, 255, 255, 0.84);
}

.ashby-application-form-container {
  color: rgba(255, 255, 255, 0.78) !important;
  background: #0d0d0d !important;
}

.ashby-application-form-section-container {
  color: rgba(255, 255, 255, 0.78) !important;
  background: #0d0d0d !important;
  border-color: rgba(255, 255, 255, 0.14);
}

.ashby-application-form-section-header {
  border-color: rgba(255, 255, 255, 0.14);
}

.ashby-application-form-section-header-title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 500;
}

.ashby-application-form-section-header-description {
  color: rgba(255, 255, 255, 0.58);
}

.ashby-application-form-field-entry {
  color: rgba(255, 255, 255, 0.78);
}

.ashby-application-form-field-entry label,
.ashby-application-form-field-entry [class*="_label_"] {
  color: rgba(255, 255, 255, 0.84) !important;
}

.ashby-application-form-field-entry input {
  color: rgba(255, 255, 255, 0.92) !important;
  caret-color: #ffffff;
  background: #101010 !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
}

.ashby-application-form-field-entry select,
.ashby-application-form-field-entry [role="combobox"] {
  color: rgba(255, 255, 255, 0.92) !important;
  caret-color: #ffffff;
  background: #101010 !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
}

.ashby-application-form-field-entry textarea {
  color: rgba(255, 255, 255, 0.92) !important;
  caret-color: #ffffff;
  background: #101010 !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
}

.ashby-application-form-field-entry input::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}

.ashby-application-form-field-entry textarea::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}

.ashby-application-form-field-entry input:focus {
  border-color: rgba(255, 255, 255, 0.58) !important;
  outline: 1px solid rgba(255, 255, 255, 0.18);
}

.ashby-application-form-field-entry textarea:focus {
  border-color: rgba(255, 255, 255, 0.58) !important;
  outline: 1px solid rgba(255, 255, 255, 0.18);
}

.ashby-application-form-field-entry select:focus,
.ashby-application-form-field-entry [role="combobox"]:focus {
  border-color: rgba(255, 255, 255, 0.58) !important;
  outline: 1px solid rgba(255, 255, 255, 0.18);
}

.ashby-application-form-field-entry button {
  color: rgba(255, 255, 255, 0.82) !important;
  background: #101010 !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  box-shadow: none !important;
}

.ashby-application-form-field-entry button:hover {
  color: rgba(255, 255, 255, 0.96) !important;
  background: #1a1a1a !important;
  border-color: rgba(255, 255, 255, 0.48) !important;
}

.ashby-application-form-field-entry button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.72) !important;
  outline-offset: 2px;
}

.ashby-application-form-field-entry button[class*="_option_"][class*="_active_"] {
  color: #080808 !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: rgba(255, 255, 255, 0.92) !important;
}

.ashby-application-form-field-entry
  button[class*="_option_"][class*="_active_"]:focus-visible {
  outline: 0 !important;
}

.ashby-application-form-field-entry
  [class*="_option_"]:has(input[type="radio"]:checked),
.ashby-application-form-field-entry
  [class*="_option_"]:has(input[type="radio"]:checked)
  * {
  color: rgba(255, 255, 255, 0.96) !important;
}

.ashby-application-form-container
  [class*="_option_"]
  [class*="_label_"][class*="_checked_"] {
  color: rgba(255, 255, 255, 0.96) !important;
  opacity: 1 !important;
}

.ashby-application-form-field-entry
  [class*="_container_"]:has(input[type="radio"]:checked) {
  background: #080808 !important;
  border-color: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12) !important;
}

.ashby-application-form-field-entry input[type="radio"] {
  accent-color: rgba(255, 255, 255, 0.92);
}

.ashby-application-form-question-title {
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 500;
}

.ashby-application-form-question-description {
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
}

.ashby-application-form-texting-consent-description {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.ashby-application-form-submit-button {
  color: #080808;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 0;
  font-family: "SFMono-Regular", "Cascadia Mono", "Roboto Mono", Menlo, Monaco,
    Consolas, monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ashby-application-form-autofill-pane {
  color: rgba(255, 255, 255, 0.78);
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0;
}

.ashby-application-form-autofill-input-root {
  color: rgba(255, 255, 255, 0.84);
  padding: 26px 28px !important;
  background: #111111 !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 0;
  box-shadow: none !important;
}

.ashby-application-form-autofill-input-title {
  color: rgba(255, 255, 255, 0.94);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.ashby-application-form-autofill-input-description {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.55;
}

.ashby-application-form-autofill-input-base-layer {
  color: rgba(255, 255, 255, 0.78);
  padding: 0 !important;
}

.ashby-application-form-autofill-input-icon {
  display: none;
}

.ashby-application-form-autofill-input-icon svg {
  color: rgba(255, 255, 255, 0.58) !important;
  fill: currentColor !important;
}

.ashby-application-form-autofill-input-base-layer button {
  color: #080808 !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(255, 255, 255, 0.9) !important;
  padding: 10px 16px !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.ashby-application-form-autofill-input-base-layer button:hover {
  color: #080808 !important;
  background: #ffffff !important;
  border-color: #ffffff !important;
}

.ashby-application-form-autofill-input-form-alert {
  border-radius: 0;
}

.ashby-application-form-autofill-uploader {
  color: rgba(255, 255, 255, 0.82);
  background: #101010;
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 0;
}

.ashby-application-form-blocked-application-container {
  color: rgba(255, 255, 255, 0.78);
  background: #0d0d0d;
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 0;
}

.ashby-application-form-failure-container {
  color: rgba(255, 255, 255, 0.84);
  background: #1a1010;
  border-radius: 0;
}

.ashby-application-form-success-container {
  color: rgba(255, 255, 255, 0.84);
  background: #101a12;
  border-radius: 0;
}

.ashby-survey-form-container {
  color: rgba(255, 255, 255, 0.78);
  background: transparent;
}
