:root{--color-brand-50:#fff1f2;--color-brand-100:#ffe4e6;--color-brand-300:#fda4af;--color-brand-500:#e32727;--color-brand-600:#dc2626;--color-brand-700:#b91c1c;--color-success-50:#f0fdf4;--color-success-100:#dcfce7;--color-success-300:#86efac;--color-success-500:#22c55e;--color-success-600:#16a34a;--color-success-700:#15803d;--color-info-50:#eff6ff;--color-info-100:#dbeafe;--color-info-300:#93c5fd;--color-info-500:#3b82f6;--color-info-600:#2563eb;--color-info-700:#1d4ed8;--color-warning-50:#fffbeb;--color-warning-100:#fef3c7;--color-warning-300:#fcd34d;--color-warning-500:#f59e0b;--color-warning-600:#d97706;--color-warning-700:#b45309;--color-purple-50:#f5f3ff;--color-purple-100:#ede9fe;--color-purple-300:#c4b5fd;--color-purple-500:#8b5cf6;--color-purple-600:#7c3aed;--color-purple-700:#6d28d9;--color-white:#fff;--color-neutral-50:#f8fafc;--color-neutral-100:#f1f5f9;--color-neutral-200:#e2e8f0;--color-neutral-300:#cbd5e1;--color-neutral-400:#94a3b8;--color-neutral-500:#64748b;--color-neutral-600:#475569;--color-neutral-700:#334155;--color-neutral-800:#1e293b;--color-neutral-900:#0f172a}*{box-sizing:border-box;margin:0;padding:0}html{background:var(--color-neutral-50);min-width:320px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-width:320px;min-height:100vh;margin:0;font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}#root{width:100%;min-width:0;min-height:100vh}@media (width<=768px){input,textarea,select,.ant-input,.ant-input-number-input,.ant-select-selection-search-input{font-size:16px!important}.ant-modal-root .ant-modal-wrap{padding:12px 0}.ant-modal-root .ant-modal{max-width:calc(100vw - 24px);margin:0 auto;padding-bottom:0}.ant-modal-root .ant-modal-content{border-radius:14px;max-height:calc(100svh - 24px);overflow-y:auto}.ant-modal-root .ant-modal-footer{flex-wrap:wrap;gap:8px;display:flex}.ant-modal-root .ant-modal-footer .ant-btn{flex:120px;margin-inline-start:0}.ant-drawer .ant-drawer-content-wrapper{max-width:100vw}.ant-drawer .ant-drawer-header,.ant-drawer .ant-drawer-body,.ant-drawer .ant-drawer-footer{padding-inline:16px}.ant-table-wrapper .ant-table-pagination.ant-pagination{justify-content:center;row-gap:10px}.ant-table-wrapper .ant-pagination-total-text{text-align:center;width:100%;height:auto;margin-inline-end:0}}@media (width<=480px){.ant-modal-root .ant-modal-footer{flex-direction:column-reverse}.ant-modal-root .ant-modal-footer .ant-btn{flex-basis:auto;width:100%}.ant-drawer .ant-drawer-header{padding-block:14px}.ant-drawer .ant-drawer-body{padding:14px 12px}}:root{--auth-red:#e32727;--auth-red-dark:#cc1e1e;--auth-bg:#fff;--auth-text:#444;--auth-muted:#888;--auth-input-bg:#f0f0f0}.animated-auth{background:var(--auth-bg);width:100%;min-height:100vh;font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative;overflow:hidden}@supports (min-height:100dvh){.animated-auth{min-height:100dvh}}.animated-auth *,.animated-auth :before,.animated-auth :after{box-sizing:border-box}.animated-auth:before{content:"";background-image:linear-gradient(-45deg, var(--auth-red) 0%, var(--auth-red-dark) 100%);z-index:6;border-radius:50%;width:max(2000px,196vw,360vh);height:max(2000px,196vw,360vh);transition:all 1.8s ease-in-out;position:absolute;top:-10%;right:48%;transform:translateY(-50%)}.animated-auth__forms-container{width:100%;height:100%;position:absolute;inset:0}.animated-auth__form-stage{z-index:5;grid-template-columns:1fr;width:min(50%,680px);transition:none;display:grid;position:absolute;top:50%;left:75%;transform:translate(-50%,-50%)}.animated-auth__form{background:#fffffffa;border-radius:1.5rem;flex-direction:column;grid-area:1/1/2/2;justify-content:center;align-items:center;width:100%;max-width:460px;margin:0 auto;padding:2rem;transition:box-shadow .2s,border-color .2s;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000014}.animated-auth__ant-form{width:100%}.animated-auth__ant-form .ant-form-item{margin-bottom:.75rem}.animated-auth__ant-form .ant-input,.animated-auth__ant-form .ant-input-password,.animated-auth__ant-form .ant-select-selector{min-height:48px;padding-left:1rem;background-color:var(--auth-input-bg)!important;border:none!important;border-radius:55px!important}.animated-auth__ant-form .ant-input-prefix{color:#acacac;margin-right:.75rem}.animated-auth__ant-form .ant-input-affix-wrapper{padding-left:1rem;background-color:var(--auth-input-bg)!important;border:none!important;border-radius:55px!important}.animated-auth__ant-form .ant-select-selector{align-items:center;display:flex}.animated-auth__title{color:var(--auth-text);text-align:center;margin:0 0 1.5rem;font-size:2.2rem;font-weight:700;line-height:1.15}.animated-auth__btn{cursor:pointer;text-transform:uppercase;border:none;border-radius:49px;outline:none;justify-content:center;align-items:center;width:180px;height:49px;margin:10px 0;font-family:inherit;font-weight:700;transition:all .5s;display:flex}.animated-auth__btn--solid{background-color:var(--auth-red);color:#fff;width:100%}.animated-auth__btn--solid:hover{background-color:var(--auth-red-dark)!important}.animated-auth__btn:disabled{cursor:not-allowed;opacity:.68}.animated-auth__forgot-link{color:#64748b;height:auto;margin:0 0 .5rem auto;padding:0;font-size:.82rem;font-weight:700}.animated-auth__forgot-link:hover{color:var(--auth-red-dark)!important}.animated-auth__panels-container{z-index:6;pointer-events:none;grid-template-columns:repeat(2,1fr);width:100%;height:100%;display:grid;position:absolute;inset:0}.animated-auth__panel{text-align:center;pointer-events:all;flex-direction:column;justify-content:space-around;align-items:flex-end;display:flex}.animated-auth__panel--left{padding:3rem 17% 2rem 12%}.animated-auth__panel--right{pointer-events:none;padding:3rem 12% 2rem 17%}.animated-auth__panel-content{color:#fff;max-width:620px;transition:transform .9s ease-in-out .6s}.animated-auth__image{width:80%;max-width:560px;transition:transform 1.1s ease-in-out .4s}.animated-auth__panel--left .animated-auth__image{transform:translate(clamp(-260px,-11vw,-130px),clamp(-180px,-9vh,-110px))}.animated-auth__panel--right .animated-auth__image,.animated-auth__panel--right .animated-auth__panel-content{transform:translate(800px)}.animated-auth__banner-copy{flex-direction:column;align-items:center;width:min(100%,650px);display:flex}.animated-auth__banner-eyebrow{color:#ffffffe6;letter-spacing:.08em;text-transform:uppercase;border:1px solid #ffffff8c;border-radius:999px;justify-content:center;align-items:center;min-height:26px;margin-bottom:10px;padding:0 14px;font-size:.78rem;font-weight:800;display:inline-flex}.animated-auth__banner-copy h3{color:#fff;margin:0 0 14px;font-size:1.75rem;font-weight:800;line-height:1.1}.animated-auth__slogan-list{gap:8px;width:100%;display:grid}.animated-auth__slogan-item{text-align:left;background:#ffffff14;border:1px solid #fff3;border-radius:8px;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:10px;padding:10px 12px;display:grid;box-shadow:inset 0 1px #ffffff1f}.animated-auth__slogan-index{width:30px;height:30px;color:var(--auth-red-dark);background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:900;display:inline-flex}.animated-auth__slogan-text{gap:2px;min-width:0;display:grid}.animated-auth__slogan-text strong{color:#fff;font-size:.86rem;line-height:1.25}.animated-auth__slogan-text span{color:#ffffffc2;font-size:.72rem;font-weight:500;line-height:1.25}@media (width<=870px){.animated-auth{background:radial-gradient(circle at 10% 0,#e327271a,#0000 32%),linear-gradient(#fff 0%,#f8fafc 100%);flex-direction:column;height:auto;min-height:100svh;display:flex;overflow:hidden auto}.animated-auth:before{display:none}.animated-auth__forms-container{width:100%;height:auto;padding:.875rem clamp(.875rem, 4vw, 1.25rem) calc(env(safe-area-inset-bottom) + 1rem);order:2;position:relative;inset:auto}.animated-auth__form-stage{width:min(100%,30rem);margin:0 auto;transition:none;display:block;position:relative;top:auto;left:auto;transform:none!important}.animated-auth__form{background:#fffffff0;border:1px solid #e2e8f0f2;border-radius:1.25rem;padding:clamp(1rem,4vw,1.35rem);box-shadow:0 22px 60px #0f172a17}.animated-auth__panels-container{width:100%;height:auto;padding:calc(env(safe-area-inset-top) + .875rem) clamp(.875rem, 4vw, 1.25rem) .75rem;order:1;display:block;position:relative;inset:auto}.animated-auth__panel{text-align:center;background:linear-gradient(#ef3333 0%,#d91f1f 100%);border-radius:1.25rem;justify-content:center;align-items:center;min-height:auto;padding:clamp(.875rem,3vw,1.25rem);display:none;transform:none!important}.animated-auth__panel--left{display:flex}.animated-auth__panel-content,.animated-auth__panel--right .animated-auth__panel-content{width:min(100%,28rem);padding:0;transition:none;transform:none!important}.animated-auth__image{display:none}}@media (width<=520px){.animated-auth__form{border-radius:1rem;padding:1rem;box-shadow:0 14px 36px #0f172a14}.animated-auth__title{margin-bottom:1.1rem;font-size:clamp(1.65rem,8vw,2rem)}.animated-auth__panel{border-radius:1rem;padding:.875rem}.animated-auth__banner-copy h3{margin-bottom:10px;font-size:1.25rem}.animated-auth__slogan-list{gap:6px}.animated-auth__slogan-item{grid-template-columns:26px minmax(0,1fr);gap:8px;padding:7px 9px}.animated-auth__slogan-index{width:26px;height:26px;font-size:.78rem}.animated-auth__slogan-text strong{font-size:.72rem;line-height:1.2}.animated-auth__ant-form .ant-input,.animated-auth__ant-form .ant-input-password,.animated-auth__ant-form .ant-input-affix-wrapper{min-height:46px}.animated-auth__btn{height:46px}}@media (width>=871px) and (height<=760px){.animated-auth{min-height:680px;overflow-y:auto}.animated-auth__form{padding:1.35rem}.animated-auth__title{margin-bottom:1rem;font-size:1.8rem}.animated-auth__panel--left{padding-top:1.5rem;padding-bottom:1rem}.animated-auth__banner-copy h3{font-size:1.4rem}.animated-auth__slogan-item{padding-block:7px}.animated-auth__image{width:66%;max-height:240px}}@media (prefers-reduced-motion:reduce){.animated-auth:before,.animated-auth__form-stage,.animated-auth__form,.animated-auth__panel-content,.animated-auth__image{transition:none!important}}
