/* /Layout/MainLayout.razor.rz.scp.css */
main[b-5fpbsxwhg7] {
    min-height: calc(100vh - 64px);
}
/* /Layout/NavMenu.razor.rz.scp.css */
.topnav[b-ren2l4pf0y] {
    background: #fff;
    box-shadow: 0 1px 6px rgba(42, 53, 64, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-inner[b-ren2l4pf0y] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 32px;
    height: 64px;
    display: flex;
    align-items: center;
    gap: 32px;
}

/* Brand */
.nav-brand[b-ren2l4pf0y] {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    flex-shrink: 0;
}

.brand-icon[b-ren2l4pf0y] {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #3a6b45, #5a8a6a);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
}

.brand-text[b-ren2l4pf0y] {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    color: #1e3a2a;
}

/* Nav body */
.nav-body[b-ren2l4pf0y] {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 8px;
}

.nav-links[b-ren2l4pf0y] {
    display: flex;
    gap: 4px;
    flex: 1;
    align-items: center;
}

.nav-links .nav-separator[b-ren2l4pf0y] {
    width: 1px;
    height: 16px;
    background: #d0dde8;
    margin: 0 6px;
    flex-shrink: 0;
}

.nav-link[b-ren2l4pf0y] {
    padding: 6px 14px !important;
    font-size: 14px;
    font-weight: 600;
    color: #4a6070 !important;
    text-decoration: none !important;
    border-radius: 6px;
    transition: background 0.15s, color 0.15s;
    font-family: 'Lato', sans-serif;
}

.nav-link:hover[b-ren2l4pf0y] {
    background: #f0f6f0;
    color: #2d5a3a !important;
}

.nav-link.active[b-ren2l4pf0y] {
    background: #eaf3ec;
    color: #2d5a3a !important;
}

/* Actions */
.nav-actions[b-ren2l4pf0y] {
    display: flex;
    align-items: center;
}

.btn-new-post[b-ren2l4pf0y] {
    background: #3a6b45;
    color: #fff !important;
    border: none;
    padding: 9px 20px;
    border-radius: 6px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none !important;
    white-space: nowrap;
}

.btn-new-post:hover[b-ren2l4pf0y] {
    background: #2d5a3a;
    color: #fff !important;
}

/* Mobile toggler */
.nav-toggler[b-ren2l4pf0y] {
    display: none;
    background: none;
    border: 1px solid #d0dde8;
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 18px;
    color: #4a6070;
    cursor: pointer;
    margin-left: auto;
}

@media (max-width: 640px) {
    .nav-inner[b-ren2l4pf0y] {
        padding: 0 16px;
        height: 56px;
        flex-wrap: wrap;
        height: auto;
        gap: 0;
    }

    .nav-brand[b-ren2l4pf0y] {
        height: 56px;
        flex: 1;
    }

    .nav-toggler[b-ren2l4pf0y] {
        display: block;
        margin: 8px 0;
    }

    .nav-body[b-ren2l4pf0y] {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        padding: 8px 0 12px;
        gap: 4px;
    }

    .nav-collapsed[b-ren2l4pf0y] {
        display: none;
    }

    .nav-links[b-ren2l4pf0y] {
        flex-direction: column;
    }

    .nav-link[b-ren2l4pf0y] {
        padding: 10px 14px !important;
    }

    .btn-new-post[b-ren2l4pf0y] {
        margin-top: 8px;
        text-align: center;
        display: block;
    }
}
/* /Pages/Home.razor.rz.scp.css */
/* ── Hero ── */
.hero[b-l6umk7hjh6] {
    position: relative;
    background-color: rgb(18, 36, 26);
    min-height: 420px;
    padding: 80px 32px;
    text-align: center;
    overflow: hidden;
}

.hero[b-l6umk7hjh6]::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(900px, 55vw, 1600px);
    background-image:
        linear-gradient(rgba(18, 36, 26, 0.45), rgba(18, 36, 26, 0.45)),
        url('bob_ross_boss.png');
    background-repeat: no-repeat;
    background-position: center, center 25%;
    background-size: 100% 100%, 100% auto;
    -webkit-mask-image: linear-gradient(to right,
        transparent 0%,
        black 18%,
        black 82%,
        transparent 100%);
    mask-image: linear-gradient(to right,
        transparent 0%,
        black 18%,
        black 82%,
        transparent 100%);
}

