.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:none!important;transition:none!important}.modal-container{background:white;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;animation:none!important;transition:none!important}.modal-container.modal-container-wide{width:min(720px,96vw)!important;min-width:min(360px,94vw)!important;max-width:720px!important}.job-form{padding:0 24px 24px}.form-input-spaced{margin-top:8px}.form-textarea{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:16px;transition:all .2s;background:#f9fafb;resize:vertical;font-family:inherit;box-sizing:border-box}.form-textarea-spaced{margin-top:8px}.form-textarea-description{min-height:auto;max-height:120px;overflow-y:auto;line-height:1.5}.form-textarea-question{min-height:auto;max-height:96px;overflow-y:auto;line-height:1.5}.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:white}.form-textarea:disabled{opacity:.6;cursor:not-allowed;background:#f3f4f6}.greeting-message-display{margin-top:8px;padding:12px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:16px;line-height:1.4;color:#334155;min-height:44px;display:flex;align-items:center;box-sizing:border-box}.requirements-container,.requirements-list{display:flex;flex-direction:column;gap:12px}.form-help{font-size:13px;color:#6b7280;margin-bottom:8px;margin-top:-4px;line-height:1.4}.form-help-subtext{font-size:12px;color:#9ca3af;margin-top:-2px;margin-bottom:6px;font-weight:400}.requirement-item{display:flex;gap:8px;align-items:flex-start}.requirement-item .remove-requirement{margin-top:8px}.requirement-input{flex:1}.requirement-input.form-textarea{min-height:20px;resize:vertical;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word}.remove-requirement{background:#fef2f2;color:#dc2626;border:1px solid #fecaca;padding:8px 12px;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s;min-width:40px;height:40px;display:flex;align-items:center;justify-content:center}.remove-requirement:hover{background:#fee2e2;border-color:#fca5a5}.remove-requirement:disabled{opacity:.6;cursor:not-allowed}.add-requirement{background:#f0f9ff;color:#3b82f6;border:1px solid #bae6fd;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;align-self:flex-start}.add-requirement:hover{background:#e0f2fe;border-color:#7dd3fc}.add-requirement:disabled{opacity:.6;cursor:not-allowed}.slider-wrapper{position:relative;height:20px;display:flex;align-items:center}.slider-wrapper:before{content:"";position:absolute;left:0;right:0;height:5px;background:#e5e7eb;border-radius:3.4px;z-index:0;pointer-events:none}.slider-wrapper:after{content:"";position:absolute;left:0;height:6.8px;background:#3b82f6;border-radius:3.4px;z-index:1;pointer-events:none;width:var(--fill-percent, 0%);transition:width .1s ease}input[type=range],.modern-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer;width:100%;height:20px;margin:0;padding:0;position:relative;z-index:2}input[type=range]::-webkit-slider-runnable-track,.modern-slider::-webkit-slider-runnable-track{width:100%;height:5px;background:#e5e7eb;background-image:linear-gradient(to right,#3b82f6 0%,#3b82f6 var(--fill-percent, 0%),#e5e7eb var(--fill-percent, 0%),#e5e7eb 100%);border-radius:3.4px;border:none}input[type=range]::-moz-range-track,.modern-slider::-moz-range-track{width:100%;height:6.8px;background:#e5e7eb;border-radius:3.4px;border:none}input[type=range]::-moz-range-progress,.modern-slider::-moz-range-progress{height:6.8px;background:#3b82f6;border-radius:3.4px}input[type=range]::-webkit-slider-thumb,.modern-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#3b82f6;height:15px;width:15px;border-radius:50%;border:2px solid white;box-shadow:0 2px 4px #0003;cursor:pointer;margin-top:-5.1px;transition:all .2s}input[type=range]::-webkit-slider-thumb:hover,.modern-slider::-webkit-slider-thumb:hover{background:#2563eb;transform:scale(1.1)}input[type=range]::-webkit-slider-thumb:active,.modern-slider::-webkit-slider-thumb:active{transform:scale(1.15)}input[type=range]::-moz-range-thumb,.modern-slider::-moz-range-thumb{background:#3b82f6;height:15px;width:15px;border-radius:50%;border:2px solid white;box-shadow:0 2px 4px #0003;cursor:pointer;transition:all .2s}input[type=range]::-moz-range-thumb:hover,.modern-slider::-moz-range-thumb:hover{background:#2563eb;transform:scale(1.1)}input[type=range]:disabled::-webkit-slider-thumb,input[type=range]:disabled::-moz-range-thumb,.modern-slider:disabled::-webkit-slider-thumb,.modern-slider:disabled::-moz-range-thumb{background:#9ca3af;cursor:not-allowed;transform:none;border-color:#d1d5db}input[type=range]:disabled::-webkit-slider-thumb:hover,input[type=range]:disabled::-moz-range-thumb:hover,.modern-slider:disabled::-webkit-slider-thumb:hover,.modern-slider:disabled::-moz-range-thumb:hover{background:#9ca3af;transform:none}.slider-number-input{padding:4px 12px;background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#1f2937;font-weight:600;font-size:14px;min-width:45px;text-align:center;box-sizing:border-box}.slider-number-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.slider-number-input:disabled{opacity:.6;cursor:not-allowed;background:#f3f4f6}.job-dropdown-container{position:relative;width:100%}.job-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:white;border:2px solid #e5e7eb;border-radius:25px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000d;font-size:16px;font-weight:600;color:#1f2937;font-family:inherit;width:100%;box-sizing:border-box}.job-dropdown-trigger:hover:not(:disabled){border-color:#3b82f6;box-shadow:0 4px 16px #3b82f61a}.job-dropdown-trigger:disabled{opacity:.6;cursor:not-allowed;background:#f3f4f6}.selected-job{font-size:16px;font-weight:600;color:#1f2937;flex:1;text-align:left}.job-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;background:white;border:2px solid #3b82f6;border-radius:25px;box-shadow:0 8px 32px #3b82f633;z-index:50;overflow:hidden;animation:jobDropdownExpand .3s cubic-bezier(.4,0,.2,1);transform-origin:top center;padding:3px;max-height:300px;overflow-y:auto}@media (max-width: 640px){.modal-container{margin:16px;width:calc(100vw - 32px)!important;min-width:0!important;max-width:none!important}.modal-header{padding:20px 20px 0}.job-form{padding:0 20px 20px}.form-actions{flex-direction:column}.cancel-button,.submit-button{width:100%}}.question-source-toggle{display:flex;gap:20px;margin-top:8px}.radio-label{display:flex;align-items:center;cursor:pointer}.radio-input{margin-right:8px;width:18px;height:18px}.question-bank-option{display:flex;align-items:center;gap:12px}.interview-config-section{margin-top:20px}.interview-config-title{font-size:16px;font-weight:600;color:#111827;margin:0 0 16px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.interview-config-step{margin-bottom:20px}.interview-config-step-assign{margin-top:-8px}.interview-config-step:last-child{margin-bottom:0}.interview-config-step:has(.question-source-section) .interview-config-step-label-row{margin-bottom:6px}.interview-config-step-label-row{display:flex;align-items:center;gap:8px;margin-bottom:10px}.interview-config-step-label{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:10px}.interview-config-step-label-row .interview-config-step-label{margin-bottom:0}.step-label-info-wrap{position:relative;display:inline-flex}.step-label-info-btn{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;cursor:help;color:#64748b;background:linear-gradient(145deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:50%;box-shadow:0 1px 2px #0000000a;transition:color .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease,border-color .2s ease}.step-label-info-btn:hover{color:#3b82f6;background:linear-gradient(145deg,#eff6ff,#dbeafe);border-color:#93c5fd;box-shadow:0 2px 8px #3b82f640;transform:scale(1.08)}.step-label-info-btn:focus{outline:none;box-shadow:0 0 0 2px #3b82f666}.step-label-info-icon{font-size:14px;width:14px;height:14px;font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 20}.step-label-info-tooltip{position:absolute;left:calc(100% + 10px);top:50%;transform:translateY(-50%) translate(-6px);min-width:240px;max-width:320px;padding:12px 14px;font-size:13px;line-height:1.55;color:#334155;background:#fff;border-radius:10px;box-shadow:0 4px 20px #0000001f,0 0 1px #00000014;border:1px solid #e2e8f0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease,transform .2s ease;z-index:100;white-space:pre-line;text-align:left}.step-label-info-tooltip:after{content:"";position:absolute;top:50%;right:100%;margin-top:-6px;border:6px solid transparent;border-right-color:#fff;filter:drop-shadow(-1px 0 0 #e2e8f0)}.step-label-info-wrap:hover .step-label-info-tooltip{opacity:1;visibility:visible;transform:translateY(-50%) translate(0)}.question-source-radios{display:flex;gap:20px;flex-wrap:wrap;align-items:center;margin-bottom:12px}.question-source-radios .radio-label{display:flex;align-items:center;gap:8px;cursor:pointer}.question-source-section{margin-top:0;padding:10px 16px;display:flex;flex-direction:column;align-items:stretch;justify-content:center;min-height:0}.question-source-section .question-source-radios{margin-bottom:8px}.question-source-section .question-source-radios:last-child{margin-bottom:0}.select-bank-block{display:flex;flex-direction:column;gap:14px;align-items:flex-start;width:100%}.question-source-radios .upload-qb-link-btn-inline{margin-left:auto}.select-bank-block .upload-qb-link-btn{align-self:flex-end;margin-left:auto}.question-source-section .select-bank-block{margin-top:2px}.question-source-section .stream-row-select-bank{margin-top:4px;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:16px;width:100%}.question-source-section .stream-row-select-bank .stream-label{flex-shrink:0;margin-bottom:0;line-height:38px}.question-source-section .stream-row-select-bank .select-bank-input-row{flex:0 1 auto;min-width:0;align-items:center}.question-source-upload-row{margin-top:8px;padding-left:0}.question-bank-step1-actions{margin-top:12px;padding-left:4px}.select-bank-row{margin-bottom:10px}.select-bank-label{display:block;font-size:13px;color:#374151;margin-bottom:6px}.select-bank-input-row{display:flex;align-items:center;gap:10px;flex-wrap:nowrap}.select-bank-input-row .select-bank-dropdown{min-width:200px;max-width:280px;padding:8px 12px;border-radius:8px;border:1px solid #d1d5db;font-size:14px;height:38px;box-sizing:border-box}.view-qb-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 14px;height:38px;box-sizing:border-box;border-radius:8px;border:1px solid #3b82f6;background:#fff;color:#3b82f6;font-size:14px;font-weight:500;cursor:pointer;flex-shrink:0}.view-qb-btn:hover:not(:disabled){background:#3b82f6;color:#fff}.view-qb-btn:disabled{opacity:.5;cursor:not-allowed}.view-qb-icon{font-size:16px;line-height:1}.view-qb-modal-overlay{display:flex;align-items:center;justify-content:center;padding:20px}.view-qb-modal .modal-header h2{font-size:20px;font-weight:600}.view-qb-modal-body{padding:24px;overflow-y:auto;flex:1;min-height:0}.view-qb-filter-row{display:flex;flex-wrap:nowrap;gap:24px 32px;margin-bottom:20px;align-items:center}.view-qb-filter-row .view-qb-filter{margin-bottom:0;flex:0 1 auto;min-width:0;display:flex;flex-direction:row;align-items:center;gap:10px}.view-qb-filter-row .view-qb-filter-label{margin-bottom:0;flex-shrink:0;white-space:nowrap}.view-qb-filter-row .view-qb-filter-select{flex:1 1 auto;min-width:140px;max-width:280px}.view-qb-filter-label{font-size:14px;margin-bottom:8px;display:block;color:#374151}.view-qb-filter-select{max-width:300px;padding:8px 12px;border-radius:8px;border:1px solid #d1d5db;font-size:14px}.view-qb-empty{padding:40px 24px;text-align:center;color:#6b7280;font-size:14px}.view-qb-table-wrap{overflow-x:auto;border:1px solid #e5e7eb;border-radius:8px}.view-qb-table{width:100%;border-collapse:collapse;background:#fff;font-size:14px;table-layout:fixed}.view-qb-table .view-qb-th-question,.view-qb-table .view-qb-td-question{width:55%}.view-qb-table .view-qb-th-cat,.view-qb-table .view-qb-td-cat{width:28%}.view-qb-table .view-qb-th-diff,.view-qb-table .view-qb-td-diff{width:17%}.view-qb-table thead tr{background:#f9fafb;border-bottom:2px solid #e5e7eb}.view-qb-table th{padding:12px 16px;font-weight:600;color:#374151;vertical-align:middle}.view-qb-table td{padding:12px 16px;color:#1f2937;vertical-align:middle}.view-qb-table .view-qb-th-question,.view-qb-table .view-qb-td-question{text-align:left}.view-qb-table .view-qb-th-cat,.view-qb-table .view-qb-td-cat,.view-qb-table .view-qb-th-diff,.view-qb-table .view-qb-td-diff{text-align:center}.view-qb-td-question{max-width:400px;word-wrap:break-word}.view-qb-td-cat{color:#374151}.view-qb-table tbody tr{border-bottom:1px solid #e5e7eb}.view-qb-table tbody tr:nth-child(2n){background:#f9fafb}.view-qb-table tbody tr:hover{background:#f3f4f6}.view-qb-diff-pill{display:inline-block;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap}.view-qb-diff-easy{background:#dcfce7;color:#166534;border:1px solid #86efac}.view-qb-diff-medium{background:#fef9c3;color:#854d0e;border:1px solid #fde047}.view-qb-diff-difficult{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.view-qb-summary{margin-top:20px;padding:12px 16px;background:#f3f4f6;border-radius:6px;font-size:14px;color:#374151}.qb-upload-modal-overlay{display:flex;align-items:center;justify-content:center}.qb-upload-modal-container .upload-content{padding:0;margin-bottom:8px}.qb-upload-modal-container .file-drop-zone{border:2px dashed #d1d5db;border-radius:12px;padding:40px 20px;text-align:center;background:#f9fafb;transition:all .3s ease;cursor:pointer;position:relative;margin-top:12px}.qb-upload-modal-container .file-drop-zone:hover,.qb-upload-modal-container .file-drop-zone.drag-active{border-color:#3b82f6;background:#eff6ff}.qb-upload-modal-container .file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.qb-upload-modal-container .qb-file-input{pointer-events:none}.qb-upload-modal-container .drop-zone-content{pointer-events:none;text-align:center}.qb-upload-modal-container .qb-upload-icon{font-size:48px;color:#6b7280;margin-bottom:16px;display:block;line-height:1}.qb-upload-modal-container .drop-zone-content h3{margin:0 0 8px;font-size:18px;font-weight:600;color:#374151}.qb-upload-modal-container .drop-zone-content p{margin:0;color:#6b7280;font-size:14px}.qb-upload-modal-container .file-format-note{margin-top:6px;font-size:13px;color:#9ca3af}.qb-upload-modal-container .selected-files{margin-top:20px}.qb-upload-modal-container .selected-files h4{margin:0 0 12px;font-size:16px;font-weight:600;color:#374151}.qb-upload-modal-container .file-list{display:flex;flex-direction:column;gap:8px}.qb-upload-modal-container .file-item{display:flex;align-items:center;gap:12px;padding:12px;background:#f3f4f6;border-radius:8px;border:1px solid #e5e7eb}.qb-upload-modal-container .file-name{flex:1;font-weight:500;color:#374151}.qb-upload-modal-container .remove-file-btn{background:none;border:none;color:#ef4444;cursor:pointer;padding:4px 8px;border-radius:4px;font-size:16px}.qb-upload-modal-container .remove-file-btn:hover{background:#fee2e2}.qb-upload-modal-container .qb-upload-ideal-format-note{margin-top:16px;padding:0;font-size:.875rem;color:#6b7280;text-align:center}.qb-upload-modal-container .qb-upload-note-tag{font-weight:600;color:#374151}.qb-upload-modal-container .qb-upload-modal-error{display:flex;align-items:flex-start;gap:8px;margin-top:12px;padding:12px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;font-size:.875rem}.qb-upload-modal-container .qb-upload-error-text{white-space:pre-line}.qb-upload-modal-container .qb-input-error{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}.qb-upload-modal-container .qb-field-error{display:block;margin-top:6px;font-size:12px;color:#b91c1c}.qb-upload-modal-container .modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:20px;border-top:1px solid #e5e7eb}.qb-upload-modal-container .cancel-btn{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;padding:10px 20px;border-radius:8px;font-weight:500;cursor:pointer}.qb-upload-modal-container .cancel-btn:hover:not(:disabled){background:#e5e7eb}.qb-upload-modal-container .submit-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:500;cursor:pointer}.qb-upload-modal-container .submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-1px)}.qb-upload-modal-container .submit-btn:disabled{opacity:.6;cursor:not-allowed}.upload-qb-link-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;min-height:38px;box-sizing:border-box;border:1px solid #16a34a;border-radius:8px;background:#16a34a;color:#fff;font-size:14px;font-weight:500;cursor:pointer;text-align:center;transition:border-color .2s,background-color .2s,color .2s}.upload-qb-link-btn .upload-qb-link-btn-icon{font-size:20px;width:20px;height:20px}.upload-qb-link-btn:hover:not(:disabled){background:#15803d;border-color:#15803d;color:#fff}.upload-qb-link-btn:disabled{opacity:.6;cursor:not-allowed}.interview-config-step-mode{margin-top:0;padding-top:16px;border-top:1px solid #e5e7eb}.simple-mode-bank-hint{margin-top:8px;margin-bottom:0}.simple-mode-bank-hint-error{color:#b91c1c}.simple-mode-bank-hint-warning{color:#b45309}.simple-num-questions-row{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:12px;margin-bottom:0;min-width:0}.simple-num-questions-row .stream-label{flex-shrink:0;margin-bottom:0;line-height:36px}.simple-num-questions-row input.simple-num-questions-input{width:56px!important;min-width:56px!important;max-width:56px!important;height:36px;box-sizing:border-box;padding:6px 8px;text-align:center;flex-shrink:0;font-size:14px;font-weight:500}.mode-pills{display:inline-flex;gap:4px;padding:4px;background:#f1f5f9;border-radius:10px;width:fit-content;box-shadow:inset 0 1px 2px #0000000d}.mode-pill{padding:8px 20px;border:none;background:transparent;color:#64748b;font-size:13px;font-weight:600;cursor:pointer;margin:0;border-radius:8px;transition:all .2s ease;letter-spacing:.01em}.mode-pill:hover:not(:disabled){color:#475569;background:rgba(255,255,255,.7)}.mode-pill.mode-pill-active{background:#fff;color:#2563eb;box-shadow:0 1px 3px #00000014}.mode-pill.mode-pill-active:hover:not(:disabled){background:#fff;color:#1d4ed8;box-shadow:0 2px 4px #0000001a}.mode-pill:disabled{opacity:.5;cursor:not-allowed}.mode-help{margin:8px 0 0;font-size:13px;color:#6b7280}.question-bank-actions{display:flex;flex-direction:column;gap:12px;margin-top:12px;padding:12px 0 0;border-top:1px solid #e5e7eb}.question-bank-choose{width:100%;max-width:320px}.question-bank-choose .question-bank-select-label{display:block;margin-bottom:6px}.question-bank-choose .question-bank-select{width:100%}.question-bank-buttons{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.question-bank-buttons .view-question-bank-btn{flex-shrink:0}.question-bank-select-row{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap;margin-top:8px}.question-bank-select-wrap{flex:1;min-width:200px}.question-bank-select-label{margin-bottom:4px;font-size:13px;color:#374151}.question-bank-select{width:100%;padding:8px 12px;border-radius:8px;border:1px solid #d1d5db;font-size:14px}.upload-question-bank-btn{flex-shrink:0}.view-question-bank-btn{padding:6px 16px;border-radius:20px;border:1px solid #3b82f6;background-color:#fff;color:#3b82f6;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;transition:all .2s}.view-question-bank-btn:hover{background-color:#3b82f6;color:#fff}.view-question-bank-btn:disabled{opacity:.6;cursor:not-allowed}.streams-container{margin-top:8px}.stream-card{border:1px solid #e5e7eb;border-radius:8px;padding:16px;margin-bottom:16px;background-color:#f9fafb;position:relative}.remove-stream-btn{position:absolute;top:8px;right:8px;width:24px;height:24px;border-radius:50%;border:1px solid #dc2626;background-color:#fff;color:#dc2626;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:1;padding:0;transition:all .2s}.remove-stream-btn:hover{background-color:#dc2626;color:#fff}.remove-stream-btn:disabled{opacity:.6;cursor:not-allowed}.stream-row{margin-bottom:12px;display:flex;align-items:center;gap:16px}.stream-label{font-size:14px;font-weight:600;color:#374151;min-width:140px;padding-left:0;margin-right:10px}.stream-dropdown{flex:0 0 auto;max-width:400px;min-width:0}.stream-loading{padding:12px;text-align:center;color:#999;font-size:12px;flex:1}.generic-questions-section{margin-bottom:12px}.generic-questions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.generic-toggle-btn{padding:6px 12px;background-color:#e5e7eb;color:#374151;border:none;border-radius:6px;cursor:pointer;font-size:12px;font-weight:500;transition:all .2s}.generic-toggle-btn.active{background-color:#3b82f6;color:#fff}.generic-questions-list{border:1px solid #ddd;border-radius:4px;padding:12px;max-height:200px;overflow-y:auto;background-color:#f9f9f9;margin-top:8px}.generic-loading{padding:20px;text-align:center}.generic-empty{padding:20px;text-align:center;color:#999}.generic-question-item{display:flex;align-items:center;padding:8px;cursor:pointer;border-radius:4px;margin-bottom:4px;background-color:transparent;transition:all .2s}.generic-question-item.selected{background-color:#e3f2fd}.generic-checkbox{margin-right:12px;width:18px;height:18px}.generic-question-text{flex:1;font-size:14px}.generic-question-number{font-weight:700;color:#1976d2;margin-right:8px}.stream-config-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:12px}.stream-questions-row .randomize-checkbox-inline{margin-left:8px}.stream-questions-input{display:flex;flex-direction:column;gap:6px;margin-top:20px}.stream-questions-row{display:flex;align-items:center;gap:12px}.stream-questions-row .stream-questions-label{margin-bottom:0}.stream-max-hint{font-size:12px;color:var(--text-secondary, #666);margin-top:2px}.stream-questions-number{width:70px}.randomize-checkbox{margin-top:20px}.randomize-checkbox-inline{flex-shrink:0;display:inline-flex;align-items:center}.checkbox-label{display:flex;align-items:center;cursor:pointer}.checkbox-input{margin-right:8px;width:18px;height:18px}.difficulty-config{margin-top:30px}.difficulty-inputs{display:flex;align-items:center;gap:8px;margin-top:8px}.difficulty-input-group{display:flex;align-items:center;gap:8px}.difficulty-input-group label{font-weight:500;color:#374151;font-size:12px;white-space:nowrap;margin-left:-4px}.difficulty-input-wrapper{position:relative;display:inline-block}.difficulty-input{padding-right:20px;text-align:right;width:70px}.difficulty-percent{position:absolute;right:6px;top:50%;transform:translateY(-50%);font-size:14px;color:#374151;font-weight:500;pointer-events:none;-webkit-user-select:none;user-select:none}.difficulty-total{margin-top:8px;padding:6px 12px;background-color:#f3f4f6;border-radius:6px;font-size:12px;color:#374151;text-align:center;font-weight:500}.difficulty-total.invalid{background-color:#fee2e2;color:#dc2626}.difficulty-warning{display:block;margin-top:4px;font-size:11px}.question-count{font-size:14px;font-weight:600}.question-count.valid{color:#059669}.question-count.invalid{color:#dc2626}.preview-container{border:1px solid #ddd;border-radius:4px;padding:16px;background-color:#f9f9f9;min-height:100px;max-height:300px;overflow-y:auto}.preview-empty{color:#999;text-align:center;padding:20px}.preview-item{padding:10px;margin-bottom:8px;background-color:#fff;border-radius:4px;border-left:4px solid #1976d2}.preview-item.preview-random{border-left-color:#4caf50}.preview-item-header{font-weight:700;margin-bottom:4px;font-size:14px}.preview-item-text{font-size:14px;color:#666}.preview-random-text{font-style:italic}.job-descriptions{width:100%;max-width:1600px;margin:0 auto;padding:0;background:#f8fafc;min-height:100vh;overflow-x:hidden}.job-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:white;border-bottom:1px solid #e2e8f0;margin-bottom:0}.header-actions{display:flex;align-items:center;gap:12px}.back-button{display:flex;align-items:center;gap:8px;background:#f1f5f9;color:#475569;border:1px solid #e2e8f0;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.edit-job-btn{display:flex;align-items:center;gap:8px;background:#f8fafc;color:#475569;border:1px solid #e2e8f0;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.edit-job-btn:hover{background:#e2e8f0;color:#334155;border-color:#cbd5e1}.view-applications-btn{display:flex;align-items:center;gap:8px;background:#3b82f6;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #3b82f633}.view-applications-btn:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.job-title-section{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);padding:40px 32px;border-bottom:1px solid #e2e8f0;position:relative}.job-title-section:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#06b6d4,#3b82f6);background-size:300% 100%;animation:liquidFlow 6s ease-in-out infinite alternate-reverse}@keyframes liquidFlow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.job-title{font-size:3rem;font-weight:900;color:#0f172a;margin:0 0 24px;line-height:1.1;letter-spacing:-.03em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;text-shadow:0 1px 2px rgba(0,0,0,.05)}.job-meta{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.status-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;text-transform:capitalize;border:none}.status-badge.open{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.status-badge.closed{background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb}.date-info{display:flex;align-items:center;gap:8px;color:#64748b;font-size:14px;font-weight:500}.job-details-table{background:white;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 1px 3px #0000001a;max-width:1400px;margin:24px auto 60px;width:calc(100% - 48px)}.table-row{display:flex;border-bottom:1px solid #e2e8f0;min-height:200px;align-items:stretch}.table-row:first-child{min-height:400px}.table-row:has(.skills-container){min-height:auto}.table-row:last-child{border-bottom:none;min-height:auto}.table-row:has(.questions-container){min-height:auto}.table-label{display:flex;align-items:flex-start;gap:12px;padding:24px;background:#f8fafc;border-right:2px solid #cbd5e1;width:280px;flex-shrink:0;min-height:200px;box-sizing:border-box}.table-row:first-child .table-label{min-height:400px}.table-row:has(.skills-container) .table-label{min-height:auto}.table-row:last-child .table-label{min-height:auto}.label-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#3b82f6;color:#fff;border-radius:10px;font-size:20px;flex-shrink:0}.label-text{font-size:1.1rem;font-weight:700;color:#1e293b;line-height:1.4}.table-content{flex:1;display:flex;flex-direction:column;height:200px;overflow:hidden;background:white;align-items:flex-start;justify-content:flex-start;margin-left:0}.table-row:first-child .table-content{height:400px}.table-row:has(.skills-container) .table-content{height:auto;min-height:auto;max-height:300px;overflow:hidden}.table-row:last-child .table-content{height:auto;min-height:200px}.scrollable-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:24px 24px 24px 32px;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9;max-height:100%;position:relative;margin-left:0;text-align:left;width:100%;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word}.table-row:has(.skills-container) .scrollable-content{max-height:none;overflow-y:auto}.table-row:last-child .scrollable-content{max-height:none;overflow-y:visible}.scrollable-content::-webkit-scrollbar{width:6px}.scrollable-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.scrollable-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.scrollable-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.scrollable-content{position:relative}.scrollable-content>*{max-width:100%;word-wrap:break-word}.description-text{font-size:15px;line-height:1.7;color:#374151;margin:0;white-space:pre-wrap;text-align:left;text-indent:0;padding:0;border:none;background:none;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.skills-container{display:flex;flex-wrap:wrap;gap:8px;align-items:flex-start;justify-content:flex-start;margin:0;padding:0;width:100%}.skill-item{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#dbeafe;color:#1e40af;border:1px solid #93c5fd;border-radius:20px;font-size:13px;font-weight:600;transition:all .2s ease;min-width:fit-content;max-width:100%;word-wrap:break-word;overflow-wrap:break-word}.skill-item:hover{background:#bfdbfe;border-color:#60a5fa;transform:translateY(-1px)}.skill-item .material-symbols-rounded{color:#1e40af;font-size:16px;flex-shrink:0;width:16px;text-align:center}.skill-text{font-size:13px;line-height:1.4;color:#1e40af;font-weight:600;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.questions-container{display:flex;flex-direction:column;gap:16px;align-items:stretch;justify-content:flex-start;margin:0;padding:0 0 40px;width:100%;max-width:100%;min-height:auto}.question-item{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;transition:all .2s ease;width:100%;max-width:100%;box-sizing:border-box}.question-item:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.question-number{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#3b82f6;color:#fff;border-radius:50%;font-size:13px;font-weight:700;flex-shrink:0;margin-top:2px;min-width:28px;text-align:center;box-shadow:0 2px 4px #3b82f633}.question-text{font-size:14px;line-height:1.6;color:#374151;font-weight:500;margin:0;flex:1;text-align:left;width:100%;word-wrap:break-word;overflow-wrap:break-word}@media (max-width: 768px){.job-header{flex-direction:column;gap:16px;align-items:stretch}.job-title{font-size:2rem}.job-meta{flex-direction:column;align-items:flex-start;gap:12px}.job-details-table{margin:16px}.table-row{flex-direction:column;min-height:auto}.table-row:has(.skills-container){min-height:auto}.table-label{width:auto;border-right:none;border-bottom:2px solid #cbd5e1;padding:16px 20px;min-height:auto}.table-row:has(.skills-container) .table-label{min-height:auto}.table-content{height:200px}.table-row:first-child .table-content{height:300px}.table-row:has(.skills-container) .table-content{height:auto;max-height:250px}.table-row:last-child{min-height:auto}.table-row:last-child .table-content{height:auto;min-height:150px}.questions-container{min-height:auto;padding:0 0 30px}.scrollable-content{padding:20px;max-height:100%}}@media (max-width: 480px){.table-label{padding:12px 16px}.label-text{font-size:1rem}.scrollable-content{padding:16px}}.login-page{min-height:100vh;background:#ffffff;display:flex;align-items:center;justify-content:center;padding:20px;position:relative;overflow:hidden}.login-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#7000FF 0%,#FF00C8 25%,#00E0FF 50%,#FFA800 75%,#7000FF 100%);background-size:400% 400%;animation:liquidLight 20s linear infinite;clip-path:polygon(0 0,100% 0,100% 45%,90% 50%,80% 55%,70% 60%,60% 65%,50% 70%,40% 75%,30% 80%,20% 85%,10% 90%,0 95%);z-index:1}.login-page:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffff;clip-path:polygon(0 95%,10% 90%,20% 85%,30% 80%,40% 75%,50% 70%,60% 65%,70% 60%,80% 55%,90% 50%,100% 45%,100% 100%,0 100%);z-index:0}@keyframes liquidLight{0%{background-position:0% 50%;filter:hue-rotate(0deg) brightness(1)}25%{background-position:100% 50%;filter:hue-rotate(90deg) brightness(1.1)}50%{background-position:100% 100%;filter:hue-rotate(180deg) brightness(.9)}75%{background-position:0% 100%;filter:hue-rotate(270deg) brightness(1.05)}to{background-position:0% 50%;filter:hue-rotate(360deg) brightness(1)}}.login-container{width:100%;max-width:400px}.login-card{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:24px;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #ffffff1a;padding:48px;position:relative;z-index:10}.login-header{text-align:center;margin-bottom:32px}.login-logo{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:24px}.login-logo-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:36px;font-weight:800;background:linear-gradient(135deg,#8b5cf6 0%,#3b82f6 50%,#06b6d4 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.05em;text-shadow:0 4px 20px rgba(139,92,246,.3);position:relative;margin:0}.login-logo-text:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:linear-gradient(90deg,#8b5cf6 0%,#3b82f6 50%,#06b6d4 100%);border-radius:1px;opacity:.6}.login-logo-subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.1em;margin:0}.login-subtitle{color:#6b7280;font-size:16px;margin:0}.login-form{display:flex;flex-direction:column;gap:24px}.error-message{display:flex;align-items:center;gap:8px;background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;font-size:14px}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-weight:500;color:#374151;font-size:14px}.form-input{padding:12px 16px;border:1px solid rgba(255,255,255,.3);border-radius:12px;font-size:16px;transition:all .2s;background:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#1f2937}.form-input:focus{outline:none;border-color:#3b82f680;box-shadow:0 0 0 3px #3b82f633;background:rgba(255,255,255,.3)}.form-input::placeholder{color:#6b7280cc}.login-button{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);color:#fff;border:none;padding:16px 32px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;min-height:52px;box-shadow:0 4px 15px #3b82f64d}.login-button:hover:not(:disabled){background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%)}.login-button:active:not(:disabled){background:linear-gradient(135deg,#1d4ed8 0%,#1e3a8a 100%)}.login-button:disabled{opacity:.7;cursor:not-allowed}.login-footer{text-align:center;margin-top:24px;padding-top:24px;border-top:1px solid #e5e7eb}.login-footer p{color:#6b7280;font-size:14px;margin:0}@media (max-width: 770px){.login-page{padding:20px}.login-page:before{clip-path:polygon(0 0,100% 0,100% 40%,85% 50%,70% 60%,55% 70%,40% 80%,25% 85%,10% 90%,0 95%)}.login-page:after{clip-path:polygon(0 95%,10% 90%,25% 85%,40% 80%,55% 70%,70% 60%,85% 50%,100% 40%,100% 100%,0 100%)}.login-container{max-width:100%}.login-card{padding:40px 32px;margin:0 auto}.login-logo-text{font-size:32px}.login-logo-subtitle{font-size:13px}}@media (min-width: 481px) and (max-width: 770px){.login-page{padding:24px}.login-container{max-width:400px;margin:0 auto}.login-card{padding:36px 28px;margin:0}}@media (max-width: 480px){.login-page{padding:16px}.login-page:before{clip-path:polygon(0 0,100% 0,100% 35%,80% 50%,60% 65%,40% 80%,20% 90%,0 95%)}.login-page:after{clip-path:polygon(0 95%,20% 90%,40% 80%,60% 65%,80% 50%,100% 35%,100% 100%,0 100%)}.login-container{max-width:100%}.login-card{padding:32px 24px;margin:0 auto;border-radius:20px}.login-logo-text{font-size:28px}.login-logo-subtitle{font-size:12px}.login-subtitle{font-size:14px}.form-input{padding:14px 16px;font-size:16px}.login-button{padding:16px 24px;font-size:16px}}@media (max-width: 360px){.login-page{padding:12px}.login-card{padding:24px 20px;margin:0 auto}.login-logo-text{font-size:24px}.login-logo-subtitle{font-size:11px}.login-subtitle{font-size:13px}}.transcript-viewer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.transcript-viewer-modal{background:white;border-radius:16px;box-shadow:0 20px 40px #00000026;max-width:1000px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.transcript-viewer-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e5e7eb;background:#f8fafc}.transcript-viewer-header h2{margin:0;color:#1e293b;font-size:24px;font-weight:700}.transcript-viewer-close{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#6b7280;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.transcript-viewer-close:hover{background:#4b5563;transform:translateY(-1px)}.transcript-viewer-content{flex:1;overflow-y:auto;padding:24px}.transcript-viewer-loading{display:flex;flex-direction:column;align-items:center;gap:16px;padding:60px 20px;text-align:center;color:#64748b}.transcript-viewer-loading .material-symbols-rounded{font-size:48px;color:#3b82f6;animation:spin 1s linear infinite}.transcript-viewer-error{display:flex;flex-direction:column;align-items:center;gap:16px;padding:60px 20px;text-align:center;color:#dc2626}.transcript-viewer-error .material-symbols-rounded{font-size:48px;color:#dc2626}.transcript-viewer-empty{display:flex;flex-direction:column;align-items:center;gap:16px;padding:60px 20px;text-align:center;color:#64748b}.transcript-viewer-empty .material-symbols-rounded{font-size:48px;color:#cbd5e1}.transcript-viewer-empty h3{margin:0;color:#1e293b;font-size:20px;font-weight:600}.transcript-viewer-empty p{margin:0;font-size:16px}.transcript-viewer-note{font-size:14px;color:#94a3b8;margin-top:8px}.transcript-viewer-list{display:flex;flex-direction:column;gap:20px}.transcript-viewer-item{display:flex;justify-content:space-between;align-items:center;padding:24px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;transition:all .2s ease}.transcript-viewer-item:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.transcript-viewer-item-info{flex:1}.transcript-viewer-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.transcript-viewer-item-header h4{margin:0;color:#1e293b;font-size:20px;font-weight:600}.transcript-viewer-item-date{color:#64748b;font-size:14px;font-weight:500}.transcript-viewer-item-details{display:flex;gap:32px;flex-wrap:wrap}.transcript-viewer-detail{display:flex;flex-direction:column;gap:4px}.transcript-viewer-detail-label{color:#64748b;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.transcript-viewer-detail-value{color:#1e293b;font-size:16px;font-weight:600}.transcript-viewer-view-btn{display:flex;align-items:center;gap:8px;padding:14px 24px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.transcript-viewer-view-btn:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.transcript-viewer-view-btn:disabled{background:#94a3b8;cursor:not-allowed;transform:none;box-shadow:none}.transcript-viewer-info{margin-bottom:32px}.transcript-viewer-info .info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;padding:24px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.transcript-viewer-info .info-item{display:flex;flex-direction:column;gap:6px}.transcript-viewer-info .info-label{color:#64748b;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.transcript-viewer-info .info-value{color:#1e293b;font-size:16px;font-weight:600}.transcript-viewer-info .info-value.cheating-low{color:#059669;font-weight:600}.transcript-viewer-info .info-value.cheating-medium{color:#d97706;font-weight:600}.transcript-viewer-info .info-value.cheating-high{color:#dc2626;font-weight:700}.transcript-viewer-messages h3{margin:0 0 20px;color:#1e293b;font-size:20px;font-weight:600}.transcript-viewer-messages-container{display:flex;flex-direction:column;gap:0;max-height:500px;overflow-y:auto;padding:0;background:transparent;border-radius:0;border:none}.transcript-viewer-message{padding:12px 16px;border-radius:18px;font-size:.95em;max-width:75%;word-wrap:break-word;position:relative;box-shadow:0 1px 2px #0000001a;flex-shrink:0;margin-bottom:12px;display:flex;flex-direction:column;gap:8px}.transcript-viewer-message.assistant{align-self:flex-start;background:linear-gradient(135deg,#4f46e5 0%,#6366f1 100%);color:#f3f4f6;border-bottom-left-radius:4px;margin-right:auto}.transcript-viewer-message.user{align-self:flex-end;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);color:#fff;border-bottom-right-radius:4px;margin-left:auto}.transcript-viewer-message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.transcript-viewer-speaker{font-weight:600;font-size:14px;opacity:.9}.transcript-viewer-time{font-size:.8em;opacity:.7;margin-left:8px}.transcript-viewer-message-text{color:inherit;font-size:15px;line-height:1.6;white-space:pre-wrap;word-wrap:break-word}@media (max-width: 768px){.transcript-viewer-overlay{padding:10px}.transcript-viewer-modal{max-height:95vh}.transcript-viewer-header{padding:16px}.transcript-viewer-header h2{font-size:20px}.transcript-viewer-content{padding:16px}.transcript-viewer-item{flex-direction:column;align-items:stretch;gap:20px}.transcript-viewer-item-details{gap:20px}.transcript-viewer-view-btn{width:100%;justify-content:center}.transcript-viewer-info .info-grid{grid-template-columns:1fr;gap:16px}.transcript-viewer-messages-container{max-height:400px}}@media (max-width: 480px){.transcript-viewer-header h2{font-size:18px}.transcript-viewer-close{padding:10px 16px;font-size:12px}.transcript-viewer-item-header{flex-direction:column;align-items:flex-start;gap:8px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-container{background:white;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-width:500px;max-height:90vh;overflow-y:auto}.modal-container-edit-candidate{max-width:600px;border-radius:24px;box-shadow:0 25px 50px -12px #00000026,0 10px 20px -5px #0000001a;scrollbar-width:none;-ms-overflow-style:none}.modal-container-edit-candidate::-webkit-scrollbar{display:none}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 0;border-bottom:1px solid #e5e7eb;margin-bottom:24px}.modal-header h2{font-size:24px;font-weight:700;color:#1f2937;margin:0}.close-button{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:8px;border-radius:8px;transition:all .2s}.close-button:hover{background:#f3f4f6;color:#374151}.resume-form{padding:0 24px 24px}.form-group{margin-bottom:24px}.form-label{display:block;font-weight:600;color:#374151;font-size:14px;margin-bottom:8px}.form-input{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:16px;transition:all .2s;background:#f9fafb;box-sizing:border-box}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:white}.form-input:disabled{opacity:.6;cursor:not-allowed;background:#f3f4f6}.form-select{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:16px;transition:all .2s;background:#f9fafb;box-sizing:border-box;cursor:pointer}.form-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:white}.form-select:disabled{opacity:.6;cursor:not-allowed;background:#f3f4f6}.file-upload-area{border:2px dashed #d1d5db;border-radius:12px;padding:40px 20px;text-align:center;transition:all .2s;cursor:pointer;position:relative;background:#f9fafb}.file-upload-area:hover{border-color:#3b82f6;background:#f0f9ff}.file-upload-area.drag-active{border-color:#3b82f6;background:#e0f2fe;transform:scale(1.02)}.file-upload-area.has-file{border-color:#10b981;background:#f0fdf4}.file-label{display:flex;flex-direction:column;align-items:center;gap:12px;cursor:pointer}.upload-icon{font-size:48px;opacity:.6}.upload-text{display:flex;flex-direction:column;gap:4px}.upload-text strong{font-size:16px;color:#374151;font-weight:600}.upload-text span{font-size:14px;color:#6b7280}.form-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:24px;border-top:1px solid #e5e7eb}.cancel-button{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.cancel-button:hover:not(:disabled){background:#e5e7eb;border-color:#9ca3af}.cancel-button:disabled{opacity:.6;cursor:not-allowed}.submit-button{background:#3b82f6;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px}.submit-button:hover:not(:disabled){background:#2563eb}.submit-button:disabled{opacity:.6;cursor:not-allowed}.loading-spinner{display:flex;align-items:center;gap:8px}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.edit-evaluation-probability-box{box-sizing:border-box}.edit-evaluation-level-buttons .edit-evaluation-level-btn:focus{outline:2px solid currentColor;outline-offset:2px}.edit-evaluation-level-buttons .edit-evaluation-level-btn:disabled{opacity:.7}@media (max-width: 640px){.modal-container{margin:16px;max-width:none}.modal-header{padding:20px 20px 0}.resume-form{padding:0 20px 20px}.form-actions{flex-direction:column}.cancel-button,.submit-button{width:100%}}.candidate-questions-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.candidate-questions-modal{background:white;border-radius:12px;width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.candidate-questions-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e5e7eb}.candidate-questions-header h2{margin:0;font-size:20px;font-weight:600;color:#111827}.candidate-questions-close{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#f3f4f6;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;color:#374151;transition:all .15s ease}.candidate-questions-close:hover{background:#e5e7eb;color:#111827}.candidate-questions-close .material-symbols-rounded{font-size:18px}.candidate-questions-content{padding:24px;overflow-y:auto;flex:1}.candidate-questions-loading,.candidate-questions-error,.candidate-questions-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.candidate-questions-loading .material-symbols-rounded,.candidate-questions-error .material-symbols-rounded,.candidate-questions-empty .material-symbols-rounded{font-size:48px;color:#9ca3af;margin-bottom:16px}.candidate-questions-loading p,.candidate-questions-error p,.candidate-questions-empty p{margin:0;font-size:16px;color:#6b7280;font-weight:500}.candidate-questions-error .material-symbols-rounded{color:#ef4444}.candidate-questions-note{margin-top:8px;font-size:14px;color:#9ca3af;font-weight:400}.candidate-questions-list{display:flex;flex-direction:column;gap:16px}.candidate-question-item{display:flex;gap:12px;padding:16px;background:#f9fafb;border-radius:8px;border-left:3px solid #3b82f6;transition:all .15s ease}.candidate-question-item:hover{background:#f3f4f6;box-shadow:0 1px 3px #0000001a}.candidate-question-number{font-weight:600;font-size:16px;color:#3b82f6;min-width:24px;flex-shrink:0}.candidate-question-text{flex:1;font-size:15px;line-height:1.6;color:#374151}.ecpm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(15,23,42,.5);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:ecpmFadeIn .18s ease-out}@keyframes ecpmFadeIn{0%{opacity:0}to{opacity:1}}.ecpm-modal{background:#fff;border-radius:16px;width:100%;max-width:520px;overflow:hidden;box-shadow:0 25px 60px -12px #00000040,0 0 0 1px #0000000f;animation:ecpmSlideUp .22s cubic-bezier(.16,1,.3,1)}@keyframes ecpmSlideUp{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.ecpm-header{background:linear-gradient(135deg,#1e293b 0%,#334155 100%);padding:18px 24px;display:flex;align-items:center;justify-content:space-between}.ecpm-header-content{display:flex;align-items:center;gap:10px}.ecpm-header-icon{font-size:22px;color:#ffffffa6}.ecpm-title{font-size:17px;font-weight:650;color:#fff;margin:0;letter-spacing:-.01em}.ecpm-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:none;background:rgba(255,255,255,.08);color:#fff9;cursor:pointer;transition:all .15s ease}.ecpm-close:hover{background:rgba(255,255,255,.15);color:#fff}.ecpm-close:disabled{opacity:.3;cursor:not-allowed}.ecpm-close .material-symbols-rounded{font-size:20px}.ecpm-body{padding:24px}.ecpm-status-banner{position:relative;display:flex;align-items:center;gap:14px;padding:16px 18px 16px 22px;border-radius:12px;background:color-mix(in srgb,var(--banner-color) 6%,#f8fafc);border:1px solid color-mix(in srgb,var(--banner-color) 18%,transparent);margin-bottom:22px;overflow:hidden}.ecpm-status-accent{position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--banner-color);border-radius:12px 0 0 12px}.ecpm-status-icon{font-size:28px;line-height:1;flex-shrink:0}.ecpm-status-text{display:flex;flex-direction:column;gap:1px;flex:1;min-width:0}.ecpm-status-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.ecpm-status-level{font-size:18px;font-weight:750;letter-spacing:-.02em;line-height:1.2}.ecpm-status-desc{font-size:12px;font-weight:450;color:#94a3b8;margin-left:auto;white-space:nowrap;flex-shrink:0}.ecpm-change-label{display:flex;align-items:center;gap:12px;margin:0 0 14px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.ecpm-change-label:before,.ecpm-change-label:after{content:"";flex:1;height:1px;background:#e2e8f0}.ecpm-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.ecpm-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:4px;padding:20px 10px 16px;border-radius:12px;border:1.5px solid #e2e8f0;background:#fff;cursor:pointer;transition:all .2s ease;text-align:center;overflow:hidden}.ecpm-card:hover:not(:disabled){border-color:var(--card-accent);box-shadow:0 4px 16px #0000000f;transform:translateY(-2px)}.ecpm-card:active:not(:disabled){transform:translateY(0)}.ecpm-card:disabled{opacity:.45;cursor:not-allowed}.ecpm-card-accent{position:absolute;top:0;left:0;right:0;height:3px;background:transparent;transition:background .2s ease;border-radius:12px 12px 0 0}.ecpm-card--selected .ecpm-card-accent{background:var(--card-accent)}.ecpm-card--selected{border-color:var(--card-accent);background:color-mix(in srgb,var(--card-accent) 5%,#fff);box-shadow:0 4px 20px color-mix(in srgb,var(--card-accent) 15%,transparent)}.ecpm-radio{width:18px;height:18px;border-radius:50%;border:2px solid #cbd5e1;display:flex;align-items:center;justify-content:center;margin-bottom:6px;transition:all .15s ease;flex-shrink:0}.ecpm-radio--on{border-color:var(--card-accent)}.ecpm-radio-dot{width:10px;height:10px;border-radius:50%;background:var(--card-accent);animation:ecpmPop .2s cubic-bezier(.34,1.56,.64,1)}@keyframes ecpmPop{0%{transform:scale(0)}to{transform:scale(1)}}.ecpm-card-icon{font-size:30px;line-height:1;margin-bottom:2px}.ecpm-card-level{font-size:15px;font-weight:700;color:#1e293b;letter-spacing:-.01em}.ecpm-card-desc{font-size:11px;font-weight:450;color:#94a3b8;line-height:1.35;max-width:110px}.ecpm-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:16px 24px;border-top:1px solid #f1f5f9;background:#f8fafc}.ecpm-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease;border:none;line-height:1.2}.ecpm-btn:disabled{cursor:not-allowed}.ecpm-btn--ghost{background:#fff;color:#64748b;border:1px solid #e2e8f0}.ecpm-btn--ghost:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1;color:#475569}.ecpm-btn--primary{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;box-shadow:0 2px 10px #6366f159}.ecpm-btn--primary:hover:not(:disabled){background:linear-gradient(135deg,#4f46e5,#4338ca);box-shadow:0 4px 14px #6366f173;transform:translateY(-1px)}.ecpm-btn--primary:active:not(:disabled){transform:translateY(0)}.ecpm-btn--disabled{opacity:.45!important}.ecpm-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:ecpmSpin .6s linear infinite}@keyframes ecpmSpin{to{transform:rotate(360deg)}}@media (max-width: 520px){.ecpm-modal{max-width:none;margin:8px}.ecpm-cards{grid-template-columns:1fr;gap:10px}.ecpm-card{flex-direction:row;text-align:left;padding:14px 16px;gap:12px}.ecpm-card-accent{width:3px;height:100%;top:0;left:0;right:auto;bottom:0;border-radius:12px 0 0 12px}.ecpm-radio{margin-bottom:0}.ecpm-card-desc{max-width:none}.ecpm-current-chip{top:auto;bottom:8px;right:12px}.ecpm-footer{flex-direction:column-reverse}.ecpm-btn{width:100%;justify-content:center}}.recm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(15,23,42,.5);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:recmFadeIn .18s ease-out}@keyframes recmFadeIn{0%{opacity:0}to{opacity:1}}.recm-modal{background:#fff;border-radius:16px;width:100%;max-width:520px;overflow:hidden;box-shadow:0 25px 60px -12px #00000040,0 0 0 1px #0000000f;animation:recmSlideUp .22s cubic-bezier(.16,1,.3,1)}@keyframes recmSlideUp{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.recm-header{background:linear-gradient(135deg,#1e293b 0%,#334155 100%);padding:18px 24px;display:flex;align-items:center;justify-content:space-between}.recm-header-content{display:flex;align-items:center;gap:10px}.recm-header-icon{font-size:22px;color:#ffffffa6}.recm-title{font-size:17px;font-weight:650;color:#fff;margin:0;letter-spacing:-.01em}.recm-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:none;background:rgba(255,255,255,.08);color:#fff9;cursor:pointer;transition:all .15s ease}.recm-close:hover{background:rgba(255,255,255,.15);color:#fff}.recm-close:disabled{opacity:.3;cursor:not-allowed}.recm-close .material-symbols-rounded{font-size:20px}.recm-body{padding:24px}.recm-prompt{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin:0 0 14px;display:flex;align-items:center;gap:12px}.recm-prompt:after{content:"";flex:1;height:1px;background:#e2e8f0}.recm-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.recm-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:4px;padding:20px 10px 16px;border-radius:12px;border:1.5px solid #e2e8f0;background:#fff;cursor:pointer;transition:all .2s ease;text-align:center;overflow:hidden}.recm-card:hover:not(:disabled){border-color:#6366f1;box-shadow:0 4px 16px #6366f126;transform:translateY(-2px)}.recm-card:active:not(:disabled){transform:translateY(0)}.recm-card:disabled{opacity:.45;cursor:not-allowed}.recm-card-accent{position:absolute;top:0;left:0;right:0;height:3px;border-radius:12px 12px 0 0}.recm-card-accent--primary{background:linear-gradient(90deg,#6366f1,#4f46e5)}.recm-card-accent--secondary{background:linear-gradient(90deg,#0ea5e9,#0284c7)}.recm-card-icon{font-size:30px;line-height:1;margin-bottom:2px}.recm-card-icon--primary{color:#6366f1}.recm-card-icon--secondary{color:#0ea5e9}.recm-card-title{font-size:15px;font-weight:700;color:#1e293b;letter-spacing:-.01em}.recm-card-desc{font-size:11px;font-weight:450;color:#94a3b8;line-height:1.35;max-width:140px}.recm-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:16px 24px;border-top:1px solid #f1f5f9;background:#f8fafc}.recm-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease;border:none;line-height:1.2}.recm-btn:disabled{cursor:not-allowed}.recm-btn--ghost{background:#fff;color:#64748b;border:1px solid #e2e8f0}.recm-btn--ghost:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1;color:#475569}@media (max-width: 520px){.recm-modal{max-width:none;margin:8px}.recm-cards{grid-template-columns:1fr;gap:10px}.recm-card{flex-direction:row;text-align:left;padding:14px 16px;gap:12px}.recm-card-accent{width:3px;height:100%;top:0;left:0;right:auto;bottom:0;border-radius:12px 0 0 12px}.recm-card-desc{max-width:none}.recm-footer{flex-direction:column-reverse}.recm-btn{width:100%;justify-content:center}}.recm-modal--state .recm-header-icon{transition:transform .25s ease,color .2s ease}.recm-state-body{padding:40px 24px 48px;text-align:center;min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.recm-state-body--loading{gap:16px}.recm-spinner-wrap{width:56px;height:56px;display:flex;align-items:center;justify-content:center}.recm-spinner{width:48px;height:48px;border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:recmSpin .9s linear infinite}@keyframes recmSpin{to{transform:rotate(360deg)}}.recm-state-message{margin:0;font-size:16px;font-weight:600;color:#1e293b;letter-spacing:-.01em;max-width:320px}.recm-state-hint{margin:0;font-size:12px;font-weight:500;color:#94a3b8}.recm-state-body--done .recm-done-icon-wrap{width:72px;height:72px;display:flex;align-items:center;justify-content:center}.recm-done-icon{font-size:72px;color:#10b981;line-height:1;animation:recmDonePop .4s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes recmDonePop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.recm-state-message--done{font-size:18px;color:#059669;font-weight:700}.hiring-dashboard{display:flex;height:100vh;background:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden;position:relative}.sidebar{width:220px;background:linear-gradient(135deg,#1e293b 0%,#334155 100%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-right:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;color:#fff;position:fixed;height:100vh;z-index:1000;overflow-y:auto;overflow-x:hidden;align-items:flex-start;padding:16px 8px;flex-shrink:0}.sidebar::-webkit-scrollbar{width:4px}.sidebar::-webkit-scrollbar-track{background:rgba(255,255,255,.1)}.sidebar::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:2px}.sidebar::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.sidebar-header{padding:16px 8px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:flex-start;width:100%;margin-bottom:16px}.logo{display:flex;flex-direction:column;align-items:center;gap:8px;white-space:nowrap;justify-content:center;width:100%;margin-left:-10px;margin-bottom:10px}.logo-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:25.2px;font-weight:800;background:linear-gradient(135deg,#8b5cf6 0%,#3b82f6 50%,#06b6d4 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.05em;text-shadow:0 4px 20px rgba(139,92,246,.3);position:relative;white-space:nowrap;display:inline-block;margin:0}.logo-text:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:linear-gradient(90deg,#8b5cf6 0%,#3b82f6 50%,#06b6d4 100%);border-radius:1px;opacity:.6}.logo-subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12.6px;font-weight:500;color:#fffc;text-transform:uppercase;letter-spacing:.1em;margin:0}.sidebar-nav{list-style:none;padding:0;margin:0;width:100%;flex:1;display:flex;flex-direction:column;gap:8px}.nav-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;cursor:pointer;transition:all .3s ease;justify-content:flex-start;background:none;border:none;color:#cbd5e1;width:100%;font-weight:500}.nav-icon{font-size:22px;flex-shrink:0;transition:color .2s ease;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.nav-icon .material-symbols-rounded{font-size:22px;color:#e2e8f0;display:block}.nav-text{font-size:14px;font-weight:500;opacity:1;transform:translate(0);white-space:nowrap;display:inline-block}.nav-item:hover{background:rgba(59,130,246,.15);color:#60a5fa;transform:translate(4px)}.nav-item.active{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;box-shadow:0 4px 12px #3b82f666;transform:translate(4px);position:relative}.nav-section{margin-top:32px;padding-bottom:16px}.nav-section-title{font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.8px;margin-bottom:12px;margin-top:20px;padding:0 16px;position:relative}.nav-section-title:after{content:"";position:absolute;bottom:-6px;left:16px;right:16px;height:1px;background:linear-gradient(90deg,#e2e8f0 0%,transparent 100%)}.nav-sub-item{padding:10px 16px 10px 36px;font-size:13px;position:relative;margin-bottom:2px;border-radius:8px;transition:all .2s ease;animation:slideInLeft .3s ease-out}@keyframes slideInLeft{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.nav-sub-item:before{content:"";position:absolute;left:24px;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#94a3b8;border-radius:50%;transition:all .2s ease}.nav-sub-item:hover{background:rgba(59,130,246,.08);color:#60a5fa;transform:translate(2px)}.nav-sub-item:hover:before{background:#60a5fa;transform:translateY(-50%) scale(1.2)}.nav-sub-item.active{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;transform:translate(4px);box-shadow:0 4px 12px #3b82f666;position:relative}.nav-sub-item.active:before{background:white;transform:translateY(-50%) scale(1.3);box-shadow:0 0 8px #fff9}.nav-sub-item .nav-text{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500;line-height:1.4}.nav-count{background:#e2e8f0;color:#475569;font-size:10px;font-weight:700;padding:3px 8px;border-radius:12px;margin-left:8px;min-width:20px;text-align:center;transition:all .2s ease;flex-shrink:0}.nav-sub-item:hover .nav-count{background:#dbeafe;color:#1e40af;transform:scale(1.05)}.nav-sub-item.active .nav-count{background:rgba(255,255,255,.2);color:#fff;box-shadow:0 2px 4px #ffffff4d;border:1px solid rgba(255,255,255,.3)}.nav-count-zero{background:#f1f5f9!important;color:#94a3b8!important;border:1px solid #e2e8f0}.nav-empty-state{display:flex;flex-direction:column;align-items:center;padding:20px 16px;color:#94a3b8;text-align:center}.nav-empty-icon{font-size:24px;margin-bottom:8px;opacity:.6}.nav-empty-text{font-size:12px;font-weight:500;opacity:.8}.nav-icon{font-size:20px;width:24px;height:24px;text-align:center;color:#e2e8f0;opacity:1!important;transform:translate(0)!important;display:flex!important;align-items:center;justify-content:center;flex-shrink:0}.nav-icon .material-symbols-rounded{font-size:20px;color:#e2e8f0;display:block}.nav-item:hover .nav-icon .material-symbols-rounded{color:#fff}.nav-text{font-size:14px;font-weight:1000}.sidebar-footer{padding:16px 8px;border-top:1px solid rgba(255,255,255,.1);width:100%;display:flex;flex-direction:column;gap:8px}.profile-section{display:flex;align-items:flex-start;gap:12px;justify-content:flex-start;position:relative;width:100%}.profile-section .logout-btn{flex-shrink:0;margin-top:2px}.profile-avatar{width:32px;height:32px;background:#8b5cf6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;color:#fff;flex-shrink:0}.profile-avatar .material-symbols-rounded{font-size:18px;color:#fff;display:block}.profile-info{flex:1;opacity:1;transform:translate(0);display:block;min-width:0;overflow-wrap:break-word;word-wrap:break-word}.profile-name{font-size:14px;font-weight:600;color:#fff;word-wrap:break-word;overflow-wrap:break-word;line-height:1.4}.profile-role{font-size:12px;color:#fffc;font-weight:500}.logout-btn{background:none;border:none;color:#9ca3af;cursor:pointer;padding:8px;border-radius:4px;transition:all .2s;opacity:1;transform:translate(0);display:block}.logout-btn:hover{background:rgba(255,255,255,.1);color:#fff}.main-content{flex:1;margin-left:220px;padding:32px;overflow-y:auto;overflow-x:hidden;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);height:100vh;display:flex;flex-direction:column;justify-content:flex-start;position:relative;width:calc(100vw - 220px)}.dashboard-content{width:100%;display:flex;flex-direction:column;align-items:stretch;flex:1}.dashboard-content-home{transform:scale(.9);transform-origin:top left;width:112%}.top-summary-wrapper{display:flex;flex-direction:row;gap:20px;margin-top:20px;margin-bottom:40px;width:100%;align-items:stretch;padding:0 3px;box-sizing:border-box}.job-postings-box-container{flex:1;min-width:0;display:flex;flex-direction:column;max-width:calc(50% - 10px)}.ttf-box-container{flex:1;min-width:0;display:flex;flex-direction:column;max-width:calc(50% - 10px);margin-right:3px}.funnel-applicants-wrapper{display:flex;flex-direction:row;gap:20px;margin-bottom:40px;width:100%;padding:0 3px;align-items:stretch;box-sizing:border-box}.interview-funnel-container,.applicants-quality-container{flex:1;min-width:0;display:flex;flex-direction:column;max-width:calc(50% - 2.5px)}.worst-performing-wrapper{display:flex;flex-direction:row;gap:20px;margin-bottom:40px;width:100%;align-items:stretch;padding:0 5px;box-sizing:border-box}.by-age-container{flex:1;min-width:0;display:flex;flex-direction:column;max-width:calc(50% - 10px)}.by-completion-container{flex:1;min-width:0;display:flex;flex-direction:column;max-width:calc(50% - 10px);margin-right:3px}@media (max-width: 1024px){.top-summary-wrapper{flex-direction:column}.funnel-applicants-wrapper{flex-direction:column;gap:20px}.interview-funnel-container{width:100%;margin-right:0}.applicants-quality-container{width:100%}.worst-performing-wrapper{flex-direction:column}}.welcome-section{text-align:center;margin-bottom:40px;width:100%}.welcome-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;flex-wrap:wrap}.welcome-section h1{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:42px;font-weight:900;color:#64748b;letter-spacing:-.02em;margin:0 0 20px;text-shadow:0 4px 20px rgba(100,116,139,.3);line-height:1.1;text-align:left;flex:1;min-width:200px}.hm-filter-wrapper-home{margin-top:8px;display:flex;align-items:center;justify-content:flex-end}.section-with-filter{position:relative;width:100%;height:100%;display:flex;flex-direction:column}.section-filter-button{position:absolute;top:24px;right:24px;z-index:10}.welcome-section p{font-size:20px;color:#64748b;font-weight:600;margin:0;letter-spacing:-.01em}.stats-section{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px;width:100%}.stat-card{background:white;border-radius:16px;padding:24px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;gap:16px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.stat-card.clickable{cursor:pointer}.stat-card.clickable:hover{transform:translateY(-2px);box-shadow:0 8px 25px -5px #00000026,0 4px 6px -1px #0000001a;border-color:#3b82f64d}.stat-card.clickable:active{transform:translateY(0)}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:#e2e8f0}.stat-icon{font-size:24px;width:50px;height:50px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 8px #3b82f64d}.stat-content{flex:1}.stat-number{font-size:28px;font-weight:700;color:#1f2937;margin-bottom:4px}.stat-label{font-size:14px;color:#6b7280;font-weight:500}.tabs-section{background:white;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;overflow:hidden}.tabs{display:flex;border-bottom:1px solid #e5e7eb;background:#f9fafb}.tab{flex:1;padding:16px 24px;background:none;border:none;color:#6b7280;font-weight:500;cursor:pointer;transition:all .2s;position:relative}.tab:hover{color:#374151;background:#f3f4f6;transform:translateY(-1px)}.tab.active{color:#3b82f6;background:white;font-weight:600;box-shadow:0 2px 8px #3b82f626}.tab.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:2px 2px 0 0;box-shadow:0 2px 4px #3b82f64d}.tab-content{padding:0}.table-container{background:white;border-radius:16px;padding:24px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;flex:1;display:flex;flex-direction:column}.table-header{display:flex;align-items:center;justify-content:space-between}.table-header-actions{display:flex;align-items:center;gap:12px}.header-refresh-btn{display:inline-flex;align-items:center;justify-content:center;height:36px;width:36px;border-radius:10px;border:1px solid #d1d5db;background:#ffffff;color:#059669;cursor:pointer;transition:all .2s ease}.header-refresh-btn:hover{background:#ecfdf5;border-color:#059669}.header-refresh-btn:disabled{cursor:not-allowed;opacity:.9}.header-refresh-btn--refreshing .material-symbols-rounded{animation:header-refresh-spin .8s linear infinite}@keyframes header-refresh-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.column-settings-trigger{display:inline-flex;align-items:center;justify-content:center;height:36px;width:36px;border:1px solid #d1d5db;border-radius:10px;background:#ffffff;color:#059669;cursor:pointer;transition:all .2s ease}.column-settings-trigger:hover{color:#047857;background:#ecfdf5;border-color:#059669}.app-count-pill{display:inline-flex;align-items:center;gap:6px;margin-left:12px;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:700;color:#065f46;background:linear-gradient(135deg,#ecfdf5 0%,#a7f3d0 100%);border:1px solid #34d399;vertical-align:middle;-webkit-text-fill-color:#065f46;-webkit-background-clip:border-box;background-clip:border-box}.applications-job-row{display:flex;align-items:center;width:100%;gap:16px}.applications-job-row .column-settings-trigger{margin-left:auto;margin-right:24px;margin-top:20px}.job-selection-box{display:flex;align-items:center;gap:16px;padding:16px 20px;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);border-radius:50px;box-shadow:0 8px 32px #0000001f;position:relative;overflow:visible;margin-bottom:20px;width:100%;max-width:600px;transition:all .3s cubic-bezier(.4,0,.2,1)}.job-selection-text{flex:1;min-width:0}.job-label-fancy{font-size:20px;font-weight:700;color:#1f2937;margin:0;line-height:1.3;letter-spacing:-.025em;background:linear-gradient(135deg,#8b5cf6 0%,#3b82f6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.job-dropdown-container{position:relative;flex:1;min-width:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.job-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:white;border:2px solid #e5e7eb;border-radius:25px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000d;min-width:200px}.job-dropdown-trigger:hover{border-color:#3b82f6;box-shadow:0 4px 16px #3b82f61a}.job-dropdown-trigger:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.job-dropdown-trigger.open{border-color:#3b82f6;box-shadow:0 4px 16px #3b82f633;background:linear-gradient(135deg,#f8fafc 0%,#dbeafe 100%)}.selected-job{font-size:14px;font-weight:600;color:#1f2937;flex:1;text-align:left}.job-dropdown-arrow{color:#6b7280;transition:transform .2s ease;flex-shrink:0;margin-left:8px}.job-dropdown-arrow.open{transform:rotate(180deg);color:#3b82f6}.job-dropdown-menu{position:absolute;top:0;left:0;right:0;background:white;border:2px solid #3b82f6;border-radius:25px;box-shadow:0 8px 32px #3b82f633;z-index:50;max-height:300px;overflow-y:auto;overflow-x:hidden;animation:jobDropdownExpand .3s cubic-bezier(.4,0,.2,1);transform-origin:top center;padding:3px 10px 3px 3px}.job-dropdown-menu::-webkit-scrollbar{width:7px}.job-dropdown-menu::-webkit-scrollbar-track{background:transparent;margin:10px 6px;border-radius:10px}.job-dropdown-menu::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px;border:1px solid transparent;background-clip:padding-box}.job-dropdown-menu::-webkit-scrollbar-thumb:hover{background:#94a3b8;background-clip:padding-box}@keyframes jobDropdownExpand{0%{opacity:0;transform:scaleY(0) scaleX(.8);border-radius:25px}to{opacity:1;transform:scaleY(1) scaleX(1);border-radius:25px}}.job-dropdown-option{padding:10px 16px;font-size:16px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease;border-bottom:1px solid #f3f4f6;margin:2px 4px;border-radius:20px}.job-dropdown-option:last-child{border-bottom:none}.job-dropdown-option:hover{background:linear-gradient(135deg,#f8fafc 0%,#dbeafe 100%);color:#3b82f6;transform:translate(4px)}.job-dropdown-option.selected{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);color:#fff;font-weight:600;transform:translate(4px)}.job-dropdown-option.selected:hover{background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%);color:#fff;transform:translate(4px)}.success-message{position:fixed;top:20px;right:20px;z-index:10100;animation:slideInRight .35s cubic-bezier(.4,0,.2,1)}.success-content{background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:#fff;padding:10px 24px;border-radius:12px;box-shadow:0 4px 16px #10b98159;display:inline-flex;align-items:center;gap:10px;font-weight:600;font-size:14px;white-space:nowrap}.success-icon{font-size:18px;display:flex;align-items:center}.error-message{position:fixed;top:20px;right:20px;z-index:10100;animation:slideInRight .35s cubic-bezier(.4,0,.2,1)}.error-content{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);color:#fff;padding:10px 24px;border-radius:12px;box-shadow:0 4px 16px #ef444459;display:inline-flex;align-items:center;gap:10px;font-weight:600;font-size:14px;white-space:nowrap}.error-icon{font-size:18px;display:flex;align-items:center}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.confirmation-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease-out}.confirmation-dialog{background:white;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;max-width:400px;width:90%;animation:slideInUp .3s ease-out}.confirmation-header{display:flex;align-items:center;gap:12px;padding:24px 24px 16px;border-bottom:1px solid #e5e7eb}.confirmation-icon{font-size:24px}.confirmation-header h3{margin:0;font-size:18px;font-weight:600;color:#1f2937}.confirmation-body{padding:16px 24px}.confirmation-body p{margin:0;color:#6b7280;line-height:1.5}.confirmation-actions{display:flex;gap:12px;padding:16px 24px 24px;justify-content:flex-end}.confirmation-btn{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.confirmation-btn.cancel{background:#f3f4f6;color:#374151}.confirmation-btn.cancel:hover{background:#e5e7eb}.confirmation-btn.confirm{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);color:#fff}.confirmation-btn.confirm:hover{background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%)}.confirmation-btn.primary{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);color:#fff;box-shadow:0 2px 8px #3b82f640}.confirmation-btn.primary:hover{background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%);transform:translateY(-1px);box-shadow:0 4px 14px #3b82f666}.job-created-modal{max-width:460px;overflow:hidden}.job-created-modal .job-created-header{background:#ffffff;border-bottom:1px solid #e5e7eb;padding:22px 24px 18px;gap:10px}.job-created-modal .job-created-header h3{color:#1f2937;font-size:17px}.job-created-modal .job-created-header .job-created-icon{color:#059669;font-size:26px;font-weight:700;background:#d1fae5;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.job-created-modal .job-created-body{padding:20px 24px 8px}.job-created-modal .job-created-subtext{font-size:13px;color:#6b7280;text-align:center;margin:0 0 16px}.job-created-modal .job-created-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.job-created-modal .job-created-action-btn{flex:1;min-width:148px;display:flex;align-items:center;justify-content:center;gap:7px;padding:11px 18px;font-size:14px}.job-created-modal .job-created-action-btn .btn-icon{font-size:16px}.job-created-modal .confirmation-actions{justify-content:center;padding-top:12px;border-top:1px solid #f3f4f6;margin-top:8px}.template-editor-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.55);display:flex;align-items:center;justify-content:center;z-index:2100;animation:fadeIn .2s ease-out;padding:16px}.template-editor-modal{background:#ffffff;border-radius:20px;box-shadow:0 32px 64px -12px #0000004d;width:100%;max-width:620px;max-height:88vh;display:flex;flex-direction:column;overflow:hidden;animation:slideInUp .3s ease-out}.template-editor-header{background:#ffffff;border-bottom:1px solid #e5e7eb;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.template-editor-header-left{display:flex;align-items:center;gap:12px}.template-editor-header-icon{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border-radius:10px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.template-editor-header-icon-symbol{color:#fff;font-size:20px}.template-icon-sm{font-size:15px}.template-icon-md{font-size:17px}.template-editor-header h2{margin:0;font-size:17px;font-weight:700;color:#1f2937}.template-editor-header p{margin:2px 0 0;font-size:12px;color:#6b7280}.template-editor-close-btn{background:#f3f4f6;border:none;color:#6b7280;width:32px;height:32px;border-radius:8px;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;flex-shrink:0}.template-editor-close-btn:hover{background:#e5e7eb;color:#374151}.template-editor-body{overflow-y:auto;flex:1;padding:24px 24px 0;display:flex;flex-direction:column;gap:18px}.template-editor-body::-webkit-scrollbar{width:5px}.template-editor-body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.template-field{display:flex;flex-direction:column;gap:6px}.template-field label{font-size:12px;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:6px}.template-field label .field-icon{font-size:14px}.template-field input[type=text],.template-field textarea{width:100%;padding:10px 14px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:14px;color:#1f2937;font-family:inherit;transition:border-color .2s,box-shadow .2s;resize:vertical;background:#fafafa;box-sizing:border-box}.template-field input[type=text]:focus,.template-field textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f;background:white}.template-field textarea.requirements-area{min-height:120px;font-family:inherit}.template-field textarea.template-post-area{min-height:340px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:13.5px;line-height:1.7;letter-spacing:.01em;resize:vertical;white-space:pre-wrap}.template-field .field-hint{font-size:11px;color:#9ca3af;margin:0}.template-link-section{background:linear-gradient(135deg,rgba(59,130,246,.06) 0%,rgba(29,78,216,.06) 100%);border:1.5px solid rgba(59,130,246,.2);border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:8px}.template-link-label{font-size:12px;font-weight:600;color:#1d4ed8;text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:6px}.template-link-row{display:flex;align-items:center;gap:8px}.template-link-value{flex:1;font-size:13px;color:#374151;background:white;border:1.5px solid #e5e7eb;border-radius:8px;padding:8px 12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-user-select:all;user-select:all;font-family:SFMono-Regular,Consolas,monospace}.template-link-copy-btn{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);color:#fff;border:none;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:5px;white-space:nowrap;transition:all .2s;flex-shrink:0}.template-link-copy-btn:hover{background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f659}.template-editor-footer{padding:16px 24px 20px;display:flex;gap:10px;justify-content:flex-end;border-top:1px solid #f0f0f0;flex-shrink:0}.template-copy-all-btn{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);color:#fff;border:none;border-radius:10px;padding:11px 22px;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:7px;transition:all .2s;box-shadow:0 2px 8px #3b82f640}.template-copy-all-btn:hover{background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%);transform:translateY(-1px);box-shadow:0 6px 18px #3b82f666}.template-cancel-btn{background:#f3f4f6;color:#374151;border:none;border-radius:10px;padding:11px 20px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.template-cancel-btn:hover{background:#e5e7eb}@media (max-width: 640px){.template-editor-modal{max-width:100%;max-height:95vh;border-radius:16px 16px 0 0}.template-editor-overlay{align-items:flex-end;padding:0}.template-link-row{flex-direction:column;align-items:stretch}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.application-checkbox{position:relative;display:inline-block;width:24px;height:24px;cursor:pointer}.application-checkbox input[type=checkbox]{opacity:0;position:absolute;width:100%;height:100%;margin:0;cursor:pointer;z-index:1}.application-checkbox .checkmark{position:absolute;top:0;left:0;height:24px;width:24px;background:white;border:2px solid #d1d5db;border-radius:6px;transition:all .2s ease}.application-checkbox:hover .checkmark{border-color:#3b82f6;background:#f8fafc}.application-checkbox input[type=checkbox]:checked~.checkmark{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-color:#3b82f6}.application-checkbox .checkmark:after{content:"";position:absolute;display:none;left:6px;top:2px;width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.application-checkbox input[type=checkbox]:checked~.checkmark:after{display:block}.bulk-actions{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:16px;opacity:0;transform:translateY(-10px);transition:all .3s ease}.bulk-actions.visible{opacity:1;transform:translateY(0)}.bulk-actions-text{font-size:14px;font-weight:600;color:#374151}.bulk-action-btn{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);color:#fff;border:none;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:8px;box-shadow:0 4px 6px #3b82f633;position:relative;overflow:hidden}.bulk-action-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.bulk-action-btn:hover{background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%);transform:translateY(-2px);box-shadow:0 8px 15px #3b82f64d}.bulk-action-btn:hover:before{left:100%}.bulk-action-btn:active{transform:translateY(0)}.bulk-action-btn.danger{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);box-shadow:0 4px 6px #ef444433}.bulk-action-btn.danger:hover{background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);box-shadow:0 8px 15px #ef44444d}.bulk-action-btn.warning{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);box-shadow:0 4px 6px #f59e0b33}.bulk-action-btn.warning:hover{background:linear-gradient(135deg,#d97706 0%,#b45309 100%);box-shadow:0 8px 15px #f59e0b4d}.bulk-action-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.bulk-action-btn:disabled:hover{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);transform:none;box-shadow:0 4px 6px #3b82f633}.bulk-action-btn:disabled:hover:before{left:-100%}.table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.table-header h3{font-size:24px;font-weight:700;color:#1f2937;margin:0;background:linear-gradient(135deg,#1f2937 0%,#374151 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.025em}.applications-summary{display:flex;align-items:center;gap:16px}.summary-text{font-size:14px;color:#6b7280;font-weight:500;background:#f3f4f6;padding:8px 16px;border-radius:20px;border:1px solid #e5e7eb}.back-button{display:inline-flex;align-items:center;gap:8px;background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-left:16px}.back-button:hover{background:#e5e7eb;color:#374151}.add-button{background:#3b82f6;color:#fff;border:none;padding:10px 16px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px}.add-icon{font-size:16px;font-weight:600}.add-button:hover{background:#2563eb}.table-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;background:transparent;cursor:pointer;color:#6b7280;transition:background .15s,color .15s;padding:0}.table-icon-btn .material-symbols-rounded{font-size:18px}.table-icon-btn:hover{background:#f3f4f6;color:#3b82f6}.table-icon-btn--link:hover{background:#ecfdf5;color:#059669}.table-icon-btn--template:hover{background:#eff6ff;color:#4f46e5}.job-stats-button{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease;box-shadow:0 2px 4px #10b98133}.job-stats-button .material-symbols-rounded{font-size:18px}.job-stats-button:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 8px #10b9814d}.job-stats-modal-overlay{padding:24px 24px 24px 240px;box-sizing:border-box}@media (max-width: 900px){.job-stats-modal-overlay{padding-left:24px}}.job-stats-modal-container{max-width:1300px!important;width:100%!important;max-height:85vh;display:flex;flex-direction:column}.job-stats-modal-body{padding:16px 24px 24px;overflow-y:auto;flex:1}.job-stats-modal-body .table-wrapper{overflow-x:auto}.job-stats-modal-body .data-table{width:100%;min-width:600px}.job-stats-modal-body .data-table th:nth-child(1),.job-stats-modal-body .data-table td:nth-child(1){text-align:left}.job-title-text{display:inline-block;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom}.table-wrapper{overflow-x:auto;overflow-y:visible;flex:1;min-height:0}.applications-table-wrapper{margin-top:16px;max-height:calc(100vh - 280px);overflow-x:auto;overflow-y:auto;-webkit-overflow-scrolling:touch;position:relative}.applications-table-wrapper::-webkit-scrollbar{width:8px;height:8px}.applications-table-wrapper::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.applications-table-wrapper::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:4px;min-height:40px;min-width:40px}.applications-table-wrapper::-webkit-scrollbar-thumb:hover{background:#64748b}.applications-table-wrapper{scrollbar-width:thin;scrollbar-color:#94a3b8 #f1f5f9}.applications-table-wrapper:after{content:"";position:absolute;bottom:0;left:0;right:0;height:20px;background:linear-gradient(transparent,rgba(0,0,0,.03));pointer-events:none;opacity:0;transition:opacity .3s ease}.applications-table-wrapper:hover:after{opacity:1}.data-table.applications-table{min-width:max-content}.table-wrapper{position:relative}.action-menu{position:relative;z-index:10}.main-content:has(.job-descriptions){padding:20px;overflow-y:auto;overflow-x:hidden}.data-table{width:100%;border-collapse:collapse;background:white;min-width:100%}.data-table th{background:#f9fafb;color:#374151;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.05em;padding:12px 16px;text-align:left;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:10}.data-table td{padding:16px;border-bottom:1px solid #f3f4f6;color:#374151;font-size:14px;vertical-align:middle}.data-table td.empty-state{text-align:center;vertical-align:middle}.data-table tr:hover{background:#f9fafb}.data-table.applications-table td{white-space:normal;word-wrap:break-word;overflow-wrap:break-word;line-height:1.5}.data-table.applications-table th{white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.data-table.applications-table th:last-child{background:#f9fafb!important;opacity:1!important;z-index:11}.data-table.applications-table th.status-header{padding-left:36px!important}.data-table.applications-table th.name-header{padding-left:46px!important}.data-table.applications-table th.email-header{padding-left:70px!important}.data-table.applications-table th.phone-header{padding-left:40px!important}.data-table.applications-table .sortable-header{-webkit-user-select:none;user-select:none;transition:background-color .2s ease}.data-table.applications-table .sortable-header:hover{background-color:#f3f4f6}.data-table.applications-table .sort-arrow{display:inline-block;margin-left:4px;font-weight:700;color:#3b82f6}.data-table.applications-table .score-cell{text-align:center;font-weight:500;color:#374151}.data-table.applications-table .score-cell:empty:before{content:"-";color:#9ca3af}.cheating-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:600;border:none}.cheating-badge.cheating-none{background:#dcfce7;color:#166534;box-shadow:0 1px 2px #22c55e26}.cheating-badge.cheating-low{background:#fef9c3;color:#854d0e;box-shadow:0 1px 2px #ca8a0426}.cheating-badge.cheating-high{background:#fce7f3;color:#9d174d;box-shadow:0 1px 2px #be185d26}.cheating-badge:not(.cheating-none):not(.cheating-low):not(.cheating-high){background:#f3f4f6;color:#4b5563;box-shadow:0 1px 2px #6b728026}.source-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600;white-space:nowrap;letter-spacing:.01em}.source-badge.source-public-link{background:#dbeafe;color:#1d4ed8;box-shadow:0 1px 2px #2563eb1f}.source-badge.source-hiring-manager{background:#ede9fe;color:#5b21b6;box-shadow:0 1px 2px #7c3aed1f}.applicant-name-cell{min-width:140px}.applicant-name-display{display:inline-flex;align-items:center;gap:8px;max-width:100%;transition:background-color .2s ease,box-shadow .2s ease}.applicant-name-display.applicant-name-editable{cursor:pointer;padding:4px 6px;margin:-4px -6px;border-radius:6px}.applicant-name-display.applicant-name-editable:hover{background:linear-gradient(135deg,rgba(59,130,246,.06) 0%,rgba(147,197,253,.04) 100%);box-shadow:0 0 0 1px #3b82f614}.applicant-name-display.applicant-name-editable:focus-visible{outline:none;background:linear-gradient(135deg,rgba(59,130,246,.08) 0%,rgba(147,197,253,.06) 100%);box-shadow:0 0 0 2px #3b82f640}.applicant-name-display.applicant-name-editable:hover .applicant-name-text,.applicant-name-display.applicant-name-editable:focus-visible .applicant-name-text{border-bottom-color:#3b82f666}.applicant-name-display.applicant-name-editable:hover .applicant-name-edit-icon,.applicant-name-display.applicant-name-editable:focus-visible .applicant-name-edit-icon{opacity:1;transform:translate(0)}.applicant-name-text{flex:1;min-width:0;border-bottom:1px solid transparent;transition:border-color .2s ease}.applicant-name-display.applicant-name-editable .applicant-name-text{border-bottom-style:dashed;border-bottom-color:transparent}.applicant-name-edit-icon{flex-shrink:0;font-size:15px!important;width:15px;height:15px;color:#3b82f6;opacity:0;transform:translate(4px);transition:opacity .2s ease,transform .2s ease,color .15s ease}.applicant-name-display.applicant-name-editable:hover .applicant-name-edit-icon{color:#2563eb}.applicant-name-display.applicant-name-editable .applicant-name-edit-icon{opacity:0;transform:translate(4px)}.applicant-name-saved-icon{flex-shrink:0;font-size:16px!important;width:16px;height:16px;color:#059669;animation:applicant-name-saved-pop .35s ease}@keyframes applicant-name-saved-pop{0%{opacity:0;transform:scale(.6)}70%{transform:scale(1.08)}to{opacity:1;transform:scale(1)}}.applicant-name-display.applicant-name-just-saved .applicant-name-text{border-bottom-color:transparent}.applicant-name-edit-wrapper{display:flex;align-items:center;gap:8px;min-width:120px;animation:applicant-name-edit-in .2s ease}@keyframes applicant-name-edit-in{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}.applicant-name-edit-input{flex:1;min-width:0;padding:5px 10px;font-size:inherit;font-family:inherit;border:1px solid #e5e7eb;border-radius:6px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.applicant-name-edit-input:hover{border-color:#d1d5db}.applicant-name-edit-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.applicant-name-edit-input:disabled{background:#f9fafb;color:#6b7280}.applicant-name-edit-spinner{font-size:18px!important;width:18px;height:18px;color:#3b82f6;animation:applicant-name-spin .8s linear infinite}@keyframes applicant-name-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.status-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px!important;border-radius:20px;font-size:12px!important;font-weight:600;text-transform:capitalize;background:#f8fafc;color:#374151;border:1px solid #e2e8f0;transform:translateY(-2px);transition:transform .2s ease}.status-badge:hover{transform:translateY(-4px)}.status-badge.open{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534;box-shadow:0 2px 4px #22c55e33}.status-badge.closed{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#6b7280;box-shadow:0 2px 4px #6b728033}.status-badge.in-progress{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;box-shadow:0 2px 4px #3b82f633}.status-badge.uploaded{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;box-shadow:0 2px 4px #f59e0b33}.status-badge.invited{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#3730a3;box-shadow:0 2px 4px #6366f133}.status-badge.completed{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534;box-shadow:0 2px 4px #22c55e33}.view-applications-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 12px!important;background:#6c9ee0!important;color:#1e40af;border:1px solid #93c5fd;border-radius:20px!important;font-size:13px!important;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none}.view-applications-btn:hover{background:#bfdbfe;border-color:#60a5fa;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f633}.view-applications-btn .material-symbols-rounded{font-size:16px;color:#1e40af}.job-title-clickable{color:#3b82f6;cursor:pointer;font-weight:600;transition:all .2s ease;text-decoration:none;display:inline-block;position:relative;overflow:hidden;max-width:100%;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.job-title-clickable:hover{color:#1d4ed8;text-decoration:underline;transform:translateY(-1px)}.job-title-clickable:before{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#1f2937;color:#fff;padding:8px 12px;border-radius:6px;font-size:12px;font-weight:500;white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s ease;z-index:9999;box-shadow:0 4px 12px #00000040;pointer-events:none;margin-bottom:8px;min-width:100px;text-align:center}.job-title-clickable:after{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#1f2937;opacity:0;visibility:hidden;transition:all .3s ease;z-index:9999;pointer-events:none;margin-bottom:3px}.job-title-clickable:hover:before,.job-title-clickable:hover:after{opacity:1;visibility:visible;transform:translate(-50%) translateY(-4px);transition-delay:.1s}.job-title-clickable:hover:after{transform:translate(-50%) translateY(-4px);transition-delay:.1s}.job-description-section{background:#ffffff;border:1px solid #e5e7eb;border-radius:16px;margin:16px 0;padding:0;box-shadow:0 4px 12px #0000001a;overflow:hidden;position:relative;transition:all .3s ease}.job-description-section:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-1px)}.job-description-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:18px 22px;color:#fff;position:relative;overflow:hidden}.job-description-header:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.15) 0%,transparent 70%);animation:shimmer 4s ease-in-out infinite}@keyframes shimmer{0%,to{transform:translate(-100%) translateY(-100%) rotate(30deg)}50%{transform:translate(100%) translateY(100%) rotate(30deg)}}.job-description-header h4{margin:0;font-size:17px;font-weight:600;position:relative;z-index:1;letter-spacing:.025em}.job-description-content{padding:20px 24px;background:#ffffff}.job-description-content p{margin:0 0 18px;color:#4b5563;line-height:1.7;font-size:15px;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);padding:16px 20px;border-radius:12px;border:1px solid #e2e8f0;position:relative;box-shadow:0 1px 3px #0000000d}.job-description-content p:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:0 2px 2px 0}.job-requirements{margin-top:18px}.job-requirements h5{margin:0 0 14px;font-size:15px;font-weight:600;color:#1f2937;display:flex;align-items:center;gap:8px}.job-requirements h5:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,#e2e8f0 0%,transparent 100%);margin-left:8px}.job-requirements ul{margin:0;list-style:none;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:12px;padding:16px 20px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.job-requirements li{margin-bottom:10px;line-height:1.6;color:#4b5563;font-size:14px;position:relative;padding-left:24px;transition:all .2s ease}.job-requirements li:hover{color:#1f2937;transform:translate(2px)}.job-requirements li:before{content:"✓";color:#10b981;font-weight:700;font-size:12px;position:absolute;left:0;top:2px;background:#ecfdf5;border:1px solid #d1fae5;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #10b9811a}.upload-resumes-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease;box-shadow:0 2px 4px #3b82f633}.upload-resumes-btn:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.upload-resumes-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.upload-resumes-btn .material-symbols-rounded{font-size:18px}.download-applications-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease;box-shadow:0 2px 4px #10b98133}.download-applications-btn:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 8px #10b9814d}.download-applications-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.download-applications-btn .material-symbols-rounded{font-size:18px}.upload-content{padding:20px}.file-drop-zone{border:2px dashed #d1d5db;border-radius:12px;padding:40px 20px;text-align:center;background:#f9fafb;transition:all .3s ease;cursor:pointer;position:relative}.file-drop-zone:hover,.file-drop-zone.drag-active{border-color:#3b82f6;background:#eff6ff}.file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.qb-file-input{pointer-events:none}.drop-zone-content{pointer-events:none;text-align:center}.upload-icon{font-size:48px!important;color:#6b7280;margin-bottom:16px;display:block}.drop-zone-content h3{margin:0 0 8px;font-size:18px;font-weight:600;color:#374151;text-align:center}.drop-zone-content p{margin:0;color:#6b7280;font-size:14px}.resume-modal-overlay{padding:24px 24px 24px 240px;box-sizing:border-box}@media (max-width: 900px){.resume-modal-overlay{padding-left:24px}}.resume-modal{max-width:900px!important;max-height:95vh;width:100%;padding:20px 20px 20px 25px;box-sizing:border-box}.resume-content{max-height:75vh;overflow-y:auto}.candidate-info{background:#f8fafc;border-radius:12px;padding:20px;margin-bottom:24px;border:1px solid #e2e8f0}.info-row{display:flex;align-items:center;margin-bottom:12px;padding:8px 0;border-bottom:1px solid #e2e8f0}.info-row:last-child{margin-bottom:0;border-bottom:none}.info-label{font-weight:600;color:#374151;font-size:14px}.info-value{color:#6b7280;font-size:14px;margin-left:10px}.candidate-info .info-row-with-edit .profile-value-display,.candidate-info .info-row-editable .profile-edit-wrapper{margin-left:8px}.info-link{color:#3b82f6;text-decoration:none;font-size:14px;word-break:break-all}.info-link:hover{color:#2563eb;text-decoration:underline}.info-row-with-edit .profile-value-display{display:inline-flex;align-items:center;gap:6px;max-width:100%}.info-row-with-edit .profile-value-editable{cursor:pointer;padding:2px 6px;margin:-2px -6px;border-radius:6px;transition:background-color .2s ease,box-shadow .2s ease}.info-row-with-edit .profile-value-editable:hover{background:linear-gradient(135deg,rgba(59,130,246,.08) 0%,rgba(147,197,253,.05) 100%);box-shadow:0 0 0 1px #3b82f61a}.info-row-with-edit .profile-value-editable:focus-visible{outline:none;background:linear-gradient(135deg,rgba(59,130,246,.1) 0%,rgba(147,197,253,.06) 100%);box-shadow:0 0 0 2px #3b82f640}.info-row-with-edit .profile-edit-icon{flex-shrink:0;font-size:14px!important;width:14px;height:14px;color:#3b82f6;opacity:0;transform:translate(3px);transition:opacity .2s ease,transform .2s ease}.info-row-with-edit .profile-value-editable:hover .profile-edit-icon,.info-row-with-edit .profile-value-editable:focus-visible .profile-edit-icon{opacity:1;transform:translate(0)}.info-row-editable .profile-edit-wrapper{display:flex;align-items:center;gap:8px;flex:1;min-width:0;margin-left:10px}.info-row-editable .profile-edit-input{flex:1;min-width:0;padding:6px 10px;font-size:14px;font-family:inherit;border:1px solid #e5e7eb;border-radius:6px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.info-row-editable .profile-edit-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.info-row-editable .profile-edit-input:disabled{background:#f9fafb;color:#6b7280}.info-row-editable .profile-edit-spinner{font-size:16px!important;width:16px;height:16px;color:#3b82f6;animation:applicant-name-spin .8s linear infinite}.resume-section{margin-bottom:24px}.resume-section h3{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 8px;padding-bottom:8px;border-bottom:2px solid #e5e7eb}.resume-filename{font-size:14px;color:#6b7280;margin:0 0 16px;font-style:italic}.resume-text{background:#ffffff;border:1px solid #e5e7eb;border-radius:8px;padding:20px;font-size:14px;line-height:1.6;color:#374151;white-space:pre-wrap;max-height:300px;overflow-y:auto}.resume-file-viewer{background:#ffffff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.pdf-viewer{width:100%;background:#f8fafc;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.file-preview{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:40px 20px;text-align:center;color:#6b7280}.file-preview .file-icon{font-size:48px;color:#3b82f6;margin-bottom:16px}.file-preview p{margin:8px 0;font-size:14px}.file-type{font-weight:500;color:#374151}.file-note{font-size:12px;color:#9ca3af;font-style:italic}.resume-actions{display:flex;gap:12px;padding:16px 20px;background:#f8fafc;border-top:1px solid #e5e7eb;justify-content:center}.resume-link{display:inline-flex;align-items:center;gap:8px;background:#3b82f6;color:#fff;padding:12px 20px;border-radius:10px;text-decoration:none;font-weight:600;font-size:14px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #3b82f64d;position:relative;overflow:hidden;border:none;cursor:pointer}.resume-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.resume-link:hover{background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.resume-link:hover:before{left:100%}.resume-link:active{transform:translateY(0)}.resume-link.primary{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%)}.invitation-link-container{background:#f8fafc;border-radius:12px;padding:20px;margin-bottom:24px;border:1px solid #e2e8f0}.invitation-link-wrapper{display:flex;align-items:center;gap:8px;flex:1}.invitation-link{flex:1;word-break:break-all;font-size:14px;color:#3b82f6;text-decoration:none;padding:8px 12px;background:#ffffff;border:1px solid #e2e8f0;border-radius:8px;transition:all .2s ease}.invitation-link:hover{color:#2563eb;background:#f0f9ff;border-color:#3b82f6}.copy-link-btn{display:flex;align-items:center;justify-content:center;background:#3b82f6;color:#fff;border:none;border-radius:8px;padding:8px 12px;cursor:pointer;transition:all .2s ease;opacity:0;transform:translate(-10px)}.invitation-link-wrapper:hover .copy-link-btn{opacity:1;transform:translate(0)}.copy-link-btn:hover{background:#2563eb;transform:scale(1.05)}.copy-link-btn:active{transform:scale(.95)}.copy-link-btn .material-symbols-rounded{font-size:16px}.status-badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-badge.created{background:#dbeafe;color:#1e40af;border:1px solid #93c5fd}.status-badge.used{background:#dcfce7;color:#166534;border:1px solid #86efac}.status-badge.expired{background:#fee2e2;color:#dc2626;border:1px solid #fca5a5}.status-badge.completed{background:#f0f9ff;color:#0369a1;border:1px solid #7dd3fc}.loading-state{display:flex;align-items:center;gap:12px;color:#6b7280;font-style:italic;padding:20px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.loading-state .material-symbols-rounded{animation:spin 1s linear infinite}.no-invitation-link{display:flex;flex-direction:column;align-items:center;gap:12px;padding:40px 20px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;text-align:center}.no-invitation-link .material-symbols-rounded{font-size:48px;color:#9ca3af}.no-invitation-link p{margin:0;color:#6b7280;font-size:14px}.no-invitation-link .file-note{font-size:12px;color:#9ca3af;font-style:italic}.resume-link.secondary{background:linear-gradient(135deg,#6b7280 0%,#4b5563 100%);box-shadow:0 4px 12px #6b72804d}.resume-link.secondary:hover{background:linear-gradient(135deg,#4b5563 0%,#374151 100%);box-shadow:0 8px 20px #6b728066}.resume-link .material-symbols-rounded{font-size:16px}.no-resume{text-align:center;padding:40px 20px;color:#6b7280}.no-resume-icon{font-size:48px;margin-bottom:16px}.no-resume p{margin:0;font-size:16px}.selected-files{margin-top:20px}.selected-files h4{margin:0 0 12px;font-size:16px;font-weight:600;color:#374151}.file-list{display:flex;flex-direction:column;gap:8px}.file-item{display:flex;align-items:center;gap:12px;padding:12px;background:#f3f4f6;border-radius:8px;border:1px solid #e5e7eb}.file-icon{font-size:20px!important;color:#6b7280}.file-name{flex:1;font-weight:500;color:#374151}.file-size{color:#6b7280;font-size:14px}.remove-file-btn{background:none;border:none;color:#ef4444;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s ease}.remove-file-btn:hover{background:#fee2e2}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:20px;border-top:1px solid #e5e7eb}.qb-upload-ideal-format-note{margin-top:16px;padding:0;font-size:.875rem;color:#6b7280;text-align:center}.qb-upload-note-tag{font-weight:600;color:#374151}.qb-upload-modal-error{display:flex;align-items:flex-start;gap:8px;margin-top:12px;padding:12px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;font-size:.875rem}.qb-upload-error-text{white-space:pre-line}.qb-upload-error-icon{font-size:1.25rem;flex-shrink:0}.cancel-btn{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;padding:10px 20px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}.cancel-btn:hover:not(:disabled){background:#e5e7eb}.upload-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease}.upload-btn:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-1px)}.upload-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.submit-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease;box-shadow:0 2px 4px #3b82f633}.submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.loading-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.modern-actions{display:flex;align-items:center;gap:8px;justify-content:center;width:100%}.primary-action-btn{background:#3b82f6;color:#fff;border:none;padding:6px 12px;border-radius:20px;font-size:11px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:4px;white-space:nowrap;box-shadow:0 2px 4px #3b82f64d}.primary-action-btn:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 2px 6px #00000026}.primary-action-btn.success{background:#10b981}.primary-action-btn.success:hover{background:#059669}.action-menu{position:relative;display:inline-block;z-index:1}.menu-trigger{background:none;border:1px solid #d1d5db;border-radius:6px;padding:4px;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:#6b7280;position:relative;z-index:1}.menu-trigger:hover{background:#f3f4f6;border-color:#9ca3af;color:#374151}.menu-trigger:focus{outline:none}.menu-trigger .material-symbols-rounded{font-size:18px;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.menu-dropdown{position:absolute;top:100%;right:0;background:#ffffff;border:1px solid #e5e5e5;border-radius:12px;box-shadow:0 8px 25px #00000026,0 4px 12px #0000001a;max-width:220px;min-width:180px;z-index:10000;opacity:0;visibility:hidden;transform:translateY(-4px);transition:all .15s ease;overflow:visible;padding:8px 0;margin-top:4px}.action-menu:hover .menu-dropdown{opacity:1;visibility:visible;transform:translateY(0);z-index:10000}.action-menu{z-index:10}.action-menu:hover{z-index:10001}.action-menu:hover .menu-dropdown{z-index:10002}.menu-item{display:flex;align-items:center;padding:12px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;color:#374151;cursor:pointer;transition:all .15s ease;min-height:48px;border:none;background:#ffffff!important;width:100%;text-align:left;position:relative;z-index:1}.menu-item .material-symbols-rounded{width:16px;height:16px;margin-right:12px;font-size:16px;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 20;color:currentColor;flex-shrink:0}.menu-item:hover{background:#f3f4f6!important;transform:scale(1.02)}.menu-item:focus{outline:2px solid #3b82f6;outline-offset:-2px;background:#f3f4f6!important}.menu-item.primary{color:#1e40af}.menu-item.primary:hover{background:#dbeafe!important;color:#1e3a8a}.menu-item.primary .material-symbols-rounded{color:#3b82f6}.menu-item.success{color:#166534}.menu-item.success:hover{background:#dcfce7!important;color:#14532d}.menu-item.success .material-symbols-rounded{color:#10b981}.menu-item.warning{color:#d97706}.menu-item.warning:hover{background:#fef3c7!important;color:#b45309}.menu-item.warning .material-symbols-rounded{color:#f59e0b}.menu-item.danger{color:#dc2626}.menu-item.danger:hover{background:#fee2e2!important;color:#b91c1c}.menu-item.danger .material-symbols-rounded{color:#ef4444}.menu-divider{border:none;border-top:1px solid #e5e5e5;margin:4px 16px;height:0;background:#ffffff}.menu-item:first-child{border-radius:12px 12px 0 0}.menu-item:last-child{border-radius:0 0 12px 12px}.menu-dropdown:has(.menu-item:only-child) .menu-item{border-radius:12px}.menu-item:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.menu-item.loading{opacity:.7;cursor:wait}.menu-item.loading .material-symbols-rounded{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.menu-dropdown{max-width:280px;min-width:240px;right:-10px}.menu-item{padding:16px 20px;min-height:56px;font-size:15px}.menu-item .material-symbols-rounded{width:18px;height:18px;margin-right:14px;font-size:18px}.menu-trigger{width:36px;height:36px;padding:6px}.menu-trigger .material-symbols-rounded{font-size:20px}}@media (max-width: 480px){.menu-dropdown{max-width:calc(100vw - 40px);min-width:200px;right:-20px}.menu-item{padding:18px 24px;min-height:60px}}@media (prefers-contrast: high){.menu-dropdown{border:2px solid #000000;box-shadow:0 4px 12px #0000004d}.menu-item:hover{background:#000000;color:#fff}.menu-item.primary:hover{background:#0000ff;color:#fff}.menu-item.warning:hover{background:#ff8800;color:#000}.menu-item.danger:hover{background:#ff0000;color:#fff}}@media (prefers-reduced-motion: reduce){.menu-dropdown{transition:opacity .15s ease;transform:none}.action-menu:hover .menu-dropdown{transform:none}.menu-item{transition:background-color .15s ease}.menu-item:hover{transform:none}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.data-table:not(.applications-table){table-layout:auto}.data-table:not(.applications-table) th,.data-table:not(.applications-table) td{padding:12px 16px;vertical-align:middle;text-align:center;white-space:nowrap}.data-table:not(.applications-table) th:nth-child(1),.data-table:not(.applications-table) td:nth-child(1){width:1%}.data-table:not(.applications-table) th:nth-child(2),.data-table:not(.applications-table) td:nth-child(2){text-align:left;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;line-height:1.5;min-width:160px}.data-table:not(.applications-table) th:nth-child(6),.data-table:not(.applications-table) td:nth-child(6){width:1%}.data-table:not(.applications-table) th:nth-child(7),.data-table:not(.applications-table) td:nth-child(7){width:1%}.data-table:not(.applications-table) td:nth-child(2) .job-title-clickable{max-width:100%;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;line-height:1.4;display:block;padding:4px 0}.applications-count{font-weight:500;color:#374151;font-size:14px}.data-table:not(.applications-table) td:nth-child(5) .applications-count{font-size:14px;font-weight:500;color:#374151}.age-badge{font-weight:500;color:#6b7280;font-size:14px}@media (max-width: 768px){.data-table:not(.applications-table) th,.data-table:not(.applications-table) td{padding:8px 4px;font-size:13px}.data-table:not(.applications-table) th:nth-child(1),.data-table:not(.applications-table) td:nth-child(1){width:30%}.data-table:not(.applications-table) th:nth-child(2),.data-table:not(.applications-table) td:nth-child(2){width:20%}.data-table:not(.applications-table) th:nth-child(3),.data-table:not(.applications-table) td:nth-child(3){width:25%}.data-table:not(.applications-table) th:nth-child(4),.data-table:not(.applications-table) td:nth-child(4){width:25%}}.empty-state{text-align:center;padding:60px 20px;color:#6b7280}.empty-state>div{text-align:center;width:100%}.empty-icon{font-size:48px;margin-bottom:16px;opacity:.5;display:block;text-align:center}.empty-state>div:not(.empty-icon):not(.empty-subtitle){font-size:16px;font-weight:500;color:#374151;margin-bottom:4px}.empty-subtitle{font-size:14px;color:#9ca3af;margin-top:8px;text-align:center}.floating-action-buttons{position:fixed;bottom:30px;right:30px;z-index:1000}.fab-menu{display:flex;flex-direction:column;gap:12px;align-items:flex-end}.fab-refresh{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;color:#fff;cursor:pointer;box-shadow:0 4px 12px #10b98166;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-size:20px}.fab-refresh .material-symbols-rounded{font-size:20px}.fab-refresh:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 6px 20px #10b98199}.fab-main{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border:none;color:#fff;cursor:pointer;box-shadow:0 4px 12px #3b82f666;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-size:24px}.fab-main .material-symbols-rounded{font-size:24px}.fab-main:hover{transform:scale(1.1);box-shadow:0 6px 20px #3b82f699}.fab-secondary{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;color:#fff;cursor:pointer;box-shadow:0 3px 10px #10b98166;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-size:20px}.fab-secondary .material-symbols-rounded{font-size:20px}.fab-secondary:hover{transform:scale(1.1);box-shadow:0 5px 15px #10b98199}@media (max-width: 768px){.sidebar{width:100%;height:auto;position:relative}.main-content{margin-left:0;padding:20px;width:100vw}.stats-section{grid-template-columns:repeat(2,1fr);gap:16px}@media (max-width: 480px){.stats-section{grid-template-columns:1fr}}.table-wrapper{overflow-x:auto}.modern-actions{gap:6px}.primary-action-btn{padding:5px 10px;font-size:10px}.menu-trigger{width:28px;height:28px}.menu-dropdown{min-width:140px}.job-action-btn{padding:5px 10px;font-size:10px}.welcome-section h1{font-size:32px}.welcome-section p{font-size:16px}.logo-text{font-size:20px}.logo-subtitle{font-size:10px}}.recharts-legend-wrapper{width:100%!important;max-width:100%;overflow:visible}.recharts-legend-item{max-width:100%!important;word-wrap:break-word!important;word-break:break-word!important;overflow-wrap:break-word!important;white-space:normal!important;margin:4px 8px!important}.recharts-legend-item-text{word-wrap:break-word!important;word-break:break-word!important;overflow-wrap:break-word!important;white-space:normal!important;max-width:100%!important;line-height:1.4!important}.profile-col-header{text-align:center!important;width:72px;min-width:72px}.profile-col-cell{text-align:center;vertical-align:middle}.profile-eye-btn{background:none;border:none;padding:4px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;color:#6b7280;transition:all .15s ease;transform:translateY(-2px)}.profile-eye-btn:hover:not(:disabled){color:#2563eb;transform:translateY(-2px) scale(1.08)}.profile-eye-btn:active:not(:disabled){transform:translateY(-2px) scale(.95)}.profile-eye-btn:disabled{opacity:.45;cursor:not-allowed}.profile-eye-btn .material-symbols-rounded{font-size:18px;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 20}.column-settings-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:10010;animation:fadeIn .15s ease}.column-settings-modal{background:#ffffff;border-radius:14px;box-shadow:0 20px 60px #0003,0 4px 16px #0000001a;width:380px;max-width:90vw;max-height:80vh;display:flex;flex-direction:column;animation:slideUp .2s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.column-settings-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 0}.column-settings-header h3{margin:0;font-size:18px;font-weight:600;color:#1f2937}.column-settings-close{background:none;border:none;cursor:pointer;padding:4px;border-radius:6px;color:#6b7280;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.column-settings-close:hover{background:#f3f4f6;color:#374151}.column-settings-close .material-symbols-rounded{font-size:20px}.column-settings-subtitle{margin:8px 24px 0;font-size:12px;color:#9ca3af;line-height:1.4}.column-settings-list{padding:16px 24px;display:flex;flex-direction:column;gap:2px;overflow-y:auto;flex:1}.column-settings-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;cursor:pointer;transition:background .15s ease;-webkit-user-select:none;user-select:none;position:relative}.column-settings-item:hover:not(.disabled){background:#f9fafb}.column-settings-item.disabled{cursor:default;opacity:.6}.column-settings-item input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.column-checkbox-mark{width:20px;height:20px;border:2px solid #d1d5db;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s ease;background:#ffffff}.column-settings-item input[type=checkbox]:checked+.column-checkbox-mark{background:#3b82f6;border-color:#3b82f6}.column-settings-item input[type=checkbox]:checked+.column-checkbox-mark:after{content:"";width:5px;height:10px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg);margin-top:-2px}.column-settings-item .column-label{font-size:14px;font-weight:500;color:#374151;flex:1}.column-always-on{font-size:11px;color:#9ca3af;font-style:italic}.column-settings-footer{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-top:1px solid #e5e7eb}.column-settings-revert{background:none;border:none;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;padding:8px 12px;border-radius:6px;transition:all .15s ease}.column-settings-revert:hover{background:#f3f4f6;color:#374151}.column-settings-apply{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:8px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease;box-shadow:0 2px 6px #3b82f64d}.column-settings-apply:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 10px #3b82f666}.column-settings-apply:active{transform:translateY(0)}.qb-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;flex:1}.qb-empty-icon{font-size:56px;margin-bottom:16px;opacity:.4;color:#6b7280}.qb-empty-icon .material-symbols-rounded{font-size:56px;color:#9ca3af}.qb-empty-title{font-size:18px;font-weight:600;color:#374151;margin:0 0 8px}.qb-empty-subtitle{font-size:14px;color:#9ca3af;margin:0}.applications-job-row.qb-selector-row{justify-content:space-between}.qb-selector-row-actions{display:flex;align-items:center;gap:10px}.qb-selector-row-actions .add-question-btn{margin-right:0}.delete-question-bank-btn{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:none;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:transform .15s ease,box-shadow .15s ease}.delete-question-bank-btn:hover:not(:disabled){background:linear-gradient(135deg,#b91c1c,#991b1b);transform:translateY(-1px);box-shadow:0 4px 8px #dc26264d}.delete-question-bank-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.delete-question-bank-btn .material-symbols-rounded{font-size:18px}.qb-question-textarea{min-height:100px;resize:vertical}.qb-edit-modal .upload-content .form-input,.qb-add-modal .upload-content .form-input{transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.qb-edit-modal .upload-content .form-input:focus,.qb-add-modal .upload-content .form-input:focus{outline:none;border-color:var(--primary-color, #2563eb);box-shadow:0 0 0 3px #2563eb26}.qb-edit-modal .upload-content .form-input:hover:not(:disabled):not(:focus),.qb-add-modal .upload-content .form-input:hover:not(:disabled):not(:focus){border-color:#94a3b8}.qb-edit-modal select.form-input,.qb-add-modal select.form-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:18px;padding-right:40px;cursor:pointer}.qb-edit-modal select.form-input:focus,.qb-add-modal select.form-input:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E")}.qb-category-combobox{position:relative;width:100%}.qb-edit-modal .qb-category-input,.qb-add-modal .qb-category-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;box-sizing:border-box;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:18px;padding-right:40px;cursor:text}.qb-edit-modal .qb-category-input:focus,.qb-add-modal .qb-category-input:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E")}.qb-category-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:2px;max-height:200px;overflow-y:auto;overflow-x:hidden;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:100}.qb-category-option{padding:10px 14px;cursor:pointer;font-size:14px;color:#334155;border-bottom:1px solid #f1f5f9;transition:background-color .15s ease}.qb-category-option:last-child{border-bottom:none}.qb-category-option:hover{background-color:#f1f5f9}.qb-edit-modal .form-group,.qb-add-modal .form-group{animation:qb-form-group-fade .25s ease}@keyframes qb-form-group-fade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}table.data-table.applications-table.qb-table{table-layout:fixed;width:100%}.qb-table th,.qb-table td{padding:14px 18px;vertical-align:middle;box-sizing:border-box}.qb-table .qb-col-seq{width:6%;min-width:56px;text-align:center}.qb-table .qb-col-question{width:38%;min-width:220px;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;line-height:1.5;text-align:left}.qb-table .qb-col-category{width:14%;min-width:120px;text-align:left}.qb-table .qb-col-difficulty{width:10%;min-width:90px;text-align:center}.qb-table .qb-col-sequence{width:8%;min-width:72px;text-align:center}.qb-table .qb-col-status{width:12%;min-width:100px;text-align:center}.qb-table .qb-col-edit{width:8%;min-width:72px;text-align:center}.qb-status-toggle{position:relative;display:inline-block;width:44px;height:24px;background:#d1d5db;border:none;border-radius:999px;cursor:pointer;transition:background-color .2s ease;padding:0;flex-shrink:0}.qb-status-toggle:hover{background:#9ca3af}.qb-status-toggle.active{background:#22c55e}.qb-status-toggle.active:hover{background:#16a34a}.qb-status-toggle-slider{position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;box-shadow:0 1px 3px #0003;transition:transform .2s ease}.qb-status-toggle.active .qb-status-toggle-slider{transform:translate(20px)}.qb-edit-btn{background:none;border:none;color:#6b7280;cursor:pointer;padding:6px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s ease,color .2s ease}.qb-edit-btn:hover{background:#f3f4f6;color:#111827}.qb-edit-btn .material-symbols-rounded{font-size:20px}.difficulty-badge{display:inline-flex;align-items:center;justify-content:center;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600;letter-spacing:.02em;white-space:nowrap}.difficulty-easy{background:#dcfce7;color:#166534;border:1px solid #86efac}.difficulty-medium{background:#fef9c3;color:#854d0e;border:1px solid #fde047}.difficulty-hard,.difficulty-difficult{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.job-dropdown-option-count{margin-left:auto;font-size:11px;font-weight:500;color:#9ca3af;background:#f3f4f6;padding:1px 7px;border-radius:999px;white-space:nowrap}.job-dropdown-option.selected .job-dropdown-option-count{color:#fffc;background:rgba(255,255,255,.15)}.qb-delete-btn{background:none;border:none;color:#ef4444;cursor:pointer;padding:6px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s ease,color .2s ease}.qb-delete-btn:hover{background:#fee2e2;color:#dc2626}.qb-delete-btn .material-symbols-rounded{font-size:18px}.qb-table tbody tr:hover .qb-delete-btn{color:#ef4444}.qb-edit-modal-actions{justify-content:space-between;align-items:center}.qb-edit-modal-actions-right{display:flex;gap:12px;align-items:center}.qb-delete-question-btn{display:inline-flex;align-items:center;gap:6px;color:#dc2626;border-color:#fecaca;background:#fef2f2}.qb-delete-question-btn:hover:not(:disabled){background:#fee2e2;border-color:#fca5a5;color:#b91c1c}.qb-delete-question-btn .material-symbols-rounded{font-size:18px}.qb-input-error{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}.qb-field-error{display:block;margin-top:6px;font-size:12px;color:#ef4444;font-weight:500}.job-postings-summary-box{background:rgba(255,255,255,.9);border-radius:16px;padding:32px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid rgba(226,232,240,.8);width:100%;height:100%;display:flex;flex-direction:column;box-sizing:border-box;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden}.job-postings-summary-box:hover{background:rgba(255,255,255,.25);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.35);box-shadow:0 12px 40px #1f268740,inset 0 1px 1px #fff9;transform:translateY(-4px);border-left:1px solid rgba(255,255,255,.6);border-top:1px solid rgba(255,255,255,.6)}.job-postings-summary-box:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.3) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.2) 100%);opacity:0;transition:opacity .4s cubic-bezier(.4,0,.2,1);pointer-events:none;z-index:0;border-radius:16px}.job-postings-summary-box:hover:before{opacity:1}.job-postings-summary-box>*{position:relative;z-index:1}.summary-box-header{margin-bottom:32px;padding-bottom:20px;position:relative}.summary-box-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#8b5cf6 0%,#3b82f6 50%,#06b6d4 100%);border-radius:1px}.summary-box-title{font-size:24px;font-weight:700;color:#1f2937;margin:0;letter-spacing:-.02em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;display:flex;align-items:center;gap:8px;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;white-space:normal;flex-wrap:wrap}.job-postings-summary-box:hover .title-icon{transform:scale(1.05);box-shadow:0 4px 12px #8b5cf666}.summary-box-content{display:flex;align-items:center;justify-content:space-between;flex:1;gap:0}.summary-metric{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 24px;text-align:center}.summary-metric:first-child{padding-left:0}.summary-metric:last-child{padding-right:0}.summary-metric-value{font-size:48px;font-weight:700;color:#1f2937;line-height:1;letter-spacing:-.02em;margin-bottom:12px}.summary-metric-label{font-size:14px;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.summary-metric-divider{width:1px;height:80px;background:linear-gradient(180deg,transparent,#e5e7eb,transparent);flex-shrink:0}@media (max-width: 968px){.summary-box-content{flex-direction:column;gap:24px}.summary-metric{padding:0;width:100%}.summary-metric-divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,#e5e7eb,transparent)}.summary-metric-value{font-size:40px}}.time-to-fill-card-section{background:white;border-radius:16px;padding:32px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid rgba(226,232,240,.8);margin-bottom:0;width:100%;height:100%;display:flex;flex-direction:column;flex:1;box-sizing:border-box;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden}.time-to-fill-card-section:hover{background:rgba(255,255,255,.25);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.35);box-shadow:0 12px 40px #1f268740,inset 0 1px 1px #fff9;transform:translateY(-4px);border-left:1px solid rgba(255,255,255,.6);border-top:1px solid rgba(255,255,255,.6)}.time-to-fill-card-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.3) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.2) 100%);opacity:0;transition:opacity .4s cubic-bezier(.4,0,.2,1);pointer-events:none;z-index:0;border-radius:16px}.time-to-fill-card-section:hover:before{opacity:1}.time-to-fill-card-section>*{position:relative;z-index:1}.ttf-header{margin-bottom:32px;padding-bottom:20px;position:relative}.ttf-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#8b5cf6 0%,#3b82f6 50%,#06b6d4 100%);border-radius:1px}.ttf-title{font-size:24px;font-weight:700;color:#1f2937;margin:0;letter-spacing:-.02em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;display:flex;align-items:center;gap:8px;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;white-space:normal;flex-wrap:wrap}.title-icon{font-size:24px;color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#3b82f6 50%,#06b6d4 100%);border-radius:8px;padding:6px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #8b5cf64d;transition:transform .2s ease,box-shadow .2s ease}.time-to-fill-card-section:hover .title-icon{transform:scale(1.05);box-shadow:0 4px 12px #8b5cf666}.ttf-subtitle{font-size:14px;color:#6b7280;margin:0;font-weight:500}.ttf-content{display:flex;align-items:center;justify-content:space-between;flex:1;gap:0}.ttf-metric{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 24px;text-align:center}.ttf-metric:first-child{padding-left:0}.ttf-metric:last-child{padding-right:0}.ttf-metric-value{font-size:48px;font-weight:700;color:#1f2937;line-height:1;letter-spacing:-.02em;margin-bottom:4px}.ttf-metric-unit{font-size:14px;color:#6b7280;font-weight:500;margin-bottom:12px}.ttf-metric-label{font-size:14px;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.ttf-metric-divider{width:1px;height:80px;background:linear-gradient(180deg,transparent,#e5e7eb,transparent);flex-shrink:0}.ttf-progress-bar{display:flex;height:32px;border-radius:8px;overflow:hidden;margin-bottom:16px;background:#f3f4f6}.ttf-progress-segment{height:100%;transition:all .3s ease;cursor:pointer;opacity:.6}.ttf-progress-segment:hover,.ttf-progress-segment.hovered{opacity:1;transform:scaleY(1.1);z-index:1;position:relative}.ttf-segment-min{background:linear-gradient(135deg,#8b6f6f,#a08585)}.ttf-segment-min.hovered{background:linear-gradient(135deg,#a08585,#b59a9a);box-shadow:0 0 8px #8b6f6f66}.ttf-segment-avg{background:linear-gradient(135deg,#5b9bd5,#7ab3e0)}.ttf-segment-avg.hovered{background:linear-gradient(135deg,#7ab3e0,#9bc5eb);box-shadow:0 0 8px #5b9bd566}.ttf-segment-max{background:linear-gradient(135deg,#4ecdc4,#6dd5ce)}.ttf-segment-max.hovered{background:linear-gradient(135deg,#6dd5ce,#8de0d8);box-shadow:0 0 8px #4ecdc466}.ttf-percentages{display:flex;justify-content:space-between;gap:16px}.ttf-percentage-item{display:flex;flex-direction:row;align-items:center;gap:8px;flex:1;padding:8px;border-radius:6px;cursor:pointer;transition:background-color .2s ease;justify-content:flex-start}.ttf-percentage-item:hover,.ttf-percentage-item.hovered{background-color:#f3f4f6}.ttf-percentage-icon{width:12px;height:12px;border-radius:2px;flex-shrink:0}.ttf-icon-min{background:#8b6f6f}.ttf-icon-avg{background:#5b9bd5}.ttf-icon-max{background:#4ecdc4}.ttf-percentage-item.hovered .ttf-icon-min{background:#a08585;box-shadow:0 0 4px #8b6f6f66}.ttf-percentage-item.hovered .ttf-icon-avg{background:#7ab3e0;box-shadow:0 0 4px #5b9bd566}.ttf-percentage-item.hovered .ttf-icon-max{background:#6dd5ce;box-shadow:0 0 4px #4ecdc466}.ttf-percentage-label{font-size:12px;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em;flex:1}.ttf-percentage-value{font-size:14px;color:#1f2937;font-weight:700;margin-left:auto}.ttf-tooltip{position:absolute;top:-80px;left:50%;transform:translate(-50%);background:#374151;border-radius:8px;padding:12px;box-shadow:0 4px 12px #00000026;z-index:100;min-width:140px;pointer-events:none}.ttf-tooltip:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #374151}.ttf-tooltip-icon{width:8px;height:8px;border-radius:50%;background:white;margin-bottom:8px}.ttf-tooltip-content{display:flex;flex-direction:column;gap:6px}.ttf-tooltip-row{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#fff}.ttf-tooltip-row span:first-child{color:#9ca3af}.ttf-tooltip-row span:last-child{color:#fff;font-weight:600}.ttf-metric-item.hovered .ttf-metric-label,.ttf-metric-item.hovered .ttf-metric-value,.ttf-percentage-item.hovered .ttf-percentage-label,.ttf-percentage-item.hovered .ttf-percentage-value{color:#1f2937;font-weight:600}@media (max-width: 768px){.time-to-fill-card-section{max-width:100%}.ttf-metric-value,.ttf-percentage-value{font-size:14px}}.interview-funnel-chart-section{background:white;border-radius:16px;padding:24px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid rgba(226,232,240,.8);margin-bottom:0;width:100%;height:100%;display:flex;flex-direction:column;box-sizing:border-box}.funnel-chart-header{margin-bottom:24px;padding-bottom:20px;position:relative}.funnel-chart-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#8b5cf6 0%,#3b82f6 50%,#06b6d4 100%);border-radius:1px}.funnel-chart-title{font-size:24px;font-weight:700;color:#1f2937;margin:0 0 4px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;letter-spacing:-.02em;display:flex;align-items:center;gap:8px;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;white-space:normal;flex-wrap:wrap}.funnel-chart-title .title-icon{font-size:24px;color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#3b82f6 50%,#06b6d4 100%);border-radius:8px;padding:6px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #8b5cf64d}.funnel-chart-subtitle{font-size:14px;color:#6b7280;margin:0;font-weight:500}.funnel-chart-container{width:100%;height:300px;margin-bottom:20px;flex-shrink:0;position:relative}.donut-chart-wrapper{position:relative;width:100%;height:100%}.donut-chart-center-label{position:absolute;top:calc(50% - 13px);left:50%;transform:translate(-50%,-50%);text-align:center;pointer-events:none;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;width:140px;height:140px}.center-label-main{font-size:36px;font-weight:700;line-height:1.2;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;letter-spacing:-.02em}.center-label-divider{width:100px;height:2px;background:linear-gradient(90deg,transparent 0%,#d1d5db 50%,transparent 100%);margin:4px 0;opacity:.6}.center-label-sub{font-size:18px;font-weight:600;line-height:1.2;margin-top:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;letter-spacing:-.01em}.donut-percentage-label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:600;pointer-events:none}.funnel-chart-footer{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:16px;padding-bottom:16px;flex-shrink:0;margin-top:auto}.funnel-chart-summary{flex:1;text-align:center;min-width:0}.funnel-summary-text{font-size:14px;color:#374151;margin:0;font-weight:500;text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;display:flex;align-items:center;justify-content:center;gap:8px}.funnel-summary-label{color:#6b7280;font-weight:500}.funnel-summary-value{color:#1f2937;font-weight:700;font-size:16px;background:linear-gradient(135deg,#8b5cf6 0%,#3b82f6 50%,#06b6d4 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.funnel-chart-label{font-size:12px;color:#6b7280;margin:0;font-weight:500;text-align:center}.funnel-chart-tooltip{background:#585f69;border-radius:8px;padding:12px;box-shadow:0 4px 12px #00000026}.tooltip-title{font-size:12px;color:#9ca3af;margin:0 0 8px;font-weight:500;text-transform:uppercase}.tooltip-content{display:flex;align-items:center;gap:8px}.tooltip-icon{width:8px;height:8px;border-radius:50%;background:white;flex-shrink:0}.tooltip-text{display:flex;align-items:center;gap:8px;font-size:12px;color:#ecdcdc!important}.tooltip-value{font-weight:700;color:#ebd9d9!important}.funnel-chart-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;min-height:300px;text-align:center}.empty-state-icon{font-size:64px;margin-bottom:16px;opacity:.6}.empty-state-title{font-size:20px;font-weight:600;color:#374151;margin:0 0 8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.empty-state-message{font-size:14px;color:#6b7280;margin:0;line-height:1.5;max-width:400px}.funnel-chart-container :global(.recharts-legend-wrapper){width:100%!important;max-width:100%;overflow:visible}.funnel-chart-container :global(.recharts-legend-item){max-width:100%;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;white-space:normal;margin:4px 8px}.funnel-chart-container :global(.recharts-legend-item-text){word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;white-space:normal;max-width:100%;line-height:1.4}.interview-funnel-chart-section .recharts-legend-wrapper{width:100%!important;max-width:100%;overflow:visible}.interview-funnel-chart-section .recharts-legend-item{max-width:100%!important;word-wrap:break-word!important;word-break:break-word!important;overflow-wrap:break-word!important;white-space:normal!important;margin:4px 8px!important}.interview-funnel-chart-section .recharts-legend-item-text{word-wrap:break-word!important;word-break:break-word!important;overflow-wrap:break-word!important;white-space:normal!important;max-width:100%!important;line-height:1.4!important}@media (max-width: 768px){.funnel-chart-container :global(.recharts-legend-wrapper){padding:0 8px}.funnel-chart-container :global(.recharts-legend-item){margin:4px;font-size:12px}.funnel-chart-title{font-size:20px;flex-wrap:wrap}.funnel-chart-title .title-icon{font-size:20px}.center-label-main{font-size:28px}.center-label-sub{font-size:14px}.center-label-divider{width:50px;margin:6px 0}.funnel-summary-value{font-size:14px}}.applicants-quality-chart-section{background:white;border-radius:16px;padding:24px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid rgba(226,232,240,.8);margin-bottom:0;width:100%;height:100%;display:flex;flex-direction:column;flex:1;box-sizing:border-box}.chart-header{margin-bottom:24px;padding-bottom:20px;position:relative}.chart-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#8b5cf6 0%,#3b82f6 50%,#06b6d4 100%);border-radius:1px}.chart-title{font-size:24px;font-weight:700;color:#1f2937;margin:0 0 4px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;letter-spacing:-.02em;display:flex;align-items:center;gap:8px;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;white-space:normal;flex-wrap:wrap}.chart-title .title-icon{font-size:24px;color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#3b82f6 50%,#06b6d4 100%);border-radius:8px;padding:6px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #8b5cf64d}.chart-subtitle{font-size:14px;color:#6b7280;margin:0;font-weight:500}.chart-container{width:95%;height:300px;margin-bottom:20px;flex-shrink:0}.chart-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;padding-top:16px;border-top:1px solid #e5e7eb;flex-shrink:0;margin-top:auto}.chart-legend{display:flex;gap:16px;align-items:center}.legend-item{display:flex;align-items:center;gap:8px}.legend-color{width:16px;height:16px;border-radius:4px}.legend-item span{font-size:14px;color:#6b7280;font-weight:500;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;white-space:normal}.chart-summary{flex:1;text-align:right;min-width:0}.summary-text{font-size:14px;color:#374151;margin:0;font-weight:500;text-align:left;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;white-space:normal}.summary-text strong{color:#1f2937;font-weight:700}.tooltip-label{font-size:12px;color:#6b7280;margin:0 0 4px;font-weight:500}.tooltip-value{font-size:14px;color:#1f2937;margin:0;font-weight:700}.chart-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;min-height:300px;text-align:center}.chart-empty-state .empty-state-icon{font-size:64px;margin-bottom:16px;opacity:.6}.chart-empty-state .empty-state-title{font-size:20px;font-weight:600;color:#374151;margin:0 0 8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.chart-empty-state .empty-state-message{font-size:14px;color:#6b7280;margin:0;line-height:1.5;max-width:400px}@media (max-width: 768px){.chart-footer{flex-direction:column;align-items:flex-start}.chart-summary{text-align:left;width:100%}.chart-title{font-size:20px;flex-wrap:wrap}.chart-title .title-icon{font-size:20px}.summary-text{font-size:13px}}.job-postings-summary-table-container{width:100%;display:flex;justify-content:center}.job-postings-summary-table-wrapper{width:99%}.job-postings-summary-section{background:white;border-radius:16px;padding:24px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid rgba(226,232,240,.8);margin-bottom:0;width:100%;box-sizing:border-box}.section-header{margin-bottom:24px;padding-bottom:20px;position:relative}.section-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#8b5cf6 0%,#3b82f6 50%,#06b6d4 100%);border-radius:1px}.section-title{font-size:24px;font-weight:700;color:#1f2937;margin:0 0 4px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;letter-spacing:-.02em;display:flex;align-items:center;gap:8px;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;white-space:normal;flex-wrap:wrap}.section-title .title-icon{font-size:24px;color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#3b82f6 50%,#06b6d4 100%);border-radius:8px;padding:6px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #8b5cf64d}.table-content-wrapper{margin-top:0;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a;background:#ffffff;max-height:460px;overflow-y:auto;display:block}.job-postings-summary-table{width:100%;border-collapse:collapse;background:#ffffff;table-layout:fixed;margin:0;border:none}.job-postings-summary-table thead{background:#f9fafb;position:sticky;top:0;z-index:10;display:table;width:100%;table-layout:fixed}.job-postings-summary-table th{padding:12px 16px;text-align:left;font-weight:600;font-size:12px;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #e5e7eb}.job-postings-summary-table .sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s ease;position:relative}.job-postings-summary-table .sortable-header:hover{background-color:#f3f4f6}.job-postings-summary-table .sort-arrow{display:inline-block;margin-left:0;font-weight:700;color:#3b82f6;font-size:16px;line-height:1}.job-postings-summary-table tbody{display:table;width:100%;table-layout:fixed;background:#ffffff}.job-postings-summary-table tbody tr{border:none;transition:background-color .2s ease}.job-postings-summary-table tbody tr:hover{background-color:#f9fafb}.job-postings-summary-table td{padding:10px;text-align:center;font-size:14px;color:#374151;vertical-align:middle!important;border-top:none;border-left:none;border-right:none;border-bottom:1px solid #e5e7eb}.col-sr-no{width:8%;font-weight:500}.col-job-posting{width:30%;padding-right:10px!important}.job-postings-summary-table th.col-job-posting{text-align:left}.job-postings-summary-table td.col-job-posting{text-align:left;transform:translateY(10px)}.job-title{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500;color:#1f2937;font-size:15px;vertical-align:middle;max-width:100%}.col-age{width:15%}.job-postings-summary-table th.col-age{text-align:center}.age-value{display:inline-block;padding:4px 12px;border-radius:12px;background:#f3f4f6;color:#374151;font-weight:500}.col-completion{width:15%}.job-postings-summary-table th.col-completion{text-align:center}.completion-value{display:inline-block;padding:4px 12px;border-radius:12px;font-weight:600}.completion-value.high{background:#d1fae5;color:#065f46}.completion-value.medium{background:#fef3c7;color:#92400e}.completion-value.low{background:#fee2e2;color:#991b1b}.col-recruiter{width:32%;text-align:center}.job-postings-summary-table th.col-recruiter,.job-postings-summary-table th.col-sr-no{text-align:center}.recruiter-name{display:inline-block;font-weight:500;color:#374151}.job-postings-summary-table-container .empty-state{text-align:center;padding:60px 20px;color:#6b7280;font-size:16px}@media (max-width: 768px){.job-postings-summary-table-container{margin:40px 10px}.job-postings-summary-table{font-size:12px}.job-postings-summary-table th,.job-postings-summary-table td{padding:12px 8px}.job-title{max-width:200px}}.hm-filter-container{position:relative;display:inline-block;z-index:100}.hm-filter-button{display:flex;align-items:center;gap:10px;padding:12px 20px;background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%);border:1.5px solid #e2e8f0;border-radius:12px;cursor:pointer;font-size:14px;font-weight:600;color:#1e293b;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000a,0 1px 2px #0000000f;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;position:relative;overflow:hidden}.hm-filter-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(139,92,246,.1),transparent);transition:left .5s}.hm-filter-button:hover:before{left:100%}.hm-filter-button:hover{background:linear-gradient(135deg,#ffffff 0%,#f1f5f9 100%);border-color:#cbd5e1;box-shadow:0 4px 12px #00000014,0 2px 4px #0000000f;transform:translateY(-1px)}.hm-filter-button:active{transform:translateY(0);box-shadow:0 2px 6px #0000001a}.filter-icon{font-size:20px;color:#6366f1;transition:transform .3s}.hm-filter-button:hover .filter-icon{transform:rotate(15deg)}.filter-text{white-space:nowrap;font-weight:600;letter-spacing:-.01em}.dropdown-arrow{font-size:20px;color:#64748b;transition:transform .3s cubic-bezier(.4,0,.2,1)}.dropdown-arrow.open{transform:rotate(180deg)}.hm-filter-dropdown{position:absolute;top:calc(100% + 12px);right:0;background:#ffffff;border:1.5px solid #e2e8f0;border-radius:16px;box-shadow:0 20px 40px #0000001f,0 8px 16px #00000014;z-index:1000;min-width:320px;max-width:400px;max-height:500px;overflow:hidden;display:flex;flex-direction:column;animation:slideDown .2s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.filter-dropdown-header{padding:20px;border-bottom:1.5px solid #f1f5f9;display:flex;flex-direction:column;gap:16px;background:linear-gradient(135deg,#fafbfc 0%,#ffffff 100%)}.filter-header-title-row{display:flex;align-items:center;gap:10px}.filter-header-icon{font-size:22px;color:#6366f1;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.filter-title{font-size:16px;font-weight:700;text-align:left;color:#1e293b;letter-spacing:-.02em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.filter-actions{display:flex;gap:8px}.filter-action-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;border:none;background:transparent;color:#6366f1;cursor:pointer;border-radius:8px;transition:all .2s;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.filter-action-btn .material-symbols-rounded{font-size:18px}.filter-action-btn:hover{background:linear-gradient(135deg,#f0f4ff 0%,#eef2ff 100%);color:#4f46e5;transform:translateY(-1px)}.filter-action-btn:active{transform:translateY(0)}.deselect-all-btn{color:#64748b}.deselect-all-btn:hover{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);color:#475569}.filter-dropdown-content{max-height:380px;overflow-y:auto;padding:8px;background:#ffffff}.filter-options-list{display:flex;flex-direction:column;gap:4px}.filter-option{display:flex;align-items:center;gap:12px;padding:14px 16px;cursor:pointer;border-radius:10px;transition:all .2s;position:relative;background:#ffffff;border:1px solid transparent}.filter-option:hover{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-color:#e2e8f0;transform:translate(2px)}.filter-checkbox{position:absolute;opacity:0;width:0;height:0}.custom-checkbox{width:22px;height:22px;border:2px solid #cbd5e1;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0;background:#ffffff;position:relative}.filter-option:hover .custom-checkbox{border-color:#6366f1;background:#f0f4ff}.checkmark-icon{font-size:16px;color:#fff;opacity:0;transform:scale(0);transition:all .2s}.filter-checkbox:checked+.custom-checkbox{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-color:#6366f1;box-shadow:0 2px 8px #6366f14d}.filter-checkbox:checked+.custom-checkbox .checkmark-icon{opacity:1;transform:scale(1)}.option-content{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0;align-items:flex-start;text-align:left}.option-name{font-size:15px;color:#1e293b;font-weight:600;letter-spacing:-.01em;white-space:normal;word-break:break-word;overflow-wrap:hidden;text-overflow:ellipsis;text-align:left}.option-role{font-size:12px;color:#64748b;padding:3px 10px;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border-radius:6px;font-weight:500;width:fit-content;letter-spacing:.01em}.filter-empty-state{padding:40px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.empty-state-icon{font-size:48px;color:#cbd5e1;opacity:.6}.empty-state-text{color:#64748b;font-size:14px;font-weight:500;margin:0}.filter-dropdown-content::-webkit-scrollbar{width:8px}.filter-dropdown-content::-webkit-scrollbar-track{background:#f8fafc;border-radius:4px}.filter-dropdown-content::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#cbd5e1 0%,#94a3b8 100%);border-radius:4px;border:2px solid #f8fafc}.filter-dropdown-content::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#94a3b8 0%,#64748b 100%)}@media (max-width: 768px){.hm-filter-dropdown{min-width:280px;max-width:320px;right:0;left:auto}.hm-filter-button{padding:10px 16px;font-size:13px}.filter-text{font-size:13px}}.job-insights-page{width:100%;max-width:1600px;margin:0 auto;padding:0;background:#f8fafc;min-height:100vh;overflow-x:hidden}.job-insights-container{background:white;width:100%;display:flex;flex-direction:column;min-height:100vh}.job-insights-header{display:flex;align-items:center;padding:20px 24px;border-bottom:1px solid #e2e8f0;background:white;margin-bottom:0}.back-button{display:flex;align-items:center;gap:6px;background:#f1f5f9;color:#475569;border:1px solid #e2e8f0;padding:8px 13px;border-radius:6px;font-size:11px;font-weight:500;cursor:pointer;transition:all .2s ease}.back-button:hover{background:#e2e8f0;color:#334155}.job-insights-content{padding:32px;background:#f8fafc;min-height:calc(100vh - 100px)}.job-insights-loading,.job-insights-empty,.job-insights-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 32px;text-align:center}.loading-icon,.empty-icon,.error-icon{font-size:64px;color:#9ca3af;margin-bottom:16px}.job-insights-empty h3,.job-insights-error h3{margin:16px 0 8px;font-size:20px;color:#111827}.job-insights-empty p,.job-insights-error p{margin:0;color:#6b7280;max-width:500px}.retry-button{margin-top:24px;padding:10px 20px;background:#3b82f6;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:background .2s}.retry-button:hover{background:#2563eb}.back-button-empty{margin-top:24px;padding:10px 20px;background:#3b82f6;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:background .2s;display:flex;align-items:center;gap:8px}.back-button-empty:hover{background:#2563eb}.back-button-empty .material-symbols-rounded{font-size:18px}.job-insights-warning{display:flex;align-items:center;gap:12px;padding:16px;background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;margin-bottom:24px;color:#92400e}.job-insights-warning .material-symbols-rounded{font-size:24px;color:#f59e0b}.summary-cards-section{margin-bottom:32px}.summary-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.summary-card{background:white;border:1px solid #e5e7eb;border-radius:12px;padding:20px;display:flex;align-items:center;gap:16px;transition:all .2s}.summary-card:hover{box-shadow:0 4px 6px -1px #0000001a;border-color:#d1d5db}.summary-card-icon{width:48px;height:48px;border-radius:10px;background:#eff6ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.summary-card-icon .material-symbols-rounded{font-size:24px;color:#3b82f6}.summary-card-icon.score-good{background:#dcfce7}.summary-card-icon.score-good .material-symbols-rounded{color:#22c55e}.summary-card-icon.score-average{background:#fef3c7}.summary-card-icon.score-average .material-symbols-rounded{color:#f59e0b}.summary-card-icon.score-poor{background:#fee2e2}.summary-card-icon.score-poor .material-symbols-rounded{color:#ef4444}.summary-card-content{flex:1}.summary-card-value{font-size:24px;font-weight:600;color:#111827;margin-bottom:4px}.summary-card-value.score-good{color:#22c55e}.summary-card-value.score-average{color:#f59e0b}.summary-card-value.score-poor{color:#ef4444}.summary-card-label{font-size:14px;color:#6b7280}.section-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.section-icon{font-size:24px;color:#3b82f6}.section-title{margin:0;font-size:20px;font-weight:600;color:#111827}.llm-insights-section{margin-bottom:32px}.llm-insights-container{width:100%;overflow-x:auto;overflow-y:visible;padding-right:10px;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.llm-insights-container::-webkit-scrollbar{height:8px}.llm-insights-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.llm-insights-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.llm-insights-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.llm-insights-grid{display:flex;flex-direction:column;gap:20px}.llm-insight-card{background:white;border:1px solid #e5e7eb;border-radius:12px;padding:20px;transition:all .2s;width:100%;margin-right:10px;box-sizing:border-box}.llm-insight-card:hover{box-shadow:0 4px 6px -1px #0000001a;border-color:#3b82f6}.llm-insight-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.insight-number{background:#eff6ff;color:#3b82f6;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600}.llm-insight-content{color:#374151;line-height:1.6}.insight-text{margin:0;white-space:pre-wrap;word-wrap:break-word}.performance-chart-section{margin-bottom:48px}.chart-container{background:white;border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin-bottom:0;margin-top:10px;overflow:hidden;max-width:100%}.chart-tooltip{background:white;border:1px solid #e5e7eb;border-radius:8px;padding:12px;box-shadow:0 4px 6px -1px #0000001a}.tooltip-label{font-weight:600;margin:0 0 8px;color:#111827}.tooltip-value{margin:4px 0;font-size:14px;color:#6b7280}.question-statistics-section{margin-bottom:32px}.question-statistics-table-wrapper{background:white;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000000d}.question-statistics-table{width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed;background:white}.question-statistics-table thead{background:#f8fafc}.question-statistics-table th{padding:16px 20px;text-align:left;font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e2e8f0;white-space:nowrap;background:#f8fafc;position:static}.question-statistics-table th:nth-child(2){white-space:normal!important}.question-statistics-table th:nth-child(1),.question-statistics-table td:nth-child(1){width:5%!important;margin-left:20px!important;padding-right:10px!important}.question-statistics-table th:nth-child(2),.question-statistics-table td:nth-child(2){width:35%!important;text-align:left!important;padding-left:20px!important;padding-right:20px!important;margin-left:20px!important;white-space:normal!important;word-wrap:break-word;overflow-wrap:break-word;line-height:1.5}.question-statistics-table th:nth-child(3),.question-statistics-table td:nth-child(3){width:8%!important;text-align:center!important}.question-statistics-table th:nth-child(4),.question-statistics-table td:nth-child(4){width:12%!important;text-align:center!important}.question-statistics-table th:nth-child(5),.question-statistics-table td:nth-child(5){width:10%!important;text-align:center!important}.question-statistics-table th:nth-child(6),.question-statistics-table td:nth-child(6){width:10%!important;text-align:center!important}.question-statistics-table th:last-child,.question-statistics-table td:last-child{width:5%!important;text-align:center!important}.question-statistics-table tbody tr{border-bottom:1px solid #f1f5f9;transition:background-color .15s ease}.question-statistics-table tbody tr:last-child{border-bottom:none}.question-statistics-table tbody tr:hover{background:#f8fafc}.question-statistics-table td{padding:18px 20px;font-size:14px;color:#1e293b;vertical-align:middle;background:transparent}.question-statistics-table td:last-child{padding:12px 20px!important}.question-number{font-weight:500;color:#1e293b;font-size:14px;background:transparent;display:inline-block}.question-topic{color:#64748b;font-size:14px;text-align:left}.question-text-cell{color:#1e293b;font-size:14px;text-align:left;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;line-height:1.5}.question-answered{color:#475569;font-weight:500}.question-score{font-weight:600;font-size:15px;display:inline-block;padding:4px 10px;border-radius:6px;background:#f1f5f9}.question-score.score-good{color:#059669;background:#d1fae5}.question-score.score-average{color:#d97706;background:#fef3c7}.question-score.score-poor{color:#dc2626;background:#fee2e2}.question-min,.question-max{color:#64748b;font-size:13px;font-weight:500}.expand-button{background:transparent;border:1px solid #e2e8f0;cursor:pointer;padding:6px;border-radius:6px;color:#64748b;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease;width:32px;height:32px}.expand-button:hover{background:#f1f5f9;border-color:#cbd5e1;color:#475569}.expand-button .material-symbols-rounded{font-size:20px}.question-row-details{background:#f8fafc}.question-row-details td{padding:0;border-top:1px solid #e2e8f0}.question-details{padding:24px 20px;background:#f8fafc}.question-text{margin-bottom:24px;padding:16px;background:white;border-radius:6px;border:1px solid #e2e8f0;color:#1e293b;line-height:1.6;font-size:14px}.question-text strong{color:#334155;font-weight:600;display:block;margin-bottom:8px;font-size:12px;text-transform:uppercase;letter-spacing:.5px;color:#64748b}.factor-scores-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-top:20px;margin-bottom:20px}.factor-score-item{display:flex;flex-direction:column;gap:6px;padding:14px;background:white;border-radius:6px;border:1px solid #e2e8f0;transition:all .2s ease}.factor-score-item:hover{border-color:#cbd5e1;box-shadow:0 1px 3px #0000000d}.factor-label{font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.factor-value{font-size:20px;font-weight:600;color:#1e293b}.sub-questions-section{margin-top:24px;padding-top:24px;border-top:1px solid #e2e8f0}.sub-questions-section h4{margin:0 0 16px;font-size:13px;font-weight:600;color:#334155;text-transform:uppercase;letter-spacing:.5px}.sub-question-item{margin-bottom:12px;padding:16px;background:white;border:1px solid #e2e8f0;border-radius:6px;transition:all .2s ease}.sub-question-item:hover{border-color:#cbd5e1;box-shadow:0 1px 3px #0000000d}.sub-question-item:last-child{margin-bottom:0}.sub-question-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.sub-question-header strong{font-size:13px;color:#1e293b;font-weight:600}.sub-question-score{font-size:13px;color:#64748b;font-weight:500}.sub-question-text{margin:0;color:#475569;line-height:1.6;font-size:14px}@media (max-width: 768px){.job-insights-page{padding:0}.job-insights-container{min-height:100vh}.job-insights-header{padding:16px}.job-insights-content{padding:20px}.summary-cards-grid{grid-template-columns:1fr}.llm-insights-container{max-width:100%}.question-statistics-table{font-size:12px}.question-statistics-table th,.question-statistics-table td{padding:14px 12px}.question-statistics-table th{font-size:10px}.question-details{padding:20px 16px}.factor-scores-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}}.react-tel-input{font-family:Roboto,sans-serif;font-size:15px;position:relative;width:100%}.react-tel-input :disabled{cursor:not-allowed}.react-tel-input .flag{width:16px;height:11px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAACmCAMAAAACnqETAAADAFBMVEUAAAD30gQCKn0GJJ4MP4kMlD43WGf9/f329vcBAQHhAADx8vHvAwL8AQL7UlL4RUUzqDP2MjLp6un2Jyj0Ghn2PTr9fHvi5OJYuln7Xl75+UPpNzXUAQH29jH6cXC+AAIAJwBNtE/23Ff5aGdDr0TJAQHsZV3qR0IAOQB3x3fdRD/Z2NvuWFLkcG7fVlH4kI4AAlXO0M8BATsdS6MCagIBfQEASgPoKSc4VKL442q4xeQAigD46eetAABYd9jvf3nZMiwAAoD30zz55X5ng9tPbKZnwGXz8x77+lY7OTjzzikABGsenh72pKNPldEAWgHgGBgAACH88/Gqt95JR0OWAwP3uLd/qdr53kMBBJJ3d3XMPTpWer8NnAwABKPH1O1VVFIuLSz13NtZnlf2kEh9keLn7vfZ4vNkZGHzvwJIXZRfZLuDwfv4y8tvk79LlUblzsxorGcCBusFKuYCCcdmfq5jqvlxt/tzktEABLb8/HL2tlTAw8SLlMFpj/ZlpNhBZ81BYbQcGxuToN9SYdjXY2Lz7lD0dCQ6S9Dm0EUCYPdDlvWWvd2AnviXqc11eMZTqPc3cPMCRev16ZrRUE0Hf/tNT7HIJyTptDVTffSsTkvhtgQ0T4jigoFUx/g+hsX9/QUHzQY1dbJ7sHV02Pduvd0leiK1XmaTrfpCQPgELrrdsrY1NamgyPrh03iPxosvX92ysbCgoZzk5kP1YD7t6AILnu+45LykNS40qvXDdHnR6tBennz6u3TSxU1Or9Swz6wqzCsPZKzglJbIqEY8hDhyAgFzbJxuOC+Li4d9sJLFsnhwbvH2d1A3kzAqPZQITsN76nq2dzaZdKJf4F6RJkb078YFiM+tnWZGh2F+dDibykYoMcsnekdI1UhCAwWb25qVkEq43km9yBrclQMGwfyZ3/zZ2QK9gJxsJWCBUk32QwqOSYKRxh6Xdm3B4oMW22EPZzawnR72kgZltCqPxrdH1dkBkqDdWwwMwMO9O2sqKXHvipPGJkzlRVLhJjVIs9KrAAAAB3RSTlMA/v3+/Pn9Fk05qAAAUU9JREFUeNp0nAlYVNcVxzHazoroGBkXhAgCCjMsroDoKIgKdFABBwQUnSAoCqLRFBfcCBIM4kbqShO1hlSrCJqQQmNssVFqjBarsdjFJWlMTOLXJDZt8/X7+j/n3pk3vNq/bb8+3nbP79137/+dd954qTVt8uTJL73OMhqNer03ady4cWOhWbNmjV+0FfKGjMb36Y9/1fXUst9cb2y8/lpb797z5k2dOjXVD9Ljn59fcHBwQEDAgGch3l9on6feeeedn0r9kvT222+/sErRgvcDArwV8f5tN/rcvPnMZ22pqVFRSVGjR38k9Rsp9fLql/MXLj20VGjt2rVeak2Og/auI/kHBQ3We/tCo0ZNhwYNGj58/NaWlpbOyMhIX1//2/jTrICvckhXruQsWbJw4cL3tzhPORynSk5lZWVtglL9IkmdDQ05NqvVGhLwbKSUL+Tvb9yH/2sj+eN0IZZ3fvq3Hnp71ZtCOyofdnTYSzq9xX7UtsF9+/Y1FpeZT54sc2aUlq6Jy89YM/qj2oZaoeOkMR8dV/Tee++NWb04rrA5MRYKDAyc/NKCpwDIyKhE9LEzZ/r4DLQAAE6EyEeM6AcNH7m1pTMnB+fHX7tG9Bs0Xt+GwM/frqm5tz950aKDk6rsiA0xbUrbRAii/BDeV9bGhQsPRlyOCAuZ9GykZwT++n2RHPnVYQU+oaFDPQD8jEQAPiDdaLPaHGVXbn/O7YHQuIH9B/gYgzts1iqrtSopKWlNRkzS6I8arFaOFvTfew8AfiYil/rN6sWTKwtbArOzExISUl7+vwCuQNt8Bg71AQCcTwNpWeFbW3IIQEmJr08XgIzX2xDcvZrs7Jru5EWXwwKSwh2RkQ77w7Q0bXp6YRoDaKO+kZl8MCwsYpJ3pEf8liAAoPhDhqUMQ/wAkF+oqKiosJYA7HxotdnTtVe6Pr/S0h+AI90QffU3T9obGuwdD5PqkmJiMtbM+ajWI/60TX0COhoarAAE1dfXV80FgMmLi1oSKP7/B6ASAGyBV4YM7D/Bx8/bF7g5fgmgEwCCSiJtJQRgxEi9zZqVdYUu9pW0tLCIgOvxdR0dpxx5aWl7EzV7CYDV+tXnCzMzkzMvE4AFlTuhZaSf/OQny1L32RC+JcHikzJ06NAJoe+YNKRbsbG3xPlWZTxssNmdOP/J27ffudLJ60V7DAaT1lxRVvfwYe3Jlrq4uJiKjAwAcIWP+BkAhV/i7HA0uAG8BAIUf8qfzvwvgJcQf+XMK4GWi8OGTpgQ6uftzwC0LIM2WgcASwaXOBwlA7v6/YgAhFRt2pRGeu0/UyImbal77eHDo2kVAJAeKwE0fl6P63/5nSlTAKBCiR8AovbZEL9lf8I5AMD5booAE7OzY8X5fhGJi0/nTzTcMh+80iIBaF0APqvIu3EjqfRGcV3S4aSKYk8AaW4ADU4gOFlfn8sAXnoJBDpTCMDL87zU2kwATl+x1Nw+P2HChKHBBMDHFT8DwGjX11FSYu/f/aMf9XtOjwAacf2hmxRg7ywXDrr30kb7NVhDquo/z0y+nJs7ZUoYA5DxM4BFmcnJyV93PzjbvQhK3urqAYF7xflWVT5ssDaU4Ox7T9+6Ei4BaN0AUkvXJEExMTGHD9cdFgA2yfgZQAP1f0dJw0lrfS4BmIb4z5yZBgL/H8DibbehGROenQ0AQRhvZPwQAGDQ8wlqsFkmdP9ofr/n/OgK2ml1xxQECAAy/tdee++91wCA1mfWJy/KXUTr536T+O67764X2r9//T+3JkPdDx50f7qItDXfff+zeAxY1lYV0VCmPV1Ts5fGAGUYDbHpo0qT6vKTignAtWvXiuf0StwGZZPQybMPAYC8/xF/bj0AUPwvvzytKCdl6dMAvJxRuXjxkCHnL86YMXs2A8B4m4yWQTrdIp0uByMajcATJrwzXwCIiIjAFSrbJwGI+FlH00YH8/rQy5enQPsYgBK/BLCI1c0Afonhn/XjH8MNLP9o1Y4Pfg795N9hYQ23bt1q4fb07z+A/ITR2J8AFJnqOP7iuj7Fc35TK+9/bkPaM+NGiSnsB6wRIwGA4n/5T5Pzc5aeeAqAP1VCM4niWRqVgr1p1sEYlskNJQC4BQZbLJi0MAgCgBUKqYo3VEVEhIWFTZqXtYmVxiIAtB4QeDUAvMuSFBgAJCkwAKHlLAKw4wMIFG5URVgdLdwedEq6BuCgj1qzpi4uiVScYa6I0fWKJQVC2aRDY0eNWrlyECwMMIDDc2vZ6UF0F7z8tB5w4kTvtZ+ygklGkk4lvZ6sne45SDg8aJIQ2z+4Mmg0qcfauXPnfvPNN9XV/1S0VSWyf1Ls4FZ5aIHu/blGKb2UOM0ckq4PmsZ2b8yYMb2l4FbhX8ePHwmhuSPXkhaQ5q0tXzBvntdUUq9eSyFu9njXxpA74Leg198yktRWVI4OkAkymw2Q3WO90+nnN3u2H0QkHI6JpHHj2GvTYdsupd68GfVZ4yTJqJeUaNKhQ+rzCUvOMXEr//4vD3333XdLe+rRJx4iqumDnT2O5zW1HII1hPLy8pJGjz9GWgk9D61Al4fWkWay9VRbUa1GEVCYDRoonu0dr++n0ZQ0dMCNdDRYHVrtuImjWHQ80lvfl4WfhJetw1CFm6h+rkazd28iJHvyIe/IHt7ZOBY7o4GPH4smPqf7nRwz/sH6bmmi2HtvYiBUYPxEcZakt701PdsPAIhb3DBbYmIIAOK+F9HXJ6z7t799AwDI48+cOQRi66m2ogoAYVwIQEkQb8DrJza1azRWq9NpjUjXtg+aNXHU9EEQHW/YsGFD3toHMFZbgzUsDNPkPgAgpScG1vA4TgB8PZATAAoc6IasWPHhhwCQkyNCdwMIJCVqDabA8+cAAJFLYVD92dvpjvQe7ZcA7p0/350dEzNmy+iRAHBPrO9+AwB41Of4h2HoFdZYhsfL7ej7QmbSBdED/GkDXv+ju9Pv4i9mM+g09Rs1duKoQSQR/4whb7msbFhufHy8M2xup6AZ3sHzWOChaveIWQCtn00A7s/84MDuD4bd+fBDcYEukrVna5fwMQPAsqnQZOqqLtBzezysvHd6z/YLANndUELMGAmgXqzPfeON3+IE8PHbuL2YegYCAO+/fz/io2VMM+5HpR/BGXIPGCzix3oAaBo13aApK9Mahg8fNAo9ANsPGi7iB4BLZRUPH9advJGb6zx+3Jk7FwFtCNekNzQUabW3cAv0Ek9uUA0U+PGsY4NmzrxQVBS3e82wGQDA7bvI8SsAsgNP7y26HV4GALyeJzGaY5J18fZ4GT+3DwBK8/K2ZF/s7v46ZYwEsMJHrJ/gApBJ8QPAs9gh2BYBnT077OwUnvcBwB0/nCEAQPFBdADefv5dPEu3p2u18e39Bg2aPou2h9wNmP3wi7bGL9qsuVOcizoBgM/X0BBtamggK2wGABn+WSLw8awm9P4Du3ecys+aMWPGt6J9medF/EsBIBbxJxSFm4vM5moJAOGL+AHAO90jfglgy5bshO7uFAIQM2fkyhUr6sX6fW+MJQDYX1wvWI/+uOIc79mziJec4ESxDPGy6AF9RfzYHgBw02s7yswNhf1GDJ8+lvcfPgKrxfoAa0S9uP9HTV95LHdur8TzuF7W5OSqDdEGAFiaiIjk9U8hAMdw+1Ts3r37VPOMGR/K9l3k+CUA9P9b4c6y8LKC6upqAiDj3wpxD1Dix/m9Uku3KAD6xMx5DgC6xfrLYwnAEuw/jOJnAMHjpnvECwA8aK5YseK3EA2aogf0pQNIAIOaXI8S0/sBAPaHaLUEIOJHPmjUsWACACN7/qLVmoz2Zjabv3x8X+oBdP/DWeih94d9sHv3BzO+fOOND6l9C93xL00BgOy97dHo/ZHm6EcAwM8OHlZ+YLpFtF9eQAGA9+81pg8DQCzdU3D9Ef/YN3AC8OP4Z5D1DBg7XYmfAKitqYl7AA8AvDxxVLtGW1VVVhYRZjC0jhg/Tuzv3j6gCuEjfghGYd/cXrFk5BNqai4K633k938h/Zp15C8Tx68E7X7Dtm2b8QZEAH743j8gYQQwC8TGlp08Z7ZWC+k/4eFf6pc//Sje3+TZ/pFeqXkQ7hoIhhoAnve8ogRgCQZBMQsgTgBgXykpAoDKmpoIuJP/wMvzwaOKHkisVfUnDYZZ2J/k3n4ST/94UiHt2/d+Lx7yttFAXnP+60W6+X9ggQFzGDdeOJT791fQNAgAv/qHFFMAAJou7AWQBCAkKXzknW71bD96APnWQ4c+hthRsv1Ty2WNA4InwYYpzhJSW1MT+lmkxx9awyfNhQVmvf9+c9M4kVt1by8tsmuLub3I/in6er7URGkh1SZ1znfk/xR9o2oP7F8Pax1vbO8RgJcwhYp8BvpMcD1t+0GffPJ7xUo+CA54Yc+DPXv2vGA0vkBavfqIW+xeH3kr8iJ9QxJegQNpu/TMzZupnzXOkQ7+OkumeCCOU+Si2Sr7kR6RkQZ/iA0y62PWVKlUiLy8fsz1MSd6s+YhLz1vu0t7ILS4T1Rqn2cU9fF6YQdpMZIAG6dNmzZ5bX+7PZKGsXi0CM9xwZ+0DmuVnejxsHMDJu3Zu24vkrT+QTtYq4/8nvWHPzyeCa2HUySRbzMKAO9CGhZ15Pku67uGlaS7frzoeFat26uY2CpzijiIrbKfLdH2buy7eKLkR8oAaXWhQNLH8+qEKirKy0tLS6O8bXVZQpvg8dPmbV/O+jH0IvRClLY06hkPAcBGqLa19ckBzC0HVg+0R9rQFpqFtWER1oBPhr3+eutPocevPzIaBwTseTORAu/rQ7sd2AgA4g69T1PlfmGVsX9fn8ESALk4ER5Gsb/Mny2tbzGkPQwASH1s2iTDBwC2yhYeVdgq+yXODAwpCCzAozT7Dml12fqR8VGcOMtk9A0pkUvsI7YvR+DQrl2vQLtWpdbFPAVAq8lgMrcygKEEoKQsJKTMYQgLDQn4ZN3r60T43ngSrH5g1rBcWaINAoCMX1plXq8GoBUAXNYX4RcfPqzVXa8tqk3bpATAVtnCVpytsp8tsCBifcJVil8BoFhfu7OE5RCyGn0HWxweQLYvf/HF2tp1T568IgD0Gf2MJilKBSCrPf5Cc3h76e4zuwmAv8ZqQ5cLMwwNA4DWn+IfwoeqX3/8kQvAQC2rGQCU+NkqywuiAqAVACa6rO/hYsR/uBi3wKZd7wGA1gPAcEvfhAQAmEEA4DwLEgo4/tmzwyYdYqurWF+9zWKxhCKlTjnV2WEBxkhHX5/G8jSZEZoKALWJWbuyYgWBVRgA6vqk9hgDNh54YtI2t2jbn5wBgAl2m1XTYAmxhFoNU5DG/uRnHuG/d/yjEa0X7kID+99tgu6OxTytxK8A0KoAaCGexz+rWHPpUtKaG4e1hwnAhhNZlLtMhwyG+HhDGVvl0PXZ2fv7w3oMe8vPijuf4of2AQCyutDmzWdI1zcv0Psr8SOFF2As0Th8Qr84CiEzcjSKni09b4l5C+al4r9uAcCBA1nthuYKc3spA4i0hWgNdFazgbK8n3iEjzct380S1rd/f+mkAECJH87O21/2v76eALQM4MiRX0+MKqXsFXSYAei8/d3WXLHaoQNTUga4AYSGiesPTSEASvwEwCrin4D4GYAv4m9MS5M5yalGX1uixccntCDwKqf5n5FSboGNBw4caG03m1tbz5zZs3v1bAAAKvtJDAuzAeD1c0r4DEBY4f4DKH4C8AclfgYQxFl0etRWAAj+RwjA6DUyfuoC3xt02F6JnwDQ8UNpeQAB+DTY6op/HxJLU+au3jj5JYRPwvR5ZoFN3v12oVxjkE+oXbG+4o71WH5dJa9VALD7wBPMArvP7AEAfaTVgm3NZkzcszHoBCvhM4BvhTcfMOCB8OZH/sDxp0hrCwA8PvKjNqkaAPaL80sAyvU3fF+sU1tptspDaRkA3gKAEIoforwaAPhZ3f2de4RWeUvAARqDKH65ZDKE7/nxriexm17ZtO0JxvhXX1n1Q5UAYCMQTCsvn7ybEuYL9JE2q9jfZJoSBgADEP5xt757MJM0xMcHUUOfzr9Pywlua+vtThhJAOvdPYDc/LjRayC+CxiDTm2l2SpbeJmPHywzyhLDXH1ICI96wEAcAlIr4ABKSThuXt4c75ByyJ2Zj9qDWbD2SSJmAdaqBSp5CdPoB5frx9LDdEVDG6C5cKnB/xz1kdB3rAcP2Bb7+X0q9GtOXirWU7HGEgBSwI/CoehosrIT2f7pFKmtNFvlYF4W/jvAI6kMoX2y1kBIZKBHu1PDwfNI7A1ZbP+UIgPMAn08hFnAIOROal3P6pnlzSQlK8pHf4F2s+AwjSRNvDsCadl76bQif9tbqDBdNvzPfxcy8+nCw1OULDDrOukEi7PXnngo+IDLY8UZZMmGOmsMn09yPTI8VwjhWEUkXIY4mYVu2/7qq9tJXuqsLoxJj+XMZqEWUmdnskabf8olWOI9Rl9Ik07vqeh1id/EpqZRUGKOhksqxveuZGm0Idx3g//+BPrd734n793wXnuFEoUOXc+ClJcrC4wiI8rv0On4GNUbbh8TBRtwDOPVWerxv2P9SuiPukKcBwd0xRPusuLSH+/xUmd1r9dm5XsuZzZ35kBLxCt+ANBoihA5CY6YAODEmnS8KRpIr7cBgJp2uyDkahcmi+EAUE7SpvPQFRrw9yfcvk5nPHUyApDokQWPBQCOXN7DafPo+ABH1RN8fL0t6OrVq1X3eC7C8dVZ6vHu2P/4xz//WQDAQ44rnmhXFlrYYxeAW+mJ6bcSEyUAEFCyqJdPfkX6HLp8+fJXBEBTyAR2uAD0tWjSfbh9BGAUxX/1zi8HVXcpAHZq03m9BNBptXY4ET8DUOKXANJk/AxAFETYbO/ayJ3aACAwcH3gep/Qru4PUZ8w/nW8X9gWOMSdZR7bRG81jkOU1XjeDUArFOey4i++WFW1vr4NAMTLaFjLvekuAJvylYKIXIcvFcQItzLB9o5G44CzylcA+Pe1+GjS+fojwGDO4hbcOfuXX35bnZ0deIgB7Nyp1QqrygB+1Wb9lbOBAUQTAOV1XuwhdRZXI7Q3UVplfSKS45aEc0MH9p/yTveKkQCw7WrIXneWmYDMrD3++Mnx47x8Iqt8GiTs4+bJ8y6V3Xj4sOLkjV27qjA9AYCBvGJsQkLgXraKBAAEOsCdZPfLdbjjRwQAUOJvxy7t/BK+NKuPhqVYTX6PEHJ101+qq8MWLcrUqdf/ne5Pa+OvMLPRPB3dBw+ychaDSkers7gaFiAliv31sSHr14euv0o8n322XoeAHXhwOyuydsMYwJDax0+ePD5OywCA8NM4fAIwdWfdtIqKvKyMXbuKDPWFRS8wAG3r3lvtF0RBAveANuqv7K2Dc+3K9Z/g7gGtlKRja9sjPjSQF6/eqc7+9ttztKz3Z6uarl22BcqL+jvdo1URvyqzGbSUpOTX6XlkW0mvpaqzuBLA6dOxOD4DKMA7koRzaMyUf3+xczUCvlVgic+m+CWAIUNqjz95vEkBwJdfAniVhj6+/xuRjGyTAO42XRjVxJMfACjxE4CuveRlC2SO7d13NJD59yJFSQD0QRj+tPHu7flhpqv6y+pv/9lF7wn0QexZ4g1bBIBZBCAnIsJaEm+QAJT4f/Naqrmndd2wCFMPhuHTp3OWQDk6vS1hfcL+6v6I/iU8vgPAkAs1+5vPIn62zt6+56AsdNChjx49OqcvwsEQPx2OjwcAIv5d+YW5hfkSgNZ814wNGADHP0HEo58Q8PXe2Fjx/JkCxd7T8uXn+CUA3P4AILcPFu8NuqrDziF+lND4hfCjigAQsywKozQN0Esc8eJ89LTHLk8+7ZmV+LnBnJX2KNAA8KvVQ//9xWTYkDNnJq9VW2m5XF8vl2lSx/X3AMDhU35kee7yXS94mfh8St78RNZDOetAEwBAmaRjoS6t4a7M0TKFcWxNtfE+cvvgsWKCjs3U8jwFAGxd0w150DIAkHO0QSjaSPM3Pa6BI+RnVtojAPAErBRo6AeHtN1YDP8uRra1aiutXgYALTZ1H287pn+SxAAA0pFB0aQT7wuzKbOQwV93kfC/Qt13j/TI0k5kg2Yqox1YY0VBwlKdWXgx6VvLzKlRrPEjRU53Q7QQdpenE/bW7G7JBpZOpUmfLVi9arXQWkhtpdXLZP8WzFsQFx3Hh2vm/CjrBZaX9UbvmzenotZWWmpZ3AOJUgvCtkq/2u2Vy0lmbiOfZhxLqSWuyC/FpS5qbCyiW/6LUm/om2rv6mrvR9VGyCRkNErs6uOprS2bcpaZ91Bbd0CTmsTiPd/i8gtuzxGVPpoIebTY61qJ+aT9pJOytEnQ6NfiSBlxcbWsMTRG7LBtdFvJ8nxI9FAyKEhgkJRa4jqHpigjQxMZqamry/fV1Hk3eWRx198zmjTpmEZovSbe7tRGq4+ntraGnlY9nJfT47Wu5YAGVIKSZIEF7y8KOrg9R5C++r2iI6/W9myvF2p3/YNwyqQYcl/Fc14TkcNAk+r60AkPhBzg0wkA4GNi2fyDCMAg5VURKkfz4uwOzWJN0GBNuR0Qrnk3jTrrqlh68O1wvDlyNCBp6R+k0Tqq7ACgOp7K2koA6b7xSgFGeuTgvkElWBYAEDgidxVY8P5c0DGMrbLTgx908tVTPdo73uumw+4baW94WByTlp+fFuMCkJGhBqD1ACCeFP2pTg/WVzkgTpiXUV6GtCCeD4Li82N29vYGoDs1/Lrvy379ngcADaWtg0JwMAe8ufp46gIM+brdYnEKL4/lSF5fItqjFE6ms6/g/UVBB18Qb1xgeno4x7qqf/XUKdr81i2ZIfJaU1LR0YEsbUxMWmnFUQEgP5/sYFxceXlWn1XIGR6w0JzDWosGZ2SIBgeFwJvDeBBvtxWVz5Ior2Xle486i4KIO1fP3aEXkiv0QQ47pa9CQoTTnP304227d08ejwMsszRaylwAZIGDvwCw/RQ8ObRRaBUXcIiCDpwPAN6NvQoN5vgHngOA5XT7NDVJa+31WUXSjRsxa27EXEuLawGAo3HU/+OysnBjlpdmPeNnExkYV16+HO3NEKMQJjgrGizjl1a0MTLI4xL2vek9KrBg+IiuhBRUFhMAfrojiae74Kcf715m8j0+ngDgj/vBR9QOAyArUmj2njc5cJmkOLCKa5u5PTO4YMM7cR0REPELAMtxxA0bpDX3SsXYFwNdu5bWmZN0bc7RjNraOMSPHpBRCgCrKWcYKq//njNrp4kGmyCQCQlGg5X40WDZA3z6u3vAnUEjRtw5d+5LAJi/Qm9xcOstFht9JxHp9/TjDeteKJyd7AFhuVPKhFX39vcXXd4hssjbuQO4IGxkAD6iPZy1Rg9Yj/g5/IGPAGD58kJ42Q0bwnE8AUDG39mZl5eToyMAiL62Fok2AkD34O7QM26jlIcG14oui6sYEjymrpxeyuUJlaZuqViWnz5Y0x8AQpt7J6V6Hxs+4k4N2chD386f/6EeRseB9lso89oBY6I+3lhVAQYDSHfud5qEkUEWGftj574ii2xWUqJyPTqfKOjg/WlQ5P7v4wJwSguhoJEV7hW1huOHKO1xDQD45aJWWyoAUAPOhBEAgwtAbZ2YhC2haDA/bbkfNvKmxmRobJF5mgEDNL/Q2EPKU72nD7rPPhq5rwf9CIDdageAUK2hod4GAKrj/U8BRiQ/ju8/R/7UJ4Ssbl9HutbpL63uUws2RH/k5bKe1vrKq8td1nsflDsXAES5OXQY9da639SS6uQswAC0ByyTlR6QAQkbEgIBQNbicggY8qCpdRpb3M6dNAguS4rTWC4ZjwVCXIABCitgdZ2RGNBDMAs4bSUAoDre/xRgsCFYvx5hkbkVVjfIv6/L6j61YIMLOs7ysuvttdSRV+vcnqEecycAiFpbFtUbiEpbzpiy6NKsDlhL/pS1ZQuq6TZwkjCYJOtuSVNJpZ8nIQeaf/NmPlKyz9R+b4T++cj46JF+9iM9JK2un5+0uurjkX2T5Qsso5Df/7O6smCj5/a93oI+5eUjKu0JVpLMJK/r18PDZRaWq4i3k0ykcHbLKmcqaoVlCvcQtGjEjyZ6emF1Fre3CpDa6vKZhbHn8wdLueytnqU8n7CTFSllugeMik0WaJd6CrUZDTfmwep/cY3S5M/hmqjP73V9Mj0uKjnA7ZQtFebiRWiVt8x/yrHW6GE1SYf8Hraa2psUa2m0QWRlQ0QWd8FiUrkrL5XK+ytm13iiUog3mzZtQbANsrpL7CfpySCz+G8BXEChYRVAxj1vSsmCDVUBxTfFTq3zpDO+Li5/Q9OFlrg6tdX2MovZCn6MtXM7PS8LAPQ+HQA48IcPeardqFesJtf6HvL2bby97tat9unCCQIAz/ORkWKeBwB3PgafKWxOFVYXCYvjwuqe4NAlnpcIgIhcFkQAAAfOfwwNIwAALR4IkKEpMJp6ZrWj1QUUgx2Yde32G/hIB+VVx6LUVlsCcF2Dyt4MQBzvFQgAKP62pvA2CUBaTZmF/RjLEV+dn7nuVvuo4fQRFQBYoHRH31DKAgdX5EMSb0ZGXIy0uiU+JcLqEoBprvgZgBK/BKDEHxYBAIMEAG16NQDoJYAdO7QCQAKnL043N5+mbpB4qNEZ77CXlFRk5FMJfFOd/OyOxJ/deZ1A99+8Weue5gjALphFLL+yezcB2AhZmy5Y2Wnh9feSCGE1ET8DAM2D3WeHDKFuMGi80R/hl+CjqvgSBsBlc5V0vMpCqigRF4viN7AVXV252B3+S8jaKtdTZoH5q7IIaUUjJnEBhYHWxysA3ty4482Nb2r5+KyMuvw64fQqnBknT2aU7aQe0PX8MqoXaKUsaCvivWvQmiQA7qHQ5t7bkSt5RctWYzcD2MEAwsNDJICvFi7sewf6knRnIltPn8vdxGNYvGkcAPj42OPt9hJfTqpyAws1GRnaImRBXQAQf4mBG7i2snwnaxlp51R1FjnEYRfqgBo69nHO0YD1ngAKNxbiP7S9BFAXV1EhnN7D8KLw5riiirq4lXUHK47VIf6mC63tTU3trU3T78IJilJSpQcAwK5XeLlQAXCg6oMbVYife8DCep8RSqkpACD+e0hL70UPGD5S70/pLXQ6pyhY4BzfYi20uNDgBoD4Bxi4gQyQZnVZPK3OMquXOecIdgQA0vMGuPwbD+yg9RIA4o8T20+tAFvxlV59Te6y0Vh5wWQytLYaTOgBAFCp3KNiEPzxrldUADD8VV06/wUWfw4AZDUVqzoSy2GXHwyZiTGgHwGhLHGoj7Mk0jmUAVS4D54BxcVcr90E5fUfkJTGb36ox4gSDwg9hkthP4RQCDtu3Ic6dYEDF1CYPAHweowBwgqPbVoJyXJXfFCxrCgjDv8Jr4urO51bk1GBLDOUQ+IssxesKKlSqveeH7+iBnAAqo/YTTogsq49rOfB7m23brUOp2UGQNH4DJ1gEVnledP47pKvfLdEqd/9occo8TMAJX4CoFXilwBg+lQA5HoFAIcvviiZWsHXH4q5nVDzk9HqLLNXUaFLJlORqahuz4uQOCDPAkblUYvkx1bTw3oGt3Xi4ivLsoDBnVWeygNc3mYSsoQA4PnyFwDIMCglD8EjXc3/kAQAPbPE4Wx9PW6BF6RDkW1ci2+K+JsngQE9AB2QOwEudGNdRoU6y+zl/ohMmjWyf6uiyfduWEVSnJ0wZLw4UvkMTaebCCuqLOtVFQxKGasQdwSYZdcZPWweSykFFuKwlZxoOBdQXIiGmvUkVxJ5g5TaSivnHs3SqeQ1UZUl7Q1p9Bp3kQWvFicXNvvQfGX7cR8fmqs6oPozOp1KAqgClSyw1AKSnqVA/PbTXj3E7RWnn/81jrcb4loHme7+n/Pz5krWuu3GM5+hVnmOfAICAFVWtzdVE9g05VApHvNTPawnW8fLiYmPeXvofmCNztv2lRxRuG/p1AUXOl6rrDd6WFGyyqsXQ4oXnKe3sRIT2f5YAsY2PV4nNJPUS2nv/a9wQJ3yewPiW2OcP3wDN8LQvIHP3zO+7/kXJ8IvrYGuJBUDgEhqyruaAJSXa0I0eaSjRwGA1otw2DrqOs8HBt6hzb+tSbi4RAdn17jE/UI7UwJw+Po6xLOFjmsroj//fEMmr+eCCovl6lUfeqHu47d2scsG0WA5eSqMj1AovM/QiAB8JXZnnRvBul6u9k4/v9Ccmbzwn8ZIgROwwDPET6sxdeaEa5xOTfiSnHA+//OeWetce0cDVAzl5BwGgNb29lb570L73fZ+AFCqsWg4fgCIYuspLidbVxzwNgggzZOQ0o2AyNpG2JWHKQZgJ6sdycvR3CGdDbYyE6kFABD/+uyEgoFcUBHQEAHVV1XxZyNhcwUAy/r1FP+UiIBZo0zmY+2etcQc//3uzE5T54P1evSokvj4SB/w7I/jAUB4Z3N6ZF8f3/TmJRsYwMILraQLUOvwz8ocHR2ODlSo5V65sg8ANKx0B7IsJGGtLaraXXF+Nir0/r77fPb58wkXM1HAAACUpbZjvQJAfJY00EnLRt8gdPXPIyIuiwoRLqi4mlBQkFI9gQFQUWpDhNNZbwWAXADg+AMD9w8dOmVKaMAsg2FQ+3BYFs/2TL+/EIN4Z8qjgXqjf4kdpoP7kwCgMWkdMGNDI03hOD+11+xhrWWt8uHiwyfbGk+6AdjtjkhhPV3Fx2F0/tnyszixP9cCy8/UshP2y8/Q7Brg9sHeImvLX42JlLADy+E4HrxxZlhY8gSuEGGrjOrnagAg4wMA9RH4lCu+w5lLADpQ+mlxxm8LvFUytKTEcnCWofV5fOVzzAmVlDk7yAneP4/4M79GcSoBcJb4l8SHIH4+Hj8oNoeGLtv8kNojASjWGlnwS5eK16BMM6eidMlhFwBtpK/Bw3qGqqyn2J+SkASAPtM6fz7l62QG4O8RvwQQL95qOGnZDeCyLGaGVeYesL8ayxKANl6Lt125+/DV2CVTZZGzcrHZPDmvbPLm8O/RA4a39+uux+WQF2T6/ZZMxJ/yDbcHPcBGPYDjFwBM2lPL8jafyTCF4/zUXrOHlY7iStXDEDlUAPCNdzgdeHqz8z9Hwzx8SQoAR4/S6/yYo1FsPbUKADipewnZeMvxZcrS7q2LuNY3TMYPAQAUSfHbeDma/1xmtdIYYMYYQE5yYEFKyjdoLwMIC4sHAPzHSQAqKovi8L5w2uT8yrz8uPLiWStN7Su60COnkADg8fkWU2dmZkr/ZwWAoCCMAUEU/7M4np9BE57TrM3avLm8sHnhBkM0ffbX4S4mdoSNXiPiv3b7ypIlt2/rvNjaYnwXFQb99QRAO5QB4Fvio6PZeor4OAury7mYXfMtWeFvD/X6OpNqfbtkXpYLIkTBhX1w30gDA6D9Mfp2d/cTn6kZg7gQoLpaFlQsKH/J9Sj6p1/8Yktq76LFIDAtP39yXn5dXv4zs5DFqFB06Us8jYZn7v/GVRCBW4qrC4aKMQA9wJyzJFqbn2+IXrgkmgHkDqRV8nwE4DDU53DO7dt0C6gLCqZi+tdatHlyGhjN1lPL4vVbAwPvu2aVOyn7dd4h92ReVhREqAsuxk6XqyFplT0LMILXyklQUpiaVJlfWRkXt7g8P6M8I2Na1KyVpTt2vPjiRgjO/MAq3RKopsDd3lNFbuVDWTj/hmYTj3ctzQYCEIFRVzkfirUheRdcAwB1lpXsnyHAFOVyj2w9hdPk9UsPjVM+Oxv/9cdzx49VliF1wcVY1S84eBg9JavMLlyqeOrhw6mpl4qjooqfiSruM+sErLmHYP7++sijvduVYgfa7gX1+XV6Y48TzoF6WOFPDilfxZHUWWB1VlY+Fe12qTe0wCOIQKkE+SaAQcp6E1JvlZRSYaH+AyCPn1sTnxMqmq2SOsurXl5L6vUWnYFb4KXWJ3v39viFBXXWVFpT/EFY0wOiSjg//03Wmd5ZdRcSL9SJdyN4MRK4cuX69bHvtjWyLn4claHNqFCssfN/ACSSlF+MGKC8+fSFjHPbWOJ4Bw/+1VsldXvVy2sXQ+ug2Fgy108DwIHXPr4gfmHhs4fQDegL0g2dPhI20/2ISwA4B52fv5EeQncAwGk0/HReHj/u5qUGrny+oCBWNPhg48GuKK3GcMkKcR2DddI8IfQYIffvA8hfjEDBBklG4A8AHDj0DnTwr656mAApdZZXvcxWe+bM27e3bQujn/J6CoDH/FFkQs1dBnCiklL4izERbebSUmEMTE3HzOIzOQaw42+dnX/bCBGAFjS/heNXADQ27u+6eLHrIABkGOouKVmdsgyhiooMoU/58/ga1vnzNV/j9beUqB94v02JnwDopFxPzOqCCvUyAZi8rQa/d5f9fwAkcg/APXteApgGFWq0hZM9ANx9fkWTJ4CizOQiAWDBYnR8cf1BYHNq4PMAEAgACfsPgkBXVMWlS+gBso6lapJGqKVFI6T+BQpTz6ywuSzeKVVG6tCxtrZsdQPgeLu65C9W8LLyCxEAgFlm2+2IiHsAMOWpAKgHXKAe8AQE3j5BxMrp/NO4tJQBtFOKpp2sJAPYsTwuOTnuRQbwfcWNG5eEMLdc0kkABxMu7t+f0nWzK75nlrdMxpe8SAGgxA8fYVJlhf+nFpkVvUSn6RQAOCtd39WVi3gJQKS4f0R9bxAATAaAewUFADDlqQD+W9y1hkVRRmGyy+6ygrYleMVCM4sQoRvQKiFSBlG56CZiYYigEIgFlcJWhIJ0YUuUCLMbT1mhS4ClaRJPEQRElhbhpRD1qSyhInvq6f6e832zMzta/arebm4zOzvnnW9n3j3fOe9H8f/gev6HH57vpPZyMAbK0pESpAfz/YKA5YuWvb9skdnMBGCq6PO2lpbMz6l19pWhUZdg8h1ljvLHSOCiZUxASxyw/eM9F7Cbn1LHNGWugYHyv3pJgIcDhSRAla5B/zQCZNvdnj2y7U73/lAiYFVJ3/33980jJXkqAsDA84e+aaorq5MEYCaLlBjiVwgw73z//eadZgAEIAV3O6YB9qN4CASQ1t/KMkP82BEE4Mu/5+ieoyDA6pnVzd3G6Ni3r0P8aVqwNA94nJDcetfnWyRuB7Z80rqDvv8MPA+36y1M9W13escIEACVNW9eX9+8vyIghr0Fnq/r/IEdFnq/xP1fwbHjprFqZyYCvHDaYzRXGBkHJAoCArby5qtJa4KAGctAwIzqTR9/vP3j7Xu20whQ69gwAs7UgbPIfGyRRUYxs1LMCzy6tnWTGj8R8CkDnUfyDyc5WOiyxCtmQmTOGxcXd20cm7mdTIALI4DwvHBYGOopjceO9czaggDcA0TBA+4BIGCSsp1mr8YIAgKrqqs/BrbvOWr1lMa5egJ0WWQQAIhqXgAEqE9BQu+3OuilvL7W+FZKOAmHvYuBkwl4rV81WCB4CmNtgncag+XfKyr0bWyiq7kK2MDQdb2dPALUtzPWywznWolWoFcD/fv1Ul6pE1DKjVmkiloGPgMvPTh/qpGOWjsGoPeZUlF9+ypv//pVTspyLe5S3n/paR5YynvfweDt+qzzEAn5CWhkdySGR2NKMD4+1oH/c5WAsv9lO9qSqJZ5k5LbNgukKuerrxUmKrSXzyTQ2moSuJEgiiouIKBfAPBTpWO0IzJS9rAsWNAWPLR0ZQw9VyIisH1UQcnXnJVdSYjg/U/Twcdvl5/fewzejv0ZSlZ2SDmhsLs7t5w+I2yIozwjwwGxjFcZkflh+iz1L7VBtW+jzc3pzM8CwoyGUM7hBcjz5YIKqTSBaWrWWbTxcVZ6IHhgYNMAZ6Vv7ADEk4J9jgUBE1TpiConQzls5WJji2IHStN+8vErCEzzpSqlEVtnVG0dylnZEioQmMf7y7jnzXMTEDjBF/aHAG/n/YHD54us8xDE7WjurLVXuPDDlAjIiUzPyTcY8ImRKSBAZH0PHJAFF4+/jfDwd2wl5c5jw8xB9cSAzVeeL0tleZ8gpYik6yRlQp0KMSkrXb3uq2EXvpv8LmWluWNFEIAqBDcBqnSMTiQCEH7R/D2lu1ItkJZdBWm+aWkj0qq2YjtnZbkKawbvf4TQ39/d3d/Pf/TZFVjg+xID22l/jv6aiyYOP4DECBNQX9HgKMx3VRAB0Q5k9nNiiYCUICaA4p84ejTCp/25zQ21zCCgvHxmJUZAoYEJkOcLLzQMDE5fsRcaLDQ+BA5to8IwImCA4qcn7cePX6cSAG8zI0nj8WJ6fJQqHeMdiZH5dPk3IXyjOf/rkC5fhF9QUFp69jkoNOSsLBdIzOD9ScGcf+gio/GiQ+dfjxcYMV2SAN6O/YGJzcaJQuoSARXfFDkiwztiYjPzw8opNZcSaTBGRpYnwhwT+59/WEijfux/heI4URk+8+aamZWzzTKNPUyebxKZwRURwskLbSqatCj+nTsPCQJ8/Dyn35kAY27nV7VaAiZdDAjT03gUfdLl79rVbcxw5M+mvjykMEePSyutikPpKkvXEtkxzwQA2wzANv6jT0RBYJcggLfT/ofroKK2NSOi4ZOHOEBAaE650VEUkwkC+LGNf5SkJRFwzWiaGm08QbW+xxxZe/dWOvdmhs901EzP1BAgpO9UR74U4sBZbSYm4KNtOz8iIAlLSlGVSgoB/vUDQWb+bSAIGMnnTlL0ivgcXP62Tbu6zZE54bDW+toPI6CrNC6utPQcGgEsXRE/CGDlxe1Tt8Ay8NAtz9KffWBmtpXCv/NO1RFip9G80+hfh+MTAfmFFbGO0AUdMZnhsbPLUzLSMQjQ05kY5J8YGUv7L2scfaB/XOMLtH+8MysWU9tAT0tfX7gkwGgdIaWvvlZZEPAhj4DPQIDOoYIJ2GdsQFkiDDLcBJyvFjzE5+Dmtys7qDwW1ZIgAFJza0HaCIRf+v3XisMD1+IKAoRIsaRmp2/nP/pEzPAkgM3TcAecOFwc35Gf73C5CuubY9rDQQCMkVPgCms04kVkfvhs3v/9/nHj+hE/E1CE+LmYt69vtyQAOWSY1UkCZPyybQ7KkupCP9yG+ImAG2vUyXYyiLyCCfBvaPDXEGA8Xy14iM9v67Tj4u++dPduJiCgYF7p2WdXVZ177tenfT9CODzw58Wx9OQMlq/9ppvsvufSn/EVmAECKEGnOkIMP7TN/9A1fHwiIL+jor4+ph7FuUxAeUo+EwBvcBDA+7//Pp8PEyDiZ4AAPl8iQErfE4cPc8GSBNr4hDK/Wrb9ieOp8YGAffvEF078NmDpeI1a4DC1vjYxJ5YQDuArMCuwC4MItjaY7Kq6lmtz5VOApScr2DE3QcvjP4APPZ9fYpyyljdetMkWFnJ2lghIsVgc+UYjnoL+QeGz9ftP5cd/bCxYIJhk1tn6F7XC+qzzeP32K94ABAEXAyCApOONkwGRtT1rSLxaPQzAP4qwdKk34wvOEn/xKnDUmzBGB9477w4gj7frfX01hg8MvMbfYRZLmHAX4/35DfyOydjbo5pZJn1zvSXUUmEBVb4L6D+f/yMKQKYRvPKSBgeTUKp7gdT0c3XSNSlaZqzjo4upse0DAVFcDHytgmt3rwDqLNQXbekwAaLAwky1x3w8ofRVua/P4iImwwcGNQ198OBBLy2mMlQSnQGLF/vOnD5scyCjTPEpVnZhFjRtdkrbHX8U4JVUUVFfUeF4z2wjWHN9NtZ5SNFop8PBZXzF6dmjID0/ePjh4vLyYsXn4davd0mI/uKh8CWm2Wwz5uN2ki8xS1tRsMDHQy2ytnfzTn3tMLLQhocNAcETpOPEwaHeBz0IQLM5Q5ixzX4iIzVjZUZ2yr0ls8gQvEw6RNCdZm8+vmLjbXZjsGfbnTGdunBEgYa31/6KehdKS9dMkVlfH79JfdousCSnK7ANPviRlgBIz4TmDx7+xlUyq6T+vpkzUeM0EwSkKSil2l2y2AQBNTWoxiSLTZa2ggA+HipRAf65DxABOBN3HpMImGS42cClc+w4sXmoNfVlDwI4cDm7Ezt7UmpMQkRIRMLqEkYZHCJYOmeGH99xfDcISDWkTvHwPU7npplhskADBDhcaE5fY7EycimrmqvxCU5yBoIAZ0YqbEKH5W678VgFcsz7R4/u3MsIy7ZZFaQCtZMFAYsWGY3bXmACRgoCjGaWtg8h06Ma3N3+4Dlau/xRAd6CAJmCIQJsqanW0zUE5GjihxvdsOyYkEC/iLensB98SZl0iNiLG+bx3cczZ4832g1TZPxyBKRsYTM04XiBr0CM0+VyrrmYSwKmjB+6o2CS77qFC5WSl2hnW1tloiUE99yQoIuoDW3WrP19eAYMGwY16uuN2IDsXbtkSQwREGrYtuydDiLgHZNa22tmKawYQsRUiIIFs2cWOMgA3Ky+tuy2W63eY4d4jgCKX5qxPZFhD5oVaX9xeiPiBwGKQ0T4pszdxzcdnz0+WG2rpPoD5fMofiYgz4HLDygjYKhrfqDvsGTFwQEEVGbh8o84e5h950RuQ5vVtx8MjEP8RIA4YEJX6S7hQEG+xKGGmnfeWW5sJgLU2l4LZX0VApo3SkcIszZ+aeCw+D5gJq8Qcesv3t6bdyN9oBCwocKloKmpyTW4KmHx4mGLnVOyED9QdmxvZlvbk20gYNPu3cfDmQAZPxOwfosYfTTbRZ4kXhdQ/z6AEUfCYLz3QGDwsGS+/A8IAootCfh2+gUdIqlMI2B0H+KfQfFTZ6c6AjgLS77Eoc3L33lnUUcz+RKrtb0Wer86AmKE9jfrsrj06j5NQcMvYzdu5OsvQStKuGd3z8g0Bc7CzY/RyASobYAQckPCTdK3mJukqP6A70G4Aymf52W1EZRvsTWXtHM20hUSndEZVrQt4vKPFFJ58jdNfXPm9I07wZnJfaZt8maxU6D5PCKgbhkufkcz+RKTtJUE8PvlPeD55/kxcPfa0++RM/EA2d9ByRnuY8cV4RU2NSo1dcpULQHlhoxYEf4ZggAZ/jyE31g1NV+N/9iQ3aZp5Fs8nCDOn9sBRDl0SBSyxl5jgy/RZnWnQfunwdWcgPRG3NEgKviZkNs8XErJyW8coJo4jh+pWZNH29pVw88jX2I00eBGENRMvsQsRQUB/H4qxmasB2BuFp0jg+dmrefCxk4iAjhLTO5x08JgTD9pWpibAHiRWSIRvyDgSRDA8SN8ip8IcMdfXX0MBJBvscZHGN5iiJ8IyL5wTDYISLUB6n28FtpftrkxC0d98JCy+9e5peR57FEk8SkI0ElN8iVGaVxNjdFcCF9isV0QwNvXqklvgAjIkUOAAQImGW82KlVaIOACOKmOBwMqATnKUwA8yBEgKWACshQdn3kcbYDsW6w5v7UYeQSaqU6lEUBunLUCbxOGfr90A5qtjiqAYuqsu0yVkqjj9YBeatLmGmRlC4NCF7m3hwbR/zmPtq8FtPZm0bpaXsg/88sWNcuJ/81QGFCW01DA8k+iCsD+HrtwOhonqIh9pZgCYpghfIXF1RcNegLu1rVeb0+p2pDkmTcmWenO4QI2BXJIXRYVdUWS5h1508aqWXZAX2sszNDUz1uvgvXzKZf40MwX6R0puCXvVeC009T0uSZGL5aimlrgsbq2NdPARqFSAgp4++juYqdmsawwesRrpbPNs1Y4NcpiycbuLqcLv7OzKqfe8d6XG0UWF4Djg77WGFIaULPU6kQJpm0efXTtqZf4GFD8vkx6RwquRdYsEeI9aRSyppw2JYwHATiQphZ4rK5tDVnV6kt8gbQZcVuxHQEmInBgMyAIuIZqd6Ujg00bPhPgb8/KaiqrbGrLbNkNApAvp/dI5OprjSGllx9oKiiQWV8QgMB/+OabH14ngIBTLfGB0IXXGQjQOVLk0WSvcJTg/b1HjRmT3NWVfDWDCcDxNLXAcqkrV0y3UGKUVv4KS06k4a5IvsFGg82W4pTxny4IQPzI+E1sngil5yZABvhCtr2msrKsrL2sJbNpSWwYCHjpvQx1u77WGAQ0lXVtLaiSWV8i4BCmYcYJBtby8ckugn1ozf5iBHD8TIDekSKPJns1S4SMRU3pxStXagkAnZpaYNGuHjElLcIqCVhY2DCnetjWrajuRUbI2L1ypc3s3Mzxn75ZElDnP3L4yJ3NUHoKAcoVDsKZVFa2tcMvP65lScvUOx5JwdpRe1ezozwmS30CRslaY5WArtTcLrmEBxMw7hmgkVYgen2tCDg1JCRVU5w9wPEzAXpHCnah1SwRMgQP3ITkZDseusBz8V6cNVVrgQUBFYGrdwRWSHO0woVz6ue8m3z2OaVLUZxs6541q9uwsuH4McJxk5l+506sI9P+kcNJKofILyjPWI7CXB0IaI/tmUEE7G8JuyPSkIFs0XEpTVuJAG2tsSAgI7iKs54gAN/9ZwjjBAHpQnnWObOF9BZKEvFLAvSOFAoBSOLheIIAFDFnX6olQK4mp86vm8v37i2HYwET0DBnznx8P7efc24ptmMEVNhsIe4sKxFw/sSLzIdkgYM+CxtKBLS0NM3vw11uMBNfgUhaNkuugLYaI0CNX0rpAy1dUWVx4v0g4NFHrxUj4DUQcKcgIDUqCgSYFQIGZPyt75r0jhRUIHF/ibpECBEA45mNl3KPPAgQq8npCDBmwARItKlRre2cBvpl0Ps4B2zrtmVPkPFJApBTbTbX1TWPBAH6goWhWI+wMhMFUC0tRwaXbAYBuP4Z6nS5rtaYf0scaKqqKsX7FQLoHnBtx2uCAGVPbvNKZwKMRhl+77smvSPFipmo9OD4BQFGIDk7N5mPgQssaoU1tcB6H18QUN9O8QNzh3LACcPUggQmgB4AdTv9rxl+1clLbnh3pq3bvHl+S8sgsGTzbBCwyuJu6zHX6muNJ9MSH+/jAPx+IgC3vh8OH0b8TADf1QFaLg1marcyAQNMQG8rCNA7UqygUieO/1U+Ht+YduzINQv4i1phtRYYBEzx8PFFbW77EqXN7N2rva/tDtEvqWH+uyU3QMDqrErG5vDNRMBe7ZoarfpaY7HEh/r+9fT4B15nEAGA6LYGmACcungMAia9IwXXInMWex4fz6wWTwgChhJyGd6EC7QqDTB5ojVNV5BAVN+od3AANJP0c8NUeTo7r3U8jqsuqaGrNZZaW33/ep37WR5B02amb03TO1LQXis2cIGEPF8mxw0vo4TSO6lRngycm8f6c3mL895Tz2D7IGRuUvQR8i6Tvr46qXoGgAINLomYCgz19qw/GeMMv2l8uPNxxQhZ3/ZmtCkwQ1pbLM+6cQvDKODuHLuccBrjlFL6KkDbR6f3Fc5YzwVaAi7X3WshTRmyE9NUbFxsSHwPwJewweXaHw2dW78SSBPS9Ko6T6l6BrLHqATOEXg6zDvbZseyvAEy6zu2MiElISTFnuh0kt1g1lSeKFXPx6Jvw4MpitYW5Rb9+bO5GytfIX3VeISPsFqwIXyJ9b7C/kgZKVnrzrIyFwhwNyPj7rTMlFecQrGvATrLmpYhY5SV5YLUTGNpSgURNVqpCgJycvCDTVr0gQCbPcAOF6ULpZMUChsnTAAdYoa/CATgt4Z6PhabgWtm+bUgQLPuDlas0J0/CEBgmtXx1HiEj7BnBsq80+slt0cwrW35yB14g7L/fU1N5SBgUd225prmZvzT8QIIWJyBq4/w9zaVHXiBCWgX8Z+tFEQs12QYckHADcgv5CN+SUDqJVi2WcQPAi5IwHjxi9pRVNQCFE2FoUIGtxKuIkxPeiUxalSq36jixYziFZ9tOwQoo+DDZyUBLpdRIQAXViN9RTx3bdnyKKUh7lrrE8J1pAUFUqh54bHEEBO6L92xXsaP3ekNdxIBzc11zXUdy5mANcZVxmJx+V9A3osIcLnjv8SeS1ng5WrbSOhS/ZIYdlsCHtDSIv/C8UUJiVEbEzc6isKZgLAVM+1m+xrCQWBNdN4jAci8+zqJEJTu3qp+PTRSuK4C+dHl/BoE0Fp2Bw4I6QsCEM2WlIwMUPDoQyCACyZm4IRYamsJoCzFS3dgvh1QZpxLvkCWt3lnc0dH3aLlNcsQcF7kquJVuPxNB16QBLTL+M+eYIew4CzwIqVSDwREqPETAUNxBTTl9xfMjSzescNZviM8fMCR4ggHAZhtUOJ/GQQsDh6VGuI7cxURsMZNgHL8IL5gD3f+8ENPA7JMd93Jnz8aNSaHxep44oLiB3IK4gcBomAibdy4UsSvJ+AOEKAvOJisLqbGAa/A+HfSt5/iv4wIcHH8IwKy3W12y/3l+TEBFL+6GpzNMwucixHEX38QMLBsERGAG4wHAaHOmc7a6Rw/E6B9vyRgeWddTc+yh4gAWcDR3y+lr/ARvj09/faHeLuQ3jNQyS1Xm5u28WfCbwI/t+oLDkiaNjMKmwUBaxo6cfk5fiKggeIfRj/OcEtpvhxZ4EWaR23hkJynn0b80qP0uTAmQOMHEO1E/JVU4VS0bFlReNjcL38W+Jjwc+/4jW/nTg/FuuF8fuvmHpSOQwC7zrBP8H03d7bcdwNPtbEZm0b6Ch9h3Ai2KFNxbqXGaX0vvXRFAB7L0REBYt21ukV0xfPqcfkXyfiR9Y12pQ3zTbCiBubQRcOx/+XXLJqjdWgAAc/h+iN+JmC2TY2fgBGgVHjtxlK54WGn8AkOsEepr1es4tEB5AEHo0Wef0ts7O0iQM5Sq6vjgQB1KpK2mw3ysy2M0JPa5k7K8roNKd4hmOZ0lnVqV6ML2+Vn99/ZXDdyotj/suWeDg1UEIG7AB4CjNlmXe1wvJPL3ABRkPFPPsG3riIo3xEQIGcZRZhEgPoUoP312y93t/HJ1eZOMifTFRwAJi2ODr7g8frdd9+/6jLs7y5AMHmC5B+yzO4SB5Jz0gwil0ACkHPCEv/kE6zvslOFsgCXVyAHitU5dFJabscO2iy211kmT4zXFUioApyxoiF4UrCKKVfrs7TwRvFwJt7Rdvqxj4cc26Skvrm0gl0hNrAWlu+9SpGm+uONB7T11nkEFvj4B2jV7T958uPT5k4+7zvluumPZxZQzdSefEVncRHlKRXvhLXMI8WPKHeeFfWpU66+2I2bxuuztDeopjkPA2+dIWt9xSIwsWFsniYW1SA5PFYWSLg/T18wofcN5l+D5JPlqidtkGTq3OXx+ZM7MLkB++7QDp7BMZ3sU5zqB6td5TUIeH29RyelT9QkjfEuCPDw+gIBWEYZi2lLPL5dn6X9vkK7uvqun0St78bg2KL89vZYIgB5e9EoCCFABCRkB4waFSgelWVy9ThVCut9gykfkJ7TiQVPmnqK1tyfZJrfE9ilfj4I2LFxdce+jn3+b/ASG3x+2Zj/svtJn+JRtByesj8IwK+kyFSLgoU+fl1pJcDoRrqTNvanpKutuUBxvXVXdwgYUAjQL2xMxcvrqhcutNqruc3tmFzSIraoKbCqpWg2ETBTNEqyEPLB9Ugd5et2f6tkSyMH4AQc0eK5H1NREWHj43OOL316J9DUfpAIWNJXUqDWOk/uwFjZV7gv1PLGp5IAX7vdzzfAHjJB+BRnj4Kxsbrw8hkPbXvo0ewQBe9CKnaljR5dMoj4B68dfcTgqbUt9fVL2g3Z5yhfKzYsMDaT+dghiyQgrQWPgVBrbkvuu9W9+bLWt6ioottNADu9BUIOEwF2q93X94QEapI4feLOOhs5/u6KCmuMQkBDw/T0+9e0d7b3HLw/2tQQtHB/ybw0WTsMAlZvWr3vDf+gjn1MAElfu1+C1c8vdQJtlxdMXXj5jIefKXxw/c8+Er1QSl1bYex73eC4/bcNjpMEpNTUpIiChvr65x21BssxBXRArK6N+M+/iKRv647OzoUNDXMKl7TX7tmDEeBYwKvLhYe3NLWAAG7MdHG36BgmIISywr7utrloJ8evpt0pfuSpkaN2kfSFUnQ1dC5Ys6aop70FvxVMFqyEg4qVNFkLfB4TsG/fGxQ/pu9J+dl9rX7D7NZRtF1XOwwCHq149MEv8UoABPAIaBwcd+2rg9cyAXyNm2XBQkPnlztiUqBZBIbwCGCLjzp/MxPgKK+GCij0r9/elrO9N56qLlnptBw4MBg+m5e8cFH8IECt5j7BGH7iininev1PT9osa4PxiypGSGsQ0NlQ1g4CsEY6pDKPgMZ5aUoW+rw3Vg+sw7y1nL4XBASEWBP8Un1puz5r7XXWaw8+mNJtVbDQZ8LWNEUJv/pqY3+k+v0X94DumApHtLpiob5NjdvcPr7utsJaavOSBIQTAZktLWeFzz6dZmpcFH8ZF0EtjaCeYVmQgIWTk4o1M4+VWVPNuuODgPbOpibcAfct20cEzJ+zv0TMoigEVK/m+CUByDonJEwYAWfJS2i7LmsNAh5c/60GV/gEY4EkjVsc33SgvbDEHdTXqlvxFFgQPUSF3pzse9z+GVWEgp9AgIj/0ieBcNPp90xfsMDF/cJXEgEbIsoA8l0mxA3qzdN4Ieh3VOmNLG9WT1N7T0/PvmUvEwFL+maUqtIZBLy9eqMIXxKAeO2pVmvCKN6ul9pev6z/9lktAd471BwtcF6e6vIEHkBAyu54TfzxenMyOFMzygWGTOXHP0HU+t56j3ITdF0IoJbX8/N88MiWE0sEb/1C0LfiPJwNrsCypvY3yHHC1FMwSiOVQQAeg7J8AzD9g7TGCPiOcYWCabqCB9XxVqAt3mPR1l9MOkD+aZ2Jz9CW+tL205OAQV43mBPQemmql776haClFI6Pjxbo1e1vMs31qDn4J2ntpZeKVgzkB6y+7tetEr2M7b0vM2B6JrerWdbLTxzBB+qzynqCshT4BfAMvX7JjPjElKypUxMdiZI3xV3CIrPEdDlOkyDmXj1yhMsfFOxou/XYx0mQ3sBUQH98fbxeeql4jq1h/vwGm1153bpDwaZO16ae3pdp4QG4aSvb3W1uFzWW9KHAAQUNgFrQYFINHAmmLMMW+sv4ovimN5htFVjj62HCzcDp8UYkiOm2K+6Cs3k1OpRVKlnhvPe43oHTvlSQ8X7UykPyNWFpkpDexe4CjgqrrbvCUIG/u7u7K1z6eEWBREKC6sBgt7UvXDjfliBf66XpyzcXw4UX5dlyu2JudrgR1lq37R+k6WwOXRY0cIpN9SF+NWuLdCDBrDD8xqZYUHpbwfe8dEJkfEa6IyMyIzIofDM1SIAAIRttstY3773pq5TjkTna+4unf6M5/lLZZrfaXcBRERGD6CNKbLaIwLLGTindu7oUKcxS0Wq1qw4MCWBgznxriHgNy1as2vQmgMLNuI4hgoDp0y9Us8Bk7tXYuB/3wMHGfhCgncpae5pYKFlK3XlHs7YYHzM+Zn5sPY3LWeZCEFCyEi1jW7bwyh5vtX6ptAF+DFSblMXYbObuzs5uKwhYtQrF2qNJqpOP8WlEsOpzvEFI7417Kzcvwn0QBEBDlJQsdux9zzXuSFl3EMULFMxQpDCEiJ/Nb1jACOswxYEhwTZ/DjHAr/F+Q4qM/+mON0EA1ieFR+aFQkoyAbj8TXPQlHek8dAHTMBTMn5MZgqhk91gtIv9s7Y8Rlj/li8oP8dvndkaE2M1SpdReIzqsr6FICCCYMzo6Ww6UiEIOHzg8OETh6+l2uM8nqVIxwDiLHJSFknv4tq9mzfvq2letjnMaQx1BZY4sVNZo6sisZDPZ96M0aPj4s5mKQxlZLdhPCOppUhFMICCgCXWEHptaG7GIBDxPx3XEX36zewRugBnL9vi6PL34RnY19j45utrP3n4ecKbEpdCGAHGhiVGaoDfjnsALr/lQf8P+L6UXm+hiSCcvkShrna4cKkwWcFPIXNPj9koCDgwsbFxeP+1JJ3xGvEXrzlYnIEs2ZqkY85KVHdnEQF1ze+AgIxIgyHCFpy7uqy5OAMEsI0vjZcROH8mAPEGQCj5ZZ/rlooh1iW33bbEGoXXMRUx3Rkcf08cLWV98kLJB+jyX4fLX0fT16d5ZpVp/UASxsaL68XqcTwCHnzrg5eZQb/qG1J4+Ct4K10bv4YAY4WrtrY+NHSFGAEnTvQfuZZylnjN8R8EA5QjjHZL6X3LQMDs4sgUw7JAIqAx0uEPAvj8S5EWl1KYpKEd9Xw0Ia9KRTDwwAMLU6PO9jZ0d3P4lOmJewME6KTkVa6SPmigvsbDb74mCFDjJwIGXU3AEQX70Umi+qQGpba/fLNqsksE97KUdsO0IUa47GCuqbbWbAmlgFHwcWI4jk6lt71uvwdRshOfpfyU6Ozra9rMXWaNByqaWppccUGQ0uL8x20dgaSxJIDiDaH4tVIxxLrwgQfmpIZ466WpXkp+4VooLj8qWCQBavyvjtvwjOfrL/yy/ahVW3yDfAKqM/j+z4Crr6VQ5yvMBAQCZloMGgFQVrgEXYX9OBoRoD8fECB/SvUAggBzs6UszlVcaGYCeK0KavbD/kzAqaUixsB1ty1J9e5Vbsp7qvYgw3GStCQp3NdY8vzrDBCgPvUIG3y6BLYKeAepbFrS/f27XlZshm9gRF/h6SsMAuRTgN7DBOArII7feKqCjHihH+QwYAL487qRpmMC9FL4r6Virgmo7WVAYP7Ue0ppif+1/4sTH7izrm5jsA0C+v2nELhEpJrhr1teTilEUCCOcvRortxpxYqkJOXopyrI0LflWdxrTwicJIUf2GCaq5WGSTC4nzZtndvyIgzgo2G7B2SNw1VXjQw9R/N+/epzQZM1OWZgnhszGJfq8MckTbGtbdIfXv82TD0xAzs00jDJiaxncIIsY1s3Nyy/PMgRCTsouR0ODVF+qpPt2P66ukOWBPX9l9cp6CkoaEk7z2io+YaADlfCVaNHqEBKqErGHa4QkD3l92xeZZWqAX+fku31b8M0vy8QpbCKFGYCVq97e906tvYhAiLb2spRmy+2gwBEfoni4njJ2MGYi5ZftDNhgnw/CLhIunuPXJ6WVjMZN9FOrRSeN8LdIgkwAUVFOQtynAvuKSrCC4Ph1z9+tRm6ugw2/MFg8Pq3QVnVsq+q3VlSImAdCEhel2tMTU5uRYNCZnkbehPk9pBsuwLy6LzQ1BlxzfKROy3yfweDAMR/jSwrWT7ZuDLBMCBvgj/9tHU8CKDoq6q8CRczAU6MAAyBBQvwgi/879lRUfRvw39BgCuwqa9MWeh4jkkSkJycm1yLv0BAZmI59WZI6asvUKC8PFWLi6zGyCtAgDR3H3PObQ+keUfFzAqJql5XnZzMbnCt80Yg/LRzq6puSsPEEAgQGOjJFH8wEH4dExx8MS7/f0JA55KyOftlv8WGsj3JYi2L5GRj7eNvm0FAW2Ybxf+LlL46qUq+vX2B15xPFilw9Zl43uV1irm9IMAeMmuW3Sj5hRIUBFS99VZV2lg3AZkopJQMSJ/jm25KMPxHBPS0NO0vk+eHE5wWLK29UpPffhwjQC999W1uuIeU1cD1REwlnT8ZBMjhf+W5D4AAc8isAnM1H5L79ogA79KqHxdV/aQSgPjBQLgkgG8D+Ps/ImAJrv+c990LKU9bLU82udZci2puvfRtL9Sux19/namzERUFO/3FdGBklljiYqRKAHyWv8Is4k8//cQNGCDAG6iqajmGphVJQHgPCBhQRkAqf/v/s3vAEjV+QQDHT0DG7vFWvdTEkFduGDxiBiOoXWLxGqVgQV3i4qZzHzCVggBzzziNFJ43huMvrfqpCk07IICR2TMwHwNAfQoA/9VToM+15HzNQspz8fgHkiUNraeQvu48MGDqp6fgYnfFQrS6xMWFY667rdTbaK45wBBGF5fNGKN1uU0GAYz5bh1wCS484T/TAUdNk7ULKSuFvK0SJ0lfHS677MzyFZrV1NQlLi6Aj9dYb3+T55IXM9CxogAcV/3vSvC/Bj1utPD6n/EnnaQbrf6BCX0AAAAASUVORK5CYII=)}.react-tel-input .ad{background-position:-16px 0}.react-tel-input .ae{background-position:-32px 0}.react-tel-input .af{background-position:-48px 0}.react-tel-input .ag{background-position:-64px 0}.react-tel-input .ai{background-position:-80px 0}.react-tel-input .al{background-position:-96px 0}.react-tel-input .am{background-position:-112px 0}.react-tel-input .ao{background-position:-128px 0}.react-tel-input .ar{background-position:-144px 0}.react-tel-input .as{background-position:-160px 0}.react-tel-input .at{background-position:-176px 0}.react-tel-input .au{background-position:-192px 0}.react-tel-input .aw{background-position:-208px 0}.react-tel-input .az{background-position:-224px 0}.react-tel-input .ba{background-position:-240px 0}.react-tel-input .bb{background-position:0 -11px}.react-tel-input .bd{background-position:-16px -11px}.react-tel-input .be{background-position:-32px -11px}.react-tel-input .bf{background-position:-48px -11px}.react-tel-input .bg{background-position:-64px -11px}.react-tel-input .bh{background-position:-80px -11px}.react-tel-input .bi{background-position:-96px -11px}.react-tel-input .bj{background-position:-112px -11px}.react-tel-input .bm{background-position:-128px -11px}.react-tel-input .bn{background-position:-144px -11px}.react-tel-input .bo{background-position:-160px -11px}.react-tel-input .br{background-position:-176px -11px}.react-tel-input .bs{background-position:-192px -11px}.react-tel-input .bt{background-position:-208px -11px}.react-tel-input .bw{background-position:-224px -11px}.react-tel-input .by{background-position:-240px -11px}.react-tel-input .bz{background-position:0 -22px}.react-tel-input .ca{background-position:-16px -22px}.react-tel-input .cd{background-position:-32px -22px}.react-tel-input .cf{background-position:-48px -22px}.react-tel-input .cg{background-position:-64px -22px}.react-tel-input .ch{background-position:-80px -22px}.react-tel-input .ci{background-position:-96px -22px}.react-tel-input .ck{background-position:-112px -22px}.react-tel-input .cl{background-position:-128px -22px}.react-tel-input .cm{background-position:-144px -22px}.react-tel-input .cn{background-position:-160px -22px}.react-tel-input .co{background-position:-176px -22px}.react-tel-input .cr{background-position:-192px -22px}.react-tel-input .cu{background-position:-208px -22px}.react-tel-input .cv{background-position:-224px -22px}.react-tel-input .cw{background-position:-240px -22px}.react-tel-input .cy{background-position:0 -33px}.react-tel-input .cz{background-position:-16px -33px}.react-tel-input .de{background-position:-32px -33px}.react-tel-input .dj{background-position:-48px -33px}.react-tel-input .dk{background-position:-64px -33px}.react-tel-input .dm{background-position:-80px -33px}.react-tel-input .do{background-position:-96px -33px}.react-tel-input .dz{background-position:-112px -33px}.react-tel-input .ec{background-position:-128px -33px}.react-tel-input .ee{background-position:-144px -33px}.react-tel-input .eg{background-position:-160px -33px}.react-tel-input .er{background-position:-176px -33px}.react-tel-input .es{background-position:-192px -33px}.react-tel-input .et{background-position:-208px -33px}.react-tel-input .fi{background-position:-224px -33px}.react-tel-input .fj{background-position:-240px -33px}.react-tel-input .fk{background-position:0 -44px}.react-tel-input .fm{background-position:-16px -44px}.react-tel-input .fo{background-position:-32px -44px}.react-tel-input .fr,.react-tel-input .bl,.react-tel-input .mf{background-position:-48px -44px}.react-tel-input .ga{background-position:-64px -44px}.react-tel-input .gb{background-position:-80px -44px}.react-tel-input .gd{background-position:-96px -44px}.react-tel-input .ge{background-position:-112px -44px}.react-tel-input .gf{background-position:-128px -44px}.react-tel-input .gh{background-position:-144px -44px}.react-tel-input .gi{background-position:-160px -44px}.react-tel-input .gl{background-position:-176px -44px}.react-tel-input .gm{background-position:-192px -44px}.react-tel-input .gn{background-position:-208px -44px}.react-tel-input .gp{background-position:-224px -44px}.react-tel-input .gq{background-position:-240px -44px}.react-tel-input .gr{background-position:0 -55px}.react-tel-input .gt{background-position:-16px -55px}.react-tel-input .gu{background-position:-32px -55px}.react-tel-input .gw{background-position:-48px -55px}.react-tel-input .gy{background-position:-64px -55px}.react-tel-input .hk{background-position:-80px -55px}.react-tel-input .hn{background-position:-96px -55px}.react-tel-input .hr{background-position:-112px -55px}.react-tel-input .ht{background-position:-128px -55px}.react-tel-input .hu{background-position:-144px -55px}.react-tel-input .id{background-position:-160px -55px}.react-tel-input .ie{background-position:-176px -55px}.react-tel-input .il{background-position:-192px -55px}.react-tel-input .in{background-position:-208px -55px}.react-tel-input .io{background-position:-224px -55px}.react-tel-input .iq{background-position:-240px -55px}.react-tel-input .ir{background-position:0 -66px}.react-tel-input .is{background-position:-16px -66px}.react-tel-input .it{background-position:-32px -66px}.react-tel-input .je{background-position:-144px -154px}.react-tel-input .jm{background-position:-48px -66px}.react-tel-input .jo{background-position:-64px -66px}.react-tel-input .jp{background-position:-80px -66px}.react-tel-input .ke{background-position:-96px -66px}.react-tel-input .kg{background-position:-112px -66px}.react-tel-input .kh{background-position:-128px -66px}.react-tel-input .ki{background-position:-144px -66px}.react-tel-input .xk{background-position:-128px -154px}.react-tel-input .km{background-position:-160px -66px}.react-tel-input .kn{background-position:-176px -66px}.react-tel-input .kp{background-position:-192px -66px}.react-tel-input .kr{background-position:-208px -66px}.react-tel-input .kw{background-position:-224px -66px}.react-tel-input .ky{background-position:-240px -66px}.react-tel-input .kz{background-position:0 -77px}.react-tel-input .la{background-position:-16px -77px}.react-tel-input .lb{background-position:-32px -77px}.react-tel-input .lc{background-position:-48px -77px}.react-tel-input .li{background-position:-64px -77px}.react-tel-input .lk{background-position:-80px -77px}.react-tel-input .lr{background-position:-96px -77px}.react-tel-input .ls{background-position:-112px -77px}.react-tel-input .lt{background-position:-128px -77px}.react-tel-input .lu{background-position:-144px -77px}.react-tel-input .lv{background-position:-160px -77px}.react-tel-input .ly{background-position:-176px -77px}.react-tel-input .ma{background-position:-192px -77px}.react-tel-input .mc{background-position:-208px -77px}.react-tel-input .md{background-position:-224px -77px}.react-tel-input .me{background-position:-112px -154px;height:12px}.react-tel-input .mg{background-position:0 -88px}.react-tel-input .mh{background-position:-16px -88px}.react-tel-input .mk{background-position:-32px -88px}.react-tel-input .ml{background-position:-48px -88px}.react-tel-input .mm{background-position:-64px -88px}.react-tel-input .mn{background-position:-80px -88px}.react-tel-input .mo{background-position:-96px -88px}.react-tel-input .mp{background-position:-112px -88px}.react-tel-input .mq{background-position:-128px -88px}.react-tel-input .mr{background-position:-144px -88px}.react-tel-input .ms{background-position:-160px -88px}.react-tel-input .mt{background-position:-176px -88px}.react-tel-input .mu{background-position:-192px -88px}.react-tel-input .mv{background-position:-208px -88px}.react-tel-input .mw{background-position:-224px -88px}.react-tel-input .mx{background-position:-240px -88px}.react-tel-input .my{background-position:0 -99px}.react-tel-input .mz{background-position:-16px -99px}.react-tel-input .na{background-position:-32px -99px}.react-tel-input .nc{background-position:-48px -99px}.react-tel-input .ne{background-position:-64px -99px}.react-tel-input .nf{background-position:-80px -99px}.react-tel-input .ng{background-position:-96px -99px}.react-tel-input .ni{background-position:-112px -99px}.react-tel-input .nl,.react-tel-input .bq{background-position:-128px -99px}.react-tel-input .no{background-position:-144px -99px}.react-tel-input .np{background-position:-160px -99px}.react-tel-input .nr{background-position:-176px -99px}.react-tel-input .nu{background-position:-192px -99px}.react-tel-input .nz{background-position:-208px -99px}.react-tel-input .om{background-position:-224px -99px}.react-tel-input .pa{background-position:-240px -99px}.react-tel-input .pe{background-position:0 -110px}.react-tel-input .pf{background-position:-16px -110px}.react-tel-input .pg{background-position:-32px -110px}.react-tel-input .ph{background-position:-48px -110px}.react-tel-input .pk{background-position:-64px -110px}.react-tel-input .pl{background-position:-80px -110px}.react-tel-input .pm{background-position:-96px -110px}.react-tel-input .pr{background-position:-112px -110px}.react-tel-input .ps{background-position:-128px -110px}.react-tel-input .pt{background-position:-144px -110px}.react-tel-input .pw{background-position:-160px -110px}.react-tel-input .py{background-position:-176px -110px}.react-tel-input .qa{background-position:-192px -110px}.react-tel-input .re{background-position:-208px -110px}.react-tel-input .ro{background-position:-224px -110px}.react-tel-input .rs{background-position:-240px -110px}.react-tel-input .ru{background-position:0 -121px}.react-tel-input .rw{background-position:-16px -121px}.react-tel-input .sa{background-position:-32px -121px}.react-tel-input .sb{background-position:-48px -121px}.react-tel-input .sc{background-position:-64px -121px}.react-tel-input .sd{background-position:-80px -121px}.react-tel-input .se{background-position:-96px -121px}.react-tel-input .sg{background-position:-112px -121px}.react-tel-input .sh{background-position:-128px -121px}.react-tel-input .si{background-position:-144px -121px}.react-tel-input .sk{background-position:-160px -121px}.react-tel-input .sl{background-position:-176px -121px}.react-tel-input .sm{background-position:-192px -121px}.react-tel-input .sn{background-position:-208px -121px}.react-tel-input .so{background-position:-224px -121px}.react-tel-input .sr{background-position:-240px -121px}.react-tel-input .ss{background-position:0 -132px}.react-tel-input .st{background-position:-16px -132px}.react-tel-input .sv{background-position:-32px -132px}.react-tel-input .sx{background-position:-48px -132px}.react-tel-input .sy{background-position:-64px -132px}.react-tel-input .sz{background-position:-80px -132px}.react-tel-input .tc{background-position:-96px -132px}.react-tel-input .td{background-position:-112px -132px}.react-tel-input .tg{background-position:-128px -132px}.react-tel-input .th{background-position:-144px -132px}.react-tel-input .tj{background-position:-160px -132px}.react-tel-input .tk{background-position:-176px -132px}.react-tel-input .tl{background-position:-192px -132px}.react-tel-input .tm{background-position:-208px -132px}.react-tel-input .tn{background-position:-224px -132px}.react-tel-input .to{background-position:-240px -132px}.react-tel-input .tr{background-position:0 -143px}.react-tel-input .tt{background-position:-16px -143px}.react-tel-input .tv{background-position:-32px -143px}.react-tel-input .tw{background-position:-48px -143px}.react-tel-input .tz{background-position:-64px -143px}.react-tel-input .ua{background-position:-80px -143px}.react-tel-input .ug{background-position:-96px -143px}.react-tel-input .us{background-position:-112px -143px}.react-tel-input .uy{background-position:-128px -143px}.react-tel-input .uz{background-position:-144px -143px}.react-tel-input .va{background-position:-160px -143px}.react-tel-input .vc{background-position:-176px -143px}.react-tel-input .ve{background-position:-192px -143px}.react-tel-input .vg{background-position:-208px -143px}.react-tel-input .vi{background-position:-224px -143px}.react-tel-input .vn{background-position:-240px -143px}.react-tel-input .vu{background-position:0 -154px}.react-tel-input .wf{background-position:-16px -154px}.react-tel-input .ws{background-position:-32px -154px}.react-tel-input .ye{background-position:-48px -154px}.react-tel-input .za{background-position:-64px -154px}.react-tel-input .zm{background-position:-80px -154px}.react-tel-input .zw{background-position:-96px -154px}.react-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.react-tel-input .hide{display:none}.react-tel-input .v-hide{visibility:hidden}.react-tel-input .form-control{position:relative;font-size:14px;letter-spacing:.01rem;margin-top:0!important;margin-bottom:0!important;padding-left:48px;margin-left:0;background:#FFFFFF;border:1px solid #CACACA;border-radius:5px;line-height:25px;height:35px;width:300px;outline:none}.react-tel-input .form-control.invalid-number{border:1px solid #d79f9f;background-color:#faf0f0;border-left-color:#cacaca}.react-tel-input .form-control.invalid-number:focus{border:1px solid #d79f9f;border-left-color:#cacaca;background-color:#faf0f0}.react-tel-input .flag-dropdown{position:absolute;top:0;bottom:0;padding:0;background-color:#f5f5f5;border:1px solid #cacaca;border-radius:3px 0 0 3px}.react-tel-input .flag-dropdown:hover,.react-tel-input .flag-dropdown:focus{cursor:pointer}.react-tel-input .flag-dropdown.invalid-number{border-color:#d79f9f}.react-tel-input .flag-dropdown.open{z-index:2;background:#fff;border-radius:3px 0 0}.react-tel-input .flag-dropdown.open .selected-flag{background:#fff;border-radius:3px 0 0}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:transparent}.react-tel-input .selected-flag{outline:none;position:relative;width:38px;height:100%;padding:0 0 0 8px;border-radius:3px 0 0 3px}.react-tel-input .selected-flag:hover,.react-tel-input .selected-flag:focus{background-color:#fff}.react-tel-input .selected-flag .flag{position:absolute;top:50%;margin-top:-5px}.react-tel-input .selected-flag .arrow{position:relative;top:50%;margin-top:-2px;left:20px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.react-tel-input .selected-flag .arrow.up{border-top:none;border-bottom:4px solid #555}.react-tel-input .country-list{outline:none;z-index:1;list-style:none;position:absolute;padding:0;margin:10px 0 10px -1px;box-shadow:1px 2px 10px #00000059;background-color:#fff;width:300px;max-height:200px;overflow-y:scroll;border-radius:0 0 3px 3px}.react-tel-input .country-list .flag{display:inline-block}.react-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.react-tel-input .country-list .country{padding:7px 9px}.react-tel-input .country-list .country .dial-code{color:#6b6b6b}.react-tel-input .country-list .country:hover,.react-tel-input .country-list .country.highlight{background-color:#f1f1f1}.react-tel-input .country-list .flag{margin-right:7px;margin-top:2px}.react-tel-input .country-list .country-name{margin-right:6px}.react-tel-input .country-list .search{position:sticky;top:0;background-color:#fff;padding:10px 0 6px 10px}.react-tel-input .country-list .search-emoji{font-size:15px}.react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;font-size:15px;line-height:15px;margin-left:6px;padding:3px 8px 5px;outline:none}.react-tel-input .country-list .no-entries-message{padding:7px 10px 11px;opacity:.7}.react-tel-input .invalid-number-message{position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;color:#de0000}.react-tel-input .special-label{display:none;position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;white-space:nowrap}.candidate-apply-page{min-height:100vh;background:#ffffff}.apply-header{background:#ffffff;border-bottom:1px solid #e5e7eb;padding:20px 32px;box-shadow:0 1px 3px #0000000d}.company-logo img{height:40px}.logo-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:25.2px;font-weight:800;background:linear-gradient(135deg,#2563eb 0%,#60a5fa 50%,#06b6d4 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.05em;text-shadow:0 4px 20px rgba(37,99,235,.3);position:relative;white-space:nowrap;display:inline-block;margin:0}.logo-text:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:linear-gradient(90deg,#2563eb 0%,#60a5fa 50%,#06b6d4 100%);border-radius:1px;opacity:.6}.apply-main{max-width:1200px;margin:0 auto;padding:10px 24px}.apply-header-section{text-align:center;margin-bottom:22px;margin-top:0}.apply-title{font-size:32px;font-weight:700;background:linear-gradient(135deg,#1a1a2e 0%,#1e3a8a 50%,#2563eb 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:24px;text-align:center;letter-spacing:-.5px}.apply-steps{display:flex;justify-content:center;gap:48px;margin-bottom:32px}.apply-steps-simple{display:flex;justify-content:center;align-items:flex-start;gap:24px;margin-bottom:40px}.step-arrow{color:#93c5fd;font-size:24px;font-weight:700;margin-top:5px}.step{display:flex;flex-direction:column;align-items:center;gap:8px;color:#6c757d}.step.active{color:#2563eb}.step.completed{color:#10b981}.step-number{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#e5e7eb 0%,#d1d5db 100%);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;box-shadow:0 4px 12px #0000001a;transition:all .3s ease}.step.active .step-number{background:linear-gradient(135deg,#2563eb 0%,#2563eb 100%);color:#fff;box-shadow:0 4px 16px #2563eb66;animation:pulse-glow 2s infinite}.step.completed .step-number{background:linear-gradient(135deg,#10b981 0%,#34d399 100%);color:#fff;box-shadow:0 4px 16px #10b98166}@keyframes pulse-glow{0%,to{box-shadow:0 4px 16px #2563eb66}50%{box-shadow:0 4px 24px #2563eb99}}.apply-content{display:grid;grid-template-columns:1fr 400px;gap:32px}.job-details-card{background:#ffffff;border-radius:16px;padding:36px;box-shadow:0 4px 20px #0000000f,0 1px 3px #0000000a;border:1px solid #e5e7eb;transition:transform .3s ease,box-shadow .3s ease}.job-details-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000001a,0 2px 8px #0000000f}.job-details-card h2{font-size:24px;font-weight:700;background:linear-gradient(135deg,#1a1a2e 0%,#1e3a8a 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:12px}.company-name{color:#111827;font-size:15px;font-weight:600;margin-bottom:20px;display:flex;align-items:center;gap:6px}.company-icon{width:16px;height:16px;flex-shrink:0}.job-tags{display:flex;gap:10px;margin-bottom:28px;flex-wrap:wrap}.tag{background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);color:#2563eb;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;border:1px solid rgba(37,99,235,.15);box-shadow:0 2px 8px #2563eb14}.job-details-card .section-title{font-size:16px;font-weight:600;color:#1a1a2e;margin:0 0 12px;display:flex;align-items:center;gap:8px}.job-details-card .title-icon{display:flex;align-items:center;color:#2563eb;flex-shrink:0;background:none;padding:0}.job-details-card .title-icon svg{width:22px;height:22px}.job-description{margin-bottom:24px}.job-description .section-title{margin-bottom:16px}.desc-points-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0}.desc-point{font-size:14px;color:#374151;line-height:1.6;padding:8px 0;border-bottom:1px dashed #e5e7eb}.desc-point:last-child{border-bottom:none}.requirements-section h3,.requirements-section .section-title{font-size:16px;font-weight:600;color:#1a1a2e;margin-bottom:12px}.requirements-section ul{list-style:none;padding:0}.requirements-section li{color:#495057;position:relative;padding:8px 0 8px 24px}.requirements-section li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:600}.application-form-card{background:#ffffff;border-radius:16px;padding:22px;box-shadow:0 4px 20px #0000000f,0 1px 3px #0000000a;border:1px solid #e5e7eb;height:fit-content}.form-notice{background:linear-gradient(135deg,#dbeafe 0%,#eff6ff 100%);border:1px solid rgba(37,99,235,.2);border-radius:12px;padding:16px;margin-bottom:24px}.form-notice p{font-size:13px;color:#1e40af;margin:0;font-weight:500}.form-error{background:#fee2e2;border:1px solid #fecaca;border-radius:8px;padding:12px;margin-bottom:20px;color:#dc2626;font-size:14px}.application-form,.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:600;color:#374151;display:flex;align-items:center;gap:4px}.required{color:#dc2626;font-weight:700}.optional{color:#6b7280;font-weight:400;font-size:12px}.form-group input[type=text],.form-group input[type=email],.form-group input[type=url],.form-group input[type=tel]{padding:14px 16px;border:2px solid #e5e7eb;border-radius:12px;font-size:15px;transition:all .3s ease;background:#fafafa}.form-group input[type=text]:hover,.form-group input[type=email]:hover,.form-group input[type=url]:hover,.form-group input[type=tel]:hover{border-color:#93c5fd;background:white}.form-group input[type=text]:focus,.form-group input[type=email]:focus,.form-group input[type=url]:focus,.form-group input[type=tel]:focus{outline:none;border-color:#2563eb;background:white;box-shadow:0 0 0 4px #2563eb26}.phone-input-wrapper{display:flex;align-items:center;border:none;gap:12px;background:transparent}.react-tel-input .form-control{width:100%!important;height:52px!important;padding:14px 16px 14px 58px!important;border:2px solid #e5e7eb!important;border-radius:12px!important;font-size:15px!important;transition:all .3s ease!important;background:#fafafa!important}.react-tel-input .form-control:hover{border-color:#93c5fd!important;background:white!important}.react-tel-input .form-control:focus{outline:none!important;border-color:#2563eb!important;background:white!important;box-shadow:0 0 0 4px #2563eb26!important}.react-tel-input .flag-dropdown{background:transparent!important;border:none!important;border-radius:12px 0 0 12px!important}.react-tel-input .selected-flag{background:transparent!important;border-radius:12px 0 0 12px!important;padding:0 12px!important;width:48px!important}.react-tel-input .selected-flag:hover,.react-tel-input .selected-flag:focus{background:transparent!important}.react-tel-input .flag-dropdown.open .selected-flag{background:transparent!important}.linkedin-input-wrapper{display:flex;align-items:center;border:none;gap:12px;background:transparent}.linkedin-icon{padding:14px 16px;background:linear-gradient(135deg,#0077b5 0%,#0a66c2 100%);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:12px;height:22px;width:22px;flex-shrink:0}.linkedin-input-wrapper input{flex:1;border:2px solid #e5e7eb;padding:14px 16px;font-size:15px;background:#fafafa;border-radius:12px;transition:all .3s ease;height:22px}.linkedin-input-wrapper input:hover{border-color:#93c5fd;background:white}.linkedin-input-wrapper input:focus{outline:none;border-color:#2563eb;background:white;box-shadow:0 0 0 4px #2563eb26}.form-group input[type=file]{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.file-upload-wrapper{border:2px dashed #d1d5db;border-radius:16px;padding:24px 20px;text-align:center;cursor:pointer;transition:all .3s ease;background:#fafafa;position:relative}.file-upload-wrapper:hover{border-color:#2563eb;background:#eff6ff;transform:translateY(-2px);box-shadow:0 8px 24px #2563eb1a}.file-upload-wrapper.has-file{border-color:#10b981;background:#f0fdf4;border-style:solid}.file-upload-icon{width:56px;height:56px;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;transition:all .3s ease}.file-upload-wrapper:hover .file-upload-icon{background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);transform:scale(1.1)}.file-upload-wrapper:hover .file-upload-icon svg{color:#fff}.file-upload-icon svg{width:28px;height:28px;color:#2563eb;transition:all .3s ease}.file-upload-text{font-size:15px;font-weight:600;color:#374151;margin-bottom:8px}.file-upload-hint{font-size:13px;color:#6b7280;margin-bottom:16px}.file-upload-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:white;border:2px solid #2563eb;border-radius:10px;color:#2563eb;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.file-upload-wrapper:hover .file-upload-btn{background:#2563eb;color:#fff}.file-selected{display:flex;align-items:center;gap:12px;padding:16px;background:#f0fdf4;border:1px solid #86efac;border-radius:12px;margin-top:16px}.file-selected-icon{width:40px;height:40px;background:#10b981;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.file-selected-icon svg{width:20px;height:20px;color:#fff}.file-selected-info{flex:1;text-align:left}.file-selected-name{font-size:14px;font-weight:600;color:#065f46;word-break:break-all}.file-selected-size{font-size:12px;color:#10b981;margin-top:2px}.file-selected-remove{width:32px;height:32px;border:none;background:#fee2e2;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.file-selected-remove:hover{background:#dc2626}.file-selected-remove svg{width:16px;height:16px;color:#dc2626;transition:all .2s ease}.file-selected-remove:hover svg{color:#fff}.checkbox-group{margin-top:8px}.checkbox-label{display:flex;align-items:flex-start;gap:12px;cursor:pointer;font-size:14px;color:#374151;padding:12px;border-radius:12px;background:linear-gradient(135deg,#f9fafb 0%,#f3f4f6 100%);transition:all .3s ease}.checkbox-label:hover{background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%)}.checkbox-label input[type=checkbox]{margin-top:2px;width:20px;height:20px;accent-color:#2563eb;cursor:pointer}.checkbox-label a{color:#2563eb;text-decoration:none;font-weight:600}.checkbox-label a:hover{text-decoration:underline;color:#1d4ed8}.btn-submit{background:linear-gradient(135deg,#2563eb 0%,#3b82f6 50%,#7c3aed 100%);background-size:200% 200%;color:#fff;border:none;padding:16px 28px;border-radius:14px;font-size:16px;font-weight:700;cursor:pointer;transition:all .4s ease;margin-top:8px;box-shadow:0 4px 16px #2563eb4d;position:relative;overflow:hidden}.btn-submit:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.btn-submit:hover:not(:disabled){background-position:100% 0;box-shadow:0 8px 24px #2563eb66;transform:translateY(-2px)}.btn-submit:hover:not(:disabled):before{left:100%}.btn-submit:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 12px #2563eb4d}.btn-submit:disabled{background:#93c5fd;cursor:not-allowed;box-shadow:none;transform:none}.interview-lobby{max-width:700px;margin:0 auto;padding:20px}.lobby-header{text-align:center;margin-bottom:32px;margin-top:24px}.lobby-header h1{font-size:28px;font-weight:600;color:#1a1a2e;margin-bottom:8px}.lobby-subtitle{color:#6b7280;font-size:16px}.interview-card{background:#ffffff;border-radius:20px;padding:48px;box-shadow:0 4px 20px #00000014,0 1px 3px #0000000a;border:1px solid #e5e7eb;text-align:center}.interview-icon{width:80px;height:80px;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;box-shadow:0 4px 16px #2563eb26}.interview-icon .material-symbols-rounded{font-size:40px;color:#2563eb}.interview-card h2{font-size:24px;font-weight:700;color:#1a1a2e;margin-bottom:16px}.interview-card>p{color:#6b7280;line-height:1.6;margin-bottom:24px;max-width:500px;margin-left:auto;margin-right:auto}.interview-info{display:flex;flex-direction:column;gap:12px;margin-bottom:32px;padding:20px;background:#f9fafb;border-radius:12px}.info-item{display:flex;align-items:center;justify-content:center;gap:8px;color:#4b5563;font-size:14px}.info-item .material-symbols-rounded{font-size:20px;color:#2563eb}.btn-take-interview{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#2563eb 0%,#3b82f6 50%,#7c3aed 100%);background-size:200% 200%;color:#fff;border:none;padding:18px 36px;border-radius:16px;font-size:18px;font-weight:700;cursor:pointer;transition:all .4s ease;box-shadow:0 8px 24px #2563eb59;position:relative;overflow:hidden;animation:gradient-shift 3s ease infinite}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.btn-take-interview:hover{transform:translateY(-3px);box-shadow:0 12px 32px #2563eb80}.btn-take-interview:active{transform:translateY(-1px)}.btn-take-interview .material-symbols-rounded{font-size:26px}.lobby-note{margin-top:24px;font-size:13px;color:#9ca3af}@media (max-width: 968px){.apply-content{grid-template-columns:1fr}.apply-steps{flex-wrap:wrap;gap:16px}.step{flex:1;min-width:80px}.apply-steps-simple{gap:16px}.step-arrow{font-size:20px}}@media (max-width: 640px){.apply-main{padding:16px}.job-details-card,.application-form-card{padding:10px}.apply-title{font-size:20px}.interview-card{padding:24px}.interview-icon{width:64px;height:64px}.interview-icon .material-symbols-rounded{font-size:32px}.interview-card h2{font-size:18px}.btn-take-interview{padding:14px 24px;font-size:16px;width:100%;justify-content:center}}.privacy-policy-link{color:#2563eb;font-weight:600;text-decoration:none}.privacy-policy-link:hover{text-decoration:underline}.privacy-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.privacy-modal{background:#ffffff;border-radius:20px;width:100%;max-width:640px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0003;overflow:hidden}.privacy-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.privacy-modal-header h2{font-size:18px;font-weight:700;color:#111827;margin:0}.privacy-modal-close{width:36px;height:36px;border:none;background:#f3f4f6;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:all .2s}.privacy-modal-close:hover{background:#e5e7eb;color:#111827}.privacy-modal-body{overflow-y:auto;padding:24px;flex:1}.privacy-subtitle{font-size:12px;font-weight:600;color:#2563eb;text-transform:uppercase;letter-spacing:.05em;margin:0 0 16px}.privacy-para{font-size:13.5px;color:#374151;line-height:1.75;margin:0 0 14px;padding-bottom:14px;border-bottom:1px solid #f3f4f6}.privacy-para:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.privacy-modal-footer{padding:16px 24px;border-top:1px solid #e5e7eb;flex-shrink:0}.privacy-agree-btn{width:100%;padding:12px;background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.privacy-agree-btn:hover{opacity:.9;transform:translateY(-1px)}.agent-setup{max-width:720px}.agent-setup-loading{padding:40px;color:#94a3b8}.agent-setup-tabs{display:flex;gap:4px;margin-bottom:20px}.agent-setup-tab{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:#1e293b;border:1px solid #334155;color:#94a3b8;border-radius:8px;cursor:pointer;font-size:14px}.agent-setup-tab .agent-setup-tab-icon{display:inline-flex;align-items:center;justify-content:center;opacity:.9}.agent-setup-tab:hover{background:#334155;color:#e2e8f0}.agent-setup-tab:hover .agent-setup-tab-icon{opacity:1}.agent-setup-tab.active{background:#334155;color:#38bdf8;border-color:#38bdf8}.agent-setup-tab.active .agent-setup-tab-icon{color:#38bdf8}.agent-setup-name-row{display:flex;align-items:center;gap:12px;margin-bottom:16px}.agent-setup-name-input{flex:1;padding:12px 14px;background:#1e293b;border:1px solid #475569;border-radius:8px;color:#f1f5f9;font-size:16px}.agent-setup-name-input:focus{outline:none;border-color:#38bdf8}.agent-setup-cancel{padding:10px 16px;background:transparent;border:1px solid #475569;color:#94a3b8;border-radius:8px;cursor:pointer;font-size:14px}.agent-setup-cancel:hover{background:#334155}.agent-setup-error{background:rgba(239,68,68,.15);color:#fca5a5;padding:12px 14px;border-radius:8px;margin-bottom:16px;font-size:14px;border:1px solid rgba(239,68,68,.3)}.agent-setup-panel{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}.agent-setup-panel section{display:flex;flex-direction:column;gap:6px}.agent-setup-panel label{font-size:13px;font-weight:500;color:#cbd5e1}.agent-setup-panel input[type=text],.agent-setup-panel input[type=number],.agent-setup-panel select,.agent-setup-panel textarea{padding:10px 12px;background:#1e293b;border:1px solid #475569;border-radius:8px;color:#f1f5f9;font-size:14px}.agent-setup-panel textarea{min-height:80px;resize:vertical}.agent-setup-panel input:focus,.agent-setup-panel select:focus,.agent-setup-panel textarea:focus{outline:none;border-color:#38bdf8}.agent-setup-panel h3{font-size:15px;color:#94a3b8;margin:16px 0 0}.agent-setup-panel h3:first-child{margin-top:0}.agent-setup-section-block{padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #334155}.agent-setup-section-block .agent-setup-section-title{margin:0 0 12px;font-size:15px;color:#94a3b8}.agent-setup-dropdown{position:relative;width:100%;max-width:280px}.agent-setup-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 14px;background:#1e293b;border:1px solid #475569;border-radius:8px;color:#f1f5f9;font-size:14px;text-align:left;cursor:pointer;transition:border-color .15s ease}.agent-setup-dropdown-trigger:hover{border-color:#64748b}.agent-setup-dropdown-trigger:focus{outline:none;border-color:#38bdf8}.agent-setup-dropdown-chevron{flex-shrink:0;margin-left:8px;opacity:.8;transition:transform .2s ease}.agent-setup-dropdown:focus-within .agent-setup-dropdown-chevron{transform:rotate(180deg)}.agent-setup-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;margin:0;padding:6px 0;list-style:none;background:#1e293b;border:1px solid #475569;border-radius:8px;box-shadow:0 10px 25px #00000059;z-index:50;max-height:220px;overflow-y:auto}.agent-setup-dropdown-item{padding:10px 14px;color:#e2e8f0;font-size:14px;cursor:pointer;transition:background .1s ease}.agent-setup-dropdown-item:hover{background:#334155}.agent-setup-dropdown-item.active{background:rgba(56,189,248,.15);color:#38bdf8}.agent-setup-select-wrap{position:relative;width:100%;max-width:280px}.agent-setup-select-wrap:after{content:"";position:absolute;right:12px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #94a3b8;pointer-events:none}.agent-setup-select{width:100%;padding:10px 36px 10px 14px;background:#1e293b;border:1px solid #475569;border-radius:8px;color:#f1f5f9;font-size:14px;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none}.agent-setup-select:hover{border-color:#64748b}.agent-setup-select:focus{outline:none;border-color:#38bdf8}.agent-setup-toggle label{display:flex;align-items:center;gap:10px;cursor:pointer;color:#cbd5e1}.agent-setup-toggle input[type=checkbox]{width:18px;height:18px}.agent-setup-question-row{display:flex;gap:8px;margin-bottom:8px}.agent-setup-question-row input{flex:1}.agent-setup-remove-q,.agent-setup-add-q{padding:8px 14px;background:#334155;border:none;border-radius:6px;color:#e2e8f0;font-size:13px;cursor:pointer}.agent-setup-add-q{background:transparent;color:#38bdf8;border:1px dashed #475569}.agent-setup-actions{display:flex;gap:12px;padding-top:20px;border-top:1px solid #334155}.agent-setup-save{padding:12px 24px;background:#0ea5e9;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}.agent-setup-save:hover:not(:disabled){background:#0284c7}.agent-setup-save:disabled{opacity:.7;cursor:not-allowed}.agent-setup-delete{padding:12px 24px;background:transparent;color:#f87171;border:1px solid #475569;border-radius:8px;font-size:14px;cursor:pointer}.agent-setup-delete:hover:not(:disabled){background:rgba(239,68,68,.15)}.agent-setup-delete:disabled{opacity:.6;cursor:not-allowed}.agent-setup-place-call{padding:12px 24px;background:#0ea5e9;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}.agent-setup-place-call:hover{background:#0284c7}.agent-setup-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:100}.agent-setup-modal{background:#1e293b;border:1px solid #475569;border-radius:12px;padding:24px;min-width:360px;max-width:90vw;box-shadow:0 20px 40px #0006}.agent-setup-modal-title{margin:0 0 8px;font-size:18px;font-weight:600;color:#f1f5f9}.agent-setup-modal-hint{margin:0 0 20px;font-size:13px;color:#94a3b8}.agent-setup-modal-section{margin-bottom:16px}.agent-setup-modal-section label{display:block;font-size:13px;font-weight:500;color:#cbd5e1;margin-bottom:6px}.agent-setup-modal-input{width:100%;padding:10px 14px;background:#0f172a;border:1px solid #475569;border-radius:8px;color:#f1f5f9;font-size:14px;box-sizing:border-box}.agent-setup-modal-input:focus{outline:none;border-color:#38bdf8}.agent-setup-modal-input::placeholder{color:#64748b}.agent-setup-modal-error{background:rgba(239,68,68,.15);color:#fca5a5;padding:10px 12px;border-radius:8px;margin-bottom:12px;font-size:13px;border:1px solid rgba(239,68,68,.3)}.agent-setup-modal-success{background:rgba(34,197,94,.15);color:#86efac;padding:10px 12px;border-radius:8px;margin-bottom:12px;font-size:13px;border:1px solid rgba(34,197,94,.3)}.agent-setup-modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:20px;padding-top:16px;border-top:1px solid #334155}.agent-setup-modal-cancel{padding:10px 18px;background:transparent;border:1px solid #475569;color:#94a3b8;border-radius:8px;font-size:14px;cursor:pointer}.agent-setup-modal-cancel:hover:not(:disabled){background:#334155}.agent-setup-modal-place-call{padding:10px 20px;background:#0ea5e9;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}.agent-setup-modal-place-call:hover:not(:disabled){background:#0284c7}.agent-setup-modal-place-call:disabled{opacity:.7;cursor:not-allowed}.phone-dashboard{min-height:100vh;background:#0f172a;color:#e2e8f0;display:flex;flex-direction:column}.phone-dashboard-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #334155;background:#1e293b}.phone-dashboard-title{font-size:20px;font-weight:600;margin:0;color:#f1f5f9}.phone-dashboard-user{display:flex;align-items:center;gap:16px}.phone-dashboard-logout{padding:8px 16px;background:transparent;border:1px solid #475569;color:#94a3b8;border-radius:8px;cursor:pointer;font-size:14px}.phone-dashboard-logout:hover{background:#334155;color:#e2e8f0}.phone-dashboard-body{display:flex;flex:1;min-height:0}.phone-dashboard-sidebar{width:280px;border-right:1px solid #334155;padding:20px;display:flex;flex-direction:column;gap:12px;background:#1e293b}.phone-dashboard-sidebar-brand{padding-bottom:16px;border-bottom:1px solid #334155;margin-bottom:8px}.phone-dashboard-brand-title{display:block;font-size:18px;font-weight:700;color:#f1f5f9}.phone-dashboard-brand-subtitle{display:block;font-size:12px;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-top:4px}.phone-dashboard-sidebar-header{display:flex;justify-content:space-between;align-items:center}.phone-dashboard-sidebar-header h2{font-size:14px;font-weight:600;color:#94a3b8;margin:0}.phone-dashboard-new-agent{padding:8px 14px;background:#0ea5e9;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer}.phone-dashboard-new-agent:hover{background:#0284c7}.phone-dashboard-error{background:rgba(239,68,68,.15);color:#fca5a5;padding:10px 12px;border-radius:8px;font-size:13px;border:1px solid rgba(239,68,68,.3)}.phone-dashboard-loading{color:#64748b;font-size:14px;margin:0}.phone-dashboard-agent-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px;overflow-y:auto;flex:1;min-height:0}.phone-dashboard-agent-item{width:100%;text-align:left;padding:12px 14px;background:transparent;border:none;border-radius:8px;color:#e2e8f0;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:8px}.phone-dashboard-agent-item:hover{background:#334155}.phone-dashboard-agent-item.active{background:#334155;color:#38bdf8}.phone-dashboard-default-badge{font-size:11px;background:#475569;color:#94a3b8;padding:2px 6px;border-radius:4px}.phone-dashboard-main{flex:1;overflow:auto;padding:24px;background:#0f172a}.phone-dashboard-empty{display:flex;align-items:center;justify-content:center;min-height:200px;color:#64748b}.phone-app-loading{min-height:100vh;background:#0f172a;color:#94a3b8;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;font-size:16px}.phone-app-spinner{width:40px;height:40px;border:3px solid #334155;border-top-color:#0ea5e9;border-radius:50%;animation:phone-spin .8s linear infinite}@keyframes phone-spin{to{transform:rotate(360deg)}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1f2937;background:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%)}#root{width:100%;height:100vh;margin:0;padding:0}.app-wrapper{display:flex;width:100%;height:100vh;background-color:#f8fafc}.left-panel{width:50%;display:flex;flex-direction:column;overflow:hidden;background-color:#f1f5f9;border-right:1px solid #e2e8f0;transition:width .3s ease}.app-wrapper:not(:has(.right-panel)) .left-panel{width:100%;border-right:none}.app-wrapper.full-width .left-panel{width:100%;border-right:none}.right-panel{width:50%;min-width:300px;position:relative;background-color:#fff;overflow:hidden;height:100vh;border-left:2px solid #e2e8f0}.mobile-transcript-panel{display:none}.app-wrapper.mobile-layout{flex-direction:column}.app-wrapper.mobile-layout .mobile-transcript-panel{display:block;width:100%;height:50vh;min-height:300px;background-color:#fff;border-bottom:2px solid #e2e8f0;overflow:hidden}.app-wrapper.mobile-layout .right-panel{display:none}.app-wrapper.mobile-layout .left-panel{width:100%;height:50vh;border-right:none;border-bottom:none}.app-wrapper.mobile-layout.full-width .left-panel{height:100vh}.app-wrapper.mobile-layout.full-width .mobile-transcript-panel{display:none}@media (max-width: 760px){.app-wrapper{flex-direction:column}.mobile-transcript-panel{display:block;width:100%;height:50vh;min-height:300px;background-color:#fff;border-bottom:2px solid #e2e8f0;overflow:hidden}.right-panel{display:none}.left-panel{width:100%;height:50vh;border-right:none;border-bottom:none}.app-wrapper.full-width .left-panel{height:100vh}.app-wrapper.full-width .mobile-transcript-panel{display:none}}@media (min-width: 761px) and (max-width: 768px){.app-wrapper{flex-direction:column}.left-panel{width:100%;height:100vh;border-right:none;border-bottom:1px solid #e2e8f0}.right-panel{width:100%;height:50vh;min-width:unset;border-left:none;border-top:2px solid #e2e8f0}.app-wrapper.full-width .left-panel{height:100vh;border-bottom:none}}@media (max-width: 480px){.mobile-transcript-panel{height:45vh;min-height:250px}.left-panel{height:55vh}.app-wrapper.full-width .left-panel{height:100vh}.mobile-transcript-panel .transcript-container{padding:12px}.mobile-transcript-panel .transcript-container h3{font-size:16px;margin-bottom:8px}.mobile-transcript-panel .message{margin-bottom:6px}.mobile-transcript-panel .message-text{font-size:14px;line-height:1.4}}.video-container{width:100%;height:100%;overflow:hidden;position:relative;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 50%,#cbd5e1 100%);display:flex;justify-content:center;align-items:center}.videos-wrap{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center}.two-up{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:92%;max-width:1400px}.vertical-layout{display:flex;flex-direction:column;gap:20px;width:80%;max-width:600px;height:80%;justify-content:center;align-items:center;margin:0 auto}.vertical-layout .ai-video,.vertical-layout .user-video{width:100%;height:50%;min-height:0}.vertical-layout .video-tile{width:100%;height:100%;min-height:200px}@media (max-width: 760px){.vertical-layout{display:flex;flex-direction:row;width:90%;max-width:100%;height:70%;gap:8px;justify-content:center;align-items:center}.vertical-layout .ai-video,.vertical-layout .user-video{width:50%;height:100%;min-height:0}.vertical-layout .video-tile{width:100%;height:100%;min-height:120px}.control-bar,.leave-wrap{display:none}.center-controls{display:none!important}.mobile-controls{position:absolute;bottom:8px;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:0 8px;gap:8px}.mobile-controls button{min-width:36px;min-height:36px;padding:6px 10px;font-size:12px}.two-up{width:95%;gap:8px}.share-layout{width:95%;height:95%;gap:8px}.video-tile.small{height:120px}}@media (min-width: 769px) and (max-width: 1200px){.vertical-layout{width:90%;max-width:100%;height:85%;gap:15px;justify-content:center;align-items:center}.vertical-layout .video-tile{min-height:160px}.center-controls{position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:10}.center-controls button{min-width:48px;min-height:48px;padding:12px;font-size:14px}.leave-wrap{position:absolute;bottom:20px;right:20px;z-index:10}.two-up{width:90%;gap:15px}.share-layout{width:90%;height:90%;gap:15px}.video-tile.small{height:140px}}@media (min-width: 1201px) and (max-width: 1420px){.app-wrapper{display:flex;width:100%;height:100vh}.left-panel{width:50%;display:flex;flex-direction:column;overflow:hidden;background-color:#f1f5f9;border-right:1px solid #e2e8f0}.right-panel{width:50%;min-width:300px;position:relative;background-color:#fff;overflow:hidden;height:100vh;border-left:2px solid #e2e8f0}.vertical-layout{display:flex;flex-direction:column;gap:18px;width:85%;max-width:550px;height:85%;justify-content:center;align-items:center;margin:0 auto}.vertical-layout .ai-video,.vertical-layout .user-video{width:100%;height:50%;min-height:0}.vertical-layout .video-tile{width:100%;height:100%;min-height:180px}.video-tile{width:100%;height:380px;object-fit:cover;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);border-radius:16px;border:2px solid rgba(255,255,255,.2)}.video-tile.small{height:160px}.two-up{width:85%;gap:18px}.share-layout{width:85%;height:85%;gap:18px}.mobile-controls{display:none!important}.center-controls{position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:10}.center-controls button{min-width:48px;min-height:48px;padding:12px;font-size:14px}.control-bar{bottom:20px;left:0;right:0;display:flex;justify-content:center;gap:14px}.leave-wrap{position:absolute;bottom:20px;right:20px;z-index:10}.powered-by{display:none}}@media (min-width: 761px) and (max-width: 768px){.vertical-layout{width:95%;max-width:100%;height:90%;gap:12px}.vertical-layout .video-tile{min-height:150px}.center-controls{position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:10}.center-controls button{min-width:48px;min-height:48px;padding:12px;font-size:14px}.two-up{width:95%;gap:8px}.share-layout{width:95%;height:95%;gap:8px}.video-tile.small{height:120px}}@media (max-width: 480px){.vertical-layout{display:flex;flex-direction:row;width:90%;height:65%;gap:6px;justify-content:center;align-items:center}.vertical-layout .ai-video,.vertical-layout .user-video{width:50%;height:100%;min-height:0}.vertical-layout .video-tile{width:100%;height:100%;min-height:100px}.mobile-controls button{min-width:32px;min-height:32px;padding:4px 8px;font-size:11px}.two-up{width:98%;gap:6px}.share-layout{width:98%;height:98%;gap:6px}.video-tile.small{height:100px}}.share-layout{display:grid;grid-template-rows:auto 1fr;gap:12px;width:92%;max-width:1200px;height:90%}.share-top{display:grid;grid-template-columns:1fr 1fr;gap:12px}.video-tile.small{height:180px}.video-tile.share{height:100%}.share-bottom .share-stage,.share-bottom .video-tile.share{width:100%}.video-tile{width:100%;height:420px;object-fit:cover;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);border-radius:16px;border:1px solid rgba(59,130,246,.2);box-shadow:0 8px 28px #00000026}.video-tile.ai-interviewer{animation:ai-pulse 3s ease-in-out infinite}.video-tile.mirrored{transform:scaleX(-1)}@keyframes pulse{0%{transform:scale(.9);opacity:.6}50%{transform:scale(1.05);opacity:.9}to{transform:scale(.9);opacity:.6}}@keyframes ai-pulse{0%{box-shadow:0 0 #3b82f666;transform:scale(1)}50%{box-shadow:0 0 0 10px #3b82f61a;transform:scale(1.01)}to{box-shadow:0 0 #3b82f600;transform:scale(1)}}@keyframes ripple{0%{transform:scale(.8);opacity:1}to{transform:scale(2.4);opacity:0}}@keyframes ripple-delayed{0%{transform:scale(.8);opacity:1}to{transform:scale(2.4);opacity:0}}.ai-avatar-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e1e2e 0%,#2d2d3a 100%);border-radius:16px;overflow:hidden}.ai-avatar-container:before{content:"";position:absolute;top:50%;left:50%;width:200px;height:200px;background:radial-gradient(circle,rgba(59,130,246,.3) 0%,rgba(139,92,246,.2) 30%,transparent 70%);border-radius:50%;transform:translate(-50%,-50%);animation:ai-glow 3s ease-in-out infinite;z-index:1}.ai-avatar-container:after{content:"";position:absolute;top:50%;left:50%;width:300px;height:300px;background:radial-gradient(circle,rgba(59,130,246,.1) 0%,rgba(139,92,246,.05) 40%,transparent 80%);border-radius:50%;transform:translate(-50%,-50%);animation:ai-glow 3s ease-in-out infinite 1.5s;z-index:0}@keyframes ai-glow{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(.8)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.2)}}.ai-avatar{width:200px;height:80px;border-radius:40px;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:700;position:relative;z-index:10;box-shadow:0 8px 32px #3b82f64d;border:3px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.ai-avatar:hover{transform:scale(1.05);box-shadow:0 12px 40px #3b82f666}.ai-ripple{position:absolute;border:5px solid rgba(59,130,246,.6);border-radius:50%;animation:ripple .5s infinite}.ai-ripple:nth-child(2){animation-delay:.5s}.ai-ripple:nth-child(3){animation-delay:1s}.user-avatar-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);border-radius:16px;overflow:hidden}.user-avatar{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6 0%,#a855f7 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:48px;font-weight:700;position:relative;z-index:2;box-shadow:0 8px 32px #8b5cf64d;border:3px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.user-avatar:hover{transform:scale(1.05);box-shadow:0 12px 40px #8b5cf666}.video-remote-wrap{position:relative}.name-badge{position:absolute;top:12px;left:12px;display:inline-flex;align-items:center;gap:8px;padding:6px 10px;background:rgba(59,130,246,.9);border:1px solid rgba(59,130,246,.3);color:#fff;border-radius:9999px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-weight:600;font-size:12px}.name-badge.center{left:50%;transform:translate(-50%)}.avatar-bot,.avatar-user{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;background:rgba(255,255,255,.08);box-shadow:inset 0 0 0 1px #ffffff14}.control-bar{position:absolute;bottom:20px;left:0;right:0;display:flex;justify-content:center;gap:14px}.leave-wrap{position:absolute;bottom:20px;right:20px;z-index:10}.transcript-container{flex:1;border-radius:0;padding:16px;background:rgb(230,235,241);display:flex;flex-direction:column;height:100%;min-height:0}h3{margin:0 0 16px;font-size:1.2em;text-align:left;color:#1f2937;padding:8px 0;flex-shrink:0}.message-list{flex:1;display:flex;flex-direction:column;gap:8px;overflow-y:auto;overflow-x:hidden;min-height:0;padding-bottom:16px}.message{padding:12px 16px;border-radius:18px;font-size:.95em;max-width:75%;word-wrap:break-word;position:relative;box-shadow:0 1px 2px #0000001a;flex-shrink:0}.message.assistant{align-self:flex-start;background:linear-gradient(135deg,#4f46e5 0%,#6366f1 100%);color:#f3f4f6;border-bottom-left-radius:4px;margin-right:auto}.message.user{align-self:flex-end;background:linear-gradient(135deg,#8b5cf6 0%,#a855f7 100%);color:#fff;border-bottom-right-radius:4px;margin-left:auto}.message-header{font-weight:600;font-size:.75em;margin-bottom:4px;opacity:.8}.message-text{line-height:1.4;text-align:left;word-break:break-word}.message:hover{transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.message.updating{animation:pulse-glow 1.5s ease-in-out infinite;border-left:3px solid #10b981}@keyframes pulse-glow{0%,to{box-shadow:0 1px 2px #0000001a}50%{box-shadow:0 1px 2px #0000001a,0 0 8px #10b9814d}}.updating-indicator{animation:pulse-dot 1s ease-in-out infinite;color:#10b981}@keyframes pulse-dot{0%,to{opacity:.6}50%{opacity:1}}.loading{display:flex;justify-content:center;align-items:center;flex:1;color:#6b7280;font-style:italic}.message-list::-webkit-scrollbar{width:6px}.message-list::-webkit-scrollbar-track{background:#f1f5f9}.message-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.message-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.scroll-to-bottom-btn{position:absolute;bottom:20px;right:20px;background-color:#3b82f6;color:#fff;border:none;border-radius:50%;width:40px;height:40px;cursor:pointer;box-shadow:0 2px 8px #0000004d;display:flex;align-items:center;justify-content:center;font-size:18px;z-index:10;transition:all .2s ease}.scroll-to-bottom-btn:hover{background-color:#2563eb;transform:scale(1.05)}.error{color:#ef4444;text-align:center;padding:16px;background-color:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:12px;margin:20px 0}.error button{background-color:#ef4444;color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;margin-top:10px;transition:background-color .2s ease}.error button:hover{background-color:#dc2626}.lobby{display:flex;flex-direction:column;width:100%;height:100%;padding:24px;background:linear-gradient(135deg,#f8fafc 0%,#ffffff 100%);min-height:100vh}.lobby-header{position:absolute;top:24px;left:40px;z-index:10}.invitation-header-top{display:flex;flex-direction:column;align-items:center;gap:8px}.company-logo-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:32px;font-weight:800;background:linear-gradient(135deg,#8b5cf6 0%,#3b82f6 50%,#06b6d4 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.05em;text-shadow:0 4px 20px rgba(139,92,246,.3);position:relative}.company-logo-text:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:linear-gradient(90deg,#8b5cf6 0%,#3b82f6 50%,#06b6d4 100%);border-radius:1px;opacity:.6}.invitation-label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:11px;font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.15em;position:relative;padding:4px 8px;background:rgba(255,255,255,.6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;border:1px solid rgba(139,92,246,.15);box-shadow:0 2px 8px #00000014;margin-top:4px}.interview-details-card-top{display:flex;align-items:center;gap:16px;padding:18px 24px;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);border-radius:24px;box-shadow:0 8px 32px #0000001f;position:relative;overflow:hidden;margin:0 auto 20px;max-width:420px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);align-self:center}.interview-details-card-compact{display:flex;align-items:center;gap:12px;padding:12px 16px;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);border-radius:16px;box-shadow:0 4px 16px #00000014;position:relative;overflow:hidden;margin-bottom:16px;width:100%;max-width:770px;align-self:flex-start}.interview-details-card-compact .company-logo{flex-shrink:0}.interview-details-card-compact .logo-circle{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6 0%,#3b82f6 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px}.interview-details-card-compact .interview-title-section{flex:1;min-width:0}.interview-details-card-compact .interview-title{font-size:16px;font-weight:600;color:#1f2937;margin:0;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.subject-selection-box{display:flex;align-items:center;gap:16px;padding:16px 20px;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);border-radius:50px;box-shadow:0 8px 32px #0000001f;position:relative;overflow:visible;margin-bottom:20px;width:100%;max-width:770px;align-self:flex-start;transition:all .3s cubic-bezier(.4,0,.2,1)}.subject-selection-text{flex:1;min-width:0}.subject-label-fancy{font-size:20px;font-weight:700;color:#1f2937;margin:0;line-height:1.3;letter-spacing:-.025em;background:linear-gradient(135deg,#8b5cf6 0%,#3b82f6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subject-dropdown-container{position:relative;flex:1;min-width:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.subject-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:white;border:2px solid #e5e7eb;border-radius:25px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000d;min-width:200px}.subject-dropdown-trigger:hover{border-color:#8b5cf6;box-shadow:0 4px 16px #8b5cf61a}.subject-dropdown-trigger:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.subject-dropdown-trigger.open{border-color:#8b5cf6;box-shadow:0 4px 16px #8b5cf633;background:linear-gradient(135deg,#f8fafc 0%,#e0e7ff 100%)}.selected-subject{font-size:16px;font-weight:600;color:#1f2937;flex:1;text-align:left}.dropdown-arrow{color:#6b7280;transition:transform .2s ease;flex-shrink:0;margin-left:8px}.dropdown-arrow.open{transform:rotate(180deg);color:#8b5cf6}.subject-dropdown-menu{position:absolute;top:0;left:0;right:0;background:white;border:2px solid #8b5cf6;border-radius:25px;box-shadow:0 8px 32px #8b5cf633;z-index:50;overflow:hidden;animation:dropdownExpand .3s cubic-bezier(.4,0,.2,1);transform-origin:top center;padding:3px}@keyframes dropdownExpand{0%{opacity:0;transform:scaleY(0) scaleX(.8);border-radius:25px}to{opacity:1;transform:scaleY(1) scaleX(1);border-radius:25px}}.dropdown-option{padding:10px 16px;font-size:16px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease;border-bottom:1px solid #f3f4f6;margin:2px 4px;border-radius:20px}.dropdown-option:last-child{border-bottom:none}.dropdown-option:hover{background:linear-gradient(135deg,#f8fafc 0%,#e0e7ff 100%);color:#8b5cf6;transform:translate(4px)}.dropdown-option.selected{background:linear-gradient(135deg,#8b5cf6 0%,#3b82f6 100%);color:#fff;font-weight:600;transform:translate(4px)}.dropdown-option.selected:hover{background:linear-gradient(135deg,#7c3aed 0%,#2563eb 100%);color:#fff;transform:translate(4px)}.video-hover-welcome{position:absolute;top:16px;left:16px;z-index:5;opacity:0;transform:translateY(-10px);transition:all .3s cubic-bezier(.4,0,.2,1);pointer-events:none}.lobby-preview:hover .video-hover-welcome{opacity:1;transform:translateY(0)}.video-hover-welcome .welcome-content{background:rgba(0,0,0,.3);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:8px;padding:8px 12px;border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 16px #0003;position:relative;overflow:hidden}.video-hover-welcome .welcome-greeting{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;color:#fff;margin:0;letter-spacing:-.025em;text-shadow:0 1px 2px rgba(0,0,0,.3)}.lobby-content{width:100%;max-width:1600px;margin:0 auto;padding:0 40px;height:100vh;display:flex;flex-direction:column;justify-content:center}.main-content-area{display:flex;gap:40px;width:100%;align-items:center;margin-top:0;justify-content:center;padding:0 20px;max-width:1400px;margin-left:auto;margin-right:auto}.lobby-left{flex:1.2;display:flex;flex-direction:column;align-items:flex-start;gap:16px;min-width:0;max-width:800px;justify-content:center}.lobby-right{flex:.8;display:flex;align-items:center;justify-content:center;min-width:0;max-width:380px}.lobby-preview{position:relative;width:100%;max-width:800px;aspect-ratio:16/9;background:#000;border-radius:24px;overflow:hidden;box-shadow:0 16px 64px #0000004d;border:2px solid rgba(255,255,255,.15);transition:transform .3s ease;align-self:flex-start}.lobby-preview:hover{transform:scale(1.02)}.lobby-preview .video-tile{width:100%;height:100%;object-fit:cover;border-radius:20px}.video-placeholder{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#1f2937;color:#9ca3af}.camera-permission-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.camera-icon{opacity:.6}.status-indicator{position:absolute;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.status-indicator.mic-off{top:16px;right:16px;background:rgba(239,68,68,.9);color:#fff;border:1px solid rgba(239,68,68,.3)}.status-indicator.camera-off{top:16px;left:16px;background:rgba(239,68,68,.9);color:#fff;border:1px solid rgba(239,68,68,.3)}.lobby-video-controls{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:10}.lobby-control-button{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.lobby-control-button.mic-button.active{background:rgba(107,114,128,.9);color:#fff}.lobby-control-button.mic-button.inactive{background:rgba(239,68,68,.9);color:#fff}.lobby-control-button.camera-button.active{background:rgba(107,114,128,.9);color:#fff}.lobby-control-button.camera-button.inactive{background:rgba(239,68,68,.9);color:#fff}.lobby-control-button:hover{transform:scale(1.1)}.lobby-control-button[data-tooltip]:hover:after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:rgba(0,0,0,.9);color:#fff;padding:8px 12px;border-radius:6px;font-size:12px;font-weight:500;white-space:nowrap;z-index:1000;pointer-events:none;margin-bottom:8px;box-shadow:0 4px 12px #0000004d}.lobby-control-button[data-tooltip]:hover:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#000000e6;z-index:1000;pointer-events:none;margin-bottom:3px}.camera-selector-container{position:relative}.lobby-control-button.camera-selector-button{background:rgba(59,130,246,.9);color:#fff}.lobby-control-button.camera-selector-button.active{background:rgba(37,99,235,.9);transform:scale(1.05)}.camera-dropdown-menu{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.1);border-radius:12px;box-shadow:0 8px 32px #00000026;padding:8px;margin-bottom:8px;min-width:200px;max-width:250px;z-index:1000;animation:dropdownFadeIn .2s ease-out}@keyframes dropdownFadeIn{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.camera-option{padding:8px 12px;border-radius:8px;cursor:pointer;transition:all .2s ease;margin-bottom:2px}.camera-option:last-child{margin-bottom:0}.camera-option:hover{background:rgba(59,130,246,.1)}.camera-option.selected{background:rgba(59,130,246,.15)}.camera-option-content{display:flex;align-items:center;justify-content:space-between;gap:8px}.camera-option-name{font-size:14px;color:#374151;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.camera-option-check{color:#059669;font-weight:700;font-size:16px}.control-bar button[data-tooltip]:hover:after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:rgba(0,0,0,.9);color:#fff;padding:8px 12px;border-radius:6px;font-size:12px;font-weight:500;white-space:nowrap;z-index:1000;pointer-events:none;margin-bottom:8px;box-shadow:0 4px 12px #0000004d}.control-bar button[data-tooltip]:hover:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#000000e6;z-index:1000;pointer-events:none;margin-bottom:3px}.permission-messages{text-align:center;color:#fff;display:flex;flex-direction:column;gap:8px}.permission-text{font-size:18px;font-weight:500;color:#fff;margin:0}.permission-subtext{font-size:14px;font-weight:400;color:#d1d5db;margin:0;line-height:1.4}.lobby-controls{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:24px;padding:32px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;flex-direction:column;min-width:320px;max-width:400px;box-shadow:0 8px 32px #0000001a}.name-input{width:100%;padding:12px 16px;border-radius:12px;border:1px solid rgba(59,130,246,.3);background:rgba(255,255,255,.9);color:#1f2937;margin-bottom:16px;outline:none;transition:all .2s ease;box-sizing:border-box;font-size:16px}.name-input:focus{border-color:#3b82f6cc;box-shadow:0 0 0 3px #3b82f61a}.name-input::placeholder{color:#6b7280}.lobby-row{display:flex;gap:10px;align-items:center;margin-bottom:12px}.label{font-size:12px;color:#9ca3af}.select{flex:1;padding:9px 10px;border-radius:10px;border:1px solid rgba(255,255,255,.18);background:rgba(0,0,0,.2);color:#e5e7eb}.lobby-toggles{display:flex;gap:12px;margin-bottom:8px;justify-content:center}.join-btn{width:100%;padding:16px 24px;border-radius:12px;border:none;background:linear-gradient(135deg,#8b5cf6 0%,#3b82f6 100%);color:#fff;font-weight:600;font-size:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #8b5cf64d}.join-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #8b5cf666;background:linear-gradient(135deg,#7c3aed 0%,#2563eb 100%)}.join-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.icon{font-family:Material Symbols Rounded;font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}.video-remote-wrap .mute-indicator{position:absolute;top:10px;right:10px;width:28px;height:28px;border-radius:9999px;display:flex;align-items:center;justify-content:center;background:rgba(239,68,68,.9);border:1px solid rgba(239,68,68,.3);color:#fff}.control-bar button{background:rgba(59,130,246,.9);border:1px solid rgba(59,130,246,.3);padding:12px 16px;border-radius:32px;color:#fff;transition:all .3s ease;min-width:48px;min-height:48px}.control-bar button:hover{background:linear-gradient(135deg,#8b5cf6 0%,#3b82f6 100%);transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf666;border-color:#8b5cf680}.control-bar button:active{transform:translateY(0);box-shadow:0 2px 8px #8b5cf64d}.left-screen{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.powered-by{position:absolute;bottom:8px;left:50%;transform:translate(-50%);z-index:10}.powered-by span{font-size:12px;color:#6b7280;font-weight:500;text-align:center;opacity:.8}@media (min-width: 761px){.powered-by,.mobile-controls{display:none}.center-controls{position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:10}.center-controls button{min-width:48px;min-height:48px;padding:12px;font-size:14px}}.app-wrapper.mobile-layout .powered-by{display:block!important}.app-wrapper.mobile-layout .vertical-layout{display:flex;flex-direction:row;width:90%;max-width:100%;height:70%;gap:8px;justify-content:center;align-items:center}.app-wrapper.mobile-layout .vertical-layout .ai-video,.app-wrapper.mobile-layout .vertical-layout .user-video{width:50%;height:100%;min-height:0}.app-wrapper.mobile-layout .vertical-layout .video-tile{width:100%;height:100%;min-height:120px;object-fit:contain}.app-wrapper.mobile-layout .control-bar,.app-wrapper.mobile-layout .leave-wrap{display:none}.app-wrapper.mobile-layout .center-controls{display:none!important}.app-wrapper.mobile-layout .mobile-controls{position:absolute;bottom:8px;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:0 8px;gap:8px}.app-wrapper.mobile-layout .mobile-controls button{min-width:36px;min-height:36px;padding:6px 10px;font-size:12px}.app-wrapper.mobile-layout .lobby-preview .video-tile{object-fit:contain}.left-screen{min-height:100vh;background:#ffffff;display:flex;align-items:center;justify-content:center;padding:20px;position:relative;overflow:hidden}.left-screen:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#7000FF 0%,#FF00C8 25%,#00E0FF 50%,#FFA800 75%,#7000FF 100%);background-size:400% 400%;animation:liquidLight 20s linear infinite;clip-path:polygon(0 0,100% 0,100% 45%,90% 50%,80% 55%,70% 60%,60% 65%,50% 70%,40% 75%,30% 80%,20% 85%,10% 90%,0 95%);z-index:1}.left-screen:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffff;clip-path:polygon(0 95%,10% 90%,20% 85%,30% 80%,40% 75%,50% 70%,60% 65%,70% 60%,80% 55%,90% 50%,100% 45%,100% 100%,0 100%);z-index:0}.thanks-card{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.15);border-radius:24px;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #ffffff0d;padding:48px;position:relative;z-index:10;text-align:center;max-width:500px;width:100%}.thanks-icon{font-size:48px;margin-bottom:24px;display:block;color:#efeee6;text-shadow:0 2px 8px rgba(255,215,0,.4)}.thanks-icon .material-symbols-rounded{font-size:48px;color:#f9f8fc;text-shadow:0 2px 8px rgba(255,215,0,.4)}.thanks-card h2{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:32px;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.2;letter-spacing:-.02em;text-shadow:0 2px 8px rgba(0,0,0,.3)}.thanks-card p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:18px;font-weight:400;color:#fff5e1;margin:0;line-height:1.5;text-shadow:0 1px 4px rgba(0,0,0,.2)}@media (max-width: 770px){.left-screen{padding:20px}.left-screen:before{clip-path:polygon(0 0,100% 0,100% 40%,85% 50%,70% 60%,55% 70%,40% 80%,25% 85%,10% 90%,0 95%)}.left-screen:after{clip-path:polygon(0 95%,10% 90%,25% 85%,40% 80%,55% 70%,70% 60%,85% 50%,100% 40%,100% 100%,0 100%)}.thanks-card{padding:40px 32px;margin:0 auto;max-width:100%}.thanks-card h2{font-size:28px}.thanks-icon,.thanks-icon .material-symbols-rounded{font-size:40px}}@media (min-width: 481px) and (max-width: 770px){.left-screen{padding:24px}.thanks-card{padding:36px 28px;margin:0;max-width:400px}}@media (max-width: 480px){.left-screen{padding:16px}.thanks-card{padding:32px 24px;margin:0;max-width:100%}.thanks-card h2{font-size:24px}.thanks-card p{font-size:16px}.thanks-icon,.thanks-icon .material-symbols-rounded{font-size:36px}}.instructions-box{background:linear-gradient(135deg,rgba(255,255,255,.95) 0%,rgba(248,250,252,.95) 100%);border-radius:32px;padding:24px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 16px 64px #0000001f;width:100%;max-width:380px;color:#1f2937;position:relative;overflow:hidden;margin:0 auto}.instructions-header{font-size:22px;font-weight:700;margin:0 0 16px;color:#1f2937;text-align:left;letter-spacing:-.025em}.instruction-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;padding:0}.instruction-icon{font-size:20px;flex-shrink:0;margin-top:2px}.instruction-content{flex:1}.instruction-title{font-size:16px;font-weight:600;color:#1f2937;margin-bottom:4px;line-height:1.4}.instruction-desc{font-size:14px;color:#6b7280;line-height:1.5}.instructions-checkbox{border-top:1px solid rgba(59,130,246,.2);padding-top:20px;margin-bottom:20px}.checkbox-label{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:16px;color:#374151}.checkbox-input{width:20px;height:20px;border:2px solid #3b82f6;border-radius:4px;background:transparent;cursor:pointer;position:relative;appearance:none;-webkit-appearance:none;-moz-appearance:none}.checkbox-input:checked{background:#3b82f6;border-color:#3b82f6}.checkbox-input:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;font-weight:700}.checkbox-text{font-weight:500;line-height:1.4}.subject-selection{display:flex;flex-direction:column;gap:8px;width:100%;margin-top:20px;margin-bottom:20px}.subject-label{font-size:14px;font-weight:500;color:#374151;text-align:left}.subject-dropdown{width:100%;padding:12px 40px 12px 16px;border:1px solid #d1d5db;border-radius:12px;background:white;font-size:14px;color:#374151;cursor:pointer;transition:all .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px}.subject-dropdown:hover{border-color:#9ca3af}.subject-dropdown:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.subject-dropdown option{padding:8px;background:white;color:#374151}.app-content{flex:1;overflow:hidden}.hiring-app{display:flex;flex-direction:column;height:100vh;background:#f8fafc}.app-header{background:white;border-bottom:1px solid #e5e7eb;padding:16px 32px;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.header-left h1{margin:0;color:#1f2937;font-size:24px;font-weight:700}.header-right{display:flex;align-items:center}.user-info{display:flex;align-items:center;gap:16px}.user-info span{color:#6b7280;font-weight:500}.logout-button{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.logout-button:hover{background:#e5e7eb;border-color:#9ca3af}.dashboard-placeholder{padding:64px 32px;text-align:center;background:white;margin:32px;border-radius:12px;border:1px solid #e5e7eb}.dashboard-placeholder h2{color:#1f2937;font-size:24px;font-weight:700;margin:0 0 16px}.dashboard-placeholder p{color:#6b7280;font-size:16px;margin:0 0 8px}.dashboard-placeholder strong{color:#374151;font-weight:600}.invitation-header-modern{display:flex;align-items:center;gap:24px;margin-bottom:32px;padding:24px;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 4px 20px #00000014;position:relative;overflow:hidden}.invitation-header-modern:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8b5cf6 0%,#3b82f6 50%,#06b6d4 100%)}.company-logo{flex-shrink:0}.logo-circle{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6 0%,#3b82f6 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:700;box-shadow:0 8px 25px #8b5cf64d;border:3px solid white}.interview-title-section{flex:1;min-width:0}.interview-title{font-size:28px;font-weight:700;color:#1f2937;margin:0 0 8px;line-height:1.2;letter-spacing:-.025em}.interview-subtitle{font-size:16px;font-weight:500;color:#6b7280;margin:0;letter-spacing:.025em}.welcome-section{text-align:right;flex-shrink:0}.welcome-text{font-size:14px;font-weight:500;color:#9ca3af;margin-bottom:4px;letter-spacing:.05em;text-transform:uppercase}.username-display{font-size:20px;font-weight:600;color:#374151;margin:0;letter-spacing:-.025em}@media (max-width: 1200px){.lobby{padding:20px}.lobby-header{top:20px;left:20px}.company-logo-text{font-size:28px}.invitation-label{font-size:11px;padding:5px 10px}.lobby-content{padding:0 24px}.main-content-area{gap:40px;max-width:1000px;flex-direction:row;align-items:center}.lobby-left{max-width:600px;flex:1.2}.lobby-right{max-width:320px;flex:.8}.lobby-preview{max-width:600px}.subject-selection-box{max-width:600px;padding:14px 18px;flex-direction:row;gap:16px}.subject-selection-text{flex:1;text-align:left}.subject-label-fancy{font-size:18px}.subject-dropdown-container{flex:1;max-width:200px}.subject-dropdown-trigger{padding:10px 16px;min-width:auto}.selected-subject{font-size:15px}.interview-details-card-compact{max-width:600px}.instructions-box{max-width:320px;padding:20px}.instructions-header{font-size:20px}.instruction-title{font-size:15px}.instruction-desc{font-size:13px}}@media (min-width: 1201px) and (max-width: 1420px){.lobby{padding:24px}.lobby-header{top:24px;left:32px}.company-logo-text{font-size:27px}.invitation-label{font-size:12px;padding:6px 12px}.lobby-content{padding:0 32px}.main-content-area{gap:48px;max-width:1200px;flex-direction:row;align-items:center}.lobby-left{max-width:600px;flex:1.2}.lobby-right{max-width:360px;flex:.8}.lobby-preview{max-width:600px}.subject-selection-box{max-width:592px;padding:14px 18px;flex-direction:row;gap:16px;align-items:center;margin-top:14px}.subject-label-fancy{font-size:15px}.subject-dropdown-container{flex:1;max-width:192px;display:flex;align-items:center}.subject-dropdown-trigger{padding:12px 16px;width:100%;box-sizing:border-box;max-width:100%}.selected-subject{font-size:15px}.interview-details-card-compact{max-width:700px}.instructions-box{max-width:360px;padding:20px;margin-top:0}.instructions-header{font-size:18px;margin-bottom:16px}.instruction-item{margin-bottom:12px}.instruction-title{font-size:14px}.instruction-desc{font-size:13px}.join-btn{padding:18px 28px;font-size:16px}}@media (max-width: 1000px){.lobby{padding:16px;min-height:100vh;overflow-y:auto}.lobby-header{top:16px;left:16px;position:fixed;z-index:100}.company-logo-text{font-size:24px}.invitation-label{font-size:10px;padding:4px 8px}.lobby-content{padding:70px 16px 20px;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start}.lobby-left{margin-top:24px}.main-content-area{flex-direction:column;gap:20px;padding:0 8px;align-items:center;width:100%;max-width:100%}.lobby-left{max-width:100%;width:100%;order:1}.lobby-right{max-width:100%;width:100%;order:2}.lobby-preview{max-width:100%;width:100%;aspect-ratio:16/10;margin-bottom:16px}.subject-selection-box{max-width:100%;width:100%;flex-direction:row;gap:12px;padding:12px 16px;margin-bottom:16px;box-sizing:border-box}.subject-selection-text{flex:1;text-align:left;min-width:0}.subject-label-fancy{font-size:16px}.subject-dropdown-container{flex:0 0 auto;max-width:200px;min-width:150px}.subject-dropdown-trigger{padding:8px 12px;min-width:auto;width:100%;box-sizing:border-box}.selected-subject{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.interview-details-card-compact{max-width:100%;width:100%;padding:12px 16px;margin-bottom:16px}.interview-details-card-compact .interview-title{font-size:14px}.instructions-box{max-width:100%;width:100%;padding:18px}.instructions-header{font-size:18px;text-align:center}.instruction-item{margin-bottom:10px}.instruction-title{font-size:14px}.instruction-desc{font-size:12px}}@media (max-width: 768px){.lobby{padding:12px;min-height:100vh;overflow-y:auto}.lobby-header{top:12px;left:12px;position:fixed;z-index:100}.company-logo-text{font-size:22px}.invitation-label{font-size:9px;padding:3px 6px}.lobby-content{padding:60px 12px 20px;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start}.lobby-left{margin-top:20px}.main-content-area{flex-direction:column;gap:16px;margin-top:0;padding:0 4px;align-items:center;width:100%}.lobby-left{max-width:100%;width:100%;order:1}.lobby-right{max-width:100%;width:100%;order:2}.lobby-preview{max-width:100%;width:100%;aspect-ratio:16/10;margin-bottom:14px}.subject-selection-box{max-width:100%;width:100%;flex-direction:row;gap:10px;padding:10px 14px;margin-bottom:14px;box-sizing:border-box}.subject-selection-text{flex:1;text-align:left;min-width:0}.subject-label-fancy{font-size:14px}.subject-dropdown-container{flex:0 0 auto;max-width:180px;min-width:120px}.subject-dropdown-trigger{padding:6px 10px;min-width:auto;width:100%;box-sizing:border-box}.selected-subject{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.interview-details-card-compact{max-width:100%;width:100%;padding:10px 14px;margin-bottom:14px}.interview-details-card-compact .interview-title{font-size:13px}.instructions-box{max-width:100%;width:100%;padding:16px}.instructions-header{font-size:16px;text-align:left}.instruction-item{margin-bottom:8px}.instruction-title{font-size:13px}.instruction-desc{font-size:11px}.video-hover-welcome{top:8px;left:8px}.video-hover-welcome .welcome-content{padding:8px 12px}.video-hover-welcome .welcome-greeting{font-size:14px}.lobby-video-controls{bottom:8px;gap:6px}.lobby-control-button{width:32px;height:32px}.camera-dropdown-menu{min-width:180px;max-width:200px}.camera-option-name{font-size:13px}}@media (max-width: 600px){.lobby{padding:8px;min-height:100vh;overflow-y:auto}.lobby-header{top:8px;left:8px;position:fixed;z-index:100}.company-logo-text{font-size:20px}.invitation-label{font-size:8px;padding:2px 4px}.lobby-content{padding:50px 8px 20px;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start}.lobby-left{margin-top:16px}.main-content-area{flex-direction:column;gap:12px;margin-top:0;padding:0 2px;align-items:center;width:100%}.lobby-left{max-width:100%;width:100%;order:1}.lobby-right{max-width:100%;width:100%;order:2}.lobby-preview{max-width:100%;width:100%;aspect-ratio:16/10;border-radius:16px;margin-bottom:12px}.subject-selection-box{max-width:100%;width:100%;flex-direction:row;gap:8px;padding:8px 12px;border-radius:30px;margin-bottom:12px;box-sizing:border-box}.subject-selection-text{flex:1;text-align:left;min-width:0}.subject-label-fancy{font-size:13px}.subject-dropdown-container{flex:0 0 auto;max-width:160px;min-width:100px}.subject-dropdown-trigger{padding:5px 8px;min-width:auto;width:100%;box-sizing:border-box}.selected-subject{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.interview-details-card-compact{max-width:100%;width:100%;padding:8px 12px;margin-bottom:12px}.interview-details-card-compact .interview-title{font-size:12px}.interview-details-card-compact .logo-circle{width:24px;height:24px;font-size:10px}.instructions-box{max-width:100%;width:100%;padding:14px;border-radius:20px}.instructions-header{font-size:14px;text-align:left}.instruction-item{margin-bottom:6px}.instruction-icon{font-size:14px}.instruction-title{font-size:12px}.instruction-desc{font-size:10px}.checkbox-label{font-size:11px}.checkbox-input{width:14px;height:14px}.join-btn{padding:10px 16px;font-size:12px}.video-hover-welcome{top:6px;left:6px}.video-hover-welcome .welcome-content{padding:6px 10px}.video-hover-welcome .welcome-greeting{font-size:12px}.lobby-video-controls{bottom:6px;gap:4px}.lobby-control-button{width:28px;height:28px}.camera-dropdown-menu{min-width:160px;max-width:180px}.camera-option-name{font-size:12px}}@media (max-width: 480px){.lobby{padding:6px;min-height:100vh;overflow-y:auto}.lobby-header{top:6px;left:6px;position:fixed;z-index:100}.company-logo-text{font-size:18px}.invitation-label{font-size:8px;padding:2px 4px}.lobby-content{padding:45px 6px 20px;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start}.lobby-left{margin-top:14px}.main-content-area{flex-direction:column;gap:10px;margin-top:0;padding:0 1px;align-items:center;width:100%}.lobby-left{max-width:100%;width:100%;order:1}.lobby-right{max-width:100%;width:100%;order:2}.lobby-preview{max-width:100%;width:100%;aspect-ratio:16/10;border-radius:14px;margin-bottom:10px}.subject-selection-box{max-width:100%;width:100%;flex-direction:row;gap:6px;padding:6px 10px;border-radius:25px;margin-bottom:10px;box-sizing:border-box}.subject-selection-text{flex:1;text-align:left;min-width:0}.subject-label-fancy{font-size:12px}.subject-dropdown-container{flex:0 0 auto;max-width:140px;min-width:80px}.subject-dropdown-trigger{padding:4px 6px;min-width:auto;width:100%;border-radius:18px;box-sizing:border-box}.selected-subject{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-arrow{width:14px;height:14px}.interview-details-card-compact{max-width:100%;width:100%;padding:8px 12px;border-radius:12px;margin-bottom:14px}.interview-details-card-compact .interview-title{font-size:12px}.interview-details-card-compact .logo-circle{width:24px;height:24px;font-size:10px}.instructions-box{max-width:100%;width:100%;padding:14px;border-radius:20px}.instructions-header{font-size:15px;margin-bottom:10px;text-align:center}.instruction-item{margin-bottom:6px;gap:6px}.instruction-icon{font-size:14px}.instruction-title{font-size:12px;margin-bottom:2px}.instruction-desc{font-size:10px}.instructions-checkbox{padding-top:14px;margin-bottom:14px}.checkbox-label{font-size:12px;gap:6px}.checkbox-input{width:14px;height:14px}.checkbox-text{font-size:12px}.join-btn{padding:10px 16px;font-size:13px;border-radius:10px}.video-hover-welcome{top:6px;left:6px}.video-hover-welcome .welcome-content{padding:6px 10px;border-radius:6px}.video-hover-welcome .welcome-greeting{font-size:13px}.lobby-video-controls{bottom:6px;gap:4px}.lobby-control-button{width:30px;height:30px}.lobby-control-button svg{width:14px;height:14px}.camera-dropdown-menu{min-width:140px;max-width:160px}.camera-option-name{font-size:11px}}@media (max-width: 320px){.lobby{padding:4px;min-height:100vh;overflow-y:auto}.lobby-header{top:4px;left:4px;position:fixed;z-index:100}.company-logo-text{font-size:16px}.invitation-label{font-size:7px;padding:1px 3px}.lobby-content{padding:40px 4px 20px;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start}.lobby-left{margin-top:12px}.main-content-area{flex-direction:column;gap:8px;margin-top:0;padding:0 1px;align-items:center;width:100%}.lobby-left{max-width:100%;width:100%;order:1}.lobby-right{max-width:100%;width:100%;order:2}.lobby-preview{max-width:100%;width:100%;aspect-ratio:4/3;border-radius:14px;margin-bottom:12px}.subject-selection-box{max-width:100%;width:100%;flex-direction:column;gap:6px;padding:8px 10px;border-radius:25px;margin-bottom:12px}.subject-selection-text{text-align:center}.subject-label-fancy{font-size:13px}.subject-dropdown-container{width:100%}.subject-dropdown-trigger{min-width:100%;padding:5px 10px;border-radius:18px}.selected-subject{font-size:12px}.dropdown-arrow{width:12px;height:12px}.interview-details-card-compact{max-width:100%;width:100%;padding:6px 10px;margin-bottom:12px}.interview-details-card-compact .interview-title{font-size:11px}.interview-details-card-compact .logo-circle{width:22px;height:22px;font-size:9px}.instructions-box{max-width:100%;width:100%;padding:12px;border-radius:16px}.instructions-header{font-size:14px;margin-bottom:8px;text-align:center}.instruction-item{margin-bottom:5px;gap:5px}.instruction-icon{font-size:12px}.instruction-title{font-size:11px;margin-bottom:1px}.instruction-desc{font-size:9px}.instructions-checkbox{padding-top:12px;margin-bottom:12px}.checkbox-label{font-size:11px;gap:5px}.checkbox-input{width:12px;height:12px}.checkbox-text{font-size:11px}.join-btn{padding:8px 14px;font-size:12px;border-radius:8px}.video-hover-welcome{top:4px;left:4px}.video-hover-welcome .welcome-content{padding:4px 8px;border-radius:4px}.video-hover-welcome .welcome-greeting{font-size:12px}.lobby-video-controls{bottom:4px;gap:3px}.lobby-control-button{width:28px;height:28px}.lobby-control-button svg{width:12px;height:12px}.camera-dropdown-menu{min-width:120px;max-width:140px}.camera-option-name{font-size:10px}}.recording-indicator{position:absolute;top:16px;left:16px;z-index:10000;display:flex;align-items:center;gap:8px;background:rgba(0,0,0,.7);padding:6px 12px;border-radius:20px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(239,68,68,.3);box-shadow:0 4px 12px #0000004d}.recording-dot{width:10px;height:10px;border-radius:50%;background:#ef4444;animation:recording-pulse 1.5s ease-in-out infinite;flex-shrink:0;box-shadow:0 0 8px #ef4444cc,0 0 12px #ef444499,0 0 16px #ef444466}@keyframes recording-pulse{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 8px #ef4444cc,0 0 12px #ef444499,0 0 16px #ef444466}50%{opacity:.7;transform:scale(.9);box-shadow:0 0 12px #ef4444,0 0 18px #ef4444cc,0 0 24px #ef444499}}.recording-text{color:#fff;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;font-family:Inter,system-ui,-apple-system,sans-serif}.suspicious-event-counter{position:absolute;top:16px;right:16px;z-index:10000;display:flex;align-items:center;gap:8px;background:rgba(0,0,0,.7);padding:6px 12px;border-radius:20px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(251,146,60,.5);box-shadow:0 4px 12px #0000004d,0 0 8px #fb923c4d;animation:suspicious-event-pulse 4s ease-in-out infinite}@keyframes suspicious-event-pulse{0%,to{border-color:#fb923c80;box-shadow:0 4px 12px #0000004d,0 0 8px #fb923c4d}50%{border-color:#fb923ccc;box-shadow:0 4px 12px #0000004d,0 0 12px #fb923c99}}.suspicious-event-icon{font-size:16px;flex-shrink:0;line-height:1}.suspicious-event-text{color:#fff;font-size:12px;font-weight:600;letter-spacing:.5px;font-family:Inter,system-ui,-apple-system,sans-serif;white-space:nowrap}.consent-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:10000;padding:20px;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.consent-modal-container{background:#ffffff;border-radius:16px;max-width:700px;width:100%;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out;overflow:hidden}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.consent-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 28px;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#f8fafc 0%,#ffffff 100%)}.consent-modal-title-wrapper{display:flex;flex-direction:column;gap:4px;flex:1}.consent-modal-title{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:24px;font-weight:700;color:#1f2937;margin:0;letter-spacing:-.5px;line-height:1.2}.consent-modal-subtitle{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;color:#6b7280;margin:0;letter-spacing:.2px}.consent-modal-close-btn{background:transparent;border:none;cursor:pointer;padding:8px;border-radius:8px;color:#6b7280;display:flex;align-items:center;justify-content:center;transition:all .2s ease;width:36px;height:36px}.consent-modal-close-btn:hover{background:#f3f4f6;color:#1f2937;transform:rotate(90deg)}.consent-modal-close-btn:active{transform:rotate(90deg) scale(.95)}.consent-modal-content{padding:28px;overflow-y:auto;flex:1;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.consent-modal-content::-webkit-scrollbar{width:8px}.consent-modal-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.consent-modal-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.consent-modal-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.consent-modal-text{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.7;color:#374151;margin:0 0 20px;text-align:left}.consent-modal-text:last-child{margin-bottom:0}.consent-form-link{color:#3b82f6;cursor:pointer;text-decoration:underline;text-decoration-color:#3b82f64d;text-underline-offset:2px;font-weight:500;transition:all .2s ease;display:inline-block}.consent-form-link:hover{color:#2563eb;text-decoration-color:#2563eb80;text-shadow:0 0 8px rgba(59,130,246,.4);transform:translateY(-1px)}.consent-form-link:active{transform:translateY(0);color:#1d4ed8}@media (max-width: 768px){.consent-modal-container{max-width:95%;max-height:90vh;border-radius:12px}.consent-modal-header{padding:20px}.consent-modal-title{font-size:20px}.consent-modal-subtitle{font-size:12px}.consent-modal-content{padding:20px}.consent-modal-text{font-size:14px;line-height:1.6}}
