@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.av-layout[b-354fbwohey] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
}

.av-main[b-354fbwohey] {
    flex: 1;
    min-height: 0;
    padding-top: 56px;
}

/* Footer - AdSense compliant compact footer */
.av-footer[b-354fbwohey] {
    border-top: 1px solid #E9ECEF;
    padding: 16px 24px;
    margin-top: 40px;
    background: #FAFAFA;
}

.av-footer-inner[b-354fbwohey] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.av-footer-brand[b-354fbwohey] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.av-footer-logo[b-354fbwohey] {
    font-size: 1.4rem;
    color: #0096C7;
}

.av-footer-logo-img[b-354fbwohey] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: cover;
}

.av-footer-name[b-354fbwohey] {
    font-family: 'Segoe UI', 'Apple SD Gothic Neo', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    color: #212529;
}

.av-footer-links[b-354fbwohey] {
    display: flex;
    gap: 24px;
}

.av-footer-links a[b-354fbwohey] {
    color: #6C757D;
    font-size: 0.8rem;
    text-decoration: none;
    transition: color 0.2s ease-out;
}

.av-footer-links a:hover[b-354fbwohey] {
    color: #0096C7;
    text-decoration: underline;
}

.av-footer-sep[b-354fbwohey] {
    color: #CED4DA;
    font-size: 0.75rem;
}

.av-footer-copy[b-354fbwohey] {
    color: #ADB5BD;
    font-size: 0.75rem;
}

