/* _content/Venus-project/Components/Account/Pages/Manage/EditPost.razor.rz.scp.css */
.featured-image-upload[b-otyb9pymgd] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.featured-preview[b-otyb9pymgd] {
    max-width: 320px;
    max-height: 200px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
}
/* _content/Venus-project/Components/Account/Pages/Manage/Posts.razor.rz.scp.css */
.new-post-btn[b-8rf1n1dfl1] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: #fff;
    background: #4caf50;
    padding: 0.35rem 0.85rem;
    border-radius: 6px;
    text-decoration: none;
    margin-left: auto;
    transition: background 0.2s;
}

.new-post-btn:hover[b-8rf1n1dfl1] {
    background: #43a047;
}

.empty-state[b-8rf1n1dfl1] {
    text-align: center;
    padding: 3rem 1rem;
    color: #999;
    font-family: 'Poppins', sans-serif;
}

.empty-state svg[b-8rf1n1dfl1] {
    color: #ccc;
    margin-bottom: 1rem;
}

.empty-state p[b-8rf1n1dfl1] {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

.posts-list[b-8rf1n1dfl1] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.post-row[b-8rf1n1dfl1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
    gap: 1rem;
}

.post-row:first-child[b-8rf1n1dfl1] {
    border-top: 1px solid #eee;
}

.post-thumb-wrap[b-8rf1n1dfl1] {
    flex-shrink: 0;
}

.post-thumb[b-8rf1n1dfl1] {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    object-fit: cover;
}

.post-thumb-placeholder[b-8rf1n1dfl1] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    color: #bbb;
}

.post-info[b-8rf1n1dfl1] {
    flex: 1;
    min-width: 0;
}

.post-title-link[b-8rf1n1dfl1] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post-title-link:hover[b-8rf1n1dfl1] {
    color: #4caf50;
}

.post-title-moderated[b-8rf1n1dfl1] {
    text-decoration: line-through;
    color: #aaa;
}

.post-moderated-badge[b-8rf1n1dfl1] {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    color: #c62828;
    background: #fef5f5;
    border: 1px solid #f0dada;
    padding: 0.1rem 0.5rem;
    border-radius: 4px;
    margin-top: 0.2rem;
}

.post-meta[b-8rf1n1dfl1] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.78rem;
    color: #999;
    margin-top: 0.2rem;
}

.post-meta-sep[b-8rf1n1dfl1] {
    margin: 0 0.35rem;
}

.post-actions[b-8rf1n1dfl1] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.action-edit[b-8rf1n1dfl1] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    color: #4caf50;
    text-decoration: none;
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    transition: background 0.15s;
}

.action-edit:hover[b-8rf1n1dfl1] {
    background: #f0faf0;
}

.action-delete[b-8rf1n1dfl1] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    color: #e53935;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    transition: background 0.15s;
}

.action-delete:hover[b-8rf1n1dfl1] {
    background: #fef0f0;
}

@media (max-width: 600px) {
    .post-row[b-8rf1n1dfl1] {
        flex-direction: column;
        align-items: flex-start;
    }

    .post-actions[b-8rf1n1dfl1] {
        margin-top: 0.5rem;
    }
}
/* _content/Venus-project/Components/Account/Pages/Manage/SubmitPost.razor.rz.scp.css */
.featured-image-upload[b-rhf3cyi1ll] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.featured-preview[b-rhf3cyi1ll] {
    max-width: 320px;
    max-height: 200px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
}
/* _content/Venus-project/Components/Account/Shared/ManageLayout.razor.rz.scp.css */
.manage-account-wrapper[b-yae8p6z64n] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2.5rem 2rem 4rem;
}

.manage-layout[b-yae8p6z64n] {
    display: flex;
    gap: 2.5rem;
    align-items: flex-start;
}

.manage-sidebar-col[b-yae8p6z64n] {
    flex: 0 0 280px;
    position: sticky;
    top: 2rem;
}

.manage-content-col[b-yae8p6z64n] {
    flex: 1;
    min-width: 0;
}

@media (max-width: 768px) {
    .manage-layout[b-yae8p6z64n] {
        flex-direction: column;
    }

    .manage-sidebar-col[b-yae8p6z64n] {
        flex: none;
        width: 100%;
        position: static;
    }
}

/* ── Shared manage page styles ── */
[b-yae8p6z64n] .manage-page {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 2rem;
}

[b-yae8p6z64n] .manage-page-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e8e8e8;
}

[b-yae8p6z64n] .manage-page-title svg {
    color: #888;
}

[b-yae8p6z64n] .manage-field {
    margin-bottom: 1.2rem;
}

[b-yae8p6z64n] .manage-label {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 0.35rem;
}

[b-yae8p6z64n] .manage-input {
    display: block;
    width: 100%;
    padding: 0.6rem 0.9rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    color: #333;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    background: #fff;
    transition: border-color 0.15s, box-shadow 0.15s;
}

[b-yae8p6z64n] .manage-input:focus {
    outline: none;
    border-color: #4caf50;
    box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.15);
}

[b-yae8p6z64n] .manage-input:disabled {
    background: #f5f5f5;
    color: #888;
    cursor: not-allowed;
}

[b-yae8p6z64n] .manage-btn-primary {
    display: inline-block;
    padding: 0.65rem 1.8rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #fff;
    background: #4caf50;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 0.5rem;
}

[b-yae8p6z64n] .manage-btn-primary:hover {
    background: #43a047;
}

[b-yae8p6z64n] .manage-btn-danger {
    display: inline-block;
    padding: 0.65rem 1.8rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #fff;
    background: #e53935;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 0.5rem;
}

[b-yae8p6z64n] .manage-btn-danger:hover {
    background: #c62828;
}

[b-yae8p6z64n] .text-danger {
    color: #e53935 !important;
    font-size: 0.8rem;
    font-family: 'Poppins', sans-serif;
}

[b-yae8p6z64n] .manage-pw-wrapper {
    position: relative;
}

[b-yae8p6z64n] .manage-pw-toggle {
    position: absolute;
    right: 0.7rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.2rem;
    z-index: 5;
    line-height: 1;
}

[b-yae8p6z64n] .manage-eye {
    font-size: 1.1rem;
    opacity: 0.6;
    transition: opacity 0.2s;
}

[b-yae8p6z64n] .manage-pw-toggle:hover .manage-eye {
    opacity: 1;
}

[b-yae8p6z64n] .manage-section {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e8e8e8;
}

[b-yae8p6z64n] .manage-section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.8rem;
}

[b-yae8p6z64n] .manage-warning {
    background: #fff8e1;
    border: 1px solid #ffe082;
    border-radius: 4px;
    padding: 0.8rem 1rem;
    margin-bottom: 1rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    color: #795548;
}
/* _content/Venus-project/Components/Account/Shared/ManageNavMenu.razor.rz.scp.css */
.manage-sidebar[b-nplsa433du] {
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

/* ── Profile section ── */
.sidebar-profile[b-nplsa433du] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.8rem 1.2rem 1.2rem;
    border-bottom: 1px solid #e8e8e8;
}

.sidebar-avatar[b-nplsa433du] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e8e8e8;
    margin-bottom: 0.8rem;
}

.sidebar-avatar-placeholder[b-nplsa433du] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #67B377, #75992C);
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.sidebar-name[b-nplsa433du] {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 0.2rem;
}

.sidebar-view-profile[b-nplsa433du] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    color: #4caf50;
    text-decoration: none;
    transition: color 0.2s;
}

.sidebar-view-profile:hover[b-nplsa433du] {
    color: #388e3c;
    text-decoration: underline;
}

/* ── Nav items ── */
.sidebar-nav[b-nplsa433du] {
    display: flex;
    flex-direction: column;
}

[b-nplsa433du] .sidebar-link,
[b-nplsa433du] a.sidebar-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1.2rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: #444 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.15s, color 0.15s;
    cursor: pointer;
}

[b-nplsa433du] .sidebar-link:last-child {
    border-bottom: none;
}

[b-nplsa433du] .sidebar-link:hover {
    background: #f8f8f8;
    color: #1a1a1a !important;
}

[b-nplsa433du] .sidebar-link.active,
[b-nplsa433du] a.sidebar-link.active {
    background: #f5f9f5;
    color: #4caf50 !important;
    font-weight: 500;
}

[b-nplsa433du] .sidebar-link svg:first-child {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: #999;
}

[b-nplsa433du] .sidebar-link.active svg:first-child {
    color: #4caf50;
}

[b-nplsa433du] .sidebar-link span {
    flex: 1;
}

[b-nplsa433du] .sidebar-link .chevron {
    width: 16px;
    height: 16px;
    color: #ccc;
    flex-shrink: 0;
}

[b-nplsa433du] .sidebar-link.active .chevron {
    color: #4caf50;
}
/* _content/Venus-project/Components/Layout/AuthLayout.razor.rz.scp.css */
/* ========== AUTH PAGE ========== */
.auth-page[b-vd7qb10tt7] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.auth-background[b-vd7qb10tt7] {
    position: fixed;
    inset: 0;
    background: linear-gradient(135deg, #2e7d32 0%, #66bb6a 30%, #aed581 60%, #c4953a 100%);
    z-index: 0;
}

/* ========== AUTH CARD ========== */
.auth-card[b-vd7qb10tt7] {
    position: relative;
    z-index: 1;
    background: rgba(240, 245, 235, 0.92);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 2.5rem 3rem 2rem;
    width: 100%;
    max-width: 460px;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.25);
    margin: 2rem;
}

.auth-logo[b-vd7qb10tt7] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.auth-logo img[b-vd7qb10tt7] {
    height: 90px;
    width: auto;
}

/* ========== RETURN LINK ========== */
.auth-return[b-vd7qb10tt7] {
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.auth-return-link[b-vd7qb10tt7] {
    color: #2e7d32;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 500;
    transition: color 0.2s;
}

.auth-return-link:hover[b-vd7qb10tt7] {
    color: #1b5e20;
    text-decoration: underline;
}

/* ========== IDENTITY FORM OVERRIDES ========== */

/* Hide default Identity headings and separators */
[b-vd7qb10tt7] h1,
[b-vd7qb10tt7] h2 {
    display: none;
}

[b-vd7qb10tt7] hr {
    display: none;
}

/* Make form take full width */
[b-vd7qb10tt7] .row {
    margin: 0;
    display: block;
}

[b-vd7qb10tt7] .col-md-4 {
    width: 100%;
    max-width: 100%;
    padding: 0;
    flex: none;
}

/* Hide external login section */
[b-vd7qb10tt7] .col-md-6,
[b-vd7qb10tt7] .col-md-offset-2 {
    display: none;
}

/* Form inputs */
[b-vd7qb10tt7] .form-floating {
    margin-bottom: 1rem !important;
}

[b-vd7qb10tt7] .form-floating .form-control {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 1rem 0.85rem 0.4rem;
    font-size: 0.95rem;
    background: #fff;
    height: auto;
    min-height: 52px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

[b-vd7qb10tt7] .form-floating .form-control:focus {
    border-color: #2e7d32;
    box-shadow: 0 0 0 3px rgba(46, 125, 50, 0.15);
    outline: none;
}

[b-vd7qb10tt7] .form-floating label {
    color: #777;
    font-size: 0.9rem;
}

/* Checkbox */
[b-vd7qb10tt7] .checkbox {
    margin-bottom: 1rem;
}

[b-vd7qb10tt7] .checkbox label,
[b-vd7qb10tt7] .form-check label {
    font-size: 0.9rem;
    color: #444;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

/* Submit button */
[b-vd7qb10tt7] .btn-primary {
    background: #2a5f2e !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 0.75rem !important;
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    color: #fff !important;
    width: 100% !important;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    margin-bottom: 1rem;
}

[b-vd7qb10tt7] .btn-primary:hover {
    background: #1e4a22 !important;
    transform: translateY(-1px);
}

/* Links */
[b-vd7qb10tt7] a {
    color: #2e7d32;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}

[b-vd7qb10tt7] a:hover {
    color: #1b5e20;
    text-decoration: underline;
}

[b-vd7qb10tt7] p {
    margin: 0.3rem 0;
}

/* Validation messages */
[b-vd7qb10tt7] .text-danger {
    font-size: 0.82rem;
    color: #c62828 !important;
}

[b-vd7qb10tt7] .validation-summary-errors ul {
    padding-left: 1.2rem;
    margin: 0.5rem 0;
}

/* Section wrapper */
[b-vd7qb10tt7] section {
    width: 100%;
}

/* Status message */
[b-vd7qb10tt7] .alert {
    border-radius: 8px;
    font-size: 0.88rem;
    margin-bottom: 1rem;
}

/* Password toggle */
[b-vd7qb10tt7] .password-wrapper {
    position: relative;
}

[b-vd7qb10tt7] .password-toggle {
    position: absolute;
    right: 0.7rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.2rem;
    z-index: 5;
    line-height: 1;
}

[b-vd7qb10tt7] .eye-icon {
    font-size: 1.1rem;
    opacity: 0.6;
    transition: opacity 0.2s;
}

[b-vd7qb10tt7] .password-toggle:hover .eye-icon {
    opacity: 1;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 520px) {
    .auth-card[b-vd7qb10tt7] {
        margin: 1rem;
        padding: 2rem 1.5rem 1.5rem;
        max-width: 100%;
    }

    .auth-logo img[b-vd7qb10tt7] {
        height: 70px;
    }
}
/* _content/Venus-project/Components/Layout/Footer.razor.rz.scp.css */
.venus-footer[b-b4m2caank3] {
    width: 100%;
    margin-top: auto;
}

/* Main dark brown section */
.footer-main[b-b4m2caank3] {
    background-color: #2a1f14;
    color: #d4c5a9;
    padding: 4rem 2rem 3rem;
}

.footer-container[b-b4m2caank3] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

/* Footer columns */
.footer-col h5[b-b4m2caank3] {
    color: #d4a843;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}

/* Brand column */
.footer-brand .footer-logo[b-b4m2caank3] {
    width: 100px;
    height: auto;
    margin-bottom: 0.8rem;
}

.footer-brand h4[b-b4m2caank3] {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.footer-brand p[b-b4m2caank3] {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #b8a88a;
}

/* Navigation column */
.footer-navigation ul[b-b4m2caank3] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-navigation > ul > li[b-b4m2caank3] {
    margin-bottom: 0.25rem;
}

.footer-navigation > ul > li > a[b-b4m2caank3] {
    color: #d4a843;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.footer-navigation a[b-b4m2caank3] {
    color: #d4a843;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.footer-navigation a:hover[b-b4m2caank3] {
    color: #fff;
}

.footer-sub[b-b4m2caank3] {
    list-style: none;
    padding-left: 1.2rem !important;
    margin: 0.15rem 0 0.4rem;
}

.footer-sub li[b-b4m2caank3] {
    margin-bottom: 0.12rem;
}

.footer-sub a[b-b4m2caank3] {
    font-size: 0.85rem;
    color: #b8a88a;
}

.footer-sub a:hover[b-b4m2caank3] {
    color: #d4a843;
}

/* Social column */
.social-icons[b-b4m2caank3] {
    display: flex;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
}

.social-icons a[b-b4m2caank3] {
    color: #d4c5a9;
    transition: color 0.2s;
}

.social-icons a:hover[b-b4m2caank3] {
    color: #fff;
}

.newsletter-title[b-b4m2caank3] {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.email-label[b-b4m2caank3] {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #d4c5a9;
    margin-bottom: 0.4rem;
}

.newsletter-form[b-b4m2caank3] {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.newsletter-input[b-b4m2caank3] {
    padding: 0.6rem 0.8rem;
    border: 1px solid #555;
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-size: 0.9rem;
    max-width: 260px;
}

.newsletter-input[b-b4m2caank3]::placeholder {
    color: #999;
}

.newsletter-btn[b-b4m2caank3] {
    background: #6abf69;
    color: #fff;
    border: none;
    padding: 0.55rem 1.5rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    width: fit-content;
    transition: background 0.2s;
}

.newsletter-btn:hover[b-b4m2caank3] {
    background: #5aad59;
}

/* Contact column */
.footer-contact h5[b-b4m2caank3] {
    color: #d4a843;
}

.contact-role[b-b4m2caank3] {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.contact-name[b-b4m2caank3] {
    color: #fff;
    font-size: 0.95rem;
    margin-bottom: 0.3rem;
}

.contact-email[b-b4m2caank3] {
    color: #4a9eda;
    text-decoration: none;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 1.5rem;
}

.contact-email:hover[b-b4m2caank3] {
    text-decoration: underline;
}

.partner-logos[b-b4m2caank3] {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.eu-logo[b-b4m2caank3] {
    width: 50px;
    height: auto;
}

.prima-logo[b-b4m2caank3] {
    width: 140px;
    height: auto;
}

.prima-text[b-b4m2caank3] {
    color: #d4c5a9;
    font-size: 0.8rem;
    line-height: 1.5;
}

/* Bottom gold bar */
.footer-bottom[b-b4m2caank3] {
    background-color: #c4953a;
    text-align: center;
    padding: 0.8rem 1rem;
}

.footer-bottom p[b-b4m2caank3] {
    color: #2a1f14;
    font-size: 0.85rem;
    font-weight: 500;
    margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .footer-container[b-b4m2caank3] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .footer-container[b-b4m2caank3] {
        grid-template-columns: 1fr;
    }

    .footer-main[b-b4m2caank3] {
        padding: 2rem 1.5rem;
    }
}
/* _content/Venus-project/Components/Layout/Header.razor.rz.scp.css */
.venus-header[b-5954vd9xav] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 0.8rem 3rem;
    padding-right: 4.5rem;
}

.venus-nav[b-5954vd9xav] {
    display: flex;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    gap: 1rem;
}

.venus-logo[b-5954vd9xav] {
    flex-shrink: 0;
}

.venus-logo img[b-5954vd9xav] {
    height: 95px;
    width: auto;
}

.nav-links[b-5954vd9xav] {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0 0 0 auto;
    padding: 0;
    gap: 0;
}

.nav-item[b-5954vd9xav] {
    position: relative;
}

.nav-link[b-5954vd9xav],
[b-5954vd9xav] .nav-link,
[b-5954vd9xav] a.nav-link {
    color: #1a1a1a !important;
    text-decoration: none !important;
    font-size: 0.95rem;
    font-weight: 400;
    padding: 0.7rem 1.1rem;
    cursor: pointer;
    transition: color 0.25s;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    letter-spacing: 0.2px;
}

.nav-link:hover[b-5954vd9xav],
[b-5954vd9xav] .nav-link:hover,
[b-5954vd9xav] a.nav-link:hover {
    color: #d4a843 !important;
}

[b-5954vd9xav] .active-gold,
[b-5954vd9xav] a.active {
    color: #d4a843 !important;
}

.dropdown-trigger[b-5954vd9xav] {
    user-select: none;
}

.arrow[b-5954vd9xav] {
    font-size: 0.55rem;
    margin-left: 5px;
    opacity: 0.8;
}

/* Dropdown */
.has-dropdown .dropdown-menu[b-5954vd9xav] {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #eaeaea;
    min-width: 210px;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    padding: 0.5rem 0;
    z-index: 200;
    list-style: none;
    margin: 0;
}

.has-dropdown:hover > .dropdown-menu[b-5954vd9xav] {
    display: block;
}

[b-5954vd9xav] .dropdown-link,
[b-5954vd9xav] a.dropdown-link {
    display: block;
    padding: 0.7rem 1.5rem;
    color: #333 !important;
    text-decoration: none !important;
    font-size: 0.92rem;
    font-weight: 400;
    transition: color 0.15s;
    white-space: nowrap;
}

[b-5954vd9xav] .dropdown-link:hover,
[b-5954vd9xav] a.dropdown-link:hover {
    color: #2e7d32 !important;
}

/* Globe icon */
.globe-icon[b-5954vd9xav] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: visible;
    background: rgba(255, 255, 255, 0.45);
    border: none;
    transition: transform 0.25s ease;
    margin-left: auto;
    flex-shrink: 0;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 0;
}

.globe-icon:hover[b-5954vd9xav] {
    transform: translateY(-50%);
}

.globe-img[b-5954vd9xav] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* Mobile toggle */
.mobile-toggle[b-5954vd9xav] {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.mobile-toggle span[b-5954vd9xav] {
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}

/* Mobile responsive */
@media (max-width: 900px) {
    .mobile-toggle[b-5954vd9xav] {
        display: flex;
    }

    .nav-links[b-5954vd9xav] {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #eaeaea;
        padding: 1rem;
        gap: 0;
    }

    .nav-links.open[b-5954vd9xav] {
        display: flex;
    }

    .has-dropdown .dropdown-menu[b-5954vd9xav] {
        position: static;
        box-shadow: none;
        background: rgba(255,255,255,0.05);
        border-radius: 0;
    }

    .has-dropdown:hover .dropdown-menu[b-5954vd9xav] {
        display: block;
    }

    .dropdown-link[b-5954vd9xav] {
        color: #ccc;
        padding-left: 2rem;
    }

    .dropdown-link:hover[b-5954vd9xav] {
        background: rgba(255,255,255,0.1);
        color: #fff;
    }
}
/* _content/Venus-project/Components/Layout/MainLayout.razor.rz.scp.css */
.venus-app[b-24ecgmyqen] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-24ecgmyqen] {
    flex: 1;
}

#blazor-error-ui[b-24ecgmyqen] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-24ecgmyqen] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Venus-project/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-2tgkm8oidn] {
    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-2tgkm8oidn] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-2tgkm8oidn] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-2tgkm8oidn] {
    font-size: 1.1rem;
}

.bi[b-2tgkm8oidn] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-2tgkm8oidn] {
    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-nav-menu[b-2tgkm8oidn] {
    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-nav-menu[b-2tgkm8oidn] {
    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");
}

.bi-lock-nav-menu[b-2tgkm8oidn] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-2tgkm8oidn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-2tgkm8oidn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-2tgkm8oidn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-2tgkm8oidn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-2tgkm8oidn] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-2tgkm8oidn] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-2tgkm8oidn] {
        padding-bottom: 1rem;
    }

    .nav-item[b-2tgkm8oidn]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-2tgkm8oidn]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-2tgkm8oidn]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-2tgkm8oidn] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-2tgkm8oidn] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-2tgkm8oidn] {
        display: none;
    }

    .nav-scrollable[b-2tgkm8oidn] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Venus-project/Components/Layout/PlatformFooter.razor.rz.scp.css */
