/* Local layout and form foundation. Keeps Helpdesk usable if external CDNs are unavailable. */
*,*::before,*::after{box-sizing:border-box}html{line-height:1.5;-webkit-text-size-adjust:100%}body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:100%;max-width:1140px;margin-left:auto;margin-right:auto;padding-left:12px;padding-right:12px}.row{--gutter-x:1.5rem;--gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--gutter-y));margin-right:calc(-.5 * var(--gutter-x));margin-left:calc(-.5 * var(--gutter-x))}.row>*{width:100%;max-width:100%;padding-right:calc(var(--gutter-x) * .5);padding-left:calc(var(--gutter-x) * .5);margin-top:var(--gutter-y)}.g-2{--gutter-x:.5rem;--gutter-y:.5rem}.g-3{--gutter-x:1rem;--gutter-y:1rem}.g-4{--gutter-x:1.5rem;--gutter-y:1.5rem}.col-12{flex:0 0 auto;width:100%}.col-7{flex:0 0 auto;width:58.333333%}.col-6{flex:0 0 auto;width:50%}.col-5{flex:0 0 auto;width:41.666667%}.d-flex{display:flex!important}.d-inline{display:inline!important}.flex-wrap{flex-wrap:wrap!important}.align-items-center{align-items:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-center{justify-content:center!important}.float-end{float:right!important}.ms-auto{margin-left:auto!important}.me-2{margin-right:.5rem!important}.ms-1{margin-left:.25rem!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.w-100{width:100%!important}.m-0{margin:0!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}.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}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.fw-bold{font-weight:700!important}.small{font-size:.875em!important}.h3{font-size:calc(1.3rem + .6vw)!important}.h5{font-size:1.25rem!important}.lead{font-size:1.15rem;font-weight:300}.text-muted{color:#6c757d!important}.text-white{color:#fff!important}.text-decoration-none{text-decoration:none!important}.text-xl-end{text-align:right!important}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;border:1px solid transparent;border-radius:.45rem;padding:.48rem .8rem;line-height:1.5;text-decoration:none;transition:background-color .15s,border-color .15s,box-shadow .15s}.btn-sm{font-size:.875rem;padding:.26rem .5rem;border-radius:.35rem}.btn-success{background:#198754;border-color:#198754;color:#fff}.btn-outline-danger{background:#fff;border-color:#dc3545;color:#dc3545}.btn-close{appearance:none;width:1em;height:1em;padding:.25em;background:transparent;border:0;float:right;position:relative}.btn-close:before,.btn-close:after{content:"";position:absolute;top:50%;left:50%;width:1em;height:2px;background:currentColor}.btn-close:before{transform:translate(-50%,-50%) rotate(45deg)}.btn-close:after{transform:translate(-50%,-50%) rotate(-45deg)}.form-label{display:inline-block;margin-bottom:.45rem}.form-control,.form-select{display:block;width:100%;padding:.5rem .72rem;color:#212529;background:#fff;border:1px solid #ced4da;border-radius:.4rem;outline:0}.form-control-sm,.form-select-sm{min-height:33px;padding:.27rem .45rem;font-size:.875rem}.form-text{display:block;margin-top:.25rem;font-size:.875em;color:#6c757d}.form-check{display:flex;gap:.5rem;align-items:center}.form-check-input{width:1em;height:1em;margin:0}.form-check-label{font-size:.92rem}.alert{position:relative;padding:1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.4rem}.alert-success{color:#0f5132;background:#d1e7dd;border-color:#badbcc}.alert-danger{color:#842029;background:#f8d7da;border-color:#f5c2c7}.alert-warning{color:#664d03;background:#fff3cd;border-color:#ffecb5}.alert-light{color:#41464b;background:#f8f9fa;border-color:#f1f3f5}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:1rem;right:1rem;color:inherit}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;border-radius:.375rem;color:#fff}.bg-success{background:#198754!important}.bg-secondary{background:#6c757d!important}.bg-danger{background:#dc3545!important}.bg-dark{background:#212529!important}.table{width:100%;border-collapse:collapse}.table th,.table td{border-bottom:1px solid #dee2e6;text-align:left}.table-hover tbody tr:hover{background:rgba(0,0,0,.025)}.table-responsive{width:100%;overflow-x:auto}.border{border:1px solid #dee2e6!important}.rounded{border-radius:.375rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.position-relative{position:relative!important}
@media(min-width:768px){.col-md-4{flex:0 0 auto;width:33.333333%}.col-md-5{flex:0 0 auto;width:41.666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.333333%}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}}
@media(min-width:992px){.col-lg-5{flex:0 0 auto;width:41.666667%}.col-lg-7{flex:0 0 auto;width:58.333333%}}
@media(min-width:1200px){.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.333333%}.col-xl-5{flex:0 0 auto;width:41.666667%}.col-xl-7{flex:0 0 auto;width:58.333333%}.col-xl-8{flex:0 0 auto;width:66.666667%}.col-xl-9{flex:0 0 auto;width:75%}.text-xl-end{text-align:right!important}}
@media(max-width:575.98px){.col-5,.col-6,.col-7{width:100%}.text-xl-end{text-align:left!important}.p-md-5{padding:1.25rem!important}}

/* Mobile-first safety foundation */
html,body{width:100%;max-width:100%;overflow-x:hidden}img,svg,video,canvas{max-width:100%;height:auto}input,select,textarea,button{max-width:100%;font-size:16px}.auth-page,.login-page{max-width:100%;overflow-x:hidden}.auth-card,.login-card{min-width:0}.table-responsive{-webkit-overflow-scrolling:touch}
@media(max-width:575.98px){.container{padding-left:10px;padding-right:10px}.row{--gutter-x:.75rem;--gutter-y:.75rem}.form-control,.form-select{min-height:46px}.btn{width:100%;justify-content:center;white-space:normal}.table{min-width:650px}.auth-page{display:block!important;min-height:100svh!important}.auth-panel{min-height:100svh!important;padding:26px 16px!important}.auth-card{width:100%!important;max-width:100%!important}.auth-logo img{width:52px!important;height:52px!important}.auth-form .grid{grid-template-columns:1fr!important}.auth-side{display:none!important}}
