*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;transition:background-color .3s,color .3s}body[data-theme=dark]{background-color:#141414;color:#ffffffd9}#root{min-height:100vh}.register-screen{background:#f7f9fc}.register-hero{background:linear-gradient(135deg,#0288d1 0%,#00b8d4 60%,#00d4b1 100%);color:#fff;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.register-hero:before{content:"";position:absolute;inset:-20% -20% auto auto;width:480px;height:480px;background:radial-gradient(circle,rgba(255,255,255,.18) 0%,rgba(255,255,255,0) 70%);pointer-events:none}.register-hero:after{content:"";position:absolute;inset:auto auto -25% -20%;width:380px;height:380px;background:radial-gradient(circle,rgba(255,255,255,.12) 0%,rgba(255,255,255,0) 70%);pointer-events:none}.register-hero-inner{position:relative;z-index:1;max-width:420px;width:100%;padding:56px 48px;display:flex;flex-direction:column;gap:32px}.register-hero-logo-wrap{align-self:flex-start;background:#0b1f33;border-radius:14px;padding:14px 22px;box-shadow:0 8px 24px #00000040}.register-hero-logo{height:38px;width:auto;display:block}.register-qr-mock{display:grid;grid-template-columns:repeat(17,1fr);gap:2px;padding:12px;width:188px;height:188px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:14px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);align-self:center}.qr-cell{border-radius:1.5px;background:transparent}.qr-cell-on{background:#fff}.register-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;font-size:14px;color:#ffffffeb}.register-features li{display:flex;align-items:center;gap:10px}.register-features .anticon{color:#fffffff2;font-size:16px;flex-shrink:0}.register-form-col{display:flex;align-items:center;justify-content:center;padding:32px 24px}.register-form-wrap{width:100%;max-width:480px}@media (max-width: 768px){.register-form-col{padding:32px 20px;background:#fff}}
