@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{color-scheme:dark;font-family:Inter,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--cf-white: #ffffff;--cf-text: rgba(255, 255, 255, .96);--cf-text-soft: rgba(255, 255, 255, .68);--cf-text-muted: rgba(255, 255, 255, .44);--cf-line: rgba(255, 255, 255, .16);--cf-line-strong: rgba(172, 122, 255, .68);--cf-card: rgba(0, 0, 0, .9);--cf-card-shadow: 0 36px 90px rgba(0, 0, 0, .55);--cf-button: #181818;--cf-button-hover: #232323;--cf-danger-bg: rgba(132, 17, 43, .52);--cf-danger-line: rgba(255, 107, 146, .34)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-height:100vh;background:#05010d}button,input{font:inherit}button{cursor:pointer}.auth-shell{position:relative;display:flex;min-height:100vh;align-items:center;justify-content:center;overflow:hidden;padding:48px 24px}.auth-shell__backdrop,.auth-shell__veil{position:absolute;top:0;right:0;bottom:0;left:0}.auth-shell__backdrop{background:radial-gradient(circle at 22% 50%,rgba(113,41,255,.3),transparent 28%),linear-gradient(90deg,#05010de0,#05010d85 38%,#05010d3d),url(/brand/cf-background.png) center center / cover no-repeat;transform:scale(1.02)}.auth-shell__veil{background:radial-gradient(circle at center,transparent 0%,rgba(0,0,0,.08) 54%,rgba(0,0,0,.38) 100%),linear-gradient(180deg,#0003,#0000007a)}.auth-card{position:relative;z-index:1;width:min(100%,460px);border-radius:34px;background:linear-gradient(180deg,#080808f5,#000000eb);padding:56px 48px 44px;box-shadow:var(--cf-card-shadow);animation:auth-card-enter .36s ease}.auth-card__header{display:flex;flex-direction:column;align-items:center;gap:22px;margin-bottom:54px;text-align:center}.auth-card__logo{width:82px;filter:drop-shadow(0 0 22px rgba(148,77,255,.42))}.auth-card__brand{margin:0;color:var(--cf-white);font-size:clamp(2rem,3.2vw,2.15rem);font-weight:800;letter-spacing:-.04em}.auth-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.auth-form{display:flex;flex-direction:column;gap:26px}.auth-field{display:flex;flex-direction:column;gap:14px}.auth-field__label{color:var(--cf-text-soft);font-size:.94rem;font-weight:500}.auth-field__control,.auth-identifier-row{display:flex;align-items:center;gap:16px;min-height:44px;border-bottom:1px solid var(--cf-line);padding-bottom:12px;transition:border-color .16s ease}.auth-field:focus-within .auth-field__control{border-color:var(--cf-line-strong)}.auth-field__input{width:100%;border:0;background:transparent;padding:0;color:var(--cf-text);outline:none;font-size:1rem;font-weight:500}.auth-field__input::placeholder{color:var(--cf-text-muted)}.auth-field__toggle,.auth-inline-link,.auth-secondary-link{border:0;background:transparent;padding:0;color:#d1b7ff;font-size:.94rem;font-weight:500;text-decoration:underline;text-decoration-color:#d1b7ff6b;text-underline-offset:3px}.auth-field__toggle:hover,.auth-inline-link:hover,.auth-secondary-link:hover{color:#f0e5ff}.auth-identifier-row{justify-content:space-between}.auth-identifier-row__value{max-width:100%;overflow:hidden;color:var(--cf-text);font-size:1rem;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.auth-actions{margin-top:-10px}.auth-button{width:100%;border:0;border-radius:999px;background:linear-gradient(180deg,#202020 0%,var(--cf-button) 100%);padding:18px 24px;color:var(--cf-white);font-size:1rem;font-weight:700;letter-spacing:-.02em;box-shadow:inset 0 1px #ffffff0a,0 18px 34px #00000052;transition:transform .16s ease,background .16s ease,opacity .16s ease}.auth-button:hover{transform:translateY(-1px);background:linear-gradient(180deg,#2b2b2b 0%,var(--cf-button-hover) 100%)}.auth-button:disabled{opacity:.55;cursor:not-allowed}.auth-errors{display:flex;flex-direction:column;gap:12px}.auth-errors__item{margin:0;border:1px solid var(--cf-danger-line);border-radius:18px;background:var(--cf-danger-bg);padding:14px 16px;color:#ffd7e2;font-size:.92rem;line-height:1.45}@keyframes auth-card-enter{0%{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 760px){.auth-shell{padding:24px 16px}.auth-shell__backdrop{background:radial-gradient(circle at 50% 18%,rgba(113,41,255,.28),transparent 30%),linear-gradient(180deg,#05010d6b,#05010db3),url(/brand/cf-background.png) 72% center / cover no-repeat}.auth-card{width:100%;padding:44px 26px 32px;border-radius:28px}.auth-card__header{gap:18px;margin-bottom:42px}.auth-card__logo{width:72px}.auth-card__brand{font-size:1.85rem}}
