.SignIn{flex-direction:column;height:100%}.SignIn,.SignIn__companyHeader{align-items:center;display:flex;justify-content:center}.SignIn__companyHeader{flex-direction:row}.SignIn__companyHeader>img{max-width:500px}.SignIn__button{background-color:#e5173f!important;border:none!important;color:#fff!important;font-size:1rem!important;height:2rem!important;width:15rem;&:hover{background-color:#a0102c!important}}.switch-organisation-menu{display:flex;flex-direction:column}.my-organisations-title{font-size:13px;margin:.5rem}.my-organisations-border{border-bottom:1px solid #cccbcb;width:100%}.menu-item-wrapper{cursor:pointer}.menu-item{align-items:center;display:flex;flex-direction:row;margin:.5rem}.menu-item-wrapper:hover{background-color:#f5f5f5}.avatar{margin-right:.5rem}.avatar-active{background-color:#007a7a!important;border:1px solid #007a7a!important;color:#fff!important}.menu-item-text{display:flex;flex-direction:column;vertical-align:middle}.menu-item-name{font-size:13px;font-weight:500}.menu-item-role{font-size:.75rem;font-weight:300;margin-top:.5rem}#container{display:flex;flex:1 1;flex-direction:row;min-height:0;overflow:hidden;width:100%}#header{align-items:center;background-color:#fff;border-bottom:1px solid #e5e5e5;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:row;height:32.73px;justify-content:end;padding:.5rem;z-index:200}#headerImg,#headerImgCropped{align-self:left;height:32px;justify-self:left;margin-right:auto;padding-right:1rem;padding-top:2px}#headerImgCropped{margin-left:140px}#leftSideHeader{align-self:left;display:flex;justify-self:left;margin-right:auto}#content{display:flex;flex-direction:column;height:100%;width:100%}#main{background-color:#f2f5f5;display:flex;flex:1 1;flex-direction:column;min-height:0;overflow-y:scroll}#main::-webkit-scrollbar{background:#0000;width:0}#main::-webkit-scrollbar-thumb,#main::-webkit-scrollbar-track{background:#0000}#mainContent{display:flex;flex:1 1;flex-direction:column;min-width:0;width:100%}#layout{background-color:#f2f5f5;display:flex;flex-direction:column;height:100vh;overflow:hidden}:root{--sidebar-width-collapsed:72px;--sidebar-width-expanded:220px;--sidebar-transition:0.3s ease;--sidebar-item-height:44px;--sidebar-icon-container:48px}.sidebar{background:#fff;border-right:1px solid var(--border-grey);display:flex;flex-direction:column;height:100%;min-width:72px;min-width:var(--sidebar-width-collapsed);overflow:visible;position:relative;transition:width .3s ease,min-width .3s ease;transition:width var(--sidebar-transition),min-width var(--sidebar-transition);width:72px;width:var(--sidebar-width-collapsed);z-index:100}.sidebar.expanded{min-width:220px;min-width:var(--sidebar-width-expanded);width:220px;width:var(--sidebar-width-expanded)}.sidebarHeader{flex-shrink:0;padding:.75rem .75rem .5rem}.sidebarHeader,.toggleBtn{align-items:center;display:flex}.toggleBtn{background:#0000;border:none;border-radius:10px;cursor:pointer;height:44px;height:var(--sidebar-item-height);padding:0;transition:background-color .2s ease;width:100%}.toggleBtn:hover{background:#e6f4f4}.toggleIconWrapper{align-items:center;display:flex;flex-shrink:0;height:44px;height:var(--sidebar-item-height);justify-content:center;min-width:48px;min-width:var(--sidebar-icon-container);position:relative;width:48px;width:var(--sidebar-icon-container)}.hamburgerIcon{display:flex;flex-direction:column;height:14px;justify-content:space-between;opacity:1;position:absolute;transition:opacity .3s ease;width:20px}.hamburgerIcon.hidden{opacity:0}.hamburgerIcon span{background:#6b7280;border-radius:1px;display:block;height:2px;width:100%}.chevronIcon{align-items:center;display:flex;justify-content:center;opacity:0;position:absolute;transition:opacity .3s ease}.chevronIcon.hidden{opacity:0}.sidebar.expanded .chevronIcon:not(.hidden){opacity:1}.chevronIcon svg{fill:#6b7280}.toggleText{color:#6b7280;font-size:.9375rem;font-weight:500;max-width:0;opacity:0;overflow:hidden;transition:opacity .3s ease,max-width .3s ease;white-space:nowrap}.toggleText.expanded{max-width:100px;opacity:1}.sidebarBody{flex:1 1;overflow:visible;padding:0 .75rem}.navItems,.sidebarBody{display:flex;flex-direction:column}.navItems{gap:.5rem}.navItem{align-items:center;border-radius:10px;color:#6b7280;cursor:pointer;display:flex;height:44px;height:var(--sidebar-item-height);overflow:visible;position:relative;text-decoration:none;transition:background-color .2s ease,color .2s ease}.navItem:hover{background:#e6f4f4;color:var(--access-primary-teal)}.navItem:hover .navItemIcon svg{fill:var(--access-primary-teal)}.navItem.active,.navItem.active:hover{background:var(--access-primary-teal);color:#fff}.navItem.active .navItemIcon svg{fill:#fff!important}.navItemIcon{align-items:center;display:flex;flex-shrink:0;height:44px;height:var(--sidebar-item-height);justify-content:center;min-width:48px;min-width:var(--sidebar-icon-container);width:48px;width:var(--sidebar-icon-container)}.navItemIcon svg{fill:currentColor;transition:fill .2s ease}.navItemText{font-size:.9375rem;font-weight:500;max-width:0;opacity:0;overflow:hidden;transition:opacity .3s ease,max-width .3s ease;white-space:nowrap}.navItemText.expanded{max-width:150px;opacity:1}.navItemGroup{display:flex;flex-direction:column}.navItemGroupParent{border:none;font-family:inherit;text-align:left;width:100%}.navItemChevron{align-items:center;display:flex;margin-left:auto;margin-right:.75rem;opacity:1;transition:opacity .2s ease}.navItemChevron svg{fill:currentColor}.navItem.active .navItemChevron svg{fill:#fff!important}.navItemChildren{display:flex;flex-direction:column;max-height:0;overflow:hidden;transition:max-height .3s ease}.navItemChildren.expanded{max-height:200px}.navItemChild{align-items:center;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-size:.875rem;font-weight:400;height:36px;margin-top:2px;padding-left:56px;padding-left:calc(var(--sidebar-icon-container) + 8px);text-decoration:none;transition:background-color .2s ease,color .2s ease}.navItemChild.active,.navItemChild:hover{background:#e6f4f4;color:var(--access-primary-teal)}.navItemChild.active{background:var(--access-primary-teal-background,#e6f4f4);font-weight:500}.navItemChildText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebarFooter{border-top:1px solid var(--border-grey);flex-shrink:0;margin-top:auto;padding:.75rem}.languageBtn,.languageSelector,.sidebarFooter{position:relative}.languageBtn{align-items:center;background:#0000;border:none;border-radius:10px;cursor:pointer;display:flex;height:44px;height:var(--sidebar-item-height);justify-content:center;padding:0;transition:background-color .2s ease;width:100%}.sidebar.expanded .languageBtn{justify-content:flex-start}.languageBtn:hover{background:#e6f4f4}.languageIconWrapper{align-items:center;display:flex;flex-shrink:0;height:44px;height:var(--sidebar-item-height);justify-content:center;min-width:28px;width:28px}.sidebar.expanded .languageIconWrapper{min-width:48px;min-width:var(--sidebar-icon-container);width:48px;width:var(--sidebar-icon-container)}.languageIconWrapper svg{fill:#6b7280}.languageCodeCollapsed{color:#6b7280;font-size:.8125rem;font-weight:600;opacity:1;transition:opacity .3s ease,width .3s ease}.languageExpandedContent,.sidebar.expanded .languageCodeCollapsed{opacity:0;overflow:hidden;width:0}.languageExpandedContent{align-items:center;display:flex;flex:1 1;transition:opacity .3s ease}.sidebar.expanded .languageExpandedContent{opacity:1;overflow:visible;width:auto}.languageCurrent{align-items:center;display:flex;gap:.5rem;white-space:nowrap}.languageCode{color:#1f2937;font-size:.9375rem;font-weight:600}.languageName{color:#6b7280;font-size:.8125rem}.languageChevron{align-items:center;display:flex;margin-left:auto;margin-right:.75rem}.languageChevron svg{fill:#9ca3af}.languageDropdown{background:#fff;border:1px solid var(--border-grey);border-radius:10px;bottom:calc(100% + 4px);box-shadow:0 4px 12px #00000026;left:0;min-width:160px;opacity:0;overflow:hidden;position:absolute;transform:translateY(4px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;visibility:hidden;z-index:200}.languageDropdown.visible{opacity:1;transform:translateY(0);visibility:visible}.sidebar:not(.expanded) .languageDropdown{bottom:0;left:60px;left:calc(var(--sidebar-width-collapsed) - 12px);min-width:160px}.sidebar.expanded .languageDropdown{min-width:100%;right:0}.languageOption{align-items:center;cursor:pointer;display:flex;gap:.5rem;padding:.75rem 1rem;transition:background-color .15s ease}.languageOption:hover{background:#e6f4f4}.languageOption.selected{background:var(--access-primary-teal-background)}.languageOptionDetails{align-items:center;display:flex;gap:.5rem}.languageOptionCode{color:#1f2937;font-size:.875rem;font-weight:600}.languageOptionName{color:#6b7280;font-size:.8125rem}.languageOptionCheck{align-items:center;display:flex;margin-left:auto;opacity:0}.languageOption.selected .languageOptionCheck{opacity:1}.languageOptionCheck svg{fill:var(--access-primary-teal);height:18px;width:18px}.pageFooter-container{background-color:#f2f5f5;flex-shrink:0;a{color:inherit;text-decoration:underline}p{color:#567676;font-size:.9em;margin:.5em;text-align:center}}.main{align-items:center;display:flex;flex-direction:column;margin:0 auto;padding-top:30vh;text-align:center;width:800px;img{height:auto;margin:0;width:500px}}.errorPage{align-items:center;background-color:#f8f9fa;display:flex;flex-direction:column;height:100vh;justify-content:start}.button{background-color:#007a7a;border:none;border-radius:.25rem;color:#fff;margin-top:100px;padding:.5rem 1rem;transition:background-color .3s}.button:hover{background-color:#006262}.sysAdDashboardMainContainer{flex:1 1;padding:2rem}.welcomeHeader{margin-bottom:2rem}.welcomeHeading{color:#1f2937;font-size:1.75rem;font-weight:700;margin:0 0 .5rem}.welcomeSubheading{color:#6b7280;font-size:1rem;margin:0}.systemAdminOtherOrgBanner{align-items:center;background-color:#f0fdfa;border:1px solid #99f6e4;border-radius:8px;color:#115e59;display:flex;font-size:.8125rem;gap:.5rem;line-height:1.4;margin-bottom:1.5rem;padding:.625rem 1rem}.statCardsSection{margin-bottom:2rem}.statCardsRow{display:flex;gap:1rem}.statCardLink{flex:1 1;min-width:0;text-decoration:none}.statCard{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;padding:1.5rem;transition:box-shadow .2s ease}.statCard:hover{box-shadow:0 4px 12px #00000026}.statCardContent{display:flex;flex-direction:column}.statCardNumber{color:#1f2937;font-size:2.5rem;font-weight:700;line-height:1;margin-bottom:.5rem}.statCardLabel{color:#6b7280;font-size:.875rem}.statCardIconContainer{align-items:center;border-radius:10px;display:flex;height:48px;justify-content:center;width:48px}.conversationGuidesSection{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.conversationGuidesHeader{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.5rem}.conversationGuidesTitleRow{align-items:flex-start;display:flex;gap:1rem}.conversationGuidesTitleIcon{align-items:center;background-color:var(--access-primary-teal);border-radius:10px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.conversationGuidesTitleText{display:flex;flex-direction:column}.conversationGuidesTitle{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0 0 .25rem}.conversationGuidesSubtitle{color:#6b7280;font-size:.875rem;margin:0}.conversationGuidesActions{align-items:center;display:flex;gap:1rem}.viewAllButton{background:none;border:none;color:#6b7280;cursor:pointer;font-size:.875rem;padding:.5rem}.viewAllButton:hover{color:#1f2937}.addGuideButton{align-items:center;display:flex}.addGuideButtonContent{gap:.375rem}.categoryCardsGrid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-bottom:1.5rem}.emptyText,.loadingText{color:#6b7280;font-size:.875rem;grid-column:1/-1;padding:2rem;text-align:center}@media (max-width:900px){.categoryCardsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.categoryCardsGrid{grid-template-columns:1fr}}.categoryCard{align-items:center;background:#f9fafb;border-radius:10px;cursor:pointer;display:flex;justify-content:space-between;padding:1rem;transition:background-color .2s ease}.categoryCard:hover{background:#f3f4f6}.categoryCardLeft{align-items:center;display:flex;gap:.75rem}.categoryCardIconContainer{align-items:center;border-radius:8px;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.categoryCardInfo{display:flex;flex-direction:column}.categoryCardName{color:#1f2937;font-size:.9rem;font-weight:500}.categoryCardCount{color:#9ca3af;font-size:.75rem}.categoryCardArrow,.conversationGuidesFooter{align-items:center;display:flex}.conversationGuidesFooter{border-top:1px solid #e5e7eb;justify-content:space-between;padding-top:1rem}.conversationGuidesStats{gap:.5rem}.conversationGuidesStats,.statIcon{align-items:center;display:flex}.starIcon{color:#9ca3af;font-size:1rem;margin-left:1rem}.statText{color:#6b7280;font-size:.875rem}.statText strong{color:#1f2937}.manageAllGuidesLink{background:none;border:none;color:var(--access-primary-teal);cursor:pointer;font-size:.875rem;font-weight:500;padding:0;text-decoration:none}.manageAllGuidesLink:hover{text-decoration:underline}.skeletonCard{align-items:center;background:#f9fafb;border-radius:10px;display:flex;justify-content:space-between;padding:1rem}.skeletonCardLeft{align-items:center;display:flex;gap:.75rem}.skeletonIcon{animation:skeleton-pulse 1.5s ease-in-out infinite;background:#e5e7eb;border-radius:8px;height:40px;width:40px}.skeletonContent{display:flex;flex-direction:column;gap:.5rem}.skeletonTitle{height:14px;width:140px}.skeletonSubtitle,.skeletonTitle{animation:skeleton-pulse 1.5s ease-in-out infinite;background:#e5e7eb;border-radius:4px}.skeletonSubtitle{height:12px;width:80px}.skeletonArrow{height:20px;width:20px}.skeletonArrow,.skeletonFooterStat{animation:skeleton-pulse 1.5s ease-in-out infinite;background:#e5e7eb;border-radius:4px}.skeletonFooterStat{height:16px;width:80px}.skeletonStatCard{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;flex:1 1;justify-content:space-between;min-width:0;padding:1.5rem}.skeletonStatContent{display:flex;flex-direction:column;gap:.5rem}.skeletonStatNumber{border-radius:6px;height:40px;width:60px}.skeletonStatLabel,.skeletonStatNumber{animation:skeleton-pulse 1.5s ease-in-out infinite;background:#e5e7eb}.skeletonStatLabel{border-radius:4px;height:14px;width:80px}.skeletonStatIcon{animation:skeleton-pulse 1.5s ease-in-out infinite;background:#e5e7eb;border-radius:10px;height:48px;width:48px}.skeletonGuidesSection{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.skeletonGuidesHeader{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.5rem}.skeletonGuidesTitleRow{align-items:flex-start;display:flex;gap:1rem}.skeletonGuidesTitleIcon{animation:skeleton-pulse 1.5s ease-in-out infinite;background:#e5e7eb;border-radius:10px;height:48px;width:48px}.skeletonGuidesTitleText{display:flex;flex-direction:column;gap:.5rem}.skeletonGuidesTitle{height:20px;width:180px}.skeletonGuidesSubtitle,.skeletonGuidesTitle{animation:skeleton-pulse 1.5s ease-in-out infinite;background:#e5e7eb;border-radius:4px}.skeletonGuidesSubtitle{height:14px;width:280px}.skeletonGuidesActions{align-items:center;display:flex;gap:1rem}.skeletonViewAllButton{border-radius:4px;height:32px;width:60px}.skeletonAddButton,.skeletonViewAllButton{animation:skeleton-pulse 1.5s ease-in-out infinite;background:#e5e7eb}.skeletonAddButton{border-radius:6px;height:36px;width:100px}.skeletonGuidesFooter{border-top:1px solid #e5e7eb;padding-top:1rem}.skeletonBreadcrumb{align-items:center;display:flex;gap:.5rem}.skeletonBreadcrumbItem{border-radius:4px;height:14px;width:60px}.skeletonBreadcrumbItem,.skeletonBreadcrumbSeparator{animation:skeleton-pulse 1.5s ease-in-out infinite;background:#e5e7eb}.skeletonBreadcrumbSeparator{border-radius:2px;height:12px;width:12px}.skeletonWelcomeHeading{border-radius:6px;height:32px;margin-bottom:.5rem;width:400px}.skeletonWelcomeHeading,.skeletonWelcomeSubheading{animation:skeleton-pulse 1.5s ease-in-out infinite;background:#e5e7eb}.skeletonWelcomeSubheading{border-radius:4px;height:18px;width:320px}@media (max-width:900px){.statCardsRow{flex-wrap:wrap}.statCardLink{flex-basis:calc(50% - 0.5rem);flex-grow:1;flex-shrink:1;min-width:150px}}@media (max-width:600px){.statCardsRow{flex-direction:column}.statCardLink{flex:1 1 100%}.sysAdDashboardMainContainer{padding:1rem}.conversationGuidesHeader{flex-direction:column;gap:1rem}.conversationGuidesActions{justify-content:flex-end;width:100%}}.modalContainer{margin:0 auto}.modalHeader{align-items:center;border-bottom:1px solid #e5e5e5;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.modalTitle{color:#1a1a1a;font-size:1.125rem;font-weight:600;line-height:1.3;margin:0}.closeIcon{color:#999;cursor:pointer;flex-shrink:0;height:20px;transition:color .2s ease;width:20px}.closeIcon:hover{color:#333}.modalBody{display:flex;flex-direction:column;padding:1.5rem 2rem}.modalBody .message{width:100%}.iconWrapper{align-items:center;border-radius:50%;display:flex;height:96px;justify-content:center;margin-bottom:1.25rem;width:96px}.iconWrapper>svg{height:56px!important;width:56px!important}.iconBgPurple{background-color:#f3e8ff}.iconBgPurple>svg{color:#a855f7}.iconBgTeal{background-color:#e0f2f1}.iconBgTeal>svg{color:#00796b}.iconBgRed{background-color:#ffebee}.iconBgRed>svg{color:#d32f2f}.message{color:#4a4a4a;font-size:.9375rem;line-height:1.5;margin:0 0 1.5rem;width:100%}.actions{align-items:center;display:flex;flex-direction:row;gap:.75rem;justify-content:center;width:100%}.actions>button{flex:0 1 auto;min-width:110px}.productsPage{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;height:calc(100vh - 85px);overflow:hidden;padding:2rem}.productsPageMain{display:flex;flex:1 1;flex-direction:row;gap:1.5rem;min-height:0;overflow:hidden}.productsPageLHS{display:flex;flex-direction:column;flex-shrink:0;min-height:0;width:380px}.productsPageHeader{margin-bottom:1rem}.headingContainer .productsPageHeading,.headingContainer h1{color:#1f2937;font-size:1.5rem;font-weight:700}.addProductBtn{border-radius:8px!important;flex-shrink:0;height:32px!important;max-width:32px!important;min-width:32px!important;padding:0!important;width:32px!important}.addProductBtn,.addProductBtn span{align-items:center!important;display:flex!important;justify-content:center!important}.productSearchContainer{flex-shrink:0;margin-bottom:1rem}.productSearchWrapper{position:relative}.productSearchIcon{color:#9ca3af;left:.75rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.productSearchInput{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-sizing:border-box;color:#1f2937;font-size:.875rem;padding:.75rem 1rem .75rem 2.5rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.productSearchInput:hover{border-color:#d1d5db}.productSearchInput:focus{border-color:var(--access-primary-teal);box-shadow:0 0 0 3px #007a7a1a;outline:none}.productSearchInput::placeholder{color:#9ca3af}.productList{display:flex;flex:1 1;flex-direction:column;gap:.5rem;min-height:0;overflow-x:hidden;overflow-y:auto;padding-right:4px}.productList::-webkit-scrollbar{width:6px}.productList::-webkit-scrollbar-track{background:#0000}.productList::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.productList::-webkit-scrollbar-thumb:hover{background:#9ca3af}.productListItem{align-items:center;background:#fff;border:2px solid #0000;border-radius:12px;box-shadow:0 1px 3px #0000001a;cursor:pointer;display:flex;flex-shrink:0;justify-content:space-between;padding:1rem 1.25rem;transition:all .2s ease}.productListItem:hover{box-shadow:0 4px 12px #0000001a}.selectedProduct{background:#f0fafa;border-color:var(--access-primary-teal)}.productListItemInfo{display:flex;flex:1 1;flex-direction:column;gap:.25rem;min-width:0}.productListItemName{color:#1f2937;font-size:.9375rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.productListItemMeta{color:#9ca3af;font-size:.75rem}.productToggle{cursor:pointer;flex-shrink:0;height:24px;position:relative;width:44px}.productToggle input{height:0;opacity:0;width:0}.productToggleSlider{background-color:#e5e7eb;border-radius:24px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.3s}.productToggleSlider:before{background-color:#fff;border-radius:50%;bottom:3px;box-shadow:0 1px 3px #0003;content:"";height:18px;left:3px;position:absolute;transition:.3s;width:18px}.productToggle input:checked+.productToggleSlider{background-color:var(--access-primary-teal)}.productToggle input:checked+.productToggleSlider:before{transform:translateX(20px)}.productsPageRHS{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.productConfigHeader{border-bottom:1px solid #e5e7eb;flex-shrink:0;padding:1.5rem}.productConfigTitle{color:var(--access-primary-teal);font-size:1.25rem;font-weight:600;margin:0}.productConfigContent{display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:1.5rem}.productConfigContent form{display:flex;flex:1 1;flex-direction:column}.productFormRow{display:flex;gap:1.5rem;margin-bottom:1.5rem}.productFormField{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.productFormLabel{color:#374151;font-size:.875rem;font-weight:500}.productFormInput{background-color:#fff!important;border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;color:#1f2937;font-size:.875rem;padding:.75rem 1rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}select.productFormInput{-webkit-appearance:none;appearance:none;background-color:#fff!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23374151' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")!important;background-position:right 12px center!important;background-repeat:no-repeat!important;background-size:18px!important;cursor:pointer;padding-right:40px}.productFormInput:hover{border-color:#d1d5db}.productFormInput:focus{border-color:var(--access-primary-teal);box-shadow:0 0 0 3px #007a7a1a;outline:none}.productFormInput::placeholder{color:#9ca3af}.productFormInput:read-only{background:#f9fafb;color:#6b7280}.productFormError{color:var(--access-red);font-size:.75rem;margin-top:.25rem}.productOrgSection{border-top:1px solid #e5e7eb;margin-top:1rem;padding-top:1.5rem}.productOrgSectionTitle{color:#1f2937;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:1rem;text-transform:uppercase}.productOrgRow{align-items:flex-end;display:flex;gap:1rem}.productOrgDropdown{flex:1 1;max-width:300px}.relatedObjectsBtn{background:var(--access-primary-teal)!important;border:none!important;border-radius:8px!important;cursor:pointer;font-size:.875rem!important;font-weight:500!important;height:auto!important;justify-content:center!important;min-height:42px!important;padding:.625rem 1rem!important;transition:all .2s ease;white-space:nowrap}.relatedObjectsBtn,.relatedObjectsBtn span{align-items:center!important;color:#fff!important;display:inline-flex!important;gap:.5rem!important}.relatedObjectsBtn svg{fill:#fff!important;color:#fff!important;flex-shrink:0}.relatedObjectsBtn:hover:not(:disabled){background:#066!important}.relatedObjectsBtn:disabled{background:#d1d5db!important;cursor:not-allowed;opacity:1!important}.productActionButtons{display:flex;gap:.75rem;justify-content:flex-end;margin-top:auto;padding-top:1.5rem}.productConfigEmpty{align-items:center;display:flex;flex:1 1;justify-content:center;padding:2rem}.noProductsContainer,.productConfigEmptyText{color:#9ca3af;font-size:.875rem}.noProductsContainer{background:#f9fafb;border:1px dashed #e5e7eb;border-radius:8px;margin-top:1rem;padding:2rem;text-align:center}.productSkeletonListItem{align-items:center;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;padding:1rem 1.25rem}.productSkeletonInfo{display:flex;flex-direction:column;gap:.5rem}.productSkeletonName{border-radius:4px;height:16px;width:140px}.productSkeletonMeta{border-radius:4px;height:12px;width:60px}.productSkeletonToggle{border-radius:12px;height:24px;width:44px}.addProductModalContent{display:flex;flex-direction:column;gap:1.5rem}.addProductFormRow{display:flex;gap:1.5rem}.addProductFormField{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.addProductActiveRow{align-items:center;background:#f9fafb;border-radius:8px;display:flex;gap:1rem;padding:1rem}.addProductActiveLabel{color:#374151;font-size:.875rem;font-weight:500}@media (max-width:1024px){.productsPageMain{flex-direction:column}.productsPageLHS{max-height:50vh;width:100%}.productsPageRHS{flex:1 1}.addProductFormRow,.productFormRow{flex-direction:column;gap:1rem}}.objectsPageRHS{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.objectConfigHeader{border-bottom:1px solid #e5e7eb;flex-shrink:0;padding:1.5rem}.objectConfigTitle{color:var(--access-primary-teal);font-size:1.25rem;font-weight:600;margin:0}.objectConfigContent{display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:1.5rem}.objectConfigContent form{display:flex;flex:1 1;flex-direction:column}.objectFormRow{display:flex;gap:1.5rem;margin-bottom:1.5rem}.objectFormField{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.objectFormLabel{color:#374151;font-size:.875rem;font-weight:500}.objectFormInput{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-sizing:border-box;color:#1f2937;font-size:.875rem;padding:.75rem 1rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.objectFormInput:hover{border-color:#d1d5db}.objectFormInput:focus{border-color:var(--access-primary-teal);box-shadow:0 0 0 3px #007a7a1a;outline:none}.objectFormInput::placeholder{color:#9ca3af}.objectFormInput:read-only{background:#f9fafb;color:#6b7280}.objectFormError{color:var(--access-red);font-size:.75rem;margin-top:.25rem}.objectConfigSection{border-top:1px solid #e5e7eb;margin-top:1.5rem;padding-top:1.5rem}.objectConfigSectionTitle{color:#1f2937;font-size:.875rem;font-weight:600;margin-bottom:1rem}.objectConfigCard{background:#f9fafb;border-radius:10px;margin-bottom:1rem;padding:1rem}.objectConfigCardHeader{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.objectConfigCardTitle{color:#374151;font-size:.875rem;font-weight:500}.objectConfigCardFields{display:flex;flex-direction:column;gap:.75rem;padding-left:2rem}.objectConfigFieldRow{align-items:center;display:flex;gap:1rem}.objectConfigFieldLabel{color:#6b7280;font-size:.8125rem;min-width:120px}.objectConfigFieldInput{flex:1 1;max-width:300px}.objectActionButtons{display:flex;gap:.75rem;justify-content:flex-end;margin-top:auto;padding-top:1.5rem}.objectConfigEmpty{align-items:center;display:flex;flex:1 1;justify-content:center;padding:2rem}.objectConfigEmptyText{color:#9ca3af;font-size:.875rem}.objectSubtitleHighlight{color:var(--access-primary-teal);font-weight:500}.addObjectModalContent{flex-direction:column}.addObjectFormRow,.addObjectModalContent{display:flex;gap:1.5rem}.addObjectFormField{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.addObjectActiveRow{align-items:center;background:#f9fafb;border-radius:8px;display:flex;gap:1rem;padding:1rem}.addObjectActiveLabel{color:#374151;font-size:.875rem;font-weight:500}.addObjectReadOnlyRow{display:flex;gap:1.5rem}.objectToggle{cursor:pointer;flex-shrink:0;height:24px;position:relative;width:44px}.objectToggle input{height:0;opacity:0;width:0}.objectToggleSlider{background-color:#e5e7eb;border-radius:24px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.3s}.objectToggleSlider:before{background-color:#fff;border-radius:50%;bottom:3px;box-shadow:0 1px 3px #0003;content:"";height:18px;left:3px;position:absolute;transition:.3s;width:18px}.objectToggle input:checked+.objectToggleSlider{background-color:var(--access-primary-teal)}.objectToggle input:checked+.objectToggleSlider:before{transform:translateX(20px)}.objectCheckbox{accent-color:var(--access-primary-teal);height:18px;width:18px}@media (max-width:1024px){.addObjectFormRow,.addObjectReadOnlyRow,.objectFormRow{flex-direction:column;gap:1rem}}.templatesPage{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;height:calc(100vh - 85px);overflow:hidden;padding:2rem}.templatesPageMain{display:flex;flex:1 1;flex-direction:row;gap:1.5rem;min-height:0;overflow:hidden}.templatesPageHeader{margin-bottom:1rem}.headingContainer{margin-bottom:.5rem;margin-top:1rem}.headingContainer .productsPageHeading,.headingContainer h1{margin:0}.titleRow{align-items:center;display:flex;justify-content:space-between}.addTemplateBtn{border-radius:8px!important;flex-shrink:0;height:32px!important;max-width:32px!important;min-width:32px!important;padding:0!important;width:32px!important}.addTemplateBtn,.addTemplateBtn span{align-items:center!important;display:flex!important;justify-content:center!important}.templateSearchContainer{flex-shrink:0;margin-bottom:1rem}.templateSearchWrapper{position:relative}.templateSearchIcon{color:#9ca3af;left:.75rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.templateSearchInput{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-sizing:border-box;color:#1f2937;font-size:.875rem;padding:.75rem 1rem .75rem 2.5rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.templateSearchInput:hover{border-color:#d1d5db}.templateSearchInput:focus{border-color:var(--access-primary-teal);box-shadow:0 0 0 3px #007a7a1a;outline:none}.templateSearchInput::placeholder{color:#9ca3af}.templatesPageLHS{display:flex;flex-direction:column;flex-shrink:0;min-height:0;width:420px}.templateList{display:flex;flex:1 1;flex-direction:column;gap:.75rem;min-height:0;overflow-x:hidden;overflow-y:auto}.templateList::-webkit-scrollbar{width:6px}.templateList::-webkit-scrollbar-track{background:#0000}.templateList::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.templateList::-webkit-scrollbar-thumb:hover{background:#9ca3af}.templateListItem{align-items:center;background:#fff;border:2px solid #0000;border-radius:12px;box-shadow:0 1px 3px #0000001a;cursor:pointer;display:flex;flex-shrink:0;gap:1rem;justify-content:space-between;padding:1rem 1.25rem;transition:all .2s ease}.templateListItem:hover{box-shadow:0 4px 12px #0000001a}.selectedTemplate{background:#f0fafa;border-color:var(--access-primary-teal)}.templateListItemInfo{display:flex;flex:1 1;flex-direction:column;gap:.25rem;min-width:0}.templateListItemName{color:#1f2937;font-size:.9375rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.templateListItemMeta{color:#9ca3af;font-size:.75rem}.noTemplatesContainer{background:#f9fafb;border:1px dashed #e5e7eb;border-radius:8px;color:#9ca3af;font-size:.875rem;padding:2rem;text-align:center}.templatesPageRHS{min-width:0}.templateConfigPanel,.templatesPageRHS{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.templateConfigPanel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a}.templateConfigHeader{border-bottom:1px solid #e5e7eb;flex-shrink:0;padding:1.5rem}.templateConfigTitle{color:var(--access-primary-teal);font-size:1.5rem;font-weight:600;margin:0}.templateConfigSubtitle{color:#6b7280;font-size:.875rem;margin:.25rem 0 0}.templateConfigContent{display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:1.5rem}.templateConfigContent form{display:flex;flex:1 1;flex-direction:column}.templateFormRow{display:flex;gap:2rem;margin-bottom:1.5rem}.templateFormGroup{flex:1 1;min-width:0}.templateFormLabel{color:#1f2937;display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.templateFormInput{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-sizing:border-box;color:#1f2937;font-size:.875rem;padding:.75rem 1rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.templateFormInput:hover{border-color:#d1d5db}.templateFormInput:focus{border-color:var(--access-primary-teal);box-shadow:0 0 0 3px #007a7a1a;outline:none}.templateFormInput::placeholder{color:#9ca3af}.templateFormInput.invalid{border-color:var(--access-red)}.templateFormError{color:var(--access-red);font-size:.75rem;margin-top:.25rem}.templateRadioGroup{display:flex;flex-direction:column;gap:.5rem}.templateRadioOption{align-items:center;cursor:pointer;display:flex;gap:.5rem}.templateRadioOption input[type=radio]{accent-color:var(--access-primary-teal);cursor:pointer;height:18px;width:18px}.templateRadioOption label{color:#1f2937;cursor:pointer;font-size:.875rem}.templateToggle{flex-shrink:0;height:24px;position:relative;width:44px}.templateToggle input{height:0;opacity:0;width:0}.templateToggleSlider{background-color:#e5e7eb;border-radius:24px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.3s}.templateToggleSlider:before{background-color:#fff;border-radius:50%;bottom:3px;box-shadow:0 1px 3px #0003;content:"";height:18px;left:3px;position:absolute;transition:.3s;width:18px}.templateToggle input:checked+.templateToggleSlider{background-color:var(--access-primary-teal)}.templateToggle input:checked+.templateToggleSlider:before{transform:translateX(20px)}.templateConfigEmpty{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:3rem;text-align:center}.templateConfigEmptyText{color:#6b7280;font-size:1rem}.templateSkeletonListItem{align-items:center;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;padding:1rem 1.25rem}.templateSkeletonName{height:16px;width:180px}.templateSkeletonMeta{height:12px;width:60px}.templateSkeletonToggle{border-radius:24px;height:24px;width:44px}.templateSuccessMessage{color:var(--access-primary-teal)}.templateErrorMessage,.templateSuccessMessage{font-size:.875rem;font-weight:500;margin-right:auto}.templateErrorMessage{color:var(--access-red)}.addTemplateModalBody,.addTemplateModalContent{padding:0}.addTemplateModalFooter{align-items:center;background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;gap:.75rem;justify-content:flex-end;padding:1rem 1.5rem}@media (max-width:900px){.templatesPageMain{flex-direction:column}.templatesPageLHS{max-height:300px;width:100%}.templatesPageRHS{flex:1 1}.templateFormRow{flex-direction:column;gap:1rem}}@media (max-width:600px){.templatesPage{padding:1rem}.templatesPageHeader{flex-direction:column;gap:1rem}}.templateCancelBtn{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.templateCancelBtn:hover{background:#f9fafb;border-color:#d1d5db}.templateCancelBtn:disabled{cursor:not-allowed;opacity:.5}.templateActionButtons{align-items:center;display:flex;flex-shrink:0;gap:.75rem;justify-content:flex-end;margin-top:auto;padding-top:1.5rem}.templateDiscardBtn{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:6px;color:#6b7280!important;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.templateDiscardBtn:hover{background:#f9fafb!important;border-color:#d1d5db!important}.templateDiscardBtn:disabled{cursor:not-allowed;opacity:.5}.templateSaveBtnDisabled{cursor:not-allowed!important;opacity:.5}.templateSaveBtnDisabled svg{fill:#9ca3af!important}.usersPage{box-sizing:border-box;flex:1 1;flex-direction:column;height:calc(100vh - 85px);padding:2rem}.usersPage,.usersPageMain{display:flex;overflow:hidden}.usersPageMain{flex:1 1;flex-direction:row;gap:1.5rem;min-height:0}.usersPageHeader{display:flex;justify-content:space-between;margin-bottom:1rem}.usersPageHeader .productsPageHeading,.usersPageHeader h1{margin:0}.usersPageLHS{display:flex;flex-direction:column;flex-shrink:0;min-height:0;width:420px}.usersSearchContainer{flex-shrink:0;margin-bottom:1rem}.usersSearchInput{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-sizing:border-box;color:#1f2937;font-size:.875rem;padding:.75rem 1rem .75rem 2.5rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.usersSearchInput:hover{border-color:#d1d5db}.usersSearchInput:focus{border-color:var(--access-primary-teal);box-shadow:0 0 0 3px #007a7a1a;outline:none}.usersSearchInput::placeholder{color:#9ca3af}.usersSearchWrapper{position:relative}.usersSearchIcon{color:#9ca3af;left:.75rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.userList{display:flex;flex:1 1;flex-direction:column;gap:.75rem;min-height:0;overflow-x:hidden;overflow-y:auto}.userList::-webkit-scrollbar{width:6px}.userList::-webkit-scrollbar-track{background:#0000}.userList::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.userList::-webkit-scrollbar-thumb:hover{background:#9ca3af}.userListItem{align-items:center;background:#fff;border:2px solid #0000;border-radius:12px;box-shadow:0 1px 3px #0000001a;cursor:pointer;display:flex;flex-shrink:0;gap:.75rem;padding:1rem 1.25rem;transition:all .2s ease}.userListItem:hover{box-shadow:0 4px 12px #0000001a}.selectedUser{background:#f0fafa;border-color:var(--access-primary-teal)}.userListItemInfo{display:flex;flex:1 1;flex-direction:column;gap:.25rem;min-width:0}.userListItemName{color:#1f2937;font-size:.9375rem;font-weight:600}.userListItemEmail{color:#9ca3af;font-size:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.userRoleBadge{border-radius:50px;flex-shrink:0;font-size:.6875rem;font-weight:600;padding:.25rem .625rem}.userRoleBadge,.userRoleBadge.user{background:var(--access-primary-teal);color:#fff}.userRoleBadge.admin{background:#0d9488;color:#fff}.userRoleBadge.sysadmin{background:#115e59;color:#fff}.noUsersContainer{padding:2rem;text-align:center}.noUsersText{color:#6b7280}.usersPageRHS{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;flex:1 1;min-height:0;min-width:0}.userConfigContainer,.usersPageRHS{display:flex;flex-direction:column;overflow:hidden}.userConfigContainer{height:100%}.userConfigEmpty{align-items:center;display:flex;height:100%;justify-content:center;padding:2rem}.userConfigEmptyText{color:#6b7280;font-size:.875rem}.userConfigHeader{border-bottom:1px solid #e5e7eb;flex-shrink:0;padding:1.5rem}.userConfigTitle{color:var(--access-primary-teal);font-size:1.5rem;font-weight:600;margin:0}.userConfigSubtitle{color:#6b7280;font-size:.875rem;margin:.25rem 0 0}.userConfigContent{flex:1 1;min-height:0;overflow-y:auto;padding:1.5rem}.userInfoRow{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:1rem 0}.userInfoRow:last-child{border-bottom:none}.userInfoLabel{color:#6b7280;font-size:.875rem;font-weight:500}.userInfoValue{color:#1f2937;font-size:.875rem;text-align:right}.userStatusBadge{border-radius:50px;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.userStatusBadge.active{background:#d1fae5;color:#065f46}.userStatusBadge.inactive{background:#fee2e2;color:#991b1b}.userDetailRoleBadge{border-radius:50px;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.userDetailRoleBadge,.userDetailRoleBadge.user{background:var(--access-primary-teal);color:#fff}.userDetailRoleBadge.admin{background:#0d9488;color:#fff}.userDetailRoleBadge.sysadmin{background:#115e59;color:#fff}.userOrgsSection{margin-top:1.5rem}.userOrgsSectionLabel{color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:.75rem;text-transform:uppercase}.userOrgsList{display:flex;flex-direction:column;gap:0}.userOrgItem{align-items:center;background:#f9fafb;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.875rem 1rem}.userOrgItem:last-child{margin-bottom:0}.userOrgName{color:#1f2937;font-size:.875rem;font-weight:500}.userOrgBadge{background:var(--access-primary-teal);border-radius:50px;color:#fff;font-size:.6875rem;font-weight:600;padding:.25rem .625rem}.userNoOrgs{color:#9ca3af;font-size:.875rem;padding:.875rem 0}.userSkeletonListItem{align-items:center;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;gap:.75rem;padding:1rem 1.25rem}.userSkeletonInfo{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.userSkeletonName{height:16px;width:50%}.userSkeletonEmail{height:12px;width:70%}.userSkeletonBadge{border-radius:50px;height:24px;width:50px}.userSkeletonHeader{height:28px;width:180px}.userSkeletonRow{border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:1rem 0}.userSkeletonLabel{height:14px;width:80px}.userSkeletonValue{height:14px;width:150px}@media (max-width:900px){.usersPage{padding:1rem}.usersPageMain{flex-direction:column;overflow-y:auto}.usersPageLHS{flex-shrink:0;max-height:350px;width:100%}.usersPageRHS{flex:none;min-height:400px}}.organisationsPage{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;height:calc(100vh - 85px);overflow:hidden;padding:2rem}.organisationsPageMain{display:flex;flex:1 1;flex-direction:row;gap:1.5rem;min-height:0;overflow:hidden}.organisationsPageHeader{display:flex;justify-content:space-between;margin-bottom:1rem}.organisationsPageHeader .productsPageHeading,.organisationsPageHeader h1{margin:0}.orgSearchContainer{flex-shrink:0;margin-bottom:1rem}.orgSearchWrapper{position:relative}.orgSearchIcon{color:#9ca3af;left:.75rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.orgSearchInput{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-sizing:border-box;color:#1f2937;font-size:.875rem;padding:.75rem 1rem .75rem 2.5rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.orgSearchInput:hover{border-color:#d1d5db}.orgSearchInput:focus{border-color:var(--access-primary-teal);box-shadow:0 0 0 3px #007a7a1a;outline:none}.orgSearchInput::placeholder{color:#9ca3af}.organisationsPageLHS{display:flex;flex-direction:column;flex-shrink:0;min-height:0;width:420px}.organisationList{display:flex;flex:1 1;flex-direction:column;gap:.75rem;min-height:0;overflow-x:hidden;overflow-y:auto}.organisationList::-webkit-scrollbar{width:6px}.organisationList::-webkit-scrollbar-track{background:#0000}.organisationList::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.organisationList::-webkit-scrollbar-thumb:hover{background:#9ca3af}.organisationListItem{background:#fff;border:2px solid #0000;border-radius:12px;box-shadow:0 1px 3px #0000001a;cursor:pointer;display:flex;flex-direction:column;flex-shrink:0;gap:.25rem;padding:1rem 1.25rem;transition:all .2s ease}.organisationListItem:hover{box-shadow:0 4px 12px #0000001a}.selectedOrganisation{background:#f0fafa;border-color:var(--access-primary-teal)}.organisationListItemName{color:#1f2937;font-size:.9375rem;font-weight:600}.organisationListItemMeta{color:#9ca3af;font-size:.75rem}.noOrganisationsContainer{padding:2rem;text-align:center}.noOrganisationsText{color:#6b7280}.organisationsPageRHS{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;flex:1 1;min-height:0;min-width:0}.orgConfigContainer,.organisationsPageRHS{display:flex;flex-direction:column;overflow:hidden}.orgConfigContainer{height:100%}.orgConfigEmpty{align-items:center;display:flex;height:100%;justify-content:center;padding:2rem}.orgConfigEmptyText{color:#6b7280;font-size:.875rem}.orgConfigHeader{border-bottom:1px solid #e5e7eb;flex-shrink:0;padding:1.5rem}.orgConfigTitle{color:var(--access-primary-teal);font-size:1.5rem;font-weight:600;margin:0}.orgConfigContent{flex:1 1;flex-direction:column;padding:1.5rem}.orgConfigContent,.orgConfigSectionsRow{display:flex;min-height:0;overflow:hidden}.orgConfigSectionsRow{flex:1 1;gap:2rem}.orgConfigSection{display:flex;flex:1 1;flex-direction:column;min-width:0;overflow:hidden}.orgSectionLabel{color:#1f2937;flex-shrink:0;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.orgTemplatesCount{color:#6b7280;flex-shrink:0;font-size:.8125rem;margin:.75rem 0 0;text-align:right}.orgTemplateToggleItem{align-items:center;background:#f9fafb;border-radius:8px;display:flex;flex-shrink:0;justify-content:space-between;padding:.75rem 1rem}.orgTemplateToggleName{color:#1f2937;flex:1 1;font-size:.875rem;font-weight:500;margin-right:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.orgDropdownContainer{flex-shrink:0;position:relative}.orgDropdownTrigger{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-sizing:border-box;color:#6b7280;cursor:pointer;display:flex;font-size:.875rem;justify-content:space-between;padding:.75rem 1rem;transition:border-color .2s ease;width:100%}.orgDropdownTrigger:focus,.orgDropdownTrigger:hover{border-color:var(--access-primary-teal)}.orgDropdownTrigger:focus{box-shadow:0 0 0 3px #007a7a1a;outline:none}.orgDropdownArrow{flex-shrink:0;transition:transform .2s ease}.orgDropdownArrow.open{transform:rotate(180deg)}.orgDropdownMenu{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026;left:0;max-height:200px;overflow-y:auto;position:absolute;right:0;top:calc(100% + 4px);z-index:100}.orgDropdownItem{color:#1f2937;cursor:pointer;font-size:.875rem;padding:.75rem 1rem;transition:background-color .15s ease}.orgDropdownItem:hover{background:#f9fafb}.orgDropdownItem:first-child{border-radius:8px 8px 0 0}.orgDropdownItem:last-child{border-radius:0 0 8px 8px}.orgDropdownEmpty{color:#9ca3af;font-size:.875rem;padding:1rem;text-align:center}.orgAssignedLabel{color:#6b7280;flex-shrink:0;font-size:.75rem;font-weight:500;letter-spacing:.05em;margin-bottom:.5rem;margin-top:1rem;text-transform:uppercase}.orgSelectedTemplatesContainer{display:flex;flex:1 1;flex-direction:column;gap:.5rem;min-height:0;overflow-x:hidden;overflow-y:auto;padding-right:4px}.orgSelectedTemplatesContainer::-webkit-scrollbar{width:6px}.orgSelectedTemplatesContainer::-webkit-scrollbar-track{background:#0000}.orgSelectedTemplatesContainer::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.orgSelectedTemplatesContainer::-webkit-scrollbar-thumb:hover{background:#9ca3af}.orgSelectedTemplate{align-items:center;background:#e6f4f4;border-radius:8px;box-sizing:border-box;color:var(--access-primary-teal);display:flex;flex-shrink:0;font-size:.8125rem;font-weight:500;gap:.5rem;justify-content:space-between;padding:.625rem .75rem}.orgSelectedTemplate span{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.orgRemoveBtn{align-items:center;background:#0000;border:none;color:var(--access-primary-teal);cursor:pointer;display:flex;flex-shrink:0;justify-content:center;padding:2px;transition:opacity .15s ease}.orgRemoveBtn:hover{opacity:.6}.orgEmptyState{background:#f9fafb;border:1px dashed #e5e7eb;border-radius:8px;color:#9ca3af;font-size:.875rem;padding:1rem;text-align:center}.orgFeaturesContainer{display:flex;flex:1 1;flex-direction:column;gap:.75rem;min-height:0;overflow-x:hidden;overflow-y:auto}.orgFeaturesContainer::-webkit-scrollbar{width:6px}.orgFeaturesContainer::-webkit-scrollbar-track{background:#0000}.orgFeaturesContainer::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.orgFeaturesContainer::-webkit-scrollbar-thumb:hover{background:#9ca3af}.orgFeatureItem{align-items:center;background:#f9fafb;border-radius:10px;display:flex;flex-shrink:0;justify-content:space-between;padding:1rem}.orgFeatureInfo{align-items:center;display:flex;flex:1 1;gap:.75rem;min-width:0}.orgFeatureText{display:flex;flex-direction:column;min-width:0}.orgFeatureName{color:#1f2937;font-size:.9375rem;font-weight:500}.orgFeatureDescription{color:#6b7280;font-size:.75rem;margin-top:.125rem}.orgToggle{flex-shrink:0;height:26px;position:relative;width:48px}.orgToggle input{height:0;opacity:0;width:0}.orgToggleSlider{background-color:#e5e7eb;border-radius:26px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.3s}.orgToggleSlider:before{background-color:#fff;border-radius:50%;bottom:3px;box-shadow:0 1px 3px #0003;content:"";height:20px;left:3px;position:absolute;transition:.3s;width:20px}.orgToggle input:checked+.orgToggleSlider{background-color:var(--access-primary-teal)}.orgToggle input:checked+.orgToggleSlider:before{transform:translateX(22px)}.orgActionButtons{align-items:center;display:flex;flex-shrink:0;gap:.75rem;justify-content:flex-end;margin-top:1rem}.orgSuccessMessage{color:var(--access-primary-teal);font-size:.875rem;font-weight:500;margin-right:auto}.orgDiscardBtn{background:#fff!important;border:1px solid #e5e7eb!important;color:#6b7280!important}.orgDiscardBtn:hover{background:#f9fafb!important;border-color:#d1d5db!important}.orgSaveBtn:hover:not(:disabled){background:#066!important}.orgSaveBtnDisabled{cursor:not-allowed!important;opacity:.5}.orgSaveBtnDisabled svg{fill:#9ca3af!important}@keyframes skeleton-pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.skeleton{animation:skeleton-pulse 1.5s ease-in-out infinite;background:#e5e7eb}.orgSkeletonListItem{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;gap:.5rem;padding:1rem 1.25rem}.orgSkeletonName{height:16px;width:60%}.orgSkeletonMeta{height:12px;width:30%}.orgSkeletonHeader{height:28px;width:200px}.orgSkeletonBadge{border-radius:8px;height:36px}.orgSkeletonFeature{border-radius:10px;height:60px}@media (max-width:1200px){.orgConfigSectionsRow{flex-direction:column;overflow-y:auto}.orgConfigSection{flex:none;overflow:visible}.orgFeaturesContainer,.orgSelectedTemplatesContainer{flex:none;max-height:200px}}@media (max-width:900px){.organisationsPage{padding:1rem}.organisationsPageMain{flex-direction:column;overflow-y:auto}.organisationsPageLHS{flex-shrink:0;max-height:300px;width:100%}.organisationsPageRHS{flex:none;min-height:400px}}.conversationGuidesPage{box-sizing:border-box;flex:1 1;min-width:0;padding:2rem;width:100%}.guidesPageHeader{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.guidesPageTitleSection{display:flex;flex-direction:column}.guidesPageTitle{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0}.guidesPageHeader .productsPageHeading,.guidesPageHeader h1{margin:0}.pageSubtitle{margin:.25rem 0 0}.addGuideButtonContent,.addNewGuideButton{align-items:center;display:flex}.addGuideButtonContent{gap:.5rem}.guidesToolbar{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000001a;display:flex;flex-shrink:0;justify-content:space-between;margin-bottom:1rem;padding:1rem}.guidesSearchWrapper{flex:1 1;max-width:400px;position:relative}.guidesSearchIcon{color:#9ca3af;left:.75rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.guidesSearchInput{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-sizing:border-box;color:#1f2937;font-size:.875rem;padding:.75rem 1rem .75rem 2.5rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.guidesSearchInput:hover{border-color:#d1d5db}.guidesSearchInput:focus{border-color:var(--access-primary-teal);box-shadow:0 0 0 3px #007a7a1a;outline:none}.guidesSearchInput::placeholder{color:#9ca3af}.guidesToolbarActions{align-items:center;display:flex;gap:1rem}.guidesFilterContainer{position:relative}.guidesFilterButton{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:.875rem;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.guidesFilterButton:hover{background:#f9fafb;border-color:#d1d5db}.guidesFilterDropdown{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026;max-width:320px;min-width:240px;overflow:hidden;position:absolute;right:0;top:calc(100% + 4px);width:max-content;z-index:100}.guidesFilterDropdownHeader{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:.75rem;font-weight:600;padding:.75rem 1rem;text-transform:uppercase}.guidesFilterOption{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:.875rem;gap:.75rem;padding:.625rem 1rem;transition:background-color .15s ease}.guidesFilterOption:hover{background:#f3f4f6}.guidesFilterOption.selected{color:#374151}.filterOptionText{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filterCheckbox{border:1.5px solid #d1d5db;flex-shrink:0;height:20px;width:20px}.filterCheckbox.checked{background:#fff;border-color:var(--access-primary-teal)}.filterCheckbox .checkmark{color:var(--access-primary-teal);font-size:14px;font-weight:600;line-height:1}.filterCount{color:#5eafaf;font-size:.875rem;font-weight:600}.guidesFilterOptionsContainer{max-height:250px;overflow-y:auto}.guidesFilterOptionsContainer::-webkit-scrollbar{width:6px}.guidesFilterOptionsContainer::-webkit-scrollbar-track{background:#0000}.guidesFilterOptionsContainer::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.guidesFilterDropdownFooter{background:#f9fafb;border-top:1px solid #e5e7eb;padding:.75rem 1rem}.clearFiltersButton{background:#0000;border:none;color:var(--access-primary-teal);cursor:pointer;font-size:.875rem;font-weight:500;padding:0}.clearFiltersButton:hover{text-decoration:underline}.guidesFilterBadgesContainer{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.guidesFilterBadge{background:#f0fdfa;border:1px solid var(--access-primary-teal);border-radius:9999px;display:inline-flex;font-size:.8125rem;font-weight:500;gap:.375rem;padding:.375rem .5rem .375rem .75rem}.guidesFilterBadge,.guidesFilterBadgeRemove{align-items:center;color:var(--access-primary-teal)}.guidesFilterBadgeRemove{background:#0000;border:none;border-radius:50%;cursor:pointer;display:flex;justify-content:center;padding:.125rem;transition:background-color .15s ease}.guidesFilterBadgeRemove:hover{background:#007a7a1a}.guidesClearAllBadges{background:#0000;border:none;color:#6b7280;cursor:pointer;font-size:.8125rem;padding:.375rem .5rem;transition:color .15s ease}.guidesClearAllBadges:hover{color:var(--access-primary-teal);text-decoration:underline}.viewToggleButton{padding:.5rem .75rem;transition:background-color .2s ease}.viewToggleButton:hover{background:#f9fafb}.guidesGridContainer{flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto}.guidesGridContainer::-webkit-scrollbar{width:6px}.guidesGridContainer::-webkit-scrollbar-track{background:#0000}.guidesGridContainer::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.guidesGridContainer::-webkit-scrollbar-thumb:hover{background:#9ca3af}.guidesGrid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);min-width:0;width:100%}.guidesGrid.guidesList{grid-template-columns:1fr;max-width:100%}@media (max-width:1200px){.guidesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.guidesGrid{grid-template-columns:1fr}}.guidesEmpty,.guidesLoading{color:#6b7280;grid-column:1/-1;padding:3rem;text-align:center}.guideCard{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;cursor:pointer;display:flex;gap:1rem;min-width:0;overflow:hidden;padding:1.25rem;transition:box-shadow .2s ease,border-color .2s ease}.guideCard:hover{box-shadow:0 4px 12px #0000001a}.guideCardSelected{border-color:var(--access-primary-teal)}.guideCardIconContainer{align-items:center;background-color:var(--access-primary-teal);border-radius:10px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.guideCardContent{flex:1 1;min-width:0}.guideCardTitleRow{align-items:center;display:flex;gap:.5rem;margin-bottom:.25rem;min-width:0;overflow:hidden;width:100%}.guideCardName{color:#1f2937;flex:1 1;font-size:1rem;font-weight:600;margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guideCardOrgBadge{background:#f0fdfa;border-radius:9999px;color:var(--access-primary-teal);flex-shrink:0;font-size:.625rem;font-weight:500;padding:.125rem .5rem;white-space:nowrap}.guideCardQuestions{color:#6b7280;font-size:.875rem;margin:0 0 .5rem}.guideCardMeta{align-items:center;display:flex;justify-content:space-between}.guideCardUpdated{color:#9ca3af;font-size:.75rem}.guideCardArrow{align-items:center;align-self:center;display:flex}.guidesList .guideCardIconContainer{height:40px;width:40px}@media (max-width:768px){.conversationGuidesPage{padding:1rem}.guidesPageHeader{flex-direction:column;gap:1rem}.addNewGuideButton{justify-content:center;width:100%}.guidesToolbar{align-items:stretch;flex-direction:column;gap:1rem}.guidesSearchWrapper{max-width:none}.guidesToolbarActions{justify-content:space-between}}.aiGuideModalContainer{display:flex;flex-direction:column;max-width:500px;min-width:450px}.aiGuideModalHeader{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:16px 20px}.aiGuideModalTitle{color:#111827;font-size:18px;font-weight:600;margin:0}.aiGuideModalCloseButton{align-items:center;background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;justify-content:center;padding:4px}.aiGuideModalCloseButton:hover{background-color:#f3f4f6}.aiGuideModalCloseButton:disabled{cursor:not-allowed;opacity:.5}.aiGuideModalContent{display:flex;flex-direction:column;gap:20px;padding:20px}.aiGuideGeneratorInfo{text-align:center}.aiGuideGeneratorDescription{color:#374151;font-size:14px;margin-bottom:8px}.aiGuideGeneratorFormats{color:#6b7280;font-size:12px}.aiGuideDropZone{background-color:#fafafa;border:2px dashed #d1d5db;border-radius:8px;cursor:pointer;padding:40px 20px;text-align:center;transition:all .2s ease}.aiGuideDropZone:hover{background-color:#f0fdfa;border-color:var(--access-primary-teal)}.aiGuideDropZone.dragActive{background-color:#ccfbf1;border-color:var(--access-primary-teal)}.aiGuideDropZone.hasFile{background-color:#f9fafb;border-color:#d1d5db;border-style:solid;cursor:default;padding:20px}.aiGuideDropZone.hasFile:hover{background-color:#f9fafb}.aiGuideFileInput{display:none}.aiGuideDropZoneContent{align-items:center;display:flex;flex-direction:column;gap:8px}.aiGuideUploadIcon{fill:#9ca3af;height:48px;width:48px}.aiGuideDropZoneText{color:#374151;font-size:14px;font-weight:500;margin:0}.aiGuideDropZoneSubtext{color:#9ca3af;font-size:12px;margin:0}.aiGuideSelectedFile{align-items:center;display:flex;justify-content:space-between;width:100%}.aiGuideFileInfo{align-items:flex-start;display:flex;flex-direction:column;gap:2px}.aiGuideFileName{color:#111827;font-size:14px;font-weight:500}.aiGuideFileSize{color:#6b7280;font-size:12px}.aiGuideRemoveFile{align-items:center;background:none;border:none;border-radius:4px;cursor:pointer;display:flex;justify-content:center;padding:8px}.aiGuideRemoveFile:hover{background-color:#fee2e2}.aiGuideError{background-color:#fef2f2;border-radius:6px;color:#dc2626;font-size:13px;padding:8px 12px;text-align:center}.aiGuideActions{display:flex;justify-content:center}.aiGuideGenerateButton{min-width:160px}.aiGuideGenerateButton .buttonContent{align-items:center;display:flex;gap:8px}.aiGuideGeneratingMessage{background-color:#f0fdfa;border-radius:6px;padding:12px;text-align:center}.aiGuideGeneratingMessage p{color:#0d9488;font-size:13px;margin:0}.conversationGuideForm{display:flex;flex-direction:column;gap:1.5rem;max-height:70vh;overflow-y:auto;padding-right:.5rem}.guideFormRow{display:flex;gap:1rem}.guideFormField{display:flex;flex-direction:column;gap:.5rem}.guideFormFieldName{flex:2 1}.guideFormFieldOrg{flex:1 1}.guideFormLabel{color:#374151;font-size:.875rem;font-weight:600}.guideFormError{color:#ef4444;font-size:.75rem}.guideFormSelect{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:16px;border:1px solid #1f2937;border-radius:4px;box-sizing:border-box;color:#374151;cursor:pointer;font-family:inherit;font-size:.875rem;height:32px;padding:.5rem 2rem .5rem .75rem;width:100%}.guideFormSelect:focus{border-color:var(--access-primary-teal);box-shadow:0 0 0 2px #007a7a1a;outline:none}.guideFormSelect:hover{border-color:#d1d5db}.guideSectionsContainer{display:flex;flex-direction:column;gap:1rem}.guideSectionsHeader{align-items:center;display:flex;justify-content:space-between}.guideSectionsTitle{color:#1f2937;font-size:1rem;font-weight:600;margin:0}.guideSectionsActions{align-items:center;display:flex;gap:.5rem}.addSectionButton .buttonContent{align-items:center;display:flex;gap:.375rem}.generateAIButton{background:#0000!important;border:1px solid #8b5cf6!important;color:#8b5cf6!important;font-weight:700!important}.generateAIButton:hover{background:#8b5cf61a!important}.generateAIButton .buttonContent span:last-child{-webkit-text-fill-color:#0000;animation:shinyText 3s linear infinite;background:linear-gradient(90deg,#8b5cf6,#8b5cf6 40%,#c4b5fd 50%,#8b5cf6 60%,#8b5cf6);-webkit-background-clip:text;background-clip:text;background-size:200% 100%}@keyframes shinyText{0%{background-position:100% 0}to{background-position:-100% 0}}.generateAIButton .buttonContent{align-items:center;display:flex;gap:.375rem}.guideSection{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.guideSectionHeader{align-items:center;background:#fff;cursor:pointer;display:flex;justify-content:space-between;padding:.75rem 1rem;transition:background-color .2s ease}.guideSectionHeader:hover{background:#f9fafb}.guideSectionHeaderLeft{align-items:center;display:flex;gap:.5rem}.guideSectionNumber{color:#374151;font-size:.875rem;font-weight:600}.guideSectionName{color:#6b7280;font-size:.875rem}.guideSectionHeaderRight{align-items:center;display:flex;gap:.75rem}.guideSectionQuestionCount{color:#9ca3af;font-size:.75rem}.removeSectionButton{align-items:center;background:none;border:none;border-radius:4px;cursor:pointer;display:flex;justify-content:center;padding:.25rem;transition:background-color .2s ease}.removeSectionButton:hover{background:#fee2e2}.guideSectionContent{border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:1rem;padding:1rem}.guideQuestionsContainer{display:flex;flex-direction:column;gap:.75rem}.guideQuestionsHeader{align-items:center;display:flex;justify-content:space-between}.guideQuestionsTitle{color:#374151;font-size:.875rem;font-weight:600}.addQuestionButton{align-items:center;background:none;border:none;border-radius:4px;color:var(--access-primary-teal);cursor:pointer;display:flex;font-size:.75rem;font-weight:500;gap:.25rem;padding:.25rem .5rem;transition:background-color .2s ease}.addQuestionButton:hover{background:#f0fdfa}.guideQuestion{background:#fff;border:1px solid #e5e7eb;border-radius:6px;display:flex;flex-direction:column;gap:.5rem;padding:.75rem}.guideQuestionHeader{align-items:center;display:flex;justify-content:space-between}.guideQuestionNumber{background:#f0fdfa;border-radius:4px;color:var(--access-primary-teal);font-size:.75rem;font-weight:600;padding:.125rem .5rem}.removeQuestionButton{align-items:center;background:none;border:none;border-radius:4px;cursor:pointer;display:flex;justify-content:center;padding:.25rem;transition:background-color .2s ease}.removeQuestionButton:hover{background:#fee2e2}.guideQuestionInput{border:1px solid #e5e7eb;border-radius:4px;box-sizing:border-box;font-family:inherit;font-size:.875rem;max-height:120px;min-height:60px;padding:.75rem;resize:none!important;width:100%}.guideQuestionInput:focus{border-color:var(--access-primary-teal);box-shadow:0 0 0 2px #007a7a1a;outline:none}.guideFollowUps{border-left:2px solid #e5e7eb;display:flex;flex-direction:column;gap:.5rem;margin-left:.5rem;padding-left:.5rem}.guideFollowUpsHeader{align-items:center;display:flex;justify-content:space-between}.guideFollowUpsTitle{color:#6b7280;font-size:.75rem;font-weight:500}.addFollowUpButton{align-items:center;background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;font-size:.7rem;gap:.25rem;padding:.125rem .375rem;transition:background-color .2s ease}.addFollowUpButton:hover{background:#f3f4f6}.guideFollowUpItem{align-items:center;display:flex;gap:.5rem}.removeFollowUpButton{align-items:center;background:none;border:none;border-radius:4px;cursor:pointer;display:flex;justify-content:center;padding:.25rem;transition:background-color .2s ease}.removeFollowUpButton:hover{background:#f3f4f6}.guideFormActions{align-items:center;background:#fff;border-top:1px solid #e5e7eb;bottom:0;display:flex;gap:.75rem;justify-content:space-between;margin:0 -.5rem -.5rem;padding:1rem;position:sticky}.guideFormActionsRight{display:flex;gap:.75rem;margin-left:auto}.guideFormDeleteButton{background:#ef4444!important;border:1px solid #ef4444!important;color:#fff!important}.guideFormDeleteButton:hover{background:#dc2626!important;border-color:#dc2626!important}.guideFormDeleteButton .buttonContent{align-items:center;display:flex;gap:.375rem}.guideFormCancelButton{background:#fff!important;border:1px solid #e5e7eb!important;color:#374151!important}.guideFormCancelButton:hover{background:#f9fafb!important}.conversationGuideModalContainer{background:#fff;border-radius:12px;display:flex;flex-direction:column;max-height:85vh;max-width:90vw;overflow:hidden;width:700px}.conversationGuideModalHeader{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1rem 1.5rem}.conversationGuideModalTitle{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0}.conversationGuideModalCloseButton{align-items:center;background:none;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:background-color .2s ease}.conversationGuideModalCloseButton:hover{background:#f3f4f6}.conversationGuideModalContent{flex:1 1;overflow-y:auto;padding:1.5rem}.simpleWaveform{box-sizing:border-box;margin-top:.75rem;max-width:100%;overflow-x:hidden;width:100%}.simpleWaveformRef{background-color:#d3ecec;overflow:hidden;position:relative}.simpleControlsContainer{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;max-width:100%;overflow-x:hidden;padding-top:2px;width:100%}.simpleControlsContainer>*{flex-direction:row}.simpleControlsContainer>*,.simpleWaveformControl{align-items:center;display:flex;justify-content:center}.simpleWaveformControl{border-radius:50%;cursor:pointer;height:2rem;width:2rem}.simpleVolumeWrapper{align-items:center;display:flex;flex-direction:row}.simpleVolumeSlider{flex-shrink:0;margin-left:.5rem;max-width:150px;width:150px}.simpleVolumeSlider>div{margin:0}.simpleVolumeSlider>div>div{padding-top:1rem}.simpleButtonWrapper{align-items:center;display:flex;flex-direction:row;flex-shrink:0;margin-right:0}.simpleButtonWrapper>.simpleWaveformControl{border:1px solid #007a7a;margin:0 2px}.simpleButtonWrapper>.simpleWaveformControl svg{fill:#007a7a!important;height:20px!important;width:20px!important}.simpleAudioTime{align-items:center;display:flex;flex-direction:row}.simpleWaveformControl:hover svg{transform:scale(1.1);transition:transform .3s ease}@media screen and (max-width:640px){.simpleControlsContainer{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center;width:100%}.simpleButtonWrapper{align-items:center;justify-content:center;margin-left:0;margin-right:0}.simpleVolumeSlider{width:120px}}.packageDetailsModalContainer{background:#fff;border-radius:12px;box-shadow:0 4px 24px #0000001f;display:flex;flex-direction:column;max-height:85vh;max-width:90vw;overflow:hidden;width:680px}.packageDetailsModalHeader{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;flex-shrink:0;justify-content:space-between;padding:1rem 1.25rem}.packageDetailsModalTitle{color:#111827;font-size:1.125rem;font-weight:600;margin:0}.packageDetailsCloseIcon{color:#6b7280;cursor:pointer;height:20px;transition:color .15s ease;width:20px}.packageDetailsCloseIcon:hover{color:#111827}.packageDetailsModalBody{flex:1 1;overflow-y:auto;padding:1.25rem}.packageDetailsHeader{align-items:flex-start;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:1rem}.packageDetailsHeaderLeft{align-items:flex-start;display:flex;gap:.75rem}.packageDetailsHeaderInfo{display:flex;flex-direction:column;gap:.375rem}.packageDetailsName{color:#111827;font-size:1rem;font-weight:600;margin:0;word-break:break-word}.packageDetailsMetaRow{align-items:center;display:flex;gap:.75rem}.packageDetailsInputType{align-items:center;color:#6b7280;display:flex;font-size:.8125rem;gap:.375rem}.packageDetailsInputType>span{margin-left:0}.statusBadge{align-items:center;border-radius:9999px;display:inline-flex;font-size:.75rem;font-weight:500;padding:.25rem .625rem}.statusBadge.processing{background:#bf850e1f;color:var(--warning-orange)}.statusBadge.failed{background:#ad230a1f;color:var(--warning-red)}.statusBadge.completed{background:#79264d1f;color:var(--access-secondary-purple)}.packageDetailsInfoGrid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin-bottom:1.25rem}.packageDetailsInfoItem{display:flex;flex-direction:column;gap:.25rem}.packageDetailsInfoLabel{color:#6b7280;font-size:.75rem;font-weight:500}.packageDetailsInfoValue{color:#111827;font-size:.875rem;word-break:break-word}.packageDetailsSectionTitle{align-items:center;color:#374151;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;margin:0 0 .75rem}.packageDetailsSectionTitle>span{margin-left:0}.packageDetailsSectionTitle.failureTitle{color:var(--warning-red)}.packageDetailsFailureSection{background:#ad230a0f;border:1px solid #ad230a33;border-radius:8px;margin-bottom:1.25rem;padding:1rem}.packageDetailsFailureReason{color:#991b1b;font-size:.875rem;line-height:1.5;white-space:pre-wrap;word-break:break-word}.packageDetailsAudioSection{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1.25rem;padding:1rem}.packageDetailsAudioInfo{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.75rem}.audioInfoItem{color:#4b5563;font-size:.8125rem}.packageDetailsTextSection{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1.25rem;padding:1rem}.packageDetailsTextInfo{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.75rem}.textInfoItem{color:#4b5563;font-size:.8125rem}.packageDetailsTextContent{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;font-size:.875rem;line-height:1.6;max-height:150px;overflow-y:auto;padding:.75rem;white-space:pre-wrap;word-break:break-word}.packageDetailsSummarySection{background:#79264d0a;border:1px solid #79264d26;border-radius:8px;padding:1rem}.summaryTextContent{color:#374151;font-size:.875rem;line-height:1.6;max-height:300px;overflow-y:auto}.summaryTextContent p{margin:0 0 .75rem}.summaryTextContent p:last-child{margin-bottom:0}.summaryFormContent{display:flex;flex-direction:column;gap:1rem}.summarySection{border-bottom:1px solid #79264d1a;padding-bottom:.75rem}.summarySection:last-child{border-bottom:none;padding-bottom:0}.summarySectionTitle{color:var(--access-secondary-purple);font-size:.8125rem;font-weight:600;margin:0 0 .5rem}.summarySectionContent{color:#374151;font-size:.875rem;line-height:1.5}.summaryFields{display:flex;flex-direction:column;gap:.5rem}.summaryField{display:flex;font-size:.8125rem;gap:.5rem}.summaryFieldLabel{color:#6b7280;flex-shrink:0;font-weight:500}.summaryFieldValue{color:#111827}.summaryRaw{background:#f3f4f6;border-radius:6px;font-family:monospace;font-size:.75rem;margin:0;overflow-x:auto;padding:.75rem}.noContent{color:#9ca3af;font-style:italic;margin:0}.modalSkeletonContainer{display:flex;flex-direction:column;gap:1rem}.skeletonHeader{border-radius:8px;height:60px}.skeletonRow,.skeletonRowShort{border-radius:4px;height:20px}.skeletonRowShort{width:60%}.skeletonContent{border-radius:8px;height:150px}.packageDetailsEmpty{align-items:center;color:#9ca3af;display:flex;justify-content:center;min-height:200px}@media (max-width:640px){.packageDetailsModalContainer{border-radius:0;max-height:100vh;max-width:100%;width:100%}.packageDetailsInfoGrid{grid-template-columns:1fr}.packageDetailsAudioInfo,.packageDetailsTextInfo{flex-direction:column;gap:.5rem}}.audioPlayerLoading,.audioPlayerUnavailable{background:#f9fafb;border-radius:8px;color:#6b7280;font-size:.875rem;margin-top:.75rem;padding:.75rem;text-align:center}.packagesMainContainer{flex:1 1;max-width:100%;overflow-x:hidden;padding:2rem}.breadcrumbBar{margin-bottom:0}.packagesHeader{margin-bottom:1.5rem;margin-top:1rem}.packagesTitle{color:#1f2937;font-size:1.75rem;font-weight:700;margin:0}.packagesSubtitle{color:#6b7280;font-size:.875rem;margin:.25rem 0 0}.packagesSummaryRow{display:flex;gap:1rem;margin-bottom:1.5rem}.packagesSummaryCard{align-items:center;background:#fff;border:1px solid #e5e7eb;border-left:4px solid #0000;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;flex:1 1;padding:1.25rem 1.5rem}.packagesSummaryCard.processing{border-left-color:var(--warning-orange)}.packagesSummaryCard.failed{border-left-color:var(--warning-red)}.packagesSummaryCard.completed{border-left-color:var(--access-secondary-purple)}.summaryCardContent{display:flex;flex-direction:column}.summaryCardCount{font-size:1.75rem;font-weight:700;line-height:1}.packagesSummaryCard.processing .summaryCardCount{color:var(--warning-orange)}.packagesSummaryCard.failed .summaryCardCount{color:var(--warning-red)}.packagesSummaryCard.completed .summaryCardCount{color:var(--access-secondary-purple)}.summaryCardLabel{color:#4b5563;font-size:.75rem;font-weight:500;letter-spacing:.025em;margin-top:.25rem;text-transform:uppercase}.chartsRow{display:flex;gap:1rem;margin-bottom:1.5rem}.chartCard{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;flex:1 1;min-width:0;padding:1.25rem}.chartCardHeader{align-items:center;display:flex;justify-content:flex-end;margin-bottom:.5rem}.chartTitle{font-size:.9375rem;font-weight:600;margin:0}.chartTitle.processing{color:var(--warning-orange)}.chartTitle.failed{color:var(--warning-red)}.chartTitle.completed{color:var(--access-secondary-purple)}.dayFilterDropdown{position:relative}.dayFilterTrigger{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;font-size:.75rem;gap:.375rem;padding:.375rem .75rem;transition:all .15s ease}.dayFilterTrigger:hover{background:#f9fafb;border-color:#d1d5db}.dayFilterOverlay{inset:0;position:fixed;z-index:99}.dayFilterMenu{background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 4px 12px #00000026;min-width:110px;overflow:hidden;position:absolute;right:0;top:calc(100% + 4px);z-index:100}.dayFilterOption{background:none;border:none;color:#6b7280;cursor:pointer;display:block;font-size:.75rem;padding:.5rem .75rem;text-align:left;transition:background-color .15s ease;width:100%}.dayFilterOption:hover{background:#f9fafb}.dayFilterOption.selected{background:#f0fafa;color:var(--access-primary-teal);font-weight:500}.lineChartContainer{height:200px;overflow:visible;position:relative;width:100%}.lineChartSvg{display:block;height:100%;width:100%}.chartAxisLabel{fill:#9ca3af;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:10px}.chartPointGroup{cursor:pointer}.chartTooltipFixed{align-items:center;animation:tooltipFadeIn .15s ease;border-radius:6px;box-shadow:0 2px 8px #0003;display:flex;flex-direction:column;font-size:.75rem;gap:2px;padding:6px 12px;pointer-events:none;position:absolute;transform:translate(-50%,calc(-100% - 12px));white-space:nowrap;z-index:50}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%,calc(-100% - 8px))}to{opacity:1;transform:translate(-50%,calc(-100% - 12px))}}.chartTooltipFixed:after{border-left:6px solid #0000;border-right:6px solid #0000;border-top:6px solid;border-top-color:inherit;content:"";left:50%;position:absolute;top:100%;transform:translateX(-50%)}.chartTooltipFixed.processing{background:var(--warning-orange);color:#fff}.chartTooltipFixed.processing:after{border-top-color:var(--warning-orange)}.chartTooltipFixed.failed{background:var(--warning-red);color:#fff}.chartTooltipFixed.failed:after{border-top-color:var(--warning-red)}.chartTooltipFixed.completed{background:var(--access-secondary-purple);color:#fff}.chartTooltipFixed.completed:after{border-top-color:var(--access-secondary-purple)}.tooltipLabel{font-size:.6875rem;opacity:.9}.tooltipValue{font-size:.875rem;font-weight:600}.tablesRow{display:flex;gap:1rem}.tableCard{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;flex:1 1;flex-direction:column;max-height:550px;min-width:0;padding:1rem 1.25rem}.tableTitle{color:#1f2937;font-size:.875rem;font-weight:600;margin:0 0 .75rem}.tableBadge{border-radius:9999px;font-size:.6875rem;font-weight:500;padding:.25rem .625rem}.tableBadge.processing{background-color:var(--warning-orange-background);color:var(--warning-orange)}.tableBadge.failed{background-color:var(--warning-red-background);color:var(--warning-red)}.tableBadge.completed{background-color:var(--access-secondary-purple-background);color:var(--access-secondary-purple)}.packageListContainer{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.packageTableWrapper{flex:1 1;min-height:300px;overflow-x:hidden;overflow-y:auto}.packageTableWrapper::-webkit-scrollbar{width:5px}.packageTableWrapper::-webkit-scrollbar-track{background:#0000}.packageTableWrapper::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.packageTableWrapper::-webkit-scrollbar-thumb:hover{background:#9ca3af}.packageTable{border-collapse:collapse;font-size:.75rem;table-layout:fixed;width:100%}.packageTable td:first-child,.packageTable td:nth-child(2),.packageTable td:nth-child(3),.packageTable th:first-child,.packageTable th:nth-child(2),.packageTable th:nth-child(3){width:22%}.packageTable td:nth-child(4),.packageTable th:nth-child(4){width:20%}.packageTable td:nth-child(5),.packageTable th:nth-child(5){width:14%}.packageTable td,.packageTable th{padding:.5rem .375rem;text-align:left;vertical-align:middle}.packageTable th{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:.6875rem;font-weight:600;position:sticky;top:0;white-space:nowrap;z-index:1}.packageTable td{border-bottom:1px solid #f3f4f6;color:#1f2937}.packageTable tbody tr:hover td{background:#f9fafb}.packageTable tbody tr{cursor:pointer;transition:background-color .15s ease}.packageTable tbody tr.clickable:hover td{background:#f0f9ff}.packageTable tbody tr.clickable:active td{background:#e0f2fe}.tableBodyLoading{opacity:.5;pointer-events:none}.truncatedText{cursor:pointer;display:block;max-width:100%;text-overflow:ellipsis;white-space:nowrap}.packageNameCell,.truncatedText{overflow:hidden}.packageName{color:#1f2937;font-weight:500}.textMuted{color:#9ca3af}.packageTable td.emptyCell{border-bottom:none!important;color:#9ca3af;padding:2rem!important;text-align:center}.durationText{color:#6b7280;font-size:.75rem;white-space:nowrap}.durationText.long{color:var(--warning-orange);font-weight:500}.durationText.critical{color:var(--warning-red);font-weight:500}.durationText.success{color:var(--success-green)}.paginationContainer{align-items:center;border-top:1px solid #e5e7eb;display:flex;flex-shrink:0;justify-content:space-between;margin-top:.75rem;padding-top:.75rem}.paginationShowing{color:#6b7280;font-size:.75rem}.paginationRight{align-items:center;display:flex;gap:.75rem}.paginationPage{color:#6b7280;font-size:.75rem}.paginationButtons{display:flex;gap:.375rem}.paginationButton{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;height:28px;justify-content:center;transition:all .15s ease;width:28px}.paginationButton:hover:not(:disabled){background:#f0fafa;border-color:var(--access-primary-teal);color:var(--access-primary-teal)}.paginationButton:disabled{cursor:not-allowed;opacity:.4}.skeleton{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:4px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeletonBreadcrumb{height:20px;margin-bottom:1rem;width:180px}.skeletonTitle{height:32px;margin-bottom:.5rem;width:150px}.skeletonSubtitle{height:16px;width:250px}.skeletonCount{height:32px;margin-bottom:.5rem;width:60px}.skeletonLabel{height:14px;width:80px}.skeletonChartTitle{height:18px;width:100px}.skeletonChart{height:180px;margin-top:1rem;width:100%}.skeletonTableTitle{height:18px;width:140px}.skeletonTable{height:300px;margin-top:.75rem;width:100%}.skeletonRow td{padding:.5rem .375rem!important}.skeletonCell{height:16px;width:100%}.skeletonCellShort{width:70%}@media (max-width:1200px){.chartsRow,.tablesRow{flex-wrap:wrap}.chartCard,.tableCard{flex-basis:calc(50% - 0.5rem);flex-grow:1;flex-shrink:1;min-width:300px}}@media (max-width:768px){.packagesMainContainer{padding:1rem}.chartsRow,.packagesSummaryRow,.tablesRow{flex-direction:column}.chartCard,.packagesSummaryCard,.tableCard{flex:1 1 100%}.packagesTitle{font-size:1.5rem}}.externalIntegrationsMainContainer{margin:1rem}.externalIntegrationsHeader{align-items:center;background-color:#f4f4f4;display:flex;justify-content:space-between;margin:1rem}.externalIntegrationsHeading{font-size:1.5rem;font-weight:600}.externalIntegrationsContent{background:#fff;border-radius:10px;box-shadow:0 0 4px 0 #0003;margin:1rem;width:50%}.credentialsContainer{padding:.5rem 1rem 0}.credentialsForm{padding:1rem}.credentialsHeader{color:var(--access-primary-teal);font-size:1.5rem;font-weight:600;margin:.5rem 0}.credentialsSubheading{font-size:1.25rem;font-weight:500;margin-bottom:.5rem!important}.credentialsFormField{margin-bottom:1rem}.credentialsFormField label{display:block;font-weight:500;margin-bottom:.5rem}.errorMessage{color:var(--warning-red)}.errorMessage,.successMessage{align-items:center;display:flex;gap:.5rem;margin-top:.625rem}.successMessage{color:var(--access-primary-teal)}.loadingMessage{align-items:center;display:flex;gap:.5rem;margin-top:.625rem}.statusMessage{font-size:.875rem;margin:1.25rem 0}.actionButtons{display:flex;flex-direction:row-reverse;gap:.625rem;margin-top:1.25rem}@media screen and (max-width:950px){.actionButtons{flex-direction:column;gap:.625rem}}.toolboxLibraryPage{box-sizing:border-box;flex:1 1;flex-direction:column;gap:1.5rem;padding:2rem}.libraryPageHeader{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.headingContainer{display:flex;flex-direction:column;gap:.25rem}.libraryPageHeading{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0}.pageSubtitle{color:#6b7280;font-size:.875rem;margin:0}.addDocumentButton{align-items:center;background:#00a19a;background:var(--access-primary-teal,#00a19a);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.625rem 1rem;transition:background .2s ease;white-space:nowrap}.addDocumentButton:hover{background:#008f89}.libraryToolbar{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000001a;display:flex;flex-shrink:0;justify-content:space-between;margin-bottom:1rem;padding:1rem}.librarySearchWrapper{flex:1 1;max-width:320px;min-width:200px;position:relative}.librarySearchIcon{color:#9ca3af;left:.75rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.librarySearchInput{border:1px solid #e5e7eb;border-radius:6px;font-size:.875rem;outline:none;padding:.5rem .75rem .5rem 2.25rem;transition:border-color .2s ease;width:100%}.librarySearchInput:focus{border-color:#00a19a;border-color:var(--access-primary-teal,#00a19a)}.librarySearchInput::placeholder{color:#9ca3af}.libraryToolbarActions{align-items:center;display:flex;gap:.75rem}.libraryFilterContainer{position:relative}.libraryFilterButton{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:.875rem;gap:.5rem;padding:.5rem .75rem;transition:all .2s ease}.libraryFilterButton:hover{background:#f9fafb;border-color:#d1d5db}.filterCount{align-items:center;background:#00a19a;background:var(--access-primary-teal,#00a19a);border-radius:9999px;color:#fff;display:inline-flex;font-size:.75rem;font-weight:500;height:18px;justify-content:center;min-width:18px;padding:0 .25rem}.libraryFilterDropdown{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:200px;position:absolute;right:0;top:calc(100% + 4px);z-index:50}.libraryFilterDropdownHeader{border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:.75rem;font-weight:600;padding:.75rem 1rem;text-transform:uppercase}.libraryFilterOptionsContainer{padding:.5rem 0}.libraryFilterOption{align-items:center;cursor:pointer;display:flex;gap:.75rem;padding:.5rem 1rem;transition:background .15s ease}.libraryFilterOption:hover{background:#f3f4f6}.libraryFilterOption.selected{background:#f0fdfa}.filterCheckbox{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:4px;display:flex;height:16px;justify-content:center;transition:all .15s ease;width:16px}.filterCheckbox.checked{background:#00a19a;background:var(--access-primary-teal,#00a19a);border-color:#00a19a;border-color:var(--access-primary-teal,#00a19a)}.checkmark{color:#fff;font-size:.625rem;font-weight:700}.filterOptionText{color:#374151;font-size:.875rem}.viewToggle{border:1px solid #e5e7eb;border-radius:6px;display:flex;overflow:hidden}.viewToggleButton{align-items:center;background:#fff;border:none;cursor:pointer;display:flex;height:36px;justify-content:center;transition:background .15s ease;width:36px}.viewToggleButton:hover{background:#f3f4f6}.viewToggleButton.active{background:#f0fdfa}.viewToggleButton:first-child{border-right:1px solid #e5e7eb}.libraryFilterBadgesContainer{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.libraryFilterBadge{align-items:center;background:#f0fdfa;border:1px solid #99f6e4;border-radius:9999px;color:#0d9488;display:flex;font-size:.75rem;gap:.375rem;padding:.25rem .5rem .25rem .75rem}.libraryFilterBadgeRemove{align-items:center;background:#0000;border:none;border-radius:50%;color:#0d9488;cursor:pointer;display:flex;height:16px;justify-content:center;padding:0;transition:background .15s ease;width:16px}.libraryFilterBadgeRemove:hover{background:#ccfbf1}.libraryClearAllBadges{background:#0000;border:none;color:#6b7280;cursor:pointer;font-size:.75rem;padding:.25rem .5rem;text-decoration:underline}.libraryClearAllBadges:hover{color:#374151}.libraryGridContainer{min-height:200px}.libraryGrid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.libraryGrid.libraryList{display:flex;flex-direction:column;gap:.5rem}.libraryLoading{color:#6b7280;font-size:.875rem;padding:3rem}.libraryEmptyState,.libraryLoading{align-items:center;display:flex;justify-content:center}.libraryEmptyState{flex-direction:column;padding:4rem 2rem;text-align:center}.emptyIcon{align-items:center;background:#f3f4f6;border-radius:50%;display:flex;height:80px;justify-content:center;margin-bottom:1.5rem;width:80px}.emptyTitle{color:#1f2937;font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.emptyDescription{color:#6b7280;font-size:.875rem;margin:0 0 1.5rem;max-width:320px}.emptyButton{align-items:center;background:#00a19a;background:var(--access-primary-teal,#00a19a);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.625rem 1rem;transition:background .2s ease}.emptyButton:hover{background:#008f89}.libraryErrorState{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center}.errorIcon{background:#fef2f2}.toolbox-container{box-sizing:border-box;display:flex;flex-direction:column;height:100%;overflow:auto;width:100%}.toolbox-compare-container{display:flex;flex-direction:column;gap:1rem}.toolbox-compare-title{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0}.toolbox-compare-description{color:#6b7280;font-size:1rem;margin:0}.refDocCard{background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;padding:1rem;transition:all .2s ease}.refDocCard:hover{border-color:#00a19a;border-color:var(--access-primary-teal,#00a19a);box-shadow:0 2px 8px #00000014}.refDocCard:focus{outline:2px solid #00a19a;outline:2px solid var(--access-primary-teal,#00a19a);outline-offset:2px}.refDocCard.refDocListView{align-items:center;flex-direction:row;gap:1rem}.refDocCard.refDocListView .refDocIconContainer{flex-shrink:0}.refDocCard.refDocListView .refDocContent{align-items:center;display:flex;flex:1 1;flex-direction:row;gap:1rem}.refDocCard.refDocListView .refDocHeader{flex:1 1;min-width:200px}.refDocCard.refDocListView .refDocDescription{flex:2 1;margin:0}.refDocCard.refDocListView .refDocMeta{flex-shrink:0;margin:0}.refDocIconContainer{align-items:center;background:#f3f4f6;border-radius:8px;display:flex;height:48px;justify-content:center;margin-bottom:.75rem;width:48px}.refDocIcon{color:#6b7280}.refDocContent,.refDocHeader{display:flex;flex-direction:column;gap:.5rem}.refDocName{color:#1f2937;font-size:1rem;font-weight:600;line-height:1.4;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.refDocBadges{display:flex;flex-wrap:wrap;gap:.5rem}.refDocDefaultBadge{background:#d1fae5;color:#059669}.refDocCategoryBadge,.refDocDefaultBadge{align-items:center;border-radius:9999px;display:inline-flex;font-size:.75rem;font-weight:500;padding:.125rem .5rem}.refDocCompanyBadge{background:#dbeafe;color:#1d4ed8}.refDocPersonalBadge{background:#ede9fe;color:#7c3aed}.refDocDescription{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#6b7280;display:-webkit-box;font-size:.875rem;line-height:1.5;margin:0;overflow:hidden}.refDocMeta{align-items:center;color:#9ca3af;display:flex;font-size:.75rem;gap:.5rem;margin-top:.25rem}.refDocFileName{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.refDocSeparator{color:#d1d5db}.refDocDate,.refDocFileSize{white-space:nowrap}.refDocTags{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.25rem}.refDocTag{background:#f3f4f6;color:#4b5563}.refDocMoreTag,.refDocTag{align-items:center;border-radius:4px;display:inline-flex;font-size:.625rem;font-weight:500;padding:.125rem .375rem}.refDocMoreTag{background:#e5e7eb;color:#6b7280}.refDocActions{align-items:center;display:flex;flex-shrink:0;gap:.5rem;margin-left:auto}.refDocActionButton{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s ease;width:36px}.refDocActionButton:hover{background:#f0fdfa;border-color:#00a19a;border-color:var(--access-primary-teal,#00a19a);color:#00a19a;color:var(--access-primary-teal,#00a19a)}.refDocActionButton.refDocActionButtonActive{background:#fffbeb;border-color:#f59e0b}.refDocActionButton.refDocDeleteButton:hover{background:#fef2f2;border-color:#ef4444;color:#ef4444}.refDocActionButton.refDocActionButtonDisabled{cursor:default;opacity:.7}.refDocActionButton.refDocActionButtonDisabled:hover{background:#fffbeb;border-color:#f59e0b}.addDocumentModalContent{display:flex;flex-direction:column;gap:16px;width:100%}.addDocumentFormField{display:flex;flex-direction:column;gap:6px}.documentFormLabel{color:#374151;font-size:14px;font-weight:500}.documentFormInput{border:1px solid #d1d5db;border-radius:6px;font-size:14px;outline:none;padding:10px 12px;transition:border-color .2s}.documentFormInput:focus{border-color:var(--access-primary-teal)}.documentFormInput.error{border-color:#ef4444}.documentFormTextarea{border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:14px;min-height:80px;outline:none;padding:10px 12px;resize:vertical;transition:border-color .2s}.documentFormTextarea:focus{border-color:var(--access-primary-teal)}.documentFormError{color:#ef4444;font-size:12px}.documentFormHint{color:#9ca3af;font-size:12px}.categoryToggleGroup{display:flex;gap:8px}.categoryToggleButton{background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;flex:1 1;font-size:14px;padding:10px 16px;transition:all .2s}.categoryToggleButton.active,.categoryToggleButton:hover{border-color:var(--access-primary-teal)}.categoryToggleButton.active{background:var(--access-primary-teal);color:#fff}.fileDropZone{align-items:center;background:#f9fafb;border:2px dashed #d1d5db;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:32px;transition:all .2s}.fileDropZone.dragOver,.fileDropZone:hover{background:#f0fdfa;border-color:var(--access-primary-teal)}.fileDropZone.dragOver{border-style:solid}.fileDropZone.dragOver .dropZoneHint,.fileDropZone.dragOver .dropZoneText{color:var(--access-primary-teal)}.fileDropZone.error{border-color:#ef4444}.dropZoneText{color:#374151;font-size:14px;margin:12px 0 4px}.dropZoneHint{color:#9ca3af;font-size:12px;margin:0}.selectedFileContainer{align-items:center;background:#f9fafb;border:1px solid #d1d5db;border-radius:6px;display:flex;justify-content:space-between;padding:12px 16px}.selectedFileInfo{display:flex;flex-direction:column;gap:2px;overflow:hidden}.selectedFileName{color:#374151;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selectedFileSize{color:#9ca3af;font-size:12px}.removeFileButton{align-items:center;background:#0000;border:none;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;height:28px;justify-content:center;transition:all .2s;width:28px}.removeFileButton:hover{background:#fee2e2;color:#ef4444}.defaultCheckboxLabel{align-items:center;cursor:pointer;display:flex;font-weight:400;gap:8px}.defaultCheckbox{accent-color:var(--access-primary-teal);cursor:pointer;height:18px;width:18px}.modalInlineError{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:13px;padding:10px 12px}.toolbox-compare-result-container{display:flex;flex-direction:column;gap:1rem}.toolbox-compare-result-title{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0}.toolbox-compare-result-description{color:#6b7280;font-size:1rem;margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f2f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{--warning-orange:#bf850e;--warning-orange-background:#fcedcf;--info-blue:#005ea1;--info-blue-background:#cce3f4;--border-grey:#e5e5e5;--success-green:#007a7a;--success-green-background:#ceeaea;--warning-red:#ad230a;--warning-red-background:#f7d5cf;--access-red:#e5173f;--access-primary-teal:#007a7a;--access-primary-teal-background:#cce4e4;--access-secondary-purple:#79264d;--access-secondary-purple-background:#ead6df;--standard-black:#414244;--background-grey:#f2f5f5;background-color:var(--background-grey);color:var(--standard-black);height:100%;width:100%}#main>div{display:flex;flex-direction:column;height:100%}.breadcrumbBar .breadcrumb-item.active,.breadcrumbBar .breadcrumb-item.active a,.breadcrumbBar .breadcrumb-item.active span{color:var(--access-primary-teal);cursor:default;font-weight:600}