/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Root layout */

.layout-root[b-ayy3x4sboc] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: radial-gradient(circle at top left, #0f172a 0, #020617 55%, #020617 100%);
    color: #e2e8f0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Header */

.site-header[b-ayy3x4sboc] {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(15, 23, 42, 0.9);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid #1f2937;
}

.header-inner[b-ayy3x4sboc] {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0.7rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Brand */

.brand[b-ayy3x4sboc] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.brand-pill[b-ayy3x4sboc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: linear-gradient(135deg, #22c55e, #22d3ee);
    color: #020617;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.brand-text[b-ayy3x4sboc] {
    font-weight: 600;
    letter-spacing: 0.03em;
    font-size: 1.05rem;
}

/* Nav */

.nav-links[b-ayy3x4sboc] {
    display: flex;
    gap: 1rem;
    font-size: 0.95rem;
}

    .nav-links a[b-ayy3x4sboc] {
        color: #cbd5e1;
        text-decoration: none;
        position: relative;
        padding-bottom: 0.1rem;
    }

        .nav-links a[b-ayy3x4sboc]::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -0.2rem;
            width: 0;
            height: 2px;
            background: linear-gradient(90deg, #22c55e, #22d3ee);
            border-radius: 999px;
            transition: width 0.15s ease;
        }

        .nav-links a:hover[b-ayy3x4sboc] {
            color: #f9fafb;
        }

        .nav-links a.active[b-ayy3x4sboc] {
            color: #f9fafb;
        }

            .nav-links a.active[b-ayy3x4sboc]::after,
            .nav-links a:hover[b-ayy3x4sboc]::after {
                width: 100%;
            }

/* Main */

.site-main[b-ayy3x4sboc] {
    flex: 1;
    width: 100%;
    padding: 1.8rem 1rem 1.5rem;
    display: flex;
    justify-content: center;
}

/* Footer */

.site-footer[b-ayy3x4sboc] {
    padding: 0.8rem 1rem;
    text-align: center;
    font-size: 0.85rem;
    color: #64748b;
    background: #020617;
    border-top: 1px solid #1f2937;
}

/* Responsive */

@media (max-width: 640px) {
    .header-inner[b-ayy3x4sboc] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.4rem;
    }

    .nav-links[b-ayy3x4sboc] {
        gap: 0.75rem;
        font-size: 0.9rem;
    }

    .site-main[b-ayy3x4sboc] {
        padding: 1.4rem 0.8rem 1.2rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-yr0ybvv217] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-yr0ybvv217] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-yr0ybvv217] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-yr0ybvv217] {
    font-size: 1.1rem;
}

.bi[b-yr0ybvv217] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill[b-yr0ybvv217] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill[b-yr0ybvv217] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested[b-yr0ybvv217] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-yr0ybvv217] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-yr0ybvv217] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-yr0ybvv217] {
        padding-bottom: 1rem;
    }

    .nav-item[b-yr0ybvv217]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-yr0ybvv217]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-yr0ybvv217]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-yr0ybvv217] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-yr0ybvv217] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-yr0ybvv217] {
        display: none;
    }

    .nav-scrollable[b-yr0ybvv217] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-root[b-enn5ylorhj] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

/* Hero section */

.home-hero[b-enn5ylorhj] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.ai-pill[b-enn5ylorhj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    padding: 0.15rem 0.7rem;
    border-radius: 999px;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(34, 197, 94, 0.15);
    color: #bbf7d0;
    border: 1px solid rgba(34, 197, 94, 0.5);
}

.home-title[b-enn5ylorhj] {
    margin: 0 0 0.4rem;
    font-size: clamp(1.9rem, 3vw, 2.4rem);
    color: #f9fafb;
}

.home-subtitle[b-enn5ylorhj] {
    margin: 0 0 1.2rem;
    font-size: 0.95rem;
    color: #9ca3af;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
}

/* Scan bar */

.scan-bar[b-enn5ylorhj] {
    display: flex;
    align-items: stretch;
    gap: 0.6rem;
    max-width: 720px;
    margin: 0 auto 0.6rem;
}

.scan-input[b-enn5ylorhj] {
    flex: 1;
    padding: 0.8rem 1rem;
    border-radius: 999px;
    border: 1px solid #334155;
    background: #020617;
    color: #e2e8f0;
    font-size: 0.95rem;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.9);
}

    .scan-input[b-enn5ylorhj]::placeholder {
        color: #64748b;
    }

.scan-btn[b-enn5ylorhj] {
    padding: 0 1.5rem;
    border-radius: 999px;
    border: none;
    background: linear-gradient(135deg, #22c55e, #22d3ee);
    color: #020617;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(34, 197, 94, 0.4);
    white-space: nowrap;
}

    .scan-btn:hover[b-enn5ylorhj] {
        transform: translateY(-1px);
        box-shadow: 0 16px 40px rgba(34, 197, 94, 0.6);
    }

.scan-help[b-enn5ylorhj] {
    margin: 0.2rem 0 0;
    font-size: 0.85rem;
    color: #94a3b8;
}

/* Card section */

.home-card[b-enn5ylorhj] {
    margin: 0 auto;
    max-width: 780px;
    margin-top: 1.2rem;
    background: #020617;
    border-radius: 16px;
    border: 1px solid #1f2937;
    padding: 1.5rem 1.4rem 1.4rem;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.9);
}

.card-title[b-enn5ylorhj] {
    margin: 0 0 0.3rem;
    font-size: 1.25rem;
    color: #e5e7eb;
}

.card-subtitle[b-enn5ylorhj] {
    margin: 0 0 1rem;
    font-size: 0.9rem;
    color: #9ca3af;
}

/* Alert form */

.alert-form[b-enn5ylorhj] {
    text-align: left;
}

.field-row[b-enn5ylorhj] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
    gap: 0.8rem;
    margin-bottom: 0.9rem;
}

.field[b-enn5ylorhj] {
    display: flex;
    flex-direction: column;
}

.field-label[b-enn5ylorhj] {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9ca3af;
    margin-bottom: 0.25rem;
}

.text-input[b-enn5ylorhj] {
    padding: 0.6rem 0.75rem;
    border-radius: 10px;
    border: 1px solid #334155;
    background: #020617;
    color: #e5e7eb;
    font-size: 0.95rem;
}

    .text-input[b-enn5ylorhj]::placeholder {
        color: #64748b;
    }

.alert-btn[b-enn5ylorhj] {
    width: 100%;
    padding: 0.75rem;
    border-radius: 10px;
    border: none;
    background: #22c55e;
    color: #022c22;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(34, 197, 94, 0.4);
}

    .alert-btn:hover[b-enn5ylorhj] {
        transform: translateY(-1px);
        box-shadow: 0 16px 40px rgba(34, 197, 94, 0.6);
    }

.form-note[b-enn5ylorhj] {
    margin: 0.6rem 0 0;
    font-size: 0.82rem;
    color: #6b7280;
}

/* Mobile tweaks */

@media (max-width: 640px) {
    .scan-bar[b-enn5ylorhj] {
        flex-direction: column;
    }

    .scan-btn[b-enn5ylorhj] {
        width: 100%;
        justify-content: center;
    }

    .field-row[b-enn5ylorhj] {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-card[b-enn5ylorhj] {
        padding: 1.3rem 1rem 1.1rem;
    }
}
