:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.student-form{display:flex;flex-direction:column;align-items:center;gap:1rem;background:#fff;padding:2rem;border-radius:10px;width:100%;max-width:500px;box-shadow:0 4px 20px #0003}.student-form img.logo-center{height:100px}.student-form h2{margin:0;font-size:1.25rem;color:#00007c;text-align:center;font-weight:600}.student-form label{width:100%;display:flex;flex-direction:column;font-weight:500;font-size:1rem;color:#000}.student-form input{margin-top:.3rem;padding:.5rem;font-size:1rem;border-radius:4px;border:1px solid #00007c;background-color:#fff;color:#000}.student-form button{width:100%;padding:.75rem;font-size:1rem;font-weight:700;background-color:#00007c;color:#fff;border:none;border-radius:4px;cursor:pointer;margin-top:1rem}.student-form button:hover{background-color:#006}.student-form select{margin-top:.3rem;padding:.5rem;font-size:1rem;border-radius:4px;border:1px solid #00007c;background-color:#fff;color:#000}.student-form input:disabled,.student-form select:disabled,.student-form button:disabled{background-color:#f0f0f0;color:#888;cursor:not-allowed;border-color:#ccc}.student-result{display:flex;flex-direction:column;align-items:center;gap:1rem;background:#fff;padding:2rem;border-radius:10px;width:100%;max-width:1200px;box-shadow:0 4px 20px #0003;color:#000;margin-top:2rem;overflow-x:auto}.student-result h2{margin:.5rem 0;font-size:1.75rem;color:#00007c;text-align:center;font-weight:600}.student-result .back-button{align-self:flex-start;background:transparent;border:none;font-size:1.1rem;color:#00007c;cursor:pointer;font-weight:700;margin-bottom:.5rem;margin-left:.5rem;outline:none}.student-result .header-button-container .back-button:focus-visible{outline:none}.subtest-label{width:100%;display:flex;flex-direction:column;font-weight:700;font-size:1.1rem;color:#00007c}.subtest-select{margin-top:.3rem;padding:.5rem;font-size:1.05rem;border-radius:4px;border:1px solid #00007c;background-color:#fff;color:#000;width:100%}.student-info-box{background:#f0f4ff;border:1px solid #00007c;padding:1rem 1.5rem;border-radius:4px;margin-top:.5rem;margin-bottom:1rem;color:#000;max-width:300px;font-size:.95rem;align-self:flex-start}.student-info-box p{margin:4px 0}.table-wrapper{width:100%;overflow-x:auto}.test-details-table{min-width:800px;width:100%;border-collapse:collapse;margin-top:1rem;font-size:.95rem;table-layout:auto}.test-details-table th,.test-details-table td{border:1px solid #ccc;padding:.6rem;text-align:left;vertical-align:top}.test-details-table th{background-color:#f0f4ff;color:#00007c;font-weight:600}.test-details-table td{background-color:#fff;color:#000}.test-details-table pre{margin:0;font-size:.85rem;line-height:1.1;white-space:pre-wrap;word-break:break-word;height:400px;overflow-y:auto;background-color:#f0f4ff}.test-details-table code{font-family:monospace;color:#333}.toggle-button{display:inline-block;cursor:pointer;font-size:1.2rem;margin-bottom:.4rem;margin-right:.5rem;font-weight:700;color:#00007c;-webkit-user-select:none;user-select:none}.global-toggle-button{background-color:#00007c;color:#fff;border:none;padding:.5rem 1rem;font-size:.95rem;border-radius:5px;cursor:pointer;align-self:flex-start;transition:background-color .2s}.global-toggle-button:hover{background-color:#000060}@media (max-width: 900px){.test-details-table{min-width:600px;font-size:.9rem}}@media (max-width: 600px){.test-details-table{min-width:400px;font-size:.85rem}}.student-result .header-button-container{display:flex;justify-content:space-between;width:100%}html,body,#root{height:100%;width:100%;margin:0;padding:0;font-family:sans-serif}.app-root{display:flex;flex-direction:column;height:100%}.app-header{background-color:#fff;padding:8px 16px;display:flex;align-items:center}.il-header-logo{height:50px;width:auto}.app-wrapper{flex:1;background-color:#00007c;display:flex;justify-content:center;align-items:center;padding-bottom:10vh}.loading-spinner{color:#fff;font-size:1.2rem;text-align:center;margin-top:1rem}
