:root{--grade-junior-bg:linear-gradient(135deg,#e2d4f0,#d4bde8);--grade-junior-color:#4a1d8c;--grade-junior-border:#c9b3e0;--grade-middle-bg:linear-gradient(135deg,#cce5ff,#b8daff);--grade-middle-color:#004085;--grade-middle-border:#9fcdff;--grade-senior-bg:linear-gradient(135deg,#d4edda,#c3e6cb);--grade-senior-color:#155724;--grade-senior-border:#b8dabd}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;height:100%;overflow-x:hidden;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#1e40af,#1e3a8a);box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden;width:100%}#root,body{min-height:100vh;min-height:100dvh;min-height:-webkit-fill-available}[role=button],a,button,input,select,textarea{touch-action:manipulation}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background:linear-gradient(135deg,#eff6ff,#dbeafe);min-height:100vh;min-height:100dvh;min-height:-webkit-fill-available}.loading-container{align-items:center;color:#7f8c8d;display:flex;font-size:1.125rem;justify-content:center;min-height:50vh}.container{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:2rem max(20px,env(safe-area-inset-right)) 2rem max(20px,env(safe-area-inset-left));width:100%}.container:has(.login-container){margin:0;max-width:none;padding:0}@media (max-width:768px){.container{padding:1rem max(15px,env(safe-area-inset-right)) 1rem max(15px,env(safe-area-inset-left))}}.toast{animation:slideInRight .3s ease-out;border-radius:12px;box-shadow:0 8px 24px #00000026;margin-bottom:1rem;max-width:500px;min-width:300px;overflow:hidden;padding:1rem 1.25rem;position:relative}@keyframes slideInRight{0%{opacity:0;transform:translateX(calc(100% + 20px))}to{opacity:1;transform:translateX(0)}}@keyframes slideOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(calc(100% + 20px))}}.toast.slide-out{animation:slideOutRight .3s ease-in}.toast-content{align-items:center;display:flex;gap:1rem;justify-content:space-between}.toast-message{flex:1 1;font-size:.95rem;line-height:1.5;word-break:break-word}.toast-close{align-items:center;background:none;border:none;border-radius:50%;color:inherit;cursor:pointer;display:flex;flex-shrink:0;font-size:1.5rem;height:24px;justify-content:center;opacity:.7;padding:0;transition:background-color .2s ease;width:24px}.toast-close:hover{background:#0000001a;opacity:1}.toast-success{background:linear-gradient(135deg,#d4edda,#c3e6cb);border-left:4px solid #28a745;color:#155724}.toast-error{background:linear-gradient(135deg,#f8d7da,#f5c6cb);border-left:4px solid #dc3545;color:#721c24}.toast-info{background:linear-gradient(135deg,#d1ecf1,#bee5eb);border-left:4px solid #17a2b8;color:#0c5460}.toast-warning{background:linear-gradient(135deg,#fff3cd,#ffeaa7);border-left:4px solid #ffc107;color:#856404}@media (max-width:768px){.toast{max-width:calc(100vw - 2rem);min-width:auto;padding:.875rem 1rem}.toast-message{font-size:.9rem}}.toast-container{-webkit-overflow-scrolling:touch;align-items:flex-end;bottom:max(20px,constant(safe-area-inset-bottom));bottom:max(20px,env(safe-area-inset-bottom));display:flex;flex-direction:column;max-height:calc(100vh - 40px);max-height:calc(100dvh - 40px - env(safe-area-inset-top) - env(safe-area-inset-bottom));overflow-y:auto;pointer-events:none;position:fixed;right:max(20px,constant(safe-area-inset-right));right:max(20px,env(safe-area-inset-right));z-index:10000}.toast-container>*{pointer-events:auto}@media (max-width:768px){.toast-container{align-items:stretch;bottom:max(10px,constant(safe-area-inset-bottom));bottom:max(10px,env(safe-area-inset-bottom));left:max(10px,constant(safe-area-inset-left));left:max(10px,env(safe-area-inset-left));max-height:calc(100dvh - 20px - env(safe-area-inset-top) - env(safe-area-inset-bottom));right:max(10px,constant(safe-area-inset-right));right:max(10px,env(safe-area-inset-right))}}.modal-overlay{align-items:center;animation:fadeIn .3s ease-in;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:slideUp .3s ease-out;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;box-sizing:border-box;margin:1rem;max-height:90vh;max-width:600px;overflow-y:auto;padding:2rem;width:90%}@media (max-width:768px){.modal-content{border-radius:12px;padding:1.5rem;width:calc(100% - 2rem)}.modal-header h2{font-size:1.5rem}.link-container{flex-direction:column}.link-input{font-size:.85rem;min-width:0;width:100%}.btn-copy{width:100%}.modal-footer{flex-direction:column}.modal-footer .btn{width:100%}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-header{align-items:center;border-bottom:2px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.modal-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e40af,#1e3a8a);-webkit-background-clip:text;background-clip:text;font-size:1.75rem;margin:0}.modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#95a5a6;cursor:pointer;display:flex;font-size:2rem;height:2rem;justify-content:center;padding:0;transition:all .3s ease;width:2rem}.modal-close:hover{background:#f0f0f0;color:#2c3e50}.modal-body{margin-bottom:1.5rem}.modal-body p{color:#2c3e50;font-size:1rem;line-height:1.6;margin-bottom:1rem}.modal-instruction{color:#7f8c8d!important;font-size:.9rem!important}.link-container{margin-top:1rem}.link-input{font-size:.9rem;overflow-wrap:break-word;padding:.875rem 1rem}.btn-copy{background:linear-gradient(135deg,#1e40af,#1e3a8a);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.875rem 1.5rem;transition:all .3s ease;white-space:nowrap}.btn-copy:hover{box-shadow:0 4px 12px #1e40af66;transform:translateY(-2px)}.modal-footer{border-top:2px solid #f0f0f0;display:flex;justify-content:flex-end;padding-top:1rem}.modal-footer .btn{border:none;border-radius:12px;box-shadow:0 4px 12px #00000026;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.modal-footer .btn-primary{background:linear-gradient(135deg,#1e40af,#1e3a8a);color:#fff}.modal-footer .btn-primary:hover{box-shadow:0 8px 20px #1e40af66;transform:translateY(-2px)}.custom-select{position:relative;width:100%}.custom-select-trigger{align-items:center;background:#fff;border:2px solid #e9ecef;border-radius:8px;color:#2c3e50;cursor:pointer;display:flex;justify-content:space-between;min-height:42px;padding:.75rem 1rem;transition:all .2s ease}.custom-select-trigger:hover:not(.disabled){background:#f8f9fa;border-color:#1e40af}.custom-select.open .custom-select-trigger{border-color:#1e40af;box-shadow:0 0 0 3px #1e40af1a}.custom-select.disabled .custom-select-trigger{background:#f8f9fa;cursor:not-allowed;opacity:.6}.custom-select-value{color:#2c3e50;flex:1 1;font-size:1rem;text-align:left}.custom-select-value.placeholder{color:#9ca3af}.custom-select-arrow{align-items:center;color:#7f8c8d;display:flex;margin-left:.5rem;transition:transform .2s ease}.custom-select.open .custom-select-arrow{transform:rotate(180deg)}.custom-select-dropdown{animation:slideDown .2s ease;background:#fff;border:2px solid #e9ecef;border-radius:8px;box-shadow:0 4px 12px #00000026;left:0;max-height:300px;overflow-y:auto;position:absolute;right:0;top:calc(100% + 4px);z-index:1000}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.custom-select-option{align-items:center;color:#2c3e50;cursor:pointer;display:flex;font-size:1rem;justify-content:space-between;padding:.75rem 1rem;transition:all .15s ease}.custom-select-option:hover{background:#f0f4ff;color:#1e40af}.custom-select-option.selected{background:#e3f2fd;color:#1e3a8a;font-weight:600}.custom-select-option.current{background:#fff9e6;border-left:3px solid #f59e0b;font-weight:500}.custom-select-option.current:hover{background:#fef3c7}.custom-select-check{align-items:center;color:#1e40af;display:flex;margin-left:.5rem}.custom-select-dropdown::-webkit-scrollbar{width:6px}.custom-select-dropdown::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.custom-select-dropdown::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.custom-select-dropdown::-webkit-scrollbar-thumb:hover{background:#a0aec0}.create-employee-review{animation:fadeIn .5s ease-in;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;box-sizing:border-box;margin:0 auto;max-width:800px;padding:2rem 2rem .5rem;width:100%}@media (max-width:768px){.create-employee-review{border-radius:12px;padding:1.5rem}.create-employee-review h1{font-size:1.75rem}}.create-employee-review h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e40af,#1e3a8a);-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:700;margin-bottom:1.5rem}.step-number{align-items:center;background:#fff;border:2px solid #e9ecef;border-radius:50%;color:#7f8c8d;display:flex;font-size:.875rem;font-weight:600;height:40px;justify-content:center;transition:all .3s ease;width:40px}.form-step{animation:slideIn .4s ease-out;display:none;margin-bottom:0;padding-bottom:0}.form-step.active{display:block}.form-step:last-child{margin-bottom:0}.form-step.completed{display:none}.review-form{display:flex;flex-direction:column;gap:.5rem;margin-bottom:0;padding-bottom:0;padding-top:0}.form-section{background:#f8f9fa;border-left:3px solid #1e3a8a;border-radius:12px;box-sizing:border-box;margin-bottom:0;padding:1rem;width:100%}@media (max-width:768px){.form-section{padding:1.5rem}.form-section h2{font-size:1.25rem}}.form-section h2{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;margin-top:0}.form-description{background:#f8f9fa;border-left:4px solid #1e3a8a;border-radius:8px;margin-bottom:1rem;padding:.75rem}.form-group{display:flex;flex-direction:column;gap:.75rem}.form-group label{align-items:center;color:#34495e;display:flex;flex-wrap:wrap;font-size:.875rem;gap:.75rem}.current-level-badge{background:#f0f4ff;border:1px solid #d1d9e6;border-radius:12px;color:#7f8c8d;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.form-input,.form-select{background:#fff;border:2px solid #e9ecef;border-radius:8px;color:#2c3e50;font-family:inherit;font-size:.9375rem;padding:.625rem .875rem;transition:all .3s ease}.form-input:focus,.form-select:focus{background:#fff;border-color:#1e3a8a;box-shadow:0 0 0 4px #1e40af1a;outline:none}.form-textarea{background:#fff;border:2px solid #e9ecef;border-radius:12px;color:#2c3e50;font-family:inherit;font-size:1rem;padding:1rem 1.25rem;transition:all .3s ease;width:100%}.form-textarea:focus{background:#fff;border-color:#1e3a8a;box-shadow:0 0 0 4px #1e40af1a;outline:none}.form-row{grid-gap:1.5rem;gap:1.5rem}@media (max-width:768px){.form-row{gap:1rem;grid-template-columns:1fr}}.form-actions{margin-top:0}.form-actions,.form-actions-inline{margin-bottom:0;padding-bottom:0;padding-top:.5rem}.form-actions-inline{display:flex;justify-content:flex-end;margin-top:.5rem}.step-navigation{display:flex;gap:.75rem;justify-content:flex-end;width:100%}@media (max-width:768px){.form-actions{flex-direction:column-reverse}.form-actions .btn{width:100%}}.search-input{background:#fff;border:2px solid #e9ecef;border-radius:8px;color:#2c3e50;font-family:inherit;font-size:.9375rem;padding:.625rem .875rem;transition:all .3s ease;width:100%}.search-input:focus{background:#fff;border-color:#1e3a8a;box-shadow:0 0 0 4px #1e40af1a;outline:none}.search-input::placeholder{color:#95a5a6;opacity:1}.employees-select-container{background:#fff;border:2px solid #e9ecef;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:.75rem;padding:.75rem;width:100%}.employee-search-wrapper{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;display:flex;gap:.5rem;padding:.5rem .75rem;position:relative;transition:border-color .2s ease}.employee-search-wrapper:focus-within{background:#fff;border-color:#1e3a8a}.search-icon{color:#7f8c8d;flex-shrink:0}.employee-search-input{background:#0000;border:none;color:#2c3e50;flex:1 1;font-size:.875rem;outline:none;padding:0}.employee-search-input::placeholder{color:#95a5a6}.search-clear-btn{align-items:center;background:none;border:none;border-radius:4px;color:#7f8c8d;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;padding:.25rem;transition:color .2s ease}.search-clear-btn:hover{background:#e9ecef;color:#2c3e50}.employees-select-list{background:#0000;border:none;box-sizing:border-box;display:flex;flex-direction:column;gap:.75rem;max-height:240px;overflow-x:hidden;overflow-y:auto;padding:0;width:100%}@media (max-width:768px){.employees-select-list{max-height:200px}}.employees-select-list::-webkit-scrollbar{width:8px}.employees-select-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.employees-select-list::-webkit-scrollbar-thumb{background:#1e3a8a;border-radius:4px}.employees-select-list::-webkit-scrollbar-thumb:hover{background:#1e40af}.employee-option{align-items:center!important;background:#fff;border:2px solid #e9ecef;border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:.75rem;min-width:0;padding:.625rem .75rem;transition:all .3s ease;width:100%}@media (max-width:768px){.employee-option{gap:.75rem;padding:.75rem}}.employee-option:hover{border-color:#1e3a8a;box-shadow:0 2px 8px #1e40af1a}.employee-option.selected{background:linear-gradient(135deg,#1e40af1a,#1e40af1a);border-color:#1e3a8a;box-shadow:0 4px 12px #1e40af33}.radio-wrapper{align-items:center;align-self:center;display:flex;flex-shrink:0;height:20px;justify-content:center;width:20px}.employee-option input[type=radio]{accent-color:#1e3a8a;cursor:pointer;height:20px;margin:0;width:20px}.employee-option-info{display:flex;flex:1 1;flex-direction:column;gap:.125rem;justify-content:center;min-width:0}.employee-main-line{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.employee-option-info .employee-name{color:#2c3e50;flex-shrink:0;font-size:.9375rem;font-weight:600;word-break:break-word}.employee-option-info .employee-position{color:#7f8c8d;flex-shrink:0;font-size:.8125rem}.employee-level-badge{border-radius:12px;flex-shrink:0;font-size:.75rem;font-weight:600;padding:.125rem .5rem}.employee-level-badge-junior{background:linear-gradient(135deg,#e2d4f0,#d4bde8);border:1px solid #c9b3e0;color:#4a1d8c}.employee-level-badge-middle{background:linear-gradient(135deg,#cce5ff,#b8daff);border:1px solid #9fcdff;color:#004085}.employee-level-badge-senior{background:linear-gradient(135deg,#d4edda,#c3e6cb);border:1px solid #b8dabd;color:#155724;font-weight:700}.employee-level-badge-empty{background:#95a5a61a;border:1px solid #95a5a633;color:#95a5a6}.employee-secondary-line{align-items:center;display:flex;flex-wrap:wrap;gap:.375rem}.employee-option-info .employee-department{color:#95a5a6;font-size:.75rem}.employee-separator{color:#d1d9e6;font-size:.75rem;font-weight:300}.employee-option-info .employee-team{color:#3498db;font-size:.75rem;font-weight:500}.employee-option-info .employee-level{color:#9b59b6;font-size:.75rem;font-weight:500}.selected-employee-info{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:1.5rem;padding:.75rem 1rem}.employee-info-compact{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.employee-name-compact{color:#2c3e50;font-size:1rem;font-weight:600}.employee-level-compact{background:#e9ecef;border-radius:4px;color:#7f8c8d;font-size:.875rem;padding:.25rem .75rem}.placeholder-section{background:#fff;border:2px dashed #e9ecef;border-radius:12px;padding:2rem;text-align:center}.placeholder-section p{color:#7f8c8d;font-size:1rem;margin-bottom:1.5rem}.empty-state-small{color:#7f8c8d;padding:2rem;text-align:center}.empty-state-small p{font-size:.9rem;margin:0}.weights-header{background:#f8f9fa;border-radius:8px;display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem;padding:1rem}.weights-mode-toggle{display:flex;gap:.5rem}.mode-btn{background:#fff;border:2px solid #e9ecef;border-radius:8px;color:#2c3e50;cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.mode-btn:hover{background:#f0f4ff;border-color:#1e3a8a}.mode-btn.active{background:#1e3a8a;border-color:#1e3a8a;color:#fff}.weights-presets{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.presets-label{color:#2c3e50;font-weight:600}.preset-btn{background:#fff;border:2px solid #e9ecef;border-radius:6px;color:#2c3e50;cursor:pointer;font-size:.875rem;font-weight:500;padding:.4rem .8rem;transition:all .3s ease}.preset-btn:hover{background:#f0f4ff;border-color:#1e3a8a}.preset-btn.active{background:#1e3a8a;border-color:#1e3a8a;color:#fff}.weights-info{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:1rem;padding:.75rem 1rem}.weights-info span{color:#2c3e50;font-weight:600}.btn-link{color:#1e3a8a;font-size:.875rem;font-weight:600;padding:0;text-decoration:underline}.btn-link:hover{color:#1e40af}.weights-list{gap:1rem;margin-bottom:1rem}.weight-item,.weights-list{display:flex;flex-direction:column}.weight-item{background:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;gap:.625rem;padding:.875rem;transition:all .3s ease}.weight-item:hover{background:#fff;border-color:#1e3a8a;box-shadow:0 4px 12px #1e40af1a}.weight-label{display:flex;flex-direction:column;gap:.25rem}.weight-name{color:#2c3e50;font-weight:600;word-break:break-word}.weight-description{color:#7f8c8d;font-size:.875rem}.weight-visual{align-items:center;display:flex;gap:1rem}.weight-bar-container{background:#e9ecef;border-radius:4px;flex:1 1;height:8px;overflow:hidden}.weight-bar{background:linear-gradient(90deg,#1e3a8a,#3b82f6);border-radius:4px;height:100%;transition:width .3s ease}.weight-percentage{color:#1e3a8a;font-size:.875rem;font-weight:600;min-width:50px;text-align:right}.weight-controls{align-items:center;display:flex;gap:1rem}.weight-slider{-webkit-appearance:none;background:#e9ecef;border-radius:3px;flex:1 1;height:6px;outline:none}.weight-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#1e3a8a;border-radius:50%;cursor:pointer;height:18px;-webkit-transition:all .3s ease;transition:all .3s ease;width:18px}.weight-slider::-webkit-slider-thumb:hover{background:#1e40af;transform:scale(1.1)}.weight-slider::-moz-range-thumb{background:#1e3a8a;border:none;border-radius:50%;cursor:pointer;height:18px;-moz-transition:all .3s ease;transition:all .3s ease;width:18px}.weight-slider::-moz-range-thumb:hover{background:#1e40af;transform:scale(1.1)}.weight-input{background:#fff;border:2px solid #e9ecef;border-radius:8px;color:#2c3e50;font-weight:600;padding:.5rem;text-align:center;transition:all .3s ease;width:80px}.weight-input:focus{background:#fff;border-color:#1e3a8a;box-shadow:0 0 0 3px #1e40af1a;outline:none}.weight-unit{color:#2c3e50;font-weight:600}.weights-help-toggle{margin-bottom:1.5rem}.weights-help-trigger{align-items:center;background:none;border:none;color:#1e40af;cursor:pointer;display:flex;font-size:.9375rem;gap:.5rem;padding:.5rem 0;transition:color .2s ease}.weights-help-trigger:hover{color:#1e3a8a;text-decoration:underline}.weights-help-icon{align-items:center;color:#6b7280;display:flex}.weights-help-trigger:hover .weights-help-icon{color:#1e40af}.weights-help-chevron{margin-left:auto;transition:transform .2s ease}.weights-help-chevron.expanded{transform:rotate(180deg)}.weights-explanation{animation:weightsHelpSlide .2s ease;background:#f0f4ff;border-left:4px solid #1e3a8a;border-radius:8px;margin-top:.75rem;padding:1rem}@keyframes weightsHelpSlide{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.weights-explanation ul{color:#34495e;margin:0;padding-left:1.5rem}.weights-explanation li{font-size:.875rem;line-height:1.5;margin-bottom:.25rem}@media (max-width:768px){.weights-header,.weights-presets{flex-direction:column}.weights-presets{align-items:flex-start}.weight-controls{align-items:stretch;flex-direction:column}.weight-slider{width:100%}}.duplicate-check-loading{color:#64748b;font-size:.9rem;margin-top:1rem}.loading{padding:2rem}.btn{box-shadow:0 2px 8px #0000001a;font-size:.9375rem;padding:.625rem 1.25rem}.btn-primary:hover:not(:disabled){box-shadow:0 8px 20px #1e40af66}.btn-primary:disabled{background:#95a5a6;box-shadow:none}.btn-secondary{background:linear-gradient(135deg,#95a5a6,#7f8c8d)}.btn-secondary:hover{box-shadow:0 8px 20px #95a5a666;transform:translateY(-2px)}.form-hint{display:block;line-height:1.5;margin-top:.5rem}.target-level-info{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.info-box{border-left:4px solid;border-radius:8px;font-size:.875rem;line-height:1.5;padding:.875rem 1rem}.info-box-confirm{background:#e8f5e9;border-left-color:#4caf50;color:#2e7d32}.info-box-promotion{background:#e3f2fd;border-left-color:#2196f3;color:#1565c0}.info-box-warning{background:#fff3e0;border-left-color:#ff9800;color:#e65100}.info-box-info{background:#e3f2fd;border-left-color:#2196f3;color:#1565c0}.info-box strong{display:block;font-weight:600;margin-bottom:.25rem}.employee-reviews-list{animation:fadeIn .5s ease-in;background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;box-sizing:border-box;padding:2.5rem;width:100%}@media (max-width:768px){.employee-reviews-list{border-radius:12px;padding:1.5rem}}.list-header{border-bottom:2px solid #f0f0f0;flex-wrap:wrap;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.5rem}.header-actions,.list-header{align-items:center;display:flex;gap:1rem}.btn-toggle-filters{align-items:center;border-radius:10px;display:inline-flex;height:44px;justify-content:center;min-width:44px;padding:.625rem 1rem;position:relative}.btn-filter-icon{stroke-width:2;flex-shrink:0;transition:all .3s ease}.btn-toggle-filters:hover{background:#5a6268}.btn-toggle-filters:hover .btn-filter-icon{transform:scale(1.1)}.btn-toggle-filters.active{background:#5a6268;border:1px solid #495057}.btn-toggle-filters.active .btn-filter-icon{color:#fff;transform:rotate(180deg)}.btn-secondary{border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.btn-secondary:hover{box-shadow:0 4px 8px #00000026;transform:translateY(-1px)}@media (max-width:768px){.list-header{align-items:stretch;flex-direction:column}.list-header h1{font-size:1.75rem}.list-header .btn{width:100%}}.list-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e40af,#1e3a8a);-webkit-background-clip:text;background-clip:text;font-size:2.25rem;font-weight:700;margin:0}.filters{background:#f8f9fa;border-radius:12px;display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem;padding:1rem}@media (max-width:768px){.filters{flex-direction:column;gap:1rem}.filter-group{width:100%}}.filter-group{gap:.5rem}.filter-group label{font-size:.9rem}.filter-input{background:#fff;border:2px solid #e9ecef;border-radius:8px;color:#2c3e50;font-family:inherit;font-size:1rem;padding:.75rem 1rem}.filter-input:focus{background:#fff;border-color:#1e3a8a;box-shadow:0 0 0 3px #1e40af1a;outline:none}.reviews-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));width:100%}@media (max-width:768px){.reviews-grid{gap:1.5rem;grid-template-columns:1fr}}.review-card{background:linear-gradient(135deg,#fff,#f8f9fa);border:1px solid #e9ecef;border-radius:16px;box-sizing:border-box;color:inherit;cursor:pointer;display:block;overflow:hidden;padding:2rem;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}@media (max-width:768px){.review-card{padding:1.5rem}}.review-card:before{background:linear-gradient(90deg,#1e40af,#1e3a8a);content:"";height:4px;left:0;position:absolute;top:0;transform:scaleX(0);transition:transform .3s ease;width:100%}.review-card:hover:before{transform:scaleX(1)}.review-card:hover{border-color:#1e3a8a;box-shadow:0 20px 40px #1e40af33;transform:translateY(-8px)}.review-header{flex-direction:column;margin-bottom:1.5rem}.review-header h3{color:#2c3e50;font-size:1.5rem;font-weight:600;line-height:1.4;margin:0;word-break:break-word}@media (max-width:768px){.review-header h3{font-size:1.25rem}}.review-details{display:flex;flex-direction:column;gap:.75rem}.review-details .grade-badge{background:#e9ecef;border-radius:6px;color:#495057;display:inline-block;font-size:.9rem;font-weight:600;padding:.25rem .75rem}.review-header h3 .position-badge{align-items:center;background:#e2e8f0;border-radius:6px;color:#475569;display:inline-flex;font-size:.7rem;font-weight:600;letter-spacing:.05em;margin-left:.5rem;padding:.2rem .5rem;vertical-align:middle}.grade-promotion{align-items:center;background:#f8fafc;border-bottom:1px solid #f0f0f0;border-radius:10px;display:flex;gap:1rem;margin:.25rem 0;padding:.85rem 1rem}.grade-promotion-label{color:#475569;flex-shrink:0;font-size:1rem;font-weight:600}.grade-promotion-track{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 1px 3px #0000000f;display:inline-flex;gap:.6rem;padding:.5rem .9rem}.grade-promotion-track .grade-pill{align-items:center;border:1px solid;border-radius:8px;display:inline-flex;font-size:1rem;font-weight:700;justify-content:center;letter-spacing:.03em;padding:.4rem .75rem}.grade-promotion-track .grade-pill.grade-junior{background:var(--grade-junior-bg);border-color:var(--grade-junior-border);color:var(--grade-junior-color)}.grade-promotion-track .grade-pill.grade-middle{background:var(--grade-middle-bg);border-color:var(--grade-middle-border);color:var(--grade-middle-color)}.grade-promotion-track .grade-pill.grade-senior{background:var(--grade-senior-bg);border-color:var(--grade-senior-border);color:var(--grade-senior-color)}.grade-promotion-chevron{color:#64748b;font-size:1.25rem;font-weight:700;line-height:1}.detail-item{align-items:flex-start;border-bottom:1px solid #f0f0f0;display:flex;gap:1rem;justify-content:space-between;padding:.75rem 0}.detail-item:last-child{border-bottom:none}.detail-item .label{color:#7f8c8d;flex-shrink:0;font-size:.9rem;font-weight:600;white-space:nowrap}.detail-item .value{color:#2c3e50;flex:1 1;font-weight:500;min-width:0;text-align:right;word-break:break-word}.final-score-item{border-top:2px solid #e9ecef;margin-top:.5rem;padding-top:.75rem}.final-score-item .label{color:#495057;font-size:1rem;font-weight:700}.final-score{border-radius:6px;display:inline-block;font-size:1.2rem;padding:.25rem .75rem}.final-score.score-high{background:#d4edda;color:#155724}.final-score.score-medium{background:#fff3cd;color:#856404}.final-score.score-low{background:#f8d7da;color:#721c24}.status-badge{align-self:flex-start;border-radius:20px;box-shadow:0 2px 8px #0000001a;display:inline-block;font-size:.8rem;letter-spacing:.5px;padding:.5rem 1rem;text-transform:uppercase;white-space:nowrap}.status-draft{background:linear-gradient(135deg,#ecf0f1,#bdc3c7);color:#34495e}.status-active{background:linear-gradient(135deg,#d1ecf1,#bee5eb);color:#0c5460}.status-completed{background:linear-gradient(135deg,#d4edda,#c3e6cb);color:#155724}.status-cancelled{background:linear-gradient(135deg,#f8d7da,#f5c6cb);color:#721c24}.status-approved{background:linear-gradient(135deg,#d4edda,#c3e6cb);color:#155724}.status-rejected{background:linear-gradient(135deg,#f8d7da,#f5c6cb);color:#721c24}.status-review{background:linear-gradient(135deg,#fff3cd,#ffeeba);color:#856404}.status-recommend-approve{background:linear-gradient(135deg,#d1ecf1,#bee5eb);color:#0c5460}.status-recommend-reject{background:linear-gradient(135deg,#f8d7da,#f5c6cb);color:#721c24}.status-awaiting{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#3730a3}.empty-state{align-items:center;color:#7f8c8d;display:flex;flex-direction:column;padding:5rem 2rem;text-align:center}.empty-state-icon{animation:fadeIn .5s ease-in;margin-bottom:2rem;opacity:.6}.empty-state-icon svg{filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.empty-state p{color:#95a5a6;font-size:1.25rem;margin-bottom:2rem}.btn{align-items:center;box-shadow:0 4px 12px #00000026;display:inline-flex;justify-content:center;padding:.875rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-primary:hover{box-shadow:0 8px 20px #1e40af66;transform:translateY(-2px)}.btn-create{overflow:hidden;position:relative}.btn-create .btn-icon{align-items:center;background:#fff3;border-radius:50%;display:inline-flex;font-size:1.2rem;font-weight:600;height:24px;justify-content:center;line-height:1;margin-right:.5rem;transition:all .3s ease;width:24px}.btn-create:hover .btn-icon{background:#ffffff4d;transform:rotate(90deg) scale(1.1)}.review-decision-info{border-top:1px solid #e9ecef;display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;padding-top:1rem}.expert-decision-badge,.system-recommendation-badge{border-radius:8px;display:inline-block;font-size:.85rem;font-weight:600;padding:.5rem .75rem;width:-webkit-fit-content;width:fit-content}.system-recommendation-badge.recommendation-approve{background:#d4edda;color:#155724}.system-recommendation-badge.recommendation-reject{background:#f8d7da;color:#721c24}.system-recommendation-badge.recommendation-review{background:#fff3cd;color:#856404}.expert-decision-badge.decision-approved{background:#d4edda;border:2px solid #28a745;color:#155724}.expert-decision-badge.decision-rejected{background:#f8d7da;border:2px solid #dc3545;color:#721c24}.review-results{box-sizing:border-box;overflow-x:hidden;padding:2rem;width:100%}.results-slider{overflow:hidden;position:relative;width:100%}.results-slider-nav{gap:1rem;margin-bottom:1.5rem;padding:.5rem 0}.results-slider-nav,.slider-arrow{align-items:center;display:flex;justify-content:center}.slider-arrow{background:#fff;border:2px solid #e9ecef;border-radius:50%;color:#1e3a8a;cursor:pointer;font-size:1.5rem;font-weight:600;height:40px;transition:all .2s ease;width:40px}.slider-arrow:hover:not(:disabled){background:#1e40af;border-color:#1e40af;color:#fff;transform:scale(1.05)}.slider-arrow:disabled{cursor:not-allowed;opacity:.4}.slider-tabs{flex-wrap:wrap;gap:.25rem;justify-content:center}.slider-tab,.slider-tabs{align-items:center;display:flex}.slider-tab{background:#fff;border:2px solid #e9ecef;border-radius:8px;color:#64748b;cursor:pointer;font-size:.9rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.slider-tab:hover{background:#f8fafc;border-color:#1e40af;color:#1e3a8a}.slider-tab.active{background:#1e40af;border-color:#1e40af;color:#fff}.slider-tab-number{align-items:center;background:#0000001a;border-radius:50%;display:inline-flex;font-size:.8rem;font-weight:700;height:22px;justify-content:center;min-width:22px}.slider-tab.active .slider-tab-number{background:#ffffff4d}@media (max-width:768px){.results-slider-nav{flex-direction:column;gap:.75rem}.slider-tabs{order:1;width:100%}.slider-tab{flex:1 1;font-size:.8rem;min-width:0;padding:.4rem .5rem}.slider-tab-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.results-slider-panels{position:relative;width:100%}.results-slider-slide{box-sizing:border-box;min-width:0;padding:0 .25rem}.results-slider-slide[hidden]{display:none!important}.error-message,.loading,.no-results{color:#7f8c8d;padding:3rem;text-align:center}.no-results .hint{color:#95a5a6;font-size:.9rem;margin-top:.5rem}.results-step-block{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 8px #0000000f;margin-bottom:2rem;padding:1.5rem 2rem}.results-step-header{align-items:center;border-bottom:2px solid #e9ecef;display:flex;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem}.results-step-number{align-items:center;background:linear-gradient(135deg,#1e40af,#1e3a8a);border-radius:50%;color:#fff;display:inline-flex;font-size:1.1rem;font-weight:700;height:36px;justify-content:center;width:36px}.results-step-header h3{color:#1e3a8a;font-size:1.35rem;font-weight:600;margin:0}.test-verification-notice{align-items:center;background:#fff3cd;border:1px solid #ffc107;border-radius:8px;color:#856404;display:flex;font-size:.95rem;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem}.test-verification-notice .notice-icon{flex-shrink:0;font-size:1.25rem}.comparison-results h4,.expert-decision-section h4,.self-assessment-results h3,.self-assessment-results h4,.test-results h3{color:#2c3e50;font-size:1.25rem;font-weight:600;margin:0 0 1.5rem}.blocks-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-bottom:2rem}.block-card{background:linear-gradient(135deg,#fff,#f8f9fa);border:1px solid #e9ecef;border-radius:12px;padding:1.5rem;transition:box-shadow .2s ease}.block-card:hover{box-shadow:0 4px 12px #0000001a}.block-header{align-items:flex-start;flex-wrap:wrap;gap:1rem}.block-header h4{color:#2c3e50;flex:1 1;font-size:1.1rem;margin:0}.level-badge{border-radius:8px;color:#fff;font-size:.85rem;padding:.4rem .8rem;white-space:nowrap}.section{background:#f8f9fa;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.section h3{color:#2c3e50;font-size:1.2rem;margin:0 0 1rem}.artifacts-list,.goals-list{color:#555;line-height:2;margin:0;padding-left:1.5rem}.artifacts-list li{margin-bottom:.5rem}.artifacts-list a{color:#1e3a8a;text-decoration:none;word-break:break-all}.artifacts-list a:hover{text-decoration:underline}.goals-list li{margin-bottom:.75rem}.test-summary{grid-gap:1rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;box-sizing:border-box;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem;padding:1.5rem;width:100%}.summary-item{display:flex;flex-direction:column;gap:.25rem}.summary-item .label{color:#7f8c8d;font-size:.9rem;font-weight:500}.summary-item .value{color:#2c3e50;font-size:1.1rem;font-weight:600}.employee-notice-approved .value{color:#155724;font-weight:700}.employee-notice-rejected .value{color:#721c24;font-weight:700}.employee-notice-awaiting .value{color:#2c3e50}.points-summary{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border:2px solid #1e40af;border-radius:8px;grid-column:1/-1;padding:1rem}.points-summary .label{color:#1e3a8a;font-size:1.1rem;font-weight:700}.final-points{align-items:center;color:#1e3a8a;display:flex;flex-wrap:wrap;font-size:1.3rem;font-weight:700;gap:.5rem}.points-percentage{color:#5a6c7d;font-size:1rem;font-weight:500}.comparison-results{padding:1rem 0}.comparison-results h3{color:#2c3e50;font-size:1.5rem;margin-bottom:2rem}.comparison-table{border:1px solid #e9ecef;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;max-width:100%;overflow:hidden;width:100%}.comparison-header{background:linear-gradient(135deg,#1e40af,#1e3a8a);color:#fff;font-weight:600}.comparison-header,.comparison-row{grid-gap:1px;display:grid;gap:1px;grid-template-columns:minmax(0,1.65fr) minmax(0,1fr) minmax(0,1.35fr) minmax(0,1.2fr)}.comparison-row{background:#e9ecef}.comparison-row:nth-child(2n){background:#f8f9fa}.comparison-row.comparison-better{background:#f0fdf4}.comparison-row.comparison-better:nth-child(2n){background:#dcfce7}.comparison-row.comparison-worse{background:#fef2f2}.comparison-row.comparison-worse:nth-child(2n){background:#fee2e2}.comparison-row.comparison-match{background:#f0fdf4;border-left:4px solid #22c55e}.comparison-row.comparison-match:nth-child(2n){background:#dcfce7;border-left:4px solid #22c55e}.comparison-cell{align-items:center;background:#fff;display:flex;gap:.5rem;padding:1rem}.comparison-header .comparison-cell.header{align-items:center;background:#0000;color:#fff;display:flex;font-size:.8125rem;-webkit-hyphens:auto;hyphens:auto;justify-content:center;line-height:1.3;min-height:2.75rem;overflow-wrap:anywhere;padding:.65rem .5rem;text-align:center}.comparison-header .comparison-cell:nth-child(3),.comparison-row .comparison-cell:nth-child(3){gap:.35rem}.comparison-row .comparison-cell:not(.block-name){justify-content:center}.comparison-cell.block-name{align-items:flex-start;align-self:stretch;flex-direction:column;gap:.25rem}.comparison-cell.block-name strong{color:#2c3e50;font-size:1rem}.question-count,.test-score{color:#7f8c8d;font-size:.85rem}.no-test-data{color:#95a5a6;font-style:italic}.match-indicator-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;min-width:0;width:100%}.comparison-row .comparison-cell:last-child .match-indicator-wrapper{align-items:center;flex-wrap:nowrap}.comparison-row .comparison-cell:last-child .match-text{flex:1 1 auto;line-height:1.3;min-width:0;overflow-wrap:anywhere}.comparison-row .comparison-cell:last-child .match-indicator svg{height:20px;width:20px}.match-indicator{align-items:center;display:inline-flex;flex-shrink:0;justify-content:center;padding:.25rem}.match-indicator.better{color:#10b981}.match-indicator.worse{color:#dc3545}.match-indicator.match{color:#22c55e}.match-indicator svg{height:20px;width:20px}.match-text{color:#4b5563;font-size:.9rem;font-weight:500}.match-text.match-success{color:#22c55e;font-weight:600}.match-indicator-wrapper.better .match-text{color:#10b981}.match-indicator-wrapper.worse .match-text{color:#dc3545}.level-badge.level-match{border:2px solid #22c55e;box-shadow:0 0 0 2px #22c55e33}@media (max-width:768px){.comparison-header,.comparison-row{gap:0;grid-template-columns:1fr;min-width:0}.comparison-cell{border-bottom:1px solid #e9ecef}.comparison-cell.header{display:none}}.validity-high{color:#27ae60}.validity-medium{color:#f39c12}.validity-low{color:#6c757d}.questions-results{display:flex;flex-direction:column;gap:1.5rem}.questions-filter-tabs{border-bottom:2px solid #e9ecef;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.filter-tab{background:#0000;border:none;border-bottom:3px solid #0000;color:#7f8c8d;cursor:pointer;font-size:.9rem;font-weight:600;margin-bottom:-2px;padding:.75rem 1.5rem;transition:all .2s ease;white-space:nowrap}.filter-tab:hover{background:#f8f9fa;color:#1e3a8a}.filter-tab.active{background:#0000;border-bottom-color:#1e3a8a;color:#1e3a8a}.question-result-card{background:linear-gradient(135deg,#fff,#f8f9fa);border:1px solid #e9ecef;border-radius:12px;padding:1.5rem}.question-header{align-items:center;margin-bottom:1rem}.question-number{color:#1e3a8a;font-weight:600}.question-block,.question-level{font-size:.85rem;padding:.4rem .8rem}.question-text{color:#2c3e50;font-size:1.1rem;line-height:1.6;margin-bottom:1rem}.answer-section{border-top:1px solid #e9ecef;padding-top:1rem}.answer-label{color:#7f8c8d;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.closed-answer,.open-answer{background:#fff;border:1px solid #e9ecef;border-radius:8px;display:flex;flex-direction:column;gap:1rem;margin-bottom:.5rem;padding:1rem}.closed-answer{color:#2c3e50;font-size:1rem;line-height:1.5}.closed-answer .answer-text-content{color:#2c3e50;flex:1 1;min-width:0;word-break:break-word}.open-answer .answer-text{color:#2c3e50;line-height:1.6;white-space:pre-wrap}.correctness{border-radius:6px;display:inline-block;flex-shrink:0;font-size:.85rem;font-weight:600;padding:.5rem .75rem;white-space:nowrap}.correctness.correct{background:#d4edda;color:#155724}.correctness.incorrect{background:#f8d7da;color:#721c24}.correct-answer-hint{background:#fff3cd;border-left:3px solid #ffc107;border-radius:6px;color:#856404;font-size:.9rem;line-height:1.5;margin-top:.75rem;padding:.75rem}.correct-answer-hint strong{color:#856404;font-weight:600}.no-answer{color:#95a5a6;font-style:italic}.answer-time{color:#7f8c8d;font-size:.85rem;margin-top:.5rem}.answer-score{background:#e3f2fd;color:#1e3a8a;font-weight:600;padding:.5rem}.answer-score,.reviewer-notes{border-radius:6px;margin-top:.75rem}.reviewer-notes{background:#fff3cd;border-left:3px solid #ffc107;color:#856404;font-size:.9rem;line-height:1.5;padding:.75rem}.reviewer-notes strong{display:block;margin-bottom:.25rem}.score-editor{border-top:1px solid #e9ecef;margin-top:1rem;padding-top:1rem}.btn-score{background:linear-gradient(135deg,#1e40af,#1e3a8a);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:all .2s ease}.btn-score:hover{background:linear-gradient(135deg,#1e3a8a,#1e40af);box-shadow:0 4px 8px #1e3a8a4d;transform:translateY(-1px)}.score-editor-form{background:#f8f9fa;border-radius:8px;display:flex;flex-direction:column;gap:1rem;padding:1rem}.scoring-criteria-checklist{display:flex;flex-direction:column;gap:.75rem}.criteria-label{color:#2c3e50;font-size:1rem;font-weight:600;margin-bottom:.5rem}.criteria-list{display:flex;flex-direction:column;gap:.5rem}.criterion-checkbox{align-items:flex-start;background:#fff;border:1px solid #e9ecef;border-radius:6px;cursor:pointer;display:flex;gap:.75rem;padding:.75rem;transition:all .2s ease}.criterion-checkbox:hover{background:#f8f9fa;border-color:#1e40af}.criterion-checkbox input[type=checkbox]{cursor:pointer;flex-shrink:0;height:18px;margin-top:.25rem;width:18px}.criterion-text{color:#2c3e50;flex:1 1;line-height:1.5}.criterion-points{color:#7f8c8d;font-size:.85rem;font-weight:500}.criterion-checkbox.criterion-saved{background:#f0fdf4;border-color:#22c55e}.criterion-checkbox.criterion-saved:hover{background:#dcfce7;border-color:#16a34a}.criterion-checkbox.criterion-locked{cursor:not-allowed;opacity:.7}.criterion-checkbox.criterion-locked,.criterion-checkbox.criterion-locked:hover{background:#f8f9fa;border-color:#dee2e6}.criterion-checkbox.criterion-locked input[type=checkbox]{cursor:not-allowed;opacity:.6}.saved-indicator{align-items:center;background-color:#22c55e;border-radius:50%;color:#fff;display:inline-flex;flex-shrink:0;font-size:.75rem;font-weight:700;height:18px;justify-content:center;margin-left:.5rem;width:18px}.score-summary{align-items:center;background:#e3f2fd;border-radius:6px;display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem;padding:.75rem}.score-summary strong{color:#1e3a8a;font-size:1rem}.score-breakdown{color:#5a6c7d;font-size:.9rem}.score-input-group{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.score-input-group label{color:#2c3e50;font-weight:600;min-width:150px}.score-input{background:#fff;border:1px solid #ced4da;border-radius:6px;color:#2c3e50;font-size:1rem;padding:.5rem;width:100px}.score-display{color:#1e3a8a;font-size:1.1rem;font-weight:600}.notes-input-group{display:flex;flex-direction:column;gap:.5rem}.notes-input-group label{color:#2c3e50;font-weight:600}.notes-textarea{background:#fff;border:1px solid #ced4da;border-radius:6px;color:#2c3e50;font-family:inherit;font-size:.9rem;min-height:60px;padding:.75rem;resize:vertical}.scoring-criteria-display{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.scoring-criteria-display strong{color:#2c3e50;display:block;font-size:1rem;margin-bottom:.75rem}.criteria-list-display{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.criterion-item{align-items:flex-start;background:#fff;border:1px solid #e9ecef;border-radius:6px;display:flex;gap:.75rem;padding:.75rem;transition:all .2s ease}.criterion-item.selected{background:#e3f2fd;border-color:#1e40af}.criterion-checkbox-display{color:#1e40af;flex-shrink:0;font-size:1.2rem;text-align:center;width:20px}.criterion-text-display{color:#2c3e50;flex:1 1;line-height:1.5}.criterion-points-display{color:#7f8c8d;flex-shrink:0;font-size:.9rem;font-weight:500}.score-summary-display{background:#e3f2fd;border-radius:6px;color:#1e3a8a;font-size:.95rem;margin-top:.75rem;padding:.75rem}.scoring-criteria{background:#e3f2fd;border-left:4px solid #1e3a8a;border-radius:6px;margin-bottom:1rem;padding:1rem}.scoring-criteria strong{color:#1e3a8a;display:block;font-size:.95rem;margin-bottom:.5rem}.criteria-text{color:#2c3e50;font-size:.9rem;line-height:1.6;white-space:pre-wrap}.score-editor-actions{display:flex;flex-wrap:wrap;gap:.5rem}.final-score{color:#1e3a8a;font-size:1.3rem;font-weight:700}@media (max-width:768px){.review-results{padding:1rem}.results-tabs{flex-direction:column;gap:0}.tab{padding:.75rem 1rem;text-align:left}.blocks-grid,.test-summary{grid-template-columns:1fr}.question-header{align-items:flex-start;flex-direction:column}}.expert-decision-section{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;margin-top:3rem;padding:2rem}.expert-decision-section h3{color:#212529;font-size:1.5rem;margin-bottom:1.5rem;margin-top:0}.system-recommendation{border-left:4px solid;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.system-recommendation.recommendation-approve{background:#d4edda;border-left-color:#28a745;color:#155724}.system-recommendation.recommendation-reject{background:#f8d7da;border-left-color:#dc3545;color:#721c24}.system-recommendation.recommendation-review{background:#fff3cd;border-left-color:#ffc107;color:#856404}.recommendation-header{font-weight:600;margin-bottom:.5rem}.recommendation-content{align-items:center;display:flex;gap:.5rem}.recommendation-icon{font-size:1.5rem;font-weight:700}.recommendation-reason{background:#ffffff80;border-left:3px solid;border-radius:6px;margin-top:1rem;padding:1rem}.recommendation-reject .recommendation-reason{background:#f8d7da4d;border-left-color:#dc3545}.recommendation-review .recommendation-reason{background:#fff3cd4d;border-left-color:#ffc107}.recommendation-approve .recommendation-reason{background:#d4edda4d;border-left-color:#28a745}.recommendation-reason strong{display:block;font-weight:600;margin-bottom:.5rem}.recommendation-reason p{color:inherit;line-height:1.6;margin:0}.expert-decision-form{margin-top:2rem}.expert-decision-form h4{color:#212529;margin-bottom:1rem;margin-top:0}.existing-decision{background:#fff;border:1px solid #dee2e6;border-radius:6px;margin-bottom:1.5rem;padding:1rem}.decision-badge{border-radius:6px;display:inline-block;font-weight:600;margin-bottom:.5rem;padding:.5rem 1rem}.decision-badge.decision-approved{background:#d4edda;color:#155724}.decision-badge.decision-rejected{background:#f8d7da;color:#721c24}.decision-date{color:#6c757d;font-size:.9rem;margin-bottom:.5rem}.decision-notes{border-top:1px solid #dee2e6;color:#495057;margin-top:.5rem;padding-top:.5rem}.decision-inputs{background:#fff;border:1px solid #dee2e6;border-radius:8px;flex-direction:column;padding:1.5rem}.decision-button-group,.decision-inputs{display:flex;gap:1rem}.decision-button{align-items:center;background:#fff;border:2px solid #dee2e6;border-radius:8px;box-shadow:0 2px 4px #0000000d;color:#212529;cursor:pointer;display:flex;flex:1 1;font-size:1rem;font-weight:500;gap:.5rem;justify-content:center;padding:1rem 2rem;position:relative;transition:all .2s ease}.decision-button:hover:not(:disabled){box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.decision-button:active:not(:disabled){box-shadow:0 2px 4px #0000001a;transform:translateY(0)}.decision-button:disabled{cursor:not-allowed;opacity:.6}.decision-button-icon{font-size:1.2rem;font-weight:700}.decision-button-approve{border-color:#28a745;color:#28a745}.decision-button-approve:hover:not(:disabled){background:#e6ffe6;border-color:#28a745}.decision-button-approve.active{background:#28a745;border-color:#28a745;box-shadow:0 4px 16px #28a7454d;color:#fff}.decision-button-approve.active .decision-button-icon{color:#fff}.decision-button-approve:active:not(:disabled):not(.active){background:#d4edda}.decision-button-reject{border-color:#dc3545;color:#dc3545}.decision-button-reject:hover:not(:disabled){background:#ffe6e6;border-color:#dc3545}.decision-button-reject.active{background:#dc3545;border-color:#dc3545;box-shadow:0 4px 16px #dc35454d;color:#fff}.decision-button-reject.active .decision-button-icon{color:#fff}.decision-button-reject:active:not(:disabled):not(.active){background:#f8d7da}.decision-notes-input{display:flex;flex-direction:column;gap:.5rem}.decision-notes-input label{color:#495057;font-weight:500}.decision-notes-input textarea{background:#fff;border:1px solid #dee2e6;border-radius:6px;color:#212529;font-family:inherit;font-size:1rem;min-height:80px;padding:.75rem;resize:vertical}.decision-notes-input textarea:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none}.decision-notes-input textarea:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.6}.decision-radio input[type=radio]:disabled{cursor:not-allowed;opacity:.6}.decision-radio:has(input[type=radio]:disabled){cursor:not-allowed;opacity:.6}.decision-locked-notice{align-items:center;background:#e9ecef;border-radius:6px;color:#6c757d;display:flex;font-size:.9rem;gap:.5rem;margin-top:1rem;padding:.75rem}.lock-icon{font-size:1.2rem}.confirmation-modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.confirmation-modal{animation:modalFadeIn .3s ease;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000004d;max-width:500px;padding:2rem;width:100%}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.confirmation-modal h3{color:#212529;font-size:1.5rem;margin-bottom:1.5rem;margin-top:0}.confirmation-content{margin-bottom:2rem}.confirmation-warning{background:#fff3cd;border-left:4px solid #ffc107;border-radius:8px;color:#856404;font-size:1.1rem;margin-bottom:1rem;padding:1rem}.confirmation-recommendation{background:#f8f9fa;border-radius:6px;color:#495057;margin-bottom:1rem;padding:.75rem}.confirmation-question{color:#212529;font-size:1rem;margin:0}.confirmation-actions{display:flex;gap:1rem;justify-content:flex-end}.confirmation-actions .btn{min-width:120px}.decision-inputs .btn{align-self:flex-start;margin-top:.5rem}.decision-inputs .btn-primary{background:linear-gradient(135deg,#1e40af,#1e3a8a);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.decision-inputs .btn-primary:hover:not(:disabled){box-shadow:0 4px 12px #1e40af4d;transform:translateY(-1px)}.decision-inputs .btn-primary:disabled{cursor:not-allowed;opacity:.6}.criteria-locked-message{align-items:center;background:#e9ecef;border-radius:6px;color:#6c757d;display:flex;font-size:.9rem;gap:.5rem;margin-top:1rem;padding:1rem}.criteria-locked-message .lock-icon{font-size:1.2rem}.criteria-actions{display:flex;gap:1rem;margin-top:1rem}.grade-change-section{background:#fff;border:1px solid #dee2e6;border-radius:8px;margin-top:2rem;padding:1.5rem}.grade-change-section h4{color:#212529;margin-bottom:1rem;margin-top:0}.grade-change-info{margin-bottom:1.5rem}.grade-change-info .info-row{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:.75rem 0}.grade-change-info .info-row:last-child{border-bottom:none}.grade-change-info .info-row strong{color:#495057}.grade-badge{border:1px solid;border-radius:6px;display:inline-block;font-weight:600;padding:.4rem .8rem}.grade-badge.grade-junior{background:var(--grade-junior-bg);border-color:var(--grade-junior-border);color:var(--grade-junior-color)}.grade-badge.grade-middle{background:var(--grade-middle-bg);border-color:var(--grade-middle-border);color:var(--grade-middle-color)}.grade-badge.grade-senior{background:var(--grade-senior-bg);border-color:var(--grade-senior-border);color:var(--grade-senior-color)}.grade-badge.grade-undefined{background:#e9ecef;border-color:#dee2e6;color:#6c757d}.grade-change-confirmed{background:#d4edda;border:1px solid #c3e6cb;border-radius:6px;padding:1rem}.grade-change-status{align-items:center;background:#ffffff80;border-radius:6px;color:#155724;display:flex;font-weight:600;gap:.5rem;margin-top:1rem;padding:.75rem}.grade-change-status .status-icon{font-size:1.2rem}.grade-change-form{background:#fff3cd;border:1px solid #ffc107;border-radius:6px;padding:1rem}.grade-select{margin:1.5rem 0}.grade-select label{color:#495057;display:block;font-weight:600;margin-bottom:.5rem}.grade-select select{background:#fff;border:1px solid #ced4da;border-radius:6px;color:#495057;font-size:1rem;padding:.75rem;width:100%}.grade-select select:disabled{background:#e9ecef;cursor:not-allowed}.employee-review-view{animation:fadeIn .5s ease-in;background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;box-sizing:border-box;margin:0 auto;max-width:1200px;padding:3rem;position:relative;width:100%}@media (max-width:768px){.employee-review-view{border-radius:12px;padding:1.5rem}}.congratulations-banner{align-items:center;animation:congratulationsSlide .6s ease-out;background:linear-gradient(135deg,#d4edda,#c3e6cb 50%,#b8dbbf);border:2px solid #28a745;border-radius:16px;box-shadow:0 4px 20px #28a74540;display:flex;gap:1.25rem;margin-bottom:2rem;padding:1.5rem 2rem}@keyframes congratulationsSlide{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.congratulations-banner-icon{flex-shrink:0;font-size:2.5rem;line-height:1}.congratulations-banner-content{flex:1 1}.congratulations-banner-title{color:#155724;font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.congratulations-banner-text{color:#155724;font-size:1rem;margin:0;opacity:.95}@media (max-width:768px){.congratulations-banner{flex-direction:column;padding:1.25rem;text-align:center}.congratulations-banner-title{font-size:1.25rem}}.review-header{align-items:flex-start;border-bottom:2px solid #f0f0f0;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.5rem}.review-header-actions{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}@media (max-width:768px){.review-header{flex-direction:column}.review-header h1{font-size:1.75rem}.review-status-badge{align-self:flex-start}}.review-header>div:first-child{flex:1 1}.review-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e40af,#1e3a8a);-webkit-background-clip:text;background-clip:text;font-size:2.25rem;font-weight:700;line-height:1.2;margin:0 0 .5rem;word-break:break-word}.review-period-text{color:#7f8c8d;font-size:1rem;font-weight:500}.review-status-badge{border-radius:12px;box-shadow:0 4px 12px #00000026;font-size:1rem;font-weight:600;letter-spacing:.5px;padding:.75rem 1.5rem;text-transform:uppercase}.review-status-badge.pending,.review-status-badge.status-draft{background:linear-gradient(135deg,#ecf0f1,#bdc3c7);color:#34495e}.review-status-badge.in_progress,.review-status-badge.status-active{background:linear-gradient(135deg,#d1ecf1,#bee5eb);color:#0c5460}.review-status-badge.completed,.review-status-badge.status-approved,.review-status-badge.status-completed{background:linear-gradient(135deg,#d4edda,#c3e6cb);color:#155724}.review-status-badge.status-rejected{background:linear-gradient(135deg,#f8d7da,#f5c6cb);color:#721c24}.review-status-badge.status-awaiting{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#3730a3}.review-status-badge.cancelled,.review-status-badge.status-cancelled{background:linear-gradient(135deg,#f8d7da,#f5c6cb);color:#721c24}.review-info{display:flex;flex-direction:column;gap:2rem}.info-card{background:#f8f9fa;border-left:4px solid #1e3a8a;border-radius:16px;box-sizing:border-box;overflow-x:hidden;padding:2rem;width:100%}@media (max-width:768px){.info-card{padding:1.5rem}}.info-card h2{color:#2c3e50;font-size:1.5rem;margin-bottom:1.5rem;margin-top:0}.info-item{align-items:center;border-bottom:1px solid #e9ecef;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;padding:.75rem 0}@media (max-width:768px){.info-item{align-items:flex-start;flex-direction:column}.info-card{padding:1.5rem}.info-card h2{font-size:1.25rem}.review-content{padding:1.5rem}}.info-item:last-child{border-bottom:none}.info-item .label{color:#7f8c8d;font-weight:600}.info-item .value{color:#2c3e50;font-weight:500}.info-item.link-item{align-items:flex-start;border-top:1px solid #e9ecef;flex-direction:column;gap:.75rem;padding-top:1rem}.link-container{flex-wrap:wrap;gap:.75rem;width:100%}@media (max-width:768px){.link-input{font-size:.8rem;padding-right:2.5rem}.copy-icon-btn{height:28px;right:.25rem;width:28px}.copy-icon-btn svg{height:18px;width:18px}}.link-container{align-items:center;display:flex;position:relative}.link-input{background:#fff;border:2px solid #e9ecef;border-radius:8px;color:#2c3e50;cursor:text;flex:1 1;font-family:monospace;font-size:.875rem;min-width:0;padding:.75rem 3rem .75rem 1rem;word-break:break-all}.link-input:focus{background:#fff;border-color:#1e3a8a;box-shadow:0 0 0 3px #1e40af1a;outline:none}.copy-icon-btn{align-items:center;background:#0000;border:none;border-radius:6px;color:#7f8c8d;cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;padding:0;position:absolute;right:.5rem;top:50%;transform:translateY(-50%);transition:all .2s ease;width:32px}.copy-icon-btn:hover{background:#f0f0f0;color:#1e3a8a}.copy-icon-btn:active{transform:translateY(-50%) scale(.95)}.copy-icon-btn.copied{color:#28a745}.copy-icon-btn svg{height:20px;width:20px}.link-disabled-message{align-items:center;background:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;color:#6c757d;display:flex;gap:.75rem;padding:.75rem 1rem;width:100%}.disabled-icon{flex-shrink:0;font-size:1.25rem}.disabled-text{color:#6c757d;font-size:.875rem;font-weight:500}.info-item.go-to-test-item .btn-go-to-test{align-items:center;background:linear-gradient(135deg,#1e40af,#1e3a8a);border:none;border-radius:12px;box-shadow:0 4px 14px #1e40af59;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-flex;font-family:inherit;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;line-height:1.3;max-width:100%;padding:.875rem 1.25rem;transition:transform .15s ease,box-shadow .2s ease,filter .2s ease;width:100%}.btn-go-to-test-arrow{flex-shrink:0;opacity:.95}.info-item.go-to-test-item .btn-go-to-test:hover{box-shadow:0 6px 22px #1e40af6b;filter:brightness(1.06);transform:translateY(-1px)}.info-item.go-to-test-item .btn-go-to-test:active{box-shadow:0 2px 10px #1e40af59;transform:translateY(0)}.info-item.go-to-test-item .btn-go-to-test:focus-visible{outline:2px solid #1e40af;outline-offset:3px}.review-content{background:#f8f9fa;border-left:4px solid #1e3a8a;border-radius:16px;box-sizing:border-box;overflow-x:hidden;padding:2rem;width:100%}.btn-delete-icon{border-radius:8px;font-size:1.2rem;height:40px;transition:all .3s ease;width:40px}.btn-delete-icon:hover:not(:disabled){background:#f8f9fa;color:#495057;transform:scale(1.05)}.btn-delete-icon:disabled{cursor:not-allowed;opacity:.6}.delete-icon,.delete-spinner{display:inline-block;font-size:1.2rem}.btn-delete-icon svg{height:20px;width:20px}@media (max-width:768px){.review-header-actions{justify-content:space-between;width:100%}.btn-delete-icon{font-size:1rem;height:36px;width:36px}.review-content{padding:1.5rem}}.content-placeholder{color:#7f8c8d;padding:3rem 2rem;text-align:center}.content-placeholder p{font-size:1.1rem;margin-bottom:1rem}.content-placeholder ul{display:inline-block;margin:1.5rem 0;padding-left:2rem;text-align:left}.content-placeholder li{font-size:1rem;margin-bottom:.5rem}.coming-soon{color:#95a5a6;font-style:italic;margin-top:2rem!important}.loading{padding:4rem 2rem}.error-message{background:linear-gradient(135deg,#fee,#fdd);border:2px solid #fcc;border-radius:12px;box-shadow:0 4px 12px #cc33331a;padding:1.25rem}.self-assessment-form{box-sizing:border-box;margin:0 auto;max-width:1000px;padding:2rem;width:100%}@media (max-width:768px){.self-assessment-form{padding:1rem}.self-assessment-form h2{font-size:1.5rem}.block-header{align-items:flex-start;flex-direction:column;gap:1rem}.level-buttons{width:100%}.level-btn{flex:1 1;min-width:0}.form-actions{flex-direction:column}.form-actions .btn{width:100%}}.self-assessment-form h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e40af,#1e3a8a);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;margin-bottom:.5rem}.form-description{color:#7f8c8d;line-height:1.6;margin-bottom:2rem}.blocks-section{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.competency-block-card{background:linear-gradient(135deg,#fff,#f8f9fa);border:1px solid #e9ecef;border-radius:12px;overflow:hidden;transition:box-shadow .3s ease}.competency-block-card:hover{box-shadow:0 4px 12px #1e40af1a}.block-header{align-items:center;background:#f8f9fa;border-bottom:1px solid #e9ecef;cursor:pointer;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.block-header h3{color:#2c3e50;flex:1 1;font-size:1.3rem;font-weight:600;margin:0;min-width:0;word-break:break-word}.expand-icon{align-items:center;background:#dbeafe;border-radius:50%;color:#1e3a8a;display:flex;font-size:1.5rem;font-weight:700;height:30px;justify-content:center;width:30px}.block-content{padding:1.5rem}.block-description{color:#555;line-height:1.6}.block-description,.level-selection{margin-bottom:1.5rem}.level-selection label{color:#2c3e50;display:block;font-weight:500;margin-bottom:.75rem}.level-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.level-btn{background:#fff;border:2px solid #e9ecef;border-radius:8px;color:#495057;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.level-btn:hover{background:#f0f2f5;border-color:#1e3a8a}.level-btn.active{background:linear-gradient(135deg,#1e40af,#1e3a8a);border-color:#1e3a8a;color:#fff}.competencies-list{border-top:1px solid #e9ecef;margin-top:1.5rem;padding-top:1.5rem}.competencies-list h4{color:#2c3e50;font-size:1.1rem;margin:0 0 1rem}.competency-item{margin-bottom:1.25rem}.competency-item strong{color:#34495e;display:block;margin-bottom:.5rem}.competency-levels{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem;padding-left:1rem}.level-info{display:flex;font-size:.9rem;gap:.5rem}.level-label{color:#1e3a8a;font-weight:600;min-width:60px}.level-text{color:#555;flex:1 1}.grade-hints{animation:fadeIn .3s ease-in;background:linear-gradient(135deg,#dbeafe,#dbeafe);border:1px solid #93c5fd;border-radius:12px;box-sizing:border-box;margin-top:1.5rem;overflow-x:hidden;padding:1.5rem;width:100%}.grade-hints h4{color:#1e3a8a;font-size:1.1rem;font-weight:600;margin-bottom:1rem;margin-top:0}.grade-hint-item{margin:0}.grade-hint-item p{color:#374151;font-size:.95rem;line-height:1.6;margin:0}@media (max-width:768px){.grade-hints{padding:1rem}.grade-hints h4{font-size:1rem}}.artifacts-section,.goals-section{background:#f8f9fa;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.artifacts-section h3,.goals-section h3{color:#2c3e50;font-size:1.2rem;margin:0 0 .5rem}.section-hint{color:#7f8c8d;font-size:.9rem;margin-bottom:1rem}.input-group{display:flex;gap:.5rem;margin-bottom:.75rem}.form-input,.form-textarea{border:1px solid #e0e0e0;border-radius:8px;flex:1 1;padding:.75rem 1rem;transition:border-color .2s ease}.form-input:focus,.form-textarea:focus{background:#fff;border-color:#1e3a8a}.btn-remove{align-items:center;background:#0000;border:none;border-radius:8px;color:#7f8c8d;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;transition:background-color .2s ease;width:40px}.btn-remove:hover{background:#f8f9fa;color:#495057}.btn-add{background:#fff;border:2px dashed #1e3a8a;border-radius:8px;color:#1e3a8a;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.btn-add:hover{background:#dbeafe;border-color:#1e3a8a}@media (max-width:768px){.self-assessment-form{padding:1rem}.level-buttons{flex-direction:column}.level-btn{width:100%}}.online-test{box-sizing:border-box;margin:0 auto;max-width:900px;padding:2rem;width:100%}@media (max-width:768px){.online-test{padding:1rem}.test-intro h2{font-size:1.75rem}.question-container{padding:1.5rem}.question-header{align-items:flex-start}.question-header,.question-navigation{flex-direction:column}.question-navigation .btn{width:100%}}.test-intro{padding:3rem 2rem;text-align:center}.test-intro h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e40af,#1e3a8a);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.test-description{color:#555;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.test-info-box{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:16px;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;padding:2rem;text-align:left}.test-info-box h3{color:#2c3e50;font-size:1.2rem;margin:0 0 1rem}.test-info-box ul{color:#555;line-height:2;margin:0;padding-left:1.5rem}.test-info-box li{margin-bottom:.5rem}.btn-start{font-size:1.2rem;margin-top:1rem;padding:1rem 3rem}.test-header{margin-bottom:2rem}.progress-bar{background:#e9ecef;border-radius:4px;height:8px;margin-bottom:1rem;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(90deg,#1e40af,#1e3a8a);height:100%;transition:width .3s ease}.question-header-info{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.question-queue-hint{color:#6c757d;font-size:.9em;font-weight:400}.question-counter{color:#7f8c8d;font-size:.95rem;font-weight:500;text-align:center}.question-timer{align-items:center;background:#f8f9fa;border:2px solid #e9ecef;border-radius:10px;display:flex;flex-wrap:wrap;gap:.75rem;padding:.75rem 1.25rem;transition:all .3s ease}.question-timer.timer-open{background:#e3f2fd;border-color:#90caf9}.question-timer.timer-closed{background:#f3e5f5;border-color:#ce93d8}.question-timer.timer-warning{animation:pulse 1s infinite;background:#fff3cd;border-color:#ffc107}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.timer-icon{font-size:1.2rem}.timer-text{font-feature-settings:"tnum";color:#2c3e50;font-size:1.1rem;font-variant-numeric:tabular-nums;font-weight:700;min-width:60px;text-align:center}.timer-limit{color:#7f8c8d;font-size:.85rem;font-weight:500;white-space:nowrap}.question-timer.timer-warning .timer-text{color:#856404}.timer-bar{background:#e9ecef;border-radius:3px;flex-shrink:0;height:6px;overflow:hidden;width:80px}.timer-bar-fill{background:linear-gradient(90deg,#1e40af,#1e3a8a);height:100%;transition:width 1s linear}.question-timer.timer-warning .timer-bar-fill{background:linear-gradient(90deg,#ffc107,#ff9800)}.question-container{background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:20px;box-shadow:0 4px 20px #00000014;padding:2.5rem}.question-header{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.question-level{background:linear-gradient(135deg,#1e40af,#1e3a8a);color:#fff;font-weight:600;text-transform:uppercase}.question-block,.question-level{border-radius:8px;font-size:.9rem;padding:.5rem 1rem}.question-block{background:#dbeafe;color:#1e3a8a;font-weight:500}.question-text{margin-bottom:2rem}.question-text h3{color:#2c3e50;font-size:1.4rem;font-weight:600;line-height:1.6;margin:0;word-break:break-word}.question-answer{margin-bottom:2rem}.closed-question .options-list{display:flex;flex-direction:column;gap:1rem}.option-label{align-items:flex-start;background:#fff;border:2px solid #e9ecef;border-radius:12px;cursor:pointer;display:flex;padding:1rem 1.25rem;transition:all .2s ease}.option-label:hover{background:#f0f2f5;border-color:#1e3a8a}.option-label input[type=radio]{cursor:pointer;flex-shrink:0;margin-right:1rem;margin-top:.25rem}.option-label input[type=radio]:checked+span{color:#1e3a8a;font-weight:500}.option-label:has(input[type=radio]:checked){background:#dbeafe;border-color:#1e3a8a}.option-label span{color:#2c3e50;flex:1 1;line-height:1.5}.open-question .answer-textarea{background:#fff;border:2px solid #e9ecef;border-radius:12px;color:#2c3e50;font-family:inherit;font-size:1rem;padding:1rem;resize:vertical;transition:border-color .2s ease;width:100%}.open-question .answer-textarea:focus{border-color:#1e3a8a;box-shadow:0 0 0 3px #1e40af1a;outline:none}.question-actions{align-items:stretch;border-top:1px solid #e9ecef;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-top:1.5rem}.question-actions .btn-skip-question{flex:0 1 auto;min-width:min(100%,11rem)}.question-actions .btn-next-question{flex:1 1 12rem;min-width:min(100%,12rem)}@media (max-width:768px){.question-actions{flex-direction:column-reverse}.question-actions .btn{width:100%}}.btn{padding:.75rem 2rem}.btn-secondary:disabled{opacity:.5}.test-completed{padding:4rem 2rem;text-align:center}.completed-icon{align-items:center;background:linear-gradient(135deg,#28a745,#20c997);border-radius:50%;color:#fff;display:flex;font-size:3rem;font-weight:700;height:100px;justify-content:center;margin:0 auto 2rem;width:100px}.test-completed h2{color:#2c3e50;font-size:2rem;margin-bottom:1rem}.test-completed p{color:#7f8c8d;font-size:1.1rem}.error-message{background:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;margin-bottom:1.5rem;padding:1rem;text-align:center}.loading{font-size:1.1rem}.no-options{background:#f8f9fa;border-radius:12px;color:#7f8c8d;padding:2rem;text-align:center}@media (max-width:768px){.online-test{padding:1rem}.question-container{padding:1.5rem}.question-actions,.question-header{flex-direction:column}.btn{width:100%}}.test-container{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:2rem;width:100%}@media (max-width:768px){.test-container{padding:1rem}.test-header h1{font-size:1.75rem}.test-subtitle{font-size:.95rem}}.test-header{border-bottom:2px solid #f0f0f0;margin-bottom:3rem;padding-bottom:2rem}.test-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e40af,#1e3a8a);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin:0 0 .5rem}.test-subtitle{color:#7f8c8d;font-size:1.1rem;margin:0}.step-progress{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;padding:0 2rem;position:relative}.step-progress:before{background:#e9ecef;content:"";height:2px;left:2rem;position:absolute;right:2rem;top:20px;z-index:0}.step-indicator{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:.5rem;position:relative;z-index:1}.step-indicator .step-number{align-items:center;background:#fff;border:2px solid #e9ecef;border-radius:50%;color:#7f8c8d;display:flex;font-size:.875rem;font-weight:600;height:40px;justify-content:center;transition:all .3s ease;width:40px}.step-indicator.active .step-number{background:#1e3a8a;border-color:#1e3a8a;color:#fff;transform:scale(1.1)}.step-indicator.completed .step-number{background:#10b981;border-color:#10b981;color:#fff}.step-label{color:#7f8c8d;font-size:.75rem;font-weight:500;text-align:center}.step-indicator.active .step-label{color:#1e3a8a;font-weight:600}.step-indicator.completed .step-label{color:#10b981}.test-content{display:flex;flex-direction:column;gap:2rem}.test-steps{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.step-card{background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:20px;box-shadow:0 4px 20px #00000014;display:flex;gap:1.5rem;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.step-card:hover{box-shadow:0 8px 30px #1e40af26;transform:translateY(-5px)}.step-card.completed{background:linear-gradient(135deg,#d4edda,#c3e6cb);border:2px solid #28a745}.step-card.completed .step-number{background:#28a745}.step-content{flex:1 1}.step-content h2{color:#2c3e50;font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.step-content p{color:#7f8c8d;line-height:1.6;margin:0 0 1.5rem}.test-info{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:20px;box-shadow:0 4px 20px #0000000d;padding:2rem}.info-box h3{color:#2c3e50;font-size:1.3rem;font-weight:600;margin:0 0 1rem}.info-box ul{color:#555;line-height:2;margin:0;padding-left:1.5rem}.info-box li{margin-bottom:.5rem}.btn{border-radius:12px}.btn-primary:hover:not(:disabled){box-shadow:0 6px 20px #1e40af66;transform:translateY(-2px)}.btn-secondary{background:#e9ecef;color:#495057}.btn-secondary:hover:not(:disabled){background:#dee2e6}.btn-secondary:disabled{cursor:not-allowed;opacity:.6}.error-message,.loading{color:#7f8c8d;font-size:1.2rem;padding:3rem;text-align:center}.error-message{color:#e74c3c}.error-message .error-icon{display:block;font-size:3rem;margin-bottom:1rem}.error-message h2{color:#2c3e50;font-size:1.5rem;margin:0 0 1rem}.error-message p{color:#555;line-height:1.6;margin:.5rem 0}.error-message .error-hint{color:#7f8c8d;font-size:.9rem;margin-top:1.5rem}@media (max-width:768px){.test-container{padding:1rem}.test-header h1{font-size:2rem}.step-progress{padding:0 1rem}.step-progress:before{left:1rem;right:1rem}.step-label{font-size:.7rem}.test-steps{grid-template-columns:1fr}.step-card{flex-direction:column;text-align:center}}.test-completed-message{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:20px;box-shadow:0 4px 20px #00000014;margin:0 auto;max-width:600px;padding:3rem 2rem;text-align:center}.test-completed-message .completed-icon{display:block;font-size:4rem;margin-bottom:1.5rem}.test-completed-message h2{color:#2c3e50;font-size:1.75rem;font-weight:600;margin:0 0 1rem}.test-completed-message p{color:#7f8c8d;font-size:1.1rem;line-height:1.6;margin:.75rem 0}.test-completed-message .test-completed-note{border-top:1px solid #dee2e6;color:#6c757d;font-size:.95rem;font-style:italic;margin-top:1.5rem;padding-top:1.5rem}@media (max-width:768px){.test-completed-message{padding:2rem 1.5rem}.test-completed-message .completed-icon{font-size:3rem}.test-completed-message h2{font-size:1.5rem}.test-completed-message p{font-size:1rem}}.login-info{border:1px solid #e9ecef;margin-bottom:1.5rem;padding:1rem}.login-employee-info,.login-username-info{color:#2c3e50;font-size:.95rem;margin:.5rem 0}.login-warning{background:#fff3cd;border:1px solid #ffc107;border-radius:8px;color:#856404;font-size:.9rem;margin-bottom:1.5rem;padding:.75rem 1rem}.password-form-container{align-items:center;display:flex;justify-content:center;min-height:400px;padding:2rem}.password-form{background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:20px;box-shadow:0 4px 20px #00000014;max-width:500px;padding:3rem;width:100%}.password-form h2{color:#2c3e50;font-size:1.75rem;font-weight:600;margin:0 0 1rem;text-align:center}.password-hint{color:#7f8c8d;font-size:1rem;line-height:1.6;margin:0 0 2rem;text-align:center}.password-form .form-group{margin-bottom:1.5rem}.password-form label{color:#2c3e50;display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.password-input{background-color:#fff;border:2px solid #e9ecef;border-radius:8px;box-sizing:border-box;color:#2c3e50;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.password-input:focus{background-color:#fff;border-color:#1e3a8a;box-shadow:0 0 0 3px #1e40af1a;outline:none}.password-input:disabled{background-color:#f8f9fa;cursor:not-allowed}.password-form .btn{font-size:1rem;font-weight:600;padding:.875rem 1.5rem;width:100%}@media (max-width:768px){.password-form-container{padding:1rem}.password-form{padding:2rem 1.5rem}.password-form h2{font-size:1.5rem}.password-hint{font-size:.95rem}}.questions-list{margin:0 auto;max-width:1200px;padding:2rem}.questions-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.questions-header h1{color:#2c3e50;margin:0}.questions-filters{background:linear-gradient(135deg,#fff,#f8f9fa);border:2px solid #e9ecef;border-radius:16px;box-shadow:0 4px 12px #0000000d;margin-bottom:2rem;padding:1.5rem}.filters-header{border-bottom:2px solid #e9ecef;margin-bottom:1.5rem;padding-bottom:1rem}.filters-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e40af,#1e3a8a);-webkit-background-clip:text;background-clip:text;color:#2c3e50;font-size:1.3rem;font-weight:600;margin:0}.filter-group-search{margin-bottom:1.25rem}.filter-group-search .questions-search-input{background:#fff;border:2px solid #e9ecef;border-radius:10px;box-sizing:border-box;color:#2c3e50;font-size:1rem;max-width:100%;padding:.65rem 1rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.filter-group-search .questions-search-input::placeholder{color:#95a5a6}.filter-group-search .questions-search-input:hover{border-color:#ced4da}.filter-group-search .questions-search-input:focus{border-color:#1e40af;box-shadow:0 0 0 3px #1e40af26;outline:none}.filters-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.filter-group{display:flex;flex-direction:column;gap:.75rem}.filter-group label{color:#34495e;font-size:.95rem;font-weight:600;margin-bottom:.25rem}.filter-select{width:100%}.questions-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.question-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;display:flex;flex-direction:column;padding:1.5rem;transition:all .3s ease}.question-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.question-card-header{display:flex;gap:.5rem;margin-bottom:1rem}.question-level-badge,.question-type-badge{border-radius:12px;color:#fff;font-size:.85rem;font-weight:600;padding:.25rem .75rem}.question-card-body{flex:1 1;margin-bottom:1rem}.question-card-body h3{color:#2c3e50;font-size:1.1rem;line-height:1.5;margin:0 0 1rem;word-break:break-word}.question-meta{display:flex;flex-direction:column;gap:.5rem}.meta-item{color:#7f8c8d;font-size:.9rem}.meta-item strong{color:#2c3e50}.question-card-actions{border-top:1px solid #e9ecef;display:flex;gap:.5rem;padding-top:1rem}.btn{font-size:.9rem;padding:.5rem 1rem}.btn-primary:hover{box-shadow:0 2px 8px #1e40af4d;transform:translateY(-1px)}.btn-edit-icon{align-items:center;background:#0000;border:none;border-radius:6px;color:#7f8c8d;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;padding:0;transition:all .2s ease;width:36px}.btn-edit-icon:hover{background:#f8f9fa;color:#495057;transform:scale(1.05)}.btn-edit-icon:active{transform:scale(.95)}.btn-edit-icon svg{height:18px;width:18px}.btn-copy-icon{align-items:center;background:#0000;border:none;border-radius:6px;color:#7f8c8d;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;padding:0;transition:all .2s ease;width:36px}.btn-copy-icon:hover:not(:disabled){background:#f0f9ff;color:#1e40af;transform:scale(1.05)}.btn-copy-icon:active:not(:disabled){transform:scale(.95)}.btn-copy-icon:disabled{cursor:not-allowed;opacity:.45}.btn-copy-icon svg{height:18px;width:18px}.btn-delete-icon{align-items:center;background:#0000;border:none;border-radius:6px;color:#7f8c8d;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;padding:0;transition:all .2s ease;width:36px}.btn-delete-icon:hover{background:#f8f9fa;color:#495057;transform:scale(1.05)}.btn-delete-icon:active{transform:scale(.95)}.btn-delete-icon svg{height:18px;width:18px}.no-questions{color:#7f8c8d;grid-column:1/-1;padding:3rem;text-align:center}@media (max-width:768px){.questions-grid{grid-template-columns:1fr}.questions-header{align-items:flex-start;flex-direction:column;gap:1rem}.questions-filters{padding:1rem}.filters-grid{gap:1rem;grid-template-columns:1fr}}.question-form{margin:0 auto;max-width:900px;padding:2rem}.form-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.form-header h1{color:#2c3e50;margin:0}.question-form-content{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:2rem}.form-section{border-bottom:1px solid #e9ecef;margin-bottom:2rem;padding-bottom:2rem}.form-section:last-of-type{border-bottom:none}.form-section h2{color:#2c3e50;font-size:1.3rem;margin:0 0 1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#2c3e50;display:block;font-weight:600;margin-bottom:.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-input,.form-textarea{background:#fff;border:1px solid #ced4da;border-radius:6px;color:#2c3e50;font-family:inherit;font-size:1rem;padding:.75rem;width:100%}.form-select,.question-form .custom-select{width:100%}.question-form .custom-select .custom-select-trigger{border-radius:8px;font-size:1rem}.question-form .custom-select .custom-select-option:first-child{color:#64748b}.form-textarea{resize:vertical}.form-input:focus,.form-textarea:focus{border-color:#1e40af;box-shadow:0 0 0 3px #1e40af1a;outline:none}.input-small{width:100px}.criterion-item,.option-item,.variation-item{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:1rem;padding:1rem}.criterion-inputs,.option-inputs{display:flex;flex-direction:column;gap:.75rem;width:100%}.option-inputs{align-items:center;flex-direction:row;gap:1rem}.option-inputs .form-input{flex:1 1}.checkbox-label{font-weight:400}.checkbox-label input[type=checkbox]{height:18px;width:18px}.criterion-textarea{box-sizing:border-box;line-height:1.45;max-width:560px;min-height:72px;width:100%}.criterion-controls{align-items:center;display:flex;gap:1rem}.criterion-controls label{align-items:center;display:flex;font-weight:400;gap:.5rem;margin:0}.variation-item{align-items:flex-start;display:flex;gap:1rem}.variation-item .form-textarea{flex:1 1}.btn{border-radius:6px;padding:.75rem 1.5rem;transition:all .2s ease}.btn-primary{background:linear-gradient(135deg,#1e40af,#1e3a8a)}.btn-primary:hover:not(:disabled){box-shadow:0 2px 8px #1e40af4d}.btn-primary:disabled{cursor:not-allowed;opacity:.6}.btn-secondary:hover{background:#5a6268}.btn-small{font-size:.9rem}.btn-delete-icon-small{align-items:center;background:#0000;border:none;border-radius:6px;color:#7f8c8d;cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;padding:0;transition:all .2s ease;width:32px}.btn-delete-icon-small:hover{background:#f8f9fa;color:#495057;transform:scale(1.05)}.btn-delete-icon-small:active{transform:scale(.95)}.btn-delete-icon-small svg{height:16px;width:16px}.form-actions{border-top:1px solid #e9ecef;justify-content:flex-end;padding-top:2rem}.loading{color:#7f8c8d;padding:3rem;text-align:center}@media (max-width:768px){.form-row{grid-template-columns:1fr}.option-inputs{align-items:stretch;flex-direction:column}.form-header{align-items:flex-start;flex-direction:column;gap:1rem}}.users-list{padding:2rem 0}.users-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.users-header h1{color:#2c3e50;margin:0}.users-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.user-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.user-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.user-card-header{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.user-card-header h3{color:#2c3e50;font-size:1.25rem;margin:0}.status-badge{border-radius:6px;font-size:.875rem;font-weight:600;padding:.375rem .75rem}.status-badge.enabled{background:#d4edda;color:#155724}.status-badge.disabled{background:#f8d7da;color:#721c24}.user-card-body{margin-bottom:1rem}.user-card-body p{color:#495057;font-size:.9375rem;margin:.5rem 0}.user-card-actions{display:flex;flex-wrap:wrap;gap:.5rem}.user-card-actions .btn-icon{align-items:center;display:inline-flex;justify-content:center;padding:.5rem}.user-card-actions .btn-icon svg{flex-shrink:0}.btn-small{font-size:.875rem;padding:.5rem 1rem}.user-form-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.user-form-card{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-height:90vh;max-width:500px;overflow-y:auto;padding:2rem;width:100%}.user-form-card h2{color:#2c3e50;margin:0 0 1.5rem}.user-form-card .form-group{margin-bottom:1.5rem}.user-form-card label{color:#34495e;display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.user-form-card input[type=email],.user-form-card input[type=password],.user-form-card input[type=text],.user-form-card select{background:#fff;border:2px solid #e9ecef;border-radius:8px;box-sizing:border-box;color:#2c3e50;font-size:1rem;padding:.875rem 1rem;transition:all .3s ease;width:100%}.user-form-card input:focus,.user-form-card select:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;outline:none}.roles-checkboxes{display:flex;flex-direction:column;gap:.75rem}.checkbox-label{align-items:center;cursor:pointer;display:flex;font-weight:400!important;gap:.5rem}.checkbox-label input[type=checkbox]{cursor:pointer;margin:0;width:auto}.form-hint{color:#6c757d;font-size:.875rem;font-weight:400;margin:.25rem 0 .5rem}.expert-teams-checkboxes{max-height:200px;overflow-y:auto}.form-actions{display:flex;gap:1rem;margin-top:2rem}.form-actions button{flex:1 1}.btn-danger{background:#dc3545;color:#fff}.btn-danger:hover{background:#c82333}.btn-warning{background:#ffc107;color:#212529}.btn-warning:hover{background:#e0a800}@media (max-width:768px){.users-header{align-items:flex-start;flex-direction:column;gap:1rem}.users-grid{grid-template-columns:1fr}.user-form-overlay{padding:1rem}}.admin-support .status-badge{border-radius:6px;font-size:.75rem;font-weight:600;justify-self:start;padding:.25rem .5rem}.admin-support .status-badge.enabled{background:#d4edda;color:#155724}.admin-support .status-badge.disabled{background:#f8d7da;color:#721c24}.admin-support{margin:0 auto;max-width:1100px;padding:2rem 0}.admin-support-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.admin-support-header h1{color:#2c3e50;font-size:1.75rem;margin:0 0 .5rem}.admin-support-lead{color:#6c757d;font-size:.95rem;margin:0;max-width:36rem}.admin-support-link-admin{color:#0d6efd;font-size:.9375rem;font-weight:600;text-decoration:none;white-space:nowrap}.admin-support-link-admin:hover{text-decoration:underline}.admin-support-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:1.25rem;padding:1.5rem 1.75rem}.admin-support-card h2{color:#2c3e50;font-size:1.125rem;margin:0 0 1rem}.admin-support-search-row{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.admin-support-input{border:1px solid #ced4da;border-radius:8px;flex:1 1;font-size:.9375rem;min-width:200px;padding:.6rem .85rem}.admin-support-btn{background:#0d6efd;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9375rem;font-weight:600;padding:.6rem 1.25rem}.admin-support-btn:disabled{cursor:not-allowed;opacity:.65}.admin-support-btn-secondary{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;color:#2c3e50;cursor:pointer;font-size:.8125rem;font-weight:600;padding:.4rem .9rem}.admin-support-hits{list-style:none;margin:1rem 0 0;padding:0}.admin-support-hit{grid-gap:.5rem 1rem;align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;cursor:pointer;display:grid;font:inherit;gap:.5rem 1rem;grid-template-columns:1fr 1.2fr auto;margin-bottom:.5rem;padding:.75rem 1rem;text-align:left;width:100%}@media (max-width:640px){.admin-support-hit{grid-template-columns:1fr}}.admin-support-hit:hover{background:#e9ecef}.admin-support-hit-name{color:#2c3e50;font-weight:600}.admin-support-hit-email{color:#495057;font-size:.875rem}.admin-support-hit-roles{color:#6c757d;font-size:.8125rem;grid-column:1/-1}.admin-support-muted{color:#6c757d;font-size:.9375rem}.admin-support-dl{grid-gap:.5rem 1rem;display:grid;gap:.5rem 1rem;grid-template-columns:160px 1fr;margin:0}.admin-support-dl dt{color:#6c757d;font-size:.875rem;margin:0}.admin-support-dl dd{color:#2c3e50;font-size:.9375rem;margin:0}.admin-support-table-wrap{overflow-x:auto}.admin-support-table{border-collapse:collapse;font-size:.875rem;width:100%}.admin-support-table td,.admin-support-table th{border-bottom:1px solid #e9ecef;padding:.65rem .75rem;text-align:left}.admin-support-table th{color:#6c757d;font-size:.8125rem;font-weight:600}.admin-support-sub{color:#6c757d;font-size:.75rem}.admin-support-inline-link{color:#0d6efd;font-weight:600;text-decoration:none}.admin-support-inline-link:hover{text-decoration:underline}.admin-support-card-audit{margin-top:2rem}.admin-support-audit-head{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between}.admin-support-audit-note{font-size:.8125rem;margin:0 0 1rem}.admin-support-table-audit .admin-support-details{max-width:280px;word-break:break-word}.employees-list{padding:2rem 0}.employees-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.employees-header h1{color:#2c3e50;margin:0}.employees-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.employee-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.employee-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.employee-card-header{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.employee-card-header h3{color:#2c3e50;font-size:1.25rem;margin:0}.level-badge{border-radius:6px;font-size:.75rem;font-weight:600;padding:.375rem .75rem}.level-badge.level-junior{background:#e7e3fc;color:#5b4bb8}.level-badge.level-middle,.level-badge.level-middle-minus,.level-badge.level-middle-plus{background:#e3f2fd;color:#1565c0}.level-badge.level-senior{background:#e8f5e9;color:#2e7d32}.employee-card-body{margin-bottom:1rem}.employee-card-body p{color:#495057;font-size:.9375rem;margin:.5rem 0}.employee-card-actions{display:flex;flex-wrap:wrap;gap:.5rem}.employee-card-actions .btn-small{font-size:.875rem;padding:.5rem 1rem}.employee-card-actions .btn-danger{background:#dc3545;color:#fff}.employee-card-actions .btn-danger:hover{background:#c82333}.employee-card-actions .btn-icon{align-items:center;display:inline-flex;justify-content:center;padding:.5rem}.employee-card-actions .btn-icon svg{flex-shrink:0}.employees-empty{background:#f8f9fa;border-radius:12px;color:#6c757d;padding:3rem 2rem;text-align:center}.employees-empty-hint{color:#9ca3af;font-size:.9375rem;margin-top:.75rem}.employee-form-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.employee-form-card{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-height:90vh;max-width:500px;overflow-y:auto;padding:2rem;width:100%}.employee-form-card h2{color:#2c3e50;margin:0 0 1.5rem}.employee-form-card .form-group{margin-bottom:1.5rem}.employee-form-card .form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.employee-form-card label{color:#34495e;display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.employee-form-card input[type=email],.employee-form-card input[type=text],.employee-form-card select{background:#fff;border:2px solid #e9ecef;border-radius:8px;box-sizing:border-box;color:#2c3e50;font-size:1rem;padding:.875rem 1rem;transition:all .3s ease;width:100%}.employee-form-card input:focus,.employee-form-card select:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;outline:none}.employee-form-card .form-group .custom-select-trigger{border:2px solid #e9ecef;border-radius:8px;font-size:1rem;min-height:51px;padding:.875rem 1rem}.employee-form-card .form-group .custom-select.open .custom-select-trigger{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a}.employee-form-card .form-group .custom-select-trigger:hover:not(.disabled){border-color:#667eea}.employee-form-card .form-group .position-custom-input{margin-top:.75rem}.employee-form-card .form-actions{display:flex;gap:1rem;margin-top:2rem}.employee-form-card .form-actions button{flex:1 1}@media (max-width:768px){.employees-header{align-items:flex-start;flex-direction:column;gap:1rem}.employees-grid{grid-template-columns:1fr}.employee-form-overlay{padding:1rem}.employee-form-card .form-row{grid-template-columns:1fr}}.teams-list{padding:2rem 0}.teams-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.teams-header h1{color:#2c3e50;margin:0}.teams-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.team-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;gap:1rem;justify-content:space-between;padding:1rem 1.25rem;transition:transform .2s ease,box-shadow .2s ease}.team-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.team-card-body{flex:1 1;min-width:0}.team-card-body h3{color:#2c3e50;font-size:1.125rem;font-weight:600;margin:0}.team-card-actions{display:flex;flex-shrink:0;gap:.375rem}.team-card-actions .btn-small{font-size:.875rem;padding:.5rem 1rem}.team-card-actions .btn-danger{background:#dc3545;color:#fff}.team-card-actions .btn-danger:hover{background:#c82333}.team-card-actions .btn-icon{align-items:center;display:inline-flex;justify-content:center;padding:.5rem}.team-card-actions .btn-icon svg{flex-shrink:0}.teams-empty{background:#f8f9fa;border-radius:12px;color:#6c757d;padding:3rem 2rem;text-align:center}.teams-empty-hint{color:#9ca3af;font-size:.9375rem;margin-top:.75rem}.team-form-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.team-form-card{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:400px;padding:2rem;width:100%}.team-form-card h2{color:#2c3e50;margin:0 0 1.5rem}.team-form-card .form-group{margin-bottom:1.5rem}.team-form-card label{color:#34495e;display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.team-form-card input[type=text]{background:#fff;border:2px solid #e9ecef;border-radius:8px;box-sizing:border-box;color:#2c3e50;font-size:1rem;padding:.875rem 1rem;transition:all .3s ease;width:100%}.team-form-card input:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;outline:none}.team-form-card .form-actions{display:flex;gap:1rem;margin-top:2rem}.team-form-card .form-actions button{flex:1 1}@media (max-width:768px){.teams-header{align-items:flex-start;flex-direction:column;gap:1rem}.teams-grid{grid-template-columns:1fr}}.my-skills-container{margin:0 auto;max-width:1200px;padding:20px}.my-skills-loading{align-items:center;color:#666;display:flex;font-size:18px;justify-content:center;min-height:200px}.my-skills-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:24px}.my-skills-header h1{color:#1a1a1a;font-size:28px;margin:0}.my-skills-header-actions{align-items:center;display:flex;gap:12px}.btn-export-pdf{align-items:center;background:linear-gradient(135deg,#2962ff,#1e88e5);border:none;border-radius:8px;box-shadow:0 2px 6px #2962ff4d;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:6px;padding:10px 18px;transition:all .2s ease}.btn-export-pdf:hover:not(:disabled){background:linear-gradient(135deg,#1e88e5,#1565c0);box-shadow:0 4px 12px #2962ff66;transform:translateY(-1px)}.btn-export-pdf:active:not(:disabled){transform:translateY(0)}.btn-export-pdf:disabled{cursor:not-allowed;opacity:.7}.profession-select{background:#fff;border:1px solid #ddd;border-radius:8px;cursor:pointer;font-size:16px;padding:10px 16px}.progress-panel{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:16px;box-shadow:0 2px 8px #00000014;margin-bottom:24px;padding:24px}.progress-grade{border-bottom:1px solid #dee2e6;justify-content:space-between;margin-bottom:20px;padding-bottom:16px}.grade-result,.progress-grade{align-items:center;display:flex}.grade-result{gap:12px}.grade-label{color:#495057;font-size:18px}.grade-value{border-radius:8px;font-size:24px;font-weight:700;padding:8px 20px}.grade-trainee{background:linear-gradient(135deg,#ffeeba,#ffe082);color:#856404}.grade-junior{background:var(--grade-junior-bg);color:var(--grade-junior-color)}.grade-middle{background:var(--grade-middle-bg);color:var(--grade-middle-color)}.grade-senior{background:var(--grade-senior-bg);color:var(--grade-senior-color)}.grade-undefined{background:#e9ecef;color:#6c757d;font-style:italic}.progress-completion{align-items:center;color:#6c757d;display:flex;font-size:14px;gap:12px}.reset-btn{background:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#721c24;cursor:pointer;font-size:12px;padding:4px 10px;transition:all .2s}.reset-btn:hover{background:#f1b0b7;border-color:#e6a1a8}.progress-bars{gap:16px;margin-bottom:20px}.progress-bar-item,.progress-bars{display:flex;flex-direction:column}.progress-bar-item{gap:6px}.progress-bar-header{align-items:center;display:flex;font-size:14px;font-weight:500;justify-content:space-between}.progress-percent{font-size:16px;font-weight:700}.progress-bar-track{background:#e9ecef;border-radius:12px;height:24px;overflow:visible;position:relative}.progress-bar-fill{border-radius:12px;height:100%;transition:width .5s ease}.progress-bar-fill.junior{background:linear-gradient(90deg,#6f42c1,#9b59b6)}.progress-bar-fill.middle{background:linear-gradient(90deg,#007bff,#17a2b8)}.progress-bar-fill.senior{background:linear-gradient(90deg,#28a745,#20c997)}.progress-threshold{background:#495057;height:32px;opacity:.5;position:absolute;top:-4px;width:2px}.progress-bar-detail{color:#6c757d;font-size:12px}.grade-requirements{border-top:1px solid #e9ecef;margin-top:16px;padding-top:16px}.requirements-title{color:#6c757d;font-size:13px;font-weight:600;letter-spacing:.5px;margin-bottom:12px;text-transform:uppercase}.requirements-cards{display:flex;flex-wrap:wrap;gap:12px}.requirement-card{background:#fafafa;border:1px solid #e9ecef;border-radius:8px;flex:1 1;min-width:120px;padding:12px}.requirement-card.requirement-junior{background:linear-gradient(135deg,#f8f4fc,#f5f0fa);border-color:#d4bde8}.requirement-card.requirement-middle{background:linear-gradient(135deg,#f0f7ff,#e8f4ff);border-color:#b8daff}.requirement-card.requirement-senior{background:linear-gradient(135deg,#f0faf0,#e8f5e9);border-color:#b8dabd}.requirement-grade{border-bottom:1px solid #00000014;margin-bottom:8px;padding-bottom:8px}.requirement-grade .grade-name{color:#333;font-size:14px;font-weight:700}.requirement-conditions{display:flex;flex-direction:column;gap:6px}.condition{align-items:center;display:flex;font-size:13px;gap:6px}.condition-value{color:#495057;font-weight:600}.grade-badge{align-items:center;border-radius:4px;display:inline-flex;font-size:11px;font-weight:700;height:20px;justify-content:center;letter-spacing:.5px;min-width:20px;padding:0 6px;text-transform:uppercase}.grade-badge-junior{background:var(--grade-junior-bg);border:1px solid var(--grade-junior-border);color:var(--grade-junior-color)}.grade-badge-middle{background:var(--grade-middle-bg);border:1px solid var(--grade-middle-border);color:var(--grade-middle-color)}.grade-badge-senior{background:var(--grade-senior-bg);border:1px solid var(--grade-senior-border);color:var(--grade-senior-color)}.grade-legend-item{align-items:center;display:flex;gap:6px}.skills-legend{background:#f8f9fa;gap:20px;margin-bottom:12px;padding:12px 20px}.skills-legend,.skills-toolbar{align-items:center;border:1px solid #e9ecef;border-radius:12px;display:flex;flex-wrap:wrap}.skills-toolbar{background:#fff;box-shadow:0 2px 4px #0000000a;gap:16px;justify-content:space-between;margin-bottom:16px;padding:12px 16px}.toolbar-left{gap:16px}.toolbar-left,.toolbar-right{align-items:center;display:flex;flex-wrap:wrap}.toolbar-right{gap:12px}.legend-section{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.legend-title{color:#495057;font-size:14px;font-weight:600}.legend-item{color:#666;font-size:13px;white-space:nowrap}.legend-actions{display:flex;gap:12px}.btn-link{background:none;border:none;color:#007bff;cursor:pointer;font-size:13px;padding:4px 8px}.btn-link:hover{text-decoration:underline}.btn-filter{background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;color:#495057;cursor:pointer;font-size:13px;padding:6px 12px;transition:all .2s}.btn-filter:hover{background:#e9ecef;border-color:#ced4da}.btn-filter.active{background:#fff3cd;border-color:#ffc107;color:#856404}.grade-filter-group{align-items:center;display:flex;gap:6px}.filter-label{color:#6c757d;font-size:12px;font-weight:500}.btn-grade-filter{background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;color:#495057;cursor:pointer;font-size:12px;font-weight:600;min-width:32px;padding:4px 10px;transition:all .2s}.btn-grade-filter:hover{background:#e9ecef;border-color:#ced4da}.btn-grade-filter.active{border-color:#0000;color:#fff}.btn-grade-filter.junior{border-color:var(--grade-junior-border)}.btn-grade-filter.junior:hover{background:var(--grade-junior-bg);color:var(--grade-junior-color)}.btn-grade-filter.junior.active{background:linear-gradient(135deg,#6f42c1,#5a32a3);border-color:#5a32a3}.btn-grade-filter.middle{border-color:var(--grade-middle-border)}.btn-grade-filter.middle:hover{background:var(--grade-middle-bg);color:var(--grade-middle-color)}.btn-grade-filter.middle.active{background:linear-gradient(135deg,#007bff,#0056b3);border-color:#0056b3}.btn-grade-filter.senior{border-color:var(--grade-senior-border)}.btn-grade-filter.senior:hover{background:var(--grade-senior-bg);color:var(--grade-senior-color)}.btn-grade-filter.senior.active{background:linear-gradient(135deg,#28a745,#1e7e34);border-color:#1e7e34}.view-toggle{background:#e9ecef;border-radius:6px;display:flex;gap:2px;padding:2px}.view-btn{align-items:center;background:#0000;border:none;border-radius:4px;color:#6c757d;cursor:pointer;display:flex;font-size:14px;height:28px;justify-content:center;transition:all .2s;width:32px}.view-btn:hover{background:#ffffff80;color:#495057}.view-btn.active{background:#fff;box-shadow:0 1px 3px #0000001a;color:#007bff}.category-tabs-container{background:#fff;border:1px solid #e9ecef;border-radius:12px;margin-bottom:16px;overflow:hidden;padding:12px}.category-tabs-container.tools{background:linear-gradient(135deg,#f5f7fa,#eef2f7);border-color:#d0d7de}.category-tabs-container.tools .category-tab{background:linear-gradient(145deg,#f8fafc,#eef2f7);border-color:#d0d7de}.category-tabs-container.tools .category-tab:hover{background:linear-gradient(145deg,#eef2f7,#e1e7ed);border-color:#9ca8b4}.category-tabs-container.tools .category-tab.active{background:linear-gradient(145deg,#6c757d,#545b62);border-color:#545b62;box-shadow:0 4px 12px #6c757d59}.tabs-group-header{align-items:center;border-bottom:2px solid #e9ecef;display:flex;gap:10px;margin-bottom:14px;padding-bottom:10px}.category-tabs-container.tools .tabs-group-header{border-bottom-color:#d0d7de}.tabs-group-icon{align-items:center;background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:10px;box-shadow:0 2px 4px #0000000f;display:flex;font-size:22px;height:36px;justify-content:center;width:36px}.category-tabs-container.tools .tabs-group-icon{background:linear-gradient(135deg,#eef2f7,#e1e7ed)}.tabs-group-title{color:#343a40;font-size:15px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.category-tabs-container.tools .tabs-group-title{color:#5a6268}.category-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:8px;scrollbar-width:thin}.category-tabs::-webkit-scrollbar{height:6px}.category-tabs::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.category-tabs::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.category-tabs::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.category-tab{align-items:flex-start;background:linear-gradient(145deg,#fff,#f8f9fa);border:2px solid #e9ecef;border-radius:12px;box-shadow:0 2px 4px #0000000a;cursor:pointer;display:flex;flex-direction:column;flex-shrink:0;gap:6px;min-width:140px;padding:12px 18px;transition:all .25s ease}.category-tab:hover{background:linear-gradient(145deg,#f8f9fa,#e9ecef);border-color:#adb5bd;box-shadow:0 4px 8px #00000014;transform:translateY(-2px)}.category-tab.active{background:linear-gradient(145deg,#0d6efd,#0056d3);border-color:#0056d3;box-shadow:0 4px 12px #0d6efd59;color:#fff}.category-tab.incomplete{border-left:4px solid #ffc107}.category-tab.complete{border-left:4px solid #28a745}.category-tab.active.incomplete{border-left-color:#ffd43b}.category-tab.active.complete{border-left-color:#51cf66}.tab-name{font-size:14px;font-weight:600;line-height:1.3;white-space:normal;word-break:break-word}.tab-meta{align-items:center;display:flex;gap:6px;width:100%}.tab-badge{background:linear-gradient(135deg,#ffeaa7,#fdcb6e);border-radius:10px;color:#856404;font-size:9px;font-weight:600;letter-spacing:.3px;padding:3px 8px;text-transform:uppercase}.category-tab.active .tab-badge{background:#ffffff40;color:#fffffff2}.tab-stats{background:linear-gradient(135deg,#e9ecef,#dee2e6);border-radius:8px;color:#495057;font-size:12px;font-weight:500;padding:4px 10px}.category-tab.active .tab-stats{background:#fff3;color:#fffffff2}.tab-check{align-items:center;background:linear-gradient(135deg,#51cf66,#28a745);border-radius:50%;box-shadow:0 2px 4px #28a7454d;color:#fff;display:flex;font-size:11px;font-weight:700;height:20px;justify-content:center;width:20px}.category-tab.active .tab-check{background:#ffffff4d;box-shadow:none}.horizontal-skills-content{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:16px}.horizontal-skills-list{display:flex;flex-direction:column;gap:8px}.vertical-section{margin-bottom:24px}.vertical-section:last-child{margin-bottom:0}.vertical-section-header{align-items:center;background:linear-gradient(135deg,#fff,#f8f9fa);border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 4px #0000000a;display:flex;gap:12px;margin-bottom:16px;padding:12px 16px}.tools-section .vertical-section-header{background:linear-gradient(135deg,#f5f7fa,#eef2f7);border-color:#d0d7de}.section-icon{align-items:center;background:linear-gradient(135deg,#fff,#f0f0f0);border-radius:12px;box-shadow:0 2px 6px #00000014;display:flex;font-size:24px;height:44px;justify-content:center;width:44px}.tools-section .section-icon{background:linear-gradient(135deg,#e9ecef,#dde2e8)}.section-title{color:#343a40;font-size:16px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.tools-section .section-title{color:#5a6268}.vertical-section-content{display:flex;flex-direction:column;gap:12px}.category-card.tool-category{background:linear-gradient(135deg,#fafbfc,#f5f7fa);border-color:#d0d7de}.category-card.tool-category .category-header{background:linear-gradient(90deg,#eef2f7,#f5f7fa)}.category-card.tool-category.incomplete .category-header{background:linear-gradient(90deg,#fff8e1,#eef2f7)}.category-card.tool-category.complete .category-header{background:linear-gradient(90deg,#e8f5e9,#eef2f7)}.save-status{animation:slideIn .3s ease;background:#343a40;border-radius:8px;bottom:20px;box-shadow:0 4px 12px #0003;color:#fff;font-size:14px;padding:12px 24px;position:fixed;right:20px;z-index:1000}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.skills-categories{display:flex;flex-direction:column;gap:12px}.category-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;overflow:hidden;transition:box-shadow .2s}.category-card:hover{box-shadow:0 2px 8px #00000014}.category-card.optional{background:#fafafa;border-style:dashed}.category-card.incomplete{border-left:4px solid #ffc107}.category-card.incomplete .category-header{background:linear-gradient(90deg,#fff8e1,#f8f9fa)}.category-card.complete{border-left:4px solid #28a745}.category-card.complete .category-header{background:linear-gradient(90deg,#e8f5e9,#f8f9fa)}.complete-badge{align-items:center;background:#28a745;border-radius:50%;color:#fff;display:inline-flex;font-size:12px;font-weight:700;height:20px;justify-content:center;width:20px}.stats-progress.incomplete{color:#e65100;font-weight:600}.category-header{align-items:center;background:#f8f9fa;border-bottom:1px solid #0000;cursor:pointer;display:flex;justify-content:space-between;padding:16px 20px;-webkit-user-select:none;user-select:none}.category-card:not(.collapsed) .category-header{border-bottom-color:#e9ecef}.category-title{align-items:center;display:flex;gap:12px}.expand-icon{color:#6c757d;font-size:12px;width:16px}.category-header h3{color:#1a1a1a;font-size:16px;font-weight:600;margin:0}.optional-badge{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:1px solid #dee2e6;border-radius:10px;color:#6c757d;display:inline-flex;font-size:10px;font-weight:500;letter-spacing:.3px;padding:2px 8px;text-transform:uppercase}.category-stats{display:flex;font-size:13px;gap:12px}.stats-assessed{color:#28a745;font-weight:500}.stats-progress{color:#6c757d}.category-skills{padding:8px 0}.skill-item{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:12px 20px;transition:background .15s}.skill-item:last-child{border-bottom:none}.skill-item:hover{background:#f8f9fa}.skill-item.optional{background:#fafafa}.skill-info{align-items:center;display:flex;flex:1 1;gap:12px;min-width:0}.skill-info .grade-badge{flex-shrink:0}.skill-name{color:#333;font-size:14px;line-height:1.4}.optional-tag{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:1px solid #dee2e6;border-radius:10px;color:#6c757d;display:inline-flex;font-size:10px;font-weight:500;letter-spacing:.3px;margin-left:8px;padding:2px 8px;text-transform:uppercase}.skill-assessment{display:flex;flex-shrink:0;gap:4px}.assessment-btn{align-items:center;background:#f0f0f0;border:2px solid #0000;border-radius:8px;cursor:pointer;display:flex;font-size:16px;height:36px;justify-content:center;transition:all .15s;width:40px}.assessment-btn:hover{transform:scale(1.1)}.assessment-btn.assessment-know{border-color:#d4edda}.assessment-btn.assessment-know.selected{background:#d4edda;border-color:#28a745}.assessment-btn.assessment-tried{border-color:#fff3cd}.assessment-btn.assessment-tried.selected{background:#fff3cd;border-color:#ffc107}.assessment-btn.assessment-none{border-color:#f8d7da}.assessment-btn.assessment-none.selected{background:#f8d7da;border-color:#dc3545}@media (max-width:768px){.my-skills-container{padding:12px}.my-skills-header{align-items:flex-start;flex-direction:column;gap:12px}.my-skills-header h1{font-size:24px}.profession-select{width:100%}.progress-grade{align-items:flex-start;flex-direction:column;gap:12px}.grade-value{font-size:20px}.skills-legend{align-items:flex-start;flex-direction:column}.legend-section{justify-content:flex-start;width:100%}.skills-toolbar{align-items:stretch;flex-direction:column}.toolbar-left,.toolbar-right{justify-content:center}.skill-item{align-items:flex-start;flex-direction:column;gap:12px}.skill-assessment{justify-content:flex-end;width:100%}.assessment-btn{flex:1 1;max-width:60px}}.login-container{-webkit-overflow-scrolling:touch;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);bottom:0;box-sizing:border-box;display:flex;height:100vh;height:100dvh;height:-webkit-fill-available;justify-content:center;left:0;margin:0;max-width:100vw;min-height:100vh;min-height:100dvh;min-height:-webkit-fill-available;overflow-y:auto;padding:max(2rem,env(safe-area-inset-top)) max(2rem,env(safe-area-inset-right)) max(2rem,env(safe-area-inset-bottom)) max(2rem,env(safe-area-inset-left));position:fixed;right:0;top:0;width:100%;z-index:1000}.login-card{animation:fadeIn .5s ease-in;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0003;max-width:400px;padding:3rem;width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-card h1{color:#2c3e50;font-size:2rem;font-weight:700;margin:0 0 .5rem;text-align:center}.login-subtitle{color:#7f8c8d;font-size:.9375rem;text-align:center}.login-form,.login-subtitle{margin-bottom:2rem}.login-form .form-group{margin-bottom:1.5rem}.login-form label{color:#34495e;display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.login-form input{background:#fff;border:2px solid #e9ecef;border-radius:8px;box-sizing:border-box;color:#2c3e50;font-size:1rem;padding:.875rem 1rem;transition:all .3s ease;width:100%}.login-form input:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;outline:none}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;text-align:center;text-decoration:none;transition:all .3s ease}.btn:disabled{cursor:not-allowed;opacity:.6}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover:not(:disabled){background:#5568d3;box-shadow:0 4px 8px #667eea4d;transform:translateY(-1px)}.btn-secondary{background:#6c757d;border:none;color:#fff}.btn-secondary:hover:not(:disabled){background:#5a6268;box-shadow:0 4px 8px #00000026;transform:translateY(-1px)}.btn-block{font-size:1rem;font-weight:600;padding:.875rem;width:100%}.login-info{background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;margin-top:2rem;padding:1.5rem}.login-info p{color:#2c3e50;font-weight:600;margin:0 0 .75rem}.login-info ul{color:#7f8c8d;font-size:.875rem;line-height:1.8;margin:0;padding-left:1.5rem}.login-info li{margin-bottom:.25rem}.quick-login-buttons{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}@media (max-width:768px){.login-card{padding:2rem}.login-card h1{font-size:1.75rem}}.onboarding-overlay{align-items:center;animation:onboardingFadeIn .3s ease;background:linear-gradient(135deg,#3b82f626,#1e40af33);bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:999}@keyframes onboardingFadeIn{0%{opacity:0}to{opacity:1}}.onboarding-card{animation:onboardingSlideUp .4s ease;background:#fff;border-radius:20px;box-shadow:0 20px 60px #1e40af33;max-width:520px;padding:2.5rem;width:100%}@keyframes onboardingSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.onboarding-progress{background:#e5e7eb;border-radius:3px;height:6px;margin-bottom:2rem;overflow:hidden;position:relative}.onboarding-progress-bar{background:linear-gradient(90deg,#3b82f6,#1e40af);border-radius:3px;height:100%;transition:width .3s ease}.onboarding-step-counter{color:#6b7280;display:block;font-size:.8125rem;margin-top:.5rem;text-align:center}.onboarding-content{margin-bottom:2rem;text-align:center}.onboarding-icon{font-size:3.5rem;line-height:1;margin-bottom:1.25rem}.onboarding-title{color:#1f2937;font-size:1.5rem;font-weight:700;line-height:1.3;margin:0 0 1rem}.onboarding-description{color:#6b7280;font-size:1rem;line-height:1.6;margin:0}.onboarding-tour-description{color:#374151;font-weight:500;margin-top:1rem}.onboarding-actions-single{gap:1rem;justify-content:center}.onboarding-dots{display:flex;gap:.5rem;justify-content:center;margin-bottom:2rem}.onboarding-dot{background:#e5e7eb;border:none;border-radius:50%;cursor:pointer;height:10px;padding:0;transition:all .2s ease;width:10px}.onboarding-dot:hover{background:#d1d5db}.onboarding-dot.active{background:#3b82f6;transform:scale(1.2)}.onboarding-actions{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.onboarding-actions-left{flex:1 1}.onboarding-actions-center{align-items:center;display:flex;gap:.75rem}.btn-outline{background:#0000;border:2px solid #d1d5db;color:#6b7280}.btn-outline:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af;color:#3b82f6}@media (max-width:768px){.onboarding-card{padding:1.5rem}.onboarding-title{font-size:1.25rem}.onboarding-actions{flex-direction:column}.onboarding-actions-left{width:100%}.onboarding-actions-center{justify-content:center;width:100%}}.onboarding-tour-overlay{bottom:0;left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:9999}.onboarding-tour-spotlight{border-radius:12px;box-shadow:0 0 0 9999px #1e40af59;pointer-events:none;position:fixed;transition:top .2s ease,left .2s ease,width .2s ease,height .2s ease}[data-onboarding].tour-target-active{animation:tour-target-pulse 2s ease-in-out infinite;border-radius:8px;box-shadow:0 0 0 3px #3b82f6;position:relative;z-index:10001}@keyframes tour-target-pulse{0%,to{box-shadow:0 0 0 3px #3b82f6}50%{box-shadow:0 0 0 5px #3b82f6,0 0 20px #3b82f666}}.onboarding-tour-banner{background:linear-gradient(135deg,#3b82f6,#1e40af 50%,#1e3a8a);border-radius:12px;box-shadow:0 4px 20px #1e40af40;color:#fff;left:20px;padding:1rem 20px;pointer-events:auto;position:fixed;right:20px;top:70px;transition:top .2s ease,left .2s ease,bottom .2s ease;z-index:10002}.onboarding-tour-banner-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.onboarding-tour-banner-text{flex:1 1;min-width:200px}.onboarding-tour-banner-title{color:#fff;font-size:1.125rem;font-weight:700;margin:0 0 .25rem}.onboarding-tour-banner-description{font-size:.9375rem;line-height:1.4;margin:0;opacity:.95}.onboarding-tour-banner-actions{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.onboarding-tour-banner-counter{font-size:.8125rem;opacity:.9}.onboarding-tour-banner-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.btn-tour-primary{background:#fff;border:none;border-radius:8px;color:#1e40af;cursor:pointer;font-size:.9375rem;font-weight:600;padding:.5rem 1rem;transition:all .2s ease}.btn-tour-primary:hover{background:#eff6ff;box-shadow:0 2px 8px #00000026;transform:translateY(-1px)}.btn-tour-secondary{background:#fff3;border:1px solid #fff6;border-radius:8px;color:#fff;cursor:pointer;font-size:.9375rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.btn-tour-secondary:hover{background:#ffffff4d}.btn-tour-outline{background:#0000;border:1px solid #ffffff80;border-radius:8px;color:#fff;cursor:pointer;font-size:.9375rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.btn-tour-outline:hover{background:#ffffff26}@media (max-width:768px){.onboarding-tour-banner{padding:1rem 15px;top:65px}.onboarding-tour-banner-actions,.onboarding-tour-banner-content{align-items:stretch;flex-direction:column}.onboarding-tour-banner-buttons{justify-content:flex-end}}.navbar{background:linear-gradient(135deg,#3b82f6,#1e40af 50%,#1e3a8a);border-bottom:1px solid #fff3;box-shadow:0 4px 20px #1e40af4d;color:#fff;padding:calc(1.25rem + env(safe-area-inset-top)) 0 1.25rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar-container{flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 max(16px,env(safe-area-inset-right)) 0 max(16px,env(safe-area-inset-left))}.navbar-brand,.navbar-container{align-items:center;display:flex;gap:.5rem}.navbar-brand{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;background-clip:text;color:#fff;flex-shrink:0;font-size:1.625rem;font-weight:700;text-decoration:none;transition:transform .3s ease}.navbar-brand-icon{background:#ffffff26;border-radius:8px;box-sizing:border-box;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));flex-shrink:0;height:38px;object-fit:contain;padding:6px;width:38px}.navbar-brand:hover{transform:scale(1.05)}.navbar-brand:hover .navbar-brand-icon{transform:scale(1.1);transition:transform .3s ease}.navbar-links{flex:1 1 auto;flex-wrap:nowrap;gap:.5rem;justify-content:flex-end;min-width:0}.navbar-links,.navbar-user{align-items:center;display:flex}.navbar-user{border-left:1px solid #fff3;flex-shrink:0;margin-left:.5rem;padding-left:.85rem;position:relative}.navbar-user-trigger{align-items:center;background:none;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9375rem;font-weight:500;gap:.375rem;padding:.5rem .75rem;transition:background .2s ease}.navbar-user-trigger:hover{background:#ffffff26}.navbar-username{color:#fff;font-size:.9375rem;font-weight:500}.navbar-chevron{transition:transform .2s ease}.navbar-chevron.open{transform:rotate(180deg)}.navbar-user-menu{animation:navbarMenuFadeIn .2s ease;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;margin-top:.5rem;min-width:200px;overflow:hidden;position:absolute;right:0;top:100%;z-index:1001}@keyframes navbarMenuFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.navbar-user-menu-item{align-items:center;background:none;border:none;color:#374151;cursor:pointer;display:flex;font-family:inherit;font-size:.9375rem;gap:.5rem;padding:.75rem 1rem;text-align:left;text-decoration:none;transition:background .2s ease;width:100%}.navbar-user-menu-item:hover{background:#f3f4f6}.navbar-user-menu-item-logout{border-top:1px solid #e5e7eb;color:#dc2626}.navbar-user-menu-item-logout:hover{background:#fef2f2}.navbar-logout{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .3s ease}.navbar-logout:hover{background:#ffffff40;border-color:#fff6;box-shadow:0 2px 8px #0003;transform:translateY(-1px)}.navbar-logout:active{transform:translateY(0)}.navbar-logout svg{flex-shrink:0}.navbar-links a{align-items:center;border-radius:11px;color:#fff;display:inline-flex;flex-shrink:0;font-size:.9375rem;font-weight:500;justify-content:center;line-height:1.25;overflow:hidden;padding:.55rem .85rem;position:relative;text-align:center;text-decoration:none;transition:all .3s ease;white-space:nowrap}.navbar-links a:before{background:#ffffff1a;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.navbar-links a:hover:before{opacity:1}.navbar-links a:hover{background:#ffffff26;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.navbar-links a.active{background:#ffffff40;box-shadow:0 4px 12px #0003}.navbar-links a.active:after{background:#fff;border-radius:2px;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60%}.navbar-user-menu a.navbar-user-menu-item{color:#374151}.navbar-mobile-toggle{-webkit-tap-highlight-color:transparent;align-items:center;background:#ffffff1f;border:1px solid #ffffff59;border-radius:10px;color:#fff;cursor:pointer;display:none;flex-shrink:0;height:44px;justify-content:center;margin:0 0 0 auto;padding:0;width:44px}.navbar-mobile-toggle:active{background:#ffffff38}@media (max-width:1320px){.navbar-mobile-toggle{display:flex}.navbar-brand{font-size:1.35rem}.navbar-brand-icon{height:36px;width:36px}.navbar-links{align-items:stretch;border-top:1px solid #fff3;display:none;flex:none;flex-basis:100%;flex-direction:column;gap:.35rem;margin-top:.25rem;padding-top:.75rem;width:100%}.navbar-links.navbar-links--open{display:flex}.navbar-links a{border-radius:10px;font-size:.9375rem;justify-content:flex-start;padding:.75rem 1rem;white-space:normal;width:100%}.navbar-links a.active:after{display:none}.navbar-user{border-left:none;border-top:1px solid #ffffff26;margin-left:0;padding-left:0;padding-top:.5rem;width:100%}.navbar-user-trigger{justify-content:space-between;width:100%}.navbar-user-menu{left:0;min-width:0;right:0}}
/*# sourceMappingURL=main.5d02f200.css.map*/