:root {
color-scheme: light dark;
}

/* ===========================
Каталог чатов (/chats ...)
=========================== */
.page-catalog {
margin: 0;
font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
background: #ffffff;
color: #000000;
}
.page-catalog a {
text-decoration: none;
color: #ffffff;
}
.page-catalog a:hover {
text-decoration:underline;
}
.page-catalog header.site {
padding: 16px 20px;
background: #818a9d;
position: sticky;
font-size: 28px;
}
.page-catalog .wrap {
max-width: 1200px;
margin: 0 auto;
padding: 10px;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
}
.page-catalog h1 {
font-size:28px;
margin:0 0 16px;
}
.page-catalog .meta {
font-size:12px;
opacity:.8;
margin:6px 0 0;
}
.page-catalog .badge {
display: inline-block;
background: #bcc0c7;
color: #000000;
border-radius: 999px;
padding: 4px 10px;
font-size: 12px;
}
.page-catalog .chat-card {
background: #edf2fa;
margin: 3px;
padding: 10px 20px;
border-radius: 10px;
}
.page-catalog .chat-link {
    font-size: 18px;
    font-weight: 600;
    color: #272727;
}
.page-catalog .desc {
margin:8px 0 0;
opacity:.9;
line-height:1.5;
}
.page-catalog nav.pager {
display:flex;
justify-content:space-between;
gap:12px;
margin:22px 0;
}
.page-catalog nav.pager a {
padding:8px 12px;
border:1px solid #2b3547;
border-radius:10px;
}
.page-catalog .stats {
font-size:13px;
opacity:.8;
margin:6px 0 16px;
}

/* ===========================
Страница одного чата (/chat/:slug)
=========================== */

.page-chat {
margin:0;
font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
background:#222631;
color:#ffffff;
}
.page-chat a {
color:#8ab4ff;
text-decoration:none;
}
.page-chat a:hover {
text-decoration:underline;
}
.page-chat header.site {
padding:0px 20px;
}
.page-chat .wrap {
max-width:860px;
margin:0 auto;
padding:30px;
}
.page-chat .chat-title {
font-size:28px;
line-height:1;
}
.page-chat .chat-desc {
opacity:.8;
margin:0 0 16px;
}
.page-chat .meta {
font-size:12px;
opacity:.7;
margin-bottom:18px;
}
.page-chat .msg {
padding:12px 0;
}
.page-chat .msg header {
font-size:14px;
margin-bottom:6px;
opacity:.9;
}
.page-chat .msg p {
margin:0;
line-height:1.5;
background:#3c4d62;
padding:10px 20px;
border-radius:10px;
width:fit-content;
}
.page-chat .live-banner {
border-radius: 130px;
font-size: 22px;
text-align: center;
text-transform: uppercase;
font-weight: 600;
line-height: 1.2;
display: flex;
width: 220px;
height: 220px;
justify-content: center;
margin: 45px auto;
align-items: center;
box-shadow: 0px 0px 0px 5px #0cbcff;
background: #222631;
box-shadow: 0px 0px 10px 0px aqua, inset 0px 0px 30px 0px #4f68e3;
}
.page-chat .live-banner::after {
content: '';
z-index: -1;
border-radius: 999px;
position: absolute;
width: 250px;
height: 250px;
background: conic-gradient(from 6deg, #66b6d4, #4f46e5, #0cbed4);
box-shadow: 0px 0px 50px #4d7cff;
}
.page-chat .live-btn {
cursor: pointer;
height: 130px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 155px;
transition: 0.5s;
}
.page-chat .live-btn:hover {
text-decoration: none;
width: 131px;
box-shadow: 0px 5px 0px #4582fb;
padding: 5px;
}
.page-chat figure {
margin:8px 0;
}
.page-chat img {
max-width:100%;
height:auto;
border-radius:6px;
}
.page-chat nav.pager {
display:flex;
justify-content:space-between;
gap:12px;
margin:22px 0;
}
.page-chat .badge {
display:inline-block;
background:#1b2230;
border:1px solid #2b3547;
border-radius:999px;
padding:4px 10px;
font-size:12px;
}
.page-chat .live-banner-text {
text-align: center;
position: absolute;
width: 290px;
top: 65px;
color: #bde0ff85;
font-size: 13px;
FONT-WEIGHT: 100;
}
