/* /Components/Layout/Drawer.razor.rz.scp.css */
.drawer-container[b-tg7excnduu] {
    height: 100%;
}

.navigation-drawer-shading[b-tg7excnduu] {
    height: 100%;
    position: absolute;
    transition: ease 300ms;
    transition-property: opacity, visibility;
    visibility: visible;
    width: 100%;
    z-index: 99;
    background-color: var(--pp-dark);
    opacity: 0.44;
}

.navigation-drawer.mobile.panel-closed .navigation-drawer-shading[b-tg7excnduu] {
    opacity: 0;
    visibility: hidden;
}

[b-tg7excnduu] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-tg7excnduu] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

.navigation-drawer-shading[b-tg7excnduu] {
    display: none;
}

[b-tg7excnduu] .panel-open:not(.mobile) .nav-buttons-container .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-tg7excnduu] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-tg7excnduu] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    .navigation-drawer-shading[b-tg7excnduu] {
        display: block;
    }

    [b-tg7excnduu] .panel-open:not(.mobile) .nav-buttons-container .menu-button {
        display: flex;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-u80srlxrzo] {
    height: 100%;
    min-height: 0;
}

[b-u80srlxrzo] .navigation-drawer {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
    --dxbl-drawer-panel-footer-bg: none;
    --dxbl-drawer-panel-header-bg: none;
    --dxbl-drawer-separator-border-width: 0;
}

[b-u80srlxrzo] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(180deg, var(--pp-dark) 0%, #251e49 58%, var(--pp-accent-dark) 130%);
}

.navigation-drawer-header[b-u80srlxrzo] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1.25rem 0.5rem;
    width: 100%;
}

.navigation-drawer-header .brand-link[b-u80srlxrzo] {
    color: #fff !important;
    text-decoration: none;
    line-height: 1;
}

.navigation-drawer-header .brand-link:visited[b-u80srlxrzo],
.navigation-drawer-header .brand-link:hover[b-u80srlxrzo],
.navigation-drawer-header .brand-link.active[b-u80srlxrzo] {
    color: #fff !important;
}

.navigation-drawer-header .brand-text[b-u80srlxrzo] {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    color: #fff !important;
}

.navigation-drawer-header .brand-link *[b-u80srlxrzo] {
    color: #fff !important;
}

.navigation-drawer-footer[b-u80srlxrzo] {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 0.875rem;
    width: 100%;
}

.drawer-content[b-u80srlxrzo] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    height: 100%;
    overflow: auto;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
}

.nav-buttons-container[b-u80srlxrzo] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 2rem;
    width: 100%;
}

.nav-actions-left[b-u80srlxrzo] {
    align-items: center;
    display: flex;
    gap: 0.625rem;
}

.user-menu-wrap[b-u80srlxrzo] {
    position: relative;
    min-width: 220px;
}

.user-menu-trigger[b-u80srlxrzo] {
    align-items: center;
    background: #fff;
    border: 1px solid #d8d2ec;
    border-radius: 10px;
    color: #1a1535;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.875rem;
    font-weight: 600;
    gap: 0.45rem;
    justify-content: space-between;
    min-height: 36px;
    padding: 0.35rem 0.7rem;
    width: 100%;
}

.user-menu-trigger:hover[b-u80srlxrzo] {
    border-color: #c9bee9;
}

.user-menu-trigger .bi-person-circle[b-u80srlxrzo] {
    color: var(--pp-accent-dark);
    font-size: 1rem;
}

.user-menu-chevron[b-u80srlxrzo] {
    color: #665f88;
    font-size: 0.72rem;
}

.user-menu-backdrop[b-u80srlxrzo] {
    background: transparent;
    inset: 0;
    position: fixed;
    z-index: 998;
}

.user-menu-dropdown[b-u80srlxrzo] {
    background: #fff;
    border: 1px solid #d8d2ec;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(26, 21, 53, 0.16);
    margin-top: 0.35rem;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
    width: 220px;
    z-index: 999;
}

.user-menu-item[b-u80srlxrzo] {
    align-items: center;
    background: transparent;
    border: 0;
    color: #1a1535;
    cursor: pointer;
    display: flex;
    font-size: 0.875rem;
    gap: 0.5rem;
    padding: 0.65rem 0.75rem;
    text-align: left;
    width: 100%;
}

.user-menu-item:hover[b-u80srlxrzo] {
    background: #f4f1ff;
}

.user-menu-item-danger[b-u80srlxrzo] {
    color: #c9305c;
}

.user-menu-item-danger:hover[b-u80srlxrzo] {
    background: #fff1f5;
}

[b-u80srlxrzo] .nav-buttons-container > a {
    color: inherit;
}

[b-u80srlxrzo] .nav-buttons-container .back-button {
    padding-left: 0;
    padding-right: 0.25rem;
}

[b-u80srlxrzo] .nav-buttons-container .btn-icon-only,
[b-u80srlxrzo] .navigation-drawer-header .btn-icon-only {
    --dxbl-btn-padding-x: 0.5rem;
    --dxbl-btn-padding-y: 0.25rem;
}

.page-content-container[b-u80srlxrzo] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 0;
}

/* Son içerik scroll dibine yapışmasın. NOT: padding-bottom'u taşan flex item'da
   Chrome/Safari yutuyor; bu yüzden gerçek bir flex boşluk (spacer) bırakıyoruz —
   bu yutulmaz, her sayfada garanti alt boşluk verir. */
