.jbs{--brand:#257fcc;--brand-bg:#f5f8fc;--brand-line:#c4cdd6;--brand-ink:#206fb3;--navy:#257fcc;--ink:#212529;--body:#3b3f41;--muted:#6b7280;--line:#d1d5db;--field:#fff;--ok:#16a34a;--ok-bg:#f0fdf4;--ok-line:#bbf7d0;--err:#dc2626;--err-bg:#fef2f2;--err-line:#fecaca;--info:#257fcc;--info-bg:#f5f8fc;--info-line:#c4cdd6;--warn:#d97706;--warn-bg:#fffbeb;--warn-line:#fde68a;font:15px/1.55 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--body)}.jbs .wiz{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0f172a0f;margin-bottom:18px}.jbs .wiz-head{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px 22px;border-bottom:1px solid var(--line);background:#f9fafb}.jbs .wiz-head h2{margin:0;font-size:17px;font-weight:700;color:var(--ink)}.jbs .wiz-step{font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.jbs .wiz-body{padding:20px 22px 22px}.jbs .wiz-foot{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 22px;border-top:1px solid var(--line);background:#f9fafb}.jbs .rail{padding:20px 22px 4px}.jbs .rail-steps{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(96px,1fr);gap:0;align-items:start;overflow-x:auto;padding-bottom:6px;scrollbar-width:thin}.jbs .rail-step{position:relative;min-width:0;margin:0;display:flex;flex-direction:column;align-items:center;gap:9px;background:none;border:0;padding:0;font:inherit;font-size:13px;color:var(--muted);cursor:pointer;text-align:center}.jbs .rail-step .ln{position:absolute;top:5px;left:50%;width:100%;height:2px;background:#e5e7eb;z-index:0}.jbs .rail-step.last .ln{display:none}.jbs .rail-step.done .ln{background:var(--ok)}.jbs .rail-step .d{position:relative;z-index:1;width:11px;height:11px;border-radius:50%;background:#d1d5db;flex:0 0 auto;transition:background .12s ease,box-shadow .12s ease}.jbs .rail-step.done .d{background:var(--ok)}.jbs .rail-step.on .d{background:var(--brand);box-shadow:0 0 0 4px var(--brand-bg)}.jbs .rail-step .t{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.jbs .rail-step.done{color:var(--ok)}.jbs .rail-step.on{color:var(--brand-ink);font-weight:700}.jbs .rail-step:hover .t{color:var(--ink)}.jbs .rail-step:focus{outline:none;box-shadow:none}.jbs .rail-step:focus-visible .d{box-shadow:0 0 0 3px #fff,0 0 0 5px var(--brand)}.jbs .rail-step.locked{cursor:not-allowed}.jbs .rail-step.locked:hover .t{color:inherit}.jbs .f{margin-bottom:18px}.jbs .f>label{display:block;font-size:14px;font-weight:700;color:var(--ink);margin-bottom:5px}.jbs .req{color:var(--err)}.jbs .cnt{float:right;font-weight:400;font-size:12px;color:var(--muted)}.jbs .desc{font-size:12.5px;color:var(--muted);margin:-1px 0 7px}.jbs input[type=text],.jbs input[type=email],.jbs select,.jbs textarea{width:100%;background:var(--field);border:1px solid var(--line);border-radius:8px;padding:10px 12px;font:inherit;font-size:14px;color:var(--ink);-webkit-appearance:none;-moz-appearance:none;appearance:none}.jbs textarea{min-height:74px;resize:vertical}.jbs input:focus,.jbs select:focus,.jbs textarea:focus{outline:none;border-color:var(--brand);background:#fff;box-shadow:0 0 0 3px var(--brand-bg)}.jbs .fielderr{font-size:12.5px;color:var(--err);margin-top:5px;font-weight:600}.jbs .fielderr:before{content:"⚠ "}.jbs .has-err input,.jbs .has-err select,.jbs .has-err textarea{border-color:var(--err);background:#fef2f2}.jbs .sec{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:7px;margin:26px 0 16px}.jbs .sec .t{font-size:11px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--muted)}.jbs .pill{font-size:10.5px;font-weight:700;padding:3px 10px;border-radius:999px}.jbs .pill.shared{background:var(--info-bg);color:var(--info);border:1px solid var(--info-line)}.jbs .pill.office{background:var(--warn-bg);color:var(--warn);border:1px solid var(--warn-line)}.jbs .search{display:block;width:100%;box-sizing:border-box;background:var(--field);border:1px solid var(--line);border-radius:8px;padding:11px 13px;font-size:14px;color:var(--ink);margin-bottom:12px}.jbs .search::placeholder{color:var(--muted)}.jbs .search:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-bg)}.jbs label.opt{display:flex;align-items:center;gap:11px;padding:12px 14px;border:1px solid var(--line);border-radius:9px;margin-bottom:8px;cursor:pointer;background:#fff;font-size:14.5px;color:var(--body);font-weight:400;transition:border-color .12s ease,background .12s ease,box-shadow .12s ease}.jbs label.opt:hover{border-color:var(--brand-line);background:var(--brand-bg)}.jbs label.opt:hover .bx{border-color:var(--brand)}.jbs label.opt:active{transform:translateY(.5px)}.jbs label.opt.disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.jbs label.opt:focus-within{box-shadow:0 0 0 3px var(--brand-bg);border-color:var(--brand)}.jbs label.opt.sel{border-color:var(--brand-line);background:var(--brand-bg);color:var(--brand-ink);font-weight:700}.jbs label.opt.sel:hover{border-color:var(--brand)}.jbs .opt .bx{width:17px;height:17px;border-radius:4px;border:2px solid #d1d5db;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:11px;color:#fff;background:#fff;transition:background .12s ease,border-color .12s ease}.jbs .opt.sel .bx{background:var(--brand);border-color:var(--brand)}.jbs .opt .rg{margin-left:auto;font-size:12.5px;color:var(--muted);font-weight:400}.jbs .opt[data-hint]{position:relative}.jbs .opt[data-hint]:hover:after{content:attr(data-hint);position:absolute;left:0;right:0;bottom:calc(100% + 6px);background:#1f2937;color:#fff;font-size:12px;line-height:1.45;font-weight:400;text-align:left;white-space:normal;padding:7px 9px;border-radius:6px;box-shadow:0 6px 16px #0003;pointer-events:none;z-index:30}.jbs .opt[data-hint]:hover:before{content:"";position:absolute;left:14px;bottom:calc(100% + 1px);border:5px solid transparent;border-top-color:#1f2937;pointer-events:none;z-index:31}.jbs .opt[data-hint=""]:hover:after,.jbs .opt[data-hint=""]:hover:before{display:none}.jbs .opt .qta{font-size:12px;color:var(--muted);font-weight:600;white-space:nowrap;font-variant-numeric:tabular-nums;flex-shrink:0}.jbs .opt .qta.is-cap{color:var(--brand)}.jbs .opt .rg+.qta{margin-left:8px}.jbs .opt input{display:none}.jbs label.opt.orphan{border-color:var(--warn-line);background:var(--warn-bg);color:#92400e}.jbs label.opt.orphan:hover{border-color:#d97706}.jbs .opt.orphan .bx{background:#d97706;border-color:#d97706}.jbs .opt.orphan .rg{color:#92400e;font-weight:600}.jbs .rep{border:1px solid var(--line);border-radius:9px;overflow:hidden}.jbs .rep .rep-row{display:flex;flex-wrap:nowrap;align-items:flex-start;gap:11px;padding:10px 12px;border-bottom:1px solid #e5e7eb;background:#fff;transition:background .12s ease}.jbs .rep .rep-row:hover{background:#f9fafb}.jbs .rep .rep-row:focus-within{background:#fff}.jbs .rep .rep-row:last-child{border-bottom:none}.jbs .rep .n{width:24px;height:24px;border-radius:6px;flex:0 0 auto;margin-top:6px;background:var(--brand-bg);color:var(--brand-ink);border:1px solid var(--brand-line);display:flex;align-items:center;justify-content:center;font-size:11.5px;font-weight:700}.jbs .rep .rep-row textarea{flex:1 1 auto;width:auto;min-width:0;min-height:44px;border:0;background:none;padding:6px 0}.jbs .rep .rep-row textarea:focus{box-shadow:none;background:none}.jbs .rep .x{flex:0 0 auto;width:auto;border:0;background:none;color:#d1d5db;font-size:15px;cursor:pointer;margin-top:6px;border-radius:5px;padding:2px 5px;transition:color .12s ease,background .12s ease}.jbs .rep .x:hover:not(:disabled){color:var(--err);background:var(--err-bg,#fef2f2)}.jbs .rep .x:disabled{opacity:.3;cursor:not-allowed}.jbs .budget{flex:0 0 auto;width:auto;align-self:flex-start;font-size:11px;font-weight:700;color:var(--info);background:var(--info-bg);border:1px solid var(--info-line);border-radius:999px;padding:2px 8px;margin-top:8px;white-space:nowrap}.jbs .btn{font:inherit;font-size:13.5px;font-weight:650;padding:9px 16px;border-radius:8px;border:1px solid var(--line);background:#fff;color:var(--body);cursor:pointer;transition:border-color .12s ease,background .12s ease,color .12s ease,box-shadow .12s ease}.jbs .btn:hover:not(:disabled){border-color:#d1d5db;background:#f9fafb}.jbs .btn:active:not(:disabled){transform:translateY(1px)}.jbs .btn:focus-visible{outline:none;box-shadow:0 0 0 3px var(--brand-bg);border-color:var(--brand)}.jbs .btn-p{background:var(--navy);border-color:var(--navy);color:#fff}.jbs .btn-p:hover:not(:disabled){background:#206fb3;border-color:#206fb3}.jbs .btn-p:focus-visible{box-shadow:0 0 0 3px #1e3a5f40}.jbs .btn:disabled{opacity:.45;cursor:not-allowed}.jbs .btn-sm{font-size:12.5px;padding:6px 12px}.jbs .btn-add{border-style:dashed;color:var(--brand-ink);border-color:var(--brand-line);background:var(--brand-bg);margin-top:9px}.jbs .btn-add:hover:not(:disabled){background:#e8f1fa;border-color:var(--brand);border-style:solid}.jbs .note{border-radius:8px;padding:11px 14px;font-size:13px;margin-bottom:16px;border:1px solid}.jbs .n-info{background:var(--info-bg);border-color:var(--info-line);color:#206fb3}.jbs .n-warn{background:var(--warn-bg);border-color:var(--warn-line);color:#92400e}.jbs .n-err{background:var(--err-bg);border-color:var(--err-line);color:#991b1b}.jbs .n-ok{background:var(--ok-bg);border-color:var(--ok-line);color:#166534}.jbs .hint{font-size:12px;color:var(--muted);border-left:3px solid var(--line);padding-left:10px;margin-top:12px}.jbs .rev{border:1px solid var(--line);border-radius:9px;padding:13px 15px;margin-bottom:10px;background:#fff}.jbs .rev-h{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:8px}.jbs .rev-h>b{display:flex;align-items:center;gap:6px;flex-wrap:wrap;min-width:0}.jbs .rev-h .by{font-size:12.5px;color:var(--muted);font-weight:400;white-space:nowrap}.jbs .rev dl{margin:0;display:grid;grid-template-columns:max-content 1fr;gap:8px 16px;align-items:start;font-size:13px}.jbs .rev dt{color:#9ca3af}.jbs .rev dd{margin:0;color:var(--body)}.jbs .rev-thumbs{display:flex;flex-wrap:wrap;gap:12px}.jbs .rev-thumb{display:inline-flex;flex-direction:column;gap:4px;align-items:flex-start}.jbs .rev-thumb .thumb{display:block;width:132px;aspect-ratio:905 / 605;object-fit:cover;object-position:50% 50%;border-radius:6px;border:1px solid var(--line);background:#f3f4f6}.jbs .rev-thumb .thumb-lg{width:184px}.jbs .rev-thumb .thumb-name{font-size:11px;color:var(--muted);word-break:break-all;line-height:1.3;max-width:184px}.jbs .badge{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:3px 9px;border-radius:5px}.jbs .b-queued{background:#e5e7eb;color:var(--muted)}.jbs .b-run{background:var(--brand-bg);color:var(--brand-ink)}.jbs .b-done{background:var(--ok-bg);color:#166534}.jbs .b-failed{background:var(--err-bg);color:var(--err)}.jbs .b-period-now{background:#e0f2fe;color:#075985;border:1px solid #38bdf8}.jbs .b-period-old{background:#fef3c7;color:#92400e;border:1px solid #f59e0b}.jbs .job{display:flex;align-items:center;gap:13px;padding:13px 15px;border:1px solid var(--line);border-radius:9px;margin-bottom:9px;background:#fff;font-size:13.5px}.jbs .job .nm{font-weight:700;color:var(--ink);min-width:185px}.jbs .article h1{font-size:24px;color:var(--ink);margin:0 0 6px;font-weight:700}.jbs .article h2{font-size:19px;color:var(--ink);margin:22px 0 8px;font-weight:700}.jbs .article h2.cta{color:var(--brand-ink)}.jbs .article p{line-height:1.7;margin:0 0 10px}.jbs .article ul,.jbs .rev dd ul{list-style:disc;margin:0 0 10px;padding-left:22px}.jbs .article ol,.jbs .rev dd ol{list-style:decimal;margin:0 0 10px;padding-left:22px}.jbs .article li,.jbs .rev dd li{line-height:1.7;margin:0 0 4px}.jbs .article li>p{margin:0}.jbs .rev dd p{margin:0 0 8px}.jbs .rev dd p:last-child{margin-bottom:0}.jbs .hide{display:none!important}.jbs .tabs{display:flex;flex-wrap:wrap;gap:6px;padding-bottom:12px;margin-bottom:18px;border-bottom:1px solid var(--line)}.jbs .tab{display:flex;align-items:center;gap:7px;padding:7px 11px;border:1px solid var(--line);border-radius:8px;background:#fff;font:inherit;font-size:13px;color:var(--body);cursor:pointer;transition:border-color .12s ease,background .12s ease,color .12s ease}.jbs .tab:hover{border-color:var(--brand-line);background:var(--brand-bg)}.jbs .tab.on{border-color:var(--brand);background:var(--brand-bg);color:var(--brand-ink);font-weight:700}.jbs .tab-n{width:18px;height:18px;border-radius:5px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;font-size:10.5px;font-weight:700;background:#f9fafb;color:var(--muted);border:1px solid var(--line)}.jbs .tab.on .tab-n{background:var(--brand);color:#fff;border-color:var(--brand)}.jbs .tab-t{white-space:nowrap}.jbs .tab-s{flex:0 0 auto;font-size:11px;font-weight:700;color:var(--muted)}.jbs .tab.done .tab-s{color:var(--ok)}.jbs .tab.bad{border-color:var(--err)}.jbs .tab.bad .tab-s{color:var(--err)}.jbs .opts{display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.jbs .opts label.opt{margin-bottom:0}.page-wrapper:has(.jbs){max-width:none!important}.jbs-resume{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;padding:12px 16px;margin-bottom:16px;font-size:14px;color:#7c2d12}.jbs-resume-actions{display:flex;gap:8px;flex-shrink:0}.jbs-resizing{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:12px 16px;margin-bottom:16px;font-size:14px;font-weight:600;color:#1e40af}.jbs-resizing span{font-weight:400;opacity:.75}.jbs .prog{height:7px;background:#e5e7eb;border-radius:99px;overflow:hidden;margin:9px 0 5px}.jbs .prog i{display:block;height:100%;width:var(--pct, 0%);background:var(--ok, #12805c);border-radius:99px;transition:width .4s ease}.jbs .prog.is-idle i{width:100%;background:repeating-linear-gradient(90deg,#c7d2fe 0 10px,#e0e7ff 10px 20px);animation:jbs-idle 1s linear infinite}@keyframes jbs-idle{to{background-position:20px 0}}.jbs .prog-meta{display:flex;justify-content:space-between;gap:10px;font-size:12.5px;color:var(--muted)}.jbs .prog-offices{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.jbs .prog-chip{font-size:11px;padding:2px 8px;border-radius:99px;border:1px solid var(--line);color:var(--muted);white-space:nowrap}.jbs .prog-chip.is-done{border-color:#12805c;color:#12805c;background:#e7f6f0}.jbs .prog-chip.is-run{border-color:#2f6feb;color:#2f6feb;background:#eef4ff}.jbs .prog-chip.is-failed{border-color:#b42318;color:#b42318;background:#fef3f2}.jbs .prog-chip.is-run{animation:jbs-chip-pulse 1.4s ease-in-out infinite}.jbs .prog-chip.is-run:before{content:"";display:inline-block;width:8px;height:8px;margin-right:5px;vertical-align:-1px;border:2px solid #2f6feb;border-top-color:transparent;border-radius:99px;animation:jbs-spin .7s linear infinite}@keyframes jbs-chip-pulse{50%{border-color:#6f9bf5;background:#dbe7ff}}@keyframes jbs-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.jbs .prog-chip.is-run,.jbs .prog-chip.is-run:before,.jbs .prog.is-idle i{animation:none}}.jbs .jbs-sticky{position:sticky;top:8px;z-index:5;margin-bottom:16px}.jbs .jbs-countbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.jbs .jbs-countbar strong{font-size:20px;color:var(--ink)}.jbs .jbs-countbar strong.jbs-under{color:var(--err)}.jbs .rep .jbs-para{padding:12px 14px;border-bottom:1px solid var(--line)}.jbs .rep .jbs-para:last-child{border-bottom:none}.jbs .rep .jbs-para:focus-within{background:#fff}.jbs .rep .jbs-para-h{display:flex;align-items:center;gap:11px;margin-bottom:8px}.jbs .rep .jbs-para-h .n{margin-top:0}.jbs .rep .jbs-para-title{flex:1 1 auto;min-width:0;font-weight:700}.jbs .rep .jbs-para textarea{width:100%}.jbs .jbs-actions{display:flex;gap:8px;align-items:center;justify-content:flex-end;margin-top:18px}.jbs .jbs-save-note{margin-right:auto;font-size:13px;color:var(--muted);line-height:1.4}.jbs .jbs-save-note b{color:var(--ink);font-weight:600}.jbs .jbs-inline{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.jbs .jbs-inline>form{margin-top:0;margin-bottom:0}.jbs .jbs-inline-end{margin-left:auto;justify-content:flex-end}.jbs .jbs-inline-label{flex:1 1 280px;min-width:0}.jbs .jbs-artrow{display:flex;gap:10px;align-items:center;flex-wrap:wrap;padding:8px 11px;border:1px solid var(--line);border-radius:8px;background:#fff;margin-bottom:6px}.jbs .jbs-artrow:last-child{margin-bottom:0}.jbs .jbs-artrow>form{margin-top:0;margin-bottom:0}.jbs .jbs-artrow .badge{margin-left:2px;vertical-align:middle}.jbs-swal-btn{display:inline-block;padding:9px 18px;margin:0 4px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#212529;font:600 14px/1.2 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;cursor:pointer;transition:background .12s ease,border-color .12s ease}.jbs-swal-btn:hover{background:#f3f4f6}.jbs-swal-btn:focus{outline:2px solid #257fcc;outline-offset:2px}.jbs-swal-btn-primary{background:#257fcc;border-color:#257fcc;color:#fff}.jbs-swal-btn-primary:hover{background:#206fb3;border-color:#206fb3}.jbs-swal-btn-danger{background:#dc2626;border-color:#dc2626;color:#fff}.jbs-swal-btn-danger:hover{background:#b91c1c;border-color:#b91c1c}.jbs-collapsible{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;padding-right:34px}.jbs-collapsible:after{content:"";position:absolute;right:16px;top:50%;width:8px;height:8px;margin-top:-6px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;opacity:.45;transform:rotate(45deg);transition:transform .15s ease}.jbs-collapsed .jbs-collapsible:after{transform:rotate(-45deg);margin-top:-2px}.jbs-collapsible:hover:after{opacity:.9}.jbs-collapsed .card>*:not(.publish-section-header){display:none}.custom-dropdown[data-v-395d6a93]{position:relative}.select2-container--default .select2-selection--single[data-v-395d6a93]{height:50px;padding:5px}.select2-container--default .select2-selection--single .select2-selection__rendered[data-v-395d6a93]{line-height:40px}.select2-container--default .select2-selection--single .select2-selection__arrow[data-v-395d6a93]{height:100%}.select2-container--default .select2-selection--single .select2-selection__placeholder[data-v-395d6a93]{color:#999}.select2-container--default .select2-selection--single .select2-selection__clear[data-v-395d6a93]{background:url(path/to/your/cross-icon.png) no-repeat center center;width:16px;height:16px;cursor:pointer}.select2-container--default .select2-results__option[data-v-395d6a93]{padding-left:30px;background:url(path/to/your/icon.png) no-repeat left center}
