/* _content/DaddyWarBucks/Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-twh5iolqdj] {
    min-height: 100vh;
}

.site-header[b-twh5iolqdj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem clamp(1rem, 4vw, 3rem);
    background:
        linear-gradient(180deg, #e62a96 0%, #bd0f6a 100%);
    border-bottom: 0.22rem solid #061426;
    backdrop-filter: blur(12px);
    box-shadow: 0 0.65rem 1.25rem rgba(6, 20, 38, 0.28);
    position: relative;
    z-index: 5;
}

.brand[b-twh5iolqdj] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: #ffffff;
    font-weight: 950;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.brand-mark[b-twh5iolqdj] {
    width: 3.65rem;
    height: 3.65rem;
    display: grid;
    place-items: center;
}

.brand-mark img[b-twh5iolqdj] {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 0.22rem 0.28rem rgba(6, 20, 38, 0.45));
}

.brand-wordmark[b-twh5iolqdj] {
    width: clamp(12.5rem, 22vw, 18.5rem);
    height: auto;
    filter:
        brightness(0) invert(1)
        drop-shadow(0.12rem 0.14rem 0 rgba(6, 20, 38, 0.38));
}

.brand-dotcom[b-twh5iolqdj] {
    margin-left: -0.25rem;
    color: #ffffff;
    font-size: clamp(1rem, 1.7vw, 1.45rem);
    font-style: italic;
    font-weight: 950;
    letter-spacing: 0;
    text-shadow: 0.1rem 0.12rem 0 rgba(6, 20, 38, 0.38);
    transform: skewX(-10deg);
}

nav[b-twh5iolqdj] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

nav a[b-twh5iolqdj] {
    color: #ffffff;
    font-weight: 800;
    padding: 0.5rem 0.95rem;
    border: 0.12rem solid rgba(255, 255, 255, 0.55);
    border-radius: 999rem;
    background: rgba(255, 255, 255, 0.12);
    text-decoration: none;
    box-shadow: inset 0 0 0 1px rgba(6, 20, 38, 0.08);
}

nav a.active[b-twh5iolqdj] {
    color: #061426;
    background: #ffffff;
    border-color: #ffffff;
    text-shadow: none;
}

nav a:hover[b-twh5iolqdj] {
    background: rgba(255, 255, 255, 0.24);
}

nav a.active:hover[b-twh5iolqdj] {
    background: #ffffff;
}

nav .owner-link[b-twh5iolqdj] {
    width: 2.45rem;
    height: 2.45rem;
    padding: 0;
    display: inline-grid;
    place-items: center;
    font-size: 1.25rem;
    line-height: 1;
}

main[b-twh5iolqdj] {
    min-height: calc(100vh - 4rem);
}

#blazor-error-ui[b-twh5iolqdj] {
    background: #fff3cd;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.75rem 1rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-twh5iolqdj] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
}
/* _content/DaddyWarBucks/Components/Layout/NavMenu.razor.rz.scp.css */
/* Navigation lives in MainLayout. */