.drawer-content[b-u80srlxrzo]::after {
    content: "";
    flex: 0 0 2rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
[b-69nirijo8t] .menu {
    --dxbl-menu-bottom-left-border-radius: 0;
    --dxbl-menu-bottom-right-border-radius: 0;
    --dxbl-menu-top-left-border-radius: 0;
    --dxbl-menu-top-right-border-radius: 0;
    --dxbl-menu-item-padding-x: 1.125rem;
    --dxbl-menu-item-padding-y: 0.5rem;
    --dxbl-menu-color: var(--bs-white);
    --dxbl-menu-item-hover-color: var(--bs-white);
    --dxbl-menu-item-hover-bg: rgba(var(--pp-accent-rgb), 0.28);
    --dxbl-menu-item-selected-color: var(--bs-white);
    --dxbl-menu-item-selected-bg: rgba(var(--pp-accent-rgb), 0.28);
    --dxbl-menu-item-selected-hover-color: var(--bs-white);
    --dxbl-menu-item-selected-hover-bg: rgba(var(--pp-accent-rgb), 0.28);

    background: none;
}

[b-69nirijo8t] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-69nirijo8t] .menu-item-active {
    background-color: rgba(var(--pp-accent-rgb), 0.3);
    color: var(--bs-white);
}
/* /Components/Pages/Auth/Login.razor.rz.scp.css */
.login-container[b-zbrep3wqo8] {
    display: flex;
    min-height: 100vh;
    width: 100%;
}

.login-left[b-zbrep3wqo8] {
    flex: 1;
    background: linear-gradient(145deg, var(--pp-dark) 0%, #271f4f 56%, var(--pp-accent-dark) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.login-left-content[b-zbrep3wqo8] {
    text-align: center;
    color: #fff;
}

.login-logo[b-zbrep3wqo8] {
    width: 240px;
    height: auto;
    filter: drop-shadow(0 4px 16px rgba(124, 58, 237, 0.25));
}

.login-brand[b-zbrep3wqo8] {
    font-size: 2.6rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    margin: 0;
}

.login-subtitle[b-zbrep3wqo8] {
    margin: 0.6rem 0 0;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.78);
}

.login-right[b-zbrep3wqo8] {
    flex: 1;
    background-color: #efebfb;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.login-form-wrapper[b-zbrep3wqo8] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 34px rgba(26, 21, 53, 0.14);
    padding: 2.5rem;
    width: 100%;
    max-width: 440px;
}

.login-form-title[b-zbrep3wqo8] {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--pp-dark);
    margin: 0 0 0.25rem;
}

.login-form-subtitle[b-zbrep3wqo8] {
    font-size: 0.92rem;
    color: #6b6589;
    margin: 0 0 1.6rem;
}

.login-alert[b-zbrep3wqo8] {
    background: #fff0f3;
    border: 1px solid #ffcad5;
    color: #9f2340;
    border-radius: 10px;
    padding: 0.75rem 0.9rem;
    margin-bottom: 1.15rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.login-field[b-zbrep3wqo8] {
    margin-bottom: 1rem;
}

.login-label[b-zbrep3wqo8] {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #352f52;
    margin-bottom: 0.35rem;
}

.login-input-wrapper[b-zbrep3wqo8] {
    position: relative;
    display: flex;
    align-items: center;
}

.login-input-wrapper i[b-zbrep3wqo8] {
    position: absolute;
    left: 13px;
    color: #7d7897;
    font-size: 1rem;
    pointer-events: none;
}

.login-input[b-zbrep3wqo8],
[b-zbrep3wqo8] .login-input {
    width: 100%;
    padding: 0.72rem 0.78rem 0.72rem 2.45rem;
    border: 1px solid #d9d3ee;
    border-radius: 10px;
    font-size: 0.95rem;
    color: var(--pp-dark);
    background-color: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}

.login-input:focus[b-zbrep3wqo8],
[b-zbrep3wqo8] .login-input:focus {
    border-color: var(--pp-accent-dark);
    box-shadow: 0 0 0 3px rgba(124, 92, 252, 0.16);
}

.login-validation[b-zbrep3wqo8],
[b-zbrep3wqo8] .login-validation {
    margin-top: 0.3rem;
    font-size: 0.82rem;
    color: #c62855;
}

[b-zbrep3wqo8] .login-check .form-check-input {
    margin-top: 0;
}

.login-check[b-zbrep3wqo8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.15rem;
    color: #4f486f;
}

.login-button[b-zbrep3wqo8] {
    width: 100%;
    padding: 0.78rem;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, var(--pp-dark) 0%, var(--pp-accent-dark) 100%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: transform 0.1s ease, opacity 0.2s ease;
}

.login-button:hover:not(:disabled)[b-zbrep3wqo8] {
    opacity: 0.95;
    transform: translateY(-1px);
}

.login-button:disabled[b-zbrep3wqo8] {
    opacity: 0.72;
    cursor: not-allowed;
}

.login-spinner[b-zbrep3wqo8] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: login-spin-b-zbrep3wqo8 0.9s linear infinite;
}

@keyframes login-spin-b-zbrep3wqo8 {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 900px) {
    .login-container[b-zbrep3wqo8] {
        flex-direction: column;
    }

    .login-left[b-zbrep3wqo8] {
        flex: none;
        min-height: 230px;
        padding: 1.5rem;
    }

    .login-brand[b-zbrep3wqo8] {
        font-size: 2rem;
    }

    .login-right[b-zbrep3wqo8] {
        padding: 1.25rem;
    }

    .login-form-wrapper[b-zbrep3wqo8] {
        max-width: 520px;
        padding: 1.5rem;
    }
}
