body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0f172a;background-position:50%;background-repeat:no-repeat;background-size:cover;font-family:Roboto,sans-serif;height:100vh;margin:0;width:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{font-family:Roboto,Helvetica Neue,sans-serif;font-size:100%}@media (max-width:48rem){html{font-size:90%}}@media (max-width:30rem){html{font-size:90%}}@media screen and (min-width:48rem) and (max-width:63rem){html{font-size:90%}}@media screen and (min-width:64rem){html{font-size:90%}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.user-page-root{display:flex;justify-content:center;width:100%}.user-page-container{padding:0!important;width:100%!important}.user-card{background:linear-gradient(135deg,#0f172af2,#0f172ae6),radial-gradient(circle at top left,#38bdf81f,#0000 60%);border:1px solid #94a3b873;border-radius:16px;box-shadow:0 18px 40px #0f172ae6,0 0 0 1px #0f172a;color:#e5e7eb;padding:1.25rem 1.4rem 1rem;width:100%}.user-card-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.user-card-header-left{max-width:420px}.user-card-title{color:#e5e7eb;font-size:1.05rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.user-card-subtitle{color:#9ca3af;font-size:.8rem;margin-top:.25rem}.user-card-header-right{display:flex;flex-wrap:wrap;gap:.4rem}.user-pill{border-radius:999px;font-size:.7rem;justify-content:center;letter-spacing:.05em;padding:.18rem .6rem;text-transform:uppercase;white-space:nowrap}.user-pill--role{background:#2563eb26;border:1px solid #3b82f6b3;color:#bfdbfe}.user-pill--branch{background:#10b9811f;border:1px solid #22c55eb3;color:#bbf7d0}.user-info-grid{grid-gap:.85rem 1rem;display:grid;gap:.85rem 1rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:.9rem}.user-info-field{display:flex;flex-direction:column;gap:.18rem}.user-info-label{color:#94a3b8;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase}.user-info-input .MuiOutlinedInput-root{background:#0f172afa;border-radius:10px;color:#e5e7eb;font-size:.8rem;padding-right:.4rem}.user-info-input .MuiOutlinedInput-notchedOutline{border-color:#94a3b880}.user-info-input .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#3b82f6cc}.user-info-input .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#3b82f6f2}.user-info-input .MuiInputBase-input{padding:.4rem .6rem}.user-card-footer{display:flex;justify-content:flex-end;margin-top:.3rem}.user-update-btn{background:linear-gradient(135deg,#0ea5e9,#22c55e)!important;border-radius:999px!important;box-shadow:0 10px 25px #0ea5e973!important;color:#020617!important;font-size:.78rem!important;padding:.3rem .9rem!important;text-transform:none!important}.user-page-empty{padding:1.5rem}.user-page-empty-text{color:#9ca3af;font-size:.9rem}@media (max-width:768px){.user-card{padding:1rem .9rem .9rem}.user-info-grid{grid-template-columns:1fr}.user-card-header{align-items:flex-start;flex-direction:column}.user-card-title{font-size:.95rem}.user-card-subtitle{font-size:.78rem}}.password-page-root{display:flex;justify-content:center;width:100%}.password-container{padding:0!important;width:100%!important}.password-card{background:linear-gradient(135deg,#0f172af2,#0f172ae6),radial-gradient(circle at top left,#f8fafc0a,#0000 60%);border:1px solid #94a3b873;border-radius:16px;box-shadow:0 18px 40px #0f172ae6,0 0 0 1px #0f172a;color:#e5e7eb;padding:1.25rem 1.4rem 1rem;width:100%}.password-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.9rem}.password-title{color:#e5e7eb;font-size:1rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.password-subtitle{color:#9ca3af;font-size:.8rem;margin-top:.25rem}.password-alert{font-size:.8rem}.password-form{display:flex;flex-direction:column;gap:.65rem}.password-input .MuiOutlinedInput-root{background:#0f172afa;border-radius:10px;color:#e5e7eb;font-size:.8rem}.password-input .MuiOutlinedInput-notchedOutline{border-color:#94a3b880}.password-input .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#3b82f6cc}.password-input .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#3b82f6f2}.password-input .MuiInputBase-input{padding:.45rem .65rem}.password-error-text{color:#fca5a5;font-size:.7rem;margin-top:-.25rem}.password-hint{color:#9ca3af;font-size:.7rem;margin-top:.15rem}.password-hint ul{margin:.15rem 0 0;padding-left:1rem}.password-hint li{margin:.08rem 0}.password-footer{display:flex;justify-content:flex-end;margin-top:.9rem}.password-submit-btn{background:linear-gradient(135deg,#0ea5e9,#06b6d4)!important;box-shadow:0 10px 25px #0ea5e973!important;color:#0f172a!important}.password-submit-btn.is-loading{opacity:.8}@media (max-width:768px){.password-card{padding:1rem .9rem .9rem}.password-title{font-size:.95rem}.password-subtitle{font-size:.78rem}}.password-input .MuiInputBase-input::placeholder{color:#cbd5e1!important}.password-field-block{display:flex;flex-direction:column;gap:.25rem}.password-label{color:#cbd5e1;font-size:.75rem;font-weight:600;letter-spacing:.03em}.password-input .MuiInputBase-input::placeholder{color:#94a3b8!important;opacity:1!important}.password-eye{cursor:pointer;font-size:1rem;padding:0 4px;-webkit-user-select:none;user-select:none}.password-eye:hover{opacity:.8}.auth-label{color:#cbd5e1;font-size:.75rem;font-weight:500;margin-bottom:.2rem}.auth-password-input .MuiOutlinedInput-root{background:#0f172afa;border-radius:10px;color:#e5e7eb;font-size:.8rem}.auth-password-input .MuiOutlinedInput-notchedOutline{border-color:#94a3b880}.auth-password-input .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#3b82f6cc}.auth-password-input .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#3b82f6f2}.auth-password-input .MuiInputBase-input{padding:.45rem .65rem}.auth-password-input .MuiInputBase-input::placeholder{color:#94a3b8;opacity:1}.row{border-radius:30px}.login img{border-bottom-left-radius:30px;border-top-left-radius:30px}.new-row{border-radius:30px}.login h1{font-family:Pacifico,cursive;font-size:4rem}.inp{width:70%}.btn1,.inp{border:none;height:50px;outline:none}.btn1{background-color:#0057b7;border-radius:60px;color:#fff;font-weight:600;width:50%}.btn1:hover{background-color:#fd0;color:#000;transition:.5s}.message{color:#284a5a;font-weight:100}.paper{align-items:center;left:20%;padding:30px;position:absolute;top:20%}.paper,.paper2{display:flex;flex-direction:column}.paper2{background-color:#131b23!important;padding:5px;position:relative;row-gap:15px}.avatar-react{background-color:#fd0!important;margin:2!important}.form-react{margin-top:12px;width:100%}.login-page{background-color:#16454b;background-image:linear-gradient(180deg,#16454b,#000);position:relative;transition:all .5s}.login-page2{left:10%;top:10%}.login-page2,.login-page5{margin-bottom:1vh!important;overflow:hidden;position:absolute;transition:all .5s;width:30vw}.login-page5{left:50%;top:55%}.login-page4{left:50%;margin-bottom:1vh!important;top:55%;transform:rotate(45deg)}.login-page3,.login-page4{overflow:hidden;position:absolute;transition:all .5s;width:30vw}.login-page3{color:#fff;left:10%;margin-bottom:10px!important;text-decoration:none;top:60%}.animate-home{background:#ffd600;background:linear-gradient(0deg,#c2c2c2,#c2c2c2 10%)!important;background:-moz-linear-gradient(0deg,#c2c2c2 0,#c2c2c2 10%)!important;box-shadow:0 4px 8px 0 #0003,0 6px 20px 0 #00000030}.submit-react{margin:12px 0 8px;margin-bottom:10px!important;margin-top:15px!important}.react-link{color:#0057b7!important}.react-link:hover{text-decoration:underline}.react-divider{margin-top:20px!important}.image-3{height:100vh;width:100vw}.home-page-section{position:relative}@keyframes blink{0%{opacity:0}50%{opacity:.5}to{opacity:0}}.blinking-text{animation:blink 3.5s ease-in-out infinite}.big{display:none}@media (min-width:768px) and (max-width:1024px){.big{display:block}.home-entry:before{background-color:#a2c4fa;-webkit-clip-path:polygon(39% 0,100% 0,100% 50%,100% 100%,76% 100%,37% 0);clip-path:polygon(39% 0,100% 0,100% 50%,100% 100%,76% 100%,37% 0);content:"";height:100dvh;left:0;position:absolute;top:0;width:100%;z-index:-1}}@media (min-width:1441px){.big{display:block}.home-entry:before{background-color:#a2c4fa;-webkit-clip-path:polygon(39% 0,100% 0,100% 50%,100% 100%,76% 100%,37% 0);clip-path:polygon(39% 0,100% 0,100% 50%,100% 100%,76% 100%,37% 0);content:"";height:100dvh;left:0;position:absolute;top:0;width:100%;z-index:-1}}@media (min-width:1025px) and (max-width:1440px){.big{display:block}.home-entry:before{background-color:#a2c4fa;-webkit-clip-path:polygon(39% 0,100% 0,100% 50%,100% 100%,76% 100%,37% 0);clip-path:polygon(39% 0,100% 0,100% 50%,100% 100%,76% 100%,37% 0);content:"";height:100dvh;left:0;position:absolute;top:0;width:100%;z-index:-1}}.home-entry{height:100dvh}.bounce-button{animation:bounce 3s infinite}.bounce-button:hover{animation-play-state:paused}.paper-page{display:flex;flex-direction:row}@media (max-width:30rem){.paper-page{display:flex;flex-direction:column}}.auth-wrapper{align-items:center;background:radial-gradient(circle at top left,#1d4ed8 0,#0000 50%),radial-gradient(circle at bottom right,#0f766e 0,#0000 50%),#020617;display:flex;justify-content:center;min-height:100vh;padding:1.5rem .75rem}.auth-card{background:linear-gradient(135deg,#0f172af5,#0f172aeb);border:1px solid #94a3b873;border-radius:18px;box-shadow:0 20px 45px #0f172af2,0 0 0 1px #0f172a;color:#e5e7eb;padding:1.8rem 1.6rem 1.4rem}.auth-logo-wrap{align-items:center;display:flex;gap:.75rem;margin-bottom:.6rem}.auth-logo{height:40px;width:40px}.auth-bank-name{color:#cbd5e1;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase}.auth-suite-name{color:#38bdf8;font-size:.75rem}.auth-header-row{align-items:center;display:flex;gap:.6rem;justify-content:center;margin-bottom:.5rem}.auth-avatar{background:radial-gradient(circle at top left,#22c55e,#16a34a);height:42px;width:42px}.auth-title{color:#f1f5f9;font-size:1.05rem;font-weight:700;margin:0}.auth-subtitle{color:#9ca3af;font-size:.8rem;margin-bottom:.9rem;text-align:center}.auth-divider{border-color:#33415599!important;margin:.6rem 0!important}.auth-alert{font-size:.8rem}.auth-error-text{color:#fca5a5;font-size:.75rem}.auth-btn{border-radius:999px!important;font-size:.8rem!important;text-transform:none!important}.auth-btn-primary{background:linear-gradient(135deg,#10b981,#059669)!important;color:#fff!important}.auth-btn-secondary{color:#cbd5e1!important}.tabs{grid-column-gap:20px;grid-row-gap:10px;column-gap:20px;row-gap:10px}.grid-container,.tabs{display:grid;grid-template-columns:repeat(3,1fr)}.grid-container{grid-gap:20px;align-items:center;gap:20px}li{align-items:center;background:#fff;border:1px solid #ccc;border-radius:5px;box-shadow:0 6px 8px #0009;cursor:pointer;display:flex;flex-direction:column;height:-webkit-fit-content;height:fit-content;justify-content:center;margin:10px;overflow:hidden;text-align:center;transition:all .3s;width:80%;z-index:10}a{color:#000;display:block;font-weight:bolder;padding:2px;text-decoration:none}@media (max-width:48rem){.brand{font-size:18px}.slide-in{display:none}.grid-container{grid-gap:20px;align-items:center;display:grid;gap:20px;grid-template-columns:repeat(1,1fr);padding-bottom:70px}}@media (max-width:30rem){.brand{font-size:18px}}@media screen and (min-width:48rem) and (max-width:63rem){.brand{font-size:40px}}@media screen and (min-width:64rem){.brand{font-size:30px}}.grid-item{background-color:#cbd5e1!important;transition:all .3s!important;z-index:10!important}.grid-item:hover{background-color:#ebebeb;transform:scale(1.05);z-index:20}.input-field{background-color:#fff;border:1px solid #b6b6b6!important;border-radius:25px!important}.cbx-title-2{animation:pulseGlow 2s ease-in-out infinite;color:#3b82f6;font-size:2.5rem}.cbx{cursor:pointer;transition:transform .3s ease}.cbx:hover{scale:1.05}.home-entry-root{background:radial-gradient(circle at top left,#0f172a 0,#020617 50%,#000 100%);color:#e2e8f0;display:flex;flex-direction:column;min-height:100vh}.home-entry-main{align-items:center;display:flex;flex:1 1;flex-direction:column;padding:1.5rem 1rem 4rem}.home-entry-hero{margin-bottom:1rem;max-width:1100px;padding:.75rem .25rem;width:100%}.home-entry-hero-text{display:flex;flex-direction:column;gap:.35rem}.home-entry-pill{align-items:center;background:#0f766e26;border:1px solid #2dd4bf73;border-radius:999px;color:#a5f3fc;display:inline-flex;font-size:.7rem;justify-content:center;letter-spacing:.06em;padding:.25rem .75rem;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.home-entry-title{color:#e5e7eb;font-size:1.7rem;font-weight:700;line-height:1.2}.home-entry-subtitle{color:#94a3b8;font-size:.85rem;max-width:480px}.home-entry-tabs-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(135deg,#0f172af2,#0f172ad9),radial-gradient(circle at top left,#2dd4bf1a,#0000 60%);border-radius:16px;box-shadow:0 18px 45px #0f172ae6,0 0 0 1px #94a3b840;margin-top:.6rem;max-width:1100px;padding:1rem 1rem 1.2rem;width:100%}.home-entry-tabs .ant-tabs-nav{margin-bottom:.75rem}.home-entry-tabs .ant-tabs-nav:before{border-bottom:1px solid #334155b3}.home-entry-tabs .ant-tabs-tab{border-radius:999px!important;padding:.4rem .9rem!important;transition:background-color .2s ease,color .2s ease,transform .15s ease,box-shadow .15s ease}.home-entry-tabs .ant-tabs-tab+.ant-tabs-tab{margin-left:.4rem}.home-entry-tabs .ant-tabs-tab-btn{color:#cbd5f5;font-size:.8rem;font-weight:500}.home-entry-tabs .ant-tabs-tab-active{background:linear-gradient(135deg,#10b981,#22c55e);box-shadow:0 8px 20px #10b98166;transform:translateY(-1px)}.home-entry-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:#0b1120!important}.home-entry-tabs .ant-tabs-tab:hover:not(.ant-tabs-tab-active){background:#94a3b814}.home-entry-tabs .ant-tabs-ink-bar{background:#22c55e}.home-entry-tab-label{align-items:center;color:inherit;column-gap:6px;display:inline-flex}.home-entry-tabs .ant-tabs-content-holder{margin-top:.4rem}.home-entry-tabs .ant-tabs-content{padding-top:.4rem}.home-footer-text{font-size:.7rem;gap:6px}@media (max-width:768px){.home-entry-main{padding:1rem .75rem 3.5rem}.home-entry-title{font-size:1.4rem}.home-entry-subtitle{font-size:.8rem}.home-entry-tabs-card{padding:.8rem .7rem 1rem}.home-footer-text{font-size:.65rem;padding:0 .75rem;text-align:center}}.apps-wrapper{display:flex;flex-direction:column;gap:1rem}.apps-header-row{align-items:flex-end;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.5rem}.apps-header-text{display:flex;flex-direction:column;gap:.2rem}.apps-kicker{color:#a5b4fc;font-size:.7rem;letter-spacing:.15em;margin:0;text-transform:uppercase}.apps-title{color:#e5e7eb;font-size:1.1rem;font-weight:600;margin:0}.apps-subtitle{color:#9ca3af;font-size:.8rem;margin:0}.apps-admin-btn{background:linear-gradient(135deg,#10b981,#22c55e)!important;border:none!important;border-radius:999px!important;box-shadow:0 10px 25px #10b98173!important;color:#0b1120!important;font-size:.8rem!important;padding:.35rem .9rem!important;text-transform:none!important}.apps-admin-btn:hover{filter:brightness(1.05)}.apps-grid{grid-gap:1rem 1.2rem;display:grid;gap:1rem 1.2rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));padding-bottom:.75rem}.system-card-link{color:inherit;text-decoration:none}.system-card-wrapper{align-items:stretch;display:flex;justify-content:center}.system-card-wrapper--restricted{cursor:not-allowed}.system-card{background:radial-gradient(circle at top left,#38bdf812,#0000),#020617;border:1px solid #94a3b873;border-radius:14px!important;box-shadow:0 12px 30px #0f172ae6,0 0 0 1px #0f172ae6;cursor:pointer;max-width:210px;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;width:100%}.system-card:hover{border-color:#38bdf8cc;box-shadow:0 16px 38px #0f172af2,0 0 0 1px #38bdf899;transform:translateY(-3px)}.system-card--restricted{cursor:not-allowed;opacity:.8}.system-card--restricted:hover{border-color:#94a3b899;box-shadow:0 10px 25px #0f172acc,0 0 0 1px #94a3b873;transform:none}.system-card-media-wrapper{position:relative}.system-card-media{filter:saturate(1.1)}.system-card-icon-overlay{align-items:center;background:radial-gradient(circle at center,#0f172a4d,#0000 60%);color:#f1f5f9;display:flex;inset:0;justify-content:center;position:absolute}.system-card-content{padding:.6rem .75rem .2rem!important}.system-card-title{color:#555!important;font-size:.85rem!important;font-weight:700!important;margin-bottom:.2rem!important}.system-card-description{color:#9ca3af!important;font-size:.72rem!important;line-height:1.3!important}.system-card-actions{align-items:center;display:flex;justify-content:space-between;margin-top:-4px;padding:.1rem .6rem .5rem!important}.system-card-open-btn{padding:.15rem .6rem!important}.system-card-more-btn,.system-card-open-btn{font-size:.75rem!important;text-transform:none!important}.system-card-more-btn{color:#22c55e!important;padding:.15rem .35rem!important}.cbx-section{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:.5rem;padding-bottom:60px}.cbx{position:relative;text-align:center}.cbx-title-2{color:#1d4ed8;font-size:2.1rem;font-weight:700;letter-spacing:.45em;margin:0;text-shadow:0 0 20px #3b82f6cc;text-transform:uppercase}.cbx-subtitle{color:#a5b4fc;font-size:.85rem;margin-top:-.4rem}.ant-badge-ribbon{font-size:.65rem;letter-spacing:.08em;text-transform:uppercase}@media (max-width:768px){.apps-header-row{align-items:flex-start;flex-direction:column}.apps-grid{gap:.75rem}.system-card{max-width:100%}.cbx-title-2{font-size:1.6rem;letter-spacing:.3em}.cbx-subtitle{font-size:.8rem}}.home-footer-text{align-items:center;color:#cbd5e1;display:flex;font-size:.67rem;gap:4px;white-space:nowrap}.home-footer-link{color:#38bdf8;cursor:pointer;text-decoration:none}.home-footer-link:hover{text-decoration:underline}.user-pill{align-items:center;display:inline-flex;gap:4px}.user-pill-icon{font-size:14px!important;opacity:.9}.home-header-wrapper{justify-content:space-between;margin-top:8px;padding:.6rem 1.25rem .9rem}.home-header-left,.home-header-wrapper{align-items:center;display:flex;flex-direction:row;gap:.75rem}.home-header-logo{margin-left:.25rem;object-fit:contain}.home-header-title-block{display:flex;flex-direction:column;gap:.1rem}.home-header-bank-name{color:#e5e7eb;font-size:1rem;font-weight:700;letter-spacing:.06em}.home-header-bank-subtitle{color:#9ca3af;font-size:.75rem}.home-header-user-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#0f172ae6,#0f172abf);border:1px solid #94a3b880;border-radius:999px;box-shadow:0 10px 25px #0f172a80;gap:.4rem;padding:.35rem .6rem}.home-header-user-card,.home-header-user-main{align-items:center;display:flex;flex-direction:row}.home-header-user-main{gap:.5rem}.home-header-user-text{display:flex;flex-direction:column;gap:.05rem}.home-header-user-name{align-items:center;color:#e5e7eb;display:inline-flex;font-size:.8rem;font-weight:600;gap:4px}.home-header-user-branch{align-items:center;color:#a5b4fc;display:inline-flex;font-size:.7rem;gap:4px}.home-header-user-icon{color:#38bdf8}.home-header-logout-btn{background:#f871711f!important;border:1px solid #f8717199!important;border-radius:999px!important;margin-left:.25rem}.home-header-logout-btn svg{color:#fecaca}.home-header-logout-btn:hover{background:#f8717138!important}@media (max-width:768px){.home-header-wrapper{align-items:flex-start;flex-direction:column;gap:.6rem;padding:.5rem .8rem .8rem}.home-header-user-card{align-self:stretch;border-radius:12px;justify-content:space-between}.home-header-bank-name{font-size:.9rem}}.cbx-input-wrapper{display:flex;flex-direction:column;gap:4px;width:100%}.cbx-input-label{color:#cbd5e1;font-size:.75rem;font-weight:500;letter-spacing:.03em}.cbx-input{background:#0f172afa;border:1px solid #94a3b866;border-radius:10px;color:#f8fafc;font-size:.85rem;outline:none;padding:10px 12px;transition:all .15s ease;width:100%}.cbx-input::placeholder{color:#94a3b8;opacity:1}.cbx-input:hover{border-color:#94a3b8b3}.cbx-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f640}@keyframes pulseGlow{0%,to{text-shadow:0 0 0 #3b82f6}50%{text-shadow:0 0 20px #3b82f6}}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.cbx-loader-wrapper{align-items:center;background-color:#0f172a;color:#fff;display:flex;flex-direction:column;font-family:Arial,sans-serif;justify-content:center;min-height:100vh;position:relative}.cbx-loader-content{text-align:center}.cbx-title{animation:pulseGlow 2s ease-in-out infinite;color:#3b82f6;font-size:5rem;font-weight:700}.cbx-subtitle{color:#cbd5e1;font-size:1.2rem;margin-top:1rem}.cbx-bounce-dots{display:flex;justify-content:center;margin-top:2rem}.dot{animation:bounce 1.4s ease-in-out infinite both;background-color:#3b82f6;border-radius:50%;height:12px;margin:0 5px;width:12px}.dot2{animation-delay:.2s}.dot3{animation-delay:.4s}.cbx-footer{bottom:20px;color:#94a3b8;font-size:.9rem;position:absolute}