@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=DM+Sans:wght@400;500;600;700&display=swap";
:root{--bg:#fdf0ed;--coral:#e8431a;--orange:#f07d3a;--dark:#1a0a06;--mid:#5c2d1e;--card:#fffaf8}.register-module__-Ve2eW__container{background:radial-gradient(ellipse 70% 50% at 50% 0%, #e8431a14 0%, transparent 70%), var(--bg);flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:24px 20px;font-family:DM Sans,sans-serif;display:flex;position:relative;overflow:hidden}.register-module__-Ve2eW__bgOrbA,.register-module__-Ve2eW__bgOrbB,.register-module__-Ve2eW__bgOrbC{filter:blur(64px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.register-module__-Ve2eW__bgOrbA{background:#e8431a3d;width:260px;height:260px;top:-60px;right:-40px}.register-module__-Ve2eW__bgOrbB{background:#f07d3a33;width:220px;height:220px;bottom:12%;left:-70px}.register-module__-Ve2eW__bgOrbC{background:#f5a62338;width:140px;height:140px;top:34%;right:8%}.register-module__-Ve2eW__headerSection{z-index:1;justify-content:center;width:100%;margin-bottom:18px;display:flex;position:relative}.register-module__-Ve2eW__logoWrapper{border-radius:10px;width:150px;height:52px;margin-bottom:18px;position:relative;overflow:hidden}.register-module__-Ve2eW__logoImage{object-fit:cover}.register-module__-Ve2eW__registerCard{z-index:1;background:#fff;border:1px solid #e8431a29;border-radius:20px;flex-direction:column;align-items:center;width:min(420px,100% - 28px);margin:0 auto;padding:24px;display:flex;position:relative;box-shadow:0 18px 52px #e8431a1f}.register-module__-Ve2eW__registerCard,.register-module__-Ve2eW__registerCard *{box-sizing:border-box}.register-module__-Ve2eW__rolePill{color:var(--coral);letter-spacing:.12em;text-transform:uppercase;background:#e8431a14;border:1px solid #e8431a33;border-radius:999px;justify-content:center;align-items:center;margin-bottom:18px;padding:8px 14px;font-size:.74rem;font-weight:700;display:inline-flex}.register-module__-Ve2eW__pageTitle{color:var(--dark);text-align:center;margin-bottom:12px;font-family:Playfair Display,serif;font-size:clamp(2rem,4.2vw,2.5rem);font-weight:700;line-height:1.15}.register-module__-Ve2eW__subtitle{color:var(--mid);text-align:center;margin-bottom:20px;font-size:.98rem;line-height:1.65}.register-module__-Ve2eW__errorMsg{color:#d92835;text-align:center;background:#d9283514;border:1px solid #d9283538;border-radius:12px;width:100%;margin-bottom:14px;padding:10px 12px;font-size:.86rem;font-weight:700}.register-module__-Ve2eW__formStack{flex-direction:column;gap:14px;width:100%;max-width:100%;display:flex}.register-module__-Ve2eW__inputFieldFull{width:100%;max-width:100%;height:54px;color:var(--dark);background:#fff;border:1.5px solid #e8431a38;border-radius:14px;outline:none;padding:0 16px;font-size:1rem;transition:border-color .2s,box-shadow .2s}.register-module__-Ve2eW__inputFieldFull:focus{border-color:var(--coral);box-shadow:0 0 0 4px #e8431a24}.register-module__-Ve2eW__inputFieldFull::placeholder{color:#5c2d1e8c}.register-module__-Ve2eW__registerBtn{background:linear-gradient(135deg, var(--coral), var(--orange));color:#fff;cursor:pointer;border:none;border-radius:14px;width:100%;max-width:100%;height:54px;margin-top:4px;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s,opacity .2s;box-shadow:0 10px 26px #e8431a47}.register-module__-Ve2eW__registerBtn:hover:enabled{transform:translateY(-1px);box-shadow:0 14px 32px #e8431a57}.register-module__-Ve2eW__registerBtn:disabled{opacity:.72;cursor:not-allowed}.register-module__-Ve2eW__loginText{color:var(--mid);text-align:center;margin-top:22px;font-size:.92rem}.register-module__-Ve2eW__oauthDivider{color:#5c2d1ea6;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:12px;width:100%;margin-top:14px;margin-bottom:12px;font-size:.82rem;font-weight:700;display:flex}.register-module__-Ve2eW__oauthDivider:before,.register-module__-Ve2eW__oauthDivider:after{content:"";background:#e8431a33;flex:1;height:1px}.register-module__-Ve2eW__oauthGrid{grid-template-columns:1fr;gap:10px;width:100%;display:grid}.register-module__-Ve2eW__oauthBtn{width:100%;height:46px;color:var(--dark);cursor:pointer;background:#fff;border:1px solid #e8431a40;border-radius:12px;justify-content:center;align-items:center;gap:10px;font-size:.92rem;font-weight:600;transition:border-color .2s,background .2s,transform .2s;display:inline-flex}.register-module__-Ve2eW__oauthBtn:hover:enabled{background:#e8431a08;border-color:#e8431a73;transform:translateY(-1px)}.register-module__-Ve2eW__oauthBtn:disabled{opacity:.72;cursor:not-allowed}.register-module__-Ve2eW__oauthIcon{flex-shrink:0;width:18px;height:18px}.register-module__-Ve2eW__loginLink{color:var(--coral);font-weight:700;text-decoration:none}.register-module__-Ve2eW__loginLink:hover{text-decoration:underline}.register-module__-Ve2eW__otpActions{justify-content:space-between;align-items:center;gap:10px;width:100%;margin-top:14px;display:flex}.register-module__-Ve2eW__textActionBtn{cursor:pointer;color:#5c2d1ed1;background:0 0;border:none;font-family:inherit;font-size:.84rem;font-weight:600}.register-module__-Ve2eW__textActionBtn:hover,.register-module__-Ve2eW__resendBtn{color:var(--coral)}.register-module__-Ve2eW__disabledBtn,.register-module__-Ve2eW__disabledBtn:hover{color:#5c2d1e73;cursor:default}@media (max-width:560px){.register-module__-Ve2eW__container{padding:20px 14px}.register-module__-Ve2eW__logoWrapper{width:136px;height:46px;margin-bottom:16px}.register-module__-Ve2eW__registerCard{border-radius:18px;width:min(420px,100% - 20px);padding:20px 16px}.register-module__-Ve2eW__otpActions{flex-direction:column;align-items:flex-start}}
