/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-vauel4lzwk] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-vauel4lzwk] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/Sidebar.razor.rz.scp.css */
/* ===== esa.io-style narrow sidebar ===== */
.sidebar[b-nouisybk9h] {
    width: 64px;
    min-width: 64px;
    background: linear-gradient(180deg, #4eaf89 0%, #3ecf8e 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    overflow-x: hidden;
    border-right: none;
    transition: transform 0.25s ease;
    padding: 0;
}

/* ===== NEW POST button ===== */
.sidebar-new-post[b-nouisybk9h] {
    padding: 16px 0 8px;
    display: flex;
    justify-content: center;
}

.new-post-btn[b-nouisybk9h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    color: #fff;
    transition: opacity 0.15s;
}

.new-post-btn:hover[b-nouisybk9h] {
    opacity: 0.85;
}

.new-post-circle[b-nouisybk9h] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}

.new-post-btn:hover .new-post-circle[b-nouisybk9h] {
    background: rgba(255, 255, 255, 0.35);
}

.new-post-circle .material-symbols-outlined[b-nouisybk9h] {
    font-size: 20px;
    color: #fff;
}

.new-post-label[b-nouisybk9h] {
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
}

/* ===== Navigation ===== */
.sidebar-nav[b-nouisybk9h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 8px 0;
    width: 100%;
}

.nav-item[b-nouisybk9h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 10px 0;
    width: 100%;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: color 0.15s, background 0.15s;
    position: relative;
}

.nav-item:hover[b-nouisybk9h] {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.nav-item.active[b-nouisybk9h] {
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
}

.nav-item.active[b-nouisybk9h]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 28px;
    border-radius: 0 3px 3px 0;
    background: #fff;
}

.nav-item .material-symbols-outlined[b-nouisybk9h] {
    font-size: 22px;
    color: inherit;
}

.nav-label[b-nouisybk9h] {
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    white-space: nowrap;
}

/* ===== Spacer ===== */
.sidebar-spacer[b-nouisybk9h] {
    flex: 1;
}

/* ===== Team Switcher ===== */
.team-switcher[b-nouisybk9h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 8px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.team-switch-item[b-nouisybk9h] {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    transition: background 0.15s, border-radius 0.15s;
    cursor: pointer;
}

.team-switch-item:hover[b-nouisybk9h] {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
}

.team-switch-item.active[b-nouisybk9h] {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 8px;
}

.team-switch-item .material-symbols-outlined[b-nouisybk9h] {
    font-size: 18px;
}

.team-initial[b-nouisybk9h] {
    line-height: 1;
}

.team-add[b-nouisybk9h] {
    background: rgba(255, 255, 255, 0.08);
    border: 1px dashed rgba(255, 255, 255, 0.3);
}

.team-add:hover[b-nouisybk9h] {
    background: rgba(255, 255, 255, 0.2);
}

/* ===== User Section ===== */
.sidebar-user[b-nouisybk9h] {
    padding: 10px 0 12px;
    display: flex;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.sidebar-user-btn[b-nouisybk9h] {
    position: relative;
    cursor: pointer;
}

.sidebar-avatar[b-nouisybk9h] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: border-color 0.15s;
}

.sidebar-user-btn:hover .sidebar-avatar[b-nouisybk9h] {
    border-color: rgba(255, 255, 255, 0.6);
}

.sidebar-avatar-icon[b-nouisybk9h] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
}

