.NavBar-module__wvoXQW__navList{margin:0;padding:0;list-style-type:none}.NavBar-module__wvoXQW__iconButton{background:rgba(var(--secondary-color-rgb), .05);border:1px solid rgba(var(--secondary-color-rgb), .1);border-radius:var(--border-radius);cursor:pointer;justify-content:center;align-items:center;width:40px;height:40px;padding:8px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.NavBar-module__wvoXQW__iconButton:hover{background:rgba(var(--secondary-color-rgb), .1);border-color:rgba(var(--secondary-color-rgb), .2)}.NavBar-module__wvoXQW__navbarContainer{flex-shrink:0;transition:width 1s cubic-bezier(.23,1,.32,1)}.NavBar-module__wvoXQW__navbarContainerExpanded{width:280px}.NavBar-module__wvoXQW__navbarContainerCollapsed{width:80px}.NavBar-module__wvoXQW__navbarViewport{height:calc(100dvh - 1.5rem)}@media (max-width:767.98px){.NavBar-module__wvoXQW__navbarContainer{width:0}}.NavBar-module__wvoXQW__mobileMenuButton[data-ui]{z-index:var(--z-fixed);box-shadow:var(--shadow-md);position:fixed;top:11px;right:18px}@media (max-width:767.98px){.NavBar-module__wvoXQW__mobileMenuButton[data-ui]{left:18px;right:auto}}.NavBar-module__wvoXQW__dropdownButton.NavBar-module__wvoXQW__newChatButton{border-radius:var(--radius-lg);cursor:pointer;transition:background-color var(--duration-fast) var(--ease-in-out), transform var(--duration-fast) var(--ease-spring);border:none;margin-bottom:8px;margin-top:8px!important}.NavBar-module__wvoXQW__newChatButton:active{transform:scale(.98)}.NavBar-module__wvoXQW__newChatButtonText{color:var(--text-color);font-weight:600;font-size:var(--small-font)}.NavBar-module__wvoXQW__sectionHeaderContent{cursor:pointer;border-radius:var(--border-radius);font-size:var(--small-font);transition:background-color .15s}.NavBar-module__wvoXQW__sectionHeaderExpanded{background-color:var(--surface-container-color)}.NavBar-module__wvoXQW__sectionHeaderCollapsed{background:0 0}.NavBar-module__wvoXQW__sectionHeaderContent:hover{background-color:var(--surface-container-color)!important}.NavBar-module__wvoXQW__sectionHeaderIcon{width:12px;min-width:12px}.NavBar-module__wvoXQW__sectionIconSpacing{min-width:12px;margin-right:4px!important}.NavBar-module__wvoXQW__sectionMainIconSpacing{min-width:16px;margin-right:8px!important}.NavBar-module__wvoXQW__sectionHeaderText{color:var(--text-color);font-weight:600;font-size:var(--small-font)}.NavBar-module__wvoXQW__sessionContainer{border-radius:var(--border-radius);cursor:pointer;flex-direction:row;align-items:center;margin:1px 0;padding:5px 8px;transition:background-color .15s;display:flex;position:relative}.NavBar-module__wvoXQW__sessionContainer:hover{background-color:rgba(var(--primary-color-rgb), .05)!important}.NavBar-module__wvoXQW__sessionActive{background-color:var(--surface-container-color)!important}.NavBar-module__wvoXQW__sessionActive .NavBar-module__wvoXQW__sessionName{font-weight:500}.NavBar-module__wvoXQW__dateGroupLabel{font-size:var(--x-small-font);color:var(--text-muted);margin:14px 0 2px;padding-left:2px;font-weight:500}.NavBar-module__wvoXQW__dateGroupLabel:first-child{margin-top:4px}.NavBar-module__wvoXQW__dateGroupLabelCollapsible{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:4px;align-items:center;gap:4px;padding:3px 2px;transition:background-color .15s;display:flex}.NavBar-module__wvoXQW__dateGroupLabelCollapsible:hover{background-color:var(--background-hover)}.NavBar-module__wvoXQW__groupChevron{flex-shrink:0;transition:transform .15s}.NavBar-module__wvoXQW__groupCount{font-size:var(--x-small-font);color:var(--text-muted);margin-left:4px;font-weight:400}.NavBar-module__wvoXQW__sessionScrollContainer{scrollbar-width:thin;scrollbar-color:var(--border-light) transparent}.NavBar-module__wvoXQW__sessionActionsContainer{z-index:10;gap:2px;padding:1px;display:flex;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.NavBar-module__wvoXQW__sessionDropdownMenu{box-shadow:var(--shadow-lg)!important;border:none!important}.NavBar-module__wvoXQW__sessionDropdownMenu .dropdown-item{background-color:var(--surface-container-color)!important;color:var(--text-color)!important;transition:background-color .2s,color .2s!important}.NavBar-module__wvoXQW__sessionDropdownMenu .dropdown-item:hover{background-color:var(--surface-container-color)!important;color:var(--text-color)!important}.dark-mode .NavBar-module__wvoXQW__sessionDropdownMenu .dropdown-item:hover{background-color:var(--color-white)!important;color:var(--text-color)!important}.NavBar-module__wvoXQW__sessionDropdownMenu .dropdown-item:active{background-color:var(--surface-container-color)!important}.NavBar-module__wvoXQW__sessionNameContainer{white-space:nowrap;flex-grow:1;transition:padding-right .15s;position:relative;overflow:hidden}.NavBar-module__wvoXQW__sessionContainer:hover .NavBar-module__wvoXQW__sessionNameContainer{padding-right:28px}.NavBar-module__wvoXQW__sessionName{white-space:nowrap;color:var(--text-color);text-overflow:ellipsis;font-size:var(--small-font);letter-spacing:-.01em;font-weight:400;transition:color .15s;display:block;overflow:hidden}.NavBar-module__wvoXQW__sessionEditWrapper{background:var(--surface-container-color);border:1px solid rgba(var(--primary-color-rgb), .25);box-shadow:0 2px 6px -1px #00000014, 0 0 0 3px rgba(var(--primary-color-rgb), .05);border-radius:6px;align-items:center;gap:1px;padding:4px 6px;animation:.12s NavBar-module__wvoXQW__fadeInScale;display:flex;position:relative}@keyframes NavBar-module__wvoXQW__fadeInScale{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.NavBar-module__wvoXQW__sessionEditInput{border:1px solid rgba(var(--primary-color-rgb), .35);background:var(--color-white);color:var(--text-color);font-size:var(--x-small-font);border-radius:4px;outline:none;flex:1;min-width:120px;padding:4px 6px;line-height:1.2;transition:border-color .18s,box-shadow .18s}.NavBar-module__wvoXQW__sessionEditInput:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(var(--primary-color-rgb), .25)}.NavBar-module__wvoXQW__sessionEditActions{align-items:center;gap:4px;display:flex}.NavBar-module__wvoXQW__sessionEditActionBtn{background:rgba(var(--primary-color-rgb), .12);color:var(--primary-color);font-size:var(--x-small-font);cursor:pointer;letter-spacing:.3px;white-space:nowrap;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px 8px;font-weight:500;line-height:1;transition:background .18s,transform .18s,color .18s;display:inline-flex}.NavBar-module__wvoXQW__sessionEditActionBtn:hover{background:rgba(var(--primary-color-rgb), .18)}.NavBar-module__wvoXQW__sessionEditActionBtn:active{transform:translateY(1px)}.NavBar-module__wvoXQW__sessionEditActionBtnCancel{background:rgba(var(--secondary-color-rgb), .12);color:var(--secondary-color)}.NavBar-module__wvoXQW__sessionEditActionBtnCancel:hover{background:rgba(var(--secondary-color-rgb), .18)}.NavBar-module__wvoXQW__compactScrollableWithFade{scrollbar-width:thin;scrollbar-color:var(--border-light) transparent;overflow:hidden auto;-webkit-mask:linear-gradient(#000 0% 90%,#0000 100%);mask:linear-gradient(#000 0% 90%,#0000 100%)}.NavBar-module__wvoXQW__sectionHeader{-webkit-user-select:none;user-select:none;transition:background-color var(--duration-normal) var(--ease-in-out), border-color var(--duration-normal) var(--ease-in-out);font-weight:600;font-size:var(--x-small-font)!important}.NavBar-module__wvoXQW__sectionHeader:hover{background-color:var(--surface-1)!important}.NavBar-module__wvoXQW__lockedSection{opacity:.6;cursor:pointer!important}.NavBar-module__wvoXQW__lockedSection:hover{opacity:.8;background-color:var(--surface-container-color)!important}.NavBar-module__wvoXQW__sectionHeaderAction{min-width:var(--control-h-xs);height:var(--control-h-xs);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.NavBar-module__wvoXQW__sessionSearchWrapper{margin:1px 4px 10px;animation:.26s cubic-bezier(.16,1,.3,1) NavBar-module__wvoXQW__sessionSearchReveal}@keyframes NavBar-module__wvoXQW__sessionSearchReveal{0%{opacity:0;clip-path:inset(0 0 100%);transform:translateY(-7px)}to{opacity:1;clip-path:inset(0);transform:translateY(0)}}.NavBar-module__wvoXQW__sessionSearchEmpty{text-align:center;font-size:var(--x-small-font);color:var(--text-muted);opacity:.6;letter-spacing:.2px;margin:0;padding:22px 8px}.NavBar-module__wvoXQW__sessionSearchHighlight{background:color-mix(in srgb, var(--primary-color) 15%, transparent);color:var(--text-color);border-radius:3px;padding:0 1px;font-weight:600}.NavBar-module__wvoXQW__compactScrollable{scrollbar-width:thin;scrollbar-color:var(--border-light) transparent;overflow:hidden auto}.NavBar-module__wvoXQW__compactScrollable::-webkit-scrollbar{width:8px}.NavBar-module__wvoXQW__compactScrollable::-webkit-scrollbar-track{background:0 0}.NavBar-module__wvoXQW__compactScrollable::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:6px}.NavBar-module__wvoXQW__compactScrollable::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-color)}.NavBar-module__wvoXQW__compactScrollable::-webkit-scrollbar-corner{background:0 0}.NavBar-module__wvoXQW__folderItem{margin-bottom:1px}.NavBar-module__wvoXQW__folderRow{-webkit-user-select:none;user-select:none;border-radius:var(--border-radius);cursor:pointer;align-items:center;gap:2px;min-height:38px;padding:8px;transition:background-color .15s;display:flex;position:relative}.NavBar-module__wvoXQW__folderRow:hover{background-color:var(--surface-container-color)}.NavBar-module__wvoXQW__folderRowSelected{background:var(--surface-container-color)!important}.NavBar-module__wvoXQW__folderChevronBtn{cursor:pointer;width:18px;height:18px;color:var(--text-muted);background:0 0;border:none;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background-color .15s,color .15s;display:flex}.NavBar-module__wvoXQW__folderChevronBtn:hover{background-color:rgba(var(--primary-color-rgb), .1);color:var(--text-color)}.NavBar-module__wvoXQW__folderNameBtn{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:3px;flex:1;align-items:center;gap:6px;min-width:0;padding:2px 4px;display:flex}.NavBar-module__wvoXQW__folderName{font-size:var(--small-font);color:var(--text-color);text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:400;transition:color .15s;overflow:hidden}.NavBar-module__wvoXQW__folderNameSelected{font-weight:500;color:var(--text-color)!important}.NavBar-module__wvoXQW__folderEditBtn{cursor:pointer;opacity:0;background:0 0;border:none;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;padding:0;transition:opacity .15s,background-color .15s;display:flex}.NavBar-module__wvoXQW__folderRow:hover .NavBar-module__wvoXQW__folderEditBtn{opacity:1}.NavBar-module__wvoXQW__folderEditBtn:hover{background-color:rgba(var(--primary-color-rgb), .1)}.NavBar-module__wvoXQW__folderFilesList{border-left:1px solid var(--border-lighter);scrollbar-width:thin;scrollbar-color:var(--border-light) transparent;max-height:220px;margin-top:2px;margin-bottom:4px;margin-left:26px;padding-left:8px;animation:.12s NavBar-module__wvoXQW__folderFilesIn;overflow:hidden auto}.NavBar-module__wvoXQW__folderFilesList::-webkit-scrollbar{width:6px}.NavBar-module__wvoXQW__folderFilesList::-webkit-scrollbar-track{background:0 0}.NavBar-module__wvoXQW__folderFilesList::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:4px}.NavBar-module__wvoXQW__folderFilesList::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-color)}.NavBar-module__wvoXQW__marqueeBox{z-index:5;pointer-events:none;border:1px solid var(--primary-color);background:rgba(var(--primary-color-rgb), .12);border-radius:2px;position:absolute}.NavBar-module__wvoXQW__marqueeActive{-webkit-user-select:none;user-select:none;cursor:crosshair}.NavBar-module__wvoXQW__folderFilesStickyHeader{z-index:1;background:var(--background-primary);padding-top:2px;position:sticky;top:0}.NavBar-module__wvoXQW__miniBarBtn{color:var(--primary-color);font-size:var(--x-small-font);font-weight:var(--font-weight-medium);cursor:pointer;background:0 0;border:none;padding:0;transition:opacity .15s}.NavBar-module__wvoXQW__miniBarBtn:hover{opacity:.75;text-decoration:underline}@keyframes NavBar-module__wvoXQW__folderFilesIn{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.NavBar-module__wvoXQW__folderFilesEmpty{font-size:var(--x-small-font);color:var(--text-muted);padding:4px 6px;display:block}.NavBar-module__wvoXQW__folderFileItem{cursor:pointer;-webkit-user-select:none;user-select:none;text-align:left;width:100%;color:inherit;font:inherit;background:0 0;border:none;border-radius:3px;align-items:center;gap:6px;margin-bottom:1px;padding:6px 7px;transition:background-color .15s;display:flex}.NavBar-module__wvoXQW__folderFileItem:hover,.NavBar-module__wvoXQW__folderFileItem:focus-visible{background-color:var(--surface-container-color);outline:none}.NavBar-module__wvoXQW__folderFileItemSelected{transform-origin:0;animation:.24s cubic-bezier(.34,1.56,.64,1) both NavBar-module__wvoXQW__rowPop;background:var(--surface-container-color)!important;box-shadow:inset 3px 0 0 var(--primary-color)!important;color:var(--text-color)!important;font-weight:var(--font-weight-medium)!important;border-left:none!important}.NavBar-module__wvoXQW__folderFileItemSelected:hover,.NavBar-module__wvoXQW__folderFileItemSelected:focus-visible{background:var(--surface-container-color)!important}.NavBar-module__wvoXQW__folderFileName{font-size:var(--x-small-font);color:var(--text-color);text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.NavBar-module__wvoXQW__folderFileNameSelected{font-weight:var(--font-weight-medium);color:var(--text-color)!important}.NavBar-module__wvoXQW__flagContainer{filter:grayscale(70%);border-radius:8px;justify-content:center;align-items:center;display:flex;overflow:hidden}.NavBar-module__wvoXQW__userAvatar{-o-object-fit:cover;object-fit:cover;filter:grayscale(25%);width:28px;height:28px}.NavBar-module__wvoXQW__dropdownButton{background-color:#0000;transition:all .2s ease-in-out}.NavBar-module__wvoXQW__dropdownButton:hover{background-color:var(--surface-container-color)!important}.NavBar-module__wvoXQW__iconOnlyMode{flex-direction:column;align-items:stretch;width:60px;height:100%;padding:0 8px;display:flex;position:relative}.NavBar-module__wvoXQW__iconOnlyMode .NavBar-module__wvoXQW__iconButton{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:flex-start;align-items:center;width:40px;height:32px;margin:0 0 2px;padding-left:0;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.NavBar-module__wvoXQW__iconOnlyMode .NavBar-module__wvoXQW__iconButton:hover{background:rgba(var(--primary-color-rgb), .1)}.NavBar-module__wvoXQW__iconOnlyMode .NavBar-module__wvoXQW__iconButton.NavBar-module__wvoXQW__active{background:rgba(var(--primary-color-rgb), .15);color:var(--primary-color)}.NavBar-module__wvoXQW__iconOnlyMode .NavBar-module__wvoXQW__iconButton.NavBar-module__wvoXQW__active:after{content:"";background:var(--primary-color);border-radius:0 2px 2px 0;width:3px;height:20px;position:absolute;top:50%;left:-8px;transform:translateY(-50%)}.NavBar-module__wvoXQW__sectionIconContainer{white-space:nowrap;text-overflow:ellipsis;position:relative}.NavBar-module__wvoXQW__sectionIconContainer .NavBar-module__wvoXQW__sectionHeader{position:relative}.NavBar-module__wvoXQW__sectionIconContainer .NavBar-module__wvoXQW__sectionHeader .NavBar-module__wvoXQW__d-flex{align-items:center}.NavBar-module__wvoXQW__sectionIconContainer .NavBar-module__wvoXQW__sectionHeader .NavBar-module__wvoXQW__me-1:first-child{min-width:12px;margin-right:4px!important}.NavBar-module__wvoXQW__sectionIconContainer .NavBar-module__wvoXQW__sectionHeader .NavBar-module__wvoXQW__me-1:nth-child(2){min-width:16px;margin-right:8px!important}.NavBar-module__wvoXQW__sectionIconContainer .NavBar-module__wvoXQW__sectionHeader .NavBar-module__wvoXQW__me-1{flex-shrink:0;width:16px;min-width:16px}.NavBar-module__wvoXQW__sectionIconContainer .NavBar-module__wvoXQW__sectionHeader .NavBar-module__wvoXQW__d-flex>.NavBar-module__wvoXQW__me-1:nth-child(2){margin-left:12px;margin-right:8px!important}.NavBar-module__wvoXQW__newChatButton .NavBar-module__wvoXQW__me-2{margin-right:8px!important}.NavBar-module__wvoXQW__sectionIconContainer .NavBar-module__wvoXQW__sectionHeader span,.NavBar-module__wvoXQW__collapsibleText,.NavBar-module__wvoXQW__newChatButton span{white-space:nowrap;text-overflow:ellipsis;opacity:1;flex:1;min-width:0;transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1);overflow:hidden;transform:translate(0)}.NavBar-module__wvoXQW__iconOnlyMode .NavBar-module__wvoXQW__sectionIconContainer .NavBar-module__wvoXQW__sectionHeader span,.NavBar-module__wvoXQW__iconOnlyMode .NavBar-module__wvoXQW__collapsibleText,.NavBar-module__wvoXQW__iconOnlyMode .NavBar-module__wvoXQW__newChatButton span,.NavBar-module__wvoXQW__iconOnlyMode .NavBar-module__wvoXQW__sectionHeader .NavBar-module__wvoXQW__sectionHeaderAction,.NavBar-module__wvoXQW__iconOnlyMode .NavBar-module__wvoXQW__sessionSearchWrapper,.NavBar-module__wvoXQW__iconOnlyMode .NavBar-module__wvoXQW__compactScrollable,.NavBar-module__wvoXQW__iconOnlyMode .NavBar-module__wvoXQW__compactScrollableWithFade,.NavBar-module__wvoXQW__iconOnlyMode .NavBar-module__wvoXQW__sessionScrollContainer{opacity:0;visibility:hidden;pointer-events:none;transform:translate(-10px)}.NavBar-module__wvoXQW__iconOnlyMode .NavBar-module__wvoXQW__sectionHeader{cursor:pointer;border-radius:8px;justify-content:flex-start;align-items:center;width:40px;height:32px;margin-bottom:6px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;background:0 0!important;border:none!important;padding:0!important}.NavBar-module__wvoXQW__iconOnlyMode .NavBar-module__wvoXQW__sectionHeader:hover{background:rgba(var(--primary-color-rgb), .1)!important}.NavBar-module__wvoXQW__iconOnlyMode .NavBar-module__wvoXQW__sectionHeader .NavBar-module__wvoXQW__me-1:first-child{opacity:0;visibility:hidden}.NavBar-module__wvoXQW__iconOnlyMode .NavBar-module__wvoXQW__sectionIconContainer .NavBar-module__wvoXQW__sectionHeader .NavBar-module__wvoXQW__me-1:nth-child(2){opacity:1;visibility:visible;pointer-events:auto;transform:translate(0)}.NavBar-module__wvoXQW__iconOnlyMode .NavBar-module__wvoXQW__newChatButton{cursor:pointer;border-radius:8px;justify-content:flex-start;align-items:center;margin-bottom:6px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;background:0 0!important;border:none!important;width:40px!important;height:32px!important;margin-top:0!important;padding:0!important}.NavBar-module__wvoXQW__iconOnlyMode .NavBar-module__wvoXQW__newChatButton:hover{background:rgba(var(--primary-color-rgb), .1)!important}.NavBar-module__wvoXQW__activeJobIndicator{cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-right:4px;transition:background-color .2s;display:flex}.NavBar-module__wvoXQW__activeJobIndicator:hover{background-color:rgba(var(--secondary-color-rgb), .15)}.NavBar-module__wvoXQW__activeJobIndicator .NavBar-module__wvoXQW__loadingIcon{animation:1s linear infinite NavBar-module__wvoXQW__spin;display:block}.NavBar-module__wvoXQW__activeJobIndicator .NavBar-module__wvoXQW__stopIcon,.NavBar-module__wvoXQW__sessionContainer:hover .NavBar-module__wvoXQW__activeJobIndicator .NavBar-module__wvoXQW__loadingIcon{display:none}.NavBar-module__wvoXQW__sessionContainer:hover .NavBar-module__wvoXQW__activeJobIndicator .NavBar-module__wvoXQW__stopIcon{display:block}@keyframes NavBar-module__wvoXQW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.NavBar-module__wvoXQW__settingsToggle{cursor:pointer;color:var(--text-color);border-top:1px solid var(--border-light);justify-content:space-between;align-items:center;margin-top:24px;padding-top:24px;display:flex}@keyframes NavBar-module__wvoXQW__bulkBarEnter{0%{opacity:0;transform:translateY(-6px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.NavBar-module__wvoXQW__bulkToolbar{background:var(--surface-container-color);border:1px solid rgba(var(--primary-color-rgb), .12);border-radius:10px;align-items:center;gap:4px;margin:0 0 6px;padding:5px 8px;animation:.22s cubic-bezier(.34,1.4,.64,1) both NavBar-module__wvoXQW__bulkBarEnter;display:flex;box-shadow:0 3px 14px -4px #0000001a,0 1px 3px #0000000a}.NavBar-module__wvoXQW__bulkToolbarCount{background:linear-gradient(135deg, var(--primary-color), var(--accent-color,var(--primary-color)));color:#fff;white-space:nowrap;letter-spacing:.04em;min-width:28px;height:20px;box-shadow:0 2px 6px -1px rgba(var(--primary-color-rgb), .4);box-sizing:border-box;vertical-align:middle;border-radius:99px;flex-shrink:0;justify-content:center;align-items:center;padding:0 7px;font-size:10px;font-weight:700;display:inline-flex}.NavBar-module__wvoXQW__bulkToolbarDivider{background:var(--border-light);flex-shrink:0;width:1px;height:14px;margin:0 2px;display:block}.NavBar-module__wvoXQW__bulkDeleteBtn{background:linear-gradient(135deg, var(--primary-color), var(--accent-color,var(--primary-color)));color:#fff;cursor:pointer;min-width:28px;height:20px;box-shadow:0 2px 6px -1px rgba(var(--primary-color-rgb), .4);box-sizing:border-box;vertical-align:middle;appearance:none;border:none;border-radius:99px;flex-shrink:0;justify-content:center;align-items:center;margin:1px 0 0;padding:0 7px;transition:opacity .15s,transform .15s cubic-bezier(.34,1.4,.64,1);display:inline-flex}.NavBar-module__wvoXQW__bulkDeleteBtn:hover:not(:disabled){opacity:.88;transform:scale(1.06)}.NavBar-module__wvoXQW__bulkDeleteBtn:active:not(:disabled){transform:scale(.96)}.NavBar-module__wvoXQW__bulkDeleteBtn:disabled{opacity:.35;cursor:not-allowed;transform:none}.NavBar-module__wvoXQW__bulkCancelBtn[data-ui]{margin-left:auto}.NavBar-module__wvoXQW__sessionContainerSelected{background:linear-gradient(90deg, rgba(var(--primary-color-rgb), .1) 0%, rgba(var(--primary-color-rgb), .04) 100%)!important;box-shadow:inset 3px 0 0 var(--primary-color)!important}.NavBar-module__wvoXQW__sessionCheckboxArea{cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;width:26px;min-width:26px;padding-right:2px;display:flex}@keyframes NavBar-module__wvoXQW__checkPop{0%{opacity:0;transform:scale(.5)}70%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}@keyframes NavBar-module__wvoXQW__rowPop{0%{transform:scale(.96)}60%{transform:scale(1.02)}to{transform:scale(1)}}.NavBar-module__wvoXQW__customCheckbox{border:1.5px solid var(--border-color);background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:17px;height:17px;transition:border-color .15s,background .15s;display:flex}.NavBar-module__wvoXQW__customCheckbox:hover{border-color:var(--primary-color);background:rgba(var(--primary-color-rgb), .06)}.NavBar-module__wvoXQW__customCheckboxChecked{background:0 0;border-color:#0000;animation:.24s cubic-bezier(.34,1.56,.64,1) both NavBar-module__wvoXQW__checkPop}.NavBar-module__wvoXQW__customCheckboxPartial{border-color:var(--primary-color);background:var(--primary-color-selected);position:relative}.NavBar-module__wvoXQW__customCheckboxPartial:after{content:"";background:var(--primary-color);border-radius:1px;width:7px;height:2px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.NavBar-module__wvoXQW__folderRowDropTarget{outline:2px dashed var(--primary-color);outline-offset:-2px;background-color:var(--primary-color-selected)!important}.NavBar-module__wvoXQW__folderItemDropTarget{background-color:var(--primary-color-selected);outline:2px dashed var(--primary-color);outline-offset:-2px;border-radius:var(--border-radius);transition:background-color .15s}.NavBar-module__wvoXQW__rowPopAnim{transform-origin:0;animation:.24s cubic-bezier(.34,1.56,.64,1) both NavBar-module__wvoXQW__rowPop}.NavBar-module__wvoXQW__spinIcon{animation:1s linear infinite NavBar-module__wvoXQW__spin;display:inline-flex}.NavBar-module__wvoXQW__topBarIconBtn{border-radius:var(--border-radius);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:background .18s;display:flex}.NavBar-module__wvoXQW__topBarIconBtn:hover{background:var(--background-hover)}.NavBar-module__wvoXQW__selectField{justify-content:space-between}.NavBar-module__wvoXQW__selectField>span:last-of-type{text-align:left;white-space:nowrap;text-overflow:ellipsis;flex:auto;min-width:0;line-height:normal;display:block;overflow:hidden}.NavBar-module__wvoXQW__hybridModeIcon{flex:none;width:16px;height:16px;display:inline-flex;position:relative}.NavBar-module__wvoXQW__hybridModeIconBase{-webkit-mask:radial-gradient(circle at 15px 15px,#0000 6.5px,#000 7px);mask:radial-gradient(circle at 15px 15px,#0000 6.5px,#000 7px)}.NavBar-module__wvoXQW__hybridModeIconSparkle{position:absolute;bottom:-3px;right:-3px}
.ChatControls-module__9BPs4a__controls-wrapper{background:var(--color-white);border-radius:var(--radius-2xl);border:1px solid var(--border-light);width:100%;box-shadow:var(--shadow-xs);align-items:center;margin-top:2px;padding:4px 6px;display:flex}.ChatControls-module__9BPs4a__controls-row{flex:1;align-items:center;min-width:0}.ChatControls-module__9BPs4a__controls-spacer{flex:1}.ChatControls-module__9BPs4a__controls-wrapper .ChatControls-module__9BPs4a__controls-row [data-ui][data-shape=pill]{--btn-radius:var(--radius-lg);border-width:0}.ChatControls-module__9BPs4a__controls-wrapper .ChatControls-module__9BPs4a__controls-row [data-ui=split-button][data-size]{border-radius:var(--radius-lg);--split-divider:transparent;border-width:0}:is(.ChatControls-module__9BPs4a__controls-wrapper .ChatControls-module__9BPs4a__controls-row [data-ui=split-button][data-size]:not([data-active=true]):not([data-emphasis=pinned]),.ChatControls-module__9BPs4a__controls-wrapper .ChatControls-module__9BPs4a__controls-row [data-ui=split-button][data-size][data-emphasis=quiet]){background:0 0}.ChatControls-module__9BPs4a__controls-wrapper .ChatControls-module__9BPs4a__controls-row [data-ui=split-button][data-size]:not([data-active=true]):not([data-emphasis=pinned]){--split-fg:var(--text-muted)}:is(.ChatControls-module__9BPs4a__controls-wrapper .ChatControls-module__9BPs4a__controls-row [data-ui=split-button][data-size]:not([data-active=true]):hover,.ChatControls-module__9BPs4a__controls-wrapper .ChatControls-module__9BPs4a__controls-row [data-ui=split-button][data-size][data-emphasis=quiet]:hover){box-shadow:none;border-color:#0000}.ChatControls-module__9BPs4a__controls-wrapper :not([data-ui=split-button])>[data-ui][data-icon-tone=primary]:not([data-active=true]):not([data-emphasis=pinned]){--btn-icon:currentColor}.ChatControls-module__9BPs4a__controls-wrapper .ChatControls-module__9BPs4a__controls-row [data-ui=split-button]:not([data-active=true]):not([data-emphasis=pinned])>[data-ui]{--btn-icon:currentColor}.ChatControls-module__9BPs4a__controls-root{width:100%}.ChatControls-module__9BPs4a__controls-wrapper .ChatControls-module__9BPs4a__controls-row [data-ui][data-size]{--btn-font:var(--small-font);--btn-gap:6px}.ChatControls-module__9BPs4a__controls-wrapper .ChatControls-module__9BPs4a__btn-label{margin-left:6px}.ChatControls-module__9BPs4a__controls-wrapper [data-ui=split-button] .ChatControls-module__9BPs4a__btn-label{margin-left:0}.ChatControls-module__9BPs4a__controls-wrapper .ChatControls-module__9BPs4a__controls-row [data-ui=split-button][data-size]>[data-ui]:first-child{padding-left:var(--space-2);padding-right:var(--space-1)}.ChatControls-module__9BPs4a__controls-wrapper .ChatControls-module__9BPs4a__controls-row [data-ui=split-button][data-size]>[data-ui][data-icon-only]{padding:0 var(--space-2) 0 var(--space-1)}.ChatControls-module__9BPs4a__btn-label{font-size:var(--small-font);white-space:nowrap;margin-left:.25rem;display:none}.ChatControls-module__9BPs4a__label-inline,.ChatControls-module__9BPs4a__label-flex{display:none}@media (min-width:992px){.ChatControls-module__9BPs4a__btn-label,.ChatControls-module__9BPs4a__label-inline{display:inline}.ChatControls-module__9BPs4a__label-flex{display:flex}}.ChatControls-module__9BPs4a__compact .ChatControls-module__9BPs4a__btn-label,.ChatControls-module__9BPs4a__compact .ChatControls-module__9BPs4a__label-inline,.ChatControls-module__9BPs4a__compact .ChatControls-module__9BPs4a__label-flex{display:none!important}.ChatControls-module__9BPs4a__toolbarBtn[data-ui]{min-width:var(--control-h-lg);gap:0;padding:0}@media (min-width:992px){.ChatControls-module__9BPs4a__toolbarBtn:has(.ChatControls-module__9BPs4a__btn-label){padding:0 var(--space-2)}}.ChatControls-module__9BPs4a__compact .ChatControls-module__9BPs4a__toolbarBtn:has(.ChatControls-module__9BPs4a__btn-label){padding:0}@media (max-width:767px){.ChatControls-module__9BPs4a__controls-row{flex-wrap:wrap;justify-content:center;row-gap:4px}.ChatControls-module__9BPs4a__controls-wrapper{max-width:100%}.ChatControls-module__9BPs4a__controls-spacer{display:none}}.ChatControls-module__9BPs4a__compact .ChatControls-module__9BPs4a__controls-row{flex-wrap:wrap;justify-content:center;row-gap:4px}.ChatControls-module__9BPs4a__compact .ChatControls-module__9BPs4a__controls-wrapper{max-width:100%}.ChatControls-module__9BPs4a__compact .ChatControls-module__9BPs4a__controls-spacer{display:none}.ChatControls-module__9BPs4a__folder-button{min-width:auto!important;height:36px!important;padding:.35rem .6rem!important}.ChatControls-module__9BPs4a__lockedGroup{align-items:center;gap:var(--space-1);margin-left:6px;display:flex}@media (max-width:767px){.ChatControls-module__9BPs4a__lockedTeaser[data-ui],.ChatControls-module__9BPs4a__lockedGroup{display:none}}.ChatControls-module__9BPs4a__pinAdornment{opacity:.9;flex-shrink:0;margin-left:4px}.ChatControls-module__9BPs4a__webSearchBadge{margin-left:6px}
.FolderShareModal-module__3ZPx_q__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(1.5px);background-color:#0000;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.dark-mode .FolderShareModal-module__3ZPx_q__modalOverlay{background-color:#0000004d}.FolderShareModal-module__3ZPx_q__modalContainer{background:var(--color-white);width:100%;max-width:600px;max-height:80vh;box-shadow:var(--shadow-xl);border:1px solid var(--border-color);border-radius:12px;padding:0;animation:.3s ease-out FolderShareModal-module__3ZPx_q__modalSlideIn;overflow:hidden}@keyframes FolderShareModal-module__3ZPx_q__modalSlideIn{0%{opacity:0;transform:translateY(-20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.FolderShareModal-module__3ZPx_q__modalHeader{border-bottom:1px solid var(--border-color);background:var(--surface-container-color);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.FolderShareModal-module__3ZPx_q__modalTitle{font-size:var(--large-font);color:var(--primary-color);align-items:center;gap:8px;margin:0;font-weight:600;display:flex}.FolderShareModal-module__3ZPx_q__headerIcon{color:var(--primary-color);font-size:var(--medium-font)}.FolderShareModal-module__3ZPx_q__closeButton{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:8px;transition:all .2s;display:flex}.FolderShareModal-module__3ZPx_q__closeButton:hover{background-color:var(--border-color);color:var(--text-color)}.FolderShareModal-module__3ZPx_q__closeButton:disabled{opacity:.5;cursor:not-allowed}.FolderShareModal-module__3ZPx_q__addShareSection{border-bottom:1px solid var(--border-color);padding:24px}.FolderShareModal-module__3ZPx_q__currentSharesSection{max-height:300px;padding:24px;overflow-y:auto}.FolderShareModal-module__3ZPx_q__sectionTitle{font-size:var(--medium-font);color:var(--text-color);align-items:center;gap:8px;margin:0 0 16px;font-weight:600;display:flex}.FolderShareModal-module__3ZPx_q__sectionIcon{color:var(--primary-color);font-size:var(--medium-font)}.FolderShareModal-module__3ZPx_q__shareForm{flex-direction:column;gap:16px;display:flex}.FolderShareModal-module__3ZPx_q__formGroup{position:relative}.FolderShareModal-module__3ZPx_q__formLabel{font-size:var(--small-font);color:var(--text-color);margin-bottom:6px;font-weight:500;display:block}.FolderShareModal-module__3ZPx_q__emailInputContainer{align-items:center;display:flex;position:relative}.FolderShareModal-module__3ZPx_q__inputIcon{color:var(--text-secondary);font-size:var(--medium-font);z-index:2;position:absolute;left:12px}.FolderShareModal-module__3ZPx_q__emailInput{border:1px solid var(--border-color);width:100%;font-size:var(--medium-font);color:var(--text-color);background-color:var(--color-white);border-radius:8px;padding:12px 16px 12px 40px;transition:all .2s}.FolderShareModal-module__3ZPx_q__emailInput:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px var(--primary-color-light);outline:none}.FolderShareModal-module__3ZPx_q__emailInput:disabled{background-color:var(--surface-container-color);cursor:not-allowed;opacity:.7}.FolderShareModal-module__3ZPx_q__inputError{border-color:var(--secondary-color)}.FolderShareModal-module__3ZPx_q__inputError:focus{border-color:var(--secondary-color);box-shadow:0 0 0 3px #fdc57f33}.FolderShareModal-module__3ZPx_q__loadingIcon{color:var(--primary-color);font-size:var(--medium-font);z-index:2;position:absolute;right:12px}.FolderShareModal-module__3ZPx_q__spinning{animation:1s linear infinite FolderShareModal-module__3ZPx_q__spin}@keyframes FolderShareModal-module__3ZPx_q__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.FolderShareModal-module__3ZPx_q__suggestionsContainer{background:var(--color-white);border:1px solid var(--border-color);z-index:1000;border-radius:8px;max-height:200px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001f}.FolderShareModal-module__3ZPx_q__suggestionItem{cursor:pointer;border-bottom:1px solid var(--border-color);align-items:center;padding:12px 16px;transition:all .15s;display:flex}.FolderShareModal-module__3ZPx_q__suggestionItem:last-child{border-bottom:none}.FolderShareModal-module__3ZPx_q__suggestionItem:hover,.FolderShareModal-module__3ZPx_q__suggestionItemActive{background-color:var(--surface-container-color)}.FolderShareModal-module__3ZPx_q__suggestionIcon{color:var(--text-muted);font-size:var(--medium-font);flex-shrink:0;margin-right:12px}.FolderShareModal-module__3ZPx_q__suggestionContent{flex:1;min-width:0}.FolderShareModal-module__3ZPx_q__suggestionName{font-size:var(--medium-font);color:var(--text-color);margin-bottom:2px;font-weight:500}.FolderShareModal-module__3ZPx_q__suggestionEmail{font-size:var(--small-font);color:var(--text-muted)}.FolderShareModal-module__3ZPx_q__suggestionArrow{color:var(--text-muted);font-size:var(--small-font);flex-shrink:0;margin-left:8px}.FolderShareModal-module__3ZPx_q__permissionSelect{border:1px solid var(--border-color);width:100%;font-size:var(--medium-font);color:var(--text-color);background-color:var(--color-white);border-radius:8px;padding:12px 16px;transition:all .2s}.FolderShareModal-module__3ZPx_q__permissionSelect:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px var(--primary-color-light);outline:none}.FolderShareModal-module__3ZPx_q__permissionSelect:disabled{background-color:var(--surface-container-color);cursor:not-allowed;opacity:.7}.FolderShareModal-module__3ZPx_q__shareButton{background-color:var(--primary-color);width:100%;color:var(--color-white);font-size:var(--medium-font);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-weight:500;transition:all .2s;display:flex}.FolderShareModal-module__3ZPx_q__shareButton:hover:not(:disabled){background-color:var(--primary-color);opacity:.9;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.FolderShareModal-module__3ZPx_q__shareButton:disabled{background-color:var(--text-muted);cursor:not-allowed;box-shadow:none;opacity:.6;transform:none}.FolderShareModal-module__3ZPx_q__errorMessage{border:1px solid var(--secondary-color);font-size:var(--small-font);color:var(--secondary-color);background-color:#fdc57f1a;border-radius:6px;align-items:center;gap:6px;margin-top:6px;padding:8px 12px;display:flex}.FolderShareModal-module__3ZPx_q__sharesList{flex-direction:column;gap:12px;display:flex}.FolderShareModal-module__3ZPx_q__shareItem{background-color:var(--surface-container-color);border:1px solid var(--border-color);border-radius:8px;justify-content:space-between;align-items:center;padding:16px;transition:all .2s;display:flex}.FolderShareModal-module__3ZPx_q__shareItem:hover{border-color:var(--primary-color-light);box-shadow:0 2px 8px #0000000d}.FolderShareModal-module__3ZPx_q__shareUserInfo{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.FolderShareModal-module__3ZPx_q__userAvatar{background-color:var(--primary-color-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.FolderShareModal-module__3ZPx_q__avatarIcon{color:var(--primary-color);font-size:var(--medium-font)}.FolderShareModal-module__3ZPx_q__userDetails{flex:1;min-width:0}.FolderShareModal-module__3ZPx_q__userEmail{font-size:var(--medium-font);color:var(--text-color);word-break:break-word;margin:0 0 4px;font-weight:500}.FolderShareModal-module__3ZPx_q__userPermission{font-size:var(--small-font);color:var(--text-secondary);margin:0 0 2px}.FolderShareModal-module__3ZPx_q__shareDate{font-size:var(--x-small-font);color:var(--text-secondary);margin:0}.FolderShareModal-module__3ZPx_q__shareActions{flex-shrink:0;align-items:center;gap:8px;display:flex}.FolderShareModal-module__3ZPx_q__permissionDropdown{border:1px solid var(--border-color);font-size:var(--small-font);color:var(--text-color);background-color:var(--color-white);border-radius:6px;padding:6px 12px;transition:all .2s}.FolderShareModal-module__3ZPx_q__permissionDropdown:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-color-light);outline:none}.FolderShareModal-module__3ZPx_q__permissionDropdown:disabled{background-color:var(--surface-container-color);cursor:not-allowed;opacity:.7}.FolderShareModal-module__3ZPx_q__revokeButton{border:1px solid var(--secondary-color);color:var(--secondary-color);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:8px;transition:all .2s;display:flex}.FolderShareModal-module__3ZPx_q__revokeButton:hover:not(:disabled){background-color:var(--secondary-color);color:var(--color-white)}.FolderShareModal-module__3ZPx_q__revokeButton:disabled{opacity:.5;cursor:not-allowed}.FolderShareModal-module__3ZPx_q__emptyState{text-align:center;padding:32px 16px}.FolderShareModal-module__3ZPx_q__emptyIcon{font-size:var(--x-large-font);color:var(--text-muted);opacity:.5;margin-bottom:16px}.FolderShareModal-module__3ZPx_q__emptyTitle{font-size:var(--large-font);color:var(--text-color);margin:0 0 8px;font-weight:500}.FolderShareModal-module__3ZPx_q__emptyDescription{font-size:var(--medium-font);color:var(--text-muted);margin:0}.FolderShareModal-module__3ZPx_q__modalFooter{border-top:1px solid var(--border-color);background:var(--surface-container-color);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.FolderShareModal-module__3ZPx_q__ownerNote{font-size:var(--small-font);color:var(--text-muted);margin:0}.FolderShareModal-module__3ZPx_q__closeModalButton{background-color:var(--primary-color);color:var(--color-white);font-size:var(--small-font);cursor:pointer;border:none;border-radius:6px;padding:8px 16px;font-weight:500;transition:all .2s}.FolderShareModal-module__3ZPx_q__closeModalButton:hover:not(:disabled){background-color:var(--primary-color);opacity:.9}.FolderShareModal-module__3ZPx_q__closeModalButton:disabled{opacity:.5;cursor:not-allowed}@media (max-width:640px){.FolderShareModal-module__3ZPx_q__modalContainer{max-width:calc(100% - 32px);max-height:calc(100vh - 32px);margin:16px}.FolderShareModal-module__3ZPx_q__modalHeader,.FolderShareModal-module__3ZPx_q__addShareSection,.FolderShareModal-module__3ZPx_q__currentSharesSection,.FolderShareModal-module__3ZPx_q__modalFooter{padding:16px}.FolderShareModal-module__3ZPx_q__shareItem{flex-direction:column;align-items:flex-start;gap:12px}.FolderShareModal-module__3ZPx_q__shareActions{justify-content:space-between;align-self:stretch}.FolderShareModal-module__3ZPx_q__permissionDropdown{flex:1}}
.UserQuestionPopup-module__NCuWna__overlay{z-index:10;flex-direction:column;justify-content:flex-end;animation:.18s ease-out UserQuestionPopup-module__NCuWna__fadeIn;display:flex;position:absolute;inset:0 0 16px}.UserQuestionPopup-module__NCuWna__container{background:var(--color-white);border:1px solid var(--primary-color);border-radius:var(--radius-xl);box-shadow:var(--shadow-glow), var(--shadow-md);outline:none;flex-direction:column;gap:.625rem;padding:1rem 1.25rem;display:flex}.UserQuestionPopup-module__NCuWna__questionRow{align-items:flex-start;gap:10px;display:flex}.UserQuestionPopup-module__NCuWna__question{color:var(--text-color);font-size:var(--medium-font);flex:1;line-height:1.55}.UserQuestionPopup-module__NCuWna__pagination{color:var(--text-muted-light);font-size:var(--x-small-font);white-space:nowrap;-webkit-user-select:none;user-select:none;flex-shrink:0;align-items:center;gap:3px;margin-top:3px;display:inline-flex}.UserQuestionPopup-module__NCuWna__paginationBtn{color:inherit;cursor:pointer;background:0 0;border:none;padding:0 1px;font-size:13px;line-height:1}.UserQuestionPopup-module__NCuWna__paginationBtn:hover{color:var(--text-color)}.UserQuestionPopup-module__NCuWna__paginationBtn:disabled{opacity:.3;cursor:default}.UserQuestionPopup-module__NCuWna__closeBtn{color:var(--text-muted-light);cursor:pointer;transition:color var(--duration-fast) var(--ease-in-out);background:0 0;border:none;flex-shrink:0;margin-top:3px;padding:0;font-size:13px;line-height:1}.UserQuestionPopup-module__NCuWna__closeBtn:hover{color:var(--text-color)}.UserQuestionPopup-module__NCuWna__options{flex-direction:column;gap:2px;max-height:220px;display:flex;overflow-y:auto}.UserQuestionPopup-module__NCuWna__option{border-radius:var(--radius-md);cursor:pointer;color:var(--text-color);font-size:var(--small-font);transition:background var(--duration-fast) var(--ease-in-out), border-color var(--duration-fast) var(--ease-in-out);border:1px solid #0000;align-items:center;gap:10px;padding:.5rem .625rem;line-height:1.45;display:flex}.UserQuestionPopup-module__NCuWna__option:hover{background:var(--surface-container-color)}.UserQuestionPopup-module__NCuWna__optionSelected{background:var(--surface-container-color);border-color:var(--primary-color)}.UserQuestionPopup-module__NCuWna__optionFocused{background:var(--surface-container-color)}.UserQuestionPopup-module__NCuWna__optionDisabled{opacity:.6;cursor:default;pointer-events:none}.UserQuestionPopup-module__NCuWna__indicator{border:2px solid var(--border-color);width:18px;height:18px;transition:all var(--duration-fast) var(--ease-in-out);flex-shrink:0;justify-content:center;align-items:center;display:flex}.UserQuestionPopup-module__NCuWna__radio{border-radius:50%}.UserQuestionPopup-module__NCuWna__checkbox{border-radius:4px}.UserQuestionPopup-module__NCuWna__indicatorSelected{border-color:var(--primary-color)}.UserQuestionPopup-module__NCuWna__checkboxFilled{background:var(--primary-color);border-color:var(--primary-color)}.UserQuestionPopup-module__NCuWna__dot{background:var(--primary-color);border-radius:50%;width:8px;height:8px}.UserQuestionPopup-module__NCuWna__tick{color:#fff;font-size:11px;line-height:1}.UserQuestionPopup-module__NCuWna__otherRow:focus-within{border-color:var(--primary-color)}.UserQuestionPopup-module__NCuWna__customField{min-width:0;color:var(--text-color);font-size:var(--small-font);background:0 0;border:none;outline:none;flex:1;padding:0;line-height:1.45}.UserQuestionPopup-module__NCuWna__customField::placeholder{color:var(--text-muted-light);opacity:.7}.UserQuestionPopup-module__NCuWna__footer{align-items:center;gap:10px;display:flex}.UserQuestionPopup-module__NCuWna__meta{color:var(--text-muted-light);font-size:var(--x-small-font)}.UserQuestionPopup-module__NCuWna__spacer{flex:1}.UserQuestionPopup-module__NCuWna__hints{color:var(--text-muted-light);font-size:var(--x-small-font);opacity:.55;white-space:nowrap;-webkit-user-select:none;user-select:none}.UserQuestionPopup-module__NCuWna__skipBtn{color:var(--text-muted-light);cursor:pointer;font-size:var(--small-font);white-space:nowrap;transition:color var(--duration-fast) var(--ease-in-out);background:0 0;border:none;padding:.25rem .5rem}.UserQuestionPopup-module__NCuWna__skipBtn:hover{color:var(--text-color)}.UserQuestionPopup-module__NCuWna__skipBtn:disabled{opacity:.4;cursor:default}.UserQuestionPopup-module__NCuWna__submitBtn{border-radius:var(--radius-md);background:var(--primary-color);width:36px;height:36px;color:var(--color-white);cursor:pointer;transition:background-color var(--duration-fast) var(--ease-in-out), transform var(--duration-fast) var(--ease-spring), box-shadow var(--duration-fast) var(--ease-in-out);border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.UserQuestionPopup-module__NCuWna__submitBtn:hover:not(:disabled){background:var(--gradient-dark);transform:scale(1.06);box-shadow:0 4px 12px #335cff40}.UserQuestionPopup-module__NCuWna__submitBtn:active:not(:disabled){transform:scale(.95)}.UserQuestionPopup-module__NCuWna__submitBtn:disabled{cursor:not-allowed;background:var(--surface-2);color:var(--text-muted-light);opacity:.5}@keyframes UserQuestionPopup-module__NCuWna__fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
.DocumentDrawer-module__wNB6zG__drawerBackdrop{z-index:1059!important}.DocumentDrawer-module__wNB6zG__header{border-bottom:1px solid var(--border-color);background-color:var(--background-primary);justify-content:space-between;align-items:center;min-height:56px;padding:.75rem 1rem;display:flex}.DocumentDrawer-module__wNB6zG__headerTitle{font-size:var(--medium-font);color:var(--text-color);text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:600;overflow:hidden}.DocumentDrawer-module__wNB6zG__headerActions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.DocumentDrawer-module__wNB6zG__body{background-color:var(--background-secondary);height:calc(100vh - 56px);overflow:hidden;padding:0!important}.DocumentDrawer-module__wNB6zG__content{width:100%;height:100%;display:flex}.DocumentDrawer-module__wNB6zG__documentSection{background-color:var(--background-secondary);flex-shrink:0;height:100%;transition:width .3s;overflow:hidden}.DocumentDrawer-module__wNB6zG__iframe{border:none;width:100%;height:100%}@keyframes DocumentDrawer-module__wNB6zG__slideOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-24px)}}@keyframes DocumentDrawer-module__wNB6zG__slideOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(24px)}}@keyframes DocumentDrawer-module__wNB6zG__slideInFromBottom{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes DocumentDrawer-module__wNB6zG__slideInFromTop{0%{opacity:0;transform:translateY(-24px)}to{opacity:1;transform:translateY(0)}}.DocumentDrawer-module__wNB6zG__slideOutUp{animation:.18s ease-out forwards DocumentDrawer-module__wNB6zG__slideOutUp}.DocumentDrawer-module__wNB6zG__slideOutDown{animation:.18s ease-out forwards DocumentDrawer-module__wNB6zG__slideOutDown}.DocumentDrawer-module__wNB6zG__slideInFromBottom{animation:.2s ease-out forwards DocumentDrawer-module__wNB6zG__slideInFromBottom}.DocumentDrawer-module__wNB6zG__slideInFromTop{animation:.2s ease-out forwards DocumentDrawer-module__wNB6zG__slideInFromTop}.DocumentDrawer-module__wNB6zG__sidePanel{background-color:var(--background-primary);border-left:1px solid var(--border-color);flex-shrink:0;height:100%;overflow-y:auto}@media (max-width:576px){.DocumentDrawer-module__wNB6zG__header{min-height:48px;padding:.5rem .75rem}.DocumentDrawer-module__wNB6zG__body{height:calc(100vh - 48px)}.DocumentDrawer-module__wNB6zG__documentSection{width:100%!important}.DocumentDrawer-module__wNB6zG__sidePanel{display:none}}
.CaseInfoPanel-module__n5jVOG__panel{background:var(--background-primary);border-left:1px solid var(--border-color);flex-direction:column;gap:1rem;height:100%;padding:1.5rem;display:flex;overflow-y:auto}.CaseInfoPanel-module__n5jVOG__header{border-bottom:1px solid var(--border-light);flex-direction:column;gap:.5rem;padding-bottom:1rem;display:flex}.CaseInfoPanel-module__n5jVOG__caseNumber{font-size:var(--large-font);color:var(--text-color);margin:0;font-weight:600}.CaseInfoPanel-module__n5jVOG__badge{background:var(--primary-color);color:var(--color-white);border-radius:var(--border-radius);font-size:var(--x-small-font);width:fit-content;padding:.25rem .75rem;font-weight:500;display:inline-block}.CaseInfoPanel-module__n5jVOG__metadata{flex-direction:column;gap:.75rem;display:flex}.CaseInfoPanel-module__n5jVOG__metaItem{align-items:center;gap:.5rem;display:flex}.CaseInfoPanel-module__n5jVOG__metaIcon{color:var(--icons-color);flex-shrink:0}.CaseInfoPanel-module__n5jVOG__metaText{font-size:var(--small-font);color:var(--text-secondary);line-height:1.4}.CaseInfoPanel-module__n5jVOG__section{border-top:1px solid var(--border-lighter);flex-direction:column;gap:.75rem;padding-top:1rem;display:flex}.CaseInfoPanel-module__n5jVOG__sectionHeader{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.5rem;width:100%;padding:0;display:flex}.CaseInfoPanel-module__n5jVOG__sectionHeader:hover{opacity:.8}.CaseInfoPanel-module__n5jVOG__sectionIcon{color:var(--icons-color);flex-shrink:0}.CaseInfoPanel-module__n5jVOG__sectionTitle{font-size:var(--medium-font);color:var(--text-color);flex:1;font-weight:600}.CaseInfoPanel-module__n5jVOG__expandIcon{color:var(--icons-color);transition:transform .2s}.CaseInfoPanel-module__n5jVOG__keywords{flex-wrap:wrap;gap:.5rem;display:flex}.CaseInfoPanel-module__n5jVOG__keyword{background:var(--background-secondary);border:1px solid var(--border-lighter);border-radius:calc(var(--border-radius) * 2);font-size:var(--x-small-font);color:var(--text-secondary);padding:.25rem .5rem;transition:all .2s;display:inline-block}.CaseInfoPanel-module__n5jVOG__keyword:hover{background:var(--background-hover);border-color:var(--border-color);color:var(--text-color)}.CaseInfoPanel-module__n5jVOG__summaryContent{font-size:var(--small-font);color:var(--text-color);line-height:1.6}.CaseInfoPanel-module__n5jVOG__metaRow{font-size:var(--small-font);gap:.5rem;padding:.5rem 0;display:flex}.CaseInfoPanel-module__n5jVOG__metaLabel{color:var(--text-muted);min-width:100px;font-weight:500}.CaseInfoPanel-module__n5jVOG__metaValue{color:var(--text-color);flex:1}.CaseInfoPanel-module__n5jVOG__panel::-webkit-scrollbar{width:8px}.CaseInfoPanel-module__n5jVOG__panel::-webkit-scrollbar-track{background:var(--background-secondary);border-radius:4px}.CaseInfoPanel-module__n5jVOG__panel::-webkit-scrollbar-thumb{background:var(--scrollbar-color);border-radius:4px}.CaseInfoPanel-module__n5jVOG__panel::-webkit-scrollbar-thumb:hover{background:var(--border-color)}
.FolderDocPanel-module__uAhsuq__panel{background:var(--background-primary);border-left:1px solid var(--border-color);flex-direction:column;gap:1rem;height:100%;padding:1.5rem;display:flex;overflow-y:auto}.FolderDocPanel-module__uAhsuq__header{border-bottom:1px solid var(--border-light);flex-direction:column;gap:.5rem;padding-bottom:1rem;display:flex}.FolderDocPanel-module__uAhsuq__fileIconRow{align-items:center;display:flex}.FolderDocPanel-module__uAhsuq__fileIcon{color:var(--primary-color)}.FolderDocPanel-module__uAhsuq__fileName{font-size:var(--large-font);color:var(--text-color);word-break:break-word;overflow-wrap:anywhere;margin:0;font-weight:600}.FolderDocPanel-module__uAhsuq__metadata{flex-direction:column;gap:.75rem;display:flex}.FolderDocPanel-module__uAhsuq__metaItem{align-items:center;gap:.5rem;display:flex}.FolderDocPanel-module__uAhsuq__metaIcon{color:var(--icons-color);flex-shrink:0}.FolderDocPanel-module__uAhsuq__metaText{font-size:var(--small-font);color:var(--text-secondary);line-height:1.4}.FolderDocPanel-module__uAhsuq__section{border-top:1px solid var(--border-lighter);flex-direction:column;gap:.75rem;padding-top:1rem;display:flex}.FolderDocPanel-module__uAhsuq__sectionHeader{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.5rem;width:100%;padding:0;display:flex}.FolderDocPanel-module__uAhsuq__sectionHeader:hover{opacity:.8}.FolderDocPanel-module__uAhsuq__sectionIcon{color:var(--icons-color);flex-shrink:0}.FolderDocPanel-module__uAhsuq__sectionTitle{font-size:var(--medium-font);color:var(--text-color);flex:1;font-weight:600}.FolderDocPanel-module__uAhsuq__expandIcon{color:var(--icons-color)}.FolderDocPanel-module__uAhsuq__summaryContent{font-size:var(--small-font);color:var(--text-color);white-space:pre-wrap;margin:0;line-height:1.6}.FolderDocPanel-module__uAhsuq__tocList{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.FolderDocPanel-module__uAhsuq__tocItem{flex-direction:column;display:flex}.FolderDocPanel-module__uAhsuq__tocButton{border-radius:calc(var(--border-radius) / 2);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:baseline;gap:.5rem;width:100%;padding:.4rem .5rem;transition:background .15s;display:flex}.FolderDocPanel-module__uAhsuq__tocButton:hover{background:var(--background-hover)}.FolderDocPanel-module__uAhsuq__tocTitle{font-size:var(--small-font);color:var(--text-color);flex:1;line-height:1.4}.FolderDocPanel-module__uAhsuq__tocPage{font-size:var(--x-small-font);color:var(--primary-color);white-space:nowrap;flex-shrink:0;font-weight:600}.FolderDocPanel-module__uAhsuq__tocDesc{font-size:var(--x-small-font);color:var(--text-muted);margin:0 0 .25rem .5rem;line-height:1.4}.FolderDocPanel-module__uAhsuq__placeholder{font-size:var(--small-font);color:var(--text-muted);margin:0;font-style:italic}.FolderDocPanel-module__uAhsuq__panel::-webkit-scrollbar{width:8px}.FolderDocPanel-module__uAhsuq__panel::-webkit-scrollbar-track{background:var(--background-secondary);border-radius:4px}.FolderDocPanel-module__uAhsuq__panel::-webkit-scrollbar-thumb{background:var(--scrollbar-color);border-radius:4px}.FolderDocPanel-module__uAhsuq__panel::-webkit-scrollbar-thumb:hover{background:var(--border-color)}
.checkoutFlow-module__H6Yvvq__stepsContainer{justify-content:center;align-items:center;gap:0;padding:.15rem 0;display:flex}.checkoutFlow-module__H6Yvvq__flowHeader{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.checkoutFlow-module__H6Yvvq__flowHeaderSide{flex:1 1 0;align-items:center;min-width:0;display:flex}.checkoutFlow-module__H6Yvvq__flowHeaderSideEnd{justify-content:flex-end;min-width:fit-content}.checkoutFlow-module__H6Yvvq__step{flex-direction:column;align-items:center;gap:.25rem;display:flex}.checkoutFlow-module__H6Yvvq__stepIcon{background:var(--background-secondary);width:27px;height:27px;color:var(--text-muted);border:1.5px solid var(--border-light);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;transition:all .2s;display:flex}.checkoutFlow-module__H6Yvvq__stepActive .checkoutFlow-module__H6Yvvq__stepIcon{background:var(--primary-color);color:#fff;border-color:var(--primary-color);box-shadow:0 0 0 3px #0150731f}.checkoutFlow-module__H6Yvvq__stepCompleted .checkoutFlow-module__H6Yvvq__stepIcon{background:var(--secondary-color);color:#fff;border-color:var(--secondary-color)}.checkoutFlow-module__H6Yvvq__stepCompleted:hover .checkoutFlow-module__H6Yvvq__stepIcon{opacity:.8}.checkoutFlow-module__H6Yvvq__stepLine{background:var(--border-light);border-radius:1px;width:32px;height:2px;margin:0 .35rem;transition:background .2s}.checkoutFlow-module__H6Yvvq__stepLineCompleted{background:var(--secondary-color)}.checkoutFlow-module__H6Yvvq__stepLabel{font-size:var(--x-small-font);color:var(--text-muted);white-space:nowrap;font-weight:600}.checkoutFlow-module__H6Yvvq__stepActive .checkoutFlow-module__H6Yvvq__stepLabel{color:var(--text-color)}.checkoutFlow-module__H6Yvvq__stepActiveLabelMobile{display:none}.checkoutFlow-module__H6Yvvq__purchaseTypeContainer{flex-direction:column;align-items:center;gap:1.25rem;max-width:620px;margin:0 auto;padding:1.5rem 1rem 1rem;display:flex}.checkoutFlow-module__H6Yvvq__purchaseTypeTitle{color:var(--text-color);text-align:center;margin:0;font-size:1.25rem;font-weight:700}.checkoutFlow-module__H6Yvvq__purchaseTypeSubtitle{font-size:var(--small-font);color:var(--text-muted);text-align:center;max-width:460px;margin:-.75rem 0 0}.checkoutFlow-module__H6Yvvq__purchaseTypeCards{gap:1.25rem;width:100%;display:flex}.checkoutFlow-module__H6Yvvq__purchaseTypeCard{border:2px solid var(--border-light);background:var(--color-white);cursor:pointer;text-align:center;border-radius:16px;flex-direction:column;flex:1;align-items:center;gap:.6rem;padding:1.75rem 1.25rem;transition:all .2s;display:flex}.checkoutFlow-module__H6Yvvq__purchaseTypeCard:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 20px #00000014}.checkoutFlow-module__H6Yvvq__purchaseTypeCardSelected{border-color:var(--primary-color);background:#0150730a;box-shadow:0 0 0 3px #0150731a}.checkoutFlow-module__H6Yvvq__purchaseTypeCardIcon{background:var(--background-secondary);width:56px;height:56px;color:var(--primary-color);border:1.5px solid var(--border-light);border-radius:50%;justify-content:center;align-items:center;display:flex}.checkoutFlow-module__H6Yvvq__purchaseTypeCardSelected .checkoutFlow-module__H6Yvvq__purchaseTypeCardIcon{background:var(--primary-color);color:var(--color-white);border-color:var(--primary-color)}.checkoutFlow-module__H6Yvvq__purchaseTypeCardTitle{color:var(--text-color);font-size:1rem;font-weight:600}.checkoutFlow-module__H6Yvvq__purchaseTypeCardDesc{font-size:var(--x-small-font);color:var(--text-muted);line-height:1.4}.checkoutFlow-module__H6Yvvq__orgOptions{flex-direction:column;gap:.75rem;width:100%;display:flex}.checkoutFlow-module__H6Yvvq__orgOption{border:2px solid var(--border-light);background:var(--color-white);cursor:pointer;border-radius:14px;padding:1rem 1.1rem;transition:border-color .2s,background .2s}.checkoutFlow-module__H6Yvvq__orgOption:hover{border-color:var(--primary-color)}.checkoutFlow-module__H6Yvvq__orgOptionSelected{border-color:var(--primary-color);background:#0150730a}.checkoutFlow-module__H6Yvvq__orgOptionDisabled{opacity:.55;cursor:default}.checkoutFlow-module__H6Yvvq__orgOptionDisabled:hover{border-color:var(--border-light)}.checkoutFlow-module__H6Yvvq__orgOptionHead{align-items:center;gap:.75rem;display:flex}.checkoutFlow-module__H6Yvvq__orgOptionIcon{background:var(--background-secondary);width:40px;height:40px;color:var(--primary-color);border:1px solid var(--border-light);border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex}.checkoutFlow-module__H6Yvvq__orgOptionText{flex-direction:column;flex:auto;gap:.15rem;min-width:0;display:flex}.checkoutFlow-module__H6Yvvq__orgOptionTitle{font-size:var(--small-font);color:var(--text-color);font-weight:600}.checkoutFlow-module__H6Yvvq__orgOptionDesc{font-size:var(--x-small-font);color:var(--text-muted);line-height:1.4}.checkoutFlow-module__H6Yvvq__orgOptionCheck{color:var(--primary-color);flex:none}.checkoutFlow-module__H6Yvvq__orgOptionButton{font-size:var(--small-font);color:var(--color-white);background:var(--primary-color);border-radius:var(--border-radius);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.4rem;margin-top:.85rem;padding:.55rem 1.25rem;font-weight:600;transition:filter .15s;display:inline-flex}.checkoutFlow-module__H6Yvvq__orgOptionButton:hover{filter:brightness(1.1)}.checkoutFlow-module__H6Yvvq__orgOptionButton:disabled{opacity:.5;cursor:not-allowed}.checkoutFlow-module__H6Yvvq__orgCreateForm{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.85rem;display:flex}.checkoutFlow-module__H6Yvvq__orgCreateForm .checkoutFlow-module__H6Yvvq__orgOptionButton{margin-top:0}.checkoutFlow-module__H6Yvvq__orgCreateInput{min-width:0;font-size:var(--small-font);color:var(--text-color);background:var(--color-white);border:1px solid var(--border-light);border-radius:var(--border-radius);outline:none;flex:200px;padding:.55rem .75rem;transition:border-color .2s}.checkoutFlow-module__H6Yvvq__orgCreateInput:focus{border-color:var(--primary-color)}.checkoutFlow-module__H6Yvvq__orgBackLink{font-size:var(--x-small-font);color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.25rem .5rem;font-weight:500;text-decoration:underline}.checkoutFlow-module__H6Yvvq__orgBackLink:hover{color:var(--text-color)}@media (max-width:575px){.checkoutFlow-module__H6Yvvq__purchaseTypeCards{flex-direction:column}}.checkoutFlow-module__H6Yvvq__flowLayout{align-items:flex-start;gap:1rem;display:flex}.checkoutFlow-module__H6Yvvq__flowMain{flex:auto;min-width:0}.checkoutFlow-module__H6Yvvq__flowSidebar{flex:0 0 300px;max-width:35%;position:sticky;top:0}@media (max-width:991px){.checkoutFlow-module__H6Yvvq__flowLayout{flex-direction:column}.checkoutFlow-module__H6Yvvq__flowSidebar{flex-basis:auto;width:100%;max-width:none;position:static}}.checkoutFlow-module__H6Yvvq__orderSummary{border:1px solid var(--border-light);background:var(--color-white);border-radius:16px;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.checkoutFlow-module__H6Yvvq__orderSummaryHeader{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.checkoutFlow-module__H6Yvvq__orderSummaryTitle{font-size:var(--small-font);color:var(--text-color);font-weight:700}.checkoutFlow-module__H6Yvvq__orderSummaryBadge{font-size:var(--x-small-font);background:var(--background-secondary);color:var(--text-muted);border:1px solid var(--border-light);white-space:nowrap;border-radius:999px;padding:.15rem .6rem;font-weight:600}.checkoutFlow-module__H6Yvvq__orderSummaryEmpty{font-size:var(--small-font);color:var(--text-muted);text-align:center;margin:0;padding:.5rem 0 .25rem}.checkoutFlow-module__H6Yvvq__orderSummaryItems{flex-direction:column;gap:.4rem;display:flex}.checkoutFlow-module__H6Yvvq__orderSummaryRow{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.checkoutFlow-module__H6Yvvq__orderSummaryItemName{font-size:var(--small-font);color:var(--text-color);min-width:0}.checkoutFlow-module__H6Yvvq__orderSummaryItemQty{color:var(--text-muted);font-weight:600}.checkoutFlow-module__H6Yvvq__orderSummaryItemPrice{font-size:var(--small-font);color:var(--text-color);white-space:nowrap;font-weight:600}.checkoutFlow-module__H6Yvvq__orderSummaryUsers{font-size:var(--x-small-font);color:var(--text-muted);border-bottom:1px solid var(--border-lighter);padding-bottom:.6rem}.checkoutFlow-module__H6Yvvq__orderSummaryTotal{border-top:1px solid var(--border-light);justify-content:space-between;align-items:baseline;gap:.5rem;padding-top:.6rem;display:flex}.checkoutFlow-module__H6Yvvq__orderSummaryDetails{flex-direction:column;gap:.75rem;min-width:0;display:flex}.checkoutFlow-module__H6Yvvq__orderSummaryToggle{width:100%;font:inherit;color:inherit;text-align:inherit;border:none;border-top:1px solid var(--border-light);cursor:default;background:0 0;padding:.6rem 0 0}.checkoutFlow-module__H6Yvvq__summaryChevron{display:none}.checkoutFlow-module__H6Yvvq__orderSummaryTotalLabel{font-size:var(--small-font);color:var(--text-color);font-weight:700}.checkoutFlow-module__H6Yvvq__orderSummaryTotalValue{color:var(--text-color);white-space:nowrap;font-size:1.05rem;font-weight:800}.checkoutFlow-module__H6Yvvq__orderSummaryCta{justify-content:center;width:100%}.checkoutFlow-module__H6Yvvq__orderSummaryTrust{font-size:var(--x-small-font);color:var(--text-muted);justify-content:center;align-items:center;gap:.35rem;display:flex}.checkoutFlow-module__H6Yvvq__cartContainer{max-width:640px;margin:0 auto;padding:0 1rem}.checkoutFlow-module__H6Yvvq__cartSection{margin-bottom:1.5rem}.checkoutFlow-module__H6Yvvq__cartSectionTitle{font-size:var(--small-font);color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--border-light);margin-bottom:.75rem;padding-bottom:.5rem;font-weight:600}.checkoutFlow-module__H6Yvvq__cartSectionHint{font-size:var(--x-small-font);color:var(--text-muted);margin:-.35rem 0 .85rem;line-height:1.5}.checkoutFlow-module__H6Yvvq__orgAdminNote{border-radius:var(--border-radius);background:#0150730d;border:1px solid #0150732e;align-items:flex-start;gap:.6rem;margin-bottom:1.25rem;padding:.7rem .85rem;display:flex}.checkoutFlow-module__H6Yvvq__orgAdminNoteIcon{color:var(--primary-color);flex-shrink:0;margin-top:.1rem}.checkoutFlow-module__H6Yvvq__orgAdminNoteTitle{font-size:var(--small-font);color:var(--text-color);margin-bottom:.15rem;font-weight:600}.checkoutFlow-module__H6Yvvq__orgAdminNoteBody{font-size:var(--x-small-font);color:var(--text-secondary);line-height:1.5}.checkoutFlow-module__H6Yvvq__cartItem{border-radius:var(--border-radius);background:var(--color-white);border:1px solid var(--border-light);justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.375rem;padding:.5rem .75rem;transition:border-color .15s;display:flex}.checkoutFlow-module__H6Yvvq__cartItem:hover{border-color:var(--primary-color)}.checkoutFlow-module__H6Yvvq__cartItemInfo{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.checkoutFlow-module__H6Yvvq__cartItemName{font-size:var(--small-font);color:var(--text-color);font-weight:600}.checkoutFlow-module__H6Yvvq__cartItemPrice{font-size:var(--x-small-font);color:var(--text-muted)}.checkoutFlow-module__H6Yvvq__cartItemSubLabel{font-size:var(--x-small-font);color:var(--text-muted);line-height:1.45}.checkoutFlow-module__H6Yvvq__cartItemSubLabelIncluded{color:var(--secondary-color);font-weight:600}.checkoutFlow-module__H6Yvvq__cartItemIncluded{font-size:var(--x-small-font);color:var(--secondary-color);white-space:nowrap;font-weight:500}.checkoutFlow-module__H6Yvvq__counterContainer{align-items:center;gap:.35rem;display:flex}.checkoutFlow-module__H6Yvvq__counterButton{border:1px solid var(--border-light);background:var(--color-white);width:24px;height:24px;color:var(--text-color);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:.85rem;font-weight:600;line-height:1;transition:all .15s;display:flex}.checkoutFlow-module__H6Yvvq__counterButton:hover:not(:disabled){border-color:var(--primary-color);background:var(--background-hover)}.checkoutFlow-module__H6Yvvq__counterButton:disabled{opacity:.3;cursor:not-allowed}.checkoutFlow-module__H6Yvvq__counterValue{font-size:var(--x-small-font);color:var(--text-color);text-align:center;min-width:20px;font-weight:600}.checkoutFlow-module__H6Yvvq__cartItemRight{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.checkoutFlow-module__H6Yvvq__cartItemPriceInline{font-size:var(--x-small-font);color:var(--text-muted);white-space:nowrap}.checkoutFlow-module__H6Yvvq__addonAddButton{font-size:var(--x-small-font);color:var(--primary-color);border:1.5px solid var(--primary-color);cursor:pointer;white-space:nowrap;background:0 0;border-radius:999px;padding:.22rem .9rem;font-weight:600;transition:background .15s,color .15s,border-color .15s}.checkoutFlow-module__H6Yvvq__addonAddButton:hover{background:var(--primary-color);color:var(--color-white)}.checkoutFlow-module__H6Yvvq__addonAddButtonAdded{color:var(--text-muted);border-color:var(--border-light)}.checkoutFlow-module__H6Yvvq__addonAddButtonAdded:hover{color:var(--color-white);background:#ef4444;border-color:#ef4444}.checkoutFlow-module__H6Yvvq__reviewContainer{max-width:540px;margin:0 auto;padding:0 1rem}.checkoutFlow-module__H6Yvvq__reviewTitle{color:var(--text-color);text-align:center;margin-bottom:1.25rem;font-size:1.1rem;font-weight:700}.checkoutFlow-module__H6Yvvq__reviewCard{border:1px solid var(--border-light);background:var(--color-white);border-radius:12px;overflow:hidden}.checkoutFlow-module__H6Yvvq__reviewItem{border-bottom:1px solid var(--border-light);font-size:var(--small-font);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.checkoutFlow-module__H6Yvvq__reviewItem:last-child{border-bottom:none}.checkoutFlow-module__H6Yvvq__reviewItemLabel{color:var(--text-secondary)}.checkoutFlow-module__H6Yvvq__reviewItemValue{color:var(--text-color);font-weight:600}.checkoutFlow-module__H6Yvvq__reviewTotal{background:var(--background-secondary);border-top:2px solid var(--primary-color);justify-content:space-between;align-items:center;padding:1rem;display:flex}.checkoutFlow-module__H6Yvvq__reviewTotalLabel{color:var(--text-color);font-size:1rem;font-weight:700}.checkoutFlow-module__H6Yvvq__reviewTotalValue{color:var(--primary-color);font-size:1.25rem;font-weight:700}.checkoutFlow-module__H6Yvvq__reviewTotalRight{align-items:center;gap:.5rem;display:flex}.checkoutFlow-module__H6Yvvq__reviewTotalOriginal{color:var(--text-muted);font-size:.9rem;font-weight:500;text-decoration:line-through}.checkoutFlow-module__H6Yvvq__reviewTotalBadge{font-size:var(--x-small-font);color:#fff;letter-spacing:.3px;background:#10b981;border-radius:4px;padding:.1rem .4rem;font-weight:700;display:inline-block}.checkoutFlow-module__H6Yvvq__reviewTotalDiscounted{background:linear-gradient(135deg, #10b9810f, var(--background-secondary));border-top-color:#10b981}.checkoutFlow-module__H6Yvvq__discountCodeSection{border-top:1px solid var(--border-light);padding:.75rem 1rem}.checkoutFlow-module__H6Yvvq__discountCodeLabel{font-size:var(--x-small-font);color:var(--text-muted);text-transform:uppercase;letter-spacing:.3px;margin-bottom:.5rem;font-weight:500;display:block}.checkoutFlow-module__H6Yvvq__discountCodeInputRow{gap:.5rem;display:flex}.checkoutFlow-module__H6Yvvq__discountCodeInput{min-width:0;font-size:var(--small-font);color:var(--text-color);background:var(--color-white);border:1px solid var(--border-light);border-radius:var(--border-radius);outline:none;flex:1;padding:.45rem .75rem;transition:border-color .2s}.checkoutFlow-module__H6Yvvq__discountCodeInput:focus{border-color:var(--primary-color)}.checkoutFlow-module__H6Yvvq__discountCodeApplyButton{font-size:var(--small-font);color:var(--color-white);background:var(--primary-color);border-radius:var(--border-radius);cursor:pointer;white-space:nowrap;border:none;padding:.45rem 1rem;font-weight:600;transition:opacity .15s}.checkoutFlow-module__H6Yvvq__discountCodeApplyButton:hover:not(:disabled){opacity:.85}.checkoutFlow-module__H6Yvvq__discountCodeApplyButton:disabled{opacity:.4;cursor:not-allowed}.checkoutFlow-module__H6Yvvq__discountCodeApplied{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.checkoutFlow-module__H6Yvvq__discountCodeAppliedText{font-size:var(--small-font);color:#10b981;align-items:center;gap:.5rem;font-weight:500;display:flex}.checkoutFlow-module__H6Yvvq__discountCodeBadge{font-size:var(--x-small-font);color:var(--primary-color);letter-spacing:.5px;background:#01507314;border-radius:4px;padding:.15rem .5rem;font-family:monospace;font-weight:600;display:inline-block}.checkoutFlow-module__H6Yvvq__discountCodeRemoveButton{font-size:var(--x-small-font);color:var(--text-muted);border:1px solid var(--border-light);border-radius:var(--border-radius);cursor:pointer;background:0 0;padding:.25rem .5rem;font-weight:500;transition:all .15s}.checkoutFlow-module__H6Yvvq__discountCodeRemoveButton:hover{color:#ef4444;border-color:#ef4444}.checkoutFlow-module__H6Yvvq__discountCodeInputError{border-color:#ef4444!important}.checkoutFlow-module__H6Yvvq__discountCodeErrorText{font-size:var(--x-small-font);color:#ef4444;margin-top:.25rem;font-weight:500;display:block}.checkoutFlow-module__H6Yvvq__actionRow{justify-content:center;gap:.75rem;margin-top:1.5rem;display:flex}.checkoutFlow-module__H6Yvvq__backButton{font-size:var(--small-font);color:var(--text-muted);border:1px solid var(--border-light);border-radius:var(--border-radius);cursor:pointer;background:0 0;padding:.65rem 1.5rem;font-weight:500;transition:background .15s,color .15s}.checkoutFlow-module__H6Yvvq__backButton:hover{background:var(--background-hover);color:var(--text-color)}.checkoutFlow-module__H6Yvvq__nextButton{font-size:var(--small-font);color:var(--color-white);background:var(--primary-color);border-radius:var(--border-radius);cursor:pointer;border:none;padding:.65rem 2rem;font-weight:600;transition:filter .15s}.checkoutFlow-module__H6Yvvq__nextButton:hover{filter:brightness(1.1)}.checkoutFlow-module__H6Yvvq__nextButton:disabled{opacity:.5;cursor:not-allowed}.checkoutFlow-module__H6Yvvq__selectedPackageHighlight{border-color:var(--primary-color);background:#01507308}.checkoutFlow-module__H6Yvvq__orderCard{border:1px solid var(--border-light);border-radius:var(--border-radius);background:var(--color-white);overflow:hidden}.checkoutFlow-module__H6Yvvq__orderPackageRow{justify-content:space-between;align-items:center;gap:.75rem;padding:.7rem .9rem;display:flex}.checkoutFlow-module__H6Yvvq__orderPackageRow+.checkoutFlow-module__H6Yvvq__orderPackageRow{border-top:1px solid var(--border-light)}.checkoutFlow-module__H6Yvvq__orderPackageMain{flex-wrap:wrap;align-items:baseline;gap:.6rem;min-width:0;display:flex}.checkoutFlow-module__H6Yvvq__orderPackageName{font-size:var(--small-font);color:var(--text-color);font-weight:700}.checkoutFlow-module__H6Yvvq__orderPackagePrice{font-size:var(--x-small-font);color:var(--text-muted)}.checkoutFlow-module__H6Yvvq__orderPackageQty{font-size:var(--x-small-font);color:var(--primary-color);white-space:nowrap;flex-shrink:0;font-weight:600}.checkoutFlow-module__H6Yvvq__orderIncluded{border-top:1px solid var(--border-light);background:var(--background-light);padding:.6rem .9rem .7rem}.checkoutFlow-module__H6Yvvq__orderIncludedRow{flex-wrap:wrap;align-items:baseline;gap:.5rem;display:flex}.checkoutFlow-module__H6Yvvq__orderIncludedLabel{font-size:var(--x-small-font);color:var(--text-muted);text-transform:uppercase;letter-spacing:.3px;flex-shrink:0;font-weight:600}.checkoutFlow-module__H6Yvvq__includedChips{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.checkoutFlow-module__H6Yvvq__includedChip{background:var(--background-secondary);border:1px solid var(--border-light);font-size:var(--x-small-font);color:var(--text-secondary);white-space:nowrap;border-radius:999px;align-items:center;gap:.25rem;padding:.15rem .5rem;display:inline-flex}.checkoutFlow-module__H6Yvvq__includedChip>svg{color:var(--secondary-color);flex-shrink:0}.checkoutFlow-module__H6Yvvq__includedMoreButton{font-size:var(--x-small-font);color:var(--primary-color);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:.15rem .25rem;font-weight:600}.checkoutFlow-module__H6Yvvq__includedMoreButton:hover{text-decoration:underline}.checkoutFlow-module__H6Yvvq__orderIncludedActionable{flex-direction:column;gap:.375rem;margin-top:.5rem;display:flex}.checkoutFlow-module__H6Yvvq__emptyMessage{text-align:center;color:var(--text-muted);font-size:var(--small-font);padding:2rem}.checkoutFlow-module__H6Yvvq__reviewItemQty{font-size:var(--x-small-font);color:var(--text-muted);margin-left:.5rem}.checkoutFlow-module__H6Yvvq__addonCategory{border:1px solid var(--border-light);border-radius:var(--border-radius);background:var(--color-white);margin-bottom:.5rem;overflow:hidden}.checkoutFlow-module__H6Yvvq__addonCategoryHeader{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.75rem;width:100%;padding:.7rem .9rem;transition:background .15s;display:flex}.checkoutFlow-module__H6Yvvq__addonCategoryHeader:hover{background:var(--background-hover)}.checkoutFlow-module__H6Yvvq__addonCategoryTitle{font-size:var(--small-font);color:var(--text-color);font-weight:600}.checkoutFlow-module__H6Yvvq__addonCategoryMeta{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.checkoutFlow-module__H6Yvvq__addonCategoryCount{font-size:var(--x-small-font);color:var(--text-muted);white-space:nowrap}.checkoutFlow-module__H6Yvvq__addonCategorySelectedCount{font-size:var(--x-small-font);color:var(--primary-color);white-space:nowrap;background:#01507314;border-radius:999px;padding:.1rem .5rem;font-weight:600}.checkoutFlow-module__H6Yvvq__addonCategoryChevron{color:var(--text-muted);transition:transform .2s}.checkoutFlow-module__H6Yvvq__addonCategoryChevronOpen{transform:rotate(180deg)}.checkoutFlow-module__H6Yvvq__addonCategoryBody{border-top:1px solid var(--border-light);background:var(--background-light);padding:.5rem .6rem .6rem}.checkoutFlow-module__H6Yvvq__addonCategoryBody .checkoutFlow-module__H6Yvvq__cartItem:last-child{margin-bottom:0}.checkoutFlow-module__H6Yvvq__addonCategoryNote{font-size:var(--x-small-font);color:var(--text-muted);background:var(--background-secondary);border:1px solid var(--border-light);border-radius:var(--border-radius);margin:0 0 .5rem;padding:.45rem .6rem}.checkoutFlow-module__H6Yvvq__cardSeatFooter{flex-direction:column;align-items:center;gap:.3rem;display:flex}.checkoutFlow-module__H6Yvvq__cardSeatLabel{font-size:var(--x-small-font);letter-spacing:.2px;color:var(--text-muted);text-align:center;font-weight:600}.checkoutFlow-module__H6Yvvq__cardSeatCounter{background:var(--background-secondary);border:1px solid var(--border-light);border-radius:999px;align-items:center;gap:.75rem;padding:.2rem .55rem;display:flex}.checkoutFlow-module__H6Yvvq__cardSeatCounter .checkoutFlow-module__H6Yvvq__counterButton{width:26px;height:26px;font-size:1rem}.checkoutFlow-module__H6Yvvq__cardSeatCounter .checkoutFlow-module__H6Yvvq__counterValue{font-size:var(--medium-font);min-width:26px;font-weight:700}.checkoutFlow-module__H6Yvvq__packageCardSelected{border-radius:calc(var(--border-radius) + 4px);box-shadow:0 0 0 2px var(--primary-color)}.checkoutFlow-module__H6Yvvq__cardSelectedFooter{width:100%;font-size:var(--x-small-font);color:var(--primary-color);border-radius:var(--border-radius);cursor:pointer;background:#0150730f;border:none;justify-content:center;align-items:center;gap:.35rem;padding:.45rem .75rem;font-weight:600;transition:background .15s;display:flex}.checkoutFlow-module__H6Yvvq__cardSelectedFooter:hover{background:#0150731f}.checkoutFlow-module__H6Yvvq__removePackageButton{font-size:var(--x-small-font);color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.1rem .3rem;font-weight:500;text-decoration:underline}.checkoutFlow-module__H6Yvvq__removePackageButton:hover{color:#ef4444}.checkoutFlow-module__H6Yvvq__nextButtonWithIcon{align-items:center;gap:.4rem;display:inline-flex}.checkoutFlow-module__H6Yvvq__noLockInNote{width:fit-content;max-width:100%;font-size:var(--small-font);color:var(--text-secondary);background:var(--background-secondary);border:1px solid var(--border-light);text-align:center;border-radius:999px;justify-content:center;align-items:center;gap:.45rem;margin:.2rem auto 0;padding:.35rem .9rem;font-weight:500;line-height:1.4;display:flex}.checkoutFlow-module__H6Yvvq__noLockInNoteIcon{color:var(--secondary-color);flex-shrink:0}.checkoutFlow-module__H6Yvvq__securityBanner{background:var(--background-secondary);border:1px solid var(--border-light);border-radius:var(--border-radius);align-items:flex-start;gap:.7rem;max-width:780px;margin:.8rem auto 0;padding:.6rem .9rem;display:flex}.checkoutFlow-module__H6Yvvq__securityBannerIcon{color:var(--secondary-color);flex-shrink:0;margin-top:.1rem}.checkoutFlow-module__H6Yvvq__securityBannerTitle{font-size:var(--small-font);color:var(--text-color);margin-bottom:.15rem;font-weight:700;display:block}.checkoutFlow-module__H6Yvvq__securityBannerBody{font-size:var(--x-small-font);color:var(--text-secondary);line-height:1.55;display:block}.checkoutFlow-module__H6Yvvq__betaBadge{text-transform:uppercase;letter-spacing:.03em;color:#fff;vertical-align:middle;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:4px;margin-left:.4rem;padding:.1rem .45rem;font-size:.65rem;font-weight:600;display:inline-block}@media (max-width:767.98px){.checkoutFlow-module__H6Yvvq__flowHeader{flex-wrap:wrap;justify-content:center;row-gap:.5rem}.checkoutFlow-module__H6Yvvq__flowHeader>.checkoutFlow-module__H6Yvvq__flowHeaderSide:not(.checkoutFlow-module__H6Yvvq__flowHeaderSideEnd){display:none}.checkoutFlow-module__H6Yvvq__flowHeaderSideEnd{flex-basis:100%;justify-content:center}.checkoutFlow-module__H6Yvvq__flowHeaderSideEnd:empty{display:none}.checkoutFlow-module__H6Yvvq__stepsContainer{flex-wrap:wrap}.checkoutFlow-module__H6Yvvq__stepLabel{display:none}.checkoutFlow-module__H6Yvvq__step{padding:.3rem}.checkoutFlow-module__H6Yvvq__stepActiveLabelMobile{text-align:center;font-size:var(--x-small-font);color:var(--text-color);flex-basis:100%;margin-top:.1rem;font-weight:600;display:block}.checkoutFlow-module__H6Yvvq__flowLayout{min-height:100%}.checkoutFlow-module__H6Yvvq__flowMain{width:100%}.checkoutFlow-module__H6Yvvq__flowSidebar{z-index:10;width:calc(100% + 1.5rem);max-width:none;margin:0 -.75rem -1rem;position:sticky;bottom:0}.checkoutFlow-module__H6Yvvq__orderSummary{padding:.65rem 1rem calc(.8rem + env(safe-area-inset-bottom));border-bottom:none;border-left:none;border-right:none;border-radius:12px 12px 0 0;gap:.6rem;box-shadow:0 -8px 24px #0000001a}.checkoutFlow-module__H6Yvvq__orderSummaryDetails{display:none}.checkoutFlow-module__H6Yvvq__orderSummaryExpanded .checkoutFlow-module__H6Yvvq__orderSummaryDetails{max-height:45dvh;display:flex;overflow-y:auto}.checkoutFlow-module__H6Yvvq__orderSummaryToggle{cursor:pointer;border-top:none;padding-top:0}.checkoutFlow-module__H6Yvvq__orderSummaryExpanded .checkoutFlow-module__H6Yvvq__orderSummaryToggle{border-top:1px solid var(--border-light);padding-top:.6rem}.checkoutFlow-module__H6Yvvq__summaryChevron{color:var(--text-muted);align-self:center;transition:transform .2s;display:block;transform:rotate(180deg)}.checkoutFlow-module__H6Yvvq__summaryChevronOpen{transform:rotate(0)}.checkoutFlow-module__H6Yvvq__orderSummaryEmpty{padding:.15rem 0}.checkoutFlow-module__H6Yvvq__cartItem{flex-wrap:wrap}.checkoutFlow-module__H6Yvvq__cartItemRight{margin-left:auto}.checkoutFlow-module__H6Yvvq__addonCategoryMeta{flex-shrink:1;min-width:0}.checkoutFlow-module__H6Yvvq__addonCategoryCount{white-space:normal}.checkoutFlow-module__H6Yvvq__cartContainer,.checkoutFlow-module__H6Yvvq__reviewContainer{padding:0 .25rem}}
.InviteUserModal-module__ddj8fa__tokenField{background:var(--background-primary);border:1px solid var(--border-color);border-radius:var(--border-radius);cursor:text;flex-wrap:wrap;align-items:center;gap:6px;min-height:38px;padding:6px 8px;transition:border-color .15s,box-shadow .15s;display:flex}.InviteUserModal-module__ddj8fa__tokenField:focus-within{border-color:var(--focus-color);box-shadow:0 0 0 2px var(--focus-color,transparent)}.InviteUserModal-module__ddj8fa__tokenField.InviteUserModal-module__ddj8fa__invalid{border-color:#dc3545}.InviteUserModal-module__ddj8fa__tokenField.InviteUserModal-module__ddj8fa__invalid:focus-within{box-shadow:0 0 0 2px #dc354540}.InviteUserModal-module__ddj8fa__chip{background:var(--background-secondary);border:1px solid var(--border-color);max-width:100%;color:var(--text-color);font-size:var(--small-font);border-radius:12px;align-items:center;gap:4px;padding:2px 6px 2px 8px;line-height:1.4;display:inline-flex}.InviteUserModal-module__ddj8fa__chipInvalid{color:#dc3545;background:#dc35451a;border-color:#dc3545}.InviteUserModal-module__ddj8fa__chipText{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.InviteUserModal-module__ddj8fa__chipRemove{width:16px;height:16px;color:inherit;cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:14px;line-height:1;transition:opacity .15s,background .15s;display:inline-flex}.InviteUserModal-module__ddj8fa__chipRemove:hover{opacity:1;background:var(--background-hover)}.InviteUserModal-module__ddj8fa__tokenInput{min-width:120px;color:var(--text-color);font-size:var(--small-font);background:0 0;border:none;outline:none;flex:1}.InviteUserModal-module__ddj8fa__tokenInput::placeholder{color:var(--text-muted)}.InviteUserModal-module__ddj8fa__hint{color:var(--text-muted);font-size:var(--x-small-font);margin-top:4px;display:block}.InviteUserModal-module__ddj8fa__errorText{color:#dc3545;font-size:var(--x-small-font);margin-top:4px}
.OrgManagement-module__evLRKq__container{flex-direction:column;gap:20px;display:flex}.OrgManagement-module__evLRKq__header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.OrgManagement-module__evLRKq__title{color:var(--text-color);font-size:var(--large-font);margin:0;font-weight:600}.OrgManagement-module__evLRKq__subtitle{color:var(--text-muted);font-size:var(--small-font);margin:4px 0 0}.OrgManagement-module__evLRKq__summaryCards{flex-wrap:wrap;gap:16px;display:flex}.OrgManagement-module__evLRKq__summaryCard{background:var(--surface-container-color);border:1px solid var(--border-color);border-radius:var(--border-radius);text-align:center;flex:1;min-width:140px;padding:16px}.OrgManagement-module__evLRKq__summaryCardValue{color:var(--primary-color);font-size:28px;font-weight:700;line-height:1.2}.OrgManagement-module__evLRKq__summaryCardLabel{font-size:var(--x-small-font);color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-top:4px}.OrgManagement-module__evLRKq__tabNav{border-bottom:1px solid var(--border-color);gap:0;margin-bottom:20px;display:flex}.OrgManagement-module__evLRKq__tabButton{color:var(--text-muted);font-size:var(--small-font);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 20px;font-weight:500;transition:all .2s}.OrgManagement-module__evLRKq__tabButton:hover{color:var(--text-color);background:var(--background-hover)}.OrgManagement-module__evLRKq__tabButtonActive{color:var(--primary-color);border-bottom-color:var(--primary-color);font-weight:600}.OrgManagement-module__evLRKq__table{border-collapse:collapse;width:100%}.OrgManagement-module__evLRKq__table th{text-align:left;font-size:var(--x-small-font);color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--border-color);background:0 0;padding:12px 16px;font-weight:600}.OrgManagement-module__evLRKq__table td{font-size:var(--small-font);color:var(--text-color);border-bottom:1px solid var(--border-light);vertical-align:middle;background:0 0;padding:12px 16px}.OrgManagement-module__evLRKq__table tr:hover td{background:var(--background-hover)}.OrgManagement-module__evLRKq__table tr:last-child td{border-bottom:none}.OrgManagement-module__evLRKq__badge{border-radius:12px;align-items:center;padding:2px 8px;font-size:11px;font-weight:500;line-height:1.4;display:inline-flex}.OrgManagement-module__evLRKq__badgeAdmin{background:rgba(var(--primary-color-rgb,99, 102, 241), .12);color:var(--primary-color)}.OrgManagement-module__evLRKq__badgeActive{color:#16a34a;background:#22c55e1f}.OrgManagement-module__evLRKq__badgeInactive{color:var(--text-muted);background:#a1a1aa1f}.OrgManagement-module__evLRKq__badgePending{color:#ca8a04;background:#eab3081f}.OrgManagement-module__evLRKq__badgePackage{color:var(--primary-color);background:#6366f114;margin-bottom:4px;margin-right:4px}.OrgManagement-module__evLRKq__badgeAddon{color:#9333ea;background:#a855f714;margin-bottom:4px;margin-right:4px}.OrgManagement-module__evLRKq__actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.OrgManagement-module__evLRKq__actionBtn{border:1px solid var(--border-color);color:var(--text-color);cursor:pointer;white-space:nowrap;background:0 0;border-radius:6px;padding:4px 12px;font-size:12px;font-weight:500;transition:all .15s}.OrgManagement-module__evLRKq__actionBtn:hover{background:var(--background-hover);border-color:var(--primary-color);color:var(--primary-color)}.OrgManagement-module__evLRKq__actionBtnDanger{}.OrgManagement-module__evLRKq__actionBtnDanger:hover{color:#ef4444;background:#ef44440f;border-color:#ef4444}.OrgManagement-module__evLRKq__actionBtnPrimary{background:var(--primary-color);color:#fff;border-color:var(--primary-color);}.OrgManagement-module__evLRKq__actionBtnPrimary:hover{opacity:.9;background:var(--primary-color);color:#fff}.OrgManagement-module__evLRKq__emptyState{text-align:center;color:var(--text-muted);padding:48px 24px}.OrgManagement-module__evLRKq__emptyStateIcon{opacity:.5;margin-bottom:16px;font-size:48px}.OrgManagement-module__evLRKq__emptyStateText{font-size:var(--small-font);margin:0}.OrgManagement-module__evLRKq__loading{color:var(--text-muted);justify-content:center;align-items:center;padding:48px;display:flex}.OrgManagement-module__evLRKq__error{border-radius:var(--border-radius);color:#ef4444;font-size:var(--small-font);background:#ef444414;border:1px solid #ef444433;align-items:center;gap:8px;padding:16px;display:flex}.OrgManagement-module__evLRKq__dangerZone{border-top:1px solid var(--border-color);justify-content:flex-end;margin-top:32px;padding-top:16px;display:flex}.OrgManagement-module__evLRKq__dangerZoneConfirm{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.OrgManagement-module__evLRKq__section{margin-top:24px}.OrgManagement-module__evLRKq__sectionTitle{font-size:var(--small-font);color:var(--text-color);margin-bottom:12px;font-weight:600}.OrgManagement-module__evLRKq__addonsRow{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.OrgManagement-module__evLRKq__createForm{max-width:480px}.OrgManagement-module__evLRKq__formGroup{margin-bottom:16px}.OrgManagement-module__evLRKq__formLabel{font-size:var(--small-font);color:var(--text-color);margin-bottom:6px;font-weight:500;display:block}.OrgManagement-module__evLRKq__formInput{border-radius:var(--border-radius);border:1px solid var(--border-color);background:var(--background-primary);width:100%;color:var(--text-color);font-size:var(--small-font);outline:none;padding:10px 14px;transition:border-color .2s}.OrgManagement-module__evLRKq__formInput:focus{border-color:var(--primary-color)}.OrgManagement-module__evLRKq__tokenField{border-radius:var(--border-radius);border:1px solid var(--border-color);background:var(--background-primary);cursor:text;flex-wrap:wrap;align-items:center;gap:6px;width:100%;min-height:44px;padding:6px 8px;transition:border-color .2s;display:flex}.OrgManagement-module__evLRKq__tokenField:focus-within{border-color:var(--primary-color)}.OrgManagement-module__evLRKq__tokenFieldInvalid{border-color:#ef4444}.OrgManagement-module__evLRKq__tokenInput{min-width:140px;color:var(--text-color);font-size:var(--small-font);background:0 0;border:none;outline:none;flex:140px;padding:3px 0}.OrgManagement-module__evLRKq__chip{background:var(--background-hover);max-width:100%;color:var(--text-color);font-size:var(--x-small-font);border-radius:999px;align-items:center;gap:6px;padding:3px 6px 3px 10px;line-height:1.5;display:inline-flex}.OrgManagement-module__evLRKq__chipInvalid{color:#ef4444;background:#ef44441a;border:1px solid #ef444466}.OrgManagement-module__evLRKq__chipText{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.OrgManagement-module__evLRKq__chipRemove{width:18px;height:18px;color:inherit;cursor:pointer;opacity:.65;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:15px;line-height:1;display:inline-flex}.OrgManagement-module__evLRKq__chipRemove:hover{opacity:1;background:#00000014}.OrgManagement-module__evLRKq__hint{color:var(--text-muted);font-size:var(--x-small-font);margin-top:6px;display:block}.OrgManagement-module__evLRKq__inviteBanner{border-radius:var(--border-radius);background:#6366f10f;border:1px solid #6366f133;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;padding:16px 20px;display:flex}.OrgManagement-module__evLRKq__inviteBannerInfo{flex-direction:column;gap:2px;display:flex}.OrgManagement-module__evLRKq__inviteBannerTitle{font-size:var(--small-font);color:var(--text-color);font-weight:600}.OrgManagement-module__evLRKq__inviteBannerSubtitle{font-size:var(--x-small-font);color:var(--text-muted)}.OrgManagement-module__evLRKq__inviteBannerActions{gap:8px;display:flex}.OrgManagement-module__evLRKq__modalOverlay{z-index:10000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.OrgManagement-module__evLRKq__modalContent{background:var(--surface-container-color);border-radius:var(--border-radius);width:90%;max-width:420px;box-shadow:var(--shadow-lg);padding:24px}.OrgManagement-module__evLRKq__modalTitle{font-size:var(--medium-font);color:var(--text-color);margin-bottom:12px;font-weight:600}.OrgManagement-module__evLRKq__modalBody{font-size:var(--small-font);color:var(--text-secondary);white-space:pre-line;margin-bottom:20px;line-height:1.5}.OrgManagement-module__evLRKq__modalFooter{justify-content:flex-end;gap:8px;display:flex}.OrgManagement-module__evLRKq__seatExpand{background:var(--background-secondary);border-bottom:1px solid var(--border-light);padding:8px 16px 16px}.OrgManagement-module__evLRKq__seatExpandTitle{font-size:var(--x-small-font);color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-weight:600}.OrgManagement-module__evLRKq__sectionHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;display:flex}.OrgManagement-module__evLRKq__sectionHeader .OrgManagement-module__evLRKq__sectionTitle{margin-bottom:0}.OrgManagement-module__evLRKq__filterToggle{font-size:var(--x-small-font);color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;background:var(--background-hover);border-radius:16px;align-items:center;gap:6px;padding:4px 10px;transition:all .2s;display:inline-flex}.OrgManagement-module__evLRKq__filterToggle:hover{background:var(--surface-container-color);color:var(--text-color)}.OrgManagement-module__evLRKq__filterToggle input[type=checkbox]{width:14px;height:14px;accent-color:var(--primary-color);cursor:pointer}.OrgManagement-module__evLRKq__addonInventory{flex-direction:column;gap:8px;display:flex}.OrgManagement-module__evLRKq__addonInventoryCard{border:1px solid var(--border-color);border-radius:var(--border-radius);background:var(--surface-container-color);transition:border-color .2s,box-shadow .2s;overflow:hidden}.OrgManagement-module__evLRKq__addonInventoryCard:hover{border-color:var(--primary-color);box-shadow:0 2px 8px #6366f114}.OrgManagement-module__evLRKq__addonInventoryItem{justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.OrgManagement-module__evLRKq__addonInventoryInfo{flex-wrap:wrap;align-items:center;gap:12px;min-width:0;display:flex}.OrgManagement-module__evLRKq__addonInventoryStats{font-size:var(--x-small-font);color:var(--text-muted)}.OrgManagement-module__evLRKq__addonInventoryStats strong{color:var(--primary-color);font-weight:600}.OrgManagement-module__evLRKq__inventoryProgress{align-items:center;gap:8px;min-width:100px;display:flex}.OrgManagement-module__evLRKq__progressBar{background:var(--background-hover);border-radius:3px;flex:1;min-width:60px;height:6px;overflow:hidden}.OrgManagement-module__evLRKq__progressFill{background:var(--primary-color);border-radius:3px;height:100%;transition:width .3s}.OrgManagement-module__evLRKq__progressFillFull{background:#ef4444}.OrgManagement-module__evLRKq__progressFillWarning{background:#f59e0b}.OrgManagement-module__evLRKq__addonHoldersList{border-top:1px solid var(--border-light);background:var(--background-secondary);padding:8px 0}.OrgManagement-module__evLRKq__addonHoldersList .OrgManagement-module__evLRKq__table{margin:0}.OrgManagement-module__evLRKq__addonHoldersList .OrgManagement-module__evLRKq__table td,.OrgManagement-module__evLRKq__addonHoldersList .OrgManagement-module__evLRKq__table th{padding:8px 16px}.OrgManagement-module__evLRKq__successMessage{border-radius:var(--border-radius);color:#16a34a;font-size:var(--small-font);background:#22c55e14;border:1px solid #22c55e33;justify-content:space-between;align-items:center;gap:8px;padding:16px;display:flex}.OrgManagement-module__evLRKq__dismissBtn{cursor:pointer;color:inherit;opacity:.7;background:0 0;border:none;padding:0 4px;font-size:18px;line-height:1}.OrgManagement-module__evLRKq__dismissBtn:hover{opacity:1}.OrgManagement-module__evLRKq__select{border-radius:var(--border-radius);border:1px solid var(--border-color);background:var(--background-primary);width:100%;color:var(--text-color);font-size:var(--small-font);cursor:pointer;outline:none;padding:10px 14px;transition:border-color .2s}.OrgManagement-module__evLRKq__select:focus{border-color:var(--primary-color)}.OrgManagement-module__evLRKq__invitesSection{flex-direction:column;gap:12px;margin-bottom:8px;display:flex}.OrgManagement-module__evLRKq__memberInfoCard{background:var(--surface-container-color);border:1px solid var(--border-color);border-radius:var(--border-radius);flex-direction:column;gap:14px;padding:20px;display:flex}.OrgManagement-module__evLRKq__memberInfoRow{align-items:center;gap:12px;display:flex}.OrgManagement-module__evLRKq__memberInfoLabel{color:var(--text-muted);font-size:var(--small-font);min-width:100px;font-weight:500}.OrgManagement-module__evLRKq__memberInfoValue{color:var(--text-color);font-size:var(--small-font);font-weight:400}.OrgManagement-module__evLRKq__buyMoreBtn{font-size:var(--x-small-font);align-items:center;gap:6px;padding:7px 14px;display:inline-flex;}.OrgManagement-module__evLRKq__buyMoreNudge{background:var(--background-hover);border:1px solid var(--border-color);border-left:3px solid var(--primary-color);border-radius:var(--border-radius);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;padding:12px 14px;display:flex}.OrgManagement-module__evLRKq__buyMoreNudgeText{font-size:var(--small-font);color:var(--text-color);flex:240px;margin:0;line-height:1.5}
@font-face{font-family:Twemoji Mozilla;src:url(../media/TwemojiMozilla.0t41fuq1_2i92.ttf)format("truetype");font-weight:400;font-style:normal}.stdropdown-container{text-align:left;border:1px solid #ccc;border-radius:5px;font-family:Arial,Helvetica,sans-serif;position:relative}.stdropdown-input input{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif,Twemoji Mozilla!important}.stdropdown-flag{font-family:Twemoji Mozilla!important}.stdropdown-menu::-webkit-scrollbar{width:2px}.stdropdown-menu::-webkit-scrollbar-track{background:#f1f1f1}.stdropdown-menu::-webkit-scrollbar-thumb{background:#888}.stdropdown-menu::-webkit-scrollbar-thumb:hover{background:#555}.stdropdown-input{-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:5px;display:flex}.stdropdown-menu{z-index:99;background-color:#fff;border:1px solid #ccc;border-radius:5px;width:100%;max-height:150px;position:absolute;overflow:auto;transform:translateY(4px)}.stdropdown-item{cursor:pointer;padding:5px}.stdropdown-item:hover{background-color:#9fc3f870}.stdropdown-item.selected{color:#fff;background-color:#0d6efd}.stdropdown-tags{flex-wrap:wrap;gap:5px;display:flex}.stdropdown-tag-item{background-color:#ddd;border-radius:2px;align-items:center;padding:2px 4px;display:flex}.stdropdown-tag-close{align-items:center;display:flex}.stsearch-box{background-color:#0000;padding:5px}.stsearch-box input{box-sizing:border-box;border:1px solid #ccc;border-radius:5px;width:100%;padding:5px}
