/* /Components/Layout/MainLayout.razor.rz.scp.css */
[b-669my6qbua] .text-decoration-none {
    text-decoration: none !important;
}

/* Sidebar Transition Logic for Desktop */
@media (min-width: 768px) {
    [b-669my6qbua] .sidebar-collapsed #sidebar { width: 64px !important; }
    [b-669my6qbua] .sidebar-collapsed #main-content { margin-left: 64px !important; }
    [b-669my6qbua] .sidebar-collapsed #desktop-footer { left: 64px !important; }
}

/* Mobile Menu Prevent Body Scroll */
[b-669my6qbua] .mobile-menu-open {
    overflow: hidden !important;
}

/* Custom Scrollbar for sidebar to match the screenshot */
[b-669my6qbua] nav.sidebar-scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #0F2344;
}
[b-669my6qbua] nav.sidebar-scroll::-webkit-scrollbar-thumb {
    background-color: #1a2e4c;
    border-radius: 4px;
}
[b-669my6qbua] nav.sidebar-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #38485d;
}
[b-669my6qbua] .sidebar-collapsed nav.sidebar-scroll::-webkit-scrollbar {
    display: none;
}

/* Ensure DevExpress UI Error toast fits context and layout */
#blazor-error-ui[b-669my6qbua] {
    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: 2000;
}

#blazor-error-ui .dismiss[b-669my6qbua] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}


/* Hide scrollbar for top nav on mobile */
[b-669my6qbua] .scrollbar-hide::-webkit-scrollbar {
    display: none;
}
[b-669my6qbua] .scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Scoped styles that adapt DxMenu components to the exact Tailwind-based HTML layout */
[b-op1t9nsrbe] .dark-menu .dx-menu {
    width: 100%;
}

[b-op1t9nsrbe] .dark-menu > .dx-menu-item {
    background-color: transparent !important;
    padding: 0 !important;
    border-radius: 0;
    width: 100%;
    margin: 0 !important;
    border: none !important;
}

[b-op1t9nsrbe] .dark-menu .dx-menu-item-text {
    width: 100%;
}

[b-op1t9nsrbe] .dark-menu .nav-item-content {
    display: flex;
    align-items: center;
    gap: 0.75rem; /* gap-3 */
    padding: 0.75rem 1rem; /* py-3 px-4 */
    color: #94a3b8; /* text-slate-400 */
    transition: none;
}

[b-op1t9nsrbe] .dark-menu .dx-state-hover > .dx-menu-item-text > .nav-item-content {
    color: white;
}

/* Active State styles - Mapping to border-l-4 border-[#D97706] bg-[#1a2e4c] text-white */
[b-op1t9nsrbe] .dark-menu .dx-state-active > .dx-menu-item-text > .nav-item-content,
[b-op1t9nsrbe] .dark-menu .dx-menu-item-selected > .dx-menu-item-text > .nav-item-content {
    background-color: #1a2e4c !important;
    border-left: 4px solid #D97706;
    color: white;
    padding-left: calc(1rem - 4px); /* maintain spacing but account for border */
}

.nav-icon[b-op1t9nsrbe] {
    font-size: 1.5rem !important; /* text-2xl roughly */
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.nav-text[b-op1t9nsrbe] {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    letter-spacing: -0.025em; /* tracking-tight */
    text-transform: uppercase;
    font-size: 0.75rem; /* text-xs */
}

/* Sub-items styling */
[b-op1t9nsrbe] .dark-menu .dx-menu-items-container {
    background-color: #0F2344 !important; /* parent bg */
    border: 1px solid rgba(255,255,255,0.05) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.5) !important;
    border-radius: 0;
    min-width: 200px;
}

[b-op1t9nsrbe] .dark-menu .dx-menu-items-container .dx-menu-item {
    padding: 0.5rem 1rem;
    color: #cbd5e1; /* slate-300 */
}

[b-op1t9nsrbe] .dark-menu .dx-menu-items-container .dx-menu-item:hover {
    background-color: rgba(255, 255, 255, 0.05) !important;
    color: white;
}

