.MessageNotification_notification__DH7O_{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#fff;cursor:pointer;transition:all .3s;text-decoration:none}.MessageNotification_notification__DH7O_:hover{background:#f0f0f0;transform:scale(1.1)}.MessageNotification_icon__b7fha{font-size:1.5rem}.MessageNotification_badge__5qihl{position:absolute;top:-5px;right:-5px;background:#e74c3c;color:#fff;font-size:.7rem;font-weight:700;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center;animation:MessageNotification_pulse__3Lm04 2s infinite}@keyframes MessageNotification_pulse__3Lm04{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.Header_header__072v2{background:var(--bg-secondary);color:var(--text-primary);padding:0;box-shadow:0 2px 10px rgba(0,0,0,.5);border-bottom:1px solid var(--border-color);position:relative;z-index:1000}.Header_container__DOHRG{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:60px}.Header_logo__0dir7{display:flex;align-items:center;margin-left:14px}.Header_logoImage__3Nnj4{height:42px;width:auto;object-fit:contain}.Header_logoImage1__JN41C{height:48px;width:auto;object-fit:contain}.Header_logo__0dir7 h1{font-size:1.5rem;color:var(--accent-primary);font-weight:700;letter-spacing:1px}.Header_navContainer__fESoe{display:flex;align-items:center;gap:20px}.Header_nav__evgr5{display:flex;gap:5px}.Header_navItem__d8hEO{position:relative}.Header_navLink__bzbwi{padding:20px 15px;display:block;cursor:pointer;transition:all .3s;color:var(--text-secondary);font-weight:500}.Header_navLink__bzbwi:hover{color:var(--text-primary)}.Header_submenu__SduW2{position:absolute;top:100%;left:0;background:var(--bg-card);min-width:180px;box-shadow:0 5px 15px rgba(0,0,0,.5);z-index:1000;border:1px solid var(--border-color);border-radius:0 0 8px 8px}.Header_submenuLink__5SAPp{display:block;padding:12px 20px;transition:all .3s;color:var(--text-secondary);border-bottom:1px solid var(--border-color)}.Header_submenuLink__5SAPp:last-child{border-bottom:none}.Header_submenuLink__5SAPp:hover{background:var(--bg-hover);color:var(--text-primary);padding-left:25px}.Header_mobileMenuBtn__WDco8{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:8px;gap:5px;z-index:1001}.Header_mobileMenuBtn__WDco8 span{display:block;width:24px;height:2px;background:var(--text-primary);transition:all .3s ease;border-radius:2px}.Header_mobileMenuBtn__WDco8.Header_active__3IUjt span:first-child{transform:rotate(45deg) translate(5px,5px)}.Header_mobileMenuBtn__WDco8.Header_active__3IUjt span:nth-child(2){opacity:0}.Header_mobileMenuBtn__WDco8.Header_active__3IUjt span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.Header_mobileMenu__B5eYP{position:fixed;top:60px;right:-100%;width:280px;height:calc(100vh - 60px);background:var(--bg-secondary);transition:right .3s ease;z-index:999;overflow-y:auto;border-left:1px solid var(--border-color)}.Header_mobileMenu__B5eYP.Header_open__cQB4I{right:0}.Header_mobileMenuContent___hwoC{padding:10px 0}.Header_mobileNavItem__V_cL9{border-bottom:1px solid var(--border-color)}.Header_mobileNavLink__MIePn{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;color:var(--text-secondary);font-weight:500;cursor:pointer;transition:all .3s}.Header_mobileNavLink__MIePn:hover{background:var(--bg-hover);color:var(--text-primary)}.Header_mobileNavLink__MIePn.Header_hasSubmenu__rtPiK{cursor:pointer}.Header_arrow__hOcK1{font-size:.7rem;transition:transform .3s ease}.Header_arrow__hOcK1.Header_open__cQB4I{transform:rotate(180deg)}.Header_mobileSubmenu___Kzf_{max-height:0;overflow:hidden;background:var(--bg-primary);transition:max-height .3s ease}.Header_mobileSubmenu___Kzf_.Header_open__cQB4I{max-height:500px}.Header_mobileSubmenuLink__FKdZu{display:block;padding:12px 20px 12px 35px;color:var(--text-muted);font-size:.9rem;transition:all .3s;border-bottom:1px solid var(--border-color)}.Header_mobileSubmenuLink__FKdZu:last-child{border-bottom:none}.Header_mobileSubmenuLink__FKdZu:hover{background:var(--bg-hover);color:var(--text-primary);padding-left:40px}.Header_mobileOverlay__IkDTB{position:fixed;top:60px;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:998}@media (max-width:1024px){.Header_navContainer__fESoe{display:none}.Header_mobileMenuBtn__WDco8{display:flex}}@media (max-width:480px){.Header_logo__0dir7 h1{font-size:1.2rem}.Header_logoImage__3Nnj4{height:32px}.Header_logoImage1__JN41C{height:36px}.Header_mobileMenu__B5eYP{width:100%;right:-100%}}.Modal_modalBackdrop__DW9Bq{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;z-index:9999}.Modal_modal__FRyxj{background:var(--bg-card);border-radius:10px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;border:1px solid var(--border-color);box-shadow:0 10px 40px rgba(0,0,0,.5)}.Modal_modalHeader__VCmao{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--border-color)}.Modal_modalHeader__VCmao h2{margin:0;color:var(--text-primary)}.Modal_closeBtn__uNGH6{background:none;font-size:1.5rem;color:var(--text-muted);padding:0;width:30px;height:30px}.Modal_closeBtn__uNGH6:hover{color:var(--accent-primary)}.Modal_modalBody__APuHs{padding:20px;color:var(--text-primary)}.LoginSection_loginSection__ayj_w{background:var(--bg-card);padding:20px;border-radius:10px;box-shadow:var(--shadow);border:1px solid var(--border-color)}.LoginSection_loginSection__ayj_w input{width:100%;padding:10px;margin-bottom:10px;background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:5px}.LoginSection_loginSection__ayj_w input:focus{border-color:var(--accent-secondary)}.LoginSection_btnLogin__o9msl{width:100%;padding:12px;background:var(--accent-primary);color:#fff;border-radius:5px;font-weight:700;margin-bottom:10px}.LoginSection_btnLogin__o9msl:hover{background:#c0392b}.LoginSection_links__R36qF{display:flex;justify-content:space-between;font-size:.9rem}.LoginSection_links__R36qF button{background:none;color:var(--accent-secondary);padding:0}.LoginSection_links__R36qF button:hover{color:var(--accent-primary)}.LoginSection_userInfo__1uDoi{text-align:center;margin-bottom:15px;color:var(--text-primary)}.LoginSection_buttons__oXvNT{display:flex;flex-direction:column;gap:10px}.LoginSection_btnPrimary__Butpx,.LoginSection_btnSecondary__EBdO_{width:100%;padding:10px;border-radius:5px;font-weight:700}.LoginSection_btnPrimary__Butpx{background:var(--accent-secondary);color:#fff}.LoginSection_btnPrimary__Butpx:hover{background:#5568d3}.LoginSection_btnSecondary__EBdO_{background:#95a5a6;color:#fff}.LoginSection_btnSecondary__EBdO_:hover{background:#7f8c8d}.LoginSection_error__nAEVO{background:var(--accent-primary);color:#fff;padding:10px;border-radius:5px;margin-bottom:10px;font-size:.9rem;text-align:center}.LoginSection_signupForm__V4VCu{display:flex;flex-direction:column;gap:10px}.LoginSection_signupForm__V4VCu input{padding:10px;background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:5px}.LoginSection_signupForm__V4VCu input:focus{border-color:var(--accent-secondary)}.LoginSection_btnSubmit__SSI8A{padding:12px;background:var(--accent-secondary);color:#fff;border-radius:5px;font-weight:700;margin-top:10px}.LoginSection_btnSubmit__SSI8A:hover{background:#5568d3}.LoginSection_passwordReset__vvLhD{text-align:center;padding:20px;color:var(--text-primary)}.ChatSection_chatSection__ziDds{background:var(--bg-card);border-radius:10px;box-shadow:var(--shadow);border:1px solid var(--border-color)}.ChatSection_chatContainer__mi3V8{max-height:350px;min-height:350px;overflow-y:auto;overflow-x:hidden;background-color:var(--bg-secondary);scroll-behavior:smooth}.ChatSection_chatContainer__mi3V8::-webkit-scrollbar{width:8px}.ChatSection_chatContainer__mi3V8::-webkit-scrollbar-track{background:var(--bg-primary);border-radius:4px}.ChatSection_chatContainer__mi3V8::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}.ChatSection_chatContainer__mi3V8::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.ChatSection_chatMessage__BWif7{padding:6px 12px;word-wrap:break-word;line-height:1.2;font-size:13px;color:var(--text-secondary)}.ChatSection_chatHeader__0iBwP{display:flex;justify-content:space-between;align-items:center;padding:4px 12px;border-bottom:1px solid var(--border-color)}.ChatSection_chatHeader__0iBwP h4{margin:0;color:var(--text-primary)}.ChatSection_onlineCount__swi0G{font-size:.9rem;color:var(--accent-success);font-weight:700}.ChatSection_messageList__6N4sx{height:300px;overflow-y:auto;border:1px solid var(--border-color);border-radius:5px;padding:10px;margin-bottom:10px;background:var(--bg-secondary)}.ChatSection_message__CPgID{margin-bottom:8px;font-size:.9rem;padding:6px 10px;background:var(--bg-card);border-radius:5px;word-wrap:break-word;color:var(--text-secondary)}.ChatSection_message__CPgID strong{color:var(--text-primary);margin-right:5px}.ChatSection_guestMessage__heIXo{background:var(--bg-hover)}.ChatSection_guestMessage__heIXo strong{color:var(--text-muted)}.ChatSection_systemMessage__0xPTC{color:var(--text-muted);font-size:.85rem;margin:8px 0;font-style:italic}.ChatSection_whisperReceived__rDgOo{background:rgba(243,156,18,.2);padding:6px 10px;border-radius:5px;margin-bottom:8px;font-size:.9rem;border-left:3px solid var(--accent-warning);color:var(--text-primary)}.ChatSection_whisperReceived__rDgOo strong{color:var(--accent-warning)}.ChatSection_whisperSent__dvzip{background:rgba(52,152,219,.2);padding:6px 10px;border-radius:5px;margin-bottom:8px;font-size:.9rem;border-left:3px solid var(--accent-info);color:var(--text-primary)}.ChatSection_whisperSent__dvzip strong{color:var(--accent-info)}.ChatSection_inputArea__TrpDX{display:flex;gap:10px;margin-bottom:10px}.ChatSection_inputArea__TrpDX input{flex:1 1;padding:10px;background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:5px;font-size:.9rem}.ChatSection_inputArea__TrpDX input:focus{outline:none;border-color:var(--accent-secondary)}.ChatSection_inputArea__TrpDX button{padding:10px 20px;background:var(--accent-secondary);color:#fff;border-radius:5px;font-weight:700;transition:background .3s}.ChatSection_inputArea__TrpDX button:hover:not(:disabled){background:#5568d3}.ChatSection_inputArea__TrpDX button:disabled{background:#95a5a6;cursor:not-allowed;opacity:.6}.ChatSection_onlineUsers__QZEHv{border-top:1px solid var(--border-color);padding-top:10px}.ChatSection_onlineUsers__QZEHv details{font-size:.85rem;color:var(--text-secondary)}.ChatSection_onlineUsers__QZEHv summary{cursor:pointer;font-weight:700;color:var(--text-primary);padding:5px 0}.ChatSection_onlineUsers__QZEHv ul{list-style:none;margin-top:10px;max-height:150px;overflow-y:auto}.ChatSection_onlineUsers__QZEHv li{padding:5px 10px;margin-bottom:3px;background:var(--bg-hover);border-radius:3px;font-size:.85rem;color:var(--text-secondary)}.ChatSection_onlineUsers__QZEHv li.ChatSection_guest__UMDHN{color:var(--text-muted);font-style:italic}.ChatSection_error__CyUoF{padding:8px;margin:10px;background-color:rgba(231,76,60,.2);color:var(--accent-primary);border:1px solid var(--accent-primary);border-radius:4px;font-size:.9em;text-align:center}.ChatSection_systemMessage__0xPTC{margin-bottom:8px;padding:6px;background-color:#f0f0f0;border-radius:4px;text-align:center}.ChatSection_systemText__SRmbB{font-size:.85em;color:#666;font-style:italic}.ChatSection_soundToggle__Ebfd9{background:none;border:none;font-size:1.1em;cursor:pointer;padding:5px;transition:transform .2s}.ChatSection_soundToggle__Ebfd9:hover{transform:scale(1.2)}.ChatSection_whisperMessage__1OOph{background-color:#fff3cd;border-left:3px solid #ffc107;padding:8px;margin-bottom:8px;border-radius:4px}.ChatSection_whisperContent__I2XLP{display:flex;flex-direction:column;gap:4px}.ChatSection_whisperLabel__XhaUH{font-size:.8em;color:#856404;font-weight:700}.ChatSection_username__AVq5_{cursor:pointer;transition:color .2s}.ChatSection_username__AVq5_:hover{color:#0056b3;text-decoration:underline}.ChatSection_usertext__VeHMb{color:var(--text-primary)}.ChatSection_imageMessage__YM_k0{margin-top:5px}.ChatSection_chatImage__ELMcT{max-width:200px;max-height:200px;border-radius:8px;cursor:pointer;transition:transform .2s}.ChatSection_chatImage__ELMcT:hover{transform:scale(1.05)}.ChatSection_fileLink__4LF84{color:#007bff;text-decoration:none;padding:4px 8px;background-color:#e7f3ff;border-radius:4px;display:inline-block;margin-top:4px;transition:background-color .2s}.ChatSection_fileLink__4LF84:hover{background-color:#cce5ff;text-decoration:underline}.ChatSection_userList__18GWF{list-style:none;padding:10px;margin:0;max-height:150px;overflow-y:auto}.ChatSection_userList__18GWF li{padding:6px 10px;cursor:pointer;border-radius:4px;margin-bottom:4px;transition:background-color .2s;display:flex;justify-content:space-between;align-items:center}.ChatSection_userList__18GWF li:hover{background-color:#f0f0f0}.ChatSection_whisperIcon__Tuehu{font-size:.9em;opacity:.6}.ChatSection_whisperBar__KQbap{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background-color:var(--bg-secondary);border-left:3px solid var(--accent-primary);margin:10px;border-radius:4px}.ChatSection_cancelWhisper__jr0Sl{background:none;border:none;font-size:1.2em;cursor:pointer;color:var(--accent-primary);padding:0 5px}.ChatSection_inputTools__X0usd{display:flex;position:absolute;right:2%}.ChatSection_toolButton__1yipR{background:none;font-size:1.2em;padding:5px 10px;cursor:pointer;transition:all .2s}.ChatSection_toolButton__1yipR:hover:not(:disabled){border-color:#007bff}.ChatSection_toolButton__1yipR:disabled{opacity:.5;cursor:not-allowed}.ChatSection_emojiPicker__9AfS9{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:5px;gap:5px;padding:10px;background-color:var(--bg-secondary);border-radius:4px;margin:0 10px;position:absolute;top:100%;right:0}.ChatSection_emojiButton__j0jqT{border:1px solid #ddd;border-radius:4px;font-size:1.5em;padding:5px;cursor:pointer;transition:all .2s}.ChatSection_emojiButton__j0jqT:hover{transform:scale(1.2);background-color:#e7f3ff;border-color:#007bff}.ChatSection_inputWrapper__ETCXh{display:flex;gap:8px;padding:10px;position:relative}.ChatSection_inputWrapper__ETCXh .ChatSection_messageInput__TRlnS{flex:1 1}.ChatSection_messageInput__TRlnS{padding:10px 15px;border:1px solid var(--border-color);border-radius:6px;font-size:.8rem;transition:border-color .2s}.ChatSection_messageInput__TRlnS:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.ChatSection_sendButton__eR3zF{padding:10px 20px;background:#667eea;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.ChatSection_sendButton__eR3zF:hover:not(:disabled){background:#5568d3;transform:translateY(-1px);box-shadow:0 2px 8px rgba(102,126,234,.3)}.ChatSection_sendButton__eR3zF:disabled{background:#ccc;cursor:not-allowed}@media (max-width:768px){.ChatSection_chatContainer__mi3V8{max-height:300px;min-height:300px}.ChatSection_chatImage__ELMcT{max-width:150px;max-height:150px}.ChatSection_emojiPicker__9AfS9{grid-template-columns:repeat(6,1fr)}}.GradeIcon_gradeWrapper__8O0f6{display:inline-flex;align-items:center;gap:5px;vertical-align:middle;margin-right:4px}.GradeIcon_icon__UtvLz{display:inline-block;vertical-align:middle;transition:transform .2s ease}.GradeIcon_icon__UtvLz:hover{transform:scale(1.1)}.GradeIcon_good__WR_ZD{animation:GradeIcon_bronzeShine__sZRwe 3s ease-in-out infinite}.GradeIcon_member__taF0O{animation:GradeIcon_silverShine__4BYCX 3s ease-in-out infinite}.GradeIcon_vip__7NKWk{animation:GradeIcon_goldShine__U5sw0 2s ease-in-out infinite}.GradeIcon_vvip__l3m0o{animation:GradeIcon_vvipGlow__0w4Oh 2s ease-in-out infinite}.GradeIcon_diamond__SVo42{animation:GradeIcon_diamondSparkle__gfWtT 1.5s ease-in-out infinite}.GradeIcon_master__ihhHQ{animation:GradeIcon_masterGlow__qwHx0 1.5s ease-in-out infinite}.GradeIcon_legend__rKZPF{animation:GradeIcon_legendPulse__yNFAJ 1.5s ease-in-out infinite}.GradeIcon_myth__TZVvw{animation:GradeIcon_mythSparkle__qV3u8 1s ease-in-out infinite}.GradeIcon_admin__kaWuj{animation:GradeIcon_adminPulse__iyYb1 1.5s ease-in-out infinite}@keyframes GradeIcon_bronzeShine__sZRwe{0%,to{filter:brightness(1)}50%{filter:brightness(1.1)}}@keyframes GradeIcon_silverShine__4BYCX{0%,to{filter:brightness(1)}50%{filter:brightness(1.15)}}@keyframes GradeIcon_goldShine__U5sw0{0%,to{filter:brightness(1) drop-shadow(0 0 2px rgba(255,215,0,.3))}50%{filter:brightness(1.2) drop-shadow(0 0 4px rgba(255,215,0,.5))}}@keyframes GradeIcon_vvipGlow__0w4Oh{0%,to{filter:brightness(1) drop-shadow(0 0 2px rgba(232,180,184,.3))}50%{filter:brightness(1.15) drop-shadow(0 0 5px rgba(232,180,184,.6))}}@keyframes GradeIcon_diamondSparkle__gfWtT{0%,to{filter:brightness(1) drop-shadow(0 0 3px rgba(79,195,247,.4))}50%{filter:brightness(1.2) drop-shadow(0 0 6px rgba(79,195,247,.7))}}@keyframes GradeIcon_masterGlow__qwHx0{0%,to{filter:brightness(1) drop-shadow(0 0 3px rgba(155,89,182,.4))}50%{filter:brightness(1.2) drop-shadow(0 0 7px rgba(155,89,182,.7))}}@keyframes GradeIcon_legendPulse__yNFAJ{0%,to{filter:brightness(1) drop-shadow(0 0 4px rgba(231,76,60,.4))}50%{filter:brightness(1.2) drop-shadow(0 0 8px rgba(231,76,60,.7))}}@keyframes GradeIcon_mythSparkle__qV3u8{0%,to{filter:brightness(1) drop-shadow(0 0 5px rgba(255,215,0,.5));transform:scale(1)}50%{filter:brightness(1.3) drop-shadow(0 0 10px rgba(255,215,0,.8));transform:scale(1.03)}}@keyframes GradeIcon_adminPulse__iyYb1{0%,to{filter:brightness(1) drop-shadow(0 0 4px rgba(255,71,87,.4))}50%{filter:brightness(1.2) drop-shadow(0 0 10px rgba(255,71,87,.7))}}.GradeIcon_gradeLabel__7_Z7s{font-size:.75rem;font-weight:700;padding:2px 6px;border-radius:4px;white-space:nowrap}.GradeIcon_gradeLabel__7_Z7s.GradeIcon_sprout__JBfqo{background:linear-gradient(135deg,#7ed56f,#28b463);color:#fff}.GradeIcon_gradeLabel__7_Z7s.GradeIcon_normal__SEUAE{background:linear-gradient(135deg,#bdc3c7,#7f8c8d);color:#fff}.GradeIcon_gradeLabel__7_Z7s.GradeIcon_good__WR_ZD{background:linear-gradient(135deg,#cd7f32,#8b4513);color:#fff}.GradeIcon_gradeLabel__7_Z7s.GradeIcon_member__taF0O{background:linear-gradient(135deg,#e8e8e8,#a8a8a8);color:#333}.GradeIcon_gradeLabel__7_Z7s.GradeIcon_vip__7NKWk{background:linear-gradient(135deg,gold,#daa520);color:#333}.GradeIcon_gradeLabel__7_Z7s.GradeIcon_vvip__l3m0o{background:linear-gradient(135deg,#e8b4b8,#b76e79);color:#fff}.GradeIcon_gradeLabel__7_Z7s.GradeIcon_diamond__SVo42{background:linear-gradient(135deg,#b9f2ff,#4fc3f7);color:#333}.GradeIcon_gradeLabel__7_Z7s.GradeIcon_master__ihhHQ{background:linear-gradient(135deg,#9b59b6,#8e44ad);color:#fff}.GradeIcon_gradeLabel__7_Z7s.GradeIcon_legend__rKZPF{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff}.GradeIcon_gradeLabel__7_Z7s.GradeIcon_myth__TZVvw{background:linear-gradient(135deg,gold,#2c3e50 50%,#1a252f);color:gold}.GradeIcon_gradeLabel__7_Z7s.GradeIcon_admin__kaWuj{background:linear-gradient(135deg,#ff6b81,#c0392b);color:#fff}.GradeIcon_inline__bNqIw{display:inline-flex;margin:0 3px}.GradeIcon_small__mkVZo .GradeIcon_icon__UtvLz{width:16px;height:16px}.GradeIcon_medium__EAJz4 .GradeIcon_icon__UtvLz{width:24px;height:24px}.GradeIcon_large__9Y8q8 .GradeIcon_icon__UtvLz{width:32px;height:32px}.GradeIcon_xlarge__1qZbK .GradeIcon_icon__UtvLz{width:48px;height:48px}.BoardHighlight_boardHighlight__vv_yI{background:var(--bg-card);border-radius:10px}.BoardHighlight_boardHeader__2CrAQ{display:flex;align-items:center;justify-content:space-between;background:var(--bg-secondary);padding:14px;border-radius:10px 10px 0 0;border-bottom:1px solid var(--border-color)}.BoardHighlight_boardHighlight__vv_yI h3{font-size:.9375rem}.BoardHighlight_boardHighlight__vv_yI ul{list-style:none;padding:8px 14px}.BoardHighlight_boardHighlight__vv_yI li{padding:8px 0;font-size:.86rem}.BoardHighlight_boardHighlight__vv_yI li:hover{color:var(--text-primary)}.BoardHighlight_empty__tfWVj{color:#999;text-align:center;padding:20px}.BoardHighlight_viewAll__tpEZ9{display:block;text-align:center;color:var(--text-secondary);font-size:.8rem}.Sidebar_sidebar__f0UeY{width:300px;display:flex;flex-direction:column;gap:20px}@media (max-width:1024px){.Sidebar_sidebar__f0UeY{width:100%}}.Footer_footer__yl3k1{background:var(--bg-secondary);color:var(--text-primary);padding:30px 20px;margin-top:auto;border-top:1px solid var(--border-color);box-shadow:0 -2px 10px rgba(0,0,0,.3)}.Footer_container__MaumR{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.Footer_links__Uk3ms{display:flex;gap:20px}.Footer_links__Uk3ms a{color:var(--text-secondary);transition:color .3s}.Footer_links__Uk3ms a:hover{color:var(--accent-primary)}@media (max-width:768px){.Footer_container__MaumR{flex-direction:column;gap:15px;text-align:center}}.Layout_layout__oM4MU{min-height:100vh;display:flex;flex-direction:column;background-color:var(--bg-primary)}.Layout_container__l2gjk{flex:1 1;max-width:1400px;width:100%;margin:0 auto;padding:20px;display:flex;gap:20px}.Layout_main__BqQ1G{flex:1 1;min-width:0}@media (max-width:1024px){.Layout_container__l2gjk{flex-direction:column}}