@media (max-width: 640px) {
    .av-footer-inner[b-354fbwohey] {
        flex-direction: column;
        text-align: center;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* Pinterest-style Navigation Bar */
.av-navbar[b-mu12qqei3i] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0 16px;
    background: #FFFFFF;
    border-bottom: 1px solid #EFEFEF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.av-navbar-inner[b-mu12qqei3i] {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 56px;
    gap: 8px;
}

/* Logo */
.av-navbar-brand[b-mu12qqei3i] {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.2s;
}

.av-navbar-brand:hover[b-mu12qqei3i] {
    background: #F0F0F0;
}

.av-brand-icon[b-mu12qqei3i] {
    font-size: 1.6rem;
    color: #E60023;
}

.av-brand-logo[b-mu12qqei3i] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

/* Nav Tabs - Pinterest style */
.av-nav-tabs[b-mu12qqei3i] {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

[b-mu12qqei3i] .av-nav-tab {
    padding: 8px 16px;
    border-radius: 24px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #111111;
    text-decoration: none;
    transition: background 0.2s;
    white-space: nowrap;
}

[b-mu12qqei3i] .av-nav-tab:hover {
    background: #F0F0F0;
    color: #111111;
}

[b-mu12qqei3i] .av-nav-tab.active {
    background: #111111;
    color: #FFFFFF;
}

/* Search Bar - Pinterest central element */
.av-search-bar[b-mu12qqei3i] {
    flex: 1;
    display: flex;
    align-items: center;
    background: #E9E9E9;
    border-radius: 24px;
    padding: 0 16px;
    height: 40px;
    min-width: 0;
    transition: background 0.2s, box-shadow 0.2s;
}

.av-search-bar:focus-within[b-mu12qqei3i] {
    background: #F0F0F0;
    box-shadow: 0 0 0 3px rgba(0, 132, 255, 0.3);
}

[b-mu12qqei3i] .av-search-icon {
    color: #767676;
    flex-shrink: 0;
    margin-right: 8px;
}

.av-search-input[b-mu12qqei3i] {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 0.9rem;
    color: #111111;
    font-family: inherit;
    min-width: 0;
}

.av-search-input[b-mu12qqei3i]::placeholder {
    color: #767676;
}

.av-search-clear[b-mu12qqei3i] {
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
    color: #767676;
    display: flex;
    align-items: center;
    border-radius: 50%;
    transition: background 0.2s;
    flex-shrink: 0;
}

.av-search-clear:hover[b-mu12qqei3i] {
    background: #D5D5D5;
}

/* Right Actions */
.av-nav-actions[b-mu12qqei3i] {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.av-nav-avatar[b-mu12qqei3i] {
    cursor: pointer;
    transition: box-shadow 0.2s;
    border: 2px solid transparent;
}

.av-nav-avatar:hover[b-mu12qqei3i] {
    border-color: #111111;
}

/* Mobile Toggle */
.av-mobile-toggle[b-mu12qqei3i] {
    display: none;
    background: none;
    border: none;
    color: #111111;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: background 0.2s;
}

.av-mobile-toggle:hover[b-mu12qqei3i] {
    background: #F0F0F0;
}

/* Mobile Menu */
.av-mobile-menu[b-mu12qqei3i] {
    display: none;
    padding: 12px 16px;
    border-top: 1px solid #EFEFEF;
    background: #FFFFFF;
    animation: fade-in-b-mu12qqei3i 0.2s ease-out;
}

.av-mobile-search[b-mu12qqei3i] {
    display: flex;
    align-items: center;
    background: #E9E9E9;
    border-radius: 24px;
    padding: 0 16px;
    height: 40px;
    margin-bottom: 12px;
}

[b-mu12qqei3i] .av-mobile-link {
    display: block;
    width: 100%;
    padding: 12px 16px;
    color: #111111;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 12px;
    transition: background 0.2s;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
}

[b-mu12qqei3i] .av-mobile-link:hover,
[b-mu12qqei3i] .av-mobile-link.active {
    background: #F0F0F0;
}

[b-mu12qqei3i] .av-mobile-signup {
    background: #E60023;
    color: #FFFFFF !important;
    text-align: center;
    border-radius: 24px;
    margin-top: 8px;
}

.av-mobile-divider[b-mu12qqei3i] {
    height: 1px;
    background: #EFEFEF;
    margin: 8px 0;
}

@keyframes fade-in-b-mu12qqei3i {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
    .av-nav-tabs[b-mu12qqei3i],
    .av-search-bar[b-mu12qqei3i],
    .av-nav-actions[b-mu12qqei3i] {
        display: none;
    }

    .av-mobile-toggle[b-mu12qqei3i] {
        display: flex;
        margin-left: auto;
    }

    .av-mobile-menu[b-mu12qqei3i] {
        display: block;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .av-nav-tabs[b-mu12qqei3i] {
        display: none;
    }
}
/* /Pages/Auth/Login.razor.rz.scp.css */
.auth-container[b-xg2recvrh3] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.auth-container[b-xg2recvrh3]::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 50% at 50% -20%, rgba(0, 150, 199, 0.05) 0%, transparent 60%),
        radial-gradient(ellipse 60% 40% at 80% 50%, rgba(0, 150, 199, 0.03) 0%, transparent 50%);
    z-index: 0;
}

.auth-card[b-xg2recvrh3] {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 450px;
    background: #FFFFFF;
    border: 1px solid #DEE2E6;
    border-radius: 24px;
    padding: 48px 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    animation: fade-up-b-xg2recvrh3 0.5s ease-out;
}

.auth-header[b-xg2recvrh3] {
    text-align: center;
    margin-bottom: 40px;
}

.auth-title[b-xg2recvrh3] {
    font-family: 'Segoe UI', 'Apple SD Gothic Neo', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #0096C7;
}

.auth-subtitle[b-xg2recvrh3] {
    font-size: 0.95rem;
    color: #6C757D;
    font-weight: 400;
}

/* MudBlazor component overrides for light mode */
[b-xg2recvrh3] .mud-input-control {
    color: #212529 !important;
}

[b-xg2recvrh3] .mud-input-label {
    color: #6C757D !important;
}

[b-xg2recvrh3] .mud-input-label.mud-input-label-input {
    color: #6C757D !important;
}

[b-xg2recvrh3] .mud-input-root {
    color: #212529 !important;
}

[b-xg2recvrh3] .mud-input-root input {
    color: #212529 !important;
}

[b-xg2recvrh3] .mud-input-root textarea {
    color: #212529 !important;
}

[b-xg2recvrh3] .mud-input-root .mud-input {
    color: #212529 !important;
}

[b-xg2recvrh3] .mud-input-helper-text {
    color: #6C757D !important;
}

[b-xg2recvrh3] .mud-typography {
    color: #212529 !important;
}

[b-xg2recvrh3] .mud-link {
    color: #0096C7 !important;
}

[b-xg2recvrh3] .mud-link:hover {
    color: #007BA3 !important;
}

.auth-form[b-xg2recvrh3] {
    margin-bottom: 24px;
}

.auth-divider[b-xg2recvrh3] {
    margin: 32px 0;
    border-color: #DEE2E6;
}

.auth-footer[b-xg2recvrh3] {
    text-align: center;
    margin-top: 24px;
}

.auth-footer-text[b-xg2recvrh3] {
    font-size: 0.9rem;
    color: #6C757D;
}

.auth-link[b-xg2recvrh3] {
    color: #0096C7;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease-out;
}

.auth-link:hover[b-xg2recvrh3] {
    color: #007BA3;
}

@keyframes fade-up-b-xg2recvrh3 {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 600px) {
    .auth-card[b-xg2recvrh3] {
        padding: 32px 24px;
        max-width: 100%;
    }

    .auth-title[b-xg2recvrh3] {
        font-size: 1.6rem;
    }
}
/* /Pages/Auth/Register.razor.rz.scp.css */
.auth-container[b-ntxs5458jh] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.auth-container[b-ntxs5458jh]::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 50% at 50% -20%, rgba(0, 150, 199, 0.05) 0%, transparent 60%),
        radial-gradient(ellipse 60% 40% at 80% 50%, rgba(0, 150, 199, 0.03) 0%, transparent 50%);
    z-index: 0;
}

