/* source-style-48 */
@media(max-width:760px){
    .sidebar .role-chip{display:none!important}
    .sidebar .member-mobile-dropdown{
        background:linear-gradient(180deg,var(--theme-sidebar,#a95167),var(--theme-sidebar-soft,#8f4056))!important;
    }
    .sidebar .member-mobile-menu-toggle[aria-expanded="true"]{
        background:#fff!important;
        border-color:#fff!important;
    }
    .sidebar .member-mobile-menu-toggle[aria-expanded="true"] span{
        background:var(--theme-primary,#a95167)!important;
    }
}

/* COURTREADZ 8.1.316 — Members and Admins use the same stable Feed video
   player as the public Book Club Feed. Image galleries retain their existing
   viewer; these overrides apply only while a video is open. */
html.book-talk-feed-viewer-open,
html.book-talk-feed-viewer-open body{overflow:hidden!important}
html:not(.guest-document) .book-talk-media-viewer-sparkles{display:none}
html:not(.guest-document) .book-talk-media-viewer.is-video-player{
    position:fixed!important;
    inset:0!important;
    z-index:12000!important;
    display:grid!important;
    place-items:center!important;
    box-sizing:border-box!important;
    width:100%!important;
    height:100%!important;
    padding:10px!important;
    background:rgba(8,7,11,.76)!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
    overflow:hidden!important;
    isolation:isolate!important;
}
html:not(.guest-document) .book-talk-media-viewer.is-video-player.is-video-starting{opacity:1!important;pointer-events:auto!important;transition:none!important}
html:not(.guest-document) .book-talk-media-viewer.is-video-player[hidden]{display:none!important}
html:not(.guest-document) .book-talk-media-viewer.is-video-player::before{
    content:""!important;
    position:absolute!important;
    inset:-7%!important;
    z-index:0!important;
    pointer-events:none!important;
    transform-origin:center!important;
    will-change:auto!important;
    background-image:
        radial-gradient(circle at 4% 12%,#ff4f8b 0 2px,transparent 4px),
        radial-gradient(circle at 10% 42%,#ff9f43 0 1.5px,transparent 3.5px),
        radial-gradient(circle at 8% 82%,#fff36a 0 2.5px,transparent 4.5px),
        radial-gradient(circle at 16% 20%,#67f39a 0 1.5px,transparent 3.5px),
        radial-gradient(circle at 19% 68%,#58e6ff 0 2px,transparent 4px),
        radial-gradient(circle at 26% 9%,#6887ff 0 1.5px,transparent 3.5px),
        radial-gradient(circle at 29% 47%,#ba70ff 0 2.5px,transparent 4.5px),
        radial-gradient(circle at 33% 91%,#ff65dc 0 2px,transparent 4px),
        radial-gradient(circle at 39% 27%,#ff5f78 0 1.5px,transparent 3.5px),
        radial-gradient(circle at 44% 72%,#ffbd55 0 2.5px,transparent 4.5px),
        radial-gradient(circle at 49% 15%,#f7ff72 0 2px,transparent 4px),
        radial-gradient(circle at 54% 89%,#59eda1 0 1.5px,transparent 3.5px),
        radial-gradient(circle at 59% 39%,#5ee7ff 0 2.5px,transparent 4.5px),
        radial-gradient(circle at 65% 8%,#7385ff 0 2px,transparent 4px),
        radial-gradient(circle at 69% 63%,#b56cff 0 1.5px,transparent 3.5px),
        radial-gradient(circle at 75% 24%,#ff68d3 0 2.5px,transparent 4.5px),
        radial-gradient(circle at 81% 86%,#ff577f 0 2px,transparent 4px),
        radial-gradient(circle at 86% 46%,#ffa84d 0 1.5px,transparent 3.5px),
        radial-gradient(circle at 92% 17%,#55e6ec 0 2.5px,transparent 4.5px),
        radial-gradient(circle at 96% 71%,#ad6eff 0 2px,transparent 4px),
        radial-gradient(circle at 2% 58%,rgba(255,255,255,.95) 0 1px,transparent 3px),
        radial-gradient(circle at 37% 58%,rgba(255,255,255,.95) 0 1.5px,transparent 3.5px),
        radial-gradient(circle at 63% 94%,rgba(255,255,255,.9) 0 1px,transparent 3px),
        radial-gradient(circle at 98% 34%,rgba(255,255,255,.95) 0 1.5px,transparent 3.5px)!important;
    filter:none!important;
    opacity:.58!important;
    animation:none!important;
}
html:not(.guest-document) .book-talk-media-viewer.is-video-player .book-talk-media-viewer-sparkles{
    position:absolute!important;
    inset:0!important;
    z-index:0!important;
    display:block!important;
    pointer-events:none!important;
    overflow:hidden!important;
    contain:strict!important;
}
html:not(.guest-document) .book-talk-media-viewer-sparkle{
    position:absolute!important;
    left:var(--sparkle-x)!important;
    top:var(--sparkle-y)!important;
    width:var(--sparkle-size)!important;
    height:var(--sparkle-size)!important;
    color:var(--sparkle-color)!important;
    opacity:0;
    transform:translate(-50%,-50%) scale(.12) rotate(0deg);
    transform-origin:center!important;
    backface-visibility:hidden!important;
    filter:none!important;
    contain:layout style paint!important;
    animation:book-talk-feed-sparkle var(--sparkle-duration) cubic-bezier(.22,.78,.28,1) var(--sparkle-delay) infinite!important;
}
html:not(.guest-document) .book-talk-media-viewer-sparkle::before,
html:not(.guest-document) .book-talk-media-viewer-sparkle::after{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    background:radial-gradient(circle at 50% 50%,#fff 0 9%,currentColor 27%,currentColor 46%,transparent 72%)!important;
    clip-path:polygon(50% 0,59% 39%,100% 50%,59% 61%,50% 100%,41% 61%,0 50%,41% 39%)!important;
    transform-origin:center!important;
}
html:not(.guest-document) .book-talk-media-viewer-sparkle::after{
    inset:23%!important;
    opacity:.92!important;
    transform:rotate(45deg)!important;
    filter:none!important;
}
html:not(.guest-document) .book-talk-media-viewer.is-video-player .book-talk-media-viewer-sparkle{will-change:transform,opacity!important}
html:not(.guest-document) .book-talk-media-viewer.is-video-playing .book-talk-media-viewer-sparkle{animation-play-state:running!important}
@keyframes book-talk-feed-sparkle{
    0%,8%,100%{opacity:0;transform:translate(-50%,-50%) scale(.1) rotate(0deg)}
    18%{opacity:.28;transform:translate(-50%,-50%) scale(.38) rotate(14deg)}
    30%{opacity:1;transform:translate(-50%,-50%) scale(1.32) rotate(38deg)}
    42%{opacity:.72;transform:translate(-50%,-50%) scale(.82) rotate(62deg)}
    55%{opacity:1;transform:translate(-50%,-50%) scale(1.08) rotate(84deg)}
    70%{opacity:.12;transform:translate(-50%,-50%) scale(.24) rotate(112deg)}
    82%{opacity:0;transform:translate(-50%,-50%) scale(.1) rotate(135deg)}
}
html:not(.guest-document) .book-talk-media-viewer.is-video-player .book-talk-media-viewer-panel{
    position:relative!important;
    z-index:1!important;
    display:flex!important;
    flex-direction:column!important;
    box-sizing:border-box!important;
    width:min(1180px,100%)!important;
    height:min(92dvh,920px)!important;
    min-height:0!important;
    max-height:none!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
}
html:not(.guest-document) .book-talk-media-viewer.is-video-player .book-talk-media-viewer-close,
html:not(.guest-document) .book-talk-media-viewer.is-video-player .book-talk-media-viewer-actions{display:none!important}
html:not(.guest-document) .book-talk-media-viewer.is-video-player .book-talk-media-viewer-body{
    display:flex!important;
    flex:1 1 auto!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:0!important;
    padding:50px 12px 12px!important;
    background:transparent!important;
    overflow:hidden!important;
    overscroll-behavior:contain!important;
}
html:not(.guest-document) .book-talk-media-viewer.is-video-player .book-talk-media-viewer-body>video{
    display:block!important;
    flex:0 1 auto!important;
    box-sizing:border-box!important;
    width:auto!important;
    max-width:100%!important;
    height:auto!important;
    max-height:100%!important;
    margin:auto!important;
    border:2px solid rgba(255,255,255,.72)!important;
    border-radius:14px!important;
    object-fit:contain!important;
    object-position:center!important;
    background:#fff!important;
    box-shadow:0 20px 60px rgba(0,0,0,.58)!important;
    overflow:hidden!important;
}
html:not(.guest-document) .book-talk-media-viewer.is-video-player .book-talk-media-viewer-body>video:fullscreen,
html:not(.guest-document) .book-talk-media-viewer.is-video-player .book-talk-media-viewer-body>video:-webkit-full-screen{
    box-sizing:border-box!important;
    width:100vw!important;
    min-width:100vw!important;
    max-width:100vw!important;
    height:100vh!important;
    min-height:100vh!important;
    max-height:100vh!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    aspect-ratio:auto!important;
    object-fit:contain!important;
    object-position:center center!important;
    background:#000!important;
    box-shadow:none!important;
}
html:not(.guest-document) .book-talk-media-viewer.is-video-player .book-talk-media-viewer-body>video::backdrop{background:#000!important}
@media(prefers-reduced-motion:reduce){
    html:not(.guest-document) .book-talk-media-viewer.is-video-player::before{animation:none!important;opacity:.7!important}
    html:not(.guest-document) .book-talk-media-viewer-sparkle{animation:none!important;opacity:.62!important;transform:translate(-50%,-50%) scale(.65) rotate(45deg)!important}
}
@media(max-width:760px){
    html:not(.guest-document) .book-talk-media-viewer.is-video-player{padding:0!important}
    html:not(.guest-document) .book-talk-media-viewer.is-video-player .book-talk-media-viewer-panel{
        width:100%!important;
        height:100dvh!important;
        max-height:100dvh!important;
        border:0!important;
        border-radius:0!important;
    }
    html:not(.guest-document) .book-talk-media-viewer.is-video-player .book-talk-media-viewer-body{padding:52px 0 6px!important}
    html:not(.guest-document) .book-talk-media-viewer.is-video-player .book-talk-media-viewer-body>video{
        width:auto!important;
        max-width:100%!important;
        height:auto!important;
        max-height:100%!important;
    }
}

/* source-style-49 */
/* Zero-layout-shift Member/Admin navigation.
   These are the exact final desktop navigation dimensions and they are loaded
   in <head>, before the sidebar can paint. Right-side page content therefore
   cannot resize or reflow the navigation during a full-page view change. */
@media (min-width:761px){
    html.app-document{
        overflow-y:scroll!important;
        scrollbar-gutter:stable!important;
    }
    html body .app-shell{
        display:grid!important;
        grid-template-columns:252px minmax(0,1fr)!important;
        width:100%!important;
        min-width:0!important;
        align-items:start!important;
    }
    html body .app-shell > aside.sidebar{
        grid-column:1!important;
        position:sticky!important;
        top:0!important;
        width:252px!important;
        min-width:252px!important;
        max-width:252px!important;
        height:100vh!important;
        height:100dvh!important;
        min-height:100vh!important;
        min-height:100dvh!important;
        padding:18px 14px!important;
        gap:16px!important;
        box-sizing:border-box!important;
        overflow-y:scroll!important;
        overflow-x:hidden!important;
        scrollbar-gutter:stable!important;
        transform:none!important;
        transition:none!important;
        animation:none!important;
    }
    html body .app-shell > .workspace{
        grid-column:2!important;
        width:100%!important;
        min-width:0!important;
        max-width:100%!important;
    }
    html body .app-shell > aside.sidebar .nav{
        display:flex!important;
        flex-direction:column!important;
        flex:0 0 auto!important;
        width:100%!important;
        min-width:0!important;
        max-width:100%!important;
        gap:9px!important;
        padding:4px 1px!important;
        margin:0!important;
        overflow:visible!important;
        box-sizing:border-box!important;
    }
    html body .app-shell > aside.sidebar .nav > a,
    html body .app-shell > aside.sidebar .nav > a:hover,
    html body .app-shell > aside.sidebar .nav > a:focus,
    html body .app-shell > aside.sidebar .nav > a:focus-visible,
    html body .app-shell > aside.sidebar .nav > a:active,
    html body .app-shell > aside.sidebar .nav > a.active,
    html body .app-shell > aside.sidebar .nav > a.nav-pressed{
        display:flex!important;
        align-items:center!important;
        width:100%!important;
        min-width:0!important;
        max-width:100%!important;
        height:52px!important;
        min-height:52px!important;
        max-height:52px!important;
        flex:0 0 52px!important;
        margin:0!important;
        padding:8px 11px 8px 9px!important;
        gap:10px!important;
        border-width:1px!important;
        border-style:solid!important;
        border-radius:14px!important;
        box-sizing:border-box!important;
        line-height:1.2!important;
        white-space:nowrap!important;
        overflow:hidden!important;
        transform:none!important;
        -webkit-transform:none!important;
        scale:none!important;
        zoom:1!important;
        transition:none!important;
        animation:none!important;
    }
    html body .app-shell > aside.sidebar .nav > a::before{
        content:""!important;
        display:block!important;
        flex:0 0 4px!important;
        width:4px!important;
        min-width:4px!important;
        max-width:4px!important;
        align-self:stretch!important;
        box-sizing:border-box!important;
    }
    html body .app-shell > aside.sidebar .nav > a .nav-icon{
        display:grid!important;
        place-items:center!important;
        flex:0 0 34px!important;
        width:34px!important;
        min-width:34px!important;
        max-width:34px!important;
        height:34px!important;
        min-height:34px!important;
        max-height:34px!important;
        box-sizing:border-box!important;
        transform:none!important;
        transition:none!important;
        animation:none!important;
    }
    html body .app-shell > aside.sidebar .nav > a > :not(.nav-icon){
        min-width:0!important;
        overflow:hidden!important;
        text-overflow:ellipsis!important;
        white-space:nowrap!important;
    }
}
/* Keep the compact mobile navigation equally stable while a new page loads. */
@media (max-width:760px){
    html.app-document{scrollbar-gutter:stable!important;}
    html body .app-shell > aside.sidebar .mobile-menu > a,
    html body .app-shell > aside.sidebar .mobile-menu > a:hover,
    html body .app-shell > aside.sidebar .mobile-menu > a:focus,
    html body .app-shell > aside.sidebar .mobile-menu > a:active,
    html body .app-shell > aside.sidebar .mobile-menu > a.active,
    html body .app-shell > aside.sidebar .mobile-recordings-toggle,
    html body .app-shell > aside.sidebar .mobile-logout-form button{
        height:44px!important;
        min-height:44px!important;
        max-height:44px!important;
        box-sizing:border-box!important;
        border-width:1px!important;
        transform:none!important;
        -webkit-transform:none!important;
        transition:none!important;
        animation:none!important;
        flex-shrink:0!important;
    }
}

/* source-style-50 */
/* COURTREADZ Login: the root document itself must never reserve or render a scrollbar. */
html.login-document,
html.login-document body,
html.login-document body.login-body,
html.login-document .login-page,
html.login-document .login-art,
html.login-document .login-stack,
html.login-document .login-panel,
html.login-document .login-box {
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
  scrollbar-gutter:auto!important;
}
html.login-document,
html.login-document body,
html.login-document body.login-body,
html.login-document .login-page {
  width:100%!important;
  max-width:100%!important;
  overflow:hidden!important;
  overflow-x:hidden!important;
  overflow-y:hidden!important;
  overscroll-behavior:none!important;
}
html.login-document {
  height:100%!important;
  min-height:100%!important;
  max-height:100%!important;
}
html.login-document body.login-body {
  position:fixed!important;
  inset:0!important;
  height:100dvh!important;
  min-height:0!important;
  max-height:100dvh!important;
}
html.login-document::-webkit-scrollbar,
html.login-document body::-webkit-scrollbar,
html.login-document .login-page::-webkit-scrollbar,
html.login-document .login-art::-webkit-scrollbar,
html.login-document .login-stack::-webkit-scrollbar,
html.login-document .login-panel::-webkit-scrollbar,
html.login-document .login-box::-webkit-scrollbar {
  width:0!important;
  height:0!important;
  display:none!important;
}

/* source-style-51 */
/* Settings page: one consistent visual hierarchy and compact controls. */
body .admin-settings-workspace .settings-grid>article.panel{
    background:#fffdfd!important;
    border:1px solid rgba(137,80,96,.14)!important;
    box-shadow:0 12px 32px rgba(74,37,49,.07)!important;
}
body .admin-settings-workspace .settings-grid form{
    gap:14px!important;
}
body .admin-settings-workspace .settings-section-heading{
    grid-column:1/-1!important;
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    min-width:0!important;
    margin:2px 0 0!important;
    padding:9px 11px!important;
    border:1px solid rgba(185,102,124,.18)!important;
    border-radius:11px!important;
    background:linear-gradient(135deg,rgba(255,246,249,.98),rgba(255,255,255,.98))!important;
    box-shadow:0 3px 10px rgba(92,45,58,.035)!important;
}
body .admin-settings-workspace .settings-section-heading>span{
    display:grid!important;
    place-items:center!important;
    flex:0 0 30px!important;
    width:30px!important;
    height:30px!important;
    border-radius:9px!important;
    background:var(--website-theme-color,#d86d83)!important;
    color:#fff!important;
    font-size:10px!important;
    font-weight:900!important;
    letter-spacing:.04em!important;
    box-shadow:0 4px 10px rgba(116,51,69,.14)!important;
}
body .admin-settings-workspace .settings-section-heading>div{
    display:grid!important;
    gap:1px!important;
    min-width:0!important;
}
body .admin-settings-workspace .settings-section-heading strong{
    color:var(--ink)!important;
    font-size:12px!important;
    line-height:1.2!important;
    font-weight:900!important;
}
body .admin-settings-workspace .settings-section-heading small{
    color:var(--muted)!important;
    font-size:10px!important;
    line-height:1.3!important;
}
body .admin-settings-workspace .settings-section-heading-media,
body .admin-settings-workspace .settings-section-heading-subscription{
    margin-top:2px!important;
}
body .admin-settings-workspace .settings-core-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:9px!important;
}
body .admin-settings-workspace .settings-core-grid>.field{
    min-width:0!important;
    padding:10px!important;
    border:1px solid rgba(197,133,150,.17)!important;
    border-radius:11px!important;
    background:#fff!important;
    box-shadow:none!important;
}
body .admin-settings-workspace .settings-core-grid>.website-theme-colour-setting,
body .admin-settings-workspace .settings-core-grid>.stream-heading-colour-setting,
body .admin-settings-workspace .settings-core-grid>.stream-chatbox-colour-setting{
    padding:10px!important;
}
body .admin-settings-workspace .settings-media-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
}
body .admin-settings-workspace .settings-media-card{
    min-width:0!important;
    padding:11px!important;
    border:1px solid rgba(197,133,150,.18)!important;
    border-radius:12px!important;
    background:#fff!important;
    box-shadow:0 4px 14px rgba(100,48,64,.035)!important;
}
body .admin-settings-workspace .login-title-image-setting-card{
    grid-column:1/-1!important;
}
body .admin-settings-workspace .login-title-image-setting-card .login-title-image-upload{
    margin-bottom:7px!important;
}
body .admin-settings-workspace .settings-subscription-box{
    border:1px solid rgba(197,133,150,.2)!important;
    border-radius:12px!important;
    background:#fff!important;
    box-shadow:0 4px 14px rgba(100,48,64,.035)!important;
}
body .admin-settings-workspace .settings-subscription-original-head{
    display:none!important;
}
body .admin-settings-workspace .stripe-admin-credentials{
    background:#fffafb!important;
    border-color:rgba(197,133,150,.18)!important;
}
body .admin-settings-workspace .settings-save-bar{
    border-top:1px solid rgba(185,102,124,.14)!important;
    margin-top:1px!important;
    padding-top:10px!important;
}
/* Do not let generic .field input sizing turn checkboxes into large squares. */
body .admin-settings-workspace input[type="checkbox"]{
    appearance:auto!important;
    -webkit-appearance:checkbox!important;
    box-sizing:border-box!important;
    display:inline-block!important;
    width:16px!important;
    height:16px!important;
    min-width:16px!important;
    min-height:16px!important;
    max-width:16px!important;
    max-height:16px!important;
    flex:0 0 16px!important;
    padding:0!important;
    margin:0!important;
    border-radius:3px!important;
    box-shadow:none!important;
    transform:none!important;
    vertical-align:middle!important;
    accent-color:var(--website-theme-color,#d86d83)!important;
}
body .admin-settings-workspace .login-title-image-remove,
body .admin-settings-workspace .club-logo-remove,
body .admin-settings-workspace .login-background-remove,
body .admin-settings-workspace .stream-background-remove,
body .admin-settings-workspace .stream-video-backing-remove,
body .admin-settings-workspace .stripe-remove-key,
body .admin-settings-workspace .subscription-enable{
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    min-height:34px!important;
    width:100%!important;
    margin-top:8px!important;
    padding:8px 9px!important;
    border:1px solid rgba(197,133,150,.18)!important;
    border-radius:9px!important;
    background:#fff8fa!important;
    color:#744d59!important;
    font-size:10.5px!important;
    font-weight:750!important;
    line-height:1.3!important;
    cursor:pointer!important;
}
body .admin-settings-workspace .subscription-enable{
    margin:7px 0 9px!important;
    max-width:620px!important;
    color:var(--ink)!important;
}
body .admin-settings-workspace .login-title-image-remove:hover,
body .admin-settings-workspace .club-logo-remove:hover,
body .admin-settings-workspace .login-background-remove:hover,
body .admin-settings-workspace .stream-background-remove:hover,
body .admin-settings-workspace .stream-video-backing-remove:hover,
body .admin-settings-workspace .stripe-remove-key:hover,
body .admin-settings-workspace .subscription-enable:hover{
    border-color:rgba(181,85,111,.35)!important;
    background:#fff3f6!important;
}
body .admin-settings-workspace .field>p,
body .admin-settings-workspace .field>small{
    color:var(--muted)!important;
    font-size:10px!important;
    line-height:1.35!important;
}
@media(max-width:960px){
    body .admin-settings-workspace .settings-media-grid{grid-template-columns:1fr!important;}
    body .admin-settings-workspace .login-title-image-setting-card{grid-column:auto!important;}
}
@media(max-width:700px){
    body .admin-settings-workspace .settings-core-grid{grid-template-columns:1fr!important;}
    body .admin-settings-workspace .settings-section-heading{padding:8px 9px!important;}
    body .admin-settings-workspace .settings-section-heading>span{width:28px!important;height:28px!important;flex-basis:28px!important;}
}

/* source-style-52 */
/* COURTREADZ real-time online-presence notifications */
.online-presence-toast-stack{position:fixed;top:max(16px,calc(env(safe-area-inset-top,0px) + 8px));right:16px;z-index:2147481200;display:flex;flex-direction:column;align-items:flex-end;gap:9px;width:min(360px,calc(100vw - 28px));pointer-events:none}
.online-presence-toast{position:relative;width:100%;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;padding:11px 13px 11px 11px;border:1px solid rgba(140,37,66,.2);border-radius:14px;background:rgba(255,255,255,.97);box-shadow:0 13px 34px rgba(66,20,33,.19),0 0 0 1px rgba(255,255,255,.82) inset;color:#31151e;pointer-events:auto;overflow:hidden;animation:onlineToastIn .24s ease-out both}
.online-presence-toast::before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#39a86b}
.online-presence-toast.is-admin::before{background:#d44762}
.online-presence-toast-icon{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:#e8f7ee;color:#20844f;font-size:15px;font-weight:900;box-shadow:0 0 0 1px rgba(38,143,86,.12) inset}
.online-presence-toast.is-admin .online-presence-toast-icon{background:#fff0f3;color:#bd2f4d;box-shadow:0 0 0 1px rgba(189,47,77,.12) inset}
.online-presence-toast-copy{min-width:0;display:flex;flex-direction:column;gap:2px;line-height:1.2}
.online-presence-toast-copy strong{font-size:12px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.online-presence-toast-copy small{font-size:10.5px;font-weight:750;color:#7e5964}
.online-presence-toast.is-leaving{animation:onlineToastOut .18s ease-in both}
@keyframes onlineToastIn{from{opacity:0;transform:translate3d(18px,-4px,0) scale(.985)}to{opacity:1;transform:none}}
@keyframes onlineToastOut{to{opacity:0;transform:translate3d(20px,0,0) scale(.985)}}
.admin-settings-workspace .online-notification-setting{display:flex!important;align-items:center!important}
.admin-settings-workspace .settings-inline-toggle{width:100%;display:flex;align-items:flex-start;gap:9px;margin:0;font-weight:800;cursor:pointer}
.admin-settings-workspace .settings-inline-toggle input[type="checkbox"]{flex:0 0 15px!important;width:15px!important;height:15px!important;min-width:15px!important;min-height:15px!important;margin:1px 0 0!important;padding:0!important;accent-color:#c45f76}
.admin-settings-workspace .settings-inline-toggle span{min-width:0;display:flex;flex-direction:column;gap:2px}
.admin-settings-workspace .settings-inline-toggle strong{font-size:11px;line-height:1.2}
.admin-settings-workspace .settings-inline-toggle small{font-size:9.5px;line-height:1.35;color:var(--muted);font-weight:650}
@media(max-width:700px){.online-presence-toast-stack{top:max(10px,calc(env(safe-area-inset-top,0px) + 6px));right:10px;left:10px;width:auto}.online-presence-toast{border-radius:12px;padding:10px}}
@media(prefers-reduced-motion:reduce){.online-presence-toast,.online-presence-toast.is-leaving{animation:none}}

/* source-style-53 */
.book-talk-workspace,.book-talk-content{min-height:0}
.book-talk-workspace{height:100dvh;overflow:hidden}
.book-talk-content{height:100%;display:flex;flex-direction:column;overflow:hidden}
.book-talk-content>.flash{flex:0 0 auto}
.book-talk-layout{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) clamp(245px,25vw,330px);gap:12px;overflow:hidden}
.book-talk-chat-panel,.book-talk-members-panel{min-width:0;min-height:0;margin:0;overflow:hidden}
.book-talk-chat-panel{display:flex;flex-direction:column;padding:14px!important}
.book-talk-head{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:2px 2px 12px;border-bottom:1px solid var(--line)}
.book-talk-head h2,.book-talk-members-head h3{margin:0;color:var(--ink)}
.book-talk-head h2{font-size:22px}.book-talk-head p,.book-talk-members-head p{margin:4px 0 0;color:var(--muted);font-size:12px}
.book-talk-live-label{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;background:var(--theme-soft,#f7e8ec);font-size:11px;font-weight:900;color:var(--theme-deep,#733a49);white-space:nowrap}
.book-talk-live-label i{width:8px;height:8px;border-radius:50%;background:#27a36f;box-shadow:0 0 0 4px rgba(39,163,111,.12)}
.book-talk-messages{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;padding:14px 6px 12px 2px;display:flex;flex-direction:column;gap:9px;scrollbar-gutter:stable}
.book-talk-messages::-webkit-scrollbar,.book-talk-members-scroll::-webkit-scrollbar{width:8px}
.book-talk-messages::-webkit-scrollbar-thumb,.book-talk-members-scroll::-webkit-scrollbar-thumb{background:var(--theme-border,#dcbec7);border-radius:999px}
.book-talk-message{align-self:flex-start;width:min(78%,720px);padding:10px 12px;border:1px solid var(--line);border-radius:14px 14px 14px 4px;background:var(--theme-surface,#fff);box-shadow:0 4px 13px rgba(40,24,33,.045)}
.book-talk-message.mine{align-self:flex-end;border-radius:14px 14px 4px 14px;background:var(--theme-pale,#fff4f7)}
.book-talk-message.admin{box-shadow:inset 3px 0 0 var(--theme-base,#d86d83),0 4px 13px rgba(40,24,33,.045)}
.book-talk-message-meta{display:flex;align-items:center;gap:7px;min-width:0;margin-bottom:4px;position:relative;padding-right:24px}
.book-talk-message-meta strong{min-width:0;max-width:48%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;color:var(--theme-deep,#733a49)}
.book-talk-message-meta time{margin-left:auto;color:var(--muted);font-size:9px;white-space:nowrap}
.book-talk-admin-badge{padding:3px 6px;border-radius:999px;background:var(--theme-base,#d86d83);color:var(--theme-on-base,#fff);font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}
.book-talk-account-type-badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 6px;border:1px solid transparent;border-radius:999px;background:var(--theme-soft,#f7e8ec);color:var(--theme-deep,#733a49);font-size:9px;font-weight:900;line-height:1.15;white-space:nowrap}
.book-talk-account-type-badge.is-admin{background:var(--theme-base,#d86d83);color:var(--theme-on-base,#fff)}
.book-talk-account-type-badge.is-owner{
  border:2px solid transparent;
  padding:1px 5px;
  background:
    linear-gradient(#241924,#241924) padding-box,
    linear-gradient(90deg,#ff2d55,#ff8a00,#ffe600,#39ff14,#00e5ff,#3478ff,#9d4edd,#ff2db2,#ff2d55) border-box;
  background-size:100% 100%,300% 100%;
  color:#fff;
  text-shadow:0 0 5px rgba(255,255,255,.95),0 0 10px rgba(0,229,255,.75),0 0 14px rgba(255,45,178,.7);
  box-shadow:0 0 5px rgba(0,229,255,.75),0 0 9px rgba(157,78,221,.65),0 0 13px rgba(255,45,85,.55);
  animation:bookTalkOwnerRainbow 2.2s linear infinite
}
@keyframes bookTalkOwnerRainbow{0%{background-position:0 0,0% 50%}100%{background-position:0 0,300% 50%}}
@media(prefers-reduced-motion:reduce){.book-talk-account-type-badge.is-owner{animation:none}}
.book-talk-message p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;color:var(--ink);font-size:13px;line-height:1.5}
.book-talk-delete{position:absolute;right:0;top:-3px;width:22px;height:22px;border:0;border-radius:7px;background:transparent;color:var(--muted);font-size:17px;line-height:1;cursor:pointer}.book-talk-delete:hover{background:var(--theme-soft,#f7e8ec);color:var(--theme-deep,#733a49)}
.book-talk-form{flex:0 0 auto;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding-top:10px;border-top:1px solid var(--line)}
.book-talk-form textarea{width:100%;min-width:0;max-height:110px;resize:none;border:1px solid var(--line);border-radius:12px;background:var(--theme-surface,#fff);color:var(--ink);padding:10px 12px;font:inherit;line-height:1.4;outline:none}.book-talk-form textarea:focus{border-color:var(--theme-base,#d86d83);box-shadow:0 0 0 3px rgba(var(--theme-rgb,216,109,131),.12)}
.book-talk-form button{min-width:88px;align-self:stretch}.book-talk-feedback{flex:0 0 auto;min-height:17px;padding-top:4px;color:var(--muted);font-size:10px}.book-talk-feedback.error{color:#b33a53}
.book-talk-members-panel{display:flex;flex-direction:column;padding:0!important}
.book-talk-members-head{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px;border-bottom:1px solid var(--line);background:var(--theme-pale,#fff7f9)}
.book-talk-members-head .book-talk-member-count{display:grid;place-items:center;min-width:32px;height:32px;padding:0 9px;border-radius:999px;background:var(--theme-base,#d86d83);color:var(--theme-on-base,#fff);font-size:12px;font-weight:900}
.book-talk-members-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;padding:8px;scrollbar-gutter:stable}
.book-talk-member{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px;border-radius:11px;border:1px solid transparent}.book-talk-member:hover{background:var(--theme-pale,#fff7f9);border-color:var(--line)}.book-talk-member.you{background:var(--theme-soft,#f9edf0)}
.book-talk-member-avatar{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:var(--theme-soft,#f7e8ec);color:var(--theme-deep,#733a49);font-weight:950}.book-talk-member-copy{min-width:0}.book-talk-member-copy strong,.book-talk-member-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.book-talk-member-copy strong{font-size:12px;color:var(--ink)}.book-talk-member-copy small{margin-top:2px;color:var(--muted);font-size:10px}.book-talk-member-state{display:flex;align-items:center;justify-content:flex-end;gap:6px;min-width:8px}.book-talk-presence-dot{display:block;flex:0 0 8px;width:8px;height:8px;border-radius:50%;background:#b9b3ba}.book-talk-member.online .book-talk-presence-dot{background:#28a56f;box-shadow:0 0 0 4px rgba(40,165,111,.10)}
.book-talk-member.admin-account{border-color:#df3048!important;background:linear-gradient(135deg,rgba(223,48,72,.10),rgba(255,255,255,.96));box-shadow:0 0 0 1px rgba(223,48,72,.34),0 0 16px rgba(223,48,72,.30),inset 0 0 12px rgba(223,48,72,.05)}
.book-talk-member.admin-account:hover{border-color:#c91f39!important;background:linear-gradient(135deg,rgba(223,48,72,.16),rgba(255,248,249,.98));box-shadow:0 0 0 2px rgba(223,48,72,.26),0 0 22px rgba(223,48,72,.42)}
.book-talk-member.admin-account .book-talk-member-avatar{background:#df3048;color:#fff;box-shadow:0 0 13px rgba(223,48,72,.58)}
.book-talk-member.admin-account .book-talk-member-copy strong{color:#bc1f36!important;text-shadow:0 0 9px rgba(223,48,72,.42)}
.book-talk-member.admin-account .book-talk-member-copy small{color:#a12a3c}
.book-talk-member.admin-account.active-private{box-shadow:0 0 0 2px rgba(223,48,72,.45),0 0 24px rgba(223,48,72,.46),inset 0 0 14px rgba(223,48,72,.08)}
.book-talk-member.admin-account:disabled{opacity:1}
.book-talk-member.owner-account{
  position:relative;
  border-color:transparent!important
}
.book-talk-member.owner-account::before{
  content:"";
  position:absolute;
  inset:-1px;
  z-index:2;
  padding:1.5px;
  border-radius:12px;
  pointer-events:none;
  background:linear-gradient(90deg,#ff2d55,#ff8a00,#ffe600,#39ff14,#00e5ff,#3478ff,#9d4edd,#ff2db2,#ff2d55);
  background-size:300% 100%;
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  animation:bookTalkOwnerMemberRainbowBorder 2.2s linear infinite
}
@keyframes bookTalkOwnerMemberRainbowBorder{0%{background-position:0% 50%}100%{background-position:300% 50%}}
@media(prefers-reduced-motion:reduce){.book-talk-member.owner-account::before{animation:none}}
.book-talk-loading,.book-talk-empty{display:grid;place-items:center;align-content:center;gap:5px;min-height:130px;padding:20px;text-align:center;color:var(--muted);font-size:12px}.book-talk-empty strong{color:var(--ink);font-size:13px}.book-talk-empty span{font-size:11px}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

.book-talk-head-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.book-talk-public-return{min-height:34px;padding:7px 10px;border-radius:10px;font-size:11px;font-weight:850}
.book-talk-private-label{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:var(--theme-soft,#f7e8ec);color:var(--theme-deep,#733a49);font-size:11px;font-weight:900;white-space:nowrap}
.book-talk-private-label[hidden]{display:none!important}
.book-talk-member{width:100%;text-align:left;font:inherit;cursor:pointer;background:transparent;color:inherit}
.book-talk-member:disabled{cursor:default;opacity:.78}
.book-talk-member:not(:disabled):focus-visible{outline:2px solid var(--theme-base,#d86d83);outline-offset:2px}
.book-talk-member.has-unread{border-color:#e3495d;background:#fff2f4;box-shadow:0 0 0 2px rgba(227,73,93,.08),0 6px 18px rgba(180,44,63,.10)}
.book-talk-member.has-unread .book-talk-member-copy strong{color:#b32238;animation:bookTalkUnreadBlink .85s ease-in-out infinite}
.book-talk-member-unread{display:grid;place-items:center;min-width:21px;height:21px;padding:0 6px;border-radius:999px;background:#df3048;color:#fff;font-size:9px;font-weight:950;line-height:1;box-shadow:0 0 0 4px rgba(223,48,72,.10)}
.book-talk-member.has-unread .book-talk-presence-dot{display:block}
@keyframes bookTalkUnreadBlink{0%,100%{opacity:1;text-shadow:0 0 0 transparent}50%{opacity:.22;text-shadow:0 0 10px rgba(223,48,72,.8)}}
@media (prefers-reduced-motion:reduce){.book-talk-member.has-unread .book-talk-member-copy strong{animation:none}}


.book-talk-video-button{min-height:34px;padding:7px 11px;border-radius:10px;font-size:11px;font-weight:900}
.book-talk-video-button[hidden]{display:none!important}
.book-talk-video-audio[hidden]{display:none!important}
.book-talk-video-panel{flex:0 0 auto;display:grid;gap:9px;margin:10px 0 2px;padding:10px;border:1px solid var(--line);border-radius:14px;background:var(--theme-pale,#fff7f9)}
.book-talk-video-panel[hidden]{display:none!important}
.book-talk-video-top{display:flex;align-items:center;justify-content:space-between;gap:10px}
.book-talk-video-status{min-width:0;display:flex;align-items:center;gap:8px;color:var(--theme-deep,#733a49);font-size:11px;font-weight:850}
.book-talk-video-status i{width:8px;height:8px;border-radius:50%;background:#e0a72f;box-shadow:0 0 0 4px rgba(224,167,47,.10)}
.book-talk-video-panel.is-connected .book-talk-video-status i{background:#27a36f;box-shadow:0 0 0 4px rgba(39,163,111,.12)}
.book-talk-video-end{min-height:32px;padding:6px 10px;border-radius:9px;font-size:10px;font-weight:900}
.book-talk-video-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;min-height:0}
.book-talk-video-tile{position:relative;overflow:hidden;min-height:190px;aspect-ratio:16/9;border-radius:12px;background:#151218;border:1px solid rgba(255,255,255,.08);contain:paint}
.book-talk-video-tile video{display:block;width:100%;height:100%;object-fit:cover;background:#151218;backface-visibility:hidden;-webkit-backface-visibility:hidden}
.book-talk-video-tile.local video{transform:none}
.book-talk-video-name{position:absolute;left:8px;bottom:8px;z-index:2;max-width:calc(100% - 16px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:5px 8px;border-radius:8px;background:transparent;color:#fff;font-size:9px;font-weight:900;backdrop-filter:none;-webkit-backdrop-filter:none}
.book-talk-video-wait{position:absolute;inset:0;display:grid;place-items:center;padding:18px;text-align:center;color:rgba(255,255,255,.78);font-size:11px;font-weight:800;pointer-events:none}
.book-talk-video-panel.has-remote .book-talk-video-wait{display:none}

.book-talk-call-invite{position:fixed;z-index:10050;top:16px;left:50%;transform:translateX(-50%);width:min(520px,calc(100vw - 24px));display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:13px 14px;border:1px solid var(--theme-border,#ddbfc7);border-radius:15px;background:var(--theme-surface,#fff);box-shadow:0 18px 55px rgba(35,20,28,.22)}
.book-talk-call-invite[hidden]{display:none!important}
.book-talk-call-invite-copy{min-width:0}.book-talk-call-invite-copy strong,.book-talk-call-invite-copy span{display:block}.book-talk-call-invite-copy strong{font-size:13px;color:var(--ink)}.book-talk-call-invite-copy span{margin-top:3px;color:var(--muted);font-size:11px}
.book-talk-call-invite-actions{display:flex;align-items:center;gap:7px}.book-talk-call-invite-actions button{min-height:36px;padding:8px 12px;border-radius:10px;font-size:11px;font-weight:900}

@media(max-width:700px){
    .book-talk-video-grid{grid-template-columns:1fr}.book-talk-video-tile{min-height:150px;aspect-ratio:16/9}
    .book-talk-call-invite{top:10px;grid-template-columns:1fr;gap:9px}.book-talk-call-invite-actions{width:100%}.book-talk-call-invite-actions button{flex:1}
}

@media(max-width:900px){.book-talk-layout{grid-template-columns:minmax(0,1fr) 240px}}
@media(max-width:760px){
    .book-talk-workspace{height:auto;min-height:calc(100dvh - 70px);overflow:visible}
    .book-talk-content{height:auto;min-height:0;overflow:visible}
    .book-talk-layout{display:flex;flex-direction:column;overflow:visible;gap:8px;min-height:calc(100dvh - 100px)}
    .book-talk-chat-panel{order:1;min-height:560px;height:calc(100dvh - 190px)}
    .book-talk-members-panel{order:2;flex:0 0 auto;max-height:260px;min-height:190px}
    .book-talk-members-scroll{max-height:205px}
    .book-talk-message{width:min(90%,680px)}
    .book-talk-form{grid-template-columns:minmax(0,1fr) 74px}.book-talk-form button{min-width:0}
    .book-talk-head h2{font-size:19px}.book-talk-head p{display:none}
}

/* Video Chat stability + no-overlap layout */
.book-talk-head{flex-wrap:wrap;min-width:0}
.book-talk-head>div:first-child{min-width:0;flex:1 1 220px}
.book-talk-head-actions{min-width:0;max-width:100%;flex-wrap:wrap;justify-content:flex-end}
.book-talk-head-actions>*{max-width:100%}
.book-talk-video-top{flex-wrap:wrap;min-width:0}
.book-talk-video-status{flex:1 1 220px;overflow-wrap:anywhere}
.book-talk-video-top-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:flex-end}
.book-talk-video-retry{min-height:32px;padding:6px 10px;border-radius:9px;font-size:10px;font-weight:900}
.book-talk-video-retry[hidden]{display:none!important}
.book-talk-video-grid{grid-template-columns:repeat(2,minmax(0,1fr));min-width:0}
.book-talk-video-tile{width:100%;min-width:0;min-height:0;height:clamp(150px,24dvh,260px);aspect-ratio:auto}
.book-talk-video-tile video{min-width:0;min-height:0}
.book-talk-chat-panel{max-width:100%;box-sizing:border-box}
.book-talk-members-panel{max-width:100%;box-sizing:border-box}
.book-talk-form,.book-talk-head,.book-talk-video-panel,.book-talk-video-grid{max-width:100%}
.book-talk-call-invite{max-height:calc(100dvh - 20px);overflow:auto;box-sizing:border-box}
@media(max-height:720px) and (min-width:761px){
    .book-talk-video-panel{margin-top:6px;padding:8px;gap:6px}
    .book-talk-video-tile{height:clamp(110px,19dvh,165px)}
    .book-talk-messages{min-height:110px;padding-top:8px}
    .book-talk-chat-panel{padding:10px!important}
}
@media(max-width:760px){
    .book-talk-chat-panel{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}
    .book-talk-video-grid{grid-template-columns:1fr}
    .book-talk-video-tile{height:clamp(150px,28dvh,230px)}
    .book-talk-messages{flex:none;height:clamp(260px,42dvh,520px);min-height:220px}
    .book-talk-head-actions{width:100%;justify-content:flex-start}
    .book-talk-video-top-actions{width:100%;justify-content:stretch}
    .book-talk-video-top-actions button{flex:1 1 140px}
    .book-talk-members-panel{width:100%;max-height:280px}
}
@media(max-width:430px){
    .book-talk-chat-panel{padding:10px!important}
    .book-talk-head{gap:8px;padding-bottom:9px}
    .book-talk-head-actions{gap:6px}
    .book-talk-head-actions button,.book-talk-head-actions span{font-size:10px}
    .book-talk-video-panel{padding:7px;margin-top:7px}
    .book-talk-video-tile{height:clamp(135px,25dvh,190px)}
    .book-talk-form{grid-template-columns:1fr}
    .book-talk-form button{min-height:42px}
    .book-talk-call-invite{width:calc(100vw - 16px);left:8px;right:8px;transform:none;top:8px}
}


/* Member unread Announcements navigation alert */
.nav a.announcement-nav-unread{
    position:relative;
    border-color:#ff4b55!important;
    color:#fff!important;
    background:linear-gradient(135deg,rgba(177,22,36,.96),rgba(112,10,23,.96))!important;
    box-shadow:0 0 0 1px rgba(255,75,85,.72),0 0 12px rgba(255,42,57,.85),0 0 25px rgba(255,42,57,.48)!important;
    animation:announcementNavGlow 1.45s ease-in-out infinite;
}
.nav a.announcement-nav-unread .nav-icon{
    color:#fff!important;
    filter:drop-shadow(0 0 5px rgba(255,255,255,.65));
}
.announcement-unread-count{
    margin-left:auto;
    min-width:22px;
    height:22px;
    padding:0 6px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#ff3344;
    color:#fff;
    border:1px solid rgba(255,255,255,.8);
    font-size:10px;
    font-weight:950;
    line-height:1;
    box-shadow:0 0 9px rgba(255,42,57,.9);
}
.mobile-menu a.announcement-nav-unread{
    color:#fff!important;
    background:linear-gradient(135deg,#b51627,#750b18)!important;
    border:1px solid #ff5560!important;
    box-shadow:0 0 10px rgba(255,42,57,.7)!important;
    animation:announcementNavGlow 1.45s ease-in-out infinite;
}
.mobile-menu a.announcement-nav-unread .announcement-unread-count{margin-left:7px;vertical-align:middle}
@keyframes announcementNavGlow{
    0%,100%{box-shadow:0 0 0 1px rgba(255,75,85,.62),0 0 9px rgba(255,42,57,.58),0 0 19px rgba(255,42,57,.30)}
    50%{box-shadow:0 0 0 2px rgba(255,105,113,.92),0 0 18px rgba(255,42,57,.95),0 0 34px rgba(255,42,57,.62)}
}
@media (prefers-reduced-motion:reduce){.nav a.announcement-nav-unread,.mobile-menu a.announcement-nav-unread{animation:none}}

/* Announcements */
.announcements-layout{width:100%;min-width:0}
.announcements-panel{display:flex;flex-direction:column;gap:14px;min-width:0;max-width:100%}
.announcements-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap;padding-bottom:12px;border-bottom:1px solid var(--line)}
.announcements-page-head h2{margin:0;font-family:Georgia,serif;font-size:24px}
.announcements-page-head p{margin:4px 0 0;color:var(--muted);font-size:13px}
.announcements-count{display:inline-flex;align-items:center;min-height:30px;padding:6px 10px;border-radius:999px;background:var(--theme-soft,#fde3e9);color:var(--theme-base,#a13f57);font-size:11px;font-weight:900;white-space:nowrap}
.announcement-composer{display:grid;gap:10px;padding:12px;border:1px solid var(--line);border-radius:14px;background:var(--theme-muted-surface,#fff9fb);min-width:0}
.announcement-composer-top{display:grid;grid-template-columns:minmax(150px,.55fr) minmax(240px,1.45fr) minmax(210px,.8fr);gap:9px;min-width:0}
.announcement-field{display:grid;gap:5px;min-width:0;margin:0}
.announcement-field>span{font-size:11px;font-weight:900;color:var(--ink)}
.announcement-field small{font-size:10px;color:var(--muted);font-weight:700}
.announcement-field input,.announcement-field select,.announcement-field textarea{width:100%;min-width:0;max-width:100%;box-sizing:border-box;border:1px solid var(--line);border-radius:10px;background:#fff;padding:9px 10px;color:var(--ink);font:inherit;outline:none}
.announcement-field input,.announcement-field select{min-height:40px}
.announcement-field textarea{min-height:92px;resize:vertical;line-height:1.45}
.announcement-field input:focus,.announcement-field select:focus,.announcement-field textarea:focus{border-color:var(--theme-base,#d86d83);box-shadow:0 0 0 3px rgba(var(--website-theme-rgb,216,109,131),.12)}
.announcement-composer-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}
.announcement-composer-actions>span{font-size:11px;color:var(--muted)}
.announcement-composer-actions button{min-width:170px}
.announcements-feed{display:grid;gap:10px;min-width:0}
.announcement-card{position:relative;display:grid;gap:10px;min-width:0;padding:14px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 6px 16px rgba(70,45,60,.045);overflow:hidden}
.announcement-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--theme-base,#d86d83)}
.announcement-type-update:before{background:#4d78c9}.announcement-type-event:before{background:#b97723}.announcement-type-book:before{background:#7b4fc4}
.announcement-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;min-width:0}
.announcement-card-title{display:flex;align-items:center;gap:9px;min-width:0;flex-wrap:wrap}
.announcement-card-title h3{margin:0;min-width:0;font-size:17px;overflow-wrap:anywhere}
.announcement-type-badge{display:inline-flex;align-items:center;padding:5px 8px;border-radius:999px;background:var(--theme-soft,#fde3e9);color:var(--theme-base,#a13f57);font-size:9px;font-weight:950;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap}
.announcement-type-update .announcement-type-badge{background:#eaf0fb;color:#355eaa}.announcement-type-event .announcement-type-badge{background:#fff0dd;color:#8b571d}.announcement-type-book .announcement-type-badge{background:#f0e8fb;color:#6439a9}
.announcement-book-attach{display:grid;grid-template-columns:88px minmax(0,1fr) auto;gap:12px;align-items:center;padding:11px;border:1px solid var(--line);border-radius:12px;background:var(--theme-muted-surface,#fff9fb);min-width:0}
.announcement-book-cover{width:88px;height:124px;border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:9px;overflow:hidden;color:#fff;box-shadow:0 7px 16px rgba(33,22,40,.14);background:#8d6070;background-size:cover!important;background-position:center!important;position:relative}
.announcement-book-cover strong{position:relative;z-index:1;font-family:Georgia,serif;font-size:13px;line-height:1.08;overflow-wrap:anywhere;text-shadow:0 1px 3px rgba(0,0,0,.45)}
.announcement-book-cover em{position:relative;z-index:1;margin-top:6px;font-size:9px;font-style:normal;line-height:1.1;text-shadow:0 1px 3px rgba(0,0,0,.45)}
.announcement-book-info{min-width:0;display:grid;gap:4px}.announcement-book-info span{font-size:9px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;color:#6439a9}.announcement-book-info strong{font-size:16px;overflow-wrap:anywhere}.announcement-book-info small{font-size:11px;color:var(--muted);overflow-wrap:anywhere}
.announcement-book-link{min-height:38px;padding:8px 11px;border-radius:10px;text-decoration:none;white-space:nowrap}
.announcement-remove{display:grid;place-items:center;width:30px;height:30px;padding:0;border:1px solid #efcbd4;border-radius:9px;background:#fff3f5;color:#a52632;font-size:20px;font-weight:900;line-height:1;cursor:pointer}
.announcement-event-time{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:8px 10px;border:1px dashed #e5c79d;border-radius:10px;background:#fff9ef;font-size:12px}
.announcement-event-time span{font-size:9px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;color:#8b571d}
.announcement-body{font-size:13px;line-height:1.6;color:var(--ink);overflow-wrap:anywhere;word-break:break-word}
.announcement-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding-top:8px;border-top:1px solid var(--line);font-size:10px;color:var(--muted)}
.announcement-meta strong{color:var(--ink);font-size:11px}.announcement-meta span:before{content:"•";margin-right:8px}
.announcements-empty{min-height:240px;display:grid;place-items:center;align-content:center;gap:7px;text-align:center;border:1px dashed var(--line);border-radius:14px;background:var(--theme-muted-surface,#fff9fb);padding:22px;color:var(--muted)}
.announcements-empty strong{color:var(--ink)}
.announcements-empty-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:var(--theme-soft,#fde3e9);color:var(--theme-base,#a13f57);font-size:24px;font-weight:950}
@media(max-width:900px){.announcement-composer-top{grid-template-columns:1fr 1fr}.announcement-title-field{grid-column:1/-1;grid-row:1}}
@media(max-width:620px){.announcements-panel{padding:12px!important}.announcement-composer-top{grid-template-columns:1fr}.announcement-title-field{grid-column:auto;grid-row:auto}.announcement-composer-actions{align-items:stretch}.announcement-composer-actions button{width:100%}.announcement-card{padding:12px}.announcement-card-head{align-items:flex-start}.announcement-meta{display:grid;gap:3px}.announcement-meta span:before{display:none}.announcements-page-head h2{font-size:21px}.announcement-book-attach{grid-template-columns:68px minmax(0,1fr);align-items:start}.announcement-book-cover{width:68px;height:96px}.announcement-book-link{grid-column:1/-1;width:100%;justify-content:center}}

/* source-style-54 */
/* Canonical Member left navigation.
   One visual system, parsed before <body>. All permanent Member links use the
   same fixed geometry in normal/hover/focus/pressed/current states. */
@media (min-width:761px){
    html body .app-shell > aside.sidebar[data-sidebar-role="member"]{
        width:252px!important;
        min-width:252px!important;
        max-width:252px!important;
        box-sizing:border-box!important;
        overflow-y:auto!important;
        overflow-x:hidden!important;
        scrollbar-gutter:stable!important;
        overscroll-behavior:contain!important;
    }
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav{
        display:flex!important;
        flex-direction:column!important;
        align-items:stretch!important;
        width:100%!important;
        min-width:0!important;
        max-width:100%!important;
        margin:0!important;
        padding:4px 1px!important;
        gap:9px!important;
        overflow:visible!important;
        box-sizing:border-box!important;
    }
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a,
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a:link,
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a:visited,
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a:hover,
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a:focus,
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a:focus-visible,
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a:active,
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a.active,
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a.nav-pressed,
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > .member-stream-videos-nav{
        position:relative!important;
        display:flex!important;
        align-items:center!important;
        justify-content:flex-start!important;
        flex:0 0 52px!important;
        width:100%!important;
        min-width:0!important;
        max-width:100%!important;
        height:52px!important;
        min-height:52px!important;
        max-height:52px!important;
        margin:0!important;
        padding:8px 11px 8px 9px!important;
        gap:10px!important;
        border:1px solid rgba(255,255,255,.22)!important;
        border-radius:14px!important;
        box-sizing:border-box!important;
        background:linear-gradient(180deg,rgba(255,255,255,.145),rgba(255,255,255,.075))!important;
        color:#fff!important;
        font-family:inherit!important;font-size:13px!important;font-weight:850!important;line-height:1.15!important;
        letter-spacing:.005em!important;
        text-decoration:none!important;
        text-align:left!important;
        text-shadow:0 1px 1px rgba(40,10,24,.16)!important;
        white-space:normal!important;
        overflow:hidden!important;
        outline:0!important;
        translate:none!important;
        transform:none!important;
        -webkit-transform:none!important;
        scale:none!important;
        rotate:none!important;
        zoom:1!important;
        animation:none!important;
        transition:background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease,text-shadow .16s ease!important;
        box-shadow:inset 0 1px 0 rgba(255,255,255,.16),inset 0 -1px 0 rgba(0,0,0,.06),0 8px 20px rgba(32,12,22,.11),0 0 0 1px rgba(255,255,255,.04)!important;
        -webkit-tap-highlight-color:transparent!important;
        touch-action:manipulation!important;
    }
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a::before,
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > .member-stream-videos-nav::before{
        content:""!important;
        display:block!important;
        flex:0 0 4px!important;
        width:4px!important;
        min-width:4px!important;
        max-width:4px!important;
        align-self:stretch!important;
        margin:0!important;
        border-radius:999px!important;
        background:rgba(255,255,255,.32)!important;
        box-shadow:0 0 0 1px rgba(255,255,255,.05)!important;
        pointer-events:none!important;
        transform:none!important;
    }
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a::after,
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > .member-stream-videos-nav::after{
        content:""!important;
        position:absolute!important;
        inset:0!important;
        z-index:0!important;
        border-radius:inherit!important;
        background:radial-gradient(circle at 22% -10%,rgba(255,255,255,.18),transparent 46%)!important;
        opacity:.72!important;
        pointer-events:none!important;
    }
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a > *,
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > .member-stream-videos-nav > *{
        position:relative;
        z-index:1;
    }
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav .nav-icon,
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav .stream-live-indicator{
        display:grid!important;
        place-items:center!important;
        flex:0 0 34px!important;
        width:34px!important;
        min-width:34px!important;
        max-width:34px!important;
        height:34px!important;
        min-height:34px!important;
        max-height:34px!important;
        margin:0!important;
        padding:0!important;
        box-sizing:border-box!important;
        border:1px solid rgba(255,255,255,.20)!important;
        border-radius:10px!important;
        background:linear-gradient(180deg,rgba(255,255,255,.20),rgba(255,255,255,.10))!important;
        color:#fff!important;
        box-shadow:inset 0 1px 0 rgba(255,255,255,.14)!important;
        transform:none!important;
        animation:none!important;
        transition:background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease!important;
    }
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav .nav-label{
        display:-webkit-box!important;
        flex:1 1 auto!important;
        min-width:0!important;
        max-width:100%!important;
        overflow:hidden!important;
        -webkit-box-orient:vertical!important;
        -webkit-line-clamp:2!important;
        white-space:normal!important;
        overflow-wrap:normal!important;
        word-break:normal!important;
        line-height:1.12!important;
    }
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a:not(.active):hover,
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a:not(.active):focus-visible,
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a:not(.active):active,
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > .member-stream-videos-nav:hover,
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > .member-stream-videos-nav:focus-visible,
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > .member-stream-videos-nav:active{
        background:linear-gradient(180deg,rgba(255,255,255,.22),rgba(255,255,255,.12))!important;
        border-color:rgba(255,255,255,.34)!important;
        color:#fff!important;
        transform:none!important;
        box-shadow:inset 0 1px 0 rgba(255,255,255,.22),inset 0 -1px 0 rgba(0,0,0,.05),0 8px 20px rgba(31,10,21,.16),0 0 0 1px rgba(255,255,255,.08)!important;
    }
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a.active,
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a.active:link,
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a.active:visited,
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a.active:hover,
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a.active:focus,
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a.active:focus-visible,
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a.active:active{
        background:linear-gradient(180deg,#fff 0%,var(--theme-pale,#fff5f7) 100%)!important;
        border-color:#fff!important;
        color:var(--theme-deep,#733a49)!important;
        text-shadow:none!important;
        transform:none!important;
        box-shadow:inset 0 0 0 1px rgba(var(--theme-rgb,216,109,131),.08),inset 0 1px 0 rgba(255,255,255,.72),0 8px 20px rgba(24,8,16,.18),0 0 0 1px rgba(255,255,255,.15)!important;
    }
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a.active::before{
        background:var(--theme,#d86d83)!important;
        box-shadow:0 0 10px rgba(var(--theme-rgb,216,109,131),.45)!important;
    }
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a.active .nav-icon,
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a.active .stream-live-indicator{
        background:linear-gradient(180deg,var(--theme-soft,#f7e8ec),var(--theme-pale,#fff5f7))!important;
        border-color:var(--theme-border,#dfbcc6)!important;
        color:var(--theme-deep,#733a49)!important;
        box-shadow:inset 0 1px 0 rgba(255,255,255,.75),0 3px 8px rgba(var(--theme-rgb,216,109,131),.12)!important;
    }
    /* Announcements badge never joins flex layout, so unread/seen cannot move text. */
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a.announcements-nav-link{
        padding-right:43px!important;
    }
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav .announcement-unread-count{
        position:absolute!important;
        z-index:3!important;
        right:8px!important;
        top:50%!important;
        margin:0!important;
        transform:translateY(-50%)!important;
        flex:none!important;
        min-width:22px!important;
        height:22px!important;
        pointer-events:none!important;
    }
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a.announcement-nav-unread:not(.active){
        border-color:#ff6a73!important;
        background:linear-gradient(145deg,#b51627,#720a18)!important;
        color:#fff!important;
        animation:announcementNavGlow 1.45s ease-in-out infinite!important;
    }
    /* Subscription status dot is paint-only and cannot create an extra flex gap. */
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a.subscription-nav-link .subscription-dot{
        position:absolute!important;
        z-index:3!important;
        left:48px!important;
        top:11px!important;
        width:7px!important;
        min-width:7px!important;
        height:7px!important;
        margin:0!important;
        flex:none!important;
        pointer-events:none!important;
    }
    /* The Live Stream indicator keeps exactly the same 34px icon box whether live or offline. */
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a.stream-nav-link .stream-live-indicator{
        width:34px!important;
        min-width:34px!important;
        max-width:34px!important;
        height:34px!important;
        min-height:34px!important;
        max-height:34px!important;
        overflow:visible!important;
    }
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a.stream-nav-link.stream-nav-live .stream-live-ring-one{
        animation:streamNavSignalPing 1.55s cubic-bezier(.2,.65,.3,1) infinite!important;
    }
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a.stream-nav-link.stream-nav-live .stream-live-ring-two{
        animation:streamNavSignalPing 1.55s .58s cubic-bezier(.2,.65,.3,1) infinite!important;
    }
}
@media (max-width:760px){
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .mobile-menu > a,
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .mobile-menu > a:link,
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .mobile-menu > a:visited,
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .mobile-menu > a:hover,
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .mobile-menu > a:focus,
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .mobile-menu > a:active,
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .mobile-menu > a.active{
        min-height:44px!important;
        height:44px!important;
        max-height:44px!important;
        margin:0!important;
        border-width:1px!important;
        box-sizing:border-box!important;
        translate:none!important;
        transform:none!important;
        scale:none!important;
        animation:none!important;
        flex-shrink:0!important;
        transition:background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease!important;
    }
}
/* Login Title can be text or a responsive Admin-uploaded image. */
html body .login-page .login-copy .login-title-image{
    display:block;
    width:min(var(--login-title-image-width,420px),100%);
    max-width:100%;
    height:auto;
    max-height:min(42vh,520px);
    object-fit:contain;
    object-position:left center;
    margin:20px 0 14px;
    position:relative;
    z-index:1;
    transform:none;
    filter:none;
}
html body .login-page .login-copy.has-title-image{
    width:100%;
    max-width:900px;
}
.login-title-size-control{margin-top:10px}
.login-title-size-row{display:flex;align-items:center;gap:12px;min-width:0}
.login-title-size-row input[type="range"]{flex:1 1 auto;min-width:0}
.login-title-size-row output{flex:0 0 64px;text-align:right;font-weight:900;color:var(--ink)}
.login-title-settings-preview{
    margin-top:12px;
    min-height:110px;
    border:1px dashed rgba(85,55,78,.22);
    border-radius:16px;
    padding:14px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}
.login-title-settings-preview img{
    display:block;
    width:min(var(--login-title-preview-width,420px),100%);
    max-width:100%;
    max-height:220px;
    height:auto;
    object-fit:contain;
    transform:none;
}
.login-title-settings-empty{margin-top:12px;padding:12px;border:1px dashed rgba(85,55,78,.2);border-radius:14px;background:#fff;color:var(--muted);font-size:13px}
.login-title-image-remove{display:flex;gap:8px;align-items:flex-start;margin-top:10px;font-size:13px;font-weight:750}
@media(max-width:760px){
    html body .login-page .login-copy .login-title-image{
        width:min(var(--login-title-image-width,420px),92vw);
        max-height:28vh;
        object-position:center center;
        margin:8px auto 10px;
        transform:none;
    }
    html body .login-page .login-copy.has-title-image{display:block;text-align:center}
    html body .login-page .login-copy.has-title-image p{text-align:center}
}

/* Login layering: title/image may travel behind the solid Login panel. */
html body .login-page .login-stack{
    position:relative!important;
    isolation:isolate!important;
    overflow:visible!important;
}
html body .login-page .login-copy{
    position:relative!important;
    z-index:1!important;
    overflow:visible!important;
}
html body .login-page .login-copy .login-title-image{
    position:relative!important;
    z-index:0!important;
    pointer-events:none!important;
}
html body .login-page .login-panel{
    position:relative!important;
    z-index:20!important;
    background:transparent!important;
    isolation:isolate!important;
}
html body .login-page .login-box{
    position:relative!important;
    z-index:21!important;
}

/* Keep the Login Title/logo on the exact same horizontal centre line as the Login panel. */
html body .login-page .login-copy,
html body .login-page .login-copy.has-title-image{
    text-align:center!important;
}
html body .login-page .login-copy.has-title-image{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
}
html body .login-page .login-copy .login-title-image{
    margin-left:auto!important;
    margin-right:auto!important;
    object-position:center center!important;
}

/* Login panel: solid white card with a soft white mist glow. */
html body .login-page .login-box{
    background:#fff!important;
    border:1px solid rgba(255,255,255,.98)!important;
    border-radius:28px!important;
    color:var(--ink)!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    box-shadow:
        0 0 10px rgba(255,255,255,.95),
        0 0 24px rgba(255,255,255,.72),
        0 0 52px rgba(255,255,255,.46),
        0 24px 64px rgba(20,12,28,.26)!important;
}
@media (max-width:760px){
    html body .login-page .login-box{
        border-radius:22px!important;
        box-shadow:
            0 0 8px rgba(255,255,255,.95),
            0 0 20px rgba(255,255,255,.68),
            0 0 38px rgba(255,255,255,.42),
            0 18px 46px rgba(20,12,28,.22)!important;
    }
}

/* BOOK CLUB TALK COMMUNITY FEED ----------------------------------------- */
.book-talk-feed-controls[hidden]{display:none!important}
.book-talk-feed-controls{flex:0 0 auto;display:flex;align-items:center;gap:8px;padding:9px 0;border-bottom:1px solid var(--line);min-width:0}
.book-talk-category-strip{display:flex;align-items:center;gap:6px;min-width:0;flex:1 1 auto;overflow-x:auto;overflow-y:hidden;padding:2px;scrollbar-width:thin}
.book-talk-category-chip{position:relative;display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;min-height:32px;padding:6px 11px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-size:10px;font-weight:900;cursor:pointer;white-space:nowrap}
.book-talk-category-chip:hover{border-color:var(--theme-border,#ddbfc7);color:var(--theme-deep,#733a49);background:var(--theme-pale,#fff7f9)}
.book-talk-category-chip.active{border-color:var(--theme-base,#d86d83);background:var(--theme-base,#d86d83);color:var(--theme-on-base,#fff)}
.book-talk-category-chip .cat-remove{display:grid;place-items:center;width:17px;height:17px;margin-right:-5px;border:0;border-radius:50%;background:rgba(255,255,255,.18);color:inherit;font-size:12px;line-height:1;padding:0}
.book-talk-new-category{flex:0 0 auto;min-height:32px!important;padding:6px 10px!important;border-radius:10px!important;font-size:10px!important;font-weight:900!important}
.book-talk-category-create{flex:0 0 auto;display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:7px;padding:8px 0;border-bottom:1px solid var(--line)}
.book-talk-category-create[hidden]{display:none!important}
.book-talk-category-create input{min-width:0;height:36px;border:1px solid var(--line);border-radius:10px;padding:7px 10px;background:#fff;color:var(--ink);font:inherit;font-size:11px}
.book-talk-category-create button{min-height:36px!important;padding:7px 10px!important;font-size:10px!important}
.book-talk-feed{gap:10px!important;padding:10px 5px 12px 1px!important;align-items:stretch}
.book-talk-feed-post{position:relative;width:100%;border:1px solid rgba(72,72,72,.14);border-radius:14px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.055);overflow:visible}
.book-talk-feed-post.is-admin{box-shadow:inset 3px 0 0 var(--theme-base,#d86d83),0 2px 8px rgba(0,0,0,.055)}
.book-talk-feed-post-head{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px 12px 6px}
.book-talk-feed-avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--theme-soft,#f7e8ec);color:var(--theme-deep,#733a49);font-weight:950;font-size:14px;border:1px solid rgba(0,0,0,.05)}
.book-talk-feed-post.is-admin .book-talk-feed-avatar{background:var(--theme-base,#d86d83);color:var(--theme-on-base,#fff)}
.book-talk-feed-author{min-width:0}.book-talk-feed-author strong{display:flex;align-items:center;gap:6px;min-width:0;font-size:13px;line-height:1.2;color:var(--ink)}
.book-talk-feed-author small{display:flex;align-items:center;gap:5px;margin-top:2px;color:var(--muted);font-size:9.5px;line-height:1.2;min-width:0}
.book-talk-feed-category-tag{display:inline-flex;align-items:center;padding:1px 5px;border-radius:999px;background:var(--theme-soft,#f7e8ec);color:var(--theme-deep,#733a49);font-weight:850;white-space:nowrap}
.book-talk-feed-remove{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;padding:0!important;border:0!important;border-radius:50%!important;background:transparent!important;color:var(--muted)!important;font-size:18px!important;line-height:1!important}
.book-talk-feed-remove:hover{background:#f0f2f5!important;color:var(--ink)!important}
.book-talk-feed-body{padding:5px 12px 9px;font-size:13px;line-height:1.45;color:var(--ink);white-space:pre-wrap;overflow-wrap:anywhere}
.book-talk-reaction-row{display:flex;align-items:center;gap:5px;flex-wrap:wrap;min-height:28px;padding:0 12px 6px}
.book-talk-reaction-pill{display:inline-flex!important;align-items:center!important;gap:4px!important;height:24px!important;min-height:24px!important;padding:2px 7px!important;border:1px solid rgba(0,0,0,.08)!important;border-radius:999px!important;background:#fff!important;color:var(--ink)!important;font-size:12px!important;line-height:1!important;box-shadow:0 1px 2px rgba(0,0,0,.04)!important;transform:none!important}
.book-talk-reaction-pill small{font-size:9px;font-weight:900;color:var(--muted)}
.book-talk-reaction-pill.mine{border-color:var(--theme-base,#d86d83)!important;background:var(--theme-soft,#f7e8ec)!important}
.book-talk-feed-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:2px;margin:0 10px;padding:4px 0;border-top:1px solid rgba(0,0,0,.09);border-bottom:1px solid rgba(0,0,0,.09)}
.book-talk-feed-action{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;width:100%!important;min-width:0!important;min-height:34px!important;height:34px!important;padding:4px 7px!important;border:0!important;border-radius:7px!important;background:transparent!important;color:#65676b!important;font-size:13px!important;font-weight:850!important;line-height:1!important;box-shadow:none!important;transform:none!important;white-space:nowrap!important}
.book-talk-feed-action:hover,.book-talk-feed-action:focus{background:#f0f2f5!important;color:var(--theme-deep,#733a49)!important;transform:none!important}
.book-talk-feed-action.liked{color:#d52e52!important;background:#fff2f5!important}
.book-talk-thread[hidden]{display:none!important}
.book-talk-thread{background:#fff;padding:7px 11px 10px}
.book-talk-reply{position:relative;display:grid;grid-template-columns:30px minmax(0,1fr);gap:7px;padding:5px 0;border:0}
.book-talk-reply:last-of-type{border-bottom:0}
.book-talk-reply-avatar{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--theme-soft,#f7e8ec);color:var(--theme-deep,#733a49);font-size:10px;font-weight:950;border:1px solid rgba(0,0,0,.05)}
.book-talk-reply-copy{position:relative;min-width:0;padding-right:28px}
.book-talk-reply-meta{display:flex;align-items:center;gap:5px;min-width:0;padding:6px 9px 0;border-radius:14px 14px 0 0;background:#f0f2f5}
.book-talk-reply-meta strong{font-size:10.5px;color:var(--ink)}.book-talk-reply-meta time{color:var(--muted);font-size:8.5px}
.book-talk-reply-text{margin:0;padding:2px 9px 7px;border-radius:0 0 14px 14px;background:#f0f2f5;color:var(--ink);font-size:11.5px;line-height:1.4;white-space:pre-wrap;overflow-wrap:anywhere}
.book-talk-reply-actions{display:flex;align-items:center;gap:3px;flex-wrap:wrap;margin:2px 0 0 6px}.book-talk-reply-actions button{min-height:24px!important;height:24px!important;padding:2px 5px!important;border:0!important;border-radius:6px!important;background:transparent!important;color:#65676b!important;font-size:10px!important;font-weight:850!important;line-height:1!important;box-shadow:none!important;transform:none!important}.book-talk-reply-actions button:hover{background:#f0f2f5!important;color:var(--theme-deep,#733a49)!important}
.book-talk-reply-copy>.book-talk-reaction-row{padding:2px 0 1px 6px!important;min-height:0!important}
.book-talk-reply-delete{position:absolute!important;right:1px!important;top:3px!important;width:23px!important;min-width:23px!important;height:23px!important;min-height:23px!important;padding:0!important;border-radius:50%!important;font-size:14px!important;background:transparent!important}
.book-talk-reply-form{display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:6px;align-items:center;margin-top:7px}.book-talk-reply-form[hidden]{display:none!important}.book-talk-reply-form::before{content:'↳';display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--theme-soft,#f7e8ec);color:var(--theme-deep,#733a49);font-weight:900}.book-talk-reply-form input{height:34px;min-width:0;border:1px solid rgba(0,0,0,.08);border-radius:18px;padding:6px 11px;background:#f0f2f5;color:var(--ink);font:inherit;font-size:11px}.book-talk-reply-form button{min-height:32px!important;height:32px!important;padding:5px 10px!important;border-radius:16px!important;font-size:10px!important}
.book-talk-feed-composer{grid-template-columns:150px minmax(0,1fr) auto!important;align-items:stretch}.book-talk-category-select{min-width:0;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);padding:8px 9px;font:inherit;font-size:10.5px;font-weight:800}.book-talk-feed-composer textarea{min-height:46px!important}.book-talk-feed-composer.is-private{grid-template-columns:minmax(0,1fr) auto!important}.book-talk-feed-composer.is-private .book-talk-category-select{display:none!important}
.book-talk-feed-composer[hidden]{display:none!important}
.book-talk-feed-composer.category-feed-open{grid-template-columns:minmax(0,1fr) auto!important}
.book-talk-feed-composer.category-feed-open .book-talk-category-select{display:none!important}
.book-talk-category-hub{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,280px));gap:10px;width:100%;align-content:start;align-items:stretch;justify-content:start}
.book-talk-category-card{position:relative;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:5px!important;min-width:0!important;min-height:88px!important;height:auto!important;padding:8px 10px!important;border:1px solid var(--line)!important;border-radius:12px!important;background:#fff!important;color:var(--ink)!important;text-align:left!important;box-shadow:0 4px 12px rgba(54,29,40,.055)!important;transform:none!important;overflow:hidden}
.book-talk-category-card:hover,.book-talk-category-card:focus{border-color:var(--theme-base,#d86d83)!important;background:var(--theme-pale,#fff7f9)!important;color:var(--ink)!important;box-shadow:0 6px 18px rgba(54,29,40,.09)!important;transform:none!important}
.book-talk-category-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-width:0}
.book-talk-category-card-title{display:flex;align-items:center;gap:6px;min-width:0;font-size:15px;line-height:1.12;font-weight:950;color:var(--theme-deep,#733a49)}
.book-talk-category-card-title i{display:grid;place-items:center;flex:0 0 27px;width:27px;height:27px;border-radius:8px;background:var(--theme-soft,#f7e8ec);font-style:normal;font-size:13px}
.book-talk-category-card-title span{min-width:0;overflow:visible;text-overflow:clip;white-space:normal;overflow-wrap:anywhere}
.book-talk-category-card-arrow{flex:0 0 auto;color:var(--theme-base,#d86d83);font-size:19px;line-height:1;font-weight:950}
.book-talk-category-card-actions{display:flex;align-items:center;gap:5px;flex:0 0 auto}
.book-talk-category-card-remove{display:grid;place-items:center;flex:0 0 24px;width:24px;height:24px;border:1px solid rgba(189,49,70,.28);border-radius:8px;background:#fff;color:#b92f47;font-size:15px;line-height:1;font-weight:950;cursor:pointer;box-shadow:none;transform:none;transition:background .16s ease,border-color .16s ease,color .16s ease}
.book-talk-category-card-remove:hover,.book-talk-category-card-remove:focus{background:#fff0f3;border-color:#cf4e64;color:#8e1f33;outline:none;transform:none}
.book-talk-category-card-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;width:100%}
.book-talk-category-card-stat{display:flex;align-items:baseline;justify-content:center;gap:3px;min-width:0;padding:3px 5px;border-radius:8px;background:var(--theme-soft,#f7e8ec);white-space:nowrap}
.book-talk-category-card-stat strong{font-size:13px;line-height:1;color:var(--ink)}.book-talk-category-card-stat small{font-size:8px;line-height:1;color:var(--muted);font-weight:850;text-transform:uppercase;letter-spacing:.01em}
.book-talk-category-card-owner{width:100%;font-size:9px;line-height:1.05;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.book-talk-category-hub-empty{grid-column:1/-1}
@media(max-width:560px){.book-talk-category-hub{grid-template-columns:1fr;gap:7px}.book-talk-category-card{min-height:84px!important;padding:8px 9px!important;gap:5px!important}.book-talk-category-card-title{font-size:14px}.book-talk-category-card-title i{width:26px;height:26px;flex-basis:26px;font-size:12px}.book-talk-category-card-stat{padding:3px 4px;gap:2px}.book-talk-category-card-stat strong{font-size:12px}.book-talk-category-card-stat small{font-size:7.5px}.book-talk-category-card-owner{font-size:8.5px}}
.book-talk-emoji-picker{position:fixed;z-index:2147481800;width:min(470px,calc(100vw - 20px));max-height:min(560px,72dvh);display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--theme-border,#ddbfc7);border-radius:18px;background:#fff;box-shadow:0 22px 70px rgba(42,19,30,.30)}
.book-talk-emoji-picker[hidden]{display:none!important}.book-talk-emoji-picker-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-bottom:1px solid var(--line)}.book-talk-emoji-picker-head strong{font-size:12px}.book-talk-emoji-picker-head button{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;padding:0!important;border:0!important;border-radius:9px!important;background:var(--theme-soft,#f7e8ec)!important;color:var(--theme-deep,#733a49)!important;font-size:18px!important}
.book-talk-book-picker{position:fixed;z-index:2147481799;width:min(520px,calc(100vw - 20px));max-height:min(560px,72dvh);display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--theme-border,#ddbfc7);border-radius:18px;background:#fff;box-shadow:0 22px 70px rgba(42,19,30,.30)}
.book-talk-book-picker[hidden]{display:none!important}.book-talk-book-picker-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-bottom:1px solid var(--line)}.book-talk-book-picker-head strong{font-size:13px}.book-talk-book-picker-head button{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;padding:0!important;border:1px solid rgba(115,58,73,.12)!important;border-radius:9px!important;background:var(--theme-soft,#f7e8ec)!important;color:var(--theme-deep,#733a49)!important;font-size:18px!important}
.book-talk-book-picker-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px;overflow:auto;overscroll-behavior:contain}.book-talk-book-choice{display:grid!important;grid-template-columns:52px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;width:100%!important;min-height:72px!important;padding:8px!important;border:1px solid rgba(0,0,0,.08)!important;border-radius:12px!important;background:#fff!important;color:var(--ink)!important;text-align:left!important;box-shadow:none!important;transform:none!important}.book-talk-book-choice:hover,.book-talk-book-choice:focus{border-color:var(--theme-base,#d86d83)!important;background:var(--theme-soft,#fff7f9)!important;transform:none!important}.book-talk-book-choice-cover{display:grid;place-items:center;width:44px;height:58px;border-radius:5px 8px 8px 5px;background:#8d6070;box-shadow:0 3px 8px rgba(0,0,0,.16);overflow:hidden;font-size:6px;font-weight:900;text-align:center;padding:4px;color:#fff}.book-talk-book-choice-copy{display:flex;flex-direction:column;min-width:0;gap:3px}.book-talk-book-choice-copy strong{font-size:12px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.book-talk-book-choice-copy small{font-size:10px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.book-talk-shared-book{display:grid;grid-template-columns:58px minmax(0,1fr);gap:10px;align-items:center;margin:6px 0 2px;padding:9px;border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#fff}.book-talk-shared-book-cover{display:grid;place-items:center;width:50px;height:68px;border-radius:5px 9px 9px 5px;background:#8d6070;box-shadow:0 4px 10px rgba(0,0,0,.16);overflow:hidden;color:#fff;font-size:7px;font-weight:900;text-align:center;padding:4px}.book-talk-shared-book-copy{display:flex;flex-direction:column;align-items:flex-start;min-width:0;gap:3px}.book-talk-shared-book-copy strong{font-size:13px;line-height:1.2}.book-talk-shared-book-copy small{font-size:10px;color:var(--muted)}.book-talk-shared-book-copy button{min-height:27px!important;height:27px!important;padding:3px 8px!important;margin-top:2px!important;border-radius:7px!important;font-size:10px!important}
@media(max-width:760px){.book-talk-book-picker{left:10px!important;right:10px!important;bottom:10px!important;top:auto!important;width:auto!important;max-height:65dvh}.book-talk-book-picker-list{grid-template-columns:1fr}.book-talk-feed-action{font-size:11px!important;gap:3px!important}}
.book-talk-emoji-tabs{display:flex;gap:5px;overflow-x:auto;padding:7px 8px;border-bottom:1px solid var(--line)}.book-talk-emoji-tab{flex:0 0 auto;min-height:29px!important;padding:5px 8px!important;border:1px solid var(--line)!important;border-radius:999px!important;background:#fff!important;color:var(--muted)!important;font-size:9px!important;font-weight:900!important;box-shadow:none!important}.book-talk-emoji-tab.active{background:var(--theme-base,#d86d83)!important;color:var(--theme-on-base,#fff)!important;border-color:var(--theme-base,#d86d83)!important}
.book-talk-emoji-grid{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:3px;overflow-y:auto;padding:8px}.book-talk-emoji-choice{display:grid!important;place-items:center!important;aspect-ratio:1/1;min-width:0!important;min-height:38px!important;padding:0!important;border:1px solid transparent!important;border-radius:10px!important;background:transparent!important;font-size:21px!important;line-height:1!important;box-shadow:none!important;transform:none!important}.book-talk-emoji-choice:hover{background:var(--theme-soft,#f7e8ec)!important;border-color:var(--theme-border,#ddbfc7)!important;transform:none!important}

/* Reaction picker: single All view only. Keep the picker compact and contained
   inside the Book Club Feed panel so it cannot overlap the page top bar. */
.book-talk-emoji-tabs{overflow:visible!important;flex:0 0 auto!important;padding:7px 8px!important}
.book-talk-emoji-tabs .book-talk-emoji-tab{display:none!important}
.book-talk-emoji-tabs .book-talk-emoji-tab[data-emoji-tab="All"]{display:inline-flex!important;align-items:center!important;justify-content:center!important}
@media(max-width:760px){.book-talk-feed-controls{gap:6px}.book-talk-new-category{padding:5px 8px!important}.book-talk-category-create{grid-template-columns:1fr 1fr}.book-talk-category-create input{grid-column:1/-1}.book-talk-feed-composer{grid-template-columns:1fr!important}.book-talk-category-select{height:38px}.book-talk-feed-post{border-radius:14px}.book-talk-feed-post-head{padding:10px 10px 6px}.book-talk-feed-body{padding:3px 11px 9px}.book-talk-emoji-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.book-talk-emoji-picker{left:10px!important;right:10px!important;bottom:10px!important;top:auto!important;width:auto!important;max-height:65dvh}.book-talk-reply-form{grid-template-columns:26px minmax(0,1fr) auto}.book-talk-reply-form::before{width:26px;height:26px}.book-talk-reply-form button{width:auto}.book-talk-feed-actions{margin:0 7px}.book-talk-feed-action{font-size:12px!important;padding:4px 3px!important}}

/* Book Club Feed desktop frame: keep the Feed and Members panels exactly
   the same height, 20px from the viewport top and bottom. Their own content
   scrolls internally instead of changing the outer panel height. */
@media (min-width:761px){
    html body[data-current-view="book_talk"] .book-talk-workspace{
        height:100dvh!important;
        min-height:100dvh!important;
        padding:20px!important;
        box-sizing:border-box!important;
        overflow:hidden!important;
    }
    html body[data-current-view="book_talk"] .book-talk-content{
        height:100%!important;
        min-height:0!important;
        padding-top:0!important;
        box-sizing:border-box!important;
        overflow:hidden!important;
        position:relative;
    }
    html body[data-current-view="book_talk"] .book-talk-layout{
        width:100%!important;
        height:100%!important;
        min-height:0!important;
        max-height:100%!important;
        align-items:stretch!important;
        overflow:hidden!important;
    }
    html body[data-current-view="book_talk"] .book-talk-chat-panel,
    html body[data-current-view="book_talk"] .book-talk-members-panel{
        height:100%!important;
        min-height:0!important;
        max-height:100%!important;
        align-self:stretch!important;
        margin:0!important;
        box-sizing:border-box!important;
        overflow:hidden!important;
    }
    html body[data-current-view="book_talk"] .book-talk-messages,
    html body[data-current-view="book_talk"] .book-talk-members-scroll{
        min-height:0!important;
        overflow-y:auto!important;
        overscroll-behavior:contain;
    }
    /* A temporary flash message floats over the top of the frame rather than
       shrinking one/both panels and breaking their matched height. */
    html body[data-current-view="book_talk"] .book-talk-content>.flash{
        position:absolute!important;
        z-index:25!important;
        top:8px!important;
        left:50%!important;
        transform:translateX(-50%)!important;
        width:min(720px,calc(100% - 24px))!important;
        margin:0!important;
    }
}

@media (prefers-reduced-motion:reduce){
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a.announcement-nav-unread:not(.active),
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav .stream-live-ring{
        animation:none!important;
    }
}

/* Keep the Announcements label fully readable in the fixed sidebar.
   The unread count sits on the ! icon instead of occupying/covering label space. */
@media (min-width:761px){
    html body .app-shell > aside.sidebar .nav > a.announcements-nav-link{
        padding-right:11px!important;
    }
    html body .app-shell > aside.sidebar .nav > a.announcements-nav-link .nav-label{
        flex:1 1 auto!important;
        min-width:0!important;
        max-width:none!important;
        padding:0!important;
        margin:0!important;
        white-space:nowrap!important;
        overflow:visible!important;
        text-overflow:clip!important;
        -webkit-line-clamp:unset!important;
    }
    html body .app-shell > aside.sidebar[data-sidebar-role="member"] .nav > a.announcements-nav-link .announcement-unread-count{
        position:absolute!important;
        z-index:4!important;
        left:47px!important;
        right:auto!important;
        top:5px!important;
        transform:none!important;
        margin:0!important;
        min-width:18px!important;
        width:auto!important;
        height:18px!important;
        padding:0 4px!important;
        border-radius:999px!important;
        font-size:9px!important;
        line-height:1!important;
        pointer-events:none!important;
    }
}

/* source-style-55 */
#rtcStreamApp .video-frame{
    isolation:isolate;
    background:linear-gradient(145deg,#2e2037 0%,#18111d 100%) !important;
}
#rtcStreamApp .video-frame.has-stream-video-backing{
    background-color:#18111d !important;
    background-image:var(--stream-video-backing-image) !important;
    background-size:cover !important;
    background-position:center !important;
    background-repeat:no-repeat !important;
}
#rtcStreamApp .video-frame::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:0;
    pointer-events:none;
    background:linear-gradient(rgba(15,8,18,.03),rgba(15,8,18,.03));
}
#rtcStreamApp .video-frame > video{
    position:relative;
    z-index:1;
    background:transparent !important;
}
#rtcStreamApp .video-frame > .video-placeholder,
#rtcStreamApp .video-frame > .stream-countdown,
#rtcStreamApp .video-frame > .stream-player-live-indicator{position:absolute;}
#rtcStreamApp .video-frame > .video-placeholder{z-index:4;}
#rtcStreamApp .video-frame > .stream-countdown{z-index:8;}
#rtcStreamApp .video-frame > .stream-player-live-indicator{z-index:12;}

/* source-style-56 */
/* Admin Settings: keep the whole right-hand workspace inside the viewport and
   scroll it internally at every desktop/tablet size. */
.admin-settings-workspace{
    min-width:0!important;
    max-width:100%!important;
    box-sizing:border-box!important;
    overflow-x:hidden!important;
}
.admin-settings-workspace .content,
.admin-settings-workspace .settings-grid,
.admin-settings-workspace .settings-grid>article,
.admin-settings-workspace .settings-grid form,
.admin-settings-workspace .field,
.admin-settings-workspace .settings-subscription-box,
.admin-settings-workspace .subscription-settings-row{
    min-width:0!important;
    max-width:100%!important;
    box-sizing:border-box!important;
}
.admin-settings-workspace input,
.admin-settings-workspace textarea,
.admin-settings-workspace select,
.admin-settings-workspace button,
.admin-settings-workspace .club-logo-upload,
.admin-settings-workspace .login-background-upload,
.admin-settings-workspace .stream-background-upload,
.admin-settings-workspace .stream-video-backing-upload,
.admin-settings-workspace .login-background-preview,
.admin-settings-workspace .stream-background-preview,
.admin-settings-workspace .stream-video-backing-preview{
    max-width:100%!important;
    box-sizing:border-box!important;
}
.admin-settings-workspace textarea{
    resize:vertical;
}
.admin-settings-workspace p,
.admin-settings-workspace label,
.admin-settings-workspace strong,
.admin-settings-workspace code{
    overflow-wrap:anywhere!important;
    word-break:break-word;
}

@media(min-width:761px){
    html,body{
        min-height:100%;
    }
    .admin-settings-workspace{
        height:100vh!important;
        height:100dvh!important;
        min-height:0!important;
        max-height:100vh!important;
        max-height:100dvh!important;
        overflow-y:auto!important;
        overflow-x:hidden!important;
        overscroll-behavior:contain;
        -webkit-overflow-scrolling:touch;
        scrollbar-gutter:stable;
    }
    .admin-settings-workspace .content{
        width:100%!important;
        padding-bottom:24px!important;
    }
    .admin-settings-workspace .settings-grid.settings-grid-single{
        width:100%!important;
        grid-template-columns:minmax(0,1fr)!important;
        align-items:start!important;
    }
    .admin-settings-workspace .settings-grid>article.panel{
        width:100%!important;
        overflow:hidden!important;
    }
}

/* On small screens Settings remains normal page flow, but every control stays
   inside the viewport and can never push the page sideways. */
@media(max-width:760px){
    .admin-settings-workspace{
        width:100%!important;
        min-height:0!important;
        height:auto!important;
        max-height:none!important;
        overflow-x:hidden!important;
        overflow-y:visible!important;
    }
    .admin-settings-workspace .settings-grid,
    .admin-settings-workspace .settings-grid>article.panel{
        width:100%!important;
        max-width:100%!important;
    }
    .admin-settings-workspace .subscription-settings-row{
        grid-template-columns:minmax(0,1fr)!important;
    }
    .admin-settings-workspace .primary[type="submit"]{
        width:100%!important;
    }
}

/* source-style-57 */
/* Admin Settings: compact, structured and easy to scan. */
.admin-settings-workspace{
    --settings-gap:10px;
}
.admin-settings-workspace .topbar{
    min-height:58px!important;
    padding:9px 12px!important;
    border-radius:13px!important;
}
.admin-settings-workspace .topbar h1{font-size:23px!important;}
.admin-settings-workspace .topbar p{font-size:11px!important;margin-top:2px!important;}
.admin-settings-workspace .content{padding-top:9px!important;}
.admin-settings-workspace .settings-grid{gap:9px!important;}
.admin-settings-workspace .settings-grid>article.panel{
    padding:13px!important;
    border-radius:15px!important;
}
.admin-settings-workspace .settings-grid>article.panel>.panel-head{
    margin:0 0 10px!important;
    padding:0 1px 9px!important;
    border-bottom:1px solid #f1dce2;
}
.admin-settings-workspace .settings-grid>article.panel>.panel-head h2{
    font-size:19px!important;
    line-height:1.15!important;
}
.admin-settings-workspace .settings-grid>article.panel>.panel-head p{
    margin-top:3px!important;
    font-size:11px!important;
    line-height:1.35!important;
}
.admin-settings-workspace .settings-grid form{
    display:grid;
    gap:var(--settings-gap);
}
.admin-settings-workspace .settings-core-grid{
    display:grid;
    grid-template-columns:minmax(220px,.72fr) minmax(300px,1.28fr);
    gap:var(--settings-gap);
    align-items:start;
}
.admin-settings-workspace .settings-core-grid>.field,
.admin-settings-workspace .settings-media-grid>.field{
    margin:0!important;
}
.admin-settings-workspace .field{
    gap:5px!important;
    margin-bottom:0!important;
}
.admin-settings-workspace .field>label{
    font-size:10.5px!important;
    line-height:1.25!important;
    letter-spacing:.045em!important;
}
.admin-settings-workspace .field input,
.admin-settings-workspace .field textarea,
.admin-settings-workspace .field select{
    min-height:38px!important;
    padding:8px 10px!important;
    border-radius:9px!important;
    font-size:12px!important;
}
.admin-settings-workspace .field textarea{
    height:64px!important;
    min-height:64px!important;
    line-height:1.35!important;
}
.admin-settings-workspace .settings-media-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:var(--settings-gap);
    align-items:stretch;
}
.admin-settings-workspace .settings-media-card{
    align-content:start;
    padding:10px!important;
    border:1px solid #f0d5dc;
    border-radius:12px;
    background:#fffafb;
    box-shadow:0 4px 12px rgba(132,65,82,.035);
}
.admin-settings-workspace .club-logo-upload,
.admin-settings-workspace .login-background-upload,
.admin-settings-workspace .stream-background-upload,
.admin-settings-workspace .stream-video-backing-upload{
    padding:7px!important;
    border-radius:9px!important;
    background:#fff!important;
}
.admin-settings-workspace .club-logo-upload input[type=file],
.admin-settings-workspace .login-background-upload input[type=file],
.admin-settings-workspace .stream-background-upload input[type=file],
.admin-settings-workspace .stream-video-backing-upload input[type=file]{
    min-height:36px!important;
    padding:6px 7px!important;
    border-radius:8px!important;
    font-size:10.5px!important;
}
.admin-settings-workspace .club-logo-upload p,
.admin-settings-workspace .login-background-upload p,
.admin-settings-workspace .stream-background-upload p,
.admin-settings-workspace .stream-video-backing-upload p{
    margin:6px 1px 0!important;
    font-size:10px!important;
    line-height:1.32!important;
}
.admin-settings-workspace .login-background-preview,
.admin-settings-workspace .stream-background-preview,
.admin-settings-workspace .stream-video-backing-preview{
    width:100%!important;
    height:96px!important;
    aspect-ratio:auto!important;
    margin-top:7px!important;
    border-radius:9px!important;
}
.admin-settings-workspace .login-background-remove,
.admin-settings-workspace .stream-background-remove,
.admin-settings-workspace .stream-video-backing-remove{
    min-height:34px!important;
    margin-top:7px!important;
    padding:7px 8px!important;
    gap:6px!important;
    border-radius:8px!important;
    font-size:10px!important;
    line-height:1.25!important;
}
.admin-settings-workspace .login-background-remove input,
.admin-settings-workspace .stream-background-remove input,
.admin-settings-workspace .stream-video-backing-remove input{
    width:15px!important;
    height:15px!important;
    flex:0 0 15px!important;
}
.admin-settings-workspace .settings-subscription-box{
    margin:0!important;
    padding:10px 11px!important;
    border-radius:12px!important;
    background:#fff9fb!important;
}
.admin-settings-workspace .settings-subscription-box .panel-head{
    margin:0 0 7px!important;
}
.admin-settings-workspace .settings-subscription-box .panel-head h2{
    font-size:17px!important;
}
.admin-settings-workspace .settings-subscription-box .panel-head p{
    margin-top:2px!important;
    font-size:10.5px!important;
    line-height:1.3!important;
}
.admin-settings-workspace .subscription-enable{
    margin:4px 0 8px!important;
    gap:7px!important;
    font-size:11px!important;
}
.admin-settings-workspace .subscription-enable input{
    width:16px!important;
    height:16px!important;
}
.admin-settings-workspace .subscription-settings-row{
    grid-template-columns:minmax(180px,.8fr) minmax(190px,1fr)!important;
    gap:8px!important;
    max-width:620px!important;
}
.admin-settings-workspace .stripe-connection{
    margin-top:6px!important;
    padding:6px 8px!important;
    font-size:10px!important;
}
.admin-settings-workspace .settings-subscription-box>p{
    margin-top:6px!important;
    font-size:10px!important;
    line-height:1.35!important;
}
.admin-settings-workspace .settings-save-bar{
    position:sticky;
    bottom:0;
    z-index:4;
    display:flex;
    justify-content:flex-end;
    padding:8px 0 1px;
    background:linear-gradient(180deg,rgba(255,253,253,0),#fffdfd 34%);
}
.admin-settings-workspace .settings-save-bar .primary{
    min-height:40px!important;
    padding:9px 14px!important;
    border-radius:10px!important;
    font-size:12px!important;
    box-shadow:0 6px 16px rgba(177,73,98,.16);
}
@media(max-width:1180px) and (min-width:761px){
    .admin-settings-workspace .settings-media-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
    .admin-settings-workspace .settings-media-card:last-child{grid-column:1/-1;}
    .admin-settings-workspace .settings-core-grid{grid-template-columns:1fr 1fr;}
}
@media(max-width:760px){
    .admin-settings-workspace{--settings-gap:8px;}
    .admin-settings-workspace .topbar{padding:9px 10px!important;}
    .admin-settings-workspace .settings-grid>article.panel{padding:11px!important;}
    .admin-settings-workspace .settings-core-grid,
    .admin-settings-workspace .settings-media-grid,
    .admin-settings-workspace .subscription-settings-row{
        grid-template-columns:minmax(0,1fr)!important;
    }
    .admin-settings-workspace .settings-media-card:last-child{grid-column:auto;}
    .admin-settings-workspace .login-background-preview,
    .admin-settings-workspace .stream-background-preview,
    .admin-settings-workspace .stream-video-backing-preview{height:120px!important;}
    .admin-settings-workspace .settings-save-bar{
        position:static;
        padding-top:2px;
        background:transparent;
    }
    .admin-settings-workspace .settings-save-bar .primary{width:100%!important;}
}

/* source-style-58 */
#rtcStreamApp .stream-heading{
    background-color:var(--stream-heading-panel-color,#fffdfd)!important;
    background:var(--stream-heading-panel-color,#fffdfd)!important;
}
#rtcStreamApp[data-role="member"] .member-viewer-panel .stream-heading,
body.stream-mobile-page #rtcStreamApp[data-role="member"] .member-viewer-panel .stream-heading{
    background-color:var(--stream-heading-panel-color,#fffdfd)!important;
    background:var(--stream-heading-panel-color,#fffdfd)!important;
}
#rtcStreamApp[data-role="member"] .member-viewer-panel .stream-heading #rtcDisplayTitle{
    color:var(--stream-heading-panel-text-color,#ffffff)!important;
}
.admin-settings-workspace .stream-heading-colour-setting,
.admin-settings-workspace .website-theme-colour-setting{
    padding:9px 10px!important;
    border:1px solid #f0d7de;
    border-radius:11px;
    background:#fffafb;
}
.admin-settings-workspace .stream-heading-colour-row,
.admin-settings-workspace .website-theme-colour-row{
    display:flex;
    align-items:center;
    gap:9px;
}
.admin-settings-workspace .stream-heading-colour-row input[type="color"],
.admin-settings-workspace .website-theme-colour-row input[type="color"]{
    flex:0 0 50px!important;
    width:50px!important;
    height:38px!important;
    min-height:38px!important;
    padding:3px!important;
    border-radius:9px!important;
    cursor:pointer;
}
.admin-settings-workspace .stream-heading-colour-row output,
.admin-settings-workspace .website-theme-colour-row output{
    min-width:78px;
    padding:7px 9px;
    border:1px solid #eed8de;
    border-radius:8px;
    background:#fff;
    color:#704b57;
    font:800 11px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;
    text-align:center;
}
.admin-settings-workspace .stream-heading-colour-setting p,
.admin-settings-workspace .website-theme-colour-setting p{
    margin:3px 0 0!important;
    color:var(--muted);
    font-size:10.5px!important;
    line-height:1.3!important;
}
@media(min-width:761px){
    .admin-settings-workspace .settings-core-grid{
        grid-template-columns:minmax(155px,.52fr) minmax(250px,1fr) minmax(165px,.56fr) minmax(165px,.56fr)!important;
    }
}

/* source-style-59 */
/* The Admin-uploaded live stream backing image must remain completely unobstructed. */
#rtcStreamApp .video-frame.has-stream-video-backing{
    filter:none!important;
    -webkit-filter:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    background-color:transparent!important;
    background-image:var(--stream-video-backing-image)!important;
    background-size:cover!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
}
#rtcStreamApp .video-frame.has-stream-video-backing::before,
#rtcStreamApp .video-frame.has-stream-video-backing::after,
#rtcStreamApp[data-role="member"] .member-viewer-panel .video-frame.has-stream-video-backing::before,
#rtcStreamApp[data-role="member"] .member-viewer-panel .video-frame.has-stream-video-backing::after,
#rtcStreamApp[data-role="admin"] .admin-viewer-panel .video-frame.has-stream-video-backing::before,
#rtcStreamApp[data-role="admin"] .admin-viewer-panel .video-frame.has-stream-video-backing::after{
    content:none!important;
    display:none!important;
    background:none!important;
    opacity:0!important;
    filter:none!important;
    -webkit-filter:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    box-shadow:none!important;
}
#rtcStreamApp .video-frame.has-stream-video-backing > video{
    background:transparent!important;
    filter:none!important;
    -webkit-filter:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    opacity:1!important;
}
/* When the placeholder is visible, do not lay a translucent/blurred film over the backing image. */
#rtcStreamApp .video-frame.has-stream-video-backing > .video-placeholder{
    background:transparent!important;
    background-image:none!important;
    filter:none!important;
    -webkit-filter:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
}
#rtcStreamApp .video-frame.has-stream-video-backing > .video-placeholder::before,
#rtcStreamApp .video-frame.has-stream-video-backing > .video-placeholder::after{
    content:none!important;
    display:none!important;
}
#rtcStreamApp .video-frame.has-stream-video-backing > .video-placeholder > div{
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    filter:none!important;
    -webkit-filter:none!important;
}

/* source-style-60 */
.admin-settings-workspace .stripe-admin-credentials{margin-top:12px;padding:12px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.56);display:grid;gap:10px;min-width:0}
.admin-settings-workspace .stripe-credential-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;min-width:0}
.admin-settings-workspace .stripe-credential-head>div{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}
.admin-settings-workspace .stripe-credential-head strong{font-size:13px}
.admin-settings-workspace .stripe-credential-head small{color:var(--muted);font-size:10px;font-weight:750;text-align:right}
.admin-settings-workspace .stripe-admin-credentials .stripe-connection{margin:0;padding:5px 8px;font-size:10px}
.admin-settings-workspace .stripe-secret-field{margin:0;min-width:0}
.admin-settings-workspace .stripe-secret-field label{font-size:11px;overflow-wrap:anywhere}
.admin-settings-workspace .stripe-secret-field input{width:100%;min-width:0;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px}
.admin-settings-workspace .stripe-secret-field p,.admin-settings-workspace .stripe-setup-note{margin:5px 0 0;color:var(--muted);font-size:10.5px;line-height:1.45;overflow-wrap:anywhere}
.admin-settings-workspace .stripe-setup-note{padding:8px 9px;border-radius:9px;background:rgba(0,0,0,.035)}
.admin-settings-workspace .stripe-remove-key{display:flex;align-items:center;gap:8px;font-size:10.5px;font-weight:750;color:var(--muted)}
.admin-settings-workspace .stripe-remove-key input{width:16px;height:16px;flex:0 0 auto}
.admin-settings-workspace .stripe-test-button{justify-self:start;min-height:36px;padding:8px 11px;font-size:11px}
@media(max-width:620px){.admin-settings-workspace .stripe-credential-head{display:grid}.admin-settings-workspace .stripe-credential-head small{text-align:left}}


/* BOOK CLUB FEED IMAGE + VIDEO ATTACHMENTS ----------------------------- */
.book-talk-feed-actions.has-media-admin{grid-template-columns:repeat(6,minmax(0,1fr))}
.book-talk-feed-action.has-attachment{background:var(--theme-soft,#f7e8ec)!important;color:var(--theme-deep,#733a49)!important}
.book-talk-media-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,240px));gap:8px;padding:0 12px 10px}
.book-talk-media-card{position:relative;display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;width:100%!important;height:150px!important;overflow:hidden!important;padding:0!important;border:1px solid rgba(0,0,0,.10)!important;border-radius:12px!important;background:#f5f3f4!important;color:var(--theme-deep,#733a49)!important;box-shadow:none!important;transform:none!important;cursor:pointer}
.book-talk-media-card:hover,.book-talk-media-card:focus{border-color:var(--theme-base,#d86d83)!important;box-shadow:0 0 0 2px color-mix(in srgb,var(--theme-base,#d86d83) 16%,transparent)!important;transform:none!important}
.book-talk-media-card.is-image img{display:block;width:100%;height:100%;object-fit:cover}
.book-talk-media-card.is-image span{position:absolute;left:8px;bottom:8px;padding:4px 8px;border-radius:999px;background:rgba(20,16,18,.78);color:#fff;font-size:10px;font-weight:900;letter-spacing:.02em}
.book-talk-media-card.is-video{flex-direction:column!important;gap:7px!important;background:#fff!important;background-image:none!important}
.book-talk-media-card.is-video .book-talk-media-play{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:transparent;color:var(--theme-on-base,#fff);font-size:20px;line-height:1;padding-left:3px;box-shadow:none}
.book-talk-media-card.is-video strong{font-size:12px}.book-talk-media-card.is-video small{font-size:9px;color:var(--muted)}
.book-talk-media-viewer{position:fixed;inset:0;z-index:2147483647;display:grid;place-items:center;padding:18px;background:rgba(28,20,24,.68);backdrop-filter:blur(5px)}
.book-talk-media-viewer[hidden]{display:none!important}
.book-talk-media-viewer-panel{width:min(920px,calc(100vw - 36px));max-height:calc(100dvh - 36px);display:flex;flex-direction:column;overflow:hidden;border:1px solid color-mix(in srgb,var(--theme-base,#d86d83) 32%,#fff);border-radius:20px;background:#fff;box-shadow:0 30px 100px rgba(0,0,0,.40)}
.book-talk-media-viewer-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex:0 0 auto;padding:13px 15px;border-bottom:1px solid var(--line);background:#fffafb}
.book-talk-media-viewer-head strong{font:800 20px/1.15 Georgia,serif;color:var(--ink)}
.book-talk-media-viewer-head button{display:grid!important;place-items:center!important;width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;padding:0!important;border:1px solid var(--line)!important;border-radius:10px!important;background:var(--theme-soft,#f7e8ec)!important;color:var(--theme-deep,#733a49)!important;font-size:22px!important;line-height:1!important;box-shadow:none!important}
.book-talk-media-viewer-body{display:grid;place-items:center;flex:1 1 auto;min-height:0;overflow:auto;padding:14px;background:#171417}
.book-talk-media-viewer-body img,.book-talk-media-viewer-body video{display:block;max-width:100%;max-height:calc(100dvh - 170px);width:auto;height:auto;object-fit:contain;background:#111}
.book-talk-media-viewer-body video{width:100%}
.book-talk-media-viewer-actions{display:flex;justify-content:flex-end;flex:0 0 auto;padding:10px 14px;border-top:1px solid var(--line);background:#fff}
.book-talk-media-viewer-actions .primary{min-width:100px}
@media(max-width:760px){
    .book-talk-feed-actions.has-media-admin{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:32px}
    .book-talk-media-strip{grid-template-columns:1fr;gap:7px;padding:0 10px 9px}
    .book-talk-media-card{height:135px!important}
    .book-talk-media-viewer{padding:10px;align-items:center}
    .book-talk-media-viewer-panel{width:calc(100vw - 20px);max-height:calc(100dvh - 20px);border-radius:16px}
    .book-talk-media-viewer-head{padding:11px 12px}.book-talk-media-viewer-head strong{font-size:18px}
    .book-talk-media-viewer-body{padding:8px}.book-talk-media-viewer-body img,.book-talk-media-viewer-body video{max-height:calc(100dvh - 145px)}
    .book-talk-media-viewer-actions{padding:8px 10px calc(8px + env(safe-area-inset-bottom))}.book-talk-media-viewer-actions .primary{width:100%}
}


/* COURTREADZ 8.0.33 — Feed prompt layering, media action icons, main-post Book attachment */
.book-talk-media-action{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important}
.book-talk-action-svg{width:15px;height:15px;flex:0 0 15px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
.book-talk-feed-post > .book-talk-shared-book{margin:0 12px 10px}
@media(max-width:760px){.book-talk-media-action{gap:4px!important}.book-talk-action-svg{width:14px;height:14px;flex-basis:14px}.book-talk-feed-post > .book-talk-shared-book{margin:0 10px 9px}}


/* COURTREADZ 8.0.34 — clean media viewer + real Feed image/video thumbnails */
.book-talk-media-card{background:#171417!important}
.book-talk-media-card.is-image,.book-talk-media-card.is-video{display:block!important;position:relative!important}
.book-talk-media-thumb-image,.book-talk-media-thumb-video{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;background:#171417!important;pointer-events:none!important}
.book-talk-media-thumb-image{opacity:1!important}
.book-talk-media-thumb-video{opacity:1!important}
.book-talk-media-thumb-video.has-error{opacity:.18!important}
html.app-document body[data-current-view="book_talk"] #bookClubTalkApp .book-talk-media-thumb-image.book-talk-media-thumb-video-poster{object-fit:contain!important;object-position:center center!important;background:#fff!important}
html.app-document body[data-current-view="book_talk"] #bookClubTalkApp .book-talk-media-card.is-video{border:1px solid rgba(var(--theme-rgb,216,109,131),.34)!important;border-radius:12px!important;background:#fff!important;overflow:hidden!important;cursor:pointer!important;touch-action:manipulation!important}
html.app-document body[data-current-view="book_talk"] #bookClubTalkApp .book-talk-media-card.is-video:focus-visible{outline:3px solid var(--theme,#d86d83)!important;outline-offset:-3px!important}
html.app-document body[data-current-view="book_talk"] #bookClubTalkApp .book-talk-media-card.is-video .book-talk-media-thumb-video-poster{position:absolute!important;inset:0!important;z-index:1!important;display:block!important;box-sizing:border-box!important;width:100%!important;height:100%!important;border-radius:inherit!important;object-fit:contain!important;object-position:center center!important;background:#fff!important;pointer-events:none!important}
html.app-document body[data-current-view="book_talk"] #bookClubTalkApp .book-talk-video-thumbnail-sparkles{position:absolute!important;inset:0!important;z-index:2!important;border-radius:inherit!important;overflow:hidden!important;pointer-events:none!important;contain:strict!important}
html.app-document body[data-current-view="book_talk"] #bookClubTalkApp .book-talk-video-thumbnail-sparkles[hidden]{display:none!important}
html.app-document body[data-current-view="book_talk"] #bookClubTalkApp .book-talk-video-thumbnail-sparkle-side{position:absolute!important;top:0!important;bottom:0!important;width:var(--video-side-width,0px)!important;overflow:hidden!important;pointer-events:none!important}
html.app-document body[data-current-view="book_talk"] #bookClubTalkApp .book-talk-video-thumbnail-sparkle-side.is-left{left:0!important}
html.app-document body[data-current-view="book_talk"] #bookClubTalkApp .book-talk-video-thumbnail-sparkle-side.is-right{right:0!important}
html.app-document body[data-current-view="book_talk"] #bookClubTalkApp .book-talk-video-thumbnail-sparkle-side .book-talk-media-viewer-sparkle{animation-play-state:paused!important}
html.app-document body[data-current-view="book_talk"] #bookClubTalkApp .book-talk-video-thumbnail-sparkles.is-active .book-talk-media-viewer-sparkle{animation-play-state:running!important}
html.book-talk-feed-viewer-open body[data-current-view="book_talk"] #bookClubTalkApp .book-talk-video-thumbnail-sparkles .book-talk-media-viewer-sparkle{animation-play-state:paused!important}
html.app-document body[data-current-view="book_talk"] #bookClubTalkApp .book-talk-media-card.is-video .book-talk-media-play{position:absolute!important;inset:0!important;left:0!important;top:0!important;z-index:3!important;display:grid!important;place-items:center!important;width:100%!important;height:100%!important;padding:0!important;border:0!important;border-radius:inherit!important;background:transparent!important;background-image:none!important;color:#fff!important;font-size:34px!important;line-height:1!important;text-shadow:0 3px 14px rgba(0,0,0,.9)!important;box-shadow:none!important;transform:none!important;pointer-events:none!important;transition:color .15s ease,font-size .15s ease!important}
html.app-document body[data-current-view="book_talk"] #bookClubTalkApp .book-talk-media-card.is-video:hover .book-talk-media-play,html.app-document body[data-current-view="book_talk"] #bookClubTalkApp .book-talk-media-card.is-video:focus-visible .book-talk-media-play{background:transparent!important;background-image:none!important;font-size:38px!important}
html.app-document body[data-current-view="book_talk"] #bookClubTalkApp .book-talk-media-card.is-video .book-talk-media-type-badge{display:none!important}
.book-talk-media-type-badge{position:absolute;left:8px;bottom:8px;z-index:3;padding:4px 8px;border-radius:999px;background:rgba(20,16,18,.82);color:#fff;font-size:10px;font-weight:900;letter-spacing:.02em;pointer-events:none}
.book-talk-media-card.is-video .book-talk-media-play{position:absolute;left:50%;top:50%;z-index:4;transform:translate(-50%,-50%);display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:transparent;color:var(--theme-on-base,#fff);font-size:20px;line-height:1;padding-left:3px;box-shadow:none;pointer-events:none}
.book-talk-media-viewer-panel{position:relative}
.book-talk-media-viewer-head{display:none!important}
.book-talk-media-viewer-close{position:absolute!important;top:10px!important;right:10px!important;z-index:10!important;display:grid!important;place-items:center!important;width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;padding:0!important;border:1px solid rgba(255,255,255,.55)!important;border-radius:10px!important;background:rgba(24,20,22,.78)!important;color:#fff!important;font-size:25px!important;line-height:1!important;box-shadow:0 5px 20px rgba(0,0,0,.28)!important;backdrop-filter:blur(6px)!important}
.book-talk-media-viewer-close:hover,.book-talk-media-viewer-close:focus{background:var(--theme-base,#d86d83)!important;color:var(--theme-on-base,#fff)!important;border-color:var(--theme-base,#d86d83)!important}
.book-talk-media-viewer-body{padding:0!important;min-height:160px}
.book-talk-media-viewer-body img,.book-talk-media-viewer-body video{max-height:calc(100dvh - 100px)!important}
@media(max-width:760px){
  .book-talk-media-viewer-close{top:7px!important;right:7px!important;width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important}
  .book-talk-media-viewer-body img,.book-talk-media-viewer-body video{max-height:calc(100dvh - 82px)!important}
}

/* COURTREADZ 8.0.35 — view-only Feed media controls */
.book-talk-media-viewer-panel,.book-talk-media-viewer-body,.book-talk-media-viewer-body img,.book-talk-media-viewer-body video{-webkit-user-select:none!important;user-select:none!important;-webkit-touch-callout:none!important}
.book-talk-media-viewer-body img,.book-talk-media-viewer-body video{pointer-events:auto}
.book-talk-media-viewer-actions{align-items:center!important;gap:9px!important;flex-wrap:wrap!important}
.book-talk-media-viewer-video-controls{display:flex;align-items:center;gap:10px;margin-right:auto}
.book-talk-media-viewer-video-controls[hidden]{display:none!important}
.book-talk-media-viewer-actions button{min-height:38px}
.book-talk-media-volume{display:flex;align-items:center;gap:8px;font-weight:700;color:var(--ink)}
.book-talk-media-volume input[type=range]{width:120px;accent-color:var(--theme-base,#d86d83)}
.book-talk-media-viewer-panel:fullscreen{width:100vw!important;height:100vh!important;max-width:none!important;max-height:none!important;border:0!important;border-radius:0!important;background:#111!important}
.book-talk-media-viewer-panel:fullscreen .book-talk-media-viewer-body{min-height:0!important;flex:1 1 auto!important}
.book-talk-media-viewer-panel:fullscreen .book-talk-media-viewer-body img,.book-talk-media-viewer-panel:fullscreen .book-talk-media-viewer-body video{max-width:100vw!important;max-height:calc(100vh - 72px)!important}
@media(max-width:720px){.book-talk-media-viewer-actions{justify-content:center!important}.book-talk-media-viewer-video-controls{width:100%;margin-right:0;justify-content:center}.book-talk-media-volume{flex:1;min-width:150px}.book-talk-media-volume input[type=range]{width:100%;min-width:100px}.book-talk-media-viewer-actions .primary{width:auto!important;min-width:88px!important}}

/* Announcements media + reactions — 8.0.36 */
.announcement-media-inputs{display:grid;grid-template-columns:1fr 1fr;gap:9px;min-width:0}
.announcement-media-picker{display:flex;align-items:center;gap:9px;min-width:0;padding:9px 10px;border:1px solid var(--line);border-radius:10px;background:#fff;font-size:11px;font-weight:900;color:var(--ink);cursor:pointer}
.announcement-media-picker span{white-space:nowrap;color:var(--theme-base,#a13f57)}
.announcement-media-picker input{min-width:0;width:100%;font:inherit;font-size:11px}
.announcement-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-width:0}
.announcement-media-item{position:relative;display:grid;gap:6px;min-width:0}
.announcement-media-open{position:relative;display:block;width:100%;height:220px;padding:0;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#111;cursor:pointer}
.announcement-media-open img,.announcement-media-open video{display:block;width:100%;height:100%;object-fit:cover;background:#111;pointer-events:none;-webkit-user-drag:none;user-select:none}
.announcement-video-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:rgba(0,0,0,.66);color:#fff;font-size:21px;box-shadow:0 3px 14px rgba(0,0,0,.25)}
.announcement-media-remove-form{display:flex;justify-content:flex-end}
.announcement-media-remove-form button{border:0;background:transparent;color:#a52632;font-size:11px;font-weight:900;cursor:pointer;padding:4px 2px}
.announcement-reactions{display:flex;align-items:center;gap:7px;flex-wrap:wrap;padding-top:2px}
.announcement-reactions form{margin:0}
.announcement-reactions button{min-height:34px;padding:6px 10px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);font:inherit;font-size:11px;font-weight:900;cursor:pointer}
.announcement-reactions button:hover,.announcement-reactions button.is-active{border-color:var(--theme-base,#d86d83);background:var(--theme-soft,#fde3e9);color:var(--theme-base,#9c3951)}
.announcement-media-viewer[hidden]{display:none!important}
.announcement-media-viewer{position:fixed;inset:0;z-index:2147483600;display:grid;place-items:center;padding:18px}
.announcement-media-viewer-backdrop{position:absolute;inset:0;background:rgba(16,12,18,.82);backdrop-filter:blur(3px)}
.announcement-media-viewer-panel{position:relative;z-index:1;display:grid;grid-template-rows:minmax(0,1fr) auto;width:min(94vw,980px);max-height:92vh;min-height:280px;padding:42px 14px 14px;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:#0b0b0d;box-shadow:0 24px 70px rgba(0,0,0,.48);overflow:hidden}
.announcement-media-viewer-x{position:absolute;right:10px;top:8px;z-index:3;width:32px;height:32px;padding:0;border:1px solid rgba(255,255,255,.32);border-radius:9px;background:rgba(0,0,0,.62);color:#fff;font-size:22px;line-height:1;cursor:pointer}
#announcementMediaViewerStage{display:grid;place-items:center;min-height:0;overflow:hidden}
#announcementMediaViewerStage img,#announcementMediaViewerStage video{display:block;max-width:100%;max-height:74vh;object-fit:contain;background:#000;-webkit-user-drag:none;user-select:none}
.announcement-media-viewer-controls{display:flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding-top:10px}
.announcement-media-viewer-controls button{min-height:34px;padding:7px 12px;border:1px solid rgba(255,255,255,.35);border-radius:9px;background:#17171b;color:#fff;font-weight:850;cursor:pointer}
.announcement-media-viewer-controls input[type=range]{width:min(180px,34vw)}
body.announcement-media-viewer-open{overflow:hidden}
@media(max-width:620px){.announcement-media-inputs,.announcement-media-grid{grid-template-columns:1fr}.announcement-media-open{height:190px}.announcement-media-viewer{padding:8px}.announcement-media-viewer-panel{width:calc(100vw - 16px);max-height:94vh;padding:40px 8px 8px}.announcement-media-viewer-controls{gap:7px;flex-wrap:wrap}}


/* Feed attachment removal — 8.0.37 */
.book-talk-media-card-wrap{position:relative;min-width:0}
.book-talk-attachment-remove{position:absolute;right:8px;top:8px;z-index:6;display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:28px;padding:4px 10px;border:1px solid rgba(0,0,0,.10);border-radius:999px;background:rgba(255,255,255,.95);color:#7a2e44;font-size:11px;font-weight:900;line-height:1;box-shadow:0 6px 18px rgba(0,0,0,.14);cursor:pointer}
.book-talk-attachment-remove:hover,.book-talk-attachment-remove:focus{background:#fff;border-color:color-mix(in srgb,var(--theme-base,#d86d83) 40%, rgba(0,0,0,.10));box-shadow:0 0 0 2px color-mix(in srgb,var(--theme-base,#d86d83) 16%,transparent),0 6px 18px rgba(0,0,0,.14)}
.book-talk-attachment-remove[disabled]{opacity:.65;cursor:wait}
.book-talk-shared-book{position:relative}
.book-talk-shared-book .book-talk-attachment-remove{top:10px;right:10px}
.book-talk-shared-book-copy{padding-right:118px}
@media(max-width:760px){.book-talk-attachment-remove{top:6px;right:6px;min-height:24px;padding:3px 8px;font-size:10px}.book-talk-shared-book-copy{padding-right:0;padding-top:26px}}


/* Feed media corner remove — 8.0.38 */
.book-talk-media-card-wrap{position:relative;min-width:0}
.book-talk-media-corner-remove{position:absolute!important;top:7px!important;right:7px!important;z-index:30!important;display:grid!important;place-items:center!important;width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;padding:0!important;margin:0!important;border:2px solid rgba(255,255,255,.95)!important;border-radius:50%!important;background:rgba(25,18,21,.88)!important;color:#fff!important;font-size:20px!important;font-weight:900!important;line-height:1!important;box-shadow:0 3px 10px rgba(0,0,0,.35)!important;cursor:pointer!important}
.book-talk-media-corner-remove:hover,.book-talk-media-corner-remove:focus{background:var(--theme-base,#d86d83)!important;color:var(--theme-on-base,#fff)!important;transform:none!important}
.book-talk-media-corner-remove[disabled]{opacity:.6!important;cursor:wait!important}
@media(max-width:760px){.book-talk-media-corner-remove{top:6px!important;right:6px!important;width:27px!important;height:27px!important;min-width:27px!important;min-height:27px!important;font-size:19px!important}}


/* Announcement attachment remove x — 8.0.39 */
.announcement-book-attach,.announcement-media-item{position:relative}
.announcement-attachment-remove-form{position:absolute;top:8px;right:8px;z-index:6;margin:0}
.announcement-attachment-remove{display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:999px;background:rgba(255,255,255,.96);color:#a52632;font-size:20px;font-weight:900;line-height:1;cursor:pointer;box-shadow:0 6px 18px rgba(0,0,0,.14);padding:0}
.announcement-attachment-remove:hover,.announcement-attachment-remove:focus{background:#fff;box-shadow:0 0 0 2px color-mix(in srgb,var(--theme-base,#d86d83) 16%,transparent),0 6px 18px rgba(0,0,0,.14)}
@media(max-width:620px){.announcement-attachment-remove-form{top:6px;right:6px}.announcement-attachment-remove{width:26px;height:26px;font-size:18px}}


/* COURTREADZ 8.0.54 — Book Club Feed Private Video Chat recording */
.book-talk-video-record{min-height:32px;padding:6px 11px;border-radius:9px;font-size:10px;font-weight:900}
.book-talk-video-record[hidden]{display:none!important}
.book-talk-video-record.is-recording{background:#d92d4b!important;color:#fff!important;border-color:#d92d4b!important;box-shadow:0 0 0 3px rgba(217,45,75,.14),0 0 18px rgba(217,45,75,.32)!important}
.book-talk-video-record.is-recording::before{content:"";width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:0 0 0 3px rgba(255,255,255,.18);animation:privateVideoRecordingPulse 1s ease-in-out infinite}
@keyframes privateVideoRecordingPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.72)}}
@media(prefers-reduced-motion:reduce){.book-talk-video-record.is-recording::before{animation:none}}

.private-video-recordings-page{width:100%;min-width:0}
.private-video-recordings-panel{display:grid;gap:16px;min-width:0}
.private-video-recordings-panel .panel-head{align-items:center}
.private-video-recording-count{display:grid;place-items:center;min-width:36px;height:36px;padding:0 10px;border-radius:999px;background:var(--theme-soft,#f7e8ec);color:var(--theme-deep,#733a49);font-size:12px;font-weight:950}
.private-video-recordings-empty{padding:34px 20px;border:1px dashed var(--line);border-radius:15px;text-align:center;color:var(--muted);font-weight:800;background:rgba(255,255,255,.55)}
.private-video-recordings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;min-width:0}
.private-video-recording-card{display:grid;gap:10px;min-width:0;padding:12px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(35,24,43,.06)}
.private-video-recording-preview{position:relative;display:grid;place-items:center;gap:8px;width:100%;min-height:165px;padding:18px;border:0;border-radius:12px;background:linear-gradient(145deg,#211923,#3c2430);color:#fff;cursor:pointer;overflow:hidden}
.private-video-recording-preview::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.12),transparent 36%);pointer-events:none}
.private-video-recording-play-icon{position:relative;z-index:1;display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background:rgba(255,255,255,.92);color:var(--theme-deep,#733a49);font-size:20px;box-shadow:0 10px 30px rgba(0,0,0,.24)}
.private-video-recording-preview>span:last-child{position:relative;z-index:1;font-size:11px;font-weight:900}
.private-video-recording-copy{display:grid;gap:4px;min-width:0}
.private-video-recording-copy strong{overflow-wrap:anywhere;font-size:14px;line-height:1.35}
.private-video-recording-copy small{color:var(--muted);font-size:10.5px;line-height:1.45;overflow-wrap:anywhere}
.private-video-recording-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.private-video-recording-actions .secondary{min-height:38px;padding:8px 10px;text-decoration:none;font-size:11px}
.private-video-recording-title-form{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;padding-top:2px}
.private-video-recording-title-form label{display:grid;gap:5px;min-width:0}
.private-video-recording-title-form label span{font-size:10px;font-weight:850;color:var(--muted)}
.private-video-recording-title-form input{width:100%;min-width:0;min-height:39px;border:1px solid var(--line);border-radius:10px;padding:8px 10px;background:#fff;color:var(--ink)}
.private-video-recording-title-form button,.private-video-recording-delete-form button{min-height:39px;padding:8px 11px;font-size:10.5px}
.private-video-recording-delete-form{display:flex;justify-content:flex-end}
.private-video-recording-dialog{border:0;padding:0;background:transparent;width:min(980px,calc(100vw - 24px));max-width:none}
.private-video-recording-dialog::backdrop{background:rgba(18,11,16,.68);backdrop-filter:blur(3px)}
.private-video-recording-dialog-card{display:grid;gap:10px;padding:12px;border-radius:17px;background:#fff;box-shadow:0 28px 80px rgba(0,0,0,.36)}
.private-video-recording-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}
.private-video-recording-dialog-head strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}
.private-video-recording-dialog video{display:block;width:100%;max-height:calc(100dvh - 130px);border-radius:12px;background:#000}
@media(max-width:620px){
  .private-video-recordings-grid{grid-template-columns:1fr}
  .private-video-recording-title-form{grid-template-columns:1fr}
  .private-video-recording-title-form button{width:100%}
  .private-video-recording-dialog{width:calc(100vw - 12px)}
  .private-video-recording-dialog-card{padding:8px;border-radius:13px}
}


/* COURTREADZ 8.0.58 — Mobile Book Club Members bottom drawer.
   The header stays visible as a strong bottom action bar; tapping it slides the
   full member list upward. The chat finishes immediately above the closed bar. */
.book-talk-members-mobile-hint{display:none}
@media(max-width:760px){
    html body[data-current-view="book_talk"] .book-talk-workspace{
        padding-bottom:calc(70px + env(safe-area-inset-bottom))!important;
        box-sizing:border-box!important;
    }
    html body[data-current-view="book_talk"] .book-talk-layout{
        gap:4px!important;
        padding-bottom:0!important;
        box-sizing:border-box!important;
    }
    html body[data-current-view="book_talk"] .book-talk-chat-panel{
        margin-bottom:2px!important;
    }
    html body[data-current-view="book_talk"] .book-talk-members-panel{
        position:fixed!important;
        z-index:9200!important;
        left:8px!important;
        right:8px!important;
        bottom:calc(6px + env(safe-area-inset-bottom))!important;
        width:auto!important;
        height:58px!important;
        min-height:58px!important;
        max-height:min(68dvh,560px)!important;
        margin:0!important;
        padding:0!important;
        border:1px solid color-mix(in srgb,var(--theme-base,#d86d83) 72%,#ffffff 28%)!important;
        border-radius:16px!important;
        background:var(--theme-surface,#fff)!important;
        overflow:hidden!important;
        box-shadow:0 -8px 28px rgba(82,22,46,.25),0 0 0 2px rgba(255,255,255,.82)!important;
        transition:height .28s cubic-bezier(.2,.78,.2,1),box-shadow .2s ease!important;
        isolation:isolate;
    }
    html body[data-current-view="book_talk"] .book-talk-members-panel.mobile-members-open{
        height:min(68dvh,560px)!important;
        box-shadow:0 -18px 48px rgba(64,19,38,.34),0 0 0 2px rgba(255,255,255,.9)!important;
    }
    html body[data-current-view="book_talk"] .book-talk-members-head{
        position:relative!important;
        z-index:2!important;
        flex:0 0 58px!important;
        min-height:58px!important;
        display:grid!important;
        grid-template-columns:minmax(0,1fr) auto!important;
        align-items:center!important;
        gap:10px!important;
        padding:8px 10px 8px 15px!important;
        border:0!important;
        border-bottom:0!important;
        border-radius:15px!important;
        background:linear-gradient(135deg,color-mix(in srgb,var(--theme-base,#d86d83) 92%,#ff9ab1 8%),color-mix(in srgb,var(--theme-deep,#733a49) 86%,#d86d83 14%))!important;
        color:#fff!important;
        cursor:pointer!important;
        user-select:none!important;
        -webkit-tap-highlight-color:transparent!important;
        box-shadow:inset 0 1px 0 rgba(255,255,255,.34),inset 0 -1px 0 rgba(50,9,28,.18)!important;
        outline:none!important;
    }
    html body[data-current-view="book_talk"] .book-talk-members-head:active{
        transform:translateY(1px);
    }
    html body[data-current-view="book_talk"] .book-talk-members-head:focus-visible{
        box-shadow:inset 0 1px 0 rgba(255,255,255,.34),0 0 0 3px rgba(255,255,255,.96),0 0 0 6px color-mix(in srgb,var(--theme-base,#d86d83) 65%,transparent)!important;
    }
    html body[data-current-view="book_talk"] .book-talk-members-head h3{
        margin:0!important;
        color:#fff!important;
        font-size:15px!important;
        font-weight:950!important;
        letter-spacing:.01em!important;
        line-height:1.08!important;
        text-shadow:0 1px 2px rgba(55,9,25,.28)!important;
    }
    html body[data-current-view="book_talk"] .book-talk-members-mobile-hint{
        display:block!important;
        margin-top:3px!important;
        color:rgba(255,255,255,.86)!important;
        font-size:9px!important;
        font-weight:850!important;
        letter-spacing:.02em!important;
        line-height:1!important;
    }
    html body[data-current-view="book_talk"] .book-talk-members-head .book-talk-member-count{
        min-width:34px!important;
        height:34px!important;
        padding:0 9px!important;
        border:1px solid rgba(255,255,255,.92)!important;
        border-radius:999px!important;
        background:#fff!important;
        color:var(--theme-deep,#733a49)!important;
        font-size:12px!important;
        font-weight:950!important;
        box-shadow:0 3px 10px rgba(63,15,34,.2)!important;
    }
    html body[data-current-view="book_talk"] .book-talk-members-head::after{
        content:none!important;
        display:none!important;
        animation:none!important;
    }
    html body[data-current-view="book_talk"] .book-talk-members-panel.mobile-members-open .book-talk-members-head{
        border-radius:15px 15px 0 0!important;
    }
    html body[data-current-view="book_talk"] .book-talk-members-panel.mobile-members-open .book-talk-members-head::after{
        content:none!important;
        display:none!important;
        animation:none!important;
    }
    html body[data-current-view="book_talk"] .book-talk-members-scroll{
        flex:1 1 auto!important;
        min-height:0!important;
        max-height:none!important;
        height:auto!important;
        padding:9px!important;
        opacity:0!important;
        transform:translateY(12px)!important;
        pointer-events:none!important;
        overflow-y:auto!important;
        overscroll-behavior:contain!important;
        background:var(--theme-surface,#fff)!important;
        transition:opacity .18s ease .04s,transform .25s ease!important;
    }
    html body[data-current-view="book_talk"] .book-talk-members-panel.mobile-members-open .book-talk-members-scroll{
        opacity:1!important;
        transform:translateY(0)!important;
        pointer-events:auto!important;
    }
}
@keyframes courtreadzMembersNudge{
    0%,72%,100%{transform:translateY(0)}
    82%{transform:translateY(-3px)}
    91%{transform:translateY(0)}
}
@media(max-width:760px) and (prefers-reduced-motion:reduce){
    html body[data-current-view="book_talk"] .book-talk-members-panel,
    html body[data-current-view="book_talk"] .book-talk-members-scroll{
        transition:none!important;
    }
    html body[data-current-view="book_talk"] .book-talk-members-head::after{
        animation:none!important;
    }
}


/* COURTREADZ 8.0.59 — full-width mobile Members bar + Private Chat fills to it. */
@media(max-width:760px){
    /* The Members control spans the complete phone viewport, edge-to-edge. */
    html body[data-current-view="book_talk"] .book-talk-members-panel{
        left:0!important;
        right:0!important;
        bottom:0!important;
        width:100vw!important;
        max-width:100vw!important;
        height:calc(58px + env(safe-area-inset-bottom))!important;
        min-height:calc(58px + env(safe-area-inset-bottom))!important;
        padding-bottom:env(safe-area-inset-bottom)!important;
        box-sizing:border-box!important;
        border-left:0!important;
        border-right:0!important;
        border-bottom:0!important;
        border-radius:16px 16px 0 0!important;
        box-shadow:0 -10px 30px rgba(82,22,46,.28)!important;
    }
    html body[data-current-view="book_talk"] .book-talk-members-head{
        border-radius:16px 16px 0 0!important;
    }
    html body[data-current-view="book_talk"] .book-talk-members-panel.mobile-members-open .book-talk-members-head{
        border-radius:16px 16px 0 0!important;
    }

    /* In a Private Chat, remove the spare page padding that used to create a
       blank strip above the bottom Members control. */
    html body[data-current-view="book_talk"] .book-talk-workspace.mobile-private-chat-fill{
        padding-bottom:0!important;
        overflow:hidden!important;
    }
    html body[data-current-view="book_talk"] #bookClubTalkApp.mobile-private-chat-fill{
        min-height:0!important;
        height:auto!important;
        padding-bottom:0!important;
        gap:0!important;
        overflow:hidden!important;
    }

    /* The entire Private Chat panel now runs from its existing top position
       to the exact top edge of the fixed 58px Members bar. */
    html body[data-current-view="book_talk"] #bookClubTalkApp.mobile-private-chat-fill .book-talk-chat-panel{
        height:calc(100dvh - var(--book-talk-mobile-chat-top,140px) - var(--book-talk-mobile-members-bar-height,58px) - env(safe-area-inset-bottom))!important;
        min-height:0!important;
        max-height:none!important;
        margin:0!important;
        padding-bottom:8px!important;
        overflow:hidden!important;
        display:flex!important;
        flex-direction:column!important;
        box-sizing:border-box!important;
    }
    /* Override the old mobile clamp() so the messages area grows into every
       available pixel and the composer stays directly above Members. */
    html body[data-current-view="book_talk"] #bookClubTalkApp.mobile-private-chat-fill .book-talk-messages{
        flex:1 1 auto!important;
        height:auto!important;
        min-height:0!important;
        max-height:none!important;
        overflow-y:auto!important;
        overflow-x:hidden!important;
    }
    html body[data-current-view="book_talk"] #bookClubTalkApp.mobile-private-chat-fill .book-talk-form.is-private{
        flex:0 0 auto!important;
        margin-bottom:0!important;
    }
}


/* COURTREADZ 8.0.60 — Mobile Private Chat: only the chat/messages section
   auto-sizes. The composer is kept directly above the fixed Members bar. */
@media(max-width:760px){
    html body[data-current-view="book_talk"] #bookClubTalkApp.mobile-private-chat-fill .book-talk-chat-panel{
        height:auto!important;
        min-height:0!important;
        max-height:none!important;
        margin-bottom:0!important;
        overflow:visible!important;
    }
    html body[data-current-view="book_talk"] #bookClubTalkApp.mobile-private-chat-fill #bookTalkMessages.book-talk-messages{
        flex:0 0 var(--book-talk-mobile-private-messages-height,calc(100dvh - 360px))!important;
        width:100%!important;
        height:var(--book-talk-mobile-private-messages-height,calc(100dvh - 360px))!important;
        min-height:180px!important;
        max-height:var(--book-talk-mobile-private-messages-height,calc(100dvh - 360px))!important;
        overflow-y:auto!important;
        overflow-x:hidden!important;
        box-sizing:border-box!important;
    }
    html body[data-current-view="book_talk"] #bookClubTalkApp.mobile-private-chat-fill #bookTalkForm.book-talk-form.is-private{
        flex:0 0 auto!important;
        margin:0!important;
    }
    html body[data-current-view="book_talk"] #bookClubTalkApp.mobile-private-chat-fill #bookTalkFeedback.book-talk-feedback{
        flex:0 0 auto!important;
        margin:0!important;
    }
}
