body:has(.df-grid-auth) .df-float-actions{display:none}.df-grid-auth{min-height:100vh;display:grid;grid-template-columns:minmax(340px,1fr) minmax(380px,1.05fr);font-family:Manrope,sans-serif;color:#0a0d14;background:#fff;-webkit-font-smoothing:antialiased}.df-auth-panel{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:clamp(40px,5vw,64px);min-height:100vh;overflow:hidden;background:linear-gradient(145deg,#0a0d14,#0f1524 45%,#0a1628);color:#fff}.df-auth-panel:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(180deg,rgba(0,0,0,.5) 0%,transparent 85%);pointer-events:none}.df-auth-panel-glow{position:absolute;border-radius:50%;pointer-events:none;filter:blur(60px)}.df-auth-panel-glow--1{top:-80px;right:-60px;width:280px;height:280px;background:#0050ff59;animation:dffloat 7s ease-in-out infinite}.df-auth-panel-glow--2{bottom:15%;left:-40px;width:200px;height:200px;background:#3d78ff40;animation:dffloat 5s ease-in-out infinite reverse}.df-auth-panel-inner{position:relative;z-index:2}.df-auth-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit;transition:opacity .2s ease}.df-auth-brand:hover{opacity:.88}.df-auth-brand img{width:44px;height:44px;border-radius:12px;object-fit:cover;box-shadow:0 4px 16px #00000040}.df-auth-brand-text{display:flex;flex-direction:column;line-height:1.05}.df-auth-brand-text span:first-child{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:17px;letter-spacing:.03em}.df-auth-brand-text span:last-child{font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:#8a94a6}.df-auth-panel-copy{max-width:420px;margin-top:clamp(48px,8vh,80px)}.df-auth-panel-copy h2{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:clamp(28px,3.4vw,44px);line-height:1.08;letter-spacing:-.02em;margin:0 0 16px;text-wrap:balance}.df-auth-panel-copy p{font-size:16.5px;line-height:1.6;color:#9aa5bc;margin:0 0 32px}.df-auth-features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.df-auth-features li{display:flex;align-items:center;gap:12px;font-size:14.5px;font-weight:500;color:#c5cddb}.df-auth-features li svg{flex-shrink:0;width:20px;height:20px;color:#0050ff;background:#0050ff26;border-radius:6px;padding:3px}.df-auth-panel-foot{position:relative;z-index:2;font-size:13px;color:#5e6b85}.df-auth-main{position:relative;display:flex;flex-direction:column;min-height:100vh;background:linear-gradient(165deg,#f4f8fc,#fafbfd 35%,#fff)}.df-auth-main:before{content:"";position:absolute;top:-10%;right:-5%;width:min(420px,55vw);height:min(420px,55vw);background:radial-gradient(circle,rgba(0,80,255,.07) 0%,transparent 68%);pointer-events:none}.df-auth-main__topbar{position:relative;z-index:2;display:flex;align-items:center;justify-content:flex-end;gap:16px;padding:clamp(20px,3vw,28px) clamp(24px,4vw,48px) 0}.df-auth-main__topbar .df-lang-dropdown{flex-shrink:0}[dir=rtl] .df-auth-card__head,[dir=rtl] .df-auth-field label,[dir=rtl] .df-auth-check,[dir=rtl] .df-auth-switch{text-align:right}[dir=rtl] .df-auth-field-row{flex-direction:row-reverse}[dir=rtl] .df-auth-panel-copy,[dir=rtl] .df-auth-panel-foot{text-align:right}[dir=rtl] .df-auth-features li{flex-direction:row-reverse;text-align:right}[dir=rtl] .df-auth-brand,[dir=rtl] .df-auth-mobile-brand{flex-direction:row-reverse}.df-auth-mobile-brand{display:none;align-items:center;gap:10px;text-decoration:none;color:inherit}.df-auth-mobile-brand img{width:36px;height:36px;border-radius:10px;object-fit:cover}.df-auth-mobile-brand span{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:15px;letter-spacing:.02em}.df-auth-body{position:relative;z-index:2;flex:1;display:flex;align-items:center;justify-content:center;padding:clamp(16px,3vw,32px) clamp(24px,4vw,48px) clamp(32px,4vw,48px)}.df-auth-card{width:100%;max-width:420px;background:#ffffffeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(232,237,244,.9);border-radius:20px;padding:clamp(28px,4vw,40px);box-shadow:0 4px 6px -2px #0a0d140a,0 20px 48px -16px #0a0d141a}.df-auth-card__head{margin-bottom:clamp(24px,3vw,32px)}.df-auth-card__head h1{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:clamp(28px,3.6vw,38px);line-height:1.05;letter-spacing:-.022em;margin:0 0 8px;color:#0a0d14}.df-auth-card__head p{font-size:15.5px;line-height:1.55;color:#5c6776;margin:0}.df-auth-form{display:flex;flex-direction:column;gap:18px}.df-auth-field label{display:block;font-size:13px;font-weight:600;color:#3a4555;margin-bottom:7px}.df-auth-field-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:7px}.df-auth-field-row label{margin-bottom:0}.df-auth-link{font-size:13px;font-weight:600;color:#0050ff;cursor:pointer;text-decoration:none;transition:color .18s ease}.df-auth-link:hover{color:#003dbf}.df-auth-input-wrap{position:relative}.df-auth-input-wrap svg.df-auth-input-icon{position:absolute;inset-inline-start:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#9aa4b2;pointer-events:none}.df-auth-input{width:100%;background:#f7fafd;border:1px solid #DCE4EE;color:#0a0d14;border-radius:12px;padding:13px 16px;font-size:15px;font-family:inherit;outline:none;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.df-auth-input-wrap .df-auth-input{padding-inline-start:42px}.df-auth-input-wrap--pwd .df-auth-input{padding-inline-end:44px}.df-auth-input::placeholder{color:#9aa4b2}.df-auth-input:hover{border-color:#c5d0de}.df-auth-input:focus{border-color:#0050ff;background:#fff;box-shadow:0 0 0 3px #0050ff1f}.df-auth-pwd-toggle{position:absolute;inset-inline-end:10px;top:50%;transform:translateY(-50%);width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#7a8494;cursor:pointer;border-radius:8px;transition:color .18s ease,background .18s ease}.df-auth-pwd-toggle:hover{color:#0a0d14;background:#f1f5fa}.df-auth-pwd-toggle svg{width:18px;height:18px}.df-auth-check{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#4a5568;cursor:pointer;user-select:none;line-height:1.5}.df-auth-check--inline{align-items:center}.df-auth-check input{width:17px;height:17px;accent-color:#0050FF;cursor:pointer;flex-shrink:0;margin-top:2px}.df-auth-check--inline input{margin-top:0}.df-auth-submit{width:100%;font-family:Space Grotesk,sans-serif;background:#0050ff;color:#fff;border:none;border-radius:12px;padding:15px 20px;font-weight:600;font-size:15.5px;cursor:pointer;margin-top:4px;transition:transform .2s ease,box-shadow .2s ease,background .18s ease;box-shadow:0 4px 14px -4px #0050ff8c}.df-auth-submit:hover{background:#0046e0;transform:translateY(-1px);box-shadow:0 8px 22px -6px #0050ff8c}.df-auth-submit:active{transform:translateY(0)}.df-auth-success{display:none;align-items:center;gap:12px;margin-top:20px;background:#eef4ff;border:1px solid #BFD3FF;border-radius:12px;padding:16px 18px}.df-auth-success.is-visible{display:flex}.df-auth-success-icon{width:34px;height:34px;border-radius:50%;background:#0050ff;display:flex;align-items:center;justify-content:center;font-size:17px;color:#fff;flex:none}.df-auth-success-text{font-family:Space Grotesk,sans-serif;font-weight:600;font-size:15px;color:#0a0d14}.df-auth-switch{text-align:center;margin-top:28px;padding-top:24px;border-top:1px solid #EEF2F8;font-size:14.5px;color:#5c6776}.df-auth-switch a{font-weight:600;color:#0050ff;text-decoration:none;margin-inline-start:6px;transition:color .18s ease}.df-auth-switch a:hover{color:#003dbf}.df-pwd-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.df-dev-login-banner{margin-bottom:22px;padding:16px 18px;border-radius:14px;border:1px dashed #BFD3FF;background:linear-gradient(135deg,#f7faff,#eef4ff)}@media(max-width:900px){.df-grid-auth{grid-template-columns:1fr}.df-auth-panel{min-height:auto;padding:clamp(32px,5vw,48px)}.df-auth-panel-copy{margin-top:32px}.df-auth-features{display:none}}@media(max-width:640px){.df-auth-panel{display:none!important}.df-auth-mobile-brand{display:flex}.df-auth-main__topbar{justify-content:space-between;padding-top:16px}[dir=rtl] .df-auth-main__topbar{flex-direction:row}.df-auth-body{align-items:flex-start;padding-top:8px}.df-auth-card{border-radius:16px;padding:24px 20px;box-shadow:0 8px 32px -12px #0a0d1414}.df-pwd-row{grid-template-columns:1fr}}
