@layer reset,tokens,base,components,utilities,layouts;.live-chat-module__STCF9W__liveChat{gap:var(--space-4);padding:var(--space-4);border-radius:var(--radius-lg);isolation:isolate;z-index:0;grid-template-rows:auto 1fr;min-width:0;max-width:100%;height:fit-content;min-height:100%;max-height:100%;display:grid;position:relative}@media (max-width:900px){.live-chat-module__STCF9W__liveChat{height:400px;min-height:0}}.live-chat-module__STCF9W__header{gap:var(--space-4);display:grid}.live-chat-module__STCF9W__title{font-family:var(--font-display);font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold)}.live-chat-module__STCF9W__statusBar{justify-content:space-between;align-items:center;display:flex}.live-chat-module__STCF9W__viewerCount{align-items:center;gap:var(--space-2);color:var(--subtle-foreground);display:flex}.live-chat-module__STCF9W__viewerCount svg{width:1lh;height:1lh}.live-chat-module__STCF9W__chatContent{background-color:color-mix(in srgb,var(--surface)70%,transparent);border-radius:var(--radius-2xl);border:1px solid var(--border);grid-template-rows:1fr auto;min-width:0;max-width:100%;display:grid;overflow:hidden}.live-chat-module__STCF9W__conversationWrapper{min-height:0;overflow:hidden}.live-chat-module__STCF9W__conversationWrapper [role=log]{scrollbar-width:thin;scrollbar-color:var(--border-hover)transparent}.live-chat-module__STCF9W__conversationWrapper [role=log]::-webkit-scrollbar{width:8px}.live-chat-module__STCF9W__conversationWrapper [role=log]::-webkit-scrollbar-track{background:0 0}.live-chat-module__STCF9W__conversationWrapper [role=log]::-webkit-scrollbar-thumb{background-color:var(--border-hover);border-radius:var(--radius-full);background-clip:padding-box;border:2px solid #0000}.live-chat-module__STCF9W__conversationWrapper [role=log]::-webkit-scrollbar-thumb:hover{background-color:var(--glass-tint-medium)}.live-chat-module__STCF9W__noMessages{padding:var(--space-8);text-align:center;color:var(--subtle-foreground)}.live-chat-module__STCF9W__messageTime{font-size:var(--font-size-xs);color:var(--subtle-foreground)}.live-chat-module__STCF9W__messageHeader{align-items:baseline;gap:var(--space-2);margin-bottom:var(--space-1);display:flex}.live-chat-module__STCF9W__messageUsername{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold)}.live-chat-module__STCF9W__messageUsername--own{color:var(--text-accent)}.live-chat-module__STCF9W__conversationWrapper [data-slot=avatar]{margin-top:var(--space-6);box-shadow:none!important;border:1px solid #0000!important}.live-chat-module__STCF9W__conversationWrapper [data-slot=avatar].live-chat-module__STCF9W__messageAvatar--own{border-color:var(--primary)!important}.live-chat-module__STCF9W__chatAvatar{font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);color:#fff}.live-chat-module__STCF9W__messageText{font-size:var(--font-size-base)}.live-chat-module__STCF9W__conversationWrapper [data-slot=message-content]{padding-block:var(--space-4);background:0 0}.live-chat-module__STCF9W__promptInput{border-top:1px solid var(--border);border-radius:0 0 var(--radius-2xl)var(--radius-2xl);min-width:0;max-width:100%;padding:1rem}.live-chat-module__STCF9W__promptInput textarea{scrollbar-width:none;padding:.5rem}.live-chat-module__STCF9W__promptInput:has(textarea:placeholder-shown) button[type=submit]{opacity:0;pointer-events:none;transform:scale(.85)}.live-chat-module__STCF9W__promptInput button[type=submit]{opacity:1;pointer-events:auto;transition:opacity .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1);transform:scale(1)}.live-chat-module__STCF9W__promptInput--grayBorder{border-top-color:var(--border)}.live-chat-module__STCF9W__emptyState{justify-content:center;align-items:center;gap:var(--space-4);padding:var(--space-8);text-align:center;flex-direction:column;display:flex}.live-chat-module__STCF9W__emptyIcon{width:62px;height:62px}.live-chat-module__STCF9W__emptyTitle{font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--foreground);line-height:var(--line-height-normal)}.live-chat-module__STCF9W__emptySubtitle{font-size:var(--font-size-sm);color:var(--muted-foreground);line-height:var(--line-height-normal)}.live-chat-module__STCF9W__scrollButton{bottom:var(--space-4);border-radius:var(--radius-full);box-shadow:var(--shadow-lg);z-index:var(--z-10);padding:0;position:absolute;left:50%;background-color:var(--input-bg)!important;border:none!important}.live-chat-module__STCF9W__scrollButton svg{color:var(--background);width:20px;height:20px}.live-chat-module__STCF9W__messagesDisabled{opacity:.5;pointer-events:none}
@layer reset,tokens,base,components,utilities,layouts;.prompt-input-module__yyP3bq__promptInput{align-items:flex-start;gap:var(--space-3);flex-direction:row;display:flex}.prompt-input-module__yyP3bq__textarea{padding:var(--space-3)var(--space-4);color:var(--foreground);font-family:var(--font-display);font-size:var(--font-size-base);line-height:var(--line-height-normal);resize:none;background:0 0;border:none;flex:1;width:100%;max-width:100%;min-height:40px;max-height:120px}.prompt-input-module__yyP3bq__textarea:focus{outline:none}.prompt-input-module__yyP3bq__textarea:disabled{opacity:.5;cursor:not-allowed}.prompt-input-module__yyP3bq__textarea::placeholder{color:var(--subtle-foreground)}.prompt-input-module__yyP3bq__toolbar{justify-content:flex-end;align-items:flex-start;gap:var(--space-2);flex-shrink:0;display:flex}
