@import"https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.main-layout{min-height:100vh}.main-layout .sidebar .logo{height:64px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;margin:16px;border-radius:8px}.main-layout .header{background:#fff;padding:0 24px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #0000001a}.main-layout .header .header-left .trigger{font-size:18px;cursor:pointer;transition:color .3s}.main-layout .header .header-left .trigger:hover{color:#1890ff}.main-layout .header .header-right .user-info{display:flex;align-items:center;cursor:pointer;padding:8px 12px;border-radius:8px;transition:background .3s}.main-layout .header .header-right .user-info:hover{background:#f0f0f0}.main-layout .content{margin:24px;padding:24px;background:#fff;min-height:280px;border-radius:8px}.post-auth-page{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1000;overflow:auto}.post-auth-background{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/images/backgrounds/background-3.png);background-size:cover;background-position:center;background-repeat:no-repeat;filter:brightness(1.2) contrast(1.1)}.post-auth-content{position:relative;z-index:1;width:100%;min-height:100%;display:flex;flex-direction:column}.back-button-container{position:absolute;top:2rem;left:2rem;z-index:10}@media (max-width: 768px){.back-button-container{top:1rem;left:1rem}}.back-button{background:transparent!important;-webkit-backdrop-filter:none;backdrop-filter:none;border:4px solid rgba(255,255,255,.8);color:#fff!important;font-size:1rem;font-weight:600;height:48px;padding:0 24px;border-radius:12px;transition:all .3s ease}.back-button:hover{background:transparent!important;border-color:#fff!important;transform:translate(-4px);color:#fff!important;box-shadow:0 0 15px #ffffff4d}.back-button:active{transform:translate(-2px)}.back-button .anticon{color:#fff}@media (max-width: 576px){.back-button{font-size:.875rem;height:42px;padding:0 16px;border-width:3px}}.logo-container{display:flex;flex-direction:column;align-items:center;padding:2rem 2rem 1rem}.logo{font-family:Vladimir Script,cursive;font-size:72px;font-weight:400;color:#fff;margin:0;padding:0;line-height:1;text-shadow:0 4px 20px rgba(0,0,0,.3)}@media (max-width: 768px){.logo{font-size:60px}}@media (max-width: 576px){.logo{font-size:48px}}.user-email{font-size:1.5rem;color:#fff;margin:1rem 0 2rem;padding:0;font-weight:300;text-shadow:0 2px 10px rgba(0,0,0,.3);text-align:center}@media (max-width: 768px){.user-email{font-size:1.25rem}}@media (max-width: 576px){.user-email{font-size:1rem}}.main-blocks-container{display:flex;flex-direction:column;gap:2rem;padding:0 4rem 4rem;max-width:1600px;margin:0 auto 0 calc(50% - 570px)}@media (max-width: 1200px){.main-blocks-container{padding:0 2rem 2rem;margin:0 auto}}.top-row{display:flex;gap:64px}@media (max-width: 1200px){.top-row{flex-direction:column;gap:2rem}}.top-row .create-user-block{flex:0 0 calc(35% + 88px);min-width:0}@media (max-width: 1200px){.top-row .create-user-block{flex:1}}.top-row .users-list-block{flex:0 0 calc(65% + 168px);min-width:0}@media (max-width: 1200px){.top-row .users-list-block{flex:1}}.bottom-row{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:10px}@media (max-width: 1200px){.bottom-row{flex-direction:column}}.bottom-row .admin-only-message{font-size:1.25rem;font-weight:400;color:#fff;margin-bottom:10px;text-align:center;width:100%;text-shadow:0 0 5px rgba(0,0,0,.7)}.bottom-row .block{flex:0 0 49%;min-width:0}@media (max-width: 1200px){.bottom-row .block{flex:1}}.block{background:transparent;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #0000001a;border:4px solid white}.create-user-block .block-header{background:transparent;padding:6px 12px;font-weight:600;font-size:.85rem;color:#fff}.create-user-block .form-fields{padding:10px 12px;display:flex;flex-direction:column;gap:6px}.create-user-block .form-field{display:flex;flex-direction:column;gap:2px}.create-user-block .form-field label{font-size:.75rem;color:#fff;font-weight:500;text-shadow:0 0 3px rgba(0,0,0,.5)}.create-user-block .form-field .ant-input{background:transparent;border:2px solid white;padding:4px 8px;font-size:.75rem;height:28px;color:#fff}.create-user-block .form-field .ant-input::placeholder{color:#fff9}.create-user-block .form-field .ant-select .ant-select-selector{background:transparent!important;border:2px solid white!important;padding:0 8px!important;height:28px!important;color:#fff!important}.create-user-block .form-field .ant-select .ant-select-selector .ant-select-selection-search-input{height:24px!important;color:#fff!important}.create-user-block .form-field .ant-select .ant-select-selector .ant-select-selection-placeholder{color:#fff9!important}.create-user-block .form-field .ant-select .ant-select-selector .ant-select-selection-item{color:#fff!important;line-height:24px!important}.create-user-block .form-field .ant-select .ant-select-arrow{color:#fff!important}.create-user-block .form-field .ant-select:hover .ant-select-selector{border-color:#fff!important}.create-user-block .form-field .ant-select.ant-select-focused .ant-select-selector{border-color:#fff!important;box-shadow:0 0 0 2px #fff3!important}.create-user-block .pay-button{margin:6px 12px;background:#0f0c;border:2px solid white;color:#fff;font-weight:600;height:32px;font-size:.75rem}.create-user-block .pay-button:hover{background:#00dd00e6!important;border-color:#fff!important;color:#fff!important}.create-user-block .minimum-payment{background:#0f0c;padding:6px 12px;text-align:center;font-size:.75rem;color:#fff;font-weight:500}:global .ant-select-dropdown{background:#000000d9!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid white!important;border-radius:4px}:global .ant-select-dropdown .ant-select-item{color:#fff!important}:global .ant-select-dropdown .ant-select-item:hover{background:#fff3!important}:global .ant-select-dropdown .ant-select-item.ant-select-item-option-selected{background:#00ff004d!important;font-weight:600}:global .ant-select-dropdown .ant-select-selection-search-input{color:#fff!important}.users-list-block .block-header-with-buttons{background:transparent;padding:6px 12px;display:flex;justify-content:space-between;align-items:center}.users-list-block .block-header-with-buttons .header-title{font-weight:600;font-size:.85rem;color:#fff}.users-list-block .block-header-with-buttons .header-buttons{display:flex;gap:4px}.users-list-block .block-header-with-buttons .header-buttons .action-btn{height:26px;padding:0 10px;font-weight:600;font-size:.7rem;border:2px solid white;min-width:95px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.users-list-block .block-header-with-buttons .header-buttons .entrar-btn{background:#0f0c;color:#fff}.users-list-block .block-header-with-buttons .header-buttons .entrar-btn:hover{background:#00dd00e6!important;color:#fff!important}.users-list-block .block-header-with-buttons .header-buttons .editar-btn{background:#0f0c;color:#fff}.users-list-block .block-header-with-buttons .header-buttons .editar-btn:hover{background:#00dd00e6!important;color:#fff!important}.users-list-block .block-header-with-buttons .header-buttons .papelera-btn{background:#0f0c;color:#fff}.users-list-block .block-header-with-buttons .header-buttons .papelera-btn:hover{background:#00dd00e6!important;color:#fff!important}.users-list-block .block-header-with-buttons .header-buttons .pagar-btn{background:#0f0c;color:#fff}.users-list-block .block-header-with-buttons .header-buttons .pagar-btn:hover{background:#00dd00e6!important;color:#fff!important}.users-list-block .block-header-with-buttons .header-buttons .saldo-btn{background:#0f0c;color:#fff}.users-list-block .block-header-with-buttons .header-buttons .saldo-btn:hover{background:#00dd00e6!important;color:#fff!important}.users-list-block .users-table .ant-table{background:transparent;font-size:.75rem}.users-list-block .users-table .ant-table-body{overflow-y:auto!important;max-height:390px!important}.users-list-block .users-table .ant-table-body::-webkit-scrollbar{width:8px}.users-list-block .users-table .ant-table-body::-webkit-scrollbar-track{background:#ffffff1a;border-radius:4px}.users-list-block .users-table .ant-table-body::-webkit-scrollbar-thumb{background:#ffffff80;border-radius:4px}.users-list-block .users-table .ant-table-body::-webkit-scrollbar-thumb:hover{background:#ffffffb3}.users-list-block .users-table .ant-table-thead>tr>th{background:transparent;color:#fff;font-weight:600;border-bottom:2px solid white;border-left:none;border-right:none;text-align:center;padding:4px 8px;font-size:.75rem}.users-list-block .users-table .ant-table-thead>tr>th.nombre-column{background:transparent}.users-list-block .users-table .ant-table-thead>tr>th.id-column{background:transparent}.users-list-block .users-table .ant-table-thead>tr>th.saldo-column{background:transparent}.users-list-block .users-table .ant-table-tbody>tr>td{border-bottom:1px solid white;border-left:none;border-right:none;background:transparent;padding:4px 8px;font-size:.7rem;color:#fff}.users-list-block .users-table .ant-table-tbody>tr>td:first-child{background:transparent}.users-list-block .users-table .ant-table-tbody>tr>td:nth-child(2){background:transparent}.users-list-block .users-table .ant-table-tbody>tr>td:last-child{background:transparent}.users-list-block .users-table .ant-table-tbody>tr.ant-table-row-selected>td{background-color:#0f0c!important;color:#fff}.users-list-block .users-table .ant-table-tbody>tr.ant-table-row-selected>td:first-child{background:#0f0c!important}.users-list-block .users-table .ant-table-tbody>tr.ant-table-row-selected>td:nth-child(2){background:#0f0c!important}.users-list-block .users-table .ant-table-tbody>tr.ant-table-row-selected>td:last-child{background:#0f0c!important}.users-list-block .users-table .ant-table-selection-column{width:40px;padding-left:12px!important}.bottom-tables-block .tables-container{display:grid;grid-template-columns:1fr 1fr;gap:0}.bottom-tables-block .table-section .table-header{padding:12px 20px;font-weight:600;font-size:.9rem;color:#fff;text-align:center;text-shadow:0 0 5px rgba(0,0,0,.7)}.bottom-tables-block .table-section .table-header.correos-header,.bottom-tables-block .table-section .table-header.password-header,.bottom-tables-block .table-section .ant-table{background:transparent}.bottom-tables-block .table-section .ant-table-tbody>tr>td{background:transparent;border:1px solid white;padding:8px 12px;color:#fff}.bottom-tables-block .table-section .ant-table-tbody>tr>td .ant-input{background:transparent!important;border:1px solid white!important;color:#fff!important}.bottom-tables-block .table-section .ant-table-tbody>tr>td .ant-input::placeholder{color:#fff9}.post-auth-page{animation:fadeIn .5s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@font-face{font-family:Vladimir Script;src:url(/fonts/VLADIMIR.TTF) format("truetype");font-weight:400;font-style:normal;font-display:swap}.welcome-page{position:relative;min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.welcome-page .background-image{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/images/backgrounds/background-1.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#87ceeb;z-index:-2;animation:subtle-zoom 30s ease-in-out infinite alternate}.welcome-page .under-construction{position:fixed;top:20px;right:20px;font-family:Arial,sans-serif!important;font-size:14px!important;font-weight:400!important;color:#0f0!important;text-shadow:1px 1px 3px rgba(0,0,0,.8),0 0 10px rgba(0,255,0,.5);z-index:100;padding:8px 12px;animation:construction-pulse 2s ease-in-out infinite}@media (max-width: 768px){.welcome-page .under-construction{font-size:12px!important;top:10px;right:10px;padding:6px 10px}}@media (max-width: 480px){.welcome-page .under-construction{font-size:10px!important;padding:4px 8px}}.welcome-page .provisional-nav-button{position:fixed!important;bottom:30px;right:30px;width:60px!important;height:60px!important;z-index:100;background:#0f8!important;border-color:#0f8!important;color:#000!important;box-shadow:0 0 20px #0f89,0 4px 12px #0000004d!important;transition:all .3s ease!important;cursor:pointer!important}.welcome-page .provisional-nav-button .anticon{font-size:24px!important;color:#000!important}.welcome-page .provisional-nav-button:hover{background:#0f9!important;border-color:#0f9!important;color:#000!important;box-shadow:0 0 30px #0f9c,0 6px 16px #0006!important;transform:scale(1.1)!important}.welcome-page .provisional-nav-button:focus,.welcome-page .provisional-nav-button:active{background:#0f8!important;border-color:#0f8!important;color:#000!important;box-shadow:0 0 25px #00ff88b3,0 5px 14px #00000059!important}@media (max-width: 768px){.welcome-page .provisional-nav-button{width:50px!important;height:50px!important;bottom:20px;right:20px}.welcome-page .provisional-nav-button .anticon{font-size:20px!important}}@media (max-width: 480px){.welcome-page .provisional-nav-button{width:45px!important;height:45px!important;bottom:15px;right:15px}.welcome-page .provisional-nav-button .anticon{font-size:18px!important}}@keyframes construction-pulse{0%,to{opacity:.9}50%{opacity:1;text-shadow:1px 1px 3px rgba(0,0,0,.8),0 0 15px rgba(0,255,0,.7)}}@keyframes subtle-zoom{0%{transform:scale(1)}to{transform:scale(1.05)}}.welcome-page .overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0003,#0000001a,#0003);z-index:-1}.welcome-page .content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;padding:40px 20px;max-width:100%;animation:fade-in 1s ease-out}@keyframes fade-in{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.welcome-page .logo{font-family:Vladimir Script,Pinyon Script,cursive!important;font-size:72px!important;font-weight:400!important;color:#fff!important;text-align:center!important;margin-bottom:0!important;text-shadow:2px 2px 8px rgba(0,0,0,.4),0 0 20px rgba(255,255,255,.2);letter-spacing:3px;animation:logo-glow 3s ease-in-out infinite alternate;line-height:1.2}@media (max-width: 768px){.welcome-page .logo{font-size:60px!important;letter-spacing:2px}}@media (max-width: 480px){.welcome-page .logo{font-size:48px!important;letter-spacing:1px}}@keyframes logo-glow{0%{text-shadow:2px 2px 8px rgba(0,0,0,.4),0 0 20px rgba(255,255,255,.2)}to{text-shadow:2px 2px 16px rgba(255,255,255,.6),0 0 30px rgba(255,255,255,.4),2px 2px 8px rgba(0,0,0,.4)}}.welcome-page .subtitle{font-family:Vladimir Script,Pinyon Script,cursive!important;font-size:36px!important;font-weight:400!important;color:#fff!important;text-align:center!important;margin-bottom:30px!important;text-shadow:1px 1px 6px rgba(0,0,0,.4);line-height:1.4;max-width:90%}@media (max-width: 768px){.welcome-page .subtitle{font-size:30px!important}}@media (max-width: 480px){.welcome-page .subtitle{font-size:24px!important}}.welcome-page .promotional-text{font-family:Arial,sans-serif!important;font-size:14px!important;color:#fff!important;text-align:center!important;max-width:700px;margin-bottom:30px!important;line-height:1.8!important;text-shadow:1px 1px 4px rgba(0,0,0,.6);padding:0 20px;font-weight:400!important}@media (max-width: 768px){.welcome-page .promotional-text{font-size:12px!important;max-width:90%}}@media (max-width: 480px){.welcome-page .promotional-text{font-size:11px!important;line-height:1.6!important}}.welcome-page .language-selector{margin-bottom:40px!important;width:100%;max-width:224px!important;padding:0 20px}@media (max-width: 768px){.welcome-page .language-selector{max-width:196px!important}}.welcome-page .language-selector .ant-select{width:100%!important;cursor:pointer!important}.welcome-page .language-selector .ant-select-selector{background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-radius:12px!important;border:1px solid rgba(255,255,255,.5)!important;color:#fff!important;transition:all .3s ease!important;padding:6px 10px!important;height:auto!important;min-height:28px!important;cursor:pointer!important}.welcome-page .language-selector .ant-select-selector:hover{background:transparent!important;border-color:#fffc!important;cursor:pointer!important}.welcome-page .language-selector .ant-select-focused .ant-select-selector{background:transparent!important;border-color:#fff!important;box-shadow:0 0 10px #ffffff4d!important}.welcome-page .language-selector .ant-select-arrow{color:#fff!important;cursor:pointer!important}.welcome-page .language-selector .ant-select-selection-search-input{color:#fff!important}.welcome-page .language-selector .ant-select-selection-placeholder{color:#ffffffb3!important}.welcome-page .welcome-message{width:100%;text-align:center;margin-bottom:40px!important;margin-top:0!important}.welcome-page .welcome-message .welcome-text{font-family:Arial,sans-serif!important;font-size:28px!important;font-weight:400!important;color:#fff!important;text-align:center!important;margin-bottom:0!important;text-shadow:2px 2px 8px rgba(0,0,0,.4),0 0 20px rgba(255,255,255,.3);letter-spacing:2px;animation:welcome-glow 3s ease-in-out infinite alternate;line-height:1.2}@media (max-width: 768px){.welcome-page .welcome-message .welcome-text{font-size:24px!important;letter-spacing:1.5px}}@media (max-width: 480px){.welcome-page .welcome-message .welcome-text{font-size:20px!important;letter-spacing:1px}}@keyframes welcome-glow{0%{text-shadow:2px 2px 8px rgba(0,0,0,.4),0 0 20px rgba(255,255,255,.3)}to{text-shadow:2px 2px 12px rgba(255,255,255,.5),0 0 25px rgba(255,255,255,.4),2px 2px 8px rgba(0,0,0,.4)}}.welcome-page .forms-container{display:grid;grid-template-columns:repeat(2,1fr);gap:21px;width:100%;max-width:630px;margin-top:20px;padding:0 20px}@media (max-width: 968px){.welcome-page .forms-container{grid-template-columns:1fr;max-width:315px;gap:14px}}.welcome-page .form-card{background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-radius:14px;padding:24.5px;box-shadow:none!important;border:4px solid white!important;transition:all .3s ease;animation:card-slide-up .8s ease-out}.welcome-page .form-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #ffffff4d!important;border-color:#ffffffe6!important}@media (max-width: 768px){.welcome-page .form-card{padding:17.5px;border-width:3px!important}}@media (max-width: 480px){.welcome-page .form-card{padding:14px;border-radius:11.2px;border-width:2px!important}}.welcome-page .form-card .auth-form .ant-form-item{margin-bottom:10.5px!important}.welcome-page .form-card .auth-form .ant-form-item-label{padding-bottom:2.8px!important}.welcome-page .form-card .auth-form .ant-form-item-label>label{font-size:14px!important;color:#fff!important;font-weight:400!important;height:auto!important}.welcome-page .form-card .auth-form .ant-form-item-label>label:before{color:#fff!important}.welcome-page .form-card .auth-form .ant-form-item-label>label .ant-form-item-required-mark{color:#fff!important}.welcome-page .form-card .auth-form .ant-form-item-label .ant-form-item-required-mark-optional{color:#fff!important}.welcome-page .form-card .auth-form .ant-input,.welcome-page .form-card .auth-form .ant-input-password{height:28px!important;padding:0 4px!important;font-size:14px!important;border-radius:4.2px!important;background:transparent!important;color:#fff!important;border:none!important}.welcome-page .form-card .auth-form .ant-input::placeholder,.welcome-page .form-card .auth-form .ant-input-password::placeholder{color:#ffffff80!important;font-size:9.8px!important}.welcome-page .form-card .auth-form .ant-input:hover,.welcome-page .form-card .auth-form .ant-input-password:hover{background:transparent!important;border:none!important}.welcome-page .form-card .auth-form .ant-input:focus,.welcome-page .form-card .auth-form .ant-input-password:focus{background:transparent!important;border:none!important;box-shadow:none!important}.welcome-page .form-card .auth-form .ant-input-affix-wrapper{padding:0 4px!important;height:28px!important;background:transparent!important;border:none!important}.welcome-page .form-card .auth-form .ant-input-affix-wrapper:hover{background:transparent!important;border:none!important}.welcome-page .form-card .auth-form .ant-input-affix-wrapper:focus,.welcome-page .form-card .auth-form .ant-input-affix-wrapper.ant-input-affix-wrapper-focused{background:transparent!important;border:none!important;box-shadow:none!important}.welcome-page .form-card .auth-form .ant-input-affix-wrapper .ant-input{height:auto!important;padding:0!important;background:transparent!important;color:#fff!important;font-size:14px!important}.welcome-page .form-card .auth-form .ant-input-affix-wrapper .ant-input::placeholder{color:#ffffff80!important;font-size:9.8px!important}.welcome-page .form-card .auth-form .ant-input-affix-wrapper .ant-input-suffix{font-size:14px!important;color:#fff!important;margin-left:8px}.welcome-page .form-card .auth-form .ant-input-affix-wrapper .ant-input-suffix svg{color:#fff!important}.welcome-page .form-card .auth-form .ant-input-affix-wrapper .ant-input-suffix .anticon,.welcome-page .form-card .auth-form .ant-input-affix-wrapper .ant-input-password-icon{color:#fff!important}.welcome-page .form-card .auth-form .ant-input-affix-wrapper .ant-input-password-icon:hover{color:#fffc!important}.welcome-page .form-card .auth-form .ant-btn{height:28px!important;padding:2.8px 10.5px!important;font-size:14px!important;border-radius:4.2px!important;line-height:1.4!important;background:transparent!important;color:#fff!important;border:1px solid rgba(255,255,255,.5)!important}.welcome-page .form-card .auth-form .ant-btn:hover{background:transparent!important;border-color:#fffc!important;color:#fff!important}.welcome-page .form-card .auth-form .ant-btn:focus,.welcome-page .form-card .auth-form .ant-btn:active{background:transparent!important;border-color:#fff!important;color:#fff!important}.welcome-page .form-card .auth-form .ant-btn-link{border:none!important;padding:0!important;height:auto!important}.welcome-page .form-card .auth-form .ant-btn-link:hover,.welcome-page .form-card .auth-form .ant-btn-link:focus,.welcome-page .form-card .auth-form .ant-btn-link:active{border:none!important}.welcome-page .form-card .auth-form .ant-btn-lg{height:28px!important;padding:4.55px 10.5px!important;font-size:14px!important}.welcome-page .form-card .auth-form .ant-btn-primary{background:transparent!important;border-color:#ffffff80!important;color:#fff!important;transition:all .3s ease!important}.welcome-page .form-card .auth-form .ant-btn-primary:hover{background:transparent!important;border-color:#fffc!important;color:#fff!important}.welcome-page .form-card .auth-form .ant-btn-primary:focus,.welcome-page .form-card .auth-form .ant-btn-primary:active{background:transparent!important;border-color:#fff!important;color:#fff!important}.welcome-page .form-card .auth-form .ant-btn-primary.has-content{background:#0f8!important;border-color:#0f8!important;color:#000!important;box-shadow:0 0 20px #0f89!important}.welcome-page .form-card .auth-form .ant-btn-primary.has-content:hover{background:#0f9!important;border-color:#0f9!important;color:#000!important;box-shadow:0 0 30px #0f9c!important}.welcome-page .form-card .auth-form .ant-btn-primary.has-content:focus,.welcome-page .form-card .auth-form .ant-btn-primary.has-content:active{background:#0f8!important;border-color:#0f8!important;color:#000!important;box-shadow:0 0 25px #00ff88b3!important}.welcome-page .form-card .auth-form .ant-form-item-explain{font-size:12px!important;margin-top:2.1px!important;color:#fff!important}.welcome-page .form-card .auth-form .ant-form-item-explain-error,.welcome-page .form-card .auth-form .ant-form-item-explain-success,.welcome-page .form-card .auth-form .ant-form-item-explain-warning{color:#fff!important;font-size:12px!important}@keyframes card-slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.welcome-page .form-title{font-size:19.6px!important;font-weight:600!important;color:#fff!important;text-align:center!important;margin-bottom:17.5px!important;text-shadow:1px 1px 4px rgba(0,0,0,.4);font-family:Arial,sans-serif!important}@media (max-width: 768px){.welcome-page .form-title{font-size:16.8px!important}}@media (max-width: 480px){.welcome-page .form-title{font-size:15.4px!important}}.welcome-page .ant-modal-content{border-radius:16px!important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa!important}.welcome-page .ant-modal-header{border-radius:16px 16px 0 0!important;background:#fffffff2!important}.welcome-page .ant-alert{border-radius:10px}@media (max-width: 1200px){.welcome-page .forms-container{max-width:560px}}@media (max-width: 968px){.welcome-page .content{padding:30px 15px}.welcome-page .forms-container{gap:14px}}@media (max-width: 600px){.welcome-page .logo{font-size:36px!important;margin-bottom:8px!important}.welcome-page .subtitle{font-size:20px!important;margin-bottom:20px!important}.welcome-page .promotional-text{font-size:10px!important;margin-bottom:20px!important}.welcome-page .language-selector{margin-bottom:30px!important;max-width:196px!important}.welcome-page .form-card{padding:14px}.welcome-page .form-title{font-size:15.4px!important;margin-bottom:14px!important}}@media (max-width: 480px){.welcome-page .content{padding:20px 10px}.welcome-page .logo{font-size:32px!important}.welcome-page .subtitle{font-size:18px!important}.welcome-page .promotional-text{font-size:9px!important;padding:0 10px}.welcome-page .forms-container{padding:0 10px}.welcome-page .form-card{padding:10.5px}}.auth-page{min-height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.auth-page .auth-card{width:100%;max-width:450px;box-shadow:0 10px 40px #0003;border-radius:12px}.auth-page .auth-card .auth-header{text-align:center;margin-bottom:32px}.auth-page .auth-card .auth-header h2{margin-bottom:8px;color:#1976d2}.auth-page .auth-card .auth-footer{text-align:center;margin-top:16px}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;overflow-x:hidden}code{font-family:Fira Code,Courier New,monospace}.text-center{text-align:center}.text-right{text-align:right}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}.p-1{padding:8px}.p-2{padding:16px}.p-3{padding:24px}.p-4{padding:32px}.custom-card{border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.custom-card:hover{box-shadow:0 4px 12px #00000026}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width: 768px){.ant-layout-sider{position:fixed!important;height:100vh;z-index:999}}@media print{.no-print{display:none!important}}