.venus-footer[b-7gbc4imkc1] {
    width: 100%;
    margin-top: auto;
}

/* Main dark brown section */
.footer-main[b-7gbc4imkc1] {
    background-color: #2a1f14;
    color: #d4c5a9;
    padding: 4rem 2rem 3rem;
}

.footer-container[b-7gbc4imkc1] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

/* Footer columns */
.footer-col h5[b-7gbc4imkc1] {
    color: #d4a843;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}

/* Brand column */
.footer-brand .footer-logo[b-7gbc4imkc1] {
    width: 100px;
    height: auto;
    margin-bottom: 0.8rem;
}

.footer-brand h4[b-7gbc4imkc1] {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.footer-brand p[b-7gbc4imkc1] {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #b8a88a;
}

/* Navigation column */
.footer-navigation ul[b-7gbc4imkc1] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-navigation > ul > li[b-7gbc4imkc1] {
    margin-bottom: 0.25rem;
}

.footer-navigation a[b-7gbc4imkc1] {
    color: #d4a843;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.footer-navigation a:hover[b-7gbc4imkc1] {
    color: #fff;
}

/* Logout button in footer */
.footer-logout-form[b-7gbc4imkc1] {
    display: inline;
    margin: 0;
    padding: 0;
}

.footer-logout-btn[b-7gbc4imkc1] {
    background: none;
    border: none;
    color: #d4a843;
    font-size: 0.9rem;
    cursor: pointer;
    padding: 0;
    font-family: inherit;
    transition: color 0.2s;
}

.footer-logout-btn:hover[b-7gbc4imkc1] {
    color: #fff;
}

/* Social column */
.social-icons[b-7gbc4imkc1] {
    display: flex;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
}

.social-icons a[b-7gbc4imkc1] {
    color: #d4c5a9;
    transition: color 0.2s;
}

.social-icons a:hover[b-7gbc4imkc1] {
    color: #fff;
}

.newsletter-title[b-7gbc4imkc1] {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.email-label[b-7gbc4imkc1] {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #d4c5a9;
    margin-bottom: 0.4rem;
}

.newsletter-form[b-7gbc4imkc1] {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.newsletter-input[b-7gbc4imkc1] {
    padding: 0.6rem 0.8rem;
    border: 1px solid #555;
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-size: 0.9rem;
    max-width: 260px;
}

.newsletter-input[b-7gbc4imkc1]::placeholder {
    color: #999;
}

.newsletter-btn[b-7gbc4imkc1] {
    background: #6abf69;
    color: #fff;
    border: none;
    padding: 0.55rem 1.5rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    width: fit-content;
    transition: background 0.2s;
}

.newsletter-btn:hover[b-7gbc4imkc1] {
    background: #5aad59;
}

/* Contact column */
.footer-contact h5[b-7gbc4imkc1] {
    color: #d4a843;
}

.contact-role[b-7gbc4imkc1] {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.contact-name[b-7gbc4imkc1] {
    color: #fff;
    font-size: 0.95rem;
    margin-bottom: 0.3rem;
}

.contact-email[b-7gbc4imkc1] {
    color: #4a9eda;
    text-decoration: none;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 1.5rem;
}

.contact-email:hover[b-7gbc4imkc1] {
    text-decoration: underline;
}

.partner-logos[b-7gbc4imkc1] {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.eu-logo[b-7gbc4imkc1] {
    width: 50px;
    height: auto;
}

.prima-logo[b-7gbc4imkc1] {
    width: 140px;
    height: auto;
}

.prima-text[b-7gbc4imkc1] {
    color: #d4c5a9;
    font-size: 0.8rem;
    line-height: 1.5;
}

/* Bottom gold bar */
.footer-bottom[b-7gbc4imkc1] {
    background-color: #c4953a;
    text-align: center;
    padding: 0.8rem 1rem;
}

.footer-bottom p[b-7gbc4imkc1] {
    color: #2a1f14;
    font-size: 0.85rem;
    font-weight: 500;
    margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .footer-container[b-7gbc4imkc1] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .footer-container[b-7gbc4imkc1] {
        grid-template-columns: 1fr;
    }

    .footer-main[b-7gbc4imkc1] {
        padding: 2rem 1.5rem;
    }
}
/* _content/Venus-project/Components/Layout/PlatformHeader.razor.rz.scp.css */
.venus-header[b-s0738u4ve3] {
    position: relative;
    width: 100%;
    z-index: 100;
    padding: 0.8rem 3rem;
    padding-right: 4.5rem;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
}

.venus-nav[b-s0738u4ve3] {
    display: flex;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    gap: 1rem;
}

.venus-logo[b-s0738u4ve3] {
    flex-shrink: 0;
}

.venus-logo img[b-s0738u4ve3] {
    height: 95px;
    width: auto;
}

.nav-links[b-s0738u4ve3] {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0 0 0 auto;
    padding: 0;
    gap: 0;
}

.nav-item[b-s0738u4ve3] {
    position: relative;
}

.nav-link[b-s0738u4ve3],
[b-s0738u4ve3] .nav-link,
[b-s0738u4ve3] a.nav-link {
    color: #1a1a1a !important;
    text-decoration: none !important;
    font-size: 0.95rem;
    font-weight: 400;
    padding: 0.7rem 1.1rem;
    cursor: pointer;
    transition: color 0.25s;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    letter-spacing: 0.2px;
}

.nav-link:hover[b-s0738u4ve3],
[b-s0738u4ve3] .nav-link:hover,
[b-s0738u4ve3] a.nav-link:hover {
    color: #d4a843 !important;
}

[b-s0738u4ve3] .active-gold,
[b-s0738u4ve3] a.active {
    color: #d4a843 !important;
}

/* Logout form inline */
.nav-logout-form[b-s0738u4ve3] {
    display: inline;
    margin: 0;
    padding: 0;
}

.nav-logout-btn[b-s0738u4ve3] {
    background: none;
    border: none;
    color: #1a1a1a !important;
    font-size: 0.95rem;
    font-weight: 400;
    padding: 0.7rem 1.1rem;
    cursor: pointer;
    transition: color 0.25s;
    font-family: inherit;
    letter-spacing: 0.2px;
}

.nav-logout-btn:hover[b-s0738u4ve3] {
    color: #d4a843 !important;
}

/* Notification bell */
.nav-notif-wrapper[b-s0738u4ve3] {
    position: relative;
}

.nav-notif-link[b-s0738u4ve3] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
}

.notif-badge[b-s0738u4ve3] {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #e53935;
    color: #fff;
    font-size: 0.6rem;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
    line-height: 1;
    box-shadow: 0 1px 4px rgba(229, 57, 53, 0.4);
}

/* Globe icon */
.globe-icon[b-s0738u4ve3] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: visible;
    background: rgba(255, 255, 255, 0.45);
    border: none;
    transition: transform 0.25s ease;
    margin-left: auto;
    flex-shrink: 0;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 0;
}

.globe-icon:hover[b-s0738u4ve3] {
    transform: translateY(-50%);
}

.globe-img[b-s0738u4ve3] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* Mobile toggle */
.mobile-toggle[b-s0738u4ve3] {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.mobile-toggle span[b-s0738u4ve3] {
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}

/* Dropdown */
.has-dropdown[b-s0738u4ve3] {
    position: relative;
}

.dropdown-trigger[b-s0738u4ve3] {
    user-select: none;
    cursor: pointer;
}

.arrow[b-s0738u4ve3] {
    font-size: 0.55rem;
    margin-left: 5px;
    opacity: 0.8;
}

.has-dropdown .dropdown-menu[b-s0738u4ve3] {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 210px;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    padding: 0.5rem 0;
    z-index: 200;
    list-style: none;
    margin: 0;
}

.has-dropdown:hover > .dropdown-menu[b-s0738u4ve3] {
    display: block;
}

[b-s0738u4ve3] .dropdown-link,
[b-s0738u4ve3] a.dropdown-link {
    display: block;
    padding: 0.7rem 1.5rem;
    color: #333 !important;
    text-decoration: none !important;
    font-size: 0.92rem;
    font-weight: 400;
    transition: color 0.15s;
    white-space: nowrap;
}

[b-s0738u4ve3] .dropdown-link:hover,
[b-s0738u4ve3] a.dropdown-link:hover {
    color: #2e7d32 !important;
}

/* Mobile responsive */
@media (max-width: 900px) {
    .mobile-toggle[b-s0738u4ve3] {
        display: flex;
    }

    .nav-links[b-s0738u4ve3] {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #eaeaea;
        padding: 1rem;
        gap: 0;
    }

    .nav-links.open[b-s0738u4ve3] {
        display: flex;
    }

    .has-dropdown .dropdown-menu[b-s0738u4ve3] {
        position: static;
        box-shadow: none;
        background: transparent;
        padding-left: 1rem;
    }

    .has-dropdown:hover .dropdown-menu[b-s0738u4ve3] {
        display: block;
    }
}
/* _content/Venus-project/Components/Layout/PlatformLayout.razor.rz.scp.css */
.venus-app[b-8tcs9yucyu] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-8tcs9yucyu] {
    flex: 1;
}

#blazor-error-ui[b-8tcs9yucyu] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-8tcs9yucyu] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Venus-project/Components/Pages/Admin/Analytics.razor.rz.scp.css */
.admin-section[b-20kegwwj33] {
    padding: 6rem 2rem 4rem;
    max-width: 1200px;
    margin: 0 auto;
}

.admin-section h1[b-20kegwwj33] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 2rem;
}

/* ========== SETUP CARD ========== */
.analytics-setup-card[b-20kegwwj33] {
    background: #fff;
    border-radius: 14px;
    padding: 3rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.setup-icon[b-20kegwwj33] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.analytics-setup-card h2[b-20kegwwj33] {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.analytics-setup-card p[b-20kegwwj33] {
    color: #555;
    margin-bottom: 1.5rem;
}

.btn-analytics-link[b-20kegwwj33] {
    display: inline-block;
    background: linear-gradient(135deg, #67B377, #75992C);
    color: #fff;
    text-decoration: none;
    padding: 0.7rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: opacity 0.2s;
}

.btn-analytics-link:hover[b-20kegwwj33] {
    opacity: 0.9;
    color: #fff;
}
/* _content/Venus-project/Components/Pages/Admin/BoardMembers.razor.rz.scp.css */
/* ========== ADMIN SECTION ========== */
.admin-section[b-6u24je9lgt] {
    padding: 6rem 2rem 4rem;
    max-width: 1000px;
    margin: 0 auto;
}

.admin-section h1[b-6u24je9lgt] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 2rem;
}

/* ========== FORM CARD ========== */
.admin-form-card[b-6u24je9lgt] {
    background: #fff;
    border-radius: 14px;
    padding: 2.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 3rem;
}

.admin-form-card h2[b-6u24je9lgt] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 1.5rem;
}

.form-row[b-6u24je9lgt] {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.form-row .form-group[b-6u24je9lgt] {
    flex: 1;
}

.form-group[b-6u24je9lgt] {
    margin-bottom: 1rem;
}

.form-group label[b-6u24je9lgt] {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #444;
    margin-bottom: 0.3rem;
}

.form-input[b-6u24je9lgt] {
    width: 100%;
    padding: 0.6rem 0.8rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 0.9rem;
    transition: border-color 0.2s;
}

.form-input:focus[b-6u24je9lgt] {
    outline: none;
    border-color: #67B377;
}

.form-textarea[b-6u24je9lgt] {
    min-height: 80px;
    resize: vertical;
}

.form-textarea-lg[b-6u24je9lgt] {
    min-height: 150px;
}

.form-check[b-6u24je9lgt] {
    display: flex !important;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.image-preview[b-6u24je9lgt] {
    margin-top: 0.8rem;
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid #eee;
}

.form-actions[b-6u24je9lgt] {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.btn-save[b-6u24je9lgt] {
    background: linear-gradient(135deg, #67B377, #75992C);
    color: #fff;
    border: none;
    padding: 0.7rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: opacity 0.2s;
}

.btn-save:hover[b-6u24je9lgt] {
    opacity: 0.9;
}

.btn-cancel[b-6u24je9lgt] {
    background: #eee;
    color: #444;
    border: none;
    padding: 0.7rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
}

/* ========== MEMBERS LIST ========== */
.admin-list h2[b-6u24je9lgt] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

.member-row[b-6u24je9lgt] {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1rem;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 0.8rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.member-row-photo img[b-6u24je9lgt] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.member-row-info[b-6u24je9lgt] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.member-row-info strong[b-6u24je9lgt] {
    font-size: 0.95rem;
    color: #1a1a1a;
}

.member-row-info small[b-6u24je9lgt] {
    font-size: 0.8rem;
    color: #777;
}

.member-badges[b-6u24je9lgt] {
    display: flex;
    gap: 0.4rem;
}

.badge[b-6u24je9lgt] {
    font-size: 0.7rem;
    padding: 0.15rem 0.5rem;
    border-radius: 20px;
    font-weight: 600;
}

.badge-advisory[b-6u24je9lgt] {
    background: #e8f5e9;
    color: #2e7d32;
}

.badge-reviewer[b-6u24je9lgt] {
    background: #e3f2fd;
    color: #1565c0;
}

.member-row-actions[b-6u24je9lgt] {
    display: flex;
    gap: 0.5rem;
}

.btn-edit[b-6u24je9lgt] {
    background: #e3f2fd;
    color: #1565c0;
    border: none;
    padding: 0.4rem 1rem;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
}

.btn-delete[b-6u24je9lgt] {
    background: #ffebee;
    color: #c62828;
    border: none;
    padding: 0.4rem 1rem;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 700px) {
    .form-row[b-6u24je9lgt] {
        flex-direction: column;
        gap: 0;
    }

    .member-row[b-6u24je9lgt] {
        flex-direction: column;
        text-align: center;
    }

    .member-row-actions[b-6u24je9lgt] {
        justify-content: center;
    }
}
/* _content/Venus-project/Components/Pages/Admin/ManageNusLibrary.razor.rz.scp.css */
/* Admin NUS Library Styles */

.admin-nus[b-ojzqt81wlv] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 8rem 2rem 4rem;
}

    .admin-nus h1[b-ojzqt81wlv] {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 1.5rem;
        color: #1a4a2e;
    }

/* Plant List */
.plant-list-section[b-ojzqt81wlv] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.btn-add[b-ojzqt81wlv] {
    align-self: flex-start;
    padding: 0.6rem 1.2rem;
    background: #2e7d32;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
}

.plant-list[b-ojzqt81wlv] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.plant-list-item[b-ojzqt81wlv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.2rem;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.plant-list-info[b-ojzqt81wlv] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.common-name[b-ojzqt81wlv] {
    color: #666;
    font-size: 0.9rem;
}

.slug-label[b-ojzqt81wlv] {
    color: #999;
    font-size: 0.8rem;
    font-family: monospace;
}

.plant-list-actions[b-ojzqt81wlv] {
    display: flex;
    gap: 0.5rem;
}

.btn-edit[b-ojzqt81wlv] {
    padding: 0.4rem 0.8rem;
    background: #1976d2;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
}

.btn-delete[b-ojzqt81wlv] {
    padding: 0.4rem 0.8rem;
    background: #c62828;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
}

/* Editor */
.plant-editor[b-ojzqt81wlv] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.editor-header[b-ojzqt81wlv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .editor-header h2[b-ojzqt81wlv] {
        font-size: 1.5rem;
        font-weight: 600;
        color: #333;
    }

.editor-section[b-ojzqt81wlv] {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1.5rem;
    background: #fafafa;
}

    .editor-section legend[b-ojzqt81wlv] {
        font-weight: 700;
        font-size: 1.1rem;
        color: #2e7d32;
        padding: 0 0.5rem;
    }

.form-row[b-ojzqt81wlv] {
    margin-bottom: 1rem;
}

    .form-row label[b-ojzqt81wlv] {
        display: block;
        font-weight: 600;
        font-size: 0.9rem;
        margin-bottom: 0.3rem;
        color: #333;
    }

.form-input[b-ojzqt81wlv] {
    width: 100%;
    padding: 0.5rem 0.7rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 0.9rem;
}

.form-input-small[b-ojzqt81wlv] {
    width: 100px;
}

.form-textarea[b-ojzqt81wlv] {
    width: 100%;
    padding: 0.5rem 0.7rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 0.9rem;
    resize: vertical;
}

.slug-row[b-ojzqt81wlv] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.btn-small[b-ojzqt81wlv] {
    padding: 0.4rem 0.8rem;
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 500;
    white-space: nowrap;
}

.btn-cancel[b-ojzqt81wlv] {
    padding: 0.5rem 1rem;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9rem;
}

/* Taxonomy */
.taxonomy-editor[b-ojzqt81wlv] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 0.8rem;
}

.taxonomy-row[b-ojzqt81wlv] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    padding: 0.4rem 0.5rem;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: background 0.15s, border-color 0.15s, opacity 0.15s;
    cursor: grab;
}

    .taxonomy-row:active[b-ojzqt81wlv] {
        cursor: grabbing;
    }

    .taxonomy-row.dragging[b-ojzqt81wlv] {
        opacity: 0.4;
        background: #e8f5e9;
    }

    .taxonomy-row.drag-over[b-ojzqt81wlv] {
        border-color: #2e7d32;
        background: #f1f8e9;
    }

    .taxonomy-row .form-input[b-ojzqt81wlv] {
        flex: 1;
    }

.drag-handle[b-ojzqt81wlv] {
    cursor: grab;
    font-size: 1.2rem;
    color: #999;
    user-select: none;
    padding: 0 0.3rem;
    line-height: 1;
}

    .drag-handle:active[b-ojzqt81wlv] {
        cursor: grabbing;
        color: #2e7d32;
    }

.btn-remove-small[b-ojzqt81wlv] {
    width: 28px;
    height: 28px;
    background: #ffcdd2;
    color: #c62828;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1;
    flex-shrink: 0;
}

/* Sections */
.section-editor-block[b-ojzqt81wlv] {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 1rem;
    margin-bottom: 1rem;
    background: white;
}

.section-header-row[b-ojzqt81wlv] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 0.5rem;
}

.section-title-input[b-ojzqt81wlv] {
    font-weight: 600;
    font-size: 1rem;
}

.section-content-editor[b-ojzqt81wlv] {
    margin-bottom: 0.8rem;
}

.subsections[b-ojzqt81wlv] {
    margin-left: 1.5rem;
    padding-left: 1rem;
    border-left: 2px solid #a5d6a7;
}

.subsection-editor-block[b-ojzqt81wlv] {
    margin-bottom: 0.8rem;
    padding: 0.8rem;
    background: #f5f5f5;
    border-radius: 4px;
}

/* Cover */
.current-cover[b-ojzqt81wlv] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.8rem;
}

    .current-cover img[b-ojzqt81wlv] {
        width: 150px;
        height: 100px;
        object-fit: cover;
        border-radius: 4px;
        border: 1px solid #ddd;
    }

.btn-remove[b-ojzqt81wlv] {
    padding: 0.3rem 0.7rem;
    background: #ffcdd2;
    color: #c62828;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
}

.hint[b-ojzqt81wlv] {
    color: #888;
    display: block;
    margin-top: 0.3rem;
}

.error-msg[b-ojzqt81wlv] {
    color: #c62828;
    font-size: 0.85rem;
    margin-top: 0.3rem;
}

/* Gallery Editor */
.gallery-editor[b-ojzqt81wlv] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 0.8rem;
    margin-bottom: 0.8rem;
}

.gallery-editor-item[b-ojzqt81wlv] {
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    background: white;
    position: relative;
}

    .gallery-editor-item img[b-ojzqt81wlv] {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }

    .gallery-editor-item .form-input[b-ojzqt81wlv] {
        border: none;
        border-top: 1px solid #eee;
        border-radius: 0;
        font-size: 0.8rem;
        padding: 0.3rem 0.5rem;
    }

    .gallery-editor-item .btn-remove-small[b-ojzqt81wlv] {
        position: absolute;
        top: 4px;
        right: 4px;
        width: 22px;
        height: 22px;
        font-size: 0.9rem;
    }

/* Save */
.editor-actions[b-ojzqt81wlv] {
    display: flex;
    gap: 0.8rem;
}

.btn-save[b-ojzqt81wlv] {
    padding: 0.7rem 1.5rem;
    background: #2e7d32;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
}

.save-msg[b-ojzqt81wlv] {
    margin-top: 0.5rem;
    font-size: 0.9rem;
}

    .save-msg.success[b-ojzqt81wlv] {
        color: #2e7d32;
    }

    .save-msg.error[b-ojzqt81wlv] {
        color: #c62828;
    }
/* _content/Venus-project/Components/Pages/Admin/ManageNusSpecies.razor.rz.scp.css */
/* ========== ADMIN SECTION ========== */
.admin-section[b-63l7bnz5du] {
    padding: 8rem 2rem 4rem;
    max-width: 1000px;
    margin: 0 auto;
}

.admin-section h1[b-63l7bnz5du] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 2rem;
}

/* ========== FORM CARD ========== */
.admin-form-card[b-63l7bnz5du] {
    background: #fff;
    border-radius: 14px;
    padding: 2.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 3rem;
}

.admin-form-card h2[b-63l7bnz5du] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 1.5rem;
}

.form-row[b-63l7bnz5du] {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.form-row .form-group[b-63l7bnz5du] {
    flex: 1;
}

.form-group[b-63l7bnz5du] {
    margin-bottom: 1rem;
}

.form-group label[b-63l7bnz5du] {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #444;
    margin-bottom: 0.3rem;
}

.form-input[b-63l7bnz5du] {
    width: 100%;
    padding: 0.6rem 0.8rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 0.9rem;
    transition: border-color 0.2s;
}

.form-input:focus[b-63l7bnz5du] {
    border-color: #2e7d32;
    outline: none;
}

.form-actions[b-63l7bnz5du] {
    display: flex;
    gap: 0.8rem;
    margin-top: 1rem;
}

.btn-save[b-63l7bnz5du] {
    padding: 0.6rem 1.5rem;
    background: #2e7d32;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    font-size: 0.9rem;
}

.btn-cancel[b-63l7bnz5du] {
    padding: 0.6rem 1.5rem;
    background: #eee;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9rem;
}

/* ========== LIST ========== */
.admin-list h2[b-63l7bnz5du] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.members-table[b-63l7bnz5du] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.member-row[b-63l7bnz5du] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.2rem;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.member-row-actions[b-63l7bnz5du] {
    display: flex;
    gap: 0.5rem;
}

.btn-edit[b-63l7bnz5du] {
    padding: 0.4rem 0.8rem;
    background: #1976d2;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
}

.btn-delete[b-63l7bnz5du] {
    padding: 0.4rem 0.8rem;
    background: #c62828;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
}

/* ========== SPECIES SPECIFIC ========== */
.species-info[b-63l7bnz5du] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.species-scientific[b-63l7bnz5du] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    font-style: italic;
    color: #1a1a1a;
}

.species-common[b-63l7bnz5du] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    color: #666;
}

.species-users[b-63l7bnz5du] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    color: #999;
}

.empty-message[b-63l7bnz5du] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    color: #888;
    text-align: center;
    padding: 2rem;
}
/* _content/Venus-project/Components/Pages/Admin/ManagePosts.razor.rz.scp.css */
.admin-section[b-mlcc8e2yen] {
    padding: 6rem 2rem 4rem;
    max-width: 1000px;
    margin: 0 auto;
}

