.chatbot-container{position:fixed;bottom:24px;right:24px;z-index:900;display:flex;flex-direction:column;align-items:flex-end;gap:12px}.chatbot-fab{width:52px;height:52px;border-radius:50%;background:var(--primary);color:#fff;border:none;font-size:24px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #1a56db66;transition:background .15s,transform .15s}.chatbot-fab:hover{background:var(--primary-dark);transform:scale(1.07)}.chatbot-fab.open{background:#475569;box-shadow:0 4px 16px #00000040}.chatbot-panel{width:360px;height:520px;background:var(--surface);border-radius:16px;box-shadow:0 8px 40px #0000002e;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border);animation:slideUp .2s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.chatbot-header{background:var(--primary);color:#fff;padding:14px 16px;display:flex;align-items:center;justify-content:space-between}.chatbot-header-info{display:flex;align-items:center;gap:10px}.chatbot-bot-icon{font-size:26px;opacity:.9}.chatbot-title{font-size:14px;font-weight:700}.chatbot-subtitle{font-size:11px;opacity:.75}.chatbot-close{background:none;border:none;color:#fff;font-size:20px;display:flex;align-items:center;padding:4px;border-radius:6px;opacity:.8}.chatbot-close:hover{opacity:1;background:#ffffff26}.chatbot-messages{flex:1;overflow-y:auto;padding:16px 14px;display:flex;flex-direction:column;gap:12px}.message{display:flex;gap:8px;align-items:flex-end}.message-user{flex-direction:row-reverse}.message-avatar{width:28px;height:28px;border-radius:50%;background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.message-bubble{max-width:78%;padding:9px 12px;border-radius:12px;font-size:13px;line-height:1.5;word-break:break-word}.message-assistant .message-bubble{background:var(--bg);color:var(--text);border:1px solid var(--border);border-bottom-left-radius:4px}.message-user .message-bubble{background:var(--primary);color:#fff;border-bottom-right-radius:4px}.typing{display:flex;align-items:center;gap:4px;padding:12px 14px}.typing span{width:7px;height:7px;background:var(--text-muted);border-radius:50%;animation:bounce .9s infinite}.typing span:nth-child(2){animation-delay:.15s}.typing span:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,80%,to{transform:scale(1);opacity:.5}40%{transform:scale(1.3);opacity:1}}.chatbot-input-wrap{padding:10px 12px 8px;border-top:1px solid var(--border);display:flex;align-items:flex-end;gap:8px}.chatbot-input{flex:1;padding:9px 12px;border:1px solid var(--border);border-radius:10px;font-size:13px;resize:none;outline:none;max-height:100px;line-height:1.4;background:var(--bg);transition:border-color .15s}.chatbot-input:focus{border-color:var(--primary)}.chatbot-send{width:36px;height:36px;border-radius:10px;background:var(--primary);color:#fff;border:none;font-size:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,opacity .15s}.chatbot-send:disabled{background:var(--border);color:var(--text-muted);cursor:not-allowed}.chatbot-send:hover:not(:disabled){background:var(--primary-dark)}.chatbot-hint{text-align:center;font-size:10px;color:var(--text-muted);padding:0 12px 8px}.chatbot-download-btn{display:flex;align-items:center;gap:6px;margin-top:8px;padding:6px 12px;background:var(--primary);color:#fff;border:none;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;width:100%;justify-content:center;transition:background .15s}.chatbot-download-btn:hover{background:var(--primary-dark)}.main-content{padding:28px 32px;background:var(--bg);min-height:calc(100vh - 60px);width:100%}@media(max-width:900px){.ats-header-nav{display:none!important}.ats-mobile-menu-btn{display:flex!important}.ats-header-username{display:none}.main-content{padding:20px 16px}}.ats-mobile-nav{position:fixed;top:60px;left:0;right:0;z-index:49;max-height:calc(100vh - 60px);overflow-y:auto;box-shadow:0 8px 24px #0000002e}.ats-user-dropdown{position:absolute;right:0;top:calc(100% + 8px);z-index:200;background:#fff;border-radius:10px;box-shadow:0 8px 24px #00000026;min-width:200px;overflow:hidden}@media(max-width:900px){.ats-user-dropdown{right:auto;left:0}}.dashboard{max-width:1200px}.page-subtitle{color:var(--text-muted);font-size:13px;margin-bottom:24px}.stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:28px}.stat-card{background:var(--surface);border-radius:var(--radius);padding:20px;display:flex;align-items:center;gap:16px;box-shadow:var(--shadow);border:1px solid var(--border)}.stat-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.stat-value{font-size:26px;font-weight:700;line-height:1}.stat-label{font-size:12px;color:var(--text-muted);margin-top:2px}.dash-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.dash-card{background:var(--surface);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow);border:1px solid var(--border)}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.card-title{font-size:15px;font-weight:700;margin-bottom:16px}.card-header .card-title{margin-bottom:0}.card-link{font-size:12px;color:var(--primary);font-weight:500}.card-link:hover{text-decoration:underline}.pipeline-list{display:flex;flex-direction:column;gap:8px}.pipeline-row{display:flex;align-items:center;justify-content:space-between}.pipeline-count{font-weight:700;font-size:15px}.pill{display:inline-block;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600;text-transform:capitalize}.recent-list{display:flex;flex-direction:column}.recent-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--border);transition:background .1s}.recent-row:last-child{border-bottom:none}.recent-row:hover{opacity:.8}.recent-avatar{width:34px;height:34px;border-radius:50%;background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}.recent-info{flex:1;min-width:0;display:flex;flex-direction:column}.recent-name{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recent-sub{font-size:12px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recent-count{font-size:12px;color:var(--text-muted);white-space:nowrap}.empty-state{font-size:13px;color:var(--text-muted);padding:12px 0}.empty-state a{color:var(--primary)}.page{width:100%}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px;flex-wrap:wrap}.page-title{font-size:22px;font-weight:700;margin-bottom:2px}.page-subtitle{color:var(--text-muted);font-size:13px}.page-loading{color:var(--text-muted);padding:40px;text-align:center}.btn{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border-radius:var(--radius);font-size:13px;font-weight:600;border:none;transition:background .15s,opacity .15s;white-space:nowrap}.btn svg{font-size:16px}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-dark)}.btn-secondary{background:var(--primary-light);color:var(--primary)}.btn-secondary:hover:not(:disabled){background:#dbeafe}.btn-ghost{background:transparent;color:var(--text-muted);border:1px solid var(--border)}.btn-ghost:hover:not(:disabled){background:var(--bg);color:var(--text)}.btn-danger{background:#fee2e2;color:var(--danger)}.btn-danger:hover:not(:disabled){background:#fecaca}.icon-btn{padding:7px}.filters{display:flex;gap:10px;margin-bottom:16px;flex-wrap:wrap}.search-wrap{position:relative;flex:1;min-width:200px}.search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:var(--text-muted);font-size:18px}.search-input{width:100%;padding:9px 12px 9px 36px;border:1px solid var(--border);border-radius:var(--radius);font-size:13px;outline:none;background:var(--surface)}.search-input:focus{border-color:var(--primary)}.filter-select{padding:9px 12px;border:1px solid var(--border);border-radius:var(--radius);font-size:13px;background:var(--surface);outline:none}.table-wrap{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);overflow:auto;box-shadow:var(--shadow)}.table{width:100%;border-collapse:collapse;font-size:13px}.table th{text-align:left;padding:11px 16px;background:var(--bg);font-weight:600;color:var(--text-muted);border-bottom:1px solid var(--border);white-space:nowrap}.table td{padding:12px 16px;border-bottom:1px solid var(--border);vertical-align:middle}.table tbody tr:last-child td{border-bottom:none}.tr-link{cursor:pointer;transition:background .1s}.tr-link:hover{background:var(--bg)}.td-center{text-align:center;color:var(--text-muted);padding:32px}.td-with-avatar{display:flex;align-items:center;gap:10px}.avatar{width:32px;height:32px;border-radius:50%;background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0;text-transform:uppercase}.pagination{display:flex;align-items:center;gap:12px;justify-content:center;margin-top:16px;font-size:13px}.pagination button{padding:6px 14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);font-size:13px;font-weight:500}.pagination button:disabled{opacity:.4;cursor:not-allowed}.pill{display:inline-block;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:600;text-transform:capitalize;white-space:nowrap}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.modal{background:var(--surface);border-radius:12px;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;box-shadow:0 24px 64px #00000040}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid var(--border);font-size:16px;font-weight:700}.modal-close{background:none;border:none;font-size:20px;color:var(--text-muted);padding:4px;display:flex;align-items:center;border-radius:4px}.modal-close:hover{background:var(--bg);color:var(--text)}.modal-form{padding:20px 24px;display:flex;flex-direction:column;gap:14px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field{display:flex;flex-direction:column;gap:5px}.field label{font-size:12px;font-weight:600;color:var(--text)}.field input,.field select,.field textarea{padding:9px 11px;border:1px solid var(--border);border-radius:var(--radius);font-size:13px;outline:none;width:100%}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--primary)}.error{font-size:11px;color:var(--danger)}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600}.detail-grid{display:grid;grid-template-columns:320px 1fr;gap:20px;align-items:start}@media(max-width:900px){.detail-grid{grid-template-columns:1fr}}.detail-right{display:flex;flex-direction:column;gap:20px}.detail-card{background:var(--surface);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow);border:1px solid var(--border)}.detail-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;font-size:15px;font-weight:700}.detail-card-header h2{font-size:15px}.profile-view{display:flex;flex-direction:column;align-items:center;text-align:center}.profile-avatar-lg{width:72px;height:72px;border-radius:50%;background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;margin-bottom:12px}.profile-fields{width:100%;text-align:left;margin-top:8px}.detail-row{display:flex;gap:8px;padding:8px 0;border-bottom:1px solid var(--border);font-size:13px}.detail-row:last-child{border-bottom:none}.detail-label{color:var(--text-muted);width:90px;flex-shrink:0}.detail-value{flex:1;word-break:break-word}.edit-form{display:flex;flex-direction:column;gap:12px}.resume-list{display:flex;flex-direction:column;gap:8px}.resume-row{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;background:var(--bg);border-radius:6px;border:1px solid var(--border)}.resume-name{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;margin-right:8px}.app-list{display:flex;flex-direction:column;gap:4px}.app-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--border)}.app-row:last-child{border-bottom:none}.app-row>div{display:flex;flex-direction:column}.progress-list{display:flex;flex-direction:column;gap:12px}.progress-row{display:flex;flex-direction:column;gap:6px}.progress-info{display:flex;justify-content:space-between}.progress-bar-wrap{display:flex;align-items:center;gap:8px}.progress-bar{flex:1;height:8px;background:var(--border);border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:var(--accent);border-radius:4px;transition:width .3s}.progress-pct{font-size:12px;font-weight:600;color:var(--text-muted);width:32px;text-align:right}.settings-grid{display:grid;grid-template-columns:1fr 320px;gap:24px;align-items:start}@media(max-width:1000px){.settings-grid{grid-template-columns:1fr}}.settings-sections{display:flex;flex-direction:column;gap:20px}.settings-card{background:var(--surface);border-radius:var(--radius);padding:20px 24px;box-shadow:var(--shadow);border:1px solid var(--border)}.settings-section-title{font-size:14px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px}.settings-fields{display:flex;flex-direction:column;gap:14px}.color-row{display:flex;align-items:center;gap:8px}.color-input{width:44px!important;height:38px;padding:2px 4px!important;border-radius:6px;cursor:pointer;flex-shrink:0}.color-text{flex:1}.settings-preview-wrap{position:sticky;top:20px}.login-preview{border-radius:var(--radius);overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:380px;margin-top:12px;border:1px solid var(--border)}.login-preview-card{background:#fffffff7;border-radius:12px;padding:28px 24px;width:240px;box-shadow:0 8px 32px #0000001f;display:flex;flex-direction:column;align-items:center;text-align:center}.preview-field{width:100%;height:34px;border-radius:8px;background:#f0f0f0;margin-bottom:10px}.preview-btn{width:100%;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;margin-top:4px}.image-url-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.image-url-input{flex:1;min-width:200px}.image-upload-btn{flex-shrink:0;white-space:nowrap}.image-url-preview{width:48px;height:48px;object-fit:cover;border-radius:6px;border:1px solid var(--border);flex-shrink:0;display:none}.notif-recipients{display:flex;flex-direction:column;gap:8px}.notif-recipient-row{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:background .12s}.notif-recipient-row:hover{background:var(--bg)}.notif-recipient-row input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary);flex-shrink:0}.notif-recipient-info{flex:1;display:flex;flex-direction:column}.notif-recipient-name{font-size:13px;font-weight:600}.notif-recipient-email{font-size:11px;color:var(--text-muted)}.pill-admin{background:#fde8e8;color:#e02424}.pill-manager{background:#e1effe;color:#1a56db}.tpl-layout{display:grid;grid-template-columns:240px 1fr;gap:20px;align-items:start}@media(max-width:768px){.tpl-layout{grid-template-columns:1fr}}.tpl-list{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.tpl-list-item{display:block;width:100%;text-align:left;padding:13px 16px;background:none;border:none;border-bottom:1px solid var(--border);cursor:pointer;transition:background .12s}.tpl-list-item:last-child{border-bottom:none}.tpl-list-item:hover{background:var(--bg)}.tpl-list-item.active{background:var(--primary-light);border-left:3px solid var(--primary)}.tpl-list-label{font-size:13px;font-weight:600;color:var(--text)}.tpl-list-key{font-size:11px;color:var(--text-muted);margin-top:2px;font-family:monospace}.tpl-editor{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:24px;display:flex;flex-direction:column;gap:14px}.tpl-editor-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:4px}.tpl-editor-title{font-size:16px;font-weight:700}.tpl-editor-key{font-size:11px;color:var(--text-muted);font-family:monospace;margin-top:2px}.tpl-vars-row{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:10px 12px;background:var(--bg);border-radius:8px;font-size:12px}.tpl-vars-label{font-weight:600;color:var(--text-muted);margin-right:4px;flex-shrink:0}.tpl-var-pill{padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;font-family:monospace;cursor:default}.tpl-body{width:100%;min-height:240px;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius);font-size:12px;font-family:monospace;resize:vertical;outline:none;line-height:1.5}.tpl-body:focus{border-color:var(--primary)}.tpl-preview-label{font-size:12px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.tpl-preview{border:1px solid var(--border);border-radius:var(--radius);padding:16px;background:#fff;font-size:13px;line-height:1.6;max-height:300px;overflow-y:auto}.tpl-test-row{display:flex;gap:8px;align-items:center;padding-top:4px;border-top:1px solid var(--border)}.tpl-test-row input{flex:1;padding:9px 12px;border:1px solid var(--border);border-radius:var(--radius);font-size:13px;outline:none}.tpl-test-row input:focus{border-color:var(--primary)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #ed8e7c;--primary-dark: #d4705d;--primary-light: #fdf2f0;--secondary: #ed8e7c;--btn-color: #ed8e7c;--btn-text: #ffffff;--link-color: #ed8e7c;--accent: #0e9f6e;--danger: #e02424;--warning: #ff5a1f;--text: #111928;--text-muted: #6b7280;--border: #e5e7eb;--bg: #f9f9f9;--surface: #ffffff;--sidebar-w: 240px;--radius: 10px;--shadow: 0 2px 12px rgba(0,0,0,.08)}body{font-family:Marcellus,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;font-size:14px}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit;font-size:14px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}
