*{box-sizing:border-box;margin:0;padding:0}body,html{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;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background:linear-gradient(135deg,#eff6ff,#dbeafe);min-height:100vh}.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 20px;width:100%}.container:has(.login-container){margin:0;max-width:none;padding:0}@media (max-width:768px){.container{padding:1rem 15px}}.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{align-items:flex-end;bottom:20px;display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow-y:auto;pointer-events:none;position:fixed;right:20px;z-index:10000}.toast-container>*{pointer-events:auto}@media (max-width:768px){.toast-container{align-items:stretch;bottom:10px;left:10px;max-height:calc(100vh - 20px);right:10px}}.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-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}@keyframes slideIn{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.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:#34d39933;border:1px solid #34d39966;color:#34d399}.employee-level-badge-middle{background:#10b98140;border:1px solid #10b98173;color:#10b981}.employee-level-badge-senior{background:#0478574d;border:1px solid #04785780;color:#047857;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{background:none;border:none;color:#1e3a8a;cursor:pointer;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-explanation{background:#f0f4ff;border-left:4px solid #1e3a8a;border-radius:8px;margin-top:1rem;padding:1rem}.weights-explanation p{color:#2c3e50;font-weight:600;margin:0 0 .5rem}.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%}}.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{color:#6c757d;display:block;font-size:.875rem;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:#fff3;border:1px solid #ffffff4d}.btn-toggle-filters.active .btn-filter-icon{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}.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}.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%}.error-message,.loading,.no-results{color:#7f8c8d;padding:3rem;text-align:center}.no-results .hint{color:#95a5a6;font-size:.9rem;margin-top:.5rem}.results-tabs{border-bottom:2px solid #e9ecef;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;overflow-x:auto}.tab{background:none;border:none;border-bottom:3px solid #0000;color:#7f8c8d;cursor:pointer;font-size:1.1rem;font-weight:500;padding:1rem 2rem;transition:all .2s ease}.tab.active,.tab:hover{color:#1e3a8a}.tab.active{border-bottom-color:#1e3a8a}.tab.disabled{color:#95a5a6;cursor:not-allowed;opacity:.5}.tab.disabled:hover{color:#95a5a6}.self-assessment-results h3,.test-results h3{color:#2c3e50;font-size:1.5rem;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;font-weight:600;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}.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;display:flex;flex-direction:column;overflow:hidden}.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:2fr 1fr 1.5fr 1fr}.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-cell.header{background:#0000;color:#fff;font-size:.95rem}.comparison-cell.block-name{align-items:flex-start;flex-direction:column;gap:.25rem}.comparison-cell.block-name strong{color:#2c3e50;font-size:1rem}.question-count,.test-score{color:#7f8c8d;font-size:.85rem}.test-score{margin-left:.5rem}.no-test-data{color:#95a5a6;font-style:italic}.match-indicator-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.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.no-data{color:#95a5a6}.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}.match-indicator-wrapper.no-data .match-text{color:#95a5a6;font-style:italic}.level-badge.level-match{border:2px solid #22c55e;box-shadow:0 0 0 2px #22c55e33}.match-badge{align-items:center;background-color:#22c55e;border-radius:50%;color:#fff;display:inline-flex;flex-shrink:0;font-size:.875rem;font-weight:700;height:24px;justify-content:center;margin-left:.5rem;width:24px}@media (max-width:768px){.comparison-header,.comparison-row{gap:0;grid-template-columns:1fr}.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}.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:900px;padding:3rem;width:100%}@media (max-width:768px){.employee-review-view{border-radius:12px;padding:1.5rem}}.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{background:linear-gradient(135deg,#ecf0f1,#bdc3c7);color:#34495e}.review-status-badge.in_progress{background:linear-gradient(135deg,#d1ecf1,#bee5eb);color:#0c5460}.review-status-badge.completed{background:linear-gradient(135deg,#d4edda,#c3e6cb);color:#155724}.review-status-badge.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}.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-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{border-top:1px solid #e9ecef;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-top:1.5rem}@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}@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}.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-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{width:100%}.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}.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-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}.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-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}}.login-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);bottom:0;box-sizing:border-box;display:flex;height:100vh;justify-content:center;left:0;margin:0;min-height:100vh;padding:2rem;position:fixed;right:0;top:0;width:100vw;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}}.navbar{background:linear-gradient(135deg,#3b82f6,#1e40af 50%,#1e3a8a);border-bottom:1px solid #fff3;box-shadow:0 4px 20px #1e40af4d;color:#fff;padding:1.25rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.navbar-brand{-webkit-text-fill-color:#0000;align-items:center;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;background-clip:text;color:#fff;display:flex;font-size:1.75rem;font-weight:700;gap:.75rem;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:40px;object-fit:contain;padding:6px;width:40px}.navbar-brand:hover{transform:scale(1.05)}.navbar-brand:hover .navbar-brand-icon{transform:scale(1.1);transition:transform .3s ease}.navbar-links{gap:1.5rem}.navbar-links,.navbar-user{align-items:center;display:flex}.navbar-user{border-left:1px solid #fff3;gap:1rem;margin-left:auto;padding-left:1.5rem}.navbar-username{color:#fff;font-size:.9375rem;font-weight:500}.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{border-radius:12px;color:#fff;font-weight:500;overflow:hidden;padding:.625rem 1.25rem;position:relative;text-decoration:none;transition:all .3s ease}.navbar-links a:before{background:#ffffff1a;content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .3s ease;width:100%}.navbar-links a:hover:before{left:0}.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%}
/*# sourceMappingURL=main.91f88ba2.css.map*/