:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f8fafc;color:#0f172a}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#f8fafc;color:#0f172a}a{color:#2563eb;text-decoration:none}button,input,textarea{font:inherit}.shell{min-height:100vh}.topbar{border-bottom:1px solid #e2e8f0;background:#fff}.brand{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;color:#312e81;font-weight:700}.brand-logo{width:24px;height:24px;object-fit:contain}.container{max-width:1120px;margin:0 auto;padding:2rem 1.5rem 4rem}.auth-centered{display:flex;flex-direction:column;align-items:center;padding:3rem 1.5rem 4rem}.auth-centered .page-header,.auth-centered .panel{width:100%;max-width:480px}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.page-header h1{margin:0;font-size:2rem;line-height:1.1}.page-actions,.button-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.button-column{display:flex;flex-direction:column;gap:.75rem}.panel{border:1px solid #e2e8f0;border-radius:8px;background:#fff;padding:1.5rem;box-shadow:0 10px 30px #0f172a0a}.panel--compact,.narrow{max-width:640px}.page-centered{max-width:1120px;padding:3rem 1.5rem;margin:0 auto}.form-panel{display:grid;gap:1rem}.field{display:grid;gap:.4rem}.field label{font-size:.95rem;font-weight:600;color:#334155}.field input,.field textarea,.field select{width:100%;border:1px solid #cbd5e1;border-radius:8px;background:#fff;padding:.85rem .95rem;color:#0f172a}.field textarea{resize:vertical}.grid{display:grid;gap:1rem}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--location{grid-template-columns:1fr 4rem 6rem}.field--no-margin{margin-bottom:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:0;border-radius:8px;background:#2563eb;color:#fff;padding:0 1.1rem;height:2.5rem;white-space:nowrap;cursor:pointer;font-size:.9rem;font-weight:600}.button:disabled{cursor:not-allowed;opacity:.65}.button--secondary{background:#e2e8f0;color:#1e293b}.button--accent{background:#7c3aed}.button--post{min-width:8rem}.button--upgrade{height:2rem;border:1px solid #bfdbfe;background:#dbeafe;color:#1d4ed8;padding:0 .75rem;font-size:.78rem;font-weight:700}.button--upgrade:hover:not(:disabled){background:#bfdbfe;border-color:#93c5fd}.button--danger{background:#fee2e2;color:#b91c1c}.button--ghost{background:transparent;color:#64748b;border:1px solid transparent;padding:0 .75rem}.button--ghost:hover{background:#f1f5f9;color:#334155}.back-arrow{font-size:1rem;line-height:1}.back-nav{margin-bottom:.5rem}.helper,.muted,.small{color:#64748b}.small{font-size:.875rem}.error-text{color:#b91c1c}.success-text{color:#15803d;font-weight:600}.inline-row{display:flex;gap:.75rem}.posting-actions{display:grid;gap:.9rem;padding-top:.35rem}.posting-action-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.slot-summary{display:flex;align-items:center;justify-content:space-between;gap:.9rem;padding:.85rem 1rem;border:1px solid #dbeafe;border-radius:8px;background:#eff6ff;color:#1e3a8a}.slot-summary__copy{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem .85rem;min-width:0}.slot-summary strong{font-size:.95rem}.slot-summary span{color:#475569;font-size:.88rem}.slot-summary__upgrades{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem;margin-left:auto}.chip-row,.badge-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.chip,.badge{display:inline-flex;align-items:center;border-radius:999px;padding:.3rem .7rem;font-size:.82rem;font-weight:500;border:1px solid #cbd5e1;text-transform:capitalize}.chip{background:#eff6ff;color:#1d4ed8}.badge--draft{background:#f8fafc;color:#475569}.badge--published{background:#ecfdf5;color:#047857}.badge--paused{background:#fef3c7;color:#92400e}.badge--closed{background:#f1f5f9;color:#64748b}.badge--featured{background:#f3e8ff;color:#7c3aed}.application-count{display:inline-flex;align-items:center;border-radius:999px;padding:.3rem .7rem;background:#e0f2fe;color:#075985;font-size:.82rem;font-weight:600}.list{display:grid;gap:1rem}.list-item{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #e2e8f0}.list-item:last-child{border-bottom:0}.list-item__main{flex:1;min-width:0}.list-item__title-row{display:flex;gap:.9rem;align-items:flex-start}.list-item h3{margin:0}.job-logo,.logo-preview{width:56px;height:56px;object-fit:contain;border-radius:8px;border:1px solid #cbd5e1;background:#fff}.spinner-screen{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:1.5rem}.auth-error-panel{display:grid;gap:1rem;max-width:420px;width:100%}.spinner{width:28px;height:28px;border:2.5px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.job-stats-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.25rem}.job-stat{display:inline-flex;align-items:center;height:2rem;padding:0 .75rem;border-radius:6px;background:#f1f5f9;color:#334155;font-size:.85rem;font-weight:500}.job-stat--strong{background:#e0f2fe;color:#075985;font-weight:700}.cover-letter{white-space:pre-wrap;margin:.75rem 0 0;padding:.9rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font:inherit}.center{text-align:center}@media(max-width:768px){.page-header,.list-item{flex-direction:column}.grid--2{grid-template-columns:1fr}.inline-row{flex-direction:column}.posting-action-row,.slot-summary{align-items:stretch;flex-direction:column}.slot-summary__upgrades{justify-content:stretch;margin-left:0}.slot-summary__upgrades .button{width:100%}}
