@media (max-width: 1024px) {
  .user-shell nav,
  .user-shell header {
    position: static !important;
    top: auto !important;
  }

  .user-shell.landing-home nav.user-nav {
    position: sticky !important;
    top: 0 !important;
    z-index: 120 !important;
  }

  .user-shell.page-jobs-show nav.user-nav {
    position: sticky !important;
    top: 0 !important;
    z-index: 120 !important;
  }

  .user-shell.page-jobs-show .app-page-header {
    position: sticky !important;
    top: 64px !important;
    z-index: 110 !important;
  }

  .user-shell.page-account nav.user-nav {
    position: sticky !important;
    top: 0 !important;
    z-index: 120 !important;
  }

  .user-shell.page-account .app-page-header {
    position: sticky !important;
    top: 64px !important;
    z-index: 110 !important;
  }

  .user-shell .app-page-header > div {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .user-shell.page-account .cv-upload-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .user-shell.page-account .cv-upload-action {
    width: 100%;
  }

  .user-shell.page-account .account-cv-row {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .user-shell.page-account .account-cv-row form {
    width: 100%;
    flex-wrap: wrap;
  }

  .user-shell.page-account .delete-account-btn {
    min-width: 170px;
  }

  .user-shell.page-account .app-page-header-inner {
    position: relative;
    min-height: 5.5rem;
    align-items: center;
  }

  .user-shell.page-account .app-page-header h1 {
    max-width: calc(100% - 5.5rem);
  }

  .user-shell.page-account .app-page-header-right {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }

  .user-shell.page-account .profile-progress-header-badge {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
  }

  .user-shell.page-account .profile-progress-header-label {
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6b7280;
    white-space: nowrap;
  }

  .user-shell.page-account .profile-progress-header-ring {
    position: relative;
    width: 52px;
    height: 52px;
  }

  .user-shell.page-account .profile-progress-header-value {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 700;
    color: #374151;
  }

  .user-shell.page-account .profile-progress-card {
    display: none;
  }

  .user-shell.page-jobs-show .job-layout {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .user-shell.page-jobs-show .app-content {
    padding-bottom: 12rem;
  }

  .user-shell.page-jobs-show .job-side-col {
    position: static !important;
    top: auto !important;
  }

  .user-shell.page-jobs-show .job-top-card,
  .user-shell.page-jobs-show .job-deadline-card,
  .user-shell.page-jobs-show .job-description-col > div {
    min-height: 0;
  }

  .user-shell.page-jobs-show .job-deadline-card {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 45;
    width: min(720px, calc(100vw - 2rem));
    margin: 0;
    border-radius: 1.25rem;
    box-shadow: 0 -8px 30px rgba(15, 23, 42, 0.14);
  }

  .user-shell.page-jobs-show .job-interview-card {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 46;
    width: min(720px, calc(100vw - 2rem));
    margin: 0;
    border-radius: 1.25rem;
    box-shadow: 0 -8px 30px rgba(15, 23, 42, 0.14);
  }

  .user-shell.page-jobs-show .job-side-col:has(.job-interview-card) .job-deadline-card {
    display: none;
  }

  .user-shell.page-jobs-show #quick-apply-modal .quick-apply-fields {
    grid-template-columns: minmax(0, 1fr);
  }

  .user-shell.page-jobs-show #quick-apply-modal .quick-phone-wrap {
    grid-template-columns: minmax(0, 1fr);
  }

  .user-shell.page-jobs-show #quick-apply-modal {
    align-items: center !important;
  }

  .user-shell.page-jobs-show #quick-apply-modal .quick-apply-dialog {
    height: 80vh !important;
    min-height: 80vh !important;
    max-height: 80vh !important;
  }

  .user-shell.page-jobs-show #quick-apply-modal .quick-apply-form {
    min-height: 0 !important;
    height: 100% !important;
  }

  .user-shell.page-jobs-show #quick-apply-modal .quick-apply-fields {
    flex: 1 1 auto;
    min-height: 0 !important;
    overflow-y: auto !important;
  }

  .user-shell.page-jobs-interview .calendar-header {
    gap: 0.75rem;
  }

  .user-shell.page-jobs-interview .interview-layout {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .user-shell.page-jobs-interview .interview-booked-summary {
    display: block;
    border: 1px solid #e5e7eb;
    cursor: pointer;
  }

  .user-shell.page-jobs-interview .interview-booked-summary-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }

  .user-shell.page-jobs-interview .interview-booked-summary-info {
    min-width: 0;
    flex: 1 1 auto;
  }

  .user-shell.page-jobs-interview .interview-booked-summary-label {
    margin: 0 0 0.55rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #16a34a;
  }

  .user-shell.page-jobs-interview .interview-booked-summary-body {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }

  .user-shell.page-jobs-interview .interview-booked-summary-date {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.25;
    color: #0f172a;
  }

  .user-shell.page-jobs-interview .interview-booked-summary-time {
    margin: 0;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.35;
    color: #475569;
  }

  .user-shell.page-jobs-interview .interview-booked-summary-note {
    margin: 0.35rem 0 0;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.35;
    color: #b91c1c;
  }

  .user-shell.page-jobs-interview .interview-booked-summary-note-detail {
    color: #111827;
  }

  .user-shell.page-jobs-interview .interview-booked-summary:hover {
    border-color: #cbd5e1;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  }

  .user-shell.page-jobs-interview .interview-booked-summary-cancel {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .user-shell.page-jobs-interview .interview-slot-panel {
    display: none;
  }

  .user-shell.page-jobs-interview .interview-slot-panel.is-slot-modal-open {
    position: fixed;
    left: 1rem;
    right: 1rem;
    top: 50%;
    z-index: 46;
    display: block;
    max-height: min(80vh, 720px);
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateY(-50%);
    border-radius: 1.25rem;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.22);
  }

  .user-shell.page-jobs-interview .interview-slot-modal-top {
    display: flex !important;
  }

  .user-shell.page-jobs-interview .interview-slot-panel.is-slot-modal-open .actions-row,
  .user-shell.page-jobs-interview .interview-slot-panel.is-slot-modal-open .interview-note-row {
    align-items: stretch;
  }

  .user-shell.page-jobs-interview .interview-slot-panel.is-slot-modal-open .actions-row > button,
  .user-shell.page-jobs-interview .interview-slot-panel.is-slot-modal-open .interview-note-row > button,
  .user-shell.page-jobs-interview .interview-slot-panel.is-slot-modal-open .slot-row > .inline-book,
  .user-shell.page-jobs-interview .interview-slot-panel.is-slot-modal-open .slot-row > .inline-cancel,
  .user-shell.page-jobs-interview .interview-slot-panel.is-slot-modal-open .slot-row > .inline-reschedule {
    width: 125px;
    min-width: 125px;
    max-width: 125px;
    flex: 0 0 125px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .user-shell.page-jobs-interview .interview-slot-panel.is-slot-modal-open .slot-row {
    flex-wrap: wrap;
    align-items: stretch;
  }

  .user-shell.page-jobs-interview .interview-slot-panel.is-slot-modal-open .slot-row.booked-row {
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.75rem;
  }

  .user-shell.page-jobs-interview .interview-slot-panel.is-slot-modal-open .slot-row.booked-row .interview-label-inline {
    width: auto;
    min-width: 0;
    max-width: none;
    flex: 0 1 auto;
    margin: 0;
    white-space: nowrap;
  }

  .user-shell.page-jobs-interview .interview-slot-panel.is-slot-modal-open .slot-row.booked-row .inline-cancel {
    margin-left: 0;
    min-width: 108px;
  }

  .user-shell.page-jobs-interview .interview-slot-panel.is-slot-modal-open .slot-row > .slot-btn {
    width: auto;
    min-width: 0;
    max-width: none;
    flex: 0 0 auto;
    height: auto;
    min-height: 0;
    max-height: none;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    box-sizing: border-box;
  }

  .user-shell.page-jobs-interview .interview-slot-panel.is-slot-modal-open .slot-btn,
  .user-shell.page-jobs-interview .interview-slot-panel.is-slot-modal-open .inline-cancel,
  .user-shell.page-jobs-interview .interview-slot-panel.is-slot-modal-open .inline-book {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .user-shell.page-jobs-interview .interview-slot-panel.is-slot-modal-open #book-btn {
    display: none !important;
  }

  .user-shell.page-jobs-interview .interview-slot-panel.is-slot-modal-open .slot-row,
  .user-shell.page-jobs-interview .interview-slot-panel.is-slot-modal-open .actions-row,
  .user-shell.page-jobs-interview .interview-slot-panel.is-slot-modal-open .interview-note-row {
    justify-content: flex-start;
  }

  .user-shell.page-jobs-interview .interview-summary-card {
    display: none;
  }

  @media (max-width: 379px) {
    .user-shell.page-jobs-interview .interview-slot-panel.is-slot-modal-open .slot-row.booked-row {
      flex-wrap: nowrap;
      align-items: center;
      gap: 0.5rem;
    }

    .user-shell.page-jobs-interview .interview-slot-panel.is-slot-modal-open .slot-row.booked-row > .slot-btn.booked.user-slot {
      position: relative;
      min-height: 42px;
      padding-top: 7px;
      padding-bottom: 7px;
      overflow: visible;
    }

    .user-shell.page-jobs-interview .interview-slot-panel.is-slot-modal-open .slot-row.booked-row > .slot-btn.booked.user-slot::before {
      content: attr(data-slot-label);
      position: absolute;
      top: 0;
      left: 0.55rem;
      transform: translateY(-50%);
      display: inline-block;
      padding: 0 0.2rem;
      background: #fff;
      font-size: 0.62rem;
      font-weight: 700;
      color: #059669;
      line-height: 1;
      pointer-events: none;
    }

    .user-shell.page-jobs-interview .interview-slot-panel.is-slot-modal-open .slot-row.booked-row .interview-label-inline {
      display: none;
    }

    .user-shell.page-jobs-interview .interview-slot-panel.is-slot-modal-open .slot-row.booked-row .inline-cancel {
      min-width: 0;
      flex: 0 1 auto;
      width: auto;
      max-width: 100%;
      padding-left: 0.7rem;
      padding-right: 0.7rem;
      font-size: 0.82rem;
    }
  }

  .user-shell.page-jobs-interview .app-page-header-inner {
    position: relative;
    min-height: 5rem;
    align-items: center;
  }

  .user-shell.page-jobs-interview .app-page-header h1 {
    max-width: calc(100% - 8.5rem);
  }

  .user-shell.page-jobs-interview .app-page-header-right {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
  }

  .user-shell.page-jobs-interview .interview-header-back-link {
    padding: 0.55rem 0.8rem;
    font-size: 0.9rem;
    line-height: 1.2;
  }
}
