*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#111827;background:#f9fafb}#root{min-height:100vh}.auth{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem}.auth__card{width:100%;max-width:400px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;text-align:left}.auth__title{margin:0 0 .35rem;font-size:1.35rem;font-weight:650;color:#111827}.auth__hint{margin:0 0 1.25rem;font-size:.9rem;color:#6b7280;line-height:1.5}.auth__form{display:flex;flex-direction:column;gap:.9rem}.auth__label{display:flex;flex-direction:column;gap:.35rem;font-size:.8rem;font-weight:600;color:#4b5563}.auth__input{font:inherit;padding:.75rem .9rem;background:#f9fafb;border:1px solid #d1d5db;border-radius:8px;color:#111827;font-size:.95rem}.auth__input:focus{outline:none;border-color:#6b7280;background:#fff}.auth__error{margin:0;padding:.65rem .85rem;border-radius:8px;font-size:.85rem;background:#fef2f2;color:#b91c1c}.auth__submit{margin-top:.25rem;font:inherit;padding:.8rem 1.25rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;background:#111827;color:#fff}.auth__submit:hover:not(:disabled){background:#1f2937}.auth__submit:disabled{opacity:.65;cursor:not-allowed}.auth__code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.78em;padding:.1rem .3rem;background:#f3f4f6;border-radius:4px}.panel{width:100%;max-width:none}.panel__title{margin:0 0 .35rem;font-size:1.45rem;font-weight:650;color:#111827}.panel__lead{margin:0 0 1.25rem;font-size:.92rem;color:#6b7280;line-height:1.45;max-width:40rem}.panel__label{display:block;margin:0 0 .4rem;font-size:.8rem;font-weight:650;color:#374151}.panel__hint{font-weight:500;color:#9ca3af}.checklist{margin:0 0 1.25rem;padding:.9rem 1rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.checklist__label{margin:0 0 .5rem;font-size:.8rem;font-weight:650;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.checklist__list{margin:0;padding-left:1.2rem;color:#374151;font-size:.9rem;line-height:1.55}.toast{position:fixed;top:1.25rem;right:1.25rem;z-index:50;display:flex;flex-wrap:wrap;align-items:center;gap:.65rem .85rem;max-width:min(26rem,calc(100vw - 2.5rem));padding:.75rem 1rem;border-radius:8px;background:#111827;color:#f9fafb;font-size:.9rem;font-weight:550;box-shadow:0 8px 24px #1118272e;animation:toast-in .2s ease-out}.toast__msg{flex:1 1 10rem;line-height:1.35}.toast__action{font:inherit;font-size:.85rem;font-weight:700;padding:.35rem .65rem;border-radius:6px;border:1px solid rgba(249,250,251,.35);background:transparent;color:#f9fafb;cursor:pointer;white-space:nowrap}.toast__action:hover{background:#f9fafb1f}@keyframes toast-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.desk__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.desk__btn{font:inherit;font-size:.9rem;font-weight:600;padding:.55rem 1rem;border-radius:8px;border:1px solid #d1d5db;background:#fff;color:#111827;cursor:pointer}.desk__btn:hover{background:#f3f4f6}.desk__btn--primary{border-color:#111827;background:#111827;color:#fff}.desk__btn--primary:hover{background:#1f2937}.desk__empty{margin:0;padding:1rem;border:1px dashed #d1d5db;border-radius:8px;color:#6b7280;font-size:.9rem;background:#fff}.desk__note{margin:.75rem 0 0;font-size:.85rem;color:#6b7280;line-height:1.4}.desk__note--row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem}.desk__note--row p{margin:0;flex:1 1 12rem}.source-form{margin:0 0 1.5rem;padding-bottom:1.25rem;border-bottom:1px solid #e5e7eb}.source-form__input{display:block;width:100%;margin:.35rem 0 .85rem;padding:.55rem .7rem;border:1px solid #d1d5db;border-radius:8px;font:inherit;font-size:.95rem;background:#fff}.source-form__input:focus{outline:2px solid #111827;outline-offset:1px}.source-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}.source-card{padding:1rem 1.1rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.source-card--disabled{opacity:.65;background:#f9fafb}.source-card__name{margin:0 0 .35rem;font-size:1.05rem;font-weight:650;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.source-card__tag{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.15rem .4rem;border-radius:4px;background:#e5e7eb;color:#4b5563}.source-card__url{margin:0 0 .35rem;font-size:.85rem;word-break:break-all}.source-card__meta{margin:0 0 .35rem;font-size:.85rem;color:#6b7280}.source-card__stats{margin:0 0 .65rem;font-size:.8rem;color:#4b5563;font-variant-numeric:tabular-nums}.dm-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:1.25rem}.dm-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#11182773}.dm-modal__panel{position:relative;z-index:1;width:min(34rem,100%);max-height:min(90vh,40rem);overflow:auto;padding:1.25rem 1.35rem 1.35rem;border-radius:10px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 18px 50px #0f172a2e}.dm-modal__eyebrow{margin:0 0 .35rem;font-size:.75rem;font-weight:650;letter-spacing:.04em;text-transform:uppercase;color:#6b7280}.dm-modal__title{margin:0 0 .45rem;font-size:1.2rem;font-weight:650;color:#111827;line-height:1.3}.dm-modal__contact{margin:0 0 .25rem;font-size:.9rem;color:#374151;line-height:1.4}.dm-modal__contact--warn{color:#92400e}.dm-modal__source{margin:0 0 .85rem;font-size:.82rem;color:#6b7280}.dm-modal__label{display:block;margin:0 0 .35rem;font-size:.8rem;font-weight:650;color:#374151}.dm-modal__draft{display:block;width:100%;margin:0 0 1rem;padding:.75rem .85rem;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;font:inherit;font-size:.9rem;line-height:1.45;color:#111827;resize:vertical}.dm-modal__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.65rem}.dm-modal__hint{margin:0;font-size:.8rem;color:#6b7280;line-height:1.4}.vetting-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}.job-card{padding:1rem 1.1rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.job-card__role{margin:0 0 .35rem;font-size:1.05rem;font-weight:650;line-height:1.3}.job-card__meta{margin:0 0 .35rem;font-size:.9rem;color:#4b5563}.job-card__posted{margin:0 0 .35rem;font-size:.82rem;color:#6b7280}.job-card__sources{margin:0 0 .35rem;font-size:.82rem;color:#4b5563}.job-card__sources strong{font-weight:600;color:#111827}.job-card__dot{margin:0 .35rem;color:#9ca3af}.job-card__apply{margin:0 0 .5rem;font-size:.85rem;color:#374151}.job-card__contact{margin:0 0 .45rem;font-size:.88rem;color:#1f2937}.job-card__contact--warn{color:#92400e}.job-card__contact-hint{font-weight:400;color:#6b7280;font-size:.82rem}.job-card__summary{margin:0 0 .65rem;font-size:.88rem;color:#6b7280;line-height:1.45;white-space:pre-wrap}.job-card__body{margin:0 0 .75rem}.job-card__body-label{margin:0 0 .3rem;font-size:.75rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:#9ca3af}.job-card__body-text{margin:0;padding:.65rem .75rem;font-family:inherit;font-size:.86rem;line-height:1.45;color:#374151;white-space:pre-wrap;word-break:break-word;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;max-height:14rem;overflow:auto}.paste{height:100%;min-height:calc(100vh - 3rem);display:flex;flex-direction:column}.paste__layout{display:grid;grid-template-columns:minmax(18rem,24rem) minmax(0,1fr);gap:1.5rem 2rem;align-items:stretch;flex:1;min-height:0}.paste__rail{display:flex;flex-direction:column;gap:0;padding:1.15rem 1.2rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:10px;align-self:start}.paste__header{margin-bottom:1rem;padding-bottom:.85rem;border-bottom:1px solid #f3f4f6}.paste__header-top{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.35rem}.paste__eyebrow{margin:0;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:#9ca3af;font-weight:650}.paste__last-checked{margin:0;font-size:.75rem;color:#9ca3af;text-align:right;flex-shrink:0}.paste__source-name{margin:0;font-size:1.15rem;font-weight:650;line-height:1.3;color:#111827}.paste__steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.95rem}.paste__step{display:grid;grid-template-columns:1.6rem 1fr;gap:.65rem;align-items:start}.paste__step-num{width:1.6rem;height:1.6rem;border-radius:999px;background:#111827;color:#fff;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1;margin-top:.1rem}.paste__step-body{min-width:0}.paste__step-title{margin:0 0 .2rem;font-size:.92rem;font-weight:650;color:#111827}.paste__step-text{margin:0;font-size:.85rem;color:#6b7280;line-height:1.45}.paste__step-text+.paste__step-text,.paste__step-list+.paste__step-text{margin-top:.45rem}.paste__step-list{margin:.4rem 0 0;padding-left:1.15rem;font-size:.85rem;color:#6b7280;line-height:1.45}.paste__step-list li+li{margin-top:.35rem}.paste__cutoff-date{margin:.5rem 0;font-size:1.15rem;font-weight:700;color:#111827;letter-spacing:-.01em}.paste__step-text kbd{display:inline-block;padding:.05rem .3rem;border:1px solid #e5e7eb;border-radius:4px;background:#f9fafb;font-size:.78rem;font-family:inherit}.paste__open{display:inline-flex;align-items:center;justify-content:center;width:fit-content;margin-top:.55rem;padding:.45rem .85rem;border-radius:8px;background:#111827;color:#fff;font-size:.85rem;font-weight:600;text-decoration:none}.paste__open:hover{background:#1f2937;color:#fff}.paste__footer{margin-top:1.15rem;padding-top:.85rem;border-top:1px solid #f3f4f6}.paste__footer-row{display:flex;gap:.5rem;align-items:center}.paste__select{flex:1;min-width:0;padding:.5rem .65rem;border:1px solid #d1d5db;border-radius:8px;font:inherit;font-size:.85rem;background:#fff}.paste__work{display:flex;flex-direction:column;gap:.75rem;min-width:0;min-height:0}.paste__toolbar{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.paste__textarea{flex:1;width:100%;min-height:22rem;font:inherit;font-size:.95rem;line-height:1.45;padding:1rem 1.1rem;border:1px solid #d1d5db;border-radius:10px;background:#fff;color:#111827;resize:vertical}.paste__textarea:focus{outline:none;border-color:#6b7280}@media(max-width:900px){.paste__layout{grid-template-columns:1fr}.paste__textarea{min-height:16rem}}.shell{display:flex;min-height:100vh;background:#f3f4f6}.sidebar{width:15.5rem;flex-shrink:0;display:flex;flex-direction:column;padding:1.25rem 1rem;background:#111827;color:#f9fafb}.sidebar__brand{margin-bottom:1.75rem;padding:0 .5rem}.sidebar__eyebrow{margin:0 0 .2rem;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af}.sidebar__title{margin:0;font-size:1.05rem;font-weight:650}.sidebar__nav{display:flex;flex-direction:column;gap:.35rem;flex:1}.sidebar__link{font:inherit;display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;text-align:left;padding:.65rem .75rem;border:none;border-radius:8px;background:transparent;color:#d1d5db;font-size:.95rem;font-weight:550;cursor:pointer}.sidebar__link:hover{background:#1f2937;color:#fff}.sidebar__link--active{background:#374151;color:#fff}.sidebar__badge{min-width:1.4rem;padding:.1rem .4rem;border-radius:999px;background:#f9fafb;color:#111827;font-size:.75rem;font-weight:700;text-align:center}.sidebar__footer{padding-top:1rem;border-top:1px solid #374151}.sidebar__user{margin:0 0 .5rem;padding:0 .35rem;font-size:.8rem;color:#9ca3af;word-break:break-all}.sidebar__signout{font:inherit;width:100%;padding:.5rem .75rem;border:1px solid #4b5563;border-radius:8px;background:transparent;color:#e5e7eb;font-size:.85rem;cursor:pointer}.sidebar__signout:hover{background:#1f2937}.main{flex:1;min-width:0;padding:1.5rem 2rem 2.5rem;overflow:auto}@media(max-width:720px){.shell{flex-direction:column}.sidebar{width:100%}.sidebar__nav{flex-direction:row;flex:0}.sidebar__link{flex:1}.sidebar__footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.sidebar__user{margin:0}.sidebar__signout{width:auto}}