[b-op1t9nsrbe] .dark-menu .dx-menu-items-container .dx-menu-item-text {
    font-size: 0.75rem; /* text-xs */
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}
/* /Components/Pages/Account/Login.razor.rz.scp.css */
/* Reset and variables */
.login-wrapper[b-lszxszzcc6] {
    --brand-navy: #0F2344;
    --brand-gold: #D97706;
    --outline-variant: #dbc2b0;
    --surface: #faf8ff;
    --on-surface: #131b2e;
    --secondary: #505f76;
    --secondary-fixed-dim: #b7c8e1;
    --surface-container-low: #f2f3ff;
    --primary: #8d4b00;
    --on-surface-variant: #554336;

    font-family: 'Inter', sans-serif;
    background-color: var(--surface);
    color: var(--on-surface);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.min-h-screen[b-lszxszzcc6] { min-height: 100vh; }
.flex[b-lszxszzcc6] { display: flex; }
.items-center[b-lszxszzcc6] { align-items: center; }
.justify-center[b-lszxszzcc6] { justify-content: center; }
.p-6[b-lszxszzcc6] { padding: 1.5rem; }

.geometric-pattern[b-lszxszzcc6] {
    background-color: var(--surface);
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0l30 30-30 30L0 30z' fill='%23d97706' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.main-container[b-lszxszzcc6] {
    width: 100%;
    max-width: 1100px;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(219, 194, 176, 0.2);
    overflow: hidden;
}

@media (min-width: 768px) {
    .main-container[b-lszxszzcc6] { flex-direction: row; }
    .panel-left[b-lszxszzcc6] { display: flex !important; }
}

/* Left Panel */
.panel-left[b-lszxszzcc6] {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    background-color: var(--brand-navy);
    padding: 3rem;
    position: relative;
    overflow: hidden;
}

.brand-title[b-lszxszzcc6] { margin: 0; }

.z-10[b-lszxszzcc6] { z-index: 10; position: relative; }
.gap-2[b-lszxszzcc6] { gap: 0.5rem; }
.mb-8[b-lszxszzcc6] { margin-bottom: 2rem; }
.text-4xl[b-lszxszzcc6] { font-size: 2.25rem; line-height: 2.5rem; }
.text-2xl[b-lszxszzcc6] { font-size: 1.5rem; line-height: 2rem; }
.font-black[b-lszxszzcc6] { font-weight: 900; }
.tracking-tighter[b-lszxszzcc6] { letter-spacing: -0.05em; }
.uppercase[b-lszxszzcc6] { text-transform: uppercase; }
.text-white[b-lszxszzcc6] { color: #fff; }

.hero-title[b-lszxszzcc6] {
    color: var(--brand-gold);
    font-weight: 800;
    font-size: 2.25rem;
    line-height: 1.25;
    margin-bottom: 1rem;
    letter-spacing: -0.025em;
}

.hero-description[b-lszxszzcc6] {
    color: #94a3b8; /* slate-400 */
    font-size: 0.875rem;
    max-width: 20rem;
    line-height: 1.625;
}

/* Technical Metadata */
.tech-meta-container[b-lszxszzcc6] { flex-direction: row; display: flex; }
.gap-4[b-lszxszzcc6] { gap: 1rem; }
.gap-8[b-lszxszzcc6] { gap: 2rem; }
.border-t[b-lszxszzcc6] { border-top-width: 1px; }
.border-slate-700[b-lszxszzcc6] { border-color: #334155; border-top-style: solid; }
.pt-6[b-lszxszzcc6] { padding-top: 1.5rem; }

.block[b-lszxszzcc6] { display: block; }
.text-\[10px\][b-lszxszzcc6] { font-size: 10px; }
.font-bold[b-lszxszzcc6] { font-weight: 700; }
.text-slate-500[b-lszxszzcc6] { color: #64748b; }
.tracking-widest[b-lszxszzcc6] { letter-spacing: 0.1em; }
.mb-1[b-lszxszzcc6] { margin-bottom: 0.25rem; }

.font-mono[b-lszxszzcc6] { font-family: 'JetBrains Mono', monospace; }
.text-xs[b-lszxszzcc6] { font-size: 0.75rem; }
.text-brand-gold[b-lszxszzcc6] { color: var(--brand-gold); }

/* Abstract Node */
.abstract-node[b-lszxszzcc6] {
    position: absolute;
    right: -5rem;
    bottom: -5rem;
    opacity: 0.1;
    pointer-events: none;
}

/* Right Panel */
.panel-right[b-lszxszzcc6] {
    flex: 1 1 0%;
    background-color: #fff;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 768px) {
    .panel-right[b-lszxszzcc6] { padding: 4rem; }
}

.form-header[b-lszxszzcc6] { margin-bottom: 2.5rem; }
.auth-title[b-lszxszzcc6] {
    color: var(--on-surface);
    font-weight: 700;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}
.auth-subtitle[b-lszxszzcc6] {
    color: var(--secondary);
    font-size: 0.875rem;
    margin-top: 0;
}

/* Error Alert */
.error-alert[b-lszxszzcc6] {
    padding: 1rem;
    margin-bottom: 1.5rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    font-size: 0.875rem;
}

/* Form Styles */
.auth-form[b-lszxszzcc6] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group-custom[b-lszxszzcc6] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.custom-label[b-lszxszzcc6] {
    display: block;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--secondary-fixed-dim);
    letter-spacing: 0.1em;
}

.label-row[b-lszxszzcc6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.forgot-link[b-lszxszzcc6] {
    font-size: 11px;
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: -0.05em;
    text-decoration: none;
}
.forgot-link:hover[b-lszxszzcc6] { text-decoration: underline; }

.relative[b-lszxszzcc6] { position: relative; }
.absolute[b-lszxszzcc6] { position: absolute; }
.left-3[b-lszxszzcc6] { left: 0.75rem; }
.top-1\/2[b-lszxszzcc6] { top: 50%; }
.-translate-y-1\/2[b-lszxszzcc6] { transform: translateY(-50%); }
.text-lg[b-lszxszzcc6] { font-size: 1.125rem; }
.text-outline[b-lszxszzcc6] { color: #887364; } /* Replace with actual var if needed */

.material-symbols-outlined[b-lszxszzcc6] {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

[b-lszxszzcc6] .custom-input {
    width: 100%;
    box-sizing: border-box;
    padding-left: 2.5rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: var(--surface-container-low);
    border: 1px solid rgba(219, 194, 176, 0.3); /* outline-variant/30 */
    font-size: 0.875rem;
    font-weight: 500;
    transition: background-color 0.2s, border-color 0.2s;
}

[b-lszxszzcc6] .custom-input:focus {
    outline: none;
    border-color: var(--brand-gold) !important;
    background-color: #fff;
    box-shadow: none !important;
}

.validation-message-custom[b-lszxszzcc6] {
    color: #ba1a1a;
    font-size: 0.75rem;
    margin-top: 0.25rem;
}

/* Checkbox */
.checkbox-container[b-lszxszzcc6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.custom-checkbox[b-lszxszzcc6] {
    width: 1rem;
    height: 1rem;
    color: var(--brand-gold);
    border-color: var(--outline-variant);
    border-radius: 0;
    cursor: pointer;
}
.custom-checkbox:focus[b-lszxszzcc6] { box-shadow: none; outline: none; }
.checkbox-label[b-lszxszzcc6] {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--secondary);
    user-select: none;
    cursor: pointer;
    margin: 0;
}

/* Button */
.cta-container[b-lszxszzcc6] {
    padding-top: 1rem;
    margin-top: 1.5rem;
}
.btn-submit[b-lszxszzcc6] {
    width: 100%;
    background-color: var(--brand-gold);
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    padding: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border: none;
    cursor: pointer;
}
.btn-submit:hover[b-lszxszzcc6] { background-color: #b45309; /* amber-700 */ }
.btn-submit:active[b-lszxszzcc6] { transform: scale(0.98); }

/* Footer */
.support-footer[b-lszxszzcc6] {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #eaedff; /* surface-container */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
@media (min-width: 640px) {
    .support-footer[b-lszxszzcc6] { flex-direction: row; }
}

.footer-text[b-lszxszzcc6] {
    font-size: 10px;
    color: var(--secondary-fixed-dim);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin: 0;
}

.footer-links[b-lszxszzcc6] {
    display: flex;
    gap: 1.5rem;
}

.footer-link[b-lszxszzcc6] {
    font-size: 10px;
    font-weight: 700;
    color: var(--on-surface-variant);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: color 0.2s;
}
.footer-link:hover[b-lszxszzcc6] { color: var(--primary); }

/* Floating Elements */
.floating-elements[b-lszxszzcc6] {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-end;
    opacity: 0.4;
    pointer-events: none;
}
.float-item[b-lszxszzcc6] { display: flex; align-items: center; gap: 0.5rem; }
.dot[b-lszxszzcc6] { width: 0.25rem; height: 0.25rem; background-color: var(--brand-gold); }
.line[b-lszxszzcc6] { height: 1px; background-color: var(--outline-variant); }
.line:first-of-type[b-lszxszzcc6] { width: 3rem; }
.line:last-of-type[b-lszxszzcc6] { width: 2rem; }
.coord[b-lszxszzcc6] { font-family: 'JetBrains Mono', monospace; font-size: 8px; color: var(--secondary); }

/* Blazor validation classes overrrides */
[b-lszxszzcc6] .modified.valid.custom-input {
    border-color: rgba(219, 194, 176, 0.3); /* outline-variant/30 */
    outline: none;
}

[b-lszxszzcc6] .modified.invalid.custom-input {
    border-color: #ba1a1a;
    outline: none;
}
