.Home_container__bCOhY{max-width:1200px;margin:0 auto;padding:20px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#333;min-height:100vh;display:flex;flex-direction:column}.Home_header__GCVRv{padding-bottom:15px;border-bottom:1px solid #eaeaea;margin-bottom:20px}.Home_headerTop__lUS0T{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.Home_header__GCVRv h1{margin:0;color:#333}.Home_controls__7ht_g{display:flex;gap:10px}.Home_controlButton__1lxwo{background-color:#f5f5f5;border:1px solid #ddd;border-radius:4px;padding:8px 12px;cursor:pointer;font-size:13px;transition:all .2s}.Home_controlButton__1lxwo:hover{background-color:#e5e5e5}.Home_activeButton__FZgM9{background-color:#e0f2f1;border-color:#80cbc4}.Home_syncingButton__nCuuI{background-color:#fff3e0;border-color:#ffb74d;animation:Home_pulse__aUK96 1.5s infinite}.Home_liveStatusClickable__zX9d_{cursor:pointer;transition:opacity .2s ease;text-decoration:none;font-weight:500}.Home_liveStatusClickable__zX9d_:hover{opacity:.7;text-decoration:underline}.Home_liveStatusClickable__zX9d_:active{opacity:.5}.Home_liveStatusClickable__zX9d_.Home_checking__dOGKC{animation:Home_pulse__aUK96 1.5s infinite}.Home_liveStatusClickable__zX9d_.Home_live__i3LGg{color:#d32f2f}.Home_liveStatusClickable__zX9d_.Home_offline__G5M9p{color:#666}@keyframes Home_pulse__aUK96{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.Home_statusBar__mCoWO{display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between;align-items:center}.Home_status__xVxv7{display:flex;gap:15px;font-size:14px}.Home_statusConnected__zP7G_{color:#4caf50;font-weight:600}.Home_liveStatus__K_sc5,.Home_statusDisconnected__XH8l5{color:#f44336;font-weight:600}.Home_offlineStatus__26VP5{color:#666;font-weight:600}.Home_stats__e_ULb,.Home_streamInfo__Rymqo{font-size:14px;color:#666}.Home_stats__e_ULb{display:flex;gap:15px}.Home_grid__GxQ85{display:grid;grid-template-columns:1fr 300px;grid-gap:20px;gap:20px;flex-grow:1}.Home_commentsSection__Vn7s7,.Home_sidebar___cAMT{display:flex;flex-direction:column;gap:20px}.Home_commentsSection__Vn7s7 h2,.Home_followsSection__zuD2b h2,.Home_giftsSection__acwyK h2{margin-top:0;margin-bottom:15px;font-size:18px;color:#333}.Home_commentList__Ic_Oe,.Home_followList__FT8n8,.Home_giftList__p6POu{display:flex;flex-direction:column;gap:15px;max-height:70vh;overflow-y:auto;padding-right:10px;scrollbar-width:thin;scrollbar-color:#ddd transparent}.Home_commentList__Ic_Oe::-webkit-scrollbar,.Home_followList__FT8n8::-webkit-scrollbar,.Home_giftList__p6POu::-webkit-scrollbar{width:6px}.Home_commentList__Ic_Oe::-webkit-scrollbar-track,.Home_followList__FT8n8::-webkit-scrollbar-track,.Home_giftList__p6POu::-webkit-scrollbar-track{background:transparent}.Home_commentList__Ic_Oe::-webkit-scrollbar-thumb,.Home_followList__FT8n8::-webkit-scrollbar-thumb,.Home_giftList__p6POu::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:3px}.Home_commentItem__AeV9s,.Home_followItem__fiECH,.Home_giftItem__iLxKw{padding:15px;background-color:#f9f9f9;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:all .2s ease;position:relative}.Home_commentItem__AeV9s{cursor:pointer}.Home_commentItem__AeV9s:hover{box-shadow:0 3px 6px rgba(0,0,0,.15)}.Home_commentItem__AeV9s:hover:before{content:"Click to hide";position:absolute;top:0;right:0;background-color:rgba(0,0,0,.7);color:#fff;font-size:11px;padding:4px 8px;border-radius:0 8px 0 8px;opacity:0;transition:opacity .2s ease;opacity:1}.Home_commentHeader__KNrw1{display:flex;align-items:center;margin-bottom:8px}.Home_avatar__Nx8VL{width:24px;height:24px;border-radius:50%;margin-right:10px;-o-object-fit:cover;object-fit:cover}.Home_nickname__fm4ci{font-weight:600;color:#333}.Home_repeatBadge__qAUq1{background-color:#e91e63;color:#fff;border-radius:12px;padding:2px 6px;font-size:11px;margin-left:8px}.Home_giftInfo__k9xQ8{margin:0 5px}.Home_timestamp__GR_OO{margin-left:auto;font-size:12px;color:#999}.Home_commentText__3a_RW{margin:0;line-height:1.5;word-break:break-word}.Home_noItems__A_WMT{text-align:center;color:#999;padding:30px 0}.Home_sidebar___cAMT{border-left:1px solid #eaeaea;padding-left:20px}.Home_followItem__fiECH,.Home_giftItem__iLxKw{display:flex;flex-wrap:wrap;align-items:center;padding:10px 15px}.Home_scrollIndicator__Cp45o{display:flex;justify-content:center;margin-top:10px}.Home_scrollToBottomButton__e_Pl8{background-color:#f5f5f5;border:1px solid #ddd;color:#333}.Home_scrollToBottomButton__e_Pl8:hover{background-color:#e5e5e5}.Home_footer____T7K{margin-top:auto;padding-top:20px;border-top:1px solid #eaeaea;font-size:12px;color:#999;text-align:center}@media (max-width:768px){.Home_grid__GxQ85{grid-template-columns:1fr}.Home_sidebar___cAMT{border-left:none;border-top:1px solid #eaeaea;padding-left:0;padding-top:20px}.Home_statusBar__mCoWO{flex-direction:column;align-items:flex-start;gap:10px}.Home_headerTop__lUS0T{flex-direction:column;align-items:stretch;gap:10px}.Home_controls__7ht_g{flex-wrap:wrap}.Home_controlButton__1lxwo{flex:1 1;min-width:80px}}.Home_oldestVisible__0tLF_{border-left:3px solid #4caf50;background-color:#f0f7f0}.Home_newCommentsIndicator__Cw7Ub{border-radius:4px;padding:6px 10px;margin-top:10px;display:inline-block}.Home_newCommentsIndicator__Cw7Ub,.Home_scrollToBottomButton__e_Pl8{background-color:#e0f2f1;font-size:13px;color:#00796b;font-weight:500}.Home_scrollToBottomButton__e_Pl8{border:1px solid #80cbc4;border-radius:20px;padding:8px 16px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px rgba(0,0,0,.1)}.Home_scrollToBottomButton__e_Pl8:hover{background-color:#b2dfdb;transform:translateY(-1px);box-shadow:0 3px 8px rgba(0,0,0,.15)}