/* ===== User Popup Menu ===== */
.sidebar-user-menu[b-nouisybk9h] {
    display: none;
    position: absolute;
    bottom: 0;
    left: calc(100% + 8px);
    background: var(--bg, #fff);
    border: 1px solid var(--border-strong, #e0e0e0);
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    min-width: 180px;
    z-index: 1100;
    padding: 8px 0;
}

.sidebar-user-menu.show[b-nouisybk9h] {
    display: block;
}

.sidebar-user-name[b-nouisybk9h] {
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text, #1f2329);
    white-space: nowrap;
}

.sidebar-user-divider[b-nouisybk9h] {
    height: 1px;
    background: var(--border, #f0f0f0);
    margin: 4px 0;
}

.sidebar-user-logout[b-nouisybk9h] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 8px 16px;
    font-size: 13px;
    color: var(--text, #1f2329);
    border: none;
    background: none;
    cursor: pointer;
    transition: background 0.15s;
}

.sidebar-user-logout:hover[b-nouisybk9h] {
    background: var(--bg-hover, rgba(31, 35, 41, 0.04));
}

.sidebar-user-logout .material-symbols-outlined[b-nouisybk9h] {
    font-size: 18px;
    color: var(--text-muted, #999);
}

/* ===== Dark mode adjustments ===== */
@media (prefers-color-scheme: dark) {
    .sidebar[b-nouisybk9h] {
        background: linear-gradient(180deg, #2a7a5a 0%, #2a9d6a 100%);
    }

    .new-post-circle[b-nouisybk9h] {
        background: rgba(255, 255, 255, 0.2);
    }

    .new-post-btn:hover .new-post-circle[b-nouisybk9h] {
        background: rgba(255, 255, 255, 0.3);
    }

    .sidebar-user-menu[b-nouisybk9h] {
        background: var(--bg, #1a1a1a);
        border-color: var(--border-strong, #3a3a3a);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    }
}

/* ===== Mobile ===== */
@media screen and (max-width: 768px) {
    .sidebar[b-nouisybk9h] {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 1000;
        transform: translateX(-100%);
    }

    .sidebar.open[b-nouisybk9h] {
        transform: translateX(0);
    }
}
/* /Components/Pages/Bbs.razor.rz.scp.css */
/* ===== BBS CSS Variables (Light) ===== */
.bbs-wrapper[b-ckfzs61m59] {
    --bbs-bg: #e1f0f0;
    --bbs-bg-card: #fff;
    --bbs-bg-card-alt: #f9f9f9;
    --bbs-bg-input: #fff;
    --bbs-text: #000;
    --bbs-text-muted: #666;
    --bbs-link: #2a4d91;
    --bbs-link-hover: #ff2f2f;
    --bbs-border: gray;
    --bbs-border-light: #ddd;
    --bbs-shadow: 0px 1px 10px #666;
    --bbs-header-bg: #3b5998;
    --bbs-header-dark: #2d4373;
    --bbs-accent: #008000;
    --bbs-yellow: #fbe843;
    --bbs-pager-bg: #a9bade;
    --bbs-pager-hover: #ffc488;
    --bbs-btn-bg: #ddd;
    --bbs-btn-text: #555;
}

/* ===== BBS Dark Mode ===== */
@media (prefers-color-scheme: dark) {
    .bbs-wrapper[b-ckfzs61m59] {
        --bbs-bg: #1a2332;
        --bbs-bg-card: #1e293b;
        --bbs-bg-card-alt: #243044;
        --bbs-bg-input: #2a3a50;
        --bbs-text: #d4d8e0;
        --bbs-text-muted: #8892a0;
        --bbs-link: #6b9fff;
        --bbs-link-hover: #ff6b6b;
        --bbs-border: #3a4a5c;
        --bbs-border-light: #2e3e50;
        --bbs-shadow: 0px 1px 8px rgba(0, 0, 0, 0.4);
        --bbs-header-bg: #2a3f66;
        --bbs-header-dark: #1e2e4a;
        --bbs-accent: #4ade80;
        --bbs-yellow: #fbe843;
        --bbs-pager-bg: #2a3f66;
        --bbs-pager-hover: #5a4020;
        --bbs-btn-bg: #3a4a5c;
        --bbs-btn-text: #d4d8e0;
    }
}

/* ===== BBS Wrapper ===== */
.bbs-wrapper[b-ckfzs61m59] {
    margin: -32px -48px -48px;
    font-size: 90%;
    background: var(--bbs-bg);
    color: var(--bbs-text);
    min-height: calc(100vh);
}

.bbs-wrapper a[b-ckfzs61m59] {
    text-decoration: none;
    color: var(--bbs-link);
}

.bbs-wrapper a:hover[b-ckfzs61m59] {
    text-decoration: underline;
    color: var(--bbs-link-hover);
}

/* ===== Header ===== */
.bbs-head[b-ckfzs61m59] {
    width: 100%;
    background: var(--bbs-header-bg);
    color: #fff;
}

.bbs-head-in[b-ckfzs61m59] {
    padding: 4px;
}

.bbs-head-ttl[b-ckfzs61m59] {
    text-align: left;
    float: left;
}

.bbs-head-ttl h1[b-ckfzs61m59] {
    color: #fff;
    font-size: 120%;
    margin: 0 3px;
}

.bbs-head-cnt[b-ckfzs61m59] {
    text-align: right;
    color: var(--bbs-yellow);
}

.bbs-head-clr[b-ckfzs61m59] {
    clear: both;
}

/* ===== Main ===== */
.bbs-main[b-ckfzs61m59] {
    width: 100%;
}

.bbs-main-in[b-ckfzs61m59] {
    padding: 8px;
}

/* ===== Tabs ===== */
.bbs-tabs[b-ckfzs61m59] {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 0 8px;
    background: var(--bbs-header-dark);
    flex-wrap: nowrap;
}

.bbs-tabs a[b-ckfzs61m59],
.bbs-tabs button[b-ckfzs61m59] {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, .7) !important;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    text-decoration: none !important;
    white-space: nowrap;
    transition: all .15s ease;
}

.bbs-tabs a:hover[b-ckfzs61m59],
.bbs-tabs button:hover[b-ckfzs61m59] {
    color: #fff !important;
    background: rgba(255, 255, 255, .08);
    text-decoration: none !important;
}

.bbs-tabs a.active[b-ckfzs61m59] {
    color: #fff !important;
    border-bottom-color: var(--bbs-yellow);
}

/* ===== Post Form ===== */
.bbs-reg-area[b-ckfzs61m59] {
    padding: 0;
    width: 92%;
    margin: 1.2em auto;
}

.bbs-reg-box[b-ckfzs61m59] {
    width: 560px;
    margin: 0;
    padding: 18px;
    border-radius: 6px;
    box-shadow: var(--bbs-shadow);
    border: 1px solid var(--bbs-border);
    background: var(--bbs-bg-card);
}

.bbs-reg-tbl[b-ckfzs61m59] {
    margin-bottom: 0 !important;
}

.bbs-reg-tbl th[b-ckfzs61m59],
.bbs-reg-tbl td[b-ckfzs61m59] {
    font-size: 13px;
    padding: 2px;
    text-align: left;
    color: var(--bbs-text);
}

.bbs-reg-tbl input[b-ckfzs61m59],
.bbs-reg-tbl textarea[b-ckfzs61m59] {
    padding: 3px;
    background: var(--bbs-bg-input);
    color: var(--bbs-text);
    border: 1px solid var(--bbs-border-light);
}

.bbs-reg-tbl select[b-ckfzs61m59] {
    background: var(--bbs-bg-input);
    color: var(--bbs-text);
    border: 1px solid var(--bbs-border-light);
}

input.bbs-reg-name[b-ckfzs61m59] {
    width: 210px;
}

input.bbs-reg-url[b-ckfzs61m59] {
    width: 260px;
}

input.bbs-reg-num[b-ckfzs61m59] {
    width: 80px;
}

.bbs-reg-btn[b-ckfzs61m59] {
    display: inline-block;
    padding: 8px 32px;
    margin: 8px 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: var(--bbs-header-bg);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background .2s ease;
}

.bbs-reg-btn:hover[b-ckfzs61m59] {
    background: var(--bbs-header-dark);
}

textarea.bbs-reg-com[b-ckfzs61m59] {
    width: 440px;
    height: 7em;
}

.bbs-small-text[b-ckfzs61m59] {
    font-size: 12px;
    color: var(--bbs-text-muted);
}

/* ===== Articles ===== */
.bbs-art[b-ckfzs61m59] {
    width: 90%;
    background: var(--bbs-bg-card);
    text-align: left;
    padding: 0.7em 0.7em 0.7em 1em;
    border-radius: 6px;
    box-shadow: var(--bbs-shadow);
    border: 1px solid var(--bbs-border);
    margin: 1.2em auto;
    color: var(--bbs-text);
}

.bbs-art strong[b-ckfzs61m59] {
    color: var(--bbs-accent);
    font-size: 120%;
}

.bbs-num[b-ckfzs61m59] {
    color: var(--bbs-accent);
}

.bbs-art-info[b-ckfzs61m59] {
    text-align: right;
    margin: 6px;
    font-size: 13px;
    color: var(--bbs-text-muted);
}

.bbs-art-info a[b-ckfzs61m59] {
    color: var(--bbs-link);
}

/* Face Icons */
img.bbs-image[b-ckfzs61m59] {
    margin: 0 8px 8px 0;
    vertical-align: middle;
    border: none;
    width: 48px;
    height: 48px;
}

.bbs-clear[b-ckfzs61m59] {
    clear: both;
}

/* ===== Reply Articles ===== */
.bbs-reslog[b-ckfzs61m59] {
    margin: 0 0 0 auto;
    width: 92%;
    text-align: left;
    border-top: 1px dashed var(--bbs-border);
    padding: 6px;
    color: var(--bbs-text);
}

.bbs-reslog strong[b-ckfzs61m59] {
    color: var(--bbs-accent);
    font-size: 110%;
}

.bbs-rescom[b-ckfzs61m59] {
    margin-top: 5px;
}

/* ===== Utility ===== */
.bbs-ta-c[b-ckfzs61m59] {
    text-align: center;
}

.bbs-pgtop[b-ckfzs61m59] {
    margin: 1em;
}

/* ===== Pager ===== */
.bbs-pager[b-ckfzs61m59] {
    margin: 0 0 10px;
    padding: 10px 10px 5px;
    list-style: none;
}

.bbs-pager li[b-ckfzs61m59] {
    display: inline;
    margin: 0 2px;
    padding: 0;
}

.bbs-pager li span[b-ckfzs61m59] {
    display: inline-block;
    margin-bottom: 5px;
    padding: 4px 8px;
    background: var(--bbs-pager-bg);
    color: var(--bbs-text);
    border: 1px solid var(--bbs-header-bg);
    text-decoration: none;
    vertical-align: middle;
}

.bbs-pager li a[b-ckfzs61m59] {
    display: inline-block;
    margin-bottom: 5px;
    padding: 4px 8px;
    background: var(--bbs-bg-card);
    color: var(--bbs-text);
    border: 1px solid var(--bbs-header-bg);
    text-decoration: none;
    vertical-align: middle;
}

.bbs-pager li a:hover[b-ckfzs61m59] {
    background: var(--bbs-pager-hover);
    text-decoration: none;
}

/* ===== CSS3 Button ===== */
.bbs-button[b-ckfzs61m59] {
    display: inline-block;
    padding: 6px 20px;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bbs-border-light);
    overflow: visible;
    font: bold 13px inherit;
    text-decoration: none !important;
    white-space: nowrap;
    color: var(--bbs-btn-text) !important;
    background-color: var(--bbs-btn-bg);
    transition: background-color .2s ease-out;
    background-clip: padding-box;
    border-radius: 3px;
    user-select: none;
}

.bbs-button:hover[b-ckfzs61m59] {
    filter: brightness(1.1);
    color: var(--bbs-btn-text) !important;
    text-decoration: none !important;
}

.bbs-button:active[b-ckfzs61m59] {
    filter: brightness(0.95);
    position: relative;
    top: 1px;
}

.bbs-small[b-ckfzs61m59] {
    padding: 4px 12px;
}

/* ===== Forms ===== */
.bbs-wrapper form[b-ckfzs61m59] {
    margin: 1em 0;
}

.bbs-wrapper form select[b-ckfzs61m59],
.bbs-wrapper form input[type="text"][b-ckfzs61m59],
.bbs-wrapper form input[type="password"][b-ckfzs61m59] {
    padding: 3px;
    margin: 0 4px;
    background: var(--bbs-bg-input);
    color: var(--bbs-text);
    border: 1px solid var(--bbs-border-light);
}

.bbs-wrapper form input[type="submit"][b-ckfzs61m59] {
    padding: 3px 12px;
    cursor: pointer;
}

.bbs-new-btn[b-ckfzs61m59] {
    margin: 8px 0;
}

/* ===== Messages ===== */
.bbs-msg[b-ckfzs61m59] {
    background: #d4edda;
    color: #155724;
    padding: 8px 12px;
    margin: 8px 0;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
}

.bbs-err[b-ckfzs61m59] {
    background: #f8d7da;
    color: #721c24;
    padding: 8px 12px;
    margin: 8px 0;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
}

@media (prefers-color-scheme: dark) {
    .bbs-msg[b-ckfzs61m59] {
        background: #0d3320;
        color: #6ee7a0;
        border-color: #1a5c38;
    }

    .bbs-err[b-ckfzs61m59] {
        background: #3b1219;
        color: #fca5a5;
        border-color: #5c1a24;
    }
}

/* ===== Topic Table ===== */
.bbs-topic[b-ckfzs61m59] {
    width: 90%;
    margin: 1em auto;
    border-collapse: collapse;
    background: var(--bbs-bg-card);
    box-shadow: var(--bbs-shadow);
    border: 1px solid var(--bbs-border);
    border-radius: 6px;
}

.bbs-topic th[b-ckfzs61m59],
.bbs-topic td[b-ckfzs61m59] {
    padding: 6px 8px;
    border-bottom: 1px solid var(--bbs-border-light);
    font-size: 13px;
    color: var(--bbs-text);
}

.bbs-thead[b-ckfzs61m59] {
    background: var(--bbs-header-bg);
    color: #fff;
}

.bbs-thead th[b-ckfzs61m59] {
    color: #fff;
    font-weight: bold;
    border-bottom: 2px solid var(--bbs-header-dark);
}

.bbs-topic tr:hover[b-ckfzs61m59] {
    background: var(--bbs-bg-card-alt);
}

.bbs-w-s[b-ckfzs61m59] { width: 60px; }
.bbs-w-m[b-ckfzs61m59] { width: 120px; }
.bbs-ta-l[b-ckfzs61m59] { text-align: left; }
.bbs-mini[b-ckfzs61m59] { font-size: 11px; }

/* ===== Search ===== */
.bbs-find[b-ckfzs61m59] {
    width: 90%;
    margin: 1em auto;
    padding: 1em;
}

.bbs-find h2[b-ckfzs61m59] {
    color: var(--bbs-link);
    font-size: 16px;
    margin-bottom: 8px;
}

.bbs-find-form[b-ckfzs61m59] {
    background: var(--bbs-bg-card);
    padding: 12px;
    border-radius: 6px;
    box-shadow: var(--bbs-shadow);
    border: 1px solid var(--bbs-border);
    margin-bottom: 1em;
}

.bbs-find-input[b-ckfzs61m59] {
    width: 250px;
    padding: 4px;
    background: var(--bbs-bg-input);
    color: var(--bbs-text);
    border: 1px solid var(--bbs-border-light);
}

/* ===== Note / Past Log ===== */
.bbs-note[b-ckfzs61m59] {
    width: 90%;
    margin: 1em auto;
    background: var(--bbs-bg-card);
    padding: 1.5em;
    border-radius: 6px;
    box-shadow: var(--bbs-shadow);
    border: 1px solid var(--bbs-border);
    color: var(--bbs-text);
}

.bbs-note h2[b-ckfzs61m59] {
    color: var(--bbs-link);
    font-size: 16px;
    margin-bottom: 12px;
}

.bbs-note ul[b-ckfzs61m59] {
    padding-left: 1.5em;
}

.bbs-note li[b-ckfzs61m59] {
    margin-bottom: 8px;
    line-height: 1.6;
}

/* ===== Admin ===== */
.bbs-admin[b-ckfzs61m59] {
    width: 90%;
    margin: 1em auto;
}

.bbs-admin h2[b-ckfzs61m59] {
    color: var(--bbs-link);
    font-size: 16px;
    margin-bottom: 12px;
}

.bbs-admin-form[b-ckfzs61m59] {
    background: var(--bbs-bg-card);
    padding: 12px;
    border-radius: 6px;
    box-shadow: var(--bbs-shadow);
    border: 1px solid var(--bbs-border);
    margin-bottom: 1em;
}

.bbs-admin-form input[b-ckfzs61m59] {
    padding: 4px;
    margin: 0 6px;
    background: var(--bbs-bg-input);
    color: var(--bbs-text);
    border: 1px solid var(--bbs-border-light);
}

.bbs-admin-reply[b-ckfzs61m59] {
    background: var(--bbs-bg-card-alt);
}

.bbs-btn-del[b-ckfzs61m59] {
    background: #dc3545;
    color: #fff;
    border: 1px solid #c82333;
    padding: 2px 8px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
}

.bbs-btn-del:hover[b-ckfzs61m59] {
    background: #c82333;
}

/* ===== Edit Form ===== */
.bbs-edit-form[b-ckfzs61m59] {
    width: 90%;
    margin: 1em auto;
}

.bbs-edit-form h2[b-ckfzs61m59] {
    color: var(--bbs-link);
    font-size: 16px;
    margin-bottom: 8px;
}

/* ===== Bottom Form ===== */
.bbs-bottom-form[b-ckfzs61m59] {
    margin: 1em 0;
}

.bbs-bottom-form select[b-ckfzs61m59],
.bbs-bottom-form input[type="text"][b-ckfzs61m59],
.bbs-bottom-form input[type="password"][b-ckfzs61m59] {
    padding: 3px;
    margin: 0 4px;
    background: var(--bbs-bg-input);
    color: var(--bbs-text);
    border: 1px solid var(--bbs-border-light);
}

.bbs-bottom-form button[b-ckfzs61m59] {
    padding: 3px 12px;
    cursor: pointer;
}

/* ===== Tablet (768px) ===== */
@media screen and (max-width: 768px) {
    .bbs-wrapper[b-ckfzs61m59] {
        margin: -64px -16px -24px;
        padding-top: 56px;
    }

    .bbs-reg-box[b-ckfzs61m59] {
        width: 100%;
    }

    .bbs-reg-area[b-ckfzs61m59] {
        width: 100%;
        margin: 0.8em auto;
    }

    .bbs-art[b-ckfzs61m59] {
        width: 100%;
    }

    .bbs-topic[b-ckfzs61m59] {
        width: 100%;
    }

    .bbs-find[b-ckfzs61m59] {
        width: 100%;
    }

    .bbs-note[b-ckfzs61m59] {
        width: 100%;
    }

    .bbs-admin[b-ckfzs61m59] {
        width: 100%;
    }

    .bbs-edit-form[b-ckfzs61m59] {
        width: 100%;
    }

    textarea.bbs-reg-com[b-ckfzs61m59] {
        width: 100%;
    }
}

/* ===== Mobile (480px) ===== */
@media screen and (max-width: 480px) {
    .bbs-wrapper[b-ckfzs61m59] {
        margin: -64px -16px -24px;
    }

    .bbs-reg-box[b-ckfzs61m59] {
        width: 100%;
        padding: 8px;
        font-size: 90%;
    }

    .bbs-tabs[b-ckfzs61m59] {
        padding: 0 4px;
        overflow-x: auto;
    }

    .bbs-tabs a[b-ckfzs61m59],
    .bbs-tabs button[b-ckfzs61m59] {
        padding: 8px 12px;
        font-size: 12px;
    }

    .bbs-reg-tbl[b-ckfzs61m59] {
        width: 100%;
    }

    .bbs-reg-tbl th[b-ckfzs61m59],
    .bbs-reg-tbl td[b-ckfzs61m59] {
        width: 100%;
        display: block;
    }

    input.bbs-reg-name[b-ckfzs61m59],
    input.bbs-reg-url[b-ckfzs61m59],
    textarea.bbs-reg-com[b-ckfzs61m59] {
        width: 100% !important;
    }

    .bbs-art[b-ckfzs61m59] {
        padding: 6px;
    }

    .bbs-find-input[b-ckfzs61m59] {
        width: 100%;
        margin-bottom: 4px;
    }

    .bbs-note[b-ckfzs61m59] {
        padding: 0.8em;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ===== Home Two-Column Layout ===== */
.home-layout[b-yntkxjkf14] {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.home-main[b-yntkxjkf14] {
    flex: 1;
    min-width: 0;
}

.home-sidebar[b-yntkxjkf14] {
    width: 320px;
    min-width: 280px;
    flex-shrink: 0;
}

/* ===== README Card ===== */
.readme-card[b-yntkxjkf14] {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
}

.readme-header[b-yntkxjkf14] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    border-bottom: 1px solid var(--border);
    background: var(--bg);
}

.readme-header-left[b-yntkxjkf14] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.readme-icon[b-yntkxjkf14] {
    font-size: 20px;
    color: var(--accent);
}

.readme-title[b-yntkxjkf14] {
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
    margin: 0;
    letter-spacing: 0.02em;
}

.readme-edit-btn[b-yntkxjkf14] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 500;
    color: var(--accent);
    border: 1px solid var(--accent);
    border-radius: 4px;
    background: transparent;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}

.readme-edit-btn:hover[b-yntkxjkf14] {
    background: var(--accent);
    color: #fff;
    text-decoration: none;
}

.readme-edit-btn .material-symbols-outlined[b-yntkxjkf14] {
    font-size: 14px;
}

/* ===== README Body (Markdown Rendering) ===== */
.readme-body[b-yntkxjkf14] {
    padding: 24px 28px 28px;
    line-height: 1.8;
    color: var(--text);
    font-size: 14px;
}

.readme-empty[b-yntkxjkf14] {
    color: var(--text-muted);
    font-style: italic;
    padding: 40px 28px;
    text-align: center;
}

/* Markdown heading styles */
.readme-body[b-yntkxjkf14]  h1 {
    font-size: 24px;
    font-weight: 700;
    color: var(--text);
    margin: 0 0 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--border);
}

.readme-body[b-yntkxjkf14]  h2 {
    font-size: 18px;
    font-weight: 600;
    color: var(--text);
    margin: 28px 0 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--border);
}

.readme-body[b-yntkxjkf14]  h3 {
    font-size: 15px;
    font-weight: 600;
    color: var(--text);
    margin: 20px 0 8px;
}

.readme-body[b-yntkxjkf14]  p {
    margin: 0 0 12px;
}

.readme-body[b-yntkxjkf14]  ul,
.readme-body[b-yntkxjkf14]  ol {
    margin: 0 0 12px;
    padding-left: 24px;
    list-style: disc;
}

.readme-body[b-yntkxjkf14]  ol {
    list-style: decimal;
}

.readme-body[b-yntkxjkf14]  li {
    margin-bottom: 4px;
    line-height: 1.7;
}

.readme-body[b-yntkxjkf14]  ul ul {
    margin-top: 4px;
    margin-bottom: 4px;
}

.readme-body[b-yntkxjkf14]  code {
    font-family: "UDEV Gothic JPDOC", "Consolas", monospace;
    background: var(--bg-card);
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 13px;
    color: var(--text);
}

.readme-body[b-yntkxjkf14]  pre {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 14px 18px;
    margin: 0 0 16px;
    overflow-x: auto;
    font-size: 13px;
    line-height: 1.6;
}

.readme-body[b-yntkxjkf14]  pre code {
    background: none;
    padding: 0;
    border-radius: 0;
}

.readme-body[b-yntkxjkf14]  blockquote {
    margin: 0 0 16px;
    padding: 8px 16px;
    border-left: 4px solid var(--accent);
    background: var(--accent-light);
    color: var(--text);
    border-radius: 0 4px 4px 0;
}

.readme-body[b-yntkxjkf14]  table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 16px;
}

.readme-body[b-yntkxjkf14]  th,
.readme-body[b-yntkxjkf14]  td {
    padding: 8px 12px;
    border: 1px solid var(--border-strong);
    text-align: left;
    font-size: 13px;
}

.readme-body[b-yntkxjkf14]  th {
    background: var(--bg-card);
    font-weight: 600;
}

.readme-body[b-yntkxjkf14]  strong {
    font-weight: 700;
}

.readme-body[b-yntkxjkf14]  a {
    color: var(--accent);
    text-decoration: none;
}

.readme-body[b-yntkxjkf14]  a:hover {
    text-decoration: underline;
}

/* Task list checkboxes */
.readme-body[b-yntkxjkf14]  input[type="checkbox"] {
    margin-right: 6px;
    accent-color: var(--accent);
}

.readme-body[b-yntkxjkf14]  .task-list-item {
    list-style: none;
    margin-left: -24px;
    padding-left: 24px;
}

/* ===== Right Sidebar - Recent Posts ===== */
.recent-section[b-yntkxjkf14] {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
}

.recent-header[b-yntkxjkf14] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid var(--border);
    text-decoration: none;
    color: var(--text);
    transition: background 0.15s;
}

.recent-header:hover[b-yntkxjkf14] {
    background: var(--bg-hover);
    text-decoration: none;
}

.recent-header-text[b-yntkxjkf14] {
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
}

.recent-header-arrow[b-yntkxjkf14] {
    font-size: 18px;
    color: var(--text-muted);
}

.recent-list[b-yntkxjkf14] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.recent-item[b-yntkxjkf14] {
    border-bottom: 1px solid var(--border);
}

.recent-item:last-child[b-yntkxjkf14] {
    border-bottom: none;
}

.recent-item-link[b-yntkxjkf14] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 16px;
    text-decoration: none;
    color: var(--text);
    transition: background 0.15s;
}

.recent-item-link:hover[b-yntkxjkf14] {
    background: var(--bg-hover);
    text-decoration: none;
}

.recent-dot[b-yntkxjkf14] {
    display: inline-block;
    width: 8px;
    height: 8px;
    min-width: 8px;
    border-radius: 50%;
    background: var(--accent);
    margin-top: 6px;
}

.recent-item-content[b-yntkxjkf14] {
    flex: 1;
    min-width: 0;
}

.recent-category[b-yntkxjkf14] {
    font-size: 11px;
    color: var(--text-muted);
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-separator[b-yntkxjkf14] {
    margin: 0 3px;
    color: var(--text-muted);
}

.category-part[b-yntkxjkf14] {
    color: var(--text-muted);
}

.category-part:hover[b-yntkxjkf14] {
    color: var(--accent);
}

.recent-title-row[b-yntkxjkf14] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.wip-badge[b-yntkxjkf14] {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    color: var(--wip-color);
    background: var(--wip-bg);
    padding: 1px 6px;
    border-radius: 3px;
    letter-spacing: 0.03em;
    white-space: nowrap;
    line-height: 1.4;
}

.recent-post-title[b-yntkxjkf14] {
    font-size: 13px;
    color: var(--text);
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recent-meta[b-yntkxjkf14] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    min-width: 36px;
}

.recent-avatar[b-yntkxjkf14] {
    font-size: 18px;
    color: var(--text-muted);
}

.recent-avatar-img[b-yntkxjkf14] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.recent-time[b-yntkxjkf14] {
    font-size: 11px;
    color: var(--text-muted);
    white-space: nowrap;
}

.recent-more[b-yntkxjkf14] {
    display: block;
    padding: 10px 16px;
    text-align: center;
    font-size: 12px;
    color: var(--text-muted);
    border-top: 1px solid var(--border);
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}

.recent-more:hover[b-yntkxjkf14] {
    background: var(--bg-hover);
    color: var(--accent);
    text-decoration: none;
}

/* ===== Responsive ===== */
@media screen and (max-width: 1024px) {
    .home-layout[b-yntkxjkf14] {
        flex-direction: column;
        gap: 24px;
    }

    .home-sidebar[b-yntkxjkf14] {
        width: 100%;
        min-width: 0;
    }
}

@media screen and (max-width: 768px) {
    .readme-body[b-yntkxjkf14] {
        padding: 16px 18px 20px;
    }

    .readme-header[b-yntkxjkf14] {
        padding: 10px 16px;
    }

    .readme-body[b-yntkxjkf14]  h1 {
        font-size: 20px;
    }

    .readme-body[b-yntkxjkf14]  h2 {
        font-size: 16px;
    }
}
/* /Components/Pages/PostDetail.razor.rz.scp.css */
/* ===== Post Detail Layout ===== */
.post-detail-layout[b-sh03d01j50] {
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 32px;
    max-width: 1100px;
    margin: 0 auto;
}

/* ===== Not Found ===== */
.not-found[b-sh03d01j50] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    text-align: center;
    color: var(--text-muted);
}

.not-found-icon[b-sh03d01j50] {
    font-size: 64px;
    margin-bottom: 16px;
    color: var(--border-strong);
}

.not-found h2[b-sh03d01j50] {
    font-size: 20px;
    font-weight: 500;
    color: var(--text);
    margin-bottom: 8px;
}

.not-found p[b-sh03d01j50] {
    font-size: 14px;
    margin-bottom: 24px;
}

.back-link[b-sh03d01j50] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: var(--accent);
    transition: opacity 0.15s;
}

.back-link:hover[b-sh03d01j50] {
    opacity: 0.8;
}

.back-link .material-symbols-outlined[b-sh03d01j50] {
    font-size: 18px;
}

/* ===== Main Content ===== */
.post-main[b-sh03d01j50] {
    min-width: 0;
}

/* Category breadcrumb */
.post-category-nav[b-sh03d01j50] {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
    font-size: 13px;
}

.category-link[b-sh03d01j50] {
    color: var(--accent);
    transition: opacity 0.15s;
}

.category-link:hover[b-sh03d01j50] {
    opacity: 0.7;
}

.category-sep[b-sh03d01j50] {
    color: var(--text-muted);
}

/* Post number */
.post-number[b-sh03d01j50] {
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 4px;
}

/* Title row */
.post-title-row[b-sh03d01j50] {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
}

.wip-badge[b-sh03d01j50] {
    display: inline-flex;
    align-items: center;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    background: var(--wip-bg);
    color: var(--wip-color);
    white-space: nowrap;
    margin-top: 6px;
}

.post-title[b-sh03d01j50] {
    flex: 1;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--text);
}

