@import url(https://fonts.googleapis.com/css2?family=72&family=72-Light&display=swap);@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600&family=JetBrains+Mono:wght@400;500&display=swap);@import url(https://fonts.googleapis.com/css2?family=72&display=swap);:root{--fiori-blue:#0070f2;--fiori-dark:#1d2d3e;--fiori-gray:#6a6d70;--fiori-light-gray:#edeff0;--fiori-border:#d9d9d9;--fiori-white:#fff;--fiori-hover:#0064d9;--fiori-shadow:#0000001a}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:"72",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.login-container{align-items:center;background:linear-gradient(135deg,#f5f6f7,#e8eaed);display:flex;justify-content:center;min-height:100vh;padding:2rem;position:relative}.login-card{animation:slideUp .5s ease-out;background:#fff;background:var(--fiori-white);border-radius:.75rem;box-shadow:0 .5rem 2rem #00000026;max-width:28rem;padding:3rem 2.5rem;position:relative;width:100%;z-index:1}.login-logo-container{border-bottom:.0625rem solid #d9d9d9;border-bottom:.0625rem solid var(--fiori-border);margin-bottom:2rem;padding-bottom:2rem;text-align:center}.login-logo{display:inline-block;height:56px;margin-bottom:1rem;max-width:200px;object-fit:contain}.login-header{margin-bottom:2rem;text-align:center}.login-title{color:#1d2d3e;color:var(--fiori-dark);font-size:1.75rem;font-weight:600;margin-bottom:.5rem}.login-subtitle{color:#6a6d70;color:var(--fiori-gray);font-size:.875rem;font-weight:400}.role-selector{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.role-btn{align-items:center;background:#fff;background:var(--fiori-white);border:.0625rem solid #d9d9d9;border:.0625rem solid var(--fiori-border);border-radius:.5rem;cursor:pointer;display:flex;flex-direction:column;font-family:inherit;gap:.5rem;overflow:hidden;padding:1.25rem 1rem;position:relative;transition:all .2s ease}.role-btn:before{background:linear-gradient(135deg,#ebf5ff,#f7f9fb);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s ease}.role-btn:hover:before{opacity:1}.role-btn:hover{box-shadow:0 4px 12px #0070f226;transform:translateY(-2px)}.role-btn.active,.role-btn:hover{border-color:#0070f2;border-color:var(--fiori-blue)}.role-btn.active{background:#ebf5ff;border-width:.125rem;box-shadow:0 0 0 3px #0070f21a}.role-btn.active:before{opacity:0}.role-icon{font-size:1.75rem}.role-icon,.role-label{position:relative;z-index:1}.role-label{color:#1d2d3e;color:var(--fiori-dark);font-size:.875rem;font-weight:500}.role-btn.active .role-label{color:#0070f2;color:var(--fiori-blue)}.login-form{display:flex;flex-direction:column;gap:1.25rem}.form-group label{color:var(--fiori-dark);font-weight:500}.form-group input{background:#fff;background:var(--fiori-white);border:.0625rem solid #d9d9d9;border:.0625rem solid var(--fiori-border);border-radius:.375rem;font-family:inherit;font-size:.875rem;padding:.875rem 1rem;transition:all .2s ease}.form-group input:focus{border-color:#0070f2;border-color:var(--fiori-blue);box-shadow:0 0 0 3px #0070f21a;outline:none}.form-group input::placeholder{color:#9ca3af}.submit-btn{background:#0070f2;background:var(--fiori-blue);border:none;border-radius:.5rem;color:#fff;color:var(--fiori-white);cursor:pointer;font-family:inherit;font-size:.9375rem;font-weight:600;margin-top:.5rem;overflow:hidden;padding:1rem;position:relative;transition:all .2s ease}.submit-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.submit-btn:hover:before{left:100%}.submit-btn:hover:not(:disabled){background:#0064d9;background:var(--fiori-hover);box-shadow:0 4px 12px #0070f24d;transform:translateY(-1px)}.submit-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.login-footer{border-top:.0625rem solid #d9d9d9;border-top:.0625rem solid var(--fiori-border);margin-top:2rem;padding-top:1.5rem;text-align:center}.login-footer p{color:#6a6d70;color:var(--fiori-gray);font-size:.8125rem}.login-footer a{color:#0070f2;color:var(--fiori-blue);font-weight:500;text-decoration:none}.login-footer a:hover{text-decoration:underline}.security-badge{align-items:center;background:#f9fafb;border-radius:.375rem;color:#6a6d70;color:var(--fiori-gray);display:flex;font-size:.75rem;gap:.5rem;justify-content:center;margin-top:1.5rem;padding:.75rem}.security-icon{font-size:1rem}@media (max-width:480px){.login-container{padding:1rem}.login-card{padding:2rem 1.5rem}.login-title{font-size:1.5rem}.role-selector{grid-template-columns:1fr}.login-logo{height:48px;max-width:160px}}@keyframes spin{to{transform:rotate(1turn)}}.submit-btn:disabled:after{animation:spin .6s linear infinite;border:2px solid #0000;border-radius:50%;border-top:2px solid var(--fiori-white);content:"";height:16px;left:50%;margin-left:-8px;margin-top:-8px;position:absolute;top:50%;width:16px}.user-management{max-width:75rem}.page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.page-header h2{color:#1d2d3e;font-size:1.75rem;font-weight:400}.primary-btn{font-family:inherit;font-size:.875rem;font-weight:400;padding:.75rem 1.5rem;transition:all .2s ease}.primary-btn:hover{background:#0064d9}.form-card{animation:slideDown .3s ease;background:#fff;border-radius:.5rem;box-shadow:0 .125rem .5rem #0000000d;margin-bottom:2rem;padding:2rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-1rem)}to{opacity:1;transform:translateY(0)}}.form-card h3{color:#1d2d3e;font-size:1.25rem;font-weight:400;margin-bottom:1.5rem}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#1d2d3e;font-size:.875rem;font-weight:400}.form-group input,.form-group select,.form-group textarea{border:.0625rem solid #d9d9d9;border-radius:.25rem;font-family:inherit;font-size:.875rem;padding:.75rem 1rem;transition:all .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#0070f2;box-shadow:0 0 0 .125rem #0070f21a;outline:none}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.users-table{background:#fff;border-radius:.5rem;box-shadow:0 .125rem .5rem #0000000d;overflow:hidden}table{border-collapse:collapse;width:100%}thead{background:#f7f9fb}th{border-bottom:.0625rem solid #d9d9d9;color:#6a6d70;font-weight:400;text-align:left}td,th{font-size:.875rem;padding:1rem}td{border-bottom:.0625rem solid #f0f0f0;color:#1d2d3e}tbody tr:hover{background:#f7f9fb}.empty-state{padding:3rem 1rem}.delete-btn{border-radius:.25rem;cursor:pointer;font-family:inherit;font-size:.75rem;padding:.5rem 1rem;transition:all .2s ease}@media (max-width:768px){.form-row{grid-template-columns:1fr}.users-table{overflow-x:auto}table{min-width:40rem}}.test-builder{max-width:75rem}.secondary-btn{border:.0625rem solid #0070f2;border-radius:.25rem;font-size:.875rem;font-weight:400}.section-management{border-top:.0625rem solid #d9d9d9;margin-top:2rem;padding-top:2rem}.section-management h4{color:#1d2d3e;font-size:1rem;font-weight:400;margin-bottom:1rem}.section-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.section-tag{background:#ebf5ff;border-radius:.25rem;color:#0070f2;font-size:.875rem;padding:.5rem 1rem}.add-section{align-items:center;display:flex;gap:1rem}.add-section input{border:.0625rem solid #d9d9d9;border-radius:.25rem;flex:1 1;font-family:inherit;font-size:.875rem;max-width:20rem;padding:.75rem 1rem}.questions-section{margin-top:2rem}.section-header{margin-bottom:1.5rem}.section-header h3{color:#1d2d3e;font-size:1.5rem;font-weight:400}.question-form{animation:slideDown .3s ease;background:#fff;border-left:.25rem solid #0070f2;border-radius:.5rem;box-shadow:0 .125rem .5rem #0000000d;margin-bottom:2rem;padding:2rem}.options-section{margin-top:1.5rem}.options-section>label{color:#1d2d3e;display:block;font-size:.875rem;font-weight:400;margin-bottom:1rem}.option-input{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.option-input input[type=text]{border:.0625rem solid #d9d9d9;border-radius:.25rem;flex:1 1;font-family:inherit;font-size:.875rem;padding:.75rem 1rem}.option-input input[type=checkbox],.option-input input[type=radio]{cursor:pointer;height:1.125rem;width:1.125rem}.option-label{color:#6a6d70;font-size:.875rem;min-width:4rem}.section-block{margin-bottom:3rem}.section-block h4{border-bottom:.125rem solid #0070f2;color:#1d2d3e;font-size:1.25rem;font-weight:400;margin-bottom:1.5rem;padding-bottom:.75rem}.question-card{background:#fff;box-shadow:0 .125rem .5rem #0000000d;transition:transform .2s ease}.question-card:hover{transform:translateX(.25rem)}.question-number{font-weight:500}.question-number,.question-type{border-radius:.25rem;padding:.25rem .625rem}.question-type{background:#f7f9fb;color:#6a6d70;font-size:.75rem}.question-marks{background:#e8f5e9;border-radius:.25rem;color:#2e7d32;padding:.25rem .625rem}.delete-icon{background:#0000;border:none;color:#d32f2f;cursor:pointer;font-size:1.125rem;margin-left:auto;padding:.25rem;transition:transform .2s ease}.delete-icon:hover{transform:scale(1.2)}.question-text{font-size:.875rem;line-height:1.5;margin-bottom:1rem}.options-list{list-style:none;margin:0;padding:0}.options-list li{background:#f7f9fb;border-radius:.25rem;color:#1d2d3e;font-size:.875rem;margin-bottom:.5rem;padding:.625rem 1rem}.options-list li.correct-option{background:#e8f5e9;border-left:.1875rem solid #2e7d32;color:#2e7d32;font-weight:500}.primary-btn.large{display:block;margin:2rem auto;max-width:20rem;padding:1rem 2rem;width:100%}@media (max-width:768px){.form-row{grid-template-columns:1fr}.add-section{align-items:stretch;flex-direction:column}.add-section input{max-width:none}}.page-with-topbar{padding-top:2rem}.section-chip{align-items:center;background:#ebf5ff;border:1px solid #cfe3ff;border-radius:999px;display:inline-flex;font-size:.85rem;gap:.5rem;padding:.4rem .75rem}.section-name{color:#0070f2;font-weight:500}.section-edit-input{border:1px solid #0070f2;border-radius:.25rem;font-size:.85rem;outline:none;padding:.25rem .5rem;width:8rem}.section-actions{display:flex;gap:.25rem}.icon-btn{background:#0000;border:none;color:#0070f2;cursor:pointer;font-size:.85rem;padding:0}.icon-btn:hover{opacity:.8}.icon-btn.danger{color:#d32f2f}.test-list{max-width:100%;padding-right:2rem}.test-list .tests-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(26rem,1fr));width:100%}.test-card{border-radius:.5rem;box-shadow:0 .125rem .5rem #0000000d}.test-card:hover{box-shadow:0 .5rem 1.5rem #0000001a}.test-card-header{align-items:flex-start;border-bottom:.0625rem solid #f0f0f0;padding:1.5rem}.test-card-header h3{font-weight:400}.status-badge{border-radius:.25rem;font-weight:500;padding:.25rem .75rem}.status-active{background:#e8f5e9;color:#2e7d32}.status-draft{background:#fff3e0;color:#f57c00}.status-completed{background:#e3f2fd;color:#1976d2}.test-card-body{flex-direction:column;gap:.75rem;padding:1.5rem}.test-info{display:flex;font-size:.875rem;justify-content:space-between}.info-label{color:#6a6d70;font-weight:400}.info-value{color:#1d2d3e;font-weight:400}.test-card-actions{background:#f7f9fb;display:flex;gap:.5rem;padding:1rem 1.5rem}.action-btn{border:none;border-radius:.25rem;cursor:pointer;flex:1 1;font-family:inherit;font-size:.75rem;font-weight:400;padding:.625rem;transition:all .2s ease}.view-btn{background:#0070f2;color:#fff}.view-btn:hover{background:#0064d9}.edit-btn{background:#0000;border:.0625rem solid #0070f2;color:#0070f2}.edit-btn:hover{background:#ebf5ff}.delete-btn{background:#0000;border:.0625rem solid #d32f2f;color:#d32f2f}.delete-btn:hover{background:#d32f2f;color:#fff}.empty-state{border-radius:.5rem;box-shadow:0 .125rem .5rem #0000000d}.empty-state h3{color:#1d2d3e;font-size:1.5rem;font-weight:400;margin-bottom:.5rem}.empty-state p{font-size:.875rem;margin-bottom:2rem}.modal-overlay{animation:fadeIn .2s ease;background:#00000080;bottom:0;left:0;right:0;top:0;z-index:1000}.modal-content{animation:slideUp .3s ease;background:#fff;border-radius:.5rem;box-shadow:0 1rem 3rem #0000004d;max-width:35rem;width:90%}.modal-header{align-items:center;border-bottom:.0625rem solid #d9d9d9;display:flex;justify-content:space-between;padding:1.5rem}.modal-header h2{color:#1d2d3e;font-size:1.5rem;font-weight:400;margin:0}.close-btn{align-items:center;background:#0000;border:none;color:#6a6d70;cursor:pointer;display:flex;font-size:1.5rem;height:2rem;justify-content:center;padding:0;transition:all .2s ease;width:2rem}.close-btn:hover{color:#1d2d3e;transform:scale(1.1)}.modal-body{display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.detail-row{display:flex;font-size:.875rem;gap:1rem}.detail-label{font-weight:500;min-width:8rem}.modal-footer{border-top:.0625rem solid #d9d9d9;display:flex;justify-content:flex-end;padding:1.5rem}@media (max-width:768px){.tests-grid{grid-template-columns:1fr}.test-card-actions{flex-direction:column}.action-btn{width:100%}}.test-stats{margin-bottom:1.25rem}.test-metrics,.test-stats{grid-gap:1.25rem;gap:1.25rem;grid-template-columns:1fr 1fr}.test-results-container{animation:fadeIn .3s ease;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,sans-serif;padding:2rem 3rem}.results-header{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.results-header h2{font-size:1.75rem;font-weight:500}.results-header h2,.results-header p{color:#1d2d3e;letter-spacing:-.02em;margin:0}.results-header p{font-size:1.25rem;font-weight:300}.subtitle{font-size:.875rem;font-weight:400;margin:.25rem 0 0}.back-btn{background:#0000;border:1px solid #d9d9d9;border-radius:.375rem;color:#1d2d3e;cursor:pointer;font-family:inherit;font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;transition:all .2s ease}.back-btn:hover{background:#f7f9fb;border-color:#0070f2;color:#0070f2}.tests-grid{align-items:stretch;grid-template-columns:repeat(auto-fit,minmax(28rem,1fr));margin:0 auto;max-width:1200px;width:100%}.test-card{border:1px solid #e8eaed;box-sizing:border-box;cursor:pointer;padding:1.5rem;position:relative;transition:all .25s ease;width:100%}.test-card:before{background:linear-gradient(90deg,#0070f2,#00c6ff);content:"";height:.25rem;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:left;transition:transform .3s ease;width:100%}.test-card:hover:before{transform:scaleX(1)}.test-card:hover{border-color:#0070f2;box-shadow:0 .5rem 1.5rem #0070f226;transform:translateY(-.25rem)}.test-card-header{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.test-card-header h3{color:#1d2d3e;flex:1 1;font-size:1.125rem;font-weight:500;line-height:1.4;margin:0}.test-badge{background:#ebf5ff;border-radius:1rem;color:#0070f2;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:500;padding:.25rem .75rem;white-space:nowrap}.test-stats{grid-gap:2rem;border-bottom:1px solid #f0f0f0;display:grid;gap:2rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:1.5rem;margin-left:2rem;padding-bottom:1.25rem}.stat-item{display:flex;flex-direction:column;gap:.25rem}.metric-value,.stat-value{white-space:nowrap}.stat-label{font-weight:400;letter-spacing:.05em}.stat-value{font-family:JetBrains Mono,monospace;font-size:1.25rem;font-weight:500}.test-metrics{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:1rem;margin-left:2rem}.stat-label{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}.metric{display:flex;flex-direction:column;gap:.25rem}.metric-label{color:#6a6d70;font-size:.75rem;font-weight:400}.metric-value{color:#0070f2;font-family:JetBrains Mono,monospace;font-size:1.5rem;font-weight:600}.metric-value.success{color:#2e7d32}.test-card-footer{border-top:1px solid #f0f0f0;margin-top:1rem;padding-top:1rem}.view-link{align-items:center;color:#0070f2;display:inline-flex;font-size:.875rem;font-weight:500;transition:gap .2s ease}.test-card:hover .view-link{gap:.5rem}.filters-bar{background:#fff;border:1px solid #e8eaed;border-radius:.5rem;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;padding:1rem}.search-box{align-items:center;display:flex;flex:1 1;min-width:15rem;position:relative}.search-icon{font-size:1rem;left:1rem;pointer-events:none;position:absolute}.search-box input{border:1px solid #d9d9d9;border-radius:.375rem;font-family:inherit;font-size:.875rem;padding:.75rem 1rem .75rem 2.75rem;transition:all .2s ease;width:100%}.search-box input:focus{border-color:#0070f2;box-shadow:0 0 0 3px #0070f21a;outline:none}.filter-group{display:flex;gap:.75rem}.filter-group select{background:#fff;border:1px solid #d9d9d9;border-radius:.375rem;cursor:pointer;font-family:inherit;font-size:.875rem;min-width:10rem;padding:.75rem 1rem;transition:all .2s ease}.filter-group select:hover{border-color:#0070f2}.filter-group select:focus{border-color:#0070f2;box-shadow:0 0 0 3px #0070f21a;outline:none}.users-list{display:flex;flex-direction:column;gap:1rem}.user-result-card{grid-gap:2rem;align-items:center;background:#fff;border:1px solid #e8eaed;border-radius:.75rem;cursor:pointer;display:grid;gap:2rem;grid-template-columns:2fr 1fr 1fr 1.5fr auto;padding:1.5rem;position:relative;transition:all .25s ease}.user-result-card:before{background:linear-gradient(180deg,#0070f2,#00c6ff);bottom:0;content:"";left:0;opacity:0;position:absolute;top:0;transition:opacity .25s ease;width:.25rem}.user-result-card:hover:before{opacity:1}.user-result-card:hover{border-color:#0070f2;box-shadow:0 .25rem 1rem #0070f21f;transform:translateX(.25rem)}.user-avatar{background:linear-gradient(135deg,#0070f2,#00c6ff);flex-shrink:0;font-size:1.25rem;font-weight:600;height:3rem;width:3rem}.user-details{display:flex;flex-direction:column;gap:.25rem}.user-details h4{color:#1d2d3e;font-size:1rem;font-weight:500;margin:0}.user-id{color:#6a6d70;font-family:JetBrains Mono,monospace;font-size:.75rem}.user-score{align-items:center;display:flex;flex-direction:column;gap:.5rem}.score-badge{border-radius:.5rem;font-family:JetBrains Mono,monospace;font-size:1.5rem;font-weight:600;padding:.5rem 1rem}.score-badge.passed{background:#e8f5e9;color:#2e7d32}.score-badge.failed{background:#ffebee;color:#d32f2f}.score-marks{color:#6a6d70;font-family:JetBrains Mono,monospace;font-size:.75rem}.user-status{align-items:center;display:flex;flex-direction:column;gap:.5rem}.status-badge{font-weight:600}.status-badge.passed{background:#e8f5e9;color:#2e7d32}.status-badge.failed{background:#ffebee;color:#d32f2f}.percentile{color:#6a6d70;font-family:JetBrains Mono,monospace;font-size:.75rem}.user-meta{display:flex;flex-direction:column;gap:.5rem}.meta-item{align-items:center;color:#6a6d70;font-size:.75rem;gap:.375rem}.view-details{color:#0070f2;font-size:.875rem;font-weight:500;white-space:nowrap}.detailed-summary{grid-gap:2rem;background:#fff;border:1px solid #e8eaed;border-radius:.75rem;display:grid;gap:2rem;grid-template-columns:auto 1fr;margin-bottom:2rem;padding:2rem}.summary-card.main-score{align-items:center;display:flex;justify-content:center}.score-circle{height:12rem;position:relative;width:12rem}.score-circle svg{height:100%;width:100%}.score-text{display:flex;flex-direction:column;gap:.5rem;left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.score-text .percentage{color:#1d2d3e;font-family:JetBrains Mono,monospace;font-size:2.5rem;font-weight:600}.score-text .status{font-size:.875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.score-text .status.passed{color:#2e7d32}.score-text .status.failed{color:#d32f2f}.summary-stats{grid-gap:1.5rem;align-content:center;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.stat-box{background:#f7f9fb;display:flex;flex-direction:column;gap:.5rem;padding:1rem}.stat-box .stat-label{color:#6a6d70;font-size:.75rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.stat-box .stat-value{color:#1d2d3e;font-family:JetBrains Mono,monospace;font-size:1.25rem;font-weight:600}.section-performance{background:#fff;border:1px solid #e8eaed;border-radius:.75rem;margin-bottom:2rem;padding:2rem}.section-performance h3{color:#1d2d3e;font-size:1.25rem;font-weight:500;margin:0 0 1.5rem}.sections-list{grid-gap:1rem;display:grid;gap:1rem}.section-card{background:#f7f9fb;border:1px solid #e8eaed;border-radius:.5rem;padding:1.25rem}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.section-header h4{color:#1d2d3e;font-size:1rem;font-weight:500;margin:0}.section-score{font-family:JetBrains Mono,monospace;font-weight:600}.section-progress{align-items:center;display:flex;gap:1rem}.progress-bar{background:#e0e0e0;border-radius:.25rem;flex:1 1;height:.5rem;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#0070f2,#00c6ff);border-radius:.25rem;height:100%;transition:width .5s ease}.section-percentage{color:#1d2d3e;font-family:JetBrains Mono,monospace;font-size:.875rem;font-weight:600;min-width:3rem;text-align:right}.question-breakdown{background:#fff;border:1px solid #e8eaed;border-radius:.75rem;padding:2rem}.question-breakdown h3{color:#1d2d3e;font-size:1.25rem;font-weight:500;margin:0 0 1.5rem}.questions-list{display:flex;flex-direction:column;gap:1rem}.question-card{border-left:.25rem solid #0000;border-radius:.5rem;padding:1.5rem;transition:all .2s ease}.question-card.correct{background:#f1f8f4;border-left-color:#2e7d32}.question-card.incorrect{background:#fef5f5;border-left-color:#d32f2f}.question-header{align-items:center;flex-wrap:wrap;margin-bottom:1rem}.question-number{background:#0070f2;color:#fff;font-family:JetBrains Mono,monospace}.question-number,.question-section{border-radius:.375rem;font-size:.75rem;padding:.375rem .875rem}.question-section{background:#f7f9fb;color:#6a6d70;font-weight:500}.question-status{border-radius:.375rem;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.375rem .875rem;text-transform:uppercase}.question-status.correct{background:#e8f5e9;color:#2e7d32}.question-status.incorrect{background:#ffebee;color:#d32f2f}.question-marks{color:#6a6d70;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:500;margin-left:auto}.question-text{margin:0 0 1rem}.question-answers{display:flex;flex-direction:column;gap:.75rem}.answer-row{align-items:baseline;gap:1rem}.answer-label{flex-shrink:0;font-weight:600;min-width:10rem}.answer-value{flex:1 1}.answer-value.correct{color:#2e7d32;font-weight:600}.empty-state{align-items:center;display:flex;flex-direction:column;justify-content:center}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-state p{color:#6a6d70}@media (max-width:1200px){.user-result-card{grid-template-columns:2fr 1fr 1fr;grid-template-rows:auto auto}.user-meta{flex-direction:row;grid-column:1/-1;justify-content:space-between}.view-details{grid-column:1/-1;text-align:center}}@media (max-width:768px){.test-metrics,.test-stats,.tests-grid{grid-template-columns:1fr}.filters-bar{flex-direction:column}.search-box{min-width:100%}.filter-group{flex-direction:column}.filter-group select{width:100%}.user-result-card{gap:1rem;grid-template-columns:1fr}.user-info,.user-meta,.user-score,.user-status,.view-details{grid-column:1}.detailed-summary,.summary-stats{grid-template-columns:1fr}.answer-row{flex-direction:column;gap:.25rem}.answer-label{min-width:auto}}.test-metrics,.test-stats{padding-left:.25rem;padding-right:.25rem}.metric,.stat-item{align-items:flex-start}.metric-label,.stat-label{margin-left:.125rem}.admin-container{background:#f5f6f7;display:flex;font-family:"72",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}.admin-sidebar{background:#fff;border-right:.0625rem solid #d9d9d9;display:flex;flex-direction:column;height:100vh;left:0;position:fixed;top:0;width:16rem}.sidebar-header h1{font-size:1.25rem}.admin-badge{background:#ebf5ff;border-radius:.25rem;color:#0070f2;display:inline-block;font-size:.75rem;font-weight:400;padding:.25rem .75rem}.sidebar-logo{max-width:120px}.admin-main{animation:fadeIn .3s ease;flex:1 1;margin-left:16rem;padding:0 2rem 2rem}.dashboard-topbar{padding-left:2rem;padding-right:2rem}.dashboard-home h2{color:#1d2d3e;font-size:1.75rem;font-weight:400;margin-bottom:2rem}@media (max-width:768px){.admin-sidebar{height:auto;position:relative;width:100%}.admin-main{margin-left:0}.stats-grid{grid-template-columns:1fr}}.question-panel{flex:1 1}.note-text{color:#6a6d70;font-size:.875rem;font-weight:500;margin-bottom:1rem}.options-list{display:flex;flex-direction:column;gap:.5rem}.option-item-label{align-items:flex-start;background:#0000;border:none;cursor:pointer;display:flex;font-family:inherit;gap:.75rem;padding:.5rem;transition:background .2s ease}.option-item-label:hover{background:#0000}.option-checkbox,.option-radio{cursor:pointer;flex-shrink:0;height:1rem;margin-top:.125rem;width:1rem}.option-text{color:#1d2d3e;flex:1 1;font-size:.875rem;line-height:1.5;text-align:left}.question-header{align-items:baseline;display:flex;gap:.75rem;margin-bottom:1.5rem}.question-number{background:#0000!important;border:none!important;color:#1d2d3e;font-size:.875rem;font-weight:600;line-height:1.6;padding:0!important}.question-text{color:#1d2d3e;font-size:.9375rem;font-weight:400;line-height:1.6;margin:0}.question-navigator{background:#fff;border:.125rem solid #a0a0a0;box-shadow:0 .25rem .5rem #0000004d;display:flex;flex-direction:column;position:fixed;right:1.5rem;top:50%;transform:translateY(-50%);width:13rem;z-index:1000}.navigator-header{background:silver;border-bottom:.0625rem solid #a0a0a0;padding:.5rem;position:relative;text-align:center}.navigator-header h3{color:#1d2d3e;font-size:.75rem;font-weight:500;margin:0}.close-navigator{align-items:center;background:#c0504d;border:none;border-radius:.125rem;color:#fff;cursor:pointer;display:flex;font-size:.625rem;height:1rem;justify-content:center;line-height:1;position:absolute;right:.25rem;top:.25rem;width:1rem}.questions-grid{grid-gap:.375rem;background:#fff;display:grid;gap:.375rem;grid-template-columns:repeat(5,1fr);max-height:260px;overflow-y:auto;padding:.75rem}.question-btn{align-items:center;aspect-ratio:1;background:#fff;border:.0625rem solid grey;color:#1d2d3e;cursor:pointer;display:flex;font-family:inherit;font-size:.6875rem;font-weight:500;justify-content:center;min-height:1.75rem;transition:all .2s ease}.question-btn:hover{box-shadow:0 .125rem .25rem #0003}.question-btn.answered{background:#90ee90;border-color:#2e7d32}.question-btn.marked{background:#fc0;border-color:#f57c00}.question-btn.unanswered{background:#fff;border-color:grey}.question-btn.current{background:#fc0;border:.1875rem solid #000;font-weight:700}@media (max-width:1024px){.question-navigator{right:.5rem;width:11rem}.questions-grid{grid-template-columns:repeat(5,1fr)}}.results-page{background:linear-gradient(135deg,#f5f6f7,#e8eaed);font-family:"72",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;padding:2rem}.results-container{margin:0 auto;max-width:60rem}.results-header{animation:fadeIn .5s ease;margin-bottom:3rem;text-align:center}.results-header h1{color:#1d2d3e;font-size:2.5rem;font-weight:400;margin-bottom:.5rem}.test-name{color:#6a6d70;font-size:1rem}.result-card{animation:slideUp .6s ease;background:#fff;border-radius:1rem;box-shadow:0 .5rem 2rem #0000001a;margin-bottom:2rem;padding:3rem;text-align:center}@keyframes slideUp{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}.result-icon{font-size:4rem;margin-bottom:1rem}.result-card.passed .result-icon{color:#2e7d32}.result-card.failed .result-icon{color:#d32f2f}.result-status{font-size:2rem;font-weight:400;margin-bottom:2rem}.result-card.passed .result-status{color:#2e7d32}.result-card.failed .result-status{color:#d32f2f}.score-display{display:flex;justify-content:center;margin-bottom:1rem}.percentage-circle{height:12rem;position:relative;width:12rem}.percentage-circle svg{height:100%;transform:rotate(0deg);width:100%}.percentage-text{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.percentage-value{color:#1d2d3e;font-size:2.5rem;font-weight:300}.stats-grid{grid-template-columns:repeat(3,1fr);margin-bottom:3rem}.stat-box{animation:slideUp .7s ease;background:#fff;border-radius:.5rem;box-shadow:0 .125rem .5rem #0000000d;padding:1.5rem;text-align:center}.stat-label{color:#6a6d70;display:block;font-size:.875rem;margin-bottom:.5rem}.stat-value{color:#1d2d3e;display:block;font-size:1.75rem;font-weight:300}.section-results{animation:slideUp .8s ease;background:#fff;border-radius:.5rem;box-shadow:0 .125rem .5rem #0000000d;margin-bottom:2rem;padding:2rem}.section-results h3{color:#1d2d3e;font-size:1.25rem;font-weight:400;margin-bottom:1.5rem}.section-list{display:flex;flex-direction:column;gap:1rem}.section-result-card{border:.0625rem solid #d9d9d9;border-radius:.5rem;padding:1rem}.section-result-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.section-result-header h4{color:#1d2d3e;font-size:1rem;font-weight:400;margin:0}.section-score{color:#6a6d70;font-size:.875rem;font-weight:500}.section-progress-bar{background:#f0f0f0;border-radius:.25rem;height:.5rem;margin-bottom:.5rem;overflow:hidden}.section-progress-fill{background:linear-gradient(90deg,#0070f2,#0064d9);border-radius:.25rem;height:100%;transition:width .5s ease}.section-percentage{color:#6a6d70;font-size:.75rem}.question-review{animation:slideUp .9s ease;background:#fff;border-radius:.5rem;box-shadow:0 .125rem .5rem #0000000d;margin-bottom:2rem;padding:2rem}.question-review h3{color:#1d2d3e;font-size:1.25rem;font-weight:400;margin-bottom:1.5rem}.review-list{display:flex;flex-direction:column;gap:1rem}.review-card{border-left:.25rem solid #d9d9d9;border-radius:.5rem;padding:1.5rem}.review-card.correct{background:#f1f8f4;border-left-color:#2e7d32}.review-card.incorrect{background:#fef5f5;border-left-color:#d32f2f}.review-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.review-number{background:#0070f2;color:#fff;font-weight:500}.review-number,.review-section{border-radius:.25rem;font-size:.75rem;padding:.25rem .75rem}.review-section{background:#f7f9fb;color:#6a6d70}.review-status{border-radius:.25rem;font-size:.75rem;font-weight:500;margin-left:auto;padding:.25rem .75rem}.review-status.correct{background:#e8f5e9;color:#2e7d32}.review-status.incorrect{background:#ffebee;color:#d32f2f}.review-question{color:#1d2d3e;font-size:.875rem;line-height:1.6;margin-bottom:1rem}.review-answers{display:flex;flex-direction:column;gap:.5rem}.answer-row{display:flex;font-size:.875rem;gap:.5rem}.answer-label{color:#6a6d70;font-weight:500;min-width:8rem}.answer-value{color:#1d2d3e}.answer-value.correct-answer{color:#2e7d32;font-weight:500}.results-actions{animation:slideUp 1s ease;display:flex;gap:1rem;justify-content:center}.action-button{border:none;border-radius:.5rem;cursor:pointer;font-family:inherit;font-size:.875rem;font-weight:400;padding:1rem 2rem;transition:all .2s ease}.action-button.primary{background:#0070f2;color:#fff}.action-button.primary:hover{background:#0064d9;box-shadow:0 .5rem 1rem #0070f24d;transform:translateY(-.125rem)}.action-button.secondary{background:#0000;border:.0625rem solid #0070f2;color:#0070f2}.action-button.secondary:hover{background:#ebf5ff}@media (max-width:768px){.stats-grid{grid-template-columns:1fr}.results-actions{flex-direction:column}.action-button{width:100%}}.test-details-root{background:#f5f6f7;font-family:"72",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;height:100vh;inset:0;overflow-y:auto;position:fixed;width:100vw}.test-logo{height:32px}.test-header-right{color:#1d2d3e;font-size:.9rem;font-weight:500}.test-back-bar{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 2rem;width:100%}.test-details-content{display:flex;justify-content:center;padding:3rem 1rem}.details-card{background:#fff;border-radius:1rem;box-shadow:0 12px 30px #00000014;max-width:72rem;padding:2.75rem;width:100%}.details-title{color:#1d2d3e;font-size:1.9rem;font-weight:600;margin-bottom:2.5rem;text-align:center}.details-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,minmax(260px,1fr))}.detail-box{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem 1.75rem}.detail-label{color:#6a6d70;display:block;font-size:.7rem;letter-spacing:.08em;margin-bottom:.6rem;text-transform:uppercase}.detail-value{color:#1d2d3e;display:block;font-size:1.25rem;font-weight:600;line-height:1.4}.details-actions{display:flex;justify-content:center;margin-top:3rem}.primary-btn.large{border-radius:.6rem;padding:1rem 3.5rem}.primary-btn.large:hover{background:#005dc1}.secondary-btn{background:#0000;border:1px solid #0070f2;border-radius:.4rem;font-weight:500;padding:.6rem 1.3rem}.secondary-btn:hover{background:#ebf5ff}@media (max-width:768px){.details-grid{grid-template-columns:1fr}.test-header{align-items:flex-start;flex-direction:column;gap:.5rem}}#root,body,html{margin:0;padding:0}.instructions-root{background:#f5f6f7;font-family:"72",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;height:100vh;inset:0;overflow-y:auto;position:fixed;width:100vw}.test-header{border-bottom:1px solid #e5e7eb;padding:1.25rem 2rem}.test-header-left{gap:1rem}.topbar-logo{height:40px}.test-info{color:#1d2d3e;font-size:1.25rem;font-weight:600;margin:0}.user-meta{color:#6b7280;font-size:.9375rem}.instructions-subheader{align-items:center;background:#fff;border-bottom:1px solid #d9d9d9;box-sizing:border-box;display:flex;justify-content:space-between;padding:.75rem 2rem;width:100%}.instructions-meta{color:#1d2d3e;font-size:.9rem;font-weight:500}.text-controls{display:flex;gap:.5rem}.control-icon-btn{background:#fff;border:1px solid #d9d9d9;border-radius:.25rem;cursor:pointer;font-family:inherit;font-size:.85rem;padding:.25rem .6rem;transition:all .2s ease}.control-icon-btn:hover{background:#f7f9fb;border-color:#0070f2}.instructions-content{margin:2.5rem auto;max-width:72rem;padding:0 1.5rem}.instructions-card{background:#fff;border-radius:.75rem;box-shadow:0 8px 24px #0000000f;padding:3rem 3.5rem}.instructions-main-title{color:#1d2d3e;font-size:1.75rem;font-weight:600;margin-bottom:2rem;text-align:center}.instructions-section-title{color:#1d2d3e;font-size:1.05rem;font-weight:600;margin:2rem 0 1rem}.instructions-card p,.instructions-intro{color:#1d2d3e;font-size:.95rem;line-height:1.7;margin-bottom:1.25rem}.instructions-disclaimer{background:#fff4e5;border-left:4px solid #f59e0b;border-radius:.25rem;color:#1d2d3e;font-size:.9rem;line-height:1.7;margin:2rem 0;padding:1.25rem 1.5rem}.instructions-list{margin-bottom:1.5rem;margin-left:1.5rem}.instructions-list li{color:#1d2d3e;font-size:.95rem;line-height:1.7;margin-bottom:.6rem}.agreement-section{background:#ebf5ff;border:1px solid #0070f2;border-radius:.5rem;margin-top:2.5rem;padding:1.5rem}.agreement-checkbox{align-items:flex-start;color:#1d2d3e;display:flex;font-size:.95rem;gap:.75rem;line-height:1.6}.agreement-checkbox input[type=checkbox]{accent-color:#0070f2;cursor:pointer;flex-shrink:0;height:1.25rem;margin-top:.2rem;width:1.25rem}.instructions-footer{background:#fff;border-radius:.75rem;border-top:1px solid #e5e7eb;box-sizing:border-box;display:flex;justify-content:flex-end;margin-top:2rem;padding:1.25rem 2rem}.footer-actions{display:flex;gap:1rem}.footer-btn{border:none;border-radius:.4rem;cursor:pointer;font-family:inherit;font-size:.9rem;font-weight:500;padding:.75rem 2.25rem}.footer-btn.primary{background:#0070f2;color:#fff}.footer-btn.primary:hover:not(:disabled){background:#0064d9}.footer-btn.primary:disabled{cursor:not-allowed;opacity:.6}.footer-btn.secondary{background:#f3f4f6;color:#1d2d3e}.footer-btn.secondary:hover{background:#e5e7eb}@media (max-width:768px){.test-header{align-items:flex-start;flex-direction:column;gap:.75rem}.instructions-card{padding:2rem 1.5rem}.instructions-footer{justify-content:center}.footer-actions{flex-direction:column;width:100%}.footer-btn{width:100%}}body,html{margin:0;padding:0}.test-interface{background:#f5f6f7;display:flex;flex-direction:column;font-family:"72",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;height:100vh;inset:0;overflow-y:auto;position:fixed;width:100vw}.test-header{background:#fff;border-bottom:1px solid #d9d9d9;box-sizing:border-box;flex-shrink:0;justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:100}.test-header,.test-header-left{align-items:center;display:flex}.test-header-left{gap:.75rem}.topbar-logo{height:32px;object-fit:contain;width:auto}.test-portal-title{color:#1d2d3e;font-size:1.25rem;font-weight:600;margin:0}.test-header-right{align-items:center;display:flex;gap:2rem}.user-info{gap:2rem}.user-info,.user-meta{color:#1d2d3e;font-size:.9rem}.test-timer,.user-meta{font-weight:600}.test-timer{align-items:center;color:#1d2d3e;display:flex;gap:.5rem}.timer-value{font-feature-settings:"tnum";color:#1d2d3e;font-size:1.1rem;font-variant-numeric:tabular-nums;font-weight:700}.timer-warning{animation:pulse 1s infinite;color:red}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.test-subheader{align-items:center;background:#fff;border-bottom:1px solid #d9d9d9;box-sizing:border-box;display:flex;flex-shrink:0;justify-content:space-between;padding:.75rem 2rem;width:100%}.test-title{color:#1d2d3e;font-size:1rem;font-weight:500}.question-info{color:#6a6d70;font-size:.875rem;font-weight:500}.test-body{background:#f5f6f7;display:flex;flex:1 1;flex-direction:column;overflow-y:auto}.question-section{background:#f5f8fb;flex:1 1;overflow-y:auto;padding:2rem}.navigation-controls{background:#fff;border-top:1px solid #d9d9d9;box-sizing:border-box;display:flex;flex-shrink:0;gap:.75rem;padding:1rem 2rem}.nav-btn{background:#fff;border:1px solid #d9d9d9;border-radius:.25rem;color:#1d2d3e;cursor:pointer;font-family:inherit;font-size:.875rem;font-weight:500;padding:.625rem 1.5rem;transition:all .2s ease}.nav-btn.primary:hover:not(:disabled),.nav-btn.secondary:hover:not(:disabled){background:#f7f9fb;border-color:#0070f2}.nav-btn.submit-btn{background:#0070f2;border-color:#0070f2;color:#fff;margin-left:auto}.nav-btn.submit-btn:hover{background:#005dc1;border-color:#005dc1}.nav-btn:disabled{cursor:not-allowed;opacity:.4}.review-btn{background:#fff;border:2px solid #f0ab00;color:#1d2d3e}.review-btn:hover:not(:disabled){background:#fff6d5}.review-btn.marked{background:#f0ab00;color:#1d2d3e;font-weight:600}@media (max-width:1024px){.test-body{flex-direction:column}}@media (max-width:768px){.test-header{gap:.75rem}.test-header,.user-info{align-items:flex-start;flex-direction:column}.user-info{gap:.5rem}.navigation-controls{flex-wrap:wrap}.nav-btn.submit-btn{margin-left:0;width:100%}}.answerer-container{background:#f5f6f7;display:flex;font-family:"72",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}.answerer-sidebar{background:#fff;border-right:.0625rem solid #d9d9d9;display:flex;flex-direction:column;height:100vh;left:0;position:fixed;top:0;width:16rem}.sidebar-logo{display:block;height:56px;margin-bottom:.75rem;max-width:140px;object-fit:contain}.sidebar-header{border-bottom:.0625rem solid #d9d9d9;padding:1.5rem}.sidebar-header h1{color:#1d2d3e;font-size:1.1rem;font-weight:400;margin-bottom:.5rem}.role-badge{background:#fff6d5;border-radius:.25rem;color:#8a6a00;display:inline-block;font-size:.75rem;font-weight:400;padding:.25rem .75rem}.sidebar-nav{flex:1 1;padding:1rem 0}.nav-item{align-items:center;background:#0000;border:none;border-left:.1875rem solid #0000;color:#1d2d3e;cursor:pointer;display:flex;font-family:inherit;font-size:.875rem;gap:.75rem;padding:.875rem 1.5rem;text-align:left;transition:all .2s ease;width:100%}.nav-item:hover{background:#f7f9fb}.nav-item.active{background:#ebf5ff;border-left-color:#0070f2;color:#0070f2}.nav-icon{font-size:1.125rem}.sidebar-footer{border-top:.0625rem solid #d9d9d9;padding:1rem}.user-profile{gap:.75rem;margin-bottom:.5rem;padding:.75rem}.user-avatar,.user-profile{align-items:center;display:flex}.user-avatar{background:#0070f2;border-radius:50%;color:#fff;font-size:.875rem;font-weight:500;height:2rem;justify-content:center;width:2rem}.user-name{color:#1d2d3e;font-size:.875rem}.logout-btn{border:.0625rem solid #d32f2f;color:#d32f2f;padding:.625rem;width:100%}.logout-btn:hover{background:#d32f2f}.answerer-main{animation:fadeIn .3s ease;flex:1 1;margin-left:16rem;padding:0 2rem 2rem}.answerer-main.no-sidebar{margin-left:0;padding:0}.subtitle{color:#6a6d70;margin-bottom:2rem;margin-top:.5rem}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}.stat-card{align-items:center;background:#fff;border-radius:.5rem;box-shadow:0 .125rem .5rem #0000000d;display:flex;gap:1rem;padding:1.5rem;transition:transform .2s ease}.stat-card:hover{box-shadow:0 .25rem 1rem #0000001a;transform:translateY(-.25rem)}.stat-icon{align-items:center;background:#ebf5ff;border-radius:.5rem;display:flex;font-size:2rem;height:3rem;justify-content:center;width:3rem}.stat-info h3{color:#6a6d70;font-size:.875rem;font-weight:400;margin-bottom:.25rem}.stat-number{color:#1d2d3e;font-size:1.75rem;font-weight:300}.quick-actions{margin-top:2rem}.qa-card{align-items:center;background:#fff;border-radius:.5rem;box-shadow:0 .125rem .5rem #0000000d;display:flex;gap:1rem;justify-content:space-between;padding:1.5rem}.primary-btn{background:#0070f2;border:none;border-radius:.25rem;color:#fff;cursor:pointer;padding:.75rem 1.25rem}.tests-wrapper{background:#0000;padding:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.answerer-sidebar{height:auto;position:relative;width:100%}.answerer-main{margin-left:0}.stats-grid{grid-template-columns:1fr}.qa-card{align-items:flex-start;flex-direction:column}}.qa-card.enhanced{background:linear-gradient(135deg,#eef6ff,#fff);border:1px solid #dbeafe}.qa-card.enhanced h3{color:#1d2d3e;font-size:1.15rem;font-weight:500;line-height:1.4;margin:.25rem 0 .75rem}.qa-card.enhanced p{color:#3a3d40;font-size:.95rem;line-height:1.6;margin:0;max-width:42rem}.qa-left{max-width:70%;padding-top:.25rem}.qa-right{align-items:center;display:flex}.qa-badge{background:#ebf5ff;border-radius:.25rem;color:#0070f2;display:inline-block;font-size:.75rem;margin-bottom:.5rem;padding:.25rem .5rem}.primary-btn.large{font-size:.95rem;font-weight:500;padding:.9rem 1.75rem}.lower-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-top:2rem}.panel{background:#fff;border-radius:.5rem;box-shadow:0 .125rem .5rem #0000000d;padding:1.5rem}.panel-title{color:#1d2d3e;font-size:1rem;font-weight:500;margin-bottom:1rem}.test-row{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:.75rem 0}.test-row:last-child{border-bottom:none}.test-name{color:#1d2d3e;font-size:.875rem;font-weight:500}.test-meta{color:#6a6d70;font-size:.75rem}.status{border-radius:.25rem;font-size:.75rem;padding:.25rem .5rem}.status.upcoming{background:#ebf5ff;color:#0070f2}.status.locked{background:#f5f6f7;color:#6a6d70}.activity-row{display:flex;font-size:.875rem;justify-content:space-between;padding:.5rem 0}.activity-score{font-weight:500}.activity-score.fail{color:#d32f2f}@media (max-width:900px){.lower-grid{grid-template-columns:1fr}.qa-left{max-width:100%}}.dashboard-topbar{align-items:center;background:#fff;border-bottom:1px solid #d9d9d9;display:flex;height:138.8px;justify-content:space-between;margin-bottom:1.25rem;margin-left:-2rem;margin-right:-2rem;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:50}.dashboard-topbar-left{align-items:center;display:flex;gap:.6rem}.dashboard-logo{display:block;height:28px;max-width:120px;object-fit:contain}.dashboard-title{color:#1d2d3e;font-size:2rem;font-weight:600}.dashboard-topbar-right{color:#1d2d3e;font-size:1.3rem;font-weight:600}.tests-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr;margin-top:1.5rem;max-width:900px}.test-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 1px 3px #00000014;display:flex;flex-direction:column;overflow:hidden;padding:0;transition:all .2s ease}.test-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #0000001a}.test-card-header{border-bottom:1px solid #f3f4f6;padding:1.75rem 2rem}.test-title{color:#111827;font-size:1.375rem;font-weight:600;margin:0}.test-card-body{align-items:center;display:flex;gap:3rem;justify-content:space-between;padding:2rem}.test-card-left{display:flex;flex:1 1;flex-direction:column;gap:0}.test-meta-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.meta-item{display:flex;flex-direction:column;gap:.5rem}.meta-label{color:#9ca3af;font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.meta-value{color:#111827;font-size:1.5rem;font-weight:700;line-height:1}.test-card-footer{align-items:center;background:#f9fafb;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:1.5rem 2rem}.test-status{border-radius:.375rem;font-size:.6875rem;font-weight:700;letter-spacing:.05em;padding:.375rem .875rem;text-transform:uppercase}.test-status.active{background:#d1fae5;color:#065f46}.test-status.draft{background:#fef3c7;color:#92400e}.test-status.completed{background:#dbeafe;color:#1e40af}.test-card-right{align-items:center;display:flex;justify-content:center}.tests-wrapper{animation:fadeIn .25s ease;background:#f9fafb;min-height:100vh;padding:2.5rem 3rem}.tests-page-header{margin-bottom:2.5rem}.tests-page-header h2{color:#111827;font-size:2rem;font-weight:700;margin-bottom:1.25rem}.secondary-btn{align-items:center;background:#fff;border:1.5px solid #0070f2;border-radius:.5rem;color:#0070f2;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.9375rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.primary-btn.large,.secondary-btn:hover{background:#0070f2;color:#fff}.primary-btn.large{border:none;border-radius:.5rem;cursor:pointer;font-family:inherit;font-size:1rem;overflow:hidden;padding:1rem 2.5rem;position:relative;transition:all .2s ease}.primary-btn.large:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.primary-btn.large:hover:before{left:100%}.primary-btn.large:hover{background:#0060d9;box-shadow:0 4px 12px #0070f24d;transform:translateY(-1px)}.primary-btn.large:disabled{background:#e5e7eb;box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}@media (max-width:768px){.test-meta-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.test-card-body{gap:2rem}.test-card-body,.test-card-footer{align-items:stretch;flex-direction:column}.test-card-footer{gap:1rem}}.primary-btn.large{border-radius:.65rem;font-size:1.05rem;font-weight:600;padding:1.05rem 3rem}.change-password-btn{background:#f7f9fb;border:1px solid #d9d9d9;border-radius:.375rem;color:#1d2d3e;cursor:pointer;font-size:.875rem;margin-bottom:.75rem;padding:.6rem 1rem;transition:all .2s ease;width:100%}.change-password-btn:hover{background:#ebf5ff;border-color:#0070f2;color:#0070f2}.modal-overlay{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.modal-card{background:#fff;border-radius:.75rem;box-shadow:0 20px 40px #0003;max-width:90%;padding:1.75rem;width:420px}.modal-card h3{font-size:1.25rem;font-weight:600}.modal-card .form-group,.modal-card h3{margin-bottom:1rem}.modal-card .form-group label{color:#374151;display:block;font-size:.85rem;margin-bottom:.25rem}.modal-card input{border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;padding:.6rem .75rem;width:100%}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.25rem}.history-page{padding:0}.history-page h2{color:#1d2d3e;font-size:1.75rem;font-weight:600;margin-bottom:.5rem}.history-page .subtitle{color:#6a6d70;font-size:.95rem;margin-bottom:2rem;margin-top:.5rem}.history-list{display:flex;flex-direction:column;gap:1.25rem;max-width:900px}.history-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 1px 3px #00000014;padding:1.75rem 2rem;transition:all .2s ease}.history-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.history-card-header{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.history-card-header h3{color:#111827;font-size:1.25rem;font-weight:600;margin:0}.status-badge{align-items:center;border-radius:.375rem;display:inline-flex;font-size:.75rem;font-weight:700;gap:.25rem;letter-spacing:.05em;padding:.375rem .875rem;text-transform:uppercase}.status-badge.passed{background:#d1fae5;color:#065f46}.status-badge.failed{background:#fee2e2;color:#991b1b}.history-card-body{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.history-stat{display:flex;flex-direction:column;gap:.5rem}.history-stat .stat-label{color:#9ca3af;font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.history-stat .stat-value{color:#111827;font-size:1.25rem;font-weight:700;line-height:1.2}.empty-state{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;color:#6a6d70;padding:4rem 2rem;text-align:center}.empty-state p{font-size:1rem;margin:0}@media (max-width:768px){.history-card-body{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.history-card-header{align-items:flex-start;flex-direction:column;gap:.75rem}}.app{background:#f5f6f7;font-family:"72",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}.app-header{align-items:center;background:#fff;box-shadow:0 .125rem .5rem #0000000d;display:flex;justify-content:space-between;padding:1rem 2rem}.app-header h1{color:#1d2d3e;font-size:1.25rem;font-weight:400}.user-info{align-items:center;display:flex;gap:1rem}.user-info span{color:#6a6d70;font-size:.875rem}.logout-btn{background:#0000;border:.0625rem solid #0070f2;border-radius:.25rem;color:#0070f2;cursor:pointer;font-family:inherit;font-size:.875rem;padding:.5rem 1rem;transition:all .2s ease}.logout-btn:hover{background:#0070f2;color:#fff}.app-main{margin:0 auto;max-width:75rem;padding:2rem}
/*# sourceMappingURL=main.b530cb82.css.map*/