*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#0fd9cd;--secondary:#ce9f2a;--accent:#f472b6;--dark:#0f172a;--darker:#0c1220;--light:#f8fafc;--gray:#94a3b8;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--card-bg:#000000d9;--sidebar-bg:#0f172af2;--gold:#ce9f2a;--purple:#ce9f2a}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#000,#000 50%,#1a0533 80%,#2a0845);background-attachment:fixed;color:#f8fafc;font-family:Plus Jakarta Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0;min-height:100vh;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.text-white{color:#fff!important}.text-gray{color:#94a3b8!important}.text-primary-custom{color:#0fd9cd!important;color:var(--primary)!important}.text-secondary-custom{color:#ce9f2a!important;color:var(--secondary)!important}.text-success-custom{color:#10b981!important;color:var(--success)!important}.text-warning-custom{color:#f59e0b!important;color:var(--warning)!important}.text-danger-custom{color:#ef4444!important;color:var(--danger)!important}.text-accent{color:#f472b6!important;color:var(--accent)!important}.bg-primary-custom{background:#0fd9cd!important;background:var(--primary)!important}.bg-secondary-custom{background:#ce9f2a!important;background:var(--secondary)!important}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#1e293b4d;border-radius:4px}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#0fd9cd,#ce9f2a);background:linear-gradient(180deg,var(--primary),var(--secondary));border:2px solid #1e293b80;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ce9f2a,#f472b6);background:linear-gradient(180deg,var(--secondary),var(--accent))}::selection{background:#0ea5e94d;color:#fff}::-moz-selection{background:#0ea5e94d;color:#fff}a{color:inherit;text-decoration:none;transition:all .3s ease}a:hover{color:#0fd9cd;color:var(--primary)}button{border:none;cursor:pointer;transition:all .3s ease}button,button:focus{outline:none}input,select,textarea{color:inherit;font-family:inherit}input:focus,select:focus,textarea:focus{outline:none}.btn{transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-link{text-decoration:none}.card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:linear-gradient(145deg,#1e293bd9,#0f172af2);border:1px solid #0ea5e940;border-radius:20px;box-shadow:0 10px 30px #0000004d}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}small{font-size:.875rem}.d-flex{display:flex!important}.align-items-center{align-items:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-center{justify-content:center!important}.flex-wrap{flex-wrap:wrap!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.p-0{padding:0!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.ps-5{padding-left:3rem!important}.py-5{padding-bottom:3rem!important;padding-top:3rem!important}.text-center{text-align:center!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-uppercase{text-transform:uppercase!important}.fw-bold{font-weight:700!important}.fw-medium{font-weight:500!important}.fw-normal{font-weight:400!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.d-block{display:block!important}.d-inline-block{display:inline-block!important}.d-none{display:none!important}.w-75{width:75%!important}.w-100{width:100%!important}.rounded-pill{border-radius:50rem!important}.opacity-50{opacity:.5!important}.fs-10{font-size:.625rem!important}.fs-5{font-size:1.25rem!important}.flex-fill{flex:1 1 auto!important}@media (max-width:991.98px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}}@media (max-width:767.98px){h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}h5{font-size:1rem}}.App{min-height:100vh;overflow-x:hidden;width:100%}.container-fluid{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.row.g-3>*{margin-bottom:1rem}.row.g-3>*,.row.g-4>*{padding-left:15px;padding-right:15px}.row.g-4>*{margin-bottom:1.5rem}.col-6{width:50%}.col-12,.col-6{flex:0 0 auto;padding-left:15px;padding-right:15px}.col-12{width:100%}@media (min-width:768px){.col-md-6{flex:0 0 auto;width:50%}}@media (min-width:992px){.col-lg-3{flex:0 0 auto;width:25%}.col-lg-5{flex:0 0 auto;width:41.666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.333333%}}.table-responsive{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive>table{margin-bottom:0;width:100%}.loading{opacity:.6;pointer-events:none}.animate-fadeIn{animation:fadeIn .8s ease-out}.animate-fadeInUp{animation:fadeInUp .8s ease-out}.animate-fadeInDown{animation:fadeInDown .3s ease}.animate-fadeInLeft{animation:fadeInLeft .6s ease-out}.animate-fadeInRight{animation:fadeInRight .6s ease-out}.animate-float{animation:float 3s ease-in-out infinite}.animate-pulse{animation:pulse 2s infinite}*{transition:background-color .3s ease,color .3s ease,border-color .3s ease}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media print{body{background:#fff;color:#000}.notification-modal,.sidebar,.top-header{display:none!important}.main-content{margin-left:0!important;width:100%!important}}
/*# sourceMappingURL=main.f972ae49.css.map*/