.post-title-actions[b-sh03d01j50] {
    display: flex;
    gap: 4px;
    flex-shrink: 0;
    margin-top: 4px;
}

.icon-btn[b-sh03d01j50] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: var(--text-muted);
    transition: all 0.15s;
}

.icon-btn:hover[b-sh03d01j50] {
    background: var(--bg-hover);
    color: var(--text);
}

.icon-btn .material-symbols-outlined[b-sh03d01j50] {
    font-size: 20px;
}

/* Meta bar */
.post-meta-bar[b-sh03d01j50] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.meta-item[b-sh03d01j50] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: var(--text-muted);
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.15s;
}

button.meta-item:hover[b-sh03d01j50] {
    background: var(--bg-hover);
    color: var(--text);
}

.meta-item .material-symbols-outlined[b-sh03d01j50] {
    font-size: 18px;
}

.meta-count[b-sh03d01j50] {
    font-size: 13px;
}

/* Divider */
.post-divider[b-sh03d01j50] {
    border: none;
    border-top: 1px solid var(--border);
    margin-bottom: 24px;
}

/* ===== Markdown Body ===== */
.post-body[b-sh03d01j50] {
    line-height: 1.8;
    font-size: 15px;
    color: var(--text);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.post-body[b-sh03d01j50]  h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 32px 0 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--border);
    line-height: 1.3;
}

