/* /Components/Account/ForgotPassword.razor.rz.scp.css */
.account-card[b-n6ygn6vo2d] {
    max-width: 400px;
    margin: 0 auto;
    padding: 32px;
    background-color: #161b22;
    border: 1px solid #30363d;
    border-radius: 6px;
    color: #c9d1d9;
}

.account-title[b-n6ygn6vo2d] {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 8px;
    text-align: center;
}

.account-subtitle[b-n6ygn6vo2d] {
    font-size: 14px;
    color: #8b949e;
    margin-bottom: 24px;
    text-align: center;
}

.account-error[b-n6ygn6vo2d] {
    margin-bottom: 16px;
    padding: 12px;
    border-radius: 6px;
    background: rgba(248, 81, 73, 0.1);
    border: 1px solid rgba(248, 81, 73, 0.4);
    color: #ff7b72;
    font-size: 13px;
}

.account-success[b-n6ygn6vo2d] {
    margin-bottom: 24px;
    padding: 16px;
    border-radius: 6px;
    background: rgba(56, 139, 253, 0.1);
    border: 1px solid rgba(56, 139, 253, 0.4);
    color: #58a6ff;
    font-size: 14px;
    text-align: center;
}

.account-form[b-n6ygn6vo2d] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-group[b-n6ygn6vo2d] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label[b-n6ygn6vo2d] {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}

.account-input[b-n6ygn6vo2d] {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #c9d1d9;
    background-color: #0d1117;
    border: 1px solid #30363d;
    border-radius: 6px;
    outline: none;
    transition: border-color 0.2s;
}

.account-input:focus[b-n6ygn6vo2d] {
    border-color: #58a6ff;
    box-shadow: 0 0 0 3px rgba(31, 111, 235, 0.3);
}

.account-button[b-n6ygn6vo2d] {
    background-color: #21262d;
    color: #c9d1d9;
    border: 1px solid #30363d;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.account-button.primary[b-n6ygn6vo2d] {
    background-color: #238636;
    color: #ffffff;
    border-color: rgba(240, 246, 252, 0.1);
}

.account-button.primary:hover:not(:disabled)[b-n6ygn6vo2d] {
    background-color: #2ea043;
}

.account-button:disabled[b-n6ygn6vo2d] {
    opacity: 0.6;
    cursor: not-allowed;
}

.account-footer[b-n6ygn6vo2d] {
    margin-top: 24px;
    padding: 16px;
    border: 1px solid #30363d;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
}

.link-button[b-n6ygn6vo2d] {
    background: none;
    border: none;
    color: #58a6ff;
    cursor: pointer;
    padding: 0;
    font: inherit;
}

.link-button:hover[b-n6ygn6vo2d] {
    text-decoration: underline;
}
/* /Components/Account/Login.razor.rz.scp.css */
.account-card[b-ukduvit0n1] {
    max-width: 400px;
    margin: 0 auto;
    padding: 32px;
    background-color: #161b22;
    border: 1px solid #30363d;
    border-radius: 6px;
    color: #c9d1d9;
}

.account-title[b-ukduvit0n1] {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 8px;
    text-align: center;
}

.account-subtitle[b-ukduvit0n1] {
    font-size: 14px;
    color: #8b949e;
    margin-bottom: 24px;
    text-align: center;
}

.account-error[b-ukduvit0n1] {
    margin: 0 0 16px 0;
    padding: 12px;
    border-radius: 6px;
    background: rgba(248, 81, 73, 0.1);
    border: 1px solid rgba(248, 81, 73, 0.4);
    color: #ff7b72;
    text-align: left;
    font-size: 13px;
}

.account-form[b-ukduvit0n1] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-group[b-ukduvit0n1] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label[b-ukduvit0n1] {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}

.label-with-link[b-ukduvit0n1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.account-input[b-ukduvit0n1] {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #c9d1d9;
    background-color: #0d1117;
    border: 1px solid #30363d;
    border-radius: 6px;
    outline: none;
    transition: border-color 0.2s;
}

.account-input:focus[b-ukduvit0n1] {
    border-color: #58a6ff;
    box-shadow: 0 0 0 3px rgba(31, 111, 235, 0.3);
}

.account-button[b-ukduvit0n1] {
    background-color: #238636;
    color: #ffffff;
    border: 1px solid rgba(240, 246, 252, 0.1);
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 8px;
}

.account-button:hover[b-ukduvit0n1] {
    background-color: #2ea043;
}

.account-button.google[b-ukduvit0n1] {
    background-color: #ffffff;
    color: #0d1117;
    border: 1px solid #30363d;
    margin-top: 0;
}

.account-button.google:hover[b-ukduvit0n1] {
    background-color: #f0f6fc;
}

.separator[b-ukduvit0n1] {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 16px 0;
    color: #8b949e;
    font-size: 12px;
}

.separator[b-ukduvit0n1]::before,
.separator[b-ukduvit0n1]::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #30363d;
}

