@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@700;800&display=swap";:root{color:#172033;background:#f4f6f8;font-family:DM Sans,sans-serif}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}button{cursor:pointer}.auth{grid-template-columns:1.05fr .95fr;min-height:100vh;display:grid}.auth-brand{color:#fff;background:#101828;flex-direction:column;justify-content:space-between;padding:55px 8vw;display:flex}.auth-brand>div:nth-child(2)>svg{color:#f5804e;width:46px;height:46px}.auth-brand h1{max-width:680px;margin:18px 0;font:800 clamp(42px,5vw,70px)/1.04 Manrope}.auth-brand p{color:#b8c2d2;max-width:550px;font-size:18px;line-height:1.7}.auth-form{place-items:center;padding:32px;display:grid}.auth-form form{gap:18px;width:min(430px,100%);display:grid}.auth-form h2{margin:0;font:800 38px Manrope}.auth-form p{color:#6d7788}.brand{align-items:center;gap:12px;display:flex}.brand>div{color:#fff;background:#ef6c35;border-radius:12px;place-items:center;width:43px;height:43px;font:800 21px Manrope;display:grid}.brand p{margin:0}.brand b{font:800 18px Manrope;display:block}.brand b span{color:#ef6c35}.brand small{color:#8f9db1;letter-spacing:.15em;text-transform:uppercase;font-size:9px;display:block}.auth-brand .brand small{color:#b8c2d2}.eyebrow{color:#ef6c35;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:800}label{color:#3c4657;gap:7px;font-size:13px;font-weight:700;display:grid}input{border:1px solid #d5dce6;border-radius:9px;outline:none;padding:12px}input:focus{border-color:#ef6c35;box-shadow:0 0 0 3px #ef6c3516}.primary{color:#fff;background:#ef6c35;border:0;border-radius:9px;padding:13px;font-weight:800}.error,.notice{border-radius:8px;margin-bottom:15px;padding:11px 13px;font-size:13px}.error{color:#a72d2d;background:#ffeded}.notice{color:#17764a;background:#e7f7ee}.shell{grid-template-columns:245px 1fr;min-height:100vh;display:grid}.shell>aside{color:#fff;background:#101828;flex-direction:column;height:100vh;padding:27px 18px;display:flex;position:sticky;top:0}.shell nav{gap:6px;margin-top:46px;display:grid}.nav,.logout{color:#aab5c6;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;padding:12px;font-weight:700;display:flex}.nav svg,.logout svg{width:18px}.nav:hover,.nav.active{color:#fff;background:#ffffff10}.nav.active{box-shadow:inset 3px 0 #ef6c35}.logout{margin-top:auto}.workspace{min-width:0;padding:31px clamp(22px,4vw,58px)}.workspace>header{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.workspace>header h1{margin:5px 0;font:800 29px Manrope}.header-actions{text-align:right;align-items:center;gap:14px;display:flex}.header-actions b,.header-actions small{display:block}.header-actions small{color:#7b8697;margin-top:3px}.icon-button{color:#445168;background:#fff;border:1px solid #d9dfe7;border-radius:9px;place-items:center;width:40px;height:40px;display:grid}.icon-button svg{width:17px}.lead{color:#6d7888;margin-bottom:23px}.stats{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.stat,.overview-grid>article,.table-card,.empty{background:#fff;border:1px solid #e0e5ec;border-radius:13px;box-shadow:0 7px 24px #21304d08}.stat{align-items:center;gap:14px;padding:19px;display:flex}.stat>div{color:#d65422;background:#fff0e9;border-radius:10px;place-items:center;width:42px;height:42px;display:grid}.stat svg{width:20px}.stat p{margin:0}.stat small{color:#758093;font-weight:700;display:block}.stat b{color:#101828;margin-top:2px;font:800 31px Manrope;display:block}.overview-grid{grid-template-columns:1fr 1fr;gap:16px;margin-top:17px;display:grid}.overview-grid>article{padding:21px}.overview-grid h2{margin:0 0 14px;font:800 18px Manrope}.feed{border-bottom:1px solid #edf0f3;justify-content:space-between;align-items:center;gap:12px;padding:13px 0;display:flex}.feed:last-child{border-bottom:0}.feed b,.feed small{display:block}.feed small{color:#7d8797;margin-top:3px}.table-card{overflow:auto}table{border-collapse:collapse;width:100%;min-width:850px}th,td{text-align:left;vertical-align:top;border-bottom:1px solid #edf0f3;padding:14px;font-size:13px}th{color:#788396;text-transform:uppercase;letter-spacing:.1em;background:#f8f9fb;font-size:10px}td b,td small{display:block}td small{color:#788395;white-space:nowrap;text-overflow:ellipsis;max-width:280px;margin-top:4px;overflow:hidden}.status{color:#40516c;text-transform:capitalize;background:#e9eef5;border-radius:99px;padding:5px 9px;font-size:11px;font-weight:800;display:inline-block}.status.active,.status.verified,.status.published,.status.hired{color:#14784a;background:#e5f7ed}.status.pending,.status.draft,.status.shortlisted{color:#956000;background:#fff2da}.status.inactive,.status.rejected,.status.closed{color:#a62d2d;background:#ffeded}.row-actions{gap:6px;display:flex}.row-actions button{color:#14794a;background:#e6f7ee;border:0;border-radius:7px;padding:6px 9px;font-size:11px;font-weight:800}.row-actions button.danger{color:#a62d2d;background:#ffeded}.quiet{color:#8a94a3}.empty,.empty-cell{text-align:center;color:#7a8595;padding:42px}.splash{color:#ef6c35;background:#101828;place-items:center;min-height:100vh;display:grid}.splash svg{width:48px;height:48px}@media (width<=820px){.auth{grid-template-columns:1fr}.auth-brand{min-height:310px;padding:32px 24px}.auth-brand>small{display:none}.shell{display:block}.shell>aside{height:auto;padding:16px;position:static}.shell nav{grid-template-columns:repeat(5,1fr);margin-top:16px}.nav{justify-content:center;font-size:0}.logout{font-size:0;position:absolute;top:20px;right:14px}.workspace{padding:24px 15px}.workspace>header{margin-bottom:28px}.header-actions>div{display:none}.stats{grid-template-columns:1fr 1fr}.overview-grid{grid-template-columns:1fr}}@media (width<=500px){.stats{grid-template-columns:1fr}}