.post-body[b-sh03d01j50]  h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 28px 0 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--border);
    line-height: 1.3;
}

.post-body[b-sh03d01j50]  h3 {
    font-size: 17px;
    font-weight: 700;
    margin: 24px 0 10px;
    line-height: 1.3;
}

.post-body[b-sh03d01j50]  h4 {
    font-size: 15px;
    font-weight: 700;
    margin: 20px 0 8px;
    line-height: 1.3;
}

.post-body[b-sh03d01j50]  h5,
.post-body[b-sh03d01j50]  h6 {
    font-size: 14px;
    font-weight: 700;
    margin: 16px 0 8px;
    line-height: 1.3;
}

.post-body[b-sh03d01j50]  h6 {
    color: var(--text-muted);
}

.post-body[b-sh03d01j50]  p {
    margin: 0 0 16px;
}

.post-body[b-sh03d01j50]  ul,
.post-body[b-sh03d01j50]  ol {
    margin: 0 0 16px;
    padding-left: 24px;
    list-style: revert;
}

.post-body[b-sh03d01j50]  ul {
    list-style-type: disc;
}

.post-body[b-sh03d01j50]  ol {
    list-style-type: decimal;
}

.post-body[b-sh03d01j50]  li {
    margin-bottom: 4px;
}

.post-body[b-sh03d01j50]  li > ul,
.post-body[b-sh03d01j50]  li > ol {
    margin-top: 4px;
    margin-bottom: 0;
}

/* Inline code */
.post-body[b-sh03d01j50]  code {
    font-family: "UDEV Gothic JPDOC", "Consolas", monospace;
    background: var(--bg-card);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.9em;
}

/* Code blocks */
.post-body[b-sh03d01j50]  pre {
    background: var(--bg-card);
    border-radius: 8px;
    padding: 16px;
    margin: 0 0 16px;
    overflow-x: auto;
    line-height: 1.5;
}

.post-body[b-sh03d01j50]  pre code {
    background: none;
    padding: 0;
    border-radius: 0;
    font-size: 13px;
}

/* Tables */
.post-body[b-sh03d01j50]  table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 16px;
    font-size: 14px;
}

.post-body[b-sh03d01j50]  th,
.post-body[b-sh03d01j50]  td {
    padding: 8px 12px;
    border: 1px solid var(--border-strong);
    text-align: left;
}

.post-body[b-sh03d01j50]  th {
    background: var(--bg-card);
    font-weight: 600;
}

.post-body[b-sh03d01j50]  tr:hover td {
    background: var(--bg-hover);
}

/* Blockquote */
.post-body[b-sh03d01j50]  blockquote {
    border-left: 4px solid var(--accent);
    padding: 8px 16px;
    margin: 0 0 16px;
    background: var(--accent-light);
    color: var(--text);
    border-radius: 0 4px 4px 0;
}

.post-body[b-sh03d01j50]  blockquote p:last-child {
    margin-bottom: 0;
}

/* Horizontal rule */
.post-body[b-sh03d01j50]  hr {
    border: none;
    border-top: 1px solid var(--border);
    margin: 24px 0;
}

/* Links */
.post-body[b-sh03d01j50]  a {
    color: var(--accent);
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: text-decoration-color 0.15s;
}

.post-body[b-sh03d01j50]  a:hover {
    text-decoration-color: var(--accent);
}

