.jobs-clean-page .jobs-add-trigger{
  width:100%;
  border:1px solid #dbe4f0;
  background:#fff;
  border-radius:24px;
  padding:18px;
  display:grid;
  grid-template-columns:48px minmax(0,1fr) 24px;
  align-items:center;
  gap:14px;
  text-align:left;
  color:#111c33;
  box-shadow:0 10px 28px rgba(17,28,51,.06);
  margin:0 0 16px;
  cursor:pointer;
}
.jobs-clean-page .jobs-add-trigger:active{transform:scale(.99)}
.jobs-add-icon{
  width:48px;height:48px;border-radius:15px;
  display:grid;place-items:center;
  background:#2f6bff;color:#fff;
  font-size:30px;font-weight:500;line-height:1;
}
.jobs-add-copy{min-width:0;display:flex;flex-direction:column;gap:3px}
.jobs-add-copy strong{font-size:18px;line-height:1.15;color:#111c33}
.jobs-add-copy small{font-size:14px;line-height:1.35;color:#748097}
.jobs-add-chevron{font-size:32px;line-height:1;color:#9aa7ba;text-align:right}

.jobs-clean-page .jobs-list-clean{
  margin-top:0;
  border-radius:24px;
  box-shadow:0 10px 28px rgba(17,28,51,.05);
}
.jobs-clean-page .jobs-list-clean .section-head{margin-bottom:8px}
.jobs-clean-page .jobs-list-clean .item{
  border-radius:18px;
  border-color:#e4eaf2;
  margin-top:10px;
  padding:15px;
}
.jobs-clean-page .jobs-list-clean .item-main strong{font-size:17px}
.jobs-clean-page .jobs-list-clean .item-main small{color:#7c8798;line-height:1.35}

.jobs-form-sheet{
  position:fixed;inset:0;z-index:9999;
  background:rgba(8,18,35,.42);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  display:flex;align-items:flex-end;justify-content:center;
  opacity:0;pointer-events:none;
  transition:opacity .2s ease;
}
.jobs-form-sheet.open{opacity:1;pointer-events:auto}
.jobs-form-panel{
  width:min(720px,100%);
  max-height:min(88vh,820px);
  overflow:auto;
  background:#f8faff;
  border-radius:28px 28px 0 0;
  padding:10px 16px calc(24px + env(safe-area-inset-bottom));
  transform:translateY(24px);
  transition:transform .22s ease;
  box-shadow:0 -18px 60px rgba(8,18,35,.22);
}
.jobs-form-sheet.open .jobs-form-panel{transform:translateY(0)}
.jobs-form-handle{width:42px;height:5px;border-radius:99px;background:#c9d3e2;margin:3px auto 16px}
.jobs-form-head{display:flex;gap:14px;align-items:flex-start;justify-content:space-between;padding:0 4px 14px}
.jobs-form-head .eyebrow{margin:0 0 5px;color:#2f6bff;font-weight:800;letter-spacing:.16em;font-size:12px}
.jobs-form-head h3{margin:0;color:#111c33;font-size:28px;line-height:1.08}
.jobs-form-head p:not(.eyebrow){margin:7px 0 0;color:#748097;font-size:14px;line-height:1.4;max-width:500px}
.jobs-form-close{
  width:40px;height:40px;border:0;border-radius:14px;background:#e9eef7;color:#34415a;
  font-size:27px;line-height:1;display:grid;place-items:center;flex:0 0 auto;
}
.jobs-clean-form-source{
  margin:0!important;
  padding:18px!important;
  border-radius:22px!important;
  box-shadow:none!important;
  border:1px solid #e2e8f2!important;
  background:#fff!important;
}
.jobs-clean-form-source .form-grid{gap:16px}
.jobs-clean-form-source .field label{font-size:14px;font-weight:700;color:#43516a;margin-bottom:7px}
.jobs-clean-form-source input,.jobs-clean-form-source textarea{
  border:1px solid #d7e0ec!important;
  background:#fbfcff!important;
  border-radius:16px!important;
  color:#111c33!important;
}
.jobs-clean-form-source input{min-height:54px}
.jobs-clean-form-source textarea{min-height:118px}
.jobs-clean-form-source input:focus,.jobs-clean-form-source textarea:focus{
  border-color:#2f6bff!important;
  box-shadow:0 0 0 3px rgba(47,107,255,.12)!important;
}
.jobs-clean-form-source .btn{
  width:100%;min-height:54px;border-radius:16px!important;
  background:#2f6bff!important;color:#fff!important;
  font-size:17px;font-weight:800;
}
body.jobs-sheet-open{overflow:hidden}

@media(max-width:640px){
  .jobs-clean-page .jobs-add-trigger{border-radius:21px;padding:15px;grid-template-columns:44px minmax(0,1fr) 20px}
  .jobs-add-icon{width:44px;height:44px;border-radius:14px;font-size:27px}
  .jobs-add-copy strong{font-size:17px}
  .jobs-add-copy small{font-size:13px}
  .jobs-form-panel{max-height:91vh;border-radius:26px 26px 0 0;padding-left:14px;padding-right:14px}
  .jobs-form-head h3{font-size:25px}
  .jobs-clean-form-source{padding:16px!important}
}
