.auth-screen{--auth-accent:#dc7141;--auth-accent-rgb:220,113,65;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:0;background:#000000}.auth-shell{min-height:100vh;display:grid;grid-template-columns:1fr;gap:0}.auth-panel,.auth-shell{width:100%;align-items:stretch;padding:0}.auth-panel{display:flex;height:100%}.auth-panel .ui-card{width:100%;min-height:100%;border-radius:0;border:0;background:rgba(255,255,255,.94);box-shadow:0 14px 32px rgba(21,21,21,.08)}.auth-visual{display:none!important}.auth-visual:before{content:"";position:absolute;inset:0;opacity:.22;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 0);background-size:42px 42px}.auth-visual:after{content:"";position:absolute;right:-110px;bottom:-120px;width:360px;height:360px;border-radius:999px;border:1px solid rgba(220,113,65,.45);background:radial-gradient(circle,rgba(220,113,65,.22),transparent 62%)}.auth-visual__content{position:relative;z-index:1;max-width:560px;color:#f8fafc}.auth-visual__eyebrow{margin:0 0 .8rem;font-size:.72rem;font-weight:700;letter-spacing:.16em;color:rgba(248,250,252,.78)}.auth-visual__content h2{margin:0;font-size:clamp(1.7rem,3.1vw,2.7rem);line-height:1.35;color:#ffffff;animation:authVisualFade .42s ease}.auth-visual__content p{margin:1rem 0 0;font-size:1rem;line-height:1.9;color:rgba(248,250,252,.86);animation:authVisualFade .5s ease}.auth-visual__badges{margin-top:1.35rem;display:flex;flex-wrap:wrap;gap:.55rem}.auth-visual__badges span{padding:.35rem .7rem;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.08);color:#ffffff;font-size:.78rem;font-weight:700;animation:authVisualFade .56s ease}.auth-visual__logo{position:relative;z-index:1;opacity:.94}.auth-chip{width:fit-content;margin-inline:auto;border-radius:999px;border:1px solid #f1d2c4;background:#fff3ed;color:var(--brand-dark);padding:.3rem .6rem;font-size:.68rem;font-weight:700}.auth-topbar{align-items:center;gap:0;margin-bottom:.45rem}.auth-inline-logo,.auth-topbar{width:100%;display:flex;justify-content:center}.auth-inline-logo{margin-bottom:.95rem;position:relative}.auth-inline-logo img{width:auto;height:auto}.auth-topbar .auth-switch{flex:1;min-width:0;margin-bottom:0}.auth-theme-toggle{position:absolute;top:1rem;right:1rem;z-index:3;width:38px;height:38px;flex:0 0 38px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;padding:0;background:transparent;color:#151515;cursor:pointer;box-shadow:none;transition:color .18s ease,background-color .18s ease,transform .18s ease}.auth-theme-toggle:hover{background:rgba(17,24,39,.06);transform:translateY(-2px)}.auth-theme-toggle__icon{width:20px;height:20px;color:currentColor}.auth-switch{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;padding:.22rem;border-radius:.9rem;border:0;background:#f7f7f7}.auth-panel .auth-switch{margin-bottom:0}.auth-panel .ui-card__header{position:relative}.auth-switch__button{width:100%;gap:.35rem}.auth-form{display:grid;gap:.8rem}.auth-method-tabs,.auth-mode-tabs{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;padding:.22rem;border-radius:.9rem;border:1px solid #ececec;background:#f8f8f8;margin-bottom:.65rem}.auth-method-tab,.auth-mode-tab{border:0;border-radius:.72rem;background:transparent;color:#374151;min-height:36px;font-size:.82rem;font-weight:700;cursor:pointer;transition:all .16s ease}.auth-method-tab.is-active,.auth-mode-tab.is-active{background:linear-gradient(145deg,#dc7141,#bf5d33);color:#ffffff}.auth-method-tab:hover:not(.is-active),.auth-mode-tab:hover:not(.is-active){background:#ffffff}.auth-form--register{gap:.85rem}.auth-form-wrap{animation:authFormSwitch .28s cubic-bezier(.22,1,.36,1)}.auth-form-wrap--animated,.auth-head-animated{animation:authSlideSwap .32s cubic-bezier(.22,1,.36,1)}.auth-head-animated{width:100%;display:grid;gap:.35rem}.auth-socials-inline{margin-top:1.8rem;display:flex;align-items:center;justify-content:center;gap:.04rem}.auth-socials-inline a{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:.9rem;border:0;background:transparent;color:var(--brand)}.auth-socials-inline a:hover{color:#dc7141;background:transparent}.auth-socials-inline svg{width:22px;height:22px;color:#151515}.auth-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.auth-field{display:grid;gap:.35rem}.auth-required{color:#ef4444;margin-inline-start:.2rem}.auth-input-wrap{position:relative;width:100%}.auth-input-wrap:before{content:"";position:absolute;right:1px;left:auto;top:1px;bottom:1px;width:41px;border-radius:0 .68rem .68rem 0;background:#f7f7f7;pointer-events:none;z-index:1}.auth-input-wrap .ui-input{padding-right:3.25rem;padding-left:3rem}.auth-field__icon{position:absolute;right:9px;left:auto;top:50%;width:27px;height:27px;padding:4px;color:#151515;opacity:.92;pointer-events:none;transform:translateY(-50%);z-index:2}.auth-field__icon circle,.auth-field__icon line,.auth-field__icon path,.auth-field__icon polyline,.auth-field__icon rect,.auth-field__icon svg{stroke:currentColor}.auth-password-toggle{position:absolute;left:8px;top:50%;transform:translateY(-50%);width:28px;height:28px;border:0;border-radius:.6rem;background:transparent;color:#4b5563;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.auth-password-toggle svg{width:16px;height:16px}.auth-password-toggle:hover{background:rgba(0,0,0,.05);color:#111827}.auth-field--legal-verification .ui-input{padding-left:6.5rem}.auth-legal-otp-action{position:absolute;left:.35rem;top:50%;z-index:2;min-width:5.7rem;height:1.8rem;padding:0 .42rem;transform:translateY(-50%);border:1px solid rgba(255,241,233,.5);border-radius:.5rem;background:rgba(255,241,233,.16);color:#fffaf7;font:inherit;font-size:.64rem;font-weight:700;line-height:1;white-space:nowrap;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,opacity .16s ease}.auth-legal-otp-action:hover:not(:disabled){border-color:rgba(255,241,233,.86);background:rgba(255,241,233,.27)}.auth-legal-otp-action:disabled{cursor:progress;opacity:.65}.auth-screen--dark .auth-input-wrap:before{background:#0f0f0f}.auth-screen--dark .auth-method-tabs,.auth-screen--dark .auth-mode-tabs{border-color:#2e2e2e;background:#171717}.auth-screen--dark .auth-method-tab,.auth-screen--dark .auth-mode-tab{color:#e5e7eb}.auth-screen--dark .auth-method-tab:hover:not(.is-active),.auth-screen--dark .auth-mode-tab:hover:not(.is-active){background:#232323}.auth-screen--dark .auth-field__icon{color:#f5f5f5;opacity:.92}.auth-screen--dark .auth-password-toggle{color:#d1d5db}.auth-screen--dark .auth-password-toggle:hover{background:rgba(255,255,255,.1);color:#ffffff}.auth-actions{display:flex;justify-content:flex-start;margin-top:.15rem}.auth-actions--stack{display:grid;grid-template-columns:1fr;gap:.5rem}.auth-actions .ui-button{gap:.4rem}.auth-panel .auth-otp-button{background:var(--auth-accent);color:#ffffff;border:1px solid var(--auth-accent)}.auth-panel .auth-otp-button:hover{filter:brightness(1.06);background:var(--auth-accent);border-color:var(--auth-accent);color:#ffffff}.auth-otp-trigger{border:0;background:transparent;color:var(--auth-accent);padding:0;margin:0;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;font-weight:900;font-size:.95rem;cursor:pointer;width:fit-content;min-height:unset;line-height:1.3;border-radius:0;box-shadow:none;align-self:center}.auth-otp-trigger:hover{color:#b84f2a}.auth-method-switch-text{border:0;background:transparent;padding:0;margin:.5rem auto -.75rem;color:#ffffff;font-size:.86rem;font-weight:700;cursor:pointer;line-height:1.5;text-decoration:none;transition:transform .15s ease}.auth-method-switch-text:hover{transform:translateY(-2px)}.auth-screen--dark .auth-method-switch-text{color:#ba6741}.auth-screen--dark .auth-method-switch-text:hover{transform:translateY(-2px)}.auth-otp-box{width:100%;display:grid;gap:.7rem;padding-top:.2rem}.auth-otp-slots{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.5rem;width:100%;max-width:20rem;margin-inline:auto}.auth-otp-slot{width:100%;height:48px;padding:0;border-radius:.62rem;border:1px solid #d6dee8;background:#ffffff;direction:ltr;text-align:center!important;line-height:1;font-size:1rem;font-weight:800;color:#111827;caret-color:currentColor;outline:none;transition:border-color .16s ease,box-shadow .16s ease}.auth-otp-slot:focus{border-color:#dc7141;box-shadow:0 0 0 3px rgba(220,113,65,.18)}.auth-button__icon{width:16px;height:16px;flex:0 0 auto}.auth-register-submit{width:100%;border-radius:1rem}.auth-switch__icon{width:15px;height:15px;flex:0 0 auto;opacity:.9;transition:filter .16s ease,opacity .16s ease}.auth-switch .ui-button--ghost .auth-switch__icon{filter:brightness(0) saturate(100%) invert(7%) sepia(8%) saturate(548%) hue-rotate(314deg) brightness(94%) contrast(90%)}.auth-switch .ui-button--default .auth-switch__icon{filter:brightness(0) invert(1);opacity:1}.auth-screen--dark .auth-switch .ui-button--ghost .auth-switch__icon{filter:brightness(0) invert(1);opacity:.92}.ui-card{border-radius:1.2rem;border:1px solid #ececec;background:#ffffff;box-shadow:0 18px 34px rgba(16,24,40,.08)}.ui-card__header{display:grid;gap:.75rem;padding:1.1rem 1.1rem 0}.ui-card__title{margin:0;font-size:1.15rem;font-weight:900}.ui-card__description{margin:0;color:#6b7280;font-size:.84rem;line-height:1.8}.ui-card__content{padding:1.1rem}.ui-card__footer{padding:0 1.1rem 1.1rem}.ui-label{font-size:.8rem;font-weight:700;color:#1f2937}.ui-input{width:100%;height:43px;border-radius:.75rem;border:1px solid #d1d5db;background:#ffffff;color:#111827;padding:0 .75rem;transition:border-color .16s ease,box-shadow .16s ease}.ui-input::placeholder{color:#9ca3af;text-align:right}.ui-input:focus-visible{outline:none;border-color:#ea9a76;box-shadow:0 0 0 3px rgba(220,113,65,.16)}.ui-button{border:0;cursor:pointer;border-radius:.75rem;display:inline-flex;align-items:center;justify-content:center;font-weight:700;transition:all .16s ease}.ui-button:disabled{opacity:.55;cursor:not-allowed}.ui-button--default{color:#ffffff;background:linear-gradient(145deg,#dc7141,#bf5d33)}.ui-button--default:hover{filter:brightness(1.02)}.ui-button--secondary{color:#111827;background:#f3f4f6;border:1px solid #e5e7eb}.ui-button--secondary:hover{background:#e5e7eb}.ui-button--outline{color:#111827;border:1px solid #d1d5db;background:#ffffff}.ui-button--outline:hover{background:#f9fafb}.ui-button--ghost{color:#4b5563;background:transparent}.ui-button--ghost:hover{background:#f3f4f6}.ui-button--size-sm{height:31px;padding:0 .72rem;font-size:.74rem}.ui-button--size-default{height:38px;padding:0 1rem;font-size:.85rem}.ui-button--size-lg{height:46px;padding:0 1.2rem;font-size:.92rem}.auth-panel .ui-card__header{gap:.58rem;padding:1.1rem 1.1rem 0;justify-items:center;text-align:center}.auth-panel .ui-card__title{color:#151515}.auth-panel .ui-card__description{color:#666666}.auth-panel .ui-card__content{flex:1;align-items:flex-start;padding:.95rem 1.1rem 1.1rem}.auth-panel .auth-form,.auth-panel .auth-form-wrap{width:100%}.auth-panel .ui-label{color:#1f2937}.auth-panel .ui-input{height:36px;border:1px solid #d8d8d8;background:#ffffff;color:#111827;font-size:.72rem}.auth-panel .ui-input::placeholder{color:#9ca3af;font-size:.68rem}.auth-panel .ui-input:focus-visible{border-color:var(--auth-accent);box-shadow:0 0 0 3px rgba(var(--auth-accent-rgb),.16)}.auth-panel .ui-button--default{color:#ffffff;background:var(--auth-accent)}.auth-panel .ui-button--default:hover{filter:brightness(1.06)}.auth-panel .ui-button--secondary{color:#bf5d33;border:1px solid rgba(var(--auth-accent-rgb),.28);background:#fff3ed}.auth-panel .ui-button--secondary:hover{color:#dc7141;border-color:rgba(var(--auth-accent-rgb),.36);background:#ffe9de}.auth-panel .ui-button--ghost{color:#151515}.auth-panel .ui-button--ghost:hover{color:#000000;background:#f3f4f6}.auth-screen--dark{background:#080808}.auth-screen--dark .auth-panel .ui-card{border:0;background:linear-gradient(180deg,#1a1a1a,#141414);box-shadow:0 14px 30px rgba(0,0,0,.2)}.auth-screen--dark .auth-chip{border:1px solid #3d2a21;background:rgba(220,113,65,.16);color:#f7b192}.auth-screen--dark .auth-switch{border:0;background:#202020}.auth-screen--dark .auth-theme-toggle{background:transparent;color:#f5f5f5}.auth-screen--dark .auth-theme-toggle:hover{background:rgba(255,255,255,.08)}.auth-screen--dark .auth-panel .ui-card__title{color:#f9fafb}.auth-screen--dark .auth-panel .ui-card__description{color:#b3b3b3}.auth-screen--dark .auth-panel .ui-label{color:#ededed}.auth-screen--dark .auth-panel .ui-input{height:36px;border:1px solid #343434;background:#181818;color:#f5f5f5;font-size:.72rem}.auth-screen--dark .auth-panel .ui-input::placeholder{color:#8b8b8b;font-size:.68rem}.auth-screen--dark .auth-panel .ui-input:focus-visible{border-color:var(--auth-accent);box-shadow:0 0 0 3px rgba(var(--auth-accent-rgb),.2)}.auth-screen--dark .auth-panel .ui-button--secondary{color:#f7b192;border:1px solid rgba(var(--auth-accent-rgb),.34);background:rgba(var(--auth-accent-rgb),.14)}.auth-screen--dark .auth-panel .ui-button--secondary:hover{color:#ffd0bd;border-color:rgba(var(--auth-accent-rgb),.42);background:rgba(var(--auth-accent-rgb),.2)}.auth-screen--dark .auth-panel .ui-button--ghost{color:#f5f5f5}.auth-screen--dark .auth-panel .ui-button--ghost:hover{color:#ffffff;background:#242424}.auth-screen--dark .auth-otp-trigger{color:#dc7141}.auth-screen--dark .auth-otp-trigger:hover{color:#b84f2a}.auth-screen--dark .auth-otp-slot{border-color:#343434;background:#181818;color:#f5f5f5}.auth-screen--dark .auth-socials-inline a{color:#ffffff;border:0;background:transparent}.auth-screen--dark .auth-socials-inline a:hover{color:#ffffff;background:transparent}.auth-screen--dark .auth-socials-inline a svg{color:#ffffff!important;fill:#ffffff;opacity:1}@media (prefers-color-scheme:dark){.auth-screen:not(.auth-screen--light){background:#080808}.auth-screen:not(.auth-screen--light) .auth-panel .ui-card{border:0;background:linear-gradient(180deg,#1a1a1a,#141414);box-shadow:0 14px 30px rgba(0,0,0,.2)}.auth-screen:not(.auth-screen--light) .auth-chip{border:1px solid #3d2a21;background:rgba(220,113,65,.16);color:#f7b192}.auth-screen:not(.auth-screen--light) .auth-switch{border:0;background:#202020}.auth-screen:not(.auth-screen--light) .auth-theme-toggle{background:transparent;color:#f5f5f5}.auth-screen:not(.auth-screen--light) .auth-theme-toggle:hover{background:rgba(255,255,255,.08)}.auth-screen:not(.auth-screen--light) .auth-panel .ui-card__title{color:#f9fafb}.auth-screen:not(.auth-screen--light) .auth-panel .ui-card__description{color:#b3b3b3}.auth-screen:not(.auth-screen--light) .auth-panel .ui-label{color:#ededed}.auth-screen:not(.auth-screen--light) .auth-panel .ui-input{height:36px;border:1px solid #343434;background:#181818;color:#f5f5f5;font-size:.72rem}.auth-screen:not(.auth-screen--light) .auth-panel .ui-input::placeholder{color:#8b8b8b;font-size:.68rem}.auth-screen:not(.auth-screen--light) .auth-panel .ui-input:focus-visible{border-color:#dc7141;box-shadow:0 0 0 3px rgba(220,113,65,.2)}.auth-screen:not(.auth-screen--light) .auth-panel .ui-button--secondary{color:#f7b192;border:1px solid rgba(220,113,65,.34);background:rgba(220,113,65,.14)}.auth-screen:not(.auth-screen--light) .auth-panel .ui-button--secondary:hover{color:#ffd0bd;border-color:rgba(220,113,65,.42);background:rgba(220,113,65,.2)}.auth-screen:not(.auth-screen--light) .auth-panel .ui-button--ghost{color:#f5f5f5}.auth-screen:not(.auth-screen--light) .auth-panel .ui-button--ghost:hover{color:#ffffff;background:#242424}.auth-screen:not(.auth-screen--light) .auth-switch .ui-button--ghost .auth-switch__icon{filter:brightness(0) invert(1);opacity:.92}.auth-screen:not(.auth-screen--light) .auth-input-wrap:before{background:#0f0f0f}.auth-screen:not(.auth-screen--light) .auth-field__icon{color:#f5f5f5;opacity:.92}}@keyframes authFormSwitch{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:860px){.auth-brand{display:none!important}.auth-shell{grid-template-columns:1fr!important}.auth-panel{grid-column:1!important;order:1!important;padding:0!important}}@media (max-width:520px){.auth-screen{min-height:100vh;align-items:center!important;justify-content:center!important;padding:0!important}.auth-shell{width:calc(100% - 1rem)!important;min-height:auto!important;margin-inline:auto!important}.auth-panel{width:100%!important;padding:.2rem!important}.auth-panel .ui-card{width:100%!important;min-height:auto!important;border-radius:1.05rem!important}}@media (max-width:900px){.auth-shell{min-height:auto;grid-template-columns:1fr}.auth-brand,.auth-panel{grid-column:auto}.auth-brand{order:2}.auth-panel{order:1}.auth-brand__content{margin-top:.6rem}.auth-brand__socials{margin-top:.75rem}.auth-panel .ui-card{min-height:auto}}.auth-toast-stack{position:fixed;bottom:16px;left:50%;z-index:120;display:grid;gap:10px;width:min(360px,calc(100% - 1rem));max-height:min(72vh,calc(100vh - 2rem));overflow-y:auto;overscroll-behavior:contain;justify-items:center;transform:translateX(-50%)}.auth-toast__close{width:20px;height:20px;flex:0 0 auto;border:0;border-radius:999px;background:rgba(255,255,255,.14);color:rgba(255,255,255,.92);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .16s ease,color .16s ease,transform .16s ease,opacity .16s ease;opacity:.88}.auth-toast__close:hover{background:rgba(255,255,255,.22);color:#ffffff;transform:translateY(-1px);opacity:1}.auth-toast{--auth-toast-bg:#001f54;--auth-toast-accent:#0ea5e9;display:flex;gap:12px;border-radius:14px;border:1px solid rgba(255,255,255,.08);box-shadow:none;padding:8px 12px 11px;flex-direction:row;width:100%;max-width:100%;direction:ltr;background:var(--auth-toast-bg)}.auth-toast,.auth-toast__icon{align-items:center;color:#ffffff}.auth-toast__icon{width:34px;height:34px;border-radius:10px;display:inline-flex;justify-content:center;flex:0 0 auto;background:rgba(255,255,255,.14)}.auth-toast__icon svg{width:18px;height:18px}.auth-toast__body{flex:1 1 auto;min-width:0;direction:rtl;text-align:right;display:flex;flex-direction:column;justify-content:center}.auth-toast strong{display:block;margin:0;font-size:.88rem;font-weight:900;line-height:1.25}.auth-toast p{margin:.18rem 0 0;font-size:.8rem;line-height:1.35;color:rgba(255,255,255,.92)}.auth-toast--success{--auth-toast-bg:#15803d;--auth-toast-accent:#22c55e}.auth-toast--success .auth-toast__icon{background:rgba(255,255,255,.14)}.auth-toast--warning{--auth-toast-bg:#a16207;--auth-toast-accent:#f59e0b}.auth-toast--warning .auth-toast__icon{background:rgba(255,255,255,.14)}.auth-toast--danger{--auth-toast-bg:#b91c1c;--auth-toast-accent:#ef4444}.auth-toast--danger .auth-toast__icon{background:rgba(255,255,255,.14)}.auth-toast--danger p,.auth-toast--success p,.auth-toast--warning p{color:rgba(255,255,255,.92)}.auth-screen--dark .auth-toast{border-color:rgba(255,255,255,.08);background:var(--auth-toast-bg);color:#f3f4f6}.auth-screen--dark .auth-toast p{color:rgba(255,255,255,.86)}.auth-screen--dark .auth-toast--success{--auth-toast-bg:#15803d}.auth-screen--dark .auth-toast--warning{--auth-toast-bg:#a16207}.auth-screen--dark .auth-toast--danger{--auth-toast-bg:#b91c1c}@media (max-width:640px){.auth-toast-stack{bottom:12px;width:min(360px,calc(100% - 1rem));max-height:min(62vh,calc(100vh - 1.5rem))}.auth-toast{border-radius:14px;gap:10px;padding:8px 12px 11px;box-shadow:none}.auth-toast__icon{width:34px;height:34px}.auth-toast__icon svg{width:17px;height:17px}.auth-toast strong{font-size:.84rem;line-height:1.25}.auth-toast p{margin-top:.12rem;font-size:.72rem;line-height:1.35}}.auth-screen{position:relative;overflow-x:hidden;overflow-y:hidden;background:#ce774c;min-height:100dvh;height:100dvh}.auth-screen:before{opacity:.46;background-image:linear-gradient(rgba(255,255,255,.16) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 0);background-size:42px 42px;mask-image:linear-gradient(180deg,#000 0,transparent 92%)}.auth-screen:after,.auth-screen:before{content:"";position:absolute;inset:0;pointer-events:none}.auth-screen:after{opacity:.42;background-image:radial-gradient(rgba(255,255,255,.32) 1px,transparent 0);background-size:18px 18px;mask-image:linear-gradient(180deg,#000,transparent 82%)}.auth-panel,.auth-shell{position:relative;z-index:1}.auth-panel,.auth-panel .ui-card,.auth-shell{min-height:100dvh;height:100dvh}.auth-panel .ui-card{display:flex;flex-direction:column;justify-content:center;padding-block:.7rem;overflow:hidden;border:1px solid #e6e1dd;background:#f3eeea;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:0 10px 24px rgba(12,16,26,.11)}.auth-panel .ui-card__title{color:#111827}.auth-panel .ui-card__description{color:#4b5563}.auth-switch{background:rgba(255,255,255,.75);border:1px solid rgba(17,24,39,.08)}.auth-theme-toggle{color:#ffffff}.auth-theme-toggle:hover{background:rgba(255,255,255,.6)}.auth-panel .ui-button--default{background:linear-gradient(145deg,#dc7141,#bf5d33);box-shadow:none;transition:none}.auth-panel .ui-button--default:hover{filter:none}.auth-panel .ui-button{transition:none}.auth-panel .ui-button:hover{transform:none}.auth-panel .auth-otp-trigger{transition:color .14s ease;color:#dc7141;width:100%;justify-content:center;text-align:center}.auth-panel .auth-otp-trigger:hover{color:#b84f2a}.auth-screen--dark{background:#000000}.auth-screen--dark .auth-panel .ui-card{border:1px solid #2f2f2f;background:rgba(22,22,22,.96);backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:0 10px 24px rgba(0,0,0,.24)}.auth-screen--dark .auth-visual{background:radial-gradient(circle at 85% 12%,rgba(220,113,65,.28),transparent 38%),radial-gradient(circle at 20% 78%,rgba(255,255,255,.08),transparent 34%),linear-gradient(145deg,#0f0f0f 10%,#141414 48%,#181818)}@keyframes authVisualFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes authVisualBreath{0%,to{background-position:0 0,0 0,0 0}50%{background-position:2% -2%,-2% 3%,0 0}}.auth-screen--dark .auth-switch{border-color:rgba(255,255,255,.2);background:rgba(48,48,48,.72)}.auth-screen--dark .auth-theme-toggle{color:#ffffff}.auth-screen--dark .auth-panel .auth-otp-trigger{color:#dc7141}.auth-screen--dark .auth-panel .auth-otp-trigger:hover{color:#b84f2a}@media (max-width:980px){.auth-shell{grid-template-columns:1fr}.auth-visual{display:none}.auth-panel{padding:.3rem}.auth-panel .ui-card{border-radius:1.4rem;min-height:auto}}.auth-screen--dark:after{opacity:.42}.auth-screen--dark:before{opacity:.46}.auth-panel .ui-card,.auth-screen--dark .auth-panel .ui-card{background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.auth-panel .ui-card__content,.auth-panel .ui-card__header{background:transparent!important}.auth-panel .ui-card__content{display:flex;align-items:center;justify-content:center}.auth-panel .ui-card__description,.auth-panel .ui-card__title{text-align:center!important}.auth-panel .ui-card__description{margin-inline:auto}.auth-panel,.auth-panel .ui-card,.auth-screen,.auth-shell{height:auto!important}.auth-panel .ui-card{overflow:visible!important}.auth-screen--dark .auth-switch,.auth-switch{display:flex!important;align-items:center;justify-content:center;gap:1rem}.auth-screen--dark .auth-switch,.auth-switch,.auth-switch__button{padding:0!important;border:0!important;background:transparent!important}.auth-switch__button{width:auto!important;min-height:unset!important;border-radius:0!important;color:#64748b!important;font-size:.95rem!important;font-weight:800!important;position:relative}.auth-switch__button:after{content:"";position:absolute;right:0;left:0;bottom:-.4rem;height:2px;border-radius:999px;background:transparent;transition:background-color .15s ease}.auth-switch__button.ui-button--default{color:#dc7141!important}.auth-switch__button.ui-button--default:after{background:#dc7141}.auth-switch__button:hover{color:#b84f2a!important}.auth-center-logo{margin-bottom:.95rem}.auth-center-logo img{width:auto;height:92px;max-width:100%;object-fit:contain;margin-inline:auto;filter:drop-shadow(0 10px 20px rgba(15,23,42,.18))}.auth-login-card{width:min(330px,86%);margin-inline:auto;display:grid;gap:.72rem;text-align:center;animation:authSlideSwap .32s cubic-bezier(.22,1,.36,1)}.auth-center-logo--form{margin-bottom:.45rem}.auth-login-title{margin:0;color:#ffffff;font-size:clamp(1.38rem,2.7vw,1.8rem);font-weight:900}.auth-login-form{text-align:right}.auth-login-form .ui-label{color:#f3f4f6}.auth-login-form .ui-input{height:40px;min-height:40px;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.14);color:#ffffff;font-size:.84rem;font-weight:700}.auth-login-form .ui-input[type=tel]{direction:ltr;text-align:left}.auth-login-form .ui-input::placeholder{color:rgba(255,255,255,.6);font-size:.72rem}.auth-login-form .ui-input:focus-visible{border-color:rgba(255,255,255,.75);box-shadow:0 0 0 3px rgba(255,255,255,.18)}.auth-login-form .auth-input-wrap:before{background:rgba(255,255,255,.12)}.auth-login-form .auth-field__icon{top:1px;bottom:1px;height:auto;transform:none;display:inline-flex;align-items:center;justify-content:center}.auth-login-form .auth-field__icon,.auth-login-form .auth-password-toggle{color:#ffffff}.auth-login-form .auth-password-toggle:hover{background:rgba(255,255,255,.14);color:#ffffff}.auth-login-form .auth-register-submit{margin-top:.35rem;height:44px;min-height:44px;padding:0 1rem;border-radius:.95rem;border:0;background:linear-gradient(145deg,#222222,#111111);font-size:.81rem;font-weight:700;gap:.3rem;transition:none}.auth-login-form .auth-register-submit.auth-register-submit--otp{margin-top:-.08rem;height:44px;min-height:44px}.auth-login-form .auth-register-submit:hover{filter:none;background:linear-gradient(145deg,#222222,#111111)}.auth-login-form .auth-register-submit.auth-register-submit--otp:hover,.auth-login-form .auth-register-submit:disabled,.auth-login-form .auth-register-submit:disabled:hover{transform:none}.auth-login-form .auth-register-submit:disabled{opacity:1;cursor:default;color:inherit;background:linear-gradient(145deg,#222222,#111111)}.auth-login-form .auth-otp-slot{height:44px;min-height:44px;border:1px solid #d6dee8;background:#ffffff;color:#111827;font-size:.95rem;font-weight:800;border-radius:.62rem;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.auth-login-form .auth-otp-slot:focus{border-color:#dc7141;box-shadow:0 0 0 3px rgba(220,113,65,.18)}.auth-login-form .auth-otp-box--error .auth-otp-slot{border-color:#ef4444;background:rgba(239,68,68,.18);box-shadow:0 0 0 2px rgba(239,68,68,.22)}.auth-login-form .auth-otp-box--success .auth-otp-slot{border-color:#22c55e;background:rgba(34,197,94,.18);box-shadow:0 0 0 2px rgba(34,197,94,.22)}.auth-login-form .auth-otp-timer{margin:.45rem 0 0;text-align:center;color:#ffffff;font-size:.9rem;font-weight:800;letter-spacing:.04em}.auth-login-form .auth-edit-mobile{margin-top:.1rem;margin-bottom:-.32rem;border:0;background:transparent;color:rgba(255,255,255,.9);display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font-size:.82rem;font-weight:700;cursor:pointer;width:100%;transition:transform .15s ease,color .15s ease}.auth-login-form .auth-edit-mobile:hover{transform:translateY(-2px);color:#ffffff}.auth-login-form .auth-edit-mobile svg{width:16px;height:16px}@keyframes authSlideSwap{0%{opacity:0;transform:translateY(20px) scale(.975)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:640px){.auth-login-card{width:min(350px,90%)}}.auth-login-form .auth-field{gap:.3rem!important}.auth-login-form .ui-label{margin-bottom:0!important;line-height:1.2!important}.auth-login-card .auth-mode-tabs{background:rgba(255,255,255,.14)!important;border:1px solid rgba(255,255,255,.35)!important}.auth-login-card .auth-mode-tab{color:#ffffff!important}.auth-login-card .auth-mode-tab:hover:not(.is-active){background:rgba(255,255,255,.2)!important}.auth-screen--dark .auth-login-card .auth-mode-tab:hover:not(.is-active){background:rgba(186,103,65,.2)!important}.auth-mode-switch-text{border:0;background:transparent;padding:0;margin:0 auto;color:#ffffff;font-size:.8rem;font-weight:400;cursor:pointer;line-height:1.55;text-decoration:none}.auth-mode-switch-text:hover{color:#f3f4f6}.auth-screen{position:fixed!important;inset:0!important;width:100vw!important;min-width:100vw!important;height:100vh!important;height:100svh!important;height:100dvh!important;overflow-x:hidden!important;overflow-y:auto!important}.auth-panel,.auth-panel .ui-card,.auth-screen,.auth-shell{min-height:100vh!important;min-height:100svh!important;min-height:100dvh!important}.auth-panel,.auth-panel .ui-card,.auth-shell{width:100%}.auth-screen{background:radial-gradient(circle at top left,rgba(255,255,255,.16),transparent 28%),radial-gradient(circle at bottom right,rgba(103,58,35,.18),transparent 26%),linear-gradient(180deg,#d98458,#c96f44 52%,#bb6138)!important}.auth-screen:before{opacity:.22!important;mask-image:none!important}.auth-screen:after{opacity:.14!important;mask-image:none!important}.auth-panel{padding:0!important}.auth-login-card,.auth-panel .ui-card,.auth-panel .ui-card__content,.auth-panel .ui-card__header{background:transparent!important}.auth-panel .ui-card__content{padding-inline:1.25rem!important}.auth-login-card{width:min(330px,calc(100vw - 2rem))!important;gap:.9rem!important}.auth-login-form .auth-edit-mobile,.auth-login-form .auth-otp-timer,.auth-login-form .ui-label,.auth-login-title,.auth-mode-switch-text{color:#fffaf7!important}.auth-login-card .auth-mode-tabs{background:rgba(255,248,243,.12)!important;border-color:rgba(255,248,243,.24)!important}.auth-login-form .auth-input-wrap:before,.auth-login-form .auth-otp-slot,.auth-login-form .ui-input{background:rgba(255,250,247,.1)!important}.auth-login-form .auth-otp-slot,.auth-login-form .ui-input{border-color:rgba(255,248,243,.22)!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.auth-login-form .auth-otp-slot{color:#fffaf7!important;-webkit-text-fill-color:#fffaf7;caret-color:#fffaf7;color-scheme:dark}.auth-login-form .auth-otp-slot:disabled{cursor:wait;opacity:.72}.auth-login-form .auth-otp-slot:-webkit-autofill,.auth-login-form .auth-otp-slot:-webkit-autofill:focus,.auth-login-form .auth-otp-slot:-webkit-autofill:hover{-webkit-text-fill-color:#fffaf7!important;box-shadow:inset 0 0 0 1000px rgba(255,250,247,.1)!important;transition:background-color 9999s ease-out 0s}.auth-login-form .auth-otp-box--error .auth-otp-slot{border-color:rgba(254,202,202,.92)!important;background:rgba(127,29,29,.42)!important;box-shadow:0 0 0 2px rgba(254,202,202,.16)!important}.auth-login-form .auth-otp-box--success .auth-otp-slot{border-color:rgba(187,247,208,.92)!important;background:rgba(20,83,45,.4)!important;box-shadow:0 0 0 2px rgba(187,247,208,.14)!important}.auth-login-form .auth-otp-slot:focus,.auth-login-form .ui-input:focus-visible{border-color:rgba(255,250,247,.8)!important;box-shadow:0 0 0 3px rgba(255,250,247,.16)!important}.auth-login-form .auth-register-submit{background:linear-gradient(145deg,rgba(30,24,22,.92),rgba(16,16,16,.96))!important}.auth-login-form .auth-register-submit:hover{background:linear-gradient(145deg,rgba(38,31,28,.96),rgba(20,20,20,.98))!important}.auth-screen--dark{background:radial-gradient(circle at top left,rgba(220,113,65,.16),transparent 24%),radial-gradient(circle at bottom right,rgba(255,255,255,.05),transparent 22%),linear-gradient(180deg,#121212,#0d0d0d 56%,#090909)!important}.auth-screen--dark:before{opacity:.12!important}.auth-screen--dark:after{opacity:.08!important}.auth-screen--dark .auth-login-card .auth-mode-tabs{background:rgba(255,255,255,.06)!important;border-color:rgba(255,255,255,.12)!important}.auth-screen--dark .auth-login-form .auth-input-wrap:before,.auth-screen--dark .auth-login-form .auth-otp-slot,.auth-screen--dark .auth-login-form .ui-input{background:rgba(255,255,255,.06)!important}.auth-screen--dark .auth-login-form .auth-otp-slot,.auth-screen--dark .auth-login-form .ui-input{font-size:.84rem!important}.auth-screen--dark .auth-login-form .ui-input::placeholder{font-size:.72rem!important}.auth-screen--dark .auth-login-form .auth-otp-slot,.auth-screen--dark .auth-login-form .ui-input{border-color:rgba(255,255,255,.1)!important}.auth-screen--dark .auth-login-form .auth-otp-slot{color:#fffaf7!important;-webkit-text-fill-color:#fffaf7;caret-color:#fffaf7}.auth-screen--dark .auth-login-form .auth-register-submit{background:linear-gradient(145deg,#d97a4d,#b85d34)!important}.auth-screen--dark .auth-login-form .auth-register-submit:hover{background:linear-gradient(145deg,#e08558,#c4673d)!important}.auth-screen--dark,.auth-screen:not(.auth-screen--light){background:#080808!important}.auth-screen--dark:after,.auth-screen--dark:before{content:none!important;display:none!important}.auth-screen--light{background:radial-gradient(circle at 12% 18%,rgba(255,255,255,.23),transparent 24%),radial-gradient(circle at 80% 5%,rgba(255,255,255,.18),transparent 28%),linear-gradient(135deg,#ce774c,#c96538 56%,#151515 180%)!important}.auth-screen--light:before{opacity:.14!important;content:""}.auth-screen--light:after{opacity:.08!important;content:""}.auth-screen--light .auth-login-form .ui-input::placeholder{color:rgba(255,250,247,.82)!important;opacity:1}.auth-screen--light .auth-login-form .ui-input:disabled::placeholder{color:rgba(255,250,247,.58)!important}@media (max-width:980px){.auth-panel{padding:0!important}}@media (max-width:640px){.auth-panel{width:calc(100% - .75rem)!important;margin-inline:auto!important;padding:0!important}.auth-panel .ui-card{width:100%!important;max-width:320px!important;margin-inline:auto!important}.auth-panel .ui-card__content{padding-inline:.7rem!important}.auth-login-card{width:min(100%,calc(100vw - 2.5rem))!important;max-width:300px!important;margin-inline:auto!important}.auth-login-form .auth-register-submit,.auth-login-form .ui-input{width:min(100%,300px);margin-inline:auto}.auth-login-form .auth-register-submit{height:44px;min-height:44px;padding:0 .95rem;font-size:.8rem}}.auth-person-type{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.auth-person-type__btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:44px;border-radius:.8rem;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:inherit;font-weight:700;font-size:.85rem;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,color .16s ease}.auth-person-type__btn svg{width:18px;height:18px}.auth-person-type__btn:hover{border-color:rgba(206,119,76,.5)}.auth-form--register .auth-person-type__btn:hover{border-color:rgba(255,241,233,.78);box-shadow:none}.auth-person-type__btn.is-active{border-color:var(--brand,#ce774c);background:color-mix(in oklab,var(--brand,#ce774c) 18%,transparent);color:#fff}.auth-inquiry-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;width:100%;min-height:46px;border-radius:.85rem;border:1px solid var(--brand,#ce774c);background:color-mix(in oklab,var(--brand,#ce774c) 16%,transparent);color:#fff;font-weight:800;font-size:.9rem;cursor:pointer;transition:background-color .16s ease,opacity .16s ease}.auth-inquiry-btn:hover{background:color-mix(in oklab,var(--brand,#ce774c) 26%,transparent)}.auth-inquiry-btn:disabled{opacity:.6;cursor:progress}.auth-inquiry-btn svg{width:18px;height:18px}.auth-identity-result{border:1px solid color-mix(in oklab,var(--brand,#ce774c) 35%,transparent);border-radius:.85rem;padding:.7rem;background:rgba(255,255,255,.04);display:grid;gap:.55rem}.auth-identity-result__head{display:inline-flex;align-items:center;gap:.4rem;color:var(--brand,#ce774c);font-weight:800;font-size:.88rem}.auth-identity-result__head svg{width:18px;height:18px}.auth-identity-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(135px,1fr));gap:.4rem}.auth-identity-cell{display:grid;gap:.1rem;padding:.4rem .5rem;border-radius:.55rem;background:rgba(255,255,255,.05)}.auth-identity-cell__label{font-size:.66rem;opacity:.6}.auth-identity-cell__value{font-size:.8rem;font-weight:700;word-break:break-word}.auth-identity-reset{justify-self:start;border:0;background:transparent;color:var(--brand,#ce774c);font-weight:700;font-size:.8rem;cursor:pointer;padding:0}@media (max-width:520px){.auth-identity-grid{grid-template-columns:1fr}}.auth-screen--register{align-items:flex-start;min-height:100dvh;overflow-y:auto;padding-block:clamp(1rem,4vh,2.5rem)!important}.auth-screen--register .auth-panel,.auth-screen--register .auth-panel .ui-card,.auth-screen--register .auth-shell{min-height:auto}.auth-login-card--register{width:min(720px,calc(100vw - 2rem))!important;padding:clamp(1rem,2.5vw,1.65rem)!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none;-webkit-backdrop-filter:none}.auth-screen--dark .auth-login-card--register{border:0!important;background:transparent!important;box-shadow:none!important}.auth-form--register{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-flow:row;align-items:start;gap:.9rem 1rem}.auth-form--register>.auth-field--person-type,.auth-form--register>.auth-field--referral-source,.auth-form--register>.auth-identity-result,.auth-form--register>.auth-mode-switch-text,.auth-form--register>.auth-register-submit{grid-column:1/-1}.auth-form--register>.auth-field,.auth-form--register>.auth-inquiry-btn{min-width:0}.auth-form--register-legal>.auth-field--company-id,.auth-form--register-legal>.auth-field--password,.auth-form--register-legal>.auth-field--register-mobile,.auth-form--register-real>.auth-field--birth-date,.auth-form--register-real>.auth-field--password,.auth-form--register-real>.auth-field--register-mobile{grid-column:1}.auth-form--register-legal>.auth-field--company-name,.auth-form--register-legal>.auth-field--legal-verification,.auth-form--register-legal>.auth-field--password-repeat,.auth-form--register-real>.auth-field--national-code,.auth-form--register-real>.auth-field--password-repeat,.auth-form--register-real>.auth-inquiry-btn--identity{grid-column:2}.auth-form--register-real>.auth-inquiry-btn--identity{align-self:end}.auth-form--register .auth-person-type__btn{min-height:40px;padding-block:.45rem;padding-inline:.85rem;color:rgba(255,255,255,.82);background:rgba(255,255,255,.08)}.auth-form--register .auth-inquiry-btn svg,.auth-form--register .auth-person-type__btn svg{color:currentColor!important;stroke:currentColor!important}.auth-form--register .auth-person-type__btn.is-active{border-color:#fff1e9;background:#fff1e9;color:#8f3f1f;box-shadow:none}.auth-screen--dark .auth-form--register .auth-person-type__btn.is-active{border-color:#d97448;background:rgba(217,116,72,.2);color:#ffb18d}.auth-form--register .auth-inquiry-btn{border-color:rgba(255,241,233,.7);background:rgba(255,241,233,.15);color:#fffaf7}.auth-form--register .auth-inquiry-btn:hover{background:rgba(255,241,233,.24)}.auth-form--register .auth-identity-result{margin:0;color:#fffaf7;border-color:rgba(255,241,233,.3);background:rgba(255,255,255,.08)}.auth-form--register p.auth-identity-result{display:block;padding:.75rem .9rem;font-size:.82rem;line-height:1.8}.auth-form--register p.auth-legal-register-note{display:flex;align-items:center;gap:.55rem}.auth-legal-register-note svg{width:18px;height:18px;flex:0 0 auto;color:#fff1e9}.auth-form--register .auth-identity-reset,.auth-form--register .auth-identity-result__head{color:#fff1e9}.auth-screen--dark .auth-form--register .auth-identity-reset,.auth-screen--dark .auth-form--register .auth-identity-result__head{color:#f39a6f}@media (max-width:700px){.auth-screen--register{padding-block:.75rem!important}.auth-login-card--register{width:min(100%,calc(100vw - 1rem))!important;max-width:none!important;padding:1rem .85rem!important;border-radius:0!important}.auth-form--register{grid-template-columns:1fr;row-gap:.8rem!important}.auth-login-form.auth-form--register .auth-register-submit,.auth-login-form.auth-form--register .ui-input{width:100%!important;max-width:none!important}.auth-form--register>*{grid-column:1!important}}.auth-screen--register{position:relative!important;inset:auto!important;width:100%!important;min-width:100%!important;height:auto!important;min-height:100dvh!important;overflow-x:hidden!important;overflow-y:auto!important}.auth-screen--register .auth-shell{width:min(1360px,calc(100vw - 4rem));height:auto!important;min-height:calc(100dvh - 4rem)!important;margin-inline:auto}.auth-screen--register .auth-panel,.auth-screen--register .auth-panel .ui-card{height:auto!important;min-height:auto!important}.auth-screen--register .auth-panel{overflow-y:visible}@media (max-width:980px){.auth-screen--register{padding-inline:.5rem!important}.auth-screen--register .auth-shell{width:calc(100% - 1rem);min-height:auto!important}}@media (max-width:640px){.auth-screen--register{align-items:center!important;justify-content:center!important;padding:0!important}.auth-screen--register .auth-shell{width:calc(100% - .75rem)!important;min-height:auto!important;margin-inline:auto!important}.auth-screen--register .auth-panel{width:100%!important;padding:0!important}.auth-screen--register .auth-panel .ui-card{width:100%!important;max-width:320px!important;margin-inline:auto!important}.auth-screen--register .auth-panel .ui-card__content{padding-inline:.7rem!important}.auth-screen--register .auth-login-card--register{width:min(100%,calc(100vw - .5rem))!important;max-width:300px!important;margin-inline:auto!important}.auth-screen--register .auth-login-form.auth-form--register .auth-register-submit,.auth-screen--register .auth-login-form.auth-form--register .ui-input{width:min(100%,300px)!important;margin-inline:auto!important}.auth-screen--register .auth-login-form.auth-form--register .auth-register-submit{height:40px;min-height:40px;padding:0 .95rem;font-size:.8rem}.auth-form--register-real>.auth-inquiry-btn--identity{margin-top:-.55rem}}.auth-screen--register .auth-form--register .auth-inquiry-btn,.auth-screen--register .auth-login-form.auth-form--register .auth-register-submit{height:40px;min-height:40px}.auth-screen--register .auth-form--register .auth-inquiry-btn{padding-block:0}.auth-screen--register .auth-login-form.auth-form--register .auth-register-submit{margin-top:.2rem;padding-block:0}