/* NuboCore Bootstrap fallback layer v1.0.2
   Purpose: keep the layout usable on cPanel/Cloudflare even if the CDN Bootstrap file is blocked, delayed, or cached incorrectly.
   It intentionally implements only the Bootstrap classes used by NuboCore v1.0.x. Official Bootstrap CDN remains enabled in the headers. */
:root{--bs-gutter-x:1.5rem;--bs-gutter-y:0;--bs-body-font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--bs-body-color:#e8f4ff;--bs-body-bg:#07111f;--bs-border-radius:.375rem;--bs-secondary-color:#a8bbd2;--bs-white:#fff}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--bs-body-font-family);font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);background-color:var(--bs-body-bg)}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}p{margin-top:0;margin-bottom:1rem}a{text-decoration:none}img,svg{vertical-align:middle}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}textarea{resize:vertical}.container{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}@media (min-width:1400px){.container{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-.5*var(--bs-gutter-x));margin-left:calc(-.5*var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.g-3{--bs-gutter-x:1rem;--bs-gutter-y:1rem}.g-4{--bs-gutter-x:1.5rem;--bs-gutter-y:1.5rem}.g-5{--bs-gutter-x:3rem;--bs-gutter-y:3rem}.col-6{flex:0 0 auto;width:50%}.col-12{flex:0 0 auto;width:100%}@media (min-width:768px){.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}}@media (min-width:992px){.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}}@media (min-width:1200px){.col-xl-4{flex:0 0 auto;width:33.33333333%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-block{display:block!important}.d-flex{display:flex!important}.flex-wrap{flex-wrap:wrap!important}.align-items-center{align-items:center!important}.align-items-end{align-items:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.h-100{height:100%!important}.w-100{width:100%!important}.position-sticky{position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.top-0{top:0!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.ms-auto{margin-left:auto!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-auto{margin-top:auto!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}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pb-5{padding-bottom:3rem!important}.text-center{text-align:center!important}.text-end{text-align:right!important}.text-white{color:#fff!important}.text-secondary{color:var(--bs-secondary-color)!important}.fw-bold{font-weight:700!important}.small,small{font-size:.875em}.lead{font-size:1.25rem;font-weight:300}.h2{font-size:calc(1.325rem + .9vw)}.h3{font-size:calc(1.3rem + .6vw)}.h4{font-size:calc(1.275rem + .3vw)}.btn{display:inline-block;padding:.6rem 1rem;border:1px solid transparent;border-radius:.65rem;font-weight:700;line-height:1.5;text-align:center;vertical-align:middle;cursor:pointer;transition:all .15s ease-in-out}.btn-sm{padding:.35rem .7rem;font-size:.875rem;border-radius:.55rem}.btn-lg{padding:.85rem 1.25rem;font-size:1.05rem;border-radius:.8rem}.btn-outline-light{color:#fff;border-color:rgba(255,255,255,.45);background:transparent}.btn-outline-light:hover{color:#06101d;background:#fff;border-color:#fff}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:.85rem 0}.navbar>.container{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem .75rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.collapse:not(.show){display:none}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid rgba(255,255,255,.2);border-radius:.5rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28232,244,255,.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.align-items-lg-center{align-items:center!important}.gap-lg-1{gap:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.mt-lg-5{margin-top:3rem!important}.text-lg-end{text-align:right!important}}.form-label{margin-bottom:.5rem}.form-control,.form-select{display:block;width:100%;padding:.75rem 1rem;font-size:1rem;font-weight:400;line-height:1.5;border-radius:.75rem;appearance:none}.form-select{background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px}.form-check-label{cursor:pointer}.table{width:100%;margin-bottom:1rem;vertical-align:top;border-collapse:collapse}.table>:not(caption)>*>*{padding:.75rem;border-bottom:1px solid rgba(129,213,255,.13)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:999px}.text-bg-secondary{color:#fff!important;background-color:#6c757d!important}.border-secondary{border-color:#6c757d!important}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.75rem}.alert-danger{color:#ffd8df;background:rgba(220,53,69,.12);border-color:rgba(220,53,69,.35)}.alert-warning{color:#ffe9ad;background:rgba(255,193,7,.12);border-color:rgba(255,193,7,.35)}@media (max-width:991.98px){.navbar-nav{padding-top:.75rem}.navbar-collapse.show{display:block}}
