.PlacementTestModal-module__LF8yha__overlay{top:var(--header-height,80px);z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1e1814a6;justify-content:center;align-items:flex-start;padding:24px;animation:.2s PlacementTestModal-module__LF8yha__fadeIn;display:flex;position:fixed;bottom:0;left:0;right:0}@media (max-width:767px){.PlacementTestModal-module__LF8yha__overlay{padding:max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left))}}@media (max-width:480px){.PlacementTestModal-module__LF8yha__overlay{padding:max(12px, env(safe-area-inset-top)) max(6px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(6px, env(safe-area-inset-left))}}@keyframes PlacementTestModal-module__LF8yha__fadeIn{0%{opacity:0}to{opacity:1}}.PlacementTestModal-module__LF8yha__modal{width:min(1080px,100vw - 48px);max-height:calc(100dvh - var(--header-height,80px) - 48px);background:#fdfaf6;border-radius:1.25rem;flex-direction:column;animation:.22s cubic-bezier(.22,1,.36,1) PlacementTestModal-module__LF8yha__slideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #1e181414,0 20px 48px -8px #1e18143d}@media (max-width:767px){.PlacementTestModal-module__LF8yha__modal{width:calc(100vw - 32px);max-height:calc(100dvh - var(--header-height,80px) - 32px);border-radius:1rem}}@media (max-width:480px){.PlacementTestModal-module__LF8yha__modal{width:calc(100vw - 12px);max-height:calc(100dvh - var(--header-height,80px) - 24px)}}.PlacementTestModal-module__LF8yha__modalHeader{z-index:10;background:#fdfaf6;border-bottom:1px solid #1e18140d;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem 2.25rem;display:flex;position:sticky;top:0}.PlacementTestModal-module__LF8yha__modalHeader .PlacementTestModal-module__LF8yha__modalTitle{white-space:nowrap;text-overflow:ellipsis;margin:0 1rem 0 0;padding:0;font-size:1.4rem;overflow:hidden}@media (max-width:640px){.PlacementTestModal-module__LF8yha__modalHeader{padding:1.25rem 1.25rem .75rem}.PlacementTestModal-module__LF8yha__modalHeader .PlacementTestModal-module__LF8yha__modalTitle{font-size:1.25rem}}@keyframes PlacementTestModal-module__LF8yha__slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.PlacementTestModal-module__LF8yha__closeBtn{color:#6b5e54;cursor:pointer;z-index:1;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;margin-left:auto;transition:background .15s,color .15s;display:flex}.PlacementTestModal-module__LF8yha__closeBtn:hover{color:#e87b6b;background:#e87b6b1a}.PlacementTestModal-module__LF8yha__closeBtn:focus-visible{outline-offset:2px;outline:2px solid #e87b6b}.PlacementTestModal-module__LF8yha__section{flex-direction:column;flex:1;gap:1.25rem;padding:1rem 2.25rem 2.5rem;display:flex;overflow-y:auto}@media (max-width:640px){.PlacementTestModal-module__LF8yha__section{padding:.5rem 1.25rem 2rem}}.PlacementTestModal-module__LF8yha__heading{color:#1e1814;padding-right:2rem;font-size:1.6rem;font-weight:700;line-height:1.25}.PlacementTestModal-module__LF8yha__lead{color:#4a3f36;font-size:1.05rem;line-height:1.6}.PlacementTestModal-module__LF8yha__langGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:480px){.PlacementTestModal-module__LF8yha__langGrid{grid-template-columns:1fr}.PlacementTestModal-module__LF8yha__langFlagImg{width:3.5rem;height:3.5rem}}.PlacementTestModal-module__LF8yha__langCard{cursor:pointer;text-align:center;background:#fff9f2;border:2px solid #e8e2da;border-radius:1rem;flex-direction:column;align-items:center;gap:.5rem;padding:1.75rem 1.25rem;transition:border-color .18s,background .18s,transform .12s;display:flex}.PlacementTestModal-module__LF8yha__langCard:hover{background:#e87b6b0f;border-color:#e87b6b;transform:translateY(-2px)}.PlacementTestModal-module__LF8yha__langCard:focus-visible{outline-offset:2px;outline:2px solid #e87b6b}.PlacementTestModal-module__LF8yha__langFlag{font-size:2.5rem;line-height:1}.PlacementTestModal-module__LF8yha__langFlagImg{object-fit:contain;width:4rem;height:4rem}.PlacementTestModal-module__LF8yha__langLabel{color:#1e1814;font-size:1.1rem;font-weight:700}.PlacementTestModal-module__LF8yha__langHint{color:#7a6e65;font-size:.875rem}.PlacementTestModal-module__LF8yha__infoGrid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}@media (max-width:540px){.PlacementTestModal-module__LF8yha__infoGrid{grid-template-columns:1fr}}.PlacementTestModal-module__LF8yha__infoBlock{color:#4a3f36;background:#fff9f2;border:1px solid #e8e2da;border-radius:.75rem;gap:.75rem;padding:1rem;font-size:.875rem;line-height:1.5;display:flex}.PlacementTestModal-module__LF8yha__infoBlock strong{color:#1e1814;margin-bottom:.2rem;font-size:.9rem;display:block}.PlacementTestModal-module__LF8yha__infoIcon{color:#e87b6b;flex-shrink:0;margin-top:.1rem;font-size:1rem;font-weight:700}.PlacementTestModal-module__LF8yha__progressWrap{background:#e8e2da;border-radius:999px;height:4px;margin-bottom:.25rem;overflow:hidden}.PlacementTestModal-module__LF8yha__progressBar{background:linear-gradient(90deg,#e87b6b,#2d9eab);border-radius:999px;height:100%;transition:width .4s}.PlacementTestModal-module__LF8yha__questionMeta{color:#7a6e65;justify-content:space-between;align-items:center;font-size:.8rem;display:flex}.PlacementTestModal-module__LF8yha__questionCount{font-weight:500}.PlacementTestModal-module__LF8yha__questionPhase{color:#2d9eab;background:#2d9eab1a;border-radius:999px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.PlacementTestModal-module__LF8yha__passage{color:#3a342c;background:#fff9f2;border-left:3px solid #2d9eab;border-radius:0 .5rem .5rem 0;padding:1rem 1.25rem;font-size:.9rem;line-height:1.65}.PlacementTestModal-module__LF8yha__prompt{color:#1e1814;font-size:1.05rem;font-weight:600;line-height:1.5}.PlacementTestModal-module__LF8yha__optionsFieldset{border:none;flex-direction:column;gap:.625rem;margin:0;padding:0;display:flex}.PlacementTestModal-module__LF8yha__option{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff9f2;border:2px solid #e8e2da;border-radius:.75rem;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;transition:border-color .15s,background .15s;display:flex}.PlacementTestModal-module__LF8yha__option:hover{background:#e87b6b0d;border-color:#e87b6b}.PlacementTestModal-module__LF8yha__optionSelected{background:#e87b6b17;border-color:#e87b6b}.PlacementTestModal-module__LF8yha__answerShortcut{color:#7a6e65;background:#7a6e651a;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:.1rem .4rem;font-size:.75rem;font-weight:600;display:inline-flex}.PlacementTestModal-module__LF8yha__optionSelected .PlacementTestModal-module__LF8yha__answerShortcut{color:#e87b6b;background:#e87b6b26}.PlacementTestModal-module__LF8yha__optionMarker{color:#e87b6b;text-align:center;flex-shrink:0;min-width:1rem;margin-top:.1rem;font-size:1rem}.PlacementTestModal-module__LF8yha__optionText{color:#1e1814;font-size:.95rem;line-height:1.5}.PlacementTestModal-module__LF8yha__btnRow{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.PlacementTestModal-module__LF8yha__resultActions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:.5rem;display:flex}.PlacementTestModal-module__LF8yha__resultPrimaryAction{flex-shrink:0}.PlacementTestModal-module__LF8yha__resultSecondaryActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.875rem;display:flex}@media (max-width:640px){.PlacementTestModal-module__LF8yha__resultActions{flex-direction:column;align-items:stretch;gap:1rem}.PlacementTestModal-module__LF8yha__resultPrimaryAction .PlacementTestModal-module__LF8yha__courseCta{justify-content:center;align-self:stretch;width:100%}.PlacementTestModal-module__LF8yha__resultSecondaryActions{flex-direction:column;align-items:stretch}}.PlacementTestModal-module__LF8yha__btnPrimary{color:#fff;cursor:pointer;background:#e87b6b;border:none;border-radius:.625rem;justify-content:center;align-items:center;padding:.6875rem 1.5rem;font-size:.9375rem;font-weight:600;transition:background .15s,transform .1s;display:inline-flex}.PlacementTestModal-module__LF8yha__btnPrimary:hover:not(:disabled){background:#d96b5a;transform:translateY(-1px)}.PlacementTestModal-module__LF8yha__btnPrimary:disabled{opacity:.45;cursor:not-allowed}.PlacementTestModal-module__LF8yha__btnPrimary:focus-visible{outline-offset:2px;outline:2px solid #e87b6b}.PlacementTestModal-module__LF8yha__btnSecondary{color:#1e1814;cursor:pointer;background:0 0;border:2px solid #e8e2da;border-radius:.625rem;justify-content:center;align-items:center;padding:.6875rem 1.25rem;font-size:.9375rem;font-weight:600;transition:border-color .15s,background .15s;display:inline-flex}.PlacementTestModal-module__LF8yha__btnSecondary:hover{background:#e87b6b0d;border-color:#e87b6b}.PlacementTestModal-module__LF8yha__btnSecondary:focus-visible{outline-offset:2px;outline:2px solid #e87b6b}.PlacementTestModal-module__LF8yha__btnGhost{color:#7a6e65;cursor:pointer;background:0 0;border:none;border-radius:.625rem;justify-content:center;align-items:center;padding:.6875rem 1rem;font-size:.875rem;font-weight:500;transition:color .15s,background .15s;display:inline-flex}.PlacementTestModal-module__LF8yha__btnGhost:hover{color:#1e1814;background:#1e18140d}.PlacementTestModal-module__LF8yha__btnGhost:disabled{opacity:.4;cursor:not-allowed}.PlacementTestModal-module__LF8yha__btnGhost:focus-visible{outline-offset:2px;outline:2px solid #e87b6b}.PlacementTestModal-module__LF8yha__btnDanger{color:#c0392b;cursor:pointer;background:0 0;border:2px solid #c0392b40;border-radius:.625rem;justify-content:center;align-items:center;padding:.6875rem 1.25rem;font-size:.9375rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.PlacementTestModal-module__LF8yha__btnDanger:hover{background:#c0392b14;border-color:#c0392b}.PlacementTestModal-module__LF8yha__btnDanger:focus-visible{outline-offset:2px;outline:2px solid #c0392b}.PlacementTestModal-module__LF8yha__resultCard{text-align:center;background:linear-gradient(135deg,#e87b6b14 0%,#2d9eab0f 100%);border:1px solid #e87b6b33;border-radius:1rem;flex-direction:column;align-items:center;gap:.75rem;padding:2rem;display:flex}.PlacementTestModal-module__LF8yha__resultLevelBadge{color:#e87b6b;font-size:2.5rem;font-weight:800;line-height:1}.PlacementTestModal-module__LF8yha__resultHeadline{color:#1e1814;font-size:1.15rem;font-weight:700;line-height:1.4}.PlacementTestModal-module__LF8yha__confidenceBadge{border-radius:999px;align-self:flex-start;align-items:center;padding:.3rem .875rem;font-size:.8rem;font-weight:700;display:inline-flex}.PlacementTestModal-module__LF8yha__confidence-high{color:#1e8449;background:#27ae601f;border:1px solid #27ae604d}.PlacementTestModal-module__LF8yha__confidence-medium{color:#b7770d;background:#f39c121f;border:1px solid #f39c124d}.PlacementTestModal-module__LF8yha__confidence-low{color:#c0392b;background:#c0392b1a;border:1px solid #c0392b40}.PlacementTestModal-module__LF8yha__explanationLines{color:#4a3f36;flex-direction:column;gap:.5rem;font-size:.9rem;line-height:1.6;display:flex}.PlacementTestModal-module__LF8yha__borderlineNote{color:#7d6608;background:#f39c1214;border-left:3px solid #f39c12;border-radius:0 .375rem .375rem 0;padding:.5rem .75rem;font-size:.85rem}.PlacementTestModal-module__LF8yha__ceilingNote{color:#922b21;background:#c0392b0f;border-left:3px solid #c0392b;border-radius:0 .375rem .375rem 0;padding:.5rem .75rem;font-size:.85rem}.PlacementTestModal-module__LF8yha__domainSection{flex-direction:column;gap:.75rem;display:flex}.PlacementTestModal-module__LF8yha__domainHeading{color:#4a3f36;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.375rem;font-size:.85rem;font-weight:700}.PlacementTestModal-module__LF8yha__domainList{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.PlacementTestModal-module__LF8yha__domainStrong{color:#1e8449;font-size:.9rem}.PlacementTestModal-module__LF8yha__domainWeak{color:#c0392b;font-size:.9rem}.PlacementTestModal-module__LF8yha__domainUntested{color:#7a6e65;font-size:.9rem}.PlacementTestModal-module__LF8yha__disclaimerNote{color:#7a6e65;font-size:.8rem;font-style:italic}.PlacementTestModal-module__LF8yha__alertWarn{color:#7d6608;background:#f39c1214;border:1px solid #f39c1240;border-radius:.625rem;padding:.875rem 1rem;font-size:.875rem}.PlacementTestModal-module__LF8yha__alertInfo{color:#2d9eab;background:#2d9eab14;border:1px solid #2d9eab33;border-radius:.625rem;padding:.875rem 1rem;font-size:.875rem}.PlacementTestModal-module__LF8yha__alertLink{color:#2d9eab;cursor:pointer;font-weight:600;font:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.PlacementTestModal-module__LF8yha__alertLink:hover{color:#1d7a85}.PlacementTestModal-module__LF8yha__courseCta{color:#fff;background:#2d9eab;border-radius:.625rem;align-self:flex-start;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .15s,transform .1s;display:inline-flex}.PlacementTestModal-module__LF8yha__courseCta:hover{background:#247e8a;transform:translateY(-1px)}.PlacementTestModal-module__LF8yha__reviewHeader{justify-content:space-between;align-items:center;display:flex}.PlacementTestModal-module__LF8yha__reviewCount{color:#7a6e65;font-size:.85rem;font-weight:500}.PlacementTestModal-module__LF8yha__reviewStatus{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.PlacementTestModal-module__LF8yha__statusCorrect{color:#1e8449;font-size:.9rem;font-weight:700}.PlacementTestModal-module__LF8yha__statusWrong{color:#c0392b;font-size:.9rem;font-weight:700}.PlacementTestModal-module__LF8yha__reviewLevel{color:#7a6e65;font-size:.78rem}.PlacementTestModal-module__LF8yha__reviewOptions{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.PlacementTestModal-module__LF8yha__reviewOption{color:#4a3f36;border:1.5px solid #e8e2da;border-radius:.625rem;flex-direction:column;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;font-size:.9rem;display:flex}.PlacementTestModal-module__LF8yha__reviewOptionCorrect{background:#27ae600f;border-color:#27ae6080}.PlacementTestModal-module__LF8yha__reviewOptionWrong{background:#c0392b0d;border-color:#c0392b66}.PlacementTestModal-module__LF8yha__whyWrong{color:#7a6e65;margin:.25rem 0 0;font-size:.8rem;font-style:italic}.PlacementTestModal-module__LF8yha__explanationBox{color:#3a342c;background:#fff9f2;border-left:3px solid #e87b6b;border-radius:0 .5rem .5rem 0;padding:.875rem 1rem;font-size:.9rem;line-height:1.6}.PlacementTestModal-module__LF8yha__reviewNav{flex-wrap:wrap;justify-content:space-between;gap:.75rem;display:flex}@media (max-width:767px){.PlacementTestModal-module__LF8yha__modal{border-radius:1rem;max-height:calc(100dvh - 1rem)}}
.PlacementTestLauncher-module__qzt6_a__launchBtn{color:#fff;cursor:pointer;white-space:nowrap;letter-spacing:.01em;background:linear-gradient(135deg,#e87b6b 0%,#d96b5a 100%);border:none;border-radius:.625rem;align-items:center;gap:.5rem;padding:.6875rem 1.375rem;font-size:.9375rem;font-weight:700;transition:transform .12s,box-shadow .15s;display:inline-flex;box-shadow:0 2px 8px #e87b6b59}.PlacementTestLauncher-module__qzt6_a__launchBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e87b6b66}.PlacementTestLauncher-module__qzt6_a__launchBtn:active{transform:translateY(0)}.PlacementTestLauncher-module__qzt6_a__launchBtn:focus-visible{outline-offset:3px;outline:2px solid #e87b6b}.PlacementTestLauncher-module__qzt6_a__launchIcon{opacity:.9;font-size:.95rem}.PlacementTestLauncher-module__qzt6_a__launcherWrapper{align-items:center;gap:.75rem;display:inline-flex;position:relative}.PlacementTestLauncher-module__qzt6_a__tooltipContainer{justify-content:center;align-items:center;display:inline-flex;position:relative}.PlacementTestLauncher-module__qzt6_a__infoBtn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.25rem;transition:color .15s,background-color .15s;display:flex}.PlacementTestLauncher-module__qzt6_a__infoBtn:hover,.PlacementTestLauncher-module__qzt6_a__infoBtn:focus-visible{color:var(--color-primary);background-color:var(--color-surface-hover);outline:none}.PlacementTestLauncher-module__qzt6_a__tooltip{background-color:var(--color-surface-elevated,#fff);width:260px;color:var(--color-text-main,#333);z-index:10;border:1px solid var(--color-border,#eaeaea);pointer-events:none;border-radius:.5rem;margin-top:.5rem;padding:.875rem 1rem;font-size:.875rem;line-height:1.4;position:absolute;top:100%;right:0;box-shadow:0 4px 16px #0000001f}@media (min-width:768px){.PlacementTestLauncher-module__qzt6_a__tooltip{left:50%;right:auto;transform:translate(-50%)}}
