.auth-page{background:#f6f0ef;min-height:100%}.auth{padding:clamp(28px,4vw,54px) 0}.auth__wrap{max-width:560px;margin:0 auto}.auth__card{background:#fff;border-radius:22px;box-shadow:0 18px 44px rgba(0,0,0,.10);border:1px solid rgba(0,0,0,.06);overflow:hidden}.auth__head{padding:26px 26px 16px;border-bottom:1px solid rgba(0,0,0,.06)}.auth__kicker{font-size:13px;font-weight:800;color:#666}.auth__title{margin-top:8px;font-size:clamp(22px,2.4vw,28px);font-weight:900;letter-spacing:-0.03em;line-height:1.2}.auth__title span{font-family:'Montserrat','Arial',sans-serif;font-weight:900;text-transform:uppercase;color:#ff394a}.auth__sub{margin-top:10px;font-size:14px;color:#666;line-height:1.55}.auth__body{padding:20px 26px 26px}.auth__msg{margin-top:12px;margin-bottom:12px;padding:12px 14px;border-radius:14px;background:rgba(255,57,74,.08);border:1px solid rgba(255,57,74,.22);color:#a40012;font-size:13px;line-height:1.4}.auth__msg--ok{background:rgba(34,197,94,.10);border-color:rgba(34,197,94,.25);color:#166534}.auth__msg--err{background:rgba(239,68,68,.10);border-color:rgba(239,68,68,.25);color:#991b1b}.auth__social{display:grid;gap:16px}.auth__socialBtn{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:48px;border-radius:14px;border:0;gap:10px;text-decoration:none;font-weight:600;font-size:15px;cursor:pointer;transition:transform .15s ease,opacity .15s ease,filter .15s ease;box-shadow:0 10px 26px rgba(0,0,0,.10)}.auth__socialBtn:hover{filter:brightness(0.98)}.auth__socialBtn:active{transform:translateY(1px)}.auth__socialBtn .auth__icon{position:static;left:18px;height:24px;width:auto}.auth__socialBtn--kakao{background:#FEE500;color:#111}.auth__socialBtn--google{background:#f1f1f1;color:#111;box-shadow:none;border:1px solid rgba(0,0,0,.08)}.auth__socialBtn--facebook{background:#4267B2;color:#fff}.auth__socialBtn--naver{background:#03C75A;color:#fff}.auth__socialBtn--email{background:#111;color:#fff}.auth__divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin:18px 0 12px;color:#999;font-size:12px}.auth__divider::before,.auth__divider::after{content:"";height:1px;background:rgba(0,0,0,.10)}.auth__row{display:grid;gap:10px;margin-top:14px}.auth__label{font-size:13px;font-weight:750;color:#222}.auth__input{height:46px;padding:0 14px;border-radius:14px;border:1px solid rgba(0,0,0,.15);background:#fff;outline:none;transition:border-color .15s ease,box-shadow .15s ease;font-size:14px}.auth__input:focus{border-color:rgba(255,57,74,.55);box-shadow:0 0 0 4px rgba(255,57,74,.12)}.auth__actions{display:flex;justify-content:flex-end;margin-top:16px}.auth__btn{height:42px;padding:0 18px;border-radius:12px;border:1px solid #ff394a;background:#ff394a;color:#fff;font-weight:900;font-size:13px;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.auth__btn:hover{opacity:.95}.auth__btn:active{transform:translateY(1px)}.auth__foot{padding:16px 26px 22px;border-top:1px solid rgba(0,0,0,.06);background:rgba(0,0,0,.02);font-size:13px;color:#666;display:flex;justify-content:center;gap:6px;flex-wrap:wrap}.auth__link{color:#ff394a;font-weight:900}.auth__mini{margin-top:6px;font-size:12px;color:#777;line-height:1.45}.auth__noteBox{margin-top:54px;padding:12px 14px;border-radius:14px;background:rgba(0,0,0,.03);border:1px solid rgba(0,0,0,.10);color:#333;font-size:13px;line-height:1.45}.auth__statusBox{display:flex;align-items:flex-start;gap:12px;padding:14px;border-radius:14px;background:rgba(34,197,94,.08);border:1px solid rgba(34,197,94,.25);margin-bottom:12px}.auth__statusIcon{font-size:22px;line-height:1}.auth__statusText{font-size:14px;color:#166534;line-height:1.45}@media (max-width:480px){.auth__head{padding:22px 18px 14px}.auth__body{padding:18px 18px 22px}.auth__foot{padding:14px 18px 18px}.auth__input,.auth__btn,.auth__socialBtn{height:44px}}