.vtest-client-wrap{color:#1a1a1a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:2rem auto;max-width:1100px;padding:0 1.5rem}.vtest-client-header{border-bottom:2px solid #e0e0e0;margin-bottom:2rem;padding-bottom:1rem}.vtest-client-header__title{font-size:1.75rem;font-weight:700;margin:0}.vtest-docs-section{margin-bottom:2.5rem}.vtest-docs-section__toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;margin-bottom:1rem}.vtest-docs-section__heading{font-size:1.25rem;font-weight:600;margin:0}.vtest-docs-list{display:flex;flex-wrap:wrap;gap:.75rem;list-style:none;margin:0;padding:0}.vtest-docs-list__item{align-items:center;display:flex;flex:0 0 auto;gap:.4rem}.vtest-docs-list__link{align-items:center;background:#f5f5f5;border:1px solid #d9d9d9;border-radius:4px;color:#1a1a1a;display:inline-flex;font-size:.875rem;gap:.4rem;padding:.5rem .9rem;text-decoration:none;transition:background .15s,border-color .15s}.vtest-docs-list__link:focus,.vtest-docs-list__link:hover{background:#e8f0fe;border-color:#4a7ef5;color:#1a4fc4}.vtest-docs-list__icon{font-size:1rem;line-height:1}.vtest-docs-empty{color:#6c757d;font-style:italic;margin:.5rem 0}.vtest-docs-add-btn{margin-top:.75rem}.vtest-wysiwyg-section{margin-bottom:2.5rem}.vtest-wysiwyg-section__toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;margin-bottom:.75rem}.vtest-wysiwyg-section__heading{font-size:1.25rem;font-weight:600;margin:0}.vtest-wysiwyg-content{background:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;line-height:1.6;min-height:3rem;padding:1rem 1.25rem}.vtest-wysiwyg-empty{color:#6c757d;font-style:italic;margin:0}.vtest-wysiwyg-textarea{border:1px solid #ced4da;border-radius:4px;box-sizing:border-box;font-family:inherit;font-size:.9rem;padding:.5rem .75rem;resize:vertical;width:100%}.vtest-wysiwyg-textarea:focus{border-color:#0073aa;box-shadow:0 0 0 3px rgba(0,115,170,.2);outline:none}.vtest-special-needs-file{border-top:1px solid #e0e0e0;margin-top:1.5rem;padding-top:1.25rem}.vtest-special-needs-file__heading{font-size:1rem;font-weight:600;margin:0 0 .75rem}.vtest-login-prompt{align-items:center;background:#f7f7f7;display:flex;justify-content:center;min-height:100vh}.vtest-login-prompt__container{background:#fff;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.08);padding:3rem 4rem;text-align:center}.vtest-login-prompt__container h1{font-size:1.5rem;margin-bottom:1.5rem}.vtest-login-prompt__button{background:#0073aa;border-radius:4px;color:#fff;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 2rem;text-decoration:none;transition:background .2s}.vtest-login-prompt__button:focus,.vtest-login-prompt__button:hover{background:#005c8a;color:#fff}.vtest-exams-section__toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;margin-bottom:1.25rem}.vtest-exams-section__toolbar h2{font-size:1.25rem;margin:0}.vtest-btn{align-items:center;border:none;border-radius:4px;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:600;justify-content:center;padding:.45rem 1rem;text-decoration:none;transition:background .15s,opacity .15s}.vtest-btn:focus-visible{outline:3px solid #0073aa;outline-offset:2px}.vtest-btn--primary{background:#0073aa;color:#fff}.vtest-btn--primary:hover{background:#005c8a}.vtest-btn--edit{background:#f0ad4e;color:#fff;margin-right:.25rem}.vtest-btn--edit:hover{background:#d9922e}.vtest-btn--delete{background:#d9534f;color:#fff}.vtest-btn--delete:hover{background:#b52b27}.vtest-btn--archive{background:#8a6d3b;color:#fff}.vtest-btn--archive:hover{background:#6a5230}.vtest-btn--cancel{background:#6c757d;color:#fff;margin-left:.5rem}.vtest-btn--cancel:hover{background:#545b62}.vtest-exams-empty{color:#6c757d;font-style:italic;margin:1.5rem 0}.vtest-exams-table{border-collapse:collapse;font-size:.9rem;margin-bottom:1.5rem;width:100%}.vtest-exams-table td,.vtest-exams-table th{border-bottom:1px solid #e0e0e0;padding:.6rem .75rem;text-align:left;vertical-align:top}.vtest-exams-table thead th{background:#f1f3f5;color:#444;font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.vtest-exams-table tbody tr:hover{background:#f9f9f9}.vtest-exams-table__actions{white-space:nowrap}.vtest-form-wrap{background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;margin-top:1.5rem;padding:1.5rem}.vtest-form-wrap h3{font-size:1.1rem;margin-bottom:1.25rem;margin-top:0}.vtest-form__field,.vtest-form__row{margin-bottom:1rem}.vtest-form__row{display:flex;flex-wrap:wrap;gap:1rem}.vtest-form__row .vtest-form__field{flex:1 1 160px;margin-bottom:0}.vtest-form__field label{color:#333;display:block;font-size:.875rem;font-weight:600;margin-bottom:.3rem}.vtest-form__field input[type=date],.vtest-form__field input[type=number],.vtest-form__field input[type=text],.vtest-form__field input[type=time],.vtest-form__field textarea{border:1px solid #ced4da;border-radius:4px;box-sizing:border-box;font-size:.9rem;padding:.45rem .6rem;transition:border-color .15s,box-shadow .15s;width:100%}.vtest-form__field input:focus,.vtest-form__field textarea:focus{border-color:#0073aa;box-shadow:0 0 0 3px rgba(0,115,170,.2);outline:none}.vtest-field--error{border-color:#d9534f!important}.vtest-field-error-msg{color:#d9534f;display:block;font-size:.8rem;margin-top:.25rem}.vtest-form__actions{align-items:center;display:flex;margin-top:1.25rem}.vtest-overlay{align-items:center;background:rgba(0,0,0,.45);display:flex;inset:0;justify-content:center;position:fixed;z-index:99999}.vtest-overlay[hidden]{display:none}.vtest-overlay__box{background:#fff;border-radius:8px;box-shadow:0 8px 32px rgba(0,0,0,.18);max-width:420px;padding:2rem 2.5rem;position:relative;text-align:center;width:90%}.vtest-overlay--success .vtest-overlay__box{border-top:5px solid #5cb85c}.vtest-overlay--success .vtest-overlay__message{color:#2d7a2d}.vtest-overlay--error .vtest-overlay__box{border-top:5px solid #d9534f}.vtest-overlay--error .vtest-overlay__message{color:#a02525}.vtest-overlay__message{font-size:1rem;font-weight:600;line-height:1.5;margin:0 0 1.25rem}.vtest-overlay__close{background:#0073aa;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1.5rem;transition:background .15s}.vtest-overlay__close:hover{background:#005c8a}@media (max-width:768px){.vtest-exams-table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.vtest-form__row{flex-direction:column}}
