/* /Components/Layout/LoginDisplay.razor.rz.scp.css */
.login-display[b-ie7a6bdbb4] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.login-display__text[b-ie7a6bdbb4] {
    color: var(--tvip-ink);
    font-weight: 500;
    white-space: nowrap;
}

.login-display a[b-ie7a6bdbb4] {
    margin-left: 0 !important;
}

.login-display__button[b-ie7a6bdbb4] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 1.05rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.1;
    border-radius: var(--tvip-radius);
    text-decoration: none;
    box-shadow: none;
    transition: none;
}

.login-display__button:hover[b-ie7a6bdbb4],
.login-display__button:focus[b-ie7a6bdbb4],
.login-display__button:active[b-ie7a6bdbb4] {
    text-decoration: none !important;
    box-shadow: none !important;
    filter: none !important;
}

.login-display__icon[b-ie7a6bdbb4] {
    width: 0.9rem;
    height: 0.9rem;
    flex: 0 0 auto;
}

.login-display__login[b-ie7a6bdbb4] {
    background-color: #22c55e;
    border-color: #22c55e;
    color: #0f172a !important;
}

.login-display__login:hover[b-ie7a6bdbb4],
.login-display__login:focus[b-ie7a6bdbb4],
.login-display__login:active[b-ie7a6bdbb4] {
    background-color: #16a34a !important;
    border-color: #16a34a !important;
    color: #0f172a !important;
}

.login-display__logout[b-ie7a6bdbb4] {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #000000 !important;
}

.login-display__logout:hover[b-ie7a6bdbb4],
.login-display__logout:focus[b-ie7a6bdbb4],
.login-display__logout:active[b-ie7a6bdbb4] {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #000000 !important;
}

@media (max-width: 640.98px) {
    .login-display[b-ie7a6bdbb4] {
        width: 100%;
        justify-content: space-between;
        gap: 0.5rem;
    }

    .login-display__button[b-ie7a6bdbb4] {
        gap: 0.4rem;
        padding: 0.45rem 0.85rem;
        font-size: 0.85rem;
        border-radius: var(--tvip-radius);
    }

    .login-display__icon[b-ie7a6bdbb4] {
        width: 0.8rem;
        height: 0.8rem;
    }

    .login-display__text[b-ie7a6bdbb4] {
        white-space: normal;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-w0m83lvi9v] {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main[b-w0m83lvi9v] {
  flex: 1;
  background: transparent;
}

.sidebar[b-w0m83lvi9v] {
  background-color: #ffffff;
  border-right: 1px solid var(--tvip-border);
  box-shadow: 8px 0 16px rgba(15, 23, 42, 0.06);
}

.top-row[b-w0m83lvi9v] {
  background-color: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--tvip-border);
  justify-content: flex-end;
  height: 4rem;
  display: flex;
  align-items: center;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(10px);
}

.top-row[b-w0m83lvi9v]  a,
.top-row[b-w0m83lvi9v]  .btn-link {
  white-space: nowrap;
  margin-left: 1.5rem;
  text-decoration: none;
  color: var(--tvip-ink);
}

.top-row[b-w0m83lvi9v]  a:hover,
.top-row[b-w0m83lvi9v]  .btn-link:hover {
  text-decoration: underline;
}

.top-row[b-w0m83lvi9v]  a:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
  .top-row[b-w0m83lvi9v] {
    justify-content: space-between;
  }

  .top-row[b-w0m83lvi9v]  a,
  .top-row[b-w0m83lvi9v]  .btn-link {
    margin-left: 0;
  }
}

@media (min-width: 641px) {
  .page[b-w0m83lvi9v] {
    flex-direction: row;
  }

  .sidebar[b-w0m83lvi9v] {
    width: 260px;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .top-row[b-w0m83lvi9v] {
    position: sticky;
    top: 0;
    z-index: 10;
  }

  .top-row.auth[b-w0m83lvi9v]  a:first-child {
    flex: 1;
    text-align: right;
    width: 0;
  }

  .top-row[b-w0m83lvi9v],
  article[b-w0m83lvi9v] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}

#blazor-error-ui[b-w0m83lvi9v] {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss[b-w0m83lvi9v] {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-bafe9tq1vt] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    border: 1px solid var(--tvip-border);
    border-radius: var(--tvip-radius);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2859, 70, 91, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem #ffffff;
}