.separator:not(:empty)[b-ukduvit0n1]::before {
    margin-right: .5em;
}

.separator:not(:empty)[b-ukduvit0n1]::after {
    margin-left: .5em;
}

.account-footer[b-ukduvit0n1] {
    margin-top: 24px;
    padding: 16px;
    border: 1px solid #30363d;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
}

.link-button[b-ukduvit0n1] {
    background: none;
    border: none;
    color: #58a6ff;
    cursor: pointer;
    padding: 0;
    font: inherit;
}

.link-button:hover[b-ukduvit0n1] {
    text-decoration: underline;
}

.link-button.small[b-ukduvit0n1] {
    font-size: 12px;
}

.account-terms[b-ukduvit0n1] {
    margin-top: 12px;
    font-size: 12px;
    color: #8b949e;
    text-align: center;
}

.account-terms a[b-ukduvit0n1] {
    color: #58a6ff;
    text-decoration: none;
}

.account-terms a:hover[b-ukduvit0n1] {
    text-decoration: underline;
}
/* /Components/Account/Register.razor.rz.scp.css */
.account-card[b-jz58if9lnt] {
    max-width: 400px;
    margin: 0 auto;
    padding: 32px;
    background-color: #161b22;
    border: 1px solid #30363d;
    border-radius: 6px;
    color: #c9d1d9;
}

.account-title[b-jz58if9lnt] {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 8px;
    text-align: center;
}

.account-subtitle[b-jz58if9lnt] {
    font-size: 14px;
    color: #8b949e;
    margin-bottom: 24px;
    text-align: center;
}

.account-error[b-jz58if9lnt] {
    margin-bottom: 16px;
    padding: 12px;
    border-radius: 6px;
    background: rgba(248, 81, 73, 0.1);
    border: 1px solid rgba(248, 81, 73, 0.4);
    color: #ff7b72;
    font-size: 13px;
}

.account-form[b-jz58if9lnt] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-group[b-jz58if9lnt] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label[b-jz58if9lnt] {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}

.account-input[b-jz58if9lnt] {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #c9d1d9;
    background-color: #0d1117;
    border: 1px solid #30363d;
    border-radius: 6px;
    outline: none;
    box-shadow: 0 0 transparent;
    transition: border-color 0.2s;
}

.account-input:focus[b-jz58if9lnt] {
    border-color: #58a6ff;
    box-shadow: 0 0 0 3px rgba(31, 111, 235, 0.3);
}

.account-button[b-jz58if9lnt] {
    background-color: #238636;
    color: #ffffff;
    border: 1px solid rgba(240, 246, 252, 0.1);
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 8px;
}

.account-button.google[b-jz58if9lnt] {
    background-color: #ffffff;
    color: #0d1117;
    border: 1px solid #30363d;
    margin-top: 0;
}

.account-button.google:hover[b-jz58if9lnt] {
    background-color: #f0f6fc;
}

.separator[b-jz58if9lnt] {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 16px 0;
    color: #8b949e;
    font-size: 12px;
}

.separator[b-jz58if9lnt]::before,
.separator[b-jz58if9lnt]::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #30363d;
}

.separator:not(:empty)[b-jz58if9lnt]::before {
    margin-right: .5em;
}

.separator:not(:empty)[b-jz58if9lnt]::after {
    margin-left: .5em;
}

.account-button:hover:not(:disabled)[b-jz58if9lnt] {
    background-color: #2ea043;
}

.account-button:disabled[b-jz58if9lnt] {
    opacity: 0.6;
    cursor: not-allowed;
}

.account-footer[b-jz58if9lnt] {
    margin-top: 24px;
    padding: 16px;
    border: 1px solid #30363d;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
}

.link-button[b-jz58if9lnt] {
    background: none;
    border: none;
    color: #58a6ff;
    cursor: pointer;
    padding: 0;
    font: inherit;
}

