@import'layout.css';body{margin:0;padding:0;height:100%}h1,h2,h3,h4,h5,h6{margin-top:0}.loading-progress{position:relative;display:block;width:8rem;height:8rem;margin:20vh auto 1rem auto}.loading-progress circle{fill:none;stroke:#e0e0e0;stroke-width:.6rem;transform-origin:50% 50%;transform:rotate(-90deg)}.loading-progress circle:last-child{stroke:#1b6ec2;stroke-dasharray:calc(3.141*var(--blazor-load-percentage,0%)*.8),500%;transition:stroke-dasharray .05s ease-in-out}.loading-progress-text{position:absolute;text-align:center;font-weight:bold;inset:calc(20vh + 3.25rem) 0 auto .2rem}.loading-progress-text:after{content:var(--blazor-load-percentage-text,"Loading")}#blazor-error-ui{background:#f00;bottom:0;box-shadow:0 -1px 2px rgba(0,0,0,.2);display:none;left:0;padding:.6rem 1.25rem .7rem 1.25rem;position:fixed;width:100%;z-index:1000}#blazor-error-ui .dismiss{cursor:pointer;position:absolute;right:.75rem;top:.5rem}#app{min-height:100vh;display:flex}.mud-layout{min-height:100vh;display:flex;flex-direction:column;margin-left:-4px}.footer-container{flex-shrink:0;margin-top:auto}.site-card-hover{transition:transform .3s ease,box-shadow .3s ease}.site-card-hover:hover{transform:scale(1.02);box-shadow:0 8px 16px rgba(0,0,0,.15)}.table-row{transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.table-row:hover{transform:scale(1.01);box-shadow:0 4px 12px rgba(0,0,0,.1);position:relative;z-index:1}.sitetable-hover{cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.sitetable-hover:hover{background-color:rgba(var(--mud-palette-primary-rgb),.04) !important;box-shadow:0 8px 20px rgba(0,0,0,.2)}.loading-cubes{display:flex;gap:6px;align-items:end;height:24px}.cube{width:10px;height:10px;border-radius:2px;background-color:var(--color-neutral-med-grey);animation:cube-bounce 1.2s infinite}.cube1{animation-delay:0s}.cube2{animation-delay:.2s}.cube3{animation-delay:.4s}.d-none.d-lg-grid{display:none !important}@keyframes cube-bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}.driver-popover{background-color:#2d3748 !important;color:#fff !important}.driver-popover .driver-popover-title{font-size:20px !important;font-weight:bold !important}.driver-popover .driver-popover-description{font-size:14px !important}.driver-popover-next-btn{background-color:#4299e1 !important;color:#fff !important;text-shadow:none !important}.driver-popover-prev-btn{background-color:#718096 !important;color:#fff !important}.driver-popover-close-btn{color:#fff !important}.tour-element{transition:all .3s ease}