.navbar-toggler:checked[b-bafe9tq1vt] {
    background-color: #f1f5f9;
}

.top-row[b-bafe9tq1vt] {
    height: 6rem;
    background: #ffffff;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.08), 0 8px 18px rgba(15, 23, 42, 0.06);
}

.navbar-brand[b-bafe9tq1vt] {
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--tvip-ink);
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
}

.navbar-brand:hover[b-bafe9tq1vt],
.navbar-brand:focus[b-bafe9tq1vt] {
    color: var(--tvip-ink);
    text-decoration: none;
}

.brand-logo[b-bafe9tq1vt] {
    width: 240px;
    height: auto;
    max-width: 100%;
    border-radius: var(--tvip-radius);
    background: transparent;
    padding: 0;
}

.brand-text[b-bafe9tq1vt] {
    color: white;
    line-height: 1.1;
}

.bi[b-bafe9tq1vt] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.65rem;
    top: -1px;
    background-size: cover;
}

.nav-icon[b-bafe9tq1vt] {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.65rem;
    display: inline-block;
    position: relative;
    top: -1px;
    flex-shrink: 0;
    color: #475569;
}

.bi-house-door-fill-nav-menu[b-bafe9tq1vt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23475569' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-grid-fill-nav-menu[b-bafe9tq1vt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23475569' class='bi bi-grid-fill' viewBox='0 0 16 16'%3E%3Cpath d='M1 2.5A1.5 1.5 0 0 1 2.5 1h3A1.5 1.5 0 0 1 7 2.5v3A1.5 1.5 0 0 1 5.5 7h-3A1.5 1.5 0 0 1 1 5.5v-3zM1 10.5A1.5 1.5 0 0 1 2.5 9h3A1.5 1.5 0 0 1 7 10.5v3A1.5 1.5 0 0 1 5.5 15h-3A1.5 1.5 0 0 1 1 13.5v-3zM9 2.5A1.5 1.5 0 0 1 10.5 1h3A1.5 1.5 0 0 1 15 2.5v3A1.5 1.5 0 0 1 13.5 7h-3A1.5 1.5 0 0 1 9 5.5v-3zM9 10.5A1.5 1.5 0 0 1 10.5 9h3a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 9 13.5v-3z'/%3E%3C/svg%3E");
}

.nav-item[b-bafe9tq1vt]  a.active .bi-house-door-fill-nav-menu,
.nav-item[b-bafe9tq1vt]  a.active .bi-grid-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23111827' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-bafe9tq1vt]  a.active .bi-grid-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23111827' class='bi bi-grid-fill' viewBox='0 0 16 16'%3E%3Cpath d='M1 2.5A1.5 1.5 0 0 1 2.5 1h3A1.5 1.5 0 0 1 7 2.5v3A1.5 1.5 0 0 1 5.5 7h-3A1.5 1.5 0 0 1 1 5.5v-3zM1 10.5A1.5 1.5 0 0 1 2.5 9h3A1.5 1.5 0 0 1 7 10.5v3A1.5 1.5 0 0 1 5.5 15h-3A1.5 1.5 0 0 1 1 13.5v-3zM9 2.5A1.5 1.5 0 0 1 10.5 1h3A1.5 1.5 0 0 1 15 2.5v3A1.5 1.5 0 0 1 13.5 7h-3A1.5 1.5 0 0 1 9 5.5v-3zM9 10.5A1.5 1.5 0 0 1 10.5 9h3a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 9 13.5v-3z'/%3E%3C/svg%3E");
}

.nav-item[b-bafe9tq1vt]  a.active .nav-icon {
    color: #111827;
}

.bi-plus-square-fill-nav-menu[b-bafe9tq1vt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-bafe9tq1vt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-bafe9tq1vt] {
    font-size: 0.95rem;
    padding-bottom: 0.35rem;
}

    .nav-item:first-of-type[b-bafe9tq1vt] {
        padding-top: 0.75rem;
    }

    .nav-item:last-of-type[b-bafe9tq1vt] {
        padding-bottom: 0.75rem;
    }

    .nav-item[b-bafe9tq1vt]  .nav-link {
        color: var(--tvip-ink);
        background: #ffffff;
        border: none;
        border-radius: var(--tvip-radius);
        height: 3.1rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        padding: 0 0.85rem;
        width: 100%;
        border: 1px solid transparent;
        transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    }

.nav-item[b-bafe9tq1vt]  a.active {
    background-color: #FFBA00;
    color: #111827;
    border-color: rgba(255, 186, 0, 0.7);
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
}

.nav-item[b-bafe9tq1vt]  .nav-link:not(.active):hover {
    background-color: #f8fafc;
    color: var(--tvip-ink);
}

.nav-scrollable[b-bafe9tq1vt] {
    display: none;
    padding: 0.75rem 0.75rem 1.25rem;
    background: #ffffff;
}

.navbar-toggler:checked ~ .nav-scrollable[b-bafe9tq1vt] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-bafe9tq1vt] {
        display: none;
    }

    .nav-scrollable[b-bafe9tq1vt] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 6rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Auth/Profile.razor.rz.scp.css */
.profile-page[b-u33ox6lbbf] {
    max-width: 1100px;
    margin: 0 auto;
    padding: clamp(1.75rem, 3vw, 2.75rem);
    background: #ffffff;
    border: 1px solid var(--tvip-border);
    border-radius: var(--tvip-radius);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.08);
}

.profile-header[b-u33ox6lbbf] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.profile-divider[b-u33ox6lbbf] {
    border-color: var(--tvip-border);
    opacity: 1;
    margin: 0 0 1.5rem;
}

.profile-card[b-u33ox6lbbf] {
    border: 1px solid var(--tvip-border);
    border-radius: var(--tvip-radius);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    background: var(--tvip-surface);
}