/* Images */
.post-body[b-sh03d01j50]  img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

/* Task lists */
.post-body[b-sh03d01j50]  .task-list-item {
    list-style-type: none;
    position: relative;
    margin-left: -24px;
    padding-left: 24px;
}

.post-body[b-sh03d01j50]  .task-list-item input[type="checkbox"] {
    margin-right: 6px;
    vertical-align: middle;
    accent-color: var(--accent);
}

/* Strong, em */
.post-body[b-sh03d01j50]  strong {
    font-weight: 700;
}

.post-body[b-sh03d01j50]  em {
    font-style: italic;
}

/* ===== Right Sidebar ===== */
.post-sidebar[b-sh03d01j50] {
    position: sticky;
    top: 0;
    align-self: start;
    padding-top: 4px;
}

/* Info blocks */
.sidebar-info-block[b-sh03d01j50] {
    margin-bottom: 16px;
}

.sidebar-info-label[b-sh03d01j50] {
    font-size: 11px;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.sidebar-info-user[b-sh03d01j50] {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.user-avatar[b-sh03d01j50] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--bg-card);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.user-avatar .material-symbols-outlined[b-sh03d01j50] {
    font-size: 18px;
    color: var(--text-muted);
}

.user-detail[b-sh03d01j50] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.user-name[b-sh03d01j50] {
    font-size: 13px;
    font-weight: 500;
    color: var(--text);
}

.user-time[b-sh03d01j50] {
    font-size: 11px;
    color: var(--text-muted);
    line-height: 1.4;
}

/* Note */
.sidebar-note[b-sh03d01j50] {
    font-size: 11px;
    color: var(--text-muted);
    font-style: italic;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border);
}

/* Tags */
.sidebar-tags-block[b-sh03d01j50] {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border);
}

.sidebar-section-title[b-sh03d01j50] {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 600;
    color: var(--text-muted);
    margin-bottom: 8px;
}

.sidebar-section-title .material-symbols-outlined[b-sh03d01j50] {
    font-size: 16px;
}

.sidebar-tags[b-sh03d01j50] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.sidebar-tag[b-sh03d01j50] {
    display: inline-block;
    font-size: 12px;
    color: var(--accent);
    background: var(--accent-light);
    padding: 2px 8px;
    border-radius: 4px;
    transition: opacity 0.15s;
}

.sidebar-tag:hover[b-sh03d01j50] {
    opacity: 0.8;
}

/* TOC */
.sidebar-toc-block[b-sh03d01j50] {
    margin-bottom: 20px;
}

.toc-list[b-sh03d01j50] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.toc-item[b-sh03d01j50] {
    margin: 0;
}

.toc-link[b-sh03d01j50] {
    display: block;
    font-size: 12px;
    color: var(--text-muted);
    padding: 3px 0;
    line-height: 1.4;
    transition: color 0.15s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.toc-link:hover[b-sh03d01j50] {
    color: var(--accent);
}

.toc-h1[b-sh03d01j50] {
    padding-left: 0;
}

.toc-h1 .toc-link[b-sh03d01j50] {
    font-weight: 500;
    color: var(--text);
}

.toc-h2[b-sh03d01j50] {
    padding-left: 12px;
}

.toc-h3[b-sh03d01j50] {
    padding-left: 24px;
}

.toc-h3 .toc-link[b-sh03d01j50] {
    font-size: 11px;
}

/* ===== Responsive ===== */
@media screen and (max-width: 900px) {
    .post-detail-layout[b-sh03d01j50] {
        grid-template-columns: 1fr;
    }

    .post-sidebar[b-sh03d01j50] {
        position: static;
        border-top: 1px solid var(--border);
        padding-top: 24px;
        margin-top: 24px;
    }
}

@media screen and (max-width: 768px) {
    .post-title[b-sh03d01j50] {
        font-size: 22px;
    }

    .post-meta-bar[b-sh03d01j50] {
        flex-wrap: wrap;
        gap: 8px;
    }

    .post-body[b-sh03d01j50] {
        font-size: 14px;
    }

    .post-body[b-sh03d01j50]  h1 {
        font-size: 20px;
    }

    .post-body[b-sh03d01j50]  h2 {
        font-size: 18px;
    }

    .post-body[b-sh03d01j50]  h3 {
        font-size: 16px;
    }

    .post-body[b-sh03d01j50]  pre {
        padding: 12px;
    }
}
/* /Components/Pages/PostEditor.razor.rz.scp.css */
/* ===== Editor Container ===== */
.editor-container[b-rtcslsi7o9] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    background: var(--bg);
    /* Override main-content padding from MainLayout */
    margin: -32px -48px -48px;
    width: calc(100% + 96px);
    height: calc(100vh);
}

/* ===== TOP BAR ===== */
.editor-topbar[b-rtcslsi7o9] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 16px;
    border-bottom: 1px solid var(--border);
    background: var(--bg);
    min-height: 48px;
    flex-shrink: 0;
}

.topbar-left[b-rtcslsi7o9] {
    flex-shrink: 0;
}

.template-select[b-rtcslsi7o9] {
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
    border: 1px solid var(--border-strong);
    border-radius: 6px;
    padding: 4px 8px;
    background: var(--bg);
    cursor: pointer;
    transition: border-color 0.15s;
}

.template-select:hover[b-rtcslsi7o9] {
    border-color: var(--accent);
}

.template-icon[b-rtcslsi7o9] {
    font-size: 16px;
    color: var(--text-muted);
}

.template-dropdown[b-rtcslsi7o9] {
    border: none;
    background: transparent;
    font-size: 12px;
    color: var(--text);
    cursor: pointer;
    outline: none;
    padding-right: 4px;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 100px;
}

.dropdown-arrow[b-rtcslsi7o9] {
    font-size: 16px;
    color: var(--text-muted);
    pointer-events: none;
}

.topbar-center[b-rtcslsi7o9] {
    flex: 1;
    min-width: 0;
}

.title-input[b-rtcslsi7o9] {
    width: 100%;
    border: none;
    background: transparent;
    font-size: 14px;
    color: var(--text);
    outline: none;
    padding: 6px 8px;
    font-family: inherit;
}

.title-input[b-rtcslsi7o9]::placeholder {
    color: var(--text-muted);
    font-size: 13px;
}

.topbar-right[b-rtcslsi7o9] {
    flex-shrink: 0;
}

.topbar-close[b-rtcslsi7o9] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    color: var(--text-muted);
    transition: all 0.15s;
}

.topbar-close:hover[b-rtcslsi7o9] {
    background: var(--bg-active);
    color: var(--text);
}

/* ===== TOOLBAR ===== */
.editor-toolbar[b-rtcslsi7o9] {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 4px 16px;
    border-bottom: 1px solid var(--border);
    background: var(--bg);
    flex-shrink: 0;
    flex-wrap: wrap;
}

.toolbar-btn[b-rtcslsi7o9] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    font-size: 13px;
    color: var(--text-muted);
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.12s;
    font-family: inherit;
}

.toolbar-btn:hover[b-rtcslsi7o9] {
    background: var(--bg-active);
    color: var(--text);
}

.toolbar-btn strong[b-rtcslsi7o9] {
    font-weight: 700;
    font-size: 14px;
}

.toolbar-btn em[b-rtcslsi7o9] {
    font-style: italic;
    font-size: 14px;
}

.toolbar-btn s[b-rtcslsi7o9] {
    font-size: 14px;
}

.toolbar-btn-code span[b-rtcslsi7o9] {
    font-family: "UDEV Gothic JPDOC", "Consolas", monospace;
    font-size: 11px;
}

.toolbar-icon[b-rtcslsi7o9] {
    font-size: 18px;
}

.toolbar-separator[b-rtcslsi7o9] {
    width: 1px;
    height: 18px;
    background: var(--border-strong);
    margin: 0 4px;
    flex-shrink: 0;
}

/* ===== SPLIT PANE ===== */
.editor-split[b-rtcslsi7o9] {
    display: flex;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.editor-pane[b-rtcslsi7o9] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.editor-pane-left[b-rtcslsi7o9] {
    background: var(--bg);
}

.editor-pane-right[b-rtcslsi7o9] {
    background: var(--bg);
    border-left: none;
}

.editor-divider[b-rtcslsi7o9] {
    width: 1px;
    background: var(--border-strong);
    flex-shrink: 0;
    cursor: col-resize;
}

.editor-divider:hover[b-rtcslsi7o9] {
    background: var(--accent);
    width: 3px;
}

/* ===== TEXTAREA ===== */
.editor-textarea[b-rtcslsi7o9] {
    flex: 1;
    width: 100%;
    border: none;
    outline: none;
    resize: none;
    padding: 20px 24px;
    font-family: "UDEV Gothic JPDOC", "Consolas", monospace;
    font-size: 14px;
    line-height: 1.7;
    color: var(--text);
    background: var(--bg);
    tab-size: 4;
    overflow-y: auto;
}

.editor-textarea[b-rtcslsi7o9]::placeholder {
    color: var(--text-muted);
}

/* ===== PREVIEW PANE ===== */
.preview-scroll[b-rtcslsi7o9] {
    flex: 1;
    overflow-y: auto;
    padding: 20px 24px;
}

.preview-breadcrumbs[b-rtcslsi7o9] {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
    font-size: 12px;
    flex-wrap: wrap;
}

.breadcrumb-part[b-rtcslsi7o9] {
    color: var(--accent);
    cursor: pointer;
}

.breadcrumb-part:hover[b-rtcslsi7o9] {
    text-decoration: underline;
}

.breadcrumb-sep[b-rtcslsi7o9] {
    color: var(--text-muted);
    font-size: 11px;
}

.preview-header[b-rtcslsi7o9] {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border);
}

