:root{--background: #ffffff;--foreground: #030213;--card: #ffffff;--card-foreground: #030213;--primary: #030213;--primary-foreground: #ffffff;--secondary: #f4f4f5;--secondary-foreground: #030213;--muted: #ececf0;--muted-foreground: #717182;--accent: #e9ebef;--accent-foreground: #030213;--destructive: #d4183d;--destructive-foreground: #ffffff;--border: rgba(0, 0, 0, .1);--radius: .625rem}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.5;background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input,textarea,select,button{font-family:inherit}*{box-sizing:border-box}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ffd800,#fff8dc);padding:20px}.auth-card{background:#fff;padding:28px 28px 24px;border-radius:20px;border:1px solid rgba(15,23,42,.06);box-shadow:0 24px 48px #0f172a1f;width:100%;max-width:420px;opacity:0;transform:translateY(20px);animation:fadeInUp .6s cubic-bezier(.16,1,.3,1) forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-header{text-align:center;margin-bottom:18px}.auth-logo{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;margin-bottom:4px}.logo-icon{background:#000;width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.auth-header h1{font-size:26px;font-weight:800;color:#000;margin:0;letter-spacing:-.02em}.auth-header p{color:#64748b;font-size:14px;margin:0}.auth-form{display:flex;flex-direction:column;gap:12px}.form-group{display:flex;flex-direction:column;gap:4px}.form-group label{font-size:12px;font-weight:600;color:#0f172a;line-height:1.2}.form-group-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.forgot-password-link{font-size:12px;font-weight:600;color:#4b5563;text-decoration:none}.forgot-password-link:hover{color:#000;text-decoration:underline}.auth-helper-text{margin:0 0 8px;font-size:14px;line-height:1.5;color:#6b7280}.auth-inline-link{display:inline-flex;align-items:center;gap:6px;color:#111827;font-weight:700;text-decoration:none}.auth-inline-link:hover{text-decoration:underline}.input-wrapper{display:flex;align-items:center;min-height:46px;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding-right:6px;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.input-wrapper:hover{border-color:#cbd5e1;background:#fff}.input-wrapper:focus-within{border-color:#ffd800;background:#fffdf0;box-shadow:0 0 0 4px #ffd80026}.input-icon{display:flex;align-items:center;justify-content:center;width:44px;flex-shrink:0;color:#94a3b8;transition:color .2s ease}.input-wrapper:focus-within .input-icon{color:#0f172a}.auth-input,.input-wrapper input{flex:1;min-width:0;border:none!important;outline:none!important;box-shadow:none!important;width:100%;padding:10px 8px 10px 0;background:transparent;font-size:15px;line-height:1.4;color:#0f172a}.auth-input::placeholder,.input-wrapper input::placeholder{color:#94a3b8}.auth-input:-webkit-autofill,.auth-input:-webkit-autofill:hover,.auth-input:-webkit-autofill:focus,.input-wrapper input:-webkit-autofill,.input-wrapper input:-webkit-autofill:hover,.input-wrapper input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px #fffdf0 inset!important;-webkit-text-fill-color:#0f172a!important;caret-color:#0f172a;transition:background-color 5000s ease-in-out 0s}.input-wrapper>svg:not(button svg){margin-left:12px;margin-right:8px;flex-shrink:0;color:#94a3b8}.input-wrapper:focus-within>svg:not(button svg){color:#0f172a}.password-toggle{display:flex;align-items:center;justify-content:center;width:38px;height:38px;margin-right:2px;border:none;background:transparent;color:#94a3b8;cursor:pointer;border-radius:8px;flex-shrink:0;transition:color .2s ease,background .2s ease}.password-toggle:hover{color:#0f172a;background:#0f172a0f}.password-toggle:focus-visible{outline:2px solid #ffd800;outline-offset:1px}.submit-btn{width:100%;box-sizing:border-box;height:48px;background:#000;color:#ffd800;padding:10px;border:none;border-radius:12px;font-size:15px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:all .3s ease;margin-top:2px}.submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.submit-btn .auth-spinner{animation:auth-spin .9s linear infinite;flex-shrink:0}@keyframes auth-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-error{background:#fef2f2;color:#dc2626;padding:12px;border-radius:10px;font-size:14px;font-weight:500;border:1px solid #fee2e2}.auth-success{background:#f0fdf4;color:#16a34a;padding:12px;border-radius:10px;font-size:14px;font-weight:500;border:1px solid #dcfce7}.auth-footer{text-align:center;margin-top:12px;font-size:13px;color:#64748b}.auth-footer a{color:#000;font-weight:700;text-decoration:underline}.onboarding-container{min-height:100vh;background:#f8fafc;display:flex;justify-content:center;padding:40px 20px}.onboarding-card{background:#fff;width:100%;max-width:800px;padding:40px;border-radius:20px;box-shadow:0 10px 25px #0000000d}.onboarding-header{text-align:center;margin-bottom:40px}.onboarding-header h1{font-size:28px;font-weight:800;margin-bottom:10px}.onboarding-header p{color:#64748b}.onboarding-form{display:flex;flex-direction:column;gap:30px}.form-section{display:flex;flex-direction:column;gap:15px}.form-section h3{font-size:16px;font-weight:700;display:flex;align-items:center;gap:10px;color:#0f172a;border-bottom:2px solid #f1f5f9;padding-bottom:10px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group label{font-size:13px;font-weight:600;color:#64748b}.form-group input,.form-group textarea{padding:12px;border:2px solid #f1f5f9;border-radius:10px;font-size:15px;transition:all .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#ffd800;background:#fffdf0}.submit-btn{width:100%;box-sizing:border-box;height:52px;background:#000;color:#ffd800;padding:16px;border:none;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px;transition:all .2s}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.form-error{background:#fef2f2;color:#dc2626;padding:12px;border-radius:10px;font-size:14px}@media(max-width:600px){.grid-2{grid-template-columns:1fr}}:root{--sidebar-width: 280px;--sidebar-closed-width: 70px;--top-bar-height: 64px;--primary-accent: #FFD800;--primary-accent-hover: #e0be00;--primary-accent-bg: rgba(255, 216, 0, .15);--primary-color: #FFD800;--primary-hover: #e0be00;--bg-main: #fcfcfc;--bg-sidebar: #ffffff;--bg-card: #ffffff;--text-main: #000000;--text-muted: #666666;--border-color: #e5e7eb;--status-active-bg: #ecfdf5;--status-active-color: #059669;--status-pending-bg: #fffbeb;--status-pending-color: #d97706;--status-pending: #d97706;--status-success: #059669;--status-danger: #dc2626}.recruiter-dashboard-layout{display:flex;min-height:100vh;background-color:var(--bg-main);color:var(--text-main);font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.5;overflow:hidden}.sidebar{width:var(--sidebar-width);height:100vh;background-color:var(--bg-sidebar);border-right:1px solid var(--border-color);display:flex;flex-direction:column;position:fixed;left:0;top:0;z-index:1000;transition:width .3s cubic-bezier(.4,0,.2,1)}.sidebar.closed{width:var(--sidebar-closed-width)}.sidebar-header{padding:20px;height:var(--top-bar-height);display:flex;align-items:center;justify-content:space-between}.sidebar.closed .sidebar-header{justify-content:center;padding:20px 0}.logo{display:flex;align-items:center;gap:12px}.logo-icon{background:#000;width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.logo-icon img{width:96%;height:96%;object-fit:contain}.logo h1{font-size:1.25rem;font-weight:800;margin:0;white-space:nowrap;letter-spacing:-.5px}.sidebar-scroll{flex:1;overflow-y:auto;overflow-x:hidden;padding:10px 0}.sidebar-scroll::-webkit-scrollbar{width:4px}.sidebar-scroll::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:10px}.sidebar-category{margin-bottom:24px}.category-label{font-size:11px;font-weight:700;color:#9ca3af;padding:0 20px;margin:16px 0 8px;letter-spacing:.5px;display:block}.nav-item{width:100%;display:flex;align-items:center;gap:12px;padding:12px 20px;background:none;border:none;color:#4b5563;cursor:pointer;transition:all .2s ease;font-size:13px;font-weight:500;text-align:left;position:relative}.sidebar.closed .nav-item{justify-content:center;padding:15px 0}.nav-item:hover{background-color:#f3f4f6;color:#000}.nav-item.active{background-color:var(--primary-color);color:#000;font-weight:600}.sidebar.closed .nav-item.active{border-left:4px solid #000;border-radius:0}.sidebar-footer{padding:10px 16px;border-top:1px solid var(--border-color);margin-top:auto}.sidebar.closed .sidebar-footer{padding:10px 0}.logout-button{width:100%;display:flex;align-items:center;gap:12px;padding:12px;background:none;border:none;color:var(--status-danger);cursor:pointer;border-radius:8px;transition:all .2s ease;font-weight:500}.sidebar.closed .logout-button{justify-content:center}.main-container{flex:1;margin-left:var(--sidebar-width);transition:margin-left .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;height:100vh;overflow:hidden}.sidebar.closed~.main-container{margin-left:var(--sidebar-closed-width)}.top-bar{height:var(--top-bar-height);background-color:#fff;border-bottom:1px solid var(--border-color);display:flex;align-items:center;padding:0 32px;position:sticky;top:0;z-index:100;gap:24px}.toggle-sidebar{background:transparent;border:none;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:8px}.toggle-sidebar:hover{background-color:#f3f4f6;color:#000}.search-wrapper{flex:1;max-width:450px;position:relative;display:flex;align-items:center}.search-wrapper svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af}.search-wrapper input{width:100%;background-color:#f3f4f6;border:1px solid var(--border-color);border-radius:8px;padding:10px 16px 10px 40px;color:var(--text-main);outline:none;transition:border-color .2s ease;font-size:14px}.search-wrapper input:focus{border-color:var(--primary-color)}.top-bar-actions{display:flex;align-items:center;gap:16px;margin-left:auto}.icon-btn{background:#f3f4f6;border:none;color:#4b5563;cursor:pointer;position:relative;padding:10px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s}.icon-btn:hover{background-color:#e5e7eb;color:#000}.notification-dot{position:absolute;top:-2px;right:-2px;width:10px;height:10px;background-color:var(--status-danger);border-radius:50%;border:2px solid #fff}.user-profile-menu{position:relative}.user-trigger{background:none;border:none;display:flex;align-items:center;gap:12px;cursor:pointer;padding:4px;border-radius:12px}.user-avatar{width:36px;height:36px;background-color:var(--primary-color);color:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.user-meta{text-align:left}.user-name{display:block;font-size:14px;font-weight:600;color:var(--text-main)}.user-role{font-size:12px;color:var(--text-muted)}.content-area{flex:1;overflow-y:auto;padding:32px}.content-wrapper{max-width:1400px;margin:0 auto}.tab-content{display:flex;flex-direction:column;gap:32px}.content-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.header-text h1{font-size:22px;font-weight:700;margin:0 0 6px;letter-spacing:-.5px}.header-text p{color:var(--text-muted);margin:0;font-size:13px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:28px}.stat-card-premium{background:var(--bg-card);padding:20px;border-radius:12px;border:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:flex-start;transition:all .3s ease}.stat-card-premium:hover{transform:translateY(-2px);box-shadow:0 10px 25px #00000008}.stat-info{display:flex;flex-direction:column}.stat-label{font-size:12px;color:var(--text-muted);margin-bottom:8px;font-weight:500}.stat-value{font-size:24px;font-weight:800;line-height:1.2}.stat-icon-wrapper{background:#fff9db;color:#f59e0b;padding:12px;border-radius:12px}.dashboard-grid{display:grid;grid-template-columns:1fr 400px;gap:24px}.grid-card{background-color:var(--bg-card);border-radius:12px;border:1px solid var(--border-color);padding:24px}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.card-header h2{font-size:15px;font-weight:700}.view-all{background:#f3f4f6;border:none;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s ease}.view-all:hover{background-color:#e5e7eb}.application-list{display:flex;flex-direction:column;gap:16px}.application-item{display:flex;gap:16px;padding:16px;border:1px solid #f9fafb;border-radius:12px;transition:background .2s}.application-item:hover{background:#f9fafb}.applicant-avatar{width:40px;height:40px;background-color:#ffd800;color:#000;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700}.applicant-info{flex:1}.applicant-info h4{margin:0 0 4px;font-size:15px}.applicant-info span{font-size:13px;color:var(--text-muted)}.application-meta{text-align:right}.status-badge{font-size:11px;font-weight:700;padding:2px 10px;border-radius:20px;text-transform:uppercase}.status-pending{background-color:#fffbeb;color:var(--status-pending)}.notifications-drawer{position:fixed;top:0;right:-400px;width:400px;height:100vh;background:#fff;box-shadow:-4px 0 20px #0000001a;z-index:10001;transition:right .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.notifications-drawer.open{right:0}.drawer-header{padding:20px 24px;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.drawer-header h3{font-size:18px;font-weight:700;margin:0}.close-drawer{background:#f3f4f6;border:none;color:#6b7280;cursor:pointer;padding:8px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s}.close-drawer:hover{background-color:#e5e7eb;color:#000}.drawer-content{flex:1;overflow-y:auto;padding:0}.drawer-header-actions{display:flex;align-items:center;gap:8px}.mark-all-read-btn{background:transparent;border:none;color:var(--primary-accent, #4f46e5);font-size:12px;font-weight:600;cursor:pointer;padding:6px 8px;border-radius:6px}.mark-all-read-btn:hover{background:#eef2ff}.notifications-loading{padding:32px 24px;text-align:center;color:var(--text-muted);font-size:14px}.notification-list{list-style:none;margin:0;padding:0}.notification-item{width:100%;text-align:left;border:none;background:transparent;padding:16px 24px;border-bottom:1px solid var(--border-color);cursor:pointer;transition:background .2s}.notification-item:hover{background:#f9fafb}.notification-item.unread{background:#f5f3ff}.notification-item.unread:hover{background:#ede9fe}.notification-item-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:6px}.notification-item-header strong{font-size:14px;color:var(--text-main)}.notification-item-header span{font-size:11px;color:var(--text-muted);white-space:nowrap}.notification-item p{margin:0;font-size:13px;color:var(--text-muted);line-height:1.5}.notification-badge{position:absolute;top:-4px;right:-4px;background:#ef4444;color:#fff;font-size:10px;font-weight:800;min-width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #fff;padding:0 4px}.empty-state-drawer{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--text-muted)}.empty-icon{color:#e5e7eb;margin-bottom:24px}.empty-state-drawer p{font-size:16px;font-weight:600;color:var(--text-main);margin:0 0 8px}.empty-state-drawer span{font-size:14px;max-width:250px}.jobs-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:16px;flex-wrap:wrap}.recruiter-jobs-filters-bar{display:flex;flex-wrap:wrap;gap:12px;align-items:center;background:#fff;padding:14px;border-radius:16px;box-shadow:0 8px 24px #0f172a0f;border:1px solid var(--border-color);margin-bottom:20px}.recruiter-jobs-filters-bar .search-box{flex:1 1 280px}.recruiter-jobs-filters-bar .search-box input{width:100%;height:46px;padding:0 16px 0 40px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;font-size:14px;color:var(--text-main);transition:border-color .2s ease,box-shadow .2s ease}.recruiter-jobs-filters-bar .search-box input:focus{outline:none;border-color:var(--primary-accent);box-shadow:0 0 0 3px #ffd8002e;background:#fff}.recruiter-jobs-filter-group{position:relative;display:flex;align-items:center;min-width:170px}.recruiter-jobs-filter-icon{position:absolute;left:14px;color:#94a3b8;pointer-events:none;z-index:1}.recruiter-jobs-filter-select{width:100%;min-width:170px;height:46px;padding:0 40px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#334155;font-size:14px;font-weight:600;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;transition:border-color .2s ease,box-shadow .2s ease}.recruiter-jobs-filter-select:hover{border-color:#cbd5e1}.recruiter-jobs-filter-select:focus{border-color:var(--primary-accent);box-shadow:0 0 0 3px #ffd8002e}.recruiter-jobs-list{display:flex;flex-direction:column;gap:16px;width:100%}.recruiter-job-card{background:#fff;border:1px solid var(--border-color);border-radius:16px;padding:20px 24px;transition:border-color .25s ease,box-shadow .25s ease;display:flex;flex-direction:column;width:100%;box-shadow:0 2px 8px #0f172a0a}.recruiter-job-card:hover{border-color:#dbeafe;box-shadow:0 10px 24px #0f172a0f}.recruiter-job-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:14px}.recruiter-job-card-identity{display:flex;align-items:flex-start;gap:16px;min-width:0;flex:1}.recruiter-job-avatar{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#fff8c5,#ffe566);color:#1f2937;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid rgba(255,216,0,.45)}.recruiter-job-card-identity h3{margin:0 0 8px;font-size:20px;font-weight:800;color:var(--text-main);letter-spacing:-.4px}.recruiter-job-meta{display:flex;flex-wrap:wrap;gap:14px;color:var(--text-muted);font-size:13px}.recruiter-job-meta span{display:inline-flex;align-items:center;gap:6px}.recruiter-job-card-summary{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0}.recruiter-job-salary{font-size:18px;font-weight:800;color:#15803d;letter-spacing:-.3px;white-space:nowrap}.recruiter-job-type-pill{display:inline-flex;align-items:center;padding:5px 12px;border-radius:999px;font-size:12px;font-weight:700;border:1px solid transparent}.recruiter-job-type-pill.full-time{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.recruiter-job-type-pill.part-time{background:#f5f3ff;color:#6d28d9;border-color:#ddd6fe}.recruiter-job-type-pill.contract{background:#fff7ed;color:#c2410c;border-color:#fed7aa}.recruiter-job-type-pill.temporary,.recruiter-job-type-pill.default{background:#f8fafc;color:#475569;border-color:#e2e8f0}.recruiter-job-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.recruiter-job-tag{background:#f8fafc;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600;color:#475569;border:1px solid #e2e8f0}.recruiter-job-card-footer{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-top:16px;border-top:1px solid #f1f5f9;flex-wrap:wrap}.recruiter-job-footer-left{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.recruiter-jobs-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 0 8px;border-top:1px solid #f1f5f9;margin-top:8px;flex-wrap:wrap}.recruiter-jobs-pagination-info{font-size:12px;color:var(--text-muted)}.recruiter-jobs-pagination-controls{display:flex;align-items:center;gap:8px}.recruiter-jobs-page-btn{background:#fff;border:1px solid var(--border-color);color:var(--text-main);padding:8px 14px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}.recruiter-jobs-page-btn:hover:not(:disabled){background:var(--bg-main);border-color:var(--primary-accent)}.recruiter-jobs-page-btn:disabled{opacity:.45;cursor:not-allowed}.recruiter-jobs-page-btn.active{background:var(--primary-accent);border-color:var(--primary-accent);color:#000}.recruiter-jobs-empty{text-align:center;padding:80px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.recruiter-jobs-empty h3{margin:0;font-size:20px;font-weight:700}.recruiter-jobs-empty p{margin:0 0 24px;color:var(--text-muted);max-width:320px;font-size:14px}.recruiter-job-card-footer .job-actions{display:flex;align-items:center;gap:12px}@media(max-width:768px){.recruiter-job-card-top{flex-direction:column;gap:14px}.recruiter-job-card-summary{align-items:flex-start;width:100%}.recruiter-jobs-filter-group{flex:1 1 100%}.recruiter-jobs-filter-select{width:100%}}.jobs-filter-wrapper{background:#fff;border-radius:12px;border:1px solid #e5e7eb;margin-bottom:24px;box-shadow:0 2px 4px #00000005;transition:all .3s ease;overflow:hidden}.jobs-filter-wrapper.is-expanded{box-shadow:0 8px 16px #0000000f;border-color:#d1d5db}.jobs-filter-wrapper .jobs-controls{margin-bottom:0;padding:8px;background:#fff;border-bottom:1px solid transparent;transition:border-color .2s}.jobs-filter-wrapper.is-expanded .jobs-controls{border-bottom-color:#f3f4f6}.jobs-filter-wrapper .search-box input{border:1px solid transparent;background:transparent}.jobs-filter-wrapper .search-box input:focus{background:#fff;border-color:transparent;box-shadow:none}.jobs-filter-wrapper .jobs-extended-filters{margin-bottom:0;border:none;border-radius:0;background:#fdfdfd;box-shadow:inset 0 4px 6px -4px #0000000d}.filter-btn{border-color:transparent!important}.jobs-controls{display:flex;gap:12px;margin-bottom:24px}.jobs-extended-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px;background:#fff;padding:16px;border-radius:12px;border:1px solid #e5e7eb}.filter-select{appearance:none;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:10px 36px 10px 16px;font-size:14px;color:#374151;width:100%;cursor:pointer;transition:all .2s;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%207.5L10%2012.5L15%207.5%22%20stroke%3D%22%236B7280%22%20stroke-width%3D%221.66667%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.filter-select:hover{border-color:#d1d5db;background-color:#fff}.filter-select:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.search-box{flex:1;position:relative}.search-box input{width:100%;padding:12px 16px 12px 40px;border-radius:12px;border:1px solid #e5e7eb;font-size:14px;transition:all .2s}.search-box .search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#9ca3af}.filter-btn{display:flex;align-items:center;gap:8px;padding:0 16px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;color:#374151;font-weight:600;cursor:pointer}.jobs-grid-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.job-item-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:20px;transition:transform .2s,box-shadow .2s;position:relative;overflow:visible}.job-item-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000000f}.job-card-header{display:flex;justify-content:space-between;align-items:flex-start}.job-icon-box{width:54px;height:54px;border-radius:14px;background:#fff9db;color:#f59e0b;display:flex;align-items:center;justify-content:center}.job-actions-top{display:flex;align-items:center;gap:12px}.job-card-body h3{margin:0 0 16px;font-size:18px;font-weight:800;color:#111827;line-height:1.3}.job-meta-grid{display:grid;gap:12px}.meta-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#6b7280;font-weight:500}.meta-item svg{color:#9ca3af}.job-status-pill{padding:6px 14px;border-radius:20px;font-size:12px;font-weight:700}.status-active{background:#ecfdf5;color:#10b981}.status-draft{background:#f3f4f6;color:#6b7280}.job-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid #f3f4f6;margin-top:auto}.applicants-count{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:#4b5563}.applicants-count svg{color:#6b7280}.btn-view-details{background:#f9fafb;color:#374151;border:1px solid #e5e7eb;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.btn-view-details:hover{background:#f3f4f6;color:#111827}.modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10002;padding:20px}.modal-container{background:#fff;width:100%;max-width:1200px;border-radius:24px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden;display:flex;flex-direction:column;max-height:90vh}.modal-header{padding:24px 32px;display:flex;justify-content:space-between;align-items:flex-start}.modal-title-area h2{margin:0 0 4px;font-size:22px;font-weight:800}.modal-title-area p{margin:0;color:#6b7280;font-size:14px}.btn-close-modal{background:transparent;border:none;color:#9ca3af;cursor:pointer;padding:4px;border-radius:8px;transition:all .2s}.btn-close-modal:hover{background:#f3f4f6;color:#000}.modal-tabs{padding:0 32px;margin-bottom:24px}.tab-segmented-control{background:#f3f4f6;padding:4px;border-radius:14px;display:flex;gap:4px}.tab-control-btn{flex:1;padding:10px;border:none;background:transparent;border-radius:10px;font-size:14px;font-weight:600;color:#6b7280;cursor:pointer;transition:all .2s}.tab-control-btn.active{background:#fff;color:#000;box-shadow:0 2px 4px #0000000d}.modal-body{padding:0 32px 32px;overflow-y:auto;flex:1}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:14px;font-weight:600;margin-bottom:8px;color:#374151}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border-radius:12px;border:1px solid #e5e7eb;background:#f9fafb;font-size:14px;font-family:inherit;transition:all .2s}.toast-container{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:#10b981;color:#fff;padding:12px 24px;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a;display:flex;align-items:center;gap:12px;z-index:10003;animation:slideUp .3s cubic-bezier(.4,0,.2,1)}@keyframes slideUp{0%{transform:translate(-50%,100%);opacity:0}to{transform:translate(-50%);opacity:1}}.toast-icon{display:flex;align-items:center;justify-content:center;background:#fff3;padding:4px;border-radius:50%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#ffd800;background:#fff;outline:none;box-shadow:0 0 0 4px #ffd8001a}.modal-footer{padding:24px 32px;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;align-items:center}.footer-left{display:flex;align-items:center;gap:12px}.footer-right{display:flex;gap:12px}.switch-container{display:flex;align-items:center;gap:12px;cursor:pointer}.switch{position:relative;display:inline-block;width:44px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#e5e7eb;transition:.4s;border-radius:24px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:#000}input:checked+.slider:before{transform:translate(20px)}.switch-label{font-size:14px;font-weight:600;color:#374151}.btn-draft{padding:12px 24px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;font-weight:700;cursor:pointer}.btn-post{padding:12px 24px;border-radius:12px;border:none;background:#ffd800;color:#000;font-weight:800;display:flex;align-items:center;gap:8px;cursor:pointer;transition:transform .2s}.btn-post:hover{transform:translateY(-2px)}.btn-cancel{padding:12px 24px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;font-weight:600;cursor:pointer}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fadeIn .4s ease-out forwards}.user-dropdown{position:absolute;top:calc(100% + 12px);right:0;width:240px;background-color:#fff;border:1px solid var(--border-color);border-radius:16px;box-shadow:0 10px 30px #0000001a;padding:8px;z-index:1000}button{font-family:inherit}.btn-primary{background-color:var(--primary-color);color:#000;border:none;padding:12px 24px;border-radius:8px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease;box-shadow:0 4px 14px #ffd8004d}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #ffd80066}.btn-secondary{background-color:#f3f4f6;color:#1a1a1a;border:none;padding:12px 24px;border-radius:8px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease}.btn-secondary:hover{background-color:#e5e7eb;transform:translateY(-2px)}.dropdown-item{width:100%;display:flex;align-items:center;gap:12px;padding:10px 12px;background:none;border:none;color:#4b5563;cursor:pointer;border-radius:8px;font-size:14px;transition:all .2s;text-align:left}.dropdown-item:hover{background-color:#f3f4f6;color:#000}.action-menu-wrapper{position:relative;align-self:center}.btn-action-trigger{width:32px;height:32px;border-radius:8px;border:none;background:#f3f4f6;color:#6b7280;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.btn-action-trigger:hover{background:#e5e7eb;color:#000}.action-dropdown-menu{position:absolute;top:100%;right:0;width:180px;background:#fff;border:1px solid var(--border-color);border-radius:12px;box-shadow:0 10px 25px #0000001a;padding:6px;z-index:100;margin-top:8px}.dropdown-divider{height:1px;background:#f3f4f6;margin:6px 0}.dropdown-item{width:100%;display:flex;align-items:center;gap:10px;padding:8px 12px;background:none;border:none;border-radius:8px;color:#4b5563;font-size:13px;font-weight:500;cursor:pointer;text-align:left;transition:all .2s}.dropdown-item:hover{background:#f9fafb;color:#000}.quick-action-card{border:1px solid var(--border-color);transition:all .2s cubic-bezier(.4,0,.2,1)}.quick-action-card:hover{transform:translateY(-4px);border-color:var(--primary-color);box-shadow:0 10px 20px #0000000d}.quick-action-card:hover div{background-color:var(--primary-color)!important;color:#000!important}.calendar-card{box-shadow:0 4px 6px -1px #00000005}.calendar-grid div:not([style*="background-color: rgb(0, 0, 0)"]):hover{background-color:#f3f4f6}.candidates-list-area{margin-top:24px}.recruiter-candidates-list{display:flex;flex-direction:column;gap:16px;width:100%}.recruiter-candidate-card{background:#fff;border:1px solid var(--border-color);border-radius:16px;padding:20px 24px;transition:border-color .25s ease,box-shadow .25s ease;display:flex;flex-direction:column;width:100%;box-shadow:0 2px 8px #0f172a0a;cursor:pointer;border-left-width:4px}.recruiter-candidate-card:hover{border-color:#dbeafe;box-shadow:0 10px 24px #0f172a0f}.recruiter-candidate-card.status-accent-pending,.recruiter-candidate-card.status-accent-applied{border-left-color:#94a3b8}.recruiter-candidate-card.status-accent-shortlisted{border-left-color:#2563eb}.recruiter-candidate-card.status-accent-interviewed{border-left-color:#d97706}.recruiter-candidate-card.status-accent-hired{border-left-color:#059669}.recruiter-candidate-card.status-accent-rejected{border-left-color:#dc2626}.recruiter-candidate-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:14px}.recruiter-candidate-card-identity{display:flex;align-items:flex-start;gap:16px;min-width:0;flex:1}.recruiter-candidate-avatar{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#334155;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #e2e8f0;font-size:18px;font-weight:800;overflow:hidden}.recruiter-candidate-avatar img{width:100%;height:100%;object-fit:cover}.recruiter-candidate-card-identity h3{margin:0 0 8px;font-size:20px;font-weight:800;color:var(--text-main);letter-spacing:-.4px}.recruiter-candidate-meta{display:flex;flex-wrap:wrap;gap:14px;color:var(--text-muted);font-size:13px}.recruiter-candidate-meta span{display:inline-flex;align-items:center;gap:6px}.recruiter-candidate-card-summary{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0}.candidate-status-pill{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.candidate-status-pill.status-pending,.candidate-status-pill.status-applied{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.candidate-status-pill.status-shortlisted{background:#dbeafe;color:#1d4ed8;border:1px solid #93c5fd}.candidate-status-pill.status-interviewed{background:#ffedd5;color:#c2410c;border:1px solid #fdba74}.candidate-status-pill.status-hired{background:#d1fae5;color:#047857;border:1px solid #6ee7b7}.candidate-status-pill.status-rejected{background:#fee2e2;color:#b91c1c;border:1px solid #fca5a5}.recruiter-candidate-job{font-size:15px;font-weight:700;color:var(--text-main);text-align:right;max-width:220px}.recruiter-candidate-dept{font-size:12px;color:var(--text-muted);text-align:right}.recruiter-candidate-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.recruiter-candidate-tag{display:inline-flex;align-items:center;padding:5px 12px;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;font-size:12px;font-weight:600;color:#475569}.recruiter-candidate-card-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:14px;border-top:1px solid #f1f5f9}.recruiter-candidate-footer-left{display:flex;flex-direction:column;gap:2px;min-width:0}.recruiter-candidate-applied-label{font-size:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.recruiter-candidate-applied-role{font-size:14px;font-weight:700;color:var(--text-main)}.recruiter-candidate-view-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:10px;border:1px solid var(--border-color);background:#fff;color:var(--text-main);font-size:13px;font-weight:700;cursor:pointer;transition:all .2s ease;flex-shrink:0}.recruiter-candidate-view-btn:hover{background:#0f172a;border-color:#0f172a;color:#fff}@media(max-width:768px){.recruiter-candidate-card-top{flex-direction:column;gap:14px}.recruiter-candidate-card-summary{align-items:flex-start;width:100%}.recruiter-candidate-job,.recruiter-candidate-dept{text-align:left;max-width:none}.recruiter-candidate-card-footer{flex-direction:column;align-items:stretch}.recruiter-candidate-view-btn{justify-content:center}}.candidate-card{transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:1px solid var(--border-color)}.candidate-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014;border-color:var(--primary-color)}.candidate-card .applicant-avatar{border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.candidate-card h3{letter-spacing:-.5px}.candidate-card .badge-skill{background:#f3f4f6;color:#4b5563;padding:6px 14px;border-radius:100px;font-size:12px;font-weight:600;border:1px solid #e5e7eb;transition:all .2s}.candidate-card:hover .badge-skill{background:#fff;border-color:var(--primary-color);color:#000}.profile-view{display:flex;flex-direction:column;gap:24px}.profile-header-card{background:#fff;border-radius:20px;padding:32px;display:flex;justify-content:space-between;align-items:flex-start;border:1px solid #f3f4f6}.p-header-left{display:flex;gap:32px;align-items:center}.p-avatar-large{position:relative;width:120px;height:120px}.p-avatar-placeholder{width:100%;height:100%;background:#e5e7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:800;color:#4b5563;letter-spacing:-1px}.p-avatar-large img{width:100%;height:100%;border-radius:50%;object-fit:cover}.p-avatar-edit{position:absolute;bottom:0;right:0;background:#fff;border:1px solid #e5e7eb;padding:8px;border-radius:50%;cursor:pointer;box-shadow:0 4px 12px #0000001a}.p-avatar-edit:disabled{opacity:.6;cursor:not-allowed}.p-main-info h2{font-size:28px;font-weight:800;margin-bottom:4px}.p-tagline{font-size:18px;color:#6b7280;margin-bottom:12px}.p-meta{display:flex;gap:20px;margin-bottom:16px}.p-meta span{display:flex;align-items:center;gap:6px;font-size:14px;color:#1a1a1a;font-weight:600}.p-bio{font-size:15px;line-height:1.6;color:#4b5563;max-width:600px}.edit-profile-btn{background:#000;color:#ffd800;border:none;padding:10px 20px;border-radius:12px;font-weight:700;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s}.edit-profile-btn:hover{transform:translateY(-2px)}.profile-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.messages-container{display:grid;grid-template-columns:350px 1fr;height:calc(100vh - 180px);background:#fff;border-radius:24px;overflow:hidden;border:1px solid #e5e7eb}.messages-sidebar{border-right:1px solid #e5e7eb;display:flex;flex-direction:column}.contact-item{display:flex;gap:12px;padding:16px 24px;cursor:pointer;transition:all .2s;border-bottom:1px solid #f9fafb}.contact-item:hover{background:#f9fafb}.contact-item.active{background:#fef9c3}.chat-area{display:flex;flex-direction:column;background:#f9fafb}.chat-header{padding:16px 24px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.chat-messages{flex:1;padding:24px;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.chat-input-area{padding:20px 24px;background:#fff;border-top:1px solid #e5e7eb;display:flex;align-items:center;gap:12px}.settings-tab{max-width:800px;margin:0 auto}.settings-sub-tabs{display:flex;gap:4px;background:#f3f4f6;padding:6px;border-radius:14px;width:100%;margin-bottom:32px;border:1px solid #e5e7eb}.settings-content-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:32px}.profile-edit-mode{background:#fff;border-radius:24px;padding:32px;border:1px solid #f3f4f6}.edit-profile-form{display:flex;flex-direction:column;gap:24px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:600;color:#374151}.form-group input,.form-group textarea,.form-group select{padding:12px 16px;border:1px solid #e5e7eb;border-radius:12px;font-size:14px;background:#f9fafb;transition:all .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#ffd800;background:#fff;box-shadow:0 0 0 4px #ffd8001a}.edit-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:16px;border-bottom:1px solid #f3f4f6}.edit-header h3{margin:0;font-size:20px;font-weight:800;letter-spacing:-.5px}.onboarding-form-style{display:flex;flex-direction:column;gap:32px;padding:20px 0}.onboarding-form-style .form-section{display:flex;flex-direction:column;gap:20px;border-bottom:1px solid #f3f4f6;padding-bottom:32px}.onboarding-form-style .form-section:last-child{border-bottom:none}.onboarding-form-style .form-section h3{font-size:16px;font-weight:700;display:flex;align-items:center;gap:10px;color:#1a1a1a;margin:0}.onboarding-form-style .grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px}.onboarding-form-style .form-group{display:flex;flex-direction:column;gap:8px}.onboarding-form-style .form-group label{font-size:13px;font-weight:600;color:#6b7280}.onboarding-form-style .form-group input,.onboarding-form-style .form-group textarea{padding:12px 16px;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;background:#f9fafb;transition:all .2s;width:100%}.onboarding-form-style .form-group input:focus,.onboarding-form-style .form-group textarea:focus{outline:none;border-color:#ffd800;background:#fff;box-shadow:0 0 0 4px #ffd8001a}.onboarding-form-style .form-group textarea{resize:vertical;min-height:100px}.cancel-btn{background:#f3f4f6;border:none;padding:8px 20px;border-radius:10px;font-weight:600;cursor:pointer;transition:all .2s}.cancel-btn:hover{background-color:#e5e7eb}@keyframes recruiter-spin{to{transform:rotate(360deg)}}.spin{animation:recruiter-spin .8s linear infinite}.schedule-interview-overlay{z-index:10010;padding:20px}.schedule-interview-modal{max-width:520px;width:100%;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;border-radius:16px;background:#fff;box-shadow:0 24px 48px #0f172a2e}.schedule-interview-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 24px;border-bottom:1px solid #e5e7eb}.schedule-interview-header h2{margin:0;font-size:1.25rem;font-weight:700;color:#111827}.schedule-interview-header p{margin:8px 0 0;color:#6b7280;font-size:.875rem;line-height:1.5}.schedule-interview-close{background:#f3f4f6;border:none;width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;flex-shrink:0}.schedule-interview-close:hover:not(:disabled){background:#e5e7eb;color:#374151}.schedule-interview-body{padding:24px;display:flex;flex-direction:column;gap:16px}.schedule-interview-field input,.schedule-interview-field select{width:100%;padding:11px 12px;border-radius:10px;border:1px solid #d1d5db;font-size:.9375rem;background:#fff;transition:border-color .2s,box-shadow .2s}.schedule-interview-datetime{display:grid;grid-template-columns:1fr 1fr;gap:16px}.schedule-interview-error{margin:0;padding:10px 12px;border-radius:10px;background:#fef2f2;color:#b91c1c;font-size:.875rem}.schedule-interview-footer{border-top:1px solid #e5e7eb;padding:16px 24px;display:flex;gap:12px;justify-content:flex-end;background:#f9fafb;border-radius:0 0 16px 16px}.schedule-interview-submit{display:inline-flex;align-items:center;gap:8px;background:#111827;color:#ffd800;padding:10px 18px;border-radius:10px;border:none;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s}.schedule-interview-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px #11182726}.schedule-interview-submit:disabled{opacity:.7;cursor:not-allowed}@media(max-width:560px){.schedule-interview-datetime{grid-template-columns:1fr}}.form-actions{margin-top:32px;display:flex;justify-content:flex-end}.save-changes-btn{background:#000;color:#ffd800;border:none;padding:14px 40px;border-radius:14px;font-weight:700;cursor:pointer;transition:all .2s}.save-changes-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.save-changes-btn:disabled{opacity:.6;cursor:not-allowed}.reviews-sub-tabs{display:flex;gap:4px;background:#e5e7eb;padding:4px;border-radius:100px;margin-bottom:24px}.reviews-sub-tabs .sub-tab-btn{flex:1;padding:8px 16px;border:none;background:transparent;border-radius:100px;font-size:14px;font-weight:500;color:#1a1a1a;cursor:pointer;transition:all .2s;text-align:center}.reviews-sub-tabs .sub-tab-btn.active{background:#fff;color:#000;box-shadow:0 2px 4px #0000000d}.recruiter-interviews-tab{max-width:960px}.recruiter-interviews-panel{background:#fff;border:1px solid var(--border-color);border-radius:16px;padding:24px;box-shadow:0 8px 24px #0f172a0d}.recruiter-interviews-panel-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.recruiter-interviews-panel-title{display:flex;align-items:center;gap:10px}.recruiter-interviews-panel-title h2{margin:0;font-size:1.0625rem;font-weight:700;color:#111827}.recruiter-interviews-count{font-size:.8125rem;font-weight:600;color:#6b7280;background:#f3f4f6;padding:6px 12px;border-radius:100px}.recruiter-interviews-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 20px;color:#6b7280}.recruiter-interviews-loading .spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#111827;border-radius:50%;animation:recruiter-spin .8s linear infinite}.recruiter-interviews-list{display:flex;flex-direction:column;gap:16px}.recruiter-interview-card{border:1px solid #e5e7eb;border-radius:14px;padding:20px;background:#fafafa;transition:border-color .2s,box-shadow .2s}.recruiter-interview-card:hover{border-color:#d1d5db;box-shadow:0 4px 16px #0f172a0f}.recruiter-interview-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.recruiter-interview-identity{display:flex;align-items:flex-start;gap:14px;min-width:0}.recruiter-interview-avatar{width:48px;height:48px;border-radius:12px;background:#111827;color:#ffd800;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:800;flex-shrink:0}.recruiter-interview-identity h3{margin:0 0 8px;font-size:1rem;font-weight:700;color:#111827}.recruiter-interview-meta{display:flex;flex-wrap:wrap;gap:12px;color:#6b7280;font-size:.8125rem}.recruiter-interview-meta span{display:inline-flex;align-items:center;gap:6px}.recruiter-interview-type-pill{flex-shrink:0;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#1e40af;background:#eff6ff;border:1px solid #dbeafe;padding:6px 10px;border-radius:100px}.recruiter-interview-venue{display:flex;align-items:center;gap:8px;padding-top:14px;border-top:1px solid #e5e7eb;color:#475569;font-size:.875rem}.recruiter-interview-link{display:inline-flex;align-items:center;gap:6px;color:#1d4ed8;font-weight:600;text-decoration:none}.recruiter-interview-link:hover{text-decoration:underline}.recruiter-interviews-empty{text-align:center;padding:56px 24px;color:#6b7280}.recruiter-interviews-empty svg{color:#d1d5db;margin-bottom:16px}.recruiter-interviews-empty h2{margin:0 0 8px;font-size:1.25rem;font-weight:700;color:#111827}.recruiter-interviews-empty p{margin:0 auto 24px;max-width:420px;line-height:1.6;font-size:.9375rem}@media(max-width:640px){.recruiter-interview-card-top{flex-direction:column}.recruiter-interview-meta{flex-direction:column;gap:6px}}.recruiter-page-header{margin-bottom:28px}.recruiter-page-header h1{margin:0 0 8px;font-size:1.875rem;font-weight:800;letter-spacing:-.03em;color:var(--text-main)}.recruiter-page-header p{margin:0;font-size:.9375rem;color:var(--text-muted);line-height:1.55;max-width:640px}.company-profile-page,.recruiter-reviews-page{max-width:1080px}.company-profile-loading,.recruiter-reviews-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:80px 20px;color:var(--text-muted)}.company-profile-loading .spinner,.recruiter-reviews-loading .spinner{width:36px;height:36px;border:3px solid #e5e7eb;border-top-color:#111827;border-radius:50%;animation:recruiter-spin .8s linear infinite}.company-profile-view{display:flex;flex-direction:column;gap:24px}.company-profile-hero{background:#fff;border:1px solid var(--border-color);border-radius:18px;overflow:hidden;box-shadow:0 8px 24px #0f172a0d}.company-profile-hero-banner{height:112px;background:linear-gradient(135deg,#fff8c5,#f8fafc 55%,#e2e8f0)}.company-profile-hero-body{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:0 28px 28px;margin-top:-52px;flex-wrap:wrap}.company-profile-identity{display:flex;align-items:flex-end;gap:24px;min-width:0;flex:1}.company-profile-avatar-wrap{position:relative;width:112px;height:112px;flex-shrink:0}.company-profile-avatar-wrap img,.company-profile-avatar-fallback{width:100%;height:100%;border-radius:20px;border:4px solid #ffffff;box-shadow:0 8px 20px #0f172a1f;object-fit:cover}.company-profile-avatar-fallback{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff8c5,#ffe566);color:#1f2937;font-size:2rem;font-weight:800}.company-profile-avatar-edit{position:absolute;bottom:4px;right:4px;background:#fff;border:1px solid var(--border-color);padding:8px;border-radius:50%;cursor:pointer;box-shadow:0 4px 12px #0000001a;transition:all .2s ease}.company-profile-avatar-edit:hover:not(:disabled){border-color:#0f172a}.company-profile-avatar-edit:disabled{opacity:.6;cursor:not-allowed}.company-profile-main h2{margin:0 0 6px;font-size:1.75rem;font-weight:800;letter-spacing:-.03em;color:var(--text-main)}.company-profile-role{margin:0 0 12px;font-size:.9375rem;color:var(--text-muted)}.company-profile-meta{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:14px}.company-profile-meta span{display:inline-flex;align-items:center;gap:6px;font-size:.875rem;font-weight:600;color:#334155}.company-profile-about{margin:0;font-size:.9375rem;line-height:1.65;color:#475569;max-width:640px}.company-profile-edit-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border:none;border-radius:12px;background:#0f172a;color:#ffd800;font-size:.9375rem;font-weight:700;cursor:pointer;transition:all .2s ease;flex-shrink:0}.company-profile-edit-btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px #0f172a2e}.company-profile-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.company-profile-card{background:#fff;border:1px solid var(--border-color);border-radius:16px;padding:24px;box-shadow:0 4px 14px #0f172a0a}.company-profile-card-head{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.company-profile-card-icon{width:40px;height:40px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;color:#334155;display:flex;align-items:center;justify-content:center;flex-shrink:0}.company-profile-card-icon.compliance{background:#fff7ed;border-color:#fed7aa;color:#c2410c}.company-profile-card-head h3{margin:0;font-size:1.0625rem;font-weight:800;color:var(--text-main)}.company-profile-info-list{display:flex;flex-direction:column;gap:16px}.company-profile-info-row{display:flex;align-items:flex-start;gap:14px}.company-profile-info-row svg{color:#94a3b8;flex-shrink:0;margin-top:2px}.company-profile-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.company-profile-detail-item,.company-profile-info-row>div{display:flex;flex-direction:column;gap:4px}.info-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8}.info-value{font-size:.9375rem;font-weight:700;color:var(--text-main)}.info-subvalue{font-size:.8125rem;color:var(--text-muted)}.company-profile-edit-panel{background:#fff;border:1px solid var(--border-color);border-radius:18px;padding:28px 32px;box-shadow:0 8px 24px #0f172a0d}.company-profile-edit-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid #f1f5f9}.company-profile-edit-header h2{margin:0 0 6px;font-size:1.5rem;font-weight:800;color:var(--text-main)}.company-profile-edit-header p{margin:0;font-size:.9375rem;color:var(--text-muted)}.recruiter-reviews-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;background:#f3f4f6;padding:6px;border-radius:14px;margin-bottom:28px;max-width:520px}.recruiter-reviews-tab{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border:none;background:transparent;border-radius:10px;font-size:.9375rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s ease}.recruiter-reviews-tab.active{background:#fff;color:#0f172a;box-shadow:0 2px 6px #0f172a14}.recruiter-reviews-tab-badge{background:#ffd800;color:#0f172a;border-radius:999px;padding:2px 8px;font-size:.6875rem;font-weight:800}.recruiter-reviews-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:72px 24px;background:#fff;border:1px dashed #e2e8f0;border-radius:18px}.recruiter-reviews-empty svg{color:#94a3b8;margin-bottom:16px}.recruiter-reviews-empty h3{margin:0 0 8px;font-size:1.25rem;font-weight:800;color:var(--text-main)}.recruiter-reviews-empty p{margin:0;max-width:420px;color:var(--text-muted);font-size:.9375rem;line-height:1.6}.recruiter-reviews-pending-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.recruiter-review-pending-card{background:#fff;border:1px solid var(--border-color);border-radius:16px;padding:22px;display:flex;flex-direction:column;gap:16px;box-shadow:0 4px 14px #0f172a0a;transition:border-color .2s ease,box-shadow .2s ease}.recruiter-review-pending-card:hover{border-color:#dbeafe;box-shadow:0 10px 24px #0f172a0f}.recruiter-review-pending-top{display:flex;align-items:center;gap:14px}.recruiter-review-pending-avatar{width:48px;height:48px;border-radius:12px;background:#0f172a;color:#ffd800;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:800;flex-shrink:0}.recruiter-review-pending-top h3{margin:0 0 4px;font-size:1rem;font-weight:800;color:var(--text-main)}.recruiter-review-pending-top p{margin:0;font-size:.875rem;color:var(--text-muted)}.recruiter-review-engagement-pill{align-self:flex-start;padding:6px 12px;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.recruiter-review-engagement-pill.shift{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.recruiter-review-engagement-pill.hired{background:#ecfdf5;color:#047857;border:1px solid #86efac}.recruiter-review-action-btn{width:100%;justify-content:center}.recruiter-reviews-summary-card{display:flex;align-items:center;gap:24px;padding:28px 32px;background:linear-gradient(135deg,#fffbeb,#fff 55%);border:1px solid #fde68a;border-radius:18px;margin-bottom:24px;box-shadow:0 4px 16px #f59e0b14}.recruiter-reviews-summary-score{font-size:3rem;font-weight:800;color:#0f172a;letter-spacing:-.04em;line-height:1}.recruiter-reviews-summary-stars{display:flex;gap:4px;margin-bottom:6px}.recruiter-reviews-summary-body p{margin:0;font-size:.9375rem;color:var(--text-muted)}.recruiter-reviews-list{display:flex;flex-direction:column;gap:16px}.recruiter-review-received-card{background:#fff;border:1px solid var(--border-color);border-radius:16px;padding:22px 24px;box-shadow:0 2px 10px #0f172a08}.recruiter-review-received-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.recruiter-review-reviewer{display:flex;align-items:flex-start;gap:12px;min-width:0}.recruiter-review-reviewer-avatar{width:44px;height:44px;border-radius:12px;background:#f1f5f9;color:#334155;display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:800;flex-shrink:0}.recruiter-review-reviewer h4{margin:0 0 4px;font-size:1rem;font-weight:800;color:var(--text-main)}.recruiter-review-reviewer p{margin:0;font-size:.875rem;color:var(--text-muted)}.recruiter-review-date{display:block;margin-top:4px;font-size:.75rem;color:#94a3b8}.recruiter-review-rating-badge{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:10px;background:#fffbeb;border:1px solid #fde68a;font-weight:800;color:#92400e;flex-shrink:0}.recruiter-review-text{margin:0;font-size:.9375rem;line-height:1.65;color:#334155}@media(max-width:768px){.company-profile-hero-body{flex-direction:column;align-items:stretch}.company-profile-identity{flex-direction:column;align-items:flex-start}.company-profile-edit-btn{width:100%;justify-content:center}.company-profile-detail-grid{grid-template-columns:1fr}.company-profile-edit-panel{padding:20px}.company-profile-edit-header{flex-direction:column}.recruiter-reviews-summary-card{flex-direction:column;align-items:flex-start}.recruiter-review-received-header{flex-direction:column}}.job-creation-page{max-width:960px;margin:0 auto;padding-bottom:48px}.job-creation-back{display:inline-flex;align-items:center;gap:8px;background:none;border:none;color:var(--text-muted);font-size:.9375rem;font-weight:600;cursor:pointer;padding:8px 0;margin-bottom:20px;transition:color .2s ease}.job-creation-back:hover{color:var(--text-main)}.job-creation-header{margin-bottom:24px}.job-creation-header h1{margin:0 0 6px;font-size:1.875rem;font-weight:800;letter-spacing:-.03em;color:var(--text-main)}.job-creation-header p{margin:0;color:var(--text-muted);font-size:.9375rem}.job-creation-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;background:#f3f4f6;padding:6px;border-radius:14px;margin-bottom:24px}.job-creation-step-btn{padding:12px 16px;border:none;background:transparent;border-radius:10px;font-size:.9375rem;font-weight:600;color:#6b7280;cursor:pointer;transition:all .2s ease}.job-creation-step-btn.active{background:#fff;color:#0f172a;box-shadow:0 2px 6px #0f172a14}.job-creation-panel{background:#fff;border:1px solid var(--border-color);border-radius:18px;padding:28px 32px;box-shadow:0 4px 16px #0f172a0a;margin-bottom:24px}.form-grid-salary{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:20px;margin-bottom:20px}.job-creation-switches{display:flex;flex-direction:column;gap:16px}.job-creation-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;background:#fff;border:1px solid var(--border-color);border-radius:16px;flex-wrap:wrap}.job-creation-footer-left{display:flex;align-items:center}.job-creation-footer-right{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-left:auto}@media(max-width:768px){.job-creation-panel{padding:20px}.form-grid-salary{grid-template-columns:1fr}.job-creation-footer{flex-direction:column;align-items:stretch}.job-creation-footer-right{margin-left:0;flex-direction:column}.job-creation-footer-right .btn-cancel,.job-creation-footer-right .btn-draft,.job-creation-footer-right .btn-post{width:100%;justify-content:center}}.application-profile-page{width:100%;max-width:1180px;margin:0 auto;padding-bottom:40px}.application-profile-back{display:inline-flex;align-items:center;gap:8px;background:none;border:none;color:var(--text-muted);font-size:14px;font-weight:600;cursor:pointer;padding:8px 0;margin-bottom:20px;transition:color .2s ease}.application-profile-back:hover{color:var(--text-main)}.application-profile-hero{background:#fff;border:1px solid var(--border-color);border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #0f172a0d;margin-bottom:24px}.application-profile-hero-banner{height:96px;background:linear-gradient(135deg,#fff8c5,#f8fafc 55%,#e2e8f0)}.application-profile-hero-body{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:0 28px 28px;margin-top:-44px;flex-wrap:wrap}.application-profile-identity{display:flex;align-items:flex-end;gap:20px;min-width:0;flex:1}.application-profile-avatar{width:96px;height:96px;border-radius:20px;background:#fff;border:4px solid #ffffff;box-shadow:0 8px 20px #0f172a1f;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:800;color:#334155;overflow:hidden;flex-shrink:0}.application-profile-avatar img{width:100%;height:100%;object-fit:cover}.application-profile-name-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:8px}.application-profile-name-row h1{margin:0;font-size:28px;font-weight:800;letter-spacing:-.5px;color:var(--text-main)}.application-status-pill{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.application-status-pill.pending,.application-status-pill.applied{background:#f8fafc;color:#475569}.application-status-pill.shortlisted{background:#eff6ff;color:#1d4ed8}.application-status-pill.interviewed{background:#fffbeb;color:#b45309}.application-status-pill.hired{background:var(--status-active-bg);color:var(--status-active-color)}.application-status-pill.rejected{background:#fef2f2;color:#dc2626}.application-profile-subtitle{margin:0;font-size:14px;color:var(--text-muted);line-height:1.5}.application-profile-subtitle strong{color:var(--text-main)}.application-profile-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.application-action-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.application-action-btn:disabled{opacity:.5;cursor:not-allowed}.application-action-btn.decline{background:#fff;border-color:#fecaca;color:#dc2626}.application-action-btn.decline:hover:not(:disabled){background:#fef2f2}.application-action-btn.shortlist{background:#fff;border-color:#bbf7d0;color:#059669}.application-action-btn.shortlist:hover:not(:disabled){background:#ecfdf5}.application-action-btn.interviewed{background:#fff7ed;border-color:#fdba74;color:#c2410c}.application-action-btn.interviewed:hover:not(:disabled){background:#ffedd5}.application-action-btn.hired{background:#ecfdf5;border-color:#86efac;color:#047857}.application-action-btn.schedule{background:#0f172a;color:#fff;box-shadow:0 4px 12px #0f172a2e}.application-action-btn.schedule:hover:not(:disabled){transform:translateY(-1px)}.application-action-btn.review{background:#fffbeb;border-color:#fcd34d;color:#b45309}.application-profile-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start}.application-profile-card{background:#fff;border:1px solid var(--border-color);border-radius:16px;padding:24px;box-shadow:0 2px 8px #0f172a08}.application-profile-card h3{margin:0 0 20px;font-size:15px;font-weight:700;color:var(--text-main);display:flex;align-items:center;gap:10px}.application-profile-card h3.overview-title{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.application-profile-card-icon{width:32px;height:32px;border-radius:8px;background:#f8fafc;display:flex;align-items:center;justify-content:center;color:#64748b}.application-cover-letter{color:#334155;line-height:1.75;font-size:14px;white-space:pre-wrap;background:#f8fafc;padding:20px;border-radius:12px;border:1px solid #f1f5f9;margin:0}.application-cover-letter-empty{margin:0;color:#94a3b8;font-style:italic;padding:20px;background:#f8fafc;border-radius:12px}.application-overview-list{display:flex;flex-direction:column;gap:16px}.application-overview-item{display:flex;align-items:flex-start;gap:14px}.application-overview-icon{width:40px;height:40px;border-radius:12px;background:#f8fafc;display:flex;align-items:center;justify-content:center;color:#64748b;flex-shrink:0}.application-overview-icon.salary{background:#ecfdf5;color:#059669}.application-overview-label{margin:0 0 2px;font-size:11px;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.04em}.application-overview-value{margin:0;font-size:14px;font-weight:600;color:var(--text-main)}.application-overview-value.salary{color:#059669;font-weight:700}.application-skills-list{display:flex;flex-wrap:wrap;gap:8px}.application-skill-tag{background:#f8fafc;color:#334155;padding:8px 14px;border-radius:999px;font-size:13px;font-weight:600;border:1px solid #e2e8f0}.application-job-summary{display:grid;gap:12px;margin-top:4px}.application-job-summary-row{display:flex;justify-content:space-between;gap:12px;font-size:13px}.application-job-summary-row span:first-child{color:var(--text-muted)}.application-job-summary-row span:last-child{font-weight:600;color:var(--text-main);text-align:right}.application-documents-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.application-document-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.application-document-info{display:flex;align-items:center;gap:12px;min-width:0}.application-document-info svg{color:#64748b;flex-shrink:0}.application-document-name{margin:0;font-size:14px;font-weight:700;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.application-document-type{margin:2px 0 0;font-size:12px;color:#64748b;text-transform:capitalize}.application-document-download{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:#fff;border:1px solid #cbd5e1;border-radius:8px;color:#0f172a;font-size:13px;font-weight:700;text-decoration:none;flex-shrink:0;transition:all .2s ease}.application-document-download:hover{border-color:#0f172a;background:#f8fafc}.application-document-unavailable{font-size:12px;font-weight:600;color:#94a3b8;flex-shrink:0}@media(max-width:960px){.application-profile-grid{grid-template-columns:1fr}.application-profile-hero-body{flex-direction:column;align-items:stretch}.application-profile-actions{width:100%}.application-action-btn{flex:1 1 auto;justify-content:center}}.schedule-interview-page{width:100%;max-width:1100px;margin:0 auto;padding-bottom:40px}.schedule-interview-back{display:inline-flex;align-items:center;gap:8px;background:none;border:none;color:var(--text-muted);font-size:14px;font-weight:600;cursor:pointer;padding:8px 0;margin-bottom:20px;transition:color .2s ease}.schedule-interview-back:hover:not(:disabled){color:var(--text-main)}.schedule-interview-back:disabled{opacity:.6;cursor:not-allowed}.schedule-interview-layout{display:grid;grid-template-columns:300px 1fr;gap:24px;align-items:start}.schedule-interview-sidebar{display:flex;flex-direction:column;gap:16px}.schedule-interview-candidate-card{background:#fff;border:1px solid var(--border-color);border-radius:16px;padding:24px;box-shadow:0 8px 24px #0f172a0d;text-align:center}.schedule-interview-candidate-avatar{width:72px;height:72px;border-radius:18px;background:#f1f5f9;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:800;color:#334155;overflow:hidden}.schedule-interview-candidate-avatar img{width:100%;height:100%;object-fit:cover}.schedule-interview-candidate-card h2{margin:0 0 6px;font-size:1.125rem;font-weight:700;color:#111827}.schedule-interview-candidate-role{display:inline-flex;align-items:center;gap:6px;margin:0 0 16px;font-size:.8125rem;color:#6b7280}.schedule-interview-candidate-job{display:flex;align-items:flex-start;gap:10px;text-align:left;padding:14px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;color:#64748b}.schedule-interview-candidate-job svg{flex-shrink:0;margin-top:2px}.schedule-interview-candidate-job span{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;margin-bottom:2px}.schedule-interview-candidate-job strong{display:block;color:#0f172a;font-size:.9375rem}.schedule-interview-candidate-job em{display:block;font-style:normal;font-size:.8125rem;margin-top:2px}.schedule-interview-tips{background:#fffbeb;border:1px solid #fde68a;border-radius:14px;padding:18px}.schedule-interview-tips h3{margin:0 0 10px;font-size:.875rem;font-weight:700;color:#92400e}.schedule-interview-tips ul{margin:0;padding-left:18px;color:#a16207;font-size:.8125rem;line-height:1.6}.schedule-interview-form-card{background:#fff;border:1px solid var(--border-color);border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #0f172a0d}.schedule-interview-form-header{padding:28px 32px 0;border-bottom:none}.schedule-interview-form-header h1{margin:0 0 8px;font-size:1.5rem;font-weight:800;color:#111827;letter-spacing:-.02em}.schedule-interview-form-header p{margin:0;color:#6b7280;font-size:.9375rem;line-height:1.5}.schedule-interview-form{padding:24px 32px 32px}.schedule-interview-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.schedule-interview-field label{display:flex;align-items:center;gap:6px;margin-bottom:8px;font-weight:600;font-size:.875rem;color:#374151}.schedule-interview-field input,.schedule-interview-field select{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #d1d5db;font-size:.9375rem;background:#fff;transition:border-color .2s,box-shadow .2s}.schedule-interview-field input:focus,.schedule-interview-field select:focus{outline:none;border-color:#111827;box-shadow:0 0 0 3px #11182714}.schedule-interview-field input:disabled,.schedule-interview-field select:disabled{background:#f9fafb;cursor:not-allowed}.schedule-interview-field-full{grid-column:1 / -1}.schedule-interview-page-error{margin:16px 0 0;padding:10px 12px;border-radius:10px;background:#fef2f2;color:#b91c1c;font-size:.875rem}.schedule-interview-form-actions{margin-top:28px;padding-top:24px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:12px}.schedule-interview-cancel{background:#f3f4f6;border:none;padding:11px 20px;border-radius:10px;font-weight:600;cursor:pointer;color:#374151;transition:background .2s}.schedule-interview-cancel:hover:not(:disabled){background:#e5e7eb}.schedule-interview-cancel:disabled{opacity:.6;cursor:not-allowed}.schedule-interview-confirm{display:inline-flex;align-items:center;gap:8px;background:#111827;color:#ffd800;padding:11px 22px;border-radius:10px;border:none;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s}.schedule-interview-confirm:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px #11182726}.schedule-interview-confirm:disabled{opacity:.7;cursor:not-allowed}@media(max-width:900px){.schedule-interview-layout{grid-template-columns:1fr}.schedule-interview-sidebar{order:2}.schedule-interview-form-card{order:1}}@media(max-width:560px){.schedule-interview-form-grid{grid-template-columns:1fr}.schedule-interview-form{padding:20px}.schedule-interview-form-header{padding:20px 20px 0}.schedule-interview-form-actions{flex-direction:column-reverse}.schedule-interview-cancel,.schedule-interview-confirm{width:100%;justify-content:center}}.recruitment-analysis-page,.interview-deliberation-page{width:100%;max-width:1100px;margin:0 auto;padding-bottom:40px}.recruitment-analysis-header h1,.interview-deliberation-form header h1{margin:0 0 8px;font-size:1.5rem;font-weight:800;color:#111827}.recruitment-analysis-header p,.interview-deliberation-form header p{margin:0;color:#6b7280;line-height:1.5}.recruitment-analysis-loading{display:flex;flex-direction:column;align-items:center;gap:12px;padding:64px 20px;color:#6b7280}.recruitment-analysis-loading .spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#111827;border-radius:50%;animation:recruiter-spin .8s linear infinite}.recruitment-analysis-empty{text-align:center;padding:72px 24px;border:1px dashed #d1d5db;border-radius:16px;background:linear-gradient(to bottom,#fff,#f9fafb)}.recruitment-analysis-empty svg{color:#d1d5db;margin-bottom:16px}.recruitment-analysis-empty h2{margin:0 0 8px;color:#111827}.recruitment-analysis-empty p{margin:0 auto;max-width:420px;color:#6b7280;line-height:1.6}.recruitment-analysis-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:24px 0}.recruitment-stat-card{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--border-color);border-radius:14px;padding:16px}.recruitment-stat-card strong{display:block;font-size:1.25rem;color:#111827}.recruitment-stat-card span{font-size:.8125rem;color:#6b7280}.recruitment-stat-card.warning svg{color:#d97706}.recruitment-analysis-tabs{display:flex;gap:8px;margin-bottom:20px;background:#f3f4f6;padding:4px;border-radius:12px;width:fit-content}.recruitment-analysis-tabs button{border:none;background:transparent;padding:10px 16px;border-radius:10px;font-weight:600;color:#6b7280;cursor:pointer}.recruitment-analysis-tabs button.active{background:#fff;color:#111827;box-shadow:0 2px 6px #0f172a14}.recruitment-analysis-panel{background:#fff;border:1px solid var(--border-color);border-radius:16px;padding:24px;box-shadow:0 8px 24px #0f172a0d}.recruitment-panel-title{display:flex;align-items:center;gap:10px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.recruitment-panel-title h2{margin:0;font-size:1.0625rem;font-weight:700}.recruitment-interview-list,.recruitment-candidate-list{display:flex;flex-direction:column;gap:12px}.recruitment-interview-card,.recruitment-candidate-card{width:100%;border:1px solid #e5e7eb;border-radius:14px;background:#fafafa;padding:18px;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;text-align:left;transition:border-color .2s,box-shadow .2s}.recruitment-interview-card:hover,.recruitment-candidate-card:hover{border-color:#d1d5db;box-shadow:0 4px 16px #0f172a0f}.recruitment-interview-main,.recruitment-candidate-main{display:flex;align-items:flex-start;gap:14px;min-width:0}.recruitment-interview-avatar,.recruitment-candidate-avatar{width:48px;height:48px;border-radius:12px;background:#111827;color:#ffd800;display:flex;align-items:center;justify-content:center;font-weight:800;overflow:hidden;flex-shrink:0}.recruitment-interview-avatar img,.recruitment-candidate-avatar img{width:100%;height:100%;object-fit:cover}.recruitment-interview-card h3,.recruitment-candidate-card h3{margin:0 0 4px;font-size:1rem;color:#111827}.recruitment-interview-card p,.recruitment-candidate-card p{margin:0 0 8px;color:#6b7280;font-size:.875rem}.recruitment-interview-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:.8125rem;color:#64748b}.recruitment-interview-meta span{display:inline-flex;align-items:center;gap:6px}.recruitment-interview-side,.recruitment-candidate-side{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0}.recruitment-badge{font-size:.75rem;font-weight:700;padding:5px 10px;border-radius:100px;text-transform:uppercase;letter-spacing:.03em}.recruitment-badge.scheduled{background:#eff6ff;color:#1d4ed8}.recruitment-badge.pending{background:#fff7ed;color:#c2410c}.recruitment-badge.complete{background:#ecfdf5;color:#047857}.recruitment-recommendation{font-size:.8125rem;font-weight:600;color:#334155;text-transform:capitalize}.recruitment-status-pill{font-size:.75rem;font-weight:700;padding:5px 10px;border-radius:100px;text-transform:uppercase}.recruitment-status-pill.shortlisted{background:#ecfdf5;color:#047857}.recruitment-status-pill.interviewed{background:#eff6ff;color:#1d4ed8}.recruitment-status-pill.hired{background:#fef9c3;color:#a16207}.recruitment-status-pill.rejected{background:#fef2f2;color:#b91c1c}.recruitment-status-pill.pending{background:#f3f4f6;color:#4b5563}.recruitment-candidate-date,.recruitment-interview-count{font-size:.8125rem;color:#6b7280}.recruitment-panel-empty{margin:0;color:#6b7280;padding:24px 0}.recruitment-back-btn{display:inline-flex;align-items:center;gap:8px;background:none;border:none;color:var(--text-muted);font-weight:600;cursor:pointer;margin-bottom:20px}.interview-deliberation-layout{display:grid;grid-template-columns:280px 1fr;gap:24px}.interview-deliberation-sidebar,.interview-deliberation-form{background:#fff;border:1px solid var(--border-color);border-radius:16px;box-shadow:0 8px 24px #0f172a0d}.interview-deliberation-context{padding:24px}.interview-deliberation-context h2{margin:0 0 16px;font-size:1.125rem}.interview-deliberation-context p{display:flex;align-items:center;gap:8px;margin:0 0 10px;color:#6b7280;font-size:.875rem}.interview-deliberation-form{padding:28px}.interview-deliberation-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.interview-deliberation-field{margin-bottom:16px}.interview-deliberation-field label{display:block;margin-bottom:8px;font-weight:600;font-size:.875rem;color:#374151}.interview-deliberation-field textarea,.interview-deliberation-field select{width:100%;padding:12px 14px;border:1px solid #d1d5db;border-radius:10px;font-size:.9375rem;font-family:inherit;resize:vertical}.interview-deliberation-error{color:#b91c1c;background:#fef2f2;padding:10px 12px;border-radius:10px;font-size:.875rem}.interview-deliberation-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:8px;padding-top:20px;border-top:1px solid #e5e7eb}.recruitment-secondary-btn,.recruitment-primary-btn{display:inline-flex;align-items:center;gap:8px;border-radius:10px;padding:11px 18px;font-weight:700;cursor:pointer;border:none}.recruitment-secondary-btn{background:#f3f4f6;color:#374151}.recruitment-primary-btn{background:#111827;color:#ffd800}@media(max-width:900px){.recruitment-analysis-stats{grid-template-columns:repeat(2,1fr)}.interview-deliberation-layout{grid-template-columns:1fr}}@media(max-width:640px){.recruitment-interview-card,.recruitment-candidate-card{flex-direction:column;align-items:stretch}.recruitment-interview-side,.recruitment-candidate-side{flex-direction:row;align-items:center;justify-content:space-between}.interview-deliberation-grid{grid-template-columns:1fr}}.workforce-planning-page,.workforce-employee-page{width:100%;max-width:1100px;margin:0 auto;padding-bottom:40px}.workforce-header h1,.workforce-employee-hero h1{margin:0 0 8px;font-size:1.5rem;font-weight:800;color:#111827}.workforce-header p{margin:0;color:#6b7280;line-height:1.5}.workforce-loading{display:flex;flex-direction:column;align-items:center;gap:12px;padding:64px 20px;color:#6b7280}.workforce-loading .spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#111827;border-radius:50%;animation:recruiter-spin .8s linear infinite}.workforce-empty{text-align:center;padding:72px 24px;border:1px dashed #d1d5db;border-radius:16px;background:linear-gradient(to bottom,#fff,#f9fafb)}.workforce-empty svg{color:#d1d5db;margin-bottom:16px}.workforce-empty h2{margin:0 0 8px;color:#111827}.workforce-empty p{margin:0 auto;max-width:420px;color:#6b7280;line-height:1.6}.workforce-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:24px 0}.workforce-stat-card{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--border-color);border-radius:14px;padding:16px}.workforce-stat-card strong{display:block;font-size:1.25rem;color:#111827}.workforce-stat-card span{font-size:.8125rem;color:#6b7280}.workforce-layout,.workforce-employee-grid{display:grid;gap:24px}.workforce-layout{grid-template-columns:1.4fr 1fr}.workforce-employee-grid{grid-template-columns:1fr 1fr}.workforce-panel-wide{grid-column:1 / -1}.workforce-panel{background:#fff;border:1px solid var(--border-color);border-radius:16px;padding:24px;box-shadow:0 8px 24px #0f172a0d}.workforce-panel-title{display:flex;align-items:center;gap:10px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.workforce-panel-title h2{margin:0;font-size:1.0625rem;font-weight:700}.workforce-employee-list{display:flex;flex-direction:column;gap:12px}.workforce-employee-card{width:100%;border:1px solid #e5e7eb;border-radius:14px;background:#fafafa;padding:18px;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;text-align:left}.workforce-employee-card:hover{border-color:#d1d5db;box-shadow:0 4px 16px #0f172a0f}.workforce-employee-main{display:flex;align-items:flex-start;gap:14px;min-width:0}.workforce-employee-avatar{width:48px;height:48px;border-radius:12px;background:#111827;color:#ffd800;display:flex;align-items:center;justify-content:center;font-weight:800;flex-shrink:0}.workforce-employee-avatar.large{width:72px;height:72px;font-size:1.25rem}.workforce-employee-card h3{margin:0 0 4px;font-size:1rem}.workforce-employee-card p,.workforce-employee-hero p{margin:0 0 6px;color:#6b7280;font-size:.875rem}.workforce-employee-type{display:inline-block;font-size:.8125rem;color:#64748b}.workforce-job-preview{margin-top:8px!important;color:#94a3b8!important;font-size:.8125rem!important;line-height:1.5}.workforce-employee-side{display:flex;align-items:center;gap:12px;flex-shrink:0}.workforce-performance-label{display:flex;align-items:center;gap:6px;font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase}.workforce-performance-bar{width:140px;height:8px;background:#e5e7eb;border-radius:100px;overflow:hidden;margin:6px 0}.workforce-performance-bar.large{width:100%;height:10px;margin:12px 0}.workforce-performance-bar span{display:block;height:100%;background:linear-gradient(90deg,#111827,#ffd800);border-radius:100px}.workforce-performance small{color:#6b7280;font-size:.75rem}.workforce-shift-list{display:flex;flex-direction:column;gap:12px}.workforce-shift-list.detailed{margin-top:20px}.workforce-shift-card{border:1px solid #e5e7eb;border-radius:12px;padding:14px;background:#f8fafc}.workforce-shift-card h3{margin:0 0 4px;font-size:.9375rem}.workforce-shift-card p,.workforce-shift-card span,.workforce-shift-card em{display:flex;align-items:center;gap:6px;margin:4px 0 0;color:#64748b;font-size:.8125rem;font-style:normal}.workforce-shift-status{display:inline-block;font-size:.6875rem;font-weight:700;text-transform:uppercase;padding:4px 8px;border-radius:100px;background:#eff6ff;color:#1d4ed8}.workforce-panel-empty{margin:0;color:#6b7280}.workforce-back-btn{display:inline-flex;align-items:center;gap:8px;background:none;border:none;color:var(--text-muted);font-weight:600;cursor:pointer;margin-bottom:20px}.workforce-employee-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#fff;border:1px solid var(--border-color);border-radius:16px;padding:24px;margin-bottom:24px;box-shadow:0 8px 24px #0f172a0d}.workforce-employee-hero-main{display:flex;align-items:center;gap:18px}.workforce-rate-btn,.workforce-add-shift-btn{display:inline-flex;align-items:center;gap:8px;border:none;border-radius:10px;padding:11px 18px;font-weight:700;cursor:pointer;background:#111827;color:#ffd800}.workforce-job-description h3{margin:18px 0 8px;font-size:.9375rem}.workforce-job-description p{margin:0;color:#475569;line-height:1.7;white-space:pre-wrap}.workforce-performance-detail p{margin:0;color:#6b7280}.workforce-review-list{display:flex;flex-direction:column;gap:12px;margin-top:16px}.workforce-review-card{border:1px solid #e5e7eb;border-radius:12px;padding:14px;background:#fafafa}.workforce-review-top{display:flex;align-items:center;gap:8px;margin-bottom:8px}.workforce-review-top span{margin-left:auto;color:#94a3b8;font-size:.8125rem}.workforce-review-card p{margin:0;color:#334155;line-height:1.6}.workforce-review-card em{display:block;margin-top:8px;color:#64748b;font-size:.8125rem}.workforce-shift-form-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.workforce-shift-form-grid input{padding:11px 12px;border:1px solid #d1d5db;border-radius:10px}.workforce-form-error{color:#b91c1c;background:#fef2f2;padding:10px 12px;border-radius:10px;font-size:.875rem;margin-top:12px}@media(max-width:900px){.workforce-stats,.workforce-layout,.workforce-employee-grid,.workforce-shift-form-grid{grid-template-columns:1fr}.workforce-employee-hero{flex-direction:column;align-items:flex-start}}@media(max-width:640px){.workforce-employee-card{flex-direction:column;align-items:stretch}.workforce-employee-side{justify-content:space-between}}.dashboard-container{min-height:100vh;background-color:#f8fafc;font-size:12px}.dashboard-header{background:#fff;padding:15px 40px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px #0000001a}.dashboard-header .logo{display:flex;align-items:center;gap:10px}.dashboard-header .logo h1{font-size:20px;margin:0}.user-menu{display:flex;align-items:center;gap:20px}.logout-btn{padding:8px 16px;background:#f1f5f9;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s}.logout-btn:hover{background:#e2e8f0}.dashboard-content{max-width:1200px;margin:0 auto;padding:40px 20px}.hero-section{margin-bottom:40px}.hero-section h2{font-size:32px;margin-bottom:10px}.hero-section p{color:#64748b;font-size:12px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.stat-card{background:#fff;padding:24px;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a}.stat-card h3{color:#64748b;font-size:14px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px}.stat-value{font-size:36px;font-weight:700;color:#0f172a}
