.login-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.login-container{max-width:420px;width:100%}.login-card{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;padding:40px}.login-title{color:#111827;font-size:24px;font-weight:700;margin-bottom:8px;text-align:center}.login-subtitle{color:#6b7280;margin-bottom:32px;text-align:center}.login-form{display:flex;flex-direction:column;gap:20px}.btn-block{font-size:16px;justify-content:center;padding:12px;width:100%}.layout{display:flex;min-height:100vh}.sidebar{background:linear-gradient(180deg,#1e293b,#0f172a);bottom:0;box-shadow:2px 0 8px #0000001a;display:flex;flex-direction:column;left:0;position:fixed;top:0;width:260px;z-index:100}.sidebar-header{border-bottom:1px solid #ffffff1a;padding:24px 20px}.sidebar-title{color:#fff;font-size:22px;font-weight:700;line-height:1.2;margin:0}.sidebar-subtitle{color:#94a3b8;font-size:12px;font-weight:400;margin:4px 0 0}.sidebar-nav{flex:1 1;overflow-y:auto;padding:20px 12px}.sidebar-link{align-items:center;border-radius:8px;color:#cbd5e1;display:flex;font-size:14px;font-weight:500;gap:12px;margin-bottom:4px;padding:12px 16px;text-decoration:none;transition:all .2s}.sidebar-link:hover{background-color:#ffffff1a;color:#fff}.sidebar-link.active{background-color:#3b82f6;color:#fff}.sidebar-link-icon{align-items:center;display:flex;font-size:18px;justify-content:center;width:24px}.sidebar-link-label{flex:1 1}.sidebar-footer{border-top:1px solid #ffffff1a;padding:16px 12px}.user-profile{gap:12px;margin-bottom:12px;padding:8px}.user-avatar,.user-profile{align-items:center;display:flex}.user-avatar{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;flex-shrink:0;font-size:16px;font-weight:600;height:40px;justify-content:center;width:40px}.user-details{flex:1 1;min-width:0}.user-name{color:#fff;font-size:14px;font-weight:600;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-meta{align-items:center;color:#94a3b8;display:flex;font-size:11px;gap:6px}.user-department,.user-role{text-transform:capitalize}.user-separator{color:#475569}.sidebar-logout-btn{align-items:center;background-color:#ef44441a;border:1px solid #ef44444d;border-radius:8px;color:#fca5a5;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;justify-content:center;padding:10px 16px;transition:all .2s;width:100%}.sidebar-logout-btn:hover{background-color:#ef444433;border-color:#ef444480;color:#f87171}.main-content{background-color:#f5f5f5;flex:1 1;margin-left:260px;min-height:100vh}@media (max-width:768px){.sidebar{width:220px}.main-content{margin-left:220px}.sidebar-title{font-size:18px}.user-meta{align-items:flex-start;flex-direction:column;gap:2px}.user-separator{display:none}}.profile-container{margin:0 auto;max-width:800px;padding:20px}.profile-container h1{color:#1f2937;font-size:28px;font-weight:600;margin-bottom:24px}.profile-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px;padding:24px}.profile-card h2{border-bottom:2px solid #f3f4f6;color:#1f2937;font-size:20px;font-weight:600;margin-bottom:20px;padding-bottom:12px}.profile-info{display:flex;flex-direction:column;gap:16px}.info-row{align-items:center;background:#f9fafb;border-radius:8px;display:flex;padding:12px}.info-label{color:#6b7280;font-size:14px;font-weight:600;min-width:160px}.info-value{color:#1f2937;flex:1 1;font-size:14px}.role-badge{background:#3b82f6;border-radius:12px;color:#fff;font-size:12px;padding:4px 12px;text-transform:capitalize}.role-badge,.status-badge{display:inline-block;font-weight:600}.status-badge.active{background:#dcfce7;color:#16a34a}.status-badge.inactive{background:#fee2e2;color:#dc2626}.password-form{max-width:500px}.password-input-wrapper{align-items:center;display:flex;position:relative}.password-input-wrapper .form-input{flex:1 1;padding-right:45px}.password-toggle{align-items:center;background:none;border:none;color:#6b7280;cursor:pointer;display:flex;font-size:18px;justify-content:center;padding:5px;position:absolute;right:10px;transition:color .2s}.password-toggle:hover{color:#3b82f6}.form-actions{display:flex;gap:12px;margin-top:24px}.alert{border-radius:8px;font-size:14px}.alert-error{background:#fee2e2;border:1px solid #fca5a5;color:#dc2626}.alert-success{background:#dcfce7;border:1px solid #86efac;color:#16a34a}@media (max-width:768px){.profile-container{padding:12px}.profile-card{padding:16px}.info-row{align-items:flex-start;flex-direction:column;gap:4px}.info-label{min-width:auto}.password-form{max-width:100%}}.comment-section{margin-top:32px}.comment-section-title{color:#111827;font-size:18px;font-weight:600;margin-bottom:16px}.comment-form{margin-bottom:24px}.comment-form .form-textarea{margin-bottom:12px}.comments-list{display:flex;flex-direction:column;gap:16px}.no-comments{background:#f9fafb;border-radius:4px;color:#6b7280;padding:32px;text-align:center}.comment-item{background:#fff;border:1px solid #e5e7eb;border-radius:4px;padding:16px}.comment-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:8px}.comment-author{display:flex;flex-direction:column;gap:4px}.comment-author strong{color:#111827;font-size:14px}.comment-meta{color:#6b7280;font-size:12px}.comment-text{color:#374151;line-height:1.6;margin:0;white-space:pre-wrap;word-break:break-word}.comment-delete{background:none;border:none;border-radius:4px;color:#ef4444;cursor:pointer;font-size:12px;padding:4px 8px;transition:background-color .2s}.comment-delete:hover{background-color:#fee2e2}.dashboard-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.dashboard-header h1{color:#111827;font-size:28px;font-weight:700}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:24px}.stat-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:20px}.stat-card h3{color:#6b7280;font-size:14px;font-weight:500;margin-bottom:8px;text-transform:capitalize}.stat-value{color:#111827;margin:0}.filters{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.digest-email-page{margin:0 auto;max-width:900px;padding:24px}.page-header{margin-bottom:32px}.digest-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px;padding:32px}.digest-section h2{color:#1f2937;font-size:20px;margin:0 0 24px}.checkbox-label{align-items:center;border:2px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:16px;gap:12px;padding:12px;transition:all .2s}.checkbox-label:hover{background:#f9fafb;border-color:#667eea}.checkbox-label input[type=checkbox]{cursor:pointer;height:20px;width:20px}.form-select{border:2px solid #e5e7eb;border-radius:8px;font-size:14px;padding:12px;transition:border-color .2s;width:100%}.form-select:focus{border-color:#667eea;outline:none}.form-select:disabled{background:#f3f4f6;cursor:not-allowed}.form-hint{color:#6b7280;display:block;font-size:13px;margin-top:6px}.btn-send{align-items:center;display:flex;font-size:16px;font-weight:600;gap:8px;justify-content:center;padding:16px;width:100%}.btn-send:disabled{cursor:not-allowed;opacity:.6}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;height:16px;width:16px}.message{border-radius:8px;font-size:14px;font-weight:500;margin-top:20px;padding:16px}.message-success{background:#d1fae5;border:1px solid #6ee7b7;color:#065f46}.message-error{background:#fee2e2;border:1px solid #fca5a5;color:#991b1b}.results-section{border-top:2px solid #e5e7eb;margin-top:32px;padding-top:32px}.results-section h3{color:#1f2937;font-size:18px;margin:0 0 20px}.results-summary{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-bottom:24px}.result-stat{background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;padding:20px;text-align:center}.result-stat.success{background:#d1fae5;border-color:#6ee7b7}.result-stat.error{background:#fee2e2;border-color:#fca5a5}.stat-value{color:#1f2937;font-size:32px;font-weight:700;margin-bottom:4px}.stat-label{color:#6b7280;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.results-details{margin-top:24px}.results-details h4{color:#6b7280;font-size:14px;font-weight:600;margin:0 0 12px;text-transform:uppercase}.results-table{background:#f9fafb;border-radius:8px;max-height:400px;overflow-y:auto;padding:12px}.result-row{align-items:center;background:#fff;border-left:4px solid #0000;border-radius:6px;display:flex;gap:12px;margin-bottom:8px;padding:12px}.result-row.success-row{border-left-color:#10b981}.result-row.error-row{border-left-color:#ef4444}.result-row:last-child{margin-bottom:0}.result-icon{font-size:16px}.result-name{color:#1f2937;flex:1 1;font-weight:500}.result-error{color:#ef4444;font-size:12px;font-style:italic}.info-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 6px #0000001a;color:#fff;padding:32px}.info-card h3{font-size:20px;margin:0 0 16px}.info-card ul{margin:0;padding-left:20px}.info-card li{line-height:1.6;margin-bottom:12px}.info-card li:last-child{margin-bottom:0}.info-card ul ul{margin-top:8px}.info-card strong{font-weight:600}.recipients-list{background:#f9fafb;border-radius:8px;margin-top:20px;padding:16px}.recipients-list h4{color:#374151;font-size:14px;margin:0 0 8px}.badge-new{background:#dbeafe}.errors-list{background:#fef2f2;border-left:4px solid #ef4444;border-radius:8px;margin-top:20px;padding:16px}.errors-list h4{color:#991b1b;font-size:14px;margin:0 0 12px}.error-item{color:#dc2626;font-size:13px;padding:8px}@media (max-width:768px){.digest-email-page{padding:16px}.digest-card{padding:20px}.results-summary{grid-template-columns:1fr}.page-header h1{font-size:24px}}.team-attendance-page{padding:24px}.page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.page-header h1{color:#1f2937;font-size:32px;margin:0 0 8px}.page-header p{color:#6b7280;font-size:16px;margin:0}.filters-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px;padding:24px}.filters-card h3{color:#1f2937;font-size:18px;margin:0 0 20px}.filters-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:16px}.form-group{margin-bottom:0}.form-label{font-size:14px;font-weight:600}.form-input,.form-select{border:2px solid #e5e7eb;border-radius:8px;font-size:14px;padding:10px 12px;transition:border-color .2s;width:100%}.form-input:focus,.form-select:focus{border-color:#667eea;outline:none}.btn-clear{margin-top:8px}.status-badge{border-radius:12px;font-size:12px;font-weight:500;padding:4px 12px;text-transform:capitalize;white-space:nowrap}.status-checked-in{background:#d1fae5;color:#065f46}.status-checked-out{background:#dbeafe;color:#1e40af}@media (max-width:768px){.team-attendance-page{padding:16px}.filters-grid{grid-template-columns:1fr}.page-header h1{font-size:24px}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{margin:0 auto;max-width:1400px;padding:20px}.btn{align-items:center;border:none;border-radius:4px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:8px;padding:10px 20px;transition:all .2s}.btn:disabled{cursor:not-allowed;opacity:.6}.btn-primary{background-color:#2563eb;color:#fff}.btn-primary:hover:not(:disabled){background-color:#1d4ed8}.btn-secondary{background-color:#6b7280;color:#fff}.btn-secondary:hover:not(:disabled){background-color:#4b5563}.btn-success{background-color:#10b981;color:#fff}.btn-success:hover:not(:disabled){background-color:#059669}.btn-danger{background-color:#ef4444;color:#fff}.btn-danger:hover:not(:disabled){background-color:#dc2626}.form-group{margin-bottom:20px}.form-label{color:#374151;display:block;font-weight:500;margin-bottom:8px}.form-input,.form-select,.form-textarea{border:1px solid #d1d5db;border-radius:4px;font-size:14px;padding:10px 12px;transition:border-color .2s;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#2563eb;outline:none}.form-textarea{min-height:100px;resize:vertical}.form-error{color:#ef4444;font-size:12px;margin-top:4px}.card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:20px;padding:24px}.card-header{border-bottom:1px solid #e5e7eb;margin-bottom:16px;padding-bottom:16px}.card-title{color:#111827;font-size:20px;font-weight:600}.table-container{overflow-x:auto}.table{background:#fff;border-collapse:collapse;width:100%}.table td,.table th{border-bottom:1px solid #e5e7eb;padding:12px;text-align:left}.table th{color:#374151;font-weight:600}.table th,.table tr:hover{background-color:#f9fafb}.loading{align-items:center;display:flex;justify-content:center;min-height:200px}.spinner{animation:spin .8s linear infinite;border:4px solid #e5e7eb;border-radius:50%;border-top-color:#2563eb;height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.badge{border-radius:12px;display:inline-block;font-size:12px;font-weight:500;padding:4px 12px}.badge-new{background-color:#dbeafe;color:#1e40af}.badge-contacted{background-color:#fef3c7;color:#92400e}.badge-in_progress{background-color:#e0e7ff;color:#3730a3}.badge-won{background-color:#d1fae5;color:#065f46}.badge-lost{background-color:#fee2e2;color:#991b1b}.badge-open{background-color:#d1fae5;color:#065f46}.badge-closed{background-color:#e5e7eb;color:#374151}.badge-applied{background-color:#dbeafe;color:#1e40af}.badge-screening{background-color:#fef3c7;color:#92400e}.badge-interview{background-color:#e0e7ff;color:#3730a3}.badge-selected{background-color:#d1fae5;color:#065f46}.badge-rejected{background-color:#fee2e2;color:#991b1b}.badge-initiated{background-color:#dbeafe;color:#1e40af}.badge-under_process{background-color:#fef3c7;color:#92400e}.badge-completed{background-color:#d1fae5;color:#065f46}.pagination{align-items:center;display:flex;gap:8px;justify-content:center;margin-top:24px}.pagination button{background:#fff;border:1px solid #d1d5db;border-radius:4px;cursor:pointer;padding:8px 12px}.pagination button:hover:not(:disabled){background-color:#f9fafb}.pagination button:disabled{cursor:not-allowed;opacity:.5}.pagination .active{background-color:#2563eb;border-color:#2563eb;color:#fff}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal{background:#fff;border-radius:8px;max-height:90vh;max-width:600px;overflow-y:auto;padding:24px;width:90%}.modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.modal-close{background:none;border:none;color:#6b7280;cursor:pointer;font-size:24px}.alert{border-radius:4px;margin-bottom:20px;padding:12px 16px}.alert-success{background-color:#d1fae5;border:1px solid #10b981;color:#065f46}.alert-error{background-color:#fee2e2;border:1px solid #ef4444;color:#991b1b}.alert-info{background-color:#dbeafe;border:1px solid #2563eb;color:#1e40af}
/*# sourceMappingURL=main.79c47f49.css.map*/