.admin-section h1[b-mlcc8e2yen] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 2rem;
}

/* ========== SEARCH ========== */
.search-bar[b-mlcc8e2yen] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.search-input[b-mlcc8e2yen] {
    flex: 1;
    max-width: 400px;
    padding: 0.7rem 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 0.9rem;
    transition: border-color 0.2s;
}

.search-input:focus[b-mlcc8e2yen] {
    outline: none;
    border-color: #67B377;
}

.search-count[b-mlcc8e2yen] {
    font-size: 0.85rem;
    color: #777;
}

/* ========== POSTS LIST ========== */
.posts-list[b-mlcc8e2yen] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.post-row[b-mlcc8e2yen] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.8rem 1rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s;
}

.post-row:hover[b-mlcc8e2yen] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* ========== THUMBNAIL ========== */
.post-thumb[b-mlcc8e2yen] {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    cursor: pointer;
}

.post-thumb img[b-mlcc8e2yen] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-placeholder[b-mlcc8e2yen] {
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

/* ========== POST INFO ========== */
.post-info[b-mlcc8e2yen] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    cursor: pointer;
}

.post-info strong[b-mlcc8e2yen] {
    font-size: 0.95rem;
    color: #1a1a1a;
}

.post-info small[b-mlcc8e2yen] {
    font-size: 0.8rem;
    color: #888;
}

.badge-moderated[b-mlcc8e2yen] {
    display: inline-block;
    font-size: 0.7rem;
    padding: 0.1rem 0.5rem;
    border-radius: 20px;
    background: #ffebee;
    color: #c62828;
    font-weight: 600;
    width: fit-content;
}

/* ========== ACTIONS ========== */
.post-actions[b-mlcc8e2yen] {
    display: flex;
    gap: 0.4rem;
    flex-shrink: 0;
}