.link-button:hover[b-jz58if9lnt] {
    text-decoration: underline;
}

.account-terms[b-jz58if9lnt] {
    margin-top: 12px;
    font-size: 12px;
    color: #8b949e;
    text-align: center;
}

.account-terms a[b-jz58if9lnt] {
    color: #58a6ff;
    text-decoration: none;
}

.account-terms a:hover[b-jz58if9lnt] {
    text-decoration: underline;
}
/* /Components/AppBars/FooterBar.razor.rz.scp.css */
.footerbar[b-e2ysozbxfh] {
    color: white;
    height: var(--footer-height);
    background: var(--app-bg); /* ✅ matches body/content */
    border-top: 1px solid rgba(255,255,255,0.08);
}
/* /Components/AppBars/TopAppBar.razor.rz.scp.css */
/* Components/AppBars/TopAppBar.razor.css */
.topappbar[b-44o075omp7] {
    height: var(--header-height);
    color: white;
    background-color: var(--app-bg);
    background-image: linear-gradient(120deg, rgba(124, 58, 237, .22), rgba(59, 130, 246, .18));
    padding-left: 8px;
    padding-right: 12px;
}

.brand-logo[b-44o075omp7] {
    height: 44px;
    display: block;
}

.logo-link[b-44o075omp7] {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-right: 12px;
}

.auth-label[b-44o075omp7] {
    margin-right: 8px;
    opacity: 0.95;
}

/* hide toggle on desktop */
.nav-toggle[b-44o075omp7] {
    display: none;
}

/* show on mobile */
@media (max-width: 640.98px) {
    .nav-toggle[b-44o075omp7] {
        display: inline-flex;
    }
}
/* /Components/NavMenus/NavMenu.razor.rz.scp.css */
/* Components/NavMenus/NavMenu.razor.css */
.navmenu-root[b-705ien013k] {
    display: flex;
    flex-direction: column;
}

.navmenu-header[b-705ien013k] {
    min-height: 56px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    background-color: rgba(0,0,0,0.35);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.navmenu-brand[b-705ien013k] {
    color: white;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: .4px;
}

.navmenu-items[b-705ien013k] {
    padding: 12px 8px;
}

.bi[b-705ien013k] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-705ien013k] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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-shield-lock-fill-nav-menu[b-705ien013k] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-shield-lock-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.8 11.8 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7 7 0 0 0 1.048-.625 11.8 11.8 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.54 1.54 0 0 0-1.044-1.263 63 63 0 0 0-2.887-.87C9.843.266 8.69 0 8 0m0 5a1.5 1.5 0 0 1 .5 2.915V9a.5.5 0 0 1-1 0V7.915A1.5 1.5 0 0 1 8 5'/%3E%3C/svg%3E");
}

.bi-person-plus-fill-nav-menu[b-705ien013k] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-plus-fill' viewBox='0 0 16 16'%3E%3Cpath d='M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6'/%3E%3Cpath fill-rule='evenodd' d='M13.5 5a.5.5 0 0 1 .5.5V7h1.5a.5.5 0 0 1 0 1H14v1.5a.5.5 0 0 1-1 0V8h-1.5a.5.5 0 0 1 0-1H13V5.5a.5.5 0 0 1 .5-.5'/%3E%3C/svg%3E");
}

.bi-people-fill-nav-menu[b-705ien013k] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-people-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6m-5.784 6A2.24 2.24 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.3 6.3 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1zM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5'/%3E%3C/svg%3E");
}

.bi-database-nav-menu[b-705ien013k] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-database' viewBox='0 0 16 16'%3E%3Cpath d='M4.318 2.687C5.234 2.271 6.536 2 8 2s2.766.27 3.682.687C12.644 3.125 13 3.627 13 4c0 .374-.356.875-1.318 1.313C10.766 5.729 9.464 6 8 6s-2.766-.27-3.682-.687C3.356 4.875 3 4.373 3 4c0-.374.356-.875 1.318-1.313ZM13 5.698V7c0 .374-.356.875-1.318 1.313C10.766 8.729 9.464 9 8 9s-2.766-.27-3.682-.687C3.356 7.875 3 7.373 3 7V5.698c.27.204.62.392 1.026.556C5.006 6.633 6.387 6.911 8 6.911c1.613 0 2.994-.278 3.974-.657a4.09 4.09 0 0 0 1.026-.556ZM3 8.698V10c0 .374.356.875-1.318 1.313C10.766 11.729 9.464 12 8 12s-2.766-.27-3.682-.687C3.356 10.875 3 10.373 3 10V8.698c.27.204.62.392 1.026.556C5.006 9.633 6.387 9.911 8 9.911c1.613 0 2.994-.278 3.974-.657a4.09 4.09 0 0 0 1.026-.556ZM13 11.698V13c0 .374-.356.875-1.318 1.313C10.766 14.729 9.464 15 8 15s-2.766-.27-3.682-.687C3.356 13.875 3 13.373 3 13v-1.302c.27.204.62.392 1.026.556 1.01.419 2.39.697 4 .697 1.611 0 2.992-.278 3.974-.657a4.09 4.09 0 0 0 1.026-.556Z'/%3E%3C/svg%3E");
}

