.page-module__WjHNYG__container{background-color:var(--surface-2);justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:2rem;display:flex}.page-module__WjHNYG__card{background-color:var(--surface);border-radius:var(--radius-box);text-align:center;width:100%;max-width:480px;padding:3rem 2.5rem;box-shadow:0 10px 30px #00000014}.page-module__WjHNYG__iconContainer{margin-bottom:2rem}.page-module__WjHNYG__successIcon{color:var(--primary);font-size:3rem}.page-module__WjHNYG__errorIcon{color:#dc3545;font-size:3rem}.page-module__WjHNYG__spinnerIcon{color:var(--primary);font-size:1rem}.page-module__WjHNYG__title{color:var(--foreground);margin-bottom:1rem;font-size:1.75rem;font-weight:700}.page-module__WjHNYG__description{color:var(--text-gray);margin-bottom:2rem;font-size:1rem;line-height:1.6}.page-module__WjHNYG__loginButton,.page-module__WjHNYG__button{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;margin:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .2s;display:inline-block}.page-module__WjHNYG__signupButton{background-color:var(--surface);color:var(--primary);border:2px solid var(--primary);cursor:pointer;border-radius:8px;margin:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.page-module__WjHNYG__buttonGroup{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1.5rem;display:flex}.page-module__WjHNYG__helpText{color:var(--text-gray);margin-top:1rem;font-size:.9rem}.page-module__WjHNYG__emailIcon{color:var(--primary);font-size:4rem}.page-module__WjHNYG__emailAddress{background-color:var(--surface-2);color:var(--foreground);border-left:4px solid var(--primary);border-radius:8px;margin:1rem 0;padding:1rem;font-size:1.1rem}.page-module__WjHNYG__instructions{color:var(--text-gray);margin-bottom:2rem;font-size:1rem;line-height:1.6}.page-module__WjHNYG__manualSection{background-color:var(--surface-2);border:1px solid var(--border-color);border-radius:8px;margin:1.5rem 0;padding:1.5rem}.page-module__WjHNYG__toggleButton{color:var(--primary);border:1px solid var(--primary);cursor:pointer;background-color:#0000;border-radius:6px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s}.page-module__WjHNYG__codeInputGroup{justify-content:center;align-items:center;gap:.5rem;margin:1.5rem 0;display:flex}.page-module__WjHNYG__codeInput{border:2px solid var(--border-color);text-align:center;background-color:var(--surface);width:50px;height:50px;color:var(--foreground);border-radius:8px;font-family:Courier New,monospace;font-size:1.25rem;font-weight:600;transition:border-color .2s}.page-module__WjHNYG__codeInput:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #ff6b351a}.page-module__WjHNYG__codeInput:disabled{background-color:var(--surface-2);color:var(--text-gray);cursor:not-allowed}.page-module__WjHNYG__submitButton{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;max-width:200px;min-height:48px;margin-top:1rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;line-height:1.25;transition:background-color .2s;display:inline-flex}.page-module__WjHNYG__submitButton:disabled{background-color:var(--border-color);cursor:not-allowed}.page-module__WjHNYG__manualText{color:var(--text-gray);text-align:center;margin-bottom:1rem;font-size:.9rem;line-height:1.5}.page-module__WjHNYG__resendSection{background-color:var(--surface-2);border-radius:8px;margin:2rem 0;padding:1.5rem}.page-module__WjHNYG__resendText{color:var(--text-gray);margin-bottom:1rem;font-size:.95rem}.page-module__WjHNYG__resendButton{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:background-color .2s;display:inline-flex}.page-module__WjHNYG__resendButton:disabled{background-color:var(--border-color);cursor:not-allowed}.page-module__WjHNYG__skipLink{color:var(--text-gray);margin-top:1rem;font-size:.9rem;text-decoration:underline;display:block}.page-module__WjHNYG__resendMessage{border-radius:4px;margin-top:1rem;padding:.5rem;font-size:.9rem}.page-module__WjHNYG__resendMessage.page-module__WjHNYG__success{color:#155724;background-color:#d4edda;border:1px solid #c3e6cb}.page-module__WjHNYG__resendMessage.page-module__WjHNYG__error{color:#721c24;background-color:#f8d7da;border:1px solid #f5c6cb}.page-module__WjHNYG__backButton{color:var(--text-gray);border:2px solid var(--border-color);cursor:pointer;background-color:#0000;border-radius:8px;align-items:center;gap:.5rem;margin:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.page-module__WjHNYG__errorMessage{color:#721c24;text-align:center;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:6px;margin:1rem 0;padding:.75rem;font-size:.9rem}@media (max-width:768px){.page-module__WjHNYG__container{padding:1rem}.page-module__WjHNYG__card{max-width:100%;padding:2rem 1.5rem}.page-module__WjHNYG__title{font-size:1.5rem}.page-module__WjHNYG__buttonGroup{flex-direction:column;align-items:center}.page-module__WjHNYG__loginButton,.page-module__WjHNYG__signupButton,.page-module__WjHNYG__backButton{width:100%;max-width:250px}.page-module__WjHNYG__resendSection{padding:1rem}.page-module__WjHNYG__codeInputGroup{gap:.25rem}.page-module__WjHNYG__codeInput{width:45px;height:45px;font-size:1.1rem}}@media (max-width:480px){.page-module__WjHNYG__card{padding:1.5rem 1rem}.page-module__WjHNYG__successIcon,.page-module__WjHNYG__errorIcon,.page-module__WjHNYG__emailIcon{font-size:3rem}.page-module__WjHNYG__title{font-size:1.25rem}.page-module__WjHNYG__description,.page-module__WjHNYG__instructions{font-size:.95rem}.page-module__WjHNYG__emailAddress{font-size:1rem}.page-module__WjHNYG__manualSection{padding:1rem}.page-module__WjHNYG__codeInputGroup{gap:.2rem}.page-module__WjHNYG__codeInput{width:40px;height:40px;font-size:1rem}.page-module__WjHNYG__submitButton{width:100%;max-width:none}}
.PaymentsTable-module__YFre_W__tableWrapper{background:var(--surface);border:1px solid var(--border-color);border-radius:12px;overflow-x:auto}.PaymentsTable-module__YFre_W__table{border-collapse:collapse;width:100%;font-size:.88rem}.PaymentsTable-module__YFre_W__th{text-align:left;border-bottom:1px solid var(--border-color);color:var(--text-gray);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;background:var(--surface);padding:.7rem .85rem;font-size:.72rem;font-weight:600}.PaymentsTable-module__YFre_W__td{border-bottom:1px solid var(--border-color);vertical-align:middle;color:var(--foreground);padding:.75rem .85rem}.PaymentsTable-module__YFre_W__table tbody tr:last-child .PaymentsTable-module__YFre_W__td{border-bottom:none}.PaymentsTable-module__YFre_W__alignRight{text-align:right}.PaymentsTable-module__YFre_W__alignCenter{text-align:center}.PaymentsTable-module__YFre_W__amount{font-variant-numeric:tabular-nums;font-weight:600}.PaymentsTable-module__YFre_W__link{color:var(--primary);font-weight:500;text-decoration:none}.PaymentsTable-module__YFre_W__link:hover{text-decoration:underline}.PaymentsTable-module__YFre_W__idCell{word-break:break-all;color:var(--text-gray);max-width:240px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem}.PaymentsTable-module__YFre_W__idGroup{flex-direction:column;gap:2px;display:flex}.PaymentsTable-module__YFre_W__stripeLink{color:var(--primary);align-items:center;gap:.25rem;font-family:inherit;font-size:.72rem;font-weight:600;text-decoration:none;display:inline-flex}.PaymentsTable-module__YFre_W__stripeLink:hover{text-decoration:underline}.PaymentsTable-module__YFre_W__pill{vertical-align:middle;letter-spacing:.01em;white-space:nowrap;border-radius:9999px;align-items:center;padding:.18rem .55rem;font-size:.72rem;font-weight:600;line-height:1;display:inline-flex}.PaymentsTable-module__YFre_W__pillPaid{color:#047857;background:#10b9811f}.PaymentsTable-module__YFre_W__pillRefunded{color:#b91c1c;background:#ef44441f}.PaymentsTable-module__YFre_W__pillPartial{color:#b45309;background:#f59e0b29}.PaymentsTable-module__YFre_W__pillFailed{color:#64748b;background:#64748b2e}.PaymentsTable-module__YFre_W__refundedAmount{color:var(--text-gray);margin-top:4px;font-size:.72rem}.PaymentsTable-module__YFre_W__refundButton{border:1px solid var(--danger,#c0392b);color:var(--danger,#c0392b);cursor:pointer;white-space:nowrap;background:0 0;border-radius:8px;padding:.4rem .85rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:background .15s}.PaymentsTable-module__YFre_W__refundButton:hover:not(:disabled){background:#c0392b14}.PaymentsTable-module__YFre_W__refundButton:disabled{opacity:.5;cursor:not-allowed}.PaymentsTable-module__YFre_W__dim{color:var(--text-gray)}@media (max-width:720px){.PaymentsTable-module__YFre_W__tableWrapper{background:0 0;border:none;padding:0}.PaymentsTable-module__YFre_W__table,.PaymentsTable-module__YFre_W__table tbody,.PaymentsTable-module__YFre_W__table thead,.PaymentsTable-module__YFre_W__table tr,.PaymentsTable-module__YFre_W__table th,.PaymentsTable-module__YFre_W__table td{display:block}.PaymentsTable-module__YFre_W__table thead{display:none}.PaymentsTable-module__YFre_W__table tbody tr{background:var(--surface);border:1px solid var(--border-color);border-radius:12px;margin-bottom:.6rem;padding:.75rem .85rem}.PaymentsTable-module__YFre_W__table tbody tr .PaymentsTable-module__YFre_W__td{border:none;justify-content:space-between;align-items:center;gap:.5rem;padding:.25rem 0;display:flex}.PaymentsTable-module__YFre_W__table tbody tr .PaymentsTable-module__YFre_W__td:before{content:attr(data-label);color:var(--text-gray);text-transform:uppercase;letter-spacing:.05em;flex-shrink:0;font-size:.7rem;font-weight:600}.PaymentsTable-module__YFre_W__alignRight,.PaymentsTable-module__YFre_W__alignCenter{text-align:right}.PaymentsTable-module__YFre_W__idCell{text-align:right;max-width:none}.PaymentsTable-module__YFre_W__idGroup{align-items:flex-end}}
.Form-module__-cTPKa__field{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.Form-module__-cTPKa__label{color:var(--foreground);font-size:.9rem;font-weight:600;line-height:1.3}.Form-module__-cTPKa__labelRow{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.Form-module__-cTPKa__optional{color:var(--text-gray);font-size:.75rem;font-weight:500}.Form-module__-cTPKa__input,.Form-module__-cTPKa__textarea{border:1.5px solid var(--border-color);background:var(--surface-2,var(--surface));width:100%;min-height:50px;color:var(--foreground);box-sizing:border-box;border-radius:8px;padding:.875rem 1rem;font-family:inherit;font-size:1rem;line-height:1.4;transition:border-color .15s,box-shadow .15s}.Form-module__-cTPKa__textarea{resize:vertical;min-height:96px}.Form-module__-cTPKa__input{line-height:1.25}.Form-module__-cTPKa__input:focus,.Form-module__-cTPKa__textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft-bg,#3b82f62e);outline:none}.Form-module__-cTPKa__input:disabled,.Form-module__-cTPKa__textarea:disabled{opacity:.6;cursor:not-allowed}.Form-module__-cTPKa__input::placeholder,.Form-module__-cTPKa__textarea::placeholder{color:var(--text-gray);opacity:.7}.Form-module__-cTPKa__hint{color:var(--text-gray);margin:4px 0 0;font-size:.78rem;line-height:1.4}.Form-module__-cTPKa__error{color:var(--danger,#c0392b);margin:4px 0 0;font-size:.78rem;line-height:1.4}
.NotificationBell-module__jey9la__notificationContainer{align-items:center;display:flex;position:relative}.NotificationBell-module__jey9la__bellButton{cursor:pointer;color:var(--foreground);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex;position:relative}.NotificationBell-module__jey9la__bellIcon{width:22px;height:22px;color:var(--foreground)}.NotificationBell-module__jey9la__badge{color:#fff;background:#dc2626;border:2px solid #fff;border-radius:10px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:2px 6px;font-size:11px;font-weight:600;line-height:1;display:flex;position:absolute;top:4px;right:4px}.NotificationBell-module__jey9la__dropdown{background:var(--surface);border:1px solid var(--border-color);z-index:1001;border-radius:12px;width:320px;max-width:calc(100vw - 24px);max-height:400px;margin-top:8px;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 20px #00000014}.NotificationBell-module__jey9la__dropdownHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:16px 16px 12px;display:flex}.NotificationBell-module__jey9la__dropdownTitle{color:var(--foreground);margin:0;font-size:16px;font-weight:600}.NotificationBell-module__jey9la__unreadCount{color:var(--text-gray);background:var(--primary-soft-bg);border-radius:12px;padding:2px 8px;font-size:12px;font-weight:600}.NotificationBell-module__jey9la__markAllButton{color:var(--primary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.NotificationBell-module__jey9la__checkIcon{width:16px;height:16px}.NotificationBell-module__jey9la__dropdownContent{max-height:300px;overflow-y:auto}.NotificationBell-module__jey9la__itemActions{flex-shrink:0;align-items:center;gap:4px;margin-left:8px;display:flex}.NotificationBell-module__jey9la__deleteButton:hover{color:#c0392b}.NotificationBell-module__jey9la__dropdownFooter{text-align:center;color:var(--primary);border-top:1px solid var(--border-color);padding:10px;font-size:13px;font-weight:600;text-decoration:none;display:block}.NotificationBell-module__jey9la__notificationsList{padding:8px 0}.NotificationBell-module__jey9la__notificationItem{border-bottom:1px solid var(--border-color);grid-template-columns:auto 1fr auto;align-items:flex-start;gap:12px;padding:12px 16px;transition:background-color .2s;display:grid;position:relative}.NotificationBell-module__jey9la__itemClickable{cursor:pointer}.NotificationBell-module__jey9la__itemClickable:hover{background:var(--primary-soft-bg,var(--background))}.NotificationBell-module__jey9la__notifierColumn{flex-shrink:0;position:relative}.NotificationBell-module__jey9la__notifierAvatar{background:var(--text-white);width:32px;height:32px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex;overflow:hidden}.NotificationBell-module__jey9la__notifierAvatarImg{object-fit:cover;width:100%;height:100%}.NotificationBell-module__jey9la__notifierAvatarPlaceholder{background:var(--text-white);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;overflow:hidden}.NotificationBell-module__jey9la__notificationBody{min-width:0}.NotificationBell-module__jey9la__notifierLink{color:var(--foreground);font-weight:600;text-decoration:none}.NotificationBell-module__jey9la__notifierLink:hover{text-decoration:underline}.NotificationBell-module__jey9la__actionText{color:var(--text-gray)}.NotificationBell-module__jey9la__itemActions{flex-shrink:0;gap:4px;display:flex}.NotificationBell-module__jey9la__notificationItem:last-child{border-bottom:none}.NotificationBell-module__jey9la__notificationItem.NotificationBell-module__jey9la__unread{background:var(--notification-unread-bg);border-left:3px solid var(--primary)}.NotificationBell-module__jey9la__notificationContent{width:100%}.NotificationBell-module__jey9la__notificationHeader{justify-content:space-between;align-items:flex-start;margin-bottom:4px;display:flex}.NotificationBell-module__jey9la__notificationTitle{color:var(--foreground);flex:1;margin:0;font-size:14px;font-weight:600;line-height:1.3}.NotificationBell-module__jey9la__titleRow{flex:1;align-items:center;gap:8px;display:flex}.NotificationBell-module__jey9la__typeIcon{width:16px;height:16px;color:var(--primary);flex-shrink:0}.NotificationBell-module__jey9la__markReadButton{color:var(--text-gray);cursor:pointer;background:0 0;border:none;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;margin-left:8px;padding:2px;transition:all .2s;display:flex}.NotificationBell-module__jey9la__notificationText{color:var(--foreground);word-wrap:break-word;font-size:13px;line-height:1.4}.NotificationBell-module__jey9la__notificationTime{color:var(--text-gray);opacity:.85;margin-bottom:4px;font-size:11px}.NotificationBell-module__jey9la__loadingState{text-align:center;color:var(--text-gray);padding:40px 20px}.NotificationBell-module__jey9la__loadingSpinner{border:2px solid var(--border-color);border-top:2px solid var(--primary);border-radius:50%;width:24px;height:24px;margin:0 auto 12px;animation:1s linear infinite NotificationBell-module__jey9la__spin}.NotificationBell-module__jey9la__loadingText{margin:0;font-size:14px}@keyframes NotificationBell-module__jey9la__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.NotificationBell-module__jey9la__emptyState{text-align:center;color:var(--text-gray);padding:40px 20px}.NotificationBell-module__jey9la__emptyIcon{opacity:.5;width:32px;height:32px;margin:0 auto 12px}.NotificationBell-module__jey9la__emptyText{margin:0;font-size:14px}@media (max-width:768px){.NotificationBell-module__jey9la__dropdown{width:280px;right:0}.NotificationBell-module__jey9la__bellButton{padding:6px}}
.KakaoAuthHelp-module__B_vL6q__item{background:var(--surface);border:1px solid var(--border-color);box-sizing:border-box;border-radius:10px;width:100%;margin:.75rem 0;overflow:hidden}.KakaoAuthHelp-module__B_vL6q__question{text-align:left;width:100%;color:var(--foreground);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.5rem;padding:.85rem 1.1rem;font-size:.9rem;font-weight:600;display:flex}.KakaoAuthHelp-module__B_vL6q__icon{color:var(--text-gray);flex-shrink:0}.KakaoAuthHelp-module__B_vL6q__iconOpen{transform:rotate(180deg)}.KakaoAuthHelp-module__B_vL6q__answer{border-top:1px solid var(--border-color);color:var(--text-gray);padding:1rem 1.1rem;font-size:.82rem;line-height:1.55}.KakaoAuthHelp-module__B_vL6q__group{margin:.6rem 0 0}.KakaoAuthHelp-module__B_vL6q__group:first-child{margin-top:0}.KakaoAuthHelp-module__B_vL6q__groupTitle{color:var(--foreground);margin:0 0 .25rem;font-weight:700}.KakaoAuthHelp-module__B_vL6q__list{margin:0;padding-left:1.1rem}.KakaoAuthHelp-module__B_vL6q__list li{margin:.2rem 0}
.Footer-module__4AZ4lG__footer{background:var(--surface);color:var(--foreground);border-top:1px solid var(--border)}.Footer-module__4AZ4lG__container{max-width:1160px;margin:0 auto;padding:0 1rem}.Footer-module__4AZ4lG__familyStrip{background:var(--surface-3);border-bottom:1px solid var(--border)}.Footer-module__4AZ4lG__familyRow{flex-wrap:wrap;gap:12px;padding:16px 0;display:flex}.Footer-module__4AZ4lG__familySelect{background:var(--surface);width:240px;max-width:100%}.Footer-module__4AZ4lG__familySelect>div:first-child{border:1px solid var(--border);background:var(--surface);border-radius:0;min-height:38px;padding:0 12px;font-size:13px}.Footer-module__4AZ4lG__familySelect>div:first-child>span{color:var(--foreground)}.Footer-module__4AZ4lG__familySelect [role=listbox]{box-shadow:none;border-width:1px;border-radius:0}.Footer-module__4AZ4lG__familySelect [role=option]{padding:9px 12px;font-size:13px}.Footer-module__4AZ4lG__links{flex-wrap:wrap;gap:8px 24px;padding:20px 0 0;display:flex}.Footer-module__4AZ4lG__link{color:var(--foreground);white-space:nowrap;font-size:13px;line-height:1}.Footer-module__4AZ4lG__linkStrong{font-weight:700}.Footer-module__4AZ4lG__legal{flex-direction:column;gap:6px;padding:16px 0 32px;display:flex}.Footer-module__4AZ4lG__legalLine{color:var(--foreground-muted);margin:0;font-size:13px;line-height:1.5}.Footer-module__4AZ4lG__email{color:inherit}@media (max-width:768px){.Footer-module__4AZ4lG__familyRow{flex-direction:column;gap:8px}.Footer-module__4AZ4lG__familySelect{background:var(--surface);width:100%}.Footer-module__4AZ4lG__links{column-gap:16px}}
.AppShell-module__WRS9tG__content{width:100%;min-height:calc(100vh - 72px)}@media (min-width:1281px){.AppShell-module__WRS9tG__content{box-sizing:border-box;margin-left:280px;padding-right:280px}}.AppShell-module__WRS9tG__column{width:100%;max-width:1160px;margin:0 auto}.AppShell-module__WRS9tG__noSidebarContent{box-sizing:border-box;width:100%;max-width:1160px;min-height:calc(100vh - 73px);margin:0 auto}.AppShell-module__WRS9tG__fullBleed{box-sizing:border-box;width:100%;min-height:calc(100vh - 73px)}.medverse-desktop .AppShell-module__WRS9tG__content{min-height:calc(100vh - 116px)}:is(.medverse-desktop .AppShell-module__WRS9tG__noSidebarContent,.medverse-desktop .AppShell-module__WRS9tG__fullBleed){min-height:calc(100vh - 117px)}
.CharacterCounter-module__REgaLW__counter{color:var(--text-gray);justify-content:flex-end;align-items:center;gap:.5rem;margin-top:.25rem;font-size:.875rem;display:flex}.CharacterCounter-module__REgaLW__count{font-variant-numeric:tabular-nums;font-weight:600}.CharacterCounter-module__REgaLW__message{font-size:.8rem;font-weight:400}.CharacterCounter-module__REgaLW__counter.CharacterCounter-module__REgaLW__warning .CharacterCounter-module__REgaLW__count,.CharacterCounter-module__REgaLW__counter.CharacterCounter-module__REgaLW__warning .CharacterCounter-module__REgaLW__message{color:var(--primary)}.CharacterCounter-module__REgaLW__counter.CharacterCounter-module__REgaLW__error .CharacterCounter-module__REgaLW__count,.CharacterCounter-module__REgaLW__counter.CharacterCounter-module__REgaLW__error .CharacterCounter-module__REgaLW__message{color:#dc2626}
.CommunicationSettings-module__GDE9cW__container{background:var(--surface);border:1px solid var(--border-color);border-radius:12px;overflow:hidden}.CommunicationSettings-module__GDE9cW__header{border-bottom:1px solid var(--border-color);background:var(--surface-2);padding:1.5rem}.CommunicationSettings-module__GDE9cW__title{color:var(--foreground);align-items:center;gap:.6rem;margin:0 0 .25rem;font-size:1.5rem;font-weight:700;display:flex}.CommunicationSettings-module__GDE9cW__titleIcon{color:var(--primary)}.CommunicationSettings-module__GDE9cW__subtitle{color:var(--text-gray);margin:0;font-size:.95rem}.CommunicationSettings-module__GDE9cW__body{gap:var(--settings-group-gap);flex-direction:column;padding:1.5rem;display:flex}.CommunicationSettings-module__GDE9cW__section{color:var(--text-gray);text-transform:uppercase;letter-spacing:.06em;margin:0 0 var(--settings-label-gap);font-size:.8rem;font-weight:700}.CommunicationSettings-module__GDE9cW__body>div>.CommunicationSettings-module__GDE9cW__section+div[style]{gap:var(--settings-row-gap)!important}.CommunicationSettings-module__GDE9cW__chatGroupHeading{margin-top:var(--settings-label-gap);margin-bottom:var(--settings-label-gap);color:var(--foreground);font-size:.95rem;font-weight:600}.CommunicationSettings-module__GDE9cW__row{background:var(--surface);border:1px solid var(--border-color);border-radius:10px;align-items:flex-start;gap:1rem;padding:1rem 1.1rem;display:flex}.CommunicationSettings-module__GDE9cW__rowInfo{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.CommunicationSettings-module__GDE9cW__rowLabel{color:var(--foreground);font-size:.95rem;font-weight:600}.CommunicationSettings-module__GDE9cW__rowText{color:var(--text-gray);font-size:.85rem;line-height:1.45}.CommunicationSettings-module__GDE9cW__toggle{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.CommunicationSettings-module__GDE9cW__toggleState{color:var(--text-gray);text-align:right;min-width:1.8rem;font-size:.8rem;font-weight:600}@media (max-width:480px){.CommunicationSettings-module__GDE9cW__row{flex-direction:column;align-items:stretch;gap:.6rem}.CommunicationSettings-module__GDE9cW__toggle{justify-content:flex-end}}
.Sidebar-module___xElQq__sidebar{background:var(--surface);border-right:1px solid var(--border-color);z-index:900;box-sizing:border-box;width:280px;height:calc(100vh - 72px);padding:16px 12px;position:fixed;top:72px;left:0;overflow:hidden auto}@media (min-width:1281px){.medverse-desktop .Sidebar-module___xElQq__sidebar{height:calc(100vh - 116px);top:116px}}.Sidebar-module___xElQq__nav{flex-direction:column;gap:4px;display:flex}.Sidebar-module___xElQq__section{border-top:1px solid var(--border-color);flex-direction:column;gap:4px;margin-top:0;padding-top:14px;display:flex}.Sidebar-module___xElQq__sectionLabel{color:var(--text-gray);text-transform:uppercase;letter-spacing:.05em;padding:0 12px 4px;font-size:12px;font-weight:700}.Sidebar-module___xElQq__navItem{width:100%;color:var(--foreground);font-size:14px;font-weight:600;font-family:var(--font-family);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;padding:10px 12px;text-decoration:none;display:flex}.Sidebar-module___xElQq__navItemActive{background:var(--primary-soft);color:var(--primary-dark);font-weight:600}.Sidebar-module___xElQq__navItemStatic{cursor:default}.Sidebar-module___xElQq__navItemInactive{opacity:.5}.Sidebar-module___xElQq__navIcon{color:inherit;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.Sidebar-module___xElQq__navLabel{flex:1;min-width:0}.Sidebar-module___xElQq__backdrop{display:none}@media (max-width:1280px){.Sidebar-module___xElQq__sidebar{z-index:1100;width:280px;height:100vh;padding-top:21px;top:0;transform:translate(-100%);box-shadow:4px 0 16px #00000014}.Sidebar-module___xElQq__sidebarOpen{transform:translate(0)}.medverse-desktop .Sidebar-module___xElQq__sidebar{height:calc(100vh - 44px);top:44px}.Sidebar-module___xElQq__backdrop{z-index:1050;opacity:0;pointer-events:none;background:#0006;display:block;position:fixed;inset:0}.medverse-desktop .Sidebar-module___xElQq__backdrop{top:44px}.Sidebar-module___xElQq__backdropVisible{opacity:1;pointer-events:auto}}@media (max-width:480px){.Sidebar-module___xElQq__sidebar{width:85vw;max-width:320px}}.Sidebar-module___xElQq__skeletonItem{border-radius:10px;align-items:center;gap:12px;padding:10px 12px;display:flex}.Sidebar-module___xElQq__skeletonIcon{background:var(--border-color);border-radius:6px;flex-shrink:0;width:20px;height:20px;display:inline-block}.Sidebar-module___xElQq__skeletonLabel{background:var(--border-color);border-radius:4px;width:70%;height:12px;display:inline-block}.Sidebar-module___xElQq__skeletonSectionLabel{background:var(--border-color);border-radius:4px;width:40%;height:10px;margin:8px 12px 4px;display:block}
.Settings-module__G9icha__page{max-width:1024px;margin:0 auto;padding:2.5rem}.Settings-module__G9icha__pageHeader{margin-bottom:16px}.Settings-module__G9icha__pageTitle{color:var(--foreground);margin:0;font-size:22px;font-weight:600}.Settings-module__G9icha__tabsWrapper{border-bottom:1px solid var(--border-color);-webkit-overflow-scrolling:touch;width:100%;margin-bottom:24px;overflow-x:auto}.Settings-module__G9icha__tabsWrapper::-webkit-scrollbar{display:none}.Settings-module__G9icha__tabsList{align-items:center;gap:4px;min-width:max-content;display:flex}.Settings-module__G9icha__tab{color:var(--text-gray);white-space:nowrap;opacity:.75;border-bottom:2px solid #0000;justify-content:center;align-items:center;margin-bottom:-1px;padding:14px 20px;font-size:15px;font-weight:600;text-decoration:none;transition:color .15s,border-color .15s,opacity .15s;display:inline-flex}.Settings-module__G9icha__tab:hover{opacity:1}.Settings-module__G9icha__tabActive{color:var(--primary-dark);border-bottom-color:var(--primary);opacity:1;font-weight:600}.Settings-module__G9icha__content{padding:8px 0}.Settings-module__G9icha__businessSettingsStack{flex-direction:column;gap:1.5rem;display:flex}@media (max-width:480px){.Settings-module__G9icha__page{padding:var(--settings-group-gap) 16px 48px}.Settings-module__G9icha__pageTitle{font-size:20px}.Settings-module__G9icha__tab{padding:12px 14px;font-size:14px}}@media (max-width:768px){.Settings-module__G9icha__tabsWrapper{overflow-x:visible}.Settings-module__G9icha__tabsList{flex-wrap:wrap;min-width:0}}
.NestedComments-module__QZrjVG__threadList{flex-flow:column;gap:.5rem;padding:0;list-style:none;display:flex}.NestedComments-module__QZrjVG__commentItem{grid-template-rows:24px 1fr;grid-template-columns:24px 1fr;gap:0 1rem;margin:.5rem 0 0;padding:0;font-size:.85rem;display:grid}@media (min-width:1280px){.NestedComments-module__QZrjVG__commentItem{grid-template-rows:30px 1fr;grid-template-columns:30px 1fr}}.NestedComments-module__QZrjVG__avatarCell{grid-area:1/1/3;grid-template-rows:24px 1fr;display:grid}@media (min-width:1280px){.NestedComments-module__QZrjVG__avatarCell{grid-template-rows:30px 1fr}}.NestedComments-module__QZrjVG__avatarLink{grid-row:1;text-decoration:none;display:inline-flex}.NestedComments-module__QZrjVG__avatar{object-fit:cover;background:var(--primary-soft);border-radius:50%;width:24px;height:24px}.NestedComments-module__QZrjVG__avatarPlaceholder{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.7rem;font-weight:600;display:flex}@media (min-width:1280px){.NestedComments-module__QZrjVG__avatar,.NestedComments-module__QZrjVG__avatarPlaceholder{width:30px;height:30px}.NestedComments-module__QZrjVG__avatarPlaceholder{font-size:.85rem}}.NestedComments-module__QZrjVG__threadLineWrap{grid-row:2;justify-content:center;padding-top:.25rem;display:flex}.NestedComments-module__QZrjVG__threadLine{background-color:var(--border-color);border-radius:1px;width:1.5px;height:100%}.NestedComments-module__QZrjVG__headerCell{grid-column:2;align-items:center;display:flex}.NestedComments-module__QZrjVG__headerInner{flex-wrap:wrap;align-items:center;gap:.25rem;font-size:.85rem;line-height:1;display:flex}.NestedComments-module__QZrjVG__username{color:var(--foreground);font-weight:700;text-decoration:none}.NestedComments-module__QZrjVG__username:hover{text-decoration:underline}.NestedComments-module__QZrjVG__timestamp{color:#8f8f8f;font-size:.8rem}.NestedComments-module__QZrjVG__badge{letter-spacing:.02em;text-transform:uppercase;border-radius:4px;align-items:center;padding:3px 7px;font-size:.7rem;font-weight:700;line-height:1;display:inline-flex}.NestedComments-module__QZrjVG__badgeOp{background:var(--primary);color:#fff}.NestedComments-module__QZrjVG__badgeMe{background:var(--border-color);color:var(--foreground)}.NestedComments-module__QZrjVG__badgeStaff{color:#3b82f6;text-transform:none;background:#3b82f626}.NestedComments-module__QZrjVG__bodyCell{flex-direction:column;grid-column:2;gap:.5rem;display:flex}.NestedComments-module__QZrjVG__commentBody{color:var(--foreground);white-space:pre-wrap;word-break:break-word;font-size:.95rem;line-height:1.5}.NestedComments-module__QZrjVG__actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.NestedComments-module__QZrjVG__showMore{color:var(--primary);align-items:center;gap:.4em;margin-top:.25rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.NestedComments-module__QZrjVG__showMore:hover{text-decoration:underline}.NestedComments-module__QZrjVG__firstCommentPrompt{text-align:center;color:var(--text-gray);background:var(--surface);border:1px solid var(--border-color);border-radius:var(--radius-box);padding:2.25rem 1rem;font-size:.95rem}.NestedComments-module__QZrjVG__loadingRow{color:#8f8f8f;justify-content:center;align-items:center;gap:.6rem;padding:1.25rem 1rem;font-size:.9rem;display:flex}.NestedComments-module__QZrjVG__spinner{border:2px solid #e5e7eb;border-top-color:var(--primary);border-radius:50%;width:1.1rem;height:1.1rem;animation:.7s linear infinite NestedComments-module__QZrjVG__feedSpin}@keyframes NestedComments-module__QZrjVG__feedSpin{to{transform:rotate(360deg)}}
.feed-module__0E0eHG__page{background:var(--background);min-height:100vh;padding:1rem 1rem 2rem}.feed-module__0E0eHG__container{flex-direction:column;gap:1rem;display:flex}.feed-module__0E0eHG__header{background:var(--surface);border-radius:12px;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex;box-shadow:0 4px 6px #0000000d}.feed-module__0E0eHG__controlsBox{background:var(--surface);border-radius:12px;margin-bottom:1rem;padding:.6rem;box-shadow:0 2px 4px #0000000a}.feed-module__0E0eHG__controlsBoxRow{align-items:center;gap:8px;display:flex}.feed-module__0E0eHG__controlsBoxSpacer{flex:1}.feed-module__0E0eHG__controlsBoxLabel{color:var(--foreground);flex:1;font-size:1.1rem;font-weight:700}.feed-module__0E0eHG__headerTop{align-items:center;gap:1rem;display:flex}.feed-module__0E0eHG__headerImage{object-fit:cover;background:#e2e8f0;border-radius:50%;flex-shrink:0;width:72px;height:72px}.feed-module__0E0eHG__headerImagePlaceholder{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;font-size:1.75rem;font-weight:700;display:flex}.feed-module__0E0eHG__headerBody{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.feed-module__0E0eHG__headerName{color:var(--foreground);margin:0;font-size:1.4rem;font-weight:700}.feed-module__0E0eHG__headerHandle{color:var(--text-gray);font-size:.95rem}.feed-module__0E0eHG__headerDescription{color:var(--foreground);margin-top:.5rem;font-size:.95rem;line-height:1.45}.feed-module__0E0eHG__headerStats{color:var(--text-gray);gap:1.25rem;font-size:.9rem;display:flex}.feed-module__0E0eHG__headerStatLink{color:inherit;text-decoration:none}.feed-module__0E0eHG__headerStatLink:hover{text-decoration:underline}.feed-module__0E0eHG__headerActions{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.feed-module__0E0eHG__actionButton{border:1.5px solid var(--border-color);background:var(--surface);color:var(--foreground);cursor:pointer;border-radius:999px;padding:.6rem 1.1rem;font-size:.9rem;font-weight:600;transition:all .2s}.feed-module__0E0eHG__actionButtonPrimary{background:var(--primary);color:#fff;border-color:var(--primary)}.feed-module__0E0eHG__actionButton:disabled{opacity:.6;cursor:not-allowed}.feed-module__0E0eHG__postCard{background:var(--surface);color:inherit;border-radius:8px;flex-direction:column;padding:1rem;font-size:1rem;display:flex}.feed-module__0E0eHG__postCardCompact{flex-direction:column;gap:.6rem;padding:1rem;display:flex}.feed-module__0E0eHG__compactRow{align-items:flex-start;gap:.75rem;display:flex}.feed-module__0E0eHG__compactThumb{background:var(--border-color);border-radius:8px;flex:none;width:64px;height:64px;overflow:hidden}.feed-module__0E0eHG__compactThumb img{object-fit:cover;width:100%;height:100%;display:block}.feed-module__0E0eHG__compactMain{flex-direction:column;flex:auto;gap:.5rem;min-width:0;display:flex}.feed-module__0E0eHG__compactTitle{color:var(--foreground);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.feed-module__0E0eHG__compactSnippet{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.9rem;line-height:1.3;display:-webkit-box;overflow:hidden}.feed-module__0E0eHG__compactPoll{z-index:1;position:relative}.feed-module__0E0eHG__postCardClickable{cursor:pointer;position:relative}.feed-module__0E0eHG__cardOverlayLink{z-index:0;position:absolute;inset:0}.feed-module__0E0eHG__postCardClickable .feed-module__0E0eHG__avatarLink,.feed-module__0E0eHG__postCardClickable .feed-module__0E0eHG__postAuthorLink,.feed-module__0E0eHG__postCardClickable .feed-module__0E0eHG__postCommunityLink,.feed-module__0E0eHG__postCardClickable .feed-module__0E0eHG__postMain a,.feed-module__0E0eHG__postCardClickable .feed-module__0E0eHG__metaInfo,.feed-module__0E0eHG__postCardClickable .feed-module__0E0eHG__postMain button{z-index:1;position:relative}.feed-module__0E0eHG__ownerContainer{color:var(--foreground);align-items:center;gap:.5rem;margin-bottom:.15rem;font-size:1.15em;display:flex}.feed-module__0E0eHG__headerProfile{align-items:center;gap:.5rem;margin-bottom:0;margin-right:auto;font-size:13px;display:flex}.feed-module__0E0eHG__headerProfile>span{align-items:center;display:inline-flex}.feed-module__0E0eHG__headerHoverCluster{align-items:center;gap:.5rem;display:inline-flex}.feed-module__0E0eHG__headerProfileDetails{flex-direction:column;gap:.1rem;display:flex}.feed-module__0E0eHG__timestamp{color:var(--text-gray);font-size:12px}.feed-module__0E0eHG__avatarLink{flex-shrink:0;text-decoration:none;display:inline-flex}.feed-module__0E0eHG__postMain{color:var(--foreground);flex-direction:column;gap:.5rem;font-size:1rem;display:flex}.feed-module__0E0eHG__postMainLink{color:inherit;flex-direction:column;gap:.5rem;text-decoration:none;display:flex}.feed-module__0E0eHG__postAvatar{object-fit:cover;border-radius:50%;width:32px;height:32px}.feed-module__0E0eHG__postAvatarLogo{object-fit:contain;box-sizing:border-box;background:var(--surface-2);padding:20%}.feed-module__0E0eHG__postAvatarPlaceholder{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:600;display:flex}.feed-module__0E0eHG__postAuthorLink{color:var(--foreground);font-weight:600;text-decoration:none}.feed-module__0E0eHG__ownerProfession{color:#8f8f8f;text-transform:capitalize;align-items:center;margin-top:0;font-size:.85rem;display:inline-flex}.feed-module__0E0eHG__authorRow{flex-wrap:wrap;align-items:center;gap:.3rem;line-height:1rem;display:flex}.feed-module__0E0eHG__headerSeparator{color:var(--text-gray);-webkit-user-select:none;user-select:none;margin:0 .05rem;font-size:12px}.feed-module__0E0eHG__postCommunityLink{color:var(--primary);font-weight:600;text-decoration:none}.feed-module__0E0eHG__postCommunityLink:hover{text-decoration:underline}.feed-module__0E0eHG__postTitle{color:var(--foreground);margin:.75rem 0;font-size:1.25rem;font-weight:700;line-height:1.5rem}@media (max-width:600px){.feed-module__0E0eHG__postTitle{font-size:1.1rem;line-height:1.25rem}}.feed-module__0E0eHG__postBody{color:var(--foreground);white-space:pre-wrap;word-break:break-word;font-size:.95rem;line-height:1.55}.feed-module__0E0eHG__postMedia{object-fit:contain;background:var(--surface-2);border-radius:8px;max-width:100%;max-height:460px}.feed-module__0E0eHG__postMetaInfo{color:var(--text-gray);align-items:center;gap:.5rem;margin-top:.5rem;font-size:.8rem;line-height:1;display:flex}.feed-module__0E0eHG__commentLink{color:inherit;border-radius:999px;align-items:center;gap:.3rem;padding:.3rem .5rem;text-decoration:none;transition:color .2s,background .2s;display:inline-flex}.feed-module__0E0eHG__voteButton{border:1px solid var(--border-color);color:var(--text-gray);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:.3rem;padding:.3rem .7rem;font-size:.85rem;line-height:1;transition:all .2s;display:inline-flex}.feed-module__0E0eHG__voteButtonActive{border-color:var(--primary);color:var(--primary);background:var(--primary-soft-bg)}.feed-module__0E0eHG__voteButton:disabled{opacity:.6;cursor:not-allowed}.feed-module__0E0eHG__commentForm{background:var(--surface);border-radius:12px;flex-direction:column;gap:.5rem;padding:1rem 1.25rem;display:flex;box-shadow:0 2px 4px #0000000a}.feed-module__0E0eHG__commentFormTextarea{border:1.5px solid var(--border-color);resize:vertical;border-radius:8px;outline:none;width:100%;min-height:80px;padding:.75rem;font-family:inherit;font-size:.95rem}.feed-module__0E0eHG__commentFormTextarea:focus{border-color:var(--primary)}.feed-module__0E0eHG__commentFormActions{justify-content:flex-end;gap:.5rem;display:flex}.feed-module__0E0eHG__commentFormSubmit{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.55rem 1.2rem;font-size:.9rem;font-weight:600}.feed-module__0E0eHG__commentFormSubmit:disabled{background:var(--text-gray);cursor:not-allowed}.feed-module__0E0eHG__commentFormSecondary{background:var(--surface);color:var(--foreground);border:1.5px solid var(--border-color);cursor:pointer;border-radius:8px;padding:.55rem 1.2rem;font-size:.9rem;font-weight:600}.feed-module__0E0eHG__commentNode{background:var(--surface);border-radius:12px;flex-direction:column;gap:.5rem;padding:1rem 1.25rem;display:flex;box-shadow:0 2px 4px #0000000a}.feed-module__0E0eHG__commentHead{color:var(--text-gray);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.feed-module__0E0eHG__commentBody{color:var(--foreground);white-space:pre-wrap;word-break:break-word;font-size:.95rem;line-height:1.5}.feed-module__0E0eHG__commentActions{align-items:center;gap:.75rem;font-size:.85rem;display:flex}.feed-module__0E0eHG__commentActionButton{color:var(--text-gray);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.25rem .5rem;font-size:.85rem}.feed-module__0E0eHG__commentReplies{border-left:2px solid var(--border-color);flex-direction:column;gap:.75rem;margin-left:1.25rem;padding-left:1rem;display:flex}.feed-module__0E0eHG__sectionTitle{color:var(--foreground);margin:1rem 0 .25rem;font-size:1.1rem;font-weight:700}.feed-module__0E0eHG__emptyState{text-align:center;color:var(--text-gray);background:var(--surface);border-radius:12px;padding:2rem 1rem;font-size:.95rem}.feed-module__0E0eHG__memberCard{background:var(--surface);color:inherit;border-radius:12px;align-items:center;gap:.8rem;padding:1rem 1.25rem;text-decoration:none;transition:box-shadow .2s;display:flex;box-shadow:0 2px 4px #0000000a}.feed-module__0E0eHG__memberCard:hover{box-shadow:0 4px 10px #00000014}.feed-module__0E0eHG__memberAvatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:48px;height:48px}.feed-module__0E0eHG__memberAvatarPlaceholder{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.1rem;font-weight:600;display:flex}.feed-module__0E0eHG__memberName{color:var(--foreground);font-size:.95rem;font-weight:600}.feed-module__0E0eHG__memberHandle{color:var(--text-gray);font-size:.85rem}.feed-module__0E0eHG__pagination{justify-content:center;align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.feed-module__0E0eHG__pageButton{background:var(--surface);color:var(--foreground);border:1.5px solid var(--border-color);cursor:pointer;border-radius:8px;padding:.5rem 1rem;font-size:.9rem}.feed-module__0E0eHG__pageButton:disabled{color:var(--text-gray);cursor:not-allowed;opacity:.6}.feed-module__0E0eHG__loadMore{background:var(--surface);color:var(--primary);border:1.5px solid var(--border-color);cursor:pointer;border-radius:8px;align-self:center;padding:.8rem 1.25rem;font-weight:600}.feed-module__0E0eHG__backLink{width:34px;height:34px;color:var(--text-gray);background:var(--surface);border:1px solid var(--border-color);cursor:pointer;border-radius:50%;justify-content:center;align-self:flex-start;align-items:center;margin-bottom:.25rem;padding:0;font-family:inherit;font-size:1rem;text-decoration:none;display:inline-flex}.feed-module__0E0eHG__detailTopRow{align-items:center;gap:.625rem;margin-bottom:.5rem;display:flex}.feed-module__0E0eHG__detailTopRow .feed-module__0E0eHG__backLink{flex-shrink:0;align-self:center;margin-bottom:0}.feed-module__0E0eHG__detailTopRow .feed-module__0E0eHG__ownerContainer{flex:1;min-width:0;margin-bottom:0}.feed-module__0E0eHG__headerKebabWrapper{align-items:center;margin-left:auto;display:inline-flex;position:relative}.feed-module__0E0eHG__headerKebabBtn{cursor:pointer;color:var(--text-gray);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;display:inline-flex}.feed-module__0E0eHG__headerKebabBtn:hover{background:var(--surface-3);color:var(--foreground)}.feed-module__0E0eHG__headerKebabBackdrop{z-index:10;position:fixed;inset:0}.feed-module__0E0eHG__headerKebabMenu{background:var(--surface);border:1px solid var(--border-color);z-index:20;border-radius:8px;min-width:140px;margin-top:4px;padding:4px;position:absolute;top:100%;right:0;box-shadow:0 10px 24px #0000001f}.feed-module__0E0eHG__headerKebabItem{text-align:left;width:100%;color:var(--foreground);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px 12px;font-size:13px;font-weight:500}.feed-module__0E0eHG__headerKebabItem:hover{background:var(--surface-3)}.feed-module__0E0eHG__pinnedLabel{color:var(--text-secondary);align-items:center;gap:.35rem;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:flex}.feed-module__0E0eHG__pinnedIcon{color:var(--text-secondary)}
.SidebarCommunities-module__soMKHa__section{border-top:1px solid var(--border-color);flex-direction:column;gap:4px;margin-top:0;padding-top:14px;display:flex}.SidebarCommunities-module__soMKHa__sectionLabel{color:var(--text-gray);text-transform:uppercase;letter-spacing:.05em;padding:0 12px 4px;font-size:12px;font-weight:700}.SidebarCommunities-module__soMKHa__row{width:100%;color:var(--foreground);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;padding:8px 12px;font-family:inherit;font-size:14px;font-weight:500;text-decoration:none;display:flex}.SidebarCommunities-module__soMKHa__rowActive{}.SidebarCommunities-module__soMKHa__avatar{background:var(--surface-2);border:1px solid var(--border-color);width:28px;height:28px;color:var(--text-gray);text-transform:uppercase;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:inline-flex;overflow:hidden}.SidebarCommunities-module__soMKHa__avatarImg{object-fit:cover;width:100%;height:100%;display:block}.SidebarCommunities-module__soMKHa__label{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.SidebarCommunities-module__soMKHa__skeletonRow{align-items:center;gap:12px;padding:8px 12px;display:flex}.SidebarCommunities-module__soMKHa__skeletonAvatar{background:var(--border-color);border-radius:50%;flex-shrink:0;width:28px;height:28px}.SidebarCommunities-module__soMKHa__skeletonLabel{background:var(--border-color);border-radius:4px;width:60%;height:12px}.SidebarCommunities-module__soMKHa__footerLink{color:var(--primary);align-items:center;gap:6px;padding:8px 12px;font-size:13px;font-weight:600;text-decoration:none;display:flex}.SidebarCommunities-module__soMKHa__allLink{color:var(--foreground);border-radius:10px;align-items:center;gap:12px;padding:8px 12px;font-size:14px;font-weight:600;text-decoration:none;display:flex}.SidebarCommunities-module__soMKHa__allIcon{background:var(--surface-2);border:1px solid var(--border-color);width:28px;height:28px;color:var(--text-gray);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.SidebarCommunities-module__soMKHa__paginationRow{flex-wrap:wrap;gap:4px;margin-top:4px;display:flex}.SidebarCommunities-module__soMKHa__showMoreButton{color:var(--text-gray);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:6px;padding:8px 12px;font-family:inherit;font-size:12px;font-weight:700;display:flex}.SidebarCommunities-module__soMKHa__showMoreButton:disabled{opacity:.6;cursor:not-allowed}.SidebarCommunities-module__soMKHa__groupLabel{color:var(--muted);letter-spacing:.02em;padding:.5rem .75rem .25rem;font-size:.7rem;font-weight:700}
.PersonalizationSettingsClient-module__LSkMZa__container{gap:var(--settings-group-gap);flex-direction:column;display:flex}.PersonalizationSettingsClient-module__LSkMZa__title{color:var(--foreground);margin:0;font-size:1.25rem;font-weight:700}.PersonalizationSettingsClient-module__LSkMZa__section{color:var(--text-gray);text-transform:uppercase;letter-spacing:.06em;margin:0;font-size:.8rem;font-weight:700}.PersonalizationSettingsClient-module__LSkMZa__sectionDescription{margin:.35rem 0 var(--settings-label-gap);color:var(--muted-foreground,var(--foreground))}.PersonalizationSettingsClient-module__LSkMZa__rowGroup{gap:var(--settings-row-gap);margin-top:var(--settings-label-gap);flex-direction:column;display:flex}.PersonalizationSettingsClient-module__LSkMZa__sidebarRow{border:1px solid var(--border);border-radius:10px;justify-content:space-between;align-items:center;padding:.85rem 1rem;display:flex}.PersonalizationSettingsClient-module__LSkMZa__orderList{gap:var(--settings-row-gap);margin:var(--settings-label-gap) 0 0;flex-direction:column;padding:0;list-style:none;display:flex}.PersonalizationSettingsClient-module__LSkMZa__orderRow{border:1px solid var(--border);background:var(--surface);cursor:grab;border-radius:10px;align-items:center;gap:.75rem;padding:.85rem 1rem;display:flex}.PersonalizationSettingsClient-module__LSkMZa__orderRowDragging{opacity:.5;cursor:grabbing}.PersonalizationSettingsClient-module__LSkMZa__orderRowDropTarget{border-color:var(--primary)}.PersonalizationSettingsClient-module__LSkMZa__dragHandle{width:1.15rem;height:1.15rem;color:var(--text-gray);flex-shrink:0}.PersonalizationSettingsClient-module__LSkMZa__orderLabel{min-width:0;color:var(--foreground);flex:auto;font-size:.95rem;font-weight:600;line-height:1}.PersonalizationSettingsClient-module__LSkMZa__orderControls{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.PersonalizationSettingsClient-module__LSkMZa__orderControls>:last-child{margin-inline-start:.6rem}.PersonalizationSettingsClient-module__LSkMZa__moveButton{border:1px solid var(--border);background:var(--surface-2);width:2rem;height:2rem;color:var(--foreground);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:0;font-size:1rem;line-height:1;display:inline-flex}.PersonalizationSettingsClient-module__LSkMZa__moveButton:disabled{color:var(--text-gray);cursor:default}.PersonalizationSettingsClient-module__LSkMZa__row{background:var(--surface);border:1px solid var(--border-color);border-radius:10px;align-items:flex-start;gap:1rem;padding:1rem 1.1rem;display:flex}.PersonalizationSettingsClient-module__LSkMZa__rowInfo{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.PersonalizationSettingsClient-module__LSkMZa__rowLabel{color:var(--foreground);font-size:.95rem;font-weight:600}.PersonalizationSettingsClient-module__LSkMZa__rowText{color:var(--text-gray);font-size:.85rem;line-height:1.45}.PersonalizationSettingsClient-module__LSkMZa__toggle{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.PersonalizationSettingsClient-module__LSkMZa__toggleState{color:var(--text-gray);text-align:right;min-width:1.8rem;font-size:.8rem;font-weight:600}.PersonalizationSettingsClient-module__LSkMZa__feedViewDescription{margin-top:var(--settings-label-gap);color:var(--foreground);font-size:.95rem;font-weight:600}.PersonalizationSettingsClient-module__LSkMZa__radioGroup{gap:var(--settings-row-gap);margin-top:var(--settings-label-gap);flex-direction:column;display:flex}.PersonalizationSettingsClient-module__LSkMZa__radioRow{background:var(--surface);border:1px solid var(--border-color);cursor:pointer;border-radius:10px;flex-direction:row;align-items:center;gap:.85rem;padding:.85rem 1rem;display:flex}.PersonalizationSettingsClient-module__LSkMZa__radioRowSelected{border-color:var(--primary);background:var(--surface-2)}.PersonalizationSettingsClient-module__LSkMZa__radioRowBusy{cursor:wait}.PersonalizationSettingsClient-module__LSkMZa__radioInput{min-width:1.05rem;max-width:1.05rem;height:1.05rem;accent-color:var(--primary);cursor:inherit;appearance:auto;box-sizing:content-box;border:0;flex-shrink:0;margin:0;width:1.05rem!important;padding:0!important}.PersonalizationSettingsClient-module__LSkMZa__radioBody{flex-direction:column;flex:auto;gap:.2rem;min-width:0;display:flex}.PersonalizationSettingsClient-module__LSkMZa__radioLabel{color:var(--foreground);font-size:.95rem;font-weight:600}.PersonalizationSettingsClient-module__LSkMZa__soundSelect{background:var(--surface-2);color:var(--foreground);border:1px solid var(--border-strong);border-radius:8px;padding:6px 10px;font-size:14px}@media (max-width:480px){.PersonalizationSettingsClient-module__LSkMZa__row{flex-direction:column;align-items:stretch;gap:.6rem}.PersonalizationSettingsClient-module__LSkMZa__toggle{justify-content:flex-end}}.PersonalizationSettingsClient-module__LSkMZa__orderRowOff{opacity:.55}
.PostMediaGallery-module__MlpYIG__mediaContainer{--post-media-max-height:460px;flex-direction:column;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;margin-bottom:.5rem;display:flex}.PostMediaGallery-module__MlpYIG__mediaImage{width:100%;max-height:var(--post-media-max-height);object-fit:contain;background:var(--surface-2);cursor:pointer;border-radius:1.5rem;transition:filter .15s}.PostMediaGallery-module__MlpYIG__mediaImage:hover{filter:brightness(.94)}.PostMediaGallery-module__MlpYIG__mediaVideoWrapper{width:100%;height:var(--post-media-max-height);background:#000;border-radius:.5rem;overflow:hidden}@media (max-width:768px){.PostMediaGallery-module__MlpYIG__mediaVideoWrapper{height:56.25vw}}.PostMediaGallery-module__MlpYIG__mediaVideo{width:100%;height:100%;display:block}.PostMediaGallery-module__MlpYIG__previewBackdrop{z-index:1300;cursor:pointer;background:#000000d9;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.PostMediaGallery-module__MlpYIG__previewImage{object-fit:contain;cursor:default;border-radius:.5rem;max-width:100%;max-height:100%}
.AdminMobileSidebarHeader-module__QNmtEq__header{white-space:nowrap;border-bottom:1px solid var(--border-color);align-items:center;gap:8px;margin:0 0 12px;padding:0 0 12px;display:none}@media (max-width:1280px){.AdminMobileSidebarHeader-module__QNmtEq__header{display:flex}}.AdminMobileSidebarHeader-module__QNmtEq__brand{color:var(--foreground);letter-spacing:-.4px;align-items:center;gap:10px;min-width:0;font-size:18px;font-weight:800;text-decoration:none;display:inline-flex}.AdminMobileSidebarHeader-module__QNmtEq__logo{object-fit:contain;border-radius:8px;flex-shrink:0;width:36px;height:36px}.AdminMobileSidebarHeader-module__QNmtEq__brandName{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.AdminMobileSidebarHeader-module__QNmtEq__closeBtn{width:32px;height:32px;color:var(--text-secondary,var(--foreground));cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;padding:0;display:inline-flex}
.PageVisual-module__lKESZa__visual{flex-direction:column;display:flex}.PageVisual-module__lKESZa__band{background-color:var(--primary-dark);width:100vw;height:240px;color:var(--text-white);text-align:center;background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;margin-left:calc(50% - 50vw);display:flex}.PageVisual-module__lKESZa__bandText{flex-direction:column;align-items:center;gap:12px;padding:0 1rem;display:flex}.PageVisual-module__lKESZa__bandTitle{color:var(--text-white);margin:0;font-size:32px;font-weight:700;line-height:1}.PageVisual-module__lKESZa__bandLogo{object-fit:contain;background:#fff;border-radius:50%;width:72px;height:72px;padding:8px}.PageVisual-module__lKESZa__bandSubtitle{color:var(--text-white);margin:0;font-size:14px;font-weight:400;line-height:1.4}.PageVisual-module__lKESZa__crumbBar{border-bottom:1px solid var(--border);height:48px;color:var(--text-secondary);align-items:center;gap:12px;font-size:14px;line-height:1;display:flex}.PageVisual-module__lKESZa__crumbHome{width:24px;height:24px;color:var(--foreground);flex-shrink:0;justify-content:center;align-items:center;display:flex}.PageVisual-module__lKESZa__crumbSeparator{color:var(--muted);flex-shrink:0}.PageVisual-module__lKESZa__crumbCurrent{color:var(--foreground);font-weight:600}.PageVisual-module__lKESZa__heading{margin:0 0 calc(-1 * var(--stack-gap,0px));color:var(--foreground);padding:24px 0;font-size:20px;font-weight:700;line-height:1.2}.PageVisual-module__lKESZa__memberHeader{flex-direction:column;gap:6px;margin-bottom:1rem;padding-top:1.5rem;display:flex}.PageVisual-module__lKESZa__memberLogo{border:1px solid var(--border);object-fit:contain;background:#fff;border-radius:50%;flex-shrink:0;width:40px;height:40px}.PageVisual-module__lKESZa__memberIdentity{align-items:center;gap:10px;min-width:0;display:flex}.PageVisual-module__lKESZa__memberTrail{flex-wrap:wrap;align-items:center;gap:6px;font-size:13px;line-height:1.4;display:flex}.PageVisual-module__lKESZa__memberTitleRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.PageVisual-module__lKESZa__memberTitleActions{flex-shrink:0;align-items:center;gap:8px;display:flex}.PageVisual-module__lKESZa__memberTitle{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:700;line-height:36px}.PageVisual-module__lKESZa__detailTopActions{align-items:center;gap:.5rem;margin-bottom:6px;line-height:1;display:flex}.PageVisual-module__lKESZa__backCircle{width:40px;height:40px;color:var(--text-gray);background:var(--surface);border:1px solid var(--border-color);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:0;font-family:inherit;font-size:1.15rem;display:inline-flex}.PageVisual-module__lKESZa__shareCircle{align-items:center;line-height:1;display:inline-flex}.PageVisual-module__lKESZa__shareCircle>button{width:40px;height:40px;color:var(--text-gray);background:var(--surface);border:1px solid var(--border-color);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:0;font-family:inherit;font-size:1.15rem;line-height:1;display:inline-flex}.PageVisual-module__lKESZa__shareCircle>button svg{width:1em;height:1em}@media (max-width:700px){.PageVisual-module__lKESZa__band{height:180px}.PageVisual-module__lKESZa__bandTitle{font-size:26px}.PageVisual-module__lKESZa__heading{padding:20px 0 12px;font-size:18px}}.PageVisual-module__lKESZa__crumbLink{color:var(--text-secondary);text-decoration:none}
.PortalHeaderMenu-module__WkEyDa__wrapper{display:inline-flex;position:relative}.PortalHeaderMenu-module__WkEyDa__trigger{color:var(--foreground);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:4px;padding:8px 14px;font-family:inherit;font-size:15px;font-weight:600;line-height:1;display:inline-flex}.PortalHeaderMenu-module__WkEyDa__triggerActive{color:var(--primary)}.PortalHeaderMenu-module__WkEyDa__menu{background:var(--surface);border:1px solid var(--border-color);z-index:50;border-radius:10px;min-width:180px;padding:4px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 8px 24px #0000001f}.PortalHeaderMenu-module__WkEyDa__option{color:var(--foreground);white-space:nowrap;border-radius:8px;padding:10px 12px;font-size:14px;font-weight:500;text-decoration:none;display:block}
.markdown-module__TLtjYa__markdown{color:inherit;word-break:break-word;white-space:normal;font-size:.95rem;line-height:1.55}.markdown-module__TLtjYa__markdown ul{list-style-type:disc}.markdown-module__TLtjYa__markdown p{margin:0 0 .75em}.markdown-module__TLtjYa__markdown p:last-child{margin-bottom:0}.markdown-module__TLtjYa__markdown strong{font-weight:600}.markdown-module__TLtjYa__markdown em{font-style:italic}.markdown-module__TLtjYa__link{color:var(--primary);text-underline-offset:2px;word-break:break-all;text-decoration:underline}.markdown-module__TLtjYa__markdown a{color:var(--primary);text-underline-offset:2px;word-break:break-all;text-decoration:underline}:is(.markdown-module__TLtjYa__markdown a:hover,.markdown-module__TLtjYa__link:hover){text-decoration:underline}:is(.markdown-module__TLtjYa__markdown ul,.markdown-module__TLtjYa__markdown ol){margin:0 0 .5em;padding-left:1.4em}.markdown-module__TLtjYa__markdown li{margin:.1em 0}.markdown-module__TLtjYa__markdown li>p{margin:0}:is(.markdown-module__TLtjYa__markdown li>ul,.markdown-module__TLtjYa__markdown li>ol){margin:0;padding-left:1.2em}.markdown-module__TLtjYa__markdown blockquote{border-left:3px solid var(--border-color);color:var(--text-secondary);background:var(--primary-soft-bg);border-radius:0 8px 8px 0;margin:0 0 .75em;padding:.5em .875em}.markdown-module__TLtjYa__markdown code{background:var(--primary-soft-bg);color:var(--primary-dark);border-radius:4px;padding:.15em .4em;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:.875em}.markdown-module__TLtjYa__markdown pre{background:var(--primary-soft-bg);border-radius:8px;margin:0 0 .75em;padding:.875em 1em;overflow-x:auto}.markdown-module__TLtjYa__codeBlockWrap{min-width:200px;max-width:100%;margin:0 0 .75em;display:block;position:relative}.markdown-module__TLtjYa__codeBlockWrap pre{min-height:44px;padding-right:84px}.markdown-module__TLtjYa__codeBlockButtons{z-index:2;gap:4px;display:inline-flex;position:absolute;top:6px;right:6px}.markdown-module__TLtjYa__codeBlockBtn{border:1px solid var(--border-color);background:var(--surface);width:28px;height:28px;color:var(--text-secondary);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:0;line-height:1;display:inline-flex}.markdown-module__TLtjYa__codeBlockBtn:hover{color:var(--foreground);border-color:var(--text-secondary)}.markdown-module__TLtjYa__codeBlockBtnCopied{color:var(--primary);border-color:var(--primary)}.markdown-module__TLtjYa__codeBlockFullscreenBackdrop{z-index:1000;background:#0009;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.markdown-module__TLtjYa__codeBlockFullscreenPanel{background:var(--background);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;width:min(900px,100%);max-height:calc(100vh - 48px);display:flex;overflow:hidden;box-shadow:0 12px 32px #00000059}.markdown-module__TLtjYa__codeBlockFullscreenHeader{border-bottom:1px solid var(--border-color);justify-content:flex-end;align-items:center;gap:6px;padding:10px 14px;display:flex}.markdown-module__TLtjYa__codeBlockFullscreenBody{flex:1;min-height:120px;padding:14px;overflow:auto}.markdown-module__TLtjYa__codeBlockFullscreenBody pre{min-height:0;margin:0;padding-right:1em}.markdown-module__TLtjYa__markdown pre:last-child{margin-bottom:0}.markdown-module__TLtjYa__markdown pre code{color:var(--foreground);background:0 0;padding:0;font-size:.875em}.markdown-module__TLtjYa__markdown img{border-radius:8px;max-width:100%;height:auto;margin:.5em 0}.markdown-module__TLtjYa__markdown hr{border:none;border-top:1px solid var(--border-color);margin:1em 0}.markdown-module__TLtjYa__markdown table{border-collapse:collapse;width:100%;margin:0 0 .75em;font-size:.9em}:is(.markdown-module__TLtjYa__markdown th,.markdown-module__TLtjYa__markdown td){text-align:left;border:1px solid var(--border-color);padding:.5em .75em}.markdown-module__TLtjYa__markdown th{background:var(--primary-soft-bg);font-weight:600}.markdown-module__TLtjYa__youtubeThumb{cursor:pointer;vertical-align:middle;background:#000;border:0;border-radius:8px;width:280px;height:158px;margin:.4rem 0;padding:0;display:inline-block;position:relative;overflow:hidden}.markdown-module__TLtjYa__youtubeThumb:hover .markdown-module__TLtjYa__youtubeThumbPlay{background:red;transform:translate(-50%,-50%)scale(1.08)}.markdown-module__TLtjYa__youtubeThumb:hover .markdown-module__TLtjYa__youtubeThumbImage{filter:brightness(.85)}.markdown-module__TLtjYa__youtubeThumbImage{object-fit:cover;width:100%;height:100%;transition:filter .15s;display:block}.markdown-module__TLtjYa__youtubeThumbPlay{color:#fff;pointer-events:none;background:red;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;padding-left:4px;font-size:26px;transition:background .15s,transform .15s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 2px 8px #0006}@media (max-width:480px){.markdown-module__TLtjYa__youtubeThumb{width:220px;height:124px}}.markdown-module__TLtjYa__youtubeModalBackdrop{z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.markdown-module__TLtjYa__youtubeModalFrame{aspect-ratio:16/9;background:#000;border-radius:8px;width:min(960px,100%);position:relative;overflow:hidden}.markdown-module__TLtjYa__youtubeModalIframe{border:0;width:100%;height:100%}.markdown-module__TLtjYa__youtubeModalClose{color:#fff;cursor:pointer;z-index:2;background:#000000a6;border:0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:24px;font-weight:600;line-height:1;transition:background-color .15s;display:inline-flex;position:absolute;top:8px;right:8px}.markdown-module__TLtjYa__youtubeModalClose:hover{background:#000000d9}.markdown-module__TLtjYa__youtubeInline{aspect-ratio:16/9;background:#000;border-radius:8px;width:100%;max-width:640px;margin:.5rem 0;display:block;position:relative;overflow:hidden}.markdown-module__TLtjYa__youtubeInlineFull{max-width:none}.markdown-module__TLtjYa__youtubeInlineIframe{border:0;width:100%;height:100%;position:absolute;inset:0}.markdown-module__TLtjYa__embedTweet,.markdown-module__TLtjYa__embedTiktok{max-width:480px;margin:.5rem 0;display:block}:is(.markdown-module__TLtjYa__embedTweet .twitter-tweet,.markdown-module__TLtjYa__embedTiktok blockquote){margin:0!important}.markdown-module__TLtjYa__mentionAll{color:var(--primary);font-weight:600}
.DeleteAccountModal-module__BbL_ra__modalOverlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.DeleteAccountModal-module__BbL_ra__modalContent{background:var(--background);border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.DeleteAccountModal-module__BbL_ra__modalHeader{border-bottom:1px solid var(--border-color);align-items:center;gap:1rem;padding:1.5rem 1.5rem 1rem;display:flex}.DeleteAccountModal-module__BbL_ra__warningIcon{color:#dc2626;background:#fee2e2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;display:flex}.DeleteAccountModal-module__BbL_ra__modalTitle{color:var(--foreground);margin:0;font-size:1.25rem;font-weight:600}.DeleteAccountModal-module__BbL_ra__modalBody{padding:1.5rem}.DeleteAccountModal-module__BbL_ra__warningText{color:var(--foreground);margin-bottom:1.5rem;font-size:1rem;line-height:1.5}.DeleteAccountModal-module__BbL_ra__warningList{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.DeleteAccountModal-module__BbL_ra__warningListTitle{color:#991b1b;margin-bottom:.5rem;font-weight:600}.DeleteAccountModal-module__BbL_ra__warningList ul{margin:0;padding:0;list-style:none}.DeleteAccountModal-module__BbL_ra__warningList li{color:#991b1b;margin-bottom:.25rem;padding-left:1rem;font-size:.875rem;line-height:1.4;position:relative}.DeleteAccountModal-module__BbL_ra__warningList li:before{content:"•";color:#dc2626;font-weight:700;position:absolute;left:0}.DeleteAccountModal-module__BbL_ra__form{flex-direction:column;gap:1.5rem;display:flex}.DeleteAccountModal-module__BbL_ra__inputGroup{flex-direction:column;gap:.5rem;display:flex}.DeleteAccountModal-module__BbL_ra__label{color:var(--foreground);font-size:.875rem;font-weight:600}.DeleteAccountModal-module__BbL_ra__passwordInputContainer{align-items:center;display:flex;position:relative}.DeleteAccountModal-module__BbL_ra__passwordInput{border:1.5px solid var(--border-color);border-radius:8px;width:100%;padding:.75rem 2.5rem .75rem .75rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.DeleteAccountModal-module__BbL_ra__passwordInput:focus{border-color:var(--primary);outline:none}.DeleteAccountModal-module__BbL_ra__passwordInput:disabled{opacity:.6;cursor:not-allowed}.DeleteAccountModal-module__BbL_ra__inputError{border-color:#dc2626!important}.DeleteAccountModal-module__BbL_ra__inputError:focus{box-shadow:0 0 0 2px #dc262633;border-color:#dc2626!important}.DeleteAccountModal-module__BbL_ra__togglePassword{color:var(--text-gray);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:color .2s;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.DeleteAccountModal-module__BbL_ra__togglePassword:disabled{opacity:.6;cursor:not-allowed}.DeleteAccountModal-module__BbL_ra__errorMessage{color:#dc2626;margin-top:.25rem;font-size:.875rem}.DeleteAccountModal-module__BbL_ra__modalActions{justify-content:flex-end;gap:.75rem;display:flex}.DeleteAccountModal-module__BbL_ra__cancelButton{border:1px solid var(--border-color);background:var(--background);color:var(--foreground);cursor:pointer;border-radius:8px;padding:.75rem 1.5rem;font-family:inherit;font-weight:600;transition:all .2s}.DeleteAccountModal-module__BbL_ra__cancelButton:disabled{opacity:.6;cursor:not-allowed}.DeleteAccountModal-module__BbL_ra__deleteButton{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:8px;padding:.75rem 1.5rem;font-family:inherit;font-weight:600;transition:all .2s}.DeleteAccountModal-module__BbL_ra__deleteButton:disabled{opacity:.6;cursor:not-allowed}@media (max-width:640px){.DeleteAccountModal-module__BbL_ra__modalOverlay{padding:.5rem}.DeleteAccountModal-module__BbL_ra__modalContent{border-radius:8px;max-width:100%}.DeleteAccountModal-module__BbL_ra__modalHeader{padding:1rem 1rem .75rem}.DeleteAccountModal-module__BbL_ra__modalBody{padding:1rem}.DeleteAccountModal-module__BbL_ra__warningIcon{width:36px;height:36px;font-size:1.125rem}.DeleteAccountModal-module__BbL_ra__modalTitle{font-size:1.125rem}.DeleteAccountModal-module__BbL_ra__modalActions{flex-direction:column-reverse;gap:.5rem}.DeleteAccountModal-module__BbL_ra__cancelButton,.DeleteAccountModal-module__BbL_ra__deleteButton{width:100%;padding:.875rem}}
.PollComposerModal-module__YHfMTW__backdrop{z-index:1100;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.PollComposerModal-module__YHfMTW__modal{background:var(--surface);border-radius:var(--radius-box);border:1px solid var(--border-color);flex-direction:column;width:100%;max-width:460px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 8px 28px #0000002e}.PollComposerModal-module__YHfMTW__header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:.85rem 1rem;display:flex}.PollComposerModal-module__YHfMTW__title{margin:0;font-size:1rem;font-weight:600}.PollComposerModal-module__YHfMTW__closeButton{cursor:pointer;color:var(--text-gray);background:0 0;border:none;padding:.25rem;display:inline-flex}.PollComposerModal-module__YHfMTW__closeButton:hover{color:var(--foreground)}.PollComposerModal-module__YHfMTW__body{flex-direction:column;gap:1rem;padding:1rem;display:flex;overflow-y:auto}.PollComposerModal-module__YHfMTW__label{color:var(--text-gray);flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:500;display:flex}.PollComposerModal-module__YHfMTW__input{border:1px solid var(--border-color);background:var(--background);color:var(--foreground);border-radius:8px;width:100%;padding:.55rem .75rem;font-size:.95rem}.PollComposerModal-module__YHfMTW__input:focus{border-color:var(--primary);outline:none}.PollComposerModal-module__YHfMTW__optionsBlock{flex-direction:column;gap:.5rem;display:flex}.PollComposerModal-module__YHfMTW__optionsLabel{color:var(--text-gray);margin-bottom:.1rem;font-size:.85rem;font-weight:500}.PollComposerModal-module__YHfMTW__optionRow{align-items:center;gap:.4rem;display:flex}.PollComposerModal-module__YHfMTW__removeBtn{border:1px solid var(--border-color);color:var(--text-gray);cursor:pointer;background:0 0;border-radius:6px;padding:.45rem;display:inline-flex}.PollComposerModal-module__YHfMTW__removeBtn:hover{color:var(--danger);border-color:var(--danger)}.PollComposerModal-module__YHfMTW__addBtn{border:1px dashed var(--border-color);color:var(--primary);cursor:pointer;background:0 0;border-radius:8px;align-self:flex-start;align-items:center;gap:.35rem;padding:.55rem .75rem;font-size:.9rem;display:inline-flex}.PollComposerModal-module__YHfMTW__checkboxRow{cursor:pointer;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.PollComposerModal-module__YHfMTW__switchRow{cursor:pointer;justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.9rem;display:flex}.PollComposerModal-module__YHfMTW__switchLabel{flex:1}.PollComposerModal-module__YHfMTW__switch{flex-shrink:0;width:42px;height:24px;display:inline-block;position:relative}.PollComposerModal-module__YHfMTW__switchInput{opacity:0;width:0;height:0;position:absolute}.PollComposerModal-module__YHfMTW__switchTrack{background:var(--border-color);border-radius:999px;transition:background .2s;position:absolute;inset:0}.PollComposerModal-module__YHfMTW__switchThumb{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.PollComposerModal-module__YHfMTW__switchInput:checked+.PollComposerModal-module__YHfMTW__switchTrack{background:var(--primary)}.PollComposerModal-module__YHfMTW__switchInput:checked+.PollComposerModal-module__YHfMTW__switchTrack .PollComposerModal-module__YHfMTW__switchThumb{transform:translate(18px)}.PollComposerModal-module__YHfMTW__switchInput:focus-visible+.PollComposerModal-module__YHfMTW__switchTrack{outline:2px solid var(--primary);outline-offset:2px}.PollComposerModal-module__YHfMTW__error{color:var(--danger);font-size:.85rem}.PollComposerModal-module__YHfMTW__footer{border-top:1px solid var(--border-color);justify-content:flex-end;gap:.5rem;padding:.75rem 1rem;display:flex}.PollComposerModal-module__YHfMTW__secondaryBtn{border:1px solid var(--border-color);color:var(--foreground);cursor:pointer;background:0 0;border-radius:8px;padding:.5rem 1rem;font-size:.9rem}.PollComposerModal-module__YHfMTW__primaryBtn{background:var(--primary);border:1px solid var(--primary);color:#fff;cursor:pointer;border-radius:8px;padding:.5rem 1.1rem;font-size:.9rem;font-weight:600}.PollComposerModal-module__YHfMTW__primaryBtn:disabled{opacity:.5;cursor:not-allowed}
.PortalHeader-module__hBKuSW__header{background:var(--surface);border-bottom:1px solid var(--border)}.PortalHeader-module__hBKuSW__inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;height:72px;padding:0 16px;display:grid}.PortalHeader-module__hBKuSW__left{justify-self:start;align-items:center;gap:12px;min-width:0;display:flex}.PortalHeader-module__hBKuSW__brand{color:var(--foreground);flex-shrink:0;align-items:center;gap:12px;display:inline-flex}.PortalHeader-module__hBKuSW__wordmark{letter-spacing:-.02em;color:var(--foreground);white-space:nowrap;font-size:22px;font-weight:700;line-height:1}.PortalHeader-module__hBKuSW__menu{flex:0 auto;min-width:0}.PortalHeader-module__hBKuSW__menuList{scrollbar-width:none;align-items:center;gap:12px;margin:0;padding:0;list-style:none;display:flex}.PortalHeader-module__hBKuSW__menuList::-webkit-scrollbar{display:none}.PortalHeader-module__hBKuSW__menuEntry{flex:none;display:flex}.PortalHeader-module__hBKuSW__menuItem{color:var(--foreground);white-space:nowrap;align-items:center;padding:8px 14px;font-size:15px;font-weight:600;line-height:1;display:inline-flex}.PortalHeader-module__hBKuSW__menuItemActive{color:var(--primary)}.PortalHeader-module__hBKuSW__search{justify-content:center;justify-self:center;align-items:center;min-width:0;display:flex}.PortalHeader-module__hBKuSW__actions{justify-self:end;align-items:center;gap:12px;min-width:0;display:flex}.PortalHeader-module__hBKuSW__textLink{border-radius:var(--radius-box);color:var(--foreground);white-space:nowrap;align-items:center;gap:6px;padding:12px 18px;font-size:16px;font-weight:600;line-height:1;display:inline-flex}.PortalHeader-module__hBKuSW__textLinkPrimary{background:var(--primary);color:var(--text-white);padding:12px 24px}.PortalHeader-module__hBKuSW__iconLink{width:32px;height:32px;color:var(--foreground);cursor:pointer;appearance:none;background:0 0;border:none;justify-content:center;align-items:center;padding:0;line-height:1;display:inline-flex}.PortalHeader-module__hBKuSW__iconLinkNarrow{display:none}.PortalHeader-module__hBKuSW__menuButton{width:36px;height:36px;color:var(--foreground);cursor:pointer;appearance:none;background:0 0;border:none;justify-content:center;align-items:center;margin-left:-8px;padding:0;display:none}.PortalHeader-module__hBKuSW__mobileNav{border-top:1px solid var(--border);background:var(--surface-2);flex-direction:column;padding:8px 0;display:flex}.PortalHeader-module__hBKuSW__mobileNavLink{color:var(--foreground);align-items:center;padding:14px 16px;font-size:16px;font-weight:600;text-decoration:none;display:flex}.PortalHeader-module__hBKuSW__mobileNavLinkActive{color:var(--primary);box-shadow:inset 4px 0 0 var(--primary)}@media (max-width:1280px){.PortalHeader-module__hBKuSW__menu{display:none}.PortalHeader-module__hBKuSW__menuButton{display:inline-flex}}@media (max-width:900px){.PortalHeader-module__hBKuSW__inner{grid-template-columns:1fr auto;gap:8px;height:64px;padding:0 12px}.PortalHeader-module__hBKuSW__search{display:none}.PortalHeader-module__hBKuSW__iconLinkNarrow{display:inline-flex}.PortalHeader-module__hBKuSW__actions{gap:8px}.PortalHeader-module__hBKuSW__wordmark{font-size:20px}.PortalHeader-module__hBKuSW__textLink{padding:10px 12px;font-size:14px}.PortalHeader-module__hBKuSW__textLinkPrimary{padding:10px 16px}}@media (max-width:420px){.PortalHeader-module__hBKuSW__wordmark{display:none}}
.page-module__A9gUSa__page{color:var(--foreground);padding:0 1rem 4rem}.page-module__A9gUSa__tabs{border-bottom:1px solid var(--border-color);gap:.25rem;display:flex}.page-module__A9gUSa__boardPage{flex-direction:column;gap:1rem;display:flex}.page-module__A9gUSa__boardPage.page-module__A9gUSa__boardPage>*{margin-top:0;margin-bottom:0}@media (max-width:700px){.page-module__A9gUSa__tabs{scrollbar-width:none;overflow-x:auto}.page-module__A9gUSa__tabs .page-module__A9gUSa__tab{white-space:nowrap;flex-shrink:0;margin-bottom:0}}.page-module__A9gUSa__searchBox{background:var(--surface);border:1.5px solid var(--border-color,#e2e8f0);border-radius:var(--radius-box);align-items:center;max-width:720px;height:50px;padding:0 1rem;display:flex;position:relative}.page-module__A9gUSa__searchBox:focus-within{border-color:var(--primary,#1a3b6e)}.page-module__A9gUSa__searchIcon{color:var(--text-gray);flex-shrink:0;margin-right:.65rem}.page-module__A9gUSa__searchBox input.page-module__A9gUSa__searchInput{width:100%;height:100%;color:var(--foreground);appearance:none;box-shadow:none;background:0 0;border:none;outline:none;flex:1;margin:0;padding:0;font-family:inherit;font-size:1rem}.page-module__A9gUSa__clearButton{color:var(--text-gray);cursor:pointer;background:0 0;border:none;padding:0 .25rem;font-size:1.1rem}.page-module__A9gUSa__attachmentIcon{color:var(--text-secondary);flex-shrink:0}.page-module__A9gUSa__tab{color:var(--text-gray);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.5rem;margin-bottom:-1px;padding:.6rem 1rem;font-size:.95rem;font-weight:600;line-height:1;display:inline-flex}.page-module__A9gUSa__tabActive{color:var(--primary);border-bottom-color:var(--primary)}.page-module__A9gUSa__tabBadge{position:static}.page-module__A9gUSa__tabCount{color:var(--primary);font-weight:700}.page-module__A9gUSa__board{border-collapse:collapse;border-top:1px solid var(--border);width:100%;color:var(--foreground);font-size:15px;line-height:1.4}.page-module__A9gUSa__boardFrame{border:1px solid var(--border);border-radius:var(--radius-box);background:var(--surface);min-width:0;max-width:100%;overflow-x:auto}.page-module__A9gUSa__boardFrame .page-module__A9gUSa__board{border-top:none}.page-module__A9gUSa__boardFrame .page-module__A9gUSa__board th{background:var(--surface-2)}.page-module__A9gUSa__boardFrame .page-module__A9gUSa__board tbody tr:last-child td{border-bottom:none}.page-module__A9gUSa__board th{text-align:center;color:var(--foreground);border-bottom:1px solid var(--border);white-space:nowrap;padding:14px 12px;font-size:15px;font-weight:700;line-height:1}.page-module__A9gUSa__board td{text-align:center;border-bottom:1px solid var(--border);vertical-align:middle;padding:14px 12px}.page-module__A9gUSa__colNumber{width:80px;color:var(--text-secondary)}.page-module__A9gUSa__board td.page-module__A9gUSa__colTitle,.page-module__A9gUSa__board th.page-module__A9gUSa__colTitle{text-align:left}.page-module__A9gUSa__board td.page-module__A9gUSa__colTitle{width:100%;max-width:0}.page-module__A9gUSa__colAuthor{white-space:nowrap;width:160px;color:var(--text-secondary)}.page-module__A9gUSa__colDate{white-space:nowrap;width:120px;color:var(--text-secondary)}.page-module__A9gUSa__colViews{width:80px;color:var(--text-secondary)}.page-module__A9gUSa__colCounts{white-space:nowrap;width:110px;color:var(--text-secondary)}.page-module__A9gUSa__titleLink{max-width:100%;color:inherit;flex-wrap:nowrap;align-items:center;gap:8px;line-height:1;text-decoration:none;display:flex}.page-module__A9gUSa__rowUnread .page-module__A9gUSa__noticeTitle{font-weight:700}.page-module__A9gUSa__titleLink>:not(.page-module__A9gUSa__noticeTitle){flex-shrink:0}.page-module__A9gUSa__noticeTitle{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--foreground);font-size:15px;font-weight:500;line-height:1.4;overflow:hidden}.page-module__A9gUSa__unreadDot{background:var(--primary);border-radius:50%;flex-shrink:0;width:8px;height:8px}.page-module__A9gUSa__meta{align-items:center;gap:.5rem;line-height:1;display:flex}.page-module__A9gUSa__pinned{color:var(--text-white);background:var(--primary);align-items:center;padding:.25rem .5rem;font-size:.75rem;font-weight:600;line-height:1;display:inline-flex}.page-module__A9gUSa__mustRead{border-radius:var(--radius-chip);color:var(--text-white);background:var(--danger);align-items:center;padding:.25rem .5rem;font-size:.75rem;font-weight:600;line-height:1;display:inline-flex}.page-module__A9gUSa__category{border-radius:var(--radius-chip);color:var(--primary);border:1px solid var(--primary);align-items:center;padding:.25rem .5rem;font-size:.75rem;font-weight:600;line-height:1;display:inline-flex}@media (max-width:700px){.page-module__A9gUSa__board,.page-module__A9gUSa__board tbody{display:block}.page-module__A9gUSa__board thead{display:none}.page-module__A9gUSa__board tr{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:6px 12px;padding:14px 0;display:flex}.page-module__A9gUSa__board td{text-align:left;border-bottom:none;padding:0;display:block}.page-module__A9gUSa__board td.page-module__A9gUSa__colTitle{flex-basis:100%;max-width:none}.page-module__A9gUSa__board td.page-module__A9gUSa__colNumber,.page-module__A9gUSa__board td.page-module__A9gUSa__colViews{display:none}.page-module__A9gUSa__board td.page-module__A9gUSa__colAuthor,.page-module__A9gUSa__board td.page-module__A9gUSa__colDate,.page-module__A9gUSa__board td.page-module__A9gUSa__colCounts{width:auto;font-size:13px;line-height:1}.page-module__A9gUSa__boardFrame .page-module__A9gUSa__board tr{padding:14px 12px}.page-module__A9gUSa__boardFrame .page-module__A9gUSa__board tbody tr:last-child{border-bottom:none}}.page-module__A9gUSa__byline{color:var(--text-secondary);align-items:center;gap:.75rem;font-size:.85rem;line-height:1;display:flex}.page-module__A9gUSa__bylineDate{color:var(--text-gray)}.page-module__A9gUSa__empty{color:var(--text-gray);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:3rem 1rem;display:flex}.page-module__A9gUSa__signedOut{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.5rem 0;display:flex}.page-module__A9gUSa__signedOutText{color:var(--text-secondary);margin:0;font-size:.95rem}.page-module__A9gUSa__signInLink{color:var(--primary);text-underline-offset:3px;font-weight:600;text-decoration:underline}.page-module__A9gUSa__backLink{color:var(--primary);text-underline-offset:3px;margin-bottom:1rem;font-size:.9rem;font-weight:600;line-height:1;text-decoration:underline;display:inline-block}.page-module__A9gUSa__notice{border-top:1px solid var(--border);border-bottom:1px solid var(--border);flex-direction:column;gap:.75rem;padding:1.25rem 0;display:flex}.page-module__A9gUSa__noticeHeading{color:var(--foreground);margin:0;font-size:1.35rem;font-weight:700;line-height:1.3}.page-module__A9gUSa__orgLink{color:var(--text-secondary);font-weight:600;text-decoration:none}.page-module__A9gUSa__bylineAuthor{color:var(--text-secondary)}.page-module__A9gUSa__noticeBody{color:var(--foreground);margin-top:.25rem;font-size:1rem;line-height:1.7}.page-module__A9gUSa__noticeActions{align-items:center;gap:12px;margin-top:24px;margin-bottom:4px;display:flex}.page-module__A9gUSa__askAuthor{border:1px solid var(--border);border-radius:var(--radius-box);background:var(--surface);height:40px;color:var(--foreground);justify-content:center;align-items:center;padding:0 20px;font-size:14px;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}
.page-module__56cFiG__page{color:var(--foreground);padding:0 1rem 4rem}.page-module__56cFiG__hint{color:var(--text-secondary);word-break:keep-all;margin:0 0 1rem;font-size:1rem;line-height:1.6}.page-module__56cFiG__section{margin:0 0 2rem}.page-module__56cFiG__sectionHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin:0 0 1rem;display:flex}.page-module__56cFiG__resultTitle{margin:0;font-size:1.3rem;font-weight:700;line-height:1.3}.page-module__56cFiG__empty{color:var(--text-gray);text-align:center;word-break:keep-all;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:3rem 1rem;font-size:1.05rem;line-height:1.6;display:flex}.page-module__56cFiG__signedOut{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.5rem 0;display:flex}.page-module__56cFiG__signedOutText{color:var(--text-secondary);margin:0;font-size:.95rem}.page-module__56cFiG__textButton{color:var(--primary);text-underline-offset:3px;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.95rem;font-weight:600;line-height:1;text-decoration:underline}
.PostList-module__FqNT_W__list{flex-direction:column;gap:0;display:flex}.PostList-module__FqNT_W__listGap,.PostList-module__FqNT_W__listCompact{gap:16px}.PostList-module__FqNT_W__empty{text-align:center;color:var(--text-gray);background:var(--surface);border:1px solid var(--border-color);border-radius:12px;padding:32px 16px;font-size:14px}.PostList-module__FqNT_W__skeletonCard{background:var(--surface);border-radius:8px;flex-direction:column;gap:10px;padding:1rem;display:flex}.PostList-module__FqNT_W__skeletonHeader{align-items:center;gap:12px;display:flex}.PostList-module__FqNT_W__skeletonAvatar{background:var(--border-color);border-radius:50%;flex-shrink:0;width:36px;height:36px;animation:1.5s ease-in-out infinite PostList-module__FqNT_W__pulse}.PostList-module__FqNT_W__skeletonHeaderText{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.PostList-module__FqNT_W__skeletonLine,.PostList-module__FqNT_W__skeletonLineShort,.PostList-module__FqNT_W__skeletonLineShorter{background:var(--border-color);border-radius:5px;height:10px;animation:1.5s ease-in-out infinite PostList-module__FqNT_W__pulse;display:block}.PostList-module__FqNT_W__skeletonLine{width:100%}.PostList-module__FqNT_W__skeletonLineShort{width:60%}.PostList-module__FqNT_W__skeletonLineShorter{width:35%}.PostList-module__FqNT_W__skeletonActions{align-items:center;gap:8px;margin-top:6px;display:flex}.PostList-module__FqNT_W__skeletonPill{background:var(--border-color);border-radius:999px;width:56px;height:28px;animation:1.5s ease-in-out infinite PostList-module__FqNT_W__pulse;display:inline-block}@keyframes PostList-module__FqNT_W__pulse{0%,to{opacity:1}50%{opacity:.5}}
.Select-module__yAF06a__selectContainer{width:100%;position:relative}.Select-module__yAF06a__selectTrigger{border:1.5px solid var(--border-color);font-size:1rem;font-family:var(--font-family);background:var(--background);cursor:pointer;box-sizing:border-box;border-radius:8px;outline:none;justify-content:space-between;align-items:center;width:100%;min-height:50px;padding:.875rem 1rem;line-height:1.25;transition:all .2s;display:flex}.Select-module__yAF06a__selectTrigger:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-soft)}.Select-module__yAF06a__selectTrigger.Select-module__yAF06a__open{border-color:var(--primary);border-bottom-right-radius:0;border-bottom-left-radius:0}.Select-module__yAF06a__selectValue{text-align:left;min-width:0;color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;flex:1;font-weight:400;overflow:hidden}.Select-module__yAF06a__selectValue.Select-module__yAF06a__placeholder{color:var(--text-gray)}.Select-module__yAF06a__selectArrow{color:var(--text-gray);flex-shrink:0;margin-left:8px;transition:transform .2s}.Select-module__yAF06a__selectArrow.Select-module__yAF06a__rotated{transform:rotate(180deg)}.Select-module__yAF06a__selectDropdown{background:var(--background);border:1.5px solid var(--primary);z-index:1000;border-top:none;border-bottom-right-radius:8px;border-bottom-left-radius:8px;max-height:260px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.Select-module__yAF06a__selectSearchWrap{background:var(--background);border-bottom:1px solid var(--border-color);z-index:1;padding:8px;position:sticky;top:0}.Select-module__yAF06a__selectSearchInput{border:1px solid var(--border-strong);background:var(--surface);width:100%;color:var(--foreground);border-radius:6px;padding:6px 10px;font-family:inherit;font-size:13px}.Select-module__yAF06a__selectSearchInput:focus{border-color:var(--primary);outline:none}.Select-module__yAF06a__selectEmpty{color:var(--text-gray);text-align:center;padding:12px 14px;font-size:13px}.Select-module__yAF06a__selectGroupHeading{text-align:center;letter-spacing:.04em;color:var(--muted);background:var(--surface-3);cursor:default;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:.5rem 1rem;font-size:.72rem;font-weight:700}.Select-module__yAF06a__selectOption{cursor:pointer;font-size:1rem;font-family:var(--font-family);color:var(--foreground);border-bottom:1px solid #e0e0e04d;padding:.75rem 1rem;transition:background-color .15s}.Select-module__yAF06a__selectOption:last-child{border-bottom:none}.Select-module__yAF06a__selectOption:hover,.Select-module__yAF06a__selectOption.Select-module__yAF06a__focused{background-color:var(--primary-soft)}.Select-module__yAF06a__selectOption.Select-module__yAF06a__selected{background-color:var(--primary);color:var(--text-white);font-weight:600}.Select-module__yAF06a__selectOption.Select-module__yAF06a__selected:hover,.Select-module__yAF06a__selectOption.Select-module__yAF06a__selected.Select-module__yAF06a__focused{background-color:var(--primary-light)}.Select-module__yAF06a__selectOption.Select-module__yAF06a__optionDisabled{color:var(--text-gray);cursor:not-allowed;opacity:.6}.Select-module__yAF06a__selectContainer.Select-module__yAF06a__error .Select-module__yAF06a__selectTrigger{border-color:#dc3545!important}.Select-module__yAF06a__selectContainer.Select-module__yAF06a__error .Select-module__yAF06a__selectTrigger:focus{box-shadow:0 0 0 2px #dc354533;border-color:#dc3545!important}.Select-module__yAF06a__selectContainer.Select-module__yAF06a__error .Select-module__yAF06a__selectTrigger.Select-module__yAF06a__open{border-color:#dc3545!important}.Select-module__yAF06a__selectContainer.Select-module__yAF06a__error .Select-module__yAF06a__selectDropdown{border-color:#dc3545}.Select-module__yAF06a__selectContainer.Select-module__yAF06a__disabled .Select-module__yAF06a__selectTrigger{opacity:.6;cursor:not-allowed;background-color:var(--surface-3)}.Select-module__yAF06a__selectContainer.Select-module__yAF06a__disabled .Select-module__yAF06a__selectValue,.Select-module__yAF06a__selectContainer.Select-module__yAF06a__disabled .Select-module__yAF06a__selectArrow{color:var(--text-gray)}.Select-module__yAF06a__selectDropdown::-webkit-scrollbar{width:6px}.Select-module__yAF06a__selectDropdown::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.Select-module__yAF06a__selectDropdown::-webkit-scrollbar-thumb{background:var(--text-gray);border-radius:3px}@media (max-width:768px){.Select-module__yAF06a__selectTrigger{padding:.75rem .875rem;font-size:.95rem}.Select-module__yAF06a__selectOption{padding:.625rem .875rem;font-size:.95rem}}.Select-module__yAF06a__selectTriggerSm{box-sizing:border-box;height:40px;min-height:40px;padding:0 .75rem;font-size:.9rem}
.OrgHeader-module__ntSa7q__header{border-bottom:1px solid var(--border);flex-direction:column;display:flex}.OrgHeader-module__ntSa7q__chain{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:.25rem;padding:16px 0 0;font-size:13px;line-height:1;display:flex}.OrgHeader-module__ntSa7q__chainItem{align-items:center;gap:.25rem;line-height:1;display:inline-flex}.OrgHeader-module__ntSa7q__chainSeparator{color:var(--muted);line-height:1}.OrgHeader-module__ntSa7q__chainLink{color:var(--text-secondary);text-underline-offset:3px;line-height:1;text-decoration:underline}.OrgHeader-module__ntSa7q__stats{flex-wrap:wrap;align-items:center;padding:1rem 0 0;display:flex}.OrgHeader-module__ntSa7q__stat{color:var(--foreground);border-left:1px solid var(--border-strong);padding:0 1rem;font-size:1rem;font-weight:600;line-height:1}.OrgHeader-module__ntSa7q__stat:first-child{border-left:none;padding-left:0}.OrgHeader-module__ntSa7q__nav{gap:1.5rem;padding:0;display:flex;overflow-x:auto}.OrgHeader-module__ntSa7q__navLink{height:47px;color:var(--text-secondary);white-space:nowrap;align-items:center;padding:0;font-size:.95rem;font-weight:600;line-height:normal;display:flex}.OrgHeader-module__ntSa7q__navLinkCurrent{color:var(--primary)}
.AppDownloadRailCard-module__bnQYjq__card{background:var(--surface);border:1px solid var(--border-color);border-radius:12px;padding:1rem 1.1rem}.AppDownloadRailCard-module__bnQYjq__title{color:var(--foreground);margin:0 0 .35rem;font-size:.95rem;font-weight:700}.AppDownloadRailCard-module__bnQYjq__subtitle{color:var(--text-gray);margin:0 0 .75rem;font-size:.85rem}.AppDownloadRailCard-module__bnQYjq__buttons{flex-direction:column;gap:.5rem;display:flex}.AppDownloadRailCard-module__bnQYjq__button{text-align:left;cursor:pointer;border:1px solid var(--border-color);background:var(--surface-2);width:100%;color:var(--foreground);border-radius:8px;justify-content:flex-start;align-items:center;gap:.6rem;padding:.55rem .75rem;font-family:inherit;font-size:.875rem;font-weight:600;text-decoration:none;display:flex}.AppDownloadRailCard-module__bnQYjq__icon{color:var(--primary);justify-content:center;align-items:center;display:inline-flex}.AppDownloadRailCard-module__bnQYjq__label{flex:1;min-width:0}.AppDownloadRailCard-module__bnQYjq__pageLink{color:var(--primary);margin-top:.75rem;font-size:.8rem;font-weight:600;text-decoration:none;display:inline-block}
.LoginForm-module__0Vz6IG__form{flex-direction:column;gap:14px;display:flex}.LoginForm-module__0Vz6IG__header{margin-bottom:4px}.LoginForm-module__0Vz6IG__title{color:var(--foreground);margin:0 0 4px;font-size:18px;font-weight:700}.LoginForm-module__0Vz6IG__subtitle{color:var(--text-gray);margin:0;font-size:13px}.LoginForm-module__0Vz6IG__inputGroup{flex-direction:column;gap:6px;display:flex}.LoginForm-module__0Vz6IG__inputGroup label{color:var(--foreground);font-size:13px;font-weight:600}.LoginForm-module__0Vz6IG__inputGroup input{border:1px solid var(--border-color);width:100%;font-size:14px;font-family:var(--font-family);color:var(--foreground);background:var(--surface);box-sizing:border-box;border-radius:8px;outline:none;padding:10px 12px;transition:border-color .15s,box-shadow .15s}.LoginForm-module__0Vz6IG__inputGroup input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft-bg)}.LoginForm-module__0Vz6IG__passwordInputWrapper{position:relative}.LoginForm-module__0Vz6IG__passwordInputWrapper input{padding-right:40px}.LoginForm-module__0Vz6IG__passwordToggle{width:28px;height:28px;color:var(--text-gray);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.LoginForm-module__0Vz6IG__desktopAuthLogo{display:none}.medverse-desktop .LoginForm-module__0Vz6IG__desktopAuthLogo{width:fit-content;margin:0 auto 1.25rem;display:block}.LoginForm-module__0Vz6IG__desktopAuthLogoImg{object-fit:contain;width:auto;height:64px;display:block}.LoginForm-module__0Vz6IG__optionsRow{justify-content:space-between;align-items:center;display:flex}.LoginForm-module__0Vz6IG__rememberMe{color:var(--foreground);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.4rem;font-size:13px;display:flex}.LoginForm-module__0Vz6IG__rememberMe input{width:15px;height:15px;accent-color:var(--primary);cursor:pointer}.LoginForm-module__0Vz6IG__forgotPassword{color:var(--primary);font-size:13px;font-weight:600;text-decoration:none}.LoginForm-module__0Vz6IG__forgotPassword:hover{text-decoration:underline}.LoginForm-module__0Vz6IG__submitButton{background:var(--primary);width:100%;min-height:45px;color:var(--text-white);font-size:15px;font-weight:600;line-height:21px;font-family:var(--font-family);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:12px 16px;transition:background-color .15s,transform .1s;display:inline-flex}.LoginForm-module__0Vz6IG__submitButton:disabled{opacity:.6;cursor:not-allowed}.LoginForm-module__0Vz6IG__divider{align-items:center;gap:12px;margin:4px 0;display:flex}.LoginForm-module__0Vz6IG__divider hr{border:none;border-top:1px solid var(--border-color);flex:1}.LoginForm-module__0Vz6IG__divider span{white-space:nowrap;color:var(--text-gray);text-transform:uppercase;font-size:12px}.LoginForm-module__0Vz6IG__googleButton{background:var(--surface);border:1px solid var(--border-color);width:100%;color:var(--foreground);font-size:14px;font-weight:600;font-family:var(--font-family);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:11px 16px;transition:background-color .15s,border-color .15s;display:inline-flex}.LoginForm-module__0Vz6IG__googleButton:disabled{opacity:.6;cursor:not-allowed}.LoginForm-module__0Vz6IG__appleButton{color:#fff;width:100%;font-size:14px;font-weight:600;font-family:var(--font-family);cursor:pointer;background:#000;border:1px solid #000;border-radius:8px;justify-content:center;align-items:center;gap:10px;margin-top:10px;padding:11px 16px;display:inline-flex}.LoginForm-module__0Vz6IG__appleButton:disabled{opacity:.6;cursor:not-allowed}.LoginForm-module__0Vz6IG__signupPrompt{color:var(--text-gray);justify-content:center;align-items:center;gap:6px;font-size:13px;display:flex}.LoginForm-module__0Vz6IG__signupLink{color:var(--primary);font-weight:600;text-decoration:none}.LoginForm-module__0Vz6IG__signupLink:hover{text-decoration:underline}
.Settings-module__TuLIUq__settingsContainer{background:var(--surface);border:1px solid var(--border-color);border-radius:12px;margin:0 auto;overflow:hidden}.Settings-module__TuLIUq__settingsHeader{border-bottom:1px solid var(--border-color);background:var(--surface-2);margin-bottom:0;padding:1.5rem}.Settings-module__TuLIUq__headerInfo{flex-direction:column;gap:.5rem;display:flex}.Settings-module__TuLIUq__settingsTitle{color:var(--foreground);align-items:center;gap:.75rem;margin:0;font-size:1.5rem;font-weight:700;display:flex}.Settings-module__TuLIUq__titleIcon{color:var(--primary);font-size:1.3rem}.Settings-module__TuLIUq__settingsSubtitle{color:var(--text-gray);margin:0;font-size:1.125rem;font-weight:400}.Settings-module__TuLIUq__settingsContent{gap:var(--settings-group-gap);flex-direction:column;display:flex}.Settings-module__TuLIUq__section{border-radius:8px;padding:1.5rem;transition:all .2s}.Settings-module__TuLIUq__sectionHeader{margin-bottom:var(--settings-label-gap);border-bottom:1px solid var(--border-color);padding-bottom:1rem}.Settings-module__TuLIUq__sectionTitle{color:var(--foreground);align-items:center;gap:.5rem;margin:0 0 .5rem;font-size:1.25rem;font-weight:600;display:flex}.Settings-module__TuLIUq__sectionIcon{color:var(--primary);font-size:1.125rem}.Settings-module__TuLIUq__sectionDescription{color:var(--text-gray);margin:0;font-size:.9rem;line-height:1.5}.Settings-module__TuLIUq__connectionsGrid{gap:var(--settings-row-gap);flex-direction:column;display:flex}.Settings-module__TuLIUq__connectionItem{background:var(--surface);border:1px solid var(--border-color);border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;transition:all .2s;display:flex}.Settings-module__TuLIUq__connectionInfo{flex:1;align-items:center;gap:.75rem;display:flex}.Settings-module__TuLIUq__connectionIcon{color:var(--primary);flex-shrink:0;font-size:1.25rem}.Settings-module__TuLIUq__connectionDetails{flex-direction:column;gap:.25rem;display:flex}.Settings-module__TuLIUq__connectionHeader{align-items:center;gap:.5rem;display:flex}.Settings-module__TuLIUq__connectionName{color:var(--foreground);font-size:.95rem;font-weight:600}.Settings-module__TuLIUq__connectedEmail{color:var(--text-gray);font-size:.8rem;font-weight:400}.Settings-module__TuLIUq__connectionAction{flex-shrink:0}.Settings-module__TuLIUq__statusBadge{vertical-align:middle;text-transform:uppercase;letter-spacing:.025em;border-radius:12px;align-items:center;padding:.125rem .5rem;font-size:.75rem;font-weight:600;line-height:1;display:inline-flex}.Settings-module__TuLIUq__connected{color:#166534;background:#dcfce7;border:1px solid #bbf7d0}.Settings-module__TuLIUq__disconnected{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.Settings-module__TuLIUq__compactButton{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;min-width:80px;padding:.5rem .75rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.Settings-module__TuLIUq__settingsGrid{gap:var(--settings-row-gap);grid-template-columns:1fr;display:grid}.Settings-module__TuLIUq__settingItem{background:var(--surface);border:1px solid var(--border-color);border-radius:8px;padding:1rem;transition:all .2s}.Settings-module__TuLIUq__settingLabel{cursor:pointer;color:var(--foreground);justify-content:space-between;align-items:center;margin:0;font-weight:600;display:flex}.Settings-module__TuLIUq__settingLabel span{flex:1}.Settings-module__TuLIUq__checkbox{cursor:pointer;accent-color:var(--primary);margin:0;width:auto!important}.Settings-module__TuLIUq__select{cursor:pointer;background:var(--background);border:1px solid var(--border-color);border-radius:6px;max-width:200px;padding:.5rem;font-size:.9rem;transition:all .2s}.Settings-module__TuLIUq__select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #3b82f61a}.Settings-module__TuLIUq__button{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;min-width:120px;height:40px;padding:0 18px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.Settings-module__TuLIUq__buttonPrimary{background:var(--primary);color:#fff;box-shadow:0 2px 4px #3b82f633}.Settings-module__TuLIUq__buttonPrimary:hover:not(:disabled){box-shadow:0 4px 8px #3b82f64d}.Settings-module__TuLIUq__buttonSecondary{background:var(--background);color:var(--foreground);border:1px solid var(--border-color)}.Settings-module__TuLIUq__buttonSecondary:hover:not(:disabled){box-shadow:0 2px 8px #0000001a}.Settings-module__TuLIUq__button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none!important;transform:none!important}.Settings-module__TuLIUq__buttonDanger{color:#fff;background:#dc2626;box-shadow:0 2px 4px #dc262633}.Settings-module__TuLIUq__buttonDanger:hover:not(:disabled){box-shadow:0 4px 8px #dc26264d}.Settings-module__TuLIUq__deleteAccountSection{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:24px;padding:1.5rem}.Settings-module__TuLIUq__deleteAccountTitle{color:#991b1b;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.Settings-module__TuLIUq__deleteAccountDescription{color:#7f1d1d;margin:0;font-size:.95rem;line-height:1.5}.Settings-module__TuLIUq__deleteAccountActions{justify-content:flex-end;display:flex}.Settings-module__TuLIUq__deleteAccountStatus{margin-top:.5rem}.Settings-module__TuLIUq__feedbackCard{border-radius:8px;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.Settings-module__TuLIUq__feedbackInfo{flex:1}.Settings-module__TuLIUq__feedbackDescription{color:var(--text-gray);margin:0;font-size:.95rem;line-height:1.5}.Settings-module__TuLIUq__feedbackActions{flex-shrink:0}.Settings-module__TuLIUq__preferenceRow{background:var(--surface);border:1px solid var(--border-color);cursor:pointer;text-align:left;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1rem 1.25rem;font-family:inherit;transition:all .2s;display:flex}.Settings-module__TuLIUq__preferenceRow:hover:not(:disabled){box-shadow:0 2px 8px #0000000d}.Settings-module__TuLIUq__preferenceRow:disabled{opacity:.6;cursor:not-allowed}.Settings-module__TuLIUq__preferenceRowInfo{flex-direction:column;gap:.25rem;min-width:0;display:flex}.Settings-module__TuLIUq__preferenceRowTitle{color:var(--foreground);font-size:1rem;font-weight:600}.Settings-module__TuLIUq__preferenceRowDescription{color:var(--text-gray);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;overflow:hidden}.Settings-module__TuLIUq__preferenceRowChevron{color:var(--text-gray);flex-shrink:0;font-size:1.25rem}.Settings-module__TuLIUq__saveSection{border-top:2px solid var(--border-color);justify-content:center;margin-top:1rem;padding-top:2rem;display:flex}.Settings-module__TuLIUq__saveButton{min-width:120px}@media (max-width:768px){.Settings-module__TuLIUq__settingsContent{padding:1rem}.Settings-module__TuLIUq__settingsTitle{font-size:1.75rem}.Settings-module__TuLIUq__section{padding:1rem}.Settings-module__TuLIUq__connectionItem{flex-direction:column;align-items:stretch;gap:.75rem;padding:.75rem}.Settings-module__TuLIUq__connectionInfo{gap:.5rem}.Settings-module__TuLIUq__connectionIcon{font-size:1.125rem}.Settings-module__TuLIUq__connectionName{font-size:.9rem}.Settings-module__TuLIUq__compactButton{min-width:70px;padding:.5rem .625rem;font-size:.8rem}.Settings-module__TuLIUq__settingLabel{font-size:.9rem}.Settings-module__TuLIUq__button{padding:.625rem 1.25rem;font-size:.9rem}.Settings-module__TuLIUq__saveButton{min-width:150px;padding:.875rem 1.5rem;font-size:1rem}}@media (min-width:768px){.Settings-module__TuLIUq__settingsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.Settings-module__TuLIUq__settingsContent{gap:var(--settings-group-gap);padding:.75rem}.Settings-module__TuLIUq__settingsHeader{margin-bottom:1.5rem}.Settings-module__TuLIUq__settingsTitle{flex-direction:column;align-items:flex-start;gap:.5rem;font-size:1.5rem}.Settings-module__TuLIUq__titleIcon{font-size:1.25rem}.Settings-module__TuLIUq__section{padding:.75rem}.Settings-module__TuLIUq__settingsGrid{gap:var(--settings-row-gap);grid-template-columns:1fr}.Settings-module__TuLIUq__connectionItem{flex-direction:column;align-items:stretch;gap:.5rem;padding:.625rem}.Settings-module__TuLIUq__connectionInfo{gap:.5rem}.Settings-module__TuLIUq__connectionIcon{font-size:1rem}.Settings-module__TuLIUq__connectionName{font-size:.85rem}.Settings-module__TuLIUq__compactButton{min-width:60px;padding:.4rem .5rem;font-size:.75rem}.Settings-module__TuLIUq__button{min-width:100px;padding:.5rem 1rem;font-size:.875rem}.Settings-module__TuLIUq__saveButton{min-width:120px;padding:.75rem 1.25rem;font-size:.9rem}}@media (max-width:768px){.Settings-module__TuLIUq__feedbackCard{text-align:center;flex-direction:column;align-items:stretch}.Settings-module__TuLIUq__feedbackActions{margin-top:1rem}}
.OrganizationChart-module__5dnbzG__lines{z-index:0;pointer-events:none;position:absolute;top:0;left:0;overflow:visible}.OrganizationChart-module__5dnbzG__lines path{fill:none;stroke:var(--text-gray);stroke-width:1px}.OrganizationChart-module__5dnbzG__chart{box-sizing:border-box;width:max-content;min-width:100%;padding:24px;position:relative}.OrganizationChart-module__5dnbzG__forest{z-index:1;justify-content:center;align-items:flex-start;gap:48px;display:flex;position:relative}.OrganizationChart-module__5dnbzG__tree,.OrganizationChart-module__5dnbzG__subtree{flex-direction:column;align-items:center;width:max-content;display:flex}.OrganizationChart-module__5dnbzG__head{grid-template-columns:auto;justify-items:center;display:grid}.OrganizationChart-module__5dnbzG__headWithSides{grid-template-columns:1fr auto 1fr;align-items:stretch;width:100%}.OrganizationChart-module__5dnbzG__center{z-index:1;flex-direction:column;align-items:center;display:flex;position:relative}.OrganizationChart-module__5dnbzG__sideColumn{min-width:0;display:flex}.OrganizationChart-module__5dnbzG__sideLeft{justify-content:flex-end}.OrganizationChart-module__5dnbzG__sideRight{justify-content:flex-start}.OrganizationChart-module__5dnbzG__sideTrack{align-items:flex-start;gap:40px;display:flex}.OrganizationChart-module__5dnbzG__sideLeft .OrganizationChart-module__5dnbzG__sideTrack{padding-right:40px}.OrganizationChart-module__5dnbzG__sideRight .OrganizationChart-module__5dnbzG__sideTrack{padding-left:40px}.OrganizationChart-module__5dnbzG__sideItem{justify-content:center;display:flex;position:relative}.OrganizationChart-module__5dnbzG__sideHanging{padding-top:72px}.OrganizationChart-module__5dnbzG__children{justify-content:center;align-items:flex-start;padding-top:32px;display:flex;position:relative}.OrganizationChart-module__5dnbzG__child{justify-content:center;padding:32px 6px 0;display:flex;position:relative}.OrganizationChart-module__5dnbzG__childrenSingle{padding-top:0}.OrganizationChart-module__5dnbzG__childrenEqual{grid-auto-columns:1fr;grid-auto-flow:column;justify-content:center;align-items:stretch;display:grid}.OrganizationChart-module__5dnbzG__childrenEqual>.OrganizationChart-module__5dnbzG__child{align-items:stretch}.OrganizationChart-module__5dnbzG__childrenEqual .OrganizationChart-module__5dnbzG__subtree,.OrganizationChart-module__5dnbzG__childrenEqual .OrganizationChart-module__5dnbzG__head,.OrganizationChart-module__5dnbzG__childrenEqual .OrganizationChart-module__5dnbzG__center,.OrganizationChart-module__5dnbzG__childrenEqual .OrganizationChart-module__5dnbzG__boxWrap,.OrganizationChart-module__5dnbzG__childrenEqual .OrganizationChart-module__5dnbzG__box{width:100%}.OrganizationChart-module__5dnbzG__childrenEqual .OrganizationChart-module__5dnbzG__head,.OrganizationChart-module__5dnbzG__childrenEqual .OrganizationChart-module__5dnbzG__boxWrap{flex:auto}.OrganizationChart-module__5dnbzG__boxWrap{display:inline-flex;position:relative}.OrganizationChart-module__5dnbzG__boxWrapSelected{z-index:3;margin-right:44px}.OrganizationChart-module__5dnbzG__box{box-sizing:border-box;border:1px solid var(--primary-soft-border);background:linear-gradient(var(--primary-soft-bg), var(--primary-soft-bg)), var(--surface);min-width:124px;min-height:44px;color:var(--foreground);text-align:center;white-space:nowrap;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;gap:2px;margin:0;padding:8px 16px;font-family:inherit;font-size:14px;line-height:1.35;display:inline-flex;position:relative}.OrganizationChart-module__5dnbzG__boxTop{background:var(--primary);border-color:var(--primary);min-width:136px;color:var(--text-white)}.OrganizationChart-module__5dnbzG__boxTitle{font-weight:600}.OrganizationChart-module__5dnbzG__boxTitleEmpty{color:var(--text-gray);font-weight:400}.OrganizationChart-module__5dnbzG__boxTop .OrganizationChart-module__5dnbzG__boxTitleEmpty{color:var(--text-white)}.OrganizationChart-module__5dnbzG__boxNames{color:var(--text-gray);white-space:pre-line;font-size:12px;font-weight:400}.OrganizationChart-module__5dnbzG__boxTop .OrganizationChart-module__5dnbzG__boxNames{color:var(--text-white)}.OrganizationChart-module__5dnbzG__boxVertical{writing-mode:vertical-rl;text-orientation:upright;letter-spacing:.3em;justify-content:center;gap:8px;width:auto;min-width:46px;min-height:176px;padding:14px 12px}.OrganizationChart-module__5dnbzG__boxEditable{cursor:pointer}.OrganizationChart-module__5dnbzG__boxSelected{outline:2px solid var(--primary);outline-offset:3px}.OrganizationChart-module__5dnbzG__boxDrop{outline:2px dashed var(--primary);outline-offset:3px}.OrganizationChart-module__5dnbzG__boxDragging{opacity:.5}.OrganizationChart-module__5dnbzG__addHandle{z-index:2;border:1px solid var(--primary);background:var(--surface);width:24px;height:24px;color:var(--primary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;position:absolute}.OrganizationChart-module__5dnbzG__addBelow{bottom:-32px;left:50%;transform:translate(-50%)}.OrganizationChart-module__5dnbzG__addSide{top:50%;right:-32px;transform:translateY(-50%)}.OrganizationChart-module__5dnbzG__stack{flex-direction:column;align-items:stretch;gap:8px;padding:32px 0 0 28px;display:flex}.OrganizationChart-module__5dnbzG__stackItem{display:flex}.OrganizationChart-module__5dnbzG__stackItem .OrganizationChart-module__5dnbzG__box{width:100%;min-width:160px}.OrganizationChart-module__5dnbzG__gridBlock{flex-direction:column;align-items:center;display:flex}.OrganizationChart-module__5dnbzG__grid{gap:14px;padding-top:64px;display:grid}.OrganizationChart-module__5dnbzG__gridItem{justify-content:center;display:flex}.OrganizationChart-module__5dnbzG__gridItem .OrganizationChart-module__5dnbzG__box{white-space:normal;word-break:keep-all;overflow-wrap:anywhere;width:124px}.OrganizationChart-module__5dnbzG__hoisted{justify-content:center;align-items:flex-start;gap:32px;display:flex}.OrganizationChart-module__5dnbzG__hoistedItem{justify-content:center;display:flex}
.CollapseToggle-module__QL4Sha__toggle{border:1px solid var(--border-color);width:32px;height:32px;color:var(--foreground);cursor:pointer;background:0 0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;line-height:1;display:inline-flex}.CollapseToggle-module__QL4Sha__toggle svg{display:block}
.InfiniteScrollSentinel-module__nJDrba__sentinel{width:100%;height:1px}.InfiniteScrollSentinel-module__nJDrba__status{text-align:center;color:var(--text-gray);padding:12px 16px;font-size:13px}
.OfficialBadge-module__se5WSW__badge{background:var(--primary);box-shadow:0 0 0 2px var(--background);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;line-height:0;display:inline-flex;overflow:hidden}.OfficialBadge-module__se5WSW__mark{color:#fff;flex-shrink:0}
.ThemedSwitch-module__caQyhq__track{background:var(--border-color);cursor:pointer;border:none;border-radius:999px;flex-shrink:0;align-items:center;width:34px;height:20px;padding:0;transition:background-color .15s;display:inline-flex;position:relative}.ThemedSwitch-module__caQyhq__track:disabled{opacity:.5;cursor:not-allowed}.ThemedSwitch-module__caQyhq__trackOn{background:var(--primary)}.ThemedSwitch-module__caQyhq__thumb{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .15s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.ThemedSwitch-module__caQyhq__trackOn .ThemedSwitch-module__caQyhq__thumb{transform:translate(14px)}
.PostDetailMore-module__EktSOG__section{margin-top:0}.PostDetailMore-module__EktSOG__heading{color:var(--foreground);margin:0 0 .75rem;font-size:1rem;font-weight:700}