.profile-card__header[b-u33ox6lbbf] {
    background: #f8fafc;
    border-bottom: 1px solid var(--tvip-border);
    font-weight: 600;
    color: var(--tvip-ink);
    padding: 0.85rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.profile-card__header i[b-u33ox6lbbf] {
    color: var(--tvip-brand);
}

.profile-card--muted[b-u33ox6lbbf] {
    background: #f8fafc;
    box-shadow: none;
}

.profile-card--muted .card-body[b-u33ox6lbbf] {
    padding: 0.85rem 1.25rem;
}

.profile-cta[b-u33ox6lbbf] {
    border-color: rgba(255, 186, 0, 0.5);
    background: linear-gradient(90deg, rgba(255, 186, 0, 0.18), rgba(255, 255, 255, 0));
}

.profile-page .form-control[b-u33ox6lbbf],
.profile-page .form-select[b-u33ox6lbbf] {
    border-radius: var(--tvip-radius);
    border-color: var(--tvip-border);
    background-color: #ffffff;
}

.profile-page .form-control:focus[b-u33ox6lbbf],
.profile-page .form-select:focus[b-u33ox6lbbf] {
    border-color: var(--tvip-brand);
    box-shadow: 0 0 0 0.2rem rgba(29, 93, 245, 0.15);
}

.roles-list[b-u33ox6lbbf] {
    background: #f8fafc;
    border-color: var(--tvip-border);
}

.profile-list .list-group-item[b-u33ox6lbbf] {
    border-color: var(--tvip-border);
    padding: 0.9rem 1rem;
}

.profile-list.list-group-flush .list-group-item[b-u33ox6lbbf] {
    border-left: 0;
    border-right: 0;
}

.profile-actions[b-u33ox6lbbf] {
    align-items: center;
}

.profile-footer-actions[b-u33ox6lbbf] {
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .profile-header[b-u33ox6lbbf] {
        flex-direction: column;
        align-items: flex-start;
    }

    .profile-card__header[b-u33ox6lbbf] {
        padding: 0.75rem 1rem;
    }

    .profile-card .card-body[b-u33ox6lbbf] {
        padding: 1rem;
    }

    .profile-footer-actions[b-u33ox6lbbf] {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 575.98px) {
    .profile-page[b-u33ox6lbbf] {
        padding: 1.25rem;
    }
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.dashboard-container[b-auorrh6lut] {
    max-width: 1200px;
    margin: 0 auto;
    padding: clamp(1.75rem, 3vw, 2.75rem);
    background: #ffffff;
    border: 1px solid var(--tvip-border);
    border-radius: var(--tvip-radius);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.08);
}

.dashboard-header[b-auorrh6lut] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
}

.dashboard-eyebrow[b-auorrh6lut] {
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    color: var(--tvip-muted);
    margin-bottom: 0.5rem;
}

.dashboard-header h1[b-auorrh6lut] {
    color: var(--tvip-ink);
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.dashboard-subtitle[b-auorrh6lut] {
    color: var(--tvip-muted);
    margin-bottom: 0;
    font-size: 1rem;
}

.dashboard-tile[b-auorrh6lut] {
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    border: 1px solid var(--tvip-border);
    border-radius: var(--tvip-radius);
    background: var(--tvip-surface);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.dashboard-tile:hover:not(.disabled)[b-auorrh6lut] {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
    border-color: rgba(29, 93, 245, 0.4);
}

.dashboard-tile:focus[b-auorrh6lut] {
    outline: 2px solid var(--tvip-brand);
    outline-offset: 3px;
}

.tile-icon[b-auorrh6lut] {
    width: 60px;
    height: 60px;
    border-radius: var(--tvip-radius);
    background: linear-gradient(135deg, #ffba00 0%, #f59e0b 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.tile-icon i[b-auorrh6lut] {
    font-size: 2rem;
    color: white;
}

.tile-icon__svg[b-auorrh6lut] {
    width: 28px;
    height: 28px;
    stroke: #ffffff;
    stroke-width: 1.8;
    fill: none;
}

.dashboard-tile.disabled[b-auorrh6lut] {
    cursor: not-allowed;
    opacity: 0.7;
    background-color: var(--tvip-surface-alt);
}

.dashboard-tile.disabled .tile-icon[b-auorrh6lut] {
    background: linear-gradient(135deg, #9aa5b1 0%, #7b8794 100%);
}

.dashboard-tile .card-title[b-auorrh6lut] {
    font-weight: 600;
    color: var(--tvip-ink);
    margin-bottom: 0.5rem;
}

.dashboard-tile .card-text[b-auorrh6lut] {
    font-size: 0.95rem;
    color: var(--tvip-muted);
}

.dashboard-tile .card-footer[b-auorrh6lut] {
    padding: 0 1.5rem 1.5rem;
}

.dashboard-link[b-auorrh6lut] {
    color: var(--tvip-brand);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.dashboard-link i[b-auorrh6lut] {
    transition: transform 0.2s ease;
}

.dashboard-tile:hover .dashboard-link i[b-auorrh6lut] {
    transform: translateX(3px);
}

.dashboard-grid .dashboard-tile[b-auorrh6lut] {
    animation: tile-in-b-auorrh6lut 0.45s ease both;
}

.dashboard-grid > [class*="col"]:nth-child(1) .dashboard-tile[b-auorrh6lut] {
    animation-delay: 0.05s;
}

@keyframes tile-in-b-auorrh6lut {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767.98px) {
    .dashboard-header[b-auorrh6lut] {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575.98px) {
    .dashboard-container[b-auorrh6lut] {
        padding: 1.25rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dashboard-grid .dashboard-tile[b-auorrh6lut] {
        animation: none;
        transition: none;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-hero[b-yqmyfd4fom] {
  --home-hero-image: none;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: var(--tvip-radius);
  padding: clamp(2.5rem, 6vw, 4.5rem);
  min-height: clamp(420px, 68vh, 720px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(2rem, 4vw, 3rem);
  color: #f8fafc;
  background-color: #0b1f36;
  background-image: var(--home-hero-image);
  background-size: cover;
  background-position: center;
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.28);
}

.home-hero[b-yqmyfd4fom]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 172, 237, 0.92) 0%, rgba(0, 172, 237, 0.78) 55%, rgba(0, 172, 237, 0.9) 100%);
  z-index: 0;
}

.home-hero[b-yqmyfd4fom]::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(720px 320px at 18% 18%, rgba(17, 185, 129, 0.2), transparent 60%),
    radial-gradient(520px 260px at 85% 8%, rgba(29, 93, 245, 0.32), transparent 68%);
  opacity: 0.85;
  z-index: 0;
}

.home-hero__content[b-yqmyfd4fom] {
  position: relative;
  z-index: 1;
  max-width: 720px;
  animation: home-hero-fade-b-yqmyfd4fom 0.6s ease both;
}

.home-hero__eyebrow[b-yqmyfd4fom] {
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 0.7rem;
  font-weight: 600;
  color: rgba(248, 250, 252, 0.75);
  margin-bottom: 0.9rem;
}

.home-hero__title[b-yqmyfd4fom] {
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 0 6px 18px rgba(15, 23, 42, 0.35);
}

.home-hero__subtitle[b-yqmyfd4fom] {
  font-size: 1.05rem;
  color: rgba(248, 250, 252, 0.78);
  margin-bottom: 0;
  max-width: 36rem;
}

.home-hero__actions[b-yqmyfd4fom] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.6rem;
}

.home-hero__cta[b-yqmyfd4fom] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--tvip-radius);
  padding: 0.9rem 2.8rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  background-color: #ffba00;
  border-color: #ffba00;
  color: #111827;
  box-shadow: 0 16px 30px rgba(9, 24, 44, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-hero__cta:hover[b-yqmyfd4fom] {
  background-color: #e6a800;
  border-color: #e6a800;
  color: #111827;
  transform: translateY(-1px);
  box-shadow: 0 20px 36px rgba(9, 24, 44, 0.55);
}

.home-hero__cta:disabled[b-yqmyfd4fom],
.home-hero__cta--disabled[b-yqmyfd4fom] {
  opacity: 0.65;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.home-hero__cta:disabled:hover[b-yqmyfd4fom],
.home-hero__cta--disabled:hover[b-yqmyfd4fom] {
  background-color: #ffba00;
  border-color: #ffba00;
  color: #111827;
}

.home-hero__note[b-yqmyfd4fom] {
  font-size: 0.95rem;
  color: rgba(248, 250, 252, 0.7);
}

.home-hero__highlights[b-yqmyfd4fom] {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  animation: home-hero-fade-b-yqmyfd4fom 0.6s ease both;
  animation-delay: 0.15s;
}

.home-hero__highlight[b-yqmyfd4fom] {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--tvip-radius);
  padding: 1rem 1.1rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 26px rgba(5, 15, 30, 0.2);
}

.home-hero__highlight span[b-yqmyfd4fom] {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.68rem;
  color: rgba(248, 250, 252, 0.72);
  margin-bottom: 0.35rem;
}

.home-hero__highlight strong[b-yqmyfd4fom] {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
}

@keyframes home-hero-fade-b-yqmyfd4fom {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  .home-hero[b-yqmyfd4fom] {
    text-align: center;
  }

  .home-hero__actions[b-yqmyfd4fom] {
    justify-content: center;
  }

  .home-hero__subtitle[b-yqmyfd4fom] {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575.98px) {
  .home-hero[b-yqmyfd4fom] {
    padding: 2rem 1.5rem;
    border-radius: var(--tvip-radius);
  }

  .home-hero__cta[b-yqmyfd4fom] {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero__content[b-yqmyfd4fom],
  .home-hero__highlights[b-yqmyfd4fom] {
    animation: none;
  }

  .home-hero__cta[b-yqmyfd4fom] {
    transition: none;
  }
}
/* /Components/Pages/Registration/RegistrationWizard.razor.rz.scp.css */
.registration-container[b-q4mgse46cd] {
    max-width: 1100px;
    margin: 0 auto;
    padding: clamp(1.75rem, 3vw, 2.75rem);
    background: #ffffff;
    border: 1px solid var(--tvip-border);
    border-radius: var(--tvip-radius);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.08);
}

@media (max-width: 575.98px) {
    .registration-container[b-q4mgse46cd] {
        padding: 1.25rem;
    }
}
