*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;color:#1f2a37;-webkit-font-smoothing:antialiased}.full-center{height:100%;display:flex;align-items:center;justify-content:center}.loading-dot{width:34px;height:34px;border:3px solid #d7e3dc;border-top-color:#2e7d5b;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.page{position:relative;min-height:100%;display:flex;align-items:center;justify-content:center;padding:24px;overflow:hidden;background:linear-gradient(135deg,#0f3d2e,#14543d 45%,#1c6b4f)}.bg-blob{position:absolute;border-radius:50%;filter:blur(60px);opacity:.45;pointer-events:none}.blob1{width:420px;height:420px;background:#2fae7e;top:-120px;left:-100px}.blob2{width:380px;height:380px;background:#7fd6b0;bottom:-140px;right:-90px}.card{position:relative;width:100%;max-width:392px;background:#fffffffa;border-radius:18px;padding:38px 36px 30px;box-shadow:0 30px 70px #00000047}.brand{display:flex;justify-content:center}.logo{width:58px;height:58px;border-radius:16px;background:linear-gradient(135deg,#2e7d5b,#1c6b4f);color:#fff;font-size:30px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 22px #1c6b4f59}.title{margin-top:16px;text-align:center;font-size:24px;font-weight:700;letter-spacing:2px;color:#16382b}.subtitle{margin-top:8px;text-align:center;font-size:13px;color:#6b7b8d}.field{display:block;margin-top:20px}.field-label{display:block;font-size:13px;color:#41525f;margin-bottom:7px}.input{width:100%;height:44px;padding:0 13px;font-size:15px;border:1px solid #d7e0e8;border-radius:10px;background:#f8fafb;outline:none;transition:border-color .15s,background .15s,box-shadow .15s}.input:focus{border-color:#2e7d5b;background:#fff;box-shadow:0 0 0 3px #2e7d5b1f}.error{margin-top:16px;padding:9px 12px;font-size:13px;color:#c0392b;background:#fdecea;border:1px solid #f7c9c4;border-radius:9px}.submit{margin-top:24px;width:100%;height:46px;border:none;border-radius:11px;background:linear-gradient(135deg,#2e7d5b,#1c6b4f);color:#fff;font-size:16px;letter-spacing:6px;cursor:pointer;transition:transform .1s,box-shadow .15s,opacity .15s;box-shadow:0 12px 24px #1c6b4f4d}.submit:hover:not(:disabled){transform:translateY(-1px)}.submit:active:not(:disabled){transform:translateY(0)}.submit:disabled{opacity:.7;cursor:not-allowed}.foot{margin-top:18px;text-align:center;font-size:12px;color:#93a1af}
