:root{--font-sans:var(--font-geist-sans,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto",sans-serif);--font-display:var(--font-geist-sans,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto",sans-serif);--brand-primary:#431043;--brand-secondary:#f0e6d8;--brand-purple:#4a2e6f;--brand-purple-light:#6d4a94;--brand-purple-dark:#362356;--brand-beige:#f0e6d8;--brand-beige-light:#f8f4ee;--brand-warm-white:#faf8f5;--status-excellent:#22c55e;--status-excellent-light:#86efac;--status-excellent-dark:#166534;--status-good:#3b82f6;--status-good-light:#93c5fd;--status-good-dark:#1e40af;--status-average:#f59e0b;--status-average-light:#fde047;--status-average-dark:#92400e;--status-poor:#ef4444;--status-poor-light:#fca5a5;--status-poor-dark:#991b1b;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--font-weight-black:900;--radius-sm:6px;--radius-md:8px;--radius-lg:10px;--radius-xl:12px;--radius-2xl:16px}.recruiter-dashboard *{box-sizing:border-box}.recruiter-dashboard{font-family:var(--font-sans);font-weight:var(--font-weight-normal);line-height:1.5;color:var(--gray-900);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.recruiter-dashboard h1,.recruiter-dashboard h2,.recruiter-dashboard h3,.recruiter-dashboard h4,.recruiter-dashboard h5,.recruiter-dashboard h6{font-family:var(--font-display);font-weight:var(--font-weight-bold);line-height:1.2;color:var(--gray-900);margin:0}.recruiter-dashboard h1{font-size:clamp(2rem,4vw,3rem);font-weight:var(--font-weight-extrabold);letter-spacing:-.02em}.recruiter-dashboard h2{font-size:clamp(1.5rem,3vw,2rem);letter-spacing:-.015em}.recruiter-dashboard h3{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:var(--font-weight-semibold);letter-spacing:-.01em}.recruiter-dashboard h4{font-size:1.125rem;font-weight:var(--font-weight-semibold)}.recruiter-dashboard p{font-family:var(--font-sans);font-size:1rem;line-height:1.6;margin:0}.recruiter-dashboard button{cursor:pointer;border:none;background:none;padding:0;margin:0;touch-action:manipulation}.recruiter-dashboard button,.recruiter-dashboard input{font-family:var(--font-sans);-webkit-tap-highlight-color:transparent}.recruiter-dashboard input{font-size:15px}.recruiter-dashboard input:-webkit-autofill,.recruiter-dashboard input:-webkit-autofill:active,.recruiter-dashboard input:-webkit-autofill:focus,.recruiter-dashboard input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 30px #faf8f5!important;-webkit-text-fill-color:#111827!important;background-color:#faf8f5!important;transition:background-color 5000s ease-in-out 0s}.recruiter-dashboard input[type=email],.recruiter-dashboard input[type=password],.recruiter-dashboard input[type=tel],.recruiter-dashboard input[type=text]{color:#111827;background-color:#faf8f5;caret-color:#431043}@media screen and (max-width:768px){.recruiter-dashboard input[type=email],.recruiter-dashboard input[type=password],.recruiter-dashboard input[type=tel],.recruiter-dashboard input[type=text]{font-size:16px!important}}.recruiter-dashboard button:disabled{cursor:not-allowed;opacity:.6}.recruiter-dashboard input,.recruiter-dashboard select,.recruiter-dashboard textarea{font-family:var(--font-sans);font-size:1rem;line-height:1.5;color:var(--gray-900);border:none;background:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.recruiter-dashboard input:focus,.recruiter-dashboard select:focus,.recruiter-dashboard textarea:focus{outline:none}.recruiter-dashboard input::placeholder,.recruiter-dashboard textarea::placeholder{color:var(--gray-400)}.recruiter-dashboard :focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}.recruiter-dashboard ::selection{background-color:rgba(67,16,67,.2);color:inherit}.recruiter-dashboard ::-moz-selection{background-color:rgba(67,16,67,.2);color:inherit}.recruiter-dashboard ::-webkit-scrollbar{width:8px;height:8px}.recruiter-dashboard ::-webkit-scrollbar-track{background:var(--gray-100);border-radius:4px}.recruiter-dashboard ::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:4px}.recruiter-dashboard ::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}.recruiter-dashboard .table-scroll-container::-webkit-scrollbar{height:10px}.recruiter-dashboard .table-scroll-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.recruiter-dashboard .table-scroll-container::-webkit-scrollbar-thumb{background:#431043;border-radius:10px}.recruiter-dashboard .table-scroll-container::-webkit-scrollbar-thumb:hover{background:#5a1a5a}.recruiter-dashboard .font-sans{font-family:var(--font-sans)}.recruiter-dashboard .font-display{font-family:var(--font-display)}.recruiter-dashboard .text-brand-primary{color:var(--brand-primary)}.recruiter-dashboard .text-gray-600{color:var(--gray-600)}.recruiter-dashboard .text-gray-700{color:var(--gray-700)}.recruiter-dashboard .text-gray-900{color:var(--gray-900)}.recruiter-dashboard .bg-brand-primary{background-color:var(--brand-primary)}.recruiter-dashboard .bg-brand-warm-white{background-color:var(--brand-warm-white)}.recruiter-dashboard .bg-white{background-color:#faf8f5}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes spin{to{transform:rotate(1turn)}}.recruiter-dashboard .animate-fade-in{animation:fadeIn .4s ease-out}.recruiter-dashboard .animate-slide-in-bottom{animation:slideInFromBottom .4s ease-out}.recruiter-dashboard .animate-slide-in-top{animation:slideInFromTop .4s ease-out}.recruiter-dashboard .animate-slide-in-left{animation:slideInFromLeft .4s ease-out}.recruiter-dashboard .animate-slide-in-right{animation:slideInFromRight .4s ease-out}.recruiter-dashboard .animate-spin{animation:spin 1s linear infinite}@media (max-width:767px){.recruiter-dashboard h1{font-size:1.75rem}.recruiter-dashboard h2{font-size:1.5rem}.recruiter-dashboard h3{font-size:1.25rem}}@media (prefers-reduced-motion:reduce){.recruiter-dashboard *,.recruiter-dashboard :after,.recruiter-dashboard :before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.recruiter-dashboard .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.recruiter-auth-grid{display:grid;grid-template-columns:1fr 600px;gap:60px;align-items:start}@media (max-width:1280px){.recruiter-auth-grid{grid-template-columns:1fr 500px;gap:40px}}@media (max-width:1024px){.recruiter-auth-grid{grid-template-columns:1fr;gap:40px}}@media (max-width:640px){.recruiter-auth-grid{gap:32px}}.recruiter-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media (max-width:1024px){.recruiter-stats-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:640px){.recruiter-stats-grid{grid-template-columns:1fr;gap:16px}}.recruiter-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}@media (max-width:1024px){.recruiter-feature-grid{grid-template-columns:1fr;gap:32px}}@media (max-width:640px){.recruiter-feature-grid{gap:24px}}.recruiter-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (max-width:1024px){.recruiter-testimonial-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:640px){.recruiter-testimonial-grid{grid-template-columns:1fr;gap:16px}}@media print{.recruiter-dashboard{background:#faf8f5}.recruiter-dashboard button{display:none}.recruiter-dashboard *{box-shadow:none!important}}