.Snackbar-module__uhniTG__snackbar{z-index:1400;color:#fff;border-radius:.5rem;align-items:center;gap:.5rem;width:max-content;max-width:90vw;padding:.75rem 1rem;font-size:.9rem;animation:.18s ease-out Snackbar-module__uhniTG__snackbarIn;display:flex;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}.Snackbar-module__uhniTG__message{flex:0 auto}.Snackbar-module__uhniTG__closeButton{width:26px;height:26px;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background-color .12s;display:inline-flex}@keyframes Snackbar-module__uhniTG__snackbarIn{0%{opacity:0;transform:translate(-50%,.5rem)}to{opacity:1;transform:translate(-50%)}}
.HeaderSearchForm-module__oRIUNG__wrapper{justify-content:center;width:100%;padding:0 16px;display:flex}.HeaderSearchForm-module__oRIUNG__inputWrapper{background:var(--background);border:1px solid var(--border-color);border-radius:24px;align-items:center;width:100%;min-width:420px;max-width:920px;height:44px;padding:0 8px;transition:border-color .15s,box-shadow .15s;display:flex}.HeaderSearchForm-module__oRIUNG__inputWrapper:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft-bg)}.HeaderSearchForm-module__oRIUNG__searchButton{cursor:pointer;width:32px;height:32px;color:var(--text-gray);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:color .15s,background-color .15s;display:flex}.HeaderSearchForm-module__oRIUNG__searchIcon{flex-shrink:0;width:18px;height:18px}.HeaderSearchForm-module__oRIUNG__inputWrapper .HeaderSearchForm-module__oRIUNG__input{min-width:0;color:var(--foreground);font-size:14px;font-family:var(--font-family);box-sizing:border-box;flex:1;box-shadow:none!important;appearance:none!important;background:0 0!important;border:0!important;outline:none!important;margin:0!important;padding:0 8px!important}.HeaderSearchForm-module__oRIUNG__inputWrapper .HeaderSearchForm-module__oRIUNG__input:focus,.HeaderSearchForm-module__oRIUNG__inputWrapper .HeaderSearchForm-module__oRIUNG__input:hover,.HeaderSearchForm-module__oRIUNG__inputWrapper .HeaderSearchForm-module__oRIUNG__input:focus-visible,.HeaderSearchForm-module__oRIUNG__inputWrapper .HeaderSearchForm-module__oRIUNG__input:active{box-shadow:none!important;border:none!important;outline:none!important}.HeaderSearchForm-module__oRIUNG__inputWrapper .HeaderSearchForm-module__oRIUNG__input::placeholder{color:var(--text-gray)}.HeaderSearchForm-module__oRIUNG__closeButton{cursor:pointer;width:32px;height:32px;color:var(--text-gray);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:none}.HeaderSearchForm-module__oRIUNG__closeIcon{flex-shrink:0;width:18px;height:18px}@media (max-width:1280px){.HeaderSearchForm-module__oRIUNG__wrapper{padding:0;display:none}.HeaderSearchForm-module__oRIUNG__wrapperMobileVisible{display:flex}.HeaderSearchForm-module__oRIUNG__inputWrapper{min-width:0;max-width:none}.HeaderSearchForm-module__oRIUNG__closeButton{display:flex}}
.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)}
.AdminUserDropdown-module__8TiLfG__dropdown{z-index:1000;margin-top:8px;animation:.15s ease-out AdminUserDropdown-module__8TiLfG__slideDown;position:absolute;top:100%;right:0}.AdminUserDropdown-module__8TiLfG__dropdownContent{background:var(--surface);border:1px solid var(--border-color);border-radius:12px;min-width:240px;overflow:hidden;box-shadow:0 8px 32px #0000002e}.AdminUserDropdown-module__8TiLfG__userInfo{background:var(--primary);color:var(--text-white);padding:16px}.AdminUserDropdown-module__8TiLfG__userName{word-break:break-word;margin:0 0 4px;font-size:14px;font-weight:700}.AdminUserDropdown-module__8TiLfG__userEmail{opacity:.9;word-break:break-all;font-size:12px}.AdminUserDropdown-module__8TiLfG__divider{background:var(--border-color);height:1px;margin:0}.AdminUserDropdown-module__8TiLfG__menuItems{padding:8px 0}.AdminUserDropdown-module__8TiLfG__menuItem{width:100%;color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;display:flex;position:relative}.AdminUserDropdown-module__8TiLfG__menuIcon{width:18px;height:18px;color:var(--text-gray);flex-shrink:0}.AdminUserDropdown-module__8TiLfG__toggleSlot{margin-left:auto;display:inline-flex}.AdminUserDropdown-module__8TiLfG__menuBadge{background:var(--danger);min-width:20px;height:20px;color:var(--text-white);border-radius:999px;justify-content:center;align-items:center;margin-left:auto;padding:0 6px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.AdminUserDropdown-module__8TiLfG__mobileOnlyMenuItem{display:none}@media (max-width:1280px){.AdminUserDropdown-module__8TiLfG__mobileOnlyMenuItem{display:flex}}@keyframes AdminUserDropdown-module__8TiLfG__slideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
.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}
.Settings-module__VaNUiq__page{max-width:1024px;margin:0 auto;padding:24px 0 0}.Settings-module__VaNUiq__pageHeader{margin-bottom:16px}.Settings-module__VaNUiq__pageTitle{color:var(--foreground);margin:0;font-size:22px;font-weight:600}.Settings-module__VaNUiq__tabsWrapper{border-bottom:1px solid var(--border-color);-webkit-overflow-scrolling:touch;width:100%;margin-bottom:24px;overflow-x:auto}.Settings-module__VaNUiq__tabsWrapper::-webkit-scrollbar{display:none}.Settings-module__VaNUiq__tabsList{align-items:center;gap:4px;min-width:max-content;display:flex}.Settings-module__VaNUiq__tab{color:var(--text-gray);white-space:nowrap;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;display:inline-flex}.Settings-module__VaNUiq__tabActive{color:var(--primary-dark);border-bottom-color:var(--primary);font-weight:600}.Settings-module__VaNUiq__content{padding:8px 0}@media (max-width:480px){.Settings-module__VaNUiq__pageTitle{font-size:20px}.Settings-module__VaNUiq__tab{padding:12px 14px;font-size:14px}}.Settings-module__VaNUiq__photoCard{background:var(--surface);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;gap:1rem;padding:1.25rem 1.5rem;display:flex}.Settings-module__VaNUiq__photoCardTitle{color:var(--foreground);margin:0;font-size:1.05rem;font-weight:700}
.StartChatModal-module__tDPYha__overlay{cursor:pointer;z-index:1100;background:#0f172a8c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.StartChatModal-module__tDPYha__modal{cursor:default;background:var(--surface);border:1px solid var(--border-color);border-radius:14px;flex-direction:column;gap:14px;width:100%;max-width:480px;padding:1.25rem 1.25rem 1rem;display:flex;box-shadow:0 12px 32px #0f172a2e}.StartChatModal-module__tDPYha__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.StartChatModal-module__tDPYha__title{color:var(--foreground);margin:0 0 4px;font-size:1rem;font-weight:700}.StartChatModal-module__tDPYha__subtitle{color:var(--text-gray);margin:0;font-size:.8125rem;line-height:1.4}.StartChatModal-module__tDPYha__closeBtn{color:var(--text-gray);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.StartChatModal-module__tDPYha__closeBtn:hover{color:var(--foreground);background:var(--surface-2)}.StartChatModal-module__tDPYha__label{color:var(--text-gray);flex-direction:column;gap:6px;font-size:.8125rem;font-weight:600;display:flex}.StartChatModal-module__tDPYha__textarea{border:1px solid var(--border-strong);background:var(--surface-2);color:var(--foreground);resize:vertical;border-radius:10px;min-height:96px;padding:10px 12px;font-family:inherit;font-size:.9375rem}.StartChatModal-module__tDPYha__textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #3b82f61f}.StartChatModal-module__tDPYha__counter{color:var(--text-gray);align-self:flex-end;font-size:.6875rem;font-weight:500}.StartChatModal-module__tDPYha__errorText{color:#b91c1c;margin:-4px 0 0;font-size:.8125rem}.StartChatModal-module__tDPYha__actions{justify-content:flex-end;gap:8px;padding-top:4px;display:flex}.StartChatModal-module__tDPYha__secondaryBtn,.StartChatModal-module__tDPYha__primaryBtn{cursor:pointer;border:1px solid #0000;border-radius:10px;padding:8px 14px;font-family:inherit;font-size:.875rem;font-weight:600}.StartChatModal-module__tDPYha__secondaryBtn{background:var(--surface-2);color:var(--foreground);border-color:var(--border-strong)}.StartChatModal-module__tDPYha__secondaryBtn:hover:not(:disabled){border-color:var(--primary)}.StartChatModal-module__tDPYha__primaryBtn{background:var(--primary);color:var(--text-white)}.StartChatModal-module__tDPYha__primaryBtn:disabled,.StartChatModal-module__tDPYha__secondaryBtn:disabled{opacity:.6;cursor:not-allowed}
.DesktopOnly-module__u1NfHW__desktopOnly{width:100%;display:inherit}@media (max-width:1280px){.DesktopOnly-module__u1NfHW__desktopOnly{display:none}.DesktopOnly-module__u1NfHW__desktopOnly.DesktopOnly-module__u1NfHW__showOnMobile{display:inherit}}
.MobileOnly-module__-q5Bna__mobileOnly{display:inherit}@media (min-width:1281px){.MobileOnly-module__-q5Bna__mobileOnly{display:none}}
.ErrorMessage-module__V6ve1a__errorMessage{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:.75rem;margin-bottom:1rem;padding:1rem 1.25rem;font-size:.9rem;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000001a}.ErrorMessage-module__V6ve1a__errorMessage.ErrorMessage-module__V6ve1a__inline{background:0 0;border:none;margin-bottom:.5rem;padding:.25rem 0;font-size:.875rem}.ErrorMessage-module__V6ve1a__icon{color:#dc2626;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.ErrorMessage-module__V6ve1a__text{flex:1;line-height:1.4}@media (max-width:768px){.ErrorMessage-module__V6ve1a__errorMessage{padding:.6rem .8rem;font-size:.85rem}.ErrorMessage-module__V6ve1a__icon{font-size:.9rem}}
.StructureEditor-module__B13xPq__editor{flex-direction:column;gap:12px;min-width:0;display:flex}.StructureEditor-module__B13xPq__toolbar{z-index:5;background:var(--surface);border:1px solid var(--border-color);border-radius:12px;flex-wrap:wrap;align-items:center;gap:12px;padding:8px 12px;display:flex;position:sticky;top:0}.StructureEditor-module__B13xPq__guide{background:var(--surface);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;gap:8px;padding:16px 20px;display:flex}.StructureEditor-module__B13xPq__viewHeaderControls{align-items:center;gap:12px;display:flex}.StructureEditor-module__B13xPq__guideSteps{color:var(--text-secondary);margin:0;padding-left:20px;font-size:14px;line-height:1.7}.StructureEditor-module__B13xPq__segmented{background:var(--surface-2);border:1px solid var(--border-color);border-radius:8px;padding:3px;display:inline-flex}.StructureEditor-module__B13xPq__segment{min-height:34px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:0 14px;font-family:inherit;font-size:14px;font-weight:600;line-height:34px}.StructureEditor-module__B13xPq__segmentActive{background:var(--surface);color:var(--primary);box-shadow:0 0 0 1px var(--border-strong)}.StructureEditor-module__B13xPq__toolGroup{align-items:center;gap:2px;display:inline-flex}.StructureEditor-module__B13xPq__zoomValue{text-align:center;min-width:44px;color:var(--text-secondary);font-size:13px;line-height:34px}.StructureEditor-module__B13xPq__toolbarEnd{align-items:center;gap:12px;margin-left:auto;display:inline-flex}.StructureEditor-module__B13xPq__unsaved{color:var(--warning);font-size:13px;line-height:42px}.StructureEditor-module__B13xPq__iconButton{width:34px;height:34px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0;display:inline-flex}.StructureEditor-module__B13xPq__iconButton:disabled{opacity:.35;cursor:not-allowed}.StructureEditor-module__B13xPq__danger{color:var(--danger)}.StructureEditor-module__B13xPq__workspace{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:12px;display:grid}.StructureEditor-module__B13xPq__canvas{background:var(--surface);border:1px solid var(--border-color);border-radius:12px;min-width:0;min-height:520px;max-height:calc(100vh - 200px);position:relative;overflow:auto}.StructureEditor-module__B13xPq__zoomLayer{box-sizing:border-box;width:max-content;min-width:100%;padding:0 40px 40px 0}.StructureEditor-module__B13xPq__measure{visibility:hidden;pointer-events:none;width:0;height:0;position:absolute;top:0;left:0;overflow:hidden}.StructureEditor-module__B13xPq__canvasEmpty{text-align:center;color:var(--text-gray);margin:0;padding:48px 24px;font-size:14px;line-height:1.6}.StructureEditor-module__B13xPq__inspector{background:var(--surface);border:1px solid var(--border-color);border-radius:12px;max-height:calc(100vh - 200px);position:sticky;top:72px;overflow-y:auto}.StructureEditor-module__B13xPq__inspectorBody{flex-direction:column;gap:12px;padding:16px;display:flex}.StructureEditor-module__B13xPq__inspectorHead{justify-content:space-between;align-items:center;gap:8px;display:flex}.StructureEditor-module__B13xPq__inspectorTitle{color:var(--foreground);margin:0;font-size:16px;font-weight:700;line-height:1.4}.StructureEditor-module__B13xPq__groupTitle{border-top:1px solid var(--border-color);color:var(--foreground);margin:8px 0 0;padding-top:16px;font-size:14px;font-weight:700;line-height:1.4}.StructureEditor-module__B13xPq__help,.StructureEditor-module__B13xPq__muted,.StructureEditor-module__B13xPq__fieldNote{color:var(--text-gray);margin:0;font-size:13px;line-height:1.55}.StructureEditor-module__B13xPq__fieldNote{line-height:42px}.StructureEditor-module__B13xPq__helpList{color:var(--text-secondary);margin:0;padding-left:18px;font-size:13px;line-height:1.6}.StructureEditor-module__B13xPq__twoFields{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;display:grid}.StructureEditor-module__B13xPq__stack{flex-direction:column;gap:8px;display:flex}.StructureEditor-module__B13xPq__itemBox{background:var(--surface-2);border:1px solid var(--border-color);border-radius:8px;flex-direction:column;gap:8px;padding:10px;display:flex}.StructureEditor-module__B13xPq__itemBoxSelected{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.StructureEditor-module__B13xPq__itemFoot{justify-content:space-between;align-items:center;gap:8px;display:flex}.StructureEditor-module__B13xPq__sectionSelect{flex:1;min-width:0}.StructureEditor-module__B13xPq__rowActions{align-items:center;gap:2px;display:inline-flex}.StructureEditor-module__B13xPq__checkRow{align-items:center;gap:8px;display:flex}.StructureEditor-module__B13xPq__checkRow input{width:18px;height:18px;accent-color:var(--primary);margin:0}.StructureEditor-module__B13xPq__buttonRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.StructureEditor-module__B13xPq__buttonRowEnd{justify-content:flex-end;gap:8px;display:flex}.StructureEditor-module__B13xPq__addLine{border:1px dashed var(--border-strong);min-height:36px;color:var(--primary);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:6px;padding:0 12px;font-family:inherit;font-size:14px;font-weight:600;display:inline-flex}.StructureEditor-module__B13xPq__linkButton{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:13px;font-weight:600;line-height:36px}.StructureEditor-module__B13xPq__actionGrid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;display:grid}.StructureEditor-module__B13xPq__actionGrid>button{justify-content:center;padding:0 8px;font-size:14px}.StructureEditor-module__B13xPq__templates{background:var(--surface);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;gap:8px;padding:20px;display:flex}.StructureEditor-module__B13xPq__templateGrid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;margin-top:8px;display:grid}.StructureEditor-module__B13xPq__templateCard{border:1px solid var(--border-color);background:var(--surface);text-align:left;cursor:pointer;border-radius:10px;flex-direction:column;align-items:flex-start;gap:6px;padding:12px;font-family:inherit;display:flex}.StructureEditor-module__B13xPq__templatePreview{background:var(--surface-2);border-radius:6px;justify-content:center;align-items:center;width:100%;height:150px;display:flex;overflow:hidden}.StructureEditor-module__B13xPq__templatePreviewInner{zoom:.3;pointer-events:none}.StructureEditor-module__B13xPq__templateBlank{color:var(--text-gray)}.StructureEditor-module__B13xPq__templateNameRow{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.StructureEditor-module__B13xPq__templateName{color:var(--foreground);font-size:15px;font-weight:700;line-height:1.4}.StructureEditor-module__B13xPq__templateSuggested{background:var(--primary-soft-bg);color:var(--primary);white-space:nowrap;border-radius:999px;padding:1px 8px;font-size:12px;font-weight:600;line-height:1.6}@media (max-width:1100px){.StructureEditor-module__B13xPq__workspace{grid-template-columns:minmax(0,1fr)}.StructureEditor-module__B13xPq__inspector{max-height:none;position:static}.StructureEditor-module__B13xPq__canvas{min-height:360px;max-height:70vh}.StructureEditor-module__B13xPq__toolbarEnd{margin-left:0}}.StructureEditor-module__B13xPq__viewHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.StructureEditor-module__B13xPq__viewTitle{color:var(--foreground);margin:0;font-size:18px;font-weight:600;line-height:1.4}
.ProfileCompletionBadge-module__4KhCea__container{border:1.5px solid var(--border-color);background:var(--surface);border-radius:12px;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;padding:1.5rem 1.5rem 1.75rem;display:flex}.ProfileCompletionBadge-module__4KhCea__headerRow{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.ProfileCompletionBadge-module__4KhCea__title{color:var(--foreground);font-size:.95rem;font-weight:700}.ProfileCompletionBadge-module__4KhCea__percent{color:var(--primary);font-size:.95rem;font-weight:700}.ProfileCompletionBadge-module__4KhCea__percentVerified{color:var(--primary)}.ProfileCompletionBadge-module__4KhCea__progressTrack{background-color:var(--surface-2);border-radius:3px;width:100%;height:6px;overflow:hidden}.ProfileCompletionBadge-module__4KhCea__progressFill{background-color:var(--primary);border-radius:3px;height:100%;transition:width .3s}.ProfileCompletionBadge-module__4KhCea__checklist{flex-direction:column;gap:.55rem;margin-top:.75rem;margin-bottom:.5rem;display:flex}.ProfileCompletionBadge-module__4KhCea__checkRow{align-items:center;gap:.5rem;font-size:.85rem;display:flex}.ProfileCompletionBadge-module__4KhCea__checkRowDone{color:var(--text-gray);text-decoration:line-through}.ProfileCompletionBadge-module__4KhCea__checkRowTodo{color:var(--foreground)}.ProfileCompletionBadge-module__4KhCea__checkRowLink{color:var(--foreground);border-radius:6px;margin-left:-.4rem;padding:.25rem .4rem;text-decoration:none;transition:background-color .15s}.ProfileCompletionBadge-module__4KhCea__checkRowLink:hover{background-color:var(--surface-2)}.ProfileCompletionBadge-module__4KhCea__checkRowLink span{flex:1}.ProfileCompletionBadge-module__4KhCea__checkRowArrow{color:var(--text-gray);flex-shrink:0}.ProfileCompletionBadge-module__4KhCea__cta{color:var(--surface);background-color:var(--primary);border-radius:8px;align-self:flex-start;align-items:center;gap:.4rem;margin-top:1.25rem;padding:.65rem 1.1rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.ProfileCompletionBadge-module__4KhCea__verifiedRow{color:var(--primary);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}
.organization-module__P44T9G__page{flex-direction:column;gap:20px;display:flex}.organization-module__P44T9G__header{align-items:center;gap:12px;line-height:1;display:flex}.organization-module__P44T9G__title{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:700;line-height:1}.organization-module__P44T9G__scope{color:var(--primary);margin-left:auto;font-weight:600;line-height:1}.organization-module__P44T9G__empty{color:var(--text-secondary);padding:24px 0}.organization-module__P44T9G__summary{border:1px solid var(--border);background:var(--surface);border-radius:8px;flex-direction:column;gap:8px;padding:16px;display:flex}.organization-module__P44T9G__chain{color:var(--text-secondary);margin:0;font-size:1.05rem;line-height:1.4}.organization-module__P44T9G__chainSeparator{color:var(--text-secondary);margin:0 8px}.organization-module__P44T9G__chainCurrent{color:var(--foreground);font-weight:700}.organization-module__P44T9G__kind{color:var(--text-secondary);margin:0;font-size:.9rem}.organization-module__P44T9G__stats{gap:24px;margin:4px 0 0;display:flex}.organization-module__P44T9G__stat{flex-direction:column;gap:4px;display:flex}.organization-module__P44T9G__stat dt{color:var(--text-secondary);font-size:.85rem}.organization-module__P44T9G__stat dd{color:var(--foreground);margin:0;font-weight:600}.organization-module__P44T9G__card{border:1px solid var(--border);background:var(--surface);border-radius:8px;flex-direction:column;gap:12px;padding:16px;display:flex}.organization-module__P44T9G__sectionTitle{color:var(--foreground);margin:0;font-size:1.05rem;font-weight:700}.organization-module__P44T9G__hint{color:var(--text-secondary);margin:0;font-size:.95rem}.organization-module__P44T9G__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}@media (max-width:768px){.organization-module__P44T9G__grid{grid-template-columns:1fr}.organization-module__P44T9G__stats{flex-wrap:wrap;gap:16px}}.organization-module__P44T9G__formActions{justify-content:flex-end;display:flex}.organization-module__P44T9G__primary{border:1px solid var(--primary);font:inherit;cursor:pointer;background:var(--primary);color:var(--text-white);border-radius:6px;padding:6px 12px}.organization-module__P44T9G__primary:disabled{opacity:.5;cursor:default}.organization-module__P44T9G__imageRow{align-items:center;gap:16px;display:flex}.organization-module__P44T9G__boardImage{object-fit:cover;border:1px solid var(--border);background:var(--surface-2);border-radius:50%;flex-shrink:0;width:88px;height:88px}.organization-module__P44T9G__imageField{flex:1;min-width:0}.organization-module__P44T9G__fileInput{font:inherit;color:var(--foreground);font-size:1rem}.organization-module__P44T9G__twoColumn{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.organization-module__P44T9G__notice{border:1px solid var(--border);background:var(--surface-2);color:var(--foreground);border-radius:8px;margin:0;padding:12px 14px;font-size:1rem;line-height:1.5}.organization-module__P44T9G__noticeLink{color:var(--primary);font-weight:600}@media (max-width:768px){.organization-module__P44T9G__twoColumn{grid-template-columns:1fr}.organization-module__P44T9G__imageRow{flex-direction:column;align-items:flex-start}}.organization-module__P44T9G__actions{justify-content:flex-end;gap:8px;display:flex}.organization-module__P44T9G__coverRow{flex-wrap:wrap;align-items:flex-start;gap:16px;display:flex}.organization-module__P44T9G__coverPreview{aspect-ratio:1920/420;border:1px solid var(--border-color);background-color:var(--surface-2);background-position:50%;background-size:cover;border-radius:8px;width:320px;max-width:100%}.organization-module__P44T9G__coverControls{flex-direction:column;flex:1;align-items:flex-start;gap:8px;min-width:240px;display:flex}.organization-module__P44T9G__coverHint{color:var(--text-gray);margin:0;font-size:13px;line-height:1.5}
.OnboardingModal-module__1pOG3W__overlay{z-index:1000;background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.OnboardingModal-module__1pOG3W__container{background:var(--surface);border:1px solid var(--border-color);border-radius:14px;flex-direction:column;width:100%;max-width:600px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 12px 40px #00000040}.OnboardingModal-module__1pOG3W__containerInline{max-width:100%;max-height:none;box-shadow:none}.OnboardingModal-module__1pOG3W__header{background:var(--primary);color:#fff;padding:1.5rem 1.75rem 1.25rem}.OnboardingModal-module__1pOG3W__titleRow{justify-content:space-between;align-items:center;gap:1rem;display:flex}.OnboardingModal-module__1pOG3W__title{color:#fff;margin:0;font-size:1.25rem;font-weight:700}.OnboardingModal-module__1pOG3W__subtitle{color:#ffffffd9;margin:.4rem 0 0;font-size:.9rem}.OnboardingModal-module__1pOG3W__closeBtn{color:#fff;cursor:pointer;background:#ffffff2e;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;line-height:1;display:inline-flex}.OnboardingModal-module__1pOG3W__progressRow{align-items:center;gap:.75rem;margin-top:1rem;display:flex}.OnboardingModal-module__1pOG3W__progressBar{background:#ffffff40;border-radius:2px;flex:1;height:4px;overflow:hidden}.OnboardingModal-module__1pOG3W__progressFill{background:#fff;border-radius:2px;height:100%;transition:width .25s}.OnboardingModal-module__1pOG3W__progressText{color:#ffffffd9;white-space:nowrap;font-size:.8rem;font-weight:600}.OnboardingModal-module__1pOG3W__body{color:var(--foreground);flex:1;padding:1.5rem 1.75rem;overflow-y:auto}.OnboardingModal-module__1pOG3W__bodyText{color:var(--foreground);margin:0 0 1rem;font-size:.95rem;line-height:1.55}.OnboardingModal-module__1pOG3W__list{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.OnboardingModal-module__1pOG3W__listItem{background:var(--primary-soft-bg);border:1px solid var(--primary-soft-border);color:var(--foreground);border-radius:8px;align-items:flex-start;gap:.6rem;padding:.6rem .75rem;font-size:.9rem;display:flex}.OnboardingModal-module__1pOG3W__listItem strong{color:var(--primary-dark)}.OnboardingModal-module__1pOG3W__actionRow{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.OnboardingModal-module__1pOG3W__actionLink{color:var(--primary);background:var(--primary-soft);border:1px solid var(--primary-soft-border);border-radius:6px;padding:.45rem .75rem;font-size:.875rem;font-weight:600;text-decoration:none}.OnboardingModal-module__1pOG3W__actionLink:hover{text-decoration:underline}.OnboardingModal-module__1pOG3W__footer{border-top:1px solid var(--border-color);background:var(--surface-2);justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.75rem;display:flex}.OnboardingModal-module__1pOG3W__btnSecondary,.OnboardingModal-module__1pOG3W__btnPrimary{cursor:pointer;border:1px solid #0000;border-radius:6px;padding:.55rem 1.1rem;font-family:inherit;font-size:.9rem;font-weight:600}.OnboardingModal-module__1pOG3W__btnSecondary{border-color:var(--border-color);color:var(--foreground);background:0 0}.OnboardingModal-module__1pOG3W__btnSecondary:disabled{opacity:.4;cursor:not-allowed}.OnboardingModal-module__1pOG3W__btnPrimary{background:var(--primary);color:#fff}.OnboardingModal-module__1pOG3W__btnPrimary:disabled{opacity:.6;cursor:not-allowed}.OnboardingModal-module__1pOG3W__error{color:#dc2626;margin-top:.75rem;font-size:.85rem}
.dues-module__zxTutW__root,.dues-module__zxTutW__root table{font-size:16px}.dues-module__zxTutW__root th{font-size:15px}.dues-module__zxTutW__root [role=tab]{font-size:17px}.dues-module__zxTutW__stats{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin:0;display:grid}.dues-module__zxTutW__stat{border:1px solid var(--border-color);background:var(--surface);border-radius:12px;flex-direction:column;gap:8px;padding:16px;display:flex}.dues-module__zxTutW__stat dt{color:var(--text-gray);margin:0;font-size:14px;font-weight:600;line-height:1}.dues-module__zxTutW__stat dd{color:var(--foreground);margin:0;font-size:20px;font-weight:700;line-height:1}.dues-module__zxTutW__chipPaid,.dues-module__zxTutW__chipPartial,.dues-module__zxTutW__chipUnpaid,.dues-module__zxTutW__chipExempt{border-radius:6px;align-items:center;padding:6px 10px;font-size:14px;font-weight:700;line-height:1;display:inline-flex}.dues-module__zxTutW__chipPaid{color:var(--success-soft-fg);background:var(--success-soft-bg)}.dues-module__zxTutW__chipPartial{color:var(--primary);border:1px solid var(--primary)}.dues-module__zxTutW__chipUnpaid{color:var(--danger);border:1px solid var(--danger)}.dues-module__zxTutW__chipExempt{color:var(--text-gray);border:1px solid var(--border-color)}.dues-module__zxTutW__check{width:44px}.dues-module__zxTutW__check input{width:20px;height:20px;accent-color:var(--primary)}.dues-module__zxTutW__markPanel{border:1px solid var(--border-color);background:var(--surface);border-radius:12px;flex-direction:column;gap:14px;padding:20px;display:flex}.dues-module__zxTutW__markGrid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px 16px;display:grid}.dues-module__zxTutW__markButtons{flex-wrap:wrap;align-items:center;gap:10px;line-height:1;display:flex}.dues-module__zxTutW__selectedCount{color:var(--text-gray);font-size:15px;font-weight:600;line-height:1}.dues-module__zxTutW__link{color:var(--primary);text-underline-offset:3px;font-size:15px;font-weight:600;line-height:1;text-decoration:underline}.dues-module__zxTutW__root .dues-module__zxTutW__linesRow td{white-space:normal;padding:4px 16px 16px 60px}.dues-module__zxTutW__linesTable{border-collapse:collapse;width:100%;max-width:640px}.dues-module__zxTutW__root .dues-module__zxTutW__linesTable td{border-bottom:1px solid var(--border-color);padding:8px 4px}.dues-module__zxTutW__root .dues-module__zxTutW__linesTable tr:last-child td{border-bottom:none}.dues-module__zxTutW__tierRow td{color:var(--foreground);font-weight:700}.dues-module__zxTutW__muted{color:var(--text-gray)}.dues-module__zxTutW__amountCell{text-align:right;white-space:nowrap}.dues-module__zxTutW__editCell{min-width:150px}.dues-module__zxTutW__nameCell{min-width:240px}.dues-module__zxTutW__totalsList{color:var(--foreground);flex-wrap:wrap;gap:8px 24px;margin:0;padding:0;font-size:15px;line-height:1.4;list-style:none;display:flex}.dues-module__zxTutW__classChecks{flex-wrap:wrap;gap:12px 24px;display:flex}.dues-module__zxTutW__classCheck{color:var(--foreground);align-items:center;gap:8px;font-size:16px;font-weight:600;line-height:1;display:inline-flex}.dues-module__zxTutW__classCheck input{width:20px;height:20px;accent-color:var(--primary)}.dues-module__zxTutW__cooldown{color:var(--text-gray);font-size:14px;line-height:1.4}@media (max-width:1100px){.dues-module__zxTutW__markGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:700px){.dues-module__zxTutW__markGrid{grid-template-columns:1fr}}.dues-module__zxTutW__listEmpty{color:var(--text-gray);margin:0;padding:0;font-size:14px;line-height:1.6}.dues-module__zxTutW__root .dues-module__zxTutW__statsFlush{margin-bottom:0}.dues-module__zxTutW__memberCell{min-width:0}.dues-module__zxTutW__memberActions{margin-top:8px}.dues-module__zxTutW__iconButton{gap:8px}.dues-module__zxTutW__exemptionOptions{flex-wrap:wrap;gap:8px;display:flex}.dues-module__zxTutW__exemptionMonths{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;max-width:720px;display:grid}.dues-module__zxTutW__exemptionOption{border:1.5px solid var(--border-color);background:var(--background);min-height:50px;color:var(--foreground);cursor:pointer;border-radius:8px;padding:0 16px;font-family:inherit;font-size:15px;font-weight:600;line-height:1}.dues-module__zxTutW__exemptionOptionSelected{border-color:var(--primary);background:var(--primary-soft-bg);color:var(--primary)}.dues-module__zxTutW__exemptionMember{align-items:center;gap:12px;display:flex}.dues-module__zxTutW__exemptionMemberList{border:1px solid var(--border-color);border-radius:12px;flex-direction:column;max-width:720px;margin:0;padding:0;list-style:none;display:flex;overflow:hidden}.dues-module__zxTutW__exemptionMemberList li+li{border-top:1px solid var(--border-color)}.dues-module__zxTutW__exemptionMemberPick{background:var(--surface);text-align:left;cursor:pointer;border:none;width:100%;padding:12px 16px;font-family:inherit;display:block}@media (max-width:700px){.dues-module__zxTutW__exemptionMonths{grid-template-columns:repeat(3,minmax(0,1fr))}}.dues-module__zxTutW__coverageMemberChip{color:var(--primary);background:var(--primary-soft-bg);cursor:pointer;border:none;gap:6px;font-family:inherit}.dues-module__zxTutW__coveragePoint{grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;gap:8px;display:grid}.dues-module__zxTutW__coverageInvalid{color:var(--danger);margin:0;font-size:15px;font-weight:600;line-height:1.4}.dues-module__zxTutW__rowActions{white-space:nowrap;align-items:center;gap:12px;display:inline-flex}.dues-module__zxTutW__copyButton{align-items:center;gap:4px;display:inline-flex}.dues-module__zxTutW__periodTrigger{min-width:200px;color:var(--foreground);gap:.5rem}
.pending-module__bUyX7W__empty{color:var(--text-gray);margin:0;padding:8px 0 24px;font-size:14px}.pending-module__bUyX7W__verified{color:var(--success);font-weight:600}.pending-module__bUyX7W__unverified{color:var(--warning);font-weight:600}.pending-module__bUyX7W__actions{justify-content:flex-end;gap:8px;display:flex}.pending-module__bUyX7W__approve,.pending-module__bUyX7W__reject,.pending-module__bUyX7W__cancel{border:1px solid var(--border);font:inherit;cursor:pointer;background:var(--surface);color:var(--foreground);border-radius:6px;padding:6px 12px}.pending-module__bUyX7W__approve{background:var(--primary);border-color:var(--primary);color:var(--text-white)}.pending-module__bUyX7W__reject{color:var(--danger);border-color:var(--danger)}.pending-module__bUyX7W__approve:disabled,.pending-module__bUyX7W__reject:disabled,.pending-module__bUyX7W__cancel:disabled{opacity:.5;cursor:default}.pending-module__bUyX7W__overlay{background:var(--modal-overlay);z-index:1100;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.pending-module__bUyX7W__dialog{background:var(--surface);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:12px;width:min(480px,100vw - 32px);padding:20px;display:flex}.pending-module__bUyX7W__dialogTitle{margin:0;font-size:1.05rem;font-weight:700}.pending-module__bUyX7W__reasonInput{resize:vertical;border:1px solid var(--border);width:100%;font:inherit;background:var(--surface);color:var(--foreground);border-radius:6px;padding:8px 10px}.pending-module__bUyX7W__dialogActions{justify-content:flex-end;gap:8px;display:flex}
.orgDetail-module__Ot418W__container{--org-box-gap:1rem;gap:var(--org-box-gap);flex-direction:column;width:100%;max-width:1100px;display:flex}.orgDetail-module__Ot418W__identityRow{align-items:flex-start;gap:1.25rem;display:flex}.orgDetail-module__Ot418W__avatar{object-fit:cover;background:var(--surface);border:3px solid var(--border-color);border-radius:50%;flex-shrink:0;width:96px;height:96px}.orgDetail-module__Ot418W__identityText{flex-direction:column;flex:1;gap:.5rem;min-width:0;display:flex}.orgDetail-module__Ot418W__nameRow{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.orgDetail-module__Ot418W__name{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:700;line-height:1.2}.orgDetail-module__Ot418W__metaRow{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.orgDetail-module__Ot418W__handle{color:var(--text-gray);font-size:.95rem;line-height:1}.orgDetail-module__Ot418W__managerLine{flex-wrap:wrap;align-items:center;gap:.5rem;font-size:1rem;line-height:1;display:flex}.orgDetail-module__Ot418W__managerLabel{color:var(--text-gray);font-weight:700}.orgDetail-module__Ot418W__muted{color:var(--text-gray);font-size:.9rem}.orgDetail-module__Ot418W__bioBlock{flex-direction:column;gap:.45rem;margin:.25rem 0 0;display:flex}.orgDetail-module__Ot418W__bio{color:var(--text-gray);white-space:pre-line;margin:0;font-size:.95rem;line-height:1.5}.orgDetail-module__Ot418W__panel{background:var(--surface);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;gap:1rem;min-width:0;padding:1.25rem;display:flex}.orgDetail-module__Ot418W__formGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:0 1rem;display:grid}.orgDetail-module__Ot418W__postList{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.orgDetail-module__Ot418W__postItem{border-top:1px solid var(--border-color);flex-direction:column;gap:.35rem;padding:.9rem 0;display:flex}.orgDetail-module__Ot418W__postMeta{flex-wrap:wrap;align-items:center;gap:.5rem;line-height:1;display:flex}.orgDetail-module__Ot418W__postAuthor{color:var(--foreground);font-weight:700}.orgDetail-module__Ot418W__postTitle{color:var(--foreground);margin:0;font-size:1.05rem;font-weight:700}.orgDetail-module__Ot418W__postBody{color:var(--foreground);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;line-height:1.5;display:-webkit-box;overflow:hidden}.orgDetail-module__Ot418W__chip,.orgDetail-module__Ot418W__chipMuted{white-space:nowrap;border-radius:999px;align-items:center;padding:.3rem .6rem;font-size:.85rem;font-weight:600;line-height:1;display:inline-flex}.orgDetail-module__Ot418W__chip{background:var(--primary-soft);color:var(--primary-dark)}.orgDetail-module__Ot418W__chipMuted{background:var(--surface-2);color:var(--text-gray)}.orgDetail-module__Ot418W__identity{background:var(--surface);border:1px solid var(--border-color);color:var(--foreground);border-radius:12px;padding:1.5rem;position:relative}.orgDetail-module__Ot418W__identitySettings{position:absolute;top:1rem;right:1rem}.orgDetail-module__Ot418W__chipLink{text-decoration:none}.orgDetail-module__Ot418W__actions{border-top:1px solid var(--border-color);flex-wrap:wrap;gap:.5rem;padding-top:1.25rem;display:flex}.orgDetail-module__Ot418W__primaryBtn,.orgDetail-module__Ot418W__secondaryBtn{white-space:nowrap;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;min-height:40px;padding:0 1rem;font-size:.95rem;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.orgDetail-module__Ot418W__primaryBtn{background:var(--primary);color:var(--text-white);border:1px solid var(--primary)}.orgDetail-module__Ot418W__secondaryBtn{background:var(--surface);color:var(--foreground);border:1px solid var(--border-strong)}.orgDetail-module__Ot418W__inlineBtn{border:1px solid var(--border-strong);background:var(--surface);min-height:30px;color:var(--foreground);cursor:pointer;border-radius:6px;align-items:center;padding:0 .7rem;font-size:.85rem;font-weight:600;line-height:1;display:inline-flex}.orgDetail-module__Ot418W__sectionHead{justify-content:space-between;align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.orgDetail-module__Ot418W__sectionTitle{color:var(--foreground);margin:0;font-size:1.1rem;font-weight:700;line-height:1.2}.orgDetail-module__Ot418W__subTitle{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:700;line-height:1.2}.orgDetail-module__Ot418W__layout{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:1rem 1.5rem;display:grid}.orgDetail-module__Ot418W__main,.orgDetail-module__Ot418W__rail{flex-direction:column;gap:1rem;min-width:0;display:flex}.orgDetail-module__Ot418W__box{background:var(--surface);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;gap:.75rem;min-width:0;padding:1rem 1.25rem;display:flex;overflow:hidden}.orgDetail-module__Ot418W__boxRow{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));align-items:stretch;gap:1rem;display:grid}.orgDetail-module__Ot418W__boxHead{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.orgDetail-module__Ot418W__boxTitle{color:var(--foreground);align-items:center;gap:.45rem;margin:0;font-size:.95rem;font-weight:700;line-height:1.2;display:flex}.orgDetail-module__Ot418W__boxTitle svg{color:var(--primary);flex-shrink:0}.orgDetail-module__Ot418W__boxValue{color:var(--foreground);margin:0;font-size:1rem;line-height:1.4}.orgDetail-module__Ot418W__boxLink{color:var(--primary);align-self:flex-start;align-items:center;gap:4px;font-size:.9rem;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.orgDetail-module__Ot418W__infoList{grid-template-columns:auto minmax(0,1fr);gap:.5rem .75rem;margin:0;font-size:.9rem;line-height:1.4;display:grid}.orgDetail-module__Ot418W__infoList dt{color:var(--text-gray);white-space:nowrap}.orgDetail-module__Ot418W__infoList dd{color:var(--foreground);overflow-wrap:anywhere;margin:0}.orgDetail-module__Ot418W__box .orgDetail-module__Ot418W__primaryBtn{width:100%}.orgDetail-module__Ot418W__flushList{border-top:1px solid var(--border-color);margin:0 -1.25rem -1rem}@media (max-width:900px){.orgDetail-module__Ot418W__layout{grid-template-columns:minmax(0,1fr)}}@media (max-width:480px){.orgDetail-module__Ot418W__identity{padding:1.1rem}.orgDetail-module__Ot418W__identityRow{text-align:center;flex-direction:column;align-items:center;gap:.75rem}.orgDetail-module__Ot418W__avatar{width:80px;height:80px}.orgDetail-module__Ot418W__identityText,.orgDetail-module__Ot418W__nameRow,.orgDetail-module__Ot418W__metaRow,.orgDetail-module__Ot418W__managerLine{justify-content:center;align-items:center}.orgDetail-module__Ot418W__name{font-size:1.3rem}.orgDetail-module__Ot418W__actions{justify-content:center}}.orgDetail-module__Ot418W__managerHandle{color:var(--text-gray);margin:0;font-size:1rem;line-height:1.4}.orgDetail-module__Ot418W__boxHeadGroup{flex-wrap:wrap;align-items:center;gap:.75rem;min-width:0;display:flex}.orgDetail-module__Ot418W__chain{color:var(--text-gray);flex-wrap:wrap;align-items:center;gap:6px;margin:0;font-size:.95rem;line-height:1;display:flex}.orgDetail-module__Ot418W__chainPart{align-items:center;gap:6px;display:inline-flex}.orgDetail-module__Ot418W__chainSeparator{color:var(--text-gray)}.orgDetail-module__Ot418W__addressId{color:var(--text-gray);align-items:center;gap:.4rem;margin:.25rem 0 0;font-size:.85rem;line-height:1.2;display:flex}.orgDetail-module__Ot418W__addressIdLabel{font-weight:600}.orgDetail-module__Ot418W__addressIdValue{background:var(--surface-2);color:var(--foreground);border-radius:6px;padding:1px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem}
.PollComposer-module__gsgmoW__wrap{flex-direction:column;gap:8px;margin-top:12px;display:flex}.PollComposer-module__gsgmoW__row{align-items:center;gap:8px;display:flex}.PollComposer-module__gsgmoW__input{border:1px solid var(--border,#d0d7de);background:var(--background,#fff);color:var(--foreground,#1a1a1a);border-radius:6px;flex:1;padding:8px 10px;font-size:14px}.PollComposer-module__gsgmoW__remove{color:var(--text-secondary,#6b7c93);cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:14px}.PollComposer-module__gsgmoW__remove:disabled{opacity:.4;cursor:not-allowed}.PollComposer-module__gsgmoW__add{border:1px solid var(--border,#d0d7de);color:var(--primary,#2e86c1);cursor:pointer;background:0 0;border-radius:6px;align-self:flex-start;padding:6px 12px;font-size:14px}.PollComposer-module__gsgmoW__add:disabled{opacity:.4;cursor:not-allowed}.PollComposer-module__gsgmoW__options{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.PollComposer-module__gsgmoW__field{color:var(--text-secondary,#6b7c93);align-items:center;gap:6px;font-size:13px;display:flex}.PollComposer-module__gsgmoW__duration{border:1px solid var(--border,#d0d7de);background:var(--background,#fff);width:72px;color:var(--foreground,#1a1a1a);border-radius:6px;padding:6px 8px}
.OfficeFeatureSwitch-module__ZVogXG__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.OfficeFeatureSwitch-module__ZVogXG__headerSwitch{color:var(--text-gray);white-space:nowrap;align-items:center;gap:8px;margin-left:auto;font-size:14px;line-height:1;display:inline-flex}
.dashboard-module__RK46Ha__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;margin-bottom:2rem;display:grid}.dashboard-module__RK46Ha__card{background:var(--surface);border:1px solid var(--border-color);color:inherit;border-radius:14px;align-items:flex-start;gap:14px;min-width:0;padding:20px;text-decoration:none;display:flex}.dashboard-module__RK46Ha__cardIcon{background:var(--primary-soft-bg);width:40px;height:40px;color:var(--primary);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.dashboard-module__RK46Ha__cardBody{flex:1;min-width:0}.dashboard-module__RK46Ha__cardLabel{color:var(--foreground);justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;font-size:16px;font-weight:600;line-height:1;display:flex}.dashboard-module__RK46Ha__cardDescription{color:var(--text-gray);margin:0;font-size:14px;line-height:1.45}.dashboard-module__RK46Ha__badge{background:var(--primary);color:var(--text-white);border-radius:999px;align-items:center;padding:4px 9px;font-size:13px;font-weight:700;line-height:1;display:inline-flex}.dashboard-module__RK46Ha__statGrid{flex-wrap:wrap;gap:16px;margin-bottom:2rem;display:flex}.dashboard-module__RK46Ha__statGrid>*{flex:220px}.dashboard-module__RK46Ha__statLabel{color:var(--text-gray);margin-bottom:10px;font-size:15px;font-weight:600;line-height:1}.dashboard-module__RK46Ha__statValue{color:var(--foreground);font-size:28px;font-weight:700;line-height:1}.dashboard-module__RK46Ha__statDetail{color:var(--text-gray);margin-top:10px;font-size:14px;font-weight:600;line-height:1}
.membersTabs-module__g9rImG__tabCount{min-height:14px;color:var(--text-gray);margin:0;font-size:14px;line-height:1}
.auth-security-module__E3OXoG__container{flex-direction:column;gap:2rem;max-width:1080px;margin:0 auto;padding:1.5rem 1.25rem 4rem;display:flex}.auth-security-module__E3OXoG__header{flex-direction:column;gap:.25rem;display:flex}.auth-security-module__E3OXoG__title{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:700}.auth-security-module__E3OXoG__subtitle{color:var(--text-gray);margin:0;font-size:.95rem}.auth-security-module__E3OXoG__section{flex-direction:column;gap:1rem;display:flex}.auth-security-module__E3OXoG__sectionTitle{color:var(--foreground);margin:0;font-size:1.15rem;font-weight:700}.auth-security-module__E3OXoG__sectionSubtitle{color:var(--text-gray);margin:0;font-size:.9rem}.auth-security-module__E3OXoG__form{background:var(--surface);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.auth-security-module__E3OXoG__fieldRow{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.auth-security-module__E3OXoG__field{flex-direction:column;gap:.4rem;display:flex}.auth-security-module__E3OXoG__fieldLabel{color:var(--foreground);font-size:.85rem;font-weight:600}.auth-security-module__E3OXoG__input{border:1.5px solid var(--border-color);background:var(--surface);color:var(--foreground);border-radius:8px;padding:.6rem .75rem;font-family:inherit;font-size:.9rem}.auth-security-module__E3OXoG__error{background:var(--danger-soft-bg);color:var(--danger);border:1px solid color-mix(in srgb, var(--danger) 40%, transparent);border-radius:8px;padding:.85rem 1rem;font-size:.9rem}.auth-security-module__E3OXoG__submitRow{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.auth-security-module__E3OXoG__filters{flex-wrap:wrap;align-items:flex-end;gap:1rem;display:flex}.auth-security-module__E3OXoG__filterField{flex-direction:column;gap:.4rem;min-width:200px;display:flex}.auth-security-module__E3OXoG__empty{text-align:center;background:var(--surface);border:1px solid var(--border-color);color:var(--text-gray);border-radius:12px;padding:3rem 1.5rem;font-size:.95rem}.auth-security-module__E3OXoG__loading{color:var(--text-gray);text-align:center;padding:1rem;font-size:.9rem}.auth-security-module__E3OXoG__tableWrap{background:var(--surface);border:1px solid var(--border-color);border-radius:12px;overflow-x:auto}.auth-security-module__E3OXoG__table{border-collapse:collapse;width:100%;font-size:.9rem}.auth-security-module__E3OXoG__table th,.auth-security-module__E3OXoG__table td{text-align:left;border-bottom:1px solid var(--border-color);color:var(--foreground);vertical-align:middle;padding:.85rem 1rem}.auth-security-module__E3OXoG__table th{color:var(--text-gray);background:var(--surface);text-transform:uppercase;letter-spacing:.02em;font-size:.8rem;font-weight:600}.auth-security-module__E3OXoG__table tr:last-child td{border-bottom:none}.auth-security-module__E3OXoG__mono{color:var(--text-gray);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem}.auth-security-module__E3OXoG__kindBadge{letter-spacing:.02em;background:var(--surface-3,var(--surface));color:var(--foreground);border:1px solid var(--border-color);border-radius:6px;padding:.2rem .55rem;font-size:.75rem;font-weight:700;display:inline-block}.auth-security-module__E3OXoG__tagList{flex-wrap:wrap;gap:.35rem;display:flex}.auth-security-module__E3OXoG__tag{background:var(--surface);color:var(--foreground);border:1px solid var(--border-color);border-radius:6px;padding:.15rem .5rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8rem;display:inline-block}.auth-security-module__E3OXoG__viewBtn{background:var(--surface);color:var(--foreground);border:1.5px solid var(--border-color);white-space:nowrap;border-radius:6px;padding:.4rem .85rem;font-size:.85rem;font-weight:600;text-decoration:none}.auth-security-module__E3OXoG__muted{color:var(--text-gray)}
.login-module__FjuR6a__page{background:radial-gradient(circle at 15% 0%, color-mix(in srgb, var(--primary) 18%, transparent), transparent 55%), radial-gradient(circle at 85% 100%, color-mix(in srgb, var(--primary) 12%, transparent), transparent 55%), var(--background);justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex;position:relative}.login-module__FjuR6a__card{background:var(--surface);border:1px solid var(--border-color);border-radius:14px;flex-direction:column;gap:2rem;width:100%;max-width:420px;padding:2.25rem 1.75rem;display:flex;box-shadow:0 20px 50px #0f172a1f}.login-module__FjuR6a__intro{flex-direction:column;gap:.6rem;display:flex}.login-module__FjuR6a__brand{align-items:center;gap:.6rem;display:flex}.login-module__FjuR6a__logo{object-fit:cover;border-radius:50%;width:36px;height:36px}.login-module__FjuR6a__brandText{color:var(--foreground);font-size:1.1rem;font-weight:700}.login-module__FjuR6a__brandBadge{background:var(--primary);color:var(--text-white);letter-spacing:.04em;border-radius:4px;padding:.15rem .45rem;font-size:.7rem;font-weight:700}.login-module__FjuR6a__heading{color:var(--foreground);margin:0;font-size:1.35rem;font-weight:700}.login-module__FjuR6a__subtitle{color:var(--text-gray);margin:0;font-size:.85rem;line-height:1.5}.login-module__FjuR6a__form{flex-direction:column;gap:.85rem;display:flex}.login-module__FjuR6a__field{flex-direction:column;gap:.35rem;display:flex}.login-module__FjuR6a__label{color:var(--foreground);font-size:.8rem;font-weight:600}.login-module__FjuR6a__input{background:var(--surface-2);border:1px solid var(--border-color);color:var(--foreground);border-radius:8px;outline:none;padding:.6rem .8rem;font-family:inherit;font-size:.9rem}.login-module__FjuR6a__input:focus{border-color:var(--primary)}.login-module__FjuR6a__passwordWrap{align-items:center;display:flex;position:relative}.login-module__FjuR6a__passwordWrap .login-module__FjuR6a__input{width:100%;padding-right:2.4rem}.login-module__FjuR6a__passwordToggle{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;padding:.25rem;font-size:1.1rem;display:flex;position:absolute;right:.5rem}.login-module__FjuR6a__passwordToggle:hover{color:var(--foreground)}.login-module__FjuR6a__passwordToggle:disabled{cursor:not-allowed;opacity:.5}.login-module__FjuR6a__error{color:var(--danger);margin:0;font-size:.85rem}.login-module__FjuR6a__button{background:var(--primary);color:var(--text-white);cursor:pointer;border:none;border-radius:8px;margin-top:.5rem;padding:.7rem;font-family:inherit;font-size:.95rem;font-weight:700}.login-module__FjuR6a__button:disabled{opacity:.6;cursor:not-allowed}.login-module__FjuR6a__linkButton{color:var(--primary);cursor:pointer;text-align:center;background:0 0;border:none;padding:.25rem;font-family:inherit;font-size:.85rem;font-weight:600}.login-module__FjuR6a__linkButton:disabled{opacity:.6;cursor:not-allowed}.login-module__FjuR6a__footnote{color:var(--text-gray);text-align:center;margin:0;font-size:.75rem}
.audit-module__YDkSVW__page{flex-direction:column;gap:20px;min-width:0;padding:0 0 64px;display:flex}.audit-module__YDkSVW__empty{color:var(--text-gray);text-align:center;margin:0;padding:8px 0 24px;font-size:14px}.audit-module__YDkSVW__loading{justify-content:center;align-items:center;padding:48px 0;display:flex}.audit-module__YDkSVW__filters{flex-wrap:wrap;align-items:flex-end;gap:12px 16px;display:flex}.audit-module__YDkSVW__field{flex-direction:column;flex:180px;gap:6px;min-width:0;max-width:260px;display:flex}.audit-module__YDkSVW__fieldLabel{color:var(--foreground);font-size:13px;font-weight:600;line-height:1}.audit-module__YDkSVW__toolbarEnd{align-items:center;gap:12px;min-height:40px;margin-left:auto;display:flex}.audit-module__YDkSVW__toggle{align-items:center;gap:8px;display:flex}.audit-module__YDkSVW__toggleLabel{color:var(--text-secondary);white-space:nowrap;font-size:14px;line-height:20px}.audit-module__YDkSVW__days{flex-direction:column;gap:24px;display:flex}.audit-module__YDkSVW__day{flex-direction:column;gap:8px;display:flex}.audit-module__YDkSVW__dayLabel{color:var(--text-secondary);margin:0;font-size:13px;font-weight:700;line-height:20px}.audit-module__YDkSVW__entries{border:1px solid var(--border);background:var(--surface);border-radius:12px;margin:0;padding:0;list-style:none}.audit-module__YDkSVW__entry{border-bottom:1px solid var(--border);gap:12px;padding:14px 16px;display:flex}.audit-module__YDkSVW__entry:last-child{border-bottom:none}.audit-module__YDkSVW__entryMedia{flex-shrink:0;width:36px;height:36px;position:relative}.audit-module__YDkSVW__avatar{object-fit:cover;background:var(--surface-2);border:1px solid var(--border);border-radius:50%;width:36px;height:36px}.audit-module__YDkSVW__entryIcon{background:var(--surface);border:1px solid var(--border);width:20px;height:20px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:-4px;right:-4px}.audit-module__YDkSVW__entryBody{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.audit-module__YDkSVW__sentence{color:var(--foreground);word-break:keep-all;overflow-wrap:anywhere;margin:0;font-size:15px;line-height:22px}.audit-module__YDkSVW__person,.audit-module__YDkSVW__target{font-weight:600}.audit-module__YDkSVW__meta{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:13px;line-height:20px;display:flex}.audit-module__YDkSVW__chip{background:var(--surface-2);border:1px solid var(--border);color:var(--text-secondary);white-space:nowrap;border-radius:999px;align-items:center;padding:0 8px;font-size:12px;line-height:18px;display:inline-flex}.audit-module__YDkSVW__metaText{white-space:nowrap}.audit-module__YDkSVW__open{color:var(--primary);white-space:nowrap;font-weight:600;text-decoration:none}.audit-module__YDkSVW__details summary{width:fit-content;color:var(--text-secondary);cursor:pointer;font-size:13px;line-height:20px}.audit-module__YDkSVW__pairs{background:var(--surface-2);border-radius:8px;flex-direction:column;gap:4px;margin:8px 0 0;padding:10px 12px;display:flex}.audit-module__YDkSVW__pair{grid-template-columns:120px minmax(0,1fr);gap:12px;font-size:13px;line-height:20px;display:grid}.audit-module__YDkSVW__pair dt{color:var(--text-secondary)}.audit-module__YDkSVW__pair dd{color:var(--foreground);overflow-wrap:anywhere;margin:0}@media (max-width:768px){.audit-module__YDkSVW__field{flex:calc(50% - 8px);max-width:none}.audit-module__YDkSVW__toolbarEnd{justify-content:space-between;width:100%;margin-left:0}.audit-module__YDkSVW__entry{padding:12px}.audit-module__YDkSVW__pair{grid-template-columns:96px minmax(0,1fr)}}@media (max-width:420px){.audit-module__YDkSVW__field{flex-basis:100%}}.audit-module__YDkSVW__viewsHint{color:var(--text-gray);margin:-8px 0 0;font-size:13px;line-height:1.5}
.communities-module__12HLoG__page{flex-direction:column;gap:20px;padding:0 0 64px;display:flex}.communities-module__12HLoG__hint{color:var(--text-gray);margin:0;font-size:13px;line-height:1.6}.communities-module__12HLoG__sectionTitle{color:var(--foreground);margin:12px 0 0;font-size:16px;font-weight:700;line-height:1}.communities-module__12HLoG__createForm,.communities-module__12HLoG__transferForm{border:1px solid var(--border-color);background:var(--surface);border-radius:12px;flex-direction:column;gap:16px;padding:20px;display:flex}.communities-module__12HLoG__createGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.communities-module__12HLoG__field{flex-direction:column;gap:6px;min-width:0;display:flex}.communities-module__12HLoG__fieldWide{grid-column:1/-1}.communities-module__12HLoG__label{color:var(--foreground);font-size:13px;font-weight:600;line-height:1}.communities-module__12HLoG__formActions,.communities-module__12HLoG__transferRow{align-items:center;gap:12px;display:flex}.communities-module__12HLoG__transferRow{align-items:stretch}.communities-module__12HLoG__primary{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;height:40px;padding:0 20px;font-family:inherit;font-size:14px;font-weight:600;line-height:1;display:inline-flex}.communities-module__12HLoG__primary:disabled{background:var(--border-color);color:var(--text-gray);cursor:default}.communities-module__12HLoG__textButton{color:var(--text-gray);cursor:pointer;appearance:none;background:0 0;border:none;padding:0;font-family:inherit;font-size:13px;font-weight:600;line-height:1}.communities-module__12HLoG__empty{color:var(--text-gray);margin:0;padding:8px 0 24px;font-size:14px}.communities-module__12HLoG__handle{color:var(--text-gray)}.communities-module__12HLoG__rowActions{align-items:center;gap:16px;display:flex}@media (max-width:900px){.communities-module__12HLoG__page{padding:0 0 48px}.communities-module__12HLoG__createGrid{grid-template-columns:1fr}}
.feedback-inbox-module__yP0oPa__page{flex-direction:column;gap:20px;padding:0 0 64px;display:flex}.feedback-inbox-module__yP0oPa__filters{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.feedback-inbox-module__yP0oPa__filterLabel{color:var(--text-gray);font-size:13px;font-weight:600;line-height:1}.feedback-inbox-module__yP0oPa__filter{width:180px}.feedback-inbox-module__yP0oPa__empty{color:var(--text-gray);margin:0;padding:8px 0 24px;font-size:14px}.feedback-inbox-module__yP0oPa__rowTitle{font:inherit;color:var(--foreground);text-align:left;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600}.feedback-inbox-module__yP0oPa__handle{color:var(--text-secondary);margin-left:6px;font-size:.85rem}.feedback-inbox-module__yP0oPa__statusOpen{color:var(--primary);font-weight:600}.feedback-inbox-module__yP0oPa__statusResponded{color:var(--success);font-weight:600}.feedback-inbox-module__yP0oPa__statusClosed{color:var(--text-secondary);font-weight:600}.feedback-inbox-module__yP0oPa__detailCell{background:var(--surface-2);white-space:normal!important}.feedback-inbox-module__yP0oPa__detail{flex-direction:column;gap:12px;padding:4px 0;display:flex}.feedback-inbox-module__yP0oPa__meta{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:8px 16px;font-size:.9rem;line-height:1;display:flex}.feedback-inbox-module__yP0oPa__body{color:var(--foreground);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;line-height:1.6}.feedback-inbox-module__yP0oPa__response{border-left:3px solid var(--primary);background:var(--surface);flex-direction:column;gap:8px;padding:12px 16px;display:flex}.feedback-inbox-module__yP0oPa__responseHeader{flex-wrap:wrap;align-items:center;gap:8px 16px;font-size:.9rem;line-height:1;display:flex}.feedback-inbox-module__yP0oPa__responseFrom{color:var(--primary);font-weight:600}.feedback-inbox-module__yP0oPa__responseDate{color:var(--text-secondary)}.feedback-inbox-module__yP0oPa__form{flex-direction:column;gap:12px;display:flex}.feedback-inbox-module__yP0oPa__actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.feedback-inbox-module__yP0oPa__primary,.feedback-inbox-module__yP0oPa__cancel{border:1px solid var(--border);font:inherit;cursor:pointer;background:var(--surface);color:var(--foreground);border-radius:6px;padding:6px 12px;line-height:1.4;text-decoration:none}.feedback-inbox-module__yP0oPa__primary{background:var(--primary);border-color:var(--primary);color:var(--text-white)}.feedback-inbox-module__yP0oPa__primary:disabled,.feedback-inbox-module__yP0oPa__cancel:disabled{opacity:.5;cursor:default}
.roster-module__imhbZW__hint{color:var(--text-gray);margin:0;font-size:13px;line-height:1.6}.roster-module__imhbZW__sectionTitle{color:var(--foreground);margin:12px 0 0;font-size:16px;font-weight:700;line-height:1}.roster-module__imhbZW__textButton{color:var(--text-gray);cursor:pointer;appearance:none;background:0 0;border:none;padding:0;font-family:inherit;font-size:13px;font-weight:600;line-height:1}.roster-module__imhbZW__empty{color:var(--text-gray);margin:0;padding:8px 0 24px;font-size:14px}.roster-module__imhbZW__filters{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.roster-module__imhbZW__filterSelect{width:180px}.roster-module__imhbZW__importBox,.roster-module__imhbZW__resultBox{border:1px solid var(--border-color);background:var(--surface);border-radius:12px;flex-direction:column;gap:12px;padding:20px;display:flex}.roster-module__imhbZW__resultLine{color:var(--foreground);margin:0;font-size:14px;font-weight:600}.roster-module__imhbZW__problems{color:var(--danger);flex-direction:column;gap:6px;margin:0;padding:0;font-size:13px;line-height:1.5;list-style:none;display:flex}.roster-module__imhbZW__license{font-variant-numeric:tabular-nums;color:var(--text-gray)}.roster-module__imhbZW__joined{color:var(--primary);font-size:13px;font-weight:600}.roster-module__imhbZW__waiting{color:var(--text-gray);font-size:13px}
.officers-module__RA4nrW__page{flex-direction:column;gap:20px;padding:0 0 64px;display:flex}.officers-module__RA4nrW__sectionTitle{color:var(--foreground);margin:0;font-size:1.05rem;font-weight:700}.officers-module__RA4nrW__empty{color:var(--text-gray);margin:0;padding:8px 0 24px;font-size:14px}.officers-module__RA4nrW__grantForm{border:1px solid var(--border);background:var(--surface);border-radius:12px;flex-direction:column;gap:12px;padding:20px;display:flex}.officers-module__RA4nrW__grantGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}@media (max-width:768px){.officers-module__RA4nrW__grantGrid{grid-template-columns:1fr}}.officers-module__RA4nrW__formActions{justify-content:flex-end;display:flex}.officers-module__RA4nrW__band{flex-direction:column;gap:8px;display:flex}.officers-module__RA4nrW__bandTitle{color:var(--foreground);margin:0;font-size:1rem;font-weight:700}.officers-module__RA4nrW__editCell{align-items:center;gap:8px;display:flex}.officers-module__RA4nrW__editRank{flex-shrink:0;width:160px}.officers-module__RA4nrW__actions{justify-content:flex-end;gap:8px;display:flex}.officers-module__RA4nrW__primary,.officers-module__RA4nrW__danger,.officers-module__RA4nrW__cancel{border:1px solid var(--border);font:inherit;cursor:pointer;background:var(--surface);color:var(--foreground);border-radius:6px;padding:6px 12px}.officers-module__RA4nrW__primary{background:var(--primary);border-color:var(--primary);color:var(--text-white)}.officers-module__RA4nrW__danger{color:var(--danger);border-color:var(--danger)}.officers-module__RA4nrW__primary:disabled,.officers-module__RA4nrW__danger:disabled,.officers-module__RA4nrW__cancel:disabled{opacity:.5;cursor:default}.officers-module__RA4nrW__chart{flex-direction:column;gap:8px;display:flex}.officers-module__RA4nrW__chartGroupTitle{color:var(--text-secondary);margin:8px 0 0;font-size:.95rem;font-weight:600}.officers-module__RA4nrW__chartEmpty{color:var(--text-secondary);margin:0;font-size:.95rem}.officers-module__RA4nrW__chartList{border:1px solid var(--border);background:var(--surface);border-radius:12px;margin:0;padding:0;list-style:none}.officers-module__RA4nrW__chartRow{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:10px 12px;font-size:.95rem;line-height:1;display:flex}.officers-module__RA4nrW__chartRow:last-child{border-bottom:none}.officers-module__RA4nrW__chartKind{color:var(--text-secondary);flex-shrink:0;width:72px;font-size:.85rem;line-height:1}.officers-module__RA4nrW__chartName{color:var(--foreground);font-weight:600;line-height:1}.officers-module__RA4nrW__chartPresident{color:var(--text-secondary);line-height:1}.officers-module__RA4nrW__chartCount{color:var(--text-secondary);margin-left:auto;line-height:1}.officers-module__RA4nrW__overlay{background:var(--modal-overlay);z-index:1100;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.officers-module__RA4nrW__dialog{background:var(--surface);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:12px;width:min(480px,100vw - 32px);padding:20px;display:flex}.officers-module__RA4nrW__dialogTitle{margin:0;font-size:1.05rem;font-weight:700}.officers-module__RA4nrW__dialogBody{color:var(--text-secondary);margin:0;line-height:1.5}.officers-module__RA4nrW__dialogActions{justify-content:flex-end;gap:8px;display:flex}.officers-module__RA4nrW__accessNote{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.6}.officers-module__RA4nrW__accessLink{color:var(--primary);font-weight:600}
.requests-module__nIlUSW__page{flex-direction:column;gap:20px;padding:0 0 64px;display:flex}.requests-module__nIlUSW__header{align-items:center;gap:12px;line-height:1;display:flex}.requests-module__nIlUSW__empty{color:var(--text-gray);margin:0;padding:8px 0 24px;font-size:14px}.requests-module__nIlUSW__rowTitle{color:var(--foreground);font-weight:600;text-decoration:none}.requests-module__nIlUSW__markers{align-items:center;gap:6px;display:inline-flex}.requests-module__nIlUSW__marker{border:1px solid var(--border);color:var(--text-secondary);border-radius:999px;align-items:center;padding:2px 8px;font-size:.8rem;line-height:1;display:inline-flex}.requests-module__nIlUSW__markerMustRead{color:var(--danger);border-color:var(--danger)}.requests-module__nIlUSW__statePublished{color:var(--success);font-weight:600}.requests-module__nIlUSW__stateDraft{color:var(--warning);font-weight:600}.requests-module__nIlUSW__card{border:1px solid var(--border);background:var(--surface);border-radius:12px;flex-direction:column;gap:12px;min-width:0;padding:20px;display:flex}.requests-module__nIlUSW__sectionTitle{color:var(--foreground);margin:0;font-size:1.05rem;font-weight:700}.requests-module__nIlUSW__hint{color:var(--text-secondary);margin:0;font-size:.9rem}.requests-module__nIlUSW__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.requests-module__nIlUSW__checks{flex-wrap:wrap;gap:16px;display:flex}.requests-module__nIlUSW__check{color:var(--foreground);cursor:pointer;align-items:center;gap:8px;font-size:.95rem;line-height:1;display:flex}.requests-module__nIlUSW__check input{accent-color:var(--primary);margin:0}.requests-module__nIlUSW__formActions{justify-content:flex-end;gap:8px;display:flex}.requests-module__nIlUSW__primary,.requests-module__nIlUSW__danger,.requests-module__nIlUSW__cancel{border:1px solid var(--border);font:inherit;cursor:pointer;background:var(--surface);color:var(--foreground);border-radius:6px;padding:6px 12px;line-height:1.4;text-decoration:none}.requests-module__nIlUSW__primary{background:var(--primary);border-color:var(--primary);color:var(--text-white)}.requests-module__nIlUSW__danger{color:var(--danger);border-color:var(--danger)}.requests-module__nIlUSW__primary:disabled,.requests-module__nIlUSW__danger:disabled,.requests-module__nIlUSW__cancel:disabled{opacity:.5;cursor:default}.requests-module__nIlUSW__meta{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:8px 16px;font-size:.9rem;line-height:1;display:flex}.requests-module__nIlUSW__noticeTitle{color:var(--foreground);margin:0;font-size:1.35rem;font-weight:700;line-height:1.3}.requests-module__nIlUSW__body{color:var(--foreground);line-height:1.6}.requests-module__nIlUSW__actions{flex-wrap:wrap;gap:8px;display:flex}.requests-module__nIlUSW__stats{gap:24px;margin:0;display:flex}.requests-module__nIlUSW__stat{flex-direction:column;gap:4px;display:flex}.requests-module__nIlUSW__stat dt{color:var(--text-secondary);font-size:.85rem}.requests-module__nIlUSW__stat dd{color:var(--foreground);margin:0;font-weight:600}.requests-module__nIlUSW__progress{background:var(--border-color);border-radius:999px;height:8px;overflow:hidden}.requests-module__nIlUSW__progressFill{background:var(--primary);height:100%}.requests-module__nIlUSW__columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}@media (max-width:768px){.requests-module__nIlUSW__grid,.requests-module__nIlUSW__columns{grid-template-columns:1fr}.requests-module__nIlUSW__stats{flex-wrap:wrap;gap:16px}}.requests-module__nIlUSW__overlay{background:var(--modal-overlay);z-index:1100;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.requests-module__nIlUSW__dialog{background:var(--surface);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:12px;width:min(480px,100vw - 32px);padding:20px;display:flex}.requests-module__nIlUSW__dialogTitle{margin:0;font-size:1.05rem;font-weight:700}.requests-module__nIlUSW__dialogBody{color:var(--text-secondary);margin:0;line-height:1.5}.requests-module__nIlUSW__dialogActions{justify-content:flex-end;gap:8px;display:flex}.requests-module__nIlUSW__rateCell{align-items:center;gap:8px;min-width:140px;display:flex}.requests-module__nIlUSW__rateCell .requests-module__nIlUSW__progress{flex:1}.requests-module__nIlUSW__rateText{color:var(--text-secondary);white-space:nowrap;font-size:.85rem;line-height:1}.requests-module__nIlUSW__builder{border:1px solid var(--border);background:var(--surface-2);border-radius:8px;flex-direction:column;gap:12px;padding:12px;display:flex}.requests-module__nIlUSW__builderHeader{justify-content:space-between;align-items:center;gap:8px;line-height:1;display:flex}.requests-module__nIlUSW__builderTitle{color:var(--foreground);margin:0;font-size:.95rem;font-weight:700;line-height:1}.requests-module__nIlUSW__choiceRow{align-items:center;gap:8px;display:flex}.requests-module__nIlUSW__choiceRow>:first-child{flex:1;min-width:0}.requests-module__nIlUSW__tally{flex-direction:column;gap:6px;display:flex}.requests-module__nIlUSW__tallyRow{grid-template-columns:minmax(0,12rem) minmax(0,1fr) 4rem;align-items:center;gap:12px;font-size:.95rem;line-height:1;display:grid}.requests-module__nIlUSW__tallyLabel{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.requests-module__nIlUSW__tallyCount{text-align:right;color:var(--text-secondary)}.requests-module__nIlUSW__quorumMet{color:var(--success);font-weight:700}.requests-module__nIlUSW__quorumNotMet{color:var(--danger);font-weight:700}.requests-module__nIlUSW__stateDone{color:var(--success);font-weight:600}.requests-module__nIlUSW__statePending{color:var(--warning);font-weight:600}.requests-module__nIlUSW__stateExempt{color:var(--text-secondary);font-weight:600}.requests-module__nIlUSW__answerCell{white-space:normal;color:var(--text-secondary)}@media (max-width:768px){.requests-module__nIlUSW__tallyRow{grid-template-columns:minmax(0,1fr) 3rem}.requests-module__nIlUSW__tallyRow .requests-module__nIlUSW__progress{grid-area:2/1/auto/-1}}
.rooms-module__tpLhAq__page{flex-direction:column;gap:20px;padding:0 0 64px;display:flex}.rooms-module__tpLhAq__hint{color:var(--text-gray);margin:0;font-size:13px;line-height:1.6}.rooms-module__tpLhAq__sectionTitle{color:var(--foreground);margin:12px 0 0;font-size:16px;font-weight:700;line-height:1}.rooms-module__tpLhAq__createForm,.rooms-module__tpLhAq__transferForm{border:1px solid var(--border-color);background:var(--surface);border-radius:12px;flex-direction:column;gap:16px;padding:20px;display:flex}.rooms-module__tpLhAq__createGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.rooms-module__tpLhAq__field{flex-direction:column;gap:6px;min-width:0;display:flex}.rooms-module__tpLhAq__fieldWide{grid-column:1/-1}.rooms-module__tpLhAq__label{color:var(--foreground);font-size:13px;font-weight:600;line-height:1}.rooms-module__tpLhAq__formActions,.rooms-module__tpLhAq__transferRow{align-items:center;gap:12px;display:flex}.rooms-module__tpLhAq__transferRow{align-items:stretch}.rooms-module__tpLhAq__primary{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;height:40px;padding:0 20px;font-family:inherit;font-size:14px;font-weight:600;line-height:1;display:inline-flex}.rooms-module__tpLhAq__primary:disabled{background:var(--border-color);color:var(--text-gray);cursor:default}.rooms-module__tpLhAq__textButton{color:var(--text-gray);cursor:pointer;appearance:none;background:0 0;border:none;padding:0;font-family:inherit;font-size:13px;font-weight:600;line-height:1}.rooms-module__tpLhAq__empty{color:var(--text-gray);margin:0;padding:8px 0 24px;font-size:14px}.rooms-module__tpLhAq__handle{color:var(--text-gray)}.rooms-module__tpLhAq__rowActions{align-items:center;gap:16px;display:flex}@media (max-width:900px){.rooms-module__tpLhAq__page{padding:0 0 48px}.rooms-module__tpLhAq__createGrid{grid-template-columns:1fr}}.rooms-module__tpLhAq__kind{border:1px solid var(--border-color);color:var(--text-gray);border-radius:4px;align-items:center;padding:4px 8px;font-size:12px;font-weight:600;line-height:1;display:inline-flex}.rooms-module__tpLhAq__managed{color:var(--text-gray);font-size:13px;line-height:1}.rooms-module__tpLhAq__inlineForm{border:1px solid var(--border-color);background:var(--surface);border-radius:12px;flex-direction:column;gap:16px;padding:20px;display:flex}.rooms-module__tpLhAq__inlineRow{align-items:stretch;gap:12px;display:flex}
.signup-countries-module__ZsUu6G__container{flex-direction:column;gap:2rem;max-width:1080px;margin:0 auto;padding:1.5rem 1.25rem 4rem;display:flex}.signup-countries-module__ZsUu6G__header{flex-direction:column;gap:.25rem;display:flex}.signup-countries-module__ZsUu6G__title{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:700}.signup-countries-module__ZsUu6G__subtitle{color:var(--text-gray);margin:0;font-size:.95rem}.signup-countries-module__ZsUu6G__notice{border:1px solid var(--border-color);background:var(--surface);color:var(--foreground);border-radius:8px;margin:.5rem 0 0;padding:.85rem 1rem;font-size:.9rem;line-height:1.5}.signup-countries-module__ZsUu6G__section{flex-direction:column;gap:1rem;display:flex}.signup-countries-module__ZsUu6G__sectionTitle{color:var(--foreground);margin:0;font-size:1.15rem;font-weight:700}.signup-countries-module__ZsUu6G__sectionSubtitle{color:var(--text-gray);margin:0;font-size:.9rem}.signup-countries-module__ZsUu6G__toolbar{background:var(--surface);border:1px solid var(--border-color);border-radius:12px;flex-wrap:wrap;align-items:flex-end;gap:1rem;padding:1.25rem 1.5rem;display:flex}.signup-countries-module__ZsUu6G__searchField{flex:260px;min-width:220px}.signup-countries-module__ZsUu6G__toolbarActions{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.signup-countries-module__ZsUu6G__empty{text-align:center;background:var(--surface);border:1px solid var(--border-color);color:var(--text-gray);border-radius:12px;padding:3rem 1.5rem;font-size:.95rem}.signup-countries-module__ZsUu6G__loading{color:var(--text-gray);text-align:center;padding:1rem;font-size:.9rem}.signup-countries-module__ZsUu6G__tableWrap{background:var(--surface);border:1px solid var(--border-color);border-radius:12px;overflow-x:auto}.signup-countries-module__ZsUu6G__table{border-collapse:collapse;width:100%;font-size:.9rem}.signup-countries-module__ZsUu6G__table th,.signup-countries-module__ZsUu6G__table td{text-align:left;border-bottom:1px solid var(--border-color);color:var(--foreground);vertical-align:middle;padding:.85rem 1rem}.signup-countries-module__ZsUu6G__table th{color:var(--text-gray);background:var(--surface);text-transform:uppercase;letter-spacing:.02em;font-size:.8rem;font-weight:600}.signup-countries-module__ZsUu6G__table tr:last-child td{border-bottom:none}.signup-countries-module__ZsUu6G__mono{color:var(--text-gray);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem}.signup-countries-module__ZsUu6G__switchCell{align-items:center;gap:.6rem;line-height:1;display:flex}.signup-countries-module__ZsUu6G__stateAllowed{color:var(--text-gray);font-size:.85rem;font-weight:600;line-height:1}.signup-countries-module__ZsUu6G__stateBlocked{color:var(--danger);font-size:.85rem;font-weight:600;line-height:1}.signup-countries-module__ZsUu6G__muted{color:var(--text-gray)}
.signup-rings-module__rsPixG__container{flex-direction:column;gap:2rem;max-width:1080px;margin:0 auto;padding:1.5rem 1.25rem 4rem;display:flex}.signup-rings-module__rsPixG__header{flex-direction:column;gap:.25rem;display:flex}.signup-rings-module__rsPixG__title{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:700}.signup-rings-module__rsPixG__subtitle{color:var(--text-gray);margin:0;font-size:.95rem}.signup-rings-module__rsPixG__controls{background:var(--surface);border:1px solid var(--border-color);border-radius:12px;flex-wrap:wrap;align-items:flex-end;gap:1rem;padding:1.25rem 1.5rem;display:flex}.signup-rings-module__rsPixG__filterField{flex-direction:column;gap:.4rem;min-width:220px;display:flex}.signup-rings-module__rsPixG__fieldLabel{color:var(--foreground);font-size:.85rem;font-weight:600}.signup-rings-module__rsPixG__summary{color:var(--text-gray);margin:0;font-size:.9rem}.signup-rings-module__rsPixG__loading{color:var(--text-gray);text-align:center;padding:1rem;font-size:.9rem}.signup-rings-module__rsPixG__empty{text-align:center;background:var(--surface);border:1px solid var(--border-color);color:var(--text-gray);border-radius:12px;padding:3rem 1.5rem;font-size:.95rem}.signup-rings-module__rsPixG__clusterList{flex-direction:column;gap:1.5rem;display:flex}.signup-rings-module__rsPixG__cluster{background:var(--surface);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.signup-rings-module__rsPixG__clusterHeader{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.signup-rings-module__rsPixG__severityBadge,.signup-rings-module__rsPixG__scoreBadge,.signup-rings-module__rsPixG__clusterId,.signup-rings-module__rsPixG__openBadge{letter-spacing:.02em;border:1px solid var(--border-color);border-radius:6px;align-items:center;padding:.35rem .6rem;font-size:.78rem;font-weight:700;line-height:1;display:inline-flex}.signup-rings-module__rsPixG__severityBadge{color:var(--foreground);background:var(--surface-3,var(--surface))}.signup-rings-module__rsPixG__severityCritical{color:var(--danger);background:var(--danger-soft-bg);border-color:color-mix(in srgb, var(--danger) 40%, transparent)}.signup-rings-module__rsPixG__severityHigh{color:var(--warning);background:color-mix(in srgb, var(--warning) 12%, transparent);border-color:color-mix(in srgb, var(--warning) 40%, transparent)}.signup-rings-module__rsPixG__scoreBadge{color:var(--text-gray);background:var(--surface);font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.signup-rings-module__rsPixG__clusterId{color:var(--text-gray);background:var(--surface);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:600}.signup-rings-module__rsPixG__openBadge{color:var(--danger);background:var(--danger-soft-bg);border-color:color-mix(in srgb, var(--danger) 40%, transparent)}.signup-rings-module__rsPixG__reason{color:var(--foreground);margin:0;font-size:.95rem;line-height:1.5}.signup-rings-module__rsPixG__signalList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.signup-rings-module__rsPixG__signalRow{flex-wrap:wrap;align-items:center;gap:.6rem;line-height:1.4;display:flex}.signup-rings-module__rsPixG__signalKind{letter-spacing:.02em;background:var(--surface-3,var(--surface));color:var(--foreground);border:1px solid var(--border-color);border-radius:6px;flex-shrink:0;align-items:center;padding:.25rem .55rem;font-size:.72rem;font-weight:700;line-height:1;display:inline-flex}.signup-rings-module__rsPixG__signalDetail{color:var(--text-gray);font-size:.88rem;line-height:1.4}.signup-rings-module__rsPixG__blockRow{flex-wrap:wrap;align-items:center;gap:.6rem;line-height:1.4;display:flex}.signup-rings-module__rsPixG__blockLabel{color:var(--foreground);font-size:.85rem;font-weight:600;line-height:1}.signup-rings-module__rsPixG__blockValue{background:var(--surface);color:var(--foreground);border:1px solid var(--border-color);border-radius:6px;align-items:center;gap:.5rem;padding:.25rem .5rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8rem;line-height:1;display:inline-flex}.signup-rings-module__rsPixG__tableWrap{border:1px solid var(--border-color);border-radius:12px;overflow-x:auto}.signup-rings-module__rsPixG__table{border-collapse:collapse;width:100%;font-size:.9rem}.signup-rings-module__rsPixG__table th,.signup-rings-module__rsPixG__table td{text-align:left;border-bottom:1px solid var(--border-color);color:var(--foreground);vertical-align:middle;padding:.85rem 1rem}.signup-rings-module__rsPixG__table th{color:var(--text-gray);background:var(--surface);text-transform:uppercase;letter-spacing:.02em;font-size:.8rem;font-weight:600}.signup-rings-module__rsPixG__table tr:last-child td{border-bottom:none}.signup-rings-module__rsPixG__mono{color:var(--text-gray);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem}.signup-rings-module__rsPixG__statusOpen{color:var(--danger);background:var(--danger-soft-bg);border:1px solid color-mix(in srgb, var(--danger) 40%, transparent);border-radius:6px;align-items:center;padding:.2rem .55rem;font-size:.75rem;font-weight:700;line-height:1;display:inline-flex}.signup-rings-module__rsPixG__statusHandled{color:var(--text-gray);background:var(--surface);border:1px solid var(--border-color);border-radius:6px;align-items:center;padding:.2rem .55rem;font-size:.75rem;font-weight:700;line-height:1;display:inline-flex}.signup-rings-module__rsPixG__tagList{flex-wrap:wrap;gap:.35rem;display:flex}.signup-rings-module__rsPixG__tag{background:var(--surface);color:var(--foreground);border:1px solid var(--border-color);border-radius:6px;align-items:center;padding:.2rem .5rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8rem;line-height:1;display:inline-flex}.signup-rings-module__rsPixG__rowActions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.signup-rings-module__rsPixG__viewBtn{background:var(--surface);color:var(--foreground);border:1.5px solid var(--border-color);white-space:nowrap;border-radius:6px;align-items:center;padding:.45rem .85rem;font-size:.85rem;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.signup-rings-module__rsPixG__muted{color:var(--text-gray)}
.Users-module__-V24Na__header{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;display:flex}.Users-module__-V24Na__title{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:700}.Users-module__-V24Na__badge{background:var(--surface-3);color:var(--text-gray);border-radius:20px;padding:2px 10px;font-size:13px;font-weight:600}.Users-module__-V24Na__createStaffLink{border:1px solid var(--border-color);background:var(--surface);color:var(--foreground);border-radius:8px;margin-left:auto;padding:6px 12px;font-size:13px;font-weight:600;text-decoration:none}.Users-module__-V24Na__createMemberLink,.Users-module__-V24Na__createPartnerLink{border:1px solid var(--border-color);background:var(--surface);color:var(--foreground);border-radius:8px;padding:6px 12px;font-size:13px;font-weight:600;text-decoration:none}.Users-module__-V24Na__filters{flex-wrap:wrap;align-items:end;gap:12px;margin-bottom:16px;display:flex}.Users-module__-V24Na__pendingChip{background:var(--surface);color:var(--foreground-muted);border:1px solid var(--border-color);cursor:pointer;border-radius:8px;align-self:end;height:38px;padding:8px 14px;font-size:13px;font-weight:600}.Users-module__-V24Na__pendingChipActive{background:var(--primary);color:var(--text-white);border-color:var(--primary)}.Users-module__-V24Na__tableWrapper{background:var(--surface);border:1px solid var(--border-color);border-radius:12px;overflow:hidden}.Users-module__-V24Na__table{border-collapse:collapse;width:100%}.Users-module__-V24Na__th{background:var(--surface-2);color:var(--text-gray);text-align:left;border-bottom:1px solid var(--border-color);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;padding:12px 16px;font-size:12px;font-weight:600}.Users-module__-V24Na__tr{border-bottom:1px solid var(--border-color)}.Users-module__-V24Na__td{color:var(--foreground-muted);vertical-align:middle;padding:14px 16px;font-size:14px}.Users-module__-V24Na__userCell{align-items:center;gap:10px;display:flex}.Users-module__-V24Na__avatar{object-fit:cover;border-radius:50%;width:36px;height:36px}.Users-module__-V24Na__avatarPlaceholder{background:var(--primary);width:36px;height:36px;color:var(--text-white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:600;display:flex}.Users-module__-V24Na__userName{color:var(--foreground);font-size:14px;font-weight:600}.Users-module__-V24Na__userEmail{color:var(--text-gray);font-size:12px}.Users-module__-V24Na__typeBadge{background:var(--info-soft-bg);color:var(--info-soft-fg);white-space:nowrap;border-radius:4px;padding:2px 8px;font-size:12px;font-weight:600;display:inline-block}.Users-module__-V24Na__segmentBadge{background:var(--primary-soft-bg);color:var(--primary-dark);white-space:nowrap;border-radius:4px;padding:2px 8px;font-size:12px;font-weight:600;display:inline-block}.Users-module__-V24Na__statusBadge{white-space:nowrap;border-radius:4px;padding:2px 8px;font-size:12px;font-weight:600;display:inline-block}.Users-module__-V24Na__dim{color:var(--muted)}.Users-module__-V24Na__nowrap{white-space:nowrap}.Users-module__-V24Na__actionsCell{flex-wrap:wrap;gap:6px;display:flex}.Users-module__-V24Na__btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:6px;padding:6px 12px;font-family:inherit;font-size:12px;font-weight:600}.Users-module__-V24Na__verifyBtn{background:var(--success);color:var(--text-white);border-color:var(--success)}.Users-module__-V24Na__unverifyBtn{background:var(--surface);color:var(--foreground-muted);border-color:var(--border-strong)}.Users-module__-V24Na__dangerBtn{background:var(--danger);color:var(--text-white);border-color:var(--danger)}.Users-module__-V24Na__reviewBtn{background:var(--surface);color:var(--primary);border-color:var(--primary-soft-border)}.Users-module__-V24Na__empty{text-align:center;color:var(--muted);padding:40px}.Users-module__-V24Na__loading{color:var(--muted);padding:24px;font-size:14px}.Users-module__-V24Na__profileLink{color:inherit;text-decoration:none}.Users-module__-V24Na__profileLink:hover .Users-module__-V24Na__userName{color:var(--primary);text-decoration:underline}.Users-module__-V24Na__cardList{background:0 0;border:none;flex-direction:column;gap:12px;margin:0;padding:0;display:none}.Users-module__-V24Na__card{background:var(--surface);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;gap:10px;padding:14px 16px;display:flex}.Users-module__-V24Na__cardHeader{align-items:center;gap:10px;display:flex}.Users-module__-V24Na__cardBody{flex-direction:column;gap:4px;font-size:13px;display:flex}.Users-module__-V24Na__cardRow{justify-content:space-between;align-items:center;gap:8px;display:flex}.Users-module__-V24Na__cardLabel{color:var(--text-gray);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:600}@media (max-width:900px){.Users-module__-V24Na__tableWrapper{display:none}.Users-module__-V24Na__cardList{display:flex}}.Users-module__-V24Na__privatePartnerBadge{border:1px solid var(--warning);color:var(--warning);white-space:nowrap;border-radius:10px;align-items:center;margin-left:6px;padding:2px 6px;font-size:11px;font-weight:600;line-height:1;display:inline-flex}
.AdminPrivacyToggleButton-module__yBT3yq__btn{cursor:pointer;background:var(--surface);border:1px solid #0000;border-radius:6px;padding:6px 10px;font-family:inherit;font-size:12px;font-weight:600}.AdminPrivacyToggleButton-module__yBT3yq__btn:disabled{opacity:.6;cursor:not-allowed}.AdminPrivacyToggleButton-module__yBT3yq__makePrivate{background:var(--danger,#dc2626);color:#fff;border-color:var(--danger,#dc2626)}.AdminPrivacyToggleButton-module__yBT3yq__makePublic{background:var(--surface);color:var(--foreground-muted);border-color:var(--border-strong)}
.ImageEditControl-module__o8A7pa__controls{gap:8px;display:flex;position:absolute;bottom:10px;right:10px}.ImageEditControl-module__o8A7pa__fileInput{display:none}.ImageEditControl-module__o8A7pa__button{border:1px solid var(--border-color);background:var(--surface);width:32px;height:32px;color:var(--foreground);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:0;display:inline-flex}.ImageEditControl-module__o8A7pa__button:disabled{opacity:.6;cursor:default}
.ScheduleCalendar-module__VyMYfG__container{max-width:1200px;margin-top:2rem}.ScheduleCalendar-module__VyMYfG__containerCompact{max-width:1200px;margin-top:0}.ScheduleCalendar-module__VyMYfG__loading,.ScheduleCalendar-module__VyMYfG__empty{color:var(--text-gray);justify-content:center;align-items:center;padding:2rem;font-size:1rem;display:flex}.ScheduleCalendar-module__VyMYfG__error{color:#dc2626;text-align:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:.75rem;padding:.75rem;font-size:.875rem}.ScheduleCalendar-module__VyMYfG__availabilitySection{border:1px solid var(--border-color);background:#f8fafc;border-radius:10px;flex-direction:column;gap:1rem;margin-bottom:2rem;padding:1rem;display:flex}.ScheduleCalendar-module__VyMYfG__dayRow{border:1px solid var(--border-color);background:#fff;border-radius:10px;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.ScheduleCalendar-module__VyMYfG__rowTop{align-items:center;gap:1rem;display:flex}.ScheduleCalendar-module__VyMYfG__weekDayCircle{background:var(--border-color);color:#1e293b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.9rem;font-weight:700;display:flex}.ScheduleCalendar-module__VyMYfG__timeInput{background:#fff;border:1px solid #cbd5e1;border-radius:8px;width:105px;padding:.45rem .75rem;font-size:.85rem;transition:all .2s}.ScheduleCalendar-module__VyMYfG__timeInput::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer}.ScheduleCalendar-module__VyMYfG__timeInput:hover{border-color:#94a3b8}.ScheduleCalendar-module__VyMYfG__timeInput:disabled{color:#94a3b8;cursor:not-allowed;background:#f1f5f9}.ScheduleCalendar-module__VyMYfG__rowBottom{align-items:center;gap:1.2rem;padding-left:3rem;display:flex}.ScheduleCalendar-module__VyMYfG__offSwitch{cursor:pointer;background:0 0;border:none;padding:0}.ScheduleCalendar-module__VyMYfG__switchTrack{background:#cbd5e1;border-radius:22px;width:42px;height:22px;transition:background .25s;position:relative}.ScheduleCalendar-module__VyMYfG__switchOn{background:#3b82f6}.ScheduleCalendar-module__VyMYfG__switchThumb{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .25s;position:absolute;top:2px;left:2px}.ScheduleCalendar-module__VyMYfG__switchOn .ScheduleCalendar-module__VyMYfG__switchThumb{transform:translate(20px)}.ScheduleCalendar-module__VyMYfG__resetButton{cursor:pointer;color:#475569;background:#f1f5f9;border:none;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;font-size:16px;transition:all .2s;display:flex}.ScheduleCalendar-module__VyMYfG__resetButton:hover{background:var(--border-color)}.ScheduleCalendar-module__VyMYfG__saving{color:#2563eb;font-size:.82rem;font-weight:500}.ScheduleCalendar-module__VyMYfG__errorText{color:#dc2626;font-size:.82rem;font-weight:500}.ScheduleCalendar-module__VyMYfG__timeSelect{cursor:pointer;appearance:none;text-align:center;background:#fff url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width='10'%20height='5'%20viewBox='0%200%2010%205'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M0%200l5%205%205-5z'%20fill='%23949CA0'/%3E%3C/svg%3E") right .5rem center/10px 5px no-repeat;border:1px solid #cbd5e1;border-radius:20px;min-width:100px;padding:.45rem .75rem;font-size:.85rem;transition:all .2s}.ScheduleCalendar-module__VyMYfG__timeSelect:hover{border-color:#94a3b8}.ScheduleCalendar-module__VyMYfG__disabledSelect{cursor:not-allowed;color:#94a3b8!important;background:#f1f5f9!important}.ScheduleCalendar-module__VyMYfG__viewToggle{border:1px solid var(--border-color);background:var(--surface);border-radius:10px;align-self:flex-start;margin-bottom:1rem;display:inline-flex;overflow:hidden}.ScheduleCalendar-module__VyMYfG__viewBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:6px 14px;font-family:inherit;font-size:.85rem;font-weight:600;display:inline-flex}.ScheduleCalendar-module__VyMYfG__viewBtn:hover{color:var(--foreground)}.ScheduleCalendar-module__VyMYfG__viewBtnActive{color:#fff;background:#3b82f6}.ScheduleCalendar-module__VyMYfG__viewBtnActive:hover{color:#fff}.ScheduleCalendar-module__VyMYfG__weekGrid{background:var(--surface);border:1px solid var(--border-color);border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.ScheduleCalendar-module__VyMYfG__dayHeaders{background:var(--surface-2);border-bottom:1px solid var(--border-color);grid-template-columns:repeat(7,1fr);display:grid}.ScheduleCalendar-module__VyMYfG__dayHeader{text-align:center;border-right:1px solid var(--border-color);padding:.5rem .25rem}.ScheduleCalendar-module__VyMYfG__dayHeader:last-child{border-right:none}.ScheduleCalendar-module__VyMYfG__dayName{color:var(--foreground);margin-bottom:.125rem;font-size:.75rem;font-weight:600}.ScheduleCalendar-module__VyMYfG__dayDate{color:var(--text-gray);font-size:.875rem;font-weight:500}.ScheduleCalendar-module__VyMYfG__slotsGrid{grid-template-columns:repeat(7,1fr);min-height:400px;display:grid}.ScheduleCalendar-module__VyMYfG__dayColumn{border-right:1px solid var(--border-color);flex-direction:column;display:flex}.ScheduleCalendar-module__VyMYfG__dayColumn:last-child{border-right:none}.ScheduleCalendar-module__VyMYfG__timeSlot{border-bottom:1px solid var(--border-color);justify-content:center;align-items:center;min-height:35px;padding:.375rem .25rem;transition:all .2s;display:flex}.ScheduleCalendar-module__VyMYfG__timeSlot:last-child{border-bottom:none}.ScheduleCalendar-module__VyMYfG__availableSlot{color:#065f46;background:#d1fae5}.ScheduleCalendar-module__VyMYfG__offSlot{color:#b91c1c;background:#fee2e2}.ScheduleCalendar-module__VyMYfG__unsetSlot{background:var(--surface);color:var(--text-gray)}.ScheduleCalendar-module__VyMYfG__timeText{font-size:.75rem;font-weight:500}.ScheduleCalendar-module__VyMYfG__legend{color:var(--text-gray);border-top:1px solid var(--border-color);background:var(--surface-2);flex-wrap:wrap;gap:14px;padding:.75rem 1rem;font-size:.75rem;display:flex}.ScheduleCalendar-module__VyMYfG__legend span{align-items:center;gap:6px;display:inline-flex}.ScheduleCalendar-module__VyMYfG__legendDot{border-radius:2px;width:14px;height:10px;display:inline-block}.ScheduleCalendar-module__VyMYfG__monthView{background:var(--surface);border:1px solid var(--border-color);border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.ScheduleCalendar-module__VyMYfG__monthDayHeaders{background:var(--surface-2);border-bottom:1px solid var(--border-color);grid-template-columns:repeat(7,1fr);display:grid}.ScheduleCalendar-module__VyMYfG__monthDayHeader{text-align:center;color:var(--foreground);border-right:1px solid var(--border-color);padding:.75rem .5rem;font-size:.875rem;font-weight:600}.ScheduleCalendar-module__VyMYfG__monthDayHeader:last-child{border-right:none}.ScheduleCalendar-module__VyMYfG__monthCalendarBody{flex-direction:column;display:flex}.ScheduleCalendar-module__VyMYfG__monthWeekRow{border-bottom:1px solid var(--border-color);grid-template-columns:repeat(7,1fr);display:grid}.ScheduleCalendar-module__VyMYfG__monthWeekRow:last-child{border-bottom:none}.ScheduleCalendar-module__VyMYfG__monthDayCell{border-right:1px solid var(--border-color);background:var(--surface);flex-direction:column;min-height:80px;padding:.75rem .5rem;transition:all .2s;display:flex}.ScheduleCalendar-module__VyMYfG__monthDayCell:last-child{border-right:none}.ScheduleCalendar-module__VyMYfG__todayCell{background:#3b82f60d;border:2px solid #3b82f6}.ScheduleCalendar-module__VyMYfG__otherMonth{background:var(--surface-2);color:var(--text-gray)}.ScheduleCalendar-module__VyMYfG__monthDayNumber{color:var(--foreground);margin-bottom:.5rem;font-size:.875rem;font-weight:600}.ScheduleCalendar-module__VyMYfG__otherMonth .ScheduleCalendar-module__VyMYfG__monthDayNumber{color:var(--text-gray)}.ScheduleCalendar-module__VyMYfG__monthBarTrack{background:var(--border-color);border-radius:2px;height:4px;margin-top:auto;overflow:hidden}.ScheduleCalendar-module__VyMYfG__monthBarFill{background:#10b981;border-radius:2px;height:100%}.ScheduleCalendar-module__VyMYfG__monthOffTag{color:#991b1b;text-transform:uppercase;background:#fee2e2;border-radius:4px;align-self:flex-start;margin-top:auto;padding:1px 6px;font-size:10px;font-weight:700}@media (max-width:768px){.ScheduleCalendar-module__VyMYfG__dayHeader,.ScheduleCalendar-module__VyMYfG__monthDayHeader{padding:.375rem .125rem}.ScheduleCalendar-module__VyMYfG__dayName{font-size:.6875rem}.ScheduleCalendar-module__VyMYfG__dayDate{font-size:.75rem}.ScheduleCalendar-module__VyMYfG__timeSlot{min-height:30px;padding:.25rem .125rem}.ScheduleCalendar-module__VyMYfG__timeText{font-size:.6875rem}.ScheduleCalendar-module__VyMYfG__monthDayCell{min-height:60px;padding:.5rem .25rem}.ScheduleCalendar-module__VyMYfG__monthDayNumber{font-size:.75rem}}@media (max-width:480px){.ScheduleCalendar-module__VyMYfG__dayHeader,.ScheduleCalendar-module__VyMYfG__monthDayHeader{padding:.25rem .125rem}.ScheduleCalendar-module__VyMYfG__dayName{font-size:.625rem}.ScheduleCalendar-module__VyMYfG__dayDate{font-size:.6875rem}.ScheduleCalendar-module__VyMYfG__timeSlot{min-height:25px;padding:.1875rem .0625rem}.ScheduleCalendar-module__VyMYfG__timeText{font-size:.625rem}}.ScheduleCalendar-module__VyMYfG__containerSchedule{max-width:1200px}.ScheduleCalendar-module__VyMYfG__scheduleToolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.ScheduleCalendar-module__VyMYfG__scheduleToolbar .ScheduleCalendar-module__VyMYfG__viewToggle{margin-bottom:0}.ScheduleCalendar-module__VyMYfG__scheduleNav{align-items:center;gap:.75rem;display:flex}.ScheduleCalendar-module__VyMYfG__periodLabel{color:var(--foreground);font-size:.95rem;font-weight:700;line-height:1}.ScheduleCalendar-module__VyMYfG__todayHeader .ScheduleCalendar-module__VyMYfG__dayDate{color:var(--primary);font-weight:700}.ScheduleCalendar-module__VyMYfG__allDayRow{border-bottom:1px solid var(--border-color);background:var(--surface);grid-template-columns:repeat(7,1fr);display:grid}.ScheduleCalendar-module__VyMYfG__allDayCell{border-right:1px solid var(--border-color);flex-direction:column;gap:2px;min-width:0;padding:.25rem;display:flex}.ScheduleCalendar-module__VyMYfG__allDayCell:last-child{border-right:none}.ScheduleCalendar-module__VyMYfG__containerSchedule .ScheduleCalendar-module__VyMYfG__slotsGrid{max-height:36rem;position:relative;overflow-y:auto}.ScheduleCalendar-module__VyMYfG__containerSchedule .ScheduleCalendar-module__VyMYfG__dayColumn,.ScheduleCalendar-module__VyMYfG__containerSchedule .ScheduleCalendar-module__VyMYfG__monthDayCell{min-width:0}.ScheduleCalendar-module__VyMYfG__slotItems{align-items:center;gap:4px;min-width:0;max-width:100%;display:flex}.ScheduleCalendar-module__VyMYfG__slotItem,.ScheduleCalendar-module__VyMYfG__cellItem{white-space:nowrap;text-overflow:ellipsis;border-radius:4px;align-items:center;gap:4px;min-width:0;padding:3px 6px;font-size:.8125rem;font-weight:600;line-height:1.4;text-decoration:none;display:flex;overflow:hidden}.ScheduleCalendar-module__VyMYfG__cellItems{flex-direction:column;gap:5px;min-width:0;margin-bottom:.25rem;display:flex}.ScheduleCalendar-module__VyMYfG__moreItems{white-space:nowrap;color:var(--text-gray);font-size:.6875rem;font-weight:600;line-height:1.4}.ScheduleCalendar-module__VyMYfG__coveredSlot{justify-content:flex-start}.ScheduleCalendar-module__VyMYfG__toneEvent{background:var(--success-soft-bg);color:var(--success-soft-fg)}.ScheduleCalendar-module__VyMYfG__toneEducation{background:var(--primary-soft);color:var(--primary-dark)}.ScheduleCalendar-module__VyMYfG__toneDeadline{background:var(--danger-soft-bg);color:var(--danger-soft-fg)}.ScheduleCalendar-module__VyMYfG__toneDues{background:var(--warning-soft-bg);color:var(--warning-soft-fg)}.ScheduleCalendar-module__VyMYfG__toneDraft{background:var(--surface-3);color:var(--text-gray)}@media (max-width:768px){.ScheduleCalendar-module__VyMYfG__slotItem,.ScheduleCalendar-module__VyMYfG__cellItem{padding:1px 3px;font-size:.625rem}}.ScheduleCalendar-module__VyMYfG__itemBadge{flex-shrink:0;padding:0;font-size:.6875rem;font-weight:600;line-height:1.2}.ScheduleCalendar-module__VyMYfG__itemTime{font-variant-numeric:tabular-nums;flex-shrink:0}.ScheduleCalendar-module__VyMYfG__itemTitle{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.ScheduleCalendar-module__VyMYfG__moreItemsButton{text-underline-offset:2px;cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-family:inherit;text-decoration:underline}.ScheduleCalendar-module__VyMYfG__coveredSlot{box-shadow:inset 3px 0}@media (max-width:768px){.ScheduleCalendar-module__VyMYfG__itemBadge{display:none}}.ScheduleCalendar-module__VyMYfG__monthDayCellOpenable{cursor:pointer}.ScheduleCalendar-module__VyMYfG__monthDayNumberButton{font-family:inherit;line-height:inherit;text-align:left;cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0}.ScheduleCalendar-module__VyMYfG__dayList{background:var(--surface);border:1px solid var(--border-color);border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.ScheduleCalendar-module__VyMYfG__dayListItem{border-bottom:1px solid var(--border-color);color:var(--foreground);align-items:flex-start;gap:12px;padding:14px 12px;text-decoration:none;display:flex}.ScheduleCalendar-module__VyMYfG__dayListItem:last-child{border-bottom:none}.ScheduleCalendar-module__VyMYfG__dayListTime{color:var(--text-secondary);font-variant-numeric:tabular-nums;flex:0 0 7.5rem;font-size:.875rem;font-weight:600;line-height:1.4}.ScheduleCalendar-module__VyMYfG__dayListMain{flex-direction:column;gap:6px;min-width:0;display:flex}.ScheduleCalendar-module__VyMYfG__dayListMeta{flex-wrap:wrap;align-items:center;gap:8px;line-height:1;display:flex}.ScheduleCalendar-module__VyMYfG__dayListBadge{border-radius:4px;align-items:center;padding:.25rem .5rem;font-size:.75rem;font-weight:600;line-height:1;display:inline-flex}.ScheduleCalendar-module__VyMYfG__dayListDetail{color:var(--text-secondary);font-size:13px;font-weight:600;line-height:1}.ScheduleCalendar-module__VyMYfG__dayListTitle{color:var(--foreground);overflow-wrap:anywhere;font-size:15px;font-weight:500;line-height:1.4}@media (max-width:480px){.ScheduleCalendar-module__VyMYfG__dayListItem{flex-direction:column;gap:6px}.ScheduleCalendar-module__VyMYfG__dayListTime{flex-basis:auto}}.ScheduleCalendar-module__VyMYfG__saturday{color:var(--primary)}.ScheduleCalendar-module__VyMYfG__sunday{color:var(--danger)}