.btn-view[b-mlcc8e2yen] {
    background: #f5f5f5;
    color: #333;
    border: none;
    padding: 0.35rem 0.8rem;
    border-radius: 6px;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-view:hover[b-mlcc8e2yen] {
    background: #eee;
}

.btn-edit[b-mlcc8e2yen] {
    background: #e3f2fd;
    color: #1565c0;
    border: none;
    padding: 0.35rem 0.8rem;
    border-radius: 6px;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-edit:hover[b-mlcc8e2yen] {
    background: #bbdefb;
}

.btn-delete[b-mlcc8e2yen] {
    background: #ffebee;
    color: #c62828;
    border: none;
    padding: 0.35rem 0.8rem;
    border-radius: 6px;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-delete:hover[b-mlcc8e2yen] {
    background: #ffcdd2;
}

.btn-restore[b-mlcc8e2yen] {
    background: #e8f5e9;
    color: #2e7d32;
    border: none;
    padding: 0.35rem 0.8rem;
    border-radius: 6px;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-restore:hover[b-mlcc8e2yen] {
    background: #c8e6c9;
}

/* ========== EMPTY STATE ========== */
.empty-state[b-mlcc8e2yen] {
    text-align: center;
    padding: 3rem;
    color: #888;
}

/* ========== DELETE MODAL ========== */
.modal-overlay[b-mlcc8e2yen] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(2px);
}

.modal-card[b-mlcc8e2yen] {
    background: #fff;
    border-radius: 14px;
    padding: 2.5rem;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.modal-card h2[b-mlcc8e2yen] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #c62828;
    margin-bottom: 0.8rem;
}

.modal-card p[b-mlcc8e2yen] {
    color: #444;
    margin-bottom: 0.5rem;
}

.modal-warning[b-mlcc8e2yen] {
    font-size: 0.85rem;
    color: #e65100;
    background: #fff3e0;
    padding: 0.6rem 1rem;
    border-radius: 6px;
    margin-bottom: 1.5rem;
}

.modal-card .form-group[b-mlcc8e2yen] {
    margin-bottom: 1rem;
}

.modal-card .form-group label[b-mlcc8e2yen] {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #444;
    margin-bottom: 0.3rem;
}

.modal-card .form-input[b-mlcc8e2yen] {
    width: 100%;
    padding: 0.6rem 0.8rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 0.9rem;
}

.modal-card .form-input:focus[b-mlcc8e2yen] {
    outline: none;
    border-color: #67B377;
}

.modal-card .form-textarea[b-mlcc8e2yen] {
    min-height: 80px;
    resize: vertical;
}

.modal-actions[b-mlcc8e2yen] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    margin-top: 1.5rem;
}

.btn-cancel[b-mlcc8e2yen] {
    background: #eee;
    color: #444;
    border: none;
    padding: 0.6rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
}

.btn-confirm-delete[b-mlcc8e2yen] {
    background: #c62828;
    color: #fff;
    border: none;
    padding: 0.6rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: opacity 0.2s;
}

.btn-confirm-delete:hover[b-mlcc8e2yen] {
    opacity: 0.9;
}

.btn-confirm-delete:disabled[b-mlcc8e2yen] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ========== STATUS TOAST ========== */
.status-toast[b-mlcc8e2yen] {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 500;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    animation: slideIn-b-mlcc8e2yen 0.3s ease;
}

.toast-success[b-mlcc8e2yen] {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.toast-error[b-mlcc8e2yen] {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ef9a9a;
}

@keyframes slideIn-b-mlcc8e2yen {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* ========== RESPONSIVE ========== */
@media (max-width: 600px) {
    .post-row[b-mlcc8e2yen] {
        flex-wrap: wrap;
    }

    .post-actions[b-mlcc8e2yen] {
        width: 100%;
        justify-content: flex-end;
    }

    .admin-section[b-mlcc8e2yen] {
        padding: 5rem 1rem 3rem;
    }

    .search-bar[b-mlcc8e2yen] {
        flex-direction: column;
        align-items: stretch;
    }

    .search-input[b-mlcc8e2yen] {
        max-width: none;
    }
}
/* _content/Venus-project/Components/Pages/Admin/ManageUsers.razor.rz.scp.css */
.admin-section[b-7ktr1pmkao] {
    padding: 6rem 2rem 4rem;
    max-width: 1200px;
    margin: 0 auto;
}

.admin-section h1[b-7ktr1pmkao] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 2rem;
}

/* ========== SEARCH ========== */
.search-bar[b-7ktr1pmkao] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.search-input[b-7ktr1pmkao] {
    flex: 1;
    max-width: 400px;
    padding: 0.7rem 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 0.9rem;
    transition: border-color 0.2s;
}

.search-input:focus[b-7ktr1pmkao] {
    outline: none;
    border-color: #67B377;
}

.search-count[b-7ktr1pmkao] {
    font-size: 0.85rem;
    color: #777;
}

/* ========== TABLE ========== */
.users-table-wrapper[b-7ktr1pmkao] {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow-x: auto;
}

.users-table[b-7ktr1pmkao] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.users-table thead[b-7ktr1pmkao] {
    background: #f8f9fa;
}

.users-table th[b-7ktr1pmkao] {
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    color: #555;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #eee;
}

.users-table td[b-7ktr1pmkao] {
    padding: 0.85rem 1rem;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

.users-table tbody tr:hover[b-7ktr1pmkao] {
    background: #f8fdf9;
}

/* ========== USER CELL ========== */
.user-cell[b-7ktr1pmkao] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.user-avatar[b-7ktr1pmkao] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.user-avatar-placeholder[b-7ktr1pmkao] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #67B377, #75992C);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.8rem;
}

.user-name-col[b-7ktr1pmkao] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.user-name-col strong[b-7ktr1pmkao] {
    font-size: 0.9rem;
    color: #1a1a1a;
}

.user-name-col small[b-7ktr1pmkao] {
    font-size: 0.78rem;
    color: #888;
}

/* ========== ROLE SELECT ========== */
.role-select[b-7ktr1pmkao] {
    padding: 0.3rem 0.6rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 0.82rem;
    cursor: pointer;
    background: #fff;
}

.role-select:focus[b-7ktr1pmkao] {
    outline: none;
    border-color: #67B377;
}

.role-badge[b-7ktr1pmkao] {
    display: inline-block;
    padding: 0.2rem 0.6rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.role-admin[b-7ktr1pmkao] {
    background: #e8f5e9;
    color: #2e7d32;
}

/* ========== EMAIL CONFIRMED TOGGLE ========== */
.btn-toggle-email[b-7ktr1pmkao] {
    border: none;
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
}

.btn-toggle-email.confirmed[b-7ktr1pmkao] {
    background: #e8f5e9;
    color: #2e7d32;
}

.btn-toggle-email.unconfirmed[b-7ktr1pmkao] {
    background: #fff3e0;
    color: #e65100;
}

.badge-confirmed[b-7ktr1pmkao] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #2e7d32;
}

/* ========== DATE CELL ========== */
.date-cell[b-7ktr1pmkao] {
    font-size: 0.82rem;
    color: #666;
    white-space: nowrap;
}

/* ========== ACTIONS ========== */
.actions-cell[b-7ktr1pmkao] {
    display: flex;
    gap: 0.4rem;
    white-space: nowrap;
}

.btn-edit[b-7ktr1pmkao] {
    background: #e3f2fd;
    color: #1565c0;
    border: none;
    padding: 0.35rem 0.8rem;
    border-radius: 6px;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-edit:hover[b-7ktr1pmkao] {
    background: #bbdefb;
}

.btn-delete[b-7ktr1pmkao] {
    background: #ffebee;
    color: #c62828;
    border: none;
    padding: 0.35rem 0.8rem;
    border-radius: 6px;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-delete:hover[b-7ktr1pmkao] {
    background: #ffcdd2;
}

/* ========== EMPTY STATE ========== */
.empty-state[b-7ktr1pmkao] {
    text-align: center;
    padding: 3rem;
    color: #888;
}

/* ========== DELETE MODAL ========== */
.modal-overlay[b-7ktr1pmkao] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(2px);
}

.modal-card[b-7ktr1pmkao] {
    background: #fff;
    border-radius: 14px;
    padding: 2.5rem;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.modal-card h2[b-7ktr1pmkao] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #c62828;
    margin-bottom: 0.8rem;
}

.modal-card p[b-7ktr1pmkao] {
    color: #444;
    margin-bottom: 0.5rem;
}

.modal-warning[b-7ktr1pmkao] {
    font-size: 0.85rem;
    color: #e65100;
    background: #fff3e0;
    padding: 0.6rem 1rem;
    border-radius: 6px;
    margin-bottom: 1.5rem;
}

.modal-card .form-group[b-7ktr1pmkao] {
    margin-bottom: 1rem;
}

.modal-card .form-group label[b-7ktr1pmkao] {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #444;
    margin-bottom: 0.3rem;
}

.modal-card .form-input[b-7ktr1pmkao] {
    width: 100%;
    padding: 0.6rem 0.8rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 0.9rem;
}

.modal-card .form-input:focus[b-7ktr1pmkao] {
    outline: none;
    border-color: #67B377;
}

.modal-card .form-textarea[b-7ktr1pmkao] {
    min-height: 80px;
    resize: vertical;
}

.modal-actions[b-7ktr1pmkao] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    margin-top: 1.5rem;
}

.btn-cancel[b-7ktr1pmkao] {
    background: #eee;
    color: #444;
    border: none;
    padding: 0.6rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
}

.btn-confirm-delete[b-7ktr1pmkao] {
    background: #c62828;
    color: #fff;
    border: none;
    padding: 0.6rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: opacity 0.2s;
}

.btn-confirm-delete:hover[b-7ktr1pmkao] {
    opacity: 0.9;
}

.btn-confirm-delete:disabled[b-7ktr1pmkao] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ========== STATUS TOAST ========== */
.status-toast[b-7ktr1pmkao] {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 500;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    animation: slideIn-b-7ktr1pmkao 0.3s ease;
}

.toast-success[b-7ktr1pmkao] {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.toast-error[b-7ktr1pmkao] {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ef9a9a;
}

@keyframes slideIn-b-7ktr1pmkao {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* ========== RESPONSIVE ========== */
@media (max-width: 900px) {
    .users-table th:nth-child(5)[b-7ktr1pmkao],
    .users-table td:nth-child(5)[b-7ktr1pmkao] {
        display: none;
    }

    .search-bar[b-7ktr1pmkao] {
        flex-direction: column;
        align-items: stretch;
    }

    .search-input[b-7ktr1pmkao] {
        max-width: none;
    }
}

@media (max-width: 600px) {
    .users-table th:nth-child(2)[b-7ktr1pmkao],
    .users-table td:nth-child(2)[b-7ktr1pmkao],
    .users-table th:nth-child(4)[b-7ktr1pmkao],
    .users-table td:nth-child(4)[b-7ktr1pmkao] {
        display: none;
    }

    .admin-section[b-7ktr1pmkao] {
        padding: 5rem 1rem 3rem;
    }
}
/* _content/Venus-project/Components/Pages/Admin/TeamMembers.razor.rz.scp.css */
/* ========== ADMIN SECTION ========== */
.admin-section[b-qfp3n807ir] {
    padding: 6rem 2rem 4rem;
    max-width: 1100px;
    margin: 0 auto;
}

.admin-section h1[b-qfp3n807ir] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 2rem;
}

/* ========== FORM CARD ========== */
.admin-form-card[b-qfp3n807ir] {
    background: #fff;
    border-radius: 14px;
    padding: 2.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 3rem;
}

.admin-form-card h2[b-qfp3n807ir] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 1.5rem;
}

.form-row[b-qfp3n807ir] {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.form-row .form-group[b-qfp3n807ir] {
    flex: 1;
}

.form-group[b-qfp3n807ir] {
    margin-bottom: 1rem;
}

.form-group label[b-qfp3n807ir] {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #444;
    margin-bottom: 0.3rem;
}

.form-input[b-qfp3n807ir] {
    width: 100%;
    padding: 0.6rem 0.8rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 0.9rem;
    transition: border-color 0.2s;
}

.form-input:focus[b-qfp3n807ir] {
    outline: none;
    border-color: #67B377;
}

.form-textarea[b-qfp3n807ir] {
    min-height: 80px;
    resize: vertical;
}

.form-textarea-lg[b-qfp3n807ir] {
    min-height: 150px;
}

.logo-preview[b-qfp3n807ir] {
    margin-top: 0.8rem;
    max-width: 160px;
    max-height: 80px;
    object-fit: contain;
    border: 2px solid #eee;
    border-radius: 8px;
    padding: 4px;
    background: #fafafa;
}

.image-preview[b-qfp3n807ir] {
    margin-top: 0.8rem;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #eee;
}

.form-actions[b-qfp3n807ir] {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.btn-save[b-qfp3n807ir] {
    background: linear-gradient(135deg, #67B377, #75992C);
    color: #fff;
    border: none;
    padding: 0.7rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: opacity 0.2s;
}

.btn-save:hover[b-qfp3n807ir] {
    opacity: 0.9;
}

.btn-cancel[b-qfp3n807ir] {
    background: #eee;
    color: #444;
    border: none;
    padding: 0.7rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
}

/* ========== PARTNERS LIST ========== */
.admin-list h2[b-qfp3n807ir] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

.partner-card[b-qfp3n807ir] {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 1.2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.partner-header[b-qfp3n807ir] {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1rem 1.5rem;
}

.partner-header-logo img[b-qfp3n807ir] {
    width: 70px;
    height: 50px;
    object-fit: contain;
}

.partner-header-info[b-qfp3n807ir] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.partner-header-info strong[b-qfp3n807ir] {
    font-size: 1rem;
    color: #1a1a1a;
}

.partner-header-info small[b-qfp3n807ir] {
    font-size: 0.78rem;
    color: #777;
}

.partner-header-info a[b-qfp3n807ir] {
    color: #1565c0;
    text-decoration: none;
}

.partner-header-actions[b-qfp3n807ir] {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

.btn-add[b-qfp3n807ir] {
    background: linear-gradient(135deg, #67B377, #75992C);
    color: #fff;
    border: none;
    padding: 0.4rem 1rem;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
}

.btn-edit[b-qfp3n807ir] {
    background: #e3f2fd;
    color: #1565c0;
    border: none;
    padding: 0.4rem 1rem;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
}

.btn-delete[b-qfp3n807ir] {
    background: #ffebee;
    color: #c62828;
    border: none;
    padding: 0.4rem 1rem;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
}

/* ========== TEAM MEMBERS LIST ========== */
.team-members-list[b-qfp3n807ir] {
    border-top: 1px solid #f0f0f0;
    padding: 0.5rem 1.5rem 1rem;
}

.team-member-row[b-qfp3n807ir] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.6rem 0;
    border-bottom: 1px solid #f5f5f5;
}

.team-member-row:last-child[b-qfp3n807ir] {
    border-bottom: none;
}

.team-member-photo img[b-qfp3n807ir] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.team-member-info[b-qfp3n807ir] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.team-member-info strong[b-qfp3n807ir] {
    font-size: 0.88rem;
    color: #1a1a1a;
}

.team-member-info small[b-qfp3n807ir] {
    font-size: 0.76rem;
    color: #888;
}

.team-member-actions[b-qfp3n807ir] {
    display: flex;
    gap: 0.4rem;
    flex-shrink: 0;
}

/* ========== INLINE MEMBER FORM ========== */
.inline-member-form[b-qfp3n807ir] {
    border-top: 1px solid #f0f0f0;
    padding: 1.5rem;
    background: #fafffe;
}

.inline-member-form h3[b-qfp3n807ir] {
    font-size: 1rem;
    font-weight: 700;
    color: #444;
    margin: 0 0 1rem;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 700px) {
    .form-row[b-qfp3n807ir] {
        flex-direction: column;
        gap: 0;
    }

    .partner-header[b-qfp3n807ir] {
        flex-direction: column;
        text-align: center;
    }

    .partner-header-actions[b-qfp3n807ir] {
        justify-content: center;
    }

    .team-member-row[b-qfp3n807ir] {
        flex-direction: column;
        text-align: center;
    }
}
/* _content/Venus-project/Components/Pages/Boards/AdvisoryBoard.razor.rz.scp.css */
/* ========== BOARD HERO ========== */
.board-hero[b-s9v1e5jca5] {
    position: relative;
    padding: 8rem 2rem 5rem;
    background: #fff;
    overflow: hidden;
}

.hero-leaf-shape[b-s9v1e5jca5] {
    position: absolute;
    top: -1200px;
    right: -850px;
    width: 2500px;
    height: auto;
    z-index: 0;
    pointer-events: none;
}

.board-hero-content[b-s9v1e5jca5] {
    display: flex;
    align-items: center;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.board-hero-text[b-s9v1e5jca5] {
    flex: 0 0 35%;
    max-width: 35%;
}

.board-hero-text h1[b-s9v1e5jca5] {
    font-size: 4rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.1;
}

.board-hero-image[b-s9v1e5jca5] {
    flex: 1;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.board-hero-image img[b-s9v1e5jca5] {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

/* ========== BOARD GRID ========== */
.board-grid-section[b-s9v1e5jca5] {
    padding: 3rem 2rem 6rem;
    max-width: 1200px;
    margin: 0 auto;
}

.board-grid[b-s9v1e5jca5] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

/* ========== BOARD CARD ========== */
.board-card[b-s9v1e5jca5] {
    cursor: pointer;
}

.board-card-image[b-s9v1e5jca5] {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
}

.board-card-image img[b-s9v1e5jca5] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}

.board-card:hover .board-card-image img[b-s9v1e5jca5] {
    transform: scale(1.05);
}

.board-card-placeholder[b-s9v1e5jca5] {
    width: 100%;
    height: 100%;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    color: #999;
}

.board-card-name[b-s9v1e5jca5] {
    text-align: center;
    font-size: 1.15rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 1rem 1rem;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
    z-index: 2;
    pointer-events: none;
}

/* reposition name inside image container */
.board-card[b-s9v1e5jca5] {
    position: relative;
}

.board-card .board-card-name[b-s9v1e5jca5] {
    position: relative;
    color: #fff;
}

.board-card-image .board-card-name-inner[b-s9v1e5jca5] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Override: put name inside image */
.board-card[b-s9v1e5jca5] {
    display: flex;
    flex-direction: column;
}

.board-card .board-card-name[b-s9v1e5jca5] {
    color: #1a1a1a;
    background: none;
    position: relative;
    padding: 0.6rem 0.5rem 0;
    font-size: 1.05rem;
}

/* Name overlay at bottom of image */
.board-card-image[b-s9v1e5jca5]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.55));
    z-index: 1;
    pointer-events: none;
}

/* Actually put name inside image with overlay */
.board-card .board-card-name[b-s9v1e5jca5] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    background: none;
    padding: 0 1rem 1rem;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    transition: opacity 0.3s;
}

/* ========== INFO BUTTON ========== */
.board-card-info-btn[b-s9v1e5jca5] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #2196F3;
    color: #fff;
    border: 2px solid #fff;
    font-size: 0.8rem;
    font-weight: 700;
    font-style: italic;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
    font-family: Georgia, serif;
}

.board-card-info-btn:hover[b-s9v1e5jca5] {
    transform: scale(1.15);
}

/* ========== HOVER OVERLAY ========== */
.board-card-overlay[b-s9v1e5jca5] {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.2rem;
    opacity: 0;
    transition: opacity 0.3s;
}

.board-card-image:hover .board-card-overlay[b-s9v1e5jca5] {
    opacity: 1;
}

/* Hide name on hover so it doesn't overlap with overlay */
.board-card:hover .board-card-name[b-s9v1e5jca5] {
    opacity: 0;
}

.overlay-position[b-s9v1e5jca5] {
    font-size: 0.85rem;
    color: #e0e0e0;
    line-height: 1.5;
    margin: 0 0 0.4rem;
}

.overlay-flag[b-s9v1e5jca5] {
    max-width: 40px;
    max-height: 30px;
    object-fit: contain;
    margin-bottom: 0.6rem;
    display: block;
}

.overlay-links[b-s9v1e5jca5] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 2rem;
}

.overlay-links a[b-s9v1e5jca5] {
    font-size: 0.75rem;
    color: #64b5f6;
    text-decoration: none;
    padding: 0.2rem 0.5rem;
    border: 1px solid #64b5f6;
    border-radius: 4px;
    transition: background 0.2s, color 0.2s;
}

.overlay-links a:hover[b-s9v1e5jca5] {
    background: #64b5f6;
    color: #fff;
}

/* ========== POPUP ========== */
.popup-backdrop[b-s9v1e5jca5] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.popup-card[b-s9v1e5jca5] {
    background: #fff;
    border-radius: 16px;
    max-width: 550px;
    width: 100%;
    max-height: 85vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.popup-close[b-s9v1e5jca5] {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 1.8rem;
    color: #999;
    cursor: pointer;
    z-index: 2;
    line-height: 1;
}

.popup-close:hover[b-s9v1e5jca5] {
    color: #333;
}

.popup-header[b-s9v1e5jca5] {
    text-align: center;
}

.popup-photo-wrapper[b-s9v1e5jca5] {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}

.popup-photo-wrapper img[b-s9v1e5jca5] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.popup-photo-overlay[b-s9v1e5jca5] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    opacity: 0;
    transition: opacity 0.3s;
}

.popup-photo-wrapper:hover .popup-photo-overlay[b-s9v1e5jca5] {
    opacity: 1;
}

.popup-overlay-position[b-s9v1e5jca5] {
    font-size: 0.9rem;
    color: #e0e0e0;
    line-height: 1.5;
    margin: 0 0 0.4rem;
}

.popup-overlay-flag[b-s9v1e5jca5] {
    max-width: 40px;
    max-height: 30px;
    object-fit: contain;
    margin-bottom: 0.6rem;
    display: block;
}

.popup-overlay-links[b-s9v1e5jca5] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.popup-overlay-links a[b-s9v1e5jca5] {
    font-size: 0.8rem;
    color: #64b5f6;
    text-decoration: none;
}

.popup-overlay-links a:hover[b-s9v1e5jca5] {
    text-decoration: underline;
}

.popup-header h2[b-s9v1e5jca5] {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
    padding: 1.2rem 2rem 0;
    margin: 0;
}

.popup-body[b-s9v1e5jca5] {
    padding: 1.5rem 2rem 2rem;
}

.popup-body h3[b-s9v1e5jca5] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.6rem;
}

.popup-body p[b-s9v1e5jca5] {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #444;
    margin: 0 0 1rem;
}

.popup-body hr[b-s9v1e5jca5] {
    border: none;
    border-top: 1px solid #eee;
    margin: 1rem 0;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 900px) {
    .hero-leaf-shape[b-s9v1e5jca5] {
        display: none;
    }

    .board-hero-content[b-s9v1e5jca5] {
        flex-direction: column;
        text-align: center;
    }

    .board-hero-text[b-s9v1e5jca5] {
        max-width: 100%;
        flex: 1;
    }

    .board-hero-text h1[b-s9v1e5jca5] {
        font-size: 2.5rem;
    }

    .board-grid[b-s9v1e5jca5] {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.2rem;
    }
}

@media (max-width: 500px) {
    .board-grid[b-s9v1e5jca5] {
        grid-template-columns: 1fr;
    }

    .popup-card[b-s9v1e5jca5] {
        max-width: 100%;
    }
}
/* _content/Venus-project/Components/Pages/Boards/ReviewersDashboard.razor.rz.scp.css */
/* ========== BOARD HERO ========== */
.board-hero[b-as90fsk7qw] {
    position: relative;
    padding: 8rem 2rem 5rem;
    background: #fff;
    overflow: hidden;
}

.hero-leaf-shape[b-as90fsk7qw] {
    position: absolute;
    top: -1200px;
    right: -850px;
    width: 2500px;
    height: auto;
    z-index: 0;
    pointer-events: none;
}

.board-hero-content[b-as90fsk7qw] {
    display: flex;
    align-items: center;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.board-hero-text[b-as90fsk7qw] {
    flex: 0 0 35%;
    max-width: 35%;
}

.board-hero-text h1[b-as90fsk7qw] {
    font-size: 4rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.1;
}

.board-hero-image[b-as90fsk7qw] {
    flex: 1;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.board-hero-image img[b-as90fsk7qw] {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

/* ========== INTRO SECTION ========== */
.intro-section[b-as90fsk7qw] {
    padding: 3rem 2rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.intro-content[b-as90fsk7qw] {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}

.intro-text[b-as90fsk7qw] {
    flex: 1;
}

.intro-text p[b-as90fsk7qw] {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #555;
    margin: 0 0 1.2rem;
    text-align: justify;
}

.venus-highlight[b-as90fsk7qw] {
    color: #67B377;
    font-weight: 700;
}

.expertise-list[b-as90fsk7qw] {
    padding-left: 1.5rem;
    margin: 1rem 0 1.5rem;
}

.expertise-list li[b-as90fsk7qw] {
    font-size: 0.9rem;
    line-height: 1.8;
    color: #555;
}

.intro-image[b-as90fsk7qw] {
    flex: 0 0 530px;
    max-width: 530px;
}

.intro-image img[b-as90fsk7qw] {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* ========== CTA BUTTON ========== */
.intro-cta[b-as90fsk7qw] {
    text-align: center;
    padding: 2rem 0 3rem;
}

.btn-registration[b-as90fsk7qw] {
    display: inline-block;
    background: linear-gradient(135deg, #67B377, #4a9c5b);
    color: #fff;
    padding: 1rem 2.5rem;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.3s, transform 0.2s;
    box-shadow: 0 4px 15px rgba(103, 179, 119, 0.3);
}

.btn-registration:hover[b-as90fsk7qw] {
    background: linear-gradient(135deg, #5aa46a, #3d8a4e);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(103, 179, 119, 0.4);
}

/* ========== BOARD GRID ========== */
.board-grid-section[b-as90fsk7qw] {
    padding: 3rem 2rem 6rem;
    max-width: 1200px;
    margin: 0 auto;
}

.board-grid[b-as90fsk7qw] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

/* ========== BOARD CARD ========== */
.board-card[b-as90fsk7qw] {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    position: relative;
}

.board-card-image[b-as90fsk7qw] {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
}

.board-card-image img[b-as90fsk7qw] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}

.board-card:hover .board-card-image img[b-as90fsk7qw] {
    transform: scale(1.05);
}

.board-card-placeholder[b-as90fsk7qw] {
    width: 100%;
    height: 100%;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    color: #999;
}

/* Name overlay at bottom of image */
.board-card-image[b-as90fsk7qw]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.55));
    z-index: 1;
    pointer-events: none;
}

.board-card .board-card-name[b-as90fsk7qw] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    background: none;
    padding: 0 1rem 1rem;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    transition: opacity 0.3s;
}

/* ========== INFO BUTTON ========== */
.board-card-info-btn[b-as90fsk7qw] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #2196F3;
    color: #fff;
    border: 2px solid #fff;
    font-size: 0.8rem;
    font-weight: 700;
    font-style: italic;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
    font-family: Georgia, serif;
}

.board-card-info-btn:hover[b-as90fsk7qw] {
    transform: scale(1.15);
}

/* ========== HOVER OVERLAY ========== */
.board-card-overlay[b-as90fsk7qw] {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.2rem;
    opacity: 0;
    transition: opacity 0.3s;
}

.board-card-image:hover .board-card-overlay[b-as90fsk7qw] {
    opacity: 1;
}

/* Hide name on hover so it doesn't overlap with overlay */
.board-card:hover .board-card-name[b-as90fsk7qw] {
    opacity: 0;
}

.overlay-position[b-as90fsk7qw] {
    font-size: 0.85rem;
    color: #e0e0e0;
    line-height: 1.5;
    margin: 0 0 0.4rem;
}

.overlay-flag[b-as90fsk7qw] {
    max-width: 40px;
    max-height: 30px;
    object-fit: contain;
    margin-bottom: 0.6rem;
    display: block;
}

.overlay-links[b-as90fsk7qw] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 2rem;
}

.overlay-links a[b-as90fsk7qw] {
    font-size: 0.75rem;
    color: #64b5f6;
    text-decoration: none;
    padding: 0.2rem 0.5rem;
    border: 1px solid #64b5f6;
    border-radius: 4px;
    transition: background 0.2s, color 0.2s;
}

.overlay-links a:hover[b-as90fsk7qw] {
    background: #64b5f6;
    color: #fff;
}

/* ========== POPUP ========== */
.popup-backdrop[b-as90fsk7qw] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.popup-card[b-as90fsk7qw] {
    background: #fff;
    border-radius: 16px;
    max-width: 550px;
    width: 100%;
    max-height: 85vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.popup-close[b-as90fsk7qw] {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 1.8rem;
    color: #999;
    cursor: pointer;
    z-index: 2;
    line-height: 1;
}

.popup-close:hover[b-as90fsk7qw] {
    color: #333;
}

.popup-header[b-as90fsk7qw] {
    text-align: center;
}

.popup-photo-wrapper[b-as90fsk7qw] {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}

.popup-photo-wrapper img[b-as90fsk7qw] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.popup-photo-overlay[b-as90fsk7qw] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    opacity: 0;
    transition: opacity 0.3s;
}

.popup-photo-wrapper:hover .popup-photo-overlay[b-as90fsk7qw] {
    opacity: 1;
}

.popup-overlay-position[b-as90fsk7qw] {
    font-size: 0.9rem;
    color: #e0e0e0;
    line-height: 1.5;
    margin: 0 0 0.4rem;
}

.popup-overlay-flag[b-as90fsk7qw] {
    max-width: 40px;
    max-height: 30px;
    object-fit: contain;
    margin-bottom: 0.6rem;
    display: block;
}

.popup-overlay-links[b-as90fsk7qw] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.popup-overlay-links a[b-as90fsk7qw] {
    font-size: 0.8rem;
    color: #64b5f6;
    text-decoration: none;
}

.popup-overlay-links a:hover[b-as90fsk7qw] {
    text-decoration: underline;
}

.popup-header h2[b-as90fsk7qw] {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
    padding: 1.2rem 2rem 0;
    margin: 0;
}

.popup-body[b-as90fsk7qw] {
    padding: 1.5rem 2rem 2rem;
}

.popup-body h3[b-as90fsk7qw] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.6rem;
}

.popup-body p[b-as90fsk7qw] {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #444;
    margin: 0 0 1rem;
}

.popup-body hr[b-as90fsk7qw] {
    border: none;
    border-top: 1px solid #eee;
    margin: 1rem 0;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 900px) {
    .hero-leaf-shape[b-as90fsk7qw] {
        display: none;
    }

    .board-hero-content[b-as90fsk7qw] {
        flex-direction: column;
        text-align: center;
    }

    .board-hero-text[b-as90fsk7qw] {
        max-width: 100%;
        flex: 1;
    }

    .board-hero-text h1[b-as90fsk7qw] {
        font-size: 2.5rem;
    }

    .intro-content[b-as90fsk7qw] {
        flex-direction: column;
    }

    .intro-image[b-as90fsk7qw] {
        max-width: 100%;
        flex: none;
    }

    .board-grid[b-as90fsk7qw] {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.2rem;
    }
}
/* _content/Venus-project/Components/Pages/Home.razor.rz.scp.css */
/* ========== HERO SECTION ========== */
.hero[b-q5sexumfxk] {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url('/imgs/home/home_bg.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero[b-q5sexumfxk]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom, transparent 0%, #fff 100%);
    z-index: 3;
    pointer-events: none;
}

.hero-overlay[b-q5sexumfxk] {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.15) 40%, transparent 70%);
    z-index: 1;
}

.hero-content[b-q5sexumfxk] {
    position: relative;
    z-index: 2;
    padding: 10rem 0 4rem;
    padding-left: max(4rem, calc((100% - 1200px) / 2 + 2rem));
    max-width: 1314px;
}

.hero-subtitle[b-q5sexumfxk] {
    color: #d4a843;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.hero-title[b-q5sexumfxk] {
    color: #ffffff;
    font-size: 4.5rem;
    font-weight: 800;
    margin: 0 0 1.5rem;
    line-height: 1;
}

.hero-description[b-q5sexumfxk] {
    color: rgba(255,255,255,0.85);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    max-width: 500px;
}

.btn-learn-more[b-q5sexumfxk] {
    display: inline-block;
    background: #d4a843;
    color: #fff;
    padding: 0.7rem 2.2rem;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.3px;
    transition: background 0.25s, transform 0.2s;
}

.btn-learn-more:hover[b-q5sexumfxk] {
    background: #c49838;
    transform: translateY(-1px);
}

.hero-plant[b-q5sexumfxk] {
    position: absolute;
    right: 6%;
    bottom: 15%;
    z-index: 2;
    pointer-events: none;
}

.hero-plant img[b-q5sexumfxk] {
    max-height: 65vh;
    width: auto;
}

/* ========== OBJECTIVES SECTION ========== */
.objectives-section[b-q5sexumfxk] {
    padding: 6rem 2rem 7rem;
    background: #fff;
    overflow: hidden;
}

.objectives-container[b-q5sexumfxk] {
    display: flex;
    align-items: center;
    gap: 5rem;
    max-width: 1100px;
    margin: 0 auto;
}

.objectives-image-wrapper[b-q5sexumfxk] {
    position: relative;
    flex-shrink: 0;
    width: 480px;
    min-height: 380px;
}

.leaf-shape-img[b-q5sexumfxk] {
    position: absolute;
    width: 480px;
    height: auto;
    top: -50px;
    left: -210px;
    z-index: 0;
}

.objectives-image[b-q5sexumfxk] {
    position: relative;
    z-index: 1;
    width: 440px;
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin-top: 30px;
    margin-left: 20px;
}

.objectives-text[b-q5sexumfxk] {
    flex: 1;
}

.section-label[b-q5sexumfxk] {
    color: #4caf50;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}

.objectives-text h2[b-q5sexumfxk] {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 1.8rem;
}

.btn-objectives[b-q5sexumfxk] {
    display: inline-block;
    background: #4caf50;
    color: #fff;
    padding: 0.75rem 2.2rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background 0.25s, transform 0.2s;
}

.btn-objectives:hover[b-q5sexumfxk] {
    background: #43a047;
    transform: translateY(-1px);
}

/* ========== NUMBERS SECTION ========== */
.numbers-section[b-q5sexumfxk] {
    padding: 4rem 2rem 6rem;
    background: #fff;
    max-width: 1200px;
    margin: 0 auto;
}

.numbers-title[b-q5sexumfxk] {
    font-size: 2.4rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 2.5rem;
}

.numbers-grid[b-q5sexumfxk] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.8rem;
}

.number-card[b-q5sexumfxk] {
    background: #fff;
    border-radius: 14px;
    padding: 2rem 1.8rem;
    box-shadow: 0px 15px 25px -12px rgba(1.999999999999997, 62.00000000000001, 82.99999999999999, 0.67);
    transition: transform 0.25s, box-shadow 0.25s;
}

.number-card:hover[b-q5sexumfxk] {
    background-color: #D29C5478;
}

.number-card h3[b-q5sexumfxk] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 900px) {
    .hero-content[b-q5sexumfxk] {
        padding: 7rem 2rem 3rem;
    }

    .hero-title[b-q5sexumfxk] {
        font-size: 3rem;
    }

    .hero-plant[b-q5sexumfxk] {
        display: none;
    }

    .objectives-container[b-q5sexumfxk] {
        flex-direction: column;
        text-align: center;
    }

    .objectives-image[b-q5sexumfxk] {
        width: 100%;
        max-width: 500px;
    }

    .numbers-grid[b-q5sexumfxk] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .hero-title[b-q5sexumfxk] {
        font-size: 2.5rem;
    }

    .numbers-grid[b-q5sexumfxk] {
        grid-template-columns: 1fr;
    }
}
/* _content/Venus-project/Components/Pages/MeetTeam.razor.rz.scp.css */
/* ========== HERO ========== */
.team-hero[b-56fmmmt7n3] {
    position: relative;
    padding: 8rem 2rem 5rem;
    background: #fff;
    overflow: hidden;
}

.hero-leaf-shape[b-56fmmmt7n3] {
    position: absolute;
    top: -1200px;
    right: -850px;
    width: 2500px;
    height: auto;
    z-index: 0;
    pointer-events: none;
}

.team-hero-content[b-56fmmmt7n3] {
    display: flex;
    align-items: center;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.team-hero-text[b-56fmmmt7n3] {
    flex: 0 0 35%;
    max-width: 35%;
}

.team-hero-text h1[b-56fmmmt7n3] {
    font-size: 4rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.1;
}

.team-hero-image[b-56fmmmt7n3] {
    flex: 1;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.team-hero-image img[b-56fmmmt7n3] {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

/* ========== MAP ========== */
.map-section[b-56fmmmt7n3] {
    padding: 2rem 2rem 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.map-container[b-56fmmmt7n3] {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.map-container iframe[b-56fmmmt7n3] {
    display: block;
}

/* ========== PARTNERS GRID ========== */
.partners-section[b-56fmmmt7n3] {
    padding: 3rem 2rem 6rem;
    max-width: 1200px;
    margin: 0 auto;
}

.partners-grid[b-56fmmmt7n3] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}

.partner-card[b-56fmmmt7n3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem 1.5rem;
}

.partner-logo[b-56fmmmt7n3] {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.partner-logo img[b-56fmmmt7n3] {
    max-width: 400px;
    max-height: 300px;
    object-fit: contain;
}

.partner-name[b-56fmmmt7n3] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 1.2rem;
    min-height: 3rem;
    display: flex;
    align-items: center;
}

.partner-buttons[b-56fmmmt7n3] {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
    justify-content: center;
}

.btn-website[b-56fmmmt7n3],
.btn-members[b-56fmmmt7n3] {
    padding: 0.5rem 1.2rem;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s;
    border: none;
}

.btn-website[b-56fmmmt7n3] {
    background: #6b6b6b;
    color: #fff;
}

.btn-members[b-56fmmmt7n3] {
    background: #6b6b6b;
    color: #fff;
}

.btn-website:hover[b-56fmmmt7n3],
.btn-members:hover[b-56fmmmt7n3] {
    opacity: 0.85;
}

/* ========== POPUP ========== */
.popup-backdrop[b-56fmmmt7n3] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 2rem;
}

.popup-card[b-56fmmmt7n3] {
    background: #fff;
    border-radius: 16px;
    max-width: 700px;
    width: 100%;
    max-height: 85vh;
    overflow-y: auto;
    padding: 2.5rem;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.popup-close[b-56fmmmt7n3] {
    position: absolute;
    top: 1rem;
    right: 1.2rem;
    background: none;
    border: none;
    font-size: 1.8rem;
    color: #999;
    cursor: pointer;
    line-height: 1;
}

.popup-close:hover[b-56fmmmt7n3] {
    color: #333;
}

.popup-title[b-56fmmmt7n3] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 1.5rem;
}

.popup-members[b-56fmmmt7n3] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.popup-member[b-56fmmmt7n3] {
    display: flex;
    gap: 1.2rem;
    align-items: center;
    padding: 1.5rem 0;
    border-bottom: 1px solid #e0e0e0;
}

.popup-member:last-child[b-56fmmmt7n3] {
    border-bottom: none;
}

.popup-member-photo[b-56fmmmt7n3] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.popup-member-text p[b-56fmmmt7n3] {
    font-size: 0.9rem;
    color: #444;
    line-height: 1.6;
    margin: 0;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 900px) {
    .partners-grid[b-56fmmmt7n3] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .hero-leaf-shape[b-56fmmmt7n3] {
        display: none;
    }

    .team-hero-content[b-56fmmmt7n3] {
        flex-direction: column;
        text-align: center;
    }

    .team-hero-text[b-56fmmmt7n3] {
        flex: none;
        max-width: 100%;
    }

    .team-hero-text h1[b-56fmmmt7n3] {
        font-size: 2.5rem;
    }

    .partners-grid[b-56fmmmt7n3] {
        grid-template-columns: 1fr;
    }

    .popup-member[b-56fmmmt7n3] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
/* _content/Venus-project/Components/Pages/NusLibrary.razor.rz.scp.css */
.nus-hero[b-gqwqcihwad] {
    background: linear-gradient(135deg, #1a4a2e 0%, #2e7d32 100%);
    padding: 8rem 2rem 4rem;
    text-align: center;
    color: white;
}

.nus-hero-content[b-gqwqcihwad] {
    max-width: 800px;
    margin: 0 auto;
}

.nus-hero h1[b-gqwqcihwad] {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.nus-hero-subtitle[b-gqwqcihwad] {
    font-size: 1.15rem;
    opacity: 0.9;
    line-height: 1.7;
}

.nus-catalogue[b-gqwqcihwad] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.nus-grid[b-gqwqcihwad] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 2rem;
}

.nus-card[b-gqwqcihwad] {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
    color: inherit;
    background: white;
    border: 1px solid #e8e8e8;
}

    .nus-card:hover[b-gqwqcihwad] {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    }

.nus-card-image[b-gqwqcihwad] {
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #f0f4f0;
}

    .nus-card-image img[b-gqwqcihwad] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.nus-card-content[b-gqwqcihwad] {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.nus-card-title[b-gqwqcihwad] {
    font-size: 1.4rem;
    font-weight: 700;
    font-style: italic;
    color: #1a4a2e;
    margin-bottom: 0.3rem;
}

.nus-card-common[b-gqwqcihwad] {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 0.8rem;
    font-weight: 500;
}

.nus-card-description[b-gqwqcihwad] {
    font-size: 0.9rem;
    color: #444;
    line-height: 1.6;
    flex: 1;
}

@media (max-width: 768px) {
    .nus-hero h1[b-gqwqcihwad] {
        font-size: 2rem;
    }

    .nus-grid[b-gqwqcihwad] {
        grid-template-columns: 1fr;
    }

    .nus-catalogue[b-gqwqcihwad] {
        padding: 2rem 1rem;
    }
}
/* _content/Venus-project/Components/Pages/NusPlantDetail.razor.rz.scp.css */
/* Plant Detail Page — Wikipedia-style layout */

.plant-not-found[b-c8walmygh8] {
    text-align: center;
    padding: 4rem 2rem;
}

    .plant-not-found h1[b-c8walmygh8] {
        font-size: 2rem;
        color: #333;
    }

.btn-back[b-c8walmygh8] {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.6rem 1.5rem;
    background: #2e7d32;
    color: white;
    border-radius: 6px;
    text-decoration: none;
}

/* Header */
.plant-header[b-c8walmygh8] {
    border-bottom: 2px solid #2e7d32;
    padding: 8rem 2rem 0.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.plant-title[b-c8walmygh8] {
    font-size: 2.6rem;
    font-weight: 800;
    font-style: italic;
    color: #1a1a1a;
    margin: 0;
}

/* Content layout */
.plant-content[b-c8walmygh8] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem 2rem 3rem;
}

.plant-layout[b-c8walmygh8] {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 2.5rem;
    align-items: start;
}

/* Main content */
.plant-main[b-c8walmygh8] {
    min-width: 0;
}

.plant-introduction[b-c8walmygh8] {
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1.5rem;
}

    .plant-introduction em[b-c8walmygh8] {
        font-style: italic;
    }

.plant-section[b-c8walmygh8] {
    margin-bottom: 2rem;
}

    .plant-section h2[b-c8walmygh8] {
        font-size: 1.5rem;
        font-weight: 700;
        color: #1a1a1a;
        border-bottom: 1px solid #ccc;
        padding-bottom: 0.4rem;
        margin-bottom: 0.8rem;
    }

.plant-subsection[b-c8walmygh8] {
    margin-bottom: 1.2rem;
    margin-left: 0;
}

    .plant-subsection h3[b-c8walmygh8] {
        font-size: 1.15rem;
        font-weight: 700;
        color: #222;
        margin-bottom: 0.5rem;
    }

.section-content[b-c8walmygh8] {
    font-size: 0.95rem;
    line-height: 1.75;
    color: #333;
}

    .section-content p[b-c8walmygh8] {
        margin-bottom: 0.8rem;
    }

    .section-content ul[b-c8walmygh8] {
        margin: 0.5rem 0 1rem 1.5rem;
        padding: 0;
    }

    .section-content li[b-c8walmygh8] {
        margin-bottom: 0.4rem;
        line-height: 1.6;
    }

/* Sidebar */
.plant-sidebar[b-c8walmygh8] {
    position: sticky;
    top: 100px;
}

.sidebar-card[b-c8walmygh8] {
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    background: #f9f9f9;
}

.sidebar-title[b-c8walmygh8] {
    background: #2e7d32;
    color: white;
    text-align: center;
    padding: 0.7rem 1rem;
    font-size: 1rem;
    font-style: italic;
    font-weight: 600;
    margin: 0;
}

.sidebar-image[b-c8walmygh8] {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
}

    .sidebar-image img[b-c8walmygh8] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.sidebar-taxonomy[b-c8walmygh8] {
    padding: 0.8rem 1rem 1rem;
}

.taxonomy-heading[b-c8walmygh8] {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 700;
    color: #2e7d32;
    margin-bottom: 0.6rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.4rem;
}

.taxonomy-table[b-c8walmygh8] {
    width: 100%;
    font-size: 0.85rem;
    border-collapse: collapse;
}

    .taxonomy-table tr[b-c8walmygh8] {
        border-bottom: 1px solid #eee;
    }

    .taxonomy-table td[b-c8walmygh8] {
        padding: 0.3rem 0.2rem;
        vertical-align: top;
    }

.tax-label[b-c8walmygh8] {
    font-weight: 700;
    color: #2e7d32;
    white-space: nowrap;
    width: 40%;
}

.tax-value[b-c8walmygh8] {
    color: #333;
}

/* Gallery */
.plant-gallery[b-c8walmygh8] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 0.5rem;
}

.gallery-item[b-c8walmygh8] {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #fafafa;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, z-index 0s;
    position: relative;
}

    .gallery-item:hover[b-c8walmygh8] {
        transform: scale(2.2);
        z-index: 50;
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
        border-color: #2e7d32;
    }

    .gallery-item img[b-c8walmygh8] {
        width: 100%;
        height: 180px;
        object-fit: cover;
        display: block;
    }

.gallery-caption[b-c8walmygh8] {
    font-size: 0.8rem;
    color: #555;
    text-align: center;
    padding: 0.4rem 0.5rem;
    margin: 0;
}

/* Responsive */
@media (max-width: 900px) {
    .plant-layout[b-c8walmygh8] {
        grid-template-columns: 1fr;
    }

    .plant-sidebar[b-c8walmygh8] {
        position: static;
        order: -1;
        max-width: 300px;
        margin: 0 auto 1.5rem;
    }

    .plant-title[b-c8walmygh8] {
        font-size: 2rem;
    }

    .plant-header[b-c8walmygh8],
    .plant-content[b-c8walmygh8] {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 600px) {
    .plant-gallery[b-c8walmygh8] {
        grid-template-columns: 1fr 1fr;
    }
}
/* _content/Venus-project/Components/Pages/Platform/EditProfile.razor.rz.scp.css */
/* ── Edit Hero (Cover + Profile Photo) ── */
.edit-hero[b-vhbn2truuw] {
    position: relative;
}

.edit-cover[b-vhbn2truuw] {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-vhbn2truuw] .cover-upload-area {
    width: 100%;
    height: 100%;
}

[b-vhbn2truuw] .cover-upload-area .image-preview {
    width: 100%;
    height: 350px;
    border-radius: 0;
}

[b-vhbn2truuw] .cover-upload-area .image-placeholder {
    height: 350px;
    border-radius: 0;
    background: transparent;
}

[b-vhbn2truuw] .cover-upload-area .image-overlay {
    border-radius: 0;
}

.edit-profile-photo-area[b-vhbn2truuw] {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

[b-vhbn2truuw] .profile-photo-upload {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

[b-vhbn2truuw] .profile-photo-upload .image-preview {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

[b-vhbn2truuw] .profile-photo-upload .image-placeholder {
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #67B377, #75992C);
}

/* ── Main Edit Content ── */
.edit-main[b-vhbn2truuw] {
    max-width: 1100px;
    margin: 80px auto 0;
    padding: 0 2rem 4rem;
}

.edit-header-info[b-vhbn2truuw] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
}

.edit-name[b-vhbn2truuw] {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.save-check[b-vhbn2truuw] {
    color: #67B377;
    font-size: 1.3rem;
    font-weight: 700;
}

/* ── Brief Description ── */
.edit-field[b-vhbn2truuw] {
    position: relative;
    margin-bottom: 1.5rem;
}

.edit-brief-input[b-vhbn2truuw] {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.92rem;
    color: #1a1a1a;
    line-height: 1.6;
    resize: vertical;
    min-height: 60px;
    transition: border-color 0.2s;
    outline: none;
}

.edit-brief-input:focus[b-vhbn2truuw] {
    border-color: #67B377;
    box-shadow: 0 0 0 3px rgba(103, 179, 119, 0.12);
}

.char-count[b-vhbn2truuw] {
    position: absolute;
    bottom: 0.4rem;
    right: 0.6rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.72rem;
    color: #999;
}

/* ── Tabs (decorative, About is always active in edit mode) ── */
.edit-tabs[b-vhbn2truuw] {
    display: flex;
    gap: 0;
    border-bottom: 2px solid #eee;
    margin-bottom: 1.5rem;
}

.edit-tab[b-vhbn2truuw] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #777;
    padding: 0.8rem 1.5rem;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.edit-tab-active[b-vhbn2truuw] {
    color: #1a1a1a;
    font-weight: 600;
    border-bottom-color: #d4a843;
}

.edit-tab-disabled[b-vhbn2truuw] {
    opacity: 0.5;
    cursor: default;
}

/* ── Edit Sections ── */
.edit-section[b-vhbn2truuw] {
    padding: 1.5rem 0;
    border-bottom: 1px solid #eee;
}

.edit-section:last-of-type[b-vhbn2truuw] {
    border-bottom: none;
}

.edit-section-title[b-vhbn2truuw] {
    font-family: 'Poppins', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.6rem;
}

.edit-hint[b-vhbn2truuw] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.82rem;
    color: #888;
    margin: 0.5rem 0 0;
    line-height: 1.5;
}

.hint-inline[b-vhbn2truuw] {
    font-size: 0.85rem;
    cursor: help;
    vertical-align: middle;
}

/* ── Visual/Code Toggle ── */
.editor-toggle[b-vhbn2truuw] {
    display: flex;
    justify-content: flex-end;
    gap: 0;
    margin-bottom: 0.3rem;
}

.toggle-btn[b-vhbn2truuw] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.78rem;
    font-weight: 500;
    padding: 0.3rem 0.8rem;
    border: 1px solid #ddd;
    background: #fff;
    color: #777;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

.toggle-btn:first-child[b-vhbn2truuw] {
    border-radius: 6px 0 0 6px;
}

.toggle-btn:last-child[b-vhbn2truuw] {
    border-radius: 0 6px 6px 0;
    border-left: none;
}

.toggle-active[b-vhbn2truuw] {
    background: #f5f5f5;
    color: #1a1a1a;
    font-weight: 600;
}

/* ── Code Editor (raw HTML textarea) ── */
.code-editor[b-vhbn2truuw] {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: 'Courier New', monospace;
    font-size: 0.85rem;
    color: #1a1a1a;
    resize: vertical;
    min-height: 150px;
    outline: none;
    transition: border-color 0.2s;
}

.code-editor:focus[b-vhbn2truuw] {
    border-color: #67B377;
    box-shadow: 0 0 0 3px rgba(103, 179, 119, 0.12);
}

/* ── Dual Column ── */
.edit-section-dual[b-vhbn2truuw] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.dual-column[b-vhbn2truuw] {
    min-width: 0;
}

/* ── Social Inputs ── */
.social-inputs[b-vhbn2truuw] {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.social-input-group[b-vhbn2truuw] {
    display: flex;
    flex-direction: column;
}

.form-input[b-vhbn2truuw] {
    width: 100%;
    padding: 0.6rem 0.8rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    color: #1a1a1a;
    outline: none;
    transition: border-color 0.2s;
}

.form-input:focus[b-vhbn2truuw] {
    border-color: #67B377;
    box-shadow: 0 0 0 3px rgba(103, 179, 119, 0.12);
}

/* ── Actions ── */
.edit-actions[b-vhbn2truuw] {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    justify-content: center;
}

.btn-save[b-vhbn2truuw] {
    background: linear-gradient(135deg, #67B377, #75992C);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.85rem 3rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.2s;
}

.btn-save:hover:not(:disabled)[b-vhbn2truuw] {
    opacity: 0.92;
    transform: translateY(-1px);
}

.btn-save:disabled[b-vhbn2truuw] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-cancel[b-vhbn2truuw] {
    background: #eee;
    color: #444;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.85rem 3rem;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-cancel:hover[b-vhbn2truuw] {
    background: #ddd;
}

/* ── Error ── */
.edit-error[b-vhbn2truuw] {
    margin-top: 1rem;
    padding: 0.8rem 1rem;
    background: #ffebee;
    color: #c62828;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.88rem;
    text-align: center;
}

/* ── Access Denied ── */
.edit-denied[b-vhbn2truuw] {
    text-align: center;
    padding: 8rem 2rem;
    font-family: 'Poppins', sans-serif;
}

.edit-denied h1[b-vhbn2truuw] {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.edit-denied p[b-vhbn2truuw] {
    font-size: 1rem;
    color: #777;
}

/* ── Onboarding ── */
.onboarding-banner[b-vhbn2truuw] {
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 8px;
    padding: 1rem 1.5rem;
    margin: 1rem auto;
    max-width: 900px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    color: #664d03;
}

.required-star[b-vhbn2truuw] {
    color: #dc3545;
    font-weight: 700;
    margin-left: 0.25rem;
}

/* ── Responsive ── */
@media (max-width: 900px) {
    .edit-cover[b-vhbn2truuw],
    [b-vhbn2truuw] .cover-upload-area .image-preview,
    [b-vhbn2truuw] .cover-upload-area .image-placeholder {
        height: 250px;
    }

    .edit-section-dual[b-vhbn2truuw] {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .edit-main[b-vhbn2truuw] {
        margin-top: 70px;
    }

    [b-vhbn2truuw] .profile-photo-upload,
    [b-vhbn2truuw] .profile-photo-upload .image-preview,
    [b-vhbn2truuw] .profile-photo-upload .image-placeholder {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 700px) {
    .edit-cover[b-vhbn2truuw],
    [b-vhbn2truuw] .cover-upload-area .image-preview,
    [b-vhbn2truuw] .cover-upload-area .image-placeholder {
        height: 200px;
    }

    .edit-main[b-vhbn2truuw] {
        padding: 0 1rem 3rem;
        margin-top: 60px;
    }

    .edit-name[b-vhbn2truuw] {
        font-size: 1.4rem;
    }

    .edit-actions[b-vhbn2truuw] {
        flex-direction: column;
    }

    .btn-save[b-vhbn2truuw],
    .btn-cancel[b-vhbn2truuw] {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    [b-vhbn2truuw] .profile-photo-upload,
    [b-vhbn2truuw] .profile-photo-upload .image-preview,
    [b-vhbn2truuw] .profile-photo-upload .image-placeholder {
        width: 100px;
        height: 100px;
    }
}
/* _content/Venus-project/Components/Pages/Platform/Exchange.razor.rz.scp.css */
/* ── Exchange Hero ── */
.exchange-hero[b-24sxr8vjwy] {
    background: linear-gradient(135deg, #2e7d32 0%, #4caf50 50%, #67B377 100%);
    padding: 4rem 2rem 3rem;
    text-align: center;
    color: #fff;
}

.exchange-hero-content[b-24sxr8vjwy] {
    max-width: 700px;
    margin: 0 auto;
}

.exchange-hero h1[b-24sxr8vjwy] {
    font-family: 'Poppins', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 0 0.75rem;
}

.exchange-hero .highlight[b-24sxr8vjwy] {
    color: #d4a843;
}

.exchange-subtitle[b-24sxr8vjwy] {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    opacity: 0.92;
    line-height: 1.6;
    margin: 0 0 1.5rem;
}

.exchange-hero-btn[b-24sxr8vjwy] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #2e7d32;
    background: #fff;
    border: none;
    padding: 0.65rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

.exchange-hero-btn:hover[b-24sxr8vjwy] {
    background: #f0faf0;
    transform: translateY(-1px);
}

/* ── Content Area ── */
.exchange-content[b-24sxr8vjwy] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2.5rem 2rem 4rem;
}

/* ── Category Filter ── */
.category-filter[b-24sxr8vjwy] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
}

.category-btn[b-24sxr8vjwy] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.78rem;
    font-weight: 500;
    padding: 0.4rem 0.9rem;
    border-radius: 20px;
    border: 1px solid #ddd;
    background: #fff;
    color: #555;
    cursor: pointer;
    transition: all 0.15s;
}

.category-btn:hover[b-24sxr8vjwy] {
    border-color: #4caf50;
    color: #4caf50;
}

.category-btn.active[b-24sxr8vjwy] {
    background: #4caf50;
    border-color: #4caf50;
    color: #fff;
}

.exchange-loading[b-24sxr8vjwy],
.exchange-empty[b-24sxr8vjwy] {
    text-align: center;
    padding: 4rem 1rem;
    color: #999;
    font-family: 'Poppins', sans-serif;
}

.exchange-empty svg[b-24sxr8vjwy] {
    color: #ccc;
    margin-bottom: 1rem;
}

.exchange-empty h2[b-24sxr8vjwy] {
    font-size: 1.3rem;
    font-weight: 600;
    color: #666;
    margin: 0 0 0.5rem;
}

.exchange-empty p[b-24sxr8vjwy] {
    font-size: 0.9rem;
}

/* ── Post Cards Grid ── */
.exchange-grid[b-24sxr8vjwy] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 2rem;
}

.post-card[b-24sxr8vjwy] {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.post-card:hover[b-24sxr8vjwy] {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}

/* ── Card Image ── */
.post-card-image[b-24sxr8vjwy] {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f5f5f5;
}

.post-card-image img[b-24sxr8vjwy] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.post-card-placeholder[b-24sxr8vjwy] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e8f5e9, #f1f8e9);
    color: #aaa;
}

/* ── Card Body ── */
.post-card-body[b-24sxr8vjwy] {
    padding: 1.25rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.post-card-meta[b-24sxr8vjwy] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.6rem;
    flex-wrap: wrap;
}

.post-card-category[b-24sxr8vjwy] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.65rem;
    font-weight: 600;
    background: #e8f5e9;
    color: #2e7d32;
    padding: 0.2rem 0.6rem;
    border-radius: 12px;
    white-space: nowrap;
}

.post-card-date[b-24sxr8vjwy] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.post-card-comments[b-24sxr8vjwy] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    color: #999;
}

.post-card-title[b-24sxr8vjwy] {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #222;
    margin: 0 0 0.5rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-card-excerpt[b-24sxr8vjwy] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    color: #666;
    line-height: 1.55;
    margin: 0 0 1rem;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ── Card Footer ── */
.post-card-footer[b-24sxr8vjwy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f0f0f0;
    padding-top: 0.75rem;
}

.post-card-author[b-24sxr8vjwy] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.author-avatar[b-24sxr8vjwy] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
}

.author-avatar-placeholder[b-24sxr8vjwy] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8f5e9;
    color: #4caf50;
    font-family: 'Poppins', sans-serif;
    font-size: 0.65rem;
    font-weight: 600;
}

.author-name[b-24sxr8vjwy] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    color: #444;
}

.post-card-read[b-24sxr8vjwy] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: #4caf50;
    white-space: nowrap;
}

.post-card:hover .post-card-read[b-24sxr8vjwy] {
    color: #2e7d32;
}

/* ── Pagination & Controls ── */
.exchange-controls[b-24sxr8vjwy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.page-size-selector[b-24sxr8vjwy] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    color: #555;
}

.page-size-btn[b-24sxr8vjwy] {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0.3rem 0.7rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.page-size-btn:hover[b-24sxr8vjwy] {
    background: #e8f5e9;
    border-color: #4caf50;
}

.page-size-btn.active[b-24sxr8vjwy] {
    background: #4caf50;
    color: #fff;
    border-color: #4caf50;
}

.exchange-total[b-24sxr8vjwy] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    color: #888;
}

.exchange-pagination[b-24sxr8vjwy] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 2.5rem;
}

.page-btn[b-24sxr8vjwy] {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0.45rem 0.85rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #444;
}

.page-btn:hover:not(:disabled)[b-24sxr8vjwy] {
    background: #e8f5e9;
    border-color: #4caf50;
    color: #2e7d32;
}

.page-btn.active[b-24sxr8vjwy] {
    background: #4caf50;
    color: #fff;
    border-color: #4caf50;
}

.page-btn:disabled[b-24sxr8vjwy] {
    opacity: 0.4;
    cursor: not-allowed;
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .exchange-hero[b-24sxr8vjwy] {
        padding: 3rem 1.5rem 2rem;
    }

    .exchange-hero h1[b-24sxr8vjwy] {
        font-size: 1.8rem;
    }

    .exchange-grid[b-24sxr8vjwy] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .exchange-content[b-24sxr8vjwy] {
        padding: 1.5rem 1rem 3rem;
    }
}
/* _content/Venus-project/Components/Pages/Platform/MembersMap.razor.rz.scp.css */
/* ── Map Hero ── */
.map-hero[b-1i628t2egp] {
    background: linear-gradient(135deg, #2e7d32 0%, #4caf50 50%, #67B377 100%);
    padding: 3rem 2rem 2rem;
    text-align: center;
    color: #fff;
}

.map-hero h1[b-1i628t2egp] {
    font-family: 'Poppins', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
}

.map-hero .highlight[b-1i628t2egp] {
    color: #d4a843;
}

.map-subtitle[b-1i628t2egp] {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

/* ── Map Container ── */
.map-container[b-1i628t2egp] {
    position: relative;
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

#members-map[b-1i628t2egp] {
    width: 100%;
    height: 550px;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    z-index: 1;
}

.map-empty[b-1i628t2egp] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.95);
    padding: 1.5rem 2.5rem;
    border-radius: 12px;
    font-family: 'Poppins', sans-serif;
    color: #666;
    z-index: 10;
}

.map-legend[b-1i628t2egp] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    color: #666;
}

.legend-dot[b-1i628t2egp] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #4caf50;
    box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.25);
}

.legend-dot.legend-dot--self[b-1i628t2egp] {
    background: #2196F3;
    box-shadow: 0 0 0 3px rgba(39, 159, 255, 0.25);
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .map-hero[b-1i628t2egp] {
        padding: 2rem 1.5rem 1.5rem;
    }

    .map-hero h1[b-1i628t2egp] {
        font-size: 1.7rem;
    }

    .map-container[b-1i628t2egp] {
        padding: 1rem;
    }

    #members-map[b-1i628t2egp] {
        height: 400px;
        border-radius: 12px;
    }
}
/* _content/Venus-project/Components/Pages/Platform/PlatformHome.razor.rz.scp.css */
/* ========== HERO ========== */
.platform-hero[b-54dnsjalzs] {
    position: relative;
    padding: 5rem 2rem 5rem;
    background: linear-gradient(135deg, #f8f6f0 0%, #eef5e8 100%);
    overflow: hidden;
}

.platform-hero-content[b-54dnsjalzs] {
    display: flex;
    align-items: center;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.platform-hero-text[b-54dnsjalzs] {
    flex: 0 0 55%;
    max-width: 55%;
}

.platform-hero-text h1[b-54dnsjalzs] {
    font-size: 3.5rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.1;
    margin-bottom: 1.2rem;
}

.platform-hero-text h1 .highlight[b-54dnsjalzs] {
    color: #2e7d32;
}

.hero-subtitle[b-54dnsjalzs] {
    font-size: 1.15rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.hero-actions[b-54dnsjalzs] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-primary[b-54dnsjalzs] {
    display: inline-block;
    padding: 0.85rem 2rem;
    background: #2e7d32;
    color: #fff;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}

.btn-primary:hover[b-54dnsjalzs] {
    background: #256b29;
    transform: translateY(-1px);
}

.btn-secondary[b-54dnsjalzs] {
    display: inline-block;
    padding: 0.85rem 2rem;
    background: transparent;
    color: #2e7d32;
    border: 2px solid #2e7d32;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, transform 0.2s;
}

.btn-secondary:hover[b-54dnsjalzs] {
    background: #2e7d32;
    color: #fff;
    transform: translateY(-1px);
}

.platform-hero-image[b-54dnsjalzs] {
    flex: 1;
    display: flex;
    justify-content: center;
}

.platform-hero-image img[b-54dnsjalzs] {
    width: 100%;
    max-width: 420px;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

/* ========== MISSION ========== */
.mission-section[b-54dnsjalzs] {
    padding: 5rem 2rem;
    background: #fff;
}

.mission-content[b-54dnsjalzs] {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.mission-content h2[b-54dnsjalzs] {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

.mission-content p[b-54dnsjalzs] {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
}

/* ========== FEATURES ========== */
.features-section[b-54dnsjalzs] {
    padding: 4rem 2rem 5rem;
    background: #f9f9f7;
}

.features-grid[b-54dnsjalzs] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    max-width: 1100px;
    margin: 0 auto;
}

.feature-card[b-54dnsjalzs] {
    background: #fff;
    border-radius: 14px;
    padding: 2.5rem 2rem;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s, box-shadow 0.25s;
}

.feature-card:hover[b-54dnsjalzs] {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon[b-54dnsjalzs] {
    margin-bottom: 1.2rem;
}

.feature-card h3[b-54dnsjalzs] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.8rem;
}

.feature-card p[b-54dnsjalzs] {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.7;
}

/* ========== CTA ========== */
.cta-section[b-54dnsjalzs] {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #2e7d32 0%, #1b5e20 100%);
    text-align: center;
}

.cta-content[b-54dnsjalzs] {
    max-width: 650px;
    margin: 0 auto;
}

.cta-content h2[b-54dnsjalzs] {
    font-size: 2.2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
}

.cta-content p[b-54dnsjalzs] {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    margin-bottom: 2rem;
}

.btn-cta[b-54dnsjalzs] {
    display: inline-block;
    padding: 0.9rem 2.5rem;
    background: #fff;
    color: #2e7d32;
    border-radius: 8px;
    font-size: 1.05rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-cta:hover[b-54dnsjalzs] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 900px) {
    .platform-hero-content[b-54dnsjalzs] {
        flex-direction: column;
        text-align: center;
    }

    .platform-hero-text[b-54dnsjalzs] {
        flex: 1;
        max-width: 100%;
    }

    .hero-actions[b-54dnsjalzs] {
        justify-content: center;
    }

    .features-grid[b-54dnsjalzs] {
        grid-template-columns: 1fr;
        max-width: 500px;
    }
}

@media (max-width: 600px) {
    .platform-hero-text h1[b-54dnsjalzs] {
        font-size: 2.4rem;
    }

    .mission-content h2[b-54dnsjalzs],
    .cta-content h2[b-54dnsjalzs] {
        font-size: 1.7rem;
    }
}
/* _content/Venus-project/Components/Pages/Platform/PostDetail.razor.rz.scp.css */
/* ── Post Not Found ── */
.post-not-found[b-lcf656ibwn] {
    text-align: center;
    padding: 5rem 2rem;
    font-family: 'Poppins', sans-serif;
    color: #666;
}

.post-not-found h1[b-lcf656ibwn] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.5rem;
}

.back-link[b-lcf656ibwn] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    color: #4caf50;
    text-decoration: none;
    font-weight: 500;
}

.back-link:hover[b-lcf656ibwn] {
    color: #2e7d32;
    text-decoration: underline;
}

/* ── Post Detail ── */
.post-detail[b-lcf656ibwn] {
    max-width: 100%;
}

.post-featured-image[b-lcf656ibwn] {
    width: 100%;
    max-height: 420px;
    overflow: hidden;
    background: #f5f5f5;
}

.post-featured-image img[b-lcf656ibwn] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.post-detail-content[b-lcf656ibwn] {
    max-width: 820px;
    margin: 0 auto;
    padding: 2rem 2rem 4rem;
}

/* ── Post Header ── */
.post-header[b-lcf656ibwn] {
    margin-bottom: 2rem;
}

.post-header .back-link[b-lcf656ibwn] {
    display: inline-block;
    margin-bottom: 1.25rem;
}

.post-title[b-lcf656ibwn] {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    margin: 0 0 1rem;
}

.post-info[b-lcf656ibwn] {
    display: flex;
    align-items: center;
}

.post-author-info[b-lcf656ibwn] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.post-author-avatar[b-lcf656ibwn] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.post-author-placeholder[b-lcf656ibwn] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8f5e9;
    color: #4caf50;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
}

.post-author-name[b-lcf656ibwn] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    display: block;
}

.post-author-name:hover[b-lcf656ibwn] {
    color: #4caf50;
}

.post-date[b-lcf656ibwn] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.78rem;
    color: #999;
    display: block;
}

/* ── Post Body ── */
.post-body[b-lcf656ibwn] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    line-height: 1.75;
    color: #333;
    word-break: break-word;
}

[b-lcf656ibwn] .post-body img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 1rem 0;
}