.bi-plus-square-nav-menu[b-705ien013k] {
    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' viewBox='0 0 16 16'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.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 8 4z'/%3E%3C/svg%3E");
}

.nav-item[b-705ien013k] {
    padding: 4px 6px;
}

    /* NavLink is rendered by Blazor, so in scoped CSS use ::deep */
    .nav-item[b-705ien013k]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 10px;
        height: 44px;
        display: flex;
        align-items: center;
        width: 100%;
        text-decoration: none;
        padding: 0 12px;
    }

    .nav-item[b-705ien013k]  a.active {
        background-color: rgba(255,255,255,0.22);
        color: white;
    }

    .nav-item[b-705ien013k]  .nav-link:hover {
        background-color: rgba(255,255,255,0.12);
        color: white;
    }

.nav-group[b-705ien013k] {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
}

.nav-group-title[b-705ien013k] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 0.05rem;
    cursor: pointer;
    transition: color 0.2s;
}

.nav-group-title:hover[b-705ien013k] {
    color: rgba(255, 255, 255, 0.75);
}

.nav-group-content[b-705ien013k] {
    display: flex;
    flex-direction: column;
    padding-left: 8px;
}

.nav-group-icon[b-705ien013k] {
    transition: transform 0.2s;
    font-size: 0.8rem;
}

.nav-group.expanded .nav-group-icon[b-705ien013k] {
    transform: rotate(90deg);
}
/* /Layout/AuthorizedLayout.razor.rz.scp.css */
/* AuthorizedLayout.razor.css */

