.instructions-carousel{width:100%;box-shadow:none;background:0 0;border:none;border-radius:18px;place-items:center;gap:20px;padding:0;display:grid;position:relative}.instructions-carousel__media{background:var(--white);border:1px solid var(--blackAlpha08);box-shadow:0 14px 32px var(--blackAlpha18);z-index:1;border-radius:18px;justify-content:center;align-items:center;width:fit-content;height:fit-content;display:flex;overflow:hidden}.instructions-carousel__media img{object-fit:contain;width:520px;max-width:92vw;height:auto;max-height:80vh;display:block}.instructions-carousel__controls{z-index:2;flex-direction:column;align-items:center;gap:10px;display:flex;position:absolute;bottom:12px;left:0;right:0}.instructions-carousel__dots{justify-content:center;align-items:center;gap:8px;display:flex}.instructions-carousel__dots button{background:var(--blackAlpha20);cursor:pointer;border:none;border-radius:50%;width:10px;height:10px}.instructions-carousel__dots button.is-active{background:var(--blackAlpha65)}.instructions-carousel__cta{background:var(--navyDeep);color:var(--white);cursor:pointer;border:none;border-radius:999px;padding:8px 18px;font-weight:600}.instructions-carousel__arrow{color:var(--blackAlpha60);z-index:2;top:50%;transform:translateY(-50%);background:var(--whiteAlpha20)!important;position:absolute!important}.instructions-carousel__arrow--left{left:8px}.instructions-carousel__arrow--right{right:8px}@media (min-width:860px){.instructions-carousel{grid-template-columns:1fr;align-items:center}}
.test-knowledge-error{background:var(--whiteAlpha90);border:1px solid var(--blackAlpha12);width:100%;max-width:700px;box-shadow:0 12px 28px var(--blackAlpha12);text-align:center;color:var(--ink);border-radius:16px;padding:18px 20px 20px}.test-knowledge-error h3{margin:0 0 8px;font-size:1.15rem}.test-knowledge-error p{color:var(--blackAlpha65);margin:0 0 16px}.test-knowledge-error button{background:var(--brandBlue);color:var(--white);cursor:pointer;border:none;border-radius:999px;padding:10px 18px;font-weight:600;transition:transform .2s,box-shadow .2s}.test-knowledge-error button:hover{box-shadow:0 10px 20px var(--brandBlueAlpha30);transform:translateY(-1px)}
.view-test-knowledge{flex-direction:column;align-items:center;gap:20px;width:100%;display:flex}.test-knowledge__mast{justify-content:center;width:100%;display:flex}.test-knowledge__card{background:var(--offWhite);border:1px solid var(--blackAlpha08);width:100%;max-width:820px;box-shadow:0 12px 28px var(--blackAlpha08);color:var(--ink);border-radius:16px;grid-template-columns:1fr .25fr auto;justify-content:stretch;align-self:center;align-items:start;gap:12px;padding:12px;display:grid}.test-knowledge__card .MuiInputBase-input,.test-knowledge__card .MuiInputLabel-root,.test-knowledge__card .MuiFormHelperText-root,.test-knowledge__card .MuiInputLabel-root.Mui-focused{color:var(--ink)!important}.test-knowledge__card .MuiOutlinedInput-notchedOutline{border-color:var(--blackAlpha30)!important}.test-knowledge__subject,.test-knowledge__select{min-width:0}.test-knowledge__button{white-space:nowrap;background:var(--successGreen)!important;margin-top:9px!important}.test-knowledge__button:hover{background:var(--successGreenLight)!important}.test-knowledge__button.Mui-disabled{background:var(--white)!important;color:var(--ink)!important}.test-knowledge__helper-warning{color:var(--warningGold);font-weight:600}.test-knowledge__helper-error{color:var(--dangerDark);font-weight:600}.test-knowledge__results{justify-content:center;width:100%;max-width:900px;padding-top:15px;display:flex}.test-knowledge__loader-slot{justify-content:center;width:100%;display:flex}.test-knowledge__modal{z-index:60;background:0 0;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.test-knowledge__modal-content{border:1px solid var(--whiteAlpha45);width:fit-content;max-width:92vw;max-height:90vh;box-shadow:0 22px 60px var(--blackAlpha35);border-radius:18px}.test-knowledge__instructions-link{justify-content:flex-end;width:100%;max-width:820px;margin-top:8px;padding-right:12px;display:flex}.test-knowledge__instructions-link button{color:var(--whiteAlpha85);cursor:pointer;text-shadow:0 2px 8px var(--blackAlpha35);background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline}.test-knowledge__form-wrapper{flex:1;width:100%;max-width:700px}.test-knowledge__dictionary-warning{color:var(--dangerDark);margin-top:10px;font-size:.9rem}.test-knowledge__subject-highlight{color:var(--dangerDark);font-weight:700}@media (max-width:500px){.test-knowledge__card{display:block}.test-knowledge__card>*{width:100%}.test-knowledge__card>*+*{margin-top:15px}}
.test-knowledge-list{flex-direction:column;gap:20px;width:100%;max-width:900px;margin:30px auto 0;padding:0 15px;display:flex}.test-knowledge-list__search{flex-direction:column;gap:8px;max-width:900px;display:flex}.test-knowledge-list__search label{color:var(--ink);font-weight:600}.test-knowledge-list__search input{border:1px solid var(--blackAlpha12);background:var(--offWhite);color:var(--ink);border-radius:12px;flex:1;padding:12px 14px;font-size:1rem}.test-knowledge-list__search input::placeholder{color:var(--grayMedium)}.test-knowledge-list__search-row{flex-wrap:wrap;align-items:center;gap:10px;width:100%;display:flex}.test-knowledge-list__sort-group{justify-content:flex-end;align-items:center;gap:10px;margin-left:auto;display:inline-flex}.test-knowledge-list__sort{border:1px solid var(--blackAlpha12);background:var(--offWhite);color:var(--ink);cursor:pointer;white-space:nowrap;border-radius:12px;align-items:center;gap:6px;padding:10px 14px;font-weight:600;display:inline-flex}.test-knowledge-list__sort .material-icons{font-size:18px}.test-knowledge-list__sort.is-active{border-color:var(--brandBlue);color:var(--brandBlue)}@media (max-width:700px){.test-knowledge-list__search-row{gap:8px}.test-knowledge-list__sort{padding:10px 12px}}@media (max-width:500px){.test-knowledge-list__search-row{flex-direction:column;align-items:stretch}.test-knowledge-list__sort-group{justify-content:flex-end;width:100%}}.test-knowledge-list__loading{justify-content:center;display:flex}.test-knowledge-list__grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;display:grid}.test-knowledge-list__card{background:var(--offWhite);border:1px solid var(--blackAlpha12);box-shadow:0 12px 26px var(--blackAlpha16);color:var(--ink);border-radius:16px;flex-direction:column;gap:8px;padding:18px;text-decoration:none;transition:transform .2s;display:flex;transform:translateZ(0)}.test-knowledge-list__card:hover{transform:scale(1.01)}.test-knowledge-list__card h3{text-transform:capitalize;margin:0;font-weight:600}.test-knowledge-list__card p{color:var(--bodyText);margin:0}.test-knowledge-list__date{color:var(--grayMedium);font-size:.9rem}.test-knowledge-list__empty{text-align:center;color:var(--bodyText);flex-direction:column;align-items:center;gap:12px;display:flex}.test-knowledge-list__empty-card{background:var(--offWhite);border:1px solid var(--blackAlpha12);box-shadow:0 12px 26px var(--blackAlpha16);border-radius:16px;padding:20px}.test-knowledge-list__cta{border:1px solid var(--successGreen);background:var(--successGreen);color:var(--white);border-radius:12px;justify-content:center;align-items:center;padding:10px 16px;font-weight:600;text-decoration:none;display:inline-flex}.test-knowledge-list__cta:hover,.test-knowledge-list__cta:focus{border-color:var(--successGreenLight);background:var(--successGreenLight);color:var(--white);text-decoration:none}
.admin-view{flex-direction:column;gap:16px;display:flex}.admin-view__tiles{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;width:100%;display:grid}.admin-view__tile{border:1px solid var(--blackAlpha12);background:var(--offWhite);box-shadow:0 10px 22px var(--blackAlpha12);color:var(--ink);border-radius:14px;justify-content:center;align-items:center;padding:18px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.admin-view__tile:hover,.admin-view__tile:focus{box-shadow:0 14px 26px var(--blackAlpha16);transform:translateY(-2px)}