.preview-title[b-rtcslsi7o9] {
    font-size: 28px;
    font-weight: 300;
    color: var(--text);
    line-height: 1.3;
    margin-bottom: 8px;
}

.preview-tags[b-rtcslsi7o9] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.preview-tag[b-rtcslsi7o9] {
    font-size: 12px;
    color: var(--accent);
    background: var(--accent-light);
    padding: 2px 8px;
    border-radius: 4px;
    cursor: pointer;
    transition: opacity 0.15s;
}

.preview-tag:hover[b-rtcslsi7o9] {
    opacity: 0.8;
}

/* ===== Markdown Preview Styles ===== */
.markdown-body[b-rtcslsi7o9] {
    font-size: 14px;
    line-height: 1.8;
    color: var(--text);
    word-wrap: break-word;
}

.markdown-body h1[b-rtcslsi7o9] {
    font-size: 24px;
    font-weight: 300;
    border-bottom: 1px solid var(--border);
    padding-bottom: 8px;
    margin: 24px 0 12px;
}

.markdown-body h1:first-child[b-rtcslsi7o9] {
    margin-top: 0;
}

.markdown-body h2[b-rtcslsi7o9] {
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid var(--border);
    padding-bottom: 6px;
    margin: 20px 0 10px;
}

.markdown-body h3[b-rtcslsi7o9] {
    font-size: 16px;
    font-weight: 600;
    margin: 16px 0 8px;
}

.markdown-body h4[b-rtcslsi7o9],
.markdown-body h5[b-rtcslsi7o9],
.markdown-body h6[b-rtcslsi7o9] {
    font-size: 14px;
    font-weight: 600;
    margin: 12px 0 6px;
}

.markdown-body p[b-rtcslsi7o9] {
    margin: 0 0 12px;
}

.markdown-body ul[b-rtcslsi7o9],
.markdown-body ol[b-rtcslsi7o9] {
    padding-left: 24px;
    margin: 0 0 12px;
    list-style: revert;
}

.markdown-body li[b-rtcslsi7o9] {
    margin: 4px 0;
}

.markdown-body li > ul[b-rtcslsi7o9],
.markdown-body li > ol[b-rtcslsi7o9] {
    margin: 4px 0;
}

.markdown-body code[b-rtcslsi7o9] {
    background: var(--bg-card);
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 13px;
    font-family: "UDEV Gothic JPDOC", "Consolas", monospace;
}

.markdown-body pre[b-rtcslsi7o9] {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 12px 16px;
    overflow-x: auto;
    margin: 0 0 12px;
}

.markdown-body pre code[b-rtcslsi7o9] {
    background: transparent;
    padding: 0;
    border-radius: 0;
    font-size: 13px;
    line-height: 1.6;
}

.markdown-body blockquote[b-rtcslsi7o9] {
    border-left: 4px solid var(--accent);
    padding: 8px 16px;
    margin: 0 0 12px;
    color: var(--text-muted);
    background: var(--bg-card);
    border-radius: 0 4px 4px 0;
}

.markdown-body blockquote p[b-rtcslsi7o9] {
    margin: 0;
}

.markdown-body table[b-rtcslsi7o9] {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 12px;
}

.markdown-body th[b-rtcslsi7o9],
.markdown-body td[b-rtcslsi7o9] {
    border: 1px solid var(--border-strong);
    padding: 8px 12px;
    text-align: left;
    font-size: 13px;
}

.markdown-body th[b-rtcslsi7o9] {
    background: var(--bg-card);
    font-weight: 600;
}

.markdown-body hr[b-rtcslsi7o9] {
    border: none;
    border-top: 1px solid var(--border-strong);
    margin: 24px 0;
}

.markdown-body a[b-rtcslsi7o9] {
    color: var(--accent);
    text-decoration: underline;
}

.markdown-body a:hover[b-rtcslsi7o9] {
    color: var(--accent-hover);
}

.markdown-body img[b-rtcslsi7o9] {
    max-width: 100%;
    border-radius: 4px;
}

.markdown-body input[type="checkbox"][b-rtcslsi7o9] {
    margin-right: 6px;
    accent-color: var(--accent);
}

.markdown-body strong[b-rtcslsi7o9] {
    font-weight: 700;
}

.markdown-body em[b-rtcslsi7o9] {
    font-style: italic;
}

/* ===== BOTTOM BAR ===== */
.editor-bottombar[b-rtcslsi7o9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    border-top: 1px solid var(--border);
    background: var(--bg);
    flex-shrink: 0;
    min-height: 48px;
    gap: 12px;
}

.bottombar-attach[b-rtcslsi7o9] {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--text-muted);
    font-size: 12px;
    cursor: pointer;
    flex-shrink: 0;
    transition: color 0.15s;
}

.bottombar-attach:hover[b-rtcslsi7o9] {
    color: var(--text);
}

.attach-icon[b-rtcslsi7o9] {
    font-size: 18px;
}

.attach-label[b-rtcslsi7o9] {
    white-space: nowrap;
}

.bottombar-actions[b-rtcslsi7o9] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.changelog-group[b-rtcslsi7o9] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.changelog-label[b-rtcslsi7o9] {
    font-size: 12px;
    color: var(--text-muted);
    white-space: nowrap;
}

.changelog-input[b-rtcslsi7o9] {
    width: 160px;
    border: 1px solid var(--border-strong);
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 12px;
    color: var(--text);
    background: var(--bg);
    outline: none;
    font-family: inherit;
    transition: border-color 0.15s;
}

.changelog-input:focus[b-rtcslsi7o9] {
    border-color: var(--accent);
}

.backup-info[b-rtcslsi7o9] {
    font-size: 11px;
    color: var(--text-muted);
    white-space: nowrap;
}

.btn-leave[b-rtcslsi7o9] {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    border: 1px solid var(--border-strong);
    border-radius: 6px;
    font-size: 13px;
    color: var(--text-muted);
    background: var(--bg);
    cursor: pointer;
    transition: all 0.15s;
    text-decoration: none;
    white-space: nowrap;
}

.btn-leave:hover[b-rtcslsi7o9] {
    border-color: var(--text-muted);
    color: var(--text);
}

.btn-wip[b-rtcslsi7o9] {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    border: 2px solid var(--accent);
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--accent);
    background: var(--bg);
    cursor: pointer;
    transition: all 0.15s;
    white-space: nowrap;
}

.btn-wip:hover[b-rtcslsi7o9] {
    background: var(--accent-light);
}

.btn-wip:disabled[b-rtcslsi7o9] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-ship[b-rtcslsi7o9] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 20px;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: var(--accent);
    cursor: pointer;
    transition: all 0.15s;
    white-space: nowrap;
}

.btn-ship:hover[b-rtcslsi7o9] {
    background: var(--accent-hover);
}

.btn-ship:disabled[b-rtcslsi7o9] {
    opacity: 0.5;
    cursor: not-allowed;
}

.ship-icon[b-rtcslsi7o9] {
    font-size: 16px;
}

/* ===== Mobile Responsive ===== */
@media screen and (max-width: 768px) {
    .editor-container[b-rtcslsi7o9] {
        margin: -64px -16px -24px;
        width: calc(100% + 32px);
    }

    .editor-split[b-rtcslsi7o9] {
        flex-direction: column;
    }

    .editor-divider[b-rtcslsi7o9] {
        width: 100%;
        height: 1px;
        cursor: row-resize;
    }

    .editor-divider:hover[b-rtcslsi7o9] {
        width: 100%;
        height: 3px;
    }

    .editor-pane[b-rtcslsi7o9] {
        flex: 1;
        min-height: 200px;
    }

    .editor-toolbar[b-rtcslsi7o9] {
        padding: 4px 8px;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .editor-topbar[b-rtcslsi7o9] {
        padding: 8px 8px;
    }

    .template-select[b-rtcslsi7o9] {
        display: none;
    }

    .bottombar-actions[b-rtcslsi7o9] {
        flex-wrap: wrap;
        gap: 8px;
    }

    .changelog-group[b-rtcslsi7o9] {
        display: none;
    }

    .backup-info[b-rtcslsi7o9] {
        display: none;
    }

    .bottombar-attach .attach-label[b-rtcslsi7o9] {
        display: none;
    }

    .editor-bottombar[b-rtcslsi7o9] {
        padding: 6px 8px;
    }

    .title-input[b-rtcslsi7o9] {
        font-size: 13px;
    }

    .changelog-input[b-rtcslsi7o9] {
        width: 120px;
    }
}

@media screen and (max-width: 480px) {
    .btn-leave[b-rtcslsi7o9] {
        display: none;
    }
}
/* /Components/Pages/Posts.razor.rz.scp.css */
/* ===== Posts Page: Three-Column Layout ===== */
.posts-layout[b-n5c35zz2u7] {
    display: grid;
    grid-template-columns: 220px 1fr 240px;
    gap: 0;
    margin: -32px -48px -48px;
    min-height: 100vh;
}

/* ===== Left Filter Sidebar ===== */
.posts-filter-sidebar[b-n5c35zz2u7] {
    background: var(--bg);
    border-right: 1px solid var(--border);
    padding: 20px 0;
    display: flex;
    flex-direction: column;
}

.filter-header[b-n5c35zz2u7] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 16px 16px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 8px;
}

.filter-header-icon[b-n5c35zz2u7] {
    font-size: 20px;
    color: var(--accent);
}

.filter-header-text[b-n5c35zz2u7] {
    font-size: 15px;
    font-weight: 600;
    color: var(--text);
}

/* Filter Tree */
.filter-tree[b-n5c35zz2u7] {
    padding: 4px 8px;
    flex: 1;
}

.filter-item[b-n5c35zz2u7] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 6px;
    font-size: 13px;
    color: var(--text);
    text-decoration: none;
    transition: background 0.15s;
    cursor: pointer;
}