/* ✅ define vars on app-shell so they always apply to the drawer */
.app-shell[b-y1dn85pl2b] {
    --sidebar-width: 250px;

    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* header/footer shouldn't shrink */
.app-header[b-y1dn85pl2b],
.app-footer[b-y1dn85pl2b] {
    flex: 0 0 auto;
}

/* make header height explicit so drawer top is always valid */
.app-header[b-y1dn85pl2b] {
    height: var(--header-height);
    position: sticky;
    top: 0;
    z-index: 2000;
}

/* middle area grows */
.app-main[b-y1dn85pl2b] {
    flex: 1 1 auto;
    display: flex;
    min-height: 0;
    position: relative;
}

/* desktop sidebar */
.app-sidebar[b-y1dn85pl2b] {
    width: var(--sidebar-width);
    flex: 0 0 var(--sidebar-width);
    overflow-y: auto;
    background-color: var(--app-bg);
    background-image: linear-gradient(120deg, rgba(124, 58, 237, .22), rgba(59, 130, 246, .18));
}

/* content */
.app-content[b-y1dn85pl2b] {
    flex: 1 1 auto;
    min-width: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.background-image[b-y1dn85pl2b] {
    width: 100%;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    background-color: var(--app-bg); /* ✅ */
}

/* backdrop hidden on desktop */
.sidebar-backdrop[b-y1dn85pl2b] {
    display: none;
}

/* ===== Mobile drawer ===== */
@media (max-width: 640.98px) {
    .app-sidebar[b-y1dn85pl2b] {
        position: fixed;
        top: var(--header-height); /* ✅ no longer invalid */
        left: 0;
        bottom: 0;
        width: min(var(--sidebar-width), 85vw);
        transform: translateX(-105%);
        transition: transform 180ms ease;
        z-index: 3000; /* above footer/header */
    }

    .app-shell.sidebar-open .app-sidebar[b-y1dn85pl2b] {
        transform: translateX(0);
    }

    .sidebar-backdrop[b-y1dn85pl2b] {
        position: fixed;
        inset: var(--header-height) 0 0 0;
        background: rgba(0,0,0,.45);
        z-index: 2500;
        display: none;
    }

    .app-shell.sidebar-open .sidebar-backdrop[b-y1dn85pl2b] {
        display: block;
    }

    .app-content[b-y1dn85pl2b] {
        width: 100%;
    }
}
/* /Layout/DefaultLayout.razor.rz.scp.css */
.layout-root[b-9e0rdl84t4] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.app-header[b-9e0rdl84t4],
.app-footer[b-9e0rdl84t4] {
    flex: 0 0 auto;
}

.layout-content[b-9e0rdl84t4] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    position: relative;
}


/* /Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-yogjode0sb],
.components-reconnect-repeated-attempt-visible[b-yogjode0sb],
.components-reconnect-failed-visible[b-yogjode0sb],
.components-pause-visible[b-yogjode0sb],
.components-resume-failed-visible[b-yogjode0sb],
.components-rejoining-animation[b-yogjode0sb] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-yogjode0sb],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-yogjode0sb],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-yogjode0sb],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-yogjode0sb],
#components-reconnect-modal.components-reconnect-retrying[b-yogjode0sb],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-yogjode0sb],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-yogjode0sb],
#components-reconnect-modal.components-reconnect-failed[b-yogjode0sb],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-yogjode0sb] {
    display: block;
}


#components-reconnect-modal[b-yogjode0sb] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-yogjode0sb 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-yogjode0sb 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-yogjode0sb 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-yogjode0sb]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-yogjode0sb 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-yogjode0sb {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-yogjode0sb {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-yogjode0sb {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-yogjode0sb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-yogjode0sb] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-yogjode0sb] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-yogjode0sb] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-yogjode0sb] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-yogjode0sb] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-yogjode0sb] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-yogjode0sb 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-yogjode0sb] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-yogjode0sb {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Pages/CreateUsers.razor.rz.scp.css */
.create-user-container[b-tx3sphrd27] {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
}

.create-user-card[b-tx3sphrd27] {
    background-color: #161b22 !important;
    border: 1px solid #30363d !important;
    border-radius: 8px !important;
    width: 100%;
    max-width: 600px;
}

.create-user-header[b-tx3sphrd27] {
    border-bottom: 1px solid #30363d;
    padding: 20px 24px;
}

.create-user-title[b-tx3sphrd27] {
    color: #f0f6fc;
    font-weight: 600;
}

.create-user-content[b-tx3sphrd27] {
    padding: 24px !important;
}

.form-actions[b-tx3sphrd27] {
    display: flex;
    justify-content: flex-end;
    padding: 16px 24px !important;
    border-top: 1px solid #30363d;
}
/* /Pages/Dashboard.razor.rz.scp.css */
.user-summary-card[b-uuw5jsor0f] {
    background-color: #161b22 !important;
    border: 1px solid #30363d !important;
    color: #f0f6fc !important;
}

.user-detail-item[b-uuw5jsor0f] {
    display: flex;
    align-items: center;
    color: #c9d1d9;
}


.user-status-chips[b-uuw5jsor0f] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.user-summary-card[b-uuw5jsor0f]  .mud-card-header .mud-card-header-content .mud-typography {
    color: #f0f6fc !important;
}

.user-summary-card[b-uuw5jsor0f]  .mud-card-content .mud-typography {
    color: #c9d1d9 !important;
}
/* /Pages/DatabaseHostingProviderList.razor.rz.scp.css */
.provider-table[b-qspgh9c6rs] {
    background-color: #161b22;
    border: 1px solid #30363d;
    border-radius: 8px;
    color: #f0f6fc;
}

.table-title[b-qspgh9c6rs] {
    color: #f0f6fc;
    font-weight: 600;
}

.search-field[b-qspgh9c6rs] {
    max-width: 400px;
}

.mud-table-head[b-qspgh9c6rs] {
    background-color: #0d1117;
}

.mud-table-cell[b-qspgh9c6rs] {
    color: #c9d1d9 !important;
}

.mud-table-hover .mud-table-row:hover[b-qspgh9c6rs] {
    background-color: rgba(255, 255, 255, 0.05) !important;
}
/* /Pages/Index.razor.rz.scp.css */
.background-image[b-v7g3djhbin] {
    background-color: #0d1117;
    width: 100%;
    height: 100%;
    min-height: calc(100vh - var(--footer-height, 48px));
    position: relative;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.login-split[b-v7g3djhbin] {
    display: grid;
    grid-template-columns: 1.1fr 1px 0.9fr;
    width: 100%;
    flex: 1 1 auto;
}

.login-left[b-v7g3djhbin] {
    position: relative;
    background: linear-gradient(120deg, rgba(124, 58, 237, .22), rgba(59, 130, 246, .18));
    border-radius: 16px 0 0 16px; /* remove if you don't want rounded corners */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-panel-image[b-v7g3djhbin] {
    max-width: 90%;
    max-height: 80%;
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 1;
    animation: pani-float-b-v7g3djhbin 8s ease-in-out infinite, pani-glow-b-v7g3djhbin 12s ease-in-out infinite;
}

@keyframes pani-float-b-v7g3djhbin {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

@keyframes pani-glow-b-v7g3djhbin {
    0%, 85%, 100% { filter: drop-shadow(0 0 0 rgba(124, 58, 237, 0)); }
    92.5% { filter: drop-shadow(0 0 25px rgba(124, 58, 237, 0.6)); }
}

.left-overlay[b-v7g3djhbin] {
    position: absolute;
    inset: 0;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    background: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.55) 70%, rgba(0,0,0,0.70) 100%);
    z-index: 2;
}

.badge[b-v7g3djhbin] {
    display: inline-flex;
    align-self: flex-start;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: .4px;
    color: rgba(255,255,255,0.9);
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.14);
}

.title[b-v7g3djhbin] {
    margin: 0;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 800;
    color: rgba(255,255,255,0.96);
}

.subtitle[b-v7g3djhbin] {
    margin: 0;
    max-width: 46ch;
    color: rgba(255,255,255,0.78);
    font-size: 14px;
}

.login-sep[b-v7g3djhbin] {
    background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,0.14) 12%, rgba(255,255,255,0.10) 88%, transparent 100%);
}

