.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-soft,#f6f8fb);padding:40px 20px;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;}
.auth-card{width:100%;max-width:420px;background:#fff;border-radius:16px;padding:40px;box-shadow:0 24px 60px -12px rgba(15,23,42,.15);border:1px solid #e2e8f0;}
.auth-brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:20px;color:#0f172a;margin-bottom:28px;}
.auth-brand .mark, .app-topbar .brand .mark{position:relative;width:34px;height:34px;border-radius:9px;background:linear-gradient(135deg,#2563eb,#1e40af);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;overflow:visible;}
.auth-brand .mark::after, .app-topbar .brand .mark::after{
  content:"";position:absolute;width:5px;height:5px;border-radius:50%;background:#7dd3fc;
  top:50%;left:50%;margin:-2.5px;animation:vektisOrbit 3.5s linear infinite;
  box-shadow:0 0 6px 1px rgba(125,211,252,.8);
}
@keyframes vektisOrbit{
  from{transform:rotate(0deg) translateX(13px) rotate(0deg)}
  to{transform:rotate(360deg) translateX(13px) rotate(-360deg)}
}
.brand-name{font-weight:800;}
.brand-badge{font-size:10px;font-weight:800;background:rgba(37,99,235,.12);color:#1d4ed8;padding:2px 7px;border-radius:999px;margin-left:2px;letter-spacing:.05em;text-transform:uppercase;vertical-align:2px;}
.app-topbar .brand-badge{background:rgba(255,255,255,.12);color:#fff;}
.auth-card h1{font-size:22px;margin:0 0 6px;color:#0f172a;}
.auth-card .sub{color:#64748b;font-size:14px;margin-bottom:28px;}
.auth-field{margin-bottom:18px;}
.auth-field label{display:block;font-weight:600;font-size:13px;margin-bottom:6px;color:#0f172a;}
.auth-field input{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #e2e8f0;font-size:14.5px;font-family:inherit;background:#f6f8fb;}
.auth-field input:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px rgba(37,99,235,.15);}
.auth-submit{width:100%;padding:13px;border-radius:999px;background:#2563eb;color:#fff;border:0;font-weight:700;font-size:15px;cursor:pointer;margin-top:6px;}
.auth-submit:hover{background:#1d4ed8;}
.auth-error{background:#fef2f2;color:#b91c1c;padding:12px 16px;border-radius:10px;font-size:13.5px;margin-bottom:20px;}
.auth-switch{text-align:center;margin-top:22px;font-size:13.5px;color:#64748b;}
.auth-switch a{color:#2563eb;font-weight:600;}

.app-shell{min-height:100vh;background:#f6f8fb;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;}
.app-topbar{background:#0b1220;color:#fff;padding:16px 28px;display:flex;align-items:center;justify-content:space-between;}
.app-topbar .brand{display:flex;align-items:center;gap:10px;font-weight:800;}
.app-topbar .brand .mark{width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,#2563eb,#1e40af);display:flex;align-items:center;justify-content:center;font-size:13px;}
.app-topbar nav{display:flex;gap:18px;align-items:center;font-size:14px;}
.app-topbar nav a{color:rgba(255,255,255,.75);text-decoration:none;}
.app-topbar nav a:hover, .app-topbar nav a.active{color:#fff;}
.app-topbar .company{color:rgba(255,255,255,.5);font-size:13px;}
.app-body{max-width:1280px;margin:0 auto;padding:32px 28px;}
.app-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:12px;}
.app-header-row h1{font-size:24px;margin:0;color:#0f172a;}
.app-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border-radius:999px;background:#2563eb;color:#fff;font-weight:600;font-size:14px;border:0;cursor:pointer;text-decoration:none;}
.app-btn:hover{background:#1d4ed8;}
.app-btn.ghost{background:#fff;color:#0f172a;border:1px solid #e2e8f0;}
.app-panel{background:#fff;border-radius:14px;border:1px solid #e2e8f0;padding:24px;margin-bottom:20px;}
.app-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px;}
.app-form-row.full{grid-template-columns:1fr;}
.app-form label{display:block;font-weight:600;font-size:12.5px;margin-bottom:6px;color:#334155;}
.app-form input, .app-form select{width:100%;padding:11px 13px;border-radius:9px;border:1px solid #e2e8f0;font-size:14px;font-family:inherit;background:#f6f8fb;}
.app-empty{color:#64748b;font-size:14px;padding:20px 0;text-align:center;}
.job-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid #eef1f6;}
.job-row:last-child{border-bottom:0;}
.job-row .title{font-weight:700;color:#0f172a;}
.job-row .meta{font-size:12.5px;color:#64748b;}
.kcol-body{min-height:40px;}
.candidate-stage-select{width:100%;margin-top:8px;padding:5px 8px;font-size:11px;border-radius:6px;border:1px solid #e2e8f0;background:#f8fafc;}
