/* _content/BinderBucket/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-t2pe9885un] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-t2pe9885un] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

header[b-t2pe9885un] {
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.container[b-t2pe9885un] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer[b-t2pe9885un] {
    background-color: #f8f9fa;
    padding: 2rem 0;
    margin-top: auto;
}

.ai-blurb[b-t2pe9885un] {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.ai-blurb h3[b-t2pe9885un] {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #333;
}

.ai-blurb p[b-t2pe9885un] {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .ai-blurb h3[b-t2pe9885un] {
        font-size: 1.3rem;
    }
    
    .ai-blurb p[b-t2pe9885un] {
        font-size: 1rem;
    }
}

#blazor-error-ui[b-t2pe9885un] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-t2pe9885un] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/BinderBucket/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar[b-2hyviguh8r] {
    padding: 1rem 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.container[b-2hyviguh8r] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.navbar-brand[b-2hyviguh8r] {
    display: flex;
    align-items: center;
}

.navbar-brand a[b-2hyviguh8r] {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo[b-2hyviguh8r] {
    height: 40px;
    margin-right: 10px;
}

.brand-name[b-2hyviguh8r] {
    font-weight: 700;
    font-size: 1.5rem;
    color: #333;
}

.navbar-links[b-2hyviguh8r] {
    display: flex;
    align-items: center;
}

.nav-link[b-2hyviguh8r] {
    margin-left: 20px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-link:hover[b-2hyviguh8r] {
    color: #0275d8;
}

.login-button[b-2hyviguh8r] {
    margin-left: 20px;
    padding: 0.5rem 1.5rem;
    background-color: #0275d8;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s;
}

.login-button:hover[b-2hyviguh8r] {
    background-color: #025aa5;
}

.try-free-button[b-2hyviguh8r] {
    margin-left: 15px;
    padding: 0.5rem 1rem;
    background-color: transparent;
    color: #0275d8;
    border: 1px solid #0275d8;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
}

.try-free-button:hover[b-2hyviguh8r] {
    background-color: #0275d8;
    color: white;
}

@media (max-width: 992px) {
    .navbar-links[b-2hyviguh8r] {
        display: none;
    }
}