.login-right[b-v7g3djhbin] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 32px;
    border-radius: 0 16px 16px 0; /* remove if you don't want rounded corners */
}

.welcome-info[b-v7g3djhbin] {
    margin-bottom: 32px;
    max-width: 800px;
    align-self: center;
    width: 100%;
}

.registration-form[b-v7g3djhbin] {
    margin-top: 80px;
    width: 100%;
    max-width: 400px;
    align-self: center;
}

.welcome-title[b-v7g3djhbin] {
    color: #f0f6fc;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}

.welcome-text[b-v7g3djhbin] {
    color: #8b949e;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.welcome-list[b-v7g3djhbin] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 32px;
}

.welcome-list li[b-v7g3djhbin] {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    color: #c9d1d9;
    font-size: 14px;
    line-height: 1.4;
}

.welcome-list li[b-v7g3djhbin]::before {
    content: "•";
    position: absolute;
    left: 8px;
    color: #7c3aed; /* fialová aby ladila s gradientom */
    font-weight: bold;
}

/* Responsive stack */
@media (max-width: 900px) {
    .login-split[b-v7g3djhbin] {
        grid-template-columns: 1fr;
        min-height: unset;
    }

    .login-left[b-v7g3djhbin] {
        min-height: 220px;
        border-radius: 16px 16px 0 0;
    }

    .login-sep[b-v7g3djhbin] {
        height: 1px;
        width: 100%;
        background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.14) 12%, rgba(255,255,255,0.10) 88%, transparent 100%);
    }

    .login-right[b-v7g3djhbin] {
        border-radius: 0 0 16px 16px;
        padding: 24px;
    }

    .left-overlay[b-v7g3djhbin] {
        padding: 24px;
    }

    .welcome-list[b-v7g3djhbin] {
        grid-template-columns: 1fr;
    }

    .title[b-v7g3djhbin] {
        font-size: 28px;
    }
}
/* /Pages/ResetPassword.razor.rz.scp.css */
/* Copy of Login.razor.css */
.background-image[b-c2on2ai1oy] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.login-split[b-c2on2ai1oy] {
    display: grid;
    grid-template-columns: 1.1fr 1px 0.9fr;
    width: 100%;
    flex: 1 1 auto;
}

    .login-left[b-c2on2ai1oy] {
        position: relative;
        background: linear-gradient(120deg, rgba(124, 58, 237, .22), rgba(59, 130, 246, .18));
        border-radius: 16px 0 0 16px;
        overflow: hidden;
    }

    .left-overlay[b-c2on2ai1oy] {
        position: absolute;
        inset: 0;
        padding: 32px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        gap: 10px;
        background: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.55) 70%, rgba(0,0,0,0.70) 100%);
    }

    .badge[b-c2on2ai1oy] {
        display: inline-flex;
        align-self: flex-start;
        padding: 8px 12px;
        border-radius: 999px;
        font-size: 12px;
        letter-spacing: .4px;
        color: rgba(255,255,255,0.9);
        background: rgba(255,255,255,0.10);
        border: 1px solid rgba(255,255,255,0.14);
    }

    .title[b-c2on2ai1oy] {
        margin: 0;
        font-size: 34px;
        line-height: 1.1;
        font-weight: 800;
        color: rgba(255,255,255,0.96);
    }

    .subtitle[b-c2on2ai1oy] {
        margin: 0;
        max-width: 46ch;
        color: rgba(255,255,255,0.78);
        font-size: 14px;
    }

    .login-sep[b-c2on2ai1oy] {
        background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,0.14) 12%, rgba(255,255,255,0.10) 88%, transparent 100%);
    }

    .login-right[b-c2on2ai1oy] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 32px;
        border-radius: 0 16px 16px 0;
    }

