body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;color:#1a1a1a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App,body{min-height:100vh}.App{display:flex;flex-direction:column}.navbar{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;background:#fffffff2;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.nav-brand h2{color:#000;font-size:1.8rem;font-weight:700;letter-spacing:-.02em;transition:all .2s ease}.nav-brand:hover h2{color:#333;transform:scale(1.02)}.nav-brand:active h2{transform:scale(.98)}.nav-info span{color:#555;font-style:normal;font-weight:500}.nav-content{align-items:center;display:flex;gap:2rem}.logout-btn{background:#dc2626;border:2px solid #dc2626;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.6rem 1.2rem;transition:all .2s ease}.logout-btn:hover{background:#b91c1c;border-color:#b91c1c;transform:translateY(-1px)}.main-content{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem;width:100%}.admin-header{align-items:center;color:#000;display:flex;justify-content:space-between;margin-bottom:2rem}.admin-header h1{color:#000;font-size:2.5rem;font-weight:700;letter-spacing:-.02em}.btn{align-items:center;border:2px solid;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;justify-content:center;padding:.8rem 1.5rem;transition:all .2s ease}.btn-primary{background:#000;border-color:#000;color:#fff}.btn-primary:hover{background:#333;border-color:#333;transform:translateY(-1px)}.btn-secondary{background:#0000;border-color:#ccc;color:#000}.btn-secondary:hover{background:#000;border-color:#000;color:#fff;transform:translateY(-1px)}.btn-danger{background:#dc2626;border-color:#dc2626;color:#fff}.btn-danger:hover{background:#b91c1c;border-color:#b91c1c}.btn-edit{background:#000;border-color:#000;color:#fff;margin-right:.5rem}.btn-edit:hover{background:#333;border-color:#333}.btn-success{background:#22c55e;border-color:#22c55e;color:#fff}.btn-success:hover{background:#16a34a;border-color:#16a34a;transform:translateY(-1px)}.btn-warning{background:#f59e0b;border-color:#f59e0b;color:#fff;font-weight:600}.btn-warning:hover{background:#d97706;border-color:#d97706;transform:translateY(-1px)}.add-article-form{background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 4px #0000000d;color:#1a1a1a;margin-bottom:2rem;padding:2rem}.add-article-form h2{color:#000;font-weight:700;letter-spacing:-.02em;margin-bottom:1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group,.form-row{margin-bottom:1rem}.form-group label{color:#2e2e2e;display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background:#f9f9f9e6;border:1px solid #cbd5e0;border-radius:8px;color:#2e2e2e;font-size:.9rem;padding:.8rem;transition:all .2s ease;width:100%}.form-group input::placeholder,.form-group textarea::placeholder{color:#a0aec0}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#fff;border-color:#1e3a5f;box-shadow:0 0 0 3px #1e3a5f1a;outline:none}.form-group textarea{font-family:inherit;resize:vertical}.form-group textarea[name=content]{background:#fafafa;border:2px solid #e2e8f0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:13px;line-height:1.6;max-height:80vh;min-height:600px;padding:1rem}.form-group textarea[name=content]:focus{background:#fff;border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}.checkbox-label{align-items:center;color:#2e2e2e;cursor:pointer;display:flex;gap:.5rem}.checkbox-label input[type=checkbox]{width:auto}.form-actions{display:flex;gap:1rem;margin-top:2rem}.form-actions .btn{flex:1 1}.articles-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f9f9f9f2;border:1px solid #f9f9f94d;border-radius:16px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;color:#2e2e2e;padding:2rem}.articles-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.articles-header h2{color:#1e3a5f;font-weight:700;margin:0}.article-stats{color:#2e2e2e;display:flex;font-size:.9rem;gap:1rem}.article-stats span{background:#f9f9f9cc;border:1px solid #1e3a5f1a;border-radius:12px;padding:.25rem .75rem}.filtering-section{background:#f8fafccc;border:1px solid #1e3a5f1a;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.filter-row{grid-gap:1rem;align-items:end;display:grid;gap:1rem;grid-template-columns:1fr}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{color:#2e2e2e;font-size:.9rem;font-weight:600}.filter-select,.search-input{background:#fff;border:1px solid #cbd5e0;border-radius:8px;color:#2e2e2e;font-size:.9rem;padding:.75rem;transition:all .2s ease}.filter-select:focus,.search-input:focus{border-color:#1e3a5f;box-shadow:0 0 0 3px #1e3a5f1a;outline:none}.search-group{position:relative}.search-input{padding-right:2.5rem}.clear-search{background:none;border:none;border-radius:50%;color:#a0aec0;cursor:pointer;font-size:1rem;line-height:1;padding:.25rem;position:absolute;right:.75rem;top:50%;transform:translateY(-50%);transition:all .2s ease}.clear-search:hover{background:#f9f9f9;color:#2e2e2e}.filter-summary{align-items:center;border-top:1px solid #1e3a5f1a;display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem;padding-top:1rem}.filter-summary>span:first-child{color:#2e2e2e;font-size:.9rem;font-weight:600}.filter-tag{background:linear-gradient(135deg,#1e3a5f,#2a7f62);border-radius:12px}.clear-filters,.filter-tag{color:#fff;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.clear-filters{background:#e53e3e;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease}.clear-filters:hover{background:#c53030;transform:translateY(-1px)}.articles-section h2{color:#1e3a5f;font-weight:700;margin-bottom:1.5rem}.articles-table{display:flex;flex-direction:column;gap:1rem}.article-row{align-items:flex-start;background:linear-gradient(135deg,#f9f9f9e6,#f8fafce6);border:1px solid #f9f9f980;border-radius:12px;display:flex;justify-content:space-between;padding:1.5rem;transition:all .2s ease}.article-row:hover{background:linear-gradient(135deg,#f9f9f9f2,#f8fafcf2);box-shadow:0 8px 25px -5px #0000001a,0 8px 10px -6px #0000001a;transform:translateY(-2px)}.article-info{flex:1 1}.article-info h3{color:#1e3a5f;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.article-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.5rem}.article-meta span{border:1px solid #1e3a5f33;border-radius:8px;color:#2e2e2e;font-size:.8rem;font-weight:500;padding:.3rem .6rem}.article-meta .category,.article-meta span{background:linear-gradient(135deg,#1e3a5f1a,#2a7f621a)}.article-meta .category{border-color:#1e3a5f33;color:#1e3a5f}.article-meta .points{background:linear-gradient(135deg,#f2a36533,#f2a36526);border-color:#f2a3654d;color:#e89850}.article-meta .status{border-radius:3px;font-size:.8rem;font-weight:700;padding:2px 6px}.article-meta .status.published{background:#d4edda;color:#155724}.article-meta .status.draft{background:#fff3cd;color:#856404}.article-meta .status.archived{background:#f8d7da;color:#721c24;font-weight:700}.article-meta .pdf-indicator{background:#2a7f62;border-radius:3px;color:#fff;font-size:.8rem;padding:2px 6px}.summary{color:#2e2e2e;line-height:1.5;margin:0;opacity:.8}.article-actions{margin-left:1rem}.loading{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f9f9f9f2;border:1px solid #f9f9f94d;border-radius:16px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;color:#2e2e2e;font-size:1.2rem;padding:3rem}.loading-container{min-height:60vh}.auth-container,.loading-container{align-items:center;display:flex;justify-content:center}.auth-container{min-height:70vh;padding:2rem}.auth-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f9f9f9f2;border:1px solid #f9f9f94d;border-radius:20px;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;color:#2e2e2e;max-width:450px;padding:3rem;text-align:center;width:100%}.auth-form h2{color:#1e3a5f;font-size:2rem;font-weight:700;margin-bottom:1rem}.auth-subtitle{color:#2e2e2e;font-size:1.1rem;font-weight:500;margin-bottom:2rem}.auth-form .form-group{margin-bottom:1.5rem;text-align:left}.auth-form label{color:#2e2e2e;display:block;font-weight:600;margin-bottom:.5rem}.auth-form input{background:#f9f9f9e6;border:1px solid #cbd5e0;border-radius:8px;color:#2e2e2e;font-size:1rem;padding:1rem;transition:all .2s ease;width:100%}.auth-form input::placeholder{color:#a0aec0}.auth-form input:focus{background:#fff;border-color:#1e3a5f;box-shadow:0 0 0 3px #1e3a5f1a;outline:none}.error-message{background:#fed7d7e6;border:1px solid #feb2b2;border-radius:8px;color:#c53030;font-weight:500;margin-bottom:1rem;padding:1rem;text-align:center}.auth-form .btn{font-size:1.1rem;margin-top:1rem;padding:1rem 2rem;width:100%}.demo-accounts{background:#f9f9f9e6;border:1px solid #e2e8f080;border-radius:8px;margin-top:2rem;padding:1rem}.demo-accounts small{color:#2e2e2e;display:block;font-size:.9rem;margin:.3rem 0}.demo-accounts small:first-child{color:#1e3a5f;font-weight:600;margin-bottom:.5rem}@media (max-width:768px){.navbar{flex-direction:column;gap:1rem;padding:1rem}.nav-content{justify-content:space-between;width:100%}.auth-container{min-height:60vh;padding:1rem}.auth-form{max-width:100%;padding:2rem}.auth-form h2{font-size:1.5rem}.admin-header{flex-direction:column;gap:1rem;text-align:center}.admin-header h1{font-size:2rem}.form-row{grid-template-columns:1fr}.article-row,.form-actions{flex-direction:column}.article-row{gap:1rem}.article-actions{align-self:flex-end;margin-left:0}.article-meta{gap:.5rem}.articles-header{align-items:flex-start;flex-direction:column;gap:1rem}.article-stats{flex-direction:column;gap:.5rem;width:100%}.filter-row{gap:1rem;grid-template-columns:1fr}.filter-summary{align-items:flex-start;flex-direction:column;gap:.5rem}.filtering-section{padding:1rem}}.no-articles{color:#6c757d;padding:3rem 2rem;text-align:center}.archive-toggle{background:#ffffffe6;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1rem;padding:1rem}.admin-nav{display:flex;gap:.5rem;margin-bottom:1rem}.nav-tab{background:#f8f9fa;border:2px solid #dee2e6;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.nav-tab:hover{background:#e9ecef;border-color:#adb5bd}.nav-tab.active{background:linear-gradient(135deg,#007bff,#0056b3);border-color:#007bff;box-shadow:0 4px 12px #007bff4d;color:#fff}.test-results-section{background:#f8f9fa;border-radius:12px;margin-top:1rem;padding:2rem}.test-results-overview h2{color:#2c3e50;font-size:2rem;font-weight:700;margin-bottom:2rem}.stats-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.stat-card{background:linear-gradient(135deg,#fff,#f8f9fa);border:1px solid #e9ecef;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:1.5rem;text-align:center;transition:transform .3s ease}.stat-card:hover{box-shadow:0 6px 20px #00000026;transform:translateY(-2px)}.stat-number{color:#007bff;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:.9rem;letter-spacing:.5px}.results-table{background:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 4px 12px #0000001a;margin-top:1rem;overflow:hidden;width:100%}.results-table th{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;font-size:.9rem;font-weight:600;letter-spacing:.5px;padding:1rem;text-align:left;text-transform:uppercase}.results-table td{border-bottom:1px solid #e9ecef;padding:1rem;vertical-align:middle}.results-table tr:hover{background:#f8f9fa}.text-center{text-align:center}.text-muted{color:#6c757d}.accuracy-rate.good,.completion-rate.good{color:#28a745;font-weight:600}.accuracy-rate.fair,.completion-rate.fair{color:#ffc107;font-weight:600}.accuracy-rate.poor,.completion-rate.poor{color:#dc3545;font-weight:600}.score.passed{color:#28a745;font-weight:600}.score.failed{color:#dc3545;font-weight:600}.status-badge{border-radius:12px;font-size:.8rem;font-weight:600;padding:.25rem .75rem;text-transform:uppercase}.status-badge.passed{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.status-badge.failed{background:#f8d7da;border:1px solid #f1b0b7;color:#721c24}.pe-points{color:#007bff;font-weight:600}.article-test-results{margin-top:1rem}.results-header{align-items:center;border-bottom:2px solid #e9ecef;display:flex;gap:1rem;margin-bottom:2rem;padding-bottom:1rem}.results-header h2{color:#2c3e50;font-size:1.5rem;margin:0}.article-stats{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin-bottom:2rem;padding:1.5rem}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.stat-item{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;display:flex;flex-direction:column;padding:1rem;text-align:center}.stat-label{color:#6c757d;font-size:.8rem;font-weight:600;margin-bottom:.5rem;text-transform:uppercase}.stat-value{color:#2c3e50;font-size:1.5rem;font-weight:700}.stat-value.success{color:#28a745}.stat-value.warning{color:#ffc107}.stat-value.danger{color:#dc3545}.user-info strong{display:block;margin-bottom:.25rem}.user-info small{color:#6c757d}.article-title-cell{word-wrap:break-word;line-height:1.4;max-width:300px}.user-test-details{margin-top:1rem}.details-header{border-bottom:2px solid #e9ecef;margin-bottom:2rem;padding-bottom:1rem}.details-header h2{color:#2c3e50;font-size:1.5rem;margin:.5rem 0}.details-header .article-title{color:#6c757d;font-style:italic;margin:0}.user-summary{margin-bottom:2rem}.summary-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:1.5rem}.summary-card h3{color:#2c3e50;font-size:1.2rem;margin-bottom:1rem}.summary-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.summary-item{background:#f8f9fa;border-left:4px solid #007bff;border-radius:8px;display:flex;flex-direction:column;padding:.75rem}.summary-label{color:#6c757d;font-size:.8rem;font-weight:600;margin-bottom:.25rem;text-transform:uppercase}.summary-value{color:#2c3e50;font-size:1.1rem;font-weight:700}.summary-value.success{color:#28a745}.summary-value.danger{color:#dc3545}.detailed-questions{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:1.5rem}.detailed-questions h3{color:#2c3e50;font-size:1.2rem;margin-bottom:1.5rem}.questions-list{display:flex;flex-direction:column;gap:1.5rem}.question-detail{border:2px solid #0000;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.question-detail.correct{border-color:#28a745}.question-detail.incorrect{border-color:#dc3545}.question-header{align-items:center;background:#f8f9fa;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:.75rem 1rem}.question-number{color:#2c3e50;font-weight:600}.result-indicator{font-size:1.2rem;font-weight:600}.result-indicator.correct{color:#28a745}.result-indicator.incorrect{color:#dc3545}.question-content{background:#fff;padding:1rem}.question-content h4{color:#2c3e50;font-size:1rem;line-height:1.5;margin-bottom:1rem}.answer-options{margin:1rem 0}.answer-option{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem;padding:.5rem .75rem}.answer-option.correct-answer{background:#d4edda;border-color:#c3e6cb;color:#155724}.answer-option.user-answer{background:#cce5ff;border-color:#9cf}.answer-option.user-answer.correct-answer{background:#d1ecf1;border-color:#bee5eb}.indicator{border-radius:12px;font-size:.8rem;font-weight:600;margin-left:auto;padding:.2rem .5rem}.explanation{background:#e7f3ff;border-left:4px solid #007bff;border-radius:6px;font-size:.9rem;line-height:1.5;margin-top:1rem;padding:1rem}.btn-sm{border-radius:.25rem;font-size:.875rem;padding:.375rem .75rem}.btn-info{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-info:hover{background-color:#138496;border-color:#117a8b}.no-results{background:#fff;border-radius:8px;color:#6c757d;margin-top:1rem;padding:3rem 2rem;text-align:center}.no-results p{font-size:1.1rem;margin:0}.loading{color:#6c757d;font-size:1.1rem;padding:2rem;text-align:center}@media (max-width:768px){.stats-cards,.stats-grid,.summary-stats{grid-template-columns:1fr}.results-table{font-size:.8rem}.results-table td,.results-table th{padding:.5rem}.admin-nav{flex-direction:column}.nav-tab{text-align:center}.results-header{align-items:flex-start;flex-direction:column;gap:.5rem}}.content-textarea{word-wrap:break-word!important;background-color:#f8f9fa!important;border:2px solid #e9ecef!important;border-radius:8px!important;box-sizing:border-box!important;font-family:Courier New,monospace!important;font-size:14px!important;line-height:1.4!important;max-height:none!important;min-height:2000px!important;overflow-y:auto!important;padding:20px!important;resize:vertical!important;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out!important;white-space:pre-wrap!important;width:100%!important}.content-textarea:focus{background-color:#fff!important;border-color:#007bff!important;box-shadow:0 0 0 .2rem #007bff40!important;outline:0!important}.content-textarea::placeholder{color:#6c757d!important;opacity:.8!important}.form-group.content-field{margin-bottom:40px!important}.form-group.content-field label{color:#495057!important;display:block!important;font-size:16px!important;font-weight:600!important;margin-bottom:15px!important}
/*# sourceMappingURL=main.dac4fa5e.css.map*/