.club-chat{min-width:0;overflow:hidden;border:1px solid rgba(234,207,127,.2);border-radius:22px;background:linear-gradient(155deg,rgba(10,48,37,.97),rgba(4,25,20,.98));box-shadow:0 18px 42px rgba(0,0,0,.24)}
.club-chat-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 15px;border-bottom:1px solid rgba(234,207,127,.12)}
.club-chat-head small,.club-chat-head h3{display:block;margin:0}.club-chat-head small{color:#9dbbb0;font-size:.64rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.club-chat-head h3{margin-top:2px;font-size:1rem}
.club-chat-status{max-width:48%;color:#acc7bd;font-size:.66rem;font-weight:750;text-align:right}.club-chat-status[data-kind=error]{color:#ffb6ae}
.club-chat-messages{height:240px;display:flex;flex-direction:column;gap:8px;margin:0;padding:12px;overflow-y:auto;overscroll-behavior:contain;list-style:none;scrollbar-width:thin}
.blackjack-chat .club-chat-messages{height:190px}
.club-chat-message{display:grid;grid-template-columns:36px minmax(0,1fr);gap:8px;align-items:start}
.club-chat-avatar{width:36px;height:36px;display:grid;place-items:center;overflow:hidden;border-radius:50%;color:#10261e;background:linear-gradient(145deg,#f5dc86,#b8872b);font-size:.7rem;font-weight:1000}
.club-chat-avatar img{width:100%;height:100%;object-fit:cover}
.club-chat-message>div{min-width:0;padding:8px 10px;border:1px solid rgba(220,239,231,.1);border-radius:5px 14px 14px 14px;background:rgba(1,17,13,.48)}
.club-chat-message.is-viewer>div{border-color:rgba(244,208,103,.35);background:rgba(131,92,22,.14)}
.club-chat-message.is-mike>div{border-color:rgba(105,211,174,.35);background:rgba(24,105,76,.2)}
.club-chat-message.is-mike .club-chat-avatar{color:#05291d;background:linear-gradient(145deg,#caffec,#49bf91)}
.club-chat-message header{display:flex;align-items:center;justify-content:space-between;gap:8px}.club-chat-message header b{overflow:hidden;color:#f8e4aa;font-size:.68rem;text-overflow:ellipsis;white-space:nowrap}.club-chat-message header time{flex:none;color:#7f9d92;font-size:.56rem}.club-chat-message p{margin:3px 0 0;color:#eef5f1;font-size:.75rem;line-height:1.45;overflow-wrap:anywhere;white-space:pre-wrap}
.club-chat-mike-mode{display:inline-block;margin-left:5px;padding:1px 4px;border:1px solid rgba(119,229,190,.28);border-radius:99px;color:#9defd0;font-size:.43rem;line-height:1.35;letter-spacing:.08em;vertical-align:1px}
.club-chat-empty{margin:auto;color:#93aea4;font-size:.72rem;text-align:center}
.club-chat-ai-notice{margin:0;padding:7px 11px;border-top:1px solid rgba(234,207,127,.1);color:#9bb8ad;background:rgba(1,18,13,.28);font-size:.56rem;font-weight:650;line-height:1.35;text-align:center}.club-chat-ai-notice a{color:#e9cb75;text-decoration:underline;text-underline-offset:2px}
.club-chat-form{display:grid;grid-template-columns:minmax(0,1fr) 48px;gap:7px;padding:10px;border-top:1px solid rgba(234,207,127,.12)}
.club-chat-form label{position:relative;min-width:0}.club-chat-form input{width:100%;height:48px;padding:0 52px 0 12px;border:1px solid rgba(225,240,233,.17);border-radius:13px;outline:0;color:#f9f4e8;background:#061e17;font:750 .78rem/1.2 inherit}.club-chat-form input:focus{border-color:#e7c45f;box-shadow:0 0 0 3px rgba(231,196,95,.12)}
.club-chat-form output{position:absolute;right:9px;top:50%;color:#78978b;font-size:.55rem;transform:translateY(-50%)}
.club-chat-form button{width:48px;height:48px;border:0;border-radius:13px;color:#0b281f;background:linear-gradient(145deg,#ffeaa0,#d2a332);font-size:1.15rem;font-weight:1000;cursor:pointer}.club-chat-form button:disabled{opacity:.46}
.social-view .club-chat{margin:14px 0 18px}.blackjack-chat{margin-top:12px}
.dealer-mike-bubble{position:absolute;z-index:9;top:13px;right:13px;width:min(47%,220px);max-height:92px;padding:10px 12px;border:1px solid rgba(15,55,42,.2);border-radius:16px 16px 4px 16px;color:#123329;background:rgba(249,247,226,.96);box-shadow:0 10px 26px rgba(0,0,0,.28);font-size:clamp(.64rem,2.25vw,.78rem);font-weight:800;line-height:1.35;overflow:hidden;overflow-wrap:anywhere;pointer-events:none;opacity:0;transform:translateY(-6px) scale(.97);transform-origin:100% 100%;transition:opacity .2s ease,transform .2s ease}.dealer-mike-bubble::after{content:"";position:absolute;right:13px;bottom:-7px;width:14px;height:14px;background:inherit;transform:rotate(45deg)}.dealer-mike-bubble span{position:relative;z-index:1}.dealer-mike-bubble.is-visible{opacity:1;transform:none}.dealer-mike-bubble[hidden]{display:none}
@media(min-width:760px){.club-chat-messages{height:300px}.blackjack-chat .club-chat-messages{height:220px}.blackjack-chat{width:min(100%,720px);margin-inline:auto}}
@media(max-width:359px){.club-chat-head{padding:12px}.club-chat-messages{height:220px;padding:10px}.club-chat-message{grid-template-columns:32px minmax(0,1fr)}.club-chat-avatar{width:32px;height:32px}.club-chat-form{grid-template-columns:minmax(0,1fr) 46px;padding:8px}.club-chat-form button{width:46px}.dealer-mike-bubble{top:8px;right:8px;width:51%;padding:8px 9px;font-size:.61rem}}
@media(prefers-reduced-motion:reduce){.dealer-mike-bubble{transition:none;transform:none}}