/* Copy of Account component styles (would be better in a shared file but for now...) */
.account-card[b-c2on2ai1oy] {
    background-color: #161b22;
    border: 1px solid #30363d;
    border-radius: 6px;
    padding: 24px;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
}

.account-title[b-c2on2ai1oy] {
    color: #f0f6fc;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 16px;
    text-align: center;
}

.account-error[b-c2on2ai1oy] {
    background-color: rgba(248, 81, 73, 0.1);
    border: 1px solid rgba(248, 81, 73, 0.4);
    color: #ff7b72;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 16px;
    font-size: 13px;
}

.account-success[b-c2on2ai1oy] {
    background-color: rgba(63, 185, 80, 0.1);
    border: 1px solid rgba(63, 185, 80, 0.4);
    color: #3fb950;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 16px;
    font-size: 13px;
}

.account-form[b-c2on2ai1oy] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-group[b-c2on2ai1oy] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label[b-c2on2ai1oy] {
    color: #f0f6fc;
    font-size: 14px;
}

.account-input[b-c2on2ai1oy] {
    background-color: #0d1117;
    border: 1px solid #30363d;
    border-radius: 6px;
    color: #f0f6fc;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 20px;
}

.account-input:focus[b-c2on2ai1oy] {
    border-color: #58a6ff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(31, 111, 235, 0.3);
}

.account-button[b-c2on2ai1oy] {
    border-radius: 6px;
    padding: 5px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    transition: background-color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.account-button.primary[b-c2on2ai1oy] {
    background-color: #238636;
    border: 1px solid rgba(240, 246, 252, 0.1);
    color: #ffffff;
}

.account-button.primary:hover[b-c2on2ai1oy] {
    background-color: #2ea043;
}

.account-button:disabled[b-c2on2ai1oy] {
    opacity: 0.6;
    cursor: not-allowed;
}

@media (max-width: 900px) {
    .login-split[b-c2on2ai1oy] {
        grid-template-columns: 1fr;
    }
    .login-left[b-c2on2ai1oy] {
        min-height: 200px;
        border-radius: 16px 16px 0 0;
    }
    .login-right[b-c2on2ai1oy] {
        border-radius: 0 0 16px 16px;
        padding: 24px;
    }
}
/* /Pages/UserList.razor.rz.scp.css */
.user-table[b-5w1zynmqgj] {
    background-color: #161b22;
    border: 1px solid #30363d;
    border-radius: 8px;
    color: #f0f6fc;
}

.table-title[b-5w1zynmqgj] {
    color: #f0f6fc;
    font-weight: 600;
}

.search-field[b-5w1zynmqgj] {
    max-width: 400px;
}

.user-name-cell[b-5w1zynmqgj] {
    font-weight: 500;
}

.role-select[b-5w1zynmqgj] {
    max-width: 150px;
}

/* MudBlazor Dark Theme overrides for table if necessary */
.mud-table-head[b-5w1zynmqgj] {
    background-color: #0d1117;
}

.mud-table-cell[b-5w1zynmqgj] {
    color: #c9d1d9 !important;
}

.mud-table-hover .mud-table-row:hover[b-5w1zynmqgj] {
    background-color: rgba(255, 255, 255, 0.05) !important;
}