.auth-card[b-ntxs5458jh] {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 550px;
    background: #FFFFFF;
    border: 1px solid #DEE2E6;
    border-radius: 24px;
    padding: 48px 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    animation: fade-up-b-ntxs5458jh 0.5s ease-out;
}

.auth-header[b-ntxs5458jh] {
    text-align: center;
    margin-bottom: 40px;
}

.auth-title[b-ntxs5458jh] {
    font-family: 'Segoe UI', 'Apple SD Gothic Neo', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #0096C7;
}

.auth-subtitle[b-ntxs5458jh] {
    font-size: 0.95rem;
    color: #6C757D;
    font-weight: 400;
}

/* MudBlazor component overrides for light mode */
[b-ntxs5458jh] .mud-input-control {
    color: #212529 !important;
}

[b-ntxs5458jh] .mud-input-label {
    color: #6C757D !important;
}

[b-ntxs5458jh] .mud-input-label.mud-input-label-input {
    color: #6C757D !important;
}

[b-ntxs5458jh] .mud-input-root {
    color: #212529 !important;
}

[b-ntxs5458jh] .mud-input-root input {
    color: #212529 !important;
}

[b-ntxs5458jh] .mud-input-root textarea {
    color: #212529 !important;
}

[b-ntxs5458jh] .mud-input-root .mud-input {
    color: #212529 !important;
}

[b-ntxs5458jh] .mud-input-helper-text {
    color: #6C757D !important;
}

[b-ntxs5458jh] .mud-datepicker .mud-input-root input {
    color: #212529 !important;
}

[b-ntxs5458jh] .mud-checkbox {
    color: #212529 !important;
}

[b-ntxs5458jh] .mud-checkbox .mud-checkbox-label {
    color: #212529 !important;
}

[b-ntxs5458jh] .mud-typography {
    color: #212529 !important;
}

[b-ntxs5458jh] .mud-link {
    color: #0096C7 !important;
}

[b-ntxs5458jh] .mud-link:hover {
    color: #007BA3 !important;
}

.auth-form[b-ntxs5458jh] {
    margin-bottom: 24px;
}

.auth-footer[b-ntxs5458jh] {
    text-align: center;
    margin-top: 24px;
}

.auth-footer-text[b-ntxs5458jh] {
    font-size: 0.9rem;
    color: #6C757D;
}

.auth-link[b-ntxs5458jh] {
    color: #0096C7;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease-out;
}

.auth-link:hover[b-ntxs5458jh] {
    color: #007BA3;
}

@keyframes fade-up-b-ntxs5458jh {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 600px) {
    .auth-card[b-ntxs5458jh] {
        padding: 32px 24px;
        max-width: 100%;
    }

    .auth-title[b-ntxs5458jh] {
        font-size: 1.6rem;
    }
}
