.dungeons-community { min-height: calc(100vh - 76px); background: linear-gradient(180deg, rgba(5,20,34,.72), rgba(7,21,34,.9)), url('../assets/img/closers%20game%20%20background.png') center/cover fixed; animation: guidePageEnter .28s ease-out both; }
.dungeons-community .dungeon-hero { min-height: 360px; background: transparent; }
.guide-category-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; max-width: 1080px; margin: 0 auto; padding: 42px 5vw 24px; }
.guide-category-tabs { display: flex; border: 1px solid rgba(124,190,232,.35); background: rgba(6,18,30,.58); }
.guide-category-tabs a { min-width: 100px; padding: 11px 14px; border-right: 1px solid rgba(124,190,232,.25); color: #a9c7db; font: 800 10px var(--body); letter-spacing: .7px; text-align: center; text-decoration: none; text-transform: uppercase; }
.guide-category-tabs a:last-child { border-right: 0; }
.guide-category-tabs a:hover, .guide-category-tabs a.active { background: rgba(109,204,255,.2); color: #fff; }
.dungeon-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.dungeon-review-button, .dungeon-return-link { padding: 12px 14px; border: 1px solid rgba(109,204,255,.7); background: rgba(7,27,60,.62); color: #d9f3ff; font: 800 10px var(--body); letter-spacing: .7px; text-decoration: none; text-transform: uppercase; }
.dungeon-review-button:hover, .dungeon-return-link:hover { border-color: #fff; background: #1769ff; color: #fff; }
.dungeon-feed-area { max-width: 1080px; margin: 0 auto; padding: 44px 5vw 100px; }
.dungeon-feed-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 28px; padding-bottom: 22px; border-bottom: 1px solid rgba(124,190,232,.3); }
.dungeon-feed-heading p:last-child { margin: 0; color: #b8d2e2; font-size: 13px; }
.dungeon-composer { margin-bottom: 28px; padding: 24px; border: 1px solid rgba(124,190,232,.35); background: #f7f8f6; box-shadow: 0 18px 42px rgba(0,0,0,.3); }
.dungeon-composer-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.dungeon-composer h2 { margin: 0; color: #17202b; font-size: 34px; line-height: .9; }
.dungeon-composer-head button { width: 34px; height: 34px; border: 1px solid #b9c9d5; background: #fff; color: #17202b; font-size: 24px; }
.dungeon-composer > label { display: grid; gap: 6px; margin-bottom: 14px; color: #4d5f73; font: 800 10px var(--body); letter-spacing: .7px; text-transform: uppercase; }
.dungeon-composer > label input { height: 42px; padding: 0 10px; border: 1px solid #b9c9d5; background: #fff; color: #17202b; font: 14px var(--body); }
.dungeon-composer .rich-editor-toolbar { border-color: #b9c9d5; background: #eef3f5; }
.dungeon-composer .rich-editor-toolbar select, .dungeon-composer .rich-editor-toolbar button, .dungeon-composer .rich-editor-color-label { border-color: #b9c9d5; background: #fff; color: #17202b; }
.dungeon-composer .rich-editor-image-toolbar { border-color: #b9c9d5; background: #f8fbfc; color: #4d5f73; }
.dungeon-composer .rich-editor-image-toolbar button { border-color: #b9c9d5; background: #fff; color: #17202b; }
.dungeon-composer .rich-editor-surface { border-color: #b9c9d5; background: #fff; color: #17202b; }
.dungeon-composer .rich-editor-surface h1, .dungeon-composer .rich-editor-surface h2, .dungeon-composer .rich-editor-surface h3, .dungeon-composer .rich-editor-surface a { color: #1769ff; }
.dungeon-composer-actions { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.dungeon-composer-actions small { color: #c43e31; font-size: 11px; }
.dungeon-post-feed { display: grid; gap: 18px; }
.dungeon-post-card { padding: 20px 24px; border: 1px solid rgba(23,32,43,.12); border-radius: 4px; background: #f7f8f6; box-shadow: 0 16px 40px rgba(0,0,0,.25); }
.dungeon-post-card > header { display: flex; align-items: start; justify-content: space-between; gap: 18px; margin-bottom: 12px; }
.dungeon-post-author { display: flex; align-items: center; gap: 10px; }
.dungeon-post-author img { width: 38px; height: 38px; border: 2px solid #1769ff; border-radius: 50%; object-fit: cover; }
.dungeon-post-author strong { display: block; color: #17202b; font: 700 15px var(--body); }
.dungeon-post-role { display: inline-block; margin-top: 3px; padding: 3px 7px; border-radius: 999px; background: #68727e; color: #fff; font: 800 8px var(--body); letter-spacing: .5px; text-transform: uppercase; }
.dungeon-post-role-admin { background: #e63946; }.dungeon-post-role-editor { background: #1769ff; }.dungeon-post-role-lead_editor { background: #f7a531; color: #17202b; }
.dungeon-post-status { padding: 5px 8px; font: 800 9px var(--body); letter-spacing: .6px; text-transform: uppercase; }.dungeon-post-status-approved { color: #1d8054; background: #dff6e8; }.dungeon-post-status-pending { color: #9c4b14; background: #fff0cf; }
.dungeon-post-card h2 { margin: 0 0 8px; color: #17202b; font-size: clamp(18px, 3vw, 28px); line-height: 1.2; }
.dungeon-post-card > footer { display: flex; gap: 8px; margin-top: 12px; padding-top: 12px; border-top: 1px solid #dfe4e8; pointer-events: auto; }
.dungeon-post-card > footer button { padding: 8px 12px; border: 1px solid #1769ff; background: #fff; color: #1769ff; font: 800 9px var(--body); letter-spacing: .6px; text-transform: uppercase; pointer-events: auto; }.dungeon-moderation-approve:hover { background: #1769ff !important; color: #fff !important; }.dungeon-moderation-delete { border-color: #e63946 !important; color: #e63946 !important; }.dungeon-moderation-delete:hover { background: #e63946 !important; color: #fff !important; }
.dungeon-post-summary { cursor: pointer; transition: border-color .2s ease, transform .2s ease; user-select: none; }
.dungeon-post-summary:hover, .dungeon-post-summary:focus-visible { border-color: #1769ff; outline: none; transform: translateY(-2px); }
.dungeon-post-card button { pointer-events: auto; }
.dungeon-post-modal-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.dungeon-post-meta { margin-left: auto; color: #68727e; font: 700 10px var(--body); letter-spacing: .6px; text-transform: uppercase; }
.dungeon-post-title { margin: 0 0 16px; color: #17202b; font-size: clamp(30px, 4vw, 48px); line-height: .95; }
.dungeon-preview-note { color: #68727e; font-size: 11px; }
.dungeon-post-empty { margin: 0; padding: 35px; border: 1px dashed rgba(124,190,232,.5); color: #cfe6f5; text-align: center; }
@media (max-width: 760px) { .guide-category-bar { display: block; padding: 26px 8vw 18px; }.guide-category-tabs { width: 100%; }.guide-category-tabs a { flex: 1; min-width: 0; padding-right: 8px; padding-left: 8px; }.dungeon-hero-actions, .systems-hero-actions { margin-top: 14px; }.dungeons-community .dungeon-hero { min-height: 280px; }.dungeon-feed-area { padding: 34px 8vw 70px; }.dungeon-feed-heading { display: block; }.dungeon-feed-heading p:last-child { margin-top: 12px; }.dungeon-composer, .dungeon-post-card { padding: 16px; }.dungeon-post-card > header { display: block; }.dungeon-post-status { display: inline-block; margin-top: 8px; } }
