.Table-module__ceAsYa__tableContainer{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);width:100%;overflow-x:auto}.Table-module__ceAsYa__table{border-collapse:collapse;width:100%;font-size:.875rem}.Table-module__ceAsYa__thead{background-color:var(--accent)}.Table-module__ceAsYa__th{text-align:left;color:var(--muted-foreground);border-bottom:1px solid var(--border);padding:.75rem 1rem;font-weight:600}.Table-module__ceAsYa__tbody tr{border-bottom:1px solid var(--border);transition:background-color .2s}.Table-module__ceAsYa__tbody tr:last-child{border-bottom:none}.Table-module__ceAsYa__tbody tr:hover{background-color:#00000005}.Table-module__ceAsYa__td{color:var(--foreground);padding:.75rem 1rem}
.ListSearchPanel-module__McdP5W__wrapper{margin-bottom:1rem;position:relative}.ListSearchPanel-module__McdP5W__icon{color:var(--muted-foreground);pointer-events:none;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.ListSearchPanel-module__McdP5W__input{width:100%;height:2.5rem;color:var(--foreground);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);outline:none;padding-left:2.25rem;padding-right:.75rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.ListSearchPanel-module__McdP5W__input:focus{border-color:var(--ring);box-shadow:0 0 0 1px var(--ring)}
.AccountList-module__vRECtG__currentMark{color:var(--muted-foreground);margin-left:.5rem;font-size:.75rem}
.Button-module__8RiFmG__button{border-radius:var(--radius);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;font-weight:500;transition:all .2s;display:inline-flex}.Button-module__8RiFmG__button:disabled{opacity:.5;cursor:not-allowed}.Button-module__8RiFmG__primary{background-color:var(--primary);color:var(--primary-foreground)}.Button-module__8RiFmG__primary:hover:not(:disabled){filter:brightness(.88)}.Button-module__8RiFmG__secondary{background-color:var(--secondary);color:var(--secondary-foreground)}.Button-module__8RiFmG__secondary:hover:not(:disabled){filter:brightness(.88)}.Button-module__8RiFmG__outline{background-color:var(--surface);border:1px solid var(--border);color:var(--foreground)}.Button-module__8RiFmG__outline:hover:not(:disabled){filter:brightness(.88)}.Button-module__8RiFmG__ghost{color:var(--foreground);background-color:#0000}.Button-module__8RiFmG__ghost:hover:not(:disabled){background-color:var(--accent)}.Button-module__8RiFmG__destructive{background-color:var(--destructive-hover);color:#fff}.Button-module__8RiFmG__loader{width:1rem;height:1rem;animation:1s linear infinite Button-module__8RiFmG__spin}.Button-module__8RiFmG__destructive:hover:not(:disabled){filter:brightness(.88)}.Button-module__8RiFmG__sm{height:2rem;padding:.25rem .75rem;font-size:.875rem}.Button-module__8RiFmG__md{height:2.5rem;padding:.5rem 1rem;font-size:.875rem}.Button-module__8RiFmG__lg{height:3rem;padding:.75rem 1.5rem;font-size:1rem}.Button-module__8RiFmG__icon{flex-shrink:0;width:2.5rem;height:2.5rem;padding:.5rem}
.FormHeader-module__s8Hk5G__back{margin-bottom:1rem;padding-left:0!important}
.ActionConfirmationDialog-module__ecmT5G__overlay{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0f172a66;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.ActionConfirmationDialog-module__ecmT5G__dialog{background-color:var(--surface);border-radius:1rem;flex-direction:column;width:100%;max-width:24rem;animation:.2s ease-out ActionConfirmationDialog-module__ecmT5G__zoomIn;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@keyframes ActionConfirmationDialog-module__ecmT5G__zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.ActionConfirmationDialog-module__ecmT5G__header{justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;display:flex}.ActionConfirmationDialog-module__ecmT5G__iconContainer{border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-right:1rem;display:flex}.ActionConfirmationDialog-module__ecmT5G__iconDanger{background-color:var(--destructive-tint)}.ActionConfirmationDialog-module__ecmT5G__iconWarning{background-color:var(--warning-tint)}.ActionConfirmationDialog-module__ecmT5G__iconInfo{background-color:var(--info-tint)}.ActionConfirmationDialog-module__ecmT5G__titleContainer{flex:1}.ActionConfirmationDialog-module__ecmT5G__title{color:var(--foreground);margin-bottom:0;font-size:1.125rem;font-weight:700;line-height:1.25}.ActionConfirmationDialog-module__ecmT5G__closeButton{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:9999px;justify-content:center;align-items:center;margin-left:1rem;margin-right:-.5rem;padding:.5rem;transition:all .2s;display:flex}.ActionConfirmationDialog-module__ecmT5G__closeButton:hover{color:var(--foreground);background-color:var(--muted)}.ActionConfirmationDialog-module__ecmT5G__body{padding:0 1.5rem 1.5rem}.ActionConfirmationDialog-module__ecmT5G__description{color:var(--muted-foreground);font-size:.875rem;line-height:1.625}.ActionConfirmationDialog-module__ecmT5G__footer{background-color:var(--muted);border-top:1px solid var(--border);flex-direction:row;justify-content:space-between;gap:.5rem;padding:1rem 1.5rem;display:flex}.ActionConfirmationDialog-module__ecmT5G__buttonBase{border-radius:var(--radius);cursor:pointer;min-width:140px;height:2.5rem;box-shadow:var(--shadow-sm);border:none;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.ActionConfirmationDialog-module__ecmT5G__buttonCancel{min-width:140px;height:2.5rem;color:var(--muted-foreground);background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;box-shadow:var(--shadow-sm);justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.ActionConfirmationDialog-module__ecmT5G__buttonCancel:hover{filter:brightness(.88)}.ActionConfirmationDialog-module__ecmT5G__buttonDanger{color:#fff;background-color:var(--destructive-hover)}.ActionConfirmationDialog-module__ecmT5G__buttonDanger:hover{filter:brightness(.88)}.ActionConfirmationDialog-module__ecmT5G__buttonWarning{color:#fff;background-color:var(--warning)}.ActionConfirmationDialog-module__ecmT5G__buttonWarning:hover{filter:brightness(.88)}.ActionConfirmationDialog-module__ecmT5G__buttonInfo{color:#fff;background-color:var(--info)}.ActionConfirmationDialog-module__ecmT5G__buttonInfo:hover{filter:brightness(.88)}
.Input-module__5jsJuW__inputContainer{flex-direction:column;gap:.375rem;display:flex}.Input-module__5jsJuW__label{color:var(--foreground);font-size:.875rem;font-weight:500}.Input-module__5jsJuW__inputWrapper{align-items:center;display:flex;position:relative}.Input-module__5jsJuW__input{border-radius:var(--radius);border:1px solid var(--input);background-color:var(--surface);width:100%;height:2.5rem;color:var(--foreground);padding:.5rem .75rem;font-size:.875rem;transition:all .2s}.Input-module__5jsJuW__input:focus{border-color:var(--ring);box-shadow:0 0 0 1px var(--ring);outline:none}.Input-module__5jsJuW__input:disabled{opacity:.5;cursor:not-allowed;background-color:var(--accent)}.Input-module__5jsJuW__error{border-color:var(--destructive)}.Input-module__5jsJuW__errorText{color:var(--destructive);font-size:.75rem}
.SearchableSelect-module__nPxkgW__wrapper{flex-direction:column;gap:.375rem;width:100%;display:flex;position:relative}.SearchableSelect-module__nPxkgW__label{font-size:.875rem;font-weight:500}.SearchableSelect-module__nPxkgW__trigger{border:1px solid var(--input);border-radius:var(--radius);background:var(--surface);cursor:pointer;min-height:2.5rem;color:inherit;justify-content:space-between;align-items:center;padding:.5rem .75rem;display:flex}.SearchableSelect-module__nPxkgW__trigger-disabled{background:var(--accent);cursor:not-allowed;color:var(--muted-foreground)}.SearchableSelect-module__nPxkgW__value{align-items:center;gap:.5rem;font-size:.875rem;display:flex}.SearchableSelect-module__nPxkgW__valueIcon{color:var(--muted-foreground);align-items:center;display:flex}.SearchableSelect-module__nPxkgW__valueText{font-weight:400}.SearchableSelect-module__nPxkgW__placeholder{color:var(--muted-foreground);font-size:.875rem}.SearchableSelect-module__nPxkgW__chevron{color:var(--muted-foreground);opacity:.5}.SearchableSelect-module__nPxkgW__dropdown{z-index:50;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;box-shadow:var(--shadow-md);margin-top:.25rem;position:absolute;top:100%;overflow:hidden}.SearchableSelect-module__nPxkgW__searchBar{border-bottom:1px solid var(--border);align-items:center;gap:.5rem;padding:.5rem;display:flex}.SearchableSelect-module__nPxkgW__searchIcon{color:var(--muted-foreground)}.SearchableSelect-module__nPxkgW__searchInput{background:0 0;border:none;outline:none;width:100%;font-size:.875rem}.SearchableSelect-module__nPxkgW__optionList{max-height:200px;overflow-y:auto}.SearchableSelect-module__nPxkgW__emptyState{text-align:center;color:var(--muted-foreground);padding:.75rem;font-size:.875rem}.SearchableSelect-module__nPxkgW__option{cursor:pointer;background:0 0;justify-content:space-between;align-items:center;padding:.5rem .75rem;font-size:.875rem;display:flex}.SearchableSelect-module__nPxkgW__option-active{background:var(--accent)}.SearchableSelect-module__nPxkgW__optionInner{align-items:center;display:flex}.SearchableSelect-module__nPxkgW__optionIcon{color:var(--muted-foreground);align-items:center;margin-right:.5rem;display:flex}.SearchableSelect-module__nPxkgW__highlight{background-color:var(--search-highlight);color:var(--foreground);border-radius:2px;padding:0 2px}.SearchableSelect-module__nPxkgW__depthIndent{width:calc(var(--option-depth,0) * 1.5rem);display:inline-block}
.EntityAssignmentSection-module__ZCg1Wq__colCheck{width:3.5rem}.EntityAssignmentSection-module__ZCg1Wq__colName{width:30%}
.FolderAssignmentUI-module__O8Xnlq__dimmed{background:var(--accent);opacity:.8}.FolderAssignmentUI-module__O8Xnlq__cardBody{align-items:center;gap:.75rem;display:flex}.FolderAssignmentUI-module__O8Xnlq__nameWithSubtitle{margin-bottom:.125rem}.FolderAssignmentUI-module__O8Xnlq__subtitle{color:var(--muted-foreground);font-size:.75rem}
.FolderPermissionTable-module__g1U2OW__colActions{width:3rem}.FolderPermissionTable-module__g1U2OW__row{border-bottom:none}.FolderPermissionTable-module__g1U2OW__row-last{border-bottom:1px solid var(--border)}.data-table td.FolderPermissionTable-module__g1U2OW__folderCell{padding-left:calc(.75rem + var(--folder-depth,0) * 1.5rem);border-bottom:1px solid var(--border);vertical-align:middle;position:relative}.data-table td.FolderPermissionTable-module__g1U2OW__folderCell-stacked{vertical-align:top}.FolderPermissionTable-module__g1U2OW__folderLabel{color:inherit}.FolderPermissionTable-module__g1U2OW__folderLabel-muted{color:var(--muted-foreground)}.FolderPermissionTable-module__g1U2OW__actionsCell{padding:0 .75rem}
.AccountForm-module__-ZyrTG__iconHint{cursor:default;flex-shrink:0;margin-left:.25rem;display:inline-flex}.AccountForm-module__-ZyrTG__iconHintInline{cursor:default;flex-shrink:0;display:inline-flex}.AccountForm-module__-ZyrTG__roleLabelRow{align-items:center;gap:.25rem;margin-bottom:.375rem;display:flex}.AccountForm-module__-ZyrTG__roleLabel{font-size:.875rem;font-weight:500}.AccountForm-module__-ZyrTG__actionRow{justify-content:space-between;align-items:center;gap:1rem;display:flex}.AccountForm-module__-ZyrTG__actionRowHeading{font-size:.875rem;font-weight:500}.AccountForm-module__-ZyrTG__actionRowSub{color:var(--muted-foreground);font-size:.8125rem}.AccountForm-module__-ZyrTG__actionRowButton{flex-shrink:0}.AccountForm-module__-ZyrTG__infoIconForeground{color:var(--foreground)}.AccountForm-module__-ZyrTG__infoIconMuted{color:var(--muted-foreground)}
.GlobalSearch-module__tXA4UW__wrapper{width:100%;position:relative}.GlobalSearch-module__tXA4UW__inputWrap{position:relative}.GlobalSearch-module__tXA4UW__inputPad{padding-left:2.5rem}.GlobalSearch-module__tXA4UW__icon{color:var(--muted-foreground);pointer-events:none;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.GlobalSearch-module__tXA4UW__dropdown{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);z-index:200;max-height:428px;margin-top:.375rem;position:absolute;top:100%;left:0;right:0;overflow:hidden auto}.GlobalSearch-module__tXA4UW__state{color:var(--muted-foreground);text-align:center;padding:1rem;font-size:.8125rem}.GlobalSearch-module__tXA4UW__list{padding:.25rem 0;list-style:none}.GlobalSearch-module__tXA4UW__itemLink{background:0 0;padding:.5rem .75rem;text-decoration:none;display:block;overflow:hidden}.GlobalSearch-module__tXA4UW__itemLink-highlighted{background:var(--accent)}.GlobalSearch-module__tXA4UW__type{text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.2rem;font-size:.6rem;font-weight:700;overflow:hidden}.GlobalSearch-module__tXA4UW__type-User{color:var(--primary)}.GlobalSearch-module__tXA4UW__type-Application{color:var(--color-application)}.GlobalSearch-module__tXA4UW__type-Mailbox{color:var(--color-mailbox)}.GlobalSearch-module__tXA4UW__type-DMSGroup{color:var(--color-dms)}.GlobalSearch-module__tXA4UW__type-DMSFolder{color:var(--color-dms-folder)}.GlobalSearch-module__tXA4UW__type-NextcloudTeam{color:var(--color-nextcloud)}.GlobalSearch-module__tXA4UW__type-NextcloudFolder{color:var(--color-nextcloud-folder)}.GlobalSearch-module__tXA4UW__title{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;font-weight:500;overflow:hidden}.GlobalSearch-module__tXA4UW__subtitle{color:var(--muted-foreground);white-space:nowrap;text-overflow:ellipsis;margin-top:.125rem;font-size:.7rem;overflow:hidden}
.PermissionsSection-module__UO0E6W__colName{width:30%}.PermissionsSection-module__UO0E6W__colActions{width:100px;padding:0 .75rem}
.Tabs-module__Fp865W__root{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.Tabs-module__Fp865W__tabBar{border-bottom:1px solid var(--border);flex-shrink:0;padding:0 1.5rem;display:flex}.Tabs-module__Fp865W__tab{cursor:pointer;font-size:inherit;color:var(--muted-foreground);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.75rem 1.25rem;font-weight:500;transition:color .15s,border-color .15s}.Tabs-module__Fp865W__tab:hover:not(.Tabs-module__Fp865W__tabActive){color:var(--foreground)}.Tabs-module__Fp865W__tabActive{color:var(--foreground);border-bottom-color:var(--primary);font-weight:600}.Tabs-module__Fp865W__panel{flex:1;min-height:0;padding:1.5rem;overflow-y:auto}
.layout-module__L5FxyW__logoImg{width:160px;height:auto}.layout-module__L5FxyW__brand{text-align:center;line-height:1.3}
.LoginForm-module__aLxvNa__form{flex-direction:column;gap:1rem;display:flex}.LoginForm-module__aLxvNa__field{flex-direction:column;gap:.375rem;display:flex}.LoginForm-module__aLxvNa__label{font-size:.875rem;font-weight:500}.LoginForm-module__aLxvNa__input{width:100%;height:2.5rem;color:var(--foreground);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);outline:none;padding:0 .75rem;font-size:.875rem}.LoginForm-module__aLxvNa__input:focus{border-color:var(--ring);box-shadow:0 0 0 1px var(--ring)}.LoginForm-module__aLxvNa__rememberRow{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.LoginForm-module__aLxvNa__rememberInput{cursor:pointer;width:1rem;height:1rem;accent-color:var(--primary)}.LoginForm-module__aLxvNa__submit{margin-top:.25rem}
.Textarea-module__nldQNa__wrapper{flex-direction:column;gap:.375rem;display:flex}.Textarea-module__nldQNa__label{font-size:.875rem;font-weight:500}.Textarea-module__nldQNa__textarea{resize:vertical;height:auto;padding:.5rem .75rem;font-family:inherit}
.page-module__aydn6q__shell{background-color:var(--background);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.page-module__aydn6q__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:24rem;box-shadow:var(--shadow-lg);overflow:hidden}.page-module__aydn6q__head{flex-direction:column;align-items:center;gap:1rem;padding:2rem 1.5rem 1.5rem;display:flex}.page-module__aydn6q__logo{width:200px;height:auto}.page-module__aydn6q__brand{text-align:center;line-height:1.3}.page-module__aydn6q__brandPrimary{color:var(--foreground);font-size:1rem;font-weight:600}.page-module__aydn6q__brandSecondary{color:var(--muted-foreground);font-size:.8125rem}.page-module__aydn6q__body{padding:1.5rem}
.FolderTree-module__Mp6ddG__layout{flex-direction:column;gap:1rem;display:flex}.FolderTree-module__Mp6ddG__toolbar{align-items:center;gap:.75rem;display:flex}.FolderTree-module__Mp6ddG__searchWrap{flex:1;position:relative}.FolderTree-module__Mp6ddG__searchIcon{color:var(--muted-foreground);pointer-events:none;z-index:1;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.FolderTree-module__Mp6ddG__searchInput{width:100%;height:2.5rem;color:var(--foreground);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);outline:none;padding-left:2.25rem;padding-right:.75rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.FolderTree-module__Mp6ddG__searchInput:focus{border-color:var(--ring);box-shadow:0 0 0 1px var(--ring)}.FolderTree-module__Mp6ddG__body{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);padding:1.5rem}.FolderTree-module__Mp6ddG__empty{color:var(--muted-foreground);text-align:center;margin-bottom:0;padding:1rem;font-size:.875rem}.FolderTree-module__Mp6ddG__nodes{flex-direction:column;gap:.5rem;display:flex}.FolderTree-module__Mp6ddG__node{border-radius:var(--radius);cursor:default;align-items:center;padding:.5rem;transition:background-color .2s;display:flex}.FolderTree-module__Mp6ddG__expandHeader{align-items:center;display:flex}.FolderTree-module__Mp6ddG__expandHeader-expandable{cursor:pointer}.FolderTree-module__Mp6ddG__icon{color:var(--muted-foreground);margin-right:.75rem}.FolderTree-module__Mp6ddG__icon-open{color:var(--primary)}.FolderTree-module__Mp6ddG__label{cursor:pointer;flex:1;align-items:center;display:flex}.FolderTree-module__Mp6ddG__labelText{margin-right:.75rem}.FolderTree-module__Mp6ddG__highlight{background-color:var(--search-highlight);color:var(--foreground);border-radius:2px;padding:0 2px}.FolderTree-module__Mp6ddG__badge{color:var(--foreground);background-color:var(--surface);border:1px solid var(--border);border-radius:9999px;align-items:center;gap:.5rem;margin-right:1rem;padding:.125rem .5rem;font-size:.75rem;font-weight:500;display:flex;box-shadow:0 1px 2px #0000000d}.FolderTree-module__Mp6ddG__badgePart{align-items:center;gap:.25rem;display:flex}.FolderTree-module__Mp6ddG__nodeRoot{margin-left:0}.FolderTree-module__Mp6ddG__nodeNested{margin-left:1.5rem}.FolderTree-module__Mp6ddG__chevronSpacer{width:16px;display:inline-block}.FolderTree-module__Mp6ddG__badgeIcon{color:var(--muted-foreground)}.FolderTree-module__Mp6ddG__badgeDivider{background-color:var(--border);width:1px;height:12px}.FolderTree-module__Mp6ddG__actions{gap:.25rem;display:flex}.FolderTree-module__Mp6ddG__actionButton{width:2.25rem;height:2.25rem}.FolderTree-module__Mp6ddG__childWrap{border-left:1px solid var(--border);margin-left:.75rem;padding-left:.25rem}.FolderTree-module__Mp6ddG__chevronOpen{transition:transform .2s;transform:rotate(90deg)}.FolderTree-module__Mp6ddG__chevronClosed{transition:transform .2s}
.ErrorPage-module__ESrR1q__wrapper{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:calc(100vh - 4rem);display:flex}.ErrorPage-module__ESrR1q__heading{margin-bottom:.5rem}.ErrorPage-module__ESrR1q__message{color:var(--muted-foreground);font-size:.875rem}
.SortableTableHead-module__Qusz2q__head{cursor:pointer}.SortableTableHead-module__Qusz2q__label{align-items:center;display:flex}
