/* /Layouts/MainLayout.razor.rz.scp.css */
.lookout-shell[b-0xhc6fe3uz] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.lookout-header[b-0xhc6fe3uz] {
    background-color: #111827;
    border-bottom: 2px solid #bba96c;
    padding: 0.75rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 100;
}

.lookout-title[b-0xhc6fe3uz] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #bba96c;
    letter-spacing: 0.05em;
}

.lookout-header-right[b-0xhc6fe3uz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.lookout-user[b-0xhc6fe3uz] {
    font-size: 0.8rem;
    color: #9ca3af;
}

.lookout-content[b-0xhc6fe3uz] {
    flex: 1;
    padding: 1rem;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
/* /Pages/Index.razor.rz.scp.css */
.lookout-home-shell[b-4isc8vt3gv] {
    position: relative;
    min-height: calc(100vh - 56px);
}

.lookout-home-svg[b-4isc8vt3gv] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.lookout-home-content[b-4isc8vt3gv] {
    position: relative;
    z-index: 1;
    padding: 1.5rem 1rem;
}
