.AuthShell-module__z0SDKW__page{--auth-bg:#f4f6fa;--auth-card-bg:#fff;--auth-card-border:#e6eaf2;--auth-brand-navy:#1f2a44;--auth-brand-blue:#5b8def;--auth-brand-blue-hover:#487cdd;--auth-brand-blue-active:#386cc8;--auth-brand-blue-tint:#edf4ff;--auth-text-dark:#1f2a44;--auth-text-muted:#8c96a8;--auth-text-sub:#475569;--auth-input-border:#dce2ee;--auth-input-focus:#5b8def2e;--auth-error:#ef4444;background:var(--auth-bg);min-height:100dvh;color:var(--auth-text-dark);box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;font-family:Pretendard Variable,Pretendard,sans-serif;display:flex}.AuthShell-module__z0SDKW__mainContainer{flex-direction:column;align-items:center;width:40vw;min-width:440px;max-width:100%;display:flex}@media (max-width:480px){.AuthShell-module__z0SDKW__page{padding:16px 12px}.AuthShell-module__z0SDKW__mainContainer{width:100%;min-width:0}.AuthShell-module__z0SDKW__card{border-radius:16px;padding:28px 18px}.AuthShell-module__z0SDKW__logoHeader{gap:8px;margin-bottom:20px}.AuthShell-module__z0SDKW__cardTitle{font-size:16px}.AuthShell-module__z0SDKW__input{height:44px;font-size:13.5px}.AuthShell-module__z0SDKW__submit{height:46px;font-size:14px}.AuthShell-module__z0SDKW__oauthButton{width:100%;min-width:0;height:46px;font-size:14px}.AuthShell-module__z0SDKW__topHeader{top:12px;right:12px}.AuthShell-module__z0SDKW__topTeacherButton{height:32px;padding:0 10px;font-size:12px}}.AuthShell-module__z0SDKW__card{background:var(--auth-card-bg);border:1px solid var(--auth-card-border);box-sizing:border-box;border-radius:20px;flex-direction:column;align-items:center;width:100%;padding:44px 36px;display:flex;box-shadow:0 4px 24px #0000000a}.AuthShell-module__z0SDKW__logoHeader{flex-direction:column;align-items:center;gap:12px;margin-bottom:26px;display:flex}.AuthShell-module__z0SDKW__brandTagline{color:var(--auth-text-sub,#475569);text-align:center;margin:-2px 0 2px;font-size:13px;font-weight:500}.AuthShell-module__z0SDKW__cardTitle{color:var(--auth-text-dark);margin:0;font-size:17px;font-weight:700}.AuthShell-module__z0SDKW__form{flex-direction:column;gap:14px;width:100%;display:flex}.AuthShell-module__z0SDKW__nameRow{grid-template-columns:88px minmax(0,1fr);align-items:start;gap:10px;display:grid}.AuthShell-module__z0SDKW__lastNameField,.AuthShell-module__z0SDKW__firstNameField{min-width:0}.AuthShell-module__z0SDKW__roleGroup{border:0;width:100%;margin:0 0 4px;padding:0}.AuthShell-module__z0SDKW__legend{color:var(--auth-text-sub);margin-bottom:6px;font-size:13px;font-weight:600}.AuthShell-module__z0SDKW__roleGrid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.AuthShell-module__z0SDKW__roleButton{border:1px solid var(--auth-input-border);height:40px;color:var(--auth-text-sub);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:6px;font-size:13px;font-weight:600;transition:all .15s;display:flex}.AuthShell-module__z0SDKW__roleButton:hover{border-color:var(--auth-brand-blue);color:var(--auth-brand-blue)}.AuthShell-module__z0SDKW__roleButton[aria-pressed=true]{border-color:var(--auth-brand-blue);background:var(--auth-brand-blue-tint);color:var(--auth-brand-blue);font-weight:700}.AuthShell-module__z0SDKW__roleNumber{opacity:.85;font-size:11px;font-weight:700}.AuthShell-module__z0SDKW__roleHint{color:var(--auth-text-muted);text-align:center;margin:-4px 0 4px;font-size:12px}.AuthShell-module__z0SDKW__field{flex-direction:column;gap:6px;width:100%;display:flex}.AuthShell-module__z0SDKW__label{color:var(--auth-text-sub);font-size:13px;font-weight:600}.AuthShell-module__z0SDKW__inputWrapper{width:100%;position:relative}.AuthShell-module__z0SDKW__input{border:1px solid var(--auth-input-border);width:100%;height:46px;color:var(--auth-text-dark);box-sizing:border-box;background:#fff;border-radius:8px;padding:0 14px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.AuthShell-module__z0SDKW__input::placeholder{color:var(--auth-text-muted)}.AuthShell-module__z0SDKW__input:focus{border-color:var(--auth-brand-blue);box-shadow:0 0 0 3px var(--auth-input-focus);outline:none}.AuthShell-module__z0SDKW__inputWrapper[data-invalid=true] .AuthShell-module__z0SDKW__input{border-color:var(--auth-error)}.AuthShell-module__z0SDKW__error{color:var(--auth-error);text-align:center;margin-top:2px;font-size:12px}.AuthShell-module__z0SDKW__status{color:var(--auth-text-muted);text-align:center;min-height:14px;margin:0;font-size:12px}.AuthShell-module__z0SDKW__submit{background:var(--auth-brand-blue);color:#fff;cursor:pointer;border:0;border-radius:8px;width:100%;height:48px;margin-top:6px;font-size:15px;font-weight:600;transition:background .15s,transform .1s}.AuthShell-module__z0SDKW__submit:hover:not(:disabled){background:var(--auth-brand-blue-hover)}.AuthShell-module__z0SDKW__submit:active:not(:disabled){background:var(--auth-brand-blue-active)}.AuthShell-module__z0SDKW__submit:disabled{opacity:.6;cursor:not-allowed}.AuthShell-module__z0SDKW__cardFooterLinks{flex-direction:column;align-items:center;gap:10px;width:100%;margin-top:18px;display:flex}.AuthShell-module__z0SDKW__switchLink{color:var(--auth-brand-blue);font-size:13.5px;font-weight:600;text-decoration:none;transition:color .15s}.AuthShell-module__z0SDKW__switchLink:hover{color:var(--auth-brand-blue-hover);text-decoration:none}.AuthShell-module__z0SDKW__linkButton{cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit}.AuthShell-module__z0SDKW__linkButton:disabled{cursor:wait;opacity:.65}.AuthShell-module__z0SDKW__policyRow{color:var(--auth-text-muted);align-items:center;gap:8px;font-size:12.5px;display:flex}.AuthShell-module__z0SDKW__policyRow a,.AuthShell-module__z0SDKW__termRow a{color:inherit;text-decoration:none}.AuthShell-module__z0SDKW__policyLink{color:var(--auth-text-sub);cursor:pointer;font-weight:500;text-decoration:none;transition:color .15s}.AuthShell-module__z0SDKW__policyLink:hover{color:var(--auth-text-dark);text-decoration:none}.AuthShell-module__z0SDKW__dividerDot{color:var(--auth-input-border)}.AuthShell-module__z0SDKW__siteFooter{color:var(--auth-text-muted);text-align:center;margin-top:28px;font-size:12px}.AuthShell-module__z0SDKW__loading{background:var(--auth-bg,#f4f6fa);place-items:center;min-height:100dvh;font-family:Pretendard Variable,Pretendard,sans-serif;display:grid}.AuthShell-module__z0SDKW__spinner{border:3px solid #1f2a441f;border-top-color:var(--auth-brand-navy,#1f2a44);border-radius:50%;width:44px;height:44px;animation:.75s linear infinite AuthShell-module__z0SDKW__authSpin}@keyframes AuthShell-module__z0SDKW__authSpin{to{transform:rotate(360deg)}}select.AuthShell-module__z0SDKW__input{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;background-size:16px 16px;padding-right:36px}.AuthShell-module__z0SDKW__termsBox{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.AuthShell-module__z0SDKW__termRow{min-height:40px;color:var(--auth-text-sub);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:9px;padding:8px 12px;font-size:12.5px;line-height:1.4;display:flex}.AuthShell-module__z0SDKW__termContent{flex:auto;align-items:center;gap:9px;min-width:0;display:flex}.AuthShell-module__z0SDKW__termContent label{cursor:pointer;flex:auto}.AuthShell-module__z0SDKW__termDetailButton{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:0;flex:none;padding:2px 4px;font-size:12px;font-weight:600;text-decoration:none;transition:color .15s}.AuthShell-module__z0SDKW__termDetailButton:hover{color:var(--auth-brand-blue,#2563eb)}.AuthShell-module__z0SDKW__termRow label{cursor:pointer}.AuthShell-module__z0SDKW__termRow+.AuthShell-module__z0SDKW__termRow{border-top:1px solid #f1f5f9}.AuthShell-module__z0SDKW__termRow:hover{background:#f8fafc}.AuthShell-module__z0SDKW__termRow input{width:16px;height:16px;accent-color:var(--auth-brand-blue);cursor:pointer;margin:0}.AuthShell-module__z0SDKW__termLink{color:#64748b;font-weight:600;text-decoration:none;transition:color .15s}.AuthShell-module__z0SDKW__termLink:hover{color:var(--auth-brand-blue,#2563eb)}.AuthShell-module__z0SDKW__termAll{color:var(--auth-brand-navy);background:var(--auth-brand-blue-tint);border-bottom:1px solid #dce2ee}.AuthShell-module__z0SDKW__termAll:hover{background:#e2edff}.AuthShell-module__z0SDKW__termAll strong{font-size:12.5px}.AuthShell-module__z0SDKW__oauthIntro{text-align:center;width:100%;margin:-4px 0 20px}.AuthShell-module__z0SDKW__oauthIntro strong{color:var(--auth-text-dark);font-size:14px;display:block}.AuthShell-module__z0SDKW__oauthIntro p{max-width:360px;color:var(--auth-text-muted);margin:8px auto 0;font-size:12.5px;line-height:1.55}.AuthShell-module__z0SDKW__topHeader{align-items:center;display:flex;position:absolute;top:24px;right:28px}.AuthShell-module__z0SDKW__topTeacherButton{height:36px;color:var(--auth-text-dark);background:#fff;border:1px solid #d1d5db;border-radius:8px;justify-content:center;align-items:center;padding:0 14px;font-size:13.5px;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex;box-shadow:0 1px 2px #0000000a}.AuthShell-module__z0SDKW__topTeacherButton:hover{border-color:var(--auth-brand-blue);color:var(--auth-brand-blue);background:#f8fafc}.AuthShell-module__z0SDKW__oauthButtons{flex-direction:column;align-items:center;gap:12px;width:100%;margin:12px 0 16px;display:flex}.AuthShell-module__z0SDKW__oauthButton{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:55%;min-width:240px;height:50px;padding:0 16px;font-family:inherit;font-size:14.5px;font-weight:600;transition:opacity .15s,transform .1s,filter .15s;display:flex;box-shadow:0 1px 2px #0000000a}.AuthShell-module__z0SDKW__oauthButton:hover:not(:disabled){filter:brightness(.97)}.AuthShell-module__z0SDKW__oauthButton:active:not(:disabled){transform:translateY(1px)}.AuthShell-module__z0SDKW__oauthButton:disabled{opacity:.62;cursor:not-allowed}.AuthShell-module__z0SDKW__oauthButton[data-provider=google]{color:#1f2a44;background:#fff;border:1px solid #d1d5db}.AuthShell-module__z0SDKW__oauthButton[data-provider=kakao]{color:#191919;background:#fee500}.AuthShell-module__z0SDKW__oauthButton[data-provider=naver]{color:#fff;background:#03c75a}.AuthShell-module__z0SDKW__oauthMark{flex-shrink:0;justify-content:center;align-items:center;display:flex}.AuthShell-module__z0SDKW__statusCardWrapper{text-align:center;flex-direction:column;align-items:center;gap:16px;width:100%;display:flex}.AuthShell-module__z0SDKW__statusIcon{background:var(--solq-info-bg,#eff6ff);width:56px;height:56px;color:var(--solq-brand-blue,#2563eb);border-radius:18px;place-items:center;margin-bottom:4px;font-size:24px;font-weight:900;display:grid}.AuthShell-module__z0SDKW__statusIcon[data-status=approved]{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0}.AuthShell-module__z0SDKW__statusIcon[data-status=rejected]{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.AuthShell-module__z0SDKW__statusIcon[data-status=pending]{background:var(--solq-info-bg,#eff6ff);color:var(--solq-brand-blue,#2563eb)}.AuthShell-module__z0SDKW__statusMessage{color:#64748b;word-break:keep-all;margin:0;font-size:14.5px;line-height:1.6}.AuthShell-module__z0SDKW__statusInfoBox{color:#475569;text-align:left;box-sizing:border-box;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:6px;width:100%;padding:14px 16px;font-size:13.5px;display:flex}.AuthShell-module__z0SDKW__statusInfoRow{color:#64748b;justify-content:space-between;align-items:center;font-size:13px;display:flex}.AuthShell-module__z0SDKW__statusInfoRow strong{color:#1e293b;font-weight:600}.AuthShell-module__z0SDKW__statusActions{flex-direction:column;gap:10px;width:100%;margin-top:8px;display:flex}.AuthShell-module__z0SDKW__statusPrimaryButton{background:var(--auth-brand-blue,#5b8def);color:#fff;cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;width:100%;height:50px;font-size:15px;font-weight:700;text-decoration:none;transition:background .15s,transform .1s;display:flex;box-shadow:0 2px 4px #5b8def33}.AuthShell-module__z0SDKW__statusPrimaryButton:hover{background:var(--auth-brand-blue-hover,#487cdd)}.AuthShell-module__z0SDKW__statusPrimaryButton:active{transform:translateY(1px)}.AuthShell-module__z0SDKW__statusSecondaryButton{color:#1f2a44;cursor:pointer;background:#fff;border:1px solid #dce2ee;border-radius:10px;justify-content:center;align-items:center;width:100%;height:50px;font-size:14.5px;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s,transform .1s;display:flex}.AuthShell-module__z0SDKW__statusSecondaryButton:hover{background:#f8fafc;border-color:#cbd5e1}.AuthShell-module__z0SDKW__statusSecondaryButton:active{transform:translateY(1px)}
