/* Visual asset layer for the real forum.html entry point. */
html:has(body.forum-tea-room-assets),
body.forum-tea-room-assets {
  background-color: #eee5d2 !important;
}

body.forum-tea-room-assets {
  background-image: url("./assets/tea-room/tea-room-background.webp?v=20260803") !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed;
}

/* Let the supplied paper scene show through the page shell. */
body.forum-tea-room-assets > #app,
body.forum-tea-room-assets > main,
body.forum-tea-room-assets .forum-page,
body.forum-tea-room-assets .forum-shell,
body.forum-tea-room-assets .forum-layout,
body.forum-tea-room-assets .forum-content {
  background-color: transparent !important;
  background-image: none !important;
}

body.forum-tea-room-assets .forum-asset-post,
body.forum-tea-room-assets .forum-asset-rules,
body.forum-tea-room-assets .forum-asset-tags {
  background-color: rgba(250, 245, 231, 0.7) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 100% 100% !important;
  border-color: rgba(154, 119, 69, 0.32) !important;
  box-shadow: 0 8px 24px rgba(74, 52, 24, 0.08);
}

body.forum-tea-room-assets .forum-asset-post {
  background-image: url("./assets/tea-room/forum-post-card.webp?v=20260803") !important;
}

body.forum-tea-room-assets .forum-asset-rules {
  background-image: url("./assets/tea-room/forum-rules-board.webp?v=20260803") !important;
}

body.forum-tea-room-assets .forum-asset-tags {
  background-image: url("./assets/tea-room/forum-tags-board.webp?v=20260803") !important;
}

body.forum-tea-room-assets .forum-asset-post::before,
body.forum-tea-room-assets .forum-asset-post::after,
body.forum-tea-room-assets .forum-asset-rules::before,
body.forum-tea-room-assets .forum-asset-rules::after,
body.forum-tea-room-assets .forum-asset-tags::before,
body.forum-tea-room-assets .forum-asset-tags::after {
  background-image: none !important;
}

@media (max-width: 720px) {
  body.forum-tea-room-assets {
    background-attachment: scroll;
    background-size: auto 100% !important;
  }
}