[b-lcf656ibwn] .post-body h1,
[b-lcf656ibwn] .post-body h2,
[b-lcf656ibwn] .post-body h3,
[b-lcf656ibwn] .post-body h4 {
    font-family: 'Poppins', sans-serif;
    color: #222;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

[b-lcf656ibwn] .post-body blockquote {
    border-left: 4px solid #4caf50;
    margin: 1rem 0;
    padding: 0.75rem 1.25rem;
    background: #f9fdf9;
    color: #555;
    font-style: italic;
}

[b-lcf656ibwn] .post-body a {
    color: #4caf50;
    text-decoration: underline;
}

/* ── Comments Section ── */
.comments-section[b-lcf656ibwn] {
    margin-top: 3rem;
    border-top: 2px solid #f0f0f0;
    padding-top: 2rem;
}

.comments-title[b-lcf656ibwn] {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 1.5rem;
}

.comments-list[b-lcf656ibwn] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* ── Individual Comment ── */
.comment[b-lcf656ibwn] {
    padding: 1.25rem 0;
    border-bottom: 1px solid #f5f5f5;
}

.comment-reply[b-lcf656ibwn] {
    border-bottom: none;
    padding: 0.75rem 0;
    border-left: 2px solid #e8f5e9;
    padding-left: 1rem;
}

.comment-header[b-lcf656ibwn] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.comment-author[b-lcf656ibwn] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.comment-avatar[b-lcf656ibwn] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.comment-avatar-placeholder[b-lcf656ibwn] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8f5e9;
    color: #4caf50;
    font-family: 'Poppins', sans-serif;
    font-size: 0.6rem;
    font-weight: 600;
}

.comment-author-name[b-lcf656ibwn] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    display: block;
}

.comment-author-name:hover[b-lcf656ibwn] {
    color: #4caf50;
}

.comment-date[b-lcf656ibwn] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.72rem;
    color: #aaa;
    display: block;
}

.comment-actions[b-lcf656ibwn] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.comment-action-btn[b-lcf656ibwn] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    color: #888;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
    transition: color 0.15s, background 0.15s;
}

.comment-action-btn:hover[b-lcf656ibwn] {
    color: #4caf50;
    background: #f0faf0;
}

.comment-action-delete:hover[b-lcf656ibwn] {
    color: #e53935;
    background: #fef0f0;
}

.comment-body[b-lcf656ibwn] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.88rem;
    line-height: 1.6;
    color: #444;
    word-break: break-word;
}

[b-lcf656ibwn] .comment-body p {
    margin: 0 0 0.4rem;
}

/* ── Reply Editor ── */
.reply-editor[b-lcf656ibwn] {
    margin-top: 0.75rem;
    padding: 0.75rem;
    background: #fafafa;
    border-radius: 6px;
}

.reply-actions[b-lcf656ibwn] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.reply-btn[b-lcf656ibwn] {
    font-size: 0.82rem;
    padding: 0.4rem 1rem;
}

.comment-cancel-btn[b-lcf656ibwn] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.82rem;
    color: #888;
    background: none;
    border: 1px solid #ddd;
    padding: 0.4rem 1rem;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.15s;
}

.comment-cancel-btn:hover[b-lcf656ibwn] {
    background: #f5f5f5;
}

/* ── Leave a Comment ── */
.leave-comment[b-lcf656ibwn] {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #f0f0f0;
}

.leave-comment-title[b-lcf656ibwn] {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 1rem;
}

.comment-submit-btn[b-lcf656ibwn] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    color: #fff;
    background: #4caf50;
    border: none;
    padding: 0.55rem 1.5rem;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 0.75rem;
    transition: background 0.2s;
}

.comment-submit-btn:hover[b-lcf656ibwn] {
    background: #43a047;
}

.comment-submit-btn:disabled[b-lcf656ibwn] {
    background: #a5d6a7;
    cursor: not-allowed;
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .post-detail-content[b-lcf656ibwn] {
        padding: 1.5rem 1rem 3rem;
    }

    .post-title[b-lcf656ibwn] {
        font-size: 1.5rem;
    }

    .comment-reply[b-lcf656ibwn] {
        margin-left: 1rem !important;
    }
}

/* ── Edited Label ── */
.comment-edited[b-lcf656ibwn] {
    font-style: italic;
    color: #bbb;
    font-size: 0.68rem;
    margin-left: 0.3rem;
}

/* ── Moderated Content ── */
.comment-moderated[b-lcf656ibwn] {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.8rem 1rem;
    background: #f9f3f3;
    border: 1px solid #f0dada;
    border-radius: 6px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.82rem;
    color: #999;
    line-height: 1.5;
}

.comment-moderated svg[b-lcf656ibwn] {
    flex-shrink: 0;
    margin-top: 0.1rem;
    color: #caa;
}

.post-moderated[b-lcf656ibwn] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 2rem;
    background: #fdf6f6;
    border: 1px solid #f0dada;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.92rem;
    color: #999;
    line-height: 1.6;
    margin: 1rem 0 2rem;
}

.post-moderated svg[b-lcf656ibwn] {
    flex-shrink: 0;
    margin-top: 0.15rem;
    color: #caa;
}