.hero-inner[b-l6umk7hjh6] {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin: 0 auto;
}

.hero-eyebrow[b-l6umk7hjh6] {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #a8d8b8;
    margin-bottom: 12px;
    font-family: 'Lato', sans-serif;
}

.hero-title[b-l6umk7hjh6] {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px;
    line-height: 1.15;
}

.hero-subtitle[b-l6umk7hjh6] {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #c8e8d0;
    margin-bottom: 28px;
    line-height: 1.6;
    font-weight: 300;
}

.hero-actions[b-l6umk7hjh6] {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-hero-primary[b-l6umk7hjh6] {
    background: #fff;
    color: #2d4a5a;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
}

.btn-hero-primary:hover[b-l6umk7hjh6] {
    background: #f0f6f0;
    color: #1e3a2a;
    text-decoration: none;
}

.btn-hero-outline[b-l6umk7hjh6] {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255,255,255,0.5);
    padding: 12px 28px;
    border-radius: 6px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.btn-hero-outline:hover[b-l6umk7hjh6] {
    background: rgba(255,255,255,0.1);
    color: #fff;
    text-decoration: none;
}

/* ── Content Area ── */
.content-area[b-l6umk7hjh6] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 48px 32px;
}

.section-header[b-l6umk7hjh6] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 24px;
}

.section-title[b-l6umk7hjh6] {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    color: #1e3a2a;
}

.section-link[b-l6umk7hjh6] {
    font-size: 14px;
    font-weight: 700;
    color: #3a6b45;
    text-decoration: none;
}

.section-link:hover[b-l6umk7hjh6] {
    color: #2d5a3a;
    text-decoration: underline;
}

/* ── Featured Card ── */
.featured-card[b-l6umk7hjh6] {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(42, 53, 64, 0.08);
    margin-bottom: 48px;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
}

.featured-image[b-l6umk7hjh6] {
    background: linear-gradient(135deg, #2d4a5a, #3a6b45, #6aaa5a);
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 72px;
}

.featured-body[b-l6umk7hjh6] {
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
}

.featured-badge[b-l6umk7hjh6] {
    display: inline-block;
    background: #eaf3ec;
    color: #2d5a3a;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 4px 10px;
    border-radius: 4px;
    width: fit-content;
    margin-bottom: 14px;
    font-family: 'Lato', sans-serif;
}

.featured-title[b-l6umk7hjh6] {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    color: #1e3a2a;
    margin-bottom: 12px;
    line-height: 1.3;
}

.featured-excerpt[b-l6umk7hjh6] {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #5a7080;
    line-height: 1.65;
    margin-bottom: 20px;
}

.post-meta[b-l6umk7hjh6] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #8aaabb;
    font-family: 'Lato', sans-serif;
    flex-wrap: wrap;
}