.filter-item:hover[b-n5c35zz2u7] {
    background: var(--bg-hover);
}

.filter-item.active[b-n5c35zz2u7] {
    background: var(--accent-light);
    color: var(--accent);
    font-weight: 600;
}

.filter-item.sub[b-n5c35zz2u7] {
    padding-left: 36px;
}

.filter-icon[b-n5c35zz2u7] {
    font-size: 18px;
    color: var(--text-muted);
}

.filter-item.active .filter-icon[b-n5c35zz2u7] {
    color: var(--accent);
}

.shipped-icon[b-n5c35zz2u7] {
    color: var(--shipped-color);
}

.filter-item.active .shipped-icon[b-n5c35zz2u7] {
    color: var(--accent);
}

.wip-indicator[b-n5c35zz2u7] {
    display: inline-block;
    width: 18px;
    height: 18px;
    min-width: 18px;
    border-radius: 50%;
    background: var(--wip-color);
    opacity: 0.8;
}

.filter-count[b-n5c35zz2u7] {
    margin-left: auto;
    font-size: 12px;
    color: var(--text-muted);
    background: var(--bg-card);
    padding: 1px 8px;
    border-radius: 10px;
    min-width: 24px;
    text-align: center;
}

.filter-item.active .filter-count[b-n5c35zz2u7] {
    background: var(--accent);
    color: #fff;
}

.filter-label[b-n5c35zz2u7] {
    flex: 1;
}

.filter-divider[b-n5c35zz2u7] {
    height: 1px;
    background: var(--border);
    margin: 8px 12px;
}

/* Filter Help Section */
.filter-help[b-n5c35zz2u7] {
    margin-top: auto;
    padding: 16px;
    border-top: 1px solid var(--border);
}

.filter-help-header[b-n5c35zz2u7] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: var(--text-muted);
    margin-bottom: 8px;
}

.filter-help-header .material-symbols-outlined[b-n5c35zz2u7] {
    font-size: 16px;
}

.filter-help-list[b-n5c35zz2u7] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-help-list li[b-n5c35zz2u7] {
    margin-bottom: 4px;
}

.filter-help-list a[b-n5c35zz2u7] {
    font-size: 12px;
    color: var(--accent);
    text-decoration: none;
    transition: opacity 0.15s;
}

.filter-help-list a:hover[b-n5c35zz2u7] {
    opacity: 0.7;
    text-decoration: underline;
}

/* ===== Main Post List ===== */
.posts-main[b-n5c35zz2u7] {
    background: var(--bg);
    min-width: 0;
    overflow-y: auto;
    max-height: 100vh;
}

/* Toolbar */
.posts-toolbar[b-n5c35zz2u7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    background: var(--bg);
    z-index: 10;
}

.sort-dropdown[b-n5c35zz2u7] {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 6px 12px;
    border: 1px solid var(--border-strong);
    border-radius: 6px;
    font-size: 13px;
    color: var(--text);
    cursor: pointer;
    transition: background 0.15s;
    background: var(--bg);
}

.sort-dropdown:hover[b-n5c35zz2u7] {
    background: var(--bg-hover);
}

.sort-icon[b-n5c35zz2u7] {
    font-size: 18px;
    color: var(--text-muted);
}

.sort-label[b-n5c35zz2u7] {
    font-size: 13px;
}

.sort-chevron[b-n5c35zz2u7] {
    font-size: 18px;
    color: var(--text-muted);
}

.posts-result-count[b-n5c35zz2u7] {
    font-size: 13px;
    color: var(--text-muted);
}

/* Post List */
.posts-list[b-n5c35zz2u7] {
    padding: 0;
}

/* Individual Post Row */
.post-row[b-n5c35zz2u7] {
    display: flex;
    gap: 14px;
    padding: 16px 24px;
    border-bottom: 1px solid var(--border);
    transition: background 0.12s;
}

.post-row:hover[b-n5c35zz2u7] {
    background: var(--bg-hover);
}

.post-avatar[b-n5c35zz2u7] {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    background: var(--bg-card);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    margin-top: 2px;
}

.post-avatar .material-symbols-outlined[b-n5c35zz2u7] {
    font-size: 20px;
}

.post-avatar-img[b-n5c35zz2u7] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.post-content[b-n5c35zz2u7] {
    flex: 1;
    min-width: 0;
}

/* Meta Top Row: Categories + Post Number */
.post-meta-top[b-n5c35zz2u7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}

.post-categories[b-n5c35zz2u7] {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-wrap: wrap;
}

.category-badge[b-n5c35zz2u7] {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    color: #1a7a4e;
    background: rgba(46, 204, 135, 0.15);
    padding: 2px 8px;
    border-radius: 3px;
    line-height: 1.4;
}

@media (prefers-color-scheme: dark) {
    .category-badge[b-n5c35zz2u7] {
        color: #5ee6a6;
        background: rgba(46, 204, 135, 0.12);
    }
}

.category-separator[b-n5c35zz2u7] {
    font-size: 11px;
    color: var(--text-muted);
    margin: 0 1px;
}

.post-number[b-n5c35zz2u7] {
    font-size: 12px;
    color: var(--text-muted);
    white-space: nowrap;
}

/* Title Row */
.post-title-row[b-n5c35zz2u7] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
}

.wip-badge[b-n5c35zz2u7] {
    display: inline-flex;
    align-items: center;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: var(--wip-color);
    background: var(--wip-bg);
    border: 1px solid var(--wip-color);
    padding: 1px 6px;
    border-radius: 3px;
    line-height: 1.4;
    white-space: nowrap;
}

.post-title[b-n5c35zz2u7] {
    font-size: 15px;
    font-weight: 500;
    color: var(--text);
    text-decoration: none;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post-title:hover[b-n5c35zz2u7] {
    color: var(--accent);
}

.post-action-icon[b-n5c35zz2u7] {
    font-size: 16px;
    color: var(--text-muted);
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.15s, color 0.15s;
}

.post-row:hover .post-action-icon[b-n5c35zz2u7] {
    opacity: 0.6;
}

.post-action-icon:hover[b-n5c35zz2u7] {
    opacity: 1 !important;
    color: var(--accent);
}

/* Stats Row */
.post-stats-row[b-n5c35zz2u7] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 4px;
    flex-wrap: wrap;
}

.post-stat[b-n5c35zz2u7] {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 12px;
    color: var(--text-muted);
}

.stat-icon[b-n5c35zz2u7] {
    font-size: 14px;
}

.task-stat[b-n5c35zz2u7] {
    color: var(--accent);
}

.post-tag[b-n5c35zz2u7] {
    font-size: 11px;
    color: var(--accent);
    background: var(--accent-light);
    padding: 1px 6px;
    border-radius: 3px;
}

/* Author Row */
.post-author-row[b-n5c35zz2u7] {
    font-size: 12px;
    color: var(--text-muted);
}

.post-author-link[b-n5c35zz2u7] {
    color: var(--accent);
    text-decoration: none;
    font-weight: 500;
}

.post-author-link:hover[b-n5c35zz2u7] {
    text-decoration: underline;
}

.post-time[b-n5c35zz2u7] {
    margin-left: 6px;
}

/* Empty State */
.posts-empty[b-n5c35zz2u7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 24px;
    color: var(--text-muted);
}

.empty-icon[b-n5c35zz2u7] {
    font-size: 48px;
    margin-bottom: 12px;
    opacity: 0.4;
}

.posts-empty p[b-n5c35zz2u7] {
    font-size: 14px;
}

/* ===== Right Search Options Sidebar ===== */
.posts-search-sidebar[b-n5c35zz2u7] {
    background: var(--bg);
    border-left: 1px solid var(--border);
    padding: 20px 16px;
    overflow-y: auto;
    max-height: 100vh;
}

.search-options-header[b-n5c35zz2u7] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border);
}

.search-options-header .material-symbols-outlined[b-n5c35zz2u7] {
    font-size: 18px;
    color: var(--text-muted);
}

.search-syntax-list[b-n5c35zz2u7] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-syntax-list li[b-n5c35zz2u7] {
    margin-bottom: 12px;
}

.search-syntax-list code[b-n5c35zz2u7] {
    display: block;
    font-size: 12px;
    color: var(--accent);
    background: var(--accent-light);
    padding: 3px 8px;
    border-radius: 4px;
    margin-bottom: 2px;
    font-family: "UDEV Gothic JPDOC", "Consolas", monospace;
}

.syntax-desc[b-n5c35zz2u7] {
    font-size: 11px;
    color: var(--text-muted);
    line-height: 1.4;
}

/* ===== Tablet Responsive (< 1024px) ===== */
@media screen and (max-width: 1024px) {
    .posts-layout[b-n5c35zz2u7] {
        grid-template-columns: 200px 1fr;
    }

    .posts-search-sidebar[b-n5c35zz2u7] {
        display: none;
    }
}