.post-moderated p[b-lcf656ibwn] {
    margin: 0;
}

.post-mod-actions[b-lcf656ibwn] {
    display: flex;
    justify-content: flex-end;
    padding: 0.5rem 0;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
}

/* ── Moderation Modal ── */
.mod-overlay[b-lcf656ibwn] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: mod-fade-in-b-lcf656ibwn 0.15s ease;
}

@keyframes mod-fade-in-b-lcf656ibwn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.mod-modal[b-lcf656ibwn] {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    max-width: 440px;
    width: 90%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    animation: mod-slide-up-b-lcf656ibwn 0.2s ease;
}

@keyframes mod-slide-up-b-lcf656ibwn {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.mod-title[b-lcf656ibwn] {
    font-family: 'Poppins', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #333;
    margin: 0 0 0.25rem;
}

.mod-subtitle[b-lcf656ibwn] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.82rem;
    color: #888;
    margin: 0 0 1.25rem;
}

.mod-reasons[b-lcf656ibwn] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.mod-reason[b-lcf656ibwn] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.65rem 0.9rem;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    color: #555;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s;
}

.mod-reason:hover[b-lcf656ibwn] {
    border-color: #ccc;
    background: #fafafa;
}

.mod-reason-selected[b-lcf656ibwn] {
    border-color: #e53935;
    background: #fef5f5;
    color: #c62828;
}

.mod-reason input[type="radio"][b-lcf656ibwn] {
    accent-color: #e53935;
    margin: 0;
}

.mod-actions[b-lcf656ibwn] {
    display: flex;
    justify-content: flex-end;
    gap: 0.6rem;
}

.mod-confirm-btn[b-lcf656ibwn] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
    background: #e53935;
    border: none;
    padding: 0.5rem 1.25rem;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s;
}

.mod-confirm-btn:hover[b-lcf656ibwn] {
    background: #c62828;
}

.mod-confirm-btn:disabled[b-lcf656ibwn] {
    background: #ef9a9a;
    cursor: not-allowed;
}

/* ── Comment Sort ── */
.comments-sort[b-lcf656ibwn] {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.comments-sort-btn[b-lcf656ibwn] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 0.35rem 0.75rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    color: #555;
    cursor: pointer;
    transition: all 0.2s ease;
}

.comments-sort-btn:hover[b-lcf656ibwn] {
    background: #e8f5e9;
    border-color: #4caf50;
    color: #2e7d32;
}
/* _content/Venus-project/Components/Pages/Platform/UserProfile.razor.rz.scp.css */
/* ── Profile Hero / Cover ── */
.profile-hero[b-59jvuwyqw8] {
    position: relative;
}

.cover-photo[b-59jvuwyqw8] {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.profile-header[b-59jvuwyqw8] {
    max-width: 1100px;
    margin: -75px auto 0;
    padding: 0 2rem;
    display: flex;
    align-items: flex-end;
    gap: 1.5rem;
    position: relative;
}

.profile-photo-wrapper[b-59jvuwyqw8] {
    flex-shrink: 0;
}

.profile-photo[b-59jvuwyqw8] {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    object-fit: cover;
    background: #f5f5f5;
}

.profile-photo-placeholder[b-59jvuwyqw8] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #67B377, #75992C);
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.profile-info[b-59jvuwyqw8] {
    flex: 1;
    padding-bottom: 0.5rem;
}

.profile-name[b-59jvuwyqw8] {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0.2rem;
    line-height: 1.2;
}

.profile-social-icons[b-59jvuwyqw8] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.social-icon[b-59jvuwyqw8] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}

.social-icon:hover[b-59jvuwyqw8] {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.social-facebook[b-59jvuwyqw8] {
    background: #1877f2;
}

.social-linkedin[b-59jvuwyqw8] {
    background: #0a66c2;
}

.profile-brief[b-59jvuwyqw8] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.92rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* ── Settings Gear ── */
.profile-settings[b-59jvuwyqw8] {
    position: relative;
    flex-shrink: 0;
    align-self: flex-start;
    margin-top: 85px;
}

.settings-btn[b-59jvuwyqw8] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #888;
    cursor: pointer;
    padding: 0.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform-origin: center center;
    transition: color 0.3s, transform 0.4s ease;
}

.settings-btn:hover[b-59jvuwyqw8] {
    color: #444;
    transform: rotate(90deg);
}

.settings-dropdown[b-59jvuwyqw8] {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    min-width: 180px;
    z-index: 100;
    overflow: hidden;
}

.settings-item[b-59jvuwyqw8] {
    display: block;
    width: 100%;
    padding: 0.7rem 1.2rem;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 0.88rem;
    color: #444;
    text-decoration: none;
    border: none;
    background: none;
    cursor: pointer;
    transition: background 0.15s;
}

.settings-item:hover[b-59jvuwyqw8] {
    background: #f5f5f5;
}

.settings-item-form[b-59jvuwyqw8] {
    margin: 0;
}

/* ── Tabs ── */
.profile-tabs[b-59jvuwyqw8] {
    max-width: 1100px;
    margin: 1.5rem auto 0;
    padding: 0 2rem;
    display: flex;
    gap: 0;
    border-bottom: 2px solid #eee;
}

.tab[b-59jvuwyqw8] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #777;
    background: none;
    border: none;
    padding: 0.8rem 1.5rem;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    transition: color 0.2s, border-color 0.2s;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.tab:hover[b-59jvuwyqw8] {
    color: #444;
}

.tab-active[b-59jvuwyqw8] {
    color: #1a1a1a;
    font-weight: 600;
    border-bottom-color: #d4a843;
}

.tab-icon[b-59jvuwyqw8] {
    font-size: 0.85rem;
}

/* ── Profile Content ── */
.profile-content[b-59jvuwyqw8] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.5rem 2rem 4rem;
}

.profile-section[b-59jvuwyqw8] {
    padding: 1.5rem 0;
    border-bottom: 1px solid #eee;
}

.profile-section:last-child[b-59jvuwyqw8] {
    border-bottom: none;
}

.section-title[b-59jvuwyqw8] {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.8rem;
}

.section-body[b-59jvuwyqw8] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.92rem;
    color: #444;
    line-height: 1.7;
}

/* Rich HTML content styling */
.rich-content ul[b-59jvuwyqw8],
.rich-content ol[b-59jvuwyqw8] {
    padding-left: 1.5rem;
    margin: 0.5rem 0;
}

.rich-content li[b-59jvuwyqw8] {
    margin-bottom: 0.3rem;
}

.rich-content strong[b-59jvuwyqw8] {
    font-weight: 700;
}

.rich-content a[b-59jvuwyqw8] {
    color: #4caf50;
    text-decoration: underline;
}

/* ── Dual Column Layout ── */
.profile-section-dual[b-59jvuwyqw8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
}

.dual-column[b-59jvuwyqw8] {
    min-width: 0;
}

/* ── Tags ── */
.tag-list[b-59jvuwyqw8] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.profile-tag[b-59jvuwyqw8] {
    display: inline-block;
    background: #e8f5e9;
    color: #2e7d32;
    padding: 0.3rem 0.85rem;
    border-radius: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.82rem;
    font-weight: 500;
}

/* ── Social Links ── */
.social-links[b-59jvuwyqw8] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.social-link[b-59jvuwyqw8] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.92rem;
    color: #4caf50;
    text-decoration: none;
    transition: color 0.2s;
}

.social-link:hover[b-59jvuwyqw8] {
    color: #2e7d32;
    text-decoration: underline;
}

/* ── Map ── */
.map-container[b-59jvuwyqw8] {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

/* ── Coming Soon ── */
.coming-soon[b-59jvuwyqw8] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    color: #999;
    text-align: center;
    padding: 3rem 0;
}

/* ── Profile Posts List ── */
.profile-posts-list[b-59jvuwyqw8] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.profile-post-item[b-59jvuwyqw8] {
    display: flex;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f0f0f0;
    gap: 0.75rem;
}

.profile-post-item:first-child[b-59jvuwyqw8] {
    border-top: 1px solid #f0f0f0;
}

.profile-post-item:hover[b-59jvuwyqw8] {
    background: #fafafa;
}

.profile-post-link[b-59jvuwyqw8] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
    min-width: 0;
    text-decoration: none;
}

.profile-post-thumb[b-59jvuwyqw8] {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.profile-post-thumb-placeholder[b-59jvuwyqw8] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    color: #bbb;
}

.profile-post-info[b-59jvuwyqw8] {
    flex: 1;
    min-width: 0;
}

.profile-post-title[b-59jvuwyqw8] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 0.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-post-item:hover .profile-post-title[b-59jvuwyqw8] {
    color: #4caf50;
}

.profile-post-date[b-59jvuwyqw8] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    color: #999;
}

.profile-post-actions[b-59jvuwyqw8] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-shrink: 0;
}

.profile-post-action-edit[b-59jvuwyqw8],
.profile-post-action-delete[b-59jvuwyqw8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.profile-post-action-edit[b-59jvuwyqw8] {
    background: #f0f7f0;
    color: #4caf50;
    text-decoration: none;
}

.profile-post-action-edit:hover[b-59jvuwyqw8] {
    background: #4caf50;
    color: #fff;
}

.profile-post-action-delete[b-59jvuwyqw8] {
    background: #fdf0f0;
    color: #e53935;
}

.profile-post-action-delete:hover[b-59jvuwyqw8] {
    background: #e53935;
    color: #fff;
}

.profile-post-arrow[b-59jvuwyqw8] {
    font-size: 1.1rem;
    color: #ccc;
    flex-shrink: 0;
}

.profile-post-item:hover .profile-post-arrow[b-59jvuwyqw8] {
    color: #4caf50;
}

/* ── Profile Comments List ── */
.profile-comments-list[b-59jvuwyqw8] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.profile-comment-item[b-59jvuwyqw8] {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.15s;
}

.profile-comment-item:first-child[b-59jvuwyqw8] {
    border-top: 1px solid #f0f0f0;
}

.profile-comment-item:hover[b-59jvuwyqw8] {
    background: #fafafa;
}

.profile-comment-link[b-59jvuwyqw8] {
    flex: 1;
    text-decoration: none;
    min-width: 0;
}

.profile-comment-actions[b-59jvuwyqw8] {
    display: flex;
    gap: 0.4rem;
    margin-left: 0.75rem;
    flex-shrink: 0;
}

.profile-comment-on[b-59jvuwyqw8] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.78rem;
    color: #999;
    display: block;
    margin-bottom: 0.3rem;
}

.profile-comment-on strong[b-59jvuwyqw8] {
    color: #555;
}

[b-59jvuwyqw8] .profile-comment-text {
    font-family: 'Poppins', sans-serif;
    font-size: 0.88rem;
    color: #444;
    line-height: 1.5;
    max-height: 3em;
    overflow: hidden;
}

[b-59jvuwyqw8] .profile-comment-text p {
    margin: 0;
}

.profile-comment-date[b-59jvuwyqw8] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.72rem;
    color: #aaa;
    margin-top: 0.3rem;
    display: block;
}

.profile-comment-edited[b-59jvuwyqw8] {
    font-style: italic;
    color: #bbb;
    font-size: 0.68rem;
    margin-left: 0.3rem;
}

.profile-comment-moderated[b-59jvuwyqw8] {
    opacity: 0.6;
}

.profile-comment-removed[b-59jvuwyqw8] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.82rem;
    color: #c62828;
    padding: 0.4rem 0;
    line-height: 1.5;
}

.profile-post-moderated[b-59jvuwyqw8] {
    opacity: 0.6;
}

.profile-post-moderated-badge[b-59jvuwyqw8] {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 0.68rem;
    font-weight: 500;
    color: #c62828;
    background: #fef5f5;
    border: 1px solid #f0dada;
    padding: 0.05rem 0.4rem;
    border-radius: 3px;
}

/* ── Not Found ── */
.profile-not-found[b-59jvuwyqw8] {
    text-align: center;
    padding: 8rem 2rem;
    font-family: 'Poppins', sans-serif;
}

.profile-not-found h1[b-59jvuwyqw8] {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.profile-not-found p[b-59jvuwyqw8] {
    font-size: 1rem;
    color: #777;
}

/* ── Responsive ── */
@media (max-width: 900px) {
    .cover-photo[b-59jvuwyqw8] {
        height: 250px;
    }

    .profile-header[b-59jvuwyqw8] {
        margin-top: -60px;
        gap: 1rem;
    }

    .profile-photo[b-59jvuwyqw8] {
        width: 120px;
        height: 120px;
    }

    .profile-name[b-59jvuwyqw8] {
        font-size: 1.5rem;
    }

    .profile-section-dual[b-59jvuwyqw8] {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media (max-width: 700px) {
    .cover-photo[b-59jvuwyqw8] {
        height: 200px;
    }

    .profile-header[b-59jvuwyqw8] {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: -50px;
        gap: 0.8rem;
    }

    .profile-photo[b-59jvuwyqw8] {
        width: 100px;
        height: 100px;
    }

    .profile-photo-placeholder[b-59jvuwyqw8] {
        font-size: 1.8rem;
    }

    .profile-info[b-59jvuwyqw8] {
        padding-bottom: 0;
    }

    .profile-social-icons[b-59jvuwyqw8] {
        justify-content: center;
    }

    .profile-settings[b-59jvuwyqw8] {
        margin-top: 0;
        position: absolute;
        top: 60px;
        right: 1rem;
    }

    .profile-tabs[b-59jvuwyqw8] {
        padding: 0 1rem;
    }

    .tab[b-59jvuwyqw8] {
        padding: 0.6rem 1rem;
        font-size: 0.82rem;
    }

    .profile-content[b-59jvuwyqw8] {
        padding: 1rem 1rem 3rem;
    }

    .profile-name[b-59jvuwyqw8] {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .cover-photo[b-59jvuwyqw8] {
        height: 160px;
    }

    .tab-icon[b-59jvuwyqw8] {
        display: none;
    }
}

/* ── Notifications Tab ── */
.tab-badge[b-59jvuwyqw8] {
    background: #e53935;
    color: #fff;
    font-size: 0.6rem;
    font-weight: 700;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    margin-left: 6px;
}

.mark-all-read-btn[b-59jvuwyqw8] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: none;
    border: 1px solid #4caf50;
    color: #4caf50;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0.4rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.mark-all-read-btn:hover[b-59jvuwyqw8] {
    background: #4caf50;
    color: #fff;
}

.notif-actions-bar[b-59jvuwyqw8] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.delete-all-notif-btn[b-59jvuwyqw8] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: none;
    border: 1px solid #e53935;
    color: #e53935;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0.4rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.delete-all-notif-btn:hover[b-59jvuwyqw8] {
    background: #e53935;
    color: #fff;
}

.notifications-list[b-59jvuwyqw8] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.notification-item[b-59jvuwyqw8] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    color: inherit;
    transition: background 0.15s ease;
    border-radius: 8px;
    cursor: default;
}

.notification-item:hover[b-59jvuwyqw8] {
    background: #f9fdf9;
}

.notification-body[b-59jvuwyqw8] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    cursor: pointer;
}

.notification-actions[b-59jvuwyqw8] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-shrink: 0;
    opacity: 0.5;
    transition: opacity 0.2s ease;
}

.notification-item:hover .notification-actions[b-59jvuwyqw8] {
    opacity: 1;
}

.notif-action-btn[b-59jvuwyqw8] {
    background: none;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0.3rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    color: #666;
}

.notif-action-btn:hover[b-59jvuwyqw8] {
    background: #e8f5e9;
    border-color: #4caf50;
    color: #4caf50;
}

.notif-delete-btn:hover[b-59jvuwyqw8] {
    background: #ffebee;
    border-color: #e53935;
    color: #e53935;
}

.notification-unread[b-59jvuwyqw8] {
    background: #f1f8f2;
}

.notification-dot-wrapper[b-59jvuwyqw8] {
    width: 10px;
    padding-top: 6px;
    flex-shrink: 0;
}

.notification-dot[b-59jvuwyqw8] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4caf50;
    display: block;
}

.notification-text[b-59jvuwyqw8] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    color: #333;
    line-height: 1.5;
}

.notification-text strong[b-59jvuwyqw8] {
    font-weight: 600;
}

.notification-time[b-59jvuwyqw8] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.72rem;
    color: #999;
}
/* _content/Venus-project/Components/Pages/Project/Concept.razor.rz.scp.css */
/* ========== CONCEPT HERO ========== */
.concept-hero[b-02m8b7tn0r] {
    position: relative;
    padding: 8rem 2rem 5rem;
    background: #fff;
    overflow: hidden;
}

.hero-leaf-shape[b-02m8b7tn0r] {
    position: absolute;
    top: -1200px;
    right: -850px;
    width: 2500px;
    height: auto;
    z-index: 0;
    pointer-events: none;
}

.concept-hero-content[b-02m8b7tn0r] {
    display: flex;
    align-items: center;
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.concept-hero-text[b-02m8b7tn0r] {
    flex: 0 0 40%;
    max-width: 40%;
}

.concept-hero-text h1[b-02m8b7tn0r] {
    font-size: 5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.concept-hero-text p[b-02m8b7tn0r] {
    font-size: 1rem;
    line-height: 1.8;
    color: #444;
}

.concept-hero-image[b-02m8b7tn0r] {
    flex: 0 0 70%;
    max-width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.laptop-bg-shape[b-02m8b7tn0r] {
    position: absolute;
    top: -60px;
    right: -100px;
    width: 550px;
    height: 550px;
    border-radius: 12px 12px 0 0;
    z-index: 0;
}

.concept-hero-image img[b-02m8b7tn0r] {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}

/* ========== MISSION SECTION ========== */
.mission-section[b-02m8b7tn0r] {
    padding: 5rem 2rem 6rem;
    max-width: 1200px;
    margin: 0 auto;
}

.section-label[b-02m8b7tn0r] {
    color: #4caf50;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}

.mission-title[b-02m8b7tn0r] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 3rem;
}

.mission-grid[b-02m8b7tn0r] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.mission-card[b-02m8b7tn0r] {
    background: #fff;
    border-radius: 14px;
    padding: 2.2rem 2rem;
    box-shadow: 0px 15px 25px -12px rgba(1.999999999999997, 62.00000000000001, 82.99999999999999, 0.67);
    transition: background 0.3s, box-shadow 0.3s;
}

.mission-card:hover[b-02m8b7tn0r] {
    background: #dbeafe;
}

.mission-card h3[b-02m8b7tn0r] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.mission-card p[b-02m8b7tn0r] {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #444;
    margin: 0;
}

/* ========== OBJECTIVES DETAIL ========== */
.objectives-detail[b-02m8b7tn0r] {
    padding: 3rem 2rem 6rem;
    max-width: 1400px;
    margin: 0 auto;
}

.objective-row[b-02m8b7tn0r] {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin-bottom: 6rem;
}

.objective-row:last-child[b-02m8b7tn0r] {
    margin-bottom: 0;
}

.objective-text[b-02m8b7tn0r] {
    flex: 0 0 38%;
    max-width: 38%;
}

.objective-number[b-02m8b7tn0r] {
    display: block;
    color: #4caf50;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.objective-text h2[b-02m8b7tn0r] {
    font-size: 2.4rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    line-height: 1.15;
}

.objective-text p[b-02m8b7tn0r] {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #444;
}

.objective-image-wrapper[b-02m8b7tn0r] {
    flex: 0 0 58%;
    max-width: 58%;
    display: flex;
    justify-content: flex-end;
}

.objective-card[b-02m8b7tn0r] {
    background: #fff;
    border-radius: 14px;
    padding: 1.5rem;
    box-shadow: 0px 15px 25px -12px rgba(1.999999999999997, 62.00000000000001, 82.99999999999999, 0.67);
    max-width: 100%;
    width: 100%;
}

.objective-card img[b-02m8b7tn0r] {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 900px) {
    .concept-hero-content[b-02m8b7tn0r] {
        flex-direction: column;
        text-align: center;
    }

    .concept-hero-text[b-02m8b7tn0r] {
        max-width: 100%;
        flex: 1;
    }

    .concept-hero-image[b-02m8b7tn0r] {
        flex: 1;
        max-width: 100%;
    }

    .hero-leaf-shape[b-02m8b7tn0r] {
        display: none;
    }

    .laptop-bg-shape[b-02m8b7tn0r] {
        display: none;
    }

    .mission-grid[b-02m8b7tn0r] {
        grid-template-columns: 1fr;
    }

    .objective-row[b-02m8b7tn0r] {
        flex-direction: column;
        gap: 2rem;
    }

    .objective-text[b-02m8b7tn0r] {
        max-width: 100%;
    }

    .concept-hero-text h1[b-02m8b7tn0r] {
        font-size: 2.5rem;
    }

    .objective-text h2[b-02m8b7tn0r] {
        font-size: 1.8rem;
    }
}
/* _content/Venus-project/Components/Pages/Project/Objectives.razor.rz.scp.css */
/* ========== CONCEPT HERO ========== */
.concept-hero[b-p7ranzdbo8] {
    position: relative;
    padding: 8rem 2rem 5rem;
    background: #fff;
    overflow: hidden;
}

.hero-leaf-shape[b-p7ranzdbo8] {
    position: absolute;
    top: -1200px;
    right: -850px;
    width: 2500px;
    height: auto;
    z-index: 0;
    pointer-events: none;
}

.concept-hero-content[b-p7ranzdbo8] {
    display: flex;
    align-items: center;
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.concept-hero-text[b-p7ranzdbo8] {
    flex: 0 0 40%;
    max-width: 40%;
}

.concept-hero-text h1[b-p7ranzdbo8] {
    font-size: 5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.concept-hero-text p[b-p7ranzdbo8] {
    font-size: 1rem;
    line-height: 1.8;
    color: #444;
}

.concept-hero-image[b-p7ranzdbo8] {
    flex: 0 0 70%;
    max-width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.concept-hero-image img[b-p7ranzdbo8] {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}

/* ========== OBJECTIVES GRID ========== */
.objectives-grid-section[b-p7ranzdbo8] {
    padding: 5rem 2rem 6rem;
    max-width: 1200px;
    margin: 0 auto;
}

.objectives-grid[b-p7ranzdbo8] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 2.5rem;
}

.objective-item h2[b-p7ranzdbo8] {
    font-size: 2.3rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.objective-item p[b-p7ranzdbo8] {
    font-size: 0.9rem;
    line-height: 1.8;
    color: #444;
    margin: 0;
}

/* ========== METHODOLOGY SECTION ========== */
.methodology-section[b-p7ranzdbo8] {
    display: flex;
    position: relative;
    padding: 6rem 2rem;
    background-color: transparent;
    background-image: linear-gradient(90deg, #339548 0%, #76a11f 100%);
    overflow: hidden;
    height: 608px;
}

.methodology-section[b-p7ranzdbo8]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url(imgs/project/objectives/Recurso-1dvzz.png);
    background-position-x: 400px;
    background-position-y: 170px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 1200px;
    opacity: 0.2;
    z-index: 0;
    pointer-events: none;
}

.methodology-content[b-p7ranzdbo8] {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    align-content: center;
}

.methodology-content h2[b-p7ranzdbo8] {
    font-size: 3.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.methodology-content p[b-p7ranzdbo8] {
    font-size: 1rem;
    line-height: 1.8;
    color: #e0e0e0;
    max-width: 900px;
    align-content: center;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 900px) {
    .concept-hero-content[b-p7ranzdbo8] {
        flex-direction: column;
        text-align: center;
    }

    .concept-hero-text[b-p7ranzdbo8] {
        max-width: 100%;
        flex: 1;
    }

    .concept-hero-image[b-p7ranzdbo8] {
        flex: 1;
        max-width: 100%;
    }

    .hero-leaf-shape[b-p7ranzdbo8] {
        display: none;
    }

    .objectives-grid[b-p7ranzdbo8] {
        grid-template-columns: 1fr;
    }

    .concept-hero-text h1[b-p7ranzdbo8] {
        font-size: 2.5rem;
    }

    .methodology-content h2[b-p7ranzdbo8] {
        font-size: 2.2rem;
    }
}
/* _content/Venus-project/Components/Pages/Project/Outcomes.razor.rz.scp.css */
/* ========== CONCEPT HERO ========== */
.concept-hero[b-u0ixb1msm6] {
    position: relative;
    padding: 8rem 2rem 5rem;
    background: #fff;
    overflow: hidden;
}

.hero-leaf-shape[b-u0ixb1msm6] {
    position: absolute;
    top: -1200px;
    right: -850px;
    width: 2500px;
    height: auto;
    z-index: 0;
    pointer-events: none;
}

.concept-hero-content[b-u0ixb1msm6] {
    display: flex;
    align-items: center;
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.concept-hero-text[b-u0ixb1msm6] {
    flex: 0 0 40%;
    max-width: 40%;
}

.hero-label[b-u0ixb1msm6] {
    color: #d4a017;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0.2rem;
}

.concept-hero-text h1[b-u0ixb1msm6] {
    font-size: 5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.concept-hero-text p[b-u0ixb1msm6] {
    font-size: 1rem;
    line-height: 1.8;
    color: #444;
}

.concept-hero-image[b-u0ixb1msm6] {
    flex: 0 0 70%;
    max-width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.concept-hero-image img[b-u0ixb1msm6] {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}

/* ========== OUTCOMES SECTION ========== */
.outcomes-section[b-u0ixb1msm6] {
    padding: 5rem 2rem 6rem;
    max-width: 1400px;
    margin: 0 auto;
}

.outcomes-content[b-u0ixb1msm6] {
    display: flex;
    align-items: flex-start;
    gap: 3rem;
}

.outcomes-image[b-u0ixb1msm6] {
    flex: 0 0 50%;
    max-width: 50%;
}

.outcomes-image img[b-u0ixb1msm6] {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.outcomes-text[b-u0ixb1msm6] {
    flex: 0 0 50%;
    max-width: 50%;
}

.outcomes-text h3[b-u0ixb1msm6] {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.5rem;
    line-height: 1.5;
}

.outcomes-text ul[b-u0ixb1msm6] {
    list-style: none;
    padding: 0;
    margin: 0 0 1.2rem;
}

.outcomes-text ul li[b-u0ixb1msm6] {
    font-size: 0.9rem;
    line-height: 1.8;
    color: #444;
    padding-left: 0.8rem;
}

.outcomes-text ul li[b-u0ixb1msm6]::before {
    content: '· ';
    margin-left: -0.8rem;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 900px) {
    .concept-hero-content[b-u0ixb1msm6] {
        flex-direction: column;
        text-align: center;
    }

    .concept-hero-text[b-u0ixb1msm6] {
        max-width: 100%;
        flex: 1;
    }

    .concept-hero-image[b-u0ixb1msm6] {
        flex: 1;
        max-width: 100%;
    }

    .hero-leaf-shape[b-u0ixb1msm6] {
        display: none;
    }

    .outcomes-content[b-u0ixb1msm6] {
        flex-direction: column;
    }

    .outcomes-image[b-u0ixb1msm6],
    .outcomes-text[b-u0ixb1msm6] {
        max-width: 100%;
        flex: 1;
    }

    .concept-hero-text h1[b-u0ixb1msm6] {
        font-size: 2.5rem;
    }
}
/* _content/Venus-project/Components/Pages/Project/WorkPlan.razor.rz.scp.css */
/* ========== CONCEPT HERO ========== */
.concept-hero[b-nis0zouqx5] {
    position: relative;
    padding: 8rem 2rem 5rem;
    background: #fff;
    overflow: hidden;
}

.hero-leaf-shape[b-nis0zouqx5] {
    position: absolute;
    top: -1200px;
    right: -850px;
    width: 2500px;
    height: auto;
    z-index: 0;
    pointer-events: none;
}

.concept-hero-content[b-nis0zouqx5] {
    display: flex;
    align-items: center;
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.concept-hero-text[b-nis0zouqx5] {
    flex: 0 0 40%;
    max-width: 40%;
}

.hero-label[b-nis0zouqx5] {
    color: #d4a017;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0.2rem;
}

.concept-hero-text h1[b-nis0zouqx5] {
    font-size: 5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.concept-hero-text p[b-nis0zouqx5] {
    font-size: 1rem;
    line-height: 1.8;
    color: #444;
}

.concept-hero-image[b-nis0zouqx5] {
    flex: 0 0 70%;
    max-width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.concept-hero-image img[b-nis0zouqx5] {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}

/* ========== WORK PACKAGES TIMELINE ========== */
.wp-section[b-nis0zouqx5] {
    padding: 5rem 2rem 6rem;
    max-width: 900px;
    margin: 0 auto;
}

.wp-timeline[b-nis0zouqx5] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Vertical line */
.wp-timeline[b-nis0zouqx5]::before {
    content: '';
    position: absolute;
    left: 28px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #67B377 0%, #75992C 100%);
    border-radius: 2px;
}

.wp-item[b-nis0zouqx5] {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    padding-bottom: 2.5rem;
}

.wp-item:last-child[b-nis0zouqx5] {
    padding-bottom: 0;
}

/* Circle marker */
.wp-marker[b-nis0zouqx5] {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #67B377 0%, #75992C 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(103, 179, 119, 0.4);
}

.wp-number[b-nis0zouqx5] {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 800;
}

/* Card */
.wp-card[b-nis0zouqx5] {
    flex: 1;
    background: #fff;
    border-radius: 14px;
    padding: 2rem 2.2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #67B377;
    transition: transform 0.2s, box-shadow 0.2s;
}

.wp-card:hover[b-nis0zouqx5] {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.wp-card h2[b-nis0zouqx5] {
    font-size: 1.6rem;
    font-weight: 800;
    color: #67B377;
    margin: 0 0 0.8rem;
    line-height: 1.2;
}

.wp-card p[b-nis0zouqx5] {
    font-size: 0.92rem;
    line-height: 1.8;
    color: #444;
    margin: 0;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 900px) {
    .concept-hero-content[b-nis0zouqx5] {
        flex-direction: column;
        text-align: center;
    }

    .concept-hero-text[b-nis0zouqx5] {
        max-width: 100%;
        flex: 1;
    }

    .concept-hero-image[b-nis0zouqx5] {
        flex: 1;
        max-width: 100%;
    }

    .hero-leaf-shape[b-nis0zouqx5] {
        display: none;
    }

    .concept-hero-text h1[b-nis0zouqx5] {
        font-size: 2.5rem;
    }

    .wp-timeline[b-nis0zouqx5]::before {
        left: 20px;
    }

    .wp-marker[b-nis0zouqx5] {
        width: 40px;
        height: 40px;
    }

    .wp-number[b-nis0zouqx5] {
        font-size: 1rem;
    }

    .wp-card[b-nis0zouqx5] {
        padding: 1.5rem;
    }

    .wp-card h2[b-nis0zouqx5] {
        font-size: 1.3rem;
    }
}
/* _content/Venus-project/Components/Shared/CookieConsent.razor.rz.scp.css */
/* Cookie Consent Banner */
.cookie-banner[b-5x4tqy0dj4] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #1a1a1a;
    color: #f0f0f0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-5x4tqy0dj4 0.4s ease;
    max-height: 80vh;
    overflow-y: auto;
}

@keyframes slideUp-b-5x4tqy0dj4 {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.cookie-banner-inner[b-5x4tqy0dj4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 1.2rem 2.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

.cookie-text p[b-5x4tqy0dj4] {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #ddd;
}

.cookie-actions[b-5x4tqy0dj4] {
    display: flex;
    gap: 0.6rem;
    flex-shrink: 0;
}

.btn-cookie-accept[b-5x4tqy0dj4] {
    padding: 0.55rem 1.3rem;
    background: #2e7d32;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    transition: background 0.2s;
}

    .btn-cookie-accept:hover[b-5x4tqy0dj4] {
        background: #1b5e20;
    }

.btn-cookie-reject[b-5x4tqy0dj4] {
    padding: 0.55rem 1.3rem;
    background: transparent;
    color: #eee;
    border: 1px solid #666;
    border-radius: 5px;
    font-weight: 500;
    font-size: 0.85rem;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
}

    .btn-cookie-reject:hover[b-5x4tqy0dj4] {
        border-color: #aaa;
        color: white;
    }

.btn-cookie-info[b-5x4tqy0dj4] {
    padding: 0.55rem 1.3rem;
    background: transparent;
    color: #d4a843;
    border: 1px solid #d4a843;
    border-radius: 5px;
    font-weight: 500;
    font-size: 0.85rem;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

    .btn-cookie-info:hover[b-5x4tqy0dj4] {
        background: #d4a843;
        color: #1a1a1a;
    }

/* Policy Panel */
.cookie-policy-panel[b-5x4tqy0dj4] {
    padding: 1.5rem 2.5rem 2rem;
    border-top: 1px solid #333;
    max-width: 1400px;
    margin: 0 auto;
}

    .cookie-policy-panel h4[b-5x4tqy0dj4] {
        font-size: 1.1rem;
        font-weight: 700;
        margin-bottom: 0.8rem;
        color: #fff;
    }

    .cookie-policy-panel p[b-5x4tqy0dj4] {
        font-size: 0.85rem;
        line-height: 1.7;
        color: #ccc;
        margin-bottom: 1rem;
    }

.cookie-category[b-5x4tqy0dj4] {
    margin-bottom: 1.2rem;
}

    .cookie-category h5[b-5x4tqy0dj4] {
        font-size: 0.95rem;
        font-weight: 600;
        color: #eee;
        margin-bottom: 0.5rem;
        display: flex;
        align-items: center;
        gap: 0.6rem;
    }

.always-active[b-5x4tqy0dj4] {
    font-size: 0.7rem;
    background: #2e7d32;
    color: white;
    padding: 0.15rem 0.5rem;
    border-radius: 3px;
    font-weight: 500;
}

.cookie-table[b-5x4tqy0dj4] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.82rem;
    margin-bottom: 0.5rem;
}

    .cookie-table th[b-5x4tqy0dj4] {
        text-align: left;
        padding: 0.5rem 0.8rem;
        background: #2a2a2a;
        color: #aaa;
        font-weight: 600;
        border-bottom: 1px solid #444;
    }

    .cookie-table td[b-5x4tqy0dj4] {
        padding: 0.5rem 0.8rem;
        border-bottom: 1px solid #333;
        color: #ccc;
    }

.cookie-note[b-5x4tqy0dj4] {
    font-size: 0.8rem;
    color: #999;
    font-style: italic;
    margin-top: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
    .cookie-banner-inner[b-5x4tqy0dj4] {
        flex-direction: column;
        align-items: stretch;
        padding: 1rem 1.5rem;
        gap: 1rem;
    }

    .cookie-actions[b-5x4tqy0dj4] {
        flex-wrap: wrap;
    }

    .cookie-policy-panel[b-5x4tqy0dj4] {
        padding: 1rem 1.5rem 1.5rem;
    }
}
/* _content/Venus-project/Components/Shared/ImageUpload.razor.rz.scp.css */
.image-upload[b-grpk71d9r9] {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}

.image-preview[b-grpk71d9r9] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.image-preview.circular[b-grpk71d9r9] {
    border-radius: 50%;
}

.image-placeholder[b-grpk71d9r9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    color: #999;
    gap: 0.3rem;
}

.image-placeholder.circular[b-grpk71d9r9] {
    border-radius: 50%;
}

.placeholder-icon[b-grpk71d9r9] {
    font-size: 1.5rem;
}

.placeholder-text[b-grpk71d9r9] {
    font-size: 0.75rem;
    font-family: 'Poppins', sans-serif;
}

.image-overlay[b-grpk71d9r9] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.45);
    color: white;
    opacity: 0;
    transition: opacity 0.3s;
    cursor: pointer;
    gap: 0.2rem;
    border-radius: inherit;
}

.image-upload:hover .image-overlay[b-grpk71d9r9] {
    opacity: 1;
}

.overlay-icon[b-grpk71d9r9] {
    font-size: 1.5rem;
}

.overlay-text[b-grpk71d9r9] {
    font-size: 0.8rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.image-file-input[b-grpk71d9r9] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
/* _content/Venus-project/Components/Shared/SearchFilters.razor.rz.scp.css */
/* ── Search Filters Component ── */
.search-filters[b-b0a18dz5me] {
    background: #fff;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    margin-bottom: 1.5rem;
}

.filters-row[b-b0a18dz5me] {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.filter-group[b-b0a18dz5me] {
    flex: 1;
    min-width: 240px;
}

.filter-label[b-b0a18dz5me] {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: #555;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.filter-dropdown[b-b0a18dz5me] {
    position: relative;
}

.filter-input[b-b0a18dz5me] {
    width: 100%;
    padding: 0.6rem 0.9rem;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    transition: border-color 0.2s;
    outline: none;
}

.filter-input:focus[b-b0a18dz5me] {
    border-color: #4caf50;
    box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
}

.filter-options[b-b0a18dz5me] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    max-height: 200px;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 0.3rem 0;
    z-index: 100;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.filter-options li[b-b0a18dz5me] {
    padding: 0.5rem 0.9rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.82rem;
    cursor: pointer;
    transition: background 0.15s;
}

.filter-options li:hover[b-b0a18dz5me] {
    background: #f0f9f0;
    color: #2e7d32;
}

/* ── Chips ── */
.filter-chips[b-b0a18dz5me] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 0.5rem;
}

.chip[b-b0a18dz5me] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.3rem 0.6rem;
    border-radius: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    animation: chipIn-b-b0a18dz5me 0.2s ease;
}

.chip-nus[b-b0a18dz5me] {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}

.chip-exp[b-b0a18dz5me] {
    background: #e3f2fd;
    color: #1565c0;
    border: 1px solid #bbdefb;
}

.chip button[b-b0a18dz5me] {
    background: none;
    border: none;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    color: inherit;
    opacity: 0.6;
    padding: 0;
    transition: opacity 0.15s;
}

.chip button:hover[b-b0a18dz5me] {
    opacity: 1;
}

@keyframes chipIn-b-b0a18dz5me {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

/* ── Actions ── */
.filters-actions[b-b0a18dz5me] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}

.btn-search[b-b0a18dz5me] {
    padding: 0.55rem 1.5rem;
    background: linear-gradient(135deg, #4caf50, #67B377);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.15s;
}

.btn-search:hover[b-b0a18dz5me] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

.btn-clear[b-b0a18dz5me] {
    padding: 0.55rem 1.2rem;
    background: transparent;
    color: #888;
    border: 1.5px solid #ddd;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.82rem;
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s;
}

.btn-clear:hover[b-b0a18dz5me] {
    border-color: #f44336;
    color: #f44336;
}

/* ── Responsive ── */
@media (max-width: 600px) {
    .filters-row[b-b0a18dz5me] {
        flex-direction: column;
        gap: 1rem;
    }

    .filter-group[b-b0a18dz5me] {
        min-width: unset;
    }
}
/* _content/Venus-project/Components/Shared/TagSelector.razor.rz.scp.css */
.tag-selector[b-ul8557vr0b] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.tag-chips[b-ul8557vr0b] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.tag-chip[b-ul8557vr0b] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    background: #e8f5e9;
    color: #2e7d32;
    padding: 0.25rem 0.7rem;
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.tag-remove[b-ul8557vr0b] {
    background: none;
    border: none;
    color: #2e7d32;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
    padding: 0 0.15rem;
    opacity: 0.7;
    transition: opacity 0.15s;
}

.tag-remove:hover[b-ul8557vr0b] {
    opacity: 1;
}

.tag-input-wrapper[b-ul8557vr0b] {
    position: relative;
}

.tag-input[b-ul8557vr0b] {
    width: 100%;
    padding: 0.6rem 0.8rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 0.9rem;
    font-family: 'Poppins', sans-serif;
    color: #1a1a1a;
    transition: border-color 0.2s;
    outline: none;
}

.tag-input:focus[b-ul8557vr0b] {
    border-color: #67B377;
    box-shadow: 0 0 0 3px rgba(103, 179, 119, 0.12);
}

.tag-dropdown[b-ul8557vr0b] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 8px 8px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 50;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.tag-option[b-ul8557vr0b] {
    padding: 0.5rem 0.8rem;
    cursor: pointer;
    font-size: 0.88rem;
    color: #444;
    transition: background 0.15s;
    font-family: 'Poppins', sans-serif;
}

.tag-option:hover[b-ul8557vr0b] {
    background: #f5f5f5;
}

.tag-option-new[b-ul8557vr0b] {
    color: #67B377;
    font-weight: 500;
    border-top: 1px solid #eee;
}

.tag-option-new:hover[b-ul8557vr0b] {
    background: #e8f5e9;
}
