main{background:url(/images/background.webp) 50%/cover no-repeat fixed;position:relative}main:before{content:"";z-index:0;pointer-events:none;background:#131313d9;position:absolute;inset:0}main>*{z-index:1;position:relative}
.sector-grid{grid-template-columns:1fr;gap:.5rem;width:100%;display:grid}@media (min-width:480px){.sector-grid{grid-template-columns:1fr 1fr 1fr}}
.alerts{flex-direction:column;gap:.5rem;display:flex}.alert-banner{border:2px solid var(--color-danger);background:#770101e6;padding:.5rem .75rem;animation:2s infinite alert-pulse}@keyframes alert-pulse{0%,to{border-color:var(--color-danger)}50%{border-color:#ff00004d}}.alert-banner-header{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.alert-banner-type{font-family:var(--font-body);text-transform:uppercase;color:#fff;font-size:.75rem;font-weight:700}.alert-banner-icon{width:20px;height:20px}.alert-banner-body{color:#ffffffd9;font-size:.8125rem}.alert-banner-time{color:#fff9;margin-top:.125rem;font-size:.6875rem}.alert-banner-bar{background:#ffffff26;height:4px;margin-top:.375rem}.alert-banner-bar-fill{background:var(--color-primary);height:100%}