.meta-date[b-l6umk7hjh6], .meta-read[b-l6umk7hjh6] { color: #8aaabb; }
.meta-divider[b-l6umk7hjh6] { color: #c0cdd6; }

.btn-read[b-l6umk7hjh6] {
    background: #3a6b45;
    color: #fff !important;
    border: none;
    padding: 8px 18px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    text-decoration: none !important;
    margin-left: auto;
}

.btn-read:hover[b-l6umk7hjh6] {
    background: #2d5a3a;
}

/* ── Post Grid ── */
.post-grid[b-l6umk7hjh6] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.post-card[b-l6umk7hjh6] {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(42, 53, 64, 0.07);
    transition: transform 0.15s, box-shadow 0.15s;
}

.post-card:hover[b-l6umk7hjh6] {
    transform: translateY(-3px);
    box-shadow: 0 6px 24px rgba(42, 53, 64, 0.12);
}

.card-image[b-l6umk7hjh6] {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

.card-mountains[b-l6umk7hjh6] { background: linear-gradient(135deg, #7aa0b8, #a8c8a0); }
.card-trees[b-l6umk7hjh6]     { background: linear-gradient(135deg, #3a6b45, #7aad6a); }
.card-water[b-l6umk7hjh6]     { background: linear-gradient(135deg, #3a6080, #7aaab8); }

.card-body[b-l6umk7hjh6] {
    padding: 18px;
}

.card-category[b-l6umk7hjh6] {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #5a8a6a;
    margin-bottom: 8px;
    font-family: 'Lato', sans-serif;
}

.card-title[b-l6umk7hjh6] {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 700;
    color: #1e3a2a;
    margin-bottom: 8px;
    line-height: 1.3;
}

.card-excerpt[b-l6umk7hjh6] {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #6a8090;
    line-height: 1.55;
    margin-bottom: 14px;
}

.card-footer[b-l6umk7hjh6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #9ab0bc;
    font-family: 'Lato', sans-serif;
}

.link-read[b-l6umk7hjh6] {
    font-size: 12px;
    font-weight: 700;
    color: #3a6b45 !important;
    text-decoration: none !important;
}

.link-read:hover[b-l6umk7hjh6] {
    color: #2d5a3a !important;
    text-decoration: underline !important;
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .featured-card[b-l6umk7hjh6] {
        grid-template-columns: 1fr;
    }

    .featured-image[b-l6umk7hjh6] {
        min-height: 140px;
    }

    .post-grid[b-l6umk7hjh6] {
        grid-template-columns: 1fr;
    }

    .hero-title[b-l6umk7hjh6] {
        font-size: 28px;
    }

    .content-area[b-l6umk7hjh6] {
        padding: 32px 16px;
    }
}
/* /Pages/NewPost.razor.rz.scp.css */
/* ─── Banners ────────────────────────────────────────────────────────── */
.success-banner[b-robkuilhph] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #eaf3ec;
    border: 1px solid #3a6b45;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 24px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #2d5a3a;
}

.dismiss-btn[b-robkuilhph] {
    background: none;
    border: none;
    cursor: pointer;
    color: #3a6b45;
    font-size: 14px;
    padding: 0 4px;
    line-height: 1;
}

.dismiss-btn:hover[b-robkuilhph] {
    color: #1e3a2a;
}

.draft-banner[b-robkuilhph] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f0f4ff;
    border: 1px solid #7a90c0;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 24px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #3a4a7a;
}

.draft-banner .dismiss-btn[b-robkuilhph] {
    color: #7a90c0;
}

.error-banner[b-robkuilhph] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fef2f2;
    border: 1px solid #c0392b;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 24px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #7a1a1a;
}

.error-banner .dismiss-btn[b-robkuilhph] {
    color: #c0392b;
}

/* ─── Layout ─────────────────────────────────────────────────────────── */
.editor-layout[b-robkuilhph] {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    padding: 32px;
    max-width: 1100px;
    margin: 0 auto;
}

.editor-main[b-robkuilhph] {
    flex: 1;
    min-width: 0;
}

.publish-sidebar[b-robkuilhph] {
    width: 280px;
    flex-shrink: 0;
}

/* ─── Editor Header ──────────────────────────────────────────────────── */
.editor-header[b-robkuilhph] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 24px;
}

.btn-new[b-robkuilhph] {
    background: none;
    border: 1.5px solid #d0dde8;
    border-radius: 6px;
    padding: 6px 12px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #4a6070;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
    white-space: nowrap;
}

.btn-new:hover[b-robkuilhph] {
    border-color: #3a6b45;
    color: #3a6b45;
}

/* ─── Page Heading ───────────────────────────────────────────────────── */
.page-heading[b-robkuilhph] {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    color: #1e3a2a;
    margin: 0;
    font-weight: 700;
}

/* ─── Form Groups ────────────────────────────────────────────────────── */
.form-group[b-robkuilhph] {
    margin-bottom: 16px;
}

/* ─── Title Input ────────────────────────────────────────────────────── */
.title-input[b-robkuilhph] {
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid #d0dde8;
    background: transparent;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: #1e3a2a;
    padding: 8px 0;
    outline: none;
    transition: border-color 0.2s;
}

.title-input[b-robkuilhph]::placeholder {
    color: #b0c4cc;
}

.title-input:focus[b-robkuilhph] {
    border-bottom-color: #3a6b45;
}

/* ─── Category Select ────────────────────────────────────────────────── */
.category-select[b-robkuilhph] {
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235a7080' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    border: 1px solid #d0dde8;
    border-radius: 6px;
    padding: 8px 36px 8px 12px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #4a6070;
    cursor: pointer;
    outline: none;
    transition: border-color 0.2s;
    min-width: 180px;
}

.category-select:focus[b-robkuilhph] {
    border-color: #3a6b45;
}

/* ─── Toolbar ────────────────────────────────────────────────────────── */
.toolbar[b-robkuilhph] {
    display: flex;
    gap: 4px;
    background: #f8faf8;
    border: 1px solid #d8e8d8;
    border-radius: 8px;
    padding: 6px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.toolbar-btn[b-robkuilhph] {
    background: none;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #5a7080;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    line-height: 1;
}

.toolbar-btn:hover[b-robkuilhph],
.toolbar-btn:focus[b-robkuilhph] {
    background: #eaf3ec;
    color: #2d5a3a;
    outline: none;
}

.toolbar-bold[b-robkuilhph] {
    font-weight: 700;
}

.toolbar-italic[b-robkuilhph] {
    font-style: italic;
}

/* ─── Content Textarea ───────────────────────────────────────────────── */
.content-textarea[b-robkuilhph] {
    width: 100%;
    box-sizing: border-box;
    min-height: 400px;
    border: 1px solid #d0dde8;
    border-radius: 8px;
    padding: 16px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #4a6070;
    resize: vertical;
    outline: none;
    transition: border-color 0.2s;
    background: #fff;
}

.content-textarea[b-robkuilhph]::placeholder {
    color: #b0c4cc;
}

.content-textarea:focus[b-robkuilhph] {
    border-color: #3a6b45;
}

/* ─── Sidebar Card ───────────────────────────────────────────────────── */
.sidebar-card[b-robkuilhph] {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(42, 53, 64, 0.07);
}

.sidebar-section-label[b-robkuilhph] {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #8aaabb;
    margin: 0 0 12px 0;
    font-weight: 700;
}

/* ─── Status Row ─────────────────────────────────────────────────────── */
.status-row[b-robkuilhph] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}

.status-label[b-robkuilhph] {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #5a7080;
}

.status-badge[b-robkuilhph] {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    background: #e8eff5;
    color: #7a90a0;
    border-radius: 12px;
    padding: 2px 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* ─── Buttons ────────────────────────────────────────────────────────── */
.btn-publish[b-robkuilhph] {
    width: 100%;
    background: #3a6b45;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    cursor: pointer;
    transition: background 0.2s;
    margin-bottom: 14px;
}

.btn-publish:hover[b-robkuilhph] {
    background: #2d5a3a;
}

.btn-draft[b-robkuilhph] {
    width: 100%;
    background: transparent;
    color: #4a6070;
    border: 1.5px solid #d0dde8;
    border-radius: 6px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
    margin-bottom: 14px;
}

.btn-draft:hover[b-robkuilhph] {
    border-color: #3a6b45;
    color: #3a6b45;
}

/* ─── Divider ────────────────────────────────────────────────────────── */
.divider[b-robkuilhph] {
    border: none;
    border-top: 1px solid #e8eff5;
    margin: 4px 0 16px 0;
}

/* ─── Settings Row ───────────────────────────────────────────────────── */
.setting-row[b-robkuilhph] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.setting-label[b-robkuilhph] {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #4a6070;
}

/* ─── Toggle Switch ──────────────────────────────────────────────────── */
.toggle-label[b-robkuilhph] {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
    cursor: pointer;
}

.toggle-label input[type="checkbox"][b-robkuilhph] {
    display: none;
}

.toggle-slider[b-robkuilhph] {
    position: absolute;
    inset: 0;
    background: #d0dde8;
    border-radius: 22px;
    transition: background 0.2s;
}

.toggle-slider[b-robkuilhph]::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    transition: transform 0.2s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

.toggle-label input[type="checkbox"]:checked + .toggle-slider[b-robkuilhph] {
    background: #3a6b45;
}

.toggle-label input[type="checkbox"]:checked + .toggle-slider[b-robkuilhph]::before {
    transform: translateX(18px);
}

/* ─── Tags Input ─────────────────────────────────────────────────────── */
.tags-input[b-robkuilhph] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d0dde8;
    border-radius: 6px;
    padding: 8px 12px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #4a6070;
    outline: none;
    transition: border-color 0.2s;
    background: #fff;
}

.tags-input[b-robkuilhph]::placeholder {
    color: #b0c4cc;
}

.tags-input:focus[b-robkuilhph] {
    border-color: #3a6b45;
}

/* ─── Drafts Panel ───────────────────────────────────────────────────── */
.drafts-card[b-robkuilhph] {
    margin-top: 16px;
}

.draft-item[b-robkuilhph] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eef3f6;
    gap: 8px;
}

.draft-item:last-child[b-robkuilhph] {
    border-bottom: none;
}

.draft-item-active[b-robkuilhph] {
    background: #f8faf8;
    border-radius: 6px;
    padding: 8px 6px;
    margin: 0 -6px;
}

.draft-info[b-robkuilhph] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.draft-title[b-robkuilhph] {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #1e3a2a;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
}

.draft-date[b-robkuilhph] {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    color: #8aaabb;
}

.draft-actions[b-robkuilhph] {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.btn-load-draft[b-robkuilhph] {
    background: none;
    border: 1px solid #d0dde8;
    border-radius: 5px;
    padding: 4px 10px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #5a7080;
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s;
}

.btn-load-draft:hover[b-robkuilhph] {
    border-color: #3a6b45;
    color: #3a6b45;
}

.btn-delete-draft[b-robkuilhph] {
    background: none;
    border: none;
    border-radius: 4px;
    padding: 4px 6px;
    font-size: 11px;
    color: #b0bec5;
    cursor: pointer;
    line-height: 1;
    transition: color 0.15s, background 0.15s;
}

.btn-delete-draft:hover[b-robkuilhph] {
    color: #c0392b;
    background: #fef2f2;
}

/* ─── Field Validation ───────────────────────────────────────────────── */
.field-error[b-robkuilhph] {
    display: block;
    margin-top: 4px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #c0392b;
}

/* ─── Char Counter ───────────────────────────────────────────────────── */
.char-count[b-robkuilhph] {
    display: block;
    text-align: right;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    color: #8aaabb;
    margin-top: 4px;
}

.char-count--warn[b-robkuilhph] {
    color: #c0392b;
}

/* ─── Disabled Button State ──────────────────────────────────────────── */
.btn-publish:disabled[b-robkuilhph],
.btn-draft:disabled[b-robkuilhph] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ─── Responsive ─────────────────────────────────────────────────────── */
@media (max-width: 768px) {
    .editor-layout[b-robkuilhph] {
        flex-direction: column;
    }

    .publish-sidebar[b-robkuilhph] {
        width: 100%;
    }
}
/* /Pages/PostDetail.razor.rz.scp.css */
/* ── Page Wrapper ── */
.post-detail[b-ypo46v689d] {
    max-width: 720px;
    margin: 0 auto;
    padding: 48px 32px;
}

/* ── Breadcrumb ── */
.breadcrumb[b-ypo46v689d] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 24px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}

.breadcrumb-link[b-ypo46v689d] {
    color: #3a6b45;
    text-decoration: none;
    font-weight: 600;
}

.breadcrumb-link:hover[b-ypo46v689d] {
    color: #2d5a3a;
    text-decoration: underline;
}

.breadcrumb-sep[b-ypo46v689d] {
    color: #b0c4ce;
    font-size: 15px;
}

.breadcrumb-current[b-ypo46v689d] {
    color: #8aaabb;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 260px;
}

/* ── Category Badge ── */
.post-category[b-ypo46v689d] {
    display: inline-block;
    background: #eaf3ec;
    color: #2d5a3a;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 16px;
    font-family: 'Lato', sans-serif;
}

/* ── Title ── */
.post-title[b-ypo46v689d] {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    color: #1e3a2a;
    line-height: 1.2;
    margin-bottom: 20px;
}

/* ── Meta Row ── */
.post-meta[b-ypo46v689d] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #8aaabb;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.author-avatar[b-ypo46v689d] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #eaf3ec;
    border-radius: 50%;
    font-size: 15px;
    flex-shrink: 0;
}

.author-name[b-ypo46v689d] {
    font-weight: 700;
    color: #5a7080;
}

.meta-divider[b-ypo46v689d] {
    color: #c0cdd6;
}

.meta-date[b-ypo46v689d],
.meta-read[b-ypo46v689d] {
    color: #8aaabb;
}

/* ── Hero Image ── */
.hero-image[b-ypo46v689d] {
    background: linear-gradient(135deg, #2d4a5a, #3a6b45, #6aaa5a);
    height: 320px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.hero-emoji[b-ypo46v689d] {
    font-size: 80px;
}

/* ── Post Body ── */
.post-body[b-ypo46v689d] {
    margin-bottom: 32px;
}

.post-body p[b-ypo46v689d] {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.75;
    color: #3a4a58;
    margin-bottom: 20px;
}

.post-body h2[b-ypo46v689d] {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    color: #1e3a2a;
    margin-top: 36px;
    margin-bottom: 14px;
    line-height: 1.3;
}

.post-body blockquote[b-ypo46v689d] {
    border-left: 3px solid #3a6b45;
    padding: 12px 0 12px 20px;
    margin: 28px 0;
    color: #5a7080;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    line-height: 1.7;
}

/* ── Tags ── */
.tags-row[b-ypo46v689d] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.tag[b-ypo46v689d] {
    display: inline-block;
    background: #f0f5f2;
    color: #3a6b45;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 5px 12px;
    border-radius: 20px;
    border: 1px solid #d0e5d8;
}

/* ── Divider ── */
.post-divider[b-ypo46v689d] {
    border: none;
    border-top: 1px solid #dde8ec;
    margin-bottom: 36px;
}

/* ── More Posts ── */
.more-posts-section[b-ypo46v689d] {
    margin-bottom: 40px;
}

.more-posts-title[b-ypo46v689d] {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    color: #1e3a2a;
    margin-bottom: 20px;
}

.more-posts-grid[b-ypo46v689d] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.post-card[b-ypo46v689d] {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(42, 53, 64, 0.07);
    transition: transform 0.15s, box-shadow 0.15s;
}

.post-card:hover[b-ypo46v689d] {
    transform: translateY(-3px);
    box-shadow: 0 6px 24px rgba(42, 53, 64, 0.12);
}

.card-image[b-ypo46v689d] {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

.card-mountains[b-ypo46v689d] { background: linear-gradient(135deg, #7aa0b8, #a8c8a0); }
.card-trees[b-ypo46v689d]     { background: linear-gradient(135deg, #3a6b45, #7aad6a); }

.card-body[b-ypo46v689d] {
    padding: 18px;
}

.card-category[b-ypo46v689d] {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #5a8a6a;
    margin-bottom: 8px;
    font-family: 'Lato', sans-serif;
}

.card-title[b-ypo46v689d] {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 700;
    color: #1e3a2a;
    margin-bottom: 8px;
    line-height: 1.3;
}

.card-excerpt[b-ypo46v689d] {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #6a8090;
    line-height: 1.55;
    margin-bottom: 14px;
}

.card-footer[b-ypo46v689d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #9ab0bc;
    font-family: 'Lato', sans-serif;
}

.link-read[b-ypo46v689d] {
    font-size: 12px;
    font-weight: 700;
    color: #3a6b45 !important;
    text-decoration: none !important;
}

.link-read:hover[b-ypo46v689d] {
    color: #2d5a3a !important;
    text-decoration: underline !important;
}

/* ── Back Link ── */
.back-link[b-ypo46v689d] {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #3a6b45;
    text-decoration: none;
}

.back-link:hover[b-ypo46v689d] {
    color: #2d5a3a;
    text-decoration: underline;
}

/* ── Responsive ── */
@media (max-width: 640px) {
    .post-detail[b-ypo46v689d] {
        padding: 32px 16px;
    }

    .post-title[b-ypo46v689d] {
        font-size: 26px;
    }

    .hero-image[b-ypo46v689d] {
        height: 200px;
    }

    .hero-emoji[b-ypo46v689d] {
        font-size: 56px;
    }

    .more-posts-grid[b-ypo46v689d] {
        grid-template-columns: 1fr;
    }

    .breadcrumb-current[b-ypo46v689d] {
        max-width: 160px;
    }
}
/* /Pages/Posts.razor.rz.scp.css */
/* ── Page Container ── */
.posts-page[b-zv773gk1lx] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 48px 32px;
}

/* ── Header Bar ── */
.posts-header[b-zv773gk1lx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 12px;
}

.page-title[b-zv773gk1lx] {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
    color: #1e3a2a;
    margin: 0;
}

/* ── Category Filter Pills ── */
.category-filter[b-zv773gk1lx] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.pill[b-zv773gk1lx] {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 20px;
    cursor: pointer;
    border: 1px solid #d0dde8;
    background: #fff;
    color: #4a6070;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
    line-height: 1;
}

.pill:hover[b-zv773gk1lx] {
    background: #f0f6f0;
    border-color: #b0ccd0;
    color: #2d4a5a;
}

.pill-active[b-zv773gk1lx] {
    background: #3a6b45 !important;
    color: #fff !important;
    border-color: #3a6b45 !important;
}

/* ── Results Count ── */
.results-count[b-zv773gk1lx] {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #8aaabb;
    margin-bottom: 20px;
}

/* ── Post List ── */
.post-list[b-zv773gk1lx] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}

/* ── Post Row Card ── */
.post-row[b-zv773gk1lx] {
    background: #fff;
    border-radius: 10px;
    padding: 20px 24px;
    box-shadow: 0 2px 10px rgba(42, 53, 64, 0.07);
    display: flex;
    align-items: center;
    gap: 20px;
}

/* ── Post Image Square ── */
.post-image[b-zv773gk1lx] {
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    flex-shrink: 0;
}

.img-mountains[b-zv773gk1lx] { background: linear-gradient(135deg, #7aa0b8, #a8c8a0); }
.img-trees[b-zv773gk1lx]     { background: linear-gradient(135deg, #3a6b45, #7aad6a); }
.img-water[b-zv773gk1lx]     { background: linear-gradient(135deg, #3a6080, #7aaab8); }
.img-seasons[b-zv773gk1lx]   { background: linear-gradient(135deg, #8b6020, #c8a040); }
.img-nature[b-zv773gk1lx]    { background: linear-gradient(135deg, #3a6b45, #7aad6a); }

/* ── Post Body (middle, flex:1) ── */
.post-body[b-zv773gk1lx] {
    flex: 1;
    min-width: 0;
}

.post-category[b-zv773gk1lx] {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #5a8a6a;
    margin-bottom: 6px;
}

.post-title[b-zv773gk1lx] {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 700;
    color: #1e3a2a;
    margin: 0 0 6px;
    line-height: 1.3;
}

.post-excerpt[b-zv773gk1lx] {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #6a8090;
    line-height: 1.55;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ── Tags Row ── */
.post-tags[b-zv773gk1lx] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.tag[b-zv773gk1lx] {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 600;
    background: #eaf3ec;
    color: #2d5a3a;
    padding: 3px 9px;
    border-radius: 10px;
}

/* ── Post Aside (right) ── */
.post-aside[b-zv773gk1lx] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    flex-shrink: 0;
}

.post-date[b-zv773gk1lx] {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #8aaabb;
    white-space: nowrap;
}

.btn-read[b-zv773gk1lx] {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    background: #3a6b45;
    color: #fff !important;
    padding: 7px 16px;
    border-radius: 5px;
    text-decoration: none !important;
    white-space: nowrap;
    display: inline-block;
    transition: background 0.15s;
}

.btn-read:hover[b-zv773gk1lx] {
    background: #2d5a3a;
    color: #fff !important;
    text-decoration: none !important;
}

/* ── Pagination ── */
.pagination[b-zv773gk1lx] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding-top: 8px;
}

.page-btn[b-zv773gk1lx] {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    background: #3a6b45;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.15s, opacity 0.15s;
}

.page-btn:hover:not(:disabled)[b-zv773gk1lx] {
    background: #2d5a3a;
}

.page-btn-disabled[b-zv773gk1lx],
.page-btn:disabled[b-zv773gk1lx] {
    opacity: 0.4;
    cursor: default;
}

.page-indicator[b-zv773gk1lx] {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #8aaabb;
}

/* ── Responsive ── */
@media (max-width: 640px) {
    .posts-page[b-zv773gk1lx] {
        padding: 32px 16px;
    }

    .posts-header[b-zv773gk1lx] {
        flex-direction: column;
        align-items: flex-start;
    }

    .category-filter[b-zv773gk1lx] {
        flex-wrap: wrap;
    }

    .post-row[b-zv773gk1lx] {
        flex-direction: column;
        align-items: stretch;
        padding: 16px;
    }

    .post-image[b-zv773gk1lx] {
        width: 100%;
        height: 100px;
        border-radius: 6px;
    }

    .post-aside[b-zv773gk1lx] {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}
