.FreeBoard-module__83ieTq__container{background-color:var(--bg-page);min-height:100vh;color:var(--text-primary)}
.Hero-module__ddWU3q__hero{background:linear-gradient(135deg,#06b6d4 0%,#3b82f6 50%,#6366f1 100%);padding:3rem 1.5rem 4rem}.Hero-module__ddWU3q__heroContent{max-width:1200px;margin:0 auto}.Hero-module__ddWU3q__heroBreadcrumb{align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;display:flex}.Hero-module__ddWU3q__breadcrumbLink{color:#ffffffb3;text-decoration:none;transition:color .2s}.Hero-module__ddWU3q__breadcrumbLink:hover{color:#fff}.Hero-module__ddWU3q__breadcrumbSeparator{color:#ffffff80}.Hero-module__ddWU3q__breadcrumbCurrent{color:#fff;font-weight:500}.Hero-module__ddWU3q__heroMain{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.Hero-module__ddWU3q__heroText{flex:1}.Hero-module__ddWU3q__heroTitle{color:#fff;align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:2.5rem;font-weight:800;display:flex}.Hero-module__ddWU3q__heroEmoji{font-size:2.5rem}.Hero-module__ddWU3q__heroDesc{color:#ffffffe6;font-size:1.125rem}.Hero-module__ddWU3q__writeButton{color:#3b82f6;background:#fff;border-radius:.75rem;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 12px #00000026}.Hero-module__ddWU3q__writeButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.Hero-module__ddWU3q__writeButton svg{width:1.25rem;height:1.25rem}@media (max-width:768px){.Hero-module__ddWU3q__hero{padding:2rem 1rem 3rem}.Hero-module__ddWU3q__heroTitle,.Hero-module__ddWU3q__heroEmoji{font-size:1.75rem}.Hero-module__ddWU3q__heroMain{flex-direction:column;align-items:stretch}.Hero-module__ddWU3q__writeButton{justify-content:center}}
.FilterSection-module__wZXhZq__filterSection{background:var(--bg-card);border-bottom:1px solid var(--border);z-index:30;position:sticky;top:0;box-shadow:0 2px 4px #0000000d}.FilterSection-module__wZXhZq__filterContent{box-sizing:border-box;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex}.FilterSection-module__wZXhZq__categoryTabs{flex-wrap:wrap;gap:.5rem;display:flex}.FilterSection-module__wZXhZq__categoryTab{background:var(--bg-subtle);color:var(--text-secondary);cursor:pointer;border:1px solid #0000;border-radius:9999px;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.FilterSection-module__wZXhZq__categoryTab:hover{background:var(--bg-hover);color:var(--text-primary)}.FilterSection-module__wZXhZq__categoryTab.FilterSection-module__wZXhZq__active{background:var(--bg-active);color:var(--primary);border-color:rgba(var(--primary-rgb), .3)}.FilterSection-module__wZXhZq__categoryIcon{font-size:1.125rem;line-height:1}.FilterSection-module__wZXhZq__filterRight{flex-shrink:1;align-items:center;gap:.75rem;min-width:0;display:flex}.FilterSection-module__wZXhZq__searchBox{flex:1;align-items:center;min-width:0;display:flex;position:relative}.FilterSection-module__wZXhZq__searchBox svg{width:1.125rem;height:1.125rem;color:var(--text-muted);position:absolute;left:.875rem}.FilterSection-module__wZXhZq__searchBox input{background:var(--bg-page);border:1px solid var(--border);width:100%;min-width:120px;max-width:220px;color:var(--text-primary);box-sizing:border-box;border-radius:.5rem;padding:.5rem 1rem .5rem 2.5rem;font-size:.875rem;transition:all .2s}.FilterSection-module__wZXhZq__searchBox input:focus{border-color:var(--info);background:var(--bg-card);box-shadow:0 0 0 3px color-mix(in srgb, var(--info) 18%, transparent);outline:none}.FilterSection-module__wZXhZq__searchBox input::placeholder{color:var(--text-muted)}.FilterSection-module__wZXhZq__sortSelect{background-color:var(--bg-page);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;appearance:none;box-sizing:border-box;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1rem;border-radius:.5rem;padding:.5rem 2rem .5rem .875rem;font-size:.875rem}.FilterSection-module__wZXhZq__sortSelect:focus{border-color:var(--info);outline:none}@media (max-width:768px){.FilterSection-module__wZXhZq__filterContent{flex-direction:column;align-items:stretch;width:100%;max-width:100%;padding:1rem}.FilterSection-module__wZXhZq__categoryTabs{flex-wrap:wrap;width:100%}.FilterSection-module__wZXhZq__categoryTab{padding:.5rem .625rem}.FilterSection-module__wZXhZq__categoryLabel{display:none}.FilterSection-module__wZXhZq__categoryTab.FilterSection-module__wZXhZq__active .FilterSection-module__wZXhZq__categoryLabel{display:inline}.FilterSection-module__wZXhZq__categoryIcon{font-size:1.25rem}.FilterSection-module__wZXhZq__filterRight{flex-direction:column;align-items:stretch;width:100%}.FilterSection-module__wZXhZq__searchBox{flex:none;width:100%}.FilterSection-module__wZXhZq__searchBox input{width:100%;max-width:none}.FilterSection-module__wZXhZq__sortSelect{width:100%}}
.Select-module__aslnuW__wrapper{display:inline-block;position:relative}.Select-module__aslnuW__trigger{background:var(--color-surface,#fff);height:2.25rem;color:var(--color-on-surface,#0f172a);border:1px solid var(--color-border-subtle,#e2e8f0);cursor:pointer;border-radius:.5rem;align-items:center;gap:.5rem;padding:0 .625rem 0 .875rem;font-size:.8125rem;font-weight:500;transition:border-color .12s,background .12s;display:inline-flex}.Select-module__aslnuW__trigger:hover{border-color:var(--color-border,#cbd5e1)}.Select-module__aslnuW__trigger[aria-expanded=true]{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.Select-module__aslnuW__label{text-align:left;white-space:nowrap;flex:1}.Select-module__aslnuW__arrow{color:var(--color-text-muted,#94a3b8);flex-shrink:0;transition:transform .15s}.Select-module__aslnuW__arrowOpen{transform:rotate(180deg)}.Select-module__aslnuW__menu{z-index:100;background:var(--color-surface,#fff);border:1px solid var(--color-border-subtle,#e2e8f0);border-radius:.5rem;flex-direction:column;gap:.125rem;min-width:100%;margin:0;padding:.25rem;list-style:none;display:flex;position:absolute;top:calc(100% + .25rem);left:0;box-shadow:0 6px 16px #0000001f}.Select-module__aslnuW__menuRight{left:auto;right:0}[data-theme=dark] .Select-module__aslnuW__menu{box-shadow:0 6px 16px #00000080}@media (prefers-color-scheme:dark){html:not([data-theme=light]) .Select-module__aslnuW__menu{box-shadow:0 6px 16px #00000080}}.Select-module__aslnuW__option{width:100%;color:var(--color-on-surface,#0f172a);text-align:left;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:.375rem;align-items:center;gap:.5rem;padding:.5rem .625rem;font-size:.8125rem;transition:background .1s;display:flex}.Select-module__aslnuW__option:hover{background:var(--color-surface-3,#3b82f614)}.Select-module__aslnuW__optionActive{color:#3b82f6;font-weight:600}.Select-module__aslnuW__optionCheck{color:#3b82f6;flex-shrink:0;justify-content:center;align-items:center;width:.875rem;height:.875rem;display:inline-flex}
.RoomList-module__e1OCWq__filterBar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.RoomList-module__e1OCWq__chipGroups{flex-wrap:wrap;align-items:center;gap:.625rem;display:flex}.RoomList-module__e1OCWq__chipGroup{gap:.25rem;display:flex}.RoomList-module__e1OCWq__divider{background:var(--border);width:1px;height:1rem}.RoomList-module__e1OCWq__chip{border:1px solid var(--border);background:var(--bg-card);color:var(--text-secondary);cursor:pointer;border-radius:9999px;padding:.375rem .875rem;font-size:.8125rem;font-weight:500;transition:all .15s}.RoomList-module__e1OCWq__chip:hover{border-color:var(--primary);color:var(--primary)}.RoomList-module__e1OCWq__chipActive{background:color-mix(in srgb, var(--primary) 12%, var(--bg-card));border-color:var(--primary);color:var(--primary);font-weight:600}.RoomList-module__e1OCWq__chipActive:hover{background:color-mix(in srgb, var(--primary) 16%, var(--bg-card));color:var(--primary)}.RoomList-module__e1OCWq__filterRight{align-items:center;gap:.75rem;display:flex}.RoomList-module__e1OCWq__resultCount{color:var(--text-muted);font-size:.8125rem;font-weight:600}@media (max-width:640px){.RoomList-module__e1OCWq__filterBar{flex-direction:column;align-items:stretch}.RoomList-module__e1OCWq__filterRight{justify-content:space-between}}.RoomList-module__e1OCWq__grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (min-width:640px){.RoomList-module__e1OCWq__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.RoomList-module__e1OCWq__grid{grid-template-columns:repeat(3,1fr)}}.RoomList-module__e1OCWq__empty{text-align:center;color:var(--text-muted);border:1px dashed var(--border);background:var(--bg-card);border-radius:.875rem;padding:4rem 1rem;font-size:.9375rem}.RoomList-module__e1OCWq__skeleton{background:var(--bg-card);border:1px solid var(--border);border-radius:.875rem;overflow:hidden}.RoomList-module__e1OCWq__skeletonVisual{background-image:linear-gradient(90deg, var(--bg-subtle) 25%, var(--bg-hover) 50%, var(--bg-subtle) 75%);background-size:200% 100%;height:110px;animation:1.5s infinite RoomList-module__e1OCWq__shimmer}.RoomList-module__e1OCWq__skeletonContent{padding:1rem 1.125rem 1.125rem}.RoomList-module__e1OCWq__skeletonDesc{background-size:200% 100%;background-image:linear-gradient(90deg, var(--bg-subtle) 25%, var(--bg-hover) 50%, var(--bg-subtle) 75%);border-radius:.375rem;width:90%;height:.875rem;margin-bottom:1rem;animation:1.5s infinite RoomList-module__e1OCWq__shimmer}.RoomList-module__e1OCWq__skeletonMeta{background-size:200% 100%;background-image:linear-gradient(90deg, var(--bg-subtle) 25%, var(--bg-hover) 50%, var(--bg-subtle) 75%);border-radius:.375rem;width:40%;height:.75rem;animation:1.5s infinite RoomList-module__e1OCWq__shimmer}@keyframes RoomList-module__e1OCWq__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
.FreeTalkItem-module__EKQC6q__item{background:var(--bg-card);border:1px solid var(--border);color:inherit;border-radius:1rem;justify-content:space-between;gap:1.5rem;padding:1.25rem 1.5rem;text-decoration:none;transition:all .2s;display:flex}.FreeTalkItem-module__EKQC6q__item:hover{border-color:var(--primary);box-shadow:0 4px 12px color-mix(in srgb, var(--primary) 14%, transparent);transform:translate(4px)}.FreeTalkItem-module__EKQC6q__content{flex:1;min-width:0}.FreeTalkItem-module__EKQC6q__meta{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.FreeTalkItem-module__EKQC6q__categoryBadge{border-radius:.375rem;padding:.25rem .625rem;font-size:.75rem;font-weight:600}.FreeTalkItem-module__EKQC6q__hotBadge{color:#fff;background:linear-gradient(135deg,#f97316,#ef4444);border-radius:.25rem;align-items:center;gap:.25rem;padding:.125rem .5rem;font-size:.625rem;font-weight:700;display:inline-flex}.FreeTalkItem-module__EKQC6q__hotBadge svg{width:.75rem;height:.75rem}.FreeTalkItem-module__EKQC6q__imageBadge{color:var(--text-muted);display:inline-flex}.FreeTalkItem-module__EKQC6q__imageBadge svg{width:1rem;height:1rem}.FreeTalkItem-module__EKQC6q__title{color:var(--text-primary);-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-bottom:.375rem;font-size:1rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.FreeTalkItem-module__EKQC6q__preview{color:var(--text-secondary);-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.FreeTalkItem-module__EKQC6q__footer{justify-content:space-between;align-items:center;gap:1rem;display:flex}.FreeTalkItem-module__EKQC6q__authorInfo{align-items:center;gap:.5rem;display:flex}.FreeTalkItem-module__EKQC6q__authorAvatar{background:var(--bg-subtle);border-radius:50%;width:24px;height:24px}.FreeTalkItem-module__EKQC6q__authorName{color:var(--text-secondary);font-size:.8125rem;font-weight:500}.FreeTalkItem-module__EKQC6q__authorLevel,.FreeTalkItem-module__EKQC6q__time{color:var(--text-muted);font-size:.75rem}.FreeTalkItem-module__EKQC6q__stats{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.375rem;display:flex}.FreeTalkItem-module__EKQC6q__statItem{color:var(--text-muted);align-items:center;gap:.375rem;font-size:.75rem;display:flex}.FreeTalkItem-module__EKQC6q__statItem svg{width:.875rem;height:.875rem}.FreeTalkItem-module__EKQC6q__commentStat{color:var(--info);font-weight:600}@media (max-width:768px){.FreeTalkItem-module__EKQC6q__item{border-radius:.75rem;flex-direction:column;gap:.75rem;padding:1rem}.FreeTalkItem-module__EKQC6q__item:hover{transform:none}.FreeTalkItem-module__EKQC6q__title{font-size:.9375rem}.FreeTalkItem-module__EKQC6q__preview{margin-bottom:.5rem;font-size:.8125rem}.FreeTalkItem-module__EKQC6q__footer{flex-direction:column;align-items:flex-start;gap:.5rem}.FreeTalkItem-module__EKQC6q__stats{flex-direction:row;justify-content:flex-start;gap:1rem}}
.DeadlineStrip-module__rHtqeq__strip{background:color-mix(in srgb, #f59e0b 6%, var(--bg-card));border:1px solid #f59e0b38;border-radius:1rem;margin-bottom:2rem;padding:1.25rem 1.25rem 1.5rem}.DeadlineStrip-module__rHtqeq__stripHeader{flex-wrap:wrap;align-items:baseline;gap:.625rem;margin-bottom:1rem;display:flex}.DeadlineStrip-module__rHtqeq__kicker{letter-spacing:.06em;color:#fff;text-transform:uppercase;background:linear-gradient(135deg,#f59e0b,#f97316);border-radius:9999px;align-items:center;padding:.1875rem .5rem;font-size:.6875rem;font-weight:800;display:inline-flex}.DeadlineStrip-module__rHtqeq__stripTitle{color:var(--text-primary);letter-spacing:-.01em;margin:0;font-size:1.0625rem;font-weight:700}.DeadlineStrip-module__rHtqeq__stripDesc{color:var(--text-muted);font-size:.8125rem}.DeadlineStrip-module__rHtqeq__stripGrid{grid-template-columns:1fr;gap:.75rem;display:grid}@media (min-width:640px){.DeadlineStrip-module__rHtqeq__stripGrid{grid-template-columns:repeat(3,1fr)}}.DeadlineStrip-module__rHtqeq__card{background:var(--bg-card);color:inherit;border:1px solid var(--border);border-radius:.75rem;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;overflow:hidden}.DeadlineStrip-module__rHtqeq__card:hover{border-color:#0000;transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.DeadlineStrip-module__rHtqeq__cardStripe{width:100%;height:4px}.DeadlineStrip-module__rHtqeq__cardBody{flex-direction:column;gap:.625rem;padding:.75rem .875rem .875rem;display:flex}.DeadlineStrip-module__rHtqeq__cardTop{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.DeadlineStrip-module__rHtqeq__dday{letter-spacing:.02em;background:color-mix(in srgb, #f59e0b 16%, var(--bg-card));color:#d97706;border-radius:9999px;padding:.1875rem .5rem;font-size:.6875rem;font-weight:800}.DeadlineStrip-module__rHtqeq__ddayUrgent{background:color-mix(in srgb, #ef4444 18%, var(--bg-card));color:#dc2626;animation:2s ease-in-out infinite DeadlineStrip-module__rHtqeq__pulse}@keyframes DeadlineStrip-module__rHtqeq__pulse{0%,to{opacity:1}50%{opacity:.7}}.DeadlineStrip-module__rHtqeq__meeting{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.6875rem;font-weight:600;overflow:hidden}.DeadlineStrip-module__rHtqeq__cardTitle{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9375rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.DeadlineStrip-module__rHtqeq__cardFooter{align-items:center;display:flex}.DeadlineStrip-module__rHtqeq__cardProgress{align-items:center;gap:.5rem;width:100%;display:flex}.DeadlineStrip-module__rHtqeq__progressTrack{background:var(--bg-subtle);border-radius:2px;flex:1;height:4px;overflow:hidden}.DeadlineStrip-module__rHtqeq__progressFill{background:linear-gradient(90deg,#6366f1,#8b5cf6);border-radius:2px;height:100%;transition:width .3s}.DeadlineStrip-module__rHtqeq__recruitText{color:var(--text-secondary);flex-shrink:0;font-size:.6875rem;font-weight:600}
.FreeTalkList-module__6C8n1W__container{max-width:1200px;margin:0 auto;padding:1.5rem}.FreeTalkList-module__6C8n1W__list{flex-direction:column;gap:.75rem;display:flex}.FreeTalkList-module__6C8n1W__emptyState{color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.FreeTalkList-module__6C8n1W__emptyState svg{opacity:.5;width:3rem;height:3rem;margin-bottom:1rem}.FreeTalkList-module__6C8n1W__emptyState p{font-size:1rem}.FreeTalkList-module__6C8n1W__loadingState,.FreeTalkList-module__6C8n1W__errorState{color:var(--text-secondary);justify-content:center;align-items:center;padding:80px 20px;font-size:16px;display:flex}.FreeTalkList-module__6C8n1W__errorState{color:var(--danger)}@media (max-width:768px){.FreeTalkList-module__6C8n1W__container{padding:1rem}}
.StudyRooms-module__GBKCgG__container{background-color:var(--bg-page);min-height:100vh;color:var(--text-primary)}.StudyRooms-module__GBKCgG__section{max-width:1200px;margin:0 auto;padding:1.5rem 1rem 4rem}
.Pagination-module__0ideja__pagination{justify-content:center;align-items:center;gap:.375rem;padding:1.5rem;display:flex}.Pagination-module__0ideja__pageBtn{background:var(--bg-card);border:1px solid var(--border);min-width:2.25rem;height:2.25rem;color:var(--text-secondary);cursor:pointer;border-radius:.5rem;justify-content:center;align-items:center;padding:0 .5rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.Pagination-module__0ideja__pageBtn:hover:not(:disabled){background:var(--bg-hover);border-color:var(--primary)}.Pagination-module__0ideja__pageBtn.Pagination-module__0ideja__active{background:var(--info);border-color:var(--info);color:#fff}.Pagination-module__0ideja__pageBtn:disabled{opacity:.5;cursor:not-allowed}.Pagination-module__0ideja__pageBtn svg{width:1rem;height:1rem}.Pagination-module__0ideja__pageDots{color:var(--text-muted);padding:0 .5rem}@media (max-width:768px){.Pagination-module__0ideja__pagination{gap:.25rem;padding:1rem}.Pagination-module__0ideja__pageBtn{min-width:2rem;height:2rem;font-size:.8125rem}}
.PageFrame-module__qZWTga__container{min-height:100%}.PageFrame-module__qZWTga__header{background:var(--page-header-gradient,linear-gradient(135deg, color-mix(in srgb, var(--layout-tint,#4f46e5), black 80%) 0%, var(--layout-tint,#4f46e5) 60%, color-mix(in srgb, var(--layout-tint,#4f46e5), white 25%) 100%));padding:var(--page-padding-top,3rem) var(--page-padding-x,3rem) var(--page-header-pb,2.5rem);justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.PageFrame-module__qZWTga__headerInner{max-width:var(--page-max-width,1200px);flex:1;margin:0}.PageFrame-module__qZWTga__headerTitle{font-size:var(--page-title-fs,1.75rem);color:#fff;letter-spacing:-.025em;margin:0 0 .375rem;font-weight:800}.PageFrame-module__qZWTga__headerDesc{color:var(--page-desc-color,#ffffffbf);margin:0;font-size:.9375rem}.PageFrame-module__qZWTga__body{max-width:var(--page-max-width,1200px);margin:var(--page-body-mt,-1rem) auto 0;padding:var(--page-body-pt,0) var(--page-padding-x,3rem) var(--page-body-pb,3rem)}.PageFrame-module__qZWTga__empty{text-align:center;background:var(--bg-card);border:1px solid var(--border-light);color:var(--text-muted);border-radius:1rem;padding:5rem 2rem;font-size:.9375rem}.PageFrame-module__qZWTga__list{flex-direction:column;gap:.75rem;display:flex}.PageFrame-module__qZWTga__item{background:var(--bg-card);border:1px solid var(--border-light);border-radius:.75rem;align-items:center;gap:.875rem;padding:1rem 1.25rem;transition:border-color .15s,transform .15s,box-shadow .15s;display:flex}.PageFrame-module__qZWTga__item:hover{border-color:#0000;transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.PageFrame-module__qZWTga__itemBody{flex:1;min-width:0}.PageFrame-module__qZWTga__itemTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin:0 0 .25rem;font-size:1.0625rem;font-weight:700;display:block;overflow:hidden}.PageFrame-module__qZWTga__itemSummary{-webkit-line-clamp:2;color:var(--text-muted);-webkit-box-orient:vertical;font-size:.8125rem;line-height:1.5;display:-webkit-box;overflow:hidden}.PageFrame-module__qZWTga__itemMeta{color:var(--text-muted);flex-shrink:0;align-items:center;gap:.875rem;font-size:.75rem;display:flex}.PageFrame-module__qZWTga__metaTag{background:color-mix(in srgb, var(--layout-tint,#4f46e5) 8%, var(--bg-card));color:var(--layout-tint,#4f46e5);border-radius:4px;padding:.1875rem .5rem;font-size:.6875rem;font-weight:600}.PageFrame-module__qZWTga__headerStats{gap:2rem;margin-top:1.25rem;display:flex}.PageFrame-module__qZWTga__stat{flex-direction:column;display:flex}.PageFrame-module__qZWTga__statValue{color:#fff;font-size:1.5rem;font-weight:800}.PageFrame-module__qZWTga__statLabel{color:#fff9;font-size:.75rem;font-weight:500}@media (max-width:767px){.PageFrame-module__qZWTga__item{gap:.625rem;padding:.875rem 1rem}.PageFrame-module__qZWTga__itemMeta{gap:.625rem;font-size:.6875rem}}
.MyPage-module__e-RGkG__empty{text-align:center;color:var(--text-secondary);background:var(--bg-card);border:1px dashed var(--border-light);border-radius:.75rem;padding:3rem 1.5rem}.MyPage-module__e-RGkG__list{flex-direction:column;gap:.5rem;display:flex}.MyPage-module__e-RGkG__item{background:var(--bg-card);border:1px solid var(--border-light);cursor:pointer;color:inherit;border-radius:.625rem;align-items:center;gap:.75rem;padding:.875rem 1rem;text-decoration:none;transition:all .15s;display:flex}.MyPage-module__e-RGkG__item:hover{border-color:var(--primary);transform:translateY(-1px);box-shadow:0 4px 12px #0000000a}.MyPage-module__e-RGkG__itemIcon{background:var(--bg-hover);border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:1.125rem;display:flex}.MyPage-module__e-RGkG__itemBody{flex:1;min-width:0}.MyPage-module__e-RGkG__itemTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:600;display:block;overflow:hidden}.MyPage-module__e-RGkG__itemMeta{color:var(--text-secondary);margin-top:.125rem;font-size:.8125rem;display:block}.MyPage-module__e-RGkG__itemBadge{background:var(--primary);color:#fff;text-transform:uppercase;border-radius:4px;flex-shrink:0;padding:.125rem .5rem;font-size:.6875rem;font-weight:700}.MyPage-module__e-RGkG__itemTime{color:var(--text-secondary);flex-shrink:0;font-size:.75rem}.MyPage-module__e-RGkG__statGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.875rem;display:grid}.MyPage-module__e-RGkG__statCard{background:var(--bg-card);border:1px solid var(--border-light);border-radius:.75rem;flex-direction:column;gap:.5rem;padding:1.25rem;display:flex}.MyPage-module__e-RGkG__statLabel{color:var(--text-secondary);align-items:center;gap:.375rem;font-size:.8125rem;display:flex}.MyPage-module__e-RGkG__statValue{color:var(--text-primary);letter-spacing:-.02em;font-size:1.875rem;font-weight:800}.MyPage-module__e-RGkG__statHint{color:var(--text-secondary);font-size:.75rem}@media (max-width:767px){.MyPage-module__e-RGkG__item{gap:.625rem;padding:.625rem .75rem}.MyPage-module__e-RGkG__itemIcon{width:2rem;height:2rem;font-size:1rem}}
.RoomHome-module__bCE6Jq__placeholder{max-width:880px;padding:var(--page-padding-top) var(--page-padding-x) var(--page-body-pb);color:var(--text-primary,#e5e7eb)}.RoomHome-module__bCE6Jq__placeholderEmoji{opacity:.7;margin-bottom:1rem;font-size:3rem;line-height:1;display:block}.RoomHome-module__bCE6Jq__placeholderTitle{letter-spacing:-.01em;margin:0 0 .5rem;font-size:1.75rem;font-weight:800}.RoomHome-module__bCE6Jq__placeholderText{color:var(--text-secondary,#94a3b8);margin:0;font-size:.9375rem}.RoomHome-module__bCE6Jq__article{color:var(--text-primary,#e5e7eb)}.RoomHome-module__bCE6Jq__subtitle{color:#ffffffd9;margin:.5rem 0 0;font-size:1.0625rem;line-height:1.6}@media (max-width:767px){.RoomHome-module__bCE6Jq__subtitle{font-size:.875rem;line-height:1.5}}.RoomHome-module__bCE6Jq__meta{color:var(--text-muted,#94a3b8);margin:0;font-size:.8125rem}.RoomHome-module__bCE6Jq__metaSep{opacity:.5;margin:0 .4rem}.RoomHome-module__bCE6Jq__tagRow{flex-wrap:wrap;gap:.375rem;margin-top:.25rem;display:flex}.RoomHome-module__bCE6Jq__tag{color:#a5b4fc;font-size:.8125rem;text-decoration:none}.RoomHome-module__bCE6Jq__tag:hover{text-decoration:underline}.RoomHome-module__bCE6Jq__section{margin:2rem 0}.RoomHome-module__bCE6Jq__sectionTitle{color:var(--text-primary,#e5e7eb);letter-spacing:-.005em;margin:0 0 .75rem;font-size:1.125rem;font-weight:700}.RoomHome-module__bCE6Jq__body{color:var(--text-primary,#e5e7eb);white-space:pre-line;margin:0;font-size:1rem;line-height:1.8}.RoomHome-module__bCE6Jq__dl{grid-template-columns:max-content 1fr;gap:.625rem 1.5rem;margin:0;font-size:.9375rem;line-height:1.6;display:grid}.RoomHome-module__bCE6Jq__dt{color:var(--text-muted,#94a3b8);font-weight:500}.RoomHome-module__bCE6Jq__dd{color:var(--text-primary,#e5e7eb);margin:0;font-weight:500}.RoomHome-module__bCE6Jq__footer{border-top:1px solid var(--border,#ffffff14);align-items:center;gap:.875rem;margin-top:2.5rem;padding-top:1.25rem;display:flex}.RoomHome-module__bCE6Jq__footerAvatar{color:#fff;background:linear-gradient(135deg,#6366f1,#ec4899);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:.875rem;font-weight:700;display:inline-flex}.RoomHome-module__bCE6Jq__footerBody{flex:1;min-width:0}.RoomHome-module__bCE6Jq__footerName{margin:0;font-size:.875rem;font-weight:700}.RoomHome-module__bCE6Jq__footerMeta{color:var(--text-muted,#94a3b8);margin:.0625rem 0 0;font-size:.75rem}
.Chat-module__pVbXDG__chat{--chat-x-padding:1.5rem;color:var(--text-primary,#e5e7eb);padding:0}@media (max-width:768px){.Chat-module__pVbXDG__chat{--chat-x-padding:1.5rem}}.Chat-module__pVbXDG__chatHead{flex-shrink:0;align-items:center}.Chat-module__pVbXDG__chatHeadLeft{align-items:center;gap:.75rem;min-width:0;display:flex}.Chat-module__pVbXDG__chatHeadRight{flex-shrink:0;align-items:center;gap:.25rem;display:flex}.Chat-module__pVbXDG__iconBtn{color:#ffffffc7;cursor:pointer;background:0 0;border:0;border-radius:.375rem;justify-content:center;align-items:center;width:2rem;height:2rem;transition:background .12s,color .12s;display:inline-flex}.Chat-module__pVbXDG__iconBtn:hover{color:#fff;background:#ffffff1f}.Chat-module__pVbXDG__aiBtn{color:#fff;height:2rem;font:inherit;cursor:pointer;background:#ffffff24;border:1px solid #ffffff47;border-radius:.375rem;align-items:center;gap:.375rem;margin-left:.25rem;padding:0 .625rem;font-size:.8125rem;font-weight:600;transition:background .12s,border-color .12s;display:inline-flex}.Chat-module__pVbXDG__aiBtn:hover{background:#ffffff38;border-color:#ffffff73}.Chat-module__pVbXDG__aiBtnIcon{object-fit:cover;border-radius:50%;flex-shrink:0;width:18px;height:18px}.Chat-module__pVbXDG__aiBtnLabel{line-height:1}.Chat-module__pVbXDG__headAvatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:.875rem;font-weight:700;display:inline-flex}.Chat-module__pVbXDG__headStack{flex-shrink:0;width:2.25rem;height:2.25rem;position:relative}.Chat-module__pVbXDG__headStackAvatar{color:#fff;border:2px solid var(--bg-page,#0f172a);border-radius:.375rem;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.6875rem;font-weight:700;display:inline-flex;position:absolute}.Chat-module__pVbXDG__headStackAvatar[data-stack-index="0"]{z-index:2;top:0;left:0}.Chat-module__pVbXDG__headStackAvatar[data-stack-index="1"]{z-index:1;bottom:0;right:0}.Chat-module__pVbXDG__memberToggle{color:#ffffffc7;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:.25rem;padding:0;font-size:.8125rem;transition:color .12s;display:inline-flex}.Chat-module__pVbXDG__memberToggle:hover{color:#fff;text-decoration:underline}.Chat-module__pVbXDG__chevron{flex-shrink:0;transition:transform .16s}.Chat-module__pVbXDG__chevronOpen{transform:rotate(180deg)}.Chat-module__pVbXDG__memberList{border-bottom:1px solid var(--border,#ffffff14);background:#ffffff05;flex-shrink:0;padding:.75rem 0}.Chat-module__pVbXDG__memberListItems{padding:0 var(--chat-x-padding);overscroll-behavior-x:contain;scrollbar-width:thin;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:.375rem;margin:0;list-style:none;display:flex;overflow-x:auto}.Chat-module__pVbXDG__memberItem{flex-shrink:0}.Chat-module__pVbXDG__memberLink{font:inherit;color:var(--text-primary,#e5e7eb);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:.375rem;align-items:center;gap:.5rem;padding:.25rem .375rem;transition:background .12s;display:inline-flex}.Chat-module__pVbXDG__memberLink:hover{background:#ffffff0f}.Chat-module__pVbXDG__memberAvatar{color:#fff;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;width:1.625rem;height:1.625rem;font-size:.75rem;font-weight:700;display:inline-flex}.Chat-module__pVbXDG__memberName{font-size:.875rem;line-height:1}.Chat-module__pVbXDG__dateDivider{padding:.75rem var(--chat-x-padding);align-items:center;gap:.75rem;display:flex}.Chat-module__pVbXDG__dateLine{background:var(--border,#ffffff14);flex:1;height:1px}.Chat-module__pVbXDG__dateChip{border:1px solid var(--border,#ffffff1f);color:var(--text-secondary,#94a3b8);font:inherit;cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.Chat-module__pVbXDG__dateChip:focus,.Chat-module__pVbXDG__dateChip:focus-visible{outline:none}.Chat-module__pVbXDG__dateChevron{opacity:.7;flex-shrink:0}.Chat-module__pVbXDG__jumpMenu{z-index:200;background:var(--bg-card,#1e293b);border:1px solid var(--border,#ffffff1a);border-radius:.5rem;flex-direction:column;gap:.0625rem;min-width:12rem;padding:.375rem;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 8px 24px #00000059}.Chat-module__pVbXDG__jumpMenuLabel{text-transform:uppercase;letter-spacing:.03125rem;color:var(--text-muted,#94a3b8);margin:0;padding:.375rem .625rem .25rem;font-size:.6875rem;font-weight:700}.Chat-module__pVbXDG__jumpMenuItem{width:100%;color:var(--text-primary,#e5e7eb);text-align:left;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:.375rem;align-items:center;padding:.5rem .625rem;font-size:.875rem;transition:background .12s;display:flex}.Chat-module__pVbXDG__jumpMenuItem:hover:not(:disabled){background:var(--bg-hover,#ffffff0f)}.Chat-module__pVbXDG__jumpMenuItem:disabled{opacity:.5;cursor:not-allowed}.Chat-module__pVbXDG__jumpMenuDivider{background:var(--border,#ffffff14);height:1px;margin:.25rem 0}.Chat-module__pVbXDG__memberCard{text-align:center;flex-direction:column;align-items:center;gap:.625rem;padding:.5rem 0;display:flex}.Chat-module__pVbXDG__memberCardAvatar{color:#fff;border-radius:.875rem;justify-content:center;align-items:center;width:4rem;height:4rem;font-size:1.5rem;font-weight:700;display:inline-flex}.Chat-module__pVbXDG__memberCardStatus{color:var(--text-secondary,#94a3b8);align-items:center;gap:.375rem;margin:0;font-size:.875rem;display:inline-flex}.Chat-module__pVbXDG__memberCardRole{color:var(--brand-accent,#fbbf24);background:#facc151f;border-radius:.375rem;margin:0;padding:.125rem .5rem;font-size:.75rem;font-weight:600}.Chat-module__pVbXDG__chatName{color:#fff;margin:0;font-size:1.125rem;font-weight:700;line-height:1.2}.Chat-module__pVbXDG__chatStatus{color:#ffffffc7;align-items:center;gap:.375rem;margin:.25rem 0 0;font-size:.8125rem;display:flex}.Chat-module__pVbXDG__dot{background:#6b7280;border-radius:50%;width:.5rem;height:.5rem;display:inline-block}.Chat-module__pVbXDG__dot[data-presence=online]{background:#22c55e}.Chat-module__pVbXDG__dot[data-presence=away]{background:#f59e0b}.Chat-module__pVbXDG__messages{flex-direction:column;display:flex}.Chat-module__pVbXDG__chatEmpty{padding:2rem var(--chat-x-padding);color:var(--text-muted,#94a3b8);align-items:center;font-size:.9375rem;display:flex}.Chat-module__pVbXDG__message{padding:.5rem var(--chat-x-padding);align-items:flex-start;gap:.75rem;display:flex;position:relative}.Chat-module__pVbXDG__message:first-child{padding-top:0}.Chat-module__pVbXDG__messageCont{border-top:0;padding-top:.25rem}.Chat-module__pVbXDG__messageCont .Chat-module__pVbXDG__messageBody{margin-left:3rem}.Chat-module__pVbXDG__messageAvatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:.8125rem;font-weight:700;display:inline-flex}.Chat-module__pVbXDG__messageBody{flex:1;min-width:0}.Chat-module__pVbXDG__messageMeta{align-items:baseline;gap:.5rem;margin-bottom:.125rem;display:flex}.Chat-module__pVbXDG__messageAuthor{color:var(--text-primary,#e5e7eb);font-size:.9375rem;font-weight:700}.Chat-module__pVbXDG__messageTime{color:var(--text-muted,#6b7280);font-size:.6875rem}.Chat-module__pVbXDG__messageText{color:var(--text-primary,#e5e7eb);word-wrap:break-word;margin:0;font-size:.9375rem;line-height:1.7}.Chat-module__pVbXDG__messageActions{background:var(--bg-elevated,#1e293b);border:1px solid var(--border,#ffffff1a);opacity:0;pointer-events:none;z-index:5;border-radius:.5rem;gap:.0625rem;padding:.1875rem;transition:opacity .1s;display:flex;position:absolute;top:-.875rem;right:0;box-shadow:0 4px 12px #0000004d}.Chat-module__pVbXDG__message:hover .Chat-module__pVbXDG__messageActions{opacity:1;pointer-events:auto}.Chat-module__pVbXDG__actionBtn{width:1.625rem;height:1.625rem;color:var(--text-muted,#94a3b8);cursor:pointer;background:0 0;border:0;border-radius:.25rem;justify-content:center;align-items:center;transition:background .1s,color .1s;display:inline-flex}.Chat-module__pVbXDG__actionBtn:hover{color:var(--text-primary,#fff);background:#ffffff14}.Chat-module__pVbXDG__emojiPicker{background:var(--bg-elevated,#1e293b);border:1px solid var(--border,#ffffff1a);z-index:10;border-radius:.5rem;gap:.0625rem;padding:.25rem;display:flex;position:absolute;top:calc(100% + .25rem);right:0;box-shadow:0 4px 12px #0000004d}.Chat-module__pVbXDG__emojiBtn{cursor:pointer;background:0 0;border:0;border-radius:.25rem;justify-content:center;align-items:center;width:1.875rem;height:1.875rem;font-size:1.0625rem;transition:background 80ms,transform 80ms;display:inline-flex}.Chat-module__pVbXDG__emojiBtn:hover{background:#ffffff14;transform:scale(1.15)}.Chat-module__pVbXDG__reactions{flex-wrap:wrap;gap:.25rem;margin-top:.375rem;display:flex}.Chat-module__pVbXDG__reaction{border:1px solid var(--border,#ffffff1f);color:var(--text-muted,#94a3b8);cursor:pointer;background:0 0;border-radius:1rem;align-items:center;gap:.25rem;padding:.125rem .5rem;font-size:.75rem;transition:background .1s,border-color .1s;display:inline-flex}.Chat-module__pVbXDG__reaction:hover{background:#7dba3014;border-color:#7dba304d}.Chat-module__pVbXDG__reactionActive{color:#a3e635;background:#7dba302e;border-color:#7dba3073}.Chat-module__pVbXDG__reactionActive:hover{background:#7dba3047}.Chat-module__pVbXDG__reactionAdd{border:1px dashed var(--border,#fff3);width:1.5rem;height:1.5rem;color:var(--text-muted,#94a3b8);cursor:pointer;background:0 0;border-radius:1rem;justify-content:center;align-items:center;transition:background .1s,border-color .1s,color .1s;display:inline-flex}.Chat-module__pVbXDG__reactionAdd:hover{color:#a3e635;background:#7dba3014;border-color:#7dba3066}.Chat-module__pVbXDG__composerWrap{flex-shrink:0;padding:0 .5rem .625rem}.Chat-module__pVbXDG__composer{border:1px solid var(--border,#ffffff2e);background:var(--bg-card,transparent);border-radius:.625rem;flex-direction:column;transition:border-color .12s;display:flex;overflow:hidden}.Chat-module__pVbXDG__composer:focus-within{border-color:var(--text-muted,#ffffff59)}.Chat-module__pVbXDG__composerToolbar{border-bottom:1px solid var(--border,#ffffff14);scrollbar-width:thin;align-items:center;gap:.125rem;padding:.375rem .5rem;display:flex;overflow-x:auto}.Chat-module__pVbXDG__toolbarBtn{width:1.875rem;height:1.875rem;color:var(--text-secondary,#94a3b8);cursor:pointer;background:0 0;border:0;border-radius:.25rem;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .12s,color .12s;display:inline-flex}.Chat-module__pVbXDG__toolbarBtn:hover{background:var(--bg-hover,#ffffff0f);color:var(--text-primary,#e5e7eb)}.Chat-module__pVbXDG__toolbarSep{background:var(--border,#ffffff1f);flex-shrink:0;width:1px;height:1.125rem;margin:0 .25rem}.Chat-module__pVbXDG__composerInput{width:100%;min-height:2.5rem;max-height:10rem;color:var(--text-primary,#e5e7eb);font:inherit;resize:none;background:0 0;border:0;outline:none;padding:.625rem .75rem;font-size:.9375rem;line-height:1.5;overflow-y:auto}.Chat-module__pVbXDG__composerInput::placeholder{color:var(--text-muted,#6b7280)}.Chat-module__pVbXDG__composerActions{justify-content:space-between;align-items:center;gap:.5rem;padding:.375rem .5rem;display:flex}.Chat-module__pVbXDG__composerActionsLeft{align-items:center;gap:.125rem;display:flex}.Chat-module__pVbXDG__actionIconBtn{width:2rem;height:2rem;color:var(--text-secondary,#94a3b8);cursor:pointer;background:0 0;border:0;border-radius:.375rem;justify-content:center;align-items:center;padding:0;transition:background .12s,color .12s;display:inline-flex}.Chat-module__pVbXDG__actionIconBtn:hover{background:var(--bg-hover,#ffffff0f);color:var(--text-primary,#e5e7eb)}.Chat-module__pVbXDG__sendBtn{width:2rem;height:2rem;color:var(--text-muted,#94a3b8);cursor:pointer;background:0 0;border:0;border-radius:.375rem;justify-content:center;align-items:center;padding:0;transition:background .12s,color .12s;display:inline-flex}.Chat-module__pVbXDG__sendBtnActive{color:#fff;background:#4a8c5c}.Chat-module__pVbXDG__sendBtnActive:hover{background:#3a7c4c}.Chat-module__pVbXDG__sendBtn:disabled{cursor:not-allowed}.Chat-module__pVbXDG__composerHint{color:var(--text-muted,#94a3b8);text-align:right;margin:.375rem .25rem 0;font-size:.75rem}.Chat-module__pVbXDG__composerHint kbd{border:1px solid var(--border,#ffffff2e);font:inherit;color:var(--text-secondary,#94a3b8);background:var(--bg-hover,#ffffff0a);border-radius:.1875rem;padding:0 .25rem;font-size:.6875rem;display:inline-block}@media (max-width:767px){.Chat-module__pVbXDG__chat{--chat-x-padding:1rem}.Chat-module__pVbXDG__message{padding:.375rem var(--chat-x-padding);gap:.625rem}.Chat-module__pVbXDG__messageAvatar{width:2rem;height:2rem;font-size:.75rem}.Chat-module__pVbXDG__messageCont .Chat-module__pVbXDG__messageBody{margin-left:2.625rem}.Chat-module__pVbXDG__messageAuthor{font-size:.875rem}.Chat-module__pVbXDG__messageTime{font-size:.625rem}.Chat-module__pVbXDG__messageText{font-size:.875rem;line-height:1.6}.Chat-module__pVbXDG__chatEmpty{font-size:.875rem}.Chat-module__pVbXDG__dateDivider{padding:.5rem var(--chat-x-padding)}.Chat-module__pVbXDG__composerInput{font-size:.875rem}}@media (max-width:768px){.Chat-module__pVbXDG__composerHint{display:none}}
.BackSection-module__tL1W2G__backSection{max-width:1200px;margin:0 auto;padding:0 1.5rem 3rem}.BackSection-module__tL1W2G__backButton{color:var(--text-secondary);border-radius:.5rem;align-items:center;gap:.5rem;padding:.625rem 1rem;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.BackSection-module__tL1W2G__backButton:hover{color:var(--text-primary);background:var(--bg-hover)}.BackSection-module__tL1W2G__backButton svg{width:1.25rem;height:1.25rem}@media (max-width:768px){.BackSection-module__tL1W2G__backSection{padding:0 1rem 2rem}}
.Courses-module__CPzKfa__container{background:var(--bg-page);min-height:100vh;color:var(--text-primary)}.Courses-module__CPzKfa__header{background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 60%,#1e40af 100%);padding:2.5rem 1.5rem 3rem}.Courses-module__CPzKfa__headerInner{justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}@media (max-width:768px){.Courses-module__CPzKfa__headerInner{flex-direction:column;align-items:stretch}.Courses-module__CPzKfa__headerRight{width:100%}.Courses-module__CPzKfa__interestCard{text-align:center;min-width:auto}.Courses-module__CPzKfa__filterBar{flex-direction:column;align-items:stretch;gap:.75rem}.Courses-module__CPzKfa__viewTabs{flex-wrap:wrap}}.Courses-module__CPzKfa__headerRight{flex-shrink:0}.Courses-module__CPzKfa__title{color:#fff;margin:0 0 .5rem;font-size:2rem;font-weight:800}.Courses-module__CPzKfa__subtitle{color:#ffffffb3;margin:0;font-size:1rem}.Courses-module__CPzKfa__interestCard{text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff26;border-radius:1rem;min-width:240px;padding:1.5rem}.Courses-module__CPzKfa__interestDesc{color:#ffffffd9;margin:0 0 1rem;font-size:.875rem;line-height:1.5}.Courses-module__CPzKfa__interestHighlight{color:#fbbf24;font-weight:700;animation:2s ease-in-out infinite Courses-module__CPzKfa__glow}@keyframes Courses-module__CPzKfa__glow{0%,to{opacity:1;text-shadow:0 0 8px #fbbf2466}50%{opacity:.8;text-shadow:0 0 16px #fbbf24b3}}.Courses-module__CPzKfa__interestBtn{color:#fff;background:linear-gradient(135deg,#f59e0b,#f97316);border:none;border-radius:9999px;align-items:center;gap:.375rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #f59e0b4d}.Courses-module__CPzKfa__interestBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b80}.Courses-module__CPzKfa__body{max-width:1200px;margin:0 auto;padding:1.5rem}.Courses-module__CPzKfa__filterBar{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.Courses-module__CPzKfa__viewTabs{gap:.25rem;display:flex}.Courses-module__CPzKfa__viewTab{border:1px solid var(--border);background:var(--bg-card);color:var(--text-secondary);cursor:pointer;border-radius:.375rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;transition:all .15s}.Courses-module__CPzKfa__viewTab:not(.Courses-module__CPzKfa__viewTabActive):hover{border-color:var(--primary);color:var(--primary)}.Courses-module__CPzKfa__viewTabActive{background:var(--primary);color:var(--text-on-primary);border-color:var(--primary)}.Courses-module__CPzKfa__viewTabActive:hover{background:var(--primary-hover);color:var(--text-on-primary);border-color:var(--primary-hover)}.Courses-module__CPzKfa__filterRight{align-items:center;gap:.5rem;display:flex}.Courses-module__CPzKfa__sortSelect{border:1px solid var(--border);color:var(--text-primary);background:var(--bg-card);cursor:pointer;border-radius:.375rem;padding:.5rem .75rem;font-size:.8125rem}.Courses-module__CPzKfa__chipBar{flex-wrap:wrap;gap:.375rem;margin-bottom:1.25rem;display:flex}.Courses-module__CPzKfa__chip{border:1px solid var(--border);background:var(--bg-card);color:var(--text-secondary);cursor:pointer;border-radius:9999px;padding:.375rem .875rem;font-size:.8125rem;font-weight:500;transition:all .15s}.Courses-module__CPzKfa__chip:hover{border-color:var(--primary);color:var(--primary)}.Courses-module__CPzKfa__chipActive{background:color-mix(in srgb, var(--primary) 12%, var(--bg-card));border-color:var(--primary);color:var(--primary);font-weight:600}.Courses-module__CPzKfa__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}@media (max-width:960px){.Courses-module__CPzKfa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Courses-module__CPzKfa__grid{grid-template-columns:1fr}}.Courses-module__CPzKfa__card{border:1px solid var(--border);background:var(--bg-card);color:inherit;border-radius:.75rem;text-decoration:none;transition:all .2s;display:block;overflow:hidden}.Courses-module__CPzKfa__card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000001a}.Courses-module__CPzKfa__cardTop{padding:1.25rem;position:relative}.Courses-module__CPzKfa__cardTopRow{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.Courses-module__CPzKfa__academyBadge{color:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border-radius:9999px;padding:.25rem .625rem;font-size:.75rem;font-weight:600}.Courses-module__CPzKfa__ddayBadge{color:#fff;background:#0000004d;border-radius:9999px;padding:.25rem .625rem;font-size:.6875rem;font-weight:700}.Courses-module__CPzKfa__ddayUrgent{background:#dc2626;animation:2s infinite Courses-module__CPzKfa__pulse}.Courses-module__CPzKfa__ddayClosed{background:#64748b}@keyframes Courses-module__CPzKfa__pulse{0%,to{opacity:1}50%{opacity:.7}}.Courses-module__CPzKfa__cardTopBottom{align-items:center;gap:.5rem;display:flex}.Courses-module__CPzKfa__categoryBadge{color:#fff;background:#fff3;border-radius:.25rem;padding:.25rem .625rem;font-size:.6875rem;font-weight:700;display:inline-block}.Courses-module__CPzKfa__newlectureBadge{letter-spacing:.03em;color:#0f172a;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:9999px;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.6875rem;font-weight:800;animation:3s ease-in-out infinite Courses-module__CPzKfa__badgeShine;display:inline-flex;box-shadow:0 2px 8px #fbbf2466}@keyframes Courses-module__CPzKfa__badgeShine{0%,to{box-shadow:0 2px 8px #fbbf2466}50%{box-shadow:0 2px 16px #fbbf24b3}}.Courses-module__CPzKfa__cardBody{padding:1.25rem}.Courses-module__CPzKfa__cardTitle{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 1rem;font-size:1rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.Courses-module__CPzKfa__cardInfo{margin-bottom:1rem}.Courses-module__CPzKfa__infoItem{gap:.5rem;margin-bottom:.25rem;font-size:.8125rem;display:flex}.Courses-module__CPzKfa__infoLabel{color:var(--text-muted);flex-shrink:0;min-width:4rem}.Courses-module__CPzKfa__infoValue{color:var(--text-secondary)}.Courses-module__CPzKfa__recruitBar{margin-bottom:.75rem}.Courses-module__CPzKfa__recruitInfo{color:var(--text-secondary);justify-content:space-between;margin-bottom:.375rem;font-size:.75rem;display:flex}.Courses-module__CPzKfa__progressTrack{background:var(--bg-subtle);border-radius:.25rem;height:.375rem;overflow:hidden}.Courses-module__CPzKfa__progressFill{border-radius:.25rem;height:100%;transition:width .3s}.Courses-module__CPzKfa__cardTags{flex-wrap:wrap;gap:.25rem;margin-bottom:1rem;display:flex}.Courses-module__CPzKfa__tag{background:var(--bg-subtle);color:var(--text-secondary);border-radius:.25rem;padding:.125rem .5rem;font-size:.6875rem;font-weight:600}.Courses-module__CPzKfa__cardPrice{margin-bottom:.75rem}.Courses-module__CPzKfa__selfPayment{color:var(--text-primary);margin-bottom:.25rem;font-size:1.125rem;font-weight:800;display:block}.Courses-module__CPzKfa__priceBreakdown{align-items:center;gap:.375rem;font-size:.75rem;display:flex}.Courses-module__CPzKfa__originalFee{color:var(--text-muted);text-decoration:line-through}.Courses-module__CPzKfa__govDiscount{color:var(--success);font-weight:600}.Courses-module__CPzKfa__freeText{color:var(--success);font-size:1rem;font-weight:800}.Courses-module__CPzKfa__applyBtn{background:var(--primary);width:100%;color:var(--text-on-primary);cursor:pointer;border:none;border-radius:.5rem;padding:.75rem;font-size:.9375rem;font-weight:700;transition:background .2s}.Courses-module__CPzKfa__applyBtn:hover{background:var(--primary-hover)}.Courses-module__CPzKfa__applyBtn:disabled{background:var(--text-muted);cursor:not-allowed}.Courses-module__CPzKfa__empty{text-align:center;color:var(--text-muted);padding:3rem 0}.Courses-module__CPzKfa__newlectureFilter{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.Courses-module__CPzKfa__newlectureCheckbox{cursor:pointer;align-items:center;gap:.375rem;display:flex}.Courses-module__CPzKfa__newlectureCheckLabel{color:var(--brand-accent,#f59e0b);font-size:.8125rem;font-weight:600}.Courses-module__CPzKfa__newlectureInfoBtn{border:1px solid color-mix(in srgb, var(--brand-accent,#f59e0b) 30%, transparent);color:var(--brand-accent,#f59e0b);cursor:pointer;background:0 0;border-radius:9999px;padding:.25rem .75rem;font-size:.6875rem;font-weight:600;transition:all .15s}.Courses-module__CPzKfa__newlectureInfoBtn:hover{background:color-mix(in srgb, var(--brand-accent,#f59e0b) 12%, transparent)}.Courses-module__CPzKfa__heroCtas{flex-direction:column;gap:.75rem;display:flex}.Courses-module__CPzKfa__partnerCard{text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.75rem;padding:1rem}.Courses-module__CPzKfa__partnerDesc{color:#ffffffb3;margin:0 0 .625rem;font-size:.8125rem}.Courses-module__CPzKfa__partnerBtn{color:#fffc;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:9999px;align-items:center;gap:.375rem;padding:.5rem 1.25rem;font-size:.8125rem;font-weight:600;transition:all .2s;display:inline-flex}.Courses-module__CPzKfa__partnerBtn:hover{background:#ffffff1a;border-color:#fff6}.Courses-module__CPzKfa__newlectureBanner{background:color-mix(in srgb, var(--primary) 8%, var(--bg-card));border:1px solid color-mix(in srgb, var(--primary) 25%, transparent);border-radius:1rem;margin-bottom:1.5rem;padding:1.5rem 2rem}.Courses-module__CPzKfa__bannerHeader{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.Courses-module__CPzKfa__bannerIcon{color:var(--primary);font-size:1.25rem}.Courses-module__CPzKfa__bannerTitle{color:var(--primary);margin:0;font-size:1.1rem;font-weight:700}.Courses-module__CPzKfa__bannerDesc{color:var(--text-primary);margin:0 0 .75rem;font-size:.9rem;line-height:1.6}.Courses-module__CPzKfa__bannerList{color:var(--text-secondary);margin:0;padding-left:1.25rem;font-size:.85rem;line-height:1.8}.Courses-module__CPzKfa__bannerList li{margin-bottom:.25rem}.Courses-module__CPzKfa__bannerNote{color:var(--text-muted);font-size:.75rem}
.Dashboard-module__vZAx3W__statsGrid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}.Dashboard-module__vZAx3W__statCard{background:var(--bg-card);border:1px solid var(--border);border-radius:1rem;align-items:center;gap:1rem;padding:1.25rem 1.5rem;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000000a}.Dashboard-module__vZAx3W__statCard:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.Dashboard-module__vZAx3W__statIcon{font-size:2rem}.Dashboard-module__vZAx3W__statValue{color:var(--text-primary);margin:0;font-size:1.5rem;font-weight:800}.Dashboard-module__vZAx3W__statLabel{color:var(--text-secondary);margin:0;font-size:.75rem;font-weight:500}.Dashboard-module__vZAx3W__section{margin-bottom:2rem}.Dashboard-module__vZAx3W__sectionTitle{color:var(--text-primary);margin:0 0 1rem;font-size:1.125rem;font-weight:700}.Dashboard-module__vZAx3W__quickGrid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.Dashboard-module__vZAx3W__quickCard{background:var(--bg-card);border:1px solid var(--border);border-radius:1rem;align-items:center;gap:1rem;padding:1.25rem 1.5rem;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000000a}.Dashboard-module__vZAx3W__quickCard:hover{border-color:var(--primary);box-shadow:0 4px 16px rgba(var(--primary-rgb), .12)}.Dashboard-module__vZAx3W__quickIcon{flex-shrink:0;font-size:1.75rem}.Dashboard-module__vZAx3W__quickCardTitle{color:var(--text-primary);margin:0 0 .25rem;font-size:1rem;font-weight:700}.Dashboard-module__vZAx3W__quickCardDesc{color:var(--text-secondary);margin:0;font-size:.8125rem}@media (max-width:768px){.Dashboard-module__vZAx3W__statsGrid{grid-template-columns:repeat(2,1fr)}.Dashboard-module__vZAx3W__quickGrid{grid-template-columns:1fr}}
.Dashboard-module__UIs6zW__container{min-height:100%}.Dashboard-module__UIs6zW__header{background:var(--page-header-gradient);padding:1.5rem 1.5rem 3rem}.Dashboard-module__UIs6zW__headerInner{max-width:1200px;margin:0 auto}.Dashboard-module__UIs6zW__title{color:#fff;letter-spacing:-.025em;margin:0 0 .375rem;font-size:1.75rem;font-weight:800}.Dashboard-module__UIs6zW__subtitle{color:#ffffffbf;margin:0;font-size:.9375rem}.Dashboard-module__UIs6zW__body{max-width:1200px;padding:0 var(--page-padding-x) 3rem;margin:-1.5rem auto 0}.Dashboard-module__UIs6zW__statsGrid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}.Dashboard-module__UIs6zW__statCard{background:var(--bg-card);border:1px solid var(--border-light);border-radius:1rem;align-items:center;gap:1rem;padding:1.25rem 1.5rem;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000000a}.Dashboard-module__UIs6zW__statCard:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.Dashboard-module__UIs6zW__statIcon{font-size:2rem}.Dashboard-module__UIs6zW__statValue{color:var(--text-primary);margin:0;font-size:1.5rem;font-weight:800}.Dashboard-module__UIs6zW__statLabel{color:var(--text-muted);margin:0;font-size:.75rem;font-weight:500}.Dashboard-module__UIs6zW__section{margin-bottom:2rem}.Dashboard-module__UIs6zW__sectionTitle{color:var(--text-primary);margin:0 0 1rem;font-size:1.125rem;font-weight:700}.Dashboard-module__UIs6zW__quickGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.Dashboard-module__UIs6zW__quickCard{background:var(--bg-card);border:1px solid var(--border-light);border-radius:1rem;align-items:center;gap:1rem;padding:1.25rem 1.5rem;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000000a}.Dashboard-module__UIs6zW__quickCard:hover{border-color:#6ee7b7;box-shadow:0 4px 16px #10b9811a}.Dashboard-module__UIs6zW__quickIcon{flex-shrink:0;font-size:1.75rem}.Dashboard-module__UIs6zW__quickCardTitle{color:var(--text-primary);margin:0 0 .25rem;font-size:1rem;font-weight:700}.Dashboard-module__UIs6zW__quickCardDesc{color:var(--text-muted);margin:0;font-size:.8125rem}@media (max-width:768px){.Dashboard-module__UIs6zW__statsGrid{grid-template-columns:repeat(2,1fr)}.Dashboard-module__UIs6zW__quickGrid{grid-template-columns:1fr}}
.Resources-module__yLjhFW__container{min-height:100%}.Resources-module__yLjhFW__header{background:var(--page-header-gradient);padding:var(--page-padding-top) var(--page-padding-x) 2.5rem;justify-content:space-between;align-items:flex-start;display:flex}.Resources-module__yLjhFW__headerInner{flex:1}.Resources-module__yLjhFW__headerTitle{color:#fff;letter-spacing:-.025em;margin:0 0 .375rem;font-size:1.75rem;font-weight:800}.Resources-module__yLjhFW__headerDesc{color:#ffffffbf;margin:0 0 1.25rem;font-size:.9375rem}.Resources-module__yLjhFW__headerStats{gap:2rem;display:flex}.Resources-module__yLjhFW__stat{flex-direction:column;display:flex}.Resources-module__yLjhFW__statValue{color:#fff;font-size:1.5rem;font-weight:800}.Resources-module__yLjhFW__statLabel{color:#fff9;font-size:.75rem;font-weight:500}.Resources-module__yLjhFW__createBtn{background:var(--bg-card);color:#10b981;border-radius:.75rem;flex-shrink:0;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #0000001a}.Resources-module__yLjhFW__createBtn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00000026}.Resources-module__yLjhFW__body{max-width:1200px;padding:0 var(--page-padding-x) 3rem;margin:-1rem auto 0}.Resources-module__yLjhFW__toolbar{margin-bottom:1.25rem}.Resources-module__yLjhFW__searchBox{background:var(--bg-card);border:1px solid var(--border-light);color:#94a3b8;border-radius:.75rem;align-items:center;gap:.5rem;max-width:24rem;padding:.625rem 1rem;display:flex;box-shadow:0 1px 3px #0000000a}.Resources-module__yLjhFW__searchInput{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-size:.875rem}.Resources-module__yLjhFW__searchInput::placeholder{color:#94a3b8}.Resources-module__yLjhFW__loadingArea{flex-direction:column;gap:.75rem;display:flex}.Resources-module__yLjhFW__skeleton{background:var(--bg-card);border:1px solid var(--border-light);border-radius:.75rem;padding:1.25rem}.Resources-module__yLjhFW__skelLine{background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%) 0 0/200%;border-radius:6px;height:12px;margin-bottom:.75rem;animation:1.5s infinite Resources-module__yLjhFW__shimmer}@keyframes Resources-module__yLjhFW__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.Resources-module__yLjhFW__empty{text-align:center;background:var(--bg-card);border:1px solid var(--border-light);border-radius:1rem;padding:5rem 2rem}.Resources-module__yLjhFW__emptyIcon{color:#cbd5e1;margin-bottom:1rem}.Resources-module__yLjhFW__emptyTitle{color:var(--text-primary);margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.Resources-module__yLjhFW__emptyDesc{color:var(--text-muted);margin:0 0 1.5rem;font-size:.875rem}.Resources-module__yLjhFW__emptyBtn{color:#fff;background:#10b981;border-radius:.625rem;padding:.625rem 1.5rem;font-size:.875rem;font-weight:700;text-decoration:none;display:inline-flex}.Resources-module__yLjhFW__emptyBtn:hover{background:#047857}.Resources-module__yLjhFW__list{flex-direction:column;gap:.5rem;display:flex}.Resources-module__yLjhFW__card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:.75rem;justify-content:space-between;align-items:center;padding:1rem 1.25rem;transition:all .15s;display:flex}.Resources-module__yLjhFW__card:hover{border-color:#6ee7b7;box-shadow:0 2px 8px #0000000f}.Resources-module__yLjhFW__cardLeft{flex:1;align-items:center;gap:1rem;min-width:0;display:flex}.Resources-module__yLjhFW__cardIcon{flex-shrink:0;font-size:1.5rem}.Resources-module__yLjhFW__cardInfo{flex:1;min-width:0}.Resources-module__yLjhFW__cardTitle{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.9375rem;font-weight:600;text-decoration:none;display:block;overflow:hidden}.Resources-module__yLjhFW__cardTitle:hover{color:#10b981}.Resources-module__yLjhFW__cardMeta{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.375rem;display:flex}.Resources-module__yLjhFW__categoryBadge{color:#10b981;background:#ecfdf5;border-radius:4px;padding:.125rem .5rem;font-size:.6875rem;font-weight:600}.Resources-module__yLjhFW__statusBadge{border-radius:9999px;padding:.125rem .5rem;font-size:.6875rem;font-weight:700}.Resources-module__yLjhFW__published{color:#059669;background:#ecfdf5}.Resources-module__yLjhFW__draft{color:#d97706;background:#fef3c7}.Resources-module__yLjhFW__scheduled{color:#2563eb;background:#eff6ff}.Resources-module__yLjhFW__viewCount,.Resources-module__yLjhFW__dateText{color:#94a3b8;font-size:.6875rem}.Resources-module__yLjhFW__cardActions{flex-shrink:0;gap:.375rem;display:flex}.Resources-module__yLjhFW__editBtn{border:1px solid var(--border-light);background:var(--bg-card);color:#10b981;cursor:pointer;border-radius:.5rem;padding:.375rem .75rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:all .15s}.Resources-module__yLjhFW__editBtn:hover{background:#ecfdf5;border-color:#6ee7b7}.Resources-module__yLjhFW__deleteBtn{background:var(--bg-card);color:#dc2626;cursor:pointer;border:1px solid #fecaca;border-radius:.5rem;padding:.375rem .75rem;font-size:.75rem;font-weight:600;transition:all .15s}.Resources-module__yLjhFW__deleteBtn:hover{background:#fef2f2}.Resources-module__yLjhFW__pagination{justify-content:center;gap:.25rem;margin-top:1.5rem;display:flex}.Resources-module__yLjhFW__pageBtn{border:1px solid var(--border-light);background:var(--bg-card);color:var(--text-muted);cursor:pointer;border-radius:.5rem;padding:.5rem .875rem;font-size:.8125rem;font-weight:600;transition:all .15s}.Resources-module__yLjhFW__pageBtn:hover:not(:disabled){color:#10b981;border-color:#6ee7b7}.Resources-module__yLjhFW__pageBtn:disabled{opacity:.4;cursor:not-allowed}.Resources-module__yLjhFW__pageBtnActive{color:#fff;background:#10b981;border-color:#10b981}@media (max-width:768px){.Resources-module__yLjhFW__header{flex-direction:column;gap:1rem}.Resources-module__yLjhFW__card{flex-direction:column;align-items:flex-start;gap:.75rem}.Resources-module__yLjhFW__cardActions{align-self:flex-end}}
.Bookmarks-module__A9ydlG__container{max-width:960px}.Bookmarks-module__A9ydlG__pageHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.Bookmarks-module__A9ydlG__title{color:var(--text-primary);font-size:1.5rem;font-weight:700}.Bookmarks-module__A9ydlG__subtitle{color:var(--text-secondary);margin-top:.25rem;font-size:.875rem}.Bookmarks-module__A9ydlG__filterTabs{gap:.5rem;margin-bottom:1rem;display:flex}.Bookmarks-module__A9ydlG__filterTab{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;transition:all .15s}.Bookmarks-module__A9ydlG__filterTab:hover{color:#334155;border-color:#cbd5e1}.Bookmarks-module__A9ydlG__filterTab.Bookmarks-module__A9ydlG__active{color:#fff;background:#0f172a;border-color:#0f172a}.Bookmarks-module__A9ydlG__list{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;flex-direction:column;display:flex;overflow:hidden}.Bookmarks-module__A9ydlG__item{border-bottom:1px solid #f1f5f9;align-items:center;gap:.75rem;padding:1rem 1.25rem;transition:background-color .15s;display:flex}.Bookmarks-module__A9ydlG__item:last-child{border-bottom:none}.Bookmarks-module__A9ydlG__item:hover{background:#f8fafc}.Bookmarks-module__A9ydlG__itemContent{min-width:0;color:inherit;flex:1;text-decoration:none}.Bookmarks-module__A9ydlG__itemMain{align-items:center;gap:.5rem;margin-bottom:.375rem;display:flex}.Bookmarks-module__A9ydlG__badge{color:#0d9488;background:#f0fdfa;border-radius:.25rem;flex-shrink:0;padding:.125rem .5rem;font-size:.6875rem;font-weight:600}.Bookmarks-module__A9ydlG__itemTitle{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:600;overflow:hidden}.Bookmarks-module__A9ydlG__itemMeta{color:#94a3b8;align-items:center;gap:.375rem;font-size:.75rem;display:flex}.Bookmarks-module__A9ydlG__metaDot{background:#cbd5e1;border-radius:50%;width:2px;height:2px}.Bookmarks-module__A9ydlG__removeBtn{color:#3b82f6;cursor:pointer;background:0 0;border:none;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;transition:color .15s,background-color .15s;display:flex}.Bookmarks-module__A9ydlG__removeBtn:hover{color:#ef4444;background:#fef2f2}.Bookmarks-module__A9ydlG__empty{text-align:center;color:#94a3b8;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:3rem}.Bookmarks-module__A9ydlG__emptyIcon{color:#cbd5e1;width:3rem;height:3rem;margin-bottom:1rem}.Bookmarks-module__A9ydlG__empty p{margin-bottom:1rem;font-size:.9375rem}.Bookmarks-module__A9ydlG__browseLink{color:#3b82f6;font-size:.875rem;font-weight:600;text-decoration:none}.Bookmarks-module__A9ydlG__browseLink:hover{text-decoration:underline}@media (prefers-color-scheme:dark){html:not([data-theme=light]) .Bookmarks-module__A9ydlG__filterTab{color:#94a3b8;background:#1e293b;border-color:#334155}html:not([data-theme=light]) .Bookmarks-module__A9ydlG__filterTab:hover{color:#e2e8f0;border-color:#475569}html:not([data-theme=light]) .Bookmarks-module__A9ydlG__filterTab.Bookmarks-module__A9ydlG__active{color:#0f172a;background:#e2e8f0;border-color:#e2e8f0}html:not([data-theme=light]) .Bookmarks-module__A9ydlG__title{color:#f1f5f9}html:not([data-theme=light]) .Bookmarks-module__A9ydlG__list{background:#1e293b;border-color:#334155}html:not([data-theme=light]) .Bookmarks-module__A9ydlG__item{border-bottom-color:#334155}html:not([data-theme=light]) .Bookmarks-module__A9ydlG__item:hover{background:#334155}html:not([data-theme=light]) .Bookmarks-module__A9ydlG__itemTitle{color:#f1f5f9}html:not([data-theme=light]) .Bookmarks-module__A9ydlG__itemMeta{color:#64748b}html:not([data-theme=light]) .Bookmarks-module__A9ydlG__metaDot{background:#475569}html:not([data-theme=light]) .Bookmarks-module__A9ydlG__badge{color:#5eead4;background:#134e4a}html:not([data-theme=light]) .Bookmarks-module__A9ydlG__empty{background:#1e293b;border-color:#334155}html:not([data-theme=light]) .Bookmarks-module__A9ydlG__removeBtn{color:#60a5fa}html:not([data-theme=light]) .Bookmarks-module__A9ydlG__removeBtn:hover{color:#f87171;background:#450a0a}html:not([data-theme=light]) .Bookmarks-module__A9ydlG__empty{color:#64748b}html:not([data-theme=light]) .Bookmarks-module__A9ydlG__emptyIcon{color:#475569}}[data-theme=dark] .Bookmarks-module__A9ydlG__filterTab{color:#94a3b8;background:#1e293b;border-color:#334155}[data-theme=dark] .Bookmarks-module__A9ydlG__filterTab:hover{color:#e2e8f0;border-color:#475569}[data-theme=dark] .Bookmarks-module__A9ydlG__filterTab.Bookmarks-module__A9ydlG__active{color:#0f172a;background:#e2e8f0;border-color:#e2e8f0}[data-theme=dark] .Bookmarks-module__A9ydlG__title{color:#f1f5f9}[data-theme=dark] .Bookmarks-module__A9ydlG__list{background:#1e293b;border-color:#334155}[data-theme=dark] .Bookmarks-module__A9ydlG__item{border-bottom-color:#334155}[data-theme=dark] .Bookmarks-module__A9ydlG__item:hover{background:#334155}[data-theme=dark] .Bookmarks-module__A9ydlG__itemTitle{color:#f1f5f9}[data-theme=dark] .Bookmarks-module__A9ydlG__itemMeta{color:#64748b}[data-theme=dark] .Bookmarks-module__A9ydlG__metaDot{background:#475569}[data-theme=dark] .Bookmarks-module__A9ydlG__badge{color:#5eead4;background:#134e4a}[data-theme=dark] .Bookmarks-module__A9ydlG__empty{background:#1e293b;border-color:#334155}[data-theme=dark] .Bookmarks-module__A9ydlG__removeBtn{color:#60a5fa}[data-theme=dark] .Bookmarks-module__A9ydlG__removeBtn:hover{color:#f87171;background:#450a0a}[data-theme=dark] .Bookmarks-module__A9ydlG__empty{color:#64748b}[data-theme=dark] .Bookmarks-module__A9ydlG__emptyIcon{color:#475569}@media (max-width:640px){.Bookmarks-module__A9ydlG__title{font-size:1.25rem}}
.Comments-module__oUy6ra__container{max-width:960px}.Comments-module__oUy6ra__pageHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.Comments-module__oUy6ra__title{color:var(--text-primary);font-size:1.5rem;font-weight:700}.Comments-module__oUy6ra__subtitle{color:var(--text-secondary);margin-top:.25rem;font-size:.875rem}.Comments-module__oUy6ra__filterTabs{gap:.5rem;margin-bottom:1rem;display:flex}.Comments-module__oUy6ra__filterTab{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;transition:all .15s}.Comments-module__oUy6ra__filterTab:hover{color:#334155;border-color:#cbd5e1}.Comments-module__oUy6ra__filterTab.Comments-module__oUy6ra__active{color:#fff;background:#0f172a;border-color:#0f172a}.Comments-module__oUy6ra__list{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;flex-direction:column;display:flex;overflow:hidden}.Comments-module__oUy6ra__item{color:inherit;border-bottom:1px solid #f1f5f9;align-items:center;gap:.75rem;padding:1rem 1.25rem;text-decoration:none;transition:background-color .15s;display:flex}.Comments-module__oUy6ra__item:last-child{border-bottom:none}.Comments-module__oUy6ra__item:hover{background:#f8fafc}.Comments-module__oUy6ra__itemContent{min-width:0;color:inherit;flex:1;text-decoration:none}.Comments-module__oUy6ra__itemMain{align-items:center;gap:.375rem;margin-bottom:.375rem;display:flex}.Comments-module__oUy6ra__badge{color:#0d9488;background:#f0fdfa;border-radius:.25rem;flex-shrink:0;padding:.125rem .5rem;font-size:.6875rem;font-weight:600}.Comments-module__oUy6ra__choiceBadge{color:#7c3aed;background:#f5f3ff;border-radius:.25rem;flex-shrink:0;padding:.0625rem .375rem;font-size:.625rem;font-weight:700}.Comments-module__oUy6ra__commentText{color:#1e293b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.375rem;font-size:.9375rem;line-height:1.5;display:-webkit-box;overflow:hidden}.Comments-module__oUy6ra__itemMeta{color:#94a3b8;align-items:center;gap:.375rem;font-size:.75rem;display:flex}.Comments-module__oUy6ra__discussionTitle{color:#3b82f6;font-weight:500}.Comments-module__oUy6ra__metaDot{background:#cbd5e1;border-radius:50%;width:2px;height:2px}.Comments-module__oUy6ra__removeBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;transition:color .15s,background-color .15s;display:flex}.Comments-module__oUy6ra__removeBtn:hover{color:#ef4444;background:#fef2f2}.Comments-module__oUy6ra__empty{text-align:center;color:#94a3b8;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:3rem}.Comments-module__oUy6ra__emptyIcon{color:#cbd5e1;width:3rem;height:3rem;margin-bottom:1rem}.Comments-module__oUy6ra__empty p{margin-bottom:1rem;font-size:.9375rem}.Comments-module__oUy6ra__browseLink{color:#3b82f6;font-size:.875rem;font-weight:600;text-decoration:none}.Comments-module__oUy6ra__browseLink:hover{text-decoration:underline}@media (prefers-color-scheme:dark){html:not([data-theme=light]) .Comments-module__oUy6ra__title{color:#f1f5f9}html:not([data-theme=light]) .Comments-module__oUy6ra__filterTab{color:#94a3b8;background:#1e293b;border-color:#334155}html:not([data-theme=light]) .Comments-module__oUy6ra__filterTab:hover{color:#e2e8f0;border-color:#475569}html:not([data-theme=light]) .Comments-module__oUy6ra__filterTab.Comments-module__oUy6ra__active{color:#0f172a;background:#e2e8f0;border-color:#e2e8f0}html:not([data-theme=light]) .Comments-module__oUy6ra__list{background:#1e293b;border-color:#334155}html:not([data-theme=light]) .Comments-module__oUy6ra__item{border-bottom-color:#334155}html:not([data-theme=light]) .Comments-module__oUy6ra__item:hover{background:#334155}html:not([data-theme=light]) .Comments-module__oUy6ra__commentText{color:#f1f5f9}html:not([data-theme=light]) .Comments-module__oUy6ra__itemMeta{color:#64748b}html:not([data-theme=light]) .Comments-module__oUy6ra__discussionTitle{color:#60a5fa}html:not([data-theme=light]) .Comments-module__oUy6ra__metaDot{background:#475569}html:not([data-theme=light]) .Comments-module__oUy6ra__badge{color:#5eead4;background:#134e4a}html:not([data-theme=light]) .Comments-module__oUy6ra__choiceBadge{color:#c4b5fd;background:#2e1065}html:not([data-theme=light]) .Comments-module__oUy6ra__removeBtn{color:#64748b}html:not([data-theme=light]) .Comments-module__oUy6ra__removeBtn:hover{color:#f87171;background:#450a0a}html:not([data-theme=light]) .Comments-module__oUy6ra__empty{color:#64748b;background:#1e293b;border-color:#334155}html:not([data-theme=light]) .Comments-module__oUy6ra__emptyIcon{color:#475569}}[data-theme=dark] .Comments-module__oUy6ra__title{color:#f1f5f9}[data-theme=dark] .Comments-module__oUy6ra__filterTab{color:#94a3b8;background:#1e293b;border-color:#334155}[data-theme=dark] .Comments-module__oUy6ra__filterTab:hover{color:#e2e8f0;border-color:#475569}[data-theme=dark] .Comments-module__oUy6ra__filterTab.Comments-module__oUy6ra__active{color:#0f172a;background:#e2e8f0;border-color:#e2e8f0}[data-theme=dark] .Comments-module__oUy6ra__list{background:#1e293b;border-color:#334155}[data-theme=dark] .Comments-module__oUy6ra__item{border-bottom-color:#334155}[data-theme=dark] .Comments-module__oUy6ra__item:hover{background:#334155}[data-theme=dark] .Comments-module__oUy6ra__commentText{color:#f1f5f9}[data-theme=dark] .Comments-module__oUy6ra__itemMeta{color:#64748b}[data-theme=dark] .Comments-module__oUy6ra__discussionTitle{color:#60a5fa}[data-theme=dark] .Comments-module__oUy6ra__metaDot{background:#475569}[data-theme=dark] .Comments-module__oUy6ra__badge{color:#5eead4;background:#134e4a}[data-theme=dark] .Comments-module__oUy6ra__choiceBadge{color:#c4b5fd;background:#2e1065}[data-theme=dark] .Comments-module__oUy6ra__removeBtn{color:#64748b}[data-theme=dark] .Comments-module__oUy6ra__removeBtn:hover{color:#f87171;background:#450a0a}[data-theme=dark] .Comments-module__oUy6ra__empty{color:#64748b;background:#1e293b;border-color:#334155}[data-theme=dark] .Comments-module__oUy6ra__emptyIcon{color:#475569}@media (max-width:640px){.Comments-module__oUy6ra__title{font-size:1.25rem}}
.Likes-module__HsgnqG__container{max-width:960px}.Likes-module__HsgnqG__pageHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.Likes-module__HsgnqG__title{color:var(--text-primary);font-size:1.5rem;font-weight:700}.Likes-module__HsgnqG__subtitle{color:var(--text-secondary);margin-top:.25rem;font-size:.875rem}.Likes-module__HsgnqG__list{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;flex-direction:column;display:flex;overflow:hidden}.Likes-module__HsgnqG__item{border-bottom:1px solid #f1f5f9;align-items:center;gap:.75rem;padding:1rem 1.25rem;transition:background-color .15s;display:flex}.Likes-module__HsgnqG__item:last-child{border-bottom:none}.Likes-module__HsgnqG__item:hover{background:#f8fafc}.Likes-module__HsgnqG__itemContent{min-width:0;color:inherit;flex:1;text-decoration:none}.Likes-module__HsgnqG__itemMain{align-items:center;gap:.5rem;margin-bottom:.375rem;display:flex}.Likes-module__HsgnqG__badge{color:#0d9488;background:#f0fdfa;border-radius:.25rem;flex-shrink:0;padding:.125rem .5rem;font-size:.6875rem;font-weight:600}.Likes-module__HsgnqG__itemTitle{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:600;overflow:hidden}.Likes-module__HsgnqG__itemMeta{color:#94a3b8;align-items:center;gap:.375rem;font-size:.75rem;display:flex}.Likes-module__HsgnqG__metaDot{background:#cbd5e1;border-radius:50%;width:2px;height:2px}.Likes-module__HsgnqG__removeBtn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;transition:color .15s,background-color .15s;display:flex}.Likes-module__HsgnqG__removeBtn:hover{color:#dc2626;background:#fef2f2}.Likes-module__HsgnqG__empty{text-align:center;color:#94a3b8;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:3rem}.Likes-module__HsgnqG__emptyIcon{color:#cbd5e1;width:3rem;height:3rem;margin-bottom:1rem}.Likes-module__HsgnqG__empty p{margin-bottom:1rem;font-size:.9375rem}.Likes-module__HsgnqG__browseLink{color:#3b82f6;font-size:.875rem;font-weight:600;text-decoration:none}.Likes-module__HsgnqG__browseLink:hover{text-decoration:underline}@media (prefers-color-scheme:dark){html:not([data-theme=light]) .Likes-module__HsgnqG__title{color:#f1f5f9}html:not([data-theme=light]) .Likes-module__HsgnqG__list{background:#1e293b;border-color:#334155}html:not([data-theme=light]) .Likes-module__HsgnqG__item{border-bottom-color:#334155}html:not([data-theme=light]) .Likes-module__HsgnqG__item:hover{background:#334155}html:not([data-theme=light]) .Likes-module__HsgnqG__itemTitle{color:#f1f5f9}html:not([data-theme=light]) .Likes-module__HsgnqG__itemMeta{color:#64748b}html:not([data-theme=light]) .Likes-module__HsgnqG__metaDot{background:#475569}html:not([data-theme=light]) .Likes-module__HsgnqG__badge{color:#5eead4;background:#134e4a}html:not([data-theme=light]) .Likes-module__HsgnqG__removeBtn{color:#f87171}html:not([data-theme=light]) .Likes-module__HsgnqG__removeBtn:hover{color:#ef4444;background:#450a0a}html:not([data-theme=light]) .Likes-module__HsgnqG__empty{color:#64748b;background:#1e293b;border-color:#334155}html:not([data-theme=light]) .Likes-module__HsgnqG__emptyIcon{color:#475569}}[data-theme=dark] .Likes-module__HsgnqG__title{color:#f1f5f9}[data-theme=dark] .Likes-module__HsgnqG__list{background:#1e293b;border-color:#334155}[data-theme=dark] .Likes-module__HsgnqG__item{border-bottom-color:#334155}[data-theme=dark] .Likes-module__HsgnqG__item:hover{background:#334155}[data-theme=dark] .Likes-module__HsgnqG__itemTitle{color:#f1f5f9}[data-theme=dark] .Likes-module__HsgnqG__itemMeta{color:#64748b}[data-theme=dark] .Likes-module__HsgnqG__metaDot{background:#475569}[data-theme=dark] .Likes-module__HsgnqG__badge{color:#5eead4;background:#134e4a}[data-theme=dark] .Likes-module__HsgnqG__removeBtn{color:#f87171}[data-theme=dark] .Likes-module__HsgnqG__removeBtn:hover{color:#ef4444;background:#450a0a}[data-theme=dark] .Likes-module__HsgnqG__empty{color:#64748b;background:#1e293b;border-color:#334155}[data-theme=dark] .Likes-module__HsgnqG__emptyIcon{color:#475569}@media (max-width:640px){.Likes-module__HsgnqG__title{font-size:1.25rem}}
.Messages-module__j00Baq__composeBtn{background:var(--bg-card);color:var(--layout-tint);border-radius:.625rem;flex-shrink:0;align-items:center;gap:.5rem;padding:.625rem 1.125rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 4px 14px #0000001a}.Messages-module__j00Baq__composeBtn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00000026}.Messages-module__j00Baq__toolbar{background:var(--bg-card);border:1px solid var(--border-light);border-radius:.625rem;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;padding:.625rem .75rem;display:flex}.Messages-module__j00Baq__selectAll{color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;font-size:.875rem;display:inline-flex}.Messages-module__j00Baq__selectAll input{width:1rem;height:1rem;accent-color:var(--layout-tint)}.Messages-module__j00Baq__toolbarActions{gap:.5rem;display:flex}.Messages-module__j00Baq__toolbarBtn{background:var(--bg-card);border:1px solid var(--border-light);color:var(--text-secondary);cursor:pointer;border-radius:.5rem;padding:.375rem .75rem;font-size:.8125rem;transition:border-color .15s,color .15s,background .15s}.Messages-module__j00Baq__toolbarBtn:hover:not(:disabled){border-color:var(--layout-tint);color:var(--layout-tint)}.Messages-module__j00Baq__toolbarBtn:disabled{opacity:.4;cursor:not-allowed}.Messages-module__j00Baq__toolbarBtn.Messages-module__j00Baq__danger:hover:not(:disabled){color:#dc2626;background:#dc26260f;border-color:#dc2626}.Messages-module__j00Baq__row{align-items:stretch;gap:.5rem;display:flex}.Messages-module__j00Baq__checkbox{cursor:pointer;align-items:center;padding:0 .5rem;display:inline-flex}.Messages-module__j00Baq__checkbox input{width:1rem;height:1rem;accent-color:var(--layout-tint)}.Messages-module__j00Baq__item{flex:1;min-width:0}.Messages-module__j00Baq__deleteBtn{width:2rem;color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:1.125rem;line-height:1;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.Messages-module__j00Baq__deleteBtn:hover{color:#dc2626;background:#dc26260f;border-color:#dc2626}@media (max-width:767px){.Messages-module__j00Baq__toolbar{padding:.5rem .625rem}.Messages-module__j00Baq__selectAll{font-size:.8125rem}.Messages-module__j00Baq__toolbarBtn{padding:.3125rem .625rem;font-size:.75rem}}
.MessageDetail-module__WWDh-W__article{max-width:800px;color:var(--text-primary);margin:0 auto;padding-top:3rem;font-size:.9375rem;line-height:1.7}.MessageDetail-module__WWDh-W__line{margin:0 0 1rem}.MessageDetail-module__WWDh-W__line:last-child{margin-bottom:0}.MessageDetail-module__WWDh-W__actions{justify-content:space-between;gap:.5rem;margin-top:2rem;display:flex}.MessageDetail-module__WWDh-W__back{background:var(--bg-card);border:1px solid var(--border-light);color:var(--text-secondary);border-radius:.5rem;align-items:center;gap:.25rem;padding:.5rem .875rem;font-size:.875rem;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.MessageDetail-module__WWDh-W__back:hover{border-color:var(--layout-tint);color:var(--layout-tint)}.MessageDetail-module__WWDh-W__replyBtn{background:var(--layout-tint);border:1px solid var(--layout-tint);color:#fff;border-radius:.5rem;align-items:center;gap:.375rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 4px 14px #3b82f64d}.MessageDetail-module__WWDh-W__replyBtn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #3b82f666}
.Write-module__MEvKnG__form{flex-direction:column;gap:1.25rem;max-width:720px;margin:0 auto;padding-top:2rem;display:flex}.Write-module__MEvKnG__field{flex-direction:column;gap:.375rem;display:flex;position:relative}.Write-module__MEvKnG__label{color:var(--text-secondary);font-size:.8125rem;font-weight:600}.Write-module__MEvKnG__input{background:var(--bg-card);border:1px solid var(--border-light);color:var(--text-primary);border-radius:.625rem;padding:.625rem .875rem;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.Write-module__MEvKnG__input:focus{border-color:var(--layout-tint);outline:none;box-shadow:0 0 0 3px #3b82f61f}.Write-module__MEvKnG__textarea{background:var(--bg-card);border:1px solid var(--border-light);color:var(--text-primary);resize:vertical;border-radius:.625rem;min-height:12rem;padding:.75rem .875rem;font-family:inherit;font-size:.9375rem;line-height:1.6;transition:border-color .15s,box-shadow .15s}.Write-module__MEvKnG__textarea:focus{border-color:var(--layout-tint);outline:none;box-shadow:0 0 0 3px #3b82f61f}.Write-module__MEvKnG__charCount{color:var(--text-secondary);font-size:.75rem;position:absolute;bottom:-1.25rem;right:.25rem}.Write-module__MEvKnG__suggestions{background:var(--bg-card);border:1px solid var(--border-light);z-index:10;border-radius:.625rem;max-height:16rem;margin:0;padding:.25rem;list-style:none;position:absolute;top:calc(100% + .25rem);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001a}.Write-module__MEvKnG__suggestionItem{width:100%;color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.625rem;padding:.5rem .625rem;font-size:.875rem;transition:background .12s;display:flex}.Write-module__MEvKnG__suggestionItem:hover{background:color-mix(in srgb, var(--layout-tint) 8%, transparent)}.Write-module__MEvKnG__suggestionAvatar{background:color-mix(in srgb, var(--layout-tint) 20%, transparent);width:1.75rem;height:1.75rem;color:var(--layout-tint);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8125rem;font-weight:700;display:inline-flex}.Write-module__MEvKnG__suggestionBody{flex-direction:column;flex:1;gap:.0625rem;min-width:0;display:flex}.Write-module__MEvKnG__suggestionName{color:var(--text-primary);font-size:.875rem;line-height:1.3}.Write-module__MEvKnG__suggestionEmail{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;line-height:1.3;overflow:hidden}.Write-module__MEvKnG__presence{border-radius:50%;flex-shrink:0;width:.5rem;height:.5rem}.Write-module__MEvKnG__presence_online{background:#22c55e}.Write-module__MEvKnG__presence_idle{background:#f59e0b}.Write-module__MEvKnG__presence_offline{background:#94a3b8}.Write-module__MEvKnG__actions{justify-content:flex-end;gap:.5rem;margin-top:1.25rem;display:flex}.Write-module__MEvKnG__cancelBtn{background:var(--bg-card);border:1px solid var(--border-light);color:var(--text-secondary);cursor:pointer;border-radius:.625rem;padding:.625rem 1.25rem;font-size:.875rem;text-decoration:none;transition:border-color .15s,color .15s}.Write-module__MEvKnG__cancelBtn:hover{border-color:var(--layout-tint);color:var(--layout-tint)}.Write-module__MEvKnG__sendBtn{background:var(--layout-tint);border:1px solid var(--layout-tint);color:#fff;cursor:pointer;border-radius:.625rem;padding:.625rem 1.5rem;font-size:.875rem;font-weight:700;transition:transform .15s,box-shadow .15s,opacity .15s;box-shadow:0 4px 14px #3b82f64d}.Write-module__MEvKnG__sendBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #3b82f666}.Write-module__MEvKnG__sendBtn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}
.Posts-module__703Rna__container{max-width:960px}.Posts-module__703Rna__pageHeader{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.Posts-module__703Rna__title{color:var(--text-primary);font-size:1.5rem;font-weight:700}.Posts-module__703Rna__subtitle{color:var(--text-secondary);margin-top:.25rem;font-size:.875rem}.Posts-module__703Rna__writeBtn{color:#fff;white-space:nowrap;background:#3b82f6;border-radius:.5rem;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background-color .2s;display:inline-flex}.Posts-module__703Rna__writeBtn:hover{background:#2563eb}.Posts-module__703Rna__toolbar{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.Posts-module__703Rna__searchBox{flex:1;min-width:200px;position:relative}.Posts-module__703Rna__searchIcon{color:#94a3b8;pointer-events:none;width:1rem;height:1rem;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.Posts-module__703Rna__searchInput{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;width:100%;padding:.5rem .75rem .5rem 2.25rem;font-size:.875rem;transition:border-color .2s}.Posts-module__703Rna__searchInput:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.Posts-module__703Rna__searchInput::placeholder{color:#94a3b8}.Posts-module__703Rna__filters{gap:.5rem;display:flex}.Posts-module__703Rna__filterSelect{color:#334155;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;padding:.5rem .75rem;font-size:.875rem}.Posts-module__703Rna__filterSelect:focus{border-color:#3b82f6;outline:none}.Posts-module__703Rna__bulkBar{background:#eff6ff;border:1px solid #bfdbfe;border-radius:.5rem;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:.625rem 1rem;display:flex}.Posts-module__703Rna__bulkCount{color:#1d4ed8;font-size:.875rem;font-weight:500}.Posts-module__703Rna__bulkActions{gap:.5rem;display:flex}.Posts-module__703Rna__bulkBtn{color:#334155;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:.375rem;padding:.25rem .75rem;font-size:.8125rem;font-weight:500;transition:all .2s}.Posts-module__703Rna__bulkBtn:hover{background:#f1f5f9}.Posts-module__703Rna__bulkBtnDanger{color:#dc2626;border-color:#fecaca;}.Posts-module__703Rna__bulkBtnDanger:hover{background:#fef2f2}.Posts-module__703Rna__postList{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;overflow:hidden}.Posts-module__703Rna__listHeader{background:#f8fafc;border-bottom:1px solid #e2e8f0;align-items:center;padding:.625rem 1rem;display:flex}.Posts-module__703Rna__listHeaderText{color:#475569;font-size:.8125rem}.Posts-module__703Rna__checkboxLabel{cursor:pointer;flex-shrink:0;align-items:center;gap:.5rem;display:flex}.Posts-module__703Rna__checkbox{accent-color:#3b82f6;cursor:pointer;width:1rem;height:1rem}.Posts-module__703Rna__postItem{align-items:center;gap:.75rem;padding:.75rem 1rem;transition:background-color .2s;display:flex}.Posts-module__703Rna__postItem:not(:last-child){border-bottom:1px solid #f1f5f9}.Posts-module__703Rna__postItem:hover{background-color:#f8fafc}.Posts-module__703Rna__postItemPrivate{opacity:.7}.Posts-module__703Rna__postContent{flex:1;min-width:0;text-decoration:none}.Posts-module__703Rna__postMain{align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.Posts-module__703Rna__boardBadge{color:#2563eb;white-space:nowrap;background-color:#eff6ff;border-radius:9999px;flex-shrink:0;padding:.125rem .5rem;font-size:.6875rem;font-weight:500}.Posts-module__703Rna__privateBadge{color:#d97706;white-space:nowrap;background-color:#fef3c7;border-radius:9999px;flex-shrink:0;padding:.125rem .5rem;font-size:.6875rem;font-weight:500}.Posts-module__703Rna__postTitle{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:.9375rem;font-weight:500;overflow:hidden}.Posts-module__703Rna__postMeta{color:#475569;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.Posts-module__703Rna__metaDot{background-color:#cbd5e1;border-radius:50%;width:2px;height:2px}.Posts-module__703Rna__postActions{flex-shrink:0;gap:.25rem;display:flex}.Posts-module__703Rna__actionBtn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:.375rem;justify-content:center;align-items:center;width:2rem;height:2rem;text-decoration:none;transition:all .2s;display:inline-flex}.Posts-module__703Rna__actionBtn:hover{color:#334155;background:#f1f5f9;border-color:#e2e8f0}.Posts-module__703Rna__actionBtnDanger:hover{color:#dc2626;background:#fef2f2;border-color:#fecaca}.Posts-module__703Rna__empty{text-align:center;color:#94a3b8;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:3rem}.Posts-module__703Rna__writeLink{color:#fff;background:#3b82f6;border-radius:.5rem;margin-top:1rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background-color .2s;display:inline-block}.Posts-module__703Rna__writeLink:hover{background:#2563eb}.Posts-module__703Rna__modalOverlay{z-index:100;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.Posts-module__703Rna__modal{text-align:center;background:#fff;border-radius:.75rem;width:100%;max-width:24rem;padding:2rem;box-shadow:0 20px 60px #00000026}.Posts-module__703Rna__modalIcon{color:#dc2626;background:#fef2f2;border-radius:9999px;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1rem;display:inline-flex}.Posts-module__703Rna__modalTitle{color:#0f172a;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.Posts-module__703Rna__modalText{color:#64748b;margin-bottom:1.5rem;font-size:.875rem;line-height:1.5}.Posts-module__703Rna__modalActions{justify-content:center;gap:.75rem;display:flex}.Posts-module__703Rna__modalCancel{color:#334155;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s}.Posts-module__703Rna__modalCancel:hover{background:#e2e8f0}.Posts-module__703Rna__modalConfirm{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;transition:background-color .2s}.Posts-module__703Rna__modalConfirm:hover{background:#b91c1c}@media (max-width:640px){.Posts-module__703Rna__pageHeader{flex-direction:column;align-items:stretch}.Posts-module__703Rna__title{font-size:1.25rem}.Posts-module__703Rna__writeBtn{justify-content:center}.Posts-module__703Rna__toolbar{flex-direction:column}.Posts-module__703Rna__searchBox{min-width:0}.Posts-module__703Rna__filters{width:100%}.Posts-module__703Rna__filterSelect{flex:1}.Posts-module__703Rna__bulkBar{text-align:center;flex-direction:column;align-items:stretch;gap:.5rem}.Posts-module__703Rna__bulkActions{justify-content:center}.Posts-module__703Rna__postItem{flex-wrap:wrap}.Posts-module__703Rna__postActions{border-top:1px solid #f1f5f9;justify-content:flex-end;width:100%;margin-top:.25rem;padding-top:.5rem}.Posts-module__703Rna__postMain{flex-wrap:wrap}}@media (prefers-color-scheme:dark){html:not([data-theme=light]) .Posts-module__703Rna__title{color:#f1f5f9}html:not([data-theme=light]) .Posts-module__703Rna__subtitle{color:#94a3b8}html:not([data-theme=light]) .Posts-module__703Rna__searchInput{color:#f1f5f9;background:#1e293b;border-color:#475569}html:not([data-theme=light]) .Posts-module__703Rna__searchInput:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #3b82f633}html:not([data-theme=light]) .Posts-module__703Rna__searchIcon{color:#64748b}html:not([data-theme=light]) .Posts-module__703Rna__filterSelect{color:#e2e8f0;background:#1e293b;border-color:#475569}html:not([data-theme=light]) .Posts-module__703Rna__bulkBar{background:#3b82f61a;border-color:#3b82f64d}html:not([data-theme=light]) .Posts-module__703Rna__bulkCount{color:#60a5fa}html:not([data-theme=light]) .Posts-module__703Rna__bulkBtn{color:#e2e8f0;background:#1e293b;border-color:#475569}html:not([data-theme=light]) .Posts-module__703Rna__bulkBtn:hover{background:#334155}html:not([data-theme=light]) .Posts-module__703Rna__bulkBtnDanger{color:#f87171;border-color:#f871714d}html:not([data-theme=light]) .Posts-module__703Rna__bulkBtnDanger:hover{background:#7f1d1d33}html:not([data-theme=light]) .Posts-module__703Rna__postList{background:#1e293b;border-color:#334155}html:not([data-theme=light]) .Posts-module__703Rna__listHeader{background:#0f172a;border-bottom-color:#334155}html:not([data-theme=light]) .Posts-module__703Rna__listHeaderText{color:#94a3b8}html:not([data-theme=light]) .Posts-module__703Rna__postItem:hover{background-color:#334155}html:not([data-theme=light]) .Posts-module__703Rna__postItem:not(:last-child){border-bottom-color:#334155}html:not([data-theme=light]) .Posts-module__703Rna__boardBadge{color:#60a5fa;background-color:#3b82f626}html:not([data-theme=light]) .Posts-module__703Rna__privateBadge{color:#fbbf24;background-color:#d9770626}html:not([data-theme=light]) .Posts-module__703Rna__postTitle{color:#f1f5f9}html:not([data-theme=light]) .Posts-module__703Rna__postMeta{color:#94a3b8}html:not([data-theme=light]) .Posts-module__703Rna__metaDot{background-color:#475569}html:not([data-theme=light]) .Posts-module__703Rna__actionBtn{color:#64748b}html:not([data-theme=light]) .Posts-module__703Rna__actionBtn:hover{color:#e2e8f0;background:#334155;border-color:#475569}html:not([data-theme=light]) .Posts-module__703Rna__actionBtnDanger:hover{color:#f87171;background:#7f1d1d4d;border-color:#f871714d}html:not([data-theme=light]) .Posts-module__703Rna__empty{background:#1e293b;border-color:#334155}html:not([data-theme=light]) .Posts-module__703Rna__modal{background:#1e293b;box-shadow:0 20px 60px #0006}html:not([data-theme=light]) .Posts-module__703Rna__modalIcon{color:#f87171;background:#7f1d1d33}html:not([data-theme=light]) .Posts-module__703Rna__modalTitle{color:#f1f5f9}html:not([data-theme=light]) .Posts-module__703Rna__modalText{color:#94a3b8}html:not([data-theme=light]) .Posts-module__703Rna__modalCancel{color:#e2e8f0;background:#0f172a;border-color:#475569}html:not([data-theme=light]) .Posts-module__703Rna__modalCancel:hover{background:#334155}html:not([data-theme=light]) .Posts-module__703Rna__modalConfirm{background:#dc2626}html:not([data-theme=light]) .Posts-module__703Rna__modalConfirm:hover{background:#b91c1c}@media (max-width:640px){.Posts-module__703Rna__postActions{border-top-color:#334155}}}[data-theme=dark] .Posts-module__703Rna__title{color:#f1f5f9}[data-theme=dark] .Posts-module__703Rna__subtitle{color:#94a3b8}[data-theme=dark] .Posts-module__703Rna__searchInput{color:#f1f5f9;background:#1e293b;border-color:#475569}[data-theme=dark] .Posts-module__703Rna__searchInput:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #3b82f633}[data-theme=dark] .Posts-module__703Rna__searchIcon{color:#64748b}[data-theme=dark] .Posts-module__703Rna__filterSelect{color:#e2e8f0;background:#1e293b;border-color:#475569}[data-theme=dark] .Posts-module__703Rna__bulkBar{background:#3b82f61a;border-color:#3b82f64d}[data-theme=dark] .Posts-module__703Rna__bulkCount{color:#60a5fa}[data-theme=dark] .Posts-module__703Rna__bulkBtn{color:#e2e8f0;background:#1e293b;border-color:#475569}[data-theme=dark] .Posts-module__703Rna__bulkBtn:hover{background:#334155}[data-theme=dark] .Posts-module__703Rna__bulkBtnDanger{color:#f87171;border-color:#f871714d}[data-theme=dark] .Posts-module__703Rna__bulkBtnDanger:hover{background:#7f1d1d33}[data-theme=dark] .Posts-module__703Rna__postList{background:#1e293b;border-color:#334155}[data-theme=dark] .Posts-module__703Rna__listHeader{background:#0f172a;border-bottom-color:#334155}[data-theme=dark] .Posts-module__703Rna__listHeaderText{color:#94a3b8}[data-theme=dark] .Posts-module__703Rna__postItem:hover{background-color:#334155}[data-theme=dark] .Posts-module__703Rna__postItem:not(:last-child){border-bottom-color:#334155}[data-theme=dark] .Posts-module__703Rna__boardBadge{color:#60a5fa;background-color:#3b82f626}[data-theme=dark] .Posts-module__703Rna__privateBadge{color:#fbbf24;background-color:#d9770626}[data-theme=dark] .Posts-module__703Rna__postTitle{color:#f1f5f9}[data-theme=dark] .Posts-module__703Rna__postMeta{color:#94a3b8}[data-theme=dark] .Posts-module__703Rna__metaDot{background-color:#475569}[data-theme=dark] .Posts-module__703Rna__actionBtn{color:#64748b}[data-theme=dark] .Posts-module__703Rna__actionBtn:hover{color:#e2e8f0;background:#334155;border-color:#475569}[data-theme=dark] .Posts-module__703Rna__actionBtnDanger:hover{color:#f87171;background:#7f1d1d4d;border-color:#f871714d}[data-theme=dark] .Posts-module__703Rna__empty{background:#1e293b;border-color:#334155}[data-theme=dark] .Posts-module__703Rna__modal{background:#1e293b;box-shadow:0 20px 60px #0006}[data-theme=dark] .Posts-module__703Rna__modalIcon{color:#f87171;background:#7f1d1d33}[data-theme=dark] .Posts-module__703Rna__modalTitle{color:#f1f5f9}[data-theme=dark] .Posts-module__703Rna__modalText{color:#94a3b8}[data-theme=dark] .Posts-module__703Rna__modalCancel{color:#e2e8f0;background:#0f172a;border-color:#475569}[data-theme=dark] .Posts-module__703Rna__modalCancel:hover{background:#334155}[data-theme=dark] .Posts-module__703Rna__modalConfirm{background:#dc2626}[data-theme=dark] .Posts-module__703Rna__modalConfirm:hover{background:#b91c1c}
.NoticeDetail-module__YGWPYq__article{max-width:800px;color:var(--text-primary);margin:0 auto;padding-top:3rem;font-size:.9375rem;line-height:1.7}.NoticeDetail-module__YGWPYq__article p{margin:0 0 1rem}.NoticeDetail-module__YGWPYq__article img{border-radius:.5rem;max-width:100%;height:auto;margin:1rem 0}:is(.NoticeDetail-module__YGWPYq__article h1,.NoticeDetail-module__YGWPYq__article h2,.NoticeDetail-module__YGWPYq__article h3){color:var(--text-primary);margin:1.5rem 0 .75rem;line-height:1.3}.NoticeDetail-module__YGWPYq__article h2{font-size:1.25rem;font-weight:700}.NoticeDetail-module__YGWPYq__article h3{font-size:1.0625rem;font-weight:700}.NoticeDetail-module__YGWPYq__back{background:var(--bg-card);border:1px solid var(--border-light);color:var(--text-secondary);border-radius:.5rem;align-items:center;gap:.25rem;margin-top:2rem;padding:.5rem .875rem;font-size:.875rem;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.NoticeDetail-module__YGWPYq__back:hover{border-color:var(--layout-tint);color:var(--layout-tint)}.NoticeDetail-module__YGWPYq__headerBackLink{color:#fffc;align-items:center;gap:.375rem;margin-bottom:.75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s;display:inline-flex}.NoticeDetail-module__YGWPYq__headerBackLink:hover{color:#fff}.NoticeDetail-module__YGWPYq__editBtn{background:var(--bg-card);color:#6366f1;border:1px solid #6366f1;border-radius:.5rem;flex-shrink:0;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:700;text-decoration:none;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.NoticeDetail-module__YGWPYq__editBtn:hover{color:#4338ca;background:color-mix(in srgb, #6366f1 8%, var(--bg-card));border-color:#4338ca}
.PostList-module__P0m-hq__shell{max-width:880px;padding:var(--page-padding-top) var(--page-padding-x) var(--page-body-pb);color:var(--text-primary,#e5e7eb)}.PostList-module__P0m-hq__header{border-bottom:1px solid var(--border,#ffffff14);flex-direction:column;gap:.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.PostList-module__P0m-hq__headerTop{align-items:center;gap:.5rem;display:flex}.PostList-module__P0m-hq__headerIcon{color:var(--text-secondary,#cbd5e1);font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;justify-content:center;align-items:center;display:inline-flex;font-size:1.5rem!important;line-height:1!important}.PostList-module__P0m-hq__title{letter-spacing:-.01em;margin:0;font-size:2rem;font-weight:800;line-height:1.2}.PostList-module__P0m-hq__subtitle{color:var(--text-secondary,#94a3b8);margin:0;font-size:.9375rem}.PostList-module__P0m-hq__list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.PostList-module__P0m-hq__item{border-bottom:1px solid var(--border,#ffffff0d);align-items:flex-start;gap:.875rem;padding:1.25rem 0;display:flex}.PostList-module__P0m-hq__list>li:last-child .PostList-module__P0m-hq__item{border-bottom:0}.PostList-module__P0m-hq__avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:.9375rem;font-weight:700;display:inline-flex}.PostList-module__P0m-hq__body{flex:1;min-width:0}.PostList-module__P0m-hq__meta{align-items:baseline;gap:.5rem;margin-bottom:.125rem;display:flex}.PostList-module__P0m-hq__author{font-size:.9375rem;font-weight:700}.PostList-module__P0m-hq__date{color:var(--text-muted,#6b7280);font-size:.75rem}.PostList-module__P0m-hq__pinTag{color:#fbbf24;letter-spacing:.04em;background:#f59e0b2e;border-radius:.25rem;margin-left:.25rem;padding:.0625rem .375rem;font-size:.625rem;font-weight:700}.PostList-module__P0m-hq__postTitle{color:var(--text-primary,#e5e7eb);margin:.125rem 0 .375rem;font-size:1.0625rem;font-weight:700}.PostList-module__P0m-hq__content{color:var(--text-primary,#e5e7eb);white-space:pre-line;word-wrap:break-word;margin:0;font-size:.9375rem;line-height:1.7}@media (max-width:767px){.PostList-module__P0m-hq__item{gap:.75rem;padding:.875rem 0}.PostList-module__P0m-hq__avatar{width:2rem;height:2rem;font-size:.8125rem}.PostList-module__P0m-hq__author{font-size:.875rem}.PostList-module__P0m-hq__date{font-size:.6875rem}.PostList-module__P0m-hq__postTitle{margin:.125rem 0 .25rem;font-size:.9375rem}.PostList-module__P0m-hq__content{font-size:.875rem;line-height:1.6}}
.DM-module__O5_Beq__shell{flex-direction:column;gap:1rem;display:flex}.DM-module__O5_Beq__searchWrap{align-items:center;display:flex;position:relative}.DM-module__O5_Beq__searchIcon{width:1rem;height:1rem;color:var(--text-muted,#6b7280);pointer-events:none;position:absolute;left:.75rem}.DM-module__O5_Beq__searchInput{background:var(--bg-elevated,#ffffff0a);border:1px solid var(--border,#ffffff1a);width:100%;height:2.5rem;color:var(--text-primary,#e5e7eb);font:inherit;border-radius:.5rem;outline:none;padding:0 .875rem 0 2.25rem;font-size:.875rem;transition:border-color .12s}.DM-module__O5_Beq__searchInput:focus{border-color:#7dba3080}.DM-module__O5_Beq__list{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.DM-module__O5_Beq__item{color:inherit;border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem .875rem;text-decoration:none;transition:background .12s;display:flex}.DM-module__O5_Beq__item:hover{background:#ffffff0a}.DM-module__O5_Beq__avatarWrap{flex-shrink:0;position:relative}.DM-module__O5_Beq__avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:.9375rem;font-weight:700;display:inline-flex}.DM-module__O5_Beq__stack{width:2.5rem;height:2.5rem;display:block;position:relative}.DM-module__O5_Beq__stackAvatar{color:#fff;border:2px solid var(--bg-page,#0f172a);border-radius:.375rem;justify-content:center;align-items:center;width:1.625rem;height:1.625rem;font-size:.75rem;font-weight:700;display:inline-flex;position:absolute}.DM-module__O5_Beq__stackAvatar[data-stack-index="0"]{z-index:2;top:0;left:0}.DM-module__O5_Beq__stackAvatar[data-stack-index="1"]{z-index:1;bottom:0;right:0}.DM-module__O5_Beq__statusDot{border:2px solid var(--bg-page,#0f172a);border-radius:50%;width:.75rem;height:.75rem;position:absolute;bottom:-1px;right:-1px}.DM-module__O5_Beq__status_online{background:#22c55e}.DM-module__O5_Beq__status_away{background:#f59e0b}.DM-module__O5_Beq__status_offline{background:#6b7280}.DM-module__O5_Beq__body{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.DM-module__O5_Beq__headRow{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.DM-module__O5_Beq__name{color:var(--text-primary,#e5e7eb);white-space:nowrap;text-overflow:ellipsis;align-items:baseline;gap:.375rem;font-size:.9375rem;font-weight:600;display:inline-flex;overflow:hidden}.DM-module__O5_Beq__memberCount{color:var(--text-muted,#6b7280);flex-shrink:0;font-size:.75rem;font-weight:500}.DM-module__O5_Beq__memberCount:before{content:"·";opacity:.5;margin-right:.25rem}.DM-module__O5_Beq__time{color:var(--text-muted,#6b7280);flex-shrink:0;font-size:.75rem}.DM-module__O5_Beq__foot{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.DM-module__O5_Beq__preview{min-width:0;color:var(--text-secondary,#94a3b8);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.8125rem;overflow:hidden}.DM-module__O5_Beq__unread{color:#fff;text-align:center;background:#4a8c5c;border-radius:999px;flex-shrink:0;min-width:1.25rem;height:1.25rem;padding:0 .375rem;font-size:.6875rem;font-weight:700;line-height:1.25rem}.DM-module__O5_Beq__empty{text-align:center;color:var(--text-secondary,#94a3b8);padding:3rem 1rem;font-size:.875rem}@media (max-width:767px){.DM-module__O5_Beq__shell{gap:.75rem}.DM-module__O5_Beq__searchInput{height:2.25rem;font-size:.8125rem}.DM-module__O5_Beq__item{gap:.625rem;padding:.5rem .625rem}.DM-module__O5_Beq__avatar,.DM-module__O5_Beq__stack{width:2rem;height:2rem}.DM-module__O5_Beq__avatar{font-size:.8125rem}.DM-module__O5_Beq__stackAvatar{width:1.3125rem;height:1.3125rem;font-size:.625rem}.DM-module__O5_Beq__name{font-size:.875rem}.DM-module__O5_Beq__memberCount,.DM-module__O5_Beq__time{font-size:.6875rem}.DM-module__O5_Beq__preview{font-size:.75rem}.DM-module__O5_Beq__unread{min-width:1.125rem;height:1.125rem;font-size:.625rem;line-height:1.125rem}.DM-module__O5_Beq__empty{padding:2rem 1rem;font-size:.8125rem}}
.Friends-module__3p3T_a__intro{color:var(--text-primary,#e5e7eb)}.Friends-module__3p3T_a__eyebrow{letter-spacing:.15em;color:#ffffffc7;margin:0 0 .5rem;font-size:.6875rem;font-weight:700}.Friends-module__3p3T_a__body{flex-direction:column;gap:.875rem;display:flex}.Friends-module__3p3T_a__body p{color:var(--text-primary,#e5e7eb);margin:0;font-size:1rem;line-height:1.8}.Friends-module__3p3T_a__body strong{color:#a5b4fc;font-weight:700}@media (max-width:767px){.Friends-module__3p3T_a__body{gap:.625rem}.Friends-module__3p3T_a__body p{font-size:.875rem;line-height:1.6}}
.Profile-module__2CZVYa__profile{color:var(--text-primary,#e5e7eb)}.Profile-module__2CZVYa__headerLayout{align-items:center;gap:1.25rem;display:flex}.Profile-module__2CZVYa__avatarWrap{flex-shrink:0;position:relative}.Profile-module__2CZVYa__avatar{color:#fff;border-radius:.875rem;justify-content:center;align-items:center;width:5rem;height:5rem;font-size:2rem;font-weight:700;display:inline-flex;box-shadow:0 8px 24px #00000040}.Profile-module__2CZVYa__statusDot{border:2px solid #ffffffd9;border-radius:50%;width:1.125rem;height:1.125rem;position:absolute;bottom:-3px;right:-3px}.Profile-module__2CZVYa__headerBody{flex-direction:column;gap:.375rem;width:100%;display:flex}.Profile-module__2CZVYa__status_online{background:#22c55e}.Profile-module__2CZVYa__status_away{background:#f59e0b}.Profile-module__2CZVYa__status_offline{background:#6b7280}.Profile-module__2CZVYa__headerBody{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.Profile-module__2CZVYa__nameRow{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.Profile-module__2CZVYa__name{letter-spacing:-.015em;color:#fff;margin:0;font-size:1.75rem;font-weight:800;line-height:1.15}.Profile-module__2CZVYa__roleBadge{color:#fff;background:#ffffff2e;border:1px solid #ffffff52;border-radius:.375rem;padding:.125rem .5rem;font-size:.75rem;font-weight:700}.Profile-module__2CZVYa__statusLine{color:#ffffffd1;flex-wrap:wrap;align-items:center;gap:.375rem;margin:.25rem 0 0;font-size:.8125rem;display:flex}.Profile-module__2CZVYa__statusInlineDot{background:#6b7280;border-radius:50%;width:.5rem;height:.5rem;margin-right:.25rem;display:inline-block}.Profile-module__2CZVYa__metaIcon{color:#ffffffb3;flex-shrink:0}.Profile-module__2CZVYa__dot{color:#ffffff80;margin:0 .125rem}.Profile-module__2CZVYa__bio{color:#ffffffe0;margin:.5rem 0 0;font-size:.9375rem;line-height:1.6}.Profile-module__2CZVYa__actions{flex-wrap:wrap;gap:.5rem;margin:0;display:flex}.Profile-module__2CZVYa__primaryBtn{background:var(--layout-tint,#4f46e5);color:#fff;font:inherit;cursor:pointer;border:0;border-radius:.375rem;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.8125rem;font-weight:700;text-decoration:none;transition:background .12s,filter .12s;display:inline-flex}.Profile-module__2CZVYa__primaryBtn:hover{filter:brightness(1.1)}.Profile-module__2CZVYa__secondaryBtn{color:var(--text-secondary,#cbd5e1);border:1px solid var(--border,#ffffff2e);font:inherit;cursor:pointer;background:0 0;border-radius:.375rem;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.8125rem;transition:background .12s,color .12s;display:inline-flex}.Profile-module__2CZVYa__secondaryBtn:hover{color:var(--text-primary,#fff);background:#ffffff0f}.Profile-module__2CZVYa__iconBtn{width:2.25rem;height:2.25rem;color:var(--text-secondary,#cbd5e1);border:1px solid var(--border,#ffffff2e);cursor:pointer;background:0 0;border-radius:.375rem;justify-content:center;align-items:center;transition:background .12s,color .12s;display:inline-flex}.Profile-module__2CZVYa__iconBtn:hover{color:var(--text-primary,#fff);background:#ffffff0f}.Profile-module__2CZVYa__section{margin:2rem 0}.Profile-module__2CZVYa__sectionTitle{letter-spacing:-.005em;margin:0 0 .75rem;font-size:1.125rem;font-weight:700}.Profile-module__2CZVYa__sectionHead{justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.75rem;display:flex}.Profile-module__2CZVYa__sectionHead .Profile-module__2CZVYa__sectionTitle{margin:0}.Profile-module__2CZVYa__sectionMore{color:var(--text-muted,#94a3b8);font-size:.8125rem;text-decoration:none;transition:color .12s}.Profile-module__2CZVYa__sectionMore:hover{color:var(--text-primary,#fff)}.Profile-module__2CZVYa__contactList{grid-template-columns:max-content 1fr;gap:.5rem 1.5rem;margin:0;font-size:.9375rem;line-height:1.5;display:grid}.Profile-module__2CZVYa__contactLabel{color:var(--text-muted,#94a3b8);font-weight:500}.Profile-module__2CZVYa__contactValue{color:var(--text-primary,#e5e7eb);margin:0}.Profile-module__2CZVYa__contactLink{color:#a5b4fc;text-decoration:none}.Profile-module__2CZVYa__contactLink:hover{text-decoration:underline}.Profile-module__2CZVYa__activityNote{color:var(--text-muted,#6b7280);margin:.75rem 0 0;font-size:.75rem}.Profile-module__2CZVYa__statsRow{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.5rem;padding:1rem 0;display:grid}.Profile-module__2CZVYa__statItem{flex-direction:column;gap:.125rem;display:flex}.Profile-module__2CZVYa__statValue{color:var(--text-primary,#e5e7eb);font-size:1.375rem;font-weight:700}.Profile-module__2CZVYa__statLabel{color:var(--text-muted,#94a3b8);font-size:.8125rem}.Profile-module__2CZVYa__roomList{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.Profile-module__2CZVYa__roomItem{color:inherit;border-bottom:1px solid var(--border,#ffffff0d);align-items:center;gap:.75rem;padding:.75rem 0;text-decoration:none;transition:background .12s;display:flex}.Profile-module__2CZVYa__roomList>li:last-child .Profile-module__2CZVYa__roomItem{border-bottom:0}.Profile-module__2CZVYa__roomItem:hover{background:#ffffff08}.Profile-module__2CZVYa__roomAvatarWrap{flex-shrink:0;position:relative}.Profile-module__2CZVYa__roomAvatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:.9375rem;font-weight:700;display:inline-flex}.Profile-module__2CZVYa__roomChannelIcon{border:1px solid var(--border,#ffffff14);background:#ffffff0f;border-radius:.5rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.125rem;line-height:1;display:inline-flex}.Profile-module__2CZVYa__roomTypeTag{color:var(--text-muted,#94a3b8);vertical-align:middle;background:#ffffff0f;border-radius:.25rem;margin-left:.375rem;padding:.0625rem .375rem;font-size:.625rem;font-weight:600}.Profile-module__2CZVYa__roomStatusDot{border:2px solid var(--bg-page,#0f172a);border-radius:50%;width:.75rem;height:.75rem;position:absolute;bottom:-1px;right:-1px}.Profile-module__2CZVYa__roomBody{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.Profile-module__2CZVYa__roomHead{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.Profile-module__2CZVYa__roomName{color:var(--text-primary,#e5e7eb);white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:600;overflow:hidden}.Profile-module__2CZVYa__roomTime{color:var(--text-muted,#6b7280);flex-shrink:0;font-size:.75rem}.Profile-module__2CZVYa__roomFoot{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.Profile-module__2CZVYa__roomPreview{min-width:0;color:var(--text-secondary,#94a3b8);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.8125rem;overflow:hidden}.Profile-module__2CZVYa__roomUnread{color:#fff;text-align:center;background:#4a8c5c;border-radius:999px;flex-shrink:0;min-width:1.25rem;height:1.25rem;padding:0 .375rem;font-size:.6875rem;font-weight:700;line-height:1.25rem}.Profile-module__2CZVYa__roomSummary{color:var(--text-secondary,#cbd5e1);background:#7dba300f;border-left:2px solid #7dba3066;border-radius:0 .25rem .25rem 0;margin:.375rem 0 0;padding:.375rem .5rem;font-size:.75rem;line-height:1.5}.Profile-module__2CZVYa__aiBadge{color:#a3e635;letter-spacing:.04em;vertical-align:middle;background:#7dba302e;border-radius:.25rem;align-items:center;gap:.1875rem;margin-right:.375rem;padding:.0625rem .3125rem;font-size:.625rem;font-weight:700;display:inline-flex}.Profile-module__2CZVYa__activityList{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.Profile-module__2CZVYa__activityItem{border-bottom:1px solid var(--border,#ffffff0d);align-items:flex-start;gap:.75rem;padding:.875rem 0;display:flex}.Profile-module__2CZVYa__activityItem:last-child{border-bottom:0}.Profile-module__2CZVYa__activityAvatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.8125rem;font-weight:700;display:inline-flex}.Profile-module__2CZVYa__activityBody{flex:1;min-width:0}.Profile-module__2CZVYa__activityHead{align-items:baseline;gap:.5rem;margin-bottom:.125rem;display:flex}.Profile-module__2CZVYa__activityAuthor{color:var(--text-primary,#e5e7eb);font-size:.875rem;font-weight:700}.Profile-module__2CZVYa__activityText{color:var(--text-primary,#e5e7eb);word-wrap:break-word;margin:0;font-size:.9375rem;line-height:1.6}.Profile-module__2CZVYa__activityTime{color:var(--text-muted,#6b7280);font-size:.6875rem}.Profile-module__2CZVYa__activityEmpty{color:var(--text-muted,#6b7280);margin:0;padding:.75rem 0;font-size:.875rem}@media (max-width:767px){.Profile-module__2CZVYa__headerLayout{gap:.875rem}.Profile-module__2CZVYa__avatar,.Profile-module__2CZVYa__avatarFallback{border-radius:.75rem;width:3.75rem;height:3.75rem;font-size:1.5rem}.Profile-module__2CZVYa__name{font-size:1.25rem}.Profile-module__2CZVYa__statusLine{font-size:.75rem}.Profile-module__2CZVYa__bio{font-size:.8125rem}.Profile-module__2CZVYa__section{margin:1.5rem 0}.Profile-module__2CZVYa__sectionTitle{font-size:1rem}.Profile-module__2CZVYa__contactList{column-gap:1rem;font-size:.875rem}.Profile-module__2CZVYa__roomItem{gap:.625rem;padding:.625rem 0}.Profile-module__2CZVYa__roomAvatar,.Profile-module__2CZVYa__roomChannelIcon{width:2rem;height:2rem}.Profile-module__2CZVYa__roomAvatar{font-size:.8125rem}.Profile-module__2CZVYa__roomChannelIcon{font-size:.9375rem}.Profile-module__2CZVYa__roomName{font-size:.875rem}.Profile-module__2CZVYa__roomTime{font-size:.6875rem}.Profile-module__2CZVYa__roomPreview{font-size:.75rem}.Profile-module__2CZVYa__roomSummary{font-size:.6875rem}}
