.web-exam-prompt{z-index:1000;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#03120fc7;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.web-exam-prompt__dialog{border:1px solid var(--color-border);background:var(--color-surface);text-align:center;border-radius:1.5rem;width:min(100%,34rem);max-height:calc(100dvh - 2rem);padding:2rem;animation:.18s ease-out web-exam-prompt-in;position:relative;overflow-y:auto;box-shadow:0 1.5rem 4rem #0000004d}@keyframes web-exam-prompt-in{0%{opacity:0;transform:translateY(.75rem)scale(.98)}to{opacity:1;transform:none}}.web-exam-prompt__logo{border-radius:1rem;width:4.5rem;height:4.5rem}.web-exam-prompt__dialog h2{color:var(--color-text);margin:.8rem 0 .45rem;font-size:clamp(1.35rem,4vw,1.8rem)}.web-exam-prompt__dialog p{color:var(--color-text-muted);margin:0;line-height:1.8}.web-exam-prompt__auth-actions{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1.3rem;display:grid}.web-exam-prompt__primary,.web-exam-prompt__secondary,.web-exam-prompt__later{min-height:3rem;font:inherit;cursor:pointer;border-radius:.85rem;justify-content:center;align-items:center;padding:.7rem 1rem;font-weight:700;text-decoration:none;display:inline-flex}.web-exam-prompt__primary{border:1px solid var(--color-primary);background:var(--color-primary);color:#fff}.web-exam-prompt__secondary{border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text)}.web-exam-prompt__divider{color:var(--color-text-muted);align-items:center;gap:.7rem;margin:1.25rem 0 .6rem;font-size:.85rem;display:flex}.web-exam-prompt__divider:before,.web-exam-prompt__divider:after{content:"";background:var(--color-border);flex:1;height:1px}.web-exam-prompt__hint{font-size:.9rem}.web-exam-prompt__stores{grid-template-columns:1fr 1fr;gap:.7rem;margin-top:1rem;display:grid}.web-exam-prompt__store{color:#fff;background:#050505;border-radius:.85rem;justify-content:center;align-items:center;gap:.65rem;min-height:3.6rem;padding:.55rem .8rem;text-decoration:none;display:flex}.web-exam-prompt__store>span:last-child{text-align:start;flex-direction:column;line-height:1.15;display:flex}.web-exam-prompt__store small{color:#ffffffb8}.web-exam-prompt__store strong{font-size:1rem}.web-exam-prompt__close{background:var(--color-bg);width:2.25rem;height:2.25rem;color:var(--color-text);cursor:pointer;border:0;border-radius:999px;font-size:1.5rem;position:absolute;inset-block-start:.8rem;inset-inline-end:.8rem}.web-exam-prompt__later{width:100%;color:var(--color-text-muted);background:0 0;border:0;margin-top:1rem}@media (max-width:34rem){.web-exam-prompt__dialog{padding:1.5rem 1rem}.web-exam-prompt__auth-actions,.web-exam-prompt__stores{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.web-exam-prompt__dialog{animation:none}}