/* ===== Mobile Responsive (< 768px) ===== */
@media screen and (max-width: 768px) {
    .posts-layout[b-n5c35zz2u7] {
        grid-template-columns: 1fr;
        margin: -64px -16px -24px;
        padding-top: 56px;
    }

    .posts-filter-sidebar[b-n5c35zz2u7] {
        border-right: none;
        border-bottom: 1px solid var(--border);
        padding: 12px 0;
    }

    .filter-tree[b-n5c35zz2u7] {
        display: flex;
        overflow-x: auto;
        gap: 4px;
        padding: 4px 12px;
        -webkit-overflow-scrolling: touch;
    }

    .filter-item[b-n5c35zz2u7] {
        white-space: nowrap;
        padding: 6px 12px;
        border: 1px solid var(--border);
        border-radius: 20px;
        font-size: 12px;
    }

    .filter-item.sub[b-n5c35zz2u7] {
        padding-left: 12px;
    }

    .filter-item.active[b-n5c35zz2u7] {
        border-color: var(--accent);
    }

    .filter-divider[b-n5c35zz2u7] {
        display: none;
    }

    .filter-help[b-n5c35zz2u7] {
        display: none;
    }

    .posts-search-sidebar[b-n5c35zz2u7] {
        display: none;
    }

    .posts-toolbar[b-n5c35zz2u7] {
        padding: 10px 16px;
    }

    .post-row[b-n5c35zz2u7] {
        padding: 12px 16px;
    }

    .sort-label[b-n5c35zz2u7] {
        font-size: 12px;
    }

    .post-title[b-n5c35zz2u7] {
        font-size: 14px;
    }
}
/* /Components/Pages/Tags.razor.rz.scp.css */
/* ===== Tags Page ===== */
.tags-page[b-ywvbiubxfs] {
    max-width: 900px;
}

/* ===== Header ===== */
.tags-header[b-ywvbiubxfs] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.tags-header-left[b-ywvbiubxfs] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tags-icon[b-ywvbiubxfs] {
    font-size: 24px;
    color: var(--text-muted);
}

.tags-title[b-ywvbiubxfs] {
    font-size: 24px;
    font-weight: 300;
    color: var(--text);
    margin: 0;
}

.tags-count-badge[b-ywvbiubxfs] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 22px;
    padding: 0 7px;
    font-size: 12px;
    font-weight: 600;
    color: var(--text-muted);
    background: var(--bg-card);
    border: 1px solid var(--border-strong);
    border-radius: 12px;
    line-height: 1;
}

/* ===== Divider ===== */
.tags-divider[b-ywvbiubxfs] {
    border: none;
    border-top: 1px solid var(--border);
    margin: 0 0 24px;
}

/* ===== Empty State ===== */
.tags-empty[b-ywvbiubxfs] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 48px 24px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 8px;
    text-align: center;
}

.tags-empty-icon[b-ywvbiubxfs] {
    font-size: 32px;
    margin-bottom: 4px;
}

.tags-empty-text[b-ywvbiubxfs] {
    font-size: 15px;
    font-weight: 500;
    color: var(--text);
}

.tags-empty-hint[b-ywvbiubxfs] {
    font-size: 13px;
    color: var(--text-muted);
}

/* ===== Tag Grid ===== */
.tags-grid[b-ywvbiubxfs] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* ===== Tag Pill ===== */
.tag-pill[b-ywvbiubxfs] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: var(--accent-light);
    border: 1px solid var(--border);
    border-radius: 20px;
    text-decoration: none;
    color: var(--text);
    font-size: 14px;
    transition: background 0.15s, border-color 0.15s, box-shadow 0.15s;
    line-height: 1.4;
}

.tag-pill:hover[b-ywvbiubxfs] {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.tag-pill:hover .tag-post-count[b-ywvbiubxfs] {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.tag-name[b-ywvbiubxfs] {
    font-weight: 500;
}

.tag-post-count[b-ywvbiubxfs] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    font-size: 11px;
    font-weight: 600;
    color: var(--text-muted);
    background: var(--bg-card);
    border-radius: 10px;
    line-height: 1;
    transition: background 0.15s, color 0.15s;
}

/* ===== Mobile ===== */
@media screen and (max-width: 768px) {
    .tags-page[b-ywvbiubxfs] {
        max-width: 100%;
    }

    .tags-title[b-ywvbiubxfs] {
        font-size: 20px;
    }

    .tags-grid[b-ywvbiubxfs] {
        gap: 8px;
    }

    .tag-pill[b-ywvbiubxfs] {
        font-size: 13px;
        padding: 5px 12px;
    }
}
/* /Components/Pages/Teams/TeamCreate.razor.rz.scp.css */
/* ===== Team Create Page ===== */
.team-create-page[b-ww7z8vxtls] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 60px;
    min-height: 100%;
}

.team-create-card[b-ww7z8vxtls] {
    width: 100%;
    max-width: 480px;
    background: var(--bg-card);
    border-radius: 12px;
    padding: 40px;
}

.team-create-title[b-ww7z8vxtls] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 32px;
}

.team-create-title .material-symbols-outlined[b-ww7z8vxtls] {
    font-size: 28px;
    color: var(--accent);
}

/* ===== Form ===== */
.team-form[b-ww7z8vxtls] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group[b-ww7z8vxtls] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-label[b-ww7z8vxtls] {
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
}

.form-input[b-ww7z8vxtls] {
    padding: 10px 14px;
    font-size: 14px;
    border: 1px solid var(--border-strong);
    border-radius: 8px;
    background: var(--bg);
    color: var(--text);
    outline: none;
    transition: border-color 0.15s;
    font-family: inherit;
}

.form-input:focus[b-ww7z8vxtls] {
    border-color: var(--accent);
}

.form-input[b-ww7z8vxtls]::placeholder {
    color: var(--text-muted);
}

/* ===== Slug Preview ===== */
.slug-preview[b-ww7z8vxtls] {
    display: flex;
    align-items: center;
    gap: 0;
    border: 1px solid var(--border-strong);
    border-radius: 8px;
    overflow: hidden;
    background: var(--bg);
}

.slug-base[b-ww7z8vxtls] {
    padding: 10px 12px;
    font-size: 13px;
    color: var(--text-muted);
    background: var(--bg-card-alt);
    white-space: nowrap;
    border-right: 1px solid var(--border-strong);
}

.slug-input[b-ww7z8vxtls] {
    border: none !important;
    border-radius: 0 !important;
    flex: 1;
    min-width: 0;
}

.slug-input:focus[b-ww7z8vxtls] {
    box-shadow: none;
}

.form-hint[b-ww7z8vxtls] {
    font-size: 12px;
    color: var(--text-muted);
}

/* ===== Error ===== */
.form-error[b-ww7z8vxtls] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    color: #dc2626;
    font-size: 13px;
}

.form-error .material-symbols-outlined[b-ww7z8vxtls] {
    font-size: 18px;
}

@media (prefers-color-scheme: dark) {
    .form-error[b-ww7z8vxtls] {
        background: #3a1a1a;
        border-color: #5a2a2a;
        color: #f87171;
    }
}

/* ===== Create Button ===== */
.btn-create[b-ww7z8vxtls] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
    font-family: inherit;
}

.btn-create:hover:not(:disabled)[b-ww7z8vxtls] {
    background: var(--accent-hover);
}

.btn-create:disabled[b-ww7z8vxtls] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-create .material-symbols-outlined[b-ww7z8vxtls] {
    font-size: 20px;
}

/* ===== Mobile ===== */
@media screen and (max-width: 480px) {
    .team-create-page[b-ww7z8vxtls] {
        padding-top: 20px;
    }

    .team-create-card[b-ww7z8vxtls] {
        padding: 24px;
    }
}
/* /Components/Pages/Teams/TeamSettings.razor.rz.scp.css */
/* ===== Team Settings Page ===== */
.team-settings-page[b-tju468pp42] {
    max-width: 720px;
}

.settings-header[b-tju468pp42] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 32px;
}

.settings-header .material-symbols-outlined[b-tju468pp42] {
    font-size: 28px;
    color: var(--text-muted);
}

.settings-header h1[b-tju468pp42] {
    font-size: 22px;
    font-weight: 600;
    color: var(--text);
}

/* ===== Sections ===== */
.settings-section[b-tju468pp42] {
    margin-bottom: 32px;
    background: var(--bg-card);
    border-radius: 12px;
    padding: 24px;
}

.settings-section-title[b-tju468pp42] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border);
}

.settings-section-title .material-symbols-outlined[b-tju468pp42] {
    font-size: 20px;
    color: var(--accent);
}

/* ===== Info Grid ===== */
.settings-info-grid[b-tju468pp42] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.info-item[b-tju468pp42] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.info-label[b-tju468pp42] {
    font-size: 11px;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-value[b-tju468pp42] {
    font-size: 14px;
    color: var(--text);
}

/* ===== Members List ===== */
.members-list[b-tju468pp42] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.member-row[b-tju468pp42] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 8px;
    border-radius: 8px;
    transition: background 0.15s;
}

.member-row:hover[b-tju468pp42] {
    background: var(--bg-hover);
}

.member-avatar[b-tju468pp42] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--bg-card-alt);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.member-avatar-img[b-tju468pp42] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.member-avatar .material-symbols-outlined[b-tju468pp42] {
    font-size: 20px;
    color: var(--text-muted);
}

.member-info[b-tju468pp42] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.member-name[b-tju468pp42] {
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.member-email[b-tju468pp42] {
    font-size: 12px;
    color: var(--text-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.member-role[b-tju468pp42] {
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.member-role.role-owner[b-tju468pp42] {
    background: var(--accent-light);
    color: var(--accent-dark);
}

.member-role.role-admin[b-tju468pp42] {
    background: #eff6ff;
    color: #3b82f6;
}

.member-role.role-member[b-tju468pp42] {
    background: var(--bg-card-alt);
    color: var(--text-muted);
}

@media (prefers-color-scheme: dark) {
    .member-role.role-admin[b-tju468pp42] {
        background: #172554;
        color: #60a5fa;
    }
}

.member-joined[b-tju468pp42] {
    font-size: 12px;
    color: var(--text-muted);
    white-space: nowrap;
}

/* ===== Mobile ===== */
@media screen and (max-width: 480px) {
    .settings-info-grid[b-tju468pp42] {
        grid-template-columns: 1fr;
    }

    .member-row[b-tju468pp42] {
        flex-wrap: wrap;
        gap: 8px;
    }

    .member-joined[b-tju468pp42] {
        width: 100%;
        padding-left: 48px;
